@charset "UTF-8";


/* header
========================================== */
header {
	background-color: rgba(255, 255, 255, 0);
	height: 80px;
	width: 100%;
	padding: 20px 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	transition: 0.3s ease-in-out;
	z-index: 50;
}
header .logo {
	width: 140px;
	height: auto;
}
header .logo path {
	fill: #fff;
}
header .gnav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
header .gnav ul li + li {
	margin-left: 45px;
}
header .gnav ul li a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	display: block;
}
header .gnav ul li.contact a {
	line-height: 2.2em;
	padding: 0 38px;
	border: 1px solid #fff;
	position: relative;
}
header .gnav ul li.contact a:after {
	content: '';
	background-color: #fff;
	display: block;
	width: 35px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -17.5px;
}
header.fixed {
	background-color: rgba(255, 255, 255, .9);
	position: fixed;
	opacity: 1;
}
header.fixed .logo path {
	fill: #89C2AE;
}
header.fixed .gnav ul li a {
	color: #89C2AE;
}
header.fixed .gnav ul li.contact a {
	border: 1px solid #89C2AE;
}
header.fixed .gnav ul li.contact a:after {
	background-color: #89C2AE;
}


@media only screen and (min-width: 769px) {
}

@media only screen and (max-width: 768px) {
	header {
		background-color: rgba(255, 255, 255, 0);
		height: 50px;
		padding: 18px 13px;
		padding-top: 18px;
		display: block;
	}
	header .sp_menu {
		background-color: rgba(0, 0, 0, .8);
		background-color: transparent;
		width: 20px;
		height: 10px;
		position: absolute;
		right: 12px;
		top: 22px;
		z-index: 10;
	}
	header .sp_menu:before,
	header .sp_menu:after {
		content: '';
		background-color: #fff;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		transition: 0.2s ease-in-out;
	}
	header .sp_menu:after {
		top: auto;
		bottom: 0;
	}
	header .sp_menu.active:before {
		background-color: #89C2AE;
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	header.fixed .sp_menu:before,
	header.fixed .sp_menu:after {
		background-color: #89C2AE;
	}
	header .sp_menu.active:after {
		background-color: #89C2AE;
		bottom: 9px;
		transform: rotate(-45deg);
	}
	header .gnav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		background-color: rgba(255, 255, 255, .9);
		height: 100vh;
		width: 50%;
		position: absolute;
		top: 0;
		right: -50%;
		transition: 0.2s ease-in-out;
	}
	header .gnav.open {
		right: 0;
	}
	header .gnav ul {
		display: block;
		width: 100%;
		text-align: center;
	}
	header .gnav ul li + li {
		margin-left: 0;
		margin-top: 30px;
	}
	header .gnav ul li a {
		color: #89C2AE;
		font-size: 1.2rem;
	}
	header .gnav ul li.contact a {
		line-height: 1.75;
		padding: 0;
		border: none;
	}
	header .gnav ul li.contact a:after {
		display: none;
	}
	header.fixed .gnav ul li.contact a {
		border: none;
	}
}


/* main
========================================== */
/* key_visual
--------------------- */
main .key_visual {
	position: relative;
	z-index: 5;
}
main .key_visual .catch {
	color: #fff;
	font-size: 6.4rem;
	line-height: 2;
	letter-spacing: 1em;
	text-align: center;
	position: absolute;
	top: 50%;
	top: calc(50% - 2em);
	left: calc(50% - 4em);
}
main .key_visual .catch > span {
	display: block;
	opacity: 0;
}
main .key_visual .catch > span span {
	position: relative;
	top: 20px;
	left: 0;
	opacity: 0;
}
main .key_visual .catch > span span:nth-child(5),
main .key_visual .catch > span span:nth-child(6) {
	letter-spacing: 0;
}
main .key_visual .recruit_area {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	background-color: #5EA58C;
	text-align: center;
	width: 200px;
	position: absolute;
	right: 27px;
	bottom: 46px;
}
main .key_visual .recruit_area:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0 12px;
	border-color: #5ea58c transparent transparent transparent;
	position: absolute;
	left: calc(50% - 12px);
	bottom: -20px;
}
main .key_visual .recruit_area a {
	color: #fff;
	text-decoration: none;
	display: block;
}
main .key_visual .recruit_area .tex01 {
	padding: .6em .0;
}
main .key_visual .recruit_area .tex02 {
	font-size: 2.3rem;
	line-height: 1.3;
	padding: .6em .0;
	padding-top: .4em;
}
main .key_visual .recruit_area .tex02 span {
	font-size: 2.8rem;
	font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
	main .key_visual .slider figure img {
		width: 100%;
		height: calc(100vh * (850 / 1137));
		object-fit: cover;
	}
	main .key_visual .catch {
		font-size: 3.2rem;
		left: calc(50% - 4.5em);
	}
	main .key_visual .recruit_area {
		display: none;
	}
}


/* message
--------------------- */
#message {
	padding-top: calc(1400px * .2);
	padding-bottom: 383px;
	position: relative;
	z-index: 1;
	/* overflow-x: hidden; */
}
#message h2,
#message figure,
#message p {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
#message h2.active,
#message figure.active,
#message p.active,
#message .recruit_area * {
  opacity : 1;
  transform : translate(0, 0);
}
#message:before {
	content: '';
	display: block;
	width: calc(100vw * .48);
	min-width: 669px;
	height: calc(100vw * .45);
	min-height: 631px;
	background-image: url(/asset/images/img_shadow01.png);
	background-size: 100%;
	position: absolute;
	left: -156px;
	top: -145px;
	z-index: 1;
}
#message:after {
	content: '';
	display: block;
	width: calc(100vw * .49);
	min-width: 788px;
	height: calc(100vw * .4);
	min-height: 656px;
	background-image: url(/asset/images/img_shadow02.png);
	background-size: 100%;
	position: absolute;
	right: -60px;
	bottom: -50px;
	z-index: 1;
}
#message > * {
	max-width: 1400px;
	min-width: 1366px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#message .message01 h2 {
	font-size: 3.4rem;
	line-height: 3;
	letter-spacing: .3em;
}
#message .message01 figure {
	width: 50%;
}
#message .message02 {
	margin-top: 310px;
}
#message .message02 p {
	line-height: 2.5;
	width: 50%;
}
#message .message02 figure {
	width: 41%;
}

@media only screen and (max-width: 768px) {
	#message {
		padding-top: 55px;
		padding-bottom: 0;
		position: relative;
		z-index: 1;
		overflow-x: inherit;
	}
	#message:before {
		width: 240px;
		min-width: auto;
		height: 225px;
		min-height: auto;
		left: -60px;
		top: -45px;
	}
	#message:after {
		width: 257px;
		min-width: auto;
		height: 215px;
		min-height: auto;
		right: -70px;
		bottom: 300px;
	}
	#message > * {
		max-width: none;
		min-width: auto;
		display: block;
		align-items: left;
	}
	#message .recruit_area {
		font-size: 1rem;
		color: #fff;
		line-height: 1.5;
		background-color: #5EA58C;
		text-align: center;
		width: 85%;
		padding: 10px 22px;
	}
	#message .recruit_area a {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	#message .recruit_area .sp_wrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 10px;
	}
	#message .recruit_area .sp_wrap > * {
		width: 48%;
	}
	#message .recruit_area .tex01 br {
		display: none;
	}
	#message .recruit_area .tex02 {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	#message .recruit_area .tex02 span {
		font-size: 2.1rem;
		font-feature-settings: "palt";
	}
	#message .message01 h2 {
		font-size: 1.8rem;
		line-height: 2;
		width: 85%;
		margin: 50px auto 0;
	}
	#message .message01 figure {
		width: 100%;
		margin-top: 100px;
	}
	#message .message02 {
		margin-top: 70px;
	}
	#message .message02 p {
		font-size: 1.2rem;
		line-height: 2;
		width: 85%;
		margin: 0 auto ;
	}
	#message .message02 figure {
		width: 100%;
		margin-top: 75px;
	}
}


/* information
--------------------- */
#information {
	background-image: url(/asset/images/img_main03.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 1325px;
	padding-bottom: calc(100vw * (1300 / 1920));
}
#information .info_slider {
	/* width: 1100px; */
	max-width: calc(1100px + 55px);
	margin: 70px auto 0;
}
#information .info_slider .slick-arrow {
	text-indent: -100vw;
	width: 40px;
	height: 40px;
	border-bottom: 1px #707070 solid;
	border-left: 1px #707070 solid;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% + 20px);
	left: -55px;
}
#information .info_slider .slick-arrow.slick-next {
	transform: rotate(-135deg);
	left: auto;
	right: -55px;
}
#information .info_slider article {
	margin: calc(55px / 2);
}
#information .info_slider article a {
	color: #707070;
	text-decoration: none;
	display: block;
}
#information .info_slider article .info_date {
	font-size: 1.4rem;
}
#information .info_slider article figure {
	margin-top: 25px;
	height: 220px;
}
#information .info_slider article figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#information .info_slider article .info_title {
	font-size: 2.2rem;
	margin-top: 30px;
}
#information .info_slider article .info_description {
	font-size: 1.6rem;
	margin-top: 55px;
}

@media only screen and (max-width: 768px) {
	#information {
		margin-top: 70px;
		padding-bottom: 310px;
	}
	#information .info_slider {
		max-width: none;
		margin: 45px auto 0;
	}
	#information .info_slider article figure {
		height: calc(100% * (220 / 330));
		height: 145px;
	}
	#information .info_slider .slick-track article:first-child {
		margin-left: -100px;
	}
	#information .info_slider article {
		margin: 16px;
	}
	#information .info_slider article .info_date {
		font-size: 1rem;
	}
	#information .info_slider article figure {
		margin-top: 13px;
	}
	#information .info_slider article .info_title {
		font-size: 1.4rem;
		margin-top: 15px;
	}
	#information .info_slider article .info_description {
		font-size: 1.2rem;
		margin-top: 25px;
	}
}


/* philosophy
--------------------- */
#philosophy {
	background: linear-gradient(to bottom, rgba(241,247,245,0) 0%,rgba(241,247,245,1) 10%,rgba(241,247,245,1) 100%);
	padding-bottom: 290px;
	position: relative;
}
#philosophy h2,
#philosophy h3,
#philosophy dt,
#philosophy dd,
#philosophy figure {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
#philosophy h2.active,
#philosophy h3.active,
#philosophy dt.active,
#philosophy dd.active,
#philosophy figure.active {
  opacity : 1;
  transform : translate(0, 0);
}
#philosophy > section {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 90px 100px rgba(255,255,255,1);
	border-radius: 50%;
	position: relative;
	z-index: 5;
}
#philosophy > section + figure {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-top: -150px;
	max-width: 1400px;
}
#philosophy > section + figure img {
	width: 100%;
}
#philosophy > section h3 {
	font-size: 3.8rem;
	color: #89C2AE;
	letter-spacing: .15em;
	position: relative;
}
#philosophy > section h3:after {
	content: '';
	display: block;
	width: 1px;
	height: 0;
	background-color: #89C2AE;
	position: absolute;
	left: 50%;
	/* bottom: -120px; */
	top: 100px;
	z-index: 1;
  transition : all 1s;
}
#philosophy > section h3.active:after {
	height: 95px;
}
#philosophy > section dl dt {
	font-size: 3.6rem;
	font-weight: 500;
	margin-top: 150px;
}
#philosophy > section dl dd {
	margin-top: 60px;
	line-height: 2.2;
}
#philosophy > section dl dd * + p {
	margin-top: 1.5em;
}
#philosophy > section.mission {
	padding-top: 45px;
	padding-bottom: 100px;
	margin-top: 200px;
}

#philosophy > section.value {
	padding-top: 45px;
	padding-bottom: 120px;
	margin-top: 380px;
}
#philosophy .value_shadow {
	mix-blend-mode: multiply;
	width: 590px;
	height: 705px;;
	position: absolute;
	left: -30px;
	top: 2500px;
	z-index: 1;
}
#philosophy > section.value dd p {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	text-align: left;
	align-items: center;
}
#philosophy > section.value dd p span:first-child {
	font-size: 2.5rem;
	color: #89C2AE;
	width: calc(100% * (535 / 1200));
	text-align: right;
	padding-right: 2em;
}
#philosophy > section.value + figure {
	margin-top: -60px;
}

#philosophy > section.vision {
	padding-top: 90px;
	padding-bottom: 120px;
	margin-top: 480px;
}
#philosophy > section.vision + figure {
	margin-top: -80px;
}
#philosophy .vision_shadow {
	mix-blend-mode: multiply;
	width: 734px;
	height: 610px;;
	position: absolute;
	right: 0px;
	bottom: 1900px;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	#philosophy {
		background: #fff;
		background: linear-gradient(to bottom, rgba(241,247,245,0) 0%,rgba(241,247,245,1) 15%,rgba(241,247,245,1) 100%);
		padding-bottom: 0;
		margin-top: 45px;
		overflow-x: hidden;
	}
	#philosophy > section {
		width: 180vw;
		margin-left: -40vw;
		box-shadow: 0px 0px 50px 60px rgba(255,255,255,1);
	}
	#philosophy > section + figure {
		margin-top: -70px;
	}
	#philosophy > section + figure img {
		width: 240vw;
		max-width: 240vw;
		margin-left: -70vw;
	}
	#philosophy > section h3 {
		font-size: 2rem;
	}
	#philosophy > section h3:after {
		height: 0px;
		/* bottom: -60px; */
		top: 50px;
	}
	#philosophy > section h3.active:after {
		height: 45px;
	}
	#philosophy > section dl dt {
		font-size: 1.8rem;
		margin-top: 90px;
	}
	#philosophy > section dl dd {
		font-size: 1.1rem;
		margin-top: 40px;
		line-height: 2.2;
	}
	#philosophy > section.mission {
		padding-top: 0px;
		padding-bottom: 70px;
		margin-top: 90px;
	}
	
	#philosophy > section.value {
		padding-top: 40px;
		padding-bottom: 70px;
		margin-top: 275px;
	}
	#philosophy > section.value + figure img {
		width: 240vw;
		max-width: 240vw;
		margin-left: -50vw;
	}
	#philosophy .value_shadow {
		width: 220px;
		height: 240px;
		left: -20px;
		top: 1250px;
		z-index: 10;
	}
	#philosophy > section.value dd p,
	#philosophy > section.value dd p span {
		display: block;
		text-align: center;
	}
	#philosophy > section.value dd * + p {
		margin-top: 50px;
	}
	#philosophy > section.value dd p span:first-child {
		font-size: 1.6rem;
		width: 100%;
		text-align: center;
		padding-right: 0;
		margin-bottom: 1em;
	}
	#philosophy > section.value + figure {
		margin-top: -70px;
	}
	
	#philosophy > section.vision {
		padding-top: 55px;
		padding-bottom: 100px;
		margin-top: 205px;
	}
	#philosophy > section.vision + figure {
		margin-top: -80px;
	}
	#philosophy .vision_shadow {
		width: 250px;
		height: 208px;;
		right: -85px;
		bottom: 1080px;
		z-index: 10;
	}
}


/* company
--------------------- */
#company .outline_area {
	color: #fff;
	text-align: center;
	background-color: #89C2AE;
	padding-top: 260px;
	padding-bottom: 320px;
}
#company .outline_area h2 + p {
	font-size: 2.6rem;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
#company .outline_area h2 + p span {
	background-color: #89C2AE;
	display: inline-block;
	padding: 0 2.5em;
	position: relative;
	z-index: 5;
}
#company .outline_area h2 + p:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
#company .outline_area .outline {
	width: 1200px;
	margin: 0 auto;
	margin-top: calc(100px - 1em);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#company .outline_area .outline dl {
	font-weight: 500;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
#company .outline_area .outline dl dt {
	width: 8em;
	margin-top: 1em;
}
#company .outline_area .outline dl dd {
	margin-top: 1em;
	width: calc(100% - 8em);
}
#company .outline_area .outline .gmap {
	width: 50%;
	position: relative;
}
#company .outline_area .outline .gmap iframe {
	max-width: 600px;
	height: 390px;
	filter: saturate(.8) brightness(1);
	opacity: .8;
}
#company .outline_area .outline .gmap:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #89C2AE;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: hue;
	pointer-events: none;
}

#company .message_area {
	background-color: #F1EFEF;
	background-image: url(/asset/images/img_main07.jpg);
	background-position: right bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-top: 170px;
	padding-bottom: 150px;
}
#company .message_area dl {
	line-height: 2;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
#company .message_area dl dt {
	font-size: 3.2rem;
	width: calc(50% + 50px);
}
#company .message_area dl dt span {
	display: block;
	margin-top: 1em;
	padding-left: 1.5em;
}
#company .message_area dl dd {
	font-size: 1.6rem;
}
#company .message_area dl dd * + p {
	margin-top: 2em;
}
#company .message_area dl dd figure {
	width: 436px;
	margin-top: 4em;
}

@media only screen and (max-width: 768px) {
	#company .outline_area {
		padding: 80px 9vw 55px;
	}
	#company .outline_area h2 svg {
		width: 130px;
		height: 22.7px;
	}
	#company .outline_area h2 + p {
		font-size: 1.2rem;
		width: 100%;
		margin-top: 25px;
	}
	#company .outline_area .outline {
		width: 100%;
		margin-top: calc(40px - 1em);
		display: block;
	}
	#company .outline_area .outline dl dt {
		width: 6.5em;
		margin-top: 1em;
	}
	#company .outline_area .outline dl dd {
		margin-top: 1em;
		width: calc(100% - 6.5em);
	}
	#company .outline_area .outline .gmap {
		width: 100vw;
		margin-left: -9vw;
		margin-top: 70px;
	}
	#company .outline_area .outline .gmap iframe {
		max-width: none;
		width: 100%;
		height: 210px;
		filter: saturate(0) brightness(1);
	}
	#company .outline_area .outline .gmap:after {
		display: none;
		opacity: 0;
	} 
	
	#company .message_area {
		background-position: center 60px top;
		padding-top: 100px;
		padding-bottom: 115px;
	}
	#company .message_area dl {
		width: 100%;
		display: block;
		text-align: left;
	}
	#company .message_area dl dt {
		font-size: 1.8rem;
		line-height: 1.8;
		display: inline-block;
		margin: 0 auto;
		padding-left: 1.5em;
		width: auto;
	}
	#company .message_area dl dd {
		font-size: 1rem;
		padding: 0 13%;
		margin-top: 65px;
	}
	#company .message_area dl dd figure {
		width: 100%;
	}
}


/* business
--------------------- */
#business {
	text-align: center;
}
#business h2 {
	color: #fff;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 120px;
	background-color: #5EA58C;
}
#business section {
	padding-top: 115px;
	padding-bottom: 240px;
}
#business section + section {
	border-top: 19px solid #89C2AE;
}
#business section .corp_logo img {
	width: 225px;
}
#business section h3 {
	font-size: 4.2rem;
	font-weight: 400;
	margin-top: 70px;
}
#business section h3 span {
	font-size: 1.3rem;
	margin-top: 20px;
	letter-spacing: .5em;
	display: block;
}
#business section.dry_headspa h3 {
	font-size: 3.8rem;
}
#business section.dry_headspa h3 span {
	font-size: 2.8rem;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 0;
}
#business section dl {
	margin-top: 60px;
}
#business section dl dt {
	font-size: 2.8rem;
}
#business section dl dd {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 40px;
}
#business section dl + figure {
	margin-top: 90px;
}
#business section dl + figure img {
	width: 100%;
}
#business section figure + dl {
	margin-top: 85px;
}
#business section .site_link {
	margin-top: 110px;
}
#business section .site_link a {
	font-size: 2rem;
	font-weight: 600;
	text-decoration: none;
	color: #89C2AE;
	line-height: 74px;
	display: inline-block;
	padding: 0 110px;
	border: 1px solid #89C2AE;
	position: relative;
}
#business section .site_link a:after {
	content: '';
	background-color: #89C2AE;
	display: block;
	width: 90px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -45px;
}

@media only screen and (max-width: 768px) {
	#business h2 {
		font-size: 2.2rem;
		line-height: 60px;
	}
	#business section {
		padding-top: 44px;
		padding-bottom: 75px;
	}
	#business section + section {
		border-top: 8px solid #89C2AE;
	}
	#business section .corp_logo img {
		width: 110px;
	}
	#business section h3 {
		font-size: 2.2rem;
		margin-top: 45px;
	}
	#business section h3 span {
		font-size: .9rem;
		margin-top: 12px;
	}
	#business section.dry_headspa h3 {
		font-size: 2.2rem;
	}
	#business section.dry_headspa h3 span {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#business section dl {
		margin-top: 33px;
	}
	#business section dl dt {
		font-size: 1.6rem;
	}
	#business section dl dd {
		font-size: 1rem;
		margin-top: 30px;
	}
	#business section dl + figure {
		margin-top: 50px;
	}
	#business section figure + dl {
		margin-top: 40px;
	}
	#business section .site_link {
		margin-top: 45px;
	}
	#business section .site_link a {
		font-size: 1.2rem;
		line-height: 37px;
		padding: 0 60px;
	}
	#business section .site_link a:after {
		width: 45px;
		right: -22.5px;
	}
}


/* recruit
--------------------- */
#recruit {
	color: #fff;
	background-color: #89C2AE;
	text-align: center;
	padding-bottom: 210px;
}
#recruit h2 {
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 120px;
}
#recruit figure img {
	width: 100%;
}
#recruit h3 {
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 140px;
}
#recruit h3 + p {
	font-size: 2.2rem;
	line-height: 2;
	margin-top: 90px;
}
#recruit h3 + p + figure {
	margin-top: 80px;
}
#recruit dl {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
#recruit dl dt {
	width: 10em;
	margin-top: 1.5em;
}
#recruit dl dd {
	width: calc(100% - 10em);
	margin-top: 1.5em;
}
#recruit .site_link {
	margin-top: 120px;
}
#recruit .site_link a {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	line-height: 110px;
	padding: 0 180px;
	border: 1px solid#fff;
	position: relative;
}
#recruit .site_link a:after {
	content: '';
	width: 1px;
	height: 83px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -70px;
}

@media only screen and (max-width: 768px) {
	#recruit {
		padding-bottom: 110px;
	}
	#recruit h2 {
		font-size: 2.2rem;
		line-height: 60px;
	}
	#recruit figure img {
		width: 200vw;
		max-width: 200vw;
	}
	#recruit h2 + figure img {
		width: 140vw;
		max-width: 150vw;
		margin-left: -20vw;
	}
	#recruit h3 {
		font-size: 1.5rem;
		line-height: 1.7;
		margin-top: 45px;
	}
	#recruit h3 + p {
		font-size: 1.2rem;
		line-height: 1.7;
		margin-top: 40px;
	}
	#recruit h3 + p + figure {
		margin-top: 50px;
	}
	#recruit dl {
		font-size: 1.1rem;
		width: 90%;
		margin-top: calc(50px - 1.5em);
	}
	#recruit dl dt {
		width: 8em;
		margin-top: 1.5em;
	}
	#recruit dl dd {
		width: calc(100% - 8em);
		margin-top: 1.5em;
	}
	#recruit .site_link {
		margin-top: 60px;
	}
	#recruit .site_link a {
		font-size: 1.2rem;
		line-height: 55px;
		padding: 0 50px;
	}
	#recruit .site_link a:after {
		height: 41px;
		bottom: -35px;
	}
}


/* contact
--------------------- */
#contact {
	color: #89C2AE;
	background-color: #F9F8F7;
	padding: 175px 0 280px;
	text-align: center;
}
#contact section {
	width: 1000px;
	margin: 0 auto;
}
#contact h3 {
	font-size: 2.2rem;
	margin-top: 65px;
	position: relative;
}
#contact h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #89C2AE;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
#contact h3 span {
	background-color: #F9F8F7;
	display: inline-block;
	padding: 0 2em;
	position: relative;
	z-index: 5;
}

#contact .phone_area p {
	font-size: 4.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .12em;
	margin-top: 90px;
}
#contact .phone_area p a {
	color: #89C2AE;
	text-decoration: none;
}

#contact .form_area {
	margin-top: 100px;
}
#contact .form_area .input_area {
	margin-top: 80px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
#contact .form_area .input_area li {
	/*width: calc((100% - 42px) / 2);*/
	width: calc((100% - 14px) / 3);
}
#contact .form_area .input_area li:last-child {
	width: 100%;
	margin-top: 2em;
}
#contact .form_area .input_area input,
#contact .form_area .input_area textarea {
	width: 100%;
	height: 50px;
	padding: .8em;
	border: 1px solid #89C2AE;
}
#contact .form_area .input_area textarea {
	height: 20em;
}
#contact .form_area .input_area .input_error {
	background-color: rgba(255, 0, 0, .04);
	border: 1px solid #B70000;
}
#contact .form_area .btn_submit {
	margin-top: 80px;
}
#contact .form_area .btn_submit input {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	background-color: #89C2AE;
	line-height: 74px;
	display: inline-block;
	padding: 0 130px;
	cursor: pointer;
}
#contact .form_area .btn_submit span {
	display: inline-block;
	position: relative;
}
#contact .form_area .btn_submit span:after {
	content: '';
	background-color: #fff;
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -40px;
}
#contact .form_area #thanksMessage {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	#contact {
		padding: 65px 0 125px;
	}
	#contact section {
		width: 100%;
		padding: 0 5%;
	}
	#contact h3 {
		font-size: 1.4rem;
		margin-top: 32px;
	}
	
	#contact .phone_area p {
		font-size: 2.4rem;
		letter-spacing: .02em;
		margin-top: 45px;
	}
	
	#contact .form_area {
		margin-top: 55px;
	}
	#contact .form_area h3 {
		margin-top: 0;
	}
	#contact .form_area .input_area {
		margin-top: 50px;
		display: block;
	}
	#contact .form_area .input_area li {
		width: 100%;
	}
	#contact .form_area .input_area li:nth-child(n+2) {
		margin-top: 2em;
	}
	#contact .form_area .btn_submit {
		margin-top: 60px;
	}
	#contact .form_area .btn_submit input {
		font-size: 1.2rem;
		line-height: 37px;
		padding: 0 65px;
	}
	#contact .form_area .btn_submit span:after {
		width: 40px;
		right: -20px;
	}
	#contact .form_area #thanksMessage {
		margin-top: 50px;
	}
}


/* footer
========================================== */
footer {
	color: #fff;
	text-align: center;
	padding: 240px 0 73px;
	background-image: url(/asset/images/img_footer01.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
footer .foot_nav {
	margin-top: 100px;
}
footer .foot_nav li + li {
	margin-top: 40px;
}
footer .foot_nav li a {
	color: #fff;
	font-weight: 600;
	letter-spacing: .06em;
	text-decoration: none;
}
footer .copyright {
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 250px;
}

@media only screen and (max-width: 768px) {
	footer {
		padding: 120px 0 35px;
		background-position: calc(50% - 160px) top;
		background-size: auto 100%;
	}
	footer figure svg {
		width: 120px;
		height: 21px;
	}
	footer .foot_nav {
		margin-top: 50px;
	}
	footer .foot_nav li + li {
		margin-top: 23px;
	}
	footer .copyright {
		font-size: 1rem;
		margin-top: 130px;
	}
}


/* parts
========================================== */
main .section_ttl {
	font-size: 3.8rem;
	line-height: 266px;
	letter-spacing: .15em;
	text-align: center;
	background-image: url(/asset/images/main_bg01.svg);
	background-size: auto 266px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 266px;
	position: relative;
}
main .section_ttl span {
	font-size: 2.4rem;
	line-height: 1;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}


@media only screen and (max-width: 768px) {
	main .section_ttl {
		font-size: 2rem;
		line-height: 150px;
		background-size: auto 150px;
		height: 150px;
	}
	main .section_ttl span {
		font-size: 1.2rem;
		bottom: 20px;
	}
}


/* single
========================================== */
main h1 {
	font-size: 3rem;
	text-align: center;
}
main .entry_area .entry_date {
	font-size: 1.5rem;
	margin-bottom: 1.5em;
	margin-top: 35px;
}
main .entry_area * + p {
	margin-top: 1.5em;
}
main #btn_close {
	margin-top: 50px;
	text-align: center;
	cursor: pointer;
}

#cboxClose {
	content: '';
	background: url(../images/btn_close.svg) no-repeat top center;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 25px;
	display: block;
}
#cboxClose:hover{background-position:top center;}
#cboxContent {
	background: #fff;
	padding: 80px 50px;
}
#cboxLoadedContent {
	border: none;
}


@media only screen and (max-width: 768px) {
	main h1 {
		font-size: 2.2rem;
	}
	main .entry_area {
		font-size: 1.4rem;
	}
	main .entry_area .entry_date {
		/* margin-bottom: 1.5em; */
		margin-top: 1.5em;
	}
	/* main .entry_area * + p {
		margin-top: 1.5em;
	} */
	main #btn_close {
		margin-top: 40px;
	}
	main #btn_close img {
		width: 200px;
	}

	#cboxClose {
		top: 15px;
		right: 15px;
	}
	#cboxContent {
		padding: 40px 30px;
	}
}



/* Clearfix
========================================== */
dummy:after {
	content: "";
	display: block;
	clear: both;
}

/* reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}