html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}


body{
	color: #fff;
	background-color: #666;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
	font-size: 1.45rem;
	font-family: hiragino-mincho-pron, serif;
	font-style: normal;
	font-weight: 300;
}



*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	filter: blur(10px);
	transition: opacity 1.6s, transform 1.5s, filter .9s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
	filter: blur(0px);
}

.flow_left{
	opacity: 0;
	transform: translateX(-80px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flow_left.inview{
	opacity: 0.7;
	transform: translateX(0);
}

.flow_right{
	opacity: 0;
	transform: translateX(80px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flow_right.inview{
	opacity: 0.7;
	transform: translateX(0);
}

.blurup{
	filter: blur(10px);
	opacity: 0;
	transition: all 2s ease;
}
.blurup.inview{
	filter: blur(0);
	opacity: 1;
}


.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .5s;
    transition-delay: clip-path 0.3s, scale 0s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}

.rotation {
    animation: rotateanim 75s linear infinite normal;
}




.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}

.inner{
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
	width: 100%;
}


.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}



.w100{
	width: 100%;
}



/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}

.br_650{
}

.br_none650{
	display: block;
}

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 140px 0;
	z-index: 10;
}

@media (max-width: 1200px){
	.br_1200{
		display: block;
	}
	.br_none1200{
		display: inline;
	}
	section{
		padding: 100px 0;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 740px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 60px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	body{
		font-size: 1.3rem;
	}
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #fef8e5;
}

/* 
.txt{
	font-size: 1.45rem;
	font-weight: 500;
	color: #333;
	line-height: 2.5;
} */


@media (max-width: 960px){
	.none_960{
		display: none;
	}
}

@media (max-width: 740px){
	.none_650{
		display: none;
	}
	
	
}


.reverse{
	flex-direction: row-reverse;
}


.center_l{
	display: flex;
	align-items: center;
}

.center_b{
	display: flex;
	align-items: flex-end;
}

body p{
	letter-spacing: 0.06em;
}

i{
	padding-right: 0.4em;
}

.en{
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}




/* btn */



.m_btn{
	margin-top: 40px;
	width: fit-content;
}


.m_btn a{
	position: relative;
	display: block;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	border: solid 1px #ccc;
	padding: 5px 35px 5px 20px;
}

.m_btn a:hover{
	background-color: #BDA701;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 15px;
	background-color: #fff;
	top: 51%;
	right: 12px;
	transition: all .3s;
}

.m_btn a::after{
	content: "";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 8px;
	background-color: #fff;
	top: calc(51% - 2px);
	right: 12px;
	transform: rotate(25deg);
	transition: all .3s;
}

.m_btn a:hover::before,.m_btn a:hover::after{
	right: 8px;
}



/* font-size (ratio 1.25, base 16px)*/


.king{
	font-size: 8.4rem;
}
.biggest{
	font-size: 6.3rem;
}
.big{
	font-size:  4.7rem;
}
.s_big{
	font-size: 3.5rem;
}
.f_txt{
	font-size: 2.6rem;
}
.s_f_txt{
	font-size: 2rem;
}






/* sub_ttl */

.sub_ttl{
	position: relative;
	font-size: 2.7rem;
	line-height: 1;
	font-weight: 500;
}

.sub_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 8px;
	top: -5px;
	left: -5px;
	z-index: 0;
}



/* header */


header{
	position: fixed;
	top: 10px;
	width: 100%;
	/* border-bottom: solid 1px #aaa; */
	padding: 10px 0;
	padding-top: 20px;
	z-index: 98;
}

.logo_area{
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 99;
}

.open .logo_area{
	opacity: 0;
}

.btn_area{
	position: fixed;
	top: 24px;
	right: 20px;
	z-index: 99;
}

.btn_area .btn{
	width: 110px;
}

.btn_area .btn a{
	display: block;
	background-color: #7d6f09;
	padding: 5px 0;
	color: #fff;
	text-align: center;
}

.btn_area .btn a:hover{
	background-color: #BDA701;
}

.btn_area .btn+.btn{
	margin-left: 10px;
}



h1 img{
	height: 48px;
}

h1 a{
	display: block;
}

.fv{
	position: relative;
	overflow: hidden;
}



.hd_inner{
	padding-left: 20px;
	padding-right: 20px;
}

.main_nav li+li{
	margin-left: 70px;
}

.main_nav li a{
	display: block;
	letter-spacing: 0.03em;
}

.main_nav li a:hover{
	opacity: 0.75;
}

.top_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background-color: rgb(22, 24, 24,0);
	z-index: 98;
	transition: all .3s;
}
.top_bg.change_color{
	background-color: rgb(22, 24, 24,1);
}



.top_slider{
	position: relative;
	z-index: 5;
	height: 108vh;
	min-height: 400px;
}
.top_slider .slider{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
}

.top_slider::before{
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	top: 0;
	left: 0;
	z-index: 11;
}


.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/imgarea.jpg);
	background-position: center;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top01.jpg);
	background-position: center;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top02.jpg);
	background-position: center;
}
.top_slider .slider li.top04{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top03.jpg);
	background-position: center;
}

.cloud{
	position: absolute;
	bottom: -100px;
	right: -200px;
	width: 200px;
	z-index: 10;
}

.bird{
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 60px;
	z-index: 10;
}

.sc_down{
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 340px;
	z-index: 10;
}

.fv_arrow{
	position: absolute;
	width: 150px;
	bottom: 100px;
	right: 38px;
	animation: fvar 4s infinite normal ease-in-out;
	z-index: 10;
}

.fv_flower{
	position: absolute;
	bottom: 150px;
	left: 50px;
	width: 200px;
	z-index: 10;
}


.fv .ac_txt{
	font-size: 18rem;
	top: 150px;
	left: 20px;
	position: absolute;
	line-height: 1;
	z-index: 10;
	font-variation-settings: "opsz" 100, "wght" 300;
	background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




@keyframes rotateanim{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

@keyframes fvar{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(15%);
	}
	100%{
		transform: translateY(0);
	}
}


@media (max-width: 1400px){
	.main_nav li+li{
		margin-left: 30px;
	}
}


@media (max-width: 1200px){
	.top_slider{
		height: 80vh;
	}
	
	/* .bird{
		width: 45px;
		right: 120px;
	}
	.cloud{
		width: 140px;
	} */
	.sc_down{
		width: 300px;
	}
	.main_nav{
		display: none;
	}
	header{
		padding: 0;
		top: 5px;
	}

	.fv_arrow{
		width: 120px;
	}
	.cloud{
		bottom: -100px;
		right: -130px;
	}
	.bird{
		bottom: 0px;
		right: 20px;
		width: 50px;
	}
	.btn_area{
		display: none;
	}
	.fv .ac_txt{
		font-size: 10rem;
	}
	.fv_flower{
		width: 150px;
	}
}

@media (max-width: 740px){
	h1 img{
		height: 36px;
	}
	
	.catch p{
		font-size: 1.4rem;
	}
	.bird{
		width: 30px;
		right: 0;
	}
	.cloud{
		width: 90px;
		right: 0;
	}
	.top_slider{
		height: 70vh;
	}
	.sc_down{
		width: 130px;
		bottom: 0;
		right: -20px;
	}
	.fv_arrow{
		width: 60px;
		bottom: 40px;
		right: 15px;
	}
	.top_bg{
		height: 70px;
	}
	.fv .ac_txt{
		font-size: 5rem;
	}
	.fv_flower{
		width: 80px;
		left: 20px;
		bottom: 80px;
	}
}




/* aboutus */


.aboutus{
	position: relative;
	background-color: #161818;
	padding-bottom: 200px;
	padding-top: 50px;
}


.top_txt{
	position: absolute;
	color: #777;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.6rem;
	line-height: 1;
}

.top_txt .color{
	color: #BDA701;
}

.imgarea01{
	position: relative;
	padding-top: 150px;
	overflow: hidden;
	padding-bottom: 150px;
	z-index: 5;
	background: linear-gradient(180deg,rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 40%);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.imgarea01::before{
	content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
	z-index: 5;
}

.imgarea01 .img01{
	position: relative;
	width: 33%;
	margin-left: 60px;
	z-index: 10;
}

.imgarea01 .img01 img{
	aspect-ratio: 3 / 2.2;
	width: 100%;
	object-fit: cover;
	/* filter: grayscale(0.9); */
}
.imgarea01 .img02{
	width: 26%;
	margin-right: -30px;
	margin-bottom: -100px;
	z-index: 7;
}

.imgarea01 .img02 img{
	aspect-ratio: 3 / 2.2;
	width: 100%;
	object-fit: cover;
	/* filter: grayscale(0.9); */
}

.imgarea01 .flex_bet{
	align-items: flex-end;
}

.imgarea01 .flo01{
	position: absolute;
	left: 55%;
	top: 60%;
	width: 220px;
	transform: translate(-50%,-50%);
	z-index: 7;
}

.custom-shape-divider-bottom-1755844369 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index: 6;
}

.custom-shape-divider-bottom-1755844369 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 360px;
}

.custom-shape-divider-bottom-1755844369 .shape-fill {
    fill: #161818;
}



.aboutus .right .in{
	max-width: 392px;
	margin: 0 auto;
}



.aboutus .txt_box p+p{
	margin-top: 20px;
}

.aboutus .sub_ttl{
	margin-bottom: 60px;
}

.aboutus .left{
	position: relative;
	width: 45%;
}
.aboutus .right{
	width: 52%;
}

.aboutus .left .img{
	position: relative;
	overflow: hidden;
	height: 700px;
}


.aboutus .left .img img{
	width: 100%;
	filter: grayscale(1);
	position: absolute;
	top: 50px;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	transition: transform 4000ms cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
	transition-timing-function: cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
}

.aboutus .en_txt{
	position: absolute;
	top: -120px;
	left: -20px;
	font-size: 4.8rem;
	line-height: 1;
	color: #ccc;
	letter-spacing: 0.1em;
	z-index: 2;
}



.aboutus .btm_img {
	position: relative;
	margin: 200px auto 0;
	overflow: hidden;
}


.aboutus .btm_img img{
	display: inline-block;
	filter: grayscale(1);
	aspect-ratio: 3 / 2;
	width: 25%;
	object-fit: contain;
	min-width: 350px;
}

.aboutus .btm_img img + img{
	margin-left: 40px;
}

.aboutus .btm_img p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	color: #BDA701;
	font-weight: 600;
	letter-spacing: 0.6em;
	z-index: 2;
}


.imgarea02{
	position: relative;
	width: 100%;
	z-index: 10;
}

.imgarea02 .ac_txt{
	position: absolute;
	z-index: 10;
	bottom: 150px;
	right: 0;
	line-height: 1;
	font-size: 4.6vw;
	color: #ccc;
	font-variation-settings: "opsz" 100, "wght" 300;
    background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	white-space: nowrap;
}

.imgarea02 .img{
	position: relative;
	background: url(../img/top.jpg);
	background-size: cover;
	background-position: center;
	height: 80vh;
	background-attachment: fixed;
}

::-webkit-full-page-media, :future, :root .imgarea02 .img{
	background-attachment: scroll;
  }

.imgarea02 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.imgarea02 .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.5);
	z-index: 0;
}

.imgarea02::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 11;
}

.catch{
	position: absolute;
	top: 40%;
	left: 7vw;
	z-index: 30;
	transform: translateY(-50%);
	pointer-events: none;
}

.catch h2{
	font-size: 4.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.catch p{
	font-size: 2.4rem;
	color: #BDA701;
}

.catch .flex_bet{
	position: relative;
	align-items: center;
}



@media (max-width: 1400px){
	.aboutus .left .img{
		height: 500px;
	}
}


@media (max-width: 1200px){
	.custom-shape-divider-bottom-1755844369 svg{
		height: 220px;
	}
	.aboutus .wrap{
		flex-direction: column;
	}
	.aboutus .left{
		width: 100%;
		margin-bottom: 60px;
	}
	.aboutus .right{
		width: 100%;
	}
	.aboutus .right .in{
		max-width: none;
	}
	.aboutus .btm_img{
		margin-top: 140px;
	}
	.aboutus{
		padding-bottom: 140px;
	}
	
	.imgarea02 .img{
		height: 50vh;
	}
	.aboutus .left .img img{
		aspect-ratio: 3 / 2.6;
	}
	.imgarea01{
		padding: 100px 0 100px;
	}
	.imgarea01 .img02{
		margin-bottom: -50px;
	}
	.imgarea02 .ac_txt{
		font-size: 5rem;
	}
	.catch h2{
		font-size: 3rem;
		margin-bottom: 25px;
	}
	.catch p{
		font-size: 2rem;
	}
}

@media (max-width: 740px){
	.imgarea02 .ac_txt{
		font-size: 3rem;
		bottom: 80px;
	}
	.imgarea01 .flo01{
		width: 120px;
	}
	.custom-shape-divider-bottom-1755844369 svg{
		height: 140px;
	}
	.imgarea01 .img01{
		width: 36%;
	}
	.imgarea01 .img02{
		width: 30%;
	}
	.imgarea01{
		padding: 50px 0 100px;
	}
	.imgarea01 .img02{
		margin-bottom: -80px;
		margin-right: -10px;
	}
	.aboutus .en_txt{
		font-size: 3rem;
		top: -80px;
	}
	.aboutus .left .img{
		height: 240px;
	}
	.aboutus .left .img img{
		aspect-ratio: 1 / 1;
		top: -40px;
	}
	.aboutus .left{
		margin-bottom: 40px;
	}
	.sub_ttl{
		font-size: 2.2rem;
	}
	.sub_ttl::before{
		width: 6px;
	}
	.aboutus .sub_ttl{
		margin-bottom: 30px;
	}
	.m_btn a{
		font-size: 1.4rem;
	}
	.m_btn {
		margin-top: 20px;
	}
	.aboutus .btm_img p{
		letter-spacing: 0.4em;
	}
	.aboutus .btm_img img{
		min-width: 260px;
	}
	.aboutus .btm_img{
		margin-top: 80px;
	}
	.aboutus{
		padding-bottom: 80px;
	}
	.catch h2{
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.catch p{
		font-size: 1.3rem;
	}
	.catch{
		top: 30%;
	}
	
}



/* facility */


.facility{
	position: relative;
	background-color: #eee;
	padding-bottom: 200px;
	color: #161818;
}

.facility .inner{
	max-width: 1580px;
}

.facility .left{
	width: 40%;
	padding-bottom: 50px;
}
.facility .right{
	position: relative;
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.facility .right .in{
	max-width: 370px;
	margin: 0 auto;
}

.facility .right .txt_box p+p{
	margin-top: 15px;
}

.facility .left img{
	width: 100%;
	/* filter: grayscale(1); */
	position: absolute;
	top: 250px;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	transition: transform 4000ms cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
	transition-timing-function: cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
}

.facility .left .img{
	position: relative;
	margin-top: -200px;
	overflow: hidden;
	height: 700px;
}

.facility .sub_ttl{
	margin-bottom: 50px;
}

.facility .bird03{
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
	z-index: 2;
}

.facility .m_btn a{
	color: #000;
}

.facility .m_btn a::before,
.facility .m_btn a::after{
	background-color: #000;
}


@media (max-width: 1400px){
	.facility .left .img{
		height: 500px;
	}
}


@media (max-width: 1200px){
	.facility .flex_bet{
		flex-direction: column;
	}
	.facility .left{
		width: 100%;
	}
	.facility .left img{
		aspect-ratio: 3 / 2;
	}
	.facility .right{
		width: 100%;
	}
	.facility .right .in{
		max-width: none;
	}
	.facility{
		padding-bottom: 170px;
	}
	.facility .bird03{
		left: 50%;
		top: auto;
		bottom: -110px;
		width: 140px;
	}
}

@media (max-width: 740px){
	.facility .left .img{
		height: 250px;
		margin-top: -100px;
	}
	.facility .left img{
		top: 100px;
		aspect-ratio: 1 / 1;
	}
	.facility .left{
		padding-bottom: 40px;
	}
	.facility .sub_ttl{
		margin-bottom: 30px;
	}
	.facility{
		padding-bottom: 110px;
	}
	.facility .bird03{
		width: 110px;
		bottom: -70px;
	}
}


/* mission */


.mission{
	position: relative;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background-color: #666;
	margin-top: -30px;
}


.mission .omoi{
	position: relative;
	font-size: 4.8rem;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 70px;
}

.mission .omoi::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 1px #fff;
	height: 1px;
	width: 220px;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%) rotate(6deg);
}
.mission .omoi::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 1px #fff;
	height: 1px;
	width: 220px;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%) rotate(-6deg);
}

.mission .sub_ttl{
	width: fit-content;
	margin: 0 auto 40px;
}

.mission .txt_box{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}

.mission .txt_box .color{
	color: #BDA701;
}

.mission .m_btn{
	margin: 40px auto 0;
}

.mission .inner{
	position: relative;
}

.mission .micl{
	position: absolute;
	top: -50px;
	right: 0;
	width: 200px;
}

.mission .micl.tp02{
	top: auto;
	bottom: -50px;
	left: 0;
}

@media (max-width: 1200px){
	.mission .micl{
		width: 100px;
	}
}

@media (max-width: 740px){
	.mission .omoi{
		font-size: 3.6rem;
		margin-bottom: 40px;
	}
	.mission .omoi::before,.mission .omoi::after{
		width: 140px;
		bottom: -10px;
	}
	.mission .sub_ttl{
		margin-bottom: 30px;
	}
	.mission .txt_box{
		font-size: 1.45rem;
		text-align: left;
	}
	.mission .m_btn{
		margin-top: 30px;
	}
	.mission .micl{
		width: 60px;
		top: -20px;
	}
}


/* service */


.mini_sli{ 
	position: relative;
	padding-bottom: 50px;
	background: linear-gradient(180deg,rgba(102, 102, 102, 1) 0%, rgba(22, 24, 24, 1) 100%);
	z-index: 5;
}


.mini_sli .slick-slide:nth-child(even){
	margin-top: 30px;
}

.service{
	background-color: #161818;
	padding-bottom: 80px;
	overflow: hidden;
}


.service .sub_ttl{
	width: fit-content;
	margin: 0 auto 50px;
}

.service .txt_box{
	margin-bottom: 30px;
	text-align: center;
}

.service .item h4{
	font-size: 2rem;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 5px;
}

.service .item .bb{
	font-size: 3rem;
	line-height: 1;
}
.service .item .bbch{
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 600;
}

.service .item{
	/* background-color: #666; */
	width: 32%;
	border: solid 1px #ccc;
	text-align: center;
	padding: 12px 0;
}

.service h4{
	font-size: 2.7rem;
}

.service .btm_area{
	position: relative;
	padding-top: 100px;
	margin-top: 80px;
}

.service .btm_area::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #666;
	border-radius: 50%;
	width: 3000px;
	aspect-ratio: 1 / 1;
	z-index: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.service .btm_area h4{
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.service .btm_area h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 170px;
	background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.service .wrapper{
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 90%;
}

.service .btm_area li{
	width: 30%;
	text-align: center;
}

.service .btm_area li .img{
	display: block;
}

.service .btm_area li .img img{
	width: 120px;
}

.service .btm_area .text{
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.service .btm_area .m_btn{
	margin: 50px auto 0;
}

@media (max-width: 1200px){
	.service .item .bbch{
		font-size: 1.8rem;
	}
	.service .item .bb{
		font-size: 2.4rem;
	}
	.service .btm_area .text{
		font-size: 1.6rem;
	}
}

@media (max-width: 740px){
	.service .sub_ttl{
		margin-bottom: 30px;
	}
	.service .item h4{
		font-size: 1.45rem;
	}
	.service .item .bb{
		font-size: 1.6rem;
	}
	.service .item .bbch{
		font-size: 1.5rem;
	}
	.service .btm_area{
		padding-top: 50px;
	}
	.service .btm_area h4{
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	.service .btm_area h4::before{
		width: 140px;
	}
	.service .btm_area .text{
		font-size: 1.2rem;
	}
	.service .btm_area .m_btn{
		margin-top: 30px;
	}
	.service{
		padding-bottom: 50px;
	}
	.service .btm_area li .img img{
		width: 60px;
	}
}



/* recruit */


.recruit{
	position: relative;
	background-color: #161818;
	padding-top: 0;
}

.recruit .wrapper{
	position: relative;
}

.recruit .left{
	position: relative;
	width: 50%;
	z-index: 1;
}

.recruit .left .img{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
}


.recruit .left img{
	position: absolute;
	width: 100%;
	top: 150px;
	object-fit: cover;
	/* filter: grayscale(1); */
	transition: transform 4000ms cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
	transition-timing-function: cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
}

.recruit .right{
	position: relative;
	z-index: 1;
	width: 50%;
	background-color: #7d6f09;
	font-weight: 700;
}

.recruit .right .in{
	max-width: 540px;
	margin: 0 auto;
}

.recruit .sub_ttl{
	margin-bottom: 50px;
	font-weight: 600;
}

.recruit .sub_ttl::before{
	background-color: #fff;
}

.recruit .box{
	margin-top: 20px;
}

.recruit h4{
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	margin-bottom: 6px;
}




@media (max-width: 1200px){
	.recruit .wrapper{
		flex-direction: column;
	}
	.recruit .left{
		width: 100%;
	}
	.recruit .left .img{
		height: 500px;
	}
	.recruit .left img{
		height: 700px;
		top: 300px;
	}
	.recruit .right{
		width: 100%;
	}
	.recruit .right .in{
		max-width: none;
		padding: 60px 40px 45px;
	}	
}

@media (max-width: 740px){
	.recruit .left .img{
		height: 250px;
	}
	.recruit .left img{
		top: 180px;
		height: 400px;
	}
	.recruit .right .in{
		padding: 50px 20px 35px;
	}
	.recruit .sub_ttl{
		margin-bottom: 30px;
	}
	.recruit h4{
		font-size: 1.6rem;
	}
}





/* footer */



footer{
	position: relative;
	background: url(../img/imgarea.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 5;
}

::-webkit-full-page-media, :future, :root footer{
	background-attachment: scroll;
  }

footer::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(22, 24, 24,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.foo_top{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.foo_top a:hover{
	background-color: #7d6f09;
}

.foo_inner{
	position: relative;
	z-index: 1;
}

footer .box{
	width: 50%;
}

footer .box a{
	display: block;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 70px 0;
}

footer .box+.box{
	border-left: solid 1px #ccc;
}

footer .box .mini{
	font-size: 0.7em;
}

.foo_logo img{
	height: 50px;
}

.foo_logo{
	margin-bottom: 120px;
}

.foo_btm{
	padding: 60px 40px;
}

@media (max-width: 1200px){
	.foo_btm{
		flex-direction: column;
	}
	.foo_logo{
		margin-bottom: 50px;
	}
	.copy{
		margin-top: 30px;
	}
}

@media (max-width: 740px){
	footer .box a{
		font-size: 2rem;
		padding: 50px 0;
	}
	.foo_logo img{
		height: 38px;
	}
	.foo_btm{
		padding: 50px 20px 30px;
	}
	.copy{
		font-size: 1rem;
	}
}


/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #fff;
    z-index: 49;
}


.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	background-color: #BDA701;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #fff;
	padding: 0;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 740px) {
    .page_top {
        width: 45px;
        height: 45px;
    }
}




/* 下層トップ */



.kasou_top{
	position: relative;
	padding: 230px 0 180px;
}

.kasou_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: rgb(0, 0, 0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.kasou_top h2{
	font-size: 4.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

.kasou_top .inner{
	position: relative;
	z-index: 1;
}


.kasou_top{
	background: url(../img/top.jpg);
	background-size: cover;
	background-position: center;
	background-position-y: 80%;
	background-attachment: fixed;
}

::-webkit-full-page-media, :future, :root .kasou_top{
	background-attachment: scroll;
  }

.kasou_top ol{
	margin-left: 2px;
}

.kasou_top ol li a{
	position: relative;
	padding-right: 22px;
}

.kasou_top ol li a::before{
	content: ">";
	display: inline-block;
	position: absolute;
	font-size: 1.4rem;
	width: 14px;
	height: 14px;
	line-height: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.kasou_top ol li a:hover{
	opacity: 0.75;
}

.kasou .sub_ttl{
	margin-bottom: 60px;
}


@media (max-width: 740px){
	.kasou_top h2{
		font-size: 3.4rem;
	}
	.kasou_top{
		padding: 150px 0 120px;
	}
	.kasou .sub_ttl{
		margin-bottom: 30px;
	}
}






/* 施設紹介ページ */



.faci_top .c_ttl span{
	display: block;
}

.faci_top .c_ttl{
	position: relative;
	font-size: 2.8rem;
	width: fit-content;
	margin: 0 auto 50px;
	letter-spacing: 0.1em;
	align-items: center;
}

.faci_top .c_ttl .left{
	line-height: 1.4;
	margin-right: 20px;
}

.faci_top .c_ttl .sss{
	font-size: 1.5em;
	letter-spacing: 0.2em;
}

.faci_top .c_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: -60px;
	height: 1px;
	width: 30px;
	transform: translateX(-100%);
}

.faci_top .c_ttl::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 50%;
	right: -40px;
	height: 1px;
	width: 30px;
	transform: translateX(100%);
}

.faci_top .img_box{
	text-align: center;
	margin-top: -30px;
}

.faci_top .img_box img{
	filter: grayscale(1);
	aspect-ratio: 4 / 1;
	object-fit: cover;
	max-width: 1180px;
	width: 100%;
}

.faci_top .ac_txt{
	position: relative;
	font-size: 7rem;
	letter-spacing: 0.1em;
	background: linear-gradient(#777 70%, #7d6f09 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	white-space: nowrap;
	width: fit-content;
	margin: 10px auto 0;
	line-height: 1;
	z-index: 1;
}

.faci_top .txt_box{
	position: relative;
	margin: 100px auto 0;
	width: fit-content;
	text-align: center;
	line-height: 2.2;
	font-size: 1.7rem;
}

.faci_top .txt_box::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #BDA701;
	top: -30px;
	left: 50%;
	width: 1px;
	height: 100px;
	z-index: 1;
	transform: translateY(-100%);
}

.faci_top .txt_box .ac_ill{
	position: absolute;
	top: 0;
	right: -40px;
	width: 150px;
	transform: translate(100%,-100%);
}

.faci_top .txt_box .ac_ill02{
	position: absolute;
	bottom: 0;
	left: -40px;
	width: 150px;
	transform: translate(-100%,100%);
}


.motto{
	position: relative;
	background-color: #161818;
	overflow: hidden;
}

.motto .ac_txt{
	position: absolute;
	font-size: 20rem;
	top: 50px;
	left: 0;
	line-height: 1;
	color: #222;
}

.motto .left{
	width: 42%;
}

.motto .right{
	width: 55%;
}


.motto .txt_box{
	max-width: 400px;
}

.motto .txt_box p+p{
	margin-top: 10px;
}

.motto .item{
	position: relative;
	border-top: solid 1px #aaa;
	padding: 35px 3px 40px 140px;
}


.motto .item .icon{
	position: absolute;
	width: 70px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

.motto .item h4{
	font-size: 2rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

.motto .item h4 span{
	display: inline-block;
	margin-right: 10px;
}

.motto .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #BDA701;
	top: -1px;
	width: 60px;
	height: 1px;
	left: 0;
}


.sagyou .left{
	width: 200px;
}

.sagyou .right{
	width: calc(95% - 200px);
	border-left: solid 1px #ccc;
	padding-left: 60px;
}

.sagyou .top_area{
	max-width: 900px;
	margin: 0 auto 100px;
}

.sagyou .item_list{
	flex-wrap: wrap;
	gap: 50px;
}

.sagyou .item{
	width: calc((100% - 100px) / 3);
}

.sagyou .item .img img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
	border: solid 1px #ccc;
	/* filter: grayscale(0.9); */
}

.sagyou .item h4{
	font-size: 2rem;
}

.sagyou .sub_ttl{
	margin-bottom: 0;
}


.faci_column{
	text-align: center;
	padding-top: 0;
}

.faci_column h3{
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.faci_column .inner{
	position: relative;
	background: url(../img/top03.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.faci_column .inner::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(22, 24, 24,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.faci_column .in{
	position: relative;
	z-index: 1;
	padding: 0 40px;
}


.hope{
	background: url(../img/hope.webp);
	background-size: cover;
	background-position: center;
	height: calc(100vh - 85px);
}



.hope .txt_box{
	max-width: 400px;
}


.hope .ab_area{
	position: absolute;
	bottom: 140px;
	left: 140px;
}

.hope::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	backdrop-filter: grayscale(1);
	-webkit-backdrop-filter: grayscale(1);
    top: 0;
    left: 0;
	z-index: 0;
}

.overview{
	position: relative;
}

.overview .ac_txt{
	position: absolute;
	top: 50px;
	left: 0;
	line-height: 1;
	font-size: 20rem;
	color: #555;
	z-index: -1;
}


.overview .left{
	width: 50%;
}

.overview .right{
	width: 50%;
}


.overview .mov{
	width: 350px;
	aspect-ratio: 1 / 1.7;
}


.info_table{
	width: 100%;
}

.info_table th,.info_table td{
	border-top: solid 1px #aaa;
	letter-spacing: 0.05em;
	padding: 15px 0;
}

.info_table th{
	width: 25%;
}

.info_table td{
	width: 75%;
}

.info_table .map{
	filter: grayscale(1);
	width: 100%;
	height: 300px;
	transition: all .3s;
}

.info_table .map:hover{
	filter: grayscale(0);
}



@media (max-width: 1200px){
	.faci_top .txt_box .ac_ill{
		width: 90px;
		right: 0;
		top: -80px;
		transform: translate(0,0);
	}
	.faci_top .txt_box .ac_ill02{
		width: 90px;
		left: 0;
		bottom: -100px;
		transform: translate(0,0);
	}
	.motto .flex_bet{
		flex-direction: column;
	}
	.motto .left{
		width: 100%;
		margin-bottom: 60px;
		justify-content: center;
	}
	.motto .right{
		width: 100%;
	}
	.motto .txt_box{
		max-width: none;
	}
	.sagyou .item h4{
		font-size: 1.5rem;
	}
	.hope{
		height: 70vh;
	}
	.hope .ab_area{
		left: 60px;
	}
	.overview .flex_bet{
		flex-direction: column;
	}
	.overview .left{
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.overview .right{
		width: 100%;
	}
	.overview .sub_ttl{
		width: fit-content;
		margin: 0 auto 60px;
	}
}

@media (max-width: 740px){
	.faci_top .ac_txt{
		font-size: 3.4rem;
	}
	.faci_top .c_ttl{
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.faci_top .c_ttl::after{
		right: -20px;
	}
	.faci_top .c_ttl .left{
		margin-right: 10px;
	}
	.faci_top .c_ttl::before{
		left: -30px;
	}
	.faci_top .img_box{
		margin-top: -15px;
	}
	.faci_top .txt_box .ac_ill{
		width: 50px;
		top: -55px;
	}
	.faci_top .txt_box .ac_ill02{
		width: 50px;
		bottom: -55px;
	}
	.faci_top .txt_box{
		font-size: 1.3rem;
		text-align: left;
		margin-top: 50px;
	}
	.faci_top .txt_box::before{
		height: 50px;
		top: -15px;
	}
	.motto .item .icon{
		width: 50px;
	}
	.motto .item{
		padding: 20px 2px 15px 100px;
	}
	.motto .item h4{
		font-size: 1.7rem;
	}
	.motto .left{
		margin-bottom: 40px;
	}
	.sagyou .top_area{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.sagyou .sub_ttl{
		margin-bottom: 30px;
	}
	.sagyou .right{
		padding: 0;
		width: 100%;
		border-left: 0px;
	}
	.sagyou .item_list{
		gap: 20px;
	}
	.sagyou .item{
		width: calc((100% - 20px) / 2);
	}
	.sagyou .item h4{
		font-size: 1.3rem;
	}
	.faci_column{
		text-align: left;
	}
	.faci_column .inner{
		padding: 60px 0;
	}
	.faci_column .in{
		padding: 0 20px;
	}
	.faci_column h3{
		text-align: center;
		font-size: 2rem;
	}
	.hope .ab_area{
		left: 20px;
		bottom: 60px;
	}
	.info_table .map{
		height: 200px;
	}
	.info_table th{
		width: 30%;
	}

	.info_table td{
		width: 70%;
	}
	.overview .sub_ttl{
		width: fit-content;
		margin: 0 auto 30px;
	}
	.overview .mov{
		width: 100%;
	}
	
}




/* 大切にしていることページ */


.sti .inner{
	max-width: 1080px;
}

.sti .fir{
	margin-bottom: 40px;
	font-size: 1.7rem;
	border: solid 1px #BDA701;
	padding: 25px;
}

.sti .item{
	background-color: #161818;
	padding: 45px 60px 60px;
	border-radius: 10px;
	width: 100%;
	font-size: 1.5rem;
}

.sti h3{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: solid 1px #aaa;
	padding-bottom: 8px;
}

.sti .item p+p{
	margin-top: 15px;
}

.sti p.ac{
	text-align: center;
}

.sti .area{
	flex-wrap: wrap;
}

.sti .sticky{
	position: sticky;
	height: fit-content;
	top: 100px;
}

.sti .sticky:nth-child(2){
	top: 150px;
}
.sti .sticky:nth-child(3){
	top: 200px;
}
.sti .sticky:nth-child(4){
	top: 250px;
}

.sti .item:nth-child(2){
	margin-top: 200px;
	background-color: #7d6f09;
}

.sti .item:nth-child(3){
	margin-top: 200px;
	background-color: #161818;
}

.sti .item:nth-child(4){
	margin-top: 200px;
	background-color: #7d6f09;
}

.sti .btn a{
	display: block;
	text-align: center;
	background-color: #252525;
	color: #fff;
	padding: 15px 0;
	border-radius: 40px;
}

.sti .btn{
	width: 250px;
	margin: 30px auto 0;
}

.sti .item .img{
	width: 140px;
	margin: 0 auto 20px;
}

.sti .item .img img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.p_feature{
	background-color: #161818;
}


.p_feature .left{
	width: 46%;
}

.p_feature .right{
	width: 46%;
}

.p_feature .right .img{
	position: relative;
    margin-top: -200px;
    overflow: hidden;
    height: 700px;
}

.p_feature .right .img img{
	width: 100%;
	/* filter: grayscale(1); */
	position: absolute;
	top: 250px;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	transition: transform 4000ms cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
	transition-timing-function: cubic-bezier(0.195, 0.910, 0.000, 1.005); /* custom */
}

.p_feature .left .txt_box{
	max-width: 490px;
}

.p_feature .left .txt_box p+p{
	margin-top: 15px;
}

.fe_imgarea{
	position: relative;
}

.fe_imgarea::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(22, 24, 24,0.7);
}

.fe_imgarea img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}


.fe_imgarea .ac_txt {
    font-size: 18rem;
    top: 100px;
    left: 20px;
    position: absolute;
    line-height: 1;
    z-index: 10;
    font-variation-settings: "opsz" 100, "wght" 300;
    background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



@media (max-width: 1200px){
	.fe_imgarea img{
		height: 70vh;
	}
	.fe_imgarea .ac_txt{
		font-size: 10rem;
	}
	.p_feature .sub_ttl{
		line-height: 1.8;
	}
	.p_feature .right .img{
		height: 400px;
		margin-top: -150px;
	}
	.p_feature .right .img img{
		top: 190px;
	}
}

@media (max-width: 740px){
	.sti .fir{
		font-size: 1.3rem;
		padding: 15px;
	}
	.sti h3{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.sti .item .img{
		width: 70px;
	}
	.sti .item{
		padding: 30px;
		font-size: 1.3rem;
	}
	.p_feature .flex_bet{
		flex-direction: column-reverse;
	}
	.fe_imgarea img{
		height: 50vh;
	}
	.p_feature .right{
		width: 100%;
	}
	.p_feature .left{
		width: 100%;
		margin-top: 40px;
	}
	.p_feature .br_1200{
		display: inline;
	}
	.p_feature .right .img{
		height: 250px;
	}
	.p_feature .right .img img{
		aspect-ratio: 1 / 1;
		top: 220px;
	}
	.fe_imgarea .ac_txt{
		font-size: 5rem;
		top: 50px;
	}
	.sti .sticky{
		position: static;
		height: fit-content;
		top: 85px;
	}

	.sti .sticky:nth-child(2){
		margin-top: 30px;
	}
	.sti .sticky:nth-child(3){
		margin-top: 30px;
	}
	.sti .sticky:nth-child(4){
		margin-top: 30px;
	}
}






/* ご利用案内ページ */



.target .sub_ttl{
	margin-bottom: 40px;
}

.target ul{
	margin-top: 20px;
}

.target ul li{
	padding: 20px 0;
	border-top: solid 1px #ccc;
	letter-spacing: 0.04em;
}

.target ul li:last-child{
	border-bottom: solid 1px #ccc;
}

.w_contents .left{
	width: 46%;
}

.w_contents .right{
	width: 46%;
}

.w_contents .right img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}

.fee{
	padding-top: 0;
}

.fee .sub_ttl{
	margin-bottom: 40px;
}

.use{
	padding-top: 0;
	padding-bottom: 250px;
}

.use .sub_ttl{
	margin-bottom: 40px;
}

.use .item p{
	font-size: 1.6rem;
}

.use .item{
	border-top: solid 1px #aaa;
	padding: 10px 0;
	padding-left: 5px;
}

.use .item_list{
	margin-top: 40px;
}

.use .item:last-child{
	border-bottom: solid 1px #aaa;
}



.money{
	position: relative;
	background-color: #161818;
	padding-top: 0;
}

.money::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #666;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: -1;
}

.money .top_img {
	margin-bottom: 100px;
	position: relative;
    overflow: hidden;
    height: 380px;
}

.money .top_img img{
	width: 100%;
    /* filter: grayscale(1); */
    position: absolute;
    top: 180px;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    transition: transform 4000ms cubic-bezier(0.195, 0.910, 0.000, 1.005);
    transition-timing-function: cubic-bezier(0.195, 0.910, 0.000, 1.005);
}

.money h3{
	width: fit-content;
	margin: 0 auto 50px;
}

.money p.ac{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
	border-top: dashed 2px #ccc;
	border-bottom: dashed 2px #ccc;
	max-width: 900px;
	margin: 0 auto 40px;
	padding: 10px 0;
}

.money p.ac .bb{
	font-size: 1.6em;
}

.money .txt_box{
	max-width: 920px;
	margin: 0 auto;
}

.voice {
	overflow: hidden;
}

.voice .sub_ttl{
	width: fit-content;
	margin: 0 auto 80px;
}


.voice .inner{
	max-width: 1180px;
}


.voice .item{
	background-color: #eee;
	color: #161818;
	padding: 40px;
}

.voice .item+.item{
	margin-top: 60px;
}

.voice .item h4{
	border-bottom: solid 1px #ccc;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.voice .item .ac{
	color: #7d6f09;
	font-weight: 600;
}

.voice .ac_txt{
	position: absolute;
	top: 50px;
	right: 0;
	line-height: 1;
	font-size: 20rem;
	color: #555;
}


.flow{
	position: relative;
	background-color: #161818;
}

.flow .ac_txt{
	font-size: 20rem;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #222;
	font-weight: lighter;
	transform: translate(-50%,-50%);
	z-index: -1;
	line-height: 1.2;
}

.flow .inner{
	max-width: 1180px;
}

.flow h3{
	width: fit-content;
	margin: 0 auto 100px;
}

.flow .item_list{
	flex-wrap: wrap;
	gap: 70px;
}

.flow .item{
	position: relative;
	width: calc((100% - 140px) / 3);
	border: solid 1px #666;
	padding: 25px;
	padding-top: 0;
}

.flow .item p.ac{
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-size: 1.4rem;
	padding: 0 30px;
	background-color: #161818;
	width: fit-content;
	margin: -20px auto 0;
}

.flow .item p.ac span{
	display: block;
}

.flow .item h4{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 15px;
}

.flow .item p.ac .num{
	font-size: 2.2em;
}

.flow .item .icon{
	width: 55px;
	margin: 60px auto 20px;
}

.flow .item p.ac::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #7d6f09;
	width: 12px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.flow .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: calc(100% + 70px);
	background-color: #7d6f09;
	top: 63px;
	left: 50%;
}

.flow .item:nth-child(3)::before{
	display: none;
}
.flow .item:nth-child(5)::before{
	display: none;
}

.faq .mark{
	font-size: 1.8rem;
	background-color: #7d6f09;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-right: 15px;
	line-height: 40px;
}

.faq .inner{
	max-width: 1180px;
}

.faq .aa .mark{
	background-color: #666;
}

.faq h3{
	width: fit-content;
	margin: 0 auto 80px;
}

.faq p.txt{
	font-size: 1.5rem;
	font-size: 2rem;
}

.faq .aa{
	margin-top: 20px;
}

.faq .aa p.txt{
	font-size: 1.5rem;
	padding-top: 6px;
}

.faq .item{
	border-top: solid 1px #aaa;
	padding: 40px 0;
}

.faq .ac_txt{
	position: absolute;
	font-size: 20rem;
	top: 50px;
	left: 0;
	color: #555;
	line-height: 1;
	z-index: -1;
}


.guide_column{
	position: relative;
	background-color: #161818;
	overflow: hidden;
}

.guide_column .ac_txt{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #BDA701;
	z-index: 1;
	pointer-events: none;
	white-space: nowrap;
}

.guide_column .ac_txt02{
	position: absolute;
	top: 20px;
	right: 10px;
	color: #BDA701;
	z-index: 1;
	pointer-events: none;
	white-space: nowrap;
}

.guide_column .ac_txt03{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #BDA701;
	z-index: 1;
	pointer-events: none;
	white-space: nowrap;
}

.guide_column .ac_txt04{
	position: absolute;
	bottom: 20px;
	left: 10px;
	color: #BDA701;
	z-index: 1;
	pointer-events: none;
	white-space: nowrap;
}

.guide_column h3{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 25px;
}

.guide_column .white{
	color: #fff;
}

.guide_column p{
	letter-spacing: 0.2em;
	font-size: 1.6rem;
}

.guide_column .banner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.guide_column .banner::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(22, 24, 24,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.guide_column .banner::after{
	content: "";
	display: inline-block;
	position: absolute;
	border: solid 1px #161818;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition-delay: 1000ms;
	transition: all .5s ease-out;
}

.guide_column img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.guide_column .ab_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 1;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.guide_column .banner:hover img{
	transform: scale(1.08);
}

.guide_column .banner:hover:after{
	border-width: 10px;
}

.guide_column .btn{
	width: fit-content;
	margin: 30px auto 0;
	border: solid 1px #fff;
	padding: 8px 34px;
	letter-spacing: 0.05em;
	transition: all .3s;
}

.guide_imgarea{
	background: url(../img/guide_imgarea.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.guide_column .banner:hover p.btn{
	background-color: #7d6f09;
}


@media (max-width: 1200px){
	.w_contents .flex_bet{
		flex-direction: column;
	}
	.w_contents .left,.w_contents .right{
		width: 100%;
	}
	.w_contents .left img{
		height: 300px;
		width: 100%;
		object-fit: cover;
		aspect-ratio: auto;
	}
	.w_contents .left{
		margin-bottom: 50px;
	}
	.use{
		padding-bottom: 100px;
	}

	.money .top_img img{
		aspect-ratio: 3 / 2;
	}
	.money .top_img{
		margin-bottom: 70px;
	}
	.guide_imgarea{
		height: 80vh;
	}
	.flow .item_list{
		gap: 50px 20px;
	}
	.flow .item{
		width: calc((100% - 40px) / 3);
	}
}

@media (max-width: 740px){
	.flow .ac_txt{
		font-size: 10rem;
	}
	.w_contents .left img{
		height: 200px;
	}
	.target .sub_ttl{
		margin-bottom: 30px;
	}
	.fee .sub_ttl{
		margin-bottom: 30px;
	}
	.w_contents .left{
		margin-bottom: 30px;
	}
	.use .sub_ttl{
		margin-bottom: 30px;
	}
	.use .item_list{
		margin-top: 25px;
	}
	.use .item p{
		font-size: 1.3rem;
	}
	.money .top_img{
		height: 300px;
	}
	.money .top_img img{
		aspect-ratio: 1.2 / 1;
		top: 140px;
	}
	.money .top_img{
		margin-bottom: 45px;
	}
	.money p.ac{
		font-size: 1.3rem;
		border-top: dashed 1px #ccc;
		border-bottom: dashed 1px #ccc;
		margin-bottom: 25px;
	}
	.voice .ac_txt{
		font-size: 10rem;
	}
	.voice .sub_ttl{
		margin-bottom: 30px;
	}
	.voice .item h4{
		font-size: 1.6rem;
	}
	.voice .item{
		padding: 20px;
	}
	.voice .item+.item{
		margin-top: 30px;
	}
	.guide_imgarea{
		height: 60vh;
	}
	.flow .item{
		width: 100%;
	}
	.flow .item p.ac::before{
		display: none;
	}
	.flow .item::before{
		display: none;
	}
	.flow .item p.ac{
		font-size: 1.2rem;
	}
	.flow .sub_ttl{
		margin-bottom: 60px;
	}
	.flow .item .icon{
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.flow .item h4{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.faq .ac_txt{
		font-size: 10rem;
	}
	.faq p.txt{
		font-size: 1.5rem;
	}
	.faq .mark{
		width: 30px;
		height: 30px;
		line-height: 32px;
		font-size: 1.5rem;
	}
	.faq .aa{
		margin-top: 5px;
	}
	.faq .aa p.txt{
		font-size: 1.3rem;
	}
	.faq .item{
		padding: 30px 0;
	}
	.guide_column h3{
		font-size: 2rem;
	}
	.guide_column p{
		font-size: 1.3rem;
	}
	.guide_column img{
		height: 350px;
	}
	.guide_column .ac_txt{
		top: 5px;
		left: 10px;
		font-size: 1rem;
	}

	.guide_column .ac_txt02{
		top: 30px;
		right: 0px;
		font-size: 1rem;
	}

	.guide_column .ac_txt03{
		bottom: 10px;
		right: 10px;
		font-size: 1rem;
	}

	.guide_column .ac_txt04{
		bottom: 30px;
		left: 0px;
		font-size: 1rem;
	}
}




/* 採用情報ページ */




.rec_top{
	padding-top: 200px;
	padding-bottom: 0;
}

.rec_top .mini_sli{
	margin-top: 200px;
}

.rec_top .txt_box{
	max-width: 500px;
}

.rec_top .txt_box p+p{
	margin-top: 15px;
}

.rec_top .ac_txt{
	position: absolute;
	font-size: 14rem;
	line-height: 0.8;
	color: #555;
	letter-spacing: 0.05em;
	top: 150px;
	right: 0;
	z-index: -1;
}

.p_service{
	background-color: #161818;
}

.p_service h3{
	margin-bottom: 100px;
}

.info_item_list .item{
	border-top: solid 1px #aaa;
	padding: 30px 0;
}

.info_item_list h4{
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}

.info_item_list ul{
	padding-left: 10px;
}

.info_item_list li{
	letter-spacing: 0.1em;
}

.bosyu{
	background-color: #161818;
	padding-top: 0;
}

.bosyu h3{
	margin-bottom: 100px;
}

.co_column h3{
	margin-bottom: 60px;
}

.co_column ul li{
	position: relative;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	padding: 10px 0;
	padding-left: 20px;
	border-top: solid 1px #aaa;
}

.co_column ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #BDA701;
	height: 2px;
	width: 10px;
	top: 50%;
	left: 0;
}

.co_column ul li:last-child{
	border-bottom: solid 1px #aaa;
}

.co_column ul{
	margin-bottom: 40px;
}

.co_column .m_btn+.m_btn{
	margin-left: 20px;
}


.co_column .left{
	width: 46%;
}

.co_column .right{
	width: 46%;
}

.co_column .right .img{
	position: relative;
    margin-top: -200px;
    overflow: hidden;
    height: 700px;
}

.co_column .right .img img{
	width: 100%;
    /* filter: grayscale(1); */
    position: absolute;
    top: 250px;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    transition: transform 4000ms cubic-bezier(0.195, 0.910, 0.000, 1.005);
    transition-timing-function: cubic-bezier(0.195, 0.910, 0.000, 1.005);
}

@media (max-width: 1200px){
	.rec_top .ac_txt{
		font-size: 10rem;
	}
	.rec_top{
		padding-top: 130px;
	}
	.rec_top .mini_sli{
		margin-top: 120px;
	}
	.co_column .flex_bet{
		flex-direction: column-reverse;
	}
	.co_column .right .img{
		margin-top: -150px;
	}
	.co_column .left{
		width: 100%;
	}
	.co_column .right{
		width: 100%;
		margin-bottom: 50px;
	}
	.co_column .right .img{
		height: 500px;
	}
	.co_column .right .img img{
		aspect-ratio: 1.3 / 1;
	}
}

@media (max-width: 740px){
	.rec_top .ac_txt{
		font-size: 7rem;
	}
	.rec_top{
		padding-top: 60px;
	}
	.rec_top .mini_sli{
		margin-top: 60px;
		padding-bottom: 0;
	}
	.info_item_list h4{
		font-size: 1.8rem;
	}
	.co_column .right .img{
		height: 250px;
		margin-top: -100px;
	}
	.co_column .right .img img{
		top: 140px;
	}
	.co_column ul li{
		font-size: 1.3rem;
	}
	.co_column ul{
		margin-bottom: 20px;
	}
	.co_column .btn_box{
		flex-direction: column;
	}
	.co_column .m_btn+.m_btn{
		margin-left: 0;
	}
}




/* 法人案内ページ */



.message .btm{
	text-align: right;
	margin-top: 30px;
}

.message .btm .bb{
	font-size: 1.5em;
}

.message .inner{
	max-width: 1080px;
}

.message .txt_box p+p{
	margin-top: 15px;
}

.message .left{
	width: 46%;
}
.message .right{
	width: 46%;
}

.message .right img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	/* filter: grayscale(0.9); */
}


.basic_box{
	position: relative;
	background-color: #161818;
	overflow: hidden;
}

.basic_box .inner{
	position: relative;
	border: solid 1px #666;
	padding: 100px 20px;
}

.basic_box .inner::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 3px;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
}

    

.basic_box .sub_ttl{
	width: fit-content;
	margin: 0 auto 40px;
}

.basic_box .ac{
	position: relative;
    font-size: 4.8rem;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 70px;
	color: #777;
}

.basic_box .ac::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: solid 1px #777;
    height: 1px;
    width: 220px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%) rotate(6deg);
}

.basic_box .ac::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: solid 1px #777;
    height: 1px;
    width: 220px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%) rotate(-6deg);
}

.basic_box .txt_box{
	max-width: 800px;
	margin: 0 auto;
}

.basic_box.policy{
	padding-bottom: 0;
}

.basic_box.purpose{
	padding-top: 50px;
}

.information .sub_ttl{
	width: fit-content;
	margin: 0 auto 60px;
}

.information .inner{
	position: relative;
	max-width: 1080px;
	background-color: rgb(255, 255, 255,0.8);
	background-color: rgba(12, 12, 12, 0.5);
	/* backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px); */
	padding: 80px 50px;
	z-index: 1;
}

.information .inner p{
	text-align: center;
	margin-bottom: 30px;
}

.dtitle{
	letter-spacing: 0.08em;
	font-size: 2.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}
.dtitle.white{
	color: #fff;
}
.dtitle.white::after{
	background: #fff;
}


.information .info_btn{
	flex-wrap: wrap;
	gap: 10px;
}

.information .btn a{
	display: block;
	padding: 15px 0;
	background-color: #7d6f09;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}
.information .btn a i{
	display: inline-block;
	font-size: 0.8em;
	transform: translateY(-1px);
}

.information .btn a:hover{
	background-color: #BDA701;
}

/* .information .btn{
	width: calc((100% - 20px) / 3);
} */

.information{
	position: relative;
	background: url(../img/guide_imgarea.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.information::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(22, 24, 24,0.6);
	backdrop-filter: grayscale(1);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;	
}


.contact .sub_ttl{
	width: fit-content;
	margin: 0 auto 30px;
}

.contact p.fir{
	text-align: center;
}

.contact{
	background-color: #eee;
	color: #161818;
}

.b_ttl{
	position: relative;
	font-size: 2.6rem;
	letter-spacing: 0.03em;
}

.contact .co_tel .ac{
	font-size: 2rem;
}

.contact .co_tel .bb{
	font-size: 3.6rem;
}

.contact .co_tel a{
	display: block;
	color: #161818;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #7d6f09;
	padding: 30px 80px;
}

.contact .co_tel a:hover{
	background-color: #ddd;
}

.contact .co_tel{
	margin-top: 50px;
	margin-bottom: 100px;
}

.contact .co_tel h4{
	margin-bottom: 10px;
}

.b_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #7d6f09;
	height: 1px;
	width: 50px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}


#co_mail{
	margin-top: -90px;
	padding-top: 90px;
}

.mail_sec h4{
	text-align: center;
	margin-bottom: 40px;
}

.mail_sec .mailform{
	max-width: 960px;
	margin: 0 auto;
}


input[type="text"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	width: 100% !important;
}

input[type="email"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	width: 100% !important;
}


input{
	appearance: auto;
}


input[type="checkbox"] + label{
	cursor: pointer;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

td .box.mini{
	width: 85%;
	max-width: 300px;
	height: 40px;
}

textarea{
	padding: 10px;
	font-size: 1.6rem;
	background: #fff;
	width: 100% !important;
	height: 120px !important;
}

.contact_table{
	width: 100%;
}

.contact_table .ib td div{
	display: inline;
}

.contact_table .ib td div+div{
	margin-left: 20px;
}

.contact_table th span,.form_attention span{
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.3rem;
}


.contact_table th span.ac,.form_attention span.ac{
	background-color: #7d6f09;
	padding: 4px 8px 3px;
	color: #fff;
}

.contact_table th span.ac.nini{
	border: solid 1px #7d6f09;
	background-color: #fff;
	color: #7d6f09;
}

.contact_table th{
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 20px 0;
	font-size: 1.5rem;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	border-bottom: dotted 1px #ccc;
}

.contact_table td{
	padding: 20px 0;
	width: 70%;
	border-bottom: dotted 1px #ccc;
}


button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 10px 0 7px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #7d6f09;
	border: solid 2px #7d6f09;
	color: #fff;
	font-size: 1.5rem;
	margin-top: 40px;
	font-weight: bold;
}

.form_btn button:hover{
	opacity: 0.7;
}

.form_attention{
	margin-top: 50px;
	font-size: 1.4rem;
}


.form_attention p+p{
	margin-top: 10px;
}

.form_attention p a:hover{
	opacity: 0.75;
}


.postal_btn{
	background-color: #7d6f09;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

.contact_table .flex{
	margin-bottom: 10px;
}

.contact_table .mark{
	line-height: 40px;
	padding: 0 5px;
	padding-right: 10px;
}




.form_accordion{
	text-align: left;
	margin-top: 40px;
}


.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h5{
	margin-top: 20px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #777;
}

.form_accordion h5::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #fff;
	color: #7d6f09;
	border-radius: 30px;
}

.Label::before{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2.5px solid #7d6f09;
	border-right: 2.5px solid #7d6f09;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.co_open{
	height: 0;
	overflow: hidden;
}

.mail_sec{
	max-width: 1180px;
	margin: 50px auto 0;
	/* background-color: #fff;
	padding: 50px 60px;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.contact .l_ttl{
	margin-bottom: 40px;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	font-weight: 700;
	border-left: solid 4px #7d6f09;
	padding-left: 10px;
	line-height: 1.6;
}


@media (max-width: 1200px){
	.message .inner{
		flex-direction: column-reverse;
	}
	.message .right{
		width: 100%;
	}
	.message .left{
		width: 100%;
		margin-top: 40px;
	}
	.message .right img{
		height: 400px;
	}
	.basic_box .inner{
		padding: 80px 20px;
	}
	/* .information .btn{
		width: calc((100% - 10px) / 2);
	} */
	.information .inner{
		padding: 80px 30px;
	}
}

@media (max-width: 740px){
	.message .right img{
		height: 200px;
	}
	.basic_box .inner{
		padding: 50px 20px;
	}
	.basic_box .ac{
		font-size: 3.6rem;
		margin-bottom: 45px;
	}
	.basic_box .sub_ttl{
		margin: 0 auto 20px;
	}
	.basic_box .ac::before, .basic_box .ac::after {
        width: 140px;
        bottom: -10px;
    }
	.information{
		padding: 50px 0;
	}
	.information .inner{
		padding: 50px 20px;
	}
	.information .sub_ttl{
		margin: 0 auto 30px;
	}
	.information .btn a{
		font-size: 1.3rem;
	}
	.information .btn{
		width: 100%;
	}
	.b_ttl{
		font-size: 1.8rem;
	}
	.contact .co_tel .bb{
		font-size: 2.6rem;
	}
	.contact .co_tel a{
		padding: 30px ;
	}
	.contact .co_tel{
		margin-top: 30px;
	}
	.contact .mail_sec{
		margin-top: 60px;
	}
	.mail_sec h4{
		margin-bottom: 10px;
	}
	.contact .co_tel{
		margin-bottom: 60px;
	}
	.contact_table th{
		width: 100%;
		display: block;
		padding-bottom: 0;
		border-bottom: 0px;
	}
	.contact_table td{
		width: 100%;
		display: block;
	}
	#co_mail{
		margin-top: -75px;
		padding-top: 75px;
	}

	.dtitle{
		font-size: 1.9rem;
	}
}





/*thanksページ*/



.kasou.thanks .kasou_top{
	margin-bottom: 0;
}

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 10px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #fff;
	line-height: 1;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #fff;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #7d6f09;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
	.thanks_attention{
		font-size: 1.4rem;
	}
	.thanks_ttl .ja{
		font-size: 2.6rem;
		margin-top: 5px;
	}
}
