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

/* 以下非表示*/
@media (min-width: 1200px){
	.navToggle,nav.globalMenuSp{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}

/* all */
body{
	color: #1a1a1a;
	background-color: #fff;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
p{
	line-height: 200%;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4,h5{
	font-weight: 400;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1800{
	max-width: 1800px;
	margin: auto;
}
.w1300{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
/* 背景　*/
.bg_light{
	background: #f5f5f5;
}

.bg_w_inner{
	background-color: rgba(255,255,255,0.55);
	padding: 50px 15px;
}
.bg_point01{
    background-image: url("../img/bg_01_tr.png"), url("../img/bg_01_bl.png");
    background-repeat: no-repeat;
    background-position: top right ,bottom left;
    background-size: auto;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.7) ,rgba(0,0,0,0.7)) , url("../img/slide04.jpg");
	background-size: cover ;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

.bg_img02{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.6) ,rgba(0,0,0,0.6)) , url("../img/slide01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img02{
	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: #cee5bb;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
	margin-bottom: 70px;
	margin-top: 70px;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #cee5bb;
    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;
}



/* 見出し　テキスト　*/
.txt_lv02{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: clamp(1.1rem, 0.8889rem + 0.8889vw, 1.6rem);
	margin-bottom: 30px;
	text-align: center;
    letter-spacing: 0.15em;
}
.txt_lv02 span{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
	color: #03996c;
	font-size: 210%;
	text-transform: uppercase;
}

.txt_lv03{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 1.3em;
	border-bottom: solid #0642bb 3px;
	border-image: linear-gradient(to right, #03996c, #90b304) 1/0 0 5px;
}

.txt_lv04{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 30px;
	position: relative;
}
.txt_lv04 span.nb{
	color: #03996c;
	display: block;
	font-size: 250%;
	position: relative;
	width: fit-content;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 100%;
	padding-right: 5px;
}
.txt_lv04 span.nb::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 2em;
	left: 100%;
	bottom: 5px;
	height: 2px;
	background: #03996c;
}
.txt_copy01{
	text-align: center;
	width: fit-content;
	margin: auto auto 50px;
	font-size: clamp(1.2rem, 0.12rem + 3.84vw, 3rem);
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	line-height: 100%;
	position: relative;
}
.txt_copy01::before{
	position: absolute;
	content: '';
	left: -1.2em;
	bottom: 0.4em;
	height: 1px;
	width: 1em;
	border-bottom: solid 1px #1a1a1a;
}
.txt_copy01::after{
	position: absolute;
	content: '';
	right: -1.2em;
	bottom: 0.4em;
	height: 1px;
	width: 1em;
	border-bottom: solid 1px #1a1a1a;
}

.txt_copy02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 600;
	line-height: 180%;
	text-align: center;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy02::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy02::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}
.txt_copy03{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	padding: 0 3em;
	width: fit-content;
	margin: 0 auto 30px;
	position: relative;
}
.txt_copy03::before,
.txt_copy03::after{	
	content: '';
	background: #1a1a1a;
	width: 2em;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.txt_copy03::before{
	left: 0;
}
.txt_copy03::after{
	right: 0;
}

.txt_copy04{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
}

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


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


/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
}
/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background:rgba(255,255,255,0.0);
	backdrop-filter: blur(2px);
    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(255,255,255,0.9);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 70px;
	vertical-align: middle;
	transition: .3s;
}
.site-header h1 img.txt{
    filter: saturate(0) invert(100%) drop-shadow(2px 2px rgba(0,0,0,0.2));
	transition: .3s;
}
.site-header.transform h1 img.txt{
    filter: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 a{
	color: #1f1f1f;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}

.header_phone .h_btn01{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 1em;
	line-height: 100%;
	background:#03996c;
	border:solid 1px #03996c;
	margin-right: 30px;
	transition:all .5s ease-in;
}
.header_phone .h_btn01 a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	color: #fff;
	transition:all .5s ease-in;
}
.header_phone .h_btn01 :hover{
	background: #fff ;
	color: #03996c;
}
.header_phone .h_btn02{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 1em;
	line-height: 100%;
	background:#fff;
	margin-right: 30px;
	border:solid 1px #03996c;
	transition:all .5s ease-in;
}
.header_phone .h_btn02 a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	background:  #fff;
	color: #03996c;
	transition:all .5s ease-in;
}
.header_phone .h_btn02 :hover{
	background: #03996c ;
	color: #fff;
}

.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 20px;
	padding: 15px 0 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: #1a1a1a;
}
.site-header nav ul li a span{
	color: #fff;
	font-size: 80%;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
}
.site-header.transform nav ul li a span{
	color: #03996c;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(144,179,4,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(144,179,4,1.0);
	transform: translate3d(0,0,0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
    overflow: hidden;
}

.slider{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	z-index: 2;
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: linear-gradient(rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.2)) ;
}
.slide_wrap .copy{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 4;
}
.slide_wrap .copy img{
	display: block;
	width: 98%;
	max-width: 1200px;
	margin: auto;
}
.slide_wrap .copy h2{
	text-align: center;
	width: fit-content;
	margin: auto;
	color: #fff;
	font-size: clamp(1.5rem, 0.36rem + 4.8vw, 4.2rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	position: relative;
}
.slide_wrap .copy h2::before{
	position: absolute;
	content: '';
	left: -1.2em;
	bottom: 0.4em;
	height: 1px;
	width: 1em;
	border-bottom: solid 1px #fff;
}
.slide_wrap .copy h2::after{
	position: absolute;
	content: '';
	right: -1.2em;
	bottom: 0.4em;
	height: 1px;
	width: 1em;
	border-bottom: solid 1px #fff;
}
.slide_wrap .copy02{
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 5;
}
.slide_wrap .copy02 img{
	width: auto;
	height: 70vh;
	min-height: 400px;
	max-height: calc(100vh - 150px);
	max-width: 90%;
	object-fit: contain;
	object-position: bottom;
}

/* スクロールダウンライン======================================== */
.scrolldown2{
	position:absolute;
	bottom:30px;;
	left:50%;
    z-index: 6;
    
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
	z-index: 1;
	animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*丸が上から下に動く*/
@keyframes circlemove{
	0%{
		bottom:70px;
	}
	100%{
		bottom:-5px;
	}
 }

/*丸が透過*/
@keyframes cirlemovehide{
	0%{
		opacity:0
	}
	50%{
		opacity:1;
	}
	80%{
		opacity:0.9;
	}
	100%{
		opacity:0;
	}
}

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 100px;
  background:#eee;
}
/* コンテンツ
   ========================================================================== */


.contents{
	padding: 70px 0;
}

.contents_in{
	width: calc(100% - 30px);
	max-width: 1366px;
	margin: auto;
}
.contents_in_w{
	width: calc(100% - 30px);
	max-width: 1680px;
	margin: auto;
}
.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{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	background:rgba(255,255,255,0.55);
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	padding: 10px;
}
.card001 figure figcaption{
	width: 100%;
	padding: 10px 15px;
}
.card001 figure figcaption h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1rem;
}
.card001 figure figcaption h3 span.age{
	font-size: 80%;
}

.card001 figure figcaption h4{
	font-size: 0.8em;
	color: #03996c;
}

.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{
	display: flex;
	justify-content: space-between;
}
.card002 .img_2{
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
}
.img_2 .in01{
	position: absolute;
	top: 0;
	left: 0;
	width: 53%;
}
.img_2 .in02{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 53%;
}

.card002 .map{
	width: 100%;
	padding: 15px;
}
.card002 .map h3{
	background: #03996c;
	color: #fff;
	font-weight: 500;
	padding: 1rem;
	font-size: 1.1rem;
}
.card002 .map iframe{
	width: 100%;
	vertical-align: middle;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}

.card003 .img{
	padding: 10px;
	width: 300px;
	margin: auto;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	padding: 10px;
	flex: 1;
}
@media (max-width: 750px){
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card003 .txt{
		width: 100%;
	}
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
.wrap80{
	padding: 10px 10%;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #03996c;
	padding: 0.5em 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 600;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 0.5em 1em;
}
.line02 table td i{
	color: #03996c;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 5em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	font-weight: 500;
	width: 20%;
	min-width: 6em;
}

ul.border01{
	font-size: 1.1em;
}
ul.border01 li{
	border-bottom: dotted 1px #03996c;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #03996c;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #03996c;
}
.dl_border01 dl dt{
	min-width: 10em;
	padding: 1em 0 1em 1em;
	font-weight: 500;
}
.dl_border01 dl dt i{
	color: #03996c;
}
.dl_border01 dl dd{
	padding: 1em;
}


/* Greeting ======================================== */
.greeting_wrap{
	position: relative;
}

.greeting{
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient( to right ,rgba(0,0,0,0.4) ,rgba(0,0,0,0.1)) ,url("../img/bg_img02.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	background-attachment: fixed;
	padding: 70px 15px;
	position: relative;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .greeting{
background-attachment: scroll;
}

.greeting_in{
	height: 600px;
	width: 50%;
	padding: 20px 30px 10px;
}


.txt_wrap_right{
	width: 500px;
	height: 100%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
	z-index: 5;
}

.greeting_txt_wrap{
	backdrop-filter: blur(2px);
	padding: 3em;
    color: #fff;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}


/* 光のラインエフェクト ======================================== */
.bg_line{
	animation: slide 8s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, rgba(255,255,255, 0.1) 50%, rgba(255,255,255, 0.4) 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50%;
	left: -50%;
	z-index: 1;
	mix-blend-mode: overlay;
	opacity: 0.5;
}
.bg_line2{
	animation-direction: alternate-reverse;
	animation-duration: 10s;
}
.bg_line3{
	animation-duration: 12s;
}
@keyframes slide {
	0% {
	  	transform: translateX(-25%);
	}
	100% {
	  	transform: translateX(25%);
	}
}

/* リンクコンテンツ　==================== */
.contents_link {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: auto;
	padding: 30px 0;
}
figure.effect-chico{
	display: block;
	position: relative;
	min-width: 320px;
	max-width: 480px;
	max-height: 300px;
	width: 100%;
	background: #000;
	overflow: hidden;
}
figure.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	opacity: 0.8;
	-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);
}

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;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before {
	color: #fff;
	opacity: 0;
    -webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h3{
    position: absolute;
    top: 40px;
    left: 40px;
	color: #fff;
	font-size: 1em;
    z-index: 10;
}
figure.effect-chico h3 span{
    font-size: 200%;
    font-family: 'Cormorant Garamond', serif;
}
figure.effect-chico h4 {
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1em;
	color: #fff;
	
}


figure.effect-chico:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/slide01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
    position: relative;
    overflow: hidden;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.bg_contact .txt_lv02 span{
    color: #fff;
}

.footer_contact{
	display: flex;
	justify-content: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.1);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 150%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
}
.btn-5 {
	border: 0 solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255,255,255, 0.5);
	outline-offset: 0px;
	text-shadow: none;
	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-5:hover {
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(255,255,255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #427388;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: #fff;
	color: #1a1a1a;
}
footer h2{
    text-align: center;
}

footer h2 img{
    width: calc(100% - 30px);
	max-width: 360px;
    margin-bottom: 30px;
}
.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;
}
.footer_in dl dt{
    width: fit-content;
    background: #03996c;
    color: #fff;
    padding: 0.2rem 0.5rem;
}
.footer_in dl dd{
    margin-bottom: 0.5rem;
}


footer small p{
	text-align: center;
	padding: 15px;
}

/* ボタン　================================================== */

.button_wrap{
	max-width: 700px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button_wrap .gap{
	width: 50px;
	height: 30px;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background: linear-gradient(to right, rgba(0,173,250,1) 0%, rgba(6,66,187,1) 100%);
	color: #fff;
	padding: 0.5em;
	position: relative;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 700;
	transition: .5s;
}
.button_01::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	background: linear-gradient(to right, rgba(0,173,250,1) 0%, rgba(6,66,187,1) 50%);
	color: #fff;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}

.button_wrap2{ /* */
	 width: 100%;
	padding: 15px;
}
.button_wrap2 .button_01{
	margin-bottom: 20px;
}

/*ボタン*/
.sbtn a{
	display: block;
	position: relative;
	background:rgba(2,1,253,0.0) ;
	text-align: center;
	color: #03996c;
	border: 1px solid #03996c;
	padding: 15px 0;
	width: 300px;
	transition: all 0.3s ease-in-out;
	font-size: 0.9rem;
	margin: 0 auto;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #03996c;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.sbtn a:hover{
	color: #fff;
	background:rgba(03,153,108,1.0);
	border-color: transparent;
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #03996c;
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-color: #6e6e6e;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size: clamp(1rem, 0.76rem + 0.8533vw, 1.4rem);
	padding-bottom: 5px;
	text-transform: uppercase;
}
.subtitle h2 span{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(2rem, 1.04rem + 3.4133vw, 3.6rem);
	vertical-align: top;
}
.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/slide05.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}

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

.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;
}
/* サブページコンテンツ
   ========================================================================== */

/* ビフォーアフター ================================================== */
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: 20px auto 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}
.before_after .ba_img img.ba01{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
}
.before_after .ba_img img.ba02{
	position: absolute;
	width: 120px;
	bottom: 10px;
	right: 10px;
}
.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 1.5em;
	font-weight: 500;
	color: #03996c;
	text-shadow: 2px 2px #fff,-2px -2px #fff,-2px 2px #fff,2px -2px #fff,2px 0px #fff,0px 2px #fff,-2px 0px #fff,0px -2px #fff;
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #03996c;
	font-size: 2em;
}
.ba h3{
	vertical-align: middle;
	text-align: left;
	border-left: 3px solid #00aeb8;
	padding-left: 0.5em;
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
}
.work_wrap{
	position: relative;
}
.anchor_link{
	position: sticky;
	top: 120px;
	right: 0;
	width: 100%;
	background: #1a1a1a;
	z-index: 100;	
}
.anchor_link ul{
	display: flex;
	justify-content: center;
	max-width: 1300px;
	padding: 0 30px;
	margin: auto;
}
.anchor_link ul li{
	font-size: 1rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.anchor_link ul li a{
	display: block;
	padding: 0.5rem;
	width: 100%;
	color: #fff;
}
.anchor_link ul li a i{
	font-size: 90%;
	padding-right: 5px;
}
.anchor_link ul li a:hover{
	color: #03996c;
}

/* タイムライン1============================================================ */
.timeline{
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto 30px;
}
.timeline .timeline_inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}
.timeline .timeline_inner::before{
	position: absolute;
    content: "";
    height: 125%;
    width: 8px;
    top: 25px;
    left: 36px;
    background: #90b304;
}
.timeline .timeline_inner:last-child::before{
	height: 5%;
	background-color: transparent;
}
.timeline .timeline_inner dt{
	width: 80px;
    height: 80px;
    line-height: 80px;
    background: #03996c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    position: relative;
    z-index: 4;
    letter-spacing: 0.05em;
}
.timeline .timeline_inner dd{
	flex: 1;
    position: relative;
    left: 20px;
    margin-top: 10px;
    padding: 15px 10px 15px 30px;
    z-index: 2;
    background: #fff;
	border-left: solid 5px #03996c;
	border-bottom: solid 1px #03996c
}
.timeline .timeline_inner dd::after{
	border: solid transparent;
	content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-right-color:#03996c;
    right:100%;
    top:1.6rem;
}
.timeline .timeline_inner dd span{
	font-size: 80%;
}
.timeline_inner h4{
	font-size: 1em;
}
.timeline_inner p{
	font-size: 0.8em;
}

/* 対応エリア ======================================== */
.area_map{
	padding: 50px 10px;
	background: url("../img/map.png") no-repeat;
	background-position: right 15px center;
	background-size: auto 100%;
	min-height: 350px;
}

/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
.contact_phone{
	text-align: center;
	font-size: clamp(1.5rem, 0.9rem + 2.1333vw, 2.5rem);
	font-weight: 600;
}
.contact_phone a{
	color: #fff;
	transition: .5s;
}
.contact_phone a:hover{
	color:#03996c;
}

.dl_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.dl_btn li{
	width: 250px;
	margin: 0.5em;
	color: #fff;
	text-align: center;
	font-size: clamp(0.8rem, 0.68rem + 0.4267vw, 1rem);
}
.dl_btn li a{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(45,179,89,0);
	border: solid 1px #03996c;
	padding: 1rem 0;
	color: #fff;
	transition: .5s;
}
.dl_btn li a:hover{
	background: rgba(45,179,89,1);
}
.tel_button{
	max-width: 500px;
	margin: auto;
}
.tel_button .phone{
	color: #1a1a1a;
	font-weight: 400;
	display: block;
	text-align: center;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #1a1a1a;
	line-height: 100%;
	background: rgba(6,86,148,0);
	transition: .5s;
}
.tel_button .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.tel_button .phone .nb{
	text-align: center;
	display: block;
	font-size: clamp(1.4rem, 1.04rem + 1.28vw, 2rem);
	line-height: 120%;
}
.tel_button .phone:hover {
	color: #fff;
	background: rgba(3,153,108,0.5);
}

#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	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:#fff;
	color: #1a1a1a;
	width: 100% !important;
	padding: 1em 0.5em;
	border-radius: 5px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#03996c;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background:rgba(3,153,108,0);
	color:#03996c;
	border: solid 1px #03996c;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #fff;
	background:rgba(3,153,108,1);
	
}
.infobox{
	margin-bottom: 30px;
	margin-top: 30px;
	border-top: solid 1px #ccc;
	padding: 10px;
}
.infobox h4{
	text-align: center;
	color: #1a1a1a !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1a1a1a;
	margin-top: 1em;
}
.infobox h5 i{
	color: #03996c;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1a1a1a;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em 0.5em;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#03996c;
	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 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 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 2px #ccc;
  border-radius: 3px;
  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: #03996c;
  border-color: #03996c;
}

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

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#03996c;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(15px, 15px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-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: translateX(100%);
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #f5f5f5;
	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:300px;
}

