@charset "utf-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.0rem;
	line-height: 2.0;
}

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;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

img {
	border-style: none;
}

a {
	color: #00a9e0;
	text-decoration: none;
}

a:hover {
	color: #74d1ef;
	text-decoration: none;
}

.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) {
	
	header {
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 1px;
		padding: 33px 40px 0px 50px;
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
	}

	header h1 {
		width: 149px;
	}
	
	header h1 img {
		width: 149px;
		height: auto;
	}
	
	header #hamburger {
		display: none;
	}
	
	header nav {
		width: 500px;
		text-align: right;
	}
	
	header nav ul li {
		display: inline-block;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
	}
	
	header nav ul li:not(:nth-of-type(1)) {
		margin: 10px 0px 0px 15px;
	}
	
	.top header nav ul li:nth-of-type(1),
	.company header nav ul li:nth-of-type(2),
	.business header nav ul li:nth-of-type(3),
	.recruit header nav ul li:nth-of-type(4),
	.contact header nav ul li:nth-of-type(5) {
		background-image:  url(../img/header_arrow.png);
		background-repeat: no-repeat;
		background-position: 50% 30px;
	}
	
	header nav ul li a {
		display: inline-block;
		padding: 5px 10px;
		color: #333;
		position: relative;
		background-color: transparent;
		overflow: hidden;
	}
	
	header nav ul li a::before,
	header nav ul li a::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: ' ';
	}
	
	header nav ul li a,
	header nav ul li a::before,
	header nav ul li a::after {
		box-sizing: border-box;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	header nav ul li a:hover {
		color: #fff;
	}
	
	header nav ul li a::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: scale(0.5);
	}
	
	header nav ul li a:hover::after {
		background: #333;
		transform: scale(1);
	}
	
	.mv {
		width: calc(100% - 100px);
		height: calc(100vh - 150px);
		margin: 100px 50px 0px 50px;
		background-image: url(../img/top_mv.jpg);
		background-position: center top;
		background-size: auto 100%;
		box-sizing: border-box;
		text-align: center;
		position: fixed;
		z-index: -1;
	}
	
	.mv .copy {
		display: none;
		width: 100%;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 1px;
		position: absolute;
		top: 20%;
		left: 0px;
	}
	
	.mv h1 {
		display: none;
		width: 100%;
		font-weight: normal;
		font-size: 1.4rem;
		color: #999;
		position: absolute;
		top: 45%;
		left: 0px;
	}
	
	.mv h1 img {
		width: 274px;
		height: auto;
	}
	
	#over {
		width: 100%;
		position: absolute;
		top: 100vh;
		left: 0px;
		z-index: 0;
		background: #fff;
	}
	
	.top main {
		display: block;
	}
	
	main .topBusiness {
		padding: 80px 50px;
	}
	
	main .topBusiness h1,
	main .topGreeting h1,
	main .topSocial h1 {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.8rem;
		font-weight: normal;
		line-height: 1.4;
		text-align: center;
	}
	
	main .topBusiness h1 > span,
	main .topGreeting h1 > span,
	main .topSocial h1 > span {
		display: inline-block;
		height: 20px;
		margin: 0px auto 60px auto;
		padding: 0px 100px;
		border-bottom: #dadada 1px solid;
		text-align: center;
		line-height: 20px;
	}
	
	main .topBusiness h1 > span span,
	main .topGreeting h1 > span span,
	main .topSocial h1 > span span {
		display: inline-block;
		margin: 10px 0px 0px 0px;
		padding: 0px 15px;
		background: #fff;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 1.4rem;
		color: #b2b2b2;
		letter-spacing: 1px;
	}
	
	main .topGreeting h1 > span span {
		background: url(../img/top_greeting_back.jpg) repeat center top;
	}
	
	main .topBusiness > div {
		display: flex;
		align-items: center;
		max-width: 1200px;
		margin: 0px auto 50px auto;
	}
	
	main .topBusiness > div p {
		width: 50%;
		font-size: 1.4rem;
	}
	
	main .topBusiness > div figure {
		width: 50%;
		text-align: center;
	}
	
	main .topBusiness > div figure img {
		width: 85%;
		height: auto;
	}
	
	main .topBusiness > .link,
	main .topGreeting > .link {
		width: 310px;
		margin: 0px auto;
		padding: 4px;
		background: rgba(0,0,0,0.05);
		border-radius: 28px;
		box-sizing: border-box;
		text-align: center;
		line-height: 48px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	main .topBusiness > .link a,
	main .topGreeting > .link a {
		display: block;
		background: url(../img/link_arrow.png), linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		background-repeat: no-repeat, repeat;
		background-position: 80% 50%, 0px 0px;
		background-size: 7px 14px, auto;
		border-radius: 28px;
		box-shadow:  0px 5px 5px 0px rgba(255,255,255,0.4) inset;
		color: #fff;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	main .topBusiness > .link a:hover,
	main .topGreeting > .link a:hover {
		transition: all 0.5s ease-out;
		opacity: 0.6;
	}
	
	main .topGreeting {
		margin: 0px 0px 80px 0px;
		padding: 80px 50px;
		background: url(../img/top_greeting_back.jpg) repeat center top;
	}
	
	main .topGreeting > div {
		max-width: 1200px;
		margin: 0px auto 50px auto;
		padding: 50px 10%;
		background: #fff;
		box-sizing: border-box;
	}
	
	main .topGreeting > div p {
		padding: 0px 0px 30px 0px;
		font-size: 1.4rem;
	}
	
	main .topGreeting > div p.right {
		padding: 0px;
		text-align: right;
		font-size: 1.4rem;
	}
	
	main .topGreeting > div p.right span {
		display: block;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.4rem;
	}
	
	main .topRecruit {
		margin: 0px 50px 80px 50px;
	}
	
	main .topRecruit div {
		margin: 0px auto;
		padding: 80px 0px;
		background: #b5d57a url(../img/recruit_back.jpg) no-repeat center center;
		background-size: cover;
	}
	
	main .topRecruit div h1 {
		padding: 0px 0px 50px 0px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.8rem;
		font-weight: normal;
		line-height: 1.4;
		text-align: center;
		color: #fff;
	}
	
	main .topRecruit div h1 > span {
		display: block;
		width: 287px;
		margin: 15px auto 0px auto;
		background-image: url(../img/line_dot.gif), url(../img/line_dot.gif);
		background-repeat: no-repeat, no-repeat;
		background-position: 0% 50%, 187px 50%;
		background-size: 100px 1px, 100px 1px;
		color: #f1ffd7;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	
	main .topRecruit div .text {
		margin: 0px 0px 90px 0px;
		font-size: 1.4rem;
		text-align: center;
		color: #fff;
	}
	
	main .topRecruit div .link {
		width: 310px;
		margin: 0px auto;
		padding: 4px;
		background: rgba(0,0,0,0.05);
		border-radius: 28px;
		box-sizing: border-box;
		text-align: center;
		line-height: 48px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	main .topRecruit div .link a {
		display: block;
		background: #fff url(../img/link_arrow2.png);
		background-repeat: no-repeat;
		background-position: 80% 50%;
		background-size: 7px 14px;
		border-radius: 28px;
		box-shadow:  0px 5px 5px 0px rgba(155,199,97,0.4) inset;
		color: #9bc761;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	main .topRecruit div .link a:hover {
		transition: all 0.5s ease-out;
		opacity: 0.6;
	}

	main .topSocial {
		max-width: 1300px;
		margin: 0px auto 80px auto;
	}
	
	main .topSocial .text {
		padding: 0px 50px 25px 50px;
		text-align: center;
		font-size: 1.4rem;
	}
	
	main .topSocial ul {
		display: flex;
		justify-content: space-between;
		padding: 0px 50px;
	}
	
	main .topSocial ul a {
		display: block;
		width: 31.6%;
		padding: 25px 3%;
		border: #e5e5e5 1px solid;
		box-sizing: border-box;
		text-align: center;
		font-size: 1.6rem;
		word-break: break-all;
		transition: all 0.5s ease-out;
		background: #fff;
		color: #333;
	}
	
	main .topSocial ul a:hover {
		transition: all 0.5s ease-out;
		background: #00a9e0;
		color: #fff
	}
	
	main .topSocial ul a li span {
		display: block;
		font-size: 1.4rem;
		line-height: 1.6;
		transition: all 0.5s ease-out;
		color: #00a9e0;
	}
	
	main .topSocial ul a:hover li span {
		transition: all 0.5s ease-out;
		color: #fff;
	}
	
	main h1.page {
		padding: 200px 0px 150px 0px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 3.0rem;
		font-weight: normal;
		letter-spacing: 5px;
		text-align: center;
	}
	
	main .vision,
	main .outline,
	main .businessInfo,
	main .basic,
	main .invitation,
	main .privacy,
	main .recruitInfo,
	main .contact {
		padding: 0px 50px 150px 50px;
	}
	
	main .map,
	main .application,
	main .businessOperation {
		padding: 0px 50px 100px 50px;
	}
	
	main .vision h2,
	main .outline h2,
	main .map h2,
	main .basic h2,
	main .invitation h2,
	main .privacy h2,
	main .businessOperation h2,
	main .application h2,
	main .entryForm h2 {
		padding: 0px 0px 50px 0px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.4rem;
		font-weight: normal;
		line-height: 1.4;
		letter-spacing: 2px;
		text-align: center;
	}
	
	main .vision h2 > span,
	main .outline h2 > span,
	main .map h2 > span,
	main .basic h2 > span,
	main .invitation h2 > span,
	main .privacy h2 > span,
	main .businessOperation h2 > span,
	main .application h2 > span,
	main .entryForm h2 > span {
		display: inline-block;
		height: 20px;
		margin: 0px auto;
		padding: 0px 100px;
		border-bottom: #dadada 1px solid;
		text-align: center;
		line-height: 20px;
	}
	
	main .vision h2 > span span,
	main .outline h2 > span span,
	main .map h2 > span span,
	main .basic h2 > span span,
	main .invitation h2 > span span,
	main .privacy h2 > span span,
	main .businessOperation h2 > span span,
	main .application h2 > span span,
	main .entryForm h2 > span span {
		display: inline-block;
		margin: 10px 0px 0px 0px;
		padding: 0px 15px;
		background: #fff;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 1.2rem;
		color: #b2b2b2;
		letter-spacing: 1px;
	}
	
	main .entryForm h2 > span span {
		background: #f7f7f7;
	}
	
	main .vision > div {
		max-width: 1000px;
		margin: 0px auto;
	}
	
	main .vision > div div p {
		font-size: 1.4rem;
		text-align: center;
	}
	
	main .vision > div div p:not(:last-of-type) {
		padding: 0px 0px 25px 0px;
	}
	
	main .outline dl {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 0px auto;
	}
	
	main .outline dl dt {
		width: 32%;
		padding: 11px 20px;
		box-sizing: border-box;
		font-size: 1.4rem;
	}
	
	main .outline dl dd {
		width: 68%;
		padding: 11px 20px;
		border-left: #fff 2px solid;
		box-sizing: border-box;
		font-size: 1.4rem;
	}
	
	main .outline dl dt:nth-of-type(2n-1),
	main .outline dl dd:nth-of-type(2n-1) {
		background: #f7f7f7;
	}
	
	main .map #gmap {
		width: 100%;
		height: 500px;
		margin: 0px 0px 50px 0px;
		border: #f3f3f3 2px solid;
		box-sizing: border-box;
	}
	
	main .map .link,
	main .businessInfo .link {
		width: 310px;
		margin: 0px auto;
		padding: 4px;
		background: rgba(0,0,0,0.05);
		border-radius: 28px;
		box-sizing: border-box;
		text-align: center;
		line-height: 48px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	main .map .link a,
	main .businessInfo .link a {
		display: block;
		width: 100%;
		background: url(../img/win.png), linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		background-repeat: no-repeat, repeat;
		background-position: 80% 50%, 0px 0px;
		background-size: 16px 12px, auto;
		border-radius: 28px;
		border: none;
		line-height: 48px;
		box-shadow:  0px 5px 5px 0px rgba(255,255,255,0.4) inset;
		color: #fff;
		font-family: inherit;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	main .map .link a:hover,
	main .businessInfo .link a:hover {
		transition: all 0.5s ease-out;
		opacity: 0.6;
	}
	
	main .businessInfo {
		padding: 0px 50px 150px 50px;
	}
	
	main .businessInfo figure {
		height: 300px;
		margin: 0px 0px 35px 0px;
		background: url(../img/business_pic01.jpg) no-repeat center center;
		background-size: 100% auto;
	}
	
	main .businessInfo figure img {
		display: none;
	}
	
	main .businessInfo div {
		max-width: 900px;
		margin: 0px auto 50px auto;
	}
	
	main .businessInfo div p {
		font-size: 1.4rem;
	}
	
	main .businessInfo div p:not(:last-of-type) {
		padding: 0px 0px 30px 0px;
	}
	
	main .businessInfo div p span {
		font-size: 1.2rem;
		color: #aaa;
	}
	
	main .basic ul {
		max-width: 900px;
		margin: 0px auto;
	}
	
	main .basic ul li {
		font-size: 1.4rem;
	}
	
	main .invitation > ul {
		max-width: 900px;
		margin: 0px auto;
	}
	
	main .invitation > ul > li {
		list-style: decimal;
		list-style-position: inside;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	main .invitation > ul > li:not(:last-of-type) {
		padding: 0px 0px 50px 0px;
	}
	
	main .invitation > ul > li h3 {
		margin: -33px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		border-bottom: #f3f3f3 1px solid;
		font-size: 1.6rem;
	}
	
	main .invitation > ul > li ul li {
		margin: 0px 0px 0px 25px;
		list-style: decimal;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .invitation > ul > li ul li:not(:first-of-type) {
		margin-top: 10px;
	}
	
	main .privacy {
		max-width: 900px;
		margin: 0px auto;
	}
	
	main .privacy > p {
		padding: 0px 0px 50px 0px;
		font-size: 1.4rem;
	}
	
	main .privacy > ul {
		margin: 0px auto;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	main .privacy > ul > li {
		padding: 0px 0px 50px 0px;
		list-style: decimal;
		list-style-position: inside;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	main .privacy > ul > li h3 {
		margin: -33px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		border-bottom: #f3f3f3 1px solid;
		font-size: 1.6rem;
	}
	
	main .privacy > ul > li p {
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .privacy > ul:not(.sub) > li span {
		font-size: 1.2rem;
		vertical-align: super;
		color: #999;
	}
	
	main .privacy > ul > li ul.disc li {
		margin: 0px 0px 0px 25px;
		list-style: disc;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .privacy > ul > li ul.decimal li {
		margin: 0px 0px 0px 25px;
		list-style: decimal;
		font-size: 1.4rem;
	}
	
	main .privacy > ul > li:nth-of-type(1) ul.disc li:not(:first-of-type) {
		margin-top: 10px;
	}
	
	main .privacy > ul > li:nth-of-type(2) ul.disc {
		margin-top: 10px;
	}
	
	main .privacy > ul > li:nth-of-type(3) ul.decimal > li:not(:first-of-type) {
		margin-top: 10px;
	}
	
	main .privacy > ul > li:nth-of-type(4) ul.disc {
		margin-top: 10px;
	}
	
	main .privacy > ul > li:nth-of-type(5) ul.disc {
		margin-top: 10px;
	}
	
	main .privacy > ul > li:nth-of-type(6) ul.disc {
		margin-top: 10px;
	}
	
	main .privacy > ul > li ul.decimal li h4 {
		font-weight: bold;
	}
	
	main .privacy > ul > li ul.decimal ul.disc li {
		list-style: disc;
	}
	
	main .privacy .box {
		border: #e6e6e6 1px solid;
	}
	
	main .privacy .box dt {
		padding: 12px 25px 0px 25px;
		background: #f8f8f8;
		border-top: #fff 4px solid;
		border-left: #fff 4px solid;
		border-right: #fff 4px solid;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	main .privacy .box dd {
		padding: 0px 25px 12px 25px;
		background: #f8f8f8;
		border-left: #fff 4px solid;
		border-right: #fff 4px solid;
		border-bottom: #fff 4px solid;
		font-size: 1.4rem;
	}
	
	main .privacy .sub {
		margin: 30px 0px 0px 0px;
	}
	
	main .privacy .sub li {
		list-style: none;
		margin: 0px 0px 0px 32px;
		padding: 0px;
		text-indent: -32px;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .privacy .sub li span {
		padding: 0px 10px 0px 0px;
		color: #999;
	}
	
	main .businessOperation {
		max-width: 900px;
		margin: 0px auto;
	}
	
	main .businessOperation > p {
		padding: 0px 0px 50px 0px;
		font-size: 1.4rem;
	}
	
	main .businessOperation > ul {
		margin: 0px auto;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	main .businessOperation > ul > li {
		padding: 0px 0px 50px 0px;
		list-style: decimal;
		list-style-position: inside;
		font-size: 1.6rem;
	}
	
	main .businessOperation > ul > li h3 {
		margin: -33px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		border-bottom: #f3f3f3 1px solid;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	main .businessOperation > ul > li ul li {
		list-style: none;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .businessOperation > ul > li ul.disc li {
		margin: 0px 0px 0px 25px;
		list-style: disc;
	}
	
	main .businessOperation > ul > li ul li dl {
		display: flex;
		flex-wrap: wrap;
		margin: 10px 0px 0px 0px;
	}
	
	main .businessOperation > ul > li ul li dl dt {
		width: 200px;
	}
	
	main .businessOperation > ul > li ul li dl dd {
		width: calc(100% - 200px);
	}

	
	main .recruitInfo h2 {
		margin: 0px 0px 50px 0px;
		padding: 110px 0px;
		background: #b5d57a url(../img/recruit_back.jpg) no-repeat center center;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.6rem;
		font-weight: normal;
		color: #fff;
		text-align: center;
	}
	
	main .recruitInfo dl {
		max-width: 900px;
		margin: 0px auto;
	}
	
	main .recruitInfo dl dt {
		margin: 0px 0px 15px 0px;
		border-bottom: #f3f2f2 1px solid;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	main .recruitInfo dl dd {
		font-size: 1.4rem;
	}
	
	main .recruitInfo dl dd:not(:last-of-type) {
		padding: 0px 0px 40px 0px;
	}
	
	main .application > div {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 0px auto;
	}
	
	main .application > div dl {
		width: 50%;
		box-sizing: border-box;
	}
	
	main .application > div dl:nth-of-type(2n-1) {
		padding: 0px 10px 0px 0px;
	}
	
	main .application > div dl:nth-of-type(2n) {
		padding: 0px 0px 0px 10px;
	}
	
	main .application > div dl dt {
		padding: 6px 20px;
		background: #f7f7f7;
		font-size: 1.4rem;
	}
	
	main .application > div dl dd {
		padding: 6px 20px 25px 20px;
		font-size: 1.4rem;
	}
	
	main .application > div dl:last-of-type dd {
		padding: 6px 20px 20px 20px;
	}
	
	main .entryForm {
		margin: 0px 50px 50px 50px;
		padding: 100px 0px;
		background: #f7f7f7;
	}
	
	main .entryForm h3 {
		display: flex;
		max-width: 1000px;
		margin: 0px auto 50px auto;
		padding: 0px 10px;
		text-align: center;
	}
	
	main .entryForm h3 span {
		display: block;
		width: 33.33%;
		padding: 6px 0px;
		background: #ebebeb;
		font-size: 1.6rem;
		font-weight: normal;
	}
	
	main .entryForm h3 span:not(:last-of-type) {
		margin: 0px 5px 0px 0px;
	}
	
	main .entryForm h3 span.on {
		background: #333;
		color: #fff;
	}
	
	main .entryForm h3 span.error {
		width: 100%;
		background: #333;
		color: #fff;
	}
	
	main .entryForm form {
		display: block;
		max-width: 1000px;
		margin: 0px auto;
		padding: 0px 10px;
	}
	
	main .entryForm form dl.input {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	main .entryForm form .input dt {
		width: 33%;
		font-size: 1.4rem;
	}
	
	main .entryForm form .input dt span {
		display: block;
		padding: 8px 20px;
		border-left: #cdcdcd 3px solid;
	}
	
	main .entryForm form .input dt.required span {
		border-left: #333 3px solid;
	}
	
	main .entryForm form .input dd {
		width: 67%;
		min-height: 44px;
		margin: 0px 0px 15px 0px;
		font-size: 1.4rem;
	}
	
	main .entryForm form .confirm dd {
		padding: 8px 0px;
	}
	
	main .entryForm form .input dd input[type="text"],
	main .entryForm form .input dd input[type="email"],
	main .entryForm form .input dd input[type="tel"] {
		width: 100%;
		padding: 14px 10px;
		background: #fff;
		border: none;
		border-radius: 2px;
		box-sizing: border-box;
		box-shadow: 2px 2px 3px 1px #eee inset;
		font-size: 1.4rem;
		font-family: inherit;
	}
	
	main .entryForm form .input dd select {
		width: 50%;
		padding: 14px 10px;
		background: #fff;
		border: none;
		border-radius: 2px;
		box-sizing: border-box;
		box-shadow: 2px 2px 3px 1px #eee inset;
		font-size: 1.4rem;
		font-family: inherit;
	}
	
	main .entryForm form .input dd label {
		display: inline-block;
		padding: 8px 0px;
	}
	
	main .entryForm form .input dd label:not(:first-of-type) {
		margin: 0px 0px 0px 40px;
	}
	
	main .entryForm form .input dd label input[type="radio"] {
		margin: 0px 5px 0px 0px;
	}
	
	main .entryForm form .input dd textarea {
		width: 100%;
		height: 200px;
		padding: 14px 10px;
		background: #fff;
		border: none;
		border-radius: 2px;
		box-sizing: border-box;
		box-shadow: 2px 2px 3px 1px #eee inset;
		font-family: inherit;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .entryForm form .input dd input::-webkit-input-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .input dd input::-moz-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .input dd input:-ms-input-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .input dd textarea::-webkit-input-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .input dd textarea::-moz-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .input dd textarea:-ms-input-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .formPrivacy {
		max-width: 1000px;
		margin: 0px auto 20px auto;
		padding: 35px 4%;
		background: #fff;
		box-sizing: border-box;
	}
	
	main .entryForm form .formPrivacy h4 {
		font-size: 1.6rem;
		font-weight: normal;
		text-align: center;
		color: #666;
	}
	
	main .entryForm form .formPrivacy > div {
		width: 100%;
		height: 220px;
		margin: 0px 0px 10px 0px;
		padding: 20px 40px 20px 20px;
		background: #f7f7f7;
		box-sizing: border-box;
		overflow: auto;
		color: #777;
	}
	
	main .entryForm form .formPrivacy > div > p {
		padding: 0px 0px 30px 0px;
		font-size: 1.2rem;
	}

	main .entryForm form .formPrivacy > div > ul {
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .entryForm form .formPrivacy > div > ul > li {
		list-style: decimal;
		list-style-position: inside;
		font-size: 1.4rem;
	}
	
	main .entryForm form .formPrivacy > div > ul > li:not(:last-of-type) {
		padding: 0px 0px 30px 0px;
	}
	
	main .entryForm form .formPrivacy > div > ul > li h5 {
		max-width: 900px;
		margin: -28px 0px 5px 0px;
		padding: 0px 0px 0px 20px;
		border-bottom: #eee 1px solid;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	main .entryForm form .formPrivacy > div > ul > li p {
		font-size: 1.2rem;
	}
	
	main .entryForm form .formPrivacy > div > ul > li ul li {
		margin: 0px 0px 0px 25px;
		list-style: decimal;
		font-size: 1.2rem;
	}
	
	main .entryForm form .formPrivacy .info {
		padding: 0px 0px 5px 0px;
		font-size: 1.2rem;
		text-align: center;
		color: #777;
	}
	
	main .entryForm form .formPrivacy .check {
		font-size: 1.6rem;
		text-align: center;
		color: #333;
	}
	
	main .entryForm form .formPrivacy .check input {
		margin: 0px 5px 0px 0px;
	}
	
	main .entryForm .submit,
	main .entryForm .submit2 span {
		width: 310px;
		margin: 0px auto;
		padding: 4px;
		background: rgba(0,0,0,0.05);
		border-radius: 28px;
		box-sizing: border-box;
		text-align: center;
		line-height: 48px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	main .entryForm .submit2 span {
		display: inline-block;
	}
	
	main .entryForm .submit2 {
		margin: 0px 0px 0px 200px;
	}
	
	main .entryForm .submit2 span:first-of-type {
		margin: 0px 20px 0px 0px;
	}
	
	main .entryForm .submit input,
	main .entryForm .submit2 span input {
		width: 100%;
		background: linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		background-repeat: repeat;
		background-position: 0px 0px;
		background-size: auto;
		border-radius: 28px;
		border: none;
		line-height: 48px;
		box-shadow:  0px 5px 5px 0px rgba(255,255,255,0.4) inset;
		color: #fff;
		cursor: pointer;
		font-family: inherit;
		font-size: 1.8rem;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	main .entryForm .submit2 span input {
		display: inline-block;
	}
	
	main .entryForm .submit input:hover,
	main .entryForm .submit2 span input:hover {
		transition: all 0.5s ease-out;
		opacity: 0.6;
	}
	
	main .entryForm .errorTop {
		max-width: 1000px;
		margin: 0px auto 50px auto;
		padding: 0px 10px;
		text-align: center;
		font-size: 1.4rem;
	}
	
	main .entryForm .errorMessage {
		max-width: 1000px;
		margin: 0px auto 100px auto;
		padding: 15px 10px;
		background: #000;
		border: #999 1px dotted;
		font-size: 1.4rem;
		text-align: center;
		color: #fff;
	}
	
	main .entryForm .thanks {
		max-width: 1000px;
		margin: 0px auto 50px auto;
		padding: 0px 10px;
		text-align: center;
		font-size: 1.4rem;
	}
	
	main .recruitMessage {
		padding: 0px 50px;
		background: #eeeff4 url(../img/bg_rec_msg.jpg) repeat center top / 1440px auto;
		position: relative;
	}
	
	main .recruitMessage::before {
		content: " ";
		width: calc(50% + 480px);
		height: calc(100% - 160px);
		background: #fff;
		border-radius: 20px 0 0 20px;
		position: absolute;
		right: 0px;
		top: 80px;
		z-index: 1;
	}
	
	main .recruitMessage > div {
		max-width: 1200px;
		margin: 0px auto;
	}
	
	main .recruitMessageIn {
		padding: 150px 0px;
		z-index: 2;
		position: relative;
		align-items: center;
		justify-content: space-between;
		display: flex;
	}
	
	main .recruitMessage h2 {
		width: 40%;
		font-family: 'EB Garamond', serif;
		font-size: 5.0rem;
		font-weight: normal;
		line-height: 1.3;
		text-align: left;
		letter-spacing: 0.15em;
		position: relative;
	}
	
	main .recruitMessage h2 span {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: left;
		letter-spacing: 0.1em;
		left: 0px;
		bottom: -22px;
		position: absolute;
	}
	
	main .recruitMessage .recruitMessageMain {
		margin: 0 auto;
		width: 60%;
		text-align: left;
	}
	
	main .recruitMessage .recruitMessageMain p {
		margin-bottom: 2em;
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	
	main .recruitMessage .recruitMessageMain dl dt {
		margin-bottom: 1px;
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
		text-align: right;
	}
	
	main .recruitMessage .recruitMessageMain dl dd {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.2rem;
		font-weight: 300;
		line-height: 2.8rem;
		letter-spacing: 0.2em;
		text-align: right;
	}
	
	main .recruitBusiness h2,
	main .recruitFeatures h2,
	main .recruitEducation h2,
	main .recruitMember h2,
	main .recruitApplication h2 {
		margin-bottom: 50px;
		font-family: 'EB Garamond', serif;
		font-weight: normal;
		font-size: 4.0rem;
		line-height: 1.3;
		text-align: center;
		letter-spacing: 0.15em;
		position: relative;
	}

	main .recruitBusiness h2 span,
	main .recruitFeatures h2 span,
	main .recruitEducation h2 span,
	main .recruitMember h2 span,
	main .recruitApplication h2 span {
		margin-top: 10px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0.1em;
		display: block;
	}

	main .recruitBusiness {
		padding: 150px 50px 150px;
		overflow: hidden;
	}

	main .recruitBusiness .recruitBusinessIn {
		margin: 0px auto;
		max-width: 1200px;
	}

	main .recruitBusiness .dsc {
		margin-bottom: 40px;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .recruitBusiness .flow {
		margin: 0px -26px;
		text-align: left;
		justify-content: center;
		flex-wrap: wrap;
		display: flex;
	}

	main .recruitBusiness .flow li {
		margin: 0px 26px 56px;
	}

	main .recruitBusiness .flow li h3 {
		margin-bottom: 10px;
		color: #9BC762;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	main .recruitBusiness .flow li h3 span {
		color: #E6E6E6;
		font-family: 'Roboto';
		font-size: 2.8rem;
		font-weight: 500;
		line-height: 1.1;
		display: block;
	}

	main .recruitBusiness .flow li h3 br {
		display: none;
	}

	main .recruitBusiness .flow li figure {
		margin: 0px 0px 0px 30px;
		width: 160px;
	}

	main .recruitBusiness .flow li figure img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	main .recruitBusiness .point {
		text-align: left;
		justify-content: space-between;
		display: flex;
	}

	main .recruitBusiness .point dl {
		padding: 30px 40px;
		width: calc(50% - 20px);
		border: 1px #e6e6e6 solid;
		border-radius: 10px;
		box-sizing: border-box;
	}

	main .recruitBusiness .point dl dt {
		margin: 0px 0px 20px;
		color: #00A9E0;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		align-items: center;
		display: flex;
	}

	main .recruitBusiness .point dl dt img {
		margin-right: 10px;
		width: 36px;
		height: auto;
	}

	main .recruitBusiness .point dl dd {
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 2;
	}

	main .recruitFeatures {
		padding: 100px 50px 50px;
		background: #f7f7f7;
		z-index: 2;
		position: relative;
	}

	main .recruitFeatures::before,
	main .recruitFeatures::after {
		content: "";
		width: 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		position: absolute;
		z-index: 3;
	}

	main .recruitFeatures::before {
		border-top: 200px solid #9BC762;
		border-right: 400px solid transparent;
		left: 0;
		top: -50px;
	}

	main .recruitFeatures::after {
		border-bottom: 200px solid #00A9E0;
		border-left: 400px solid transparent;
		right: 0;
		bottom: -50px;
	}

	main .recruitFeatures .recruitFeaturesIn {
		margin: 0px auto;
		max-width: 1200px;
		z-index: 4;
		position: relative;
	}

	main .recruitFeatures .dsc {
		margin-bottom: 40px;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .recruitFeatures .note {
		margin: 0px auto 50px;
		padding: 20px 0px;
		width: 700px;
		border-top: 1px #e6e6e6 solid;
		border-bottom: 1px #e6e6e6 solid;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .recruitFeatures .note span {
		text-align: left;
		display: inline-block;
	}

	main .recruitFeatures .list {
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}

	main .recruitFeatures .list li {
		margin: 0px 0px 50px;
		padding: 40px 0px 0px 50px;
		width: calc(50% - 50px);
		text-align: left;
		box-sizing: border-box;
		position: relative;
	}

	main .recruitFeatures .list li h3 {
		padding: 17px 20px 16px;
		width: 300px;
		border-radius: 10px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.1em;
		box-sizing: border-box;
		left: 0;
		top: 0;
		position: absolute;
	}

	main .recruitFeatures .list li:nth-of-type(1) h3,
	main .recruitFeatures .list li:nth-of-type(3) h3 {
		background: #9BC762;
	}

	main .recruitFeatures .list li:nth-of-type(2) h3,
	main .recruitFeatures .list li:nth-of-type(4) h3 {
		background: #00A9E0;
	}

	main .recruitFeatures .list li figure {
		margin: 0px 0px 20px;
		width: 100%;
		height: 200px;
		background: #fff;
		border-radius: 10px;
		text-align: left;
	}

	main .recruitFeatures .list li figure img {
		margin: 0px auto;
		width: 200px;
		height: auto;
		vertical-align: top;
		display: block;
	}

	main .recruitFeatures .list li h4,
	main .recruitFeatures .list li p {
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}

	main .recruitFeatures .list li h4 {
		margin-top: 1.75em;
		font-weight: 600;
	}

	main .recruitFeatures .list li p {
		font-weight: 300;
	}

	main .recruitFeatures .list li:nth-of-type(1) p,
	main .recruitFeatures .list li:nth-of-type(2) p {
		line-height: 2;
	}

	main .recruitFeatures .list li:nth-of-type(1) p:first-of-type {
		margin-right: -10px;
	}

	main .recruitEducation {
		padding: 200px 50px 50px;
	}

	main .recruitEducation .recruitEducationIn {
		margin: 0px auto;
		max-width: 1200px;
	}

	main .recruitEducation .swipe {
		display: none;
	}

	main .recruitEducation .fig {
		margin: 0px auto 10px;
		width: 100%;
	}

	main .recruitEducation .fig img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	main .recruitEducation .fig .sp {
		display: none;
	}

	main .recruitEducation .box {
		padding: 53px 0px;
		width: 100%;
		background: #9BC762;
		border-radius: 10px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.78;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .recruitEducation .box .sp {
		display: none;
	}

	main .recruitMember {
		padding: 100px 50px 100px;
	}

	main .recruitMember .recruitMemberIn {
		margin: 0px auto;
		max-width: 1340px;
	}

	main .recruitMember .memberMain .memberSec {
		position: relative;
		box-sizing: border-box;
	}

	main .recruitMember .memberMain > .memberSec {
		padding: 50px 70px 60px;
		width: 100%;
	}

	main .recruitMember .memberMain .memberSec::before {
		content: "";
		width: 100%;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		z-index: -1;
	}

	main .recruitMember .memberMain > .memberSec::before {
		height: 303px;
		border-radius: 10px;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(1)::before {
		background: #9BC762;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(2)::before {
		background: #00A9E0;
	}

	main .recruitMember .memberMain .memberSub {
		flex-wrap: wrap;
		display: flex;
	}

	main .recruitMember .memberMain .memberSub .memberSec {
		width: 50%;
	}

	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(odd) {
		padding: 50px 50px 50px 120px;
	}

	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(even) {
		padding: 50px 120px 50px 50px;
	}

	main .recruitMember .memberMain .memberSub .memberSec::before {
		height: 180px;
	}

	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(odd)::before {
		background: #9BC762;
		border-radius: 10px 0 0 10px;
	}

	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(even)::before {
		background: #00A9E0;
		border-radius: 0 10px 10px 0;
	}

	main .recruitMember .memberMain .memberSec h4 {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	main .recruitMember .memberMain > .memberSec h4 {
		margin: 30px 0px 22px;
	}

	main .recruitMember .memberMain .memberSub .memberSec h4 {
		margin: 30px 0px 12px;
	}

	main .recruitMember .memberMain .memberSec h4 span {
		display: inline-block;
		position: relative;
	}

	main .recruitMember .memberMain .memberSec h4 span::before {
		content: "";
		width: 100%;
		height: 16px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 0;
		bottom: -2px;
		position: absolute;
		z-index: -1;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(1) h4 span::before,
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(odd) h4 span::before {
		background: #E1EFD0;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(2) h4 span::before,
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(even) h4 span::before {
		background: #B3E6F6;
	}

	main .recruitMember .memberMain .memberSec p {
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	main .recruitMember .memberMain > .memberSec .job {
		margin: 18px 0px 137px;
		color: #fff;
		font-weight: 600;
	}

	main .recruitMember .memberMain .memberSub .memberSec .job {
		margin: 20px 0px 0px;
	}


	main .recruitMember .memberMain .memberSec .tmb {
		z-index: 1;
		position: relative;
	}

	main .recruitMember .memberMain .memberSub .memberSec .tmb {
		width: 100%;
		max-width: 400px;
	}

	main .recruitMember .memberMain .memberSec .tmb figcaption {
		background: #fff;
		border-radius: 10px;
		font-family: 'EB Garamond', serif;
		text-align: center;
	}

	main .recruitMember .memberMain > .memberSec .tmb img {
		width: 45.8%;
		height: auto;
		border-radius: 10px;
		left: 0;
		top: 0;
		z-index: 1;
		position: absolute;
	}

	main .recruitMember .memberMain .memberSub .memberSec .tmb img {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	main .recruitMember .memberMain > .memberSec .tmb figcaption {
		padding: 20px 0px;
		width: 70px;
		font-size: 2.8rem;
		line-height: 3rem;
		left: -20px;
		top: -20px;
		z-index: 2;
		position: absolute;
	}

	main .recruitMember .memberMain .memberSub .memberSec .tmb figcaption {
		padding: 15px 0px;
		width: 60px;
		font-size: 2.4rem;
		line-height: 3rem;
		left: -20px;
		top: -20px;
		z-index: 2;
		position: absolute;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(1) .tmb figcaption,
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(odd) .tmb figcaption {
		color: #9BC762;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(2) .tmb figcaption,
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(even) .tmb figcaption {
		color: #00A9E0;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail {
		padding: 40px 0 0 42%;
		z-index: 2;
		position: relative;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail h3 {
		color: #fff;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 {
		margin: 30px 0px 0px;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 a {
		padding: 17px 80px 16px 21px;
		color: #fff;
		display: block;
		position: relative;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 a::before,
	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 a::after {
		content: "";
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		position: absolute;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 a::before {
		width: 60px;
		height: 100%;
		right: 0;
		top: 0;
		z-index: 1;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 a::after {
		width: 14px;
		height: 8px;
		background: url("../img/arrow_rec.svg") no-repeat center center / contain;
		right: 23px;
		top: 26px;
		z-index: 2;
		transform: rotate(180deg);
		transform-origin: center center;
		transition-property: transform;
		transition-duration: 0.5s;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek.open h5 a::after {
		transform:rotate(0);
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(1) .memberDetail .memberWeek h5 a {
		background: #9BC762;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(1) .memberDetail .memberWeek h5 a::before {
		background: #86B747;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(2) .memberDetail .memberWeek h5 a {
		background: #00A9E0;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(2) .memberDetail .memberWeek h5 a::before {
		background: #0098CA;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek .list {
		padding: 1px 0px 0px;
		flex-wrap: wrap;
		display: none;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek.open .list {
		display: flex;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek .list > .hol,
	main .recruitMember .memberMain > .memberSec .memberWeek .list > .day {
		margin: 30px 0 0;
		width: calc(100% / 3);
	}

	main .recruitMember .memberMain > .memberSec .memberWeek h6 {
		margin: 0px 0px 10px;
		font-family: 'Roboto', sans-serif;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(1) .memberDetail .memberWeek h6 {
		color: #9BC762;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(2) .memberDetail .memberWeek h6 {
		color: #00A9E0;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek p,
	main .recruitMember .memberMain > .memberSec .memberWeek ul li {
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 2.4rem;
		letter-spacing: 0.05em;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek ul li span {
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek p {
		margin: 0px 0px 40px;
	}

	main .recPicture {
		padding: 150px 0px;
	}

	main .recPicture ul {
		position: relative;
		aspect-ratio: 1440 / 960;
	}
	
	main .recPicture ul li.pic01 {
		width: calc(100% * (2 / 3));
		aspect-ratio: 3 / 2;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	main .recPicture ul li.pic02 {
		width: calc(100% * (1 / 3));
		aspect-ratio: 3 / 2;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	main .recPicture ul li.pic03 {
		width: calc(100% * (1 / 3));
		aspect-ratio: 3 / 2;
		position: absolute;
		top: calc(100% * (1 / 3));
		right: 0px;
	}

	main .recPicture ul li.pic04 {
		width: calc(100% * (1 / 3));
		aspect-ratio: 3 / 2;
		position: absolute;
		top: calc(100% * (2 / 3));
		left: 0px;
	}

	main .recPicture ul li.pic05 {
		width: calc(100% * (1 / 3));
		aspect-ratio: 3 / 2;
		position: absolute;
		top: calc(100% * (2 / 3));
		left: calc(100% * (1 / 3));
	}

	main .recPicture ul li.pic06 {
		width: calc(100% * (1 / 3));
		aspect-ratio: 3 / 2;
		position: absolute;
		top: calc(100% * (2 / 3));
		left: calc(100% * (2 / 3));
	}

	main .recPicture ul li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	main .recruitApplication {
		padding: 0px 50px 100px;
	}

	main .recruitApplication .recruitApplicationIn {
		margin: 0px auto 100px;
		padding: 100px 0 100px;
		max-width: 1200px;
		background: #f7f7f7;
		border-radius: 10px;
		box-sizing: border-box;
	}

	main .recruitApplication .recruitApplicationIn h2,
	main .recruitApplication .recruitApplicationIn dl {
		margin-left: 12.5%;
		margin-right: 12.5%;
	}

	main .recruitApplication .recruitApplicationIn dl {
		padding: 50px 0px 30px;
		border-top: 1px #e6e6e6 solid;
		border-bottom: 1px #e6e6e6 solid;
	}

	main .recruitApplication .recruitApplicationIn dl > div {
		padding: 0px 0px 20px;
		display: flex;
	}

	main .recruitApplication .recruitApplicationIn dl dt,
	main .recruitApplication .recruitApplicationIn dl dd,
	main .recruitApplication .recruitApplicationIn dl dd ul li::before {
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	main .recruitApplication .recruitApplicationIn dl dt {
		width: 257px;
		color: #999;
	}

	main .recruitApplication .recruitApplicationIn dl dd {
		flex: 1;
	}

	main .recruitApplication .recruitApplicationIn dl dd ul li {
		padding-left: 1em;
		text-indent: -1em;
	}

	main .recruitApplication .recruitApplicationIn dl dd ul li::before {
		content: "\30FB";
	}
	
	main .recruitApplication .bt {
		margin: 0px auto;
		max-width: 800px;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
	}
	
	main .recruitApplication .bt a {
		padding: 15px 0px;
		width: 100%;
		background: linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		border-radius: 90px;
		border: 5px #f2f2f2 solid;
		box-shadow:  0px 10px 10px rgba(255,255,255,0.35) inset;
		color: #fff;
		box-sizing: border-box;
		display: block;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	main .recruitApplication .bt a:hover {
		opacity: 0.6;
	}
	
	main .recruitApplication .bt span {
		display: block;
	}

	main .recruitApplication .bt .en {
		font-family: 'EB Garamond', serif;
		font-size: 3.6rem;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0.2em;
	}

	main #btEntry {
		padding: 3px;
		width: 250px;
		background: #fff;
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
		font-family: 'EB Garamond', serif;
		font-size: 2rem;
		font-weight: 400;
		line-height: 1.3;
		text-align: center;
		letter-spacing: 0.1em;
		left: 20px;
		bottom: 20px;
		z-index: 89;
		position: fixed;
		box-sizing: border-box;
	}
	
	main #btEntry a {
		padding: 24px 0px;
		width: 100%;
		background: linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		border-radius: 2px;
		color: #fff;
		box-sizing: border-box;
		display: block;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	main #btEntry a:hover {
		opacity: 0.6;
	}
	
	main .contact > p {
		max-width: 1000px;
		margin: 0px auto 40px auto;
		font-size: 1.4rem;
		text-align: center;
	}
	
	main .contact > div {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		max-width: 1000px;
		margin: 0px auto;
		text-align: center;
	}
	
	main .contact > div .tel {
		width: 45%;
		padding: 80px 0px 60px 0px;
		background: #f8f8f8;
		font-family: 'Roboto';
		font-size: 3.0rem;
		line-height: 1.6;
		letter-spacing: 2px;
	}
	
	main .contact > div .tel span {
		display: block;
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	
	main .contact > div .mail {
		width: 45%;
		padding: 80px 0px 0px 0px;
		background: #f8f8f8;
		font-family: 'Roboto';
		font-size: 2.4rem;
	}
	
	main .contact > div .mail a {
		color: #333;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	main .contact > div .mail a:hover {
		transition: all 0.5s ease-out;
		opacity: 0.5;
	}
	
	footer {
		width: 100%;
		padding: 0px 0px 50px 0px;
		background: #fff;
	}
	
	footer .contact {
		padding: 80px 50px;
		background: #f8f8f8;
	}
	
	footer .contact ul {
		display: flex;
		align-items: center;
		max-width: 1200px;
		margin: 0px auto;
		background: #f8f8f8;
		border: #fff 4px solid;
		box-sizing: border-box;
	}
	
	footer .contact ul li {
		width: 50%;
	}
	
	footer .contact ul li:nth-of-type(1) {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 130px;
		text-align: center;
	}
	
	footer .contact ul li:nth-of-type(1) a {
		display: block;
		width: 100%;
		height: 130px;
		background: url(../img/footer_tel.jpg) no-repeat 0% 50%;
		background-size: cover;
		color: #fff;
		transition: all 0.5s ease-out;
		opacity: 1.0;
	}
	
	footer .contact ul li:nth-of-type(1) a:hover {
		transition: all 0.5s ease-out;
		opacity: 0.5;
	}
	
	footer .contact ul li:nth-of-type(1) a span {
		display: inline-block;
		padding: 0px 35px 0px 0px;
		background: url(../img/footer_arrow.png) no-repeat 100% 50%;
		background-size: 14px 28px;
	}
	
	footer .contact ul li:nth-of-type(2) {
		font-size: 1.6rem;
		line-height: 1.4;
		color: #808080;
		text-align: center;
	}
	
	footer .contact ul li:nth-of-type(2) span {
		display: block;
		font-family: 'Roboto';
		font-size: 3.0rem;
		letter-spacing: 3px;
	}
	
	footer .fNav {
		display: flex;
		justify-content: center;
		padding: 45px 50px;
	}
	
	footer .fNav li {
		padding: 0px 20px;
		font-size: 1.4rem;
	}
	
	footer .fNav li a {
		color: #666;
	}
	
	footer .fNav li a:hover {
		color: #aaa;
	}
	
	footer .text {
		display: flex;
		justify-content: center;
		padding: 50px 50px;
		border-top: #ededed 1px solid;
		border-bottom: #ededed 1px solid;
	}
	
	footer .text dl {
		width: 50%;
		max-width: 600px;
		padding: 0px 20px;
		box-sizing: border-box;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.6;
		color: #999;
	}
	
	footer .text dl:nth-of-type(1) {
		border-left: #ededed 1px solid;
		border-right: #ededed 1px solid;
	}
	
	footer .text dl:nth-of-type(2) {
		border-right: #ededed 1px solid;
	}
	
	footer .text dl dd span {
		display: inline-block;
		margin: 0px 1em 0px 0px;
	}
	
	footer .copy {
		padding: 50px 0px;
		font-size: 1.3rem;
		font-family: 'Roboto';
		letter-spacing: 1.5px;
		color: #999;
		text-align: center;
	}
	
	footer h1 {
		text-align: center;
		font-size: 0px;
		line-height: 0;
	}
	
	footer .pageTop {
		display: none;
		position: fixed;
		bottom: 40px;
		right: 40px;
		text-align: center;
		z-index: 90;
	}
	
	footer .pageTop a {
		display: block;
		width: 50px;
		height: 50px;
		padding: 15px 0px 0px 0px;
		box-sizing: border-box;
		transition: all 0.5s ease-out;
		background: rgba(0,0,0,0.4);
	}
	
	footer .pageTop a:hover {
		transition: all 0.5s ease-out;
		background: rgba(0,0,0,0.2);
	}

}

@media screen and (max-width: 1299px) {

	main .recruitBusiness .flow {
		margin: 0px auto;
		max-width: 740px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	
	main .recruitMessage h2 {
		margin-bottom: 40px;
	}
	
	main .recruitMember .memberMain > .memberSec {
		padding: 50px 50px 60px;
	}

	main .recruitMember .memberMain .memberSub {
		display: block;
	}

	main .recruitMember .memberMain .memberSub .memberSec {
		width: 100%;
	}

	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(odd),
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(even) {
		padding: 50px calc(50% - 250px);
	}

	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(odd)::before,
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(even)::before {
		border-radius: 10px;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek .list > .hol,
	main .recruitMember .memberMain > .memberSec .memberWeek .list > .day {
		width: calc(100% / 2);
	}

	main .recruitApplication .recruitApplicationIn dl > div {
		display: block;
	}

	main .recruitApplication .recruitApplicationIn dl dt {
		width: auto;
	}

	main .recruitApplication .recruitApplicationIn dl dd {
		flex: auto;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
	
	main .recruitMessage::before {
		width: calc(100% - ((100% - 1300px) / 2) - 170px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	
	main .recruitMessage::before {
		width: calc(100% - 170px);
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	
	main .recruitMessage h2 {
		font-size: 4.0rem;
	}
	
	main .recruitMember .memberMain > .memberSec .job {
		margin: 18px 0px 50px 0px;
	}
	
	main .recruitMember .memberMain > .memberSec {
		padding: 50px 50px 60px 50px;
	}
	
	main .recruitMember .memberMain > .memberSec .memberWeek .list > .hol,
	main .recruitMember .memberMain > .memberSec .memberWeek .list > .day {
		width: 100%;
	}
}

