@charset "utf-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	color: #343643;
	background-color: #f7f7f7;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.0rem;
	line-height: 1.8;
	position: relative;
	text-align: center;
	overflow-y: hidden;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

img {
	border-style: none;
}

a {
	color: #343643;
	text-decoration: none;
	transition-duration: 0.8s;
}

a:hover {
	opacity: 0.6;
	transition-duration: 0.8s;
}

.topPage {
	height: 100dvh;
	overflow: hidden;
}

#scroll {
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-snap-type: y mandatory;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media screen and (min-width: 768px), print and (min-width: 0px) {
	
	.sp {
		display: none;
	}
	
	.underPage {
		min-width: 900px;
	}

	#loading {
		display: table;
		width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2000;
	}

	#loading div {
		display: table-cell;
		vertical-align: middle;
	}

	#loading div img {
		animation: anime1 1.5s linear 0s infinite normal running;
	}

	.topPage header {
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px 61px 0px 0px;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.topPage header h1 {
		position: absolute;
		top: 60px;
		left: 60px;
		font-size: 1.8rem;
		color: #000;
	}

	.topPage header p.logo {
		display: none;
	}

	.topPage header p.logoTop {
		width: 100%;
		margin: 0px auto;
		position: relative;
		text-align: center;
	}

	.topPage header ul {
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.topPage header ul li {
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.topPage header ul li.pic01 {
		background: url(../img/mv01.jpg) no-repeat center center;
		background-size: cover;
	}

	.topPage header ul li.pic02 {
		background: url(../img/mv02.jpg) no-repeat center center;
		background-size: cover;
	}

	.topPage header ul li.pic03 {
		background: url(../img/mv03.jpg) no-repeat center center;
		background-size: cover;
	}

	.topPage header ul li.pic04 {
		background: url(../img/mv04.jpg) no-repeat center center;
		background-size: cover;
	}

	.underPage header {
		width: 100%;
		height: 100px;
		padding: 18px 60px 0px 0px;
		background: #f7f7f7;
		box-sizing: border-box;
		text-align: center;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10;
	}

	.underPage header p {
		width: 156px;
		margin: 0px auto 10px auto;
		font-size: 0px;
	}

	.underPage header p img {
		width: 156px;
		height: auto;
	}

	.underPage header h1 {
		font-size: 1.2rem;
		font-weight: normal;
		color: #ccc;
	}

	nav {
		width: 250px;
		height: 100%;
		background: rgba(255,255,255,0.95);
		position: fixed;
		top: 0px;
		right: -190px;
		border-left: #bfbfbf 1px solid;
		box-sizing: border-box;
		transition-duration: 0.8s;
		transition-timing-function: cubic-bezier(0.2, 0, 0.08, 1);
		text-align: left;
		z-index: 1000;
	}

	nav.on {
		top: 0px;
		right: -0px;
		transition-duration: 0.8s;
		transition-timing-function: cubic-bezier(0.2, 0, 0.08, 1); 
	}

	nav > div {
		display: table;
		width: 250px;
		height: 100%;
		position: relative;
	}

	nav > div .mark {
		width: 30px;
		height: 23px;
		margin: -12px 0px 0px 0px;
		position: absolute;
		top: 50%;
		left: 15px;
		overflow: hidden;
	}

	nav > div .mark > div {
		width: 30px;
		height: 3px;
		margin: 0px 0px 7px 0px;
		background: #343643;
		font-size: 0px;
	}

	nav:hover > div .mark > div {
		background: #848696;
	}

	nav > div ul {
		display: table-cell;
		vertical-align: middle;
		padding: 0px 0px 0px 65px;
	}

	nav > div ul li {
		width: 100%;
		margin: 0px 0px 20px 50px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	nav.on > div ul li:nth-of-type(1)  {
		animation: animeN01 0.8s ease-out 0.0s 1 normal forwards;
	}

	nav.on > div ul li:nth-of-type(2) {
		animation: animeN01 0.8s ease-out 0.1s 1 normal forwards;
	}

	nav.on > div ul li:nth-of-type(3) {
		animation: animeN01 0.8s ease-out 0.2s 1 normal forwards;
	}

	nav.on > div ul li:nth-of-type(4) {
		animation: animeN01 0.8s ease-out 0.3s 1 normal forwards;
	}

	nav.on > div ul li:nth-of-type(5) {
		animation: animeN01 0.8s ease-out 0.4s 1 normal forwards;
	}

	nav.on > div ul li:nth-of-type(6) {
		animation: animeN01 0.8s ease-out 0.5s 1 normal forwards;
	}
	
	nav.on > div ul li:nth-of-type(7) {
		animation: animeN01 0.8s ease-out 0.6s 1 normal forwards;
	}

	nav > div ul li:last-of-type {
		margin: 0px 0px 0px 50px;
	}

	nav > div ul li a {
		text-decoration: none;
	}

	nav > div p.insta {
		position: absolute;
		bottom: 20px;
		left: 60px;
	}

	nav > div p.insta a {
		margin: 0px 20px 0px 0px;
	}

	footer {
		padding: 100px 60px 80px 0px;
		background: #fff;
	}
	
	.topPage footer {
		display: flex;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	footer ul {
		width: 100%;
		padding: 0px 0px 20px 0px;
		font-size: 0px;
		line-height: 0;
	}

	footer ul li {
		display: inline-block;
		margin: 0px 10px;
	}

	footer p {
		width: 100%;
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
	}

	footer .address {
		padding: 20px 0px 0px 0px;
	}

	footer p.copy {
		padding: 20px 0px 0px 0px;
		letter-spacing: 2px;
		font-family: 'EB Garamond', serif;
	}
	
	footer > div {
		width: 100%;
	}

	footer p span {
		display: inline-block;
		margin: 0px 7px;
	}

	#top section {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	#top section a {
		display: block;
		min-width: 360px;
		min-height: 150px;
		margin: 0px 60px 0px 0px;
		vertical-align: middle;
	}

	#top section a:hover {
		opacity: 0.6;
	}

	#top section.news {
		background-image: url(../img/pic03.jpg);
	}

	#top section.salon {
		background-image: url(../img/pic04.jpg);
	}

	#top section.hair {
		background-image: url(../img/pic05.jpg);
	}
	
	#top section.kodawari {
		background-image: url(../img/pic08.jpg);
	}

	#top section.price {
		background-image: url(../img/pic06.jpg);
	}

	#top section.recruit {
		background-image: url(../img/pic07.jpg);
	}
	
	#top section a {
		background: rgba(0,0,0,0.4);
	}

	#top section a h1 {
		padding: 30px 0px 0px 0px;
		letter-spacing: 6px;
		font-family: 'EB Garamond', serif;
		font-size: 3.2rem;
		font-weight: 400;
		color: #fff;
	}

	#top section a p {
		display: inline-block;
		padding: 0px 15px 0px 0px;
		background: url(../img/arrow_white.png) no-repeat 100% 55%;
		background-size: 10px 10px;
		letter-spacing: 2px;
		font-size: 1.4rem;
		color: #fff;
	}

	#top section.news a dl {
		width: 500px;
		padding: 3em 2em 1.5em 2em;
		color: #fff;
		text-align: left;
		font-size: 1.4rem;
	}

	#top section.news a dl dt {
		padding: 0px 0px 0.5em 0px;
	}

	#top section.news a dl dd {
		margin: -2.3em 0px 0px 0px;
		padding: 0px 0px 0.5em 8em;
	}

	.underPage main {
		min-width: 860px;
	}

	.underPage main h1 {
		width: 100%;
		height: 300px;
		margin: 0px auto;
		padding: 0px 60px 0px 0px;
		background-position: center center;
		background-size: cover;
		box-sizing: border-box;
		line-height: 300px;
		letter-spacing: 10px;
		font-family: 'EB Garamond', serif;
		font-size: 4.4rem;
		font-weight: normal;
		color: #fff;
		text-align: center;
		position: fixed;
		top: 100px;
		left: 0px;
		z-index: 100;
	}

	.underPage main#newsCts h1 {
		background-image: url(../img/pic03.jpg);
	}

	.underPage main#salonCts h1 {
		background-image: url(../img/pic04.jpg);
	}

	.underPage main#hairCts h1 {
		background-image: url(../img/pic05.jpg);
	}
	
	.underPage main#kodawariCts h1 {
		background-image: url(../img/pic08.jpg);
	}

	.underPage main#priceCts h1 {
		background-image: url(../img/pic06.jpg);
	}

	.underPage main#recruitCts h1 {
		background-image: url(../img/pic07.jpg);
	}

	.underPage main h1::before {
		content: " ";
		width: 100%;
		height: 300px;
		background: rgba(0,0,0,0.3);
		position: fixed;
		top: 100px;
		left: 0px;
		z-index: -1;
	}

	.underPage main > div {
		margin: 400px 0px 0px 0px;
		padding: 100px 60px 0px 0px;
		background: #f7f7f7;
		box-sizing: content-box;
		text-align: left;
		position: relative;
		z-index: 200;
	}

	main#newsCts > div > div {
		width: 800px;
		margin: 0px auto;
		padding: 0px 0px 30px 0px;
	}

	main#newsCts > div > div article {
		padding: 0px 0px 50px 0px;
	}

	main#newsCts > div > div article h2 {
		padding: 0px 0px 5px 0px;
		border-bottom: #e5e5e5 1px solid;
		font-size: 2.0rem;
	}

	main#newsCts > div > div > div.post p.date {
		padding: 15px 0px 15px 0px;
		border-top: #fff 1px solid;
		font-size: 1.4rem;
		color: #bbb;
	}

	main#newsCts > div > div > div.post p {
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
		line-height: 2.0;
	}

	main#newsCts > div > div #infscr-loading {
		text-align: center;
	}

	main#newsCts > div > div .next a {
		display: none;
	}

	main#salonCts > div .consept {
		padding: 0px 0px 60px 0px;
	}

	main#salonCts > div .info {
		padding: 60px 0px 60px 0px;
		background: #fff;
	}

	main#salonCts > div .access {
		padding: 60px 0px 40px 0px;
	}

	main#salonCts > div .stylist {
		padding: 60px 0px 60px 0px;
		background: #fff;
		border-bottom: #eee 1px solid;
	}

	main#salonCts > div .consept h2,
	main#salonCts > div .info h2,
	main#salonCts > div .access h2,
	main#salonCts > div .stylist h2 {
		padding: 0px 0px 40px 0px;
		letter-spacing: 6px;
		font-family: 'EB Garamond', serif;
		font-size: 2.8rem;
		font-weight: normal;
		text-align: center;
	}

	main#salonCts > div .consept p,
	main#salonCts > div .info p,
	main#salonCts > div .access p {
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
		text-align: center;
	}

	main#salonCts > div .consept h2,
	main#salonCts > div .consept p {
		opacity: 0;
	}

	main#salonCts > div .info p span {
		display: inline-block;
		padding: 20px 0px 0px 0px;
		font-size: 3.0rem;
	}

	main#salonCts > div .access figure {
		width: 100%;
	}

	main#salonCts > div .access figure #gmap {
		width: 100%;
		height: 400px;
		margin: 0px 0px 20px 0px;
	}

	main#salonCts > div .access figure figcaption {
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
		text-align: center;
	}

	main#salonCts > div .stylist ul {
		display: flex;
		justify-content: space-between;
		margin: 0px auto;
		padding: 0px 20px;
	}

	main#salonCts > div .stylist ul li {
		width: 32%;
	}

	main#salonCts > div .stylist ul li figure {
		font-size: 0;
	}
	
	main#salonCts > div .stylist ul li figure img {
		width: 100%;
		height: auto;
	}

	main#salonCts > div .stylist ul li h3 {
		padding: 18px 0px;
		letter-spacing: 2px;
		font-family: 'EB Garamond', serif;
		font-size: 2.0rem;
		font-weight: normal;
		text-align: center;
	}
	
	main#salonCts > div .stylist ul li h3 span {
		display: block;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, san-serif;
		color: #aaa;
		font-size: 1.2rem;
	}

	main#salonCts > div .stylist ul li p {
		padding: 0px 0px 40px 0px;
		font-size: 1.4rem;
	}
	
	main#salonCts > div .member {
		padding: 100px 0px 0px 0px;
		background: #fff;
		border-bottom: #eee 1px solid;
	}
	
	main#salonCts > div .member ul li {
		height: 50vw;
		max-height: 800px;
		position: relative;
		color: #fff;
	}
	
	main#salonCts > div .member ul li:before {
		content: " ";
		display: block;
		width: 100%;
		height: 50vw;
		max-height: 800px;
		background: #000;
		position: absolute;
		top: 0px;
		left: 0px;
		opacity: 0.6;
	}
	
	main#salonCts > div .member ul li:nth-of-type(1) {
		background: url(../img/salon_pic02l.jpg) no-repeat center center / cover;
	}
	
	main#salonCts > div .member ul li:nth-of-type(2) {
		background: url(../img/salon_pic03l.jpg) no-repeat center center / cover;
	}
	
	main#salonCts > div .member ul li:nth-of-type(3) {
		background: url(../img/salon_pic08l.jpg) no-repeat right center / cover;
	}
	
	main#salonCts > div .member ul li:nth-of-type(4) {
		background: url(../img/salon_pic05l.jpg) no-repeat center center / cover;
	}
	
	main#salonCts > div .member ul li h2 {
		letter-spacing: 3px;
		font-family: 'EB Garamond', serif;
		font-size: 2.4rem;
		font-weight: normal;
		position: absolute;
		top: 20%;
		left: 10%;
	}
	
	main#salonCts > div .member ul li h3 {
		width: 100%;
		letter-spacing: 6px;
		font-family: 'EB Garamond', serif;
		font-size: 5.0rem;
		font-weight: normal;
		text-align: center;
		position: absolute;
		top: 45%;
		left: 0%;
	}
	
	main#salonCts > div .member ul li h3 span {
		display: block;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, san-serif;
		color: #ccc;
		font-size: 1.4rem;
	}
	
	main#salonCts > div .member ul li p {
		text-align: right;
		font-size: 1.4rem;
		position: absolute;
		bottom: 15%;
		right: 10%;
	}


	main#hairCts > div .style {
		width: 900px;
		margin: 0px auto;
		padding: 0px 0px 90px 0px;
	}

	main#hairCts > div .style ul {
		display: flex;
		flex-wrap: wrap;
	}

	main#hairCts > div .style ul li {
		width: 280px;
		margin: 0px 30px 30px 0px;
		font-size: 0px;
		opacity: 0.1;
	}

	main#hairCts > div .style ul li:nth-child(3n) {
		margin: 0px 0px 30px 0px;
	}

	main#hairCts > div .style ul li.on {
		opacity: 1.0;
		transition-duration: 1.5s;
	}

	main#hairCts > div .next a {
		display: none;
	}

	main#hairCts > div #infscr-loading {
		text-align: center;
	}
	
	main#kodawariCts > div h2 {
		font-size: 2.4rem;
		font-weight: normal;
		color: #999;
		text-align: center;
	}
	
	main#kodawariCts > div section {
		width: 800px;
		margin: 80px auto 0px auto;
	}
	
	main#kodawariCts > div section:last-of-type {
		padding: 0px 0px 100px 0px;
	}
	
	main#kodawariCts > div section h3 {
		font-size: 1.8rem;
		font-weight: normal;
		color: #ae2d5b;
	}
	
	main#kodawariCts > div section > p {
		margin: 20px 0px 0px 0px;
		font-size: 1.4rem;
	}
	
	main#kodawariCts > div section article {
		display: flex;
		margin: 20px 0px 0px 0px;
		padding: 20px 20px;
		background: #fff;
		box-shadow: 5px, 5px, 10px, #ddd;
	}
	
	main#kodawariCts > div section article figure {
		width: 180px;
	}
	
	main#kodawariCts > div section article figure img {
		width: 160px;
		height: auto;
	}
	
	main#kodawariCts > div section article > div {
		width: 580px;
	}
	
	main#kodawariCts > div section article > div h4 {
		font-family: 'EB Garamond', serif;
		font-weight: 400;
		line-height: 1.1;
	}
	
	main#kodawariCts > div section article > div h4 span:nth-of-type(1) {
		font-size: 1.2rem;
		color: #ccc;
	}
	
	main#kodawariCts > div section article > div h4 span:nth-of-type(2) {
		display: inline-block;
		margin: 0px 0px 0px 5px;
		font-size: 3.6rem;
		color: #999;
	}
	
	main#kodawariCts > div section article > div h5 {
		margin: 10px 0px 0px 0px;
		font-size: 1.6rem;
		font-weight: 400;
		color: #ae2d5b;
	}
	
	main#kodawariCts > div section article > div p {
		margin: 20px 0px 0px 0px;
		font-size: 1.4rem;
	}

	main#priceCts > div > div {
		display: flex;
		flex-wrap: wrap;
		width: 800px;
		margin: 0px auto;
		padding: 0px 0px 30px 0px;
	}

	main#priceCts > div > div section {
		width: 360px;
	}

	main#priceCts > div > div section:nth-child(2n-1) {
		margin: 0px 40px 0px 0px;
	}

	main#priceCts > div > div section:nth-child(2n) {
		margin: 0px 0px 0px 40px;
	}

	main#priceCts > div > div section h2 {
		padding: 0px 0px 15px 0px;
		border-bottom: #e5e5e5 1px solid;
		letter-spacing: 3px;
		font-family: 'EB Garamond', serif;
		font-size: 2.4rem;
		text-align: center;
	}
	
	main#priceCts > div > div section h2 span {
		display: block;
		font-size: 1.2rem;
		color: #999;
	}

	main#priceCts > div > div section dl {
		display: flex;
		flex-wrap: wrap;
		padding: 15px 0px 35px 0px;
		border-top: #fff 1px solid;
	}

	main#priceCts > div > div section dl dt {
		width: 50%;
		padding: 0px 0px 15px 0px;
		font-size: 1.4rem;
	}

	main#priceCts > div > div section dl dd {
		width: 50%;
		padding: 0px 0px 15px 0px;
		text-align: right;
		font-size: 1.4rem;
	}

	main#priceCts > div p.hpb {
		padding: 0px 0px 100px 0px;
		text-align: center;
		font-size: 1.4rem;
	}
	
	main#priceCts > div p.hpb a {
		display: inline-block;
		padding: 10px 20px;
		background: #ae2d5b;
		border-radius: 5px;
		color: #fff;
	}

	main#recruitCts > div > div {
		padding: 0px 0px 100px 0px;
	}
	
	main#recruitCts > div > div .concept {
		max-width: 960px;
		margin: 0px auto;
		text-align: center;
	}
	
	main#recruitCts > div > div .concept > div {
		margin: 0px 20px;
		padding: 30px 20px 40px 20px;
		background: #fff;
	}
	
	main#recruitCts > div > div .concept > div h2 {
		font-family: 'Playfair Display', serif;
		font-size: 4.0rem;
		font-weight: normal;
		letter-spacing: 4px;
	}
	
	main#recruitCts > div > div .concept > div p {
		margin: 20px 0px 0px 0px;
		font-size: 1.4rem;
	}
	
	main#recruitCts > div > div .message {
		padding: 20px 20px 0px 20px;
		text-align: center;
	}
	
	main#recruitCts > div > div .message p {
		margin: 20px 0px 0px 0px;
		font-size: 1.6rem;
	}
	
	main#recruitCts > div > div .trouble {
		max-width: 960px;
		margin: 40px auto 0px auto;
		padding: 40px 20px;
		border-top: #eee 1px solid;
		box-sizing: border-box;
	}
	
	main#recruitCts > div > div .trouble h2 {
		font-size: 2.0rem;
		text-align: center;
	}
	
	main#recruitCts > div > div .trouble ul {
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0px 0px 24px;
		padding: 0px 40px;
	}
	
	main#recruitCts > div > div .trouble ul li {
		list-style-type: disc;
		width: 50%;
		padding: 0px 30px 0px 0px;
		box-sizing: border-box;
		font-size: 1.4rem;
	}
	
	main#recruitCts > div > div .curriculum {
		padding: 40px 20px;
		background: #fff;
	}
	
	main#recruitCts > div > div .curriculum h2 {
		font-size: 2.0rem;
		text-align: center;
	}
	
	main#recruitCts > div > div .curriculum > ul {
		max-width: 960px;
		display: flex;
		justify-content: space-between;
		margin: 50px auto 0px auto;
	}
	
	main#recruitCts > div > div .curriculum > ul > li {
		width: 23%;
		padding: 0px 20px 20px 20px;
		background: #F3F3F3;
		box-sizing: border-box;
	}
	
	main#recruitCts > div > div .curriculum > ul > li .step {
		width: 60px;
		height: 60px;
		margin: -30px auto 0px auto;
		background: #444;
		border-radius: 30px;
		text-align: center;
		font-size: 1.2rem;
		line-height: 60px;
		color: #fff;
	}
	
	main#recruitCts > div > div .curriculum > ul > li .period {
		padding: 10px 0px 10px 0px;
		border-bottom: #fff 1px solid;
		font-size: 1.6rem;
		text-align: center;
	}
	
	main#recruitCts > div > div .curriculum > ul > li > ul {
		margin: 10px 0px 0px 25px;
	}
	
	main#recruitCts > div > div .curriculum > ul > li > ul > li {
		list-style-type: disc;
		font-size: 1.4rem;
	}

	main#recruitCts > div > div .point {
		max-width: 960px;
		margin: 0px auto;
		padding: 40px 0px 35px 0px;
	}

	main#recruitCts > div > div .point h2 {
		padding: 0px 0px 10px 0px;
		border-bottom: #e5e5e5 1px solid;
		text-align: center;
		font-size: 2.0rem;
	}

	main#recruitCts > div > div .point > dl {
		display: flex;
		flex-wrap: wrap;
		border-bottom: #fff 1px solid;
	}

	main#recruitCts > div > div .point > dl > dt {
		width: 30%;
		padding: 1.5em 0px 1.5em 30px;
		border-top: #fff 1px solid;
		border-bottom: #e5e5e5 1px solid;
		box-sizing: border-box;
		font-size: 1.4rem;
	}

	main#recruitCts > div > div .point > dl > dd {
		width: 70%;
		padding: 1.5em 30px 1.5em 0px;
		border-top: #fff 1px solid;
		border-bottom: #e5e5e5 1px solid;
		box-sizing: border-box;
		font-size: 1.4rem;
	}

	main#recruitCts > div > div .point > dl > dd dl {
		display: flex;
		flex-wrap: wrap;
	}

	main#recruitCts > div > div .point > dl > dd dl dt {
		width: 30%;
		padding: 0px 0px 15px 0px;
	}

	main#recruitCts > div > div .point > dl > dd dl dd:not(:last-child) {
		width: 70%;
		padding: 0px 0px 15px 0px;
	}

	main#recruitCts > div > div > p {
		max-width: 960px;
		margin: 0px auto;
		padding: 30px 20px;
		box-sizing: border-box;
		background: #fff;
		text-align: center;
		font-size: 1.6rem;
	}

	main#recruitCts > div > div > p span {
		display: block;
		padding: 20px 0px 0px 0px;
		font-size: 2.0rem;
	}
}

@keyframes anime1 {
	0% {
		transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}

@keyframes animeN01 {
	0% {
		margin-left: 50px;
	}
	100% {
		margin-left: 0px;
	}
}
