
/***********************************************************************************************************************

works.css

***********************************************************************************************************************/
.works{

}


/* swiper *************************************************************/

/* 実績のスライダー */
.list_archive .swiper-button-prev,
.list_archive .swiper-button-next{
	color: #36bdef;
}
.swiper-pagination-bullet-active {
  background: #36bdef;
}



/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_archive{
	padding: 8% 0 0;
}
.sec_works{
	padding: 8% 0;
}


@media screen and (max-width: 767px) {
.sec_archive{
	padding: 12% 0 0;
}
.sec_works{
	padding: 15% 0;
}
}



/* fig_hd *************************************************************/
.fig_hd{
	position: relative;
}
.fig_hd img{
	width: 100%;
	height: auto;
}
.fig_hd .pc{}
.fig_hd .sp{ display: none;}


@media screen and (max-width: 767px) {
.fig_hd .pc{ display: none;}
.fig_hd .sp{ display: block;}
}



/* h1〜 *************************************************************/
h1.h1_ttl{
	position: absolute;
	z-index: 3;
	left: 8%;
	bottom: -24%; /*-37%*/
	/*font-size: 28px;
	font-size: clamp(16px, 2.8vw, 28px);*/
	font-size: 2.4vw;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
h1.h1_ttl .bg_white{
	padding: 0.8em 0.5em;
	background-color: #fff;
}

h2.h2_ttl{
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: center;
}

h3.h3_ttl{
	position: relative;
	top: -0.8em;
	display: inline-block;
	font-size: 22px;
	font-size: clamp(16px, 2.2vw, 22px);
	font-weight: 600;
   color: #36bdef;
}


@media screen and (max-width: 1200px) {
h3.h3_ttl{
	left: 1em;
}
}


@media screen and (max-width: 1023px) {
h1.h1_ttl{
	left: 5%;
	bottom: -30%; /*-46%*/
	font-size: 3vw;
}
}


@media screen and (max-width: 767px) {
h1.h1_ttl{
	bottom: 0;
	margin-bottom: -50px; /* -78px */
	font-size: 18px;
}
}



/* list_archive *************************************************************/
.list_archive{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_archive li{
	width: 48.3333333%;
	margin-top: 5%;
}

@media screen and (max-width: 767px) {
.list_archive{
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.list_archive li{
	width: 100%;
	margin-top: 10%;
}
}



/* archive_ttlBox *************************************************************/
dl.archive_ttlBox{
	margin-top: 2em;
}
dl.archive_ttlBox dt{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 600;
	margin-bottom: 0.5em;
}
dl.archive_ttlBox dt .place{
	display: block;
	font-size: 75%;
	color: #36bdef;
	margin-bottom: 0.3em;
}
dl.archive_ttlBox dd{
}


/* works_wrap *************************************************************/
.works_wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 3em;
	background-color: #fff;
}



/* float_works *************************************************************/
.float_works{
	width: calc(100% - 4em);
	margin: 1em 2em 0;
	border-left: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
}
.float_works tr:nth-child(2n+1){
	background-color: #f7f7f7; /*#f2f2f2*/
}
.float_works th{
	font-size: 14px;
	font-size: clamp(12px, 1.4vw, 14px);
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 0.8em 0;
	background-color: #727171;
	border-right: 2px solid #ededed;
}
.float_works td{
	font-size: 14px;
	font-size: clamp(12px, 1.4vw, 14px);
	text-align: center;
	vertical-align: middle;
	padding: 1.4em 0.5em;
	border-right: 2px solid #ededed;
}



@media screen and (max-width: 979px) {
.float_works{
	overflow-x: auto;
    display: block;
}
.float_works th,
.float_works td {
    white-space: nowrap;
}
}





/*** 初回だけ表示（マウスオーバーで消す）  **********************************/
.atention_wrap{
	position: relative;
}
.atention_scroll{
	display: none;
}


@media screen and (max-width: 850px) {
.atention_scroll{
	display: block;
	position: absolute;
	bottom: 0;
	left: 2em;
	z-index: 2;
	width: calc(100% - 4em);
	height: 100%; 
	background-color: rgba(0,0,0,0.5);
	/*transition: all .3s linear;*/
}

.atention_scroll p{
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	text-align: center;
	color: #fff;
	line-height: 3em;
}
.atention_scroll img{
	width: 56px!important;
	height: auto!important;
}
}


