@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img{
	vertical-align: bottom;
}

body{
	font-family: 'Noto Sans JP', "Yu Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #464646;
	font-size: 16px;
	line-height: 1.7;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}

a{color:#3F64CF; text-decoration:underline;}
a:hover{color:#3F64CF; text-decoration:none;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

::selection {
	background: #365EA7;
	color: #fff;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}			.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}		.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	ヘッダー

*****************************************/
header {}

#header {
	background-image: url("../header-bg01.png");
	background-repeat: repeat;
	background-position: left top;
}
#header-inner {
	width: 980px;
	margin: 0 auto;
}


#header-logo {}
#header-logo h1 {
	padding: 25px 0 15px 0;
	color: #C24729;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
#header-logo h1 b {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0 15px;
}
#header-logo h1 a {
	color: #C24729;
	text-decoration: none;
}


#header-navi ul {
	padding: 0 0 30px 0;
}
#header-navi ul li {
	float: left;
	line-height: 1;
	position: relative;
	padding: 0 20px 0 26px;
}
#header-navi ul li a {
	color: #C24729;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
#header-navi ul li:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	display: block;
	width: 21px;
	height: 21px;
	background-image: url("../arrow01.png");
	background-size: contain;
	transition: all .4s ease-out;
}



/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっ（上から）*/
.fadeDown{
	animation-name: fadeDownAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* くるっ（ Y 軸（横へ）） */
.rotateY{
	animation-name: rotateYAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes rotateYAnime{
	from{
		transform: rotateY(0);
		}
	to{
		transform: rotateY(-360deg);
		}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime,
.rotateYAnime{
	opacity: 0;
}



/****************************************

	フッター

*****************************************/
/*リンクの形状*/
#page-top a{
	background-image: url("../pagetop.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 109px;
	height: 165px;
	font-size:0.6rem;
	transition:all 0.3s;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateX(150px);
}

/*　左の動き　*/
#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime{
  from {
		opacity: 0;
		transform: translateX(150px);
  }
  to {
		opacity: 1;
		transform: translateX(0);
	}
}

/*　右の動き　*/
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
	from {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 1;
		transform: translateX(150px);
	}
}




footer{}
#footer {
	background: url("../footer-bg01.png");
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 210px;
}
#footer-inner {
	width: 880px;
	margin: 0 auto;
}


#footer-contents {
	width: 500px;
	float: left;
}
#footer-contents #footer-name {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	padding: 75px 0 15px 0;
	letter-spacing: 1px;
}
#footer-contents #footer-name a {
	color: #fff;
	text-decoration: none;
}
#footer-contents #footer-name b {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 3px;
}
#footer-contents #footer-aaddress {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 1px;
}


#footer-link {
	width: 380px;
	float: right;
}
#footer-link p {
	text-align: right;
	position: relative;
	width: 364px;
	height: 156px;
	margin: 44px auto 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
#footer-link p img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
}
#footer-link p:hover img:nth-of-type(2) {
	opacity: 0;
}


#footer-copyright {
	background: #E8F5F2;
}
#footer-copyright p {
	text-align: center;
	color: #464646;
	font-size: 15px;
	line-height: 1.2;
	padding: 18px 0 18px 0;
}



/****************************************

	home

*****************************************/
#top {}


#top-visual {
	background-image: url("../header-bg02.png");
	background-repeat: repeat;
	background-position: center bottom;
	position: relative;
}
#top-visual-inner {
	background-image: url("../header-bg03.png");
	background-repeat: no-repeat;
	background-position: left 12% bottom 20px;
}

#top-visual-image {
	min-width: 1000px;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: initial;
}
#top-visual-image p img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#top-guidance {
	margin: -80px 0 0 0;
}
#top-guidance p {
	text-align: center;
}


#top-guidance-image {
	padding: 0 0 62px 0;
	width: 846px;
	margin: -120px auto 0 auto;
}
#top-guidance-image ul {}
#top-guidance-image ul li {
	float: left;
	margin: 0 38px 0 0;
}
#top-guidance-image ul li:last-of-type {
	margin: 0;
}


#header-recruitment {
	position: absolute;
	top: -70px;
	right: 15%;
	z-index: 100;
}
#header-recruitment p {}



#top-flow {
	padding: 50px 0 55px 0;
}
#top-flow-inner {
	background-image: url("../../img/flow-bg01.png");
	background-repeat: no-repeat;
	background-position: center top 390px;
}

#top-flow-inner h2 {
	text-align: center;
	padding: 0 0 30px 0;
}
#top-flow-inner p.prt01 {
	text-align: center;
	padding: 0 0 70px 0;
}

#top-flow-box {
	width: 860px;
	margin: 0 auto;
	min-height: 1450px;
	position: relative;
}


#top-flow-box h3.type01 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 390px;
	color: #464646;
	font-size: 30px;
	font-weight: 700;
}
#top-flow-box h3.type01::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 40px;
	display: block;
	width: 52px;
	height: 45px;
	background-image: url("../../img/flow-prt02.png");
	background-size: contain;
}
#top-flow-box h3.type02 {
	position: absolute;
	top: 370px;
	right: 0;
	width: 340px;
	color: #464646;
	font-size: 30px;
	font-weight: 700;
}
#top-flow-box h3.type02::after {
	content: "";
	position: absolute;
	top: -35px;
	right: 130px;
	display: block;
	width: 43px;
	height: 79px;
	background-image: url("../../img/flow-prt03.png");
	background-size: contain;
}
#top-flow-box h3.type03 {
	position: absolute;
	top: 725px;
	left: 0;
	width: 390px;
	color: #464646;
	font-size: 30px;
	font-weight: 700;
}
#top-flow-box h3.type04 {
	position: absolute;
	top: 1015px;
	right: 0;
	width: 340px;
	color: #464646;
	font-size: 30px;
	font-weight: 700;
}
#top-flow-box h3.type04::after {
	content: "";
	position: absolute;
	top: -60px;
	right: 43px;
	display: block;
	width: 135px;
	height: 113px;
	background-image: url("../../img/flow-prt04.png");
	background-size: contain;
}
#top-flow-box h3.type05 {
	position: absolute;
	top: 1275px;
	left: 0;
	width: 390px;
	color: #464646;
	font-size: 30px;
	font-weight: 700;
}
#top-flow-box h3.type06 {
	position: absolute;
	top: 1330px;
	right: 0;
	width: 340px;
	color: #464646;
	font-size: 30px;
	font-weight: 700;
}
#top-flow-box h3.type06::after {
	content: "";
	position: absolute;
	top: -90px;
	right: 70px;
	display: block;
	width: 137px;
	height: 152px;
	background-image: url("../../img/flow-prt05.png");
	background-size: contain;
}


#top-flow-box p.type01 {
	position: absolute;
	top: 75px;
	left: 0;
	width: 390px;
	color: #464646;
	font-size: 18px;
	font-weight: 500;
}
#top-flow-box p.type01 a {
	color: #464646;
	text-decoration: none;
}
#top-flow-box p.type02 {
	position: absolute;
	top: 425px;
	right: 0;
	width: 340px;
	color: #464646;
	font-size: 18px;
	font-weight: 500;
}
#top-flow-box p.type03 {
	position: absolute;
	top: 780px;
	left: 0;
	width: 340px;
	color: #464646;
	font-size: 18px;
	font-weight: 500;
}
#top-flow-box p.type04 {
	position: absolute;
	top: 1080px;
	right: 0;
	width: 340px;
	color: #464646;
	font-size: 18px;
	font-weight: 500;
}
#top-flow-box p.type05 {
	position: absolute;
	top: 1330px;
	left: 0;
	width: 390px;
	color: #464646;
	font-size: 18px;
	font-weight: 500;
}


#top-flow-box p.image01 {
	position: absolute;
	top: 25px;
	right: 0;
}
#top-flow-box p.image02 {
	position: absolute;
	top: 637px;
	right: 0;
}
#top-flow-box p.image03 {
	position: absolute;
	top: 665px;
	left: 230px;
}
#top-flow-box p.image04 {
	position: absolute;
	top: 945px;
	left: 0;
}
#top-flow-box p.image05 {
	position: absolute;
	top: 340px;
	left: 0;
}


#top-flow-box p.arrow01 {
	position: absolute;
	top: 867px;
	left: 365px;
}
#top-flow-box p.arrow02 {
	position: absolute;
	top: 1195px;
	left: 390px;
}
#top-flow-box p.arrow03 {
	position: absolute;
	top: 1343px;
	left: 385px;
}



#top-interview {
	background-image: url("../../img/interview-bg01.jpg");
	background-repeat: repeat;
	background-position: center top;
}
#top-interview-inner {
	width: 100%;
	background-image: url("../../img/interview-bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

#top-interview-inner h2 {
	text-align: center;
	padding: 60px 0 40px 0;
}


#top-interview-box01 {
	width: 840px;
	margin: 0 auto;
	padding: 10px 0 155px 10px;
}
#top-interview-box01-bg01 {
	background-image: url("../../img/interview-bg03.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box01-bg01::after{
	content: "";
	position: absolute;
	bottom: -34px;
	right: 312px;
	display: block;
	width: 40px;
	height: 34px;
	background-image: url("../../img/interview-bg04.png");
	background-size: contain;
	z-index: 90;
}

#top-interview-box01-bg02 {
	margin: -20px 0 0 -20px;
	background: #fff;
  padding: 50px 80px 50px 80px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box01-bg02::before{
	content: "";
	position: absolute;
	bottom: -35px;
	right: 312px;
	display: block;
	width: 50px;
	height: 35px;
	background-image: url("../../img/interview-bg05.png");
	background-size: contain;
	z-index: 100;
}
#top-interview-box01-bg02::after{
	content: "";
	position: absolute;
	bottom: -107px;
	left: 249px;
	display: block;
	width: 227px;
	height: 145px;
	background-image: url("../../img/interview-prt01.png");
	background-size: contain;
	z-index: 150;
}

#top-interview-box01 h3 {
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 0 0 25px 0;
}
#top-interview-box01 p.txt {
	color: #464646;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
}


#top-interview-box02 {
	width: 840px;
	margin: 0 auto;
	padding: 10px 0 155px 10px;
}
#top-interview-box02-bg01 {
	background-image: url("../../img/interview-bg06.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box02-bg01::after{
	content: "";
	position: absolute;
	bottom: -34px;
	right: 286px;
	display: block;
	width: 40px;
	height: 34px;
	background-image: url("../../img/interview-bg07.png");
	background-size: contain;
	z-index: 90;
}

#top-interview-box02-bg02 {
	margin: -20px 0 0 -20px;
	background: #fff;
  padding: 50px 80px 50px 80px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box02-bg02::before{
	content: "";
	position: absolute;
	bottom: -35px;
	right: 286px;
	display: block;
	width: 50px;
	height: 35px;
	background-image: url("../../img/interview-bg05.png");
	background-size: contain;
	z-index: 100;
}
#top-interview-box02-bg02::after{
	content: "";
	position: absolute;
	bottom: -100px;
	left: 249px;
	display: block;
	width: 239px;
	height: 147px;
	background-image: url("../../img/interview-prt02.png");
	background-size: contain;
	z-index: 150;
}

#top-interview-box02 h3 {
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 0 0 25px 0;
}
#top-interview-box02 p.txt {
	color: #464646;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
}


#top-interview-box03 {
	width: 840px;
	margin: 0 auto;
	padding: 10px 0 155px 10px;
}
#top-interview-box03-bg01 {
	background-image: url("../../img/interview-bg08.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box03-bg01::after{
	content: "";
	position: absolute;
	bottom: -34px;
	right: 284px;
	display: block;
	width: 40px;
	height: 34px;
	background-image: url("../../img/interview-bg09.png");
	background-size: contain;
	z-index: 90;
}

#top-interview-box03-bg02 {
	margin: -20px 0 0 -20px;
	background: #fff;
  padding: 50px 80px 50px 80px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box03-bg02::before{
	content: "";
	position: absolute;
	bottom: -35px;
	right: 284px;
	display: block;
	width: 50px;
	height: 35px;
	background-image: url("../../img/interview-bg05.png");
	background-size: contain;
	z-index: 100;
}
#top-interview-box03-bg02::after{
	content: "";
	position: absolute;
	bottom: -107px;
	left: 249px;
	display: block;
	width: 243px;
	height: 146px;
	background-image: url("../../img/interview-prt03.png");
	background-size: contain;
	z-index: 150;
}

#top-interview-box03 h3 {
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 0 0 25px 0;
}
#top-interview-box03 p.txt {
	color: #464646;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
}


#top-interview-box04 {
	width: 840px;
	margin: 0 auto;
	padding: 10px 0 165px 10px;
}
#top-interview-box04-bg01 {
	background-image: url("../../img/interview-bg10.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box04-bg01::after{
	content: "";
	position: absolute;
	bottom: -34px;
	right: 284px;
	display: block;
	width: 40px;
	height: 34px;
	background-image: url("../../img/interview-bg11.png");
	background-size: contain;
	z-index: 90;
}

#top-interview-box04-bg02 {
	margin: -20px 0 0 -20px;
	background: #fff;
  padding: 50px 80px 50px 80px;
  border-radius: 30px;
  position: relative;
}
#top-interview-box04-bg02::before{
	content: "";
	position: absolute;
	bottom: -35px;
	right: 284px;
	display: block;
	width: 50px;
	height: 35px;
	background-image: url("../../img/interview-bg05.png");
	background-size: contain;
	z-index: 100;
}
#top-interview-box04-bg02::after{
	content: "";
	position: absolute;
	bottom: -108px;
	left: 249px;
	display: block;
	width: 239px;
	height: 146px;
	background-image: url("../../img/interview-prt04.png");
	background-size: contain;
	z-index: 150;
}

#top-interview-box04 h3 {
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 0 0 25px 0;
}
#top-interview-box04 p.txt {
	color: #464646;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
}



#top-entry {
	padding: 70px 0 10px 0;
}
#top-entry-inner {
	background-image: url("../../img/entry-bg01.png");
	background-repeat: no-repeat;
	background-position: center top 87px;
	min-height: 1003px;
}

#top-entry-inner h2 {
	text-align: center;
	padding: 0 0 30px 0;
}
#top-entry-inner ul.type01 {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#top-entry-inner ul.type01 li {
	color: #464646;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	padding: 0 0 0 18px;
	position: relative;
	display: block;
}
#top-entry-inner ul.type01 li:before{
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #365EA7;
}


#top-entry-inner table {
	width: 680px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 2px solid #DE9B8B;
	padding: 0 0 80px 0;
}
#top-entry-inner table th {
	background: #FFECE8;
	padding: 15px 20px;
	border: 1px solid #DE9B8B;
	font-weight: 400;
	vertical-align: middle;
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
}
#top-entry-inner table th span {
	color: #C24729;
}
#top-entry-inner table td {
	background: #FFF;
	padding: 15px 20px;
	border: 1px solid #DE9B8B;
	vertical-align: middle;
	color: #333;
	font-size: 18px;
}

#top-entry-inner table td input[name="entry-email"],
#top-entry-inner table td input[name="entry-tel"],
#top-entry-inner table td input[name="entry-schoolyear"],
#top-entry-inner table td input[name="entry-school"],
#top-entry-inner table td input[name="entry-kana"],
#top-entry-inner table td input[name="entry-name"] {
	width: 100%;
  padding: 10px;
	color: #333;
	background-color: #EEEEEE;
	border: none;
	padding: 10px;
}

#top-entry-inner table td textarea[name="entry-address"],
#top-entry-inner table td textarea[name="entry-inquiry"] {
	width: 100%;
  padding: 10px;
	color: #333;
	background-color: #EEEEEE;
	border: none;
	padding: 10px;
}


#top-entry-contact {
	margin: 70px 0 0 0;
	background-image: url("../../img/contact-bg02.png"),url("../../img/contact-bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center bottom,center top;
	padding: 0 0 70px 0;
}
#top-entry-contact p.txt {
	text-align: center;
	color: #464646;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 15px 0;
}
#top-entry-contact p.btn {
	text-align: center;
	line-height: 1;
}

#top-entry-inner form input[type="submit"] {
	background: transparent;
	background-image: url("../form-button.png");
	background-size: contain;
	display: block;
	font-size: 0;
	margin: 2rem auto;
	width: 143px;
	height: 37px;
	transition: opacity ease .3s;

	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
#top-entry-inner form input[type="submit"]:hover {
	opacity: .7;
}

.message-success {
	border: 2px solid green;
	background: #cdeccd;
	color: green;
	font-weight: bold;
	padding: .5rem 1rem;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.message-fail {
	border: 2px solid red;
	background: #f3d4d4;
	color: red;
	font-weight: bold;
	padding: .5rem 1rem;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.honey {display:none;
}

/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
