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

/*--- base ---*/
html { 
	font-size: 62.5%; width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	font-family: "Shippori Mincho", "Ibarra Real Nova", serif;
	background: #FFF;
	font-size: clamp(1.2rem, 1.018rem + 0.91vw, 1.6rem);
	line-height: 1.6;
	color: #333;
	letter-spacing: .05em;
}
body::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../img/recruit/rec_pc_bg.jpg') no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}
img { width: 100%;	vertical-align:top;}
a {
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	color: #333;
}
/* base */
section#point,
section#simulation{
}

section:nth-child(even) {
}
section:nth-child(odd) {
}
.section_inner {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
}
h2 {
	position: relative;
	font-size: clamp(1.4rem, 3.5vw + 1rem, 3.6rem);
	text-align: center;
	line-height: 1.25;
	letter-spacing: .25em;
	min-width: 10em;
	width: fit-content;
	margin: 0 auto;
	z-index: 0;
}
h2.mb30 {
	margin-bottom: 40px;
}
h2:after {
}
h2 span{
}
h2>img {
	width: 100%;
	max-width: 280px;
	margin: auto;
}
.mincho {
	font-family: 'Shippori Mincho', serif;
}
.txtL{
	font-size: clamp(1.4rem, 1.036rem + 1.82vw, 2.4rem);
}
.txtB{
	font-weight: 700;
}
.text-orange {
	color: #ff9600
}
.text-red {
	color: #e10000
}
.pink{
	color: #699bd7;
}
.dpink{
	color: #699bd7;
}
.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:1023px) {
}
/* PC style */
@media print, screen and (min-width:1024px) {
	/*a[href^="tel:"] {
		pointer-events: none;
	}*/
}

/* header */
header{
	background:none;
	position: relative;
	z-index: 999;
}
h1.rec_logo{
	margin-bottom: 24px;
	width: 100%;
	height: auto;
	font-size: 0;
}
h1 span{
	display: block;
	width: 10vw;
	position: absolute;
	left: 5vw;
	top: 5vh;
	z-index: 5;
}
.globalnavi ul li a {
	font-family: 'Shippori Mincho', serif;
}
#sp_header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 56px;
	z-index: 2;
	background: #FFF;
	z-index: 99;
	justify-content: flex-end;
	align-items: center;
}
.side_reserve{
	background: #7770881a;
}
.side_reserve h3{
	text-align: center;
	font-size: 1.8rem;
	padding: 0.5em 0;
}
.side_reserve > li{
	position: relative;
}
.header_inner nav ul.reserve_list li::before,
.footer_reserve ul.reserve_list li::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	/* right: 50%; */
	transform: translate(-50%, -50%);
	font-size: 4em;
	color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
	margin: auto;
}
.side_reserve .tel::before,
.footer_reserve .tel::before{
	content: "\f095";
}
.side_reserve .line::before,
.footer_reserve .line::before{
	font-family: "Font Awesome 6 Brands" !important;
	content: "\f3c0";
}
.side_reserve .mail::before,
.footer_reserve .mail::before{
	content: "\f0e0";
}
.header_inner nav ul.reserve_list,
.footer_reserve ul.reserve_list{
	flex-direction: row;
	justify-content: space-between;
	padding: 0 24px;
}
.header_inner nav ul.reserve_list li,
.footer_reserve ul.reserve_list li{
	position: relative;
	width: calc((100% / 3) - 16px);
}
.header_inner nav ul.reserve_list li a, .footer_reserve ul.reserve_list li a {
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #b064b0;
	color: #fff;
	display: flex;
	aspect-ratio: 1 / 1;
	border-radius: 25px;
}
.globalnavi ul.info{
	margin: 24px auto 16px;
}
.globalnavi ul.info li a{
	margin: auto;
	padding: 0.5em 1em;
	color: #fff;
	width: 80%;
	font-weight: 700;
	justify-content: center;
	background: #777088;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.pc_view { display: none}
	.sp_view {display: block}
	header{
		height: 56px;
		background: #e9e2e9;
	}
	header > img {
		padding-top: 60px;
	}
	h1.rec_logo {
		position: fixed;
		top: 8px;
		left: 60px;
		z-index: 999;
		width: fit-content;
	}
	h1.rec_logo a {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		height: 56px;
	}
	h1.rec_logo img {
		width: auto;
		height: 40px;
	}
	.section_inner {
		padding: 30px 10px;
	}
	.recruitpage h2 {
		font-size: 2rem;
		margin-bottom: 25px
	}
	.flex_inner50-100 {
		width: 100%
	}
	h1 span{
		width: 16vw;
		left: 3vw;
	}
	#spMenu {
		background: #b064b0;
		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 {
	  }
	  #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{
	}
	#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: 20px 0 0;
		margin: 0;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		z-index: 89;
	}
	#header_globalnavi ul {
		align-items: center;
	}
	#header_globalnavi ul:not(.reserve_list) li {
		width:100%;
		padding: 0.6em;
		font-size: 1.8rem;
		border-bottom: 1px solid #e2e8ee;
		font-weight: 700;
	}
	#header_globalnavi ul li:last-child {
		/*width: 100%;
		background: #999;*/
	}
	#header_globalnavi ul li:last-child a {
	}
	#header_globalnavi ul li a {
	}
	#header_globalnavi ul.info li{
		padding-bottom: 3em;
	}
	#header_globalnavi ul li a span {
		font-size: .7em;
		margin-left: .8em;
		color: #999;
	}
	#sp_header {
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}
	#sp_header ul{
		position: relative;
		z-index: 9999;
	}
	#sp_header ul li {
		list-style: none;
		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 {
		display: block;
		font-size: 4rem;
		position: relative;
	}
	.sp_header-tel i {
		color: #555;
	}
	.sp_header-line i {
		color: #06c755;
	}
	.sp_header-mail i {
		color: #555;
	}
	#sp_header li a i::after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.pc_view {display: block}
	.sp_view {display: none}
	.section_inner {
	}
	/*--- header ---*/
	#spMenu {
		display: none;
	}
	header > img {
		padding-top: 80px;
	}
	.header_inner nav ul:not(.info,.reserve_list) li a {
		display: flex;
		padding: 0 0.3em;
		margin-bottom: 8px;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		font-size:clamp(12px, 1.2vw, 16px);
		font-weight: 700;
	}
	.header_inner nav ul li a span{
		display: block;
		font-size: .7em;
		font-weight: 500;
		color: #999;
	}
	.side_reserve{
		display: none;
		padding-bottom: 24px;
		border-radius: 0 0 24px 24px;
	}
	.side_reserve h3{
		padding: 0.5em 0;
	}
	#header_nav ul li a span {
		display: block;
		font-size: .8em;
		line-height: 1.25;
	}
	#header_nav ul li a:hover {
		color: #ff6b86;
	}
	#sp_header{
		display: none;
	}
	figure{
		padding-top: 80px;
	}
	.globalnavi {
		/*padding: 32px 0 0;
		width: 100%;
		background: rgba(255, 255, 255, .9);
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		box-shadow: 0 0 10px rgba(191,200,208, .8);
		border-radius: 24px;
		z-index: 1;*/
		overflow: hidden;
		width: calc(100% - 200px);
		max-width: 1020px;
		z-index: 1;
	}
	.globalnavi ul.nav_contents {
		/*flex-direction: column;*/
		justify-content: flex-end;
	}
	.globalnavi li {
		text-align: center;
		width: calc(100% / 7);
	}
	.globalnavi ul:not(.info) li a {
		width: 100%;
		line-height: 1.5;
		transition: .5s color;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		transition: .3s;
	}
	.globalnavi ul:not(.nav_contents) li a:hover{
		opacity: .6;
	}
	.globalnavi ul:not(.info) li:last-of-type a{
		border-bottom: none;
	}
	.globalnavi li a > span.flex {
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.globalnavi li a:hover {
		color: #777088;
	}
	.mv p {
		padding-top: 80px;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		line-height: 0;
	}
	.header_inner nav ul.reserve_list li::before{
		font-size: 3em;
	}
}
/* header */

/* lp */
.lp{
	margin-top: 56px;
}

/* job */
#job{

}
#job_02{
	position: relative;
	z-index: -1;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#job_02{
	}
}
/* #application */
#application{
	background: rgba(255,255,255,.7);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	font-size: 1.6rem;
}
.application_wrap {
	margin: 0 auto
}
.application {
	margin: 0 auto;
	text-align: left;
}
.application>dt {
	justify-content: center;
	background: #b064b0;
	color: #fff;
	font-weight: 700;
}
.application>dd {
	padding: 5px 1em;
}
.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 {
	margin: 0 auto;
	max-width: 320px;
}
.footer_reserve ul.reserve_list{
	max-width: 600px;
	margin: 40px auto 0;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.application {
		width: 100%;
	}
	.application>dt {
		font-weight: bold;
		width: 100%;
	}
	.application>dd {
		/*width: calc(100% - 20px);*/
		width: 100%;
		margin: 0 auto;
		padding: 1em;
	}
	.application>dt:not(:first-of-type) {
		margin-top: 10px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#header{
		/*display: flex;
		align-items: center;
		width: 400px;
		height: 100%;
		position: fixed;
		right: calc(50% + 100px);
		top: 0;
		transform: scale(1) translateX(0);
		transform-origin: left center;
		opacity: 1;
		transition: none;
		z-index: 1999;*/
	}
	.header_inner{
		position: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 80px;
		padding: 0 10px;
		background: rgba(255, 255, 255, .9);
		backdrop-filter: blur(8px);
		z-index: 999;
	}
	h1.rec_logo {
		margin-bottom: 0;
		width: 180px;
		height: auto;
		font-size: 0;
	}
	.lp{
		padding-top: 80px;
		margin: 0 auto;
		position: relative;
		width: 860px;
		/*padding-left: 400px;
		overflow: hidden;*/
		z-index: 2;

	}
	.lp_inner{
		margin: 0 10px;
		box-shadow: 0 0 10px rgba(191,200,208, .8);
	}
	.application {
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
	}
	.application>dt {
		align-items: center;
		width: 8em;
	}
	.application>dd {
		width: calc(100% - 8em);
	}
	.application>dt:not(:first-of-type),
	.application>dd:not(:first-of-type) {
		margin-top: 30px;
	}
}


/*footer*/
footer {
	text-align: center;
	background: #1088fd;
	padding: 5px 0;
}
footer p a {
	color: #fff;
}
.rec_footer_link a {
	display: inline-block;
	margin: 5px;
}
.rec_footer_link a img {
	width: 100%;
	max-width: fit-content;
	height: auto;
}
.copyright {
	width: 100%;
	padding: 0.5em 0;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	background: #b064b0;
}
.copyright a{
	color: #fff;
}


/*FAQ*/
#faq{
	background-color: rgba(255, 255, 255, .7);
}
#acMenu {
	text-align: left;
	font-weight: 700;
	line-height: 1.5;
	max-width: 680px;
	margin: 50px auto 0;
	font-size: clamp(16px, 1.8vw, 24px);
}
#acMenu dt,#acMenu dd {
	padding: 10px 0;
}
#acMenu dt {
	position: relative;
	align-items: center;
	color: #b064b0;
}
#acMenu dt span {
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: 500;
	padding-left: calc(1em + 16px);
}
#acMenu dd {
	position: relative;
	display: block;
	padding: 1em 0.5em 1em 1em;
	margin: 0.5em 0 0 1em;
	margin-left: 1em;
	border: 1px solid #999;
}
#acMenu dd:not(:last-of-type) {
	margin-bottom: 20px;
}
#acMenu dd + dt{
	margin-top: 2em;
}
#acMenu dd span {
	display: block;
	position: relative;
	padding-left: calc(1em + 16px);
}
#acMenu dt span:before,#acMenu dd span:before {
	position: absolute;
	margin-right: 5px;
	font-size: 1.5em;
	line-height: 1;
	left: 0;
	top: 0;
}
#acMenu dt span:before {
	content: 'Q';
}
#acMenu dd span:before {
	content: 'A';
}



/*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;
	font-family: 'Shippori Mincho', serif;
}
.line-wrap, .mail-wrap, .tel-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: calc(100% / 3 - 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: #ff6b86
}
.line-wrap {
	background: #06c755
}
.mail-wrap {
	background: #1088fd
}
.rec_link{
	margin: 24px auto;
	max-width: 320px;
}
.rec_link a {
	display: block;
}
.rec_link a + a {
	margin-top: 10px;
}
/********* SP *********/
@media print, screen and (max-width:1023px) {
	.line-wrap, .mail-wrap, .tel-wrap {
		height: 100px;
	}
	.line-wrap i, .mail-wrap i, .tel-wrap i {
		display: block;
		font-size: 4em
	}
	#contact_btn a {
		flex-direction: column;
		font-size: 1.2em;
	}
}
/********* PC *********/
@media screen and (min-width:1024px) {
	.line-wrap, .mail-wrap, .tel-wrap {
		height: 150px;
	}
	#contact_btn a {
		font-size: 2em;
	}
	.line-wrap i, .mail-wrap i, .tel-wrap i {
		margin-right: .25em;
	}
	.line-wrap img {
		width: 100px;
	}
}

/* 2023.12.14 動き追加 */
#recruit .mv {
	visibility: hidden;
	opacity: 0;
	animation: fadeIn 1.5s forwards;
}
@keyframes fadeIn {
	0% {
		visibility: hidden;
		opacity: 0;
		filter: blur(5px);

	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: blur(0);
	}
}
.fadeUp {
	opacity: 0;
	transform: translateY(20px);
	transition: 1s transform, 1s opacity, 1s filter;
}
.fadeUp.active {
	opacity: 1;
	transform: translateY(0);
}