@charset "utf-8";

/* home
-------------------------------------------------------------------*/
.home .ttl-set{
    display:flex;
    flex-direction:column;
    font-size:2rem;
    margin-bottom: 1em;
    gap: 0.25em;
    line-height: 1.4;
}
.home .ttl-set [lang="ja"]{
    font-weight: 600;
    letter-spacing: 0.1em;
}
.home .ttl-set [lang="en"]{
	font-size: 1rem;
	font-weight: 600;
	color: var(--key);
	letter-spacing: 0.15em;
}
.home .place01{
    --item_color: #e64476;
	--btn_color: #f5c1d0;
}
.home .place02{
    --item_color: #ffb830;
	--btn_color: #f4ee90;
}
.home .place03{
    --item_color: #3fc7e0;
	--btn_color: #92e5e9;
}
.home .place04{
    --item_color: #44be63;
	--btn_color: #bceec3;
}
@media screen and (max-width:767px){
	.home .ttl-set{
	    gap: 0em;
	}
}
.home .mv_wrap{
	position: relative;
	z-index: 0;
}
.home .mv_wrap .video{
    width: 100%;
	background: #fff;
}

.home .mv_wrap .video img,
.home .mv_wrap .video video{
    object-fit: cover;
	width: 100%;
	height: auto;
	min-height: 600px;
	aspect-ratio: 1280/678;
}
.home .mv_wrap .mv_ttl{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: auto auto 24% 6%;
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 1.6;
}
.home .mv_wrap .mv_ttl strong{
	font-weight: 500;
	display: block;
	font-size: 3.5rem;
	padding-left: 0.2em;
}
.home .mv_wrap .mv_ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 250%;
	background-color: #ffffff;
	border-radius: 50%;
	filter: blur(36px);
	z-index: -1;
	opacity: 1;
	will-change: filter;
}
@media screen and (max-width:1400px){
	.home .mv_wrap .mv_ttl{
		font-size: min(1.625rem , 8vw);
	}
	.home .mv_wrap .video img,
	.home .mv_wrap .video video{
		min-height: 500px;
		aspect-ratio: 1200/750;
	}
	.home .mv_wrap .mv_ttl strong{
		font-size: 3rem;
	}
}
@media screen and (max-width:767px){
	.home .mv_wrap .video img{
		min-height: 100px;
		aspect-ratio: 2/2.5;
	}
	.home .mv_wrap .mv_ttl{
		inset: auto auto 24% 2%;
		font-size: 1rem;
	}
	.home .mv_wrap .mv_ttl strong{
		font-size: 2rem;
	}

}
.home .lead_wrap{
    position: relative;
    z-index: 0;
    padding: 5em 2% 10em;
    background-image: linear-gradient(-3deg, rgb(255 255 255)0, rgb(255 239 201) 80%);
}
.home .lead_wrap::before{
	content: "";
    display: block;
    width: 100%;
    height: 180px;
    position: absolute;
    z-index: -1;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23fff0c9" d="M1440,200 L1360,180 C1280,160,1120,120,960,160 C800,200,640,280,480,295 C320,310,160,260,80,235 L0,210 L0,320 L1440,320 Z"></path></svg>');	bottom: 100%;
    left: 0;
}
.home .lead_wrap .text_area{
	background: #fff;
	max-width: 750px;
	margin-inline: auto;
	border-radius: 4.5rem;
	padding: 4em 1.5em 3em;
}
.home .lead_wrap .lead_ttl{
	/* color: var(--key); */
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 1em;
	letter-spacing: 0.03em;
}
.home .lead_wrap .lead_text{
	font-weight: 500;
	line-height: 2;
	font-size: 1.25rem;
}
.home .lead_wrap .lead_text + .lead_text{
	margin-top:1.25em;
}
.home .lead_wrap .img_item{
	position: absolute;
	z-index: 0;
	margin: auto;
}
.home .lead_wrap .img_item.img_item01{
	inset: -18% auto auto  calc(50% - 900px);
	z-index: -1;
}
.home .lead_wrap .img_item.img_item02,
.home .lead_wrap .img_item.img_item03,
.home .lead_wrap .img_item.img_item04{
	z-index: 1;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.35);
}
.home .lead_wrap .img_item.img_item02 img,
.home .lead_wrap .img_item.img_item03 img,
.home .lead_wrap .img_item.img_item04 img{

}
.home .lead_wrap .img_item.img_item02{
	inset: 30% auto auto  calc(50% - 600px) ;
}
.home .lead_wrap .img_item.img_item03{
	inset: 2% auto auto calc(50% + 320px);
	min-width: 212px;
}
.home .lead_wrap .img_item.img_item04{
	inset: 44% auto auto calc(50% + 520px);
	min-width: 138px;
}
.home .lead_wrap .img_item.img_item05{
	inset: 14% auto auto calc(50% - 710px);
}
.home .lead_wrap .img_item.img_item06{
	inset: 28% auto auto calc(50% + 430px);
	min-width: 180px;
}
@media screen and (max-width:767px){
	.home .lead_wrap{
	    padding: 5em 2% 10em;
}
	.home .lead_wrap::before{
	    height: 80px;
	}

	.home .lead_wrap .blog_bnr{
		position: absolute;
		z-index: 10;
		margin: auto;
		inset: -7em 4% auto auto;
	}
	.home .lead_wrap .text_area{
		border-radius: 2rem;
		padding: 3em 1.5em 2em;
		letter-spacing: 0;
		margin-inline: 5%;
	}
	.home .lead_wrap .lead_ttl{
		font-size: 1.125rem;
		text-align: left;
	}
	.home .lead_wrap .lead_text{
		text-align: left;
		line-height: 1.8;
		font-size: 1.125rem;
	}
	.home .lead_wrap .img_item.img_item01{
		inset: -18% auto auto  calc(50% - 300px);
	}
	.home .lead_wrap .img_item.img_item02,
	.home .lead_wrap .img_item.img_item03,
	.home .lead_wrap .img_item.img_item04{
		box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
		border-radius: 0.5rem;
	}
	.home .lead_wrap .img_item.img_item02{
		inset: -4% auto auto -4%;
		width: 30%;
	}
	.home .lead_wrap .img_item.img_item03{
		inset: 3% 2% auto auto;
		min-width: unset;
		width: 22%;
	}
	.home .lead_wrap .img_item.img_item04{
		inset: auto auto 7% calc(50% + 30px);
		min-width: unset;
		width: 30%;
	}
	.home .lead_wrap .img_item.img_item05{
		inset: auto auto 0 calc(50% - 210px);
		width: 50%;
		z-index: -1;
	}
	.home .lead_wrap .img_item.img_item06{
		inset: 24% auto auto calc(50% + 30px);
		min-width: 180px;
		z-index: -1;
	}
}
.home .facili_wrap{
    position: relative;
    z-index: 0;
    padding-block: 2em 0;
}
.home .facili_inner{
    max-width: 1100px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    gap: 0 5%;
}
.home .facili_wrap .ttl-set{
    width: 100px;
    writing-mode: vertical-rl;
    justify-content: end;
}
.home .facili_wrap .area_list{
    width: calc(95% - 100px); 
}
.home .facili_wrap .area_list a.area_item{
    margin-bottom: 2em;
	position: relative;
	z-index: 0;
}
.home .facili_wrap .area_list .area_item .area_ttl{
    margin: 0 auto 0.75em;
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    background: #f8f5f0;
    width: fit-content;
    padding: 0.1em 1.75em;
    border-radius: 0.25em 0.25em 0 0;
    border-bottom: 2px dotted var(--key);
    letter-spacing: 0.1em;
}
.home .facili_wrap .area_list .area_item .place_list{
    display: flex;
    gap: 1em 5%;
    margin-bottom: 4em;
}
.home .facili_wrap .area_list .area_item .place_list .place_item{
    width: 47.5%;
    background: #fff;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.08) ;
    padding: 1.5em 1.5em 2em;
    border-radius: 0.6em;
    position: relative;
    z-index: 0;
    text-decoration: none;
    transition: var(--hover);
}
.home .facili_wrap .area_list .area_item .place_list .place_item:before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	width: 36px;
	height: 36px;
	background: var(--btn_color);
	border-radius: 100% 0 .6rem 0;
	inset: auto 0 0 auto;
}
.home .facili_wrap .area_list .area_item .place_list .place_item:after{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: ">";
	font-size: 1.125rem;
	color: #fff;
	margin: auto;
	inset: auto 0.25em 0.75em auto;
	width: 1rem;
	height: 1rem;
}
.home .facili_wrap .area_list .area_item .place_list .place_item:is(:hover, :focus){
	transform: translateY(5px);
}
.home .facili_wrap .area_list .area_item .place_list .place_item .img{
    margin-bottom: 1em;
}
.home .facili_wrap .area_list .area_item .place_list .place_item .img img{
    border-radius: 0.5rem;  
}
.home .facili_wrap .area_list .area_item .place_list .place_item .place_ttl{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5em;
    color: var(--item_color);
}
.home .facili_wrap .area_list .area_item .place_list .place_item .place_text{
    font-size: 0.875rem;	
    font-weight: 500;	
	line-height: 1.6;
}
.home .facili_wrap .bg_item{
	margin: auto;
	position: absolute;
	z-index: -1;
}
.home .facili_wrap .bg_item01{
	inset: -2% auto auto   calc(50% - 1200px) ;
}
.home .facili_wrap .bg_item02{
	inset: -12%  calc(50% - 1100px)  auto auto;
}
.home .facili_wrap .bg_item03{
	inset: auto auto 0 0;
}
@media screen and (max-width:767px){
	.home .facili_wrap{
	    padding-block: 0;
	}
	.home .facili_inner{
		flex-direction: column;
	}
	.home .facili_wrap .ttl-set{
	    width: 100%;
		text-align: center;
	    writing-mode: unset;
	}
	.home .facili_wrap .area_list{
	    width: 100%; 
	}
	.home .facili_wrap .area_list a.area_item{
	    margin-bottom: 2em;
	}
	.home .facili_wrap .area_list .area_item .area_ttl{
	    font-size: 1.65rem;
	    margin-bottom: 0.5em;
	}
	.home .facili_wrap .area_list .area_item .place_list{
	    gap: 2em;
	    margin-bottom: 4em;
		flex-direction: column;
	}
	.home .facili_wrap .area_list .area_item .place_list .place_item{
	    width: 100%;
	    padding: 1.5em 2em 2em;
	    border-radius: 0.6em;
	}
	.home .facili_wrap .area_list .area_item .place_list .place_item .img{
	    margin-bottom: 1em;
	}
	.home .facili_wrap .area_list .area_item .place_list .place_item .place_ttl{
	    font-size: 1.35rem;
	}
	.home .facili_wrap .area_list .area_item .place_list .place_item .place_text{
	    font-size: 1rem;
	}

	.home .facili_wrap .bg_item01{
		inset: -10% auto auto   calc(50% - 700px) ;
	}
	.home .facili_wrap .bg_item02{
		inset: 50%  calc(50% - 260px)  auto auto;
		width: 80%;
	}
	.home .facili_wrap .bg_item03{
		inset: auto auto 0 0;
	}
}
.home .news_wrap{
	padding-block: 2em 4em;
	min-height: 18em;
	background: #ecf6f9;
}
.home .news_inner{
	max-width: calc(1100px + 4%);
	padding-inline: 2%;
	margin-inline: auto;
	display: flex;
	width: 100%;
}
.home .news_wrap .news_list_box{
	display: flex;
	gap: 0 4%;
	position: relative;
	z-index: 0;
	width: 100%;
}
.home .news_wrap .news_list_box .title_area {
	width: 200px;
	margin-top: 2em;
}
.home .news_wrap .news_list_box .title_area .lang-set.ttl-set {
	text-align: left;
}
.home .news_wrap .news_list_box .news_list {
	width: calc(96% - 200px);
}
.home .news_wrap .news_list_box .news_list li article a{
	display: block;
	padding: 1.75em 5.5em 1.75em 1em;
	text-align: left;
	border-bottom: 2px dotted #949494;
	text-decoration: none;
	position: relative;
	z-index: 0;
	transition: var(--hover);
}
.home .news_wrap .news_list_box .news_list li article a::before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	width: 40px;
	height: 40px;
	background-image: linear-gradient(90deg, rgb(28 162 213), rgb(133 220 227));
	border-radius: 50%;
	inset: 0 2.5em 0 auto;
}
.home .news_wrap .news_list_box .news_list li article a::after{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "\FF1E";
	line-height: 1;
	font-size: 0.75rem;
	font-weight: 600;
	color: #ffffff;
	margin: auto;
	inset: 0 4.35em 0 auto;
	width: 0.75rem;
	height: 0.75rem;
}
.home .news_wrap .news_list_box .news_list li article a:is(:hover, :focus){
	background: #fff;
}
.home .news_wrap .news_list_box .news_list li article a .news_info {
	margin-bottom: 0.75em;
}
.home .news_wrap .news_list_box .news_list li article a .news_info time {
	color: #a7a7a7;
	font-weight: 500;
	margin-right: 1em;
}
.home .news_wrap .news_list_box .news_list li article a .news_info .cat{
	color: #fff;
	background: #138fd0;
	font-size: 0.875rem;
	border-radius: 2em;
	padding: 0.1em 1.5em;
	margin-left: 1em;
}
.home .news_wrap .news_list_box .news_list li article a .news_ttl {
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home .news_wrap .news_list_box .arrow_btn {
	position: absolute;
	z-index: 0;
	margin:auto;
	inset: 10em auto auto 0;
}
@media screen and (max-width:767px){
	.home .news_wrap{
		padding-block: 3em;
	}
	.home .news_inner{
		padding-inline: 15px;
	}
	.home .news_wrap .news_list_box{
		flex-direction: column;
	}
	.home .news_wrap .news_list_box .title_area {
		width: 100%;
		margin-top: 0;
	}
	.home .news_wrap .news_list_box .title_area .lang-set.ttl-set {
		text-align: center;
		margin-bottom: 0.5em;
	}
	.home .news_wrap .news_list_box .news_list {
		width: 100%;
		margin-bottom: 2em;
	}
	.home .news_wrap .news_list_box .news_list li article a{
		display: block;
		padding: 1.5em 3.25em 1.5em 0.5em;
	}
	.home .news_wrap .news_list_box .news_list li article a::before{
		width: 30px;
		height: 30px;
		inset: 0 0.5em 0 auto;
	}
	.home .news_wrap .news_list_box .news_list li article a::after{
		inset: 0 1.5em 0 auto;
	}
	.home .news_wrap .news_list_box .news_list li article a .news_info {
		margin-bottom: 0.75em;
	}
	.home .news_wrap .news_list_box .news_list li article a .news_info time{
		margin-right: 0;
	}
	.home .news_wrap .news_list_box .news_list li article a .news_info .cat{
		font-size: 0.875rem;
		border-radius: 2em;
		padding: 0.1em 1.5em;
		margin-left: 1em;
	}
	.home .news_wrap .news_list_box .news_list li article a .news_ttl {
		font-size: 1rem;
	}
	.home .news_wrap .news_list_box .arrow_btn {
		position: relative;
		inset: unset;
	}
}
.home .blog_wrap{
	padding-block: 4em 2em;
}
.home .blog_wrap .ttl-set{
	text-align: center;
}
.home .blog_wrap .blog_list{
	display: flex;
	gap: 1em 3%;
	margin-bottom: 3em;
}
.home .blog_wrap .blog_list .blog_item{
	width: calc((100% - 9%) /4 );
}
.home .blog_wrap .blog_list .blog_item a{
	text-decoration: none;
}
.home .blog_wrap .blog_list .blog_item a .blog_img{
	overflow: hidden;
	border-radius: 0.6em;
	margin-bottom: 0.75em;
}
.home .blog_wrap .blog_list .blog_item a img {
	transition: transform 0.3s; 
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (any-hover: hover) {
	.home .blog_wrap .blog_list .blog_item a:hover img {
		transform: scale(1.05);
	}
}
.home .blog_wrap .blog_list .blog_item .blog_cat{
	margin-bottom: 0.75em;
}
.home .blog_wrap .blog_list .blog_item .blog_cat span{
	background: var(--cat-bg);
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 2em;
	padding: 0.1em 1em;
	margin-right: 1em;
	display: inline-block;
}
.home .blog_wrap .blog_list .blog_item .blog_ttl{
	font-size: 0.875rem;
	margin-bottom: 0.5em;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home .blog_wrap .blog_list .blog_item time{
	color: #a7a7a7;
	margin-right: 1em;
}
.home .blog_wrap .common_btn a{
	margin-inline: auto;
}
@media screen and (max-width:767px){
	.home .blog_wrap{
		padding-block: 3em 2em;
	}
	.home .blog_wrap .blog_list{
		display: flex;
		gap: 1.5em 6%;
		margin-bottom: 3em;
		flex-wrap: wrap;
	}
	.home .blog_wrap .blog_list .blog_item{
		width: 47%;
	}
	.home .blog_wrap .blog_list .blog_item a .blog_img{
		border-radius: 0.5em;
	}
	.home .blog_wrap .blog_list .blog_item .blog_cat span{
		padding: 0.1em 1em;
		margin-right: 1em;
	}
	.home .blog_wrap .blog_list .blog_item .blog_ttl{
		font-size: 1rem;
		-webkit-line-clamp: 3;
	}
}
.home .other_wrap{
	padding-block: 3em;
	position: relative;
	z-index: 0;
	background: #f8f5f0;
}
.home .other_inner{
	max-width: 1000px;
	margin-inline: auto; 
}
.home .other_wrap .other_list{
	display: flex;
	gap: 1em 2.5%;
}
.home .other_wrap .other_list .other_item{
	display: block;
	width: calc(95% / 3);
	overflow: visible;
}
.home .other_wrap .other_list a{
	position: relative;
	z-index: 0;
	padding: 1.5em 2em 1em;
	background: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	aspect-ratio: 316 / 182;
	border-radius: 0.75rem;
	text-decoration: none;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 0.25em;
	position: relative;
	z-index: 0;
	transition: var(--hover);
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.1);
}
.home .other_wrap .other_list a:before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	width: 36px;
	height: 36px;
	border-radius: 100% 0 .6rem 0;
	inset: auto 0 0 auto;
	background-image: linear-gradient(90deg, rgb(28 162 213), rgb(133 220 227));
}
.home .other_wrap .other_list a:after{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "\FF1E";
	font-size: 0.75rem;
	color: #fff;
	margin: auto;
	inset: auto 0.25em 0.65em auto;
	width: 1rem;
	height: 1rem;
}
.home .other_wrap .other_list a:is(:hover, :focus){
	transform: translateY(5px);
}
.home .other_wrap .other_list a span{
	min-height: 2lh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.home .other_wrap .other_list a img{
	display: block;
}
@media screen and (max-width:767px){
	.home .other_wrap .other_list{
		flex-wrap: wrap;
		gap: 1em;
	}
	.home .other_wrap .other_list .other_item{
		width: 100%;
	}
	.home .other_wrap .other_list a{
		width: 100%;
		padding: 1.25em 1.5em;
		aspect-ratio: unset;
		border-radius: 0.5rem;
		flex-direction: row;
		gap: 6%;
	}
	.home .other_wrap .other_list a:before{
		width: 30px;
		height: 30px;
		border-radius: 100% 0 .5rem 0;
	}
	.home .other_wrap .other_list a:after{
		font-size: 0.65rem;
	}
	.home .other_wrap .other_list a img{
		width: 48px;
	}
	.home .other_wrap .other_list a span{
		text-align: left;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: calc(94% - 50px);
		
	}
}
.home .recruit_wrap {
	padding: 4em 2% 13em;
	position: relative;
	z-index: 0;
}
.home .recruit_wrap .sitewrap{
	width: 1200px;
	max-width: 1200px;
	text-align: center;
	
}
.home .recruit_wrap .recuit_inner{
	padding: 0;
}
.home .recruit_wrap .recruit_area{
	background: url(../img/top/img_recruit01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	border: 4px solid#fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
	aspect-ratio: 1200 / 438;
	min-height: 438px;
	border-radius: 1.5em;
	overflow: hidden;
	position: relative;
	z-index: 0;
	max-width: 100%;
}
.home .recruit_wrap .recruit_area::before{
	position: absolute;
	z-index: -1;
	display: inline-block;
	content: "";
	margin: auto;
	aspect-ratio: 1/1;
	width: 460px;
	height: 110%;
	background-image: linear-gradient(0deg,  rgb(255 84 79),rgb(250 209 42));
	border-radius: 50%;
	inset: -5% auto auto calc(50% - 230px);
}
.home .recruit_wrap .text_area{
	position: relative;
	z-index: 0;
	border-radius: 50%;
	width: 26em;
	height: 100%;
	margin: auto;
	padding-block: 2.5em;
	color: #fff;
}
.home .recruit_wrap .text_area .lang-set.ttl-set {
	color: #fff ;
}
.home .recruit_wrap .text_area .lang-set.ttl-set p {
	color: #fff;
}
.home .recruit_wrap .text_area .recruit_lead {
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 0.5em;
	letter-spacing: 1px;
}
.home .recruit_wrap .text_area .recruit_text {
	font-size: 0.875rem;
	line-height: 1.8;
	white-space: nowrap;
}
.home .recruit_wrap .text_area .img {
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 0.5em 0 auto;
}
.home .recruit_wrap .text_area .common_btn.white {
	text-align: center;
}
.home .recruit_wrap .text_area .common_btn.white a {
	margin-inline: auto;
}
.home .recruit_wrap .bg_item{
	margin: auto;
	position: absolute;
	z-index: -1;
	inset: auto  calc(50% - 1000px)  -10% auto;
}
@media screen and (max-width:1240px){
	.home .recruit_wrap .sitewrap{
		width: auto;
		min-width: unset;
		max-width: unset;
	}
}
@media screen and (max-width:1130px){
	.home .recruit_wrap .text_area{
		width: 32em;
	}
	.home .recruit_wrap .recruit_area::before{
		width: 500px;
		height: 120%;
		inset: -10% auto auto calc(50% - 250px);
	}
}
@media screen and (max-width:767px){
	.home .recruit_wrap {
		padding: 3em 15px 11em;
		position: relative;
		z-index: 0;
	}
	.home .recruit_wrap .recruit_area{
		background: url(../img/top/img_recruit01_sp.jpg) no-repeat;
		background-size: contain;
		background-position: bottom;
		border: 3px solid#fff;
		border-radius: 1em;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		overflow: visible;
		aspect-ratio: unset;
		min-height: unset;
		padding-bottom: 6em;
	}
	.home .recruit_wrap .recruit_area::before{
		margin: auto;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(0deg,  rgb(255 91 78) 40%,rgb(250 209 42));
		border-radius: 0.8em 0.8em 0 0;
		inset: 0 0 auto;
		clip-path: ellipse(110% 70% at 50% 0);
	}
	.home .recruit_wrap .text_area{
		width: auto;
		height: auto;
		padding-block: 1.5em;
	}
	.home .recruit_wrap .text_area .lang-set.ttl-set {
		margin-bottom: 0.5em;
	}
	.home .recruit_wrap .text_area .recruit_lead {
		font-size: 1.2rem;
		margin-bottom: 0.5em;
		letter-spacing: 1px;
	}
	.home .recruit_wrap .text_area .img {
		inset: 0.5em 0 auto;
		max-width: 77%;
		padding-right: 0.5em;
	}
	.home .recruit_wrap .bg_item{
		inset: auto  calc(50% - 600px) 0% auto;
	}
}

.home .contact_wrap {
	background: #f8f5f0;
	margin-bottom: -9em;
	position: relative;
	z-index: 1;
	padding-inline: 4%;
}
.home .contact_wrap .sitewrap{
	max-width: 1100px;
	width: 100%;
	min-width: unset;
}
.home .contact_inner{
	background-image: linear-gradient(90deg, rgb(28 162 213), rgb(133 220 227));
	border-radius: 0.6em;
	filter: drop-shadow(2px 2px 5px rgb(134 221 227 / 34%));
	padding: 4em 3em 4em;
	transform: translateY(-9em);
}
.home .contact_wrap .col_area{
	max-width: 880px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
.home .contact_wrap .text_area {
	color: #fff;
}
.home .contact_wrap .text_area .lang-set.ttl-set p {
	color: #fff;
}
.home .contact_wrap .text_area .contact_text {
	font-weight: 500;
	word-break: auto-phrase;
}
@media screen and (max-width:767px){
	.home .contact_wrap {
		margin-bottom: -8em;
		padding-inline: 15px;
	}
	.home .contact_inner{
		background-image: linear-gradient(180deg, rgb(28 162 213), rgb(133 220 227));
		padding: 3em 1em 2em;
		transform: translateY(-8em);
	}
	.home .contact_wrap .text_area .lang-set.ttl-set{
		text-align: center;
	}
	.home .contact_wrap .col_area{
		flex-direction: column;
		gap: 1em;
	}
	.home .contact_wrap .text_area .contact_text {
		text-align: center;
	}
}

/* recruit
-------------------------------------------------------------------*/
main.recruit strong{
	font-weight: 500 !important;
}
main.recruit .message_wrap{
	margin-bottom: 6em;
}
main.recruit .message_wrap .message_text{
	text-align: center;
}
main.recruit .num_wrap{
	margin-bottom: 6em;
}
main.recruit .num_wrap .num_list{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em 3%;
}
main.recruit .num_wrap .num_list .num_item{
	list-style: none;
	width: calc((100% - 6%) / 3);
}
main.recruit .num_wrap .num_list .num_item.wide{
	width: 100%;
}
@media screen and (max-width: 767px){
	main.recruit .message_wrap{
		margin-bottom: 4em;
	}
	main.recruit .num_wrap{
		margin-bottom: 3em;
	}
	main.recruit .num_wrap .num_list{
		gap: 0em 2%;
	}
	main.recruit .num_wrap .num_list .num_item{
		width: 49%;
	}
}
main.recruit .day_wrap{
	background: #f8f5f0;
	padding-block: 6em 1em;
}
main.recruit .day_wrap .day_subtitle{
	text-align: center;
	font-size: 1.125rem;
	margin-bottom: 4em;
}
main.recruit .day_wrap .day_col{
	display: flex;
	gap: 8%;
	margin-bottom: 6em;
}
main.recruit .day_wrap .img_area{
	width: 46%;
}
main.recruit .day_wrap .text_area{
	width: 46%;
}
main.recruit .day_wrap .text_area .day_lead{
	font-size: 1.75rem;
	font-weight: 400;
	color: var(--key);
}
main.recruit .day_wrap .text_area .day_text{
	font-size: 1.125rem;
	font-weight: normal; 
}
main.recruit .day_wrap .flow_lead{
	font-size: 1.75rem;
	color: var(--key);
}
main.recruit .day_wrap .flow_area{
	margin: 0 auto 2em;
	max-width: 1000px;
}
main.recruit .day_wrap .flow_area .flow_item{
	padding-left: 3em;
	position: relative;
	z-index: 0;
	padding-bottom: 1em;
}
main.recruit .day_wrap .flow_area .flow_item::after{
	position: absolute;
	display: block;
	z-index: 0;
	content: "";
	width: 34px;
	height: 34px;
	background: #f5c1d0;
	border-radius: 50%;
	inset: 0.75em auto auto -7px; 
	border: 7px solid #f8f5f0;
}
main.recruit .day_wrap .flow_area.area02 .flow_item::after{
	background: #92e5e9;
}
main.recruit .day_wrap .flow_area .flow_item:not(.last)::before{
	position: absolute;
	display: block;
	z-index: 0;
	content: "";
	width: 5px;
	height: 100%;
	background: #d6d6d6;
	inset: 1em 0.5em auto; 
}
main.recruit .day_wrap .flow_area .flow_item .flow_time{
	font-size: 1.75rem;
	color: #e64476;
	margin-bottom: 0;
}
main.recruit .day_wrap .flow_area.area02 .flow_item .flow_time{
	color: var(--key);
}
main.recruit .day_wrap .flow_area .flow_item .flow_text{
	background: #fff; 
	padding: 2em 3em 1em;
	max-width: 890px;
}
main.recruit .day_wrap .flow_area .flow_item .flow_text .item_ttl{
	padding: 0;
	color: #e64476;
	margin-bottom: 0.5em;
	font-weight: 500;
}
main.recruit .day_wrap .flow_area.area02 .flow_item .flow_text .item_ttl{
	color: var(--key);	
}
main.recruit .day_wrap .flow_area .flow_item .flow_text .item_text em{
	font-weight: 600;
}
main.recruit .day_wrap .att_area{
	background: #ffeff4;
	border-radius: 0.75rem;
	padding: 2.5em 2em 1.5em;
	margin-bottom: 5em;
	text-align: center;
	margin-inline: auto;
	max-width: 1000px;
}
main.recruit .day_wrap .att_area.area02{
	background: #edfbff;	
}
main.recruit .day_wrap .att_area .att_lead{
	font-size: 1.75rem;
	font-weight: 400;
	color: #e64476;
}
main.recruit .day_wrap .att_area.area02 .att_lead{
	color: var(--key);	
}
main.recruit .day_wrap .att_area .att_text em{
	font-weight: 600;
}
@media screen and (max-width: 767px){
	main.recruit .day_wrap{
		padding-block: 3em 0.5em;
	}
	main.recruit .day_wrap .day_subtitle{
		margin-bottom: 2em;
	}
	main.recruit .day_wrap .day_col{
		gap: 1em;
		margin-bottom: 1em;
		flex-direction: column;
	}
	main.recruit .day_wrap .img_area{
		width: 80%;
		margin-inline:auto;
	}
	main.recruit .day_wrap .text_area{
		width: 100%;
	}
	main.recruit .day_wrap .text_area .day_lead{
		font-size: 1.5rem;
		margin-bottom: 0.5em;
	}
	main.recruit .day_wrap .text_area .day_text{
		font-size: 1rem;
	}
	main.recruit .day_wrap .flow_lead{
		font-size: 1.35rem;
	}
	main.recruit .day_wrap .flow_area .flow_item{
		padding-left: 2em;
	}
	main.recruit .day_wrap .flow_area .flow_item::after{
		width: 28px;
		height: 28px;
		inset: 0.5em auto auto -8px; 
		border: 6px solid #f8f5f0;
	}
	main.recruit .day_wrap .flow_area .flow_item:not(.last)::before{
		width: 4px;
		inset: 1em 0.25em auto; 
	}
	main.recruit .day_wrap .flow_area .flow_item .flow_time{
		font-size: 1.5rem;
	}
	main.recruit .day_wrap .flow_area .flow_item .flow_text{
		padding: 1.5em 1.5em 0.5em;
	}
	main.recruit .day_wrap .flow_area .flow_item .flow_text .item_ttl{
		font-size: 1.25rem;
	}
	main.recruit .day_wrap .att_area{
		padding: 1.5em 1.5em 1em;
		margin-bottom: 3em;
		text-align: left;
	}
	main.recruit .day_wrap .att_area .att_lead{
		font-size: 1.5rem;
		margin-bottom: 0.25em;
	}
}
main.recruit .interview_wrap{
	padding: 6em 0 3em;
}
main.recruit .interview_wrap .interview_lead{
	font-size: 1.75rem;
	font-weight: 500;
	text-align: center;
	color: var(--key);
}
main.recruit .interview_wrap .interview_text{
	text-align: center;
	margin-bottom: 3em;
}
main.recruit .interview_wrap .interview_list{
	display: flex;
	flex-wrap: wrap;
	gap: 2em 3%;
	padding: 0;
}
main.recruit .interview_wrap .interview_list .interview_item{
	list-style: none;
	width: calc(91% / 4);
}
main.recruit .interview_wrap .interview_list .interview_item a{
	text-decoration: none;
}
main.recruit .interview_wrap .interview_list .interview_item .img_area{
  border-radius: 0.5em;
  overflow: hidden;
  aspect-ratio: 250 / 168;
  margin-bottom: 0.5em;
}
main.recruit .interview_wrap .interview_list .interview_item .img_area img{
	object-fit: cover;
	width: 100%;
	transition: transform 0.3s;  
}
@media (any-hover: hover) {
	main.recruit .interview_wrap .interview_list .interview_item a:hover .img_area img{
		transform: scale(1.03);
	}
}
main.recruit .interview_wrap .interview_list .interview_item .interview_name{
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.25em;
}
main.recruit .interview_wrap .interview_list .interview_item .item_text{
	color: #a7a7a7;
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
	main.recruit .interview_wrap{
		padding: 3em 0 2em;
	}
	main.recruit .interview_wrap .interview_lead{
		font-size: 1.25rem;
	}
	main.recruit .interview_wrap .interview_text{
		margin-bottom: 2em;
	}
	main.recruit .interview_wrap .interview_list{
		gap: 1em 4%;
		padding: 0;
	}
	main.recruit .interview_wrap .interview_list .interview_item{
		list-style: none;
		width: 48%;
	}
}
main.recruit .detail_wrap{
	background: #f8f5f0;
	padding-block: 4em;
	position: relative;
	z-index: 0;
}
main.recruit .detail_wrap .detail_lead{
	text-align: center;
}
main.recruit .detail_wrap .tab_change{
	position:relative;
	z-index: 0;
}
main.recruit .detail_wrap .tab_change>input[type="radio"] {
	position: absolute;
	z-index: -100;
	width: 0;
	top: 0;
	left: 0;
}
main.recruit .detail_wrap .tab_change>input[type="radio"]~.tab_views .tab_content {
	position: relative;
	z-index: -10;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .4s;
}
main.recruit .detail_wrap .tab_change>input[id$="01"]:checked~.tab_views *[class$="01"],
main.recruit .detail_wrap .tab_change>input[id$="02"]:checked~.tab_views *[class$="02"],
main.recruit .detail_wrap .tab_change>input[id$="03"]:checked~.tab_views *[class$="03"] {
	z-index: 10;
	max-height: 100%;
	overflow: visible;
	opacity: 1;
}
main.recruit .detail_wrap .tab_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 820px;
	padding: 0 0 2em;
	gap: 0.5em 2%;
	margin: 2em auto 1em;
}
main.recruit .detail_wrap .tab_list li {
	list-style-type: none;
	width: calc(96% / 3);
}
main.recruit .detail_wrap .tab_list li label{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 1em;
	z-index: 100;
	font-size: 1rem;
	border-radius: 0.5em;
	font-weight: 600;
}
main.recruit .detail_wrap .tab_list li label[for="tab_01"] {
	border: 1px solid;
}
main.recruit .detail_wrap .tab_list li label[for="tab_02"] {
	background: #f5c1d0;
}
main.recruit .detail_wrap .tab_list li label[for="tab_03"] {
	background: #92e5e9;
}
main.recruit .detail_wrap .detail_list{
	display: flex;
	flex-wrap: wrap;
	gap: 2em 4%;
	padding: 2em 0 0;
	border-top: 4px dotted #acabaa;
}
main.recruit .detail_wrap .detail_list .detail_item{
	list-style: none;
	width: calc(91% / 3);
}
main.recruit .detail_wrap .detail_list .detail_item a{
	text-decoration: none;
}
main.recruit .detail_wrap .detail_list .detail_item .img_area{
  border-radius: 0.5em;
  overflow: hidden;
  aspect-ratio: 250 / 168;
  margin-bottom: 0.5em;
}
main.recruit .detail_wrap .detail_list .detail_item .img_area img{
	object-fit: cover;
	width: 100%;
	transition: transform 0.3s;  
}
@media (any-hover: hover) {
	main.recruit .detail_wrap .detail_list .detail_item a:hover .img_area img{
		transform: scale(1.03);
	}
}
main.recruit .detail_wrap .detail_list .detail_item .detail_cat{
	margin-bottom: 0.5em;
}
main.recruit .detail_wrap .detail_list .detail_item .detail_cat span{
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 2em;
	padding: 0.1em 1em;
}
main.recruit .detail_wrap .detail_list .detail_item .detail_cat .detail_childcare{
	background: #f5c1d0;
}
main.recruit .detail_wrap .detail_list .detail_item .detail_cat .detail_nursing{
	background: #92e5e9;
}
main.recruit .detail_wrap .detail_list .detail_item .detail_name{
	font-weight: 500;
	font-size: 1.125rem;
	margin: 0;
}
@media screen and (max-width: 767px){
	main.recruit .detail_wrap{
		padding-block: 3em 1em;
	}
	main.recruit .detail_wrap .tab_list {
		margin: 1em auto 1em;
		padding-bottom: 1em;
	}
	main.recruit .detail_wrap .detail_list{
		padding: 1em 0 0;
		border-top: 3px dotted #acabaa ;
	}
	main.recruit .detail_wrap .detail_list .detail_item{
		width: 48%;
	}	
}
main.recruit .last_wrap{
	padding-block: 4em 6em;
	padding-inline: 2%;
}
main.recruit .last_wrap .last_inner{
	background: #ecf6f9;
	margin-inline: auto;
	max-width: 900px;
	font-size: 1.125rem;
	text-align: center;
	padding: 3em 2em 2em;
	border-radius: 0.75em;
}
@media screen and (max-width: 767px){
	main.recruit .last_wrap{
		padding-block: 3em 3em;
		padding-inline: 15px;
	}
	main.recruit .last_wrap .last_inner{
		padding: 2em 1em 1em;
	}	
}
