@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', serif;
	background: #FFF;
	font-size: clamp(1.2rem, 1.012rem + 0.94vw, 1.6rem);
	line-height: 1.6;
}
body:before {
	content: '';
	background: linear-gradient(45deg, rgb(255 245 240), rgb(250 195 200));
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
}
img { width: 100%;	vertical-align:top;}
a {
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	color: #000;
}
/* base */
.txtL{
	font-size: clamp(1.4rem, 1.036rem + 1.82vw, 2.4rem);
}
.txtB{
	font-weight: 700;
}
.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{
	width: 200px;
	height: auto;
	font-size: 0;
}
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: rgb(225 50 125 / 80%);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	z-index: 9999;
	justify-content: flex-end;
	align-items: center;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.pc_view { display: none}
	.sp_view {display: block}
	header{
		height: auto;
		background: #e9e2e9;
	}
	header > img {
		padding-top: 60px;
	}
	h1.rec_logo {
		position: fixed;
		left: 60px;
		z-index: 99999;
		width: 180px;
	}
	h1.rec_logo a {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		height: 56px;
	}
	h1.rec_logo img {
		width: 100%;
	}
	.section_inner {
		padding: 30px 10px;
		margin-bottom: 20px;
	}
	.recruitpage h2 {
		font-size: 2rem;
		margin-bottom: 25px
	}
	.flex_inner50-100 {
		width: 100%
	}
	h1 span{
		width: 16vw;
		left: 3vw;
	}
	.rec_mv_concept h2{
		width: 84vw;
		z-index: 3;
		position: relative;
		margin: auto;
	}
	.rec_logo:after{
		border-width: 55vh 28vw 0 0;
	}
	.rec_mv_concept{
		position: relative;
		right: auto;
		bottom: auto;
		padding: 0 15px 15px;
		margin: -70px 0 0;
	}
	#header  .rec_mv_concept::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 70px 0 0 100vw;
		border-color: transparent transparent transparent #ffd0d0;
		position: absolute;
		left: 0;
		top: 0;
	}
	#spMenu {
		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{
		padding-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: calc(100% - 50px);
		justify-content: center;
	}
	#header_globalnavi ul li + li {
		margin-top: 20px;
	}
	#header_globalnavi ul li a {
		display: block;
		font-size: 2rem;
		text-align: center;
		color: #e1327d;
	}
	#header_globalnavi ul li a span {
		display: block;
		font-size: .5em;
		margin-top: 5px;
	}
	#sp_header ul{
	}
	#sp_header ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
		text-align: center;
		width: 40px;
		height: auto;
		aspect-ratio: 1/1;
		background: #FFF;
		border-radius: 5px;
		margin-right: 5px;
	}
	#sp_header ul li:last-child {
		border-right: none;
	}
	#sp_header .btn{
		background-size: contain;
		white-space: nowrap;
		overflow: hidden;
	}
	#sp_header li a i {
		display: block;
		font-size: 3rem;
		position: relative;
	}
	.sp_header-tel i {
		color: #e1327d;
	}
	.sp_header-line i {
		color: #06c755;
	}
	.sp_header-mail i {
		color: #000;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.pc_view {display: block}
	.sp_view {display: none}
	.section_inner {
		padding: 50px 10px;
	}
	/*--- header ---*/
	#spMenu {
		display: none;
	}
	header > img {
		padding-top: 80px;
	}
	.header_inner {
		justify-content: space-around;
		height: 80px;
	}
	.header_inner nav ul li a {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		font-size: .8em;
		height: 80px;
		padding: 0 5px;
	}
	#header_nav ul li a span {
		display: block;
		font-size: .8em;
		line-height: 1.25;
	}
	#header_nav ul li a:hover {
		color: #699bd7;
	}
	.header_inner {
		position: fixed;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		background: rgb(225 50 125 / 80%);
		backdrop-filter: blur(8px);
	}
	#sp_header{
		display: none;
	}
	.globalnavi {
		overflow: hidden;
		width: calc(100% - 220px);
		max-width: 1000px;
		margin-left: 20px;
		z-index: 1;
	}
	.globalnavi ul {
	}
	.globalnavi li {
		height: 80px;
		text-align: center;
		width: calc(100% / 7);
	}
	.globalnavi li + li {
		border-left: 1px solid rgb(255 255 255 / 20%);
	}
	.globalnavi li a {
		width: 100%;
		height: 80px;
		color: #fff;
		line-height: 1.5;
		transition: .5s color;
		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: #ffe29b;
	}
	.mv p {
		padding-top: 80px;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		line-height: 0;
	}
}

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

/*main*/
main section {
	max-width: 734px;
	margin: 0 auto;
}
/********* SP *********/
@media print, screen and (max-width:1023px) {
	main {padding-top: 56px;}
}
/********* PC *********/
@media screen and (min-width:1024px) {
	main {padding-top: 80px;}
}

/*about*/

/*reward*/

/*treatment*/

/*example*/

/* recommend */

/* our_strength */

/*flow*/

/*contact_btn*/
#contact_btn {
	width: 100%;
	max-width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#contact_btn h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .1em;
	margin: 25px 0 10px;
	background: linear-gradient(90deg,transparent, #e1327d, transparent);
}
#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% / 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: #e1327d
}
.line-wrap {
	background: #06c755
}
.mail-wrap {
	background: #000
}
/********* 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: 5em
	}
	#contact_btn a {
		flex-direction: column;
	}
}
/********* PC *********/
@media screen and (min-width:1024px) {
	.line-wrap, .mail-wrap, .tel-wrap {
		height: 100px;
	}
	#contact_btn a {
		font-size: 2.5rem;
	}
	.line-wrap i, .mail-wrap i, .tel-wrap i {
		margin-right: .25em;
	}
	.line-wrap img {
		width: 70px;
	}
}
