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

body{
	position: relative;
	color: #333;
	background-color: #fafae6;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}


.en{
    /* font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 500;
    font-style: normal; */
}

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

a{
	text-decoration: none;
	color: #333;
	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);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.8s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}


.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);
}




/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:2.5s;
	animation-fill-mode:forwards;
  }
  
  @keyframes zoomInAnime{
	from {
	transform: scale(0.3);
	opacity: 0;
	}
  
	to {
	  transform: scale(1);
	opacity: 1;
	}
  }
  
  /* 縮小 */
  .zoomOut{
	animation-name:zoomOutAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
  }
  
  @keyframes zoomOutAnime{
	from {
	transform: scale(1.2);
	opacity: 0;
	}
  
	to {
	  transform:scale(1);
	opacity: 1;
	}
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .zoomInTrigger,
  .zoomOutTrigger{
	  opacity: 0;
  }

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



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


.br_650.marker{
	background: none;
}

.inner{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}

.inner.wide{
	max-width: 1300px;
    margin: 0 auto;
}
.inner.max{
	max-width: none;
}

.inner_w{
    width: 100%;
    margin: 0 auto;
}

.inner_u{
	margin: 0 0 0 auto;
}



.inner70{
	width: 70%;
	margin: 0 auto;
	max-width: none;
}

.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{
	position: relative;
	z-index: 5;
	width: 100%;
}

.content_wrapper{
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
}



@media (max-width: 1200px){
	.content_wrapper{
		width: 100%;
		margin: auto;
	}
}

.pan{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.pan li:not(:last-child)::after{
	content: "＞";
	padding: 0 0.2em;
	position: absolute;
	top: 0;
}

.pan li:not(:last-child){
	padding-right: 20px;
	position: relative;
}

.page_hd ol{
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}

.page_hd ol a{
	color: #fff;
}

.page_hd{
	padding-top: 270px;
	padding-bottom: 102px;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
}

.page_hd::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(33deg, rgba(176, 238, 182, 1), rgba(33, 211, 234, 1) 48%, rgba(4, 202, 255, 1));
	z-index: -1;
}

.page_hd h2{
	font-size: 4rem;
	text-align: center;
	letter-spacing: 3px;
}

@media (max-width: 1200px){
    .page_hd{
        padding-top: 177px;
    }
}

/*フィルター*/

.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;
}

section{
	padding: 100px 0;
}

@media (max-width: 1400px){
	.br_1400{
		display: block;
	}
}

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

/* ボタン */

.btn{
	position: relative;
	width: 240px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	border-radius: 40px;
}

.btn::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 58%;
	width: 50px;
	background-color: #ecad00;
	border-radius: 40px;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	pointer-events: none;
	transition: all .3s;
}

.btn::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 19px;
	background: url(../img/arrow.png);
	background-size: cover;
	background-position: center;
	width: 26px;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
	pointer-events: none;
	transition: all .3s;
}

.btn a{
	display: block;
	padding: 12px 0;
	background-color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	border-radius: 30px;
}

.btn span.txt{
	padding-left: 35px;
}

.btn a:hover{
	color: #ecad00;
}

.btn:hover::before{
	right: -2px;
}
.btn:hover::after{
	right: 8px;
}

.btn_b a{
	display: block;
	position: relative;
	text-align: center;
	background: linear-gradient(180deg, rgba(43,163,223,1) 0%, rgba(0,78,162,1) 36%, rgba(1,20,75,1) 100%);
	color: #fff;
	padding: 10px 0;
	letter-spacing: 0.1em;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	font-size: 1.5rem;
}



/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

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

.txt{
	line-height: 2;
}


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


}

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


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


@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

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

.wrapper{
	width: 96%;
	margin: 0 0 0 auto;
}


/* sub_ttl */

.sub_ttl{
	font-size: 4.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 60px;
	font-weight: bold;
}

.sub_ttl4{
	position: relative;
	font-size: 2.4rem;
	padding-left: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.sub_ttl4::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-left: solid 3px #ecad00;
	top: 50%;
	left: 0;
	width: 3px;
	height: 80%;
	transform: translateY(-50%);
}


/*スライダー*/

.fv{
	position: relative;
	width: 100%;
	margin-top: 105px;
	background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(../img/fv_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 5;
	overflow: hidden;
}

.fv .ac_img{
	position: absolute;
	top: 22%;
	left: calc(50% + 180px);
	width: 180px;
	height: fit-content;
	z-index: 11;
	animation-name: rotation;
	animation-duration: 3s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
	opacity: 0.9;
}

.fv .sun_img{
	position: absolute;
	top: 2%;
	right: 36%;
	width: 240px;
}

@keyframes rotation{
	0% {
		transform: rotate(-5deg);
	}
	
	50% {
		transform: rotate(5deg);
	}

	100%{
		transform: rotate(-5deg);
	}
}


.top_slider{
	position: relative;
    z-index: 5;
	min-height: 400px;
}

.top_slider .dog_img{
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 250px;
	z-index: 5;
}


.top_slider .dog_img2{
	position: absolute;
	top: 60px;
	left: 60px;
	width: 140px;
	z-index: 5;	
}




.top_slider .slider{
	position: relative;
    width: 100%;
	z-index: 2;
	height: 100%;
	min-height: 400px;
}
.top_slider .slider li{
	position: relative;
	min-height: 400px;
	background-size: cover;
	border-radius: 100px;
	bottom: 0;
	margin: 0;
}

.top_slider .slider li img{
	display: block;
	width: 100vw;
	height: calc(100vh - 100px);
	object-fit: cover;
	min-height: 400px;
}

/* .top_slider .slider li::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	top: 0;
	left: 0;
} */

/* .top_slider .slider li.top01{
	background-image: url(../img/slider01.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image: url(../img/slider02.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image: url(../img/slider03.jpg);
    background-position: center;
	background-size: cover;
} */

/* 
.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/slider01.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/slider02.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/slider03.jpg);
	background-position: center;
} */





/*キャッチ*/
.top_slider .catch{
	bottom: 15px;
	left: 15px;
	max-width: 600px;
	min-width: 460px;
	width: 55%;
	position: absolute;
	white-space: nowrap;
	pointer-events: none;
	animation: apper 2.5s ease-in-out;
	z-index: 98;
}

.top_slider .catch p{
	text-shadow: 1px 1px 2px rgb(0, 0, 0,0.5),1px 1px 2px rgb(0, 0, 0,0.5),1px 1px 2px rgb(0, 0, 0,0.5),1px 1px 2px rgb(0, 0, 0,0.5);
}

  .top_slider .cir{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	aspect-ratio: 3 / 2;
	width: 60%;
	max-width: 640px;
	min-width: 500px;
	animation: fluidrotate 30s infinite linear;
	background-color: #f5c59a;
	opacity: 0.8;
	border-radius: 33% 37% 24% 46%/55% 48% 22% 45%;
	z-index: 20;
  }
  
  @keyframes fluidrotate {  
	  
  0%, 100% {
	  border-radius: 33% 37% 24% 46%/55% 48% 22% 45%;
  }
  14% {
	  border-radius: 40% 30% 24% 46%/49% 30% 40% 21%;
  }
  28% {
	  border-radius: 24% 46% 38% 32%/49% 40% 30% 21%;
  }
  42% {
	  border-radius: 31% 39% 25% 45%/31% 38% 32% 39%;
  }
  56% {
	  border-radius:31% 39% 37% 33%/40% 20% 20% 30%;
  }
  70% {
	  border-radius: 20% 20% 34% 36%/26% 38% 32% 44%;
  }
  84% {
	  border-radius: 46% 24% 20% 20%/35% 31% 39% 65%;
  }
	  
  }






@media (max-width: 1200px){
	.top_slider{
		height: 75vh;
	}
	.top_slider .slider li img{
		height: 100%;
	}
	.top_slider .slider li img{
		margin: 0 auto;
	}
	.fv .sun_img{
		display: none;
	}
	.top_slider .slider li::before{
		display: none;
	}
	.top_slider .dog_img{
		width: 200px;
		bottom: 40px;
		right: 40px;
	}
	.top_slider .dog_img2{
		width: 100px;
	}
}

@media (max-width: 650px){
	.top_slider{
		height: 70vh;
	}
	.top_slider .slider li{
		border-radius: 50px;
	}
	.fv .ac_img{
		top: 20%;
		left: calc(50% + 40px);
		width: 100px;
	}

	.fv{
		margin-top: 70px;
	}
	.fv .ac_img{
		opacity: 1;
	}
	.top_slider .catch{
		top: 50%;
		left: 50%;
		min-width: auto;
		width: 90%;
		transform: translate(-50%,-50%);
		bottom: auto;
	}
	.top_slider .cir{
		top: 50%;
		left: 50%;
		min-width: auto;
		transform: translate(-50%,-50%);
		width: 94%;
		bottom: auto;
	}
	.top_slider .dog_img{
		width: 100px;
		bottom: 10px;
		right: 10px;
	}
	.top_slider .dog_img2{
		top: 20px;
		left: 20px;
		width: 70px;
	}
}





/* header */


header{
	width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 110px;
	background: linear-gradient(180deg, #fafae6 69%, rgba(236,173,0,0) 100%);
}

header .hd_inner{
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

header h1{
	padding-top: 20px;
	padding-bottom: 20px;
}

header h1 img{
	height: 55px;
	object-fit: cover;
}

.main_nav{
	padding-top: 10px;
}

.main_nav li+li{

}

.main_nav li a{
	display: block;
	height: 100%;
	border-bottom: solid 3px rgb(230, 133, 45,0);
	padding: 0 25px;
	line-height: 63px;
}

.main_nav ul{
	height: 100%;
}

.main_nav li a:hover{
	color: #ecad00;
}

header .tel_btn i{
	padding-right: 0.5em;
	font-size: 1.8rem;
}
header .tel_btn{
	font-size: 2.5rem;
	line-height: 1;
	justify-content: flex-end;
}

header .top_area{
	padding-top: 20px;
}

header .tel_btn a{
	letter-spacing: 0.03em;
	font-weight: 700;
}

header .flex_bet{
	padding-top: 10px 0 5px;
}


.tel_fix{
	position: fixed;
	top: 110px;
	right: 20px;
	background: url(../img/tel_bg.jpg);
	background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url(../img/tel_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 35px 50px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	border-radius: 60px;
	font-weight: bold;
	color: #000;
	outline: 4px dashed #ecad00;
	outline-offset: -10px;
}

.tel_fix a{
	display: block;
	padding: 5px 0;
	background-color: #ecad00;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}

.tel_fix a:hover{
	opacity: 0.7;
}

.tel_fix a+a{
	margin-top: 10px;
}

.tel_fix p{
	margin-bottom: 8px;
}

.tel_fix a i{
	padding-right: 0.5em;
}

.hum_btn p{
	text-align: center;
	margin-bottom: 5px;
}


@media (max-width: 1400px){
	.main_nav{
		display: none;
	}
}

@media (max-width: 650px){
	header{
		height: 70px;
	}
	header h1 img{
		height: 40px;
	}
	header .hd_inner{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.tel_fix{
		display: none;
	}
	.top_slider .slider li img{	
		margin: 0 auto;
	}
}


/* news */

.news .ac_img{
	position: absolute;
	top: -70px;
	right: 0;
	width: 180px;
}

.news .ac_img2{
	position: absolute;
	bottom: -120px;
	left: 0px;
	width: 150px;
}

.news .sub_ttl{
	position: relative;
	font-size: 3.1rem;
}

.news .sub_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/himawari02.png);
	aspect-ratio: 1 / 1;
	width: 80px;
	top: -50px;
	left: -100px;
	background-size: cover;
	background-position: center;
	z-index: 10;
}

.news .sub_ttl span{
	color: #ecad00;
}

.news{
	position: relative;
	background: url(../img/bg_img01.jpg);
	background-size: cover;
	 background-position: center;
	 overflow: hidden;
	 padding-bottom: 160px;
}

.news::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 70%;
	aspect-ratio: 1 / 1;
	top: 50%;
	left: 50%;
	background-color: #ffe4cb;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	z-index: -1;
	opacity: 0.5;
}

.news::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3vw;
    background: linear-gradient(180deg, rgba(251, 251, 242, 0) 16.15%, #fbfbf2);
    z-index: 10;
}


.news .inner{
	position: relative;
	max-width: 960px;
}

@media (max-width: 1200px){
	.news .ac_img{
		width: 140px;
	}
}
@media (max-width: 650px){
	.news .ac_img{
		width: 100px;
		top: -10px;
	}
	.news .ac_img2{
		width: 100px;
		bottom: -80px;
	}
	.news{
		padding-bottom: 90px;
	}
}

.daihyou{
	padding-bottom: 50px;
	position: relative;
}

.daihyou .dog_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}

.daihyou .ac_img{
	position: absolute;
	right: 0;
	top: -50px;
	transform: translateY(-50%);
	z-index: 1;
	animation:25s linear infinite kaiten;
}

.daihyou .inner{
	position: relative;
}

.daihyou .ac_img img{
	width: 170px;
}

.daihyou .txt_box{
	width: 94%;
	max-width: 1100px;
}

.daihyou .btm{
	margin-top: 20px;
	text-align: right;
}



/* houmon */


.houmon{
	padding-top: 150px;
	position: relative;
	
}

.houmon .img_area{
	position: relative;
}

.tori_img{
	position: absolute;
	top: -60px;
	left: -40px;
	z-index: 3;
	animation-name: rotation;
	animation-duration: 3s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
}

.tori_img img{
	width: 170px;
	
}

.houmon .bg{
	position: absolute;
	background: #ffe4cb;
	left: 0;
	top: 0;
	width: 100%;
	height: 94%;
	max-width: 1500px;
	border-top-right-radius: 120px;
	width: 90%;
}

.houmon .ac_img{
	position: absolute;
	left: 0;
	top: -50px;
}
.houmon .ac_img.btm{
	position: absolute;
	bottom: 0;
	left: 40%;
	top: auto;
	z-index: 3;
}

.houmon .ac_img img{
	height: 100px;
	object-fit: cover;
}


.houmon .content{
	max-width: 960px;
}

.houmon .item{
	position: relative;
	width: 48%;
}

.houmon .item .img img{
	width: 100%;
	height: 300px;
	border-radius: 30px;
	object-fit: cover;
}

.houmon h3{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 2rem;
	background-color: #fafae6 ;
	padding: 5px 0;
	width: 45%;
	text-align: center;
	letter-spacing: 0.03em;
	z-index: 2;
	border-bottom-right-radius: 30px;
}


.houmon .item a{
	display: block;
	overflow: hidden;
	border-radius: 30px;
}

.houmon .item a:hover img{
	transform: scale(1.1);
}

.houmon .txt_box{
	margin-bottom: 30px;
}

.houmon .inner{
	position: relative;
	z-index: 2;
}

.houmon .left{
	position: relative;
	width: 40%;
}

.houmon .left .in{
	position: relative;
}

.houmon .right{
	margin: -520px 0 0 auto;
	position: relative;
	width: 48%;
	border-top-left-radius: 90px;
}

.houmon .right .img{
	text-align: right;
	padding: 8px 0;
}

.houmon .right .img img{
	height: 550px;
	width: 99%;
	object-fit: cover;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
}

.houmon .btn_area{
	margin: 30px;
}

.houmon .btn_area .btn{
	margin: 0 0 0 auto;
}

.houmon .btn_area .btn+.btn{
	margin-top: 20px;
}

.houmon .hima_img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.houmon .hima_img img{
	width: 200px;
}


/* .houmon::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 7vw;
    background: linear-gradient(180deg, rgb(251, 251, 242,0.2) 16.15%, #fafae6);
    z-index: 1;
} */


@media (max-width: 1200px){
	.daihyou .dog_img{
		top: -40px;
		width: 170px;
	}

	.houmon .right{
		margin-top: 0;
		width: 70%;
		margin-top: 60px;
	}
	.houmon .right .img img{
		height: 280px;
	}
	.houmon .left{
		width: 78%;
	}
	.houmon .btn_area{
		display: flex;
		margin-left: 0;
	}
	.houmon .btn_area .btn{
		margin-left: 0;
	}
	.houmon .btn_area .btn+.btn{
		margin-top: 0;
		margin-left: 20px;
	}
	.houmon .ac_img img{
		height: 90px;
	}
	.houmon .ac_img{
		top: -40px;
	}
	.houmon{
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.sub_ttl{
		font-size: 3.6rem;
		margin-bottom: 60px;
	}
	.index .slick-slide img{
		height: 300px;
	}
	.tori_img img{
		width: 100px;
	}
	.houmon .hima_img img{
		width: 130px;
	}
	.tori_img{
		top: 0;
		left: -50px;
	}
	.houmon .bg{
		height: 80%;
	}
	.houmon .hima_img{
		bottom: 100px;
	}
	.news .sub_ttl::before{
		left: 17%;
		top: -80px;
	}
	.houmon .ac_img.btm{
		left: auto;
		right: 0;
	}
	main{
		overflow: hidden;
	}
	
}

@media (max-width: 650px){
	.daihyou .dog_img{
		width: 130px;
	}
	.houmon .left{
		width: 90%;
	}
	.sub_ttl{
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
	.houmon .ac_img img{
		height: 58px;
	}
	.houmon{
		padding-top: 70px;
	}
	.houmon .ac_img{
		top: -27px;
	}
	.houmon .btn_area{
		flex-direction: column;
	}
	.houmon .btn_area .btn+.btn{
		margin-left: 0;
		margin-top: 20px;
	}
	.houmon .right .img img{
		height: 220px;
	}
	.houmon .right{
		width: 85%;
	}
	.index .slick-slide img{
		height: 240px;
	}
	.tori_img{
		right: -40px;
		width: 90px;
	}
	.houmon .hima_img img{
		width: 100px;
	}
	.daihyou .ac_img img{
		width: 110px;
	}
	
	.news .sub_ttl::before{
		width: 50px;
		top: 0;
		left: auto;
		right: 25%;
	}
	.houmon .hima_img{
		bottom: 50px;
	}
	
}




/* staff */


.mini_gallery01{
	margin-top: 80px;
	margin-bottom: 60px;
}

.staff{
	position: relative;
	background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(../img/fv_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.staff .inner{
	position: relative;
	z-index: 1;
	max-width: 1000px;
}

.staff .p01{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	opacity: 0.8;
	min-width: 150px;
}

.staff .p02{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	opacity: 0.8;
	min-width: 150px;
}

.staff .btn{
	width: 300px;
}

.staff .btn_area{
	margin-top: 40px;
}

.staff .btn_area .btn+.btn{
	margin-top: 20px;
}

.staff .right{
	position: relative;
	width: 50%;
}

.staff .right img{
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.staff .left{
	position: relative;
	width: 46%;
}

.staff .ac_img{
	position: absolute;
	width: 130px;
	aspect-ratio: 1 / 1;
	bottom: -80px;
	left: -90px;
	animation-name: rotation;
	animation-duration: 3s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
	z-index: 10;
}

.staff .ac_img img{
	display: block;
}

.staff .img{
	height: 100%;
}

.staff .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f5c59a;
	bottom: -5px;
	right: -15px;
	z-index: 0;
}



.staff .img img{
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 1;
}

/* .staff::after {
    content: '';
    position: absolute;
	bottom: 0;
    display: block;
    width: 100%;
    height: 3vw;
    background: linear-gradient(180deg,rgba(245, 197, 154, 0)16.15%, #fafae6 );
    z-index: 10;
} */

@media (max-width: 1200px){
	.mini_gallery01{
		margin-top: 60px;
	}
	.staff .ac_img{
		left: 0;
		bottom: -120px;
	}
	.staff .ac_img img{
		width: 100px;
	}
}

@media (max-width: 650px){
	.staff .flex_bet{
		flex-direction: column;
	}
	.staff .right{
		margin-top: 40px;
	}
	.staff .left{
		width: 100%;
	}
	.staff .right{
		width: 70%;
	}
	.staff .ac_img{
		width: 90px;
		bottom: -200px;
		left: auto;
		right: 0;
	}
	.mini_gallery01{
		margin-bottom: 0;
	}
	.staff .btn_area{
		margin-top: 20px;
	}
	.staff .btn_area .btn+.btn{
		margin-top: 15px;
	}
}


/* recruit */

/* .recruit::after {
    content: '';
    position: absolute;
	top: 0;
    display: block;
    width: 100%;
    height: 5vw;
    background: linear-gradient(180deg,#fafae6 16.15%,  rgba(245, 197, 154, 0));
    z-index: 10;
	z-index: 0;
} */

.recruit{
	position: relative;
	overflow: hidden;
	padding-top: 0;
}

.recruit .bg{
	position: relative;
	background: url(../img/rec.jpg);
	background-size: cover;
	background-position: center;
	padding: 170px 0 190px;
}

.recruit .bg::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	z-index: 1;
}

.recruit .txt_box{
	position: relative;
	margin-left: 120px;
	font-size: 2rem;
	z-index: 2;
}

.recruit .btn_area{
	display: flex;
	margin-top: 40px;
}

.recruit .nami{
	position: absolute;
	bottom: -5px;
	width: 100%;
	z-index: 2;
}

.recruit .nami img{
	width: 100%;
	object-fit: cover;
	min-width: 810px;
}

.recruit .btn+.btn{
	margin-left: 20px;
}


@media (max-width: 1200px){
	.recruit .txt_box{
		margin-left: 40px;
	}
	.recruit .bg{
		padding: 110px 0 120px;
	}
	.recruit .txt_box p{
		max-width: 360px;
		font-size: 1.6rem;
	}
}

@media (max-width: 650px){
	.recruit .btn_area{
		flex-direction: column;
	}
	.recruit .btn+.btn{
		margin-left: 0;
		margin-top: 20px;
	}
	.recruit .bg{
		padding: 50px 0 70px;
		background-position-x: 70%;
	}
	.recruit .txt_box{
		margin-left: 20px;
	}
	.recruit .bg::before{
		opacity: 0.6;
	}
	.recruit{
		padding-top: 0;
	}
	.recruit .btn_area{
		margin-top: 20px;
	}
	.recruit .btn+.btn{
		margin-top: 15px;
	}
	.recruit .txt_box{
		color: #fff;
	}
}


/* faq */


.faq{
	position: relative;
	padding-top: 0;
}

.faq .cir{
	position: absolute;
	top: -90px;
	left: 8%;
	z-index: 2;
	animation:25s linear infinite kaiten;
}

.faq .bird{
	position: absolute;
	bottom: -100px;
	right: 2%;
	z-index: 3;
}

.faq .bird img{
	width: 200px;
}

.faq .cir img{
	width: 130px;
}

.faq .inner{
	position: relative;
	z-index: 2;
}

/* .faq::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/dog02.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 500 / 218;
	width: 220px;
	bottom: 50px;
	left: calc(50% - 260px);
	transform: translateX(-50%);
} */

.faq .ac_img{
	position: absolute;
	bottom: -50px;
	left: 0;
}

.faq .ac_img img{
	width: 190px;
}


.faq .left{
	width: 40%;
}

.faq .right{
	width: 55%;
}

.faq .left .btn{
	margin-top: 30px;
}

.faq .right .item{
	width: 48%;
}

.faq .right .item+.item{
	margin-left: 30px;
}

.faq .right .item a{
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.faq .right .item a .img{
	border-radius: 20px;
}

.faq .right .item a .img img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
}

.faq .right .item a:hover .img img{
	transform: scale(1.07);
}

.faq .right .item{
	position: relative;
}

.faq .right .ac_txt{
	position: absolute;
	background-color: #fff;
	bottom: -10px;
	left: -10px;
	padding: 10px 60px 10px 20px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	border-radius: 10px;
}

.faq .right .ac_txt p{
	position: relative;
}

.faq .item p::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	width: 24px;
	border: solid 1px #ecad00;
	background-color: rgb(230, 133, 45,0);
	border-radius: 50%;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	transition: all .3s;
}

.faq .item p::after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -33px;
	transform: translateY(-50%);
	color: #ecad00;
	font-size: 1.4rem;
	transition: .3s;
	transition-delay: color .0s, right .3s;
}


.faq .right .item a:hover p::before{
	background-color: #ecad00;
}
.faq .right .item a:hover p::after{
	color: #fff;
	right: -35px;
}


@media (max-width: 1200px){
	.faq .flex{
		flex-direction: column;
	}
	.faq .right .item a .img img{
		aspect-ratio: auto;
		height: 200px;
	}
	.faq .right .item+.item{
		margin-left: 0;
		margin-top: 40px;
	}
	.faq::before{
		bottom: 100px;
	}
	.faq .ac_img{
		left: 0;
		bottom: 0;
	}
	.faq .bird{
		bottom: -120px;

	}
	.faq .cir{
		top: auto;
		bottom: 70px;
	}
	.faq .right .item{
		width: 100%;
	}
}

@media (max-width: 650px){
	.faq .flex_bet{
		flex-direction: column;
	}
	.faq .right{
		width: 100%;
		margin-top: 40px;
	}
	.faq .left{
		width: 100%;
	}
	.faq .ac_img{
		bottom: auto;
		top: -50px;
		left: auto;
		right: 0;
		width: 130px;
	}
	.faq .right .item+.item{
		margin-top: 30px;
	}
	.faq .bird img{
		width: 140px;
	}
}


/* policy */


.policy{
	position: relative;
	border-radius: 80px;
	padding: 80px 0;
}


.policy .bg{
	position: absolute;
	background: url(../img/bg_img01.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}

.policy .inner{
	position: relative;
	z-index: 2;
}

.policy .dog_img{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 140px;
}
.policy .dog_img2{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}
.policy .dog_img2 img{
	border-radius: 10px;
}


.policy .left{
	width: 24%;
}
.policy .right{
	width: 46%;
	margin-left: 50px;
}

.policy .left img{
	border-radius: 50%;
}
.policy .right .f_txt{
	font-size: 3.1rem;
	margin-bottom: 10px;
}

.policy .sub_ttl{
	text-align: center;
}

@media (max-width: 1200px){
	.policy .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.policy .right{
		margin-left: 0;
		width: 90%;
		max-width: 590px;
		margin-top: 40px;
	}
	.policy .dog_img{
		bottom: auto;
		top: 70px;
		width: 100px;
	}
	.policy .dog_img2{
		width: 150px;
		top: 180px;
	}
}

@media (max-width: 650px){
	.policy .left{
		width: 40%;
	}
	.policy .right .f_txt{
		font-size: 2.4rem;
	}
	.policy .right{
		width: 100%;
	}
	.policy .right{
		margin-top: 25px;
	}
	.policy{
		padding: 50px 0;
	}
	.policy .dog_img{
		width: 60px;
	}
	.policy .dog_img2{
		width: 80px;
	}
}



/* footer */


.ttl02{
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	padding-left: 20px;
	margin-bottom: 20px;
}

.ttl02::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 70%;
	width: 4px;
	background-color: #f5c59a;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
}

.foo_top{
	padding: 80px 0;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}

.foo_top table{
	width: 100%;
	gap: 3px;
	font-size: 1.5rem;
}

.foo_top th, .foo_top td{
	padding: 10px 0;
	border-bottom: solid 1px #ddd;
}


.foo_top th{
	width: 30%;
	padding-left: 5px;
}

.foo_top td{
	width: 70%;
	padding-left: 5px;
}

.foo_top .flex_bet{
	margin: 0 auto;
	width: 94%;
}

.foo_top .left{
	width: 48%;
}

.foo_top .right{
	width: 48%;
}


.foo_top .map iframe{
	width: 100%;
	height: 500px;
}

.foo_top .left .img img{
	height: 50px;
	object-fit: cover;
}

.foo_top .left .img{
	margin: 40px 0;
	text-align: center;
}


.foo_btm{
	color: #000;
}

.foo_btm .bg{
	position: relative;
	background: url(../img/bg_img01.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 80px 20px;
	
}

/* .foo_btm .bg::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
	z-index: 0;
} */

.foo_btm .bg .z_ch{
	position: relative;
	z-index: 1;
}

.foo_btm h3{
	font-size: 3.1rem;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}

.foo_btm .txt_box{
	padding-bottom: 30px;
}

.foo_btm .co_btn+.co_btn{
	margin-left: 40px;
}

.foo_btm .co_btn{
	width: 300px;
}

.foo_btm .co_btn a{
	display: block;
	width: 100%;
	color: #fff;
	background-color: #ecad00;
	padding: 10px 0;
	border-radius: 40px;
	font-size: 1.8rem;
	border: solid 1px #ecad00;
}

.foo_btm .co_btn a i{
	padding-right: 0.5em;
}

.foo_btm .co_btn a:hover{
	background-color: #fff;
	color: #ecad00;
}

.foo_txt{
	padding: 50px 0 30px;
	text-align: center;
	font-size: 1.5rem;
}

.foo_txt .foo_logo img{
	height: 65px;
	object-fit: cover;
}

.foo_txt .foo_logo{
	margin-bottom: 30px;
	text-align: center;
}

.copy{
	background-color: #ecad00;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

.copy p{
	padding: 4px 0;
}

.foo_inner{
	width: 92%;
	margin: 0 auto;
}

footer .link_box{
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

footer .link_box .item a{
	display: block;
	text-align: center;
	padding: 15px 0;
	background-color: #f5c59a;
	border-radius: 10px;
}

footer .link_box .item a:hover{
	opacity: 0.8;
}

footer .link_box .item{
	width: 50%;
}

footer .link_box .item i{
	padding-left: 0.5em;
}

footer .map{
	margin-bottom: 40px;
}

.foo_dog.flex_center{
	padding: 40px 0;
}

.foo_dog.flex_center .img{
	width: 190px;
}

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

.foo_dog.flex_center .img+.img{
	margin-left: 60px;
}

footer .foo_dog.flex_center .img{
	width: 20%;
	min-width: 100px;
} 

@media (max-width: 1200px){
	.foo_top .flex_bet{
		flex-direction: column;
	}
	.foo_top .left{
		width: 100%;
	}
	.foo_top .right{
		width: 100%;
		margin-top: 40px;
	}
	.foo_top .right .map iframe{
		height: 300px;
	}
	.faq::before{
		bottom: 0;
	}
}

@media (max-width: 650px){
	.foo_btm .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.foo_btm .co_btn+.co_btn{
		margin-left: 0;
		margin-top: 20px;
	}
	.foo_txt .foo_logo img{
		height: 50px;
	}
	.foo_txt{
		font-size: 1.4rem;
	}
	.copy{
		font-size: 1.2rem;
	}
	.foo_top{
		padding-top: 50px;
	}
	.foo_btm .bg{
		padding: 50px 20px;
	}
	.foo_top{
		padding-bottom: 50px;
	}
	.foo_dog.flex_center .img+.img{
		margin-left: 20px;
	}
	.foo_dog.flex_center{
		padding: 25px 0;
	}
}



/* page top */

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

.page_top{
	opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 3%;
    bottom: 4%;
    transition: 1s;
    z-index: 49;
}
.page_top a {
	display: block;
}

.page_top a img{
	aspect-ratio: 1 / 1;
	width: 180px;
	object-fit: cover;
}

.page_top a:hover{
	opacity: 0.7;
}

@media (max-width: 1200px){
	.page_top {width: 120px;
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 750px) {
    .page_top {
		width: 80px;
    }
}



/* 下層ページ */


.kasou .inner{
	max-width: 1200px;
}



/* kasou_top */


.kasou_top{
	position: relative;
	padding-top: 200px;
	padding-bottom: 120px;
	background: url(../img/slider01.jpg);
	background-size: cover;
	background-position: center;
}

.kasou_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color:rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(7px);
}

.kasou_top h2{
	font-size: 6rem;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

.kasou_top .in{
	position: relative;
	max-width: 1400px;
	width: 92%;
	margin: 0 auto;
	z-index: 2;
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


@media (max-width: 1200px){
	.kasou_top h2{
		font-size: 4.6rem;
	}
	.kasou_top{
		padding-top: 150px;
		padding-bottom: 70px;
	}
}

@media (max-width: 650px){
	.kasou body{
		font-size: 1.5rem;
	}
	.kasou_top h2{
		font-size: 3.4rem;
		margin-bottom: 0;
		width: fit-content;
		margin: 0 auto;
	}
	.kasou_top{
		padding-top: 100px;
		padding-bottom: 40px;
	}
	.breadcrumb{
		text-align: center;
	}
}


/* 業務内容ページ */


.sub_ttl2{
	font-size: 4.6rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 60px;
}

.p_feature{
	position: relative;
	background: url(../img/fv_bg.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 0;
}

.p_feature .ac_img{
	position: absolute;
	width: 120px;
	top: -40px;
	right: 0;
}

.p_feature .foo_dog{
	padding: 80px 0;
}



.p_feature::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	opacity: 0.5;
	z-index: 0;
}


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

.p_feature .item .ac_txt{
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	background-color: #ecad00;
	padding: 5px 0;
	letter-spacing: 0.1em;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.p_feature .sub_ttl{
	text-align: center;
}

.p_feature .item .ac_txt .sm{
	display: inline-block;
	font-size: 0.9em;
	padding-right: 5px;
}

.p_feature .item .img img{
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 70%;
	object-fit: cover;
	border: solid 5px #ecad00;
}

.p_feature .item + .item{
	margin-top: 30px;
}

.p_feature .img{
	width: 35%;
	text-align: center;
	margin-bottom: 10px;
}

.p_feature .txt_area{
	width: 65%;
}

.p_feature .item h4{
	font-size: 2.2rem;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #ecad00;
	background-color: #fff;
	text-align: center;
	border: solid 2px #ecad00;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.deco_ttl{
	font-size: 3rem;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.deco_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/deco.svg);
	background-position: center;
	background-size: cover;
	width: 80px;
	aspect-ratio: 2 / 1;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.p_houmon{
	position: relative;
	background: url(../img/flow01.jpg);
	background-position: center;
	background-size: cover;
	backdrop-filter: blur(3px);
}
 .p_houmon::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	top: 0;
	left: 0;
 }

.p_houmon .txt{
	max-width: 800px;
	text-align: center;
	margin: 0 auto 30px;
}

.p_houmon .ac_img{
	position: absolute;
	width: 120px;
	top: 0;
	right: 0;
}

/* .p_houmon li{
	position: relative;
	padding-left: 23px;
}

.p_houmon li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.png);
	aspect-ratio: 1 / 1;
	width: 17px;
	background-position: center;
	background-size: cover;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
} */


.p_houmon .inner{
	position: relative;
	z-index: 2;
}

.p_houmon .box li{
	margin-right: 20px;
}

.p_houmon .box+.box{
	margin-top: 20px;	
}

.p_houmon .box p{
	color: #fff;
	background-color: #ecad00;
	border: solid 2px #ecad00;
	width: fit-content;
	padding: 0 7px;
	letter-spacing: 0.08em;
	font-weight: 600;
	border-radius: 4px;
	margin-bottom: 8px;
}

.p_houmon .box{
	max-width: 800px;
	margin: 0 auto;
}

.p_houmon ul.flex{
	flex-wrap: wrap;
}


.flow{
	position: relative;
}

.flow .ac_img{
	position: absolute;
	width: 380px;
	top: 40px;
	right: 10%;
	transform: translateY(-50%);
}

.flow .flow_list img{
	display: inline;
}

.flow .list_item{
	position: relative;
	display: flex;
}

.flow .list_item::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	aspect-ratio: 1 / 1;
	background-color: #ecad00;
	top: 50%;
	left: -94px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.flow .list_item img{
	width: 30%;
	border-radius: 20px;
	object-fit: cover;
}

.flow .list_item .txt_box{
	width: 61%;
	margin-left: 40px;
}

.flow .list_item h4{
	font-size: 2.2rem;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ecad00;
}

.flow .list_item h4 span.bb{
	font-size: 1.3em;
	margin-left: 5px;
	margin-right: 20px;
	letter-spacing: 0.05em;
}

.flow .list_item+.list_item{
	margin-top: 20px;
}

.flow_list{
	position: relative;
	padding-left: 100px;
}

.flow_list::before{
	content: "";
	position: absolute;
	display: inline-block;
	border-left: solid 2px #ecad00 ;
	height: 100%;
	width: 2px;
	left: 20px;
	top: 0;
}


.area p{
	font-size: 2rem;
}

.area{
	position: relative;
	background: url(../img/bg_img01.jpg);
	background-size: cover;
	background-position: center;
}

.area .inner{
	position: relative;
	z-index: 2;
}

.area::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.4;
	top: 0;
	left: 0;
}

.area .ac_img{
	position: absolute;
	width: 18%;
	bottom: 0;
	left: 0;
}

.area .right .img img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 450px;
}

@media (max-width: 1200px){
	.p_houmon .ac_img{
		width: 100px;
		top: -60px;
	}
	.p_feature .ac_img{
		width: 100px;
	}
}

@media (max-width: 960px){
	.p_feature .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.p_feature .item h4{
		text-align: center;
	}
	.p_feature .item .img img{
		width: 100%;
	}
	.p_feature .txt_area{
		width: 80%;
	}
	.p_feature .item .ac_txt{
		text-align: center;
	}
	.p_feature .img{
		margin-bottom: 30px;
	}
	.p_feature .item + .item{
		margin-top: 50px;
	}
	.p_feature .ac_img{
		width: 75px;
		top: 50px;
	}
	.flow .list_item{
		flex-direction: column;
	}
	.flow .list_item .txt_box{
		margin-left: 0;
		width: 100%;
	}
	.flow .list_item+.list_item{
		margin-top: 60px;
	}
	.flow .list_item h4{
		font-size: 2.2rem;
		margin-top: 10px;
	}
	.flow .list_item img{
		width: 40%;
	}
	.area .flex_bet{
		flex-direction: column;
	}
	.area .img img{
		width: 70%;
	}
	.area .img{
		text-align: right;
	}
	.area .left{
		margin-bottom: 30px;
	}
	.area .ac_img{
		width: 25%;
	}
	.p_houmon .txt{
		text-align: left;
	}
	.area .right .img img{
		width: 320px;
	}
	.flow .ac_img{
		width: 280px;
	}
}


@media (max-width:650px){
	.flow_list{
		padding-left: 50px;
	}
	.flow .list_item::before{
		left: -43px;
	}
	.flow .list_item img{
		width: 100%;
	}
	.p_feature .img{
		width: 60%;
	}
	.p_feature .txt_area{
		width: 100%;
	}
	.deco_ttl{
		font-size: 2.6rem;
		margin-bottom: 15px;
	}
	.p_houmon .txt{
		font-size: 1.5rem;
		text-align: left;
	}
	.deco_ttl::before{
		width: 60px;
		top: -30px;
	}
	.p_houmon{
		padding-top: 70px;
	}
	.flow .list_item h4{
		line-height: 1.5;
	}
	.flow .sub_ttl{
		text-align: center;
	}
	.area p{
		font-size: 1.6rem;
	}
	.area .img img{
		width: 100%;
	}
	.p_feature .item + .item{
		margin-top: 20px;
	}
	.flow .list_item+.list_item{
		margin-top: 30px;
	}
	.area .right .img img{
		width: 220px;
	}
	.flow .ac_img{
		width: 170px;
		top: -40px;
		right: 20px;
	}
	.p_houmon .ac_img{
		width: 60px;
	}
	.p_feature .foo_dog{
		padding: 25px 0;
	}
}



/* 下層workページ */

.kensyu{
	padding-top: 0;
}

.kensyu .foo_dog.flex_center{
	padding: 60px 0;
}

.kensyu .img{
	width: 100%;
}

.kensyu .inner{
	position: relative;
}

.kensyu .inner .ac_img{
	position: absolute;
	width: 16%;
	min-width: 154px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.kensyu .img img{
	width: 90%;
	height: 400px;
	object-fit: cover;
	border-radius: 20px;
}

.kensyu .txt_box{
	width: 60%;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	border: dotted 5px #ecad00;
	margin: -80px 0 0 auto;
}

.kensyu .flex_bet{
	flex-direction: column;
}

.kensyu{
	padding-bottom: 50px;
}

.kyouiku{
	padding-top: 0;
}

.kyouiku .inner{
	position: relative;
}

.kyouiku .inner .ac_img{
	position: absolute;
	width: 16%;
	min-width: 154px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.kyouiku .img{
	width: 100%;
}

.kyouiku .img img{
	width: 90%;
	height: 400px;
	object-fit: cover;
	border-radius: 20px;
}

.kyouiku .txt_box{
	width: 60%;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	border: dotted 5px #ecad00;
	margin: -80px 0 0 auto;
}

.kyouiku .flex_bet{
	flex-direction: column;
}

.k_work .sub_ttl4{
	font-size: 3rem;
	padding-left: 25px;
}

.syahu{
	background: url(../img/bg_img01.jpg);
	background-size: cover;
	background-position: center;
}

.syahu .inner{
	position: relative;
}

.syahu .dog_img{
	position: absolute;
	top: -50px;
	right: 0;
	width: 90px;
	z-index: 1;
}

.syahu .dog_img2{
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100px;
	z-index: 1;
}

.syahu .img{
	width: 43%;
}

.syahu .img img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.syahu .txt_box{
	position: relative;
	width: 55%;
	background-color: rgb(255, 255, 255,0.8);
	padding: 40px;
	border-radius: 20px;
}

.syahu .ac_img{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 80px;
	transform: rotate(90deg);
}

.syahu .ac_img2{
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 80px;
}

@media (max-width:1200px){
	.kensyu .txt_box{
		width: 80%;
	}
	.kyouiku .txt_box{
		width: 80%;
	}
	.syahu .flex_bet{
		flex-direction: column;
	}
	.syahu .img{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.syahu .img img{
		height: 380px;
	}
	.syahu .txt_box{
		width: 80%;
		margin: 0 auto;
	}
	.syahu .sub_ttl{
		width: fit-content;
		margin: 0 auto 60px;
	}
	.syahu .dog_img{
		top: 0;
		right: 30px;
	}
}

@media (max-width:650px){
	.kensyu .img img{
		height: 240px;
		width: 100%;
	}
	.kensyu .txt_box{
		width: 100%;
	}
	.kensyu .txt_box{
		padding: 10px;
		font-size: 1.5rem;
		margin-top: 20px;
	}
	.kyouiku .img img{
		height: 240px;
		width: 100%;
	}
	.kyouiku .txt_box{
		width: 100%;
	}
	.kyouiku .txt_box{
		padding: 10px;
		font-size: 1.5rem;
		margin-top: 20px;
	}
	.k_work .sub_ttl4{
		font-size: 2.4rem;
	}
	.syahu .sub_ttl{
		margin-bottom: 40px;
	}
	.syahu .img{
		width: 100%;
	}
	.syahu .img img{
		height: 240px;
	}
	.syahu .txt_box{
		width: 100%;
		padding: 20px;
	}
	.syahu .img{
		margin-bottom: 30px;
	}
	.syahu .dog_img2{
		width: 70px;
		left: auto;
		right: 0;
		bottom: -50px;
	}
	.kyouiku .inner .ac_img{
		top: auto;
		left: auto;
		bottom: -40px;
		right: 0;
		width: 80px;
		min-width: auto;
	}
	.kensyu .inner .ac_img{
		top: auto;
		left: auto;
		bottom: -40px;
		right: 0;
		width: 80px;
		min-width: auto;
	}
	.syahu .dog_img{
		width: 55px;
		right: 0;
	}
	.kensyu .foo_dog.flex_center{
		padding: 30px 0;
	}
}


/* 下層recruitページ */


.zinzai{
	position: relative;
	background: url(../img/bg_img01.jpg);
	background-size: cover;
	background-position: center;
}


.zinzai .ac_img{
	position: absolute;
	bottom: -110px;
	left: 50px;
	width: 150px;
	object-fit: cover;
	z-index: 2;
}

.zinzai::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.5;
}

.zinzai li{
	height: 80px;
}

.zinzai .flex_bet{
	position: relative;
	max-width: 1700px;
	margin:  0 0 0 auto;
}

.zinzai .num{
	color: #ecad00;
	font-weight: bold;
	border-top: solid 2px #ecad00;
	font-size: 3rem;
	line-height: 80px;
	padding: 0 20px;
	letter-spacing: 0.1em;
}

.zinzai ul li p:last-child{
	padding-left: 20px;
	line-height: 80px;
	border-top: solid 2px #dbdbdb;
	width: 100%;
}

.zinzai ul li:last-child p.num{
	border-bottom: solid 2px #ecad00;
}

.zinzai ul li:last-child p:last-child{
	border-bottom: solid 2px #dbdbdb;
}
.zinzai .in{
	position: relative;
	width: 51%;
	padding-left: 30px;
	z-index: 1;
	max-width: 700px;
}

.zinzai .img{
	width: 46%;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}

.zinzai .img img{
	width: 100%;
	object-fit: cover;
	height: 500px;
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.info_table th,
.info_table td{
	padding: 20px 0;
	letter-spacing: 0.08em;
	display: table-cell;
	vertical-align: middle;
}
.info_table th{
	width: 30%;
	border-right: 1px solid #fff;
	font-weight: 500;
	padding-left: 17px;
	background-color: #ecad00;
	color: #fff;
	font-size: 1.7rem;
	border-bottom: solid 1px #FFF;
}
.info_table td{
	padding-left: 10px;
	width: 70%;
	border-right: 1px solid #fff;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
}

.info_table tr:first-child th{
	border-top-left-radius: 10px;
}
.info_table tr:first-child td{
	border-top-right-radius: 10px;
}
.info_table tr:last-child th{
	border-bottom-left-radius: 10px;
}
.info_table tr:last-child td{
	border-bottom-right-radius: 10px;
}

.bosyu{
	position: relative;
	padding-top: 0;
}

.bosyu .foo_dog{
	padding: 80px 0;
}

.bosyu .nami{
	position: absolute;
	top: -60px;
	width: 100%;
	left: 0;
	overflow: hidden;
}

.bosyu .nami img{
	width: 100%;
	object-fit: cover;
	min-width: 1480px;
}

.bosyu .left{
	width: 30%;
	text-align: center;
}

.bosyu .right{
	width: 70%;
	max-width: 1200px;
}

.bosyu .box+.box{
	margin-top: 80px;
}

.bosyu .left .sticky_menu{
	position: sticky;
	top: 180px;
	left: 0;
	padding-bottom: 50px;
}

.bosyu li a{
	display: block;
	padding: 18px 45px;
	background-color: #fff;
	color: #ecad00;
	border-bottom: solid 2px #ecad00;
}

.bosyu li a:hover{
	opacity: 0.7;
}

.bosyu li:last-child a{
	border-bottom: none;
}

.bosyu li{
	margin: 0 auto;
	width: 100%;
}

.bosyu li:first-child a{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bosyu li:last-child a{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sticky_menu ul{
	border: solid 2px #ecad00;
	width: fit-content;
	margin: 0 auto;
	border-radius: 10px;
}

.bosyu .sub_ttl4{
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: 700;
}

.bosyu .flex{
	padding-right: 40px;
}

.apply .flex{
	padding-right: 40px;
}

.apply .left{
	position: relative;
	width: 30%;
	text-align: center;
}

.apply .left .ac_img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
}

.apply .right{
	width: 70%;
	max-width: 1200px;
}

.apply .en_btn{
	width: 100%;
	margin-top: 40px;
}

.apply .en_btn a{
	display: block;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
	letter-spacing: 0.05em;
	border: solid 2px #ecad00;
	color: #ecad00;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 5px;
}

.apply .en_btn a:hover{
	background-color: #ecad00;
	color: #fff;
}

@media (max-width: 1200px){
	.zinzai .flex_bet{
		flex-direction: column;
	}
	.zinzai .in{
		width: 100%;
	}
	.zinzai .img img{
		height: 340px;
	}
	.zinzai .img{
		width: 100%;
		max-width: 550px;
		margin-top: 40px;
	}
	.bosyu .flex{
		flex-direction: column;
		padding-right: 0;
	}
	.sticky_menu ul{
		display: flex;
		flex-wrap: wrap;
	}
	.bosyu .left{
		width: 96%;
		margin: 0 auto;
	}
	.bosyu li{
		width: calc(100% / 2);
	}
	.bosyu li:nth-child(3) a{
		border-bottom: none;
	}
	.bosyu li:nth-child(2) a{
		border-top-right-radius: 10px;
	}
	.bosyu li:nth-child(3) a{
		border-bottom-left-radius: 10px;
		border-right: solid 2px #ecad00;
	}
	.bosyu li:first-child a{
		border-right: solid 2px #ecad00;
	}
	.bosyu li:first-child a{
		border-top-right-radius: 0px;
	}
	.bosyu .right{
		width: 96%;
		margin: 0 auto;
	}
	.apply{
		padding-top: 0;
	}
	.apply .flex{
		flex-direction: column;
		padding-right: 0;
	}
	.apply .left{
		width: 100%;
	}
	.apply .right{
		width: 96%;
		margin: 0 auto;
	}
	.apply .left .ac_img{
		width: 80px;
		left: 10%;
		top: -40px;
		transform: translateX(0);
	}
}

@media (max-width: 650px){
	.zinzai .num{
		font-size: 2rem;
		line-height: 1.7;
		padding: 10px 15px;
	}
	.zinzai ul li p:last-child{
		line-height: 2.2;
		font-size: 1.5rem;
		padding: 10px 0;
		padding-left: 10px;
	}
	.zinzai li{
		height: auto;
	}
	.zinzai .in{
		padding-left: 0;
		width: 96%;
		margin: 0 auto;
	}
	.zinzai .img img{
		height: 220px;
	}
	.zinzai .img{
		width: 80%;
	}
	.zinzai .sub_ttl{
		text-align: center;
	}
	.bosyu li{
		width: 100%;
	}
	.bosyu li:nth-child(3) a{
		border-bottom: solid 2px #ecad00;
		border-right: 0px;
		border-bottom-left-radius: 0px;
	}
	.bosyu li:first-child a{
		border-right: 0px;
		border-top-right-radius: 10px;
	}
	.bosyu li a{
		font-size: 1.5rem;
	}
	.bosyu .left .sticky_menu{
		width: 80%;
		margin: 0 auto;
	}
	.bosyu .sub_ttl4{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.bosyu .box+.box{
		margin-top: 40px;
	}
	.info_table{
		font-size: 1.5rem;
	}
	.info_table th{
		font-size: 1.5rem;
		padding: 9px 0;
		text-align: center;
	}
	.info_table td{
		padding: 10px 0 10px 5px;
	}
	.zinzai .ac_img{
		width: 100px;
		left: 30px;
		bottom: -60px;
	}
	.apply .left .ac_img{
		width: 60px;
		top: -20px;
	}

}


/* 下層staffページ */

.p_staff{
	position: relative;
	background: url(../img/tel_bg.jpg);
	background-size: cover;
	background-position: center;
}

.p_staff::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.4;
	z-index: 0;
}

.p_staff .inner{
	position: relative;
	z-index: 1;
	max-width: 1400px;
}

.p_staff .flex{
	gap: 20px 10px;
	flex-wrap: wrap;
}

.p_staff .item{
	width: calc((100% - 20px) / 3);
	font-size: 1.5rem;
}

.p_staff .item .in{
	background-color: #fff;
	border-radius: 10px;
}

.p_staff .item img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	padding: 10px;
}

.p_staff .wrapper{
	padding: 20px 5px;
	margin: 0 auto;
}

.p_staff .item .name{
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 15px;
}

.p_staff .item .ac{
	color: #ecad00;
	margin-bottom: 10px;
}


.img_area_staff{
	width: 100%;
}

.img_area_staff img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.day .inner{
	position: relative;
}

.day .d_img{
	width: 35%;
	margin-bottom: 50px;
}

.day .ac_img{
	position: absolute;
	width: 130px;
	object-fit: cover;
	bottom: 0;
	right: 0;
}

.day .item p:first-child{
	font-size: 3rem;
	letter-spacing: 0.08em;
	font-weight: 600;
	background-color: #fff;
	color: #ecad00;
	padding: 10px 20px;
	line-height: 1;
	width: 15%;
	text-align: center;
}

.day .item p:last-child{
	display: table-cell;
	width: 70%;
	font-size: 2rem;
	margin-left: 20px;
	line-height: 1.6;
	padding: 10px 0;
	letter-spacing: 0.05em;
	padding-left: 20px;
	vertical-align: middle;
	background-color: #fff;
}

.day .item + .item{
	margin-top: 20px;
}

.day .content{
	width: 70%;
	display: table;
}
.day .img{
	width: 30%;
}

.day .img img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.day p.btm{
	margin-top: 20px;
}

@media (max-width: 1200px){
	.day .item p:last-child{
		width: 75%;
	}
	.day .content{
		width: 70%;
	}
	.day .item p:first-child{
		width: 25%;
	}
	.day .img{
		width: 25%;
	}
	.p_staff .item{
		width: calc((100% - 10px) / 2);
	}
	.img_area_staff img{
		height: 460px;
	}

.day .ac_img{
	width: 100px;
}
}

@media (max-width: 650px){
	.p_staff .item{
		width: 100%;
	}
	.p_staff .item img{
		height: 220px;
	}
	.p_staff .item .name{
		font-size: 2.2rem;
	}
	.p_staff .item .ac{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.img_area_staff img{
		height: 300px;
	}
	.day .item p:first-child{
		font-size: 2.2rem;
		padding: 10px 5px;
	}
	.day .item p:last-child{
		font-size: 1.6rem;
		margin-left: 10px;
	}
	.day .content{
		width: 100%;
	}
	.day .item + .item{
		margin-top: 10px;
	}
	.day .img{
		width: 45%;
		margin-top: 40px;
	}
	.day .flex_bet{
		flex-direction: column;
	}
	.day .ac_img{
		width: 100px;
		bottom: 50px;
	}
}



/* コンタクトページ */



.p_faq .sub_ttl{
	text-align: center;
}

.p_faq .inner{
	position: relative;
}

.p_faq .ac_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
}

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

.faq_list + .faq_list{
	margin-top: 60px;
}

dl.qa{
	position: relative;
	padding: 30px 0;
	padding-left: 20px;
	cursor: pointer;
	border-bottom: solid 1px #dbdbdb;
	background-color: #fff;
	letter-spacing: 0.05em;
}

dl.qa dt{
	position: relative;
	padding-left: 40px;
}

dl.qa dt::before{
	content: "Q";
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	color: #ecad00;
	font-size: 3rem;
}

dl.qa dd p a{
	display: block;
	color: #fff;
	background-color: #ecad00;
	border: solid 2px #ecad00;
	padding: 4px 18px;
	width: fit-content;
	margin-top: 15px;
	font-size: 1.5rem;
	border-radius: 20px;
}

dl.qa dd p a:hover{
	background-color: #fff;
	color: #ecad00;
}

.faq_list dl::before{
	position: absolute;
	top: 50%;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg) translateY(-50%);
    border-top: 2px solid #ecad00;
    border-right: 2px solid #ecad00;
}

.faq_list .open::before {
    transform: rotate(-45deg);
}

.faq_list dl dd{
	position: relative;
	padding-left: 40px;
	padding-top: 50px;
}

.faq_list dl dd::before{
	font-size: 3rem;
    line-height: 1;
    position: absolute;
	top: 48px;
    left: 2px;
    display: block;
    content: 'A';
    color: #ecad00;
    font-weight: 500;
	font-weight: bold;
}


.top_contact{
	position: relative;
	background: url(../img/houmon.jpg);
	background-size: cover;
	background-position: center;
}


.top_contact::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgb(255, 255, 255,0.5);
	backdrop-filter: blur(10px);
}

.top_contact .f_txt{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	font-size: 2rem;
	z-index: 2;
	font-weight: 600;
}

.top_contact .flex_bet{
	max-width: 1100px;
	margin: 0 auto;
}

.top_contact .item:last-child{
	background-color: #fff;
	color: #0a0a0a;
	padding: 30px;
	border-radius: 20px;
}

.top_contact .item a{
	color: #0a0a0a;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
}

.top_contact .item a:hover{
	background-color: #ccc;
}

.top_contact .item{
	position: relative;
	width: 47%;
}

.top_contact .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	aspect-ratio: 1 / 1;
	background-color: #ecad00;
	border-radius: 50%;
	left: 50%;
	top: 0;
	transform: translate(-50% , -50%);
	z-index: 1;
}

.top_contact h3{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 15px;
}

.top_contact span.ac{
	display: inline-block;
	background-color: #ecad00;
	color: #fff;
	width: 60px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 2rem;
	margin-right: 10px;
}

.top_contact .num{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}

.top_contact .item a p:last-child{
	text-align: center;
	font-size: 2rem;
	margin-right: 10px;
	letter-spacing: 0.05em;
}

.top_contact .item a p span.kk{
	border: solid 1px #ecad00;
	color: #ecad00;
	font-size: 1.5rem;
	padding: 6px 8px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-right: 15px;
}

.top_contact .item a .num{
	text-decoration: underline;
}

.top_contact .item ul{
	margin-top: 15px;
	flex-wrap: wrap;
}

.top_contact .item ul li{
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
}


.top_contact .item ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	width: 18px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.mail_area .inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.mail_area .ac_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
}

.mail_area .sub_ttl{
	text-align: center;
}

input[type="checkbox"]{
	font-size: 1.8rem;
	width: 20px;
	height: 40px;
	border: solid 1px #bababa;
	background-color: #f5f5f5;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
	color: #0a0a0a;
}

input[type="text"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
	color: #0a0a0a;
}


input[type="email"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	color: #0a0a0a;
}

.postal_btn{
	background-color: #fff;
	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;
}

td .box.mini{
	width: 300px !important;
	height: 40px;
}

.contact_table td p{
	height: 40px;
	line-height: 40px;
	padding: 0 11px 0 8px;
}

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


textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th{
	width: 20%;
}
.contact_table td{
	width: 70%;
}

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

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

.contact_table th span.ac.nini{
	color: #ecad00;
	border: solid 1px #ecad00;
	background-color: rgb(255, 255, 255,0);
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
	margin-right: 20px;
}

.form_box{
	margin-top: 80px;
	padding-bottom: 0;
}

.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

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

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

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

.Label{
	font-size: 2rem;
	letter-spacing: 2px;
	padding: 1% 1%;
	display: block;
	border-bottom: solid 3px #ecad00;
	color: #ecad00;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #ecad00;
	border-right: 2.5px solid #ecad00;
	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;
}

.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.6rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h4{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: solid 1px #dbdbdb;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	top:9px;
	left: 0;
}

.co_open{
	height: 0;
	padding-bottom: 10px;
	overflow: hidden;
}

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

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

.form_btn button:hover{
	background-color: rgb(255, 255, 255,0);
	color: #ecad00;
}


.contact_table th,.contact_table td{
	padding: 20px 0;
}

.contact_table{
	width: 100%;
}

.mail_area{
	padding: 100px 0;
}

.contact{
	padding-bottom: 0;
}

.contact_table th{
	display: table-cell;
	vertical-align: middle;
}

.co_fir{
	padding: 150px 0;
	font-size: 2rem;
	overflow: hidden;
}

.co_fir p{
	position: relative;
	line-height: 2.4;
	letter-spacing: 0.05em;
	padding-left: 140px;
}

.co_fir p::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	width: 170px;
	aspect-ratio: 1 / 1;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}


.top_contact .item:first-child .num{
	margin-top: 40px;
	margin-bottom: 40px;
}

.p_faq{
	padding-bottom: 0;
}




@media (max-width: 1200px){

	.mailform{
		margin: 0 auto;
	}

	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.mailform table td{
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.mailform th{
		border-bottom: none;
	}
	.contact .form_box{
		padding: 40px;
	}
	input[type="text"]{
		height: 48px;
	}
	input[type="email"]{
		height: 48px;
	}
	.mail_area h3{
		margin-bottom: 0;
	}
	.form_box{
		margin-top: 60px;
	}
	.top_contact .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.top_contact .item:last-child{
		margin-top: 60px;
	}
	.top_contact .item{
		max-width: 500px;
		width: 92%;
	}
	.co_fir{
		font-size: 1.6rem;
		padding: 100px 0 80px;
	}
	.co_fir p::before{
		width: 90px;
	}
	.co_fir p{
		padding-left: 60px;
	}
	.mail_area .ac_img{
		width: 90px;
		top: -70px;
	}
	.p_faq .ac_img{
		width: 90px;
	}
}



@media (max-width: 650px){
	.form_attention{
		font-size: 1.5rem;
	}
	.contact .mail_area h3{
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.Label{
		font-size: 1.6rem;
		padding: 3% 1%;
	}
	.form_accordion p{
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.form_box .container{
		width: 94%;
	}
	.contact .form_box{
		padding: 30px 10px;
	}
	.mailform table td{
		padding-bottom: 20px;
	}
	.mailform table th{
		padding-bottom: 10px;
	}
	.form_btn button{
		margin-top: 20px;
	}
	.form_accordion{
		margin-top: 20px;
	}
	.mail_area{
		padding: 50px 0;
	}
	.kasou section .inner.wide{
		width: 94%;
	}
	.contact_table td .flex{
		flex-direction: column;
	}
	.postal_btn{
		margin-left: 0;
		width: 180px;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.p_contact .top_area h3{
		font-size: 2.6rem;
	}
	.p_contact .top_area .tel_btn{
		width: 300px;
	}
	.p_contact .top_area .tel_btn a{
		font-size: 2.8rem;
	}
	.p_contact .top_area{
		padding: 60px 0;
	}

	.form_box{
		margin-top: 30px;
	}
	.p_contact .top_txt{
		padding: 40px 0;
		font-size: 1.8rem;
	}
	.mail_area h3 {
        margin-bottom: 30px;
    }
	.top_contact .num{
		font-size: 2.4rem;
	}
	.top_contact span.ac{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.top_contact span.ac i{
		line-height: 45px;
	}
	.top_contact .item:last-child{
		margin-top: 30px;
	}
	.co_fir{
		padding: 70px 0 50px;
	}
	.co_fir p{
		padding-left: 0;
		width: 96%;
		margin: 0 auto;
	}
	.co_fir p::before{
		top: -50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_contact .item:last-child{
		padding: 15px;
	}
	.top_contact .item ul li{
		margin-right: 10px;
	}
	.sub_ttl4{
		font-size: 2rem;
	}
	dl.qa{
		font-size: 1.5rem;
		padding: 20px 0;
		padding-left: 10px;
	}
	dl.qa dt::before{
		font-size: 2.4rem;
		padding-top: 2px;
	}
	dl.qa dt{
		padding-left: 28px;
		padding-right: 40px;
	}
	.faq_list dl::before{
		right: 24px;
		top: 40%;
	}
	.faq_list dl dd::before{
		font-size: 2.4rem;
		top: 31px;
	}
	.faq_list dl dd{
		padding-left: 28px;
		padding-top: 30px;
		padding-right: 40px;
	}
	.Label::before{
		width: 8px;
		height: 8px;
		top: calc(50% - 4px);
	}
	.faq_list + .faq_list{
		margin-top: 30px;
	}
	.top_contact .item ul li{
		padding-left: 20px;
	}
	.top_contact .item ul li:last-child{
		margin-right: 0;
	}
	.top_contact .f_txt{
		font-size: 1.7rem;
		text-align: left;
		padding: 0 20px;
	}
	.mail_area .ac_img{
		width: 70px;
		top: -80px;
	}
	.p_faq .ac_img{
		width: 70px;
		top: 40px;
	}
}





/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
}

.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: #ecad00;
	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 #ecad00;
    color: #ecad00;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #ecad00;
	color: #fff;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
}




/* 250226 更新分 ==========================================*/
/* TOP ==============*/
/* 新着情報下の犬の切り抜き写真 大きさを変更 */
.sleeping_dog_pdb250226 {
  padding-bottom: 30px;
}
.dog_image250226 {
  width: 47%;
  max-width: 220px;
  margin-right: auto;
  margin-top: 10px;
}
/* 採用情報欄に犬の切り抜き写真を追加 */
.dog_image_recruit250226 {
  position: absolute;
  top: 8%;
  left: 33%;
  width: 38%;
  max-width: 230px;
  z-index: 2;
}
.dog_image_recruit250226 img {
  clip-path: polygon(14% 1%, 100% 14%, 100% 50%, 82% 95%, 11% 88%, 1% 40%);
}
@media (max-width: 1200px) {
  .dog_image_recruit250226 {
    top: 5%;
  }
}
@media (max-width: 650px) {
  .dog_image_recruit250226 {
    max-width: 20vw;
  }
}
@media (max-width: 500px) {
  .dog_image_recruit250226 {
    max-width: 100%;
    top: 10px;
    left: auto;
    right: 10px;
  }
}