@charset "utf-8";

@media screen and (max-width: 767px) {
	
	header {
		width: 100%;
		height: 70px;
		padding: 15px 15px 0px 15px;
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
	}

	header h1 {
		width: 129px;
	}
	
	header h1 img {
		width: 129px;
		height: auto;
	}
	
	header #hamburger {
		width: 30px;
		height: 20px;
		position: fixed;
		top: 25px;
		right: 15px;
		z-index: 1001;
	}

	header #hamburger .line01 {
		width: 30px;
		height: 2px;
		background: #595656;
		position: absolute;
		top: 0px;
		right: 0px;
	} 

	header #hamburger .line02 {
		width: 30px;
		height: 2px;
		background: #595656;
		position: absolute;
		top: 9px;
		right: 0px;
		opacity: 1;
	} 

	header #hamburger .line03 {
		width: 30px;
		height: 2px;
		background: #595656;
		position: absolute;
		top: 18px;
		right: 0px;
	}

	header #hamburger li {
		transition: all 0.5s ease-out;
	}

	header #hamburger .lineclick01 {
		top: 9px;
		transform: rotate(405deg);
		background: #eee;
	}

	header #hamburger .lineclick02 {
		opacity: 0;
	}

	header #hamburger .lineclick03 {
		top: 9px;
		transform: rotate(-405deg);
		background: #eee;
	}
	
	header nav {
		width: 100vw;
		height: 100vh;
		padding: 110px 0px;
		background: #eee;
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1000;
		text-align: center;
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: scale(0);
		opacity: 0;
	}
	
	header nav.open {
		display: block;
		background: #595656;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: scale(1.0);
		opacity: 1.0;
	}
	
	header nav ul li {
		width: 100%;
		margin: 0px 0px 40px 0px;
		font-size: 2.0rem;
		opacity: 0;
	}
	
	.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) {
		font-weight: bold;
	}
	
	header nav.open ul li:nth-of-type(1)  {
		animation: anime01 0.5s ease-out 0.3s 1 normal forwards;
	}
	
	header nav.open ul li:nth-of-type(2)  {
		animation: anime01 0.5s ease-out 0.4s 1 normal forwards;
	}
	
	header nav.open ul li:nth-of-type(3)  {
		animation: anime01 0.5s ease-out 0.5s 1 normal forwards;
	}
	
	header nav.open ul li:nth-of-type(4)  {
		animation: anime01 0.5s ease-out 0.6s 1 normal forwards;
	}
	
	header nav.open ul li:nth-of-type(5)  {
		animation: anime01 0.5s ease-out 0.7s 1 normal forwards;
	}
	
	header nav ul li a {
		display: block;
		width: 100%;
		color: #fff;
	}
	
	.mv {
		width: calc(100% - 30px);
		height: calc(100vh - 70px);
		margin: 70px 15px 0px 15px;
		background-image: url(../img/top_mv.jpg);
		background-position: 55% top;
		background-size: auto 100%;
		text-align: center;
		position: fixed;
		z-index: -1;
	}
	
	.mv .copy {
		display: none;
		width: 100%;
		padding: 0px 15px;
		box-sizing: border-box;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.2rem;
		position: absolute;
		top: 15%;
		left: 0px;
	}
	
	.mv h1 {
		display: none;
		width: 100%;
		font-weight: normal;
		font-size: 1.4rem;
		color: #999;
		position: absolute;
		top: 35%;
		left: 0px;
	}
	
	.mv h1 img {
		width: 240px;
		height: auto;
	}
	
	#over {
		width: 100%;
		position: absolute;
		top: 100vh;
		left: 0px;
		z-index: 0;
		background: #fff;
	}
	
	main .topBusiness {
		margin: 0px 15px;
		padding: 80px 0px;
	}
	
	main .topBusiness h1,
	main .topGreeting h1,
	main .topSocial h1 {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.0rem;
		font-weight: normal;
		line-height: 1.6;
		text-align: center;
	}
	
	main .topBusiness h1 > span,
	main .topGreeting h1 > span,
	main .topSocial h1 > span {
		display: inline-block;
		height: 20px;
		margin: 0px auto 50px auto;
		padding: 0px 50px;
		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: 11px 0px 0px 0px;
		padding: 0px 10px;
		background: #fff;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 1.2rem;
		color: #b2b2b2;
		letter-spacing: 1px;
	}
	
	main .topGreeting h1 > span span {
		background: url(../img/top_greeting_back.jpg) repeat center top;
	}
	
	main .topBusiness > div {
		margin: 0px 0px 40px 0px;
	}
	
	main .topBusiness > div p {
		margin: 0px 0px 40px 0px;
		font-size: 1.4rem;
	}
	
	main .topBusiness > div figure {
		text-align: center;
	}
	
	main .topBusiness > div figure img {
		width: 250px;
		height: auto;
	}
	
	main .topBusiness > .link,
	main .topGreeting > .link {
		width: 258px;
		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;
		width: 100%;
		height: 48px;
		background: url(../img/link_arrow.png), linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		background-repeat: no-repeat, repeat;
		background-position: 90% 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;
	}
	
	main .topGreeting {
		padding: 80px 15px;
		background: url(../img/top_greeting_back.jpg) repeat center top;
	}
	
	main .topGreeting > div {
		margin: 0px 0px 50px 0px;
		padding: 40px 15px;
		background: #fff;
	}
	
	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.0rem;
	}
	
	main .topRecruit {
		margin: 0px 0px 80px 0px;
	}
	
	main .topRecruit div {
		margin: 0px auto;
		padding: 80px 20px;
		background:  url(../img/recruit_back.jpg) no-repeat center center;
		background-size: auto 100%;
	}
	
	main .topRecruit div h1 {
		padding: 0px 0px 50px 0px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.0rem;
		font-weight: normal;
		line-height: 1.6;
		text-align: center;
		color: #fff;
	}
	
	main .topRecruit div h1 > span {
		display: block;
		width: 165px;
		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%, 115px 50%;
		background-size: 50px 1px, 50px 1px;
		color: #f1ffd7;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	
	main .topRecruit div .text {
		margin: 0px 0px 65px 0px;
		font-size: 1.4rem;
		text-align: center;
		color: #fff;
	}
	
	main .topRecruit div .link {
		width: 258px;
		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: 90% 50%;
		background-size: 7px 14px;
		border-radius: 28px;
		box-shadow:  0px 5px 5px 0px rgba(155,199,97,0.4) inset;
		color: #9bc761;
	}
	
	main .topSocial {
		margin: 0px 15px 80px 15px;
	}
	
	main .topSocial .text {
		padding: 0px 0px 35px 0px;
		text-align: center;
		font-size: 1.4rem;
	}
	
	main .topSocial ul {
		max-width: 500px;
		margin: 0px auto;
	}
	
	main .topSocial ul a {
		display: block;
		padding: 20px 30px;
		border: #e5e5e5 1px solid;
		box-sizing: border-box;
		text-align: center;
		font-size: 1.4rem;
		word-break: break-all;
		background: #fff;
		color: #333;
	}
	
	main .topSocial ul a:not(:last-of-type) {
		margin: 0px 0px 20px 0px;
	}
	
	main .topSocial ul a li span {
		display: block;
		line-height: 1.6;
		transition-duration: 0.5s;
		color: #00a9e0;
	}
	
	main h1.page {
		padding: 120px 0px 80px 0px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.5rem;
		font-weight: normal;
		letter-spacing: 5px;
		text-align: center;
	}
	
	main .vision,
	main .outline,
	main .map,
	main .basic,
	main .invitation,
	main .privacy,
	main .businessOperation,
	main .application,
	main .contact {
		padding: 0px 15px 80px 15px;
	}
	
	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 40px 0px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 2.0rem;
		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 50px;
		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 8px;
		background: #fff;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 1.4rem;
		color: #b2b2b2;
		letter-spacing: 1px;
	}
	
	main .entryForm h2 > span span {
		background: #f7f7f7;
	}
	
	main .vision > div div p:not(:last-of-type) {
		padding: 0px 0px 30px 0px;
		font-size: 1.4rem;
	}
	
	main .outline dl dt {
		padding: 7px 10px;
		background: #f7f7f7;
		font-size: 1.4rem;
	}
	
	main .outline dl dd {
		padding: 7px 10px 25px 10px;
		font-size: 1.4rem;
	}
	
	main .outline dl dd:last-of-type {
		padding: 7px 10px 0px 10px;
	}
	
	main .map #gmap {
		width: 100%;
		height: 500px;
		margin: 0px 0px 40px 0px;
		border: #f3f3f3 2px solid;
		box-sizing: border-box;
	}
	
	main .map .link,
	main .businessInfo .link {
		width: 258px;
		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;
		background: url(../img/win.png), linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		background-repeat: no-repeat, repeat;
		background-position: 90% 50%, 0px 0px;
		background-size: 16px 12px, auto;
		border-radius: 28px;
		box-shadow:  0px 5px 5px 0px rgba(255,255,255,0.4) inset;
		color: #fff;
	}
	
	main .businessInfo {
		padding: 0px 0px 80px 0px;
	}
	
	main .businessInfo figure {
		height: 250px;
		margin: 0px 0px 35px 0px;
		background: url(../img/business_pic01.jpg) no-repeat center center;
		background-size: auto 250px;
	}
	
	main .businessInfo figure img {
		display: none;
	}
	
	main .businessInfo div {
		margin: 0px 15px 40px 15px;
	}
	
	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 > 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 35px 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 > p {
		padding: 0px 0px 40px 0px;
		font-size: 1.4rem;
	}
	
	main .privacy > ul > li {
		padding: 0px 0px 35px 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 {
		list-style: decimal;
		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 10px 0px 10px;
		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 10px 12px 10px;
		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: 160px;
	}
	
	main .businessOperation > ul > li ul li dl dd {
		width: calc(100% - 160px);
	}
	
	main .recruitInfo {
		padding: 0px 0px 80px 0px;
	}
	
	main .recruitInfo h2 {
		margin: 0px 0px 40px 0px;
		padding: 40px 15px;
		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;
		line-height: 1.6;
		color: #fff;
		text-align: center;
	}
	
	main .recruitInfo dl {
		margin: 0px 15px;
	}
	
	main .recruitInfo dl dt {
		margin: 0px 0px 15px 0px;
		border-bottom: #f3f2f2 1px solid;
		font-size: 1.8rem;
		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 dl dt {
		padding: 7px 10px;
		background: #f7f7f7;
		font-size: 1.4rem;
	}
	
	main .application > div dl dd {
		padding: 7px 10px 25px 10px;
		font-size: 1.4rem;
	}
	
	main .application > div dl:last-of-type dd {
		padding: 7px 10px 0px 10px;
	}
	
	main .entryForm {
		margin: 0px 0px 80px 0px;
		padding: 80px 15px;
		background: #f7f7f7;
	}
	
	main .entryForm h3 {
		margin: 0px 0px 40px 0px;
		background: #333;
		color: #fff;
		font-size: 1.6rem;
		font-weight: normal;
		text-align: center;
	}
	
	main .entryForm h3 span {
		display: none;
		padding: 6px 0px;
	}
	
	main .entryForm h3 span.on {
		display: block;
	}
	
	main .entryForm h3 span.error {
		display: block;
		width: 100%;
		background: #333;
		color: #fff;
	}
	
	main .entryForm form .input dt {
		margin: 0px 0px 10px 0px;
		font-size: 1.4rem;
	}
	
	main .entryForm form .input dt span {
		display: block;
		padding: 0px 0px 0px 10px;
		border-left: #cdcdcd 3px solid;
	}
	
	main .entryForm form .input dt.required span {
		border-left: #333 3px solid;
	}
	
	main .entryForm form .input dd {
		min-height: 44px;
		margin: 0px 0px 30px 0px;
		font-size: 1.4rem;
	}
	
	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.6rem;
		font-family: inherit;
	}
	
	main .entryForm form .input dd select {
		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.6rem;
		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: 120px;
		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.6rem;
		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 textarea::-webkit-input-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .input dd textarea::-moz-placeholder {
		color: #ccc;
	}
	
	main .entryForm form .formPrivacy {
		margin: 0px 0px 30px 0px;
		padding: 20px 5px;
		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 15px 20px 15px;
		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 {
		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;
		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 .submit2 span {
		margin: 0px auto;
	}
	
	main .entryForm .submit2 span:first-of-type {
		margin: 0px auto 20px auto;
	}
	
	main .entryForm .submit,
	main .entryForm .submit2 span {
		display: block;
		width: 258px;
		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 .submit input,
	main .entryForm .submit2 span input {
		display: block;
		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;
		font-family: inherit;
		font-size: 1.8rem;
	}
	
	main .entryForm .errorTop {
		margin: 0px auto 20px auto;
		text-align: center;
		font-size: 1.4rem;
	}
	
	main .entryForm .errorMessage {
		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 {
		margin: 0px auto 50px auto;
		text-align: center;
		font-size: 1.4rem;
	}
	
	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: 2rem;
		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.4rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0.1em;
		display: block;
	}

	
	main .recruitMessage {
		background: #eeeff4 url(../img/bg_rec_msg.jpg) no-repeat left top / cover;
		position: relative;
	}

	main .recruitMessage::before {
		content: "";
		width: calc(100% - 30px);
		height: calc(100% - 100px);
		background: #fff;
		border-radius: 10px 0 0 10px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		right: 0px;
		top: 50px;
		z-index: 1;
		position: absolute;
	}
	
	main .recruitMessageIn {
		padding: 100px 15px;
		z-index: 2;
		position: relative;
	}
	
	main .recruitMessage h2 {
		margin-bottom: 50px;
		font-family: 'EB Garamond', serif;
		font-size: 3.2rem;
		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.4rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: left;
		letter-spacing: 0.1em;
		display: block;
	}
	
	main .recruitMessage .recruitMessageMain {
		padding: 0px 0px 0px 30px;
		text-align: left;
	}
	
	main .recruitMessage .recruitMessageMain p {
		margin-bottom: 2em;
		font-size: 1.5rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	
	main .recruitMessage .recruitMessageMain dl dt {
		margin-bottom: 1px;
		font-size: 1.3rem;
		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: 2rem;
		font-weight: 300;
		line-height: 2.8rem;
		letter-spacing: 0.2em;
		text-align: right;
	}

	main .recruitBusiness {
		padding: 80px 0px 110px;
		overflow: hidden;
	}

	main .recruitBusiness .recruitBusinessIn {
		padding: 0px 15px;
	}

	main .recruitBusiness h2 {
		font-size: 2.4rem;
	}

	main .recruitBusiness .dsc {
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .recruitBusiness .flow {
		padding: 0px 0px 30px;
		text-align: left;
	}

	main .recruitBusiness .flow li {
		margin: 0px 0px 10px;
		padding: 0px 0px 10px;
		border-bottom: 1px #f2f2f2 solid;
		justify-content: space-between;
		display: flex;
	}

	main .recruitBusiness .flow li:last-of-type {
		margin: 0px;
		padding: 0px;
		border-bottom: none;
	}

	main .recruitBusiness .flow li h3 {
		color: #9BC762;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}

	main .recruitBusiness .flow li h3 span {
		margin-bottom: 12px;
		color: #E6E6E6;
		font-family: 'Roboto';
		font-size: 2.6rem;
		font-weight: 500;
		line-height: 1.1;
		display: block;
	}

	main .recruitBusiness .flow li figure {
		width: 160px;
	}

	main .recruitBusiness .flow li figure img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	main .recruitBusiness .point {
		text-align: left;
	}

	main .recruitBusiness .point dl {
		margin: 0px 0px 20px;
		padding: 20px 15px;
		width: 100%;
		border: 1px #e6e6e6 solid;
		border-radius: 10px;
		box-sizing: border-box;
	}

	main .recruitBusiness .point dl dt {
		margin: 0px 0px 15px;
		color: #00A9E0;
		font-size: 1.6rem;
		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.5rem;
		font-weight: 300;
		line-height: 2;
	}

	main .recruitFeatures {
		padding: 50px 0px 10px;
		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: 75px solid #9BC762;
		border-right: 150px solid transparent;
		left: 0;
		top: -50px;
	}

	main .recruitFeatures::after {
		border-bottom: 75px solid #00A9E0;
		border-left: 150px solid transparent;
		right: 0;
		bottom: -50px;
	}

	main .recruitFeatures .recruitFeaturesIn {
		padding: 0px 15px;
	}

	main .recruitFeatures h2 {
		letter-spacing: 0.1em;
	}

	main .recruitFeatures .dsc {
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
		text-align: center;
	}

	main .recruitFeatures .note {
		margin: 0px auto 40px;
		padding: 20px 0px;
		width: 100%;
		border-top: 1px #e6e6e6 solid;
		border-bottom: 1px #e6e6e6 solid;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.05em;
		text-align: left;
	}

	main .recruitFeatures .list {
		width: 100%;
	}

	main .recruitFeatures .list li {
		margin: 0px 0px 40px;
		padding: 25px 0px 0px;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		position: relative;
	}

	main .recruitFeatures .list li h3 {
		padding: 13px 20px;
		width: 260px;
		border-radius: 10px;
		color: #fff;
		font-size: 1.6rem;
		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(2) h3 {
		background: #9BC762;
	}

	main .recruitFeatures .list li:nth-of-type(3) h3,
	main .recruitFeatures .list li:nth-of-type(4) h3 {
		background: #00A9E0;
	}

	main .recruitFeatures .list li figure {
		margin: 0px 0px 20px;
		padding: 10px 0px;
		width: 100%;
		height: 180px;
		background: #fff;
		border-radius: 10px;
		text-align: left;
	}

	main .recruitFeatures .list li figure img {
		margin: 0px auto;
		width: 180px;
		height: auto;
		vertical-align: top;
		display: block;
	}

	main .recruitFeatures .list li h4,
	main .recruitFeatures .list li p {
		font-size: 1.5rem;
		line-height: 1.67;
		letter-spacing: 0.05em;
	}

	main .recruitFeatures .list li h4 {
		margin-top: 1.67em;
		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 .recruitEducation {
		padding: 130px 0px 40px;
	}

	main .recruitEducation .recruitEducationIn {
		padding: 0px 15px;
	}

	main .recruitEducation .swipe {
		align-items: center;
		display: flex;
	}

	main .recruitEducation .swipe img {
		width: 50px;
		height: auto;
		vertical-align: top;
	}

	main .recruitEducation .swipe figcaption {
		margin-left: -10px;
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 1.4rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}

	main .recruitEducation .fig {
		margin: 0px -15px 10px 0px;
		width: calc(100% + 15px);
	}

	main .recruitEducation .fig figure {
		width: 100%;
		overflow-x: auto;
	}

	main .recruitEducation .fig img {
		width: 1362px;
		height: auto;
		vertical-align: top;
	}

	main .recruitEducation .fig .pc {
		display: none;
	}

	main .recruitEducation .box {
		padding: 43px 0px;
		width: 100%;
		background: #9BC762;
		border-radius: 5px;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.75;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .recruitMember {
		padding: 50px 0px 30px;
	}

	main .recruitMember .recruitMemberIn {
		padding: 0px 15px;
	}

	main .recruitMember .memberMain .memberSec {
		padding: 15px 0px 50px;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}

	main .recruitMember .memberMain .memberSec::before {
		content: "";
		width: calc(100% + 30px);
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: -15px;
		top: 0;
		position: absolute;
		z-index: -1;
	}

	main .recruitMember .memberMain > .memberSec::before {
		height: 200px;
	}

	main .recruitMember .memberMain .memberSub .memberSec::before {
		height: 100px;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(1)::before,
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(odd)::before {
		background: #9BC762;
	}

	main .recruitMember .memberMain > .memberSec:nth-of-type(2)::before,
	main .recruitMember .memberMain .memberSub .memberSec:nth-of-type(even)::before {
		background: #00A9E0;
	}

	main .recruitMember .memberMain .memberSec h4 {
		margin: 25px 0px 15px;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	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: -6px;
		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.5rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	main .recruitMember .memberMain > .memberSec .job {
		margin: 10px 0px 0px;
		font-weight: 600;
	}

	main .recruitMember .memberMain .memberSub .memberSec .job {
		margin: 20px 0px 0px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	main .recruitMember .memberMain .memberSec .tmb {
		width: 100%;
		z-index: 1;
		position: relative;
	}

	main .recruitMember .memberMain .memberSec .tmb img {
		width: 100%;
		height: auto;
		border-radius: 5px;
	}

	main .recruitMember .memberMain .memberSec .tmb figcaption {
		background: #fff;
		border-radius: 5px;
		font-family: 'EB Garamond', serif;
		font-size: 2.4rem;
		line-height: 3rem;
		text-align: center;
		left: -10px;
		top: -10px;
		z-index: 2;
		position: absolute;
	}

	main .recruitMember .memberMain > .memberSec .tmb figcaption {
		padding: 10px 0px;
		width: 50px;
	}

	main .recruitMember .memberMain .memberSub .memberSec .tmb figcaption {
		padding: 15px 0px;
		width: 60px;
	}

	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: 30px 0 0;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail h3 {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail h3 br {
		display: none;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 {
		margin: 30px 0px 0px;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	main .recruitMember .memberMain > .memberSec .memberDetail .memberWeek h5 a {
		padding: 18px 80px 18px 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;
		display: none;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek.open .list {
		display: block;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek .list .day {
		margin: 20px 0 0;
		width: 100%;
		display: flex;
	}

	main .recruitMember .memberMain > .memberSec .memberWeek h6 {
		width: 115px;
		font-family: 'Roboto', sans-serif;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 2.4rem;
		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 .recPicture {
		padding: 0px 0px 80px 0px;
	}

	main .recPicture ul {
		position: relative;
		aspect-ratio: 390 / 780;
	}
	
	main .recPicture ul li.pic01 {
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	main .recPicture ul li.pic02 {
		width: 50%;
		position: absolute;
		top: calc(100% * (2 / 6));
		left: 0px;
	}

	main .recPicture ul li.pic03 {
		width: 50%;
		position: absolute;
		top: calc(100% * (2 / 6));
		left: 50%;
	}

	main .recPicture ul li.pic04 {
		width: 100%;
		position: absolute;
		top: calc(100% * (4 / 6));
		left: 0px;
	}

	main .recPicture ul li.pic05 {
		width: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	main .recPicture ul li.pic06 {
		width: 50%;
		position: absolute;
		top: 50%;
		left: 0px;
	}

	main .recPicture ul li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	main .recruitApplication {
		padding: 0px 15px 70px;
	}

	main .recruitApplication .recruitApplicationIn {
		margin: 0px auto 70px;
		padding: 50px 10px 50px;
		background: #f7f7f7;
		border-radius: 5px;
		box-sizing: border-box;
	}

	main .recruitApplication .recruitApplicationIn dl {
		padding: 30px 0px 10px;
		border-top: 1px #e6e6e6 solid;
		border-bottom: 1px #e6e6e6 solid;
	}

	main .recruitApplication .recruitApplicationIn dl > div {
		padding: 0px 0px 30px;
	}

	main .recruitApplication .recruitApplicationIn dl dd,
	main .recruitApplication .recruitApplicationIn dl dd ul li::before {
		font-size: 1.5rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	main .recruitApplication .recruitApplicationIn dl dt {
		color: #999;
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	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 {
		width: 100%;
		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;
	}
	
	main .recruitApplication .bt span {
		display: block;
	}

	main .recruitApplication .bt .en {
		font-family: 'EB Garamond', serif;
		font-size: 3rem;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0.2em;
	}

	main #btEntry {
		padding: 3px;
		width: 100%;
		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: 0;
		bottom: 0;
		z-index: 89;
		position: fixed;
		box-sizing: border-box;
	}
	
	main #btEntry a {
		padding: 9px 0px;
		width: 100%;
		background: linear-gradient(to right, #9bc762 0%, #00a9e0 100%);
		border-radius: 2px;
		color: #fff;
		box-sizing: border-box;
		display: block;
	}
	
	main .contact > p {
		margin: 0px 0px 40px 0px;
		font-size: 1.4rem;
		text-align: center;
	}
	
	main .contact > div {
		text-align: center;
	}
	
	main .contact > div .tel {
		margin: 0px 0px 40px 0px;
		padding: 30px 0px 20px 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 {
		padding: 30px 0px 30px 0px;
		background: #f8f8f8;
		font-family: 'Roboto';
		font-size: 2.4rem;
	}
	
	main .contact > div .mail a {
		color: #333;
	}
	
	footer {
		width: 100%;
		padding: 0px 0px 50px 0px;
		background: #fff;
	}
	
	footer .contact {
		margin: 0px 0px 80px 0px;
		padding: 50px 0px;
		background: #f8f8f8;
	}
	
	footer .contact ul {
		margin: 0px 15px;
		background: #f8f8f8;
		border: #fff 4px solid;
	}
	
	footer .contact ul li:nth-of-type(1) {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 75px;
		text-align: center;
	}
	
	footer .contact ul li:nth-of-type(1) a {
		display: block;
		width: 100%;
		height: 75px;
		background: url(../img/footer_tel.jpg) no-repeat 0% 50%;
		background-size: cover;
		color: #fff;
	}
	
	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) {
		padding: 10px 0px 6px 0px;
		font-size: 1.4rem;
		line-height: 1.3;
		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: 1px;
	}
	
	footer .fNav {
		margin: 0px auto;
		padding: 0px 15px;
	}
	
	footer .fNav li {
		max-width: 500px;
		margin: 0px auto;
		border-bottom: #ededed 1px solid;
		font-size: 1.4rem;
		text-align: center;
	}
	
	footer .fNav li:nth-of-type(1) {
		border-top: #ededed 1px solid;
	}
	
	footer .fNav li a {
		display: block;
		width: 100%;
		max-width: 500px;
		padding: 10px 0px;
		color: #666;
	}
	
	footer .text {
		padding: 50px 15px;
		border-bottom: #ededed 1px solid;
	}
	
	footer .text dl {
		max-width: 500px;
		margin: 0px auto;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.6;
		color: #999;
	}
	
	footer .text dl:not(:last-of-type) {
		margin: 0px auto 30px auto;
	}
	
	footer .text dl dd span {
		display: block;
	}
	
	footer .copy {
		padding: 40px 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 {
		position: fixed;
		bottom: 15px;
		right: 15px;
		text-align: center;
		z-index: 90;
	}
	
	footer .pageTop a {
		display: block;
		width: 50px;
		height: 50px;
		padding: 15px 0px 0px 0px;
		box-sizing: border-box;
		background: rgba(0,0,0,0.4);
	}

}


@keyframes anime01 {
	0% {
		margin-left: 50px;
		opacity: 0;
	}
	100% {
		margin-left: 0px;
		opacity: 1;
	}
}


