@charset "UTF-8";
* {
	box-sizing: border-box;
	overflow-wrap: break-word
}

:root {
	/*color*/
	--main_color: #000;
	--sub_color: ;
	--accent_color: #fe647d;
	--gradation_color: linear-gradient(0deg, #eee, #fff);
}

/*--- base ---*/
html { 
	font-size: 62.5%; width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	font-family: Noto Serif JP, serif;
	background: #fff;
	font-size: clamp(1.2rem, 1.012rem + 0.94vw, 1.6rem);
	line-height: 1.6;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
	text-autospace: normal; /* 和文中の英数字に余白 */
}
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(../img/recruit/recruit_bg.webp) no-repeat;
	background-size: cover;
}
img { width: 100%;	vertical-align:top;}
a {
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	color: var(--main_color);
}
/* base */
section {
	padding: 50px 0;
}
section:nth-child(odd) {
	background: rgba(255, 255, 255, .75);
	backdrop-filter: blur(2px);
}
.section_inner {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
}
h2 {
	position: relative;
	color: #ffffff;
	font-size: clamp(2rem, 3.5vw + 1rem, 3rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	letter-spacing: .1em;
	min-width: 10em;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	border-top: 4px double #ffffff;
	border-bottom: 4px double #ffffff;
	background: linear-gradient(90deg, transparent 0%, var(--main_color) 20%, var(--main_color) 80%,transparent 100%);
	z-index: 0;
}
h2 span{
	letter-spacing: 0.2em;
	font-size: 0.4em;
	display: block;
}
h2>img {
	max-width: 640px
}
.txtL{
	font-size: clamp(1.4rem, 1.036rem + 1.82vw, 2.4rem);
}
.txtB{
	font-weight: 700;
}
.text-orange {
	color: #ff9600
}
.text-red {
	color: var(--accent_color);
}
.m10  { margin: 10px; } .mt10 { margin-top: 10px; } .mr10 { margin-right: 10px; } .mb10 { margin-bottom: 10px; } .ml10 { margin-left: 10px; }
.m15  { margin: 15px; } .mt15 { margin-top: 15px; } .mr15 { margin-right: 15px; } .mb15 { margin-bottom: 15px; } .ml15 { margin-left: 15px; }
.m20  { margin: 20px; } .mt20 { margin-top: 20px; } .mr20 { margin-right: 20px; } .mb20 { margin-bottom: 20px; } .ml20 { margin-left: 20px; }
.m25  { margin: 25px; } .mt25 { margin-top: 25px; } .mr25 { margin-right: 25px; } .mb25 { margin-bottom: 25px; } .ml25 { margin-left: 25px; }
.m30  { margin: 30px; } .mt30 { margin-top: 30px; } .mr30 { margin-right: 30px; } .mb30 { margin-bottom: 30px; } .ml30 { margin-left: 30px; }
.m35  { margin: 35px; } .mt35 { margin-top: 35px; } .mr35 { margin-right: 35px; } .mb35 { margin-bottom: 35px; } .ml35 { margin-left: 35px; }
.m40  { margin: 40px; } .mt40 { margin-top: 40px; } .mr40 { margin-right: 40px; } .mb40 { margin-bottom: 40px; } .ml40 { margin-left: 40px; }
.m45  { margin: 45px; } .mt45 { margin-top: 45px; } .mr45 { margin-right: 45px; } .mb45 { margin-bottom: 45px; } .ml45 { margin-left: 45px; }
.m50  { margin: 50px; } .mt50 { margin-top: 50px; } .mr50 { margin-right: 50px; } .mb50 { margin-bottom: 50px; } .ml50 { margin-left: 50px; }
.p10  { padding: 10px; } .pt10 { padding-top: 10px; } .pr10 { padding-right: 10px; } .pb10 { padding-bottom: 10px; } .pl10 { padding-left: 10px; }
.p15  { padding: 15px; } .pt15 { padding-top: 15px; } .pr15 { padding-right: 15px; } .pb15 { padding-bottom: 15px; } .pl15 { padding-left: 15px; }
.p20  {padding: 20px;} .pt20 { padding-top: 20px; } .pr20 { padding-right: 20px; } .pb20 { padding-bottom: 20px; } .pl20 { padding-left: 20px; }
.p25  { padding: 25px; } .pt25 { padding-top: 25px; } .pr25 { padding-right: 25px; } .pb25 { padding-bottom: 25px; } .pl25 { padding-left: 25px; }
.p30  { padding: 30px; } .pt30 { padding-top: 30px; } .pr30 { padding-right: 30px; } .pb30 { padding-bottom: 30px; } .pl30 { padding-left: 30px; }
.p35  { padding: 35px; } .pt35 { padding-top: 35px; } .pr35 { padding-right: 35px; } .pb35 { padding-bottom: 35px; } .pl35 { padding-left: 35px; }
.p40  { padding: 40px; } .pt40 { padding-top: 40px; } .pr40 { padding-right: 40px; } .pb40 { padding-bottom: 40px; } .pl40 { padding-left: 40px; }
.p45  { padding: 45px; } .pt45 { padding-top: 45px; } .pr45 { padding-right: 45px; } .pb45 { padding-bottom: 45px; } .pl45 { padding-left: 45px; }
.p50  { padding: 50px; } .pt50 { padding-top: 50px; } .pr50 { padding-right: 50px; } .pb50 { padding-bottom: 50px; } .pl50 { padding-left: 50px; }
/* flexbox */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
  }
.flex_harf{
	width: 50%;
}
.flex_inner50-100 {
	width: 50%
}
.ai_center {
	align-items: center;
}
.ai_end {
	align-items: flex-end
}
/* SP style */
@media print, screen and (max-width:767px) {
}
/* PC style */
@media print, screen and (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* header */
header{
	background:none;
	position: relative;
	z-index: 999;
}
.rec_mv{
	position: absolute;
	right: 0;
	bottom: 0;
}
h1.rec_logo{
	max-width: 250px;
	height: auto;
	font-size: 0;
	margin-right: 30px;
}
h1 span{
	display: block;
	width: 10vw;
	position: absolute;
	left: 5vw;
	top: 5vh;
	z-index: 5;
}
#sp_header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 56px;
	z-index: 2;
	background: #fff;
	z-index: 9999;
	justify-content: flex-end;
	align-items: center;
}
.mv {
	background: url(../img/recruit/recruit_mv_bg.webp) no-repeat;
	background-size: cover;
}
/* SP style */
@media print, screen and (max-width:767px) {
	.pc_view { display: none}
	.sp_view {display: block}
	header{
		height: auto;
		background: #e9e2e9;
	}
	header > img {
		padding-top: 60px;
	}
	h1.rec_logo {
		position: fixed;
		top: 0;
		left: 60px;
		z-index: 99999;
	}
	h1.rec_logo img {
		width: auto;
		height: 50px;
		padding: 5px;
	}
	.section_inner {
		padding: 50px 10px;
	}
	.recruitpage h2 {
		font-size: 2rem;
		margin-bottom: 25px
	}
	.flex_inner50-100 {
		width: 100%
	}
	h1 span{
		width: 16vw;
		left: 3vw;
	}
	.rec_logo:after{
		border-width: 55vh 28vw 0 0;
	}
	#spMenu {
		background: var(--main_color);
		position: fixed;
		top: 0;
		left: 0;
		width: 56px;
		height: 56px;
		z-index: 10000;
	}
	#spMenu span {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 70%;
		height: 2px;
		background: #fff;
		transition: all .4s;
	  }
	  #spMenu span:nth-of-type(1) {
		top: 15px;
	  }
	  #spMenu span:nth-of-type(2) {
		top: 27px;
	  }
	  #spMenu span:nth-of-type(3) {
		bottom: 15px;
	  }
	  #spMenu.active {
		background: var(--main_color);
	  }
	  #spMenu.active span:nth-of-type(1) {
		transform: translateY(12px) rotate(-315deg);
	  }
	  #spMenu.active span:nth-of-type(2) {
		opacity: 0;
	  }
	  #spMenu.active span:nth-of-type(3) {
		transform: translateY(-12px) rotate(315deg);
	  }
	#sp_header-logo{
		height: auto;
		width: 200px;
		padding-left: 60px;
		font-size: 0;
	}
	figure{
		margin-top: 56px;
	}
	#header_globalnavi {
		display: none;
		position: fixed;
		top: 54px;
		left: 0;
		right: 0;
		bottom: 45px;
		background: rgba(255,255,255,.9);
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		z-index: 999;
	}
	#header_globalnavi ul {
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
	#header_globalnavi ul li + li {
		margin-top: 25px;
	}
	#header_globalnavi ul li a {
		display: block;
		font-size: 2.2rem;
		text-align: center;
	}
	#header_globalnavi ul li a span {
		display: block;
		font-size: .5em;
		margin-top: 5px;
	}
	#sp_header ul{
	}
	#sp_header ul li {
		list-style: none;
		border-right: solid 1px var(--main_color);
		text-align: center;
		padding: 0px 5px;
	}
	#sp_header ul li:last-child {
		border-right: none;
	}
	#sp_header .btn{
		display: block;
		background-size: contain;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 auto;
	}
	#sp_header li a i {
		color: var(--main_color);
		display: block;
		font-size: 4rem;
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
	.pc_view {display: block}
	.sp_view {display: none}
	.section_inner {
		padding: 50px 10px;
	}
	/*--- header ---*/
	#spMenu {
		display: none;
	}
	header > img {
		padding-top: 80px;
	}
	.header_inner {
		position: fixed;
		top: 0;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 80px;
		background: rgb(255 255 255 / 90%);
		backdrop-filter: blur(8px);
		box-shadow: 0 0 20px rgba(0,0,0,.5);
	}
	.header_inner nav ul li a {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		font-size: .8em;
		height: 80px;
		padding: 0 10px;
	}
	#header_nav ul li a span {
		display: block;
		font-size: .8em;
		line-height: 1.25;
	}
	#header_nav ul li a:hover {
		color: #699bd7;
	}
	#sp_header{
		display: none;
	}
	.globalnavi {
		overflow: hidden;
		max-width: 800px;
		z-index: 1;
	}
	.globalnavi ul {
	}
	.globalnavi li {
		height: 80px;
		text-align: center;
	}
	.globalnavi li + li {
		border-left: 1px solid #ddd;
	}
	.globalnavi li a {
		width: 100%;
		height: 80px;
		color: var(--main_color);
		line-height: 1.5;
		transition: .25s;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.globalnavi li a > span.flex {
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.globalnavi li a span.serif {
		display: block;
		font-size: 1em;
	}
	.globalnavi li a:hover {
		color: #FFF;
		background: var(--main_color);
	}
	.mv figure{
		margin-top: 80px;
	}
	.mv figure img {
		display: block;
		margin: 0 auto;
		width: 50%;
		max-width: 1000px;
	}
}

/*footer*/
footer {
	text-align: center;
}
.copyright {
	font-size: 1.4rem;
}

/*rec_slider*/
#rec_slider .section_inner {
	padding: 0;
}

/*reward*/
#reward {
}
#reward .section_inner > div {
	position: relative;
}
.salary_wrapper {
	max-width: 600px;
	margin: 0 auto 20px;
	border: 4px double #000;
	border-radius: 15px;
}
.salary_price {
	flex-wrap: nowrap;
	justify-content: space-between;
}
.salary_price span {
	font-size: .6em;
}
.salary_price dt {
	width: 5em;
	text-align: right;
}
.salary_price dd {
	width: calc(100% - 5em);
	margin-left: .5em;
	text-align: right;
}
.reward_txt {
	text-align: center;
}
.reward_txt p {
	line-height: 2;
	width: fit-content;
	margin: 0 auto;
}
.reward_txt p + p {
	border: 1px solid;
	padding: 20px;
	margin: 20px auto;
	line-height: 1.5;
}
.reward_txt .red {
	display: inline-block;
	color: #fc0000;
	font-weight: bold;
	font-size: 1.2em;
}
.reward_txt ul {
	width: fit-content;
	margin: 30px auto;
}
.reward_txt ul li {
	color: var(--accent_color);;
	text-align: left;
	padding: 0 20px;
	border-bottom: 2px solid;
}
.reward_txt ul li + li {
	margin-top: 10px;
}
/* SP style */
@media print, screen and (max-width:767px) {
	#reward .section_inner > div:before {
		width: 130vw;
		height: 130vw;
		top: calc(50% - 65vw);
		left: calc(50% - 65vw);
	}
	.salary_wrapper {
		width: 94%;
		padding: 10px;
		margin-bottom: 30px;
	}
	.salary_price dt, .salary_price dd {
		font-size: 2.8rem;
	}
	.reward_txt p {
		font-size: 4vw;
	}
	.reward_txt ul li {
		font-size: 4vw;
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
	#reward .section_inner > div:before {
		width: 600px;
		height: 600px;
		top: calc(50% - 300px);
		left: calc(50% - 300px);
	}
	.salary_wrapper {
		padding: 40px;
		margin-bottom: 60px;
	}
	.salary_price dt, .salary_price dd {
		font-size: 5rem;
	}
	.reward_txt p {
		font-size: 1.2em;
	}
	.reward_txt ul li {
		font-size: 3rem;
	}
}

/*special_treatment*/
#special_treatment {
}
#special_treatment ul.treatment {
	margin: 0 auto;
}
#special_treatment ul.treatment li {
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	list-style: none;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	margin: 5px;
	border-radius: 15%;
	background: var(--accent_color);
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,.2));
	overflow: hidden;
}
.treatment li:nth-child(2) {animation-delay: .1s}
.treatment li:nth-child(3) {animation-delay: .2s}
.treatment li:nth-child(4) {animation-delay: .3s}
.treatment li:nth-child(5) {animation-delay: .4s}
.treatment li:nth-child(6) {animation-delay: .5s}
.treatment li:nth-child(7) {animation-delay: .6s}
.treatment li:nth-child(8) {animation-delay: .7s}
.treatment li:nth-child(9) {animation-delay: .8s}
.treatment li:nth-child(10) {animation-delay: .9s}
.treatment li:nth-child(11) {animation-delay: 1s}
.treatment li:nth-child(12) {animation-delay: 1.1s}
#special_treatment ul.treatment li img {
	width: 50%;
	filter: invert(1) drop-shadow(3px 3px 0 rgba(0,0,0,.25));
	margin-bottom: 5px;
}
#special_treatment ul.treatment li span {
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
}
/* SP style */
@media print, screen and (max-width:767px) {
	/*special_treatment*/
	#special_treatment ul.treatment {
		max-width: 500px;
	}
	#special_treatment ul.treatment li{
		width: calc(100% / 3 - 10px);
	}
	#special_treatment ul.treatment li span {
		font-size: 1.2em;
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
	/*special_treatment*/
	#special_treatment ul li {
		width: calc(50% - 10px);
	}
	#special_treatment ul.treatment li {
		width: calc(100% / 5 - 10px);
	}
	#special_treatment ul.treatment li span {
		font-size: 1.25em;
	}
}

/*example*/
#example .section_inner {
}
.example_wrapper {
	margin: auto;
	justify-content: space-between;
}
.example_wrapper > div {
	position: relative;
	background: #fff;
	padding: 10px;
	box-shadow: inset 0 0 0 1px #000, 3px 3px 0 0 #000;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 20px;
}
.example_wrapper > div:nth-child(2) {animation-delay: .25s;}
.example_wrapper > div:nth-child(3) {animation-delay: .5s;}
.example_wrapper > div img {
	text-align: center;
	color: #699bd7;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.25;
	aspect-ratio: 1/1;
	transform: rotate(-5deg);
	filter: drop-shadow(4px 4px 2px rgba(50,0,0,.3));
}
.example_wrapper > div:nth-child(n+3) {
	margin-top: 10px;
}
.example_wrapper > div img {
	max-width: 200px;
	margin:0 auto 10px;
}
.example_wrapper > div:after {
	width: 180px;
	height: 180px;
}
.example_wrapper > div > div {
	width: 100%;
}
.example_wrapper h3 {
	text-align: center;
	color: var(--accent_color);;
	font-weight: bold;
	line-height: 1.2;
	font-size: 1.2em;
}
.example_wrapper h3 span {
	display: block;
	font-size: .8em;
	font-weight: bold;
	background: #FFF;
	width: 100%;
	border-radius: 15px;
	margin: 10px 0;
	padding: 3px 0;
	box-shadow: inset 0 0 0 1px var(--accent_color);;
}
#example dl {
	padding: 0 5px;
}
#example dl + dl {
	margin-top: 5px;
}
#example dl dt {
	width: 2.2em;
}
#example dl dd {
	width: calc(100% - 2.2em);
	text-align: right;
}
#example dl dd > div {
	justify-content: flex-end;
	align-items: center;
	width: fit-content;
	font-size: .6em;
	line-height: 1.25;
	text-align: right;
	position: relative;
	margin: 0 1em 0 auto;
}
#example dl dd > div:before,
#example dl dd > div:after {
	position: absolute;
	font-size: 2em;
}
#example dl dd > div:before {
	content: '（';
	left: -1em;
}
#example dl dd > div:after {
	content: '）';
	right: -1.1em;
}
#example dl dd > div span {
	display: inline-block;
	margin-right: .5em;
}
#example dl:last-of-type {
	align-items: flex-end;
	color: #FFF;
	background: var(--main_color);
	border-radius: 10px;
}
#example dl:last-of-type dd {
	font-weight: bold;
}
/* SP style */
@media print, screen and (max-width:767px) {
	#example dl {
		font-size: 1.2em;
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
	/*example*/
	.example_wrapper {
		max-width: 640px;
		margin: auto;
	}
	#example dl {
		font-size: 1.5em;
	}
}

/*COVID-19*/
#COVID-19 {
	padding: 1.2em .5em;
	background: #e0f0ff;
}
#COVID-19 img {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}
/* SP style */
@media print, screen and (max-width:767px) {
}
/* PC style */
@media print, screen and (min-width:768px) {
}




/*flow*/
#flow .section_inner {
	padding-bottom: 0;
}
#flow ul.flowlist {
	max-width: 800px;
	margin: 0 auto;
	counter-reset: number 0;
}
#flow ul.flowlist > li {
	position: relative;
	background: #FFF;
	border: 1px solid var(--accent_color);
	border-radius: 15px;
	padding-left: 60px;
}
#flow ul.flowlist > li:before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 100%;
	font-size: 2em;
	color: #fff;
	background: var(--accent_color);
	top: 0;
	left: 0;
	border-radius: 15px 0 0 15px;
	z-index: 1;
}
#flow ul.flowlist > li:not(:last-of-type) {
	margin-bottom: 30px;
}
#flow ul.flowlist > li:not(:last-child):after {
	content: "";
	position: absolute;
	border-top: 30px solid var(--accent_color);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	bottom: -30px;
	left: calc(50% - 30px);
}
#flow ul.flowlist > li .flow_img {
	position: relative;
	width: 250px;
	height: 250px;
}
#flow ul.flowlist > li div + div {
	width: calc(100% - 270px);
	margin-left: 20px
}
#flow ul.flowlist > li div + div h3 {
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
#flow ul.flowlist > li div + div p span {
	font-weight: bold;
}
#flow ul.flowlist > li .flow_img img {
	width: 100%;
	height: 100%;
}
#flow ul.flowlist_info li + li {
	margin-top: 20px;
}
.flowlist_info {
	margin: 20px auto;
}
.flowlist_info a {
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	color: #FFF;
	border-radius: 10px;
}
.flowlist_info a.tel {
	background: #333;
}
.flowlist_info a.line {
	background: #00CA41;
}
.flowlist_info a i {
	margin-right: 5px;
}
.flowlist_info a + a {
	margin-top: 10px;
}
/* SP style */
@media print, screen and (max-width:767px) {
	#flow ul.flowlist {
		margin: 0 10px;
	}
	#flow ul.flowlist > li .flow_img {
		width: 200px;
		height: 200px;
		margin: 0 auto
	}
	#flow ul.flowlist > li div + div {
		width: 100%;
		margin: 0
	}
	#flow ul.flowlist > li div + div h3 {
		text-align: center
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
}


/*--- access ---*/
#access .section_inner {
	max-width: 1000px;
}
.accesslist {
	max-width: 640px;
	margin: 0 auto;
}
.accesslist li {
	background: rgba(255,255,255,.8);
	border-radius: 20px;
	padding: 15px;
}
.accesslist li + li {
	margin-top: 30px;
}
.access_info {
	width: 100%;
	margin-bottom: 15px;
}
.access_info h3 {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: var(--accent_color);
}
.access_info p {
}

/* SP style */
@media print, screen and (max-width:767px) {
	.accesslist li {
		flex-direction: column;
	}
	.access_info h3 {
		line-height: 30px;
		margin-bottom: 10px;
		font-size: 1.5em;
		height: 30px;
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
	.accesslist li {
		flex-direction: row;
		justify-content: space-between;
	}
	.access_info h3 {
		line-height: 40px;
		margin-bottom: 10px;
		font-size: 1.5em;
		height: 40px;
	}
}


/*application*/
.application_wrap {
	margin: 0 auto
}
.application {
	margin: 0 auto;
	text-align: left;
}
.application>dt {
	justify-content: center;
}
.application>dd:last-of-type {
	padding-bottom: 0
}
.application .treatment li:before {
	content: '・';
}
.app_contact>dt {
	width: 5em;
	margin-bottom: 10px;
}
.app_contact>dd {
	width: calc(100% - 5em);
	margin-bottom: 10px;
}
.linkbannerrec {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}
.linkbannerrec a {
 display: inline-block;
 margin: 5px;
}
.linkbannerrec a img {
	width: fit-content;
	height: auto;
}

/* SP style */
@media print, screen and (max-width:767px) {
	.application {
		width: 100%;
	}
	.application>dt {
	border-bottom: 1px solid var(--main_color);
		}
	.application>dt,
	.application>dd {
		width: 100%;
		padding: .25em;
	}
	.application>dt:not(:first-of-type) {
		margin-top: 30px;
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
	.application {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}
	.application>dt {
		align-items: center;
		width: 8em;
		border-right: 1px solid var(--main_color);
	}
	.application>dd {
		width: calc(100% - 8em);
		padding: 0 1em;
	}
	.application>dt:not(:first-of-type),
	.application>dd:not(:first-of-type) {
		margin-top: 30px;
	}
}

/*FAQ*/
#acMenu {
	text-align: left;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto;
}
#acMenu dt {
	position: relative;
	align-items: center;
	color: var(--accent_color);;
	padding: 10px;
}
#acMenu dt span {
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 1.2em;
}
#acMenu dt span:before {
	content: 'Q';
	position: absolute;
	margin-right: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	line-height: 1;
	left: 0;
	top: 0;
}
#acMenu dd {
	position: relative;
	display: block;
	border-left: 1px solid #999;
	margin-left: 1.25em;
	padding: 5px 0 5px 10px;
}
#acMenu dd span {
	display: block;
	position: relative;
	padding-left: 30px;
}
#acMenu dd span:before {
	content: 'A';
	position: absolute;
	margin-right: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	text-align: right;
	line-height: 1;
	left: 0;
	top: 0;
}
/* SP style */
@media print, screen and (max-width:767px) {
	#acMenu dt {
	}
	#acMenu dd:not(:last-of-type) {
		margin-bottom: 20px;
	}
}
/* PC style */
@media print, screen and (min-width:768px) {
	#acMenu dt {
	}
	#acMenu dd:not(:last-of-type) {
		margin-bottom: 50px;
	}
}

/* recruit_comment */
#recruit_comment {
}
#recruit_comment div {
	text-align: center;
}
#recruit_comment div p {
	display: inline-block;
	line-height: 2;
}
/* SP style */
@media print, screen and (max-width:767px) {
}
/* PC style */
@media print, screen and (min-width:768px) {
	#recruit_comment div p {
		font-size: 1.2em;
		text-align: center;
	}
}

/*contact_btn*/
#contact_btn {
	width: 100%;
	padding: 0;
	text-align: center;
}
#contact_btn a {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
.line-wrap, .mail-wrap, .tel-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: calc(100% / 2 - 5px);
	font-size: 1.2rem;
	border-radius: 10px;
}
.line-id-text, .mailaddress-text, .tel-text {
	font-weight: 700;
}
.line-id-text {
	font-size: 2rem;
}
.mailaddress-text {
	font-size: 1.4rem;
}
.tel-text {
	font-size: 2.5rem
}
.tel-wrap {
	background: var(--main_color)
}
.line-wrap {
	background: #00b900
}
.mail-wrap {
	background: var(--main_color)
}
/********* SP *********/
@media print, screen and (max-width:767px) {
	.line-wrap, .mail-wrap, .tel-wrap {
		height: 100px;
	}
	.line-wrap i, .mail-wrap i, .tel-wrap i {
		display: block;
		font-size: 10vw
	}
	#contact_btn a {
		flex-direction: column;
	}
}
/********* PC *********/
@media screen and (min-width:769px) {
	.line-wrap, .mail-wrap, .tel-wrap {
		height: 150px;
	}
	#contact_btn a {
		font-size: 2.5rem;
	}
	.line-wrap i, .mail-wrap i, .tel-wrap i {
		margin-right: .25em;
	}
	.line-wrap img {
		width: 100px;
	}
}


@media screen and (min-width: 1000px) {
    .slider-area {
      overflow: hidden;
     }
    .slick-slide {
      max-width: 1000px;
    width: 100% !important;
    }
    .slick-current {
      max-width: 1000px;
      width: 100% !important;
      margin: auto;
  }
}

.animate__animated {
	opacity: 0;
}

/* 2025.8.8 電話番号追加 */
.telmodal {
	padding: 20px;
    max-width: 360px !important;
    padding: 10px !important;
}
.telmodal p {
	line-height: 2;
}
.telmodal i {
    font-size: 3rem;
    margin-right: 5px;
}
.telmodal a {
    font-size: 3rem;
}
.telmodal .telmodal_sub i {
	font-size: 2rem;
}
.telmodal .telmodal_sub a {
	font-size: 2rem;
}
#contact_btn .contact_btn_tel_sub {
	display: block;
	font-size: 0.8em;
}
.flowlist_tel_sub {
	font-size: 1.3em !important;
}
@media screen and (min-width:769px) {
	a[href="#tel_choice"] {
		pointer-events: none;
	}
}
