@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body{
	margin:0;
	font-family:'Zen Maru Gothic',sans-serif;
	color:#333;
	background:#fff4e9;
  	font-size: clamp(16px, 1.2vw, 18px);
  	letter-spacing: 0.03em;
  	line-height: 1.9;
}

section{
	padding: clamp(3.125rem, 2.273rem + 3.64vw, 5rem) 0;
}
.inner{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}

.inner-wide{
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
}
main{
	width: 100%;
	overflow: hidden;
}

a{
	text-decoration: none;
	transition: .4s;
}
.num{
 /* font-family: "Ramaraja", serif;*/
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600
}
.ib{
	display: inline-block!important;
}
/* =========================================
   H1
========================================= */
.visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}
/* =========================================
   fv
========================================= */
#fv{
	width: 100%;
	height: 100vh;
	min-height:100vh;
	position: relative;
	padding: 0;
	overflow-x: hidden;
	overflow-y: inherit;
}
#fv .fvimg{
	width: 100%;
	height: 78vh;
	position: relative;
}
#fv .fvimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 70%;
}
#fv .fvfoot{
	position: absolute;
	width: 100%;
	height: 28vh;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
}
#fv .fvfoot img{
	width: 100%;
	object-fit: cover;
	object-position: bottom;	
}
.fv-btn{
	width: 95%;
	max-width: 1400px;
	height:clamp(15.625rem, -2.557rem + 28.41vw, 18.75rem);
	position: absolute;
	display: flex;
	justify-content: space-between;
	top:55vh;
	left: 50%;
	transform: translateX(-50%);
}
.fv-btn img{
	height: 100%;
	object-fit: contain;
}

.catch{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #8c6239;
	margin-top: 30px;
}

@media(max-width:1023px){
	.fv-btn{
		height:clamp(170px,26vh,300px);
	}	
}
@media(max-width:819px){

/* FV高さ */
#fv{
	height:auto;
	min-height:auto;
}

/* 画像エリア */
#fv .fvimg{
	height:58vh;
}

/* 下の波画像 */
#fv .fvfoot{
	height:25vh;
}

/* ボタン */
.fv-btn{
	width:92%;
	top:32vh;
	gap:10px;
}

/* ボタン画像 */
.fv-btn img{
	width:40%;
	height:auto;
}

/* キャッチ */
.catch{
	font-size:clamp(1.3rem, 1.143rem + 0.5vw, 1.4rem);
	line-height:1.6;
	margin-top:20px;
	padding:0 10px;
}

}

@media(max-width:499px){

/* FV画像 */
#fv .fvimg{
	height:52vh;
}

/* 波画像 */
#fv .fvfoot{
	height:20vh;
}

/* ボタン全体 */
.fv-btn{
	width:94%;
	top:28vh;
	gap:8px;
}

/* ボタン画像 */
.fv-btn img{
	width:48%;
}

/* キャッチ */
.catch{
	font-size:clamp(1rem, 0.4rem + 2.56vw, 1.2rem);
	line-height:1.6;
	margin-top:15px;
}

}
@media(max-width:375px){
	#fv .fvimg{
		height:60vh;
	}
	.fv-btn{
		height:40vw;
		top: 35vh;
	}
	.catch{
	font-size:.85rem;
}
	
}
/* =========================================
   lead
========================================= */
#lead{
	text-align: center;
	position: relative;
}
.lead-logo{
	width: 80%;
	max-width: 560px;
	margin: 0 auto;
	margin-bottom: 3vw;
}
.lead-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.lead-title{
	font-size: clamp(1.1rem, 0.782rem + 1.36vw, 1.8rem);
	color: #646d25;
	margin-bottom: 20px;
}
.lead-text p{
	font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
	font-weight: 600;
	margin-bottom: 10px;
}

.bgleft,.bgright{
	position: absolute;
	width: 30vw;
	min-width: 250px;
	top: -20vh;
	z-index:-1;
}
.bgleft{
	left: 0;
}
.bgright{
	right: 0;
}
.bgleft img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}
.bgright img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}


@media(max-width:499px){
	.bgright{
		top: 30%;
	}
}
@media(max-width:374px){
	.lead-title br{
		display: none;
	}
}


/* =========================================
   採用
========================================= */
/* 採用バナー */
.recruit-banner{
	width:95%;
	max-width:1000px;
	margin:60px auto;
	background:#8c6239;
	border-radius:14px;
	overflow:hidden;
	transition: .4s;
}

.recruit-banner a{
	display:block;
	color:#fff;
}

/* 内部 */
.recruit-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
	padding:30px 40px;
}

/* 左テキスト */
.recruit-text{
	flex:1;
}

.rec-small{
	font-size:0.8rem;
	letter-spacing:0.15em;
	color:#fff;
	margin-bottom:8px;
}

.rec-title{
	font-size:1.5rem;
	color:#fff;
	margin-bottom:10px;
	text-shadow: 0 0 2px #8c6239;
}

.rec-desc{
	font-size:0.95rem;
	line-height:1.8;
	margin-bottom:15px;
}

.rec-btn{
	display:inline-block;
	background:#fff;
	color:#8c6239;
	padding:8px 25px;
	border-radius:30px;
	font-size:0.9rem;
	font-weight: 600;
}

/* 右画像 */
.recruit-img{
	width:35%;
}

.recruit-img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:10px;
}

/* hover */
.recruit-banner:hover{
	transform:translateY(-3px);
	box-shadow:0 10px 20px rgba(0,0,0,0.08);
	transition: .4s;
}
.recruit-banner{
background:#8c6239 url("../img/bgright.png") no-repeat right bottom / 120px;
}

/* タブレット */
@media(max-width:819px){

.recruit-inner{
	padding:25px;
	gap:20px;
}

.rec-title{
	font-size:1.3rem;
}

}

/* スマホ */
@media(max-width:600px){

.recruit-inner{
	flex-direction:column;
	text-align:center;
}

.recruit-img{
	width:100%;
}

.recruit-text{
	order:2;
}

.recruit-img{
	order:1;
}

}
/* =========================================
   施設紹介
========================================= */
.box{
	background: #fff7f0;
	border: 1px solid #e2ceb7;
	box-shadow: 0 0 4px rgba(71,37,0,.6);
	padding: clamp(3rem, 2.091rem + 3.88vw, 5rem) clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
	position: relative;
	border-radius: 20px;
	z-index: 0;
	max-width: 95%;
	margin: 0 auto;
}
.box::before{
	position: absolute;
	content: '';
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border: 1px solid #e2ceb7;
	border-radius: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.box-header{
	position: absolute;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
	background:url("../img/bgcolor.png");
	display: inline-block;
	padding: 13px 30px;
	color: #fff4e9;
	border-radius: 100px;
	box-shadow: 0 2px 7px rgba(0,0,0,.4);
	font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
	width: 95%;
	max-width: 400px;
	text-align: center;
}
.box-tel {
	text-align: center;
}
.box-tel a{
	color: #683a18;
	position: relative;
	font-size:clamp(2rem, 1.537rem + 1.95vw, 3rem);
	padding-left:clamp(2rem, 1.545rem + 1.94vw, 3rem);
	line-height: 1.3;
	margin: 0 auto 15px;
	display: inline-block;
}
.box-tel a::before{
	position: absolute;
    content: '';
    width: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
    height: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
    background: url(../img/icon-tel.svg) no-repeat center / contain;
    left: 0;
    top:52%;
	transform: translateY(-50%);
}

.box-tel.mobil a{
	font-size: clamp(1.5rem, 1.338rem + 0.68vw, 1.85rem);
}
.box-tel.mobil a::before{
	position: absolute;
    content: '\f3cf';
	font-family: "Font Awesome 6 Free";
	background: none;
    left: 0;
    top:50%;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 90%;

}

@media(max-width:372px){
	.box-header {
    	font-size: 1.1rem;
	}
}
/*--施設紹介--------------------------------*/
.line-ttl{
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	color: #683a18;
	font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
}
.line-ttl span{
    padding: 0 15px;
    display: inline-block;
    background: #fff7f0;
}
.line-ttl::before,
.line-ttl::after{
	position: absolute;
	content: '';
	width: clamp(6.25rem, -3.125rem + 40vw, 26.875rem);
	height: 1px;
	background: #e2ceb7;
	top: 50%;
	z-index: -1;
}
.line-ttl::before{
	left: 0%;
}
.line-ttl::after{
	right: 0%;
}

.feature-list{
	display: flex;
	gap: clamp(15px, 2vw, 40px);
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
}
.item{
	width: calc((98% - 120px) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item img{
	max-width: 180px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.item-text h4{
	text-align: center;
}

.item h4,
.facility-text h4{
	color: #683a18;
}


.facility-list{
	display: flex;
	gap: clamp(15px, 2vw, 40px);
	flex-wrap: wrap;
}

.facility-item{
	width: calc((99% - 40px) / 2);
	display: flex;
	gap:15px;
	margin:0 auto;
	align-items: center;
}
.facility-item img{
	width: 40%;
	height: auto;
	max-width: 180px;
	max-height: 180px;
	object-fit: contain;
}
.facility-text{
	width: 60%;
}
.facility-img{
	width: 90%;
	height: 350px;
	border-radius: 30px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.facility-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width:819px){
	.item{
		width: calc((98% - 80px) / 2);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media(max-width:767px){
	.facility-item{
		width: 98%;
	}	
	.facility-item img{
	width: 40%;
	height: auto;
	max-width: 120px;
	object-fit: contain;
}
	.facility-text {
		width: 80%;
	}
}
@media(max-width:524px){
	.item{
		width: 100%;
		flex-direction: row;
	}
	.item-text h4{
		text-align: left;
	}	
	.item img{
		max-width: 120px;
		width: 40%;
		object-fit: contain;
		object-position: center;
		margin-right: 15px;
	}	


}
@media(max-width:372px){
	.line-ttl {
		font-size: 1.2rem;
	}
    .item img ,
	.facility-item img{
        width: 27%;
    }	
}

.point{
	padding-top: 30px;
	text-align: center;
	font-size: clamp(1.1rem, 0.788rem + 1.35vw, 1.8rem);
	color: #683a18;
	font-weight: 600;
}

.marker  {
	padding: 0 10px;
	background-image: linear-gradient(to bottom,transparent,transparent 40%, rgba(255, 240, 0,.40) 40%,rgba(255, 240, 0,.40) 100%);
	background-repeat: no-repeat;
	background-size: 100% 50%;
	background-position: 0 90%;
	transition: background-size 1.25s ease-in;
}
@media(max-width:372px){
	.point {
		font-size: .98rem;
	}
}
/*===============================================
こんなお悩み
==============================================*/
#worries{
	position: relative;
}
#worries .bgleft{
	top: 50vw;
}

.worries-title{
	text-align: center;
	color: #683a18;
	font-size: clamp(1.4rem, 1.127rem + 1.16vw, 2rem);
}
.worries-visual {
	width: 95%;
	margin: 0 auto;
	padding: clamp(30px,5vw,80px) 0;
}
.worries-visual img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}
.spimg{
	display: none;
}
@media(max-width:599px){
	.pcimg{
		display: none;
	}
	.spimg{
		display: block;
	}
	
}
@media(max-width:372px){
	#worries{
		padding-top: 15px;
	}
.worries-title {
    font-size: 1.2rem;
}
}

/* =========================
solution
========================= */
#solution{
	padding-top:0px;
	text-align:center;
	font-weight: 600;
	position: relative;
}

.border{
	position: relative;
	border-top: 1px solid #d9bb83;
	height: 50px;
	margin-top: -40px;
}
.border::before{
	position: absolute;
	content: '';
	width: clamp(6.25rem, 3.409rem + 12.12vw, 12.5rem);
	height: 130px;
	top: 0;
	left: 0;
	background: url(../img/bgpoint03.png)no-repeat right top/contain;
	z-index: -1;
}

.solution-title{
	font-size:clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
	color:#646d25;
	margin-bottom:25px;
}
.solution-title span{
	color:#6b4a2f;
	font-size: 110%
}
#solution .solution-title span.ib{
	color:#646d25;	
}

.solution-text p{
	line-height:1.9;
	margin-bottom: 15px;
}

#solution .bgleft{
	top: 60%;
	z-index: -1;
}

@media(max-width:450px){
	.solution-text p{
		text-align: left;
	}
	.solution-text p br{
		display: none;
	}
}
@media(max-width:372px){
	.solution-title {
		font-size: 1.2rem;
		margin-bottom: 18px;
	}
}
/* =========================
CTA
========================= */
.box._cta{
	margin-top: 50px;
	padding: clamp(2rem, 1.545rem + 1.94vw, 3rem) clamp(1rem, 0.091rem + 3.88vw, 3rem);
}

.cta{
background:#f6f3ee;
padding:70px 20px;
text-align:center;
}

.cta-title{
	font-size:clamp(1.2rem, 0.927rem + 1.16vw, 1.8rem);
	margin-bottom:20px;
	color:#6b4a2f;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2ceb7;
}

.cta-lead{
	margin-bottom:25px;
	line-height:1.8;
}


.box._cta .box-tel a {
    font-weight: 400;
}
.cta-btn{
	display:inline-block;
	background:url("../img/bgcolor.png");
	color:#fff;
	padding:15px 80px;
	border-radius:60px;
	text-decoration:none;
	font-weight:bold;
	min-width: 320px;
	font-size: clamp(1.2rem, 0.973rem + 0.97vw, 1.7rem);
	letter-spacing: .25rem;
		text-align: center;
}

.leaf{
	position: absolute;
	width: clamp(7.5rem, 3.807rem + 15.76vw, 15.625rem);
	height: clamp(4.688rem, 2.557rem + 9.09vw, 9.375rem);	
}

.leaf img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.leaf._01 img{object-position: left bottom;}
.leaf._01{
	left: 10px;
	top: -80px;
}
.leaf._02 img{object-position: right bottom;}
.leaf._02{
	right: 10px;
	bottom: -30px;
}

@media(max-width:620px){
	
	.cta-btn{
		padding:15px 10px;
		min-width: 100%;
		letter-spacing: .1rem;
	}	
	.leaf._01{
		left: 0;
    	top: -30px;
	}	
	.leaf._02{
		right: 0;
		bottom: -30px;
	}	
}

/* =========================
INFO
========================= */
#info{
	position: relative;
}
#info .bgright{
	top: 60%;
	z-index: -1;
}
#info .line-ttl span {
    background: #fff4e9;
}

.info-flex{
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap:40px;
}
.info-box,
.info-map{
	width: 46%;
}
.info-box-head{
	text-align: center;
	font-weight: 600;
	color: #683a18;
	margin-bottom: 20px;
}
.info-box-head h3{
	font-size: 1.6rem;
}
.info-box table{
	width: 100%;
}

.info-box table th{
	padding: 10px 1rem ;
	font-weight: 400;
	text-align: left;
	color: #683a18;	
	border-bottom: 1px solid #e2ceb7;
	min-width: 90px;
}

.info-box table td{
	padding:10px 1rem;
	border-bottom: 1px solid #e2ceb7;
}

.info-map iframe{
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(71, 37, 0, .4);
}

@media(max-width:819px){
	.info-flex{
		flex-direction: column;
	}
	.info-box,
	.info-map{
		width: 95%;
		margin: 0 auto;
	}
	.info-map{height: 30vh}
}
/* =========================
CONTACT
========================= */
#contact{
	position: relative;
}
#contact .bgleft{
	top: 50%;
	z-index: -1;
}
.box._contact{
	position: relative;
}

.leaf._03 img{
	object-position: right bottom;
	transform: scale(-1 ,1)
}
.leaf._03{
	bottom: -60px;
	left: 0;
}
.contact-lead{
	text-align:center;
	margin-bottom:40px;
	font-weight: 600;
}

/*--　mailform　-----------*/
.mailform{
	max-width: 1000px;
	margin: 0 auto;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:first-child{
	border-top: 1px dotted #cccccc;	
}
.mailform .row{
	border-bottom: 1px dotted #cccccc;
}
.mailform .row.last{
	border-bottom: 0px dotted #cccccc;
	padding-bottom: 0px;
}

.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 600;
	letter-spacing: 0.08em;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: url("../img/bgcolor.png");
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
	box-shadow: none;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #2e3192;
	color: #fff;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #aaa;
	font-size: 0.9rem;
}
.mailform .postal_btn:hover{
	opacity: 0.8;
}
.check-group label{
	display: block!important;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: url("../img/bgcolor.png");
	border: 1px solid #646d25;
	color: #fff;
	margin-top: 30px;
	border-radius: 50px;
}
.mailform button:hover{
	background: #fff;
	color: #646d25;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f1d8";
	font-weight: 700;
	margin-right: 10px;
}
.mailform .box:focus,
.mailform textarea:focus {
  outline: none;
  border-color: #646d25;
}

.domain-alert{
	padding: 12px;
	border-radius: 6px;
	line-height: 1.4;
	margin-top: 30px;
	text-align: center;
}
.domain-alert strong{
	color: #FF5255;
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

.row .privacy_flame{
	font-size: 14px;
	height: 30vh;
	overflow-y: scroll;
	background: #fff;
	color: #333;
	padding: .5rem 1rem;
	border: 1px solid #ddd;
}
.row .privacy_flame p span {
    display: block;
	background: #fff;
	color: #333;
    font-weight: 500;
	margin: 5px 0;
	font-size: 14px;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fff;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: var(--color-accent);
}

.consent{
	font-size: clamp(0.875rem, 0.817rem + 0.24vw, 1rem);
}

@media(max-width:767px){
	.mailform .row {
		display: block;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 10px;
		justify-content: flex-end;
		flex-direction: row-reverse;
	}	
	.mailform .row div:nth-child(2) {
		width: 100%;
	}	
	.mailform {
		padding: 2.5rem 0;
	}
	input[type=checkbox] + label{
		margin-right: 0px;			
	}	
}
@media(max-width:530px){
	.box._contact .leaf._01{
		left: 0;
        top: 120px;
	}
	
}

/*=======================================================
Foofter
====================================================*/
footer{
	position: relative;
	z-index: 3;
	padding: 60px 0 30px;
	color: #fff;
	text-align: center;
	background: url("../img/footer.png");
}
.footerlogo{
	width: 60%;
	max-width: 400px;
	margin: 0 auto;
}
.footerlogo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.copy{
	margin-top: 30px;
	border-top: 1px solid #e2ceb7;
	color: #e2ceb7;
	font-size: .87rem;
}
/* SP CTA */

.sp-cta{
display:none;
}

@media (max-width:768px){

.sp-cta{
display:flex;
position:fixed;
bottom:0;
left:0;
width:100%;
z-index:9999;
}

.sp-cta a{
flex:1;
text-align:center;
padding:16px;
color:#fff;
font-weight:bold;
text-decoration:none;
}

.sp-cta-tel{
background:url("../img/bgcolor.png");
}

.sp-cta-mail{
background:#c98758;
}

body{
padding-bottom:60px;
}

}



/*===========================
 フロートバナー
======================================*/

.banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 888;
    bottom: 0;
    right: 0;
}
.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.banner-copy::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\f054';
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}

.banner-bottom {
    padding: 25px 0px 30px 0px;
    line-height: 1.6;
}

.banner-body {
    width: 200px;
}
.banner-body img{
	width: 100%;
	object-fit: contain;
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 889;
    padding: 0 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        margin: 0px;
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 100%;
        border-radius: 0px;
    }
    .banner-copy::after {
        font-size: 12px;
        margin-top: 1.4px;
        margin-left: 12px;
        top: initial;
        right: initial;
    }
    .banner-close {
        top: 5px;
        right: auto;
		left: 5px
    }
    .banner-copy-br {
        display: none;
    }
.f_pc{
	display: none;
}
}


/*======================================
Thanks
=======================================================================*/

.thanks{
	padding-bottom: 40px;
}
.thanks .box{
	display: flex;
	
}
.thanksimg{
	width: 35%;
	max-width: 350px;
	margin: 0 auto 30px;
}
.thanksimg img{
	width: 100%;
	object-fit: contain;
}
.thankstext{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.thankstext h2{
	color: #683a18;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2ceb7;
}
.thankstext h3{
	color: #683a18;
	margin-bottom: 15px;
}

.thankstext .cta-btn-wrap{
	margin-top: 40px;
}

.recruit-banner._thanks{
	text-align: center;
}

@media(max-width:767px){
	.thanks .box{
		flex-direction: column;

	}	
	.thankstext{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}
}