@charset "UTF-8";
/*
Theme Name: YUKAN
Author: Catwork Co., Ltd.
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
/* p{max-height:100%;} */
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
::placeholder{
	color: #ccc;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a{
	text-decoration:none;
}
strong{
	font-weight:normal;
}
ul,ol{
	list-style-type:none;
}
body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	line-height:1.5;
	color:#555;
	background:#fff;
}
.wrap{
	width:100%;
	overflow-x:hidden;
}

.inner{
	margin: 0 auto;
	width: 1200px;
}
img{
	max-width: 100%;
}
*{
	transition: all .5s;
}
input[type="submit"] {
	-webkit-appearance: none;
}


/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px){
html,
body,
.wrap{
	width: 1240px;
}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px){
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.sp{
	display: none;
}

	/* header
	------------------------------------------------------------------------*/
	header{
		position: relative;
		width: 100%;
		z-index: 10000;
	}
	header h1{
		position: absolute;
		top: 8px;
		left: 11px;
		font-size: 14px;
		max-width: 310px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	@media screen and (max-width: 1300px) {
		header h1 {
			font-size: 12px;
			top: 10px;
		}
	}
	header .logo{
		position: absolute;
		top: 37px;
		left: 11px;
	}
	header .tel{
		position: absolute;
		top: 17px;
		right: 288px;
	}
	header .tel a{
		display: block;
		font-size: 14px;
		text-align: center;
		line-height: 2;
	}
	header .entry{
		position: absolute;
		top: 10px;
		right: 9px;
	}
	header .entry a{
		display: block;
		width: 250px;
		height: 60px;
		background: url("img/header_icon.png") left 54px center no-repeat,linear-gradient(#ae9dbe , #715a88);
		border-radius: 30px;
		color: #fff;
		line-height: 60px;
		letter-spacing: 0;
		padding-left: 87px;
		box-sizing: border-box;
	}
	header .twitter {
		position: absolute;
		top: 24px;
		right: 565px;
	}
	header.fixed02 {
		opacity: 0;
	}
	header.fixed {
		position: fixed;
		height: 82px;
		background: #fff;
		opacity: 0;
		animation-name: slideIn;
		animation-fill-mode: forwards;
		animation-duration: 0.5s;
		animation-timing-function: linear;
	}
	header.fixed .logo img {
		width: 97px;
		transition: none;
	}
	header.fixed nav {
		top: 30px;
	}
	header.fixed .twitter {
		top: 28px;
	}
	@keyframes slideIn{
		0% {
		  opacity: 0;
		  transform: translateY(-100px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}
	
	/* nav
	------------------------------------------------------------------------*/
	nav{
		position: absolute;
		top: 25px;
		right: 610px;
	}
	nav ul li{
		display: inline-block;
		padding: 0 25px 0 15px;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1;
		position: relative;
	}
		nav ul li::after{
			position: absolute;
			top: 50%;
			right: 12px;
			transform: translateY(-50%);
			content: url("img/header_icon02.png");
		}
	nav ul li:first-of-type{
		padding: 0 15px;
	}
		nav ul li:first-of-type::after{
			content: none;
		}
		nav ul li a {
			position: relative;
		}
		nav ul li a::before {
			content: '';
			width: 0;
			height: 1px;
			background: #333333;
			transition: all .3s;
			position: absolute;
			bottom: -1px;
			left: 50%;
			transform: translateX(-50%);
		}
		nav ul li a:hover::before{
			content: '';
			width: 100%;
			transition: all .3s;
		}
	

	/* home
	------------------------------------------------------------------------*/
	.home .key{
		height: 831px;
		background: url("img/home_key_bg.png") center top no-repeat;
		padding: 175px 0 0;
		box-sizing: border-box;
		text-align: center;
	}
@media screen and (min-width: 1800px){
	.home .key{
		background: url("img/home_key_bg.png") center top /100% 831px no-repeat;
	}
}
	.home .key .text01{
		color: #715a88;
		font-size: 24px;
		letter-spacing: 2px;
	}
	.home .key .text02{
		font-size: 38px;
		line-height: 1.47;
		letter-spacing: 4px;
		margin-top: 44px;
	}
	.home .key .text03{
		color: #715a88;
		font-size: 22px;
		line-height: 1.64;
		letter-spacing: 2px;
		margin-top: 90px;
		position: relative;
	}
		.home .key .text03::before{
			position: absolute;
			top: -70px;
			left: 50%;
			transform: translateX(-50%);
			content: url("img/home_key_img.png");
		}
	
	
	/* cont01 */
	.home .cont01.inner{
		padding: 220px 0 0;
		margin-top: 10px;
		position: relative;
	}
		.home .cont01.inner::before{
			position: absolute;
			top: 60px;
			left: 80px;
			content: "";
			background: #eff9ff;
			width: 920px;
			height: 580px;
			border-radius: 15px;
			z-index: -1;
		}
		.home .cont01.inner::after{
			position: absolute;
			top: -34px;
			right: -300px;
			content: "";
			background: url("img/home_img01.png") no-repeat;
			width: 1013px;
			height: 508px;
		}
		@media screen and (min-width: 1800px) {
			.home .cont01.inner::after{
				background: url("img/home_img01_02.png") no-repeat;
				width: 1050px;
			}
		}
	.home .cont01 h2{
		color: #715a88;
		font-size: 36px;
		line-height: 1.56;
		letter-spacing: 4px;
		position: relative;
	}
		.home .cont01 h2::before{
			position: absolute;
			top: -330px;
			left: -180px;
			content: "";
			background: url("img/home_img03.png") no-repeat;
			width: 603px;
			height: 563px;
			z-index: -1;
		}
	.home .cont01 .text{
		padding: 200px 0 0 600px;
		line-height: 2;
		position: relative;
	}
		.home .cont01 .text::before{
			position: absolute;
			top: 157px;
			left: 600px;
			content: url("img/home_text01.png");
		}
	.home .cont01 .img{
		position: absolute;
		top: 470px;
		left: 0;
	}
	
	
	/* cont02 */
	.home .cont02.inner{
		padding: 150px 0 140px;
		margin-top: 100px;
		position: relative;
	}
		.home .cont02.inner::before{
			position: absolute;
			top: 60px;
			right: 80px;
			content: "";
			background: #eff9ff;
			width: 920px;
			height: 580px;
			border-radius: 15px;
			z-index: -1;
		}
		.home .cont02.inner::after{
			position: absolute;
			top: -34px;
			left: -300px;
			content: "";
			background: url("img/home_img04.png") no-repeat;
			width: 1013px;
			height: 508px;
		}
		@media screen and (min-width: 1800px) {
			.home .cont02.inner::after{
				background: url("img/home_img04_02.png") no-repeat;
				width: 1050px;
			}
		}
	.home .cont02 h2{
		color: #715a88;
		font-size: 36px;
		line-height: 1.56;
		letter-spacing: 4px;
		padding-left: 750px;
		position: relative;
	}
		.home .cont02 h2::before{
			position: absolute;
			top: -160px;
			right: -180px;
			content: "";
			background: url("img/home_img06.png") no-repeat;
			width: 603px;
			height: 563px;
			z-index: -1;
		}
	.home .cont02 .text01{
		padding: 200px 0 0;
		line-height: 2;
		position: relative;
	}
		.home .cont02 .text01::before{
			position: absolute;
			top: 157px;
			left: 0;
			content: url("img/home_text02.png");
		}
	.home .cont02 .img{
		position: absolute;
		top: 472px;
		right: 0;
	}
	.home .cont02 ul{
		width: 800px;
		height: 260px;
		background: #fff;
		padding: 82px 0 0 120px;
		border-radius: 15px;
		border: 1px solid #715a88;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(0,0,0,0.08);
		margin: 150px auto 0;
		position: relative;
	}
		.home .cont02 ul::before{
			position: absolute;
			top: 37px;
			left: 50%;
			transform: translateX(-50%);
			content: url("img/home_text03.png");
		}
	.home .cont02 ul li{
		line-height: 2;
		margin-bottom: 15px;
		position: relative;
	}
		.home .cont02 ul li::before{
			position: absolute;
			top: 0;
			left: -40px;
			content: url("img/home_icon01.png");
		}
	
	
	/* cont03 */
	.home .cont03{
		background: #e8e7fa;
		padding: 110px 0 300px;
		overflow: hidden;
		text-align: center;
		z-index: 0;
		position: relative;
	}
	.home .cont03 h2{
		color: #715a88;
		font-size: 32px;
		letter-spacing: 4px;
	}
	.home .cont03 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.home .cont03 .box{
		width: 1000px;
		height: 680px;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
		padding: 64px 0 0;
		box-sizing: border-box;
		margin: 60px auto 0;
		position: relative
	}
		.home .cont03 .box::before{
			position: absolute;
			top: -108px;
			left: -248px;
			content: "";
			background: url("img/home_img07.png") no-repeat;
			width: 500px;
			height: 469px;
			z-index: -1;
		}
		.home .cont03 .box::after{
			position: absolute;
			top: -340px;
			right: -584px;
			content: "";
			background: url("img/home_img08.png") no-repeat;
			width: 881px;
			height: 858px;
			z-index: -1;
		}
	.home .cont03 .box h3{
		color: #715a88;
		font-size: 24px;
		letter-spacing: 2px;
	}
	.home .cont03 .box h3 span{
		padding-left: 8px;
	}
		.home .cont03 .box h3 span::before{
			content: "-";
			padding-right: 6px;
		}
		.home .cont03 .box h3 span::after{
			content: "-";
			padding-left: 6px;
		}
	.home .cont03 .box table{
		margin: 28px 0 0 85px;
		border-collapse: separate;
		border-spacing: 5px 5px;
		text-align: left;
	}
	.home .cont03 .box table th{
		width: 180px;
		background: #87749b;
		padding: 22px 0 22px 30px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.home .cont03 .box table td{
		width: 650px;
		background: #f0f0f0;
		padding: 22px 0 22px 30px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #333;
		font-size: 18px;
	}
	.home .cont03 .box .button a{
		display: block;
		width: 500px;
		height: 60px;
		background: url("img/home_icon02.png") left 70px center no-repeat,linear-gradient(#ae9dbe , #715a88);
		border-radius: 30px;
		color: #fff;
		line-height: 60px;
		letter-spacing: 0;
		text-align: left;
		padding-left: 100px;
		box-sizing: border-box;
		margin: 45px auto 0;
	}
	.home .cont03 .box:nth-of-type(2){
		margin-top: 30px;
	}
		.home .cont03 .box:nth-of-type(2)::before{
			top: 141px;
			left: -357px;
			background: url("img/home_img09.png") no-repeat;
			width: 580px;
			height: 513px;
		}
		.home .cont03 .box:nth-of-type(2)::after{
			top: -157px;
			right: -245px;
			background: url("img/home_img10.png") no-repeat;
			width: 372px;
			height: 326px;
		}
	.home .cont03 .box:nth-of-type(2) h3{
		color: #4e5675;
		font-size: 24px;
		letter-spacing: 2px;
	}
	.home .cont03 .box:nth-of-type(2) table th{
		background: #4e5675;
	}
	.home .cont03 .box:nth-of-type(2) .button a{
		background: url("img/home_icon02.png") left 30px center no-repeat,linear-gradient(#7987bd , #4e5675);
		padding-left: 60px;
	}
	
	
	/* recruit
	------------------------------------------------------------------------*/
	.recruit .key{
		height: 750px;
		background: url("img/recruit_key_bg.png") center top no-repeat;
		padding: 195px 0 0;
		box-sizing: border-box;
		text-align: center;
	}
@media screen and (min-width: 1800px){
	.recruit .key{
		background: url("img/recruit_key_bg.png") center top /100% 750px no-repeat;
	}
}
	.recruit .key .text01{
		font-size: 48px;
		letter-spacing: 4px;
		text-shadow: 0 0 4px #fff,0 0 4px #fff;
		z-index: 10;
		position: relative;
	}
		.recruit .key .text01::before{
			position: absolute;
			top: -120px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("img/recruit_key_img.png") no-repeat;
			width: 1047px;
			height: 518px;
			z-index: -1;
		}
	.recruit .key .text02{
		color: #715a88;
		font-size: 24px;
		line-height: 2;
		letter-spacing: 1px;
		text-shadow: 0 0 4px #fff,0 0 4px #fff;
		margin-top: 25px;
		z-index: 10;
		position: relative;
	}
	.recruit .key .text03{
		display: inline-block;
		color: #715a88;
		font-size: 20px;
		text-shadow: 0 0 4px #fff,0 0 4px #fff;
		margin-top: 35px;
		z-index: 10;
		position: relative;
	}
		.recruit .key .text03::before{
			position: absolute;
			top: 50%;
			left: -130px;
			transform: translateY(-50%);
			content: "";
			background: #876ba3;
			width: 115px;
			height: 1px;
		}
		.recruit .key .text03::after{
			position: absolute;
			top: 50%;
			right: -130px;
			transform: translateY(-50%);
			content: "";
			background: #876ba3;
			width: 115px;
			height: 1px;
		}
	
	
	/* cont01 */
	.recruit .cont01.inner{
		padding: 200px 0 130px;
		margin-top: 90px;
		position: relative;
	}
		.recruit .cont01.inner::before{
			position: absolute;
			top: 60px;
			left: 80px;
			content: "";
			background: #f1eaf9;
			width: 920px;
			height: 580px;
			border-radius: 15px;
			z-index: -1;
		}
		.recruit .cont01.inner::after{
			position: absolute;
			top: -34px;
			right: -300px;
			content: "";
			background: url("img/recruit_img01.png") no-repeat;
			width: 1011px;
			height: 508px;
		}
		@media screen and (min-width: 1800px){
			.recruit .cont01.inner::after{
				background: url("img/recruit_img01_02.png") no-repeat;
				width: 1050px;
				height: 508px;
			}
		}
	.recruit .cont01 h2{
		color: #715a88;
		font-size: 26px;
		line-height: 2;
		letter-spacing: 1px;
		position: relative;
	}
		.recruit .cont01 h2::before{
			position: absolute;
			top: -300px;
			left: 0;
			content: "";
			background: url("img/recruit_img03.png") no-repeat;
			width: 396px;
			height: 245px;
			z-index: -1;
		}
	.recruit .cont01 .text01{
		padding: 125px 0 0 600px;
		line-height: 2;
		position: relative;
	}
		.recruit .cont01 .text01::before{
			position: absolute;
			top: 82px;
			left: 600px;
			content: url("img/recruit_text01.png");
		}
	.recruit .cont01 .img{
		position: absolute;
		top: 470px;
		left: 0;
	}
	.recruit .cont01 .box{
		width: 1040px;
		background: #fff;
		padding: 0 85px 60px;
		border: 1px solid #715a88;
		border-radius: 30px;
		box-sizing: border-box;
		box-shadow: 0 10px 20px rgba(0,0,0,0.1);
		margin: 150px auto 0;
		position: relative;
	}
		.recruit .cont01 .box::before{
			position: absolute;
			top: -287px;
			right: -80px;
			content: "";
			background: url("img/recruit_img04.png") no-repeat;
			width: 336px;
			height: 508px;
			z-index: -1;
		}
	.recruit .cont01 .box h3{
		width: 450px;
		height: 40px;
		background: #fff;
		color: #715a88;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 4px;
		text-align: center;
		margin: -20px auto 0;
	}
	.recruit .cont01 .box ul{
		margin-top: 48px;
	}
	.recruit .cont01 .box ul li{
		padding-left: 170px;
		background: url("img/recruit_text02.png") left 35px center no-repeat;
		font-size: 20px;
		margin-bottom: 18px;
	}
	.recruit .cont01 .box .text02{
		background: #eff9ff;
		border-radius: 20px;
		padding: 30px 35px 20px;
		color: #715a88;
		line-height: 2;
		margin-top: 35px;
		position: relative;
	}
		.recruit .cont01 .box .text02::before{
			position: absolute;
			top: -10px;
			left: 50%;
			transform: translateX(-50%);
			content: url("img/recruit_text03.png");
		}
	
	
	/* cont02 */
	.recruit .cont02{
		background: #eff9ff;
	}
	.recruit .cont02 .inner{
		padding: 106px 0 123px;
		position: relative;
	}
		.recruit .cont02 .inner::before{
			position: absolute;
			top: 367px;
			right: -240px;
			content: "";
			background: url("img/recruit_img05.png") no-repeat;
			width: 603px;
			height: 563px;
		}
		.recruit .cont02 .inner::after{
			position: absolute;
			top: 1556px;
			left: -240px;
			content: "";
			background: url("img/recruit_img06.png") no-repeat;
			width: 603px;
			height: 563px;
		}
	.recruit .cont02 h2{
		color: #715a88;
		font-size: 32px;
		letter-spacing: 4px;
		text-align: center;
	}
	.recruit .cont02 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 0;
	}
	.recruit .cont02 .text01{
		line-height: 2;
		text-align: center;
		margin: 40px 0 50px;
	}
	.recruit .cont02 .cont{
		width: 1200px;
		height: 460px;
		padding: 185px 0 0 600px;
		box-sizing: border-box;
		z-index: 10;
		position: relative;
	}
	.recruit .cont02 .cont:nth-of-type(2n){
		padding: 165px 0 0 0;
	}
	.recruit .cont02 .cont:nth-of-type(n+3){
		padding-top: 165px;
	}
		.recruit .cont02 .cont::before{
			position: absolute;
			top: -7px;
			left: 125px;
			content: "";
			background: url("img/recruit_img07.png") no-repeat;
			width: 478px;
			height: 504px;
			z-index: 10;
		}
		.recruit .cont02 .cont:nth-of-type(2)::before{
			top: 0;
			left: auto;
			right: 100px;
			background: url("img/recruit_img08.png") no-repeat;
			width: 499px;
			height: 460px;
		}
		.recruit .cont02 .cont:nth-of-type(3)::before{
			top: -24px;
			left: 96px;
			background: url("img/recruit_img09.png") no-repeat;
			width: 504px;
			height: 502px;
		}
		.recruit .cont02 .cont:nth-of-type(4)::before{
			top: -10px;
			left: auto;
			right: 93px;
			background: url("img/recruit_img10.png") no-repeat;
			width: 507px;
			height: 472px;
		}
		.recruit .cont02 .cont:nth-of-type(5)::before{
			top: 0;
			left: 103px;
			background: url("img/recruit_img11.png") no-repeat;
			width: 496px;
			height: 460px;
		}
	.recruit .cont02 .cont h3{
		display: inline-block;
		padding-left: 60px;
		font-size: 24px;
		position: relative;
	}
	.recruit .cont02 .cont:nth-of-type(2n) h3{
		padding-left: 30px;
	}
		.recruit .cont02 .cont h3::after{
			position: absolute;
			top: -110px;
			right: -110px;
			content: url("img/recruit_text04.png");
		}
		.recruit .cont02 .cont:nth-of-type(2) h3::after{
			content: url("img/recruit_text05.png");
		}
		.recruit .cont02 .cont:nth-of-type(3) h3::after{
			content: url("img/recruit_text06.png");
		}
		.recruit .cont02 .cont:nth-of-type(4) h3::after{
			content: url("img/recruit_text07.png");
		}
		.recruit .cont02 .cont:nth-of-type(5) h3::after{
			content: url("img/recruit_text08.png");
		}
	.recruit .cont02 .cont .text02{
		padding-left: 60px;
		line-height: 2;
		margin-top: 50px;
		position: relative;
	}
	.recruit .cont02 .cont:nth-of-type(5) .text02{
		letter-spacing: -0.4px;
	}
	.recruit .cont02 .cont:nth-of-type(2n) .text02{
		padding-left: 30px;
	}
		.recruit .cont02 .cont .text02::before{
			position: absolute;
			top: -25px;
			left: 0;
			content: "";
			background: #876ba3;
			width: 600px;
			height: 1px;
		}
	.recruit .cont02 .box{
		width: 1000px;
		border: 1px dashed #715a88;
		border-radius: 25px;
		padding: 40px 0 36px;
		margin: 60px auto 0;
		text-align: center;
		position: relative;
	}
		.recruit .cont02 .box::before{
			position: absolute;
			top: -214px;
			left: -132px;
			content: "";
			background: #eff9ff url("img/recruit_img12.png") left top no-repeat;
			width: 255px;
			height: 414px;
		}
		.recruit .cont02 .box::after{
			position: absolute;
			bottom: -86px;
			right: -100px;
			content: "";
			background: #eff9ff url("img/recruit_img13.png") right bottom no-repeat;
			width: 207px;
			height: 286px;
		}
	.recruit .cont02 .box .text03{
		font-size: 18px;
		line-height: 2;
	}
	.recruit .cont02 .box .text04{
		color: #876ba3;
		font-size: 24px;
		margin-top: 40px;
	}
	
	
	/* cont03 */
	.recruit .cont03{
		background: url("img/recruit_bg01.png") center bottom no-repeat;
		padding: 106px 0 140px;
		position: relative;
	}
@media screen and (min-width: 1800px){
	.recruit .cont03{
		background: url("img/recruit_bg01.png") center bottom /100% 600px no-repeat;
	}
	}
	.recruit .cont03 h2{
		color: #715a88;
		font-size: 32px;
		letter-spacing: 4px;
		text-align: center;
	}
	.recruit .cont03 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 0;
	}
	.recruit .cont03 .text01{
		line-height: 2;
		text-align: center;
		margin: 40px 0 50px;
	}
	.recruit .cont03 .cont{
		width: 1000px;
		height: 160px;
		background: #fff url("img/recruit_img14.png") left top no-repeat;
		padding: 30px 0 0 400px;
		box-sizing: border-box;
		border-radius: 20px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		margin: 50px auto 0;
	}
	.recruit.recruit02 .cont03 .cont {
		padding: 15px 0 0 400px;
	}
	.recruit .cont03 .cont:nth-of-type(n+2){
		margin-top: 30px;
	}
	.recruit .cont03 .cont:nth-of-type(2){
		background: #fff url("img/recruit_img15.png") left top no-repeat;
	}
	.recruit .cont03 .cont:nth-of-type(3){
		background: #fff url("img/recruit_img16.png") left top no-repeat;
	}
	.recruit .cont03 .cont:nth-of-type(4){
		background: #fff url("img/recruit_img17.png") left top no-repeat;
		padding-top: 45px;
	}
	.recruit.recruit02 .cont03 .cont:nth-of-type(4){
		background: #fff url("img/recruit_img17.png") left top no-repeat;
		padding-top: 30px;
	}
	.recruit .cont03 .cont h3{
		color: #715a88;
		font-size: 24px;
	}
	.recruit .cont03 .cont .text02{
		line-height: 1.9;
		margin-top: 5px;
	}
	.recruit .cont03 .text03{
		width: 1200px;
		font-size: 20px;
		line-height: 2.1;
		text-align: center;
		text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 10px #fff;
		margin: 90px auto 0;
		position: relative;
	}
		.recruit .cont03 .text03::before{
			position: absolute;
			top: -30px;
			left: 60px;
			content: "";
			background: url("img/recruit_img18.png") no-repeat;
			width: 130px;
			height: 156px;
		}
	.recruit .cont03 .text03::after{
			position: absolute;
			bottom: -70px;
			right: 60px;
			content: "";
			background: url("img/recruit_img19.png") no-repeat;
			width: 130px;
			height: 156px;
		}
	
	
	/* cont04 */
	.recruit .cont04{
		padding: 106px 0 148px;
		text-align: center;
	}
	.recruit .cont04 h2{
		color: #715a88;
		font-size: 32px;
		letter-spacing: 4px;
	}
	.recruit .cont04 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 0;
	}
	.recruit .cont04 .cont{
		display: inline-block;
		width: 340px;
		height: 660px;
		background: #fff url("img/recruit_img20.png") center top 40px no-repeat;
		padding: 340px 30px 0;
		border: 1px solid #715a88;
		border-radius: 20px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		box-sizing: border-box;
		text-align: left;
		margin: 60px 18px 0;
		vertical-align: top;
	}
	.recruit .cont04 .cont:nth-of-type(2){
		background: #fff url("img/recruit_img21.png") center top 40px no-repeat;
	}
	.recruit .cont04 .cont:nth-of-type(3){
		background: #fff url("img/recruit_img22.png") center top 40px no-repeat;
	}
	.recruit .cont04 .cont h3{
		color: #876ba3;
		font-size: 20px;
		line-height: 1.7;
		letter-spacing: -0.4px;
	}
	.recruit .cont04 .cont .text{
		line-height: 1.86;
		margin-top: 30px;
		position: relative;
	}
		.recruit .cont04 .cont .text::before{
			position: absolute;
			top: -34px;
			left: 0;
			content: url("img/recruit_line01.png");
		}
	
	
	/* cont05 */
	.recruit .cont05{
		background: #e8e7fa;
		padding: 98px 0 300px;
		overflow: hidden;
		text-align: center;
		z-index: 0;
		position: relative;
	}
	.recruit .cont05 h2{
		color: #715a88;
		font-size: 32px;
		letter-spacing: 4px;
	}
	.recruit .cont05 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.recruit .cont05 .box{
		width: 1200px;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
		padding: 55px 0 96px;
		box-sizing: border-box;
		margin: 60px auto 0;
		position: relative
	}
		.recruit .cont05 .box::before{
			position: absolute;
			top: -107px;
			left: -260px;
			content: "";
			background: url("img/recruit_img23.png") no-repeat;
			width: 613px;
			height: 1625px;
			z-index: -1;
		}
		.recruit .cont05 .box::after{
			position: absolute;
			top: -340px;
			right: -584px;
			content: "";
			background: url("img/recruit_img24.png") no-repeat;
			width: 881px;
			height: 1219px;
			z-index: -1;
		}
	.recruit .cont05 .box h3{
		color: #715a88;
		font-size: 20px;
		letter-spacing: 2px;
	}
	.recruit .cont05 .box h3 span{
		padding-left: 8px;
	}
		.recruit .cont05 .box h3 span::before{
			content: "-";
			padding-right: 6px;
		}
		.recruit .cont05 .box h3 span::after{
			content: "-";
			padding-left: 6px;
		}
	.recruit .cont05 .box table{
		margin: 20px 0 0 85px;
		border-collapse: separate;
		border-spacing: 5px 5px;
		text-align: left;
	}
	.recruit .cont05 .box table th{
		width: 200px;
		height: 60px;
		background: #87749b;
		padding: 14px 0 14px 25px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		letter-spacing: 1px;
		vertical-align: middle;
	}
	.recruit.recruit02 .cont05 .box table th {
		background: #4e5675;
	}
	.recruit .cont05 .box table td{
		width: 800px;
		background: #f0f0f0;
		padding: 14px 0 14px 30px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #333;
		line-height: 1.86;
		vertical-align: middle;
	}
	.recruit .cont05 .box table td span{
		font-size: 14px;
		line-height: 2;
	}
	
	
/* cominfo_box
------------------------------------------------------------------------*/
	.cominfo_box{
		background: url("img/common_bg01.png") center top no-repeat;
		padding: 435px 0 0;
		margin-top: -200px;
		z-index: 10;
		position: relative;
	}
@media screen and (min-width: 1800px){
	.cominfo_box{
		background: url("img/common_bg01.png") center top /100% 336px no-repeat;
	}
	}
	.cominfo_box .box{
		width: 1000px;
		background: #fff;
		padding: 76px 0 95px;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
		border-radius: 15px;
		margin: 0 auto;
		position: relative;
	}
		.cominfo_box .box::before{
			position: absolute;
			top: -219px;
			right: -190px;
			content: "";
			background: url("img/common_img01.png") no-repeat;
			width: 483px;
			height: 653px;
			z-index: -1;
		}
		.cominfo_box .box::after{
			position: absolute;
			bottom: -99px;
			left: -190px;
			content: "";
			background: url("img/common_img02.png") no-repeat;
			width: 465px;
			height: 653px;
			z-index: -1;
		}
	.cominfo_box .box h2{
		color: #715a88;
		font-size: 32px;
		letter-spacing: 4px;
		text-align: center;
	}
	.cominfo_box .box h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.cominfo_box .box table{
		margin: 28px 0 0 88px;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.cominfo_box .box table tr{
		background-image: linear-gradient(to right, #b8acc3, #b8acc3 4px, transparent 4px, transparent 6px);
		background-size: 6px 1px;
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	.cominfo_box .box table th{
		width: 300px;
		padding: 22px 0 21px 25px;
		box-sizing: border-box;
		color: #715a88;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: left;
	}
	.cominfo_box .box table td{
		width: 525px;
		padding: 22px 0 21px;
		box-sizing: border-box;
		color: #333;
		font-size: 18px;
	}
	.cominfo_box iframe{
		width: 100%;
		height: 500px;
		margin-top: 145px;
	}
	
	
/* contact_box
------------------------------------------------------------------------*/
	.contact_box{
		padding: 130px 0 120px;
	}
	.contact_box .box{
		width: 1000px;
		background: #fff;
		padding: 50px 0 95px;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
		border-radius: 15px;
		margin: 0 auto;
		position: relative;
	}
	.contact_box .box h2{
		color: #4e5675;
		font-size: 32px;
		letter-spacing: 4px;
		text-align: center;
	}
	.contact_box .box h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.contact_box .box table{
		margin: 35px 0 0 85px;
		border-collapse: separate;
		border-spacing: 5px 5px;
	}
	.contact_box .box table th{
		width: 240px;
		height: 70px;
		background: #7987bd;
		padding: 0 0 0 30px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		letter-spacing: 1px;
		text-align: left;
		vertical-align: middle;
	}
	.contact_box .box table td{
		width: 590px;
		background: #f0f0f0;
		box-sizing: border-box;
		border-radius: 5px;
		color: #333;
		vertical-align: middle;
	}
	.contact_box .box table tr:nth-of-type(4) td{
		padding-left: 25px;
	}
	.contact_box .box table td input[type="text"],
	.contact_box .box table td input[type="tel"],
	.contact_box .box table td input[type="email"]{
		font-size: 16px;
		width: 100%;
		height: 70px;
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		border-radius: 5px;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.contact_box .box table td textarea{
		padding: 10px 0 10px 30px;
		width: 100% !important;
		height: 210px !important;
		box-sizing: border-box;
		border: none;
		background: #f0f0f0;
		border-radius: 5px;
		display: block;
		line-height: 1.5;
	}
	.contact_box .box .privacy_check{
		text-align: center;
		margin-top: 50px;
	}
	.contact_box .box .button{
		width: 400px;
		margin: 25px auto 0;
	}
	.contact_box .box .button input[type="submit"]{
		display: block;
		background: #fff;
		width: 400px;
		height: 60px;
		line-height: 56px;
		color: #4e5675;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 3px;
		border: 2px solid #7987bd;
		border-radius: 30px;
		cursor: pointer;
	}
	.contact_box .box .button input[type="submit"]:hover{
		background: #7987bd;
		color: #fff;
		opacity: 1;
	}
	.contact_box .box h3{
		width: 835px;
		height: 60px;
		background: #7987bd;
		border-radius: 5px 5px 0 0;
		text-align: center;
		color: #fff;
		line-height: 60px;
		margin: 60px auto 0;
		box-sizing: border-box;
	}
	.contact_box .box .privacy_box{
		border: 1px solid #7987bd;
		width: 835px;
		height: 220px;
		border-radius: 0 0 5px 5px;
		padding: 16px 30px 20px;
		margin: 0 auto;
		overflow-y: scroll;
		box-sizing: border-box;
	}
		.contact_box .box .privacy_box h4::before{
			content: "【";
		}
		.contact_box .box .privacy_box h4::after{
			content: "】";
		}
	.contact_box .box .privacy_box .text{
		margin-bottom: 22px;
	}

	/*thanks
--------------------------------------------------------------------------*/
	.thanks {
		background: url(img/thanks_bg.png) no-repeat center/cover;
	}
	.thanks .cont01{
		padding: 200px 0 50px;
	}
	.thanks .cont01 h2{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #a998ba;
		background:transparent;
		margin-bottom: 25px;
		padding: 0;
	}
	.thanks .cont01 .text{
		line-height: 1.8;
		text-align: center;
		font-size: 14px;
	}
	.thanks .cont01 .button a{
		display: block;
		width: 300px;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 15px 0;
		text-align: center;
		background: #a998ba;
		color: #fff;
		margin: 30px auto;
		border-radius: 50px;
	}
	
	
/* footer
------------------------------------------------------------------------*/
	footer{
		background: url("img/footer_bg.png") center top no-repeat , linear-gradient(#ae9dbe , #715a88);
		color: #fff;
		position: relative;
	}
	.thanks footer {
		background: linear-gradient(#ae9dbe , #715a88);
	}
@media screen and (min-width: 1800px){
	footer{
		background: url("img/footer_bg.png") center top /100% 109px no-repeat , linear-gradient(#ae9dbe , #715a88) ;
	}
	}
	footer .inner{
		padding: 200px 0 0;
		position: relative;
	}
	footer .inner .box {
		display: flex;
		justify-content: space-between;
		padding: 0 100px;
	}
	.thanks footer .inner {
		padding-top: 70px;
	}
	footer h2{
		font-size: 24px;
		letter-spacing: 4px;
		/* padding-left: 580px; */
		/* position: absolute;
		top: 310px;
		left: 100px; */
	}
	footer .logo{
		/* position: absolute;
		top: 205px;
		left: 100px; */
		margin-bottom: 25px;
	}
	footer .logo img {
		width: 220px;
	}
	.thanks footer .logo {
		top: 80px;
	}
	footer .place{
		line-height: 2;
		margin-top: 15px;
		/* padding-left: 580px;
		margin-top: 15px; */
		/* position: absolute;
		top: 355px;
		left: 100px; */
	}
	footer .tel{
		display: inline-block;
		line-height: 2;
		margin-right: 30px;
		/* padding-left: 580px;
		margin-right: 20px; */
		/* position: absolute;
		top: 380px;
		left: 100px; */
	}
		footer .tel::before{
			content: "TEL：";
		}
	footer .mail{
		display: inline-block;
		line-height: 2;
		/* position: absolute;
		top: 380px;
		left: 270px; */
	}
		footer .mail::before{
			content: "MAIL：";
		}
	footer .twitter_wrap {
		width: 500px;
		max-height: 300px;
		/* position: absolute;
		top: 205px;
		right: 100px; */
	}
	footer .twitter_wrap iframe {
		max-height: 300px;
		overflow-y: scroll !important;
	}
	footer ul{
		width: 450px;
		text-align: center;
		margin: 70px auto 0;
	}
	footer ul li{
		display: inline-block;
		padding: 0 40px;
		color: #fff;
		position: relative;
	}
		footer ul li::after{
			position: absolute;
			top: 50%;
			right: -2px;
			transform: translateY(-50%);
			content: "";
			background: #fff;
			width: 1px;
			height: 12px;
		}
		footer ul li:first-of-type::before{
			position: absolute;
			top: 50%;
			left: -2px;
			transform: translateY(-50%);
			content: "";
			background: #fff;
			width: 1px;
			height: 12px;
		}
	footer ul li a{
		color: #fff;
	}
	footer ul li:hover{
		text-decoration: underline;
	}
	footer .copy{
		font-size: 14px;
		padding: 65px 0 90px;
		text-align: center;
	}
	footer .to_top{
		position: fixed;
		right: 25px;
		bottom: 40px;
		z-index: 1000;
	}
	footer .to_top a{
		display: block;
		width: 80px;
		height: 0;
		overflow: hidden;
		padding: 80px 0 0;
		background: url("img/to_top.png") center center/contain no-repeat;
	}

}




/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 430px){

html,
body,
.wrap{
	width: 430px;
	position: relative;
}
.inner{
	width: auto;
}
img{
	max-width:430px;
}
.pc{
	display: none;
}

	/* header
	------------------------------------------------------------------------*/
	header{
		width: 100%;
		z-index: 10000;
	}
	header h1{
		position: absolute;
		top: 10px;
		left: 125px;
		font-size: 10px;
		max-width: 240px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	header .logo{
		position: absolute;
		top: 12px;
		left: 7px;
	}
	header .logo img{
		width: 100px;
	}
	header .tel{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}
	header .tel a{
		display: block;
		width: 230px;
		height: 0;
		padding-top: 60px;
		overflow: hidden;
		background: #fff url("img/header_tel.png") center center no-repeat;
		background-size: 200px;
	}
	header .entry{
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 1000;
	}
	header .entry a{
		display: block;
		width: 200px;
		height: 60px;
		background: url("img/header_icon.png") left 30px center no-repeat,linear-gradient(#ae9dbe , #715a88);
		color: #fff;
		line-height: 60px;
		letter-spacing: 0;
		padding-left: 63px;
		box-sizing: border-box;
	}
	header .twitter {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	header.fixed {
		position: fixed;
		height: 65px;
	}
	header.fixed h1 {
		animation-name: slideIn;
		animation-fill-mode: forwards;
		animation-duration: 0.5s;
		animation-timing-function: linear;
		z-index: 100;
	}
	header.fixed .logo {
		width: 100%;
		height: 65px;
		top: 0;
		left: 0;
		background: #fff;
		animation-name: slideIn;
		animation-fill-mode: forwards;
		animation-duration: 0.5s;
		animation-timing-function: linear;
	}
	header.fixed .logo img {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	header.fixed .twitter {
		position: absolute;
		top: 17px;
		right: 15px;
		animation-name: slideIn;
		animation-fill-mode: forwards;
		animation-duration: 0.5s;
		animation-timing-function: linear;
	}
	@keyframes slideIn{
		0% {
		  opacity: 0;
		  transform: translateY(-100px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}
	

	/* nav
	------------------------------------------------------------------------*/
	nav{
		position: absolute;
		top: 29px;
		left: 125px;
		z-index: 10000;
	}
	header.fixed nav {
		animation-name: slideIn;
		animation-fill-mode: forwards;
		animation-duration: 0.5s;
		animation-timing-function: linear;
	}
	nav ul li{
		display: inline-block;
		padding: 0 35px 0 0;
		letter-spacing: 0;
		line-height: 1;
		position: relative;
	}
	nav ul li a {
		font-size: 14px;
	}
		nav ul li::after{
			position: absolute;
			top: 50%;
			right: 23px;
			transform: translateY(-50%);
			content: url("img/header_icon02.png");
		}
	nav ul li:first-of-type{
		padding-right: 28px;
	}
		nav ul li:first-of-type::after{
			content: none;
		}
	nav ul li:last-of-type{
		padding-right: 0;
	}
		nav ul li:last-of-type::after{
			right: -12px;
		}
	
	
	/* home
	------------------------------------------------------------------------*/
	.home .key{
		height: 500px;
		background: url("img/home_key_bg_sp.png") no-repeat top center / cover;
		padding: 115px 0 0;
		box-sizing: border-box;
		text-align: center;
	}
	.home .key .text01{
		color: #715a88;
		letter-spacing: 0.6px;
		font-size: 20px;
	}
	.home .key .text02{
		font-size: 20px;
		line-height: 1.7;
		letter-spacing: 1.4px;
		margin-top: 25px;
	}
	.home .key .text03{
		color: #715a88;
		font-size: 16px;
		margin-top: 45px;
		position: relative;
	}
		.home .key .text03::before{
			position: absolute;
			top: -52px;
			left: 50%;
			transform: translateX(-50%) scale(0.38);
			content: url("img/home_key_img.png");
		}
	
	
	/* cont01 */
	.home .cont01.inner{
		padding: 160px 15px 0;
		margin-top: 50px;
		position: relative;
	}
		.home .cont01.inner::before{
			position: absolute;
			top: 60px;
			left: 15px;
			content: "";
			background: #eff9ff;
			width: 400px;
			height: 580px;
			border-radius: 15px;
			z-index: -1;
		}
		.home .cont01.inner::after{
			position: absolute;
			top: -34px;
			right: 0;
			content: "";
			background: url("img/home_img01.png") no-repeat;
			background-size: 350px;
			width: 350px;
			height: 176px;
		}
	.home .cont01 h2{
		color: #715a88;
		font-size: 22px;
		line-height: 1.7;
		letter-spacing: 2px;
		padding-left: 30px;
		position: relative;
	}
		.home .cont01 h2::before{
			position: absolute;
			top: -140px;
			left: -40px;
			content: "";
			background: url("img/home_img03.png") no-repeat;
			background-size: 301px;
			width: 301px;
			height: 281px;
			z-index: -1;
		}
	.home .cont01 .text{
		padding: 260px 25px 0 25px;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.6px;
		position: relative;
	}
		.home .cont01 .text::before{
			position: absolute;
			top: 225px;
			left: 12px;
			content: url("img/home_text01.png");
			transform: scale(0.9);
		}
	.home .cont01 .img{
		position: absolute;
		top: 260px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont01 .img img{
		width: 340px;
	}
	
	
	/* cont02 */
	.home .cont02.inner{
		padding: 160px 15px 80px;
		margin-top: 80px;
		position: relative;
	}
		.home .cont02.inner::before{
			position: absolute;
			top: 60px;
			right: 15px;
			content: "";
			background: #eff9ff;
			width: 400px;
			height: 530px;
			border-radius: 15px;
			z-index: -1;
		}
		.home .cont02.inner::after{
			position: absolute;
			top: -34px;
			left: 0;
			content: "";
			background: url("img/home_img04.png") no-repeat;
			background-size: 350px;
			width: 350px;
			height: 176px;
		}
	.home .cont02 h2{
		color: #715a88;
		font-size: 22px;
		line-height: 1.7;
		letter-spacing: 1px;
		padding-left: 30px;
		position: relative;
	}
		.home .cont02 h2::before{
			position: absolute;
			top: -140px;
			right: -40px;
			content: "";
			background: url("img/home_img06.png") no-repeat;
			background-size: 301px;
			width: 301px;
			height: 281px;
			z-index: -1;
		}
	.home .cont02 .text01{
		padding: 255px 25px 0;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.6px;
		position: relative;
	}
		.home .cont02 .text01::before{
			position: absolute;
			top: 220px;
			left: 16px;
			content: url("img/home_text02.png");
			transform: scale(0.9);
		}
	.home .cont02 .img{
		position: absolute;
		top: 255px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont02 .img img{
		width: 340px;
	}
	.home .cont02 ul{
		width: 380px;
		background: #fff;
		padding: 75px 30px 10px;
		border-radius: 15px;
		border: 1px solid #715a88;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(0,0,0,0.08);
		margin: 50px auto 0;
		position: relative;
	}
		.home .cont02 ul::before{
			position: absolute;
			top: 30px;
			left: 50%;
			transform: translateX(-50%) scale(0.8);
			content: url("img/home_text03.png");
		}
	.home .cont02 ul li{
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 15px;
		padding-left: 40px;
		position: relative;
	}
		.home .cont02 ul li::before{
			position: absolute;
			top: 0;
			left: 0;
			content: url("img/home_icon01.png");
		}
	
	
	/* cont03 */
	.home .cont03{
		background: #e8e7fa;
		padding: 60px 0 150px;
		overflow: hidden;
		text-align: center;
		z-index: 0;
		position: relative;
	}
	.home .cont03 h2{
		color: #715a88;
		font-size: 26px;
		letter-spacing: 4px;
	}
	.home .cont03 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.home .cont03 .box{
		width: 400px;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
		padding: 35px 15px 45px;
		box-sizing: border-box;
		margin: 30px auto 0;
		position: relative
	}
		.home .cont03 .box::before{
			position: absolute;
			top: -180px;
			left: -248px;
			content: "";
			background: url("img/home_img07.png") no-repeat;
			width: 500px;
			height: 469px;
			z-index: -1;
		}
		.home .cont03 .box::after{
			position: absolute;
			top: -340px;
			right: -620px;
			content: "";
			background: url("img/home_img08.png") no-repeat;
			width: 881px;
			height: 858px;
			z-index: -1;
		}
	.home .cont03 .box h3{
		color: #715a88;
		letter-spacing: 1px;
	}
	.home .cont03 .box h3 span{
		padding-left: 6px;
	}
		.home .cont03 .box h3 span::before{
			content: "-";
			padding-right: 4px;
		}
		.home .cont03 .box h3 span::after{
			content: "-";
			padding-left: 4px;
		}
	.home .cont03 .box table{
		margin: 28px 0 0;
		border-collapse: separate;
		border-spacing: 5px 5px;
		text-align: left;
	}
	.home .cont03 .box table th{
		width: 100px;
		background: #87749b;
		padding: 14px 0 14px 10px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		vertical-align: middle;
	}
	.home .cont03 .box table td{
		background: #f0f0f0;
		padding: 14px 8px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #333;
		font-size: 14px;
		letter-spacing: -0.4px;
	}
	.home .cont03 .box .button a{
		display: block;
		width: 300px;
		height: 60px;
		background: url("img/home_icon02.png") left 50px center no-repeat,linear-gradient(#ae9dbe , #715a88);
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
		letter-spacing: 0;
		text-align: left;
		padding: 9px 0 0 85px;
		box-sizing: border-box;
		margin: 35px auto 0;
	}
	.home .cont03 .box:nth-of-type(2){
		margin-top: 30px;
	}
		.home .cont03 .box:nth-of-type(2)::before{
			top: -141px;
			left: -200px;
			background: url("img/home_img09.png") no-repeat;
			width: 580px;
			height: 513px;
		}
		.home .cont03 .box:nth-of-type(2)::after{
			top: auto;
			bottom: -80px;
			right: -80px;
			background: url("img/home_img10.png") no-repeat;
			width: 372px;
			height: 326px;
		}
	.home .cont03 .box:nth-of-type(2) h3{
		color: #4e5675;
		letter-spacing: 0.4px;
	}
	.home .cont03 .box:nth-of-type(2) table th{
		background: #4e5675;
	}
	.home .cont03 .box:nth-of-type(2) .button a{
		background: url("img/home_icon02.png") left 20px center no-repeat,linear-gradient(#7987bd , #4e5675);
		padding-left: 50px;
	}
	
	
	/* recruit
	------------------------------------------------------------------------*/
	.recruit .key{
		height: 350px;
		background: url("img/recruit_key_bg_sp.png") center top no-repeat;
		padding: 110px 0 0;
		box-sizing: border-box;
		text-align: center;
	}
	.recruit .key .text01{
		font-size: 22px;
		letter-spacing: 2px;
		text-shadow: 0 0 4px #fff,0 0 4px #fff;
		z-index: 10;
		position: relative;
	}
		.recruit .key .text01::before{
			position: absolute;
			top: -40px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("img/recruit_key_img.png") no-repeat;
			background-size: 400px;
			width: 400px;
			height: 198px;
			z-index: -1;
		}
	.recruit .key .text02{
		color: #715a88;
		line-height: 1.8;
		letter-spacing: 1px;
		text-shadow: 0 0 4px #fff,0 0 4px #fff;
		margin-top: 22px;
		z-index: 10;
		position: relative;
	}
	.recruit .key .text03{
		display: inline-block;
		color: #715a88;
		font-size: 14px;
		text-shadow: 0 0 4px #fff,0 0 4px #fff;
		margin-top: 30px;
		z-index: 10;
		position: relative;
	}
		.recruit .key .text03::before{
			position: absolute;
			top: 50%;
			left: -85px;
			transform: translateY(-50%);
			content: "";
			background: #876ba3;
			width: 70px;
			height: 1px;
		}
		.recruit .key .text03::after{
			position: absolute;
			top: 50%;
			right: -85px;
			transform: translateY(-50%);
			content: "";
			background: #876ba3;
			width: 70px;
			height: 1px;
		}
	
	
	/* cont01 */
	.recruit .cont01.inner{
		padding: 160px 15px 70px;
		margin-top: 100px;
		position: relative;
	}
		.recruit .cont01.inner::before{
			position: absolute;
			top: 60px;
			left: 15px;
			content: "";
			background: #f1eaf9;
			width: 400px;
			height: 620px;
			border-radius: 15px;
			z-index: -1;
		}
		.recruit .cont01.inner::after{
			position: absolute;
			top: -34px;
			right: 0;
			content: "";
			background: url("img/recruit_img01.png") no-repeat;
			background-size: 350px;
			width: 350px;
			height: 176px;
		}
	.recruit .cont01 h2{
		color: #715a88;
		font-size: 20px;
		line-height: 1.7;
		padding-left: 30px;
		position: relative;
	}
		.recruit .cont01 h2::before{
			position: absolute;
			top: -240px;
			left: 0;
			content: "";
			background: url("img/recruit_img03.png") no-repeat;
			background-size: 198px;
			width: 198px;
			height: 123px;
			z-index: -1;
		}
	.recruit .cont01 .text01{
		padding: 270px 30px 0;
		font-size: 14px;
		line-height: 1.8;
		position: relative;
	}
		.recruit .cont01 .text01::before{
			position: absolute;
			top: 230px;
			left: 17px;
			content: url("img/recruit_text01.png");
			transform: scale(0.9);
		}
	.recruit .cont01 .img{
		position: absolute;
		top: 320px;
		left: 50%;
		transform: translateX(-50%);
	}
	.recruit .cont01 .img img{
		width: 340px;
	}
	.recruit .cont01 .box{
		width: 400px;
		background: #fff;
		padding: 0 25px 50px;
		border: 1px solid #715a88;
		border-radius: 25px;
		box-sizing: border-box;
		box-shadow: 0 8px 15px rgba(0,0,0,0.1);
		margin: 70px auto 0;
		position: relative;
	}
		.recruit .cont01 .box::before{
			position: absolute;
			top: -150px;
			right: -20px;
			content: "";
			background: url("img/recruit_img04.png") no-repeat;
			background-size: 168px;
			width: 168px;
			height: 254px;
			z-index: -1;
		}
	.recruit .cont01 .box h3{
		width: 280px;
		height: 26px;
		background: #fff;
		color: #715a88;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 2px;
		text-align: center;
		margin: -13px auto 0;
	}
	.recruit .cont01 .box ul{
		margin-top: 38px;
	}
	.recruit .cont01 .box ul li{
		padding-top: 30px;
		background: url("img/recruit_text02.png") center top no-repeat;
		font-size: 14px;
		text-align: center;
		margin-bottom: 28px;
	}
	.recruit .cont01 .box .text02{
		background: #eff9ff;
		border-radius: 20px;
		padding: 30px 35px 20px;
		color: #715a88;
		font-size: 14px;
		line-height: 2;
		margin-top: 50px;
		position: relative;
	}
		.recruit .cont01 .box .text02::before{
			position: absolute;
			top: -10px;
			left: 50%;
			transform: translateX(-50%);
			content: url("img/recruit_text03.png");
		}
	
	
	/* cont02 */
	.recruit .cont02{
		background: #eff9ff;
	}
	.recruit .cont02 .inner{
		padding: 60px 15px 80px;
		position: relative;
	}
		.recruit .cont02 .inner::before{
			position: absolute;
			top: 770px;
			right: -20px;
			content: "";
			background: url("img/recruit_img05.png") no-repeat;
			background-size: 301px;
			width: 301px;
			height: 281px;
		}
		.recruit .cont02 .inner::after{
			position: absolute;
			top: 2100px;
			left: -20px;
			content: "";
			background: url("img/recruit_img06.png") no-repeat;
			background-size: 301px;
			width: 301px;
			height: 281px;
		}
	.recruit .cont02 h2{
		color: #715a88;
		font-size: 26px;
		letter-spacing: 2px;
		text-align: center;
	}
	.recruit .cont02 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 0;
	}
	.recruit .cont02 .text01{
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
		margin: 30px 0 60px;
	}
	.recruit .cont02 .cont{
		width: 400px;
		padding: 400px 0 0;
		box-sizing: border-box;
		z-index: 10;
		position: relative;
	}
	.recruit .cont02 .cont:nth-of-type(n+2){
		margin-top: 80px;
	}
	.recruit .cont02 .cont:nth-of-type(2){
		padding-top: 380px;
	}
	.recruit .cont02 .cont:nth-of-type(4){
		padding-top: 390px;
	}
	.recruit .cont02 .cont:nth-of-type(5){
		padding-top: 370px;
	}
		.recruit .cont02 .cont::before{
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("img/recruit_img07.png") no-repeat;
			background-size: 380px;
			width: 380px;
			height: 401px;
			z-index: 10;
		}
		.recruit .cont02 .cont:nth-of-type(2)::before{
			background: url("img/recruit_img08.png") no-repeat;
			background-size: 390px;
			width: 390px;
			height: 360px;
		}
		.recruit .cont02 .cont:nth-of-type(3)::before{
			background: url("img/recruit_img09.png") no-repeat;
			background-size: 390px;
			width: 390px;
			height: 388px;
		}
		.recruit .cont02 .cont:nth-of-type(4)::before{
			background: url("img/recruit_img10.png") no-repeat;
			background-size: 390px;
			width: 390px;
			height: 363px;
		}
		.recruit .cont02 .cont:nth-of-type(5)::before{
			background: url("img/recruit_img11.png") no-repeat;
			background-size: 390px;
			width: 390px;
			height: 362px;
		}
	.recruit .cont02 .cont h3{
		padding-left: 20px;
		font-size: 18px;
		position: relative;
	}
		.recruit .cont02 .cont h3::after{
			position: absolute;
			top: -58px;
			right: -30px;
			content: url("img/recruit_text04.png");
			transform: scale(0.6);
		}
		.recruit .cont02 .cont:nth-of-type(2) h3::after{
			content: url("img/recruit_text05.png");
		}
		.recruit .cont02 .cont:nth-of-type(3) h3::after{
			content: url("img/recruit_text06.png");
		}
		.recruit .cont02 .cont:nth-of-type(4) h3::after{
			content: url("img/recruit_text07.png");
		}
		.recruit .cont02 .cont:nth-of-type(5) h3::after{
			content: url("img/recruit_text08.png");
		}
	.recruit .cont02 .cont .text02{
		padding: 0 20px;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: -0.6px;
		margin-top: 36px;
		position: relative;
	}
		.recruit .cont02 .cont .text02::before{
			position: absolute;
			top: -20px;
			left: 5px;
			content: "";
			background: #876ba3;
			width: 330px;
			height: 1px;
		}
	.recruit .cont02 .box{
		width: 400px;
		border: 1px dashed #715a88;
		border-radius: 25px;
		padding: 35px 20px 35px 25px;
		box-sizing: border-box;
		margin: 80px auto 0;
		text-align: center;
		position: relative;
	}
		.recruit .cont02 .box::before{
			position: absolute;
			top: -60px;
			left: -10px;
			content: "";
			background: #eff9ff url("img/recruit_img12.png") left top no-repeat;
			background-size: 80px;
			width: 85px;
			height: 122px;
		}
		.recruit .cont02 .box::after{
			position: absolute;
			bottom: -40px;
			right: -10px;
			content: "";
			background: #eff9ff url("img/recruit_img13.png") right bottom no-repeat;
			background-size: 80px;
			width: 85px;
			height: 120px;
		}
	.recruit .cont02 .box .text03{
		font-size: 14px;
		line-height: 1.8;
	}
	.recruit .cont02 .box .text04{
		color: #876ba3;
		margin-top: 20px;
		line-height: 2;
	}
	
	
	/* cont03 */
	.recruit .cont03{
		background: url("img/recruit_bg01_sp.png") center bottom no-repeat;
		padding: 60px 15px 80px;
		position: relative;
	}
	.recruit .cont03 h2{
		color: #715a88;
		font-size: 26px;
		letter-spacing: 2px;
		text-align: center;
	}
	.recruit .cont03 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 0;
	}
	.recruit .cont03 .text01{
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
		margin: 35px 0 50px;
	}
	.recruit .cont03 .cont{
		width: 400px;
		background: #fff url("img/recruit_img14.png") left top no-repeat;
		background-size: 218px;
		padding: 35px 0 20px;
		box-sizing: border-box;
		border-radius: 20px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		margin: 50px auto 0;
	}
	.recruit .cont03 .cont:nth-of-type(n+2){
		margin-top: 30px;
	}
	.recruit .cont03 .cont:nth-of-type(2){
		background: #fff url("img/recruit_img15.png") left top no-repeat;
		background-size: 218px;
	}
	.recruit .cont03 .cont:nth-of-type(3){
		background: #fff url("img/recruit_img16.png") left top no-repeat;
		background-size: 218px;
	}
	.recruit .cont03 .cont:nth-of-type(4){
		background: #fff url("img/recruit_img17.png") left top no-repeat;
		background-size: 218px;
	}
	.recruit .cont03 .cont h3{
		color: #715a88;
		font-size: 20px;
		padding-left: 230px;
	}
	.recruit .cont03 .cont .text02{
		font-size: 14px;
		line-height: 1.8;
		padding: 0 25px;
		margin-top: 50px;
	}
	.recruit.recruit02 .cont03 .cont:first-of-type .text02{
		letter-spacing: -0.5px;
	}
	.recruit .cont03 .cont:nth-of-type(2) .text02 {
		letter-spacing: -1px;
	}
	.recruit .cont03 .text03{
		width: 400px;
		line-height: 2;
		text-align: center;
		text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 10px #fff;
		margin: 90px auto 0;
		z-index: 10;
		position: relative;
	}
		.recruit .cont03 .text03::before{
			position: absolute;
			top: -40px;
			left: 10px;
			content: "";
			background: url("img/recruit_img18.png") no-repeat;
			background-size: 75px;
			width: 75px;
			height: 92px;
			z-index: -1;
		}
	.recruit .cont03 .text03::after{
			position: absolute;
			bottom: -30px;
			right: 10px;
			content: "";
			background: url("img/recruit_img19.png") no-repeat;
			background-size: 75px;
			width: 75px;
			height: 92px;
			z-index: -1;
		}
	
	
	/* cont04 */
	.recruit .cont04{
		padding: 60px 15px 70px;
		text-align: center;
	}
	.recruit .cont04 h2{
		color: #715a88;
		font-size: 26px;
		letter-spacing: 1px;
	}
	.recruit .cont04 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 0;
	}
	.recruit .cont04 .cont{
		display: inline-block;
		width: 340px;
		background: #fff url("img/recruit_img20.png") center top 30px no-repeat;
		padding: 330px 30px 25px;
		border: 1px solid #715a88;
		border-radius: 20px;
		box-shadow: 0 0 20px rgba(0,0,0,0.08);
		box-sizing: border-box;
		text-align: left;
		margin: 30px 18px 0;
		vertical-align: top;
	}
	.recruit .cont04 .cont:nth-of-type(2){
		background: #fff url("img/recruit_img21.png") center top 30px no-repeat;
		margin-top: 40px;
	}
	.recruit .cont04 .cont:nth-of-type(3){
		background: #fff url("img/recruit_img22.png") center top 30px no-repeat;
		margin-top: 40px;
	}
	.recruit .cont04 .cont h3{
		color: #876ba3;
		font-size: 18px;
		line-height: 1.7;
		letter-spacing: -0.4px;
	}
	.recruit .cont04 .cont .text{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 30px;
		position: relative;
	}
		.recruit .cont04 .cont .text::before{
			position: absolute;
			top: -34px;
			left: 0;
			content: url("img/recruit_line01.png");
		}
	
	
	/* cont05 */
	.recruit .cont05{
		background: #e8e7fa;
		padding: 60px 15px 150px;
		overflow: hidden;
		text-align: center;
		z-index: 0;
		position: relative;
	}
	.recruit .cont05 h2{
		color: #715a88;
		font-size: 26px;
		letter-spacing: 2px;
	}
	.recruit .cont05 h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.recruit .cont05 .box{
		width: 400px;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 15px rgba(0,0,0,0.05);
		padding: 45px 15px 30px;
		box-sizing: border-box;
		margin: 30px auto 0;
		position: relative
	}
		.recruit .cont05 .box::before{
			position: absolute;
			top: -107px;
			left: -260px;
			content: "";
			background: url("img/recruit_img23.png") no-repeat;
			width: 613px;
			height: 1625px;
			z-index: -1;
		}
		.recruit .cont05 .box::after{
			position: absolute;
			top: -340px;
			right: -584px;
			content: "";
			background: url("img/recruit_img24.png") no-repeat;
			width: 881px;
			height: 1219px;
			z-index: -1;
		}
	.recruit .cont05 .box h3{
		color: #715a88;
		letter-spacing: 1px;
	}
	.recruit .cont05 .box h3 span{
		padding-left: 6px;
	}
		.recruit .cont05 .box h3 span::before{
			content: "-";
			padding-right: 4px;
		}
		.recruit .cont05 .box h3 span::after{
			content: "-";
			padding-left: 4px;
		}
	.recruit .cont05 .box table{
		margin: 20px 0 0;
		border-collapse: separate;
		border-spacing: 5px 5px;
		text-align: left;
	}
	.recruit .cont05 .box table th{
		width: 120px;
		height: 60px;
		background: #87749b;
		padding: 14px 0 14px 10px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		vertical-align: middle;
	}
	.recruit.recruit02 .cont05 .box table th {
		background: #4e5675;
	}
	.recruit .cont05 .box table td{
		width: 235px;
		background: #f0f0f0;
		padding: 14px 7px 14px 8px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #333;
		font-size: 14px;
		line-height: 1.8;
		vertical-align: middle;
	}
	.recruit .cont05 .box table td span{
		font-size: 12px;
		line-height: 2;
	}
	.recruit.recruit02 .cont05 .box table tr:first-of-type td {
		letter-spacing: -0.5px;
	}
	
	
/* cominfo_box
------------------------------------------------------------------------*/
	.cominfo_box{
		background: url("img/common_bg01_sp.png") center top no-repeat;
		background-size: 500px;
		padding: 200px 0 0;
		margin-top: -100px;
		z-index: 10;
		position: relative;
	}
	.cominfo_box .box{
		width: 400px;
		background: #fff;
		padding: 40px 30px 70px;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
		border-radius: 15px;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}
		.cominfo_box .box::before{
			position: absolute;
			top: -80px;
			right: -75px;
			content: "";
			background: url("img/common_img01.png") no-repeat;
			background-size: 300px;
			width: 300px;
			height: 406px;
			z-index: -1;
		}
		.cominfo_box .box::after{
			position: absolute;
			bottom: -80px;
			left: -70px;
			content: "";
			background: url("img/common_img02.png") no-repeat;
			background-size: 300px;
			width: 300px;
			height: 421px;
			z-index: -1;
		}
	.cominfo_box .box h2{
		color: #715a88;
		font-size: 26px;
		letter-spacing: 4px;
		text-align: center;
	}
	.cominfo_box .box h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.cominfo_box .box table{
		margin: 15px 0 0;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.cominfo_box .box table tr{
		background-image: linear-gradient(to right, #b8acc3, #b8acc3 4px, transparent 4px, transparent 6px);
		background-size: 6px 1px;
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	.cominfo_box .box table th{
		width: 130px;
		padding: 22px 0 21px 10px;
		box-sizing: border-box;
		color: #715a88;
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	}
	.cominfo_box .box table td{
		width: 210px;
		padding: 22px 0 21px;
		box-sizing: border-box;
		color: #333;
		font-size: 14px;
	}
	.cominfo_box iframe{
		width: 100%;
		height: 500px;
		margin-top: 100px;
	}
	
	
/* contact_box
------------------------------------------------------------------------*/
	.contact_box{
		padding: 70px 15px;
	}
	.contact_box .box{
		width: 400px;
		background: #fff;
		padding: 40px 15px 70px;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
		border-radius: 15px;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}
	.contact_box .box h2{
		color: #4e5675;
		font-size: 26px;
		letter-spacing: 2px;
		text-align: center;
	}
	.contact_box .box h2 span{
		color: #555;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.contact_box .box table{
		margin: 35px 0 0;
		border-collapse: separate;
		border-spacing: 5px 5px;
	}
	.contact_box .box table th{
		width: 130px;
		height: 50px;
		background: #7987bd;
		padding: 0 0 0 10px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	}
	.contact_box .box table td{
		width: 230px;
		background: #f0f0f0;
		box-sizing: border-box;
		border-radius: 5px;
		color: #333;
		font-size: 14px;
		vertical-align: middle;
	}
	.contact_box .box table tr:nth-of-type(4) td{
		padding-left: 8px;
	}
	.contact_box .box table td input[type="text"],
	.contact_box .box table td input[type="tel"],
	.contact_box .box table td input[type="email"]{
		font-size: 14px;
		width: 100%;
		height: 50px;
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		border-radius: 5px;
		padding-left: 8px;
		box-sizing: border-box;
	}
	.contact_box .box table td textarea{
		padding: 10px 0 10px 8px;
		width: 100% !important;
		height: 210px !important;
		box-sizing: border-box;
		border: none;
		background: #f0f0f0;
		border-radius: 5px;
		display: block;
		font-size: 14px;
		line-height: 1.5;
	}
	.contact_box .box .privacy_check{
		font-size: 14px;
		text-align: center;
		margin-top: 40px;
	}
	.contact_box .box .button{
		width: 300px;
		margin: 35px auto 0;
	}
	.contact_box .box .button input[type="submit"]{
		display: block;
		background: #fff;
		width: 300px;
		height: 60px;
		line-height: 56px;
		color: #4e5675;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 3px;
		border: 2px solid #7987bd;
		border-radius: 30px !important;
		cursor: pointer;
	}
	.contact_box .box .button input[type="submit"]:hover{
		background: #eff6fb;
	}
	.contact_box .box h3{
		width: 350px;
		height: 40px;
		background: #7987bd;
		border-radius: 5px 5px 0 0;
		text-align: center;
		color: #fff;
		line-height: 40px;
		margin: 50px auto 0;
		box-sizing: border-box;
		padding-top: 1px;
	}
	.contact_box .box .privacy_box{
		border: 1px solid #7987bd;
		width: 350px;
		height: 220px;
		border-radius: 0 0 5px 5px;
		padding: 15px 20px;
		margin: 0 auto;
		overflow-y: scroll;
		box-sizing: border-box;
	}
	.contact_box .box .privacy_box h4{
		font-size: 14px;
		margin-bottom: 6px;
	}
		.contact_box .box .privacy_box h4::before{
			content: "【";
		}
		.contact_box .box .privacy_box h4::after{
			content: "】";
		}
	.contact_box .box .privacy_box .text{
		font-size: 13px;
		margin-bottom: 20px;
	}


/*thanks
--------------------------------------------------------------------------*/
	.thanks {
		background: url(img/thanks_sp_bg.png) repeat top center;
	}
	.thanks .cont01{
		padding: 140px 0 50px;
	}
	.thanks .cont01 h2{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #a998ba;
		background:transparent;
		margin-bottom: 25px;
		padding: 0;
	}
	.thanks .cont01 .text{
		line-height: 1.8;
		text-align: center;
		font-size: 14px;
	}
	.thanks .cont01 .button a{
		display: block;
		width: 300px;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 15px 0;
		text-align: center;
		background: #a998ba;
		color: #fff;
		margin: 30px auto;
		border-radius: 50px;
	}
	
	
/* footer
------------------------------------------------------------------------*/
	footer{
		background: url("img/footer_bg.png") center top no-repeat , linear-gradient(#ae9dbe , #715a88);
		background-size: 600px;
		color: #fff;
		position: relative;
	}
	.thanks footer {
		background: linear-gradient(#ae9dbe , #715a88);
	}
	footer .inner{
		padding: 100px 0 0;
		text-align: center;
		position: relative;
	}
	.thanks footer .inner {
		padding: 70px 0 0;
	}
	footer h2{
		font-size: 18px;
		letter-spacing: 1px;
		padding-top: 85px;
	}
	footer .logo{
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	.thanks footer .logo {
		top: 70px;
	}
	footer .logo img{
		width: 150px;
	}
	footer .place{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 15px;
	}
	footer .tel{
		display: inline-block;
		font-size: 14px;
		line-height: 2;
		margin-right: 10px;
	}
		footer .tel::before{
			content: "TEL：";
		}
	footer .mail{
		display: inline-block;
		font-size: 14px;
		line-height: 2;
	}
		footer .mail::before{
			content: "MAIL：";
		}
	footer .twitter_wrap {
		width: 90%;
		margin: 40px auto 0;
	}
	footer .twitter_wrap iframe {
		max-height: 400px;
	}
	footer ul{
		width: 400px;
		text-align: center;
		margin: 25px auto 0;
		display: flex;
	}
	footer ul li{
		/* display: block; */
		padding: 0 20px;
		box-sizing: border-box;
		color: #fff;
		margin: 0 auto 20px;
	}
	footer ul li a{
		color: #fff;
	}
	footer .copy{
		font-size: 12px;
		padding: 35px 0 75px;
		text-align: center;
	}
	footer .to_top{
		position: fixed;
		right: 10px;
		bottom: 70px;
		z-index: 1000;
	}
	footer .to_top a{
		display: block;
		width: 60px;
		height: 0;
		overflow: hidden;
		padding: 60px 0 0;
		background: url("img/to_top.png") center center/contain no-repeat;
	}

}


/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 0;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next, button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #7987bd;
	border: 1px solid #7987bd;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #7987bd;
	color: #7987bd;
	cursor: pointer;
	background: #fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next, button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item, input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"MS Pゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}

div#mfp_OperationCheck ul li {
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: linear-gradient(#EEE, #CCC);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background {
		width: 1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
@media screen and (max-width: 431px) {
	div#mfp_overlay_background {
		width: 430px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 430px !important;
	}
	div#mfp_overlay_inner {
		width: 390px;
		max-width: none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width: 300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width: 300px;
		margin-right: 3px;
	}
	div.mfp_err {
		clear: both;
		display: none;
		text-align: left;
		margin: 5px 0px 0px 0px;
		padding: 3px 0px 5px 5px;
		color: #F00;
		font-size: 14px;
		line-height: normal;
		background-image: url(img/mfp_error.gif);
		background-repeat: no-repeat;
		background-position: 0px 7px;
	}
}