@charset "UTF-8";
/* CSS Document */

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
body{
	color: #fff;
	background: #112e4e;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.15em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #666;
}
/* 幅調整　*/
.w2560{
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	
}
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background: rgba(0,0,0,0.3);
}

.bg_b_inner{
	background-color: rgba(0,0,0,0.2);
	padding: 50px 30px;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}
.box_wrap_rt{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
	margin-bottom: 0;
	margin-top: 70px;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: rgba(0,0,0,0.3);
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-top: 0.5rem;
}
.txt_lv02 .ja::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 1.2rem;
	width: 1.5rem;
	height: 1px;
	background: #fff;
}
.txt_lv02 .en{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 150%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #2cac70;
}

.bg_img01 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before{
	background: #fff;
}

.txt_lv03{
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
	
}
.txt_lv03 span.en{
	font-family: "Montserrat", sans-serif;
	font-size: 80%;
	line-height: 100%;
	color: #2cac70;
}
.txt_lv03 span.nb{
	font-family: "Montserrat", sans-serif;
	font-size: 300%;
	line-height: 100%;
	color: #2cac70;
	
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right , #2cac70 ,#00a2b5);
}
@media (max-width: 960px){
	.txt_lv03{
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.txt_lv03 span.nb{
		width: 1.6em;
		white-space: nowrap;
	}
}
.txt_lv04{
	display: flex;
    align-items: center;
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	font-weight: 500;
}
.txt_lv04 span{
	text-align: center;
}
.txt_lv04 span.en{
	font-size: 70%;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #2cac70;
}
.txt_lv04::before,
.txt_lv04::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #2cac70;
}
.txt_lv04:before {
    margin-right: 1rem;
}
.txt_lv04:after {
    margin-left: 1rem;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}


span.bold{
	font-size: 1.1em;
	font-weight: 600;
}


span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	display: inline-block;
}



/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(0,0,0,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(0,0,0,0);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 15px;
}
.site-header .h_phone a{
	font-size: 1.5rem;
	padding: 0.25rem;
	color: #fff;
}
.site-header.transform .h_phone a{
	color: #1a1a1a;
	transition: .5s;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}
.site-header .h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	background:rgba(255,255,255,0);
	border: solid 1px #fff;
	background-size: 200%;
	background-position: left;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	border-radius: 50px;
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:rgba(255,255,255,0.3);
}
.site-header .h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}
.site-header.transform .h_mail a{
	color: #1a1a1a;
	background:rgba(0,0,0,0);
	border: solid 1px #1a1a1a;
}
.site-header.transform .h_mail a:hover{
	background:rgba(0,0,0,0.3);
}
.site-header .h_insta a{
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background:rgba(255,255,255,0);
	border:solid 1px #fff;
	border-radius: 50%;
	margin-right: 15px;
	transition: .5s;
}
.site-header .h_insta a i{
	line-height: 38px;
}
.site-header .h_insta a:hover{
	background:rgba(255,255,255,0.2);
}
.site-header.transform .h_insta a{
	color: #1a1a1a;
	background:rgba(0,0,0,0);
	border:solid 1px #1a1a1a;
}
.site-header.transform .h_insta a:hover{
	background:rgba(0,0,0,0.2);
}

.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #fff;
}
.site-header nav ul li a span{
	font-family: "Montserrat", sans-serif;
	color:#eaeaea;
	font-size: 80%;
}
.site-header.transform nav ul li a span{
	color:#2cac70;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li::after{
	background:rgba(44,172,112,0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(44,172,112,1.0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slider{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 1080px;
	z-index: 9;
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.2)) ;
}
.slide_wrap .copy{
	position: absolute;
	width: 95%;
	top: 48%;
	left: 4%;
	transform: translateY(-50%);
	text-transform: uppercase;
	mix-blend-mode: overlay;
	z-index: 11;
}

.slide_wrap .copy h2{
	font-size: 10vw;
	color: rgba(255,255,255,0.6);
	font-weight: 600;
	line-height: 110%
}
.slide_wrap .copy h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}

.slide_waves{
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 101%;
	z-index: 10;
}
.slide_waves svg{
	vertical-align: middle;
}
.slide_waves svg{
	fill:rgba(17,46,78,1);
}
.slide_waves svg .wave02{
	fill:#2cac70;
}
@media (max-width: 768px){
	.slider{
		height: calc(100vh - 80px);
		min-height: 600px;
		max-height: 1000px;
		margin-bottom: 80px;
	}
	.slide_wrap .copy{
		width: calc(100% - 80px);
		min-width: 300px;
	}
	.slide_waves{
		bottom: 79px;
	}
	.slide_wrap .copy h2{
		font-size: 12vw;
	}
}
/* コンテンツ
   ========================================================================== */

.contents{
	padding: 70px 0;
}

.contents_in{
	padding: 0 10px;
}
.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	width: 100%;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 .inner{
	width: calc(100% / 4 - 20px);
	margin: 10px;
	padding: 10px;
	border: solid 1px #2cac70;
}
.card001 .inner img{
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
.card001 .inner a img{
	opacity: 1;
	transition: .5s;
}
.card001 .inner a img:hover{
	opacity: 0.5;
}

.card001 .inner dl dt{
	font-size: 1rem;
}
.card001 .inner dl dt span{
	font-size: 60%;
	color: #2cac70;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
}
.card001 .inner dl dd{
	font-size: 0.7rem;
	border-bottom: dashed 1px #666;
	padding: 0.5em 0;
	color: #ccc;
}
.card001 .inner02{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 10px;
	border: solid 1px #2cac70;
}
.card001 .inner02 img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.card001 .inner02 h3{
	text-align: center;
	font-size: 1.1rem;
	margin: 1rem;
}
.card001 .inner02 h3 span.en{
	color: #2cac70;
	font-size: 0.7rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width: 960px){
	.card001 .inner{
		width: calc(100% / 2 - 20px);
	}
	.card001 .inner02{
		width: calc(100% - 20px);
	}
}
@media (max-width: 450px){
	.card001 .inner{
		width: calc(100% / 2 - 10px);
		margin: 5px;
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
}
.card002 .img_fv{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img_fv_in{
	width: 85%;
	padding: 15px;
}
.img_fv_in img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}

.card002 .slide_wrap{
	width: 100%;
	padding: 10px;
}
.card002 .slide_wrap .work_slide{
	width: 100%;
}
.card002 .slide_wrap .work_slide .in{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.card002 .slide_wrap .work_slide .in img{
	width: 100%;
	aspect-ratio: 5 / 4;
	padding: 10px;
	object-fit:contain;
	background: rgba(0,0,0,0.2);
	

}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.point h3{
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	color: #e65912;
	font-size: 2rem;
	border-bottom: solid 1px #2cac70;
	margin-bottom: 30px;
}
.point h3 span.nb{
	font-size: 200%;
	padding-right: 1rem;
}
.point h3 span.ja{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	color: #1a1a1a;
}
.point p.point{
	padding: 10px;
	background: #2cac70;
	color: #fff;
	font-size: 0.9em;
}
.wrap80{
	padding: 10px 10%;
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 1px #2cac70;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 400;
	text-align: left;
	font-size: 0.8rem;
}
.line02 table td{
	border-bottom: solid 1px #fff;
	padding: 1em;
	font-size: 0.8rem;
}
.line02 table td i{
	color: #2cac70;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 1px #2cac70;
	}
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #2cac70;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #2cac70;
	font-weight: 400;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #2cac70;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dotted 3px #2cac70;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #2cac70;
}
ul.border02{
	padding-left: 1em;
	font-size: 1em;
}
ul.border02 li{
	border-bottom: dotted 1px #2cac70;
	margin-bottom: 0.5rem;
}
ul.border02 li i{
	color: #2cac70;
	font-size: 70%;
	line-height: 1rem;
	padding-right: 0.5em;
	vertical-align: middle;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #2cac70;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #2cac70;
	
}
.dl_border01 dl dd{
	padding: 1em;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}


/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: linear-gradient(to bottom , rgba(17,46,78,1.0),rgba(17,46,78,0.1)), url("../img/bg_img01.webp") no-repeat;
	background-size: cover;
	background-position: top 10% center;
	color: #fff;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px #2cac70 ;
}


/* ボタン　================================================== */
.button_wrap{
	width: fit-content;
	margin: auto;
}
.spiral {
	display:inline-block;
	width: 300px;
	height: 4rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin: 15px auto;
	border:solid 1px #666;
	background: rgba(0,0,0,0.25);
	transition: .5s;
}
.spiral span {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 4rem;
	margin: auto;
	font-size: 1rem;
	transition-duration: 0.5s;
}
.spiral span::before{
	display: inline-block;
    position: absolute;
    top: 50%;
    left: -1em;
    width: 2em;
    height: 1px;
	border-bottom: solid 1px #2cac70;
    content: "";
	transition-duration: 0.5s;
}

.spiral-top::before,
.spiral-top::after,
.spiral-bottom::before,
.spiral-bottom::after {
	content: " ";
	background: #2cac70;
	position: absolute;
	transition-duration: 0.5s;
}

.spiral-top::before {
	top: -1px;
	left: -1px;
	width: 1px;
	height: 0px;
}
.spiral-top::after {
	top: -1px;
	right: -1px;
	width: 0px;
	height: 1px;
}
.spiral-bottom::before {
	bottom: -1px;
	left: -1px;
	width: 0px;
	height: 1px;
}
.spiral-bottom::after {
	bottom: -1px;
	right: -1px;
	width: 1px;
	height: 0px;
}
.spiral:hover{
	border:solid 1px #666;
	filter: drop-shadow(1px 1px 10px rgba(0,162,181,1));
}
.spiral:hover span::before{
	left: -0.25em;
}
.spiral:hover
.spiral-top::before {
	height:calc(100% + 2px);
}
.spiral:hover
.spiral-top::after {
	width:calc(100% + 2px);
}
.spiral:hover
.spiral-bottom::before {
	width:calc(100% + 2px);
}
.spiral:hover
.spiral-bottom::after {
	height:calc(100% + 2px);
}
@media (max-width: 450px){
	.spiral{
		width: calc(100% - 1rem);
		max-width: 300px;
		min-width: 260px;
	}
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background: rgba(255,255,255,1);
	color: #1a1a1a;
	border: solid 1px #1a1a1a;
	padding: 0.8em;
	position: relative;
	border-radius: 30px;
	box-shadow: 5px 5px rgba(0,0,0,0.1);
	font-size: 1em;
	font-weight: 500;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	box-shadow: 1px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
}
.bg_img01 .btn01{
	background: rgba(0,0,0,0);
	color: #fff;
	border: solid 1px #fff;
}

/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 5);
	height: 430px;
	background: #000;
	overflow: hidden;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.8;
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	background: rgba(255,255,255,0.2);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
	position: absolute;
	right: 35px;
	top:10%;
	font-size: 1.5em;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 150%;
}
figure.effect-chico h4 span{
	font-size: 60%;
}

figure.effect-chico p {
	position: absolute;
	bottom: 35px;
	left: 40px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px){
	.contents_link {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 700px;
	}
	figure.effect-chico{
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		background: #000;
		overflow: hidden;
	}
	figure.effect-chico img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	figure.effect-chico h4 {
		writing-mode:horizontal-tb;
		top:35px;
	}
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
	overflow: hidden;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	z-index: 11;
}
.subtitle h2 span{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_sub01.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
.sub_bg02{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_sub02.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
}
.sub_waves{
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 101%;
	z-index: 5;
}
.sub_waves svg{
	vertical-align: middle;
}
.sub_waves svg{
	fill:rgba(17,46,78,1);
}
.sub_waves svg .wave02{
	fill:#2cac70;
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
	z-index: 12;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* サブページコンテンツ
   ========================================================================== */

.map iframe{
	width: 100%;
	vertical-align: middle;
}

.company_g {
	padding: 1rem;
}
.company_g p{
	font-size: 1rem;
	line-height: 180%;
	text-indent: 1em;
	margin-bottom: 1rem;
}

table.contrast{
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 30px auto;
    padding: 0;
    width:100%;
	max-width: 800px;
}
table.contrast tr{
	border-bottom: solid 1px #ccc;
}
table.contrast th{
	width: calc((100% - 5em) / 2);
	padding: 1em;
	text-align: left;
}
table.contrast td{
	width: 5em;
	text-align: center;
	color: #e65912;
}

table.contrast th:last-child{
	text-align: right;
}
@media (max-width: 768px){
	table.contrast{
		font-size: 0.9em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 80px;
	}
}
@media (max-width: 450px){
	table.contrast{
		font-size: 0.8em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 65px;
	}
}

/* ビフォーアフター ================================================== */
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	aspect-ratio: 3 / 2;
	position: relative;
	background: #f7f6f5;
}
.before_after .ba_img img.ba01{
	width: 100%;
	height: 100%;
	padding: 10px;
	vertical-align: middle;
	object-fit: contain;
	object-position: center;
}

.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: -15px;
	transform: rotate(-10deg);
	font-size: 3em;
	color: #e65912;;
	font-family: 'Noto Serif JP', serif;
	filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.5));
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #2cac70;
	font-size: 2em;
}
.ba h3{
	vertical-align: middle;
	text-align: left;
	border-left: 3px solid #339966;
	padding-left: 0.5em;
	font-size: 1.5em;
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #2cac70;
    border-right: 2px solid #2cac70;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#2cac70;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	align-self: center;
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	border-radius: 15px;
	object-fit: cover;
}

.h_number{
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #333;
	border-bottom: solid 3px #2cac70;
	margin-bottom: 15px;
	font-weight: 600;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#2cac70;
	margin: 10px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #1a1a1a;
}
@media (max-width: 1200px){
	.flow_inner{
		width:100%;
		max-width: 680px;
	}
	.flow_photo{
		width: 270px;
		height: 200px;
	}
	.flow_photo img{
		width: 270px;
		height: 200px;
	}
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (max-width: 765px){
	/* 流れ======================================== */
	.flow_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_txt{
		width: 100%;
		margin-top: 30px;
	}
	.h_number{
		left: -50px;
	}
}

/* メールフォーム==================== */
.contents_mail{
	max-width: 1200px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #1a1a1a;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #ccc;
	background: #fff;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone .nb{
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #2cac70;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#2cac70 ;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .illust img{
	width: 150px;
	display: block;
	margin: 15px 0 0 auto;
}

@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
	}
}

@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: dashed 1px #666;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:rgba(0,0,0,0.2);
	width: 100% !important;
	padding: 1rem;
	border: solid 1px #666;
	color: #fff;
}
#mailform span.form_required{
	font-size: 60%;
	display: inline-block;
	font-weight: normal;
	color: #fff;
	background:#2cac70;
	padding: 2px 8px;
	margin-left: 0.5rem;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background-color: transparent;
	border:solid 1px #fff;
	color:#fff;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #2cac70;
	border-color: #2cac70;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #fff !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #2cac70;
	margin-top: 1em;
}
.infobox h5 i{
	color: #2cac70;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:rgba(0,0,0,0.2);
	border: solid 1px #666;
	color: #fff;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#2cac70;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 1px #666;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #2cac70;
  border-color: #2cac70;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}

.flex_btn .set{
	display: flex;
	width: 100%;
	margin-top: 15px;
	align-items: center;
	justify-content: flex-start;
}
.flex_btn .set .checkbox{
	white-space: nowrap;
}

@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 1rem 0;
	}
	#mailform table th{
		padding-bottom: 0.5rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}

	.flex_btn{
		display: block;
		width: 100%;
	}
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   background: #112e4e;
   pointer-events: none;
   z-index: 1;
   transform: translateY(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateY(100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}

/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}

