@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.KV]
/* [02.CONTENTS]
/* [03.COMPANY]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.KV]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
#k-visual {
	width: 100%;
	height: auto;
	position: relative;
	background: linear-gradient(180deg, rgba(216, 253, 255, 1), rgba(255, 240, 240, 1));
	position: relative;
}
#k-visual:before {
	content: "";
	background: url(../images/layouts/k-visual-before.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 113px;
	height: 90px;
	top: 0;
	left: 0;
	vertical-align: top;	
}
#k-visual:after {
	content: "";
	background: url(../images/layouts/k-visual-after.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 121px;
	height: 117px;
	top: 0;
	right: 0;
	vertical-align: top;	
}
#k-visual .wrap {
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 70px 20px 10px;
	margin: 0 auto;
}
.kv-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding-top: 40px;
	height: auto;
	position: relative;
}
.kv-inner .txt-box {
	order: 2;
	position: relative;
	z-index: 10;
	top: -80px;
	width: 100%;
	max-width: 580px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.kv-inner .txt-box .catch {
	margin-bottom: 30px;
}
.kv-inner .txt-box .conts {
	background: #fff;
	padding: 40px 30px 30px;
	border-radius: 30px;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.kv-inner .txt-box .conts ul {
	margin-bottom: 20px;
}
.kv-inner .txt-box .conts ul li {
	position: relative;
	font-weight: bold;
	font-size: 19px;
	line-height: 140%;
	margin-bottom: 10px;
	padding-left: 20px;
}
.kv-inner .txt-box .conts ul li:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #F88FB4;
	border-radius: 4px;
	top: 8px;
	left: 0;
	vertical-align: top;
}
.kv-inner .txt-box .conts .min-f {
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
}
.cv-btn {
	display: block;
	background: linear-gradient(90deg, rgba(157, 224, 65, 1), rgba(63, 193, 153, 1));
	padding: 20px 20px;
	border-radius: 20px;
	border: 2px solid #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.cv-btn .txt {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	line-height: 120%;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 10px;
}
.cv-btn .hosoku {
	display: inline-block;
	width: 190px;
	text-align: center;
	background: #fff;
	padding: 6px 10px;
	line-height: 100%;
	font-weight: bold;
	border-radius: 14px;
}
.kv-inner .img-box {
	order: 1;
	width: 100%;
	height: auto;
	position: relative;
}
.kv-inner .img-box .conts {
	width: 82%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.kv-inner img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.kv-inner .img-box:before {
	content: "";
	background: url(../images/layouts/kv-inner-before.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 228px;
	height: 154px;
	top: 0;
	left: 0;
	vertical-align: top;
}
.kv-inner .img-box:after {
	content: "";
	background: url(../images/layouts/kv-inner-after.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 146px;
	height: 119px;
	bottom: 20px;
	right: 0;
	vertical-align: top;
	z-index: 2;
}
@media (min-width:768px) {
	.kv-inner .txt-box .conts {
		padding: 50px;
	}
	.kv-inner .txt-box .conts .min-f {
		font-size: 30px;
	}
}
@media (min-width:1180px) { 
	#k-visual .wrap {
		padding: 0 40px 60px;
	}
	#k-visual:before {
		background: url(../images/layouts/k-visual-before-pc.webp) no-repeat;
		width: 203px;
		height: 162px;
	}
	#k-visual:after {
		background: url(../images/layouts/k-visual-after-pc.webp) no-repeat;
		width: 264px;
		height: 256px;	
	}
	.kv-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.kv-inner .txt-box {
		position: absolute;
		order: 1;
		width: 50%;
		margin: 0;
		padding-top: 170px;
	}
	.kv-inner .img-box {
		width: 58.4%;
		order: 1;
		margin: 0;
	}
	.kv-inner .img-box .conts {
		width: 100%;
		padding-top: 70px;
	}
	.kv-inner .txt-box .conts {
		padding: 40px;
	}
	.kv-inner .txt-box .conts .min-f {
		font-size: 24px;
	}
	.kv-inner .txt-box .catch {
		margin-bottom: 40px;
	}
	.cv-btn .txt {
		font-size: 24px;
		margin-bottom: 6px;
	}
	.kv-inner .img-box:before {
		background: url(../images/layouts/kv-inner-before-pc.webp) no-repeat;
		width: 747px;
		height: 352px;
		left: -60px;
	}
	.kv-inner .img-box:after {
		background: url(../images/layouts/kv-inner-after-pc.webp) no-repeat;
		width: 435px;
		height: 356px;
		bottom: -50px;
	}
}
.brd-ttl-box {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.brd-ttl-box:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #F88FB4;
	left: 0;
	right: 0;
	margin: 0 auto;
} 
.brd-ttl-box h2 {
	display: inline-block;
	font-size: 32px;
	line-height: 140%;
	position: relative;
	z-index: 1;
	padding: 0 40px;
	background: #FFF0F0;
}
.brd-ttl-box h2 .big {
	font-size: 42px;
}
.brd-ttl-box h2 .big.col {
	color: #F88FB4;
}
#merit {
	background: linear-gradient(180deg, rgba(255, 240, 240, 1), rgba(252, 248, 244, 1));
}
#merit .wrap {
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 0px 20px 80px;
	margin: 0 auto;
}
.merit-li {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.merit-li li {
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.merit-li li .icon-box {
	width: 32%;
}
.merit-li li .icon-box img {
	width: 100%;
	height: auto;
}
.merit-li li .txt-box {
	width: 63%;
}
.merit-li li .txt-box .sub {
	display: inline-block;
	padding: 7px 10px;
	background: #F88FB4;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	border-radius: 15px;
	margin-bottom: 6px;
}
.merit-li li .txt-box h3 {
	font-size: 18px;
	line-height: 140%;
}
.merit-conts {
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.merit-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 100%;
	}
	.merit-li li {
		width: 32%;
		padding: 30px 30px 50px;
		display: block;
	}
	.merit-li li .icon-box {
		width: 160px;
		margin: 0 auto 10px;
	}
	.merit-li li .txt-box {
		text-align: center;
		width: 100%;
	}
	.merit-li li .txt-box .sub {
		padding: 8px 25px;
		font-size: 14px;
		margin-bottom: 15px;
	}
}
@media (min-width:1180px) {
	#merit .wrap {
		padding: 90px 40px 80px;
	}
	.brd-ttl-box {
		margin-bottom: 60px;
	}
	.merit-li li {
		width: 31.7%;
	}
	.merit-li li .txt-box .sub {
		font-size: 18px;
	}
	.merit-li li .txt-box h3 {
		font-size: 26px;
	}
	.merit-conts {
		margin-bottom: 100px;
	}
}
.yourself-ttl-box {
	width: 100%;
	max-width: 580px;
	margin: 0 auto 20px;
}
.yourself-flx-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 0 20px;
}
.yourself-flx-img .img01 {
	width: 40%;
	padding-top: 30%;
	margin-right: 3%;
}
.yourself-flx-img .img02 {
	width: 50%;
}
.yourself-flx-img img {
	width: 100%;
	height: auto;
}
.yourself-ttl {
	position: relative;
	padding-top: 30px;
	margin-bottom: 40px;
}
.yourself-ttl .min-f {
	font-size: 50px;
	line-height: 140%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.yourself-ttl .min-f .sml {
	display: block;
	font-size: 30px;
	line-height: 140%;
}
.yourself-ttl .min-f .col {
	color: #F88FB4;
	display: block;
}
.yourself-ttl:before {
	content: "";
	background: url(../images/layouts/Be-yourself-txt-sp.svg) no-repeat center center;
	position: absolute;
	display: inline-block;
	width: 306px;
	height: 124px;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	vertical-align: top;
}
.yourself-ttl-box .dsp {
	font-size: 18px;
	line-height: 180%;
}
.voice-slide-conts.swiper {
	padding-bottom: 30px;
}
.voice-li {
	margin: 25px 25px 25px 15px;
}
.voice-li li {
	height: auto;
	padding: 30px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.voice-li li .img-box {
	width: 100%;
	max-width: 80px;
	margin: 0 auto 20px;
}
.voice-li li .img-box img {
	width: 100%;
	height: auto;
}
.voice-li li .min-f {
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 10px;
}
.voice-li li .job {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 20px;
	text-align: center;
}
.voice-li li .dsp {
	font-size: 15px;
}
.voice-slide-conts .swiper-horizontal>.swiper-pagination-bullets,
.voice-slide-conts .swiper-pagination-bullets.swiper-pagination-horizontal,
.voice-slide-conts .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: #F88FB5;
	margin: 0 5px !important;
}
.voice-bg {
	position: relative;
	padding-top: 20px;
}
.voice-bg:before {
	content: "";
	background: url(../images/layouts/voice-bg-before.webp) no-repeat center center;
	position: absolute;
	display: inline-block;
	width: 240px;
	height: 162px;
	top: 0;
	left: 0;
	vertical-align: top;
}
@media (min-width:1180px) {
	.yourself-ttl-box {
		position: relative;
		max-width: 100%;
		padding: 140px 0 0;
	}
	.yourself-ttl {
		padding-top: 0;
	}
	.yourself-flx-img .img01 {
		position: absolute;
		width: 170px;
		height: 170px;
		left: 30px;
		bottom: -30px;
		padding-top: 0;
	}
	.yourself-flx-img .img02 {
		position: absolute;
		width: 270px;
		height: 270px;
		right: 30px;
		top: 0;
	}
	.yourself-ttl .min-f {
		font-size: 70px;
	}
	.yourself-ttl .min-f .sml {
		font-size: 50px;
	}
	.yourself-ttl .min-f .col {
		display: inline-block;
	}
	.yourself-ttl-box .dsp {
		width: 520px;
		margin: 0 auto;
	}
	.voice-bg {
		width: 100%;
	}
	.voice-slide {
		width: 100%;
		max-width: 970px;
		margin: 0 auto;
	}
	.voice-slide-conts.swiper {
		padding: 30px;
	}
	.voice-li li {
		padding: 60px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.voice-li li .img-box {
		width: 15%;
		max-width: 110px;
		margin: 0;
	}
	.voice-li li .txt-box {
		width: 80%;
	}
	.voice-li li .txt-box .min-f {
		text-align: left;
		font-size: 28px;
		margin-bottom: 15px;
	}
	.voice-li li .txt-box .job {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: left;
	}
	.voice-bg:before {
		background: url(../images/layouts/voice-bg-before-pc.webp) no-repeat center center;
		width: 480px;
		height: 324px;
		top: 0;
		left: 0;
		vertical-align: top;
	}
	.voice-bg:after {
		content: "";
		background: url(../images/layouts/voice-bg-after-pc.webp) no-repeat center center;
		position: absolute;
		display: inline-block;
		width: 618px;
		height: 351px;
		bottom: -20px;
		right: 0;
		vertical-align: top;
	}
	.yourself-ttl:before {
		content: "";
		background: url(../images/layouts/Be-yourself-txt-pc.svg) no-repeat center center;
		width: 618px;
		height: 250px;
		top: -130px;
		left: 0;
		right: inherit;
		margin: 0;
		vertical-align: top;
	}
}
#difference {
	background: #FCF8F4;
}
#difference .wrap {
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 20px 20px 80px;
	margin: 0 auto;
}
.difference-ttl {
	font-size: 50px;
	line-height: 140%;
	margin-bottom: 60px;
	text-align: center;
}
.difference-ttl .col {
	color: #F88FB4;
}
.difference-li {
	max-width: 580px;
	margin: 0 auto;
}
.difference-li li {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.difference-li li .img-box {
	width: 100%;
	margin-bottom: 20px;
}
.difference-li li img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}
.difference-li li .txt-box {
	position: relative;
}
.difference-li li .txt-box:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 75px;
	top: 20px;
	left: 0;
	vertical-align: top;
}
.difference-li li .txt-box .ttl-wrap {
	padding-left: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.difference-li li .num {
	font-size: 70px;
	color: #F88FB5;
	line-height: 100%;
	display: block;
	margin-bottom: 10px;
}
.difference-li li .ttl {
	font-size: 32px;
	line-height: 140%;
}
.difference-li li .dsp {
	font-size: 18px;
	line-height: 180%;
}
@media (min-width:768px) {
	.difference-li li .ttl {
		font-size: 54px;
	}
}
@media (min-width:1180px) {
	#difference .wrap {
		padding: 20px 40px 120px;
	}
	.difference-ttl {
		font-size: 72px;
		margin-bottom: 70px;
	}
	.difference-li {
		max-width: 100%;
	}
	.difference-li li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
		margin-bottom: 80px;
	}
	.difference-li li .img-box {
		width: 38%;
	}
	.difference-li li .txt-box {
		width: 55%;
	}
	.difference-li li:nth-child(even) .img-box {
		order: 2;
	}
	.difference-li li:nth-child(even) .txt-box {
		order: 1;
	}
}
.cv-box {
	background: #fff;
	border-radius: 30px;
	border: 4px solid #F0DCE4;
	padding: 30px;
	max-width: 580px;
	margin: 0 auto;
}
.cv-box img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.cv-box .img-box {
	margin-bottom: 20px;
}
.cv-box .ttl {
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
.cv-box .ttl .col {
	color: #F88FB5;
	font-size: 32px;
}
.cv-box .dsp {
	margin-bottom: 20px;
}
.cv-box .cv-btn .txt {
	font-size: 21px;
}
@media (min-width:1180px) {
	.cv-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 60px;
	}
	.cv-box .img-box {
		width: 35.5%;
		margin-bottom: 0;
	}
	.cv-box .txt-box {
		width: 60%;
	}
	.cv-box .ttl {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.cv-box .ttl .col {
		font-size: 36px;
	}
	.cv-box .dsp {
		margin-bottom: 15px;
	}
	.cv-box .cv-btn .txt {
		font-size: 26px;
	}
}
#system {
	background: linear-gradient(180deg, rgba(252, 248, 244, 1), rgba(255, 240, 240, 1));
}
#system .wrap {
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 0px 20px 80px;
	margin: 0 auto;
}
.system-conts {
	margin-bottom: 80px;
}
.system-ttl-wrap {
	margin-bottom: 80px;
}
.system-ttl-wrap .min-f {
	font-size: 38px;
	text-align: center;
}
.system-ttl-wrap .min-f .col {
	color: #F88FB5;
}
.system-ttl-wrap .min-f .sml {
	font-size: 28px;
}
.system-li {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.system-li li {
	background: #fff;
	padding: 30px;
	border-radius: 30px;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
	position: relative;
}
.system-li li .num {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	background: #45C394;
	font-size: 30px;
	line-height: 58px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.system-li li img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}
.system-li li .img-box {
	margin-bottom: 20px;
}
.system-li li .ttl {
	text-align: center;
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 20px;
}
.system-li li .ttl .col {
	color: #F88FB5;
}
.award-wrap {
	background: #fff;
	padding: 30px;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.award-wrap .img-box {
	width: 150px;
	margin: 0 auto 20px;
}
.award-wrap .img-box img {
	width: 100%;
	height: auto;
}
.award-wrap .ttl {
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 10px;
}
@media (min-width:768px) {
	.system-ttl-wrap .min-f {
		font-size: 54px;
	}
	.system-ttl-wrap .min-f .sml {
		font-size: 38px;
	}
	.system-li li .ttl {
		font-size: 32px;
	}
}
@media (min-width:1180px) {
	#system .wrap {
		padding: 20px 40px 120px;
	}
	.system-conts {
		margin-bottom: 100px;
	}
	.system-ttl-wrap {
		position: relative;
	}
	.system-ttl-wrap:before {
		content: "";
		background: url(../images/layouts/icon-left.svg) no-repeat center center;
		position: absolute;
		display: inline-block;
		width: 69px;
		height: 55px;
		top: 50%;
		left: 6%;
		vertical-align: top;
	}
	.system-ttl-wrap:after {
		content: "";
		background: url(../images/layouts/icon-right.svg) no-repeat center center;
		position: absolute;
		display: inline-block;
		width: 69px;
		height: 55px;
		top: 50%;
		right: 6%;
		vertical-align: top;
	}
	.system-ttl-wrap .min-f {
		font-size: 70px;
	}
	.system-ttl-wrap .min-f .sml {
		font-size: 50px;
	}
	.system-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 100%;
		height: auto;
		margin-bottom: 60px;
	}
	.system-li li {
		width: 31.5%;
		padding: 40px;
		margin-bottom: 0;
	}
	.system-li li .num {
		top: -30px;
	}
	.system-li li .ttl {
		font-size: 22px;
	}
	.award-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		max-width: 100%;
	}
	.award-wrap .img-box {
		width: 14%;
		max-width: 150px;
		margin: 0;
	}
	.award-wrap .txt-box {
		width: 84%;
	}
	.award-wrap .ttl {
		font-size: 22px;
	}
}
.recruit-conts {
	margin-bottom: 80px;
}
.recruit-ttl {
	text-align: center;
	margin-bottom: 20px;
}
.recruit-ttl h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 140%;
	display: inline-block;
	padding: 0 10px 20px;
	border-bottom: 5px solid #F88FB5;
	position: relative;
}
.recruit-ttl h2:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	border-top: 28px solid #F88FB5;
	border-bottom: 0;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.recruit-slide-conts.swiper {
	padding: 20px 20px 70px;
}
.recruit-slide .swiper-button-prev:after,
.recruit-slide .swiper-rtl .swiper-button-next:after,
.recruit-slide .swiper-button-next:after,
.recruit-slide .swiper-rtl .swiper-button-prev:after {
	content: none;
}
.recruit-slide .swiper-button-next,
.recruit-slide .swiper-button-prev {
	width: 40px;
	height: 40px;
}
.recruit-slide .swiper-button-next img,
.recruit-slide .swiper-button-prev img {
	width: 100%;
	height: auto;
}
.recruit-slide .swiper-button-prev, 
.recruit-slide .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}
.recruit-slide .swiper-button-next,
.recruit-slide .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}
.recruit-li {
	width: 100%;
}
.recruit-li li {
	width: 100%;
	padding: 30px;
	border-radius: 30px;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.recruit-li li img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}
.recruit-li li .img-box {
	margin-bottom: 20px;
}
.recruit-li li .ttl {
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 5px;
}
.recruit-li li .salary {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.recruit-li li .salary .icon {
	display: inline-block;
	padding: 5px 8px;
	background: #47C495;
	line-height: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
}
.recruit-li li .salary .num {
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
}
.recruit-li li .salary .num .sml {
	font-size: 14px;
}
.recruit-li li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	width: 100%;
	height: auto;
}
.recruit-li li dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.recruit-li li dl dd {
	width: 30%;
	font-weight: bold;
}
.recruit-li li dl dt {
	width: 68%;
}
@media (min-width:768px) {
	.recruit-ttl h2 {
		font-size: 36px;
	}
	.recruit-li li {
		padding: 50px;
	}
	.recruit-li li .ttl {
		font-size: 24px;
	}
	.recruit-li li .salary .num {
		font-size: 26px;
	}
	.recruit-li li .salary .num .sml {
		font-size: 16px;
	}
}
@media (min-width:1180px) {
	.recruit-slide {
		width: 100%;
		max-width: 910px;
		margin: 0 auto;
	}
}
.facility-ttl {
	margin-bottom: 40px;
}
.facility-ttl .min-f {
	font-size: 48px;
	text-align: center;
	margin-bottom: 40px;
}
/* [CATE-NAV]
--------------------------------------------------------------------------*/
.facility-btn-wrap {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
.facility-li li.box {
	border-bottom: 1px solid #F88FB5;
}
.facility-li .ac_ttl {
	padding: 25px 30px;
	position: relative;
	background-color: #fff;
	transition: 0.6s ease-in-out;
}
.facility-li .ac_ttl .i_box {
	position: absolute;
	top: 38px;
	right: 22px;
	width: 22px;
	height: 22px;
	margin-top: -10px;
}
.facility-li .ac_ttl .i_box:before,
.facility-li .ac_ttl .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	vertical-align: middle;
}
.facility-li .ac_ttl .i_box:before {
	border-top: 2px solid #F88FB5;
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 7px;
}
.facility-li .ac_ttl .i_box:after {
	border-left: 2px solid #F88FB5;
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 16px;
	transition: .3s;
}
.facility-li .ac_ttl.open .i_box:after {
	height: 0;
}
.facility-li .ac_inner {
	display: none;
	padding: 30px 30px 25px;
	background: #fff;
}
.facility-li .ac_txt {
	font-size: 22px;
	width: 100%;
	font-weight: bold;
	padding-right: 40px;
}
.facility-li .ac_ttl.open .ac_txt {
	color: #F88FB5;
}
.facility-li .ac_inner .link {
	width: 100%;
	height: auto;
}
.facility-li .ac_inner .link li {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	line-height: 100%;
}
.facility-li .ac_inner .link li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.facility-li .ac_inner .link li .name {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
.facility-li .ac_inner .link li .btn-wrap {
	width: 100%;
}
.facility-li .ac_inner .link li .btn-wrap a.go {
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #F88FB5;
	border-radius: 25px;
	box-sizing: border-box;
	font-size: 14px;
	background: #fff;
}
@media (min-width:768px) {
	.facility-ttl .min-f {
		font-size: 52px;
	}
	.facility-li .ac_inner .link li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto;
	}
	.facility-li .ac_inner .link li .name {
		width: 65%;
		text-align: left;
		margin-bottom: 0;
	}
	.facility-li .ac_inner .link li .btn-wrap {
		width: 32%;
	}
	.facility-li .ac_inner .link li .btn-wrap a.go {
		width: 100%;

	}
}
@media (min-width:1180px) {
	.facility-ttl .min-f {
		font-size: 70px;
		margin-bottom: 60px;
	}
	.facility-ttl .dsp {
		max-width: 780px;
		margin: 0 auto;
	}
}
#support .wrap {
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 80px 20px;
	margin: 0 auto;
}
.support-ttl {
	position: relative;
	margin-bottom: 60px;
}
.support-ttl .min-f {
	font-size: 28px;
	line-height: 140%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.support-ttl .min-f span {
	color: #F890B6;
}
.support-ttl:before {
	content: "";
	background: url(../images/layouts/star-before.svg) no-repeat center center;
	position: absolute;
	display: inline-block;
	width: 47px;
	height: 45px;
	top: -20px;
	left: 0;
	vertical-align: top;
}
.support-ttl:after {
	content: "";
	background: url(../images/layouts/star-after.svg) no-repeat center center;
	position: absolute;
	display: inline-block;
	width: 47px;
	height: 45px;
	bottom: -30px;
	right: 0;
	vertical-align: top;
}
.support-box {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 60px;
}
.support-box .support-img {
	width: 100%;
	margin-bottom: 30px;
}
.support-box img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}
@media (min-width:768px) {
	.support-ttl .min-f {
		font-size: 50px;
		padding: 0 40px;
	}
	.support-box {
		max-width: 580px;
	}
}
@media (min-width:1180px) {
	#support .wrap {
		padding: 120px 40px;
	}
	.support-box {
		max-width: 740px;
	}
	.support-ttl:before {
		left: 100px;
	}
	.support-ttl:after {
		right: 100px;
	}
}
#contact .wrap {
	width: 100%;
	max-width: 980px;
	height: auto;
	padding: 0 20px 60px;
	margin: 0 auto;
}
.contact-ttl-wrap {
	margin-bottom: 40px;
}
.contact-ttl-wrap .min-f {
	font-size: 30px;
	text-align: center;
	line-height: 140%;
	margin-bottom: 40px;
}
.contact-ttl-wrap .txt {
	font-weight: bold;
	background: #FCF8F4;
	padding: 30px;
}
.recruit-site-info {
	background: #F7FCFB;
	padding: 30px;
	border-radius: 30px;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.recruit-site-info .col {
	font-size: 20px;
	line-height: 140%;
	font-weight:  bold;
	color: #009A7D;
	margin-bottom: 5px;
}
.recruit-site-info .big-ttl {
	font-size: 30px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 20px;	
}
.recruit-site-info a.link {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 18px 20px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #3C3C3C;
	border-radius: 35px;
	box-sizing: border-box;
	font-size: 18px;
	background: #fff;
}
#contact-conf-fin {
	padding-top: 120px;
}
@media (min-width:768px) {
	#contact .wrap {
		padding: 0 40px 100px;
	}
	.contact-ttl-wrap .min-f {
		font-size: 50px;
	}
	.recruit-site-info {
		padding: 50px;
	}
	.recruit-site-info .col {
		font-size: 22px;
	}
	.recruit-site-info .big-ttl {
		font-size: 34px;
	}
}


/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
