@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;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #373737;
	font-size: 18px;
	line-height: 1.6;
	background: #ffffff;
	background-image: url("../../common/bg_01.png");
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a {color:#1a0dab; text-decoration:underline;}
a:hover {color:#1a0dab; text-decoration:none;}
a:hover img {opacity: 0.8; transition: all .1s ease;}

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;
}

*, *: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: #6a3d1b;
	color: #ffffff;
}

/* 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 {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 18px 0;
}

.header__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.header__logo {
	width: 390px;
	padding: 39px 0 0 0;
}
.header__title {
	width: 210px;
	padding: 70px 0 0 0;
}
.header__link {
	width: 400px;
	text-align: right;
	padding: 110px 0 0 0;
}
.header__link a {
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
	background-image: url("../../common/header_prt01.png");
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: 15px 11px;
	padding: 0 0 0 18px;
}
.header__link a:hover {
	color: #ccc;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 55px;
	height: 55px;
}



footer{}
#footer {
	background: #6a3d1b;
}

.footer__inner {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 60px 0 80px 0;
}

.footer__logo {
	width: 260px;
	position: relative;
}
.footer__logo::after {
	content: '';
	display: inline-block;
	width: 209px;
	height: 80px;
	background-image: url("../../common/footer_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -90px;
	left: -20px;
}

.footer__link01 {
	width: 200px;
	margin: 0 70px 0 0;
}
.footer__link02 {
	width: 200px;
	margin: 0 70px 0 0;
}
.footer__link03 {
	width: 200px;
}

.footer__name {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ffffff;
}
.footer__name span {
	display: block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.footer__address {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.714;
	padding: 10px 0 10px 0;
}
.footer__tel {}



.footer__copyright {
	text-align: center;
}
.footer__copyright p {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
    letter-spacing: 0.14em;
	line-height: 1.2;
	padding: 0 0 20px 0;
}




/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:2s;
	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:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime{
	opacity: 0;
}



/****************************************

	home

*****************************************/
#top {}


.top-visual {
	position: relative;
}
.top-visual::before {
	content: '';
	display: inline-block;
	width: 1282px;
	height: 148px;
	background-image: url("../../img/slider_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.top-visual::after {
	content: '';
	display: inline-block;
	width: 1180px;
	height: 153px;
	background-image: url("../../img/slider_bg02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.top-visual p {
	margin: 0 auto;
	width: 100%;
}
.top-visual p img {
	height: auto;
	width: 100%;
}



.top-recruit {}
.top-recruit__inner {
	width: 1000px;
	margin: 0 auto;
	padding: 115px 0 170px 0;
}

.top-recruit__title {
	text-align: center;
}

.top-recruit__subtitle {
	text-align: center;
	color: #6a3d1b;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 50px 0 60px 0;
	position: relative;
}
.top-recruit__subtitle::before {
	content: '';
	display: inline-block;
	width: 55px;
	height: 55px;
	background-image: url("../../img/recruit_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}
.top-recruit__subtitle::after {
	content: '';
	display: inline-block;
	width: 49px;
	height: 47px;
	background-image: url("../../img/recruit_bg02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: -1;
}


.top-recruit__image {
	margin: 0 0 85px 0;
}
.top-recruit__image ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.top-recruit__image ul li {
	width: 235px;
}
.top-recruit__image ul li img {
	width: 100%;
	height: auto;
}
.top-recruit__image ul li:nth-of-type(1) {
	padding: 40px 20px 0 0;
}
.top-recruit__image ul li:nth-of-type(2) {
	padding: 0 20px 0 0;
}
.top-recruit__image ul li:nth-of-type(3) {
	padding: 40px 20px 0 0;
}
.top-recruit__image ul li:nth-of-type(4) {
	padding: 0;
}


.top-recruit__link {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 130px 0;
}
.top-recruit__link ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.top-recruit__link ul li {
	width: 432px;
}


.top-recruit__workplace {}
.top-recruit__workplace--title {
	color: #6a3d1b;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 12px 20px;
	border-top: 1px solid #6a3d1b;
	border-bottom: 1px solid #6a3d1b;
	position: relative;
	margin: 0 0 50px 0;
}
.top-recruit__workplace--title::before {
	content: '';
	display: inline-block;
	width: 46px;
	height: 39px;
	background-image: url("../../img/workplace_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -40px;
	right: 0;
}

.top-recruit__workplace dl {
	padding: 0 0 40px 40px;
}
.top-recruit__workplace dl:nth-of-type(1) {
	background-image: url("../../img/workplace_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 22px 22px;
}
.top-recruit__workplace dl:nth-of-type(2) {
	background-image: url("../../img/workplace_bg03.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 22px 22px;
}
.top-recruit__workplace dl:nth-of-type(3) {
	background-image: url("../../img/workplace_bg04.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 22px 22px;
	padding: 0 0 0 40px;
}
.top-recruit__workplace dl dt {
	color: #6a3d1b;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.455;
	letter-spacing: 0.1em;
}
.top-recruit__workplace dl dd {
	color: #6a3d1b;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.455;
	letter-spacing: 0.1em;
}



.top-entry {
	background: #f8eee7;
	position: relative;
}
.top-entry::before {
	content: '';
	display: inline-block;
	width: 257px;
	height: 144px;
	background-image: url("../../img/entry_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -75px;
	right: 40px;
	z-index: -1;
}
.top-entry::after {
	content: '';
	display: inline-block;
	width: 392px;
	height: 110px;
	background-image: url("../../img/entry_bg03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	right: 100px;
}

.top-entry__inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 170px 0;
}


.top-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 30px;
	margin: 0 0 30px 0;
}

.top-entry__guide {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 0 0 60px 0;
}
.top-entry__guide span {
	color: #ff3d1b;
}

.top-entry__form {
	background: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 40px;
	margin: 0 0 30px 0;
}

.top-entry__form table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: none;
	border-top: 1px solid #6a3d1b;
}
.top-entry__form table th {
	padding: 20px 0;
	text-align: left;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #6a3d1b;
}
.top-entry__form table th span {
	color: #ff3d1b;
	font-size: 12px;
	margin: 0 0 0 5px;
}
.top-entry__form table td {
	padding: 20px 0;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #6a3d1b;
}


.top-entry__form table td label {
	padding: 0 15px 0 0;
}
.top-entry__form--blocklabel label {
	display: block;
}


.top-entry__form .small-box {
	width: 25%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.top-entry__form .large-box {
	width: 70%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.top-entry__form .textarea-box {
	width: 70%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
}

.top-entry__form--txt01 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.top-entry__form--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}


.top-entry__form--btn {
	padding: 0 0 60px 0;
}
.top-entry__form--btn input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 45px 12px 45px;
	border: 2px solid #eb6e61;
	background: #eb6e61;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.top-entry__form--btn input[type="submit"]:hover {
	border: 2px solid #eb6e61;
	background: #FFFFFF;
	color: #eb6e61;
}


.top-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.top-entry__info--txt01 {
	width: fit-content;
	margin: 60px auto 30px auto;
	color: #6a3d1b;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 28px 29px;
	padding: 0 0 0 40px;
}
.top-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.top-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}




/****************************************

	entry_kakunin

*****************************************/
#entry_kakunin {}



.kakunin-entry {
	background: #f8eee7;
	position: relative;
}
.kakunin-entry::before {
	content: '';
	display: inline-block;
	width: 1282px;
	height: 148px;
	background-image: url("../../img/slider_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.kakunin-entry::after {
	content: '';
	display: inline-block;
	width: 392px;
	height: 110px;
	background-image: url("../../img/entry_bg03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	right: 100px;
}

.kakunin-entry__inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 170px 0;
}


.kakunin-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 30px;
	margin: 0 0 30px 0;
}

.kakunin-entry__guide {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 0 0 60px 0;
}
.kakunin-entry__guide span {
	color: #ff3d1b;
}

.kakunin-entry__form {
	background: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 40px;
	margin: 0 0 30px 0;
}

.kakunin-entry__form table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: none;
	border-top: 1px solid #6a3d1b;
}
.kakunin-entry__form table th {
	width: 25%;
	padding: 20px 0;
	text-align: left;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #6a3d1b;
}
.kakunin-entry__form table th span {
	color: #ff3d1b;
	font-size: 12px;
	margin: 0 0 0 5px;
}
.kakunin-entry__form table td {
	padding: 20px 0;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #6a3d1b;
}


.kakunin-entry__form table td label {
	padding: 0 15px 0 0;
}
.kakunin-entry__form--blocklabel label {
	display: block;
}


.kakunin-entry__form table td input[name="name04"],
.kakunin-entry__form table td input[name="name03"],
.kakunin-entry__form table td input[name="name02"],
.kakunin-entry__form table td input[name="name01"] {
	width: 25%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.kakunin-entry__form table td input[name="school-name"],
.kakunin-entry__form table td input[name="mail"],
.kakunin-entry__form table td input[name="tel"] {
	width: 70%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.kakunin-entry__form table td textarea[name="questions-requests"],
.kakunin-entry__form table td textarea[name="address"] {
	width: 70%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
}

.kakunin-entry__form--txt01 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.kakunin-entry__form--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}


.kakunin-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.kakunin-entry__info--txt01 {
	width: fit-content;
	margin: 60px auto 30px auto;
	color: #6a3d1b;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 28px 29px;
	padding: 0 0 0 40px;
}
.kakunin-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.kakunin-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}


.kakunin-entry__form--btn {
	padding: 0 0 85px 0;
	width: 400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.kakunin-entry__form--btn input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 60px 12px 60px;
	border: 2px solid #6999cc;
	background: #6999cc;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.kakunin-entry__form--btn input[type="button"]:hover {
	border: 2px solid #6999cc;
	background: #FFFFFF;
	color: #6999cc;
}

.kakunin-entry__form--btn input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 60px 12px 60px;
	border: 2px solid #eb6e61;
	background: #eb6e61;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.kakunin-entry__form--btn input[type="submit"]:hover {
	border: 2px solid #eb6e61;
	background: #FFFFFF;
	color: #eb6e61;
}




/****************************************

	entry_error

*****************************************/
#entry_error {}


.error-entry {
	background: #f8eee7;
	position: relative;
}
.error-entry::before {
	content: '';
	display: inline-block;
	width: 1282px;
	height: 148px;
	background-image: url("../../img/slider_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.error-entry::after {
	content: '';
	display: inline-block;
	width: 392px;
	height: 110px;
	background-image: url("../../img/entry_bg03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	right: 100px;
}

.error-entry__inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 170px 0;
}


.error-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 30px;
	margin: 0 0 60px 0;
}

.error-entry__guide {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 0 0 60px 0;
}
.error-entry__guide span {
	color: #ff3d1b;
}

.error-entry__form {
	background: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 40px;
	margin: 0 0 30px 0;
}


.error-entry__form--txt01 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.error-entry__form--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}


.error-entry__form--guide01 {
	text-align: center;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 20px 0 40px 0;
}
.error_messe {
	text-align: center;
	color: #ff3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}


.error-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.error-entry__info--txt01 {
	width: fit-content;
	margin: 60px auto 30px auto;
	color: #6a3d1b;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 28px 29px;
	padding: 0 0 0 40px;
}
.error-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.error-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}


.error-entry__form--btn {
	padding: 0 0 60px 0;
	width: 400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.error-entry__form--btn input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 60px 12px 60px;
	border: 2px solid #6999cc;
	background: #6999cc;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.error-entry__form--btn input[type="button"]:hover {
	border: 2px solid #6999cc;
	background: #FFFFFF;
	color: #6999cc;
}




/****************************************

	entry_kanryo

*****************************************/
#entry_kanryo {}


.kanryo-entry {
	background: #f8eee7;
	position: relative;
}
.kanryo-entry::before {
	content: '';
	display: inline-block;
	width: 1282px;
	height: 148px;
	background-image: url("../../img/slider_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.kanryo-entry::after {
	content: '';
	display: inline-block;
	width: 392px;
	height: 110px;
	background-image: url("../../img/entry_bg03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	right: 100px;
}

.kanryo-entry__inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 170px 0;
}


.kanryo-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 30px;
	margin: 0 0 60px 0;
}

.kanryo-entry__form {
	background: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 40px;
	margin: 0 0 95px 0;
}


.kanryo-entry__form--guide01 {
	text-align: center;
	color: #6a3d1b;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 20px 0 50px 0;
}
.kanryo-entry__form--guide02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}


.kanryo-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.kanryo-entry__info--txt01 {
	width: fit-content;
	margin: 60px auto 30px auto;
	color: #6a3d1b;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 28px 29px;
	padding: 0 0 0 40px;
}
.kanryo-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.kanryo-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
