@charset "UTF-8";

@media screen and (max-width: 999px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

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

body{
	border-top: none;
}


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

	ヘッダー

*****************************************/
header{}
#header{
	width: 100%;
	margin: 0 auto;
}

#header-logo{
	text-align: center;
}
#header-logo h1{
	margin: 56px 0 20px 0;
}


#header nav{
	display: none;
}


/*ヘッダー(SP)メニュー部分*/
#sp_gnavi{
	display: none;
	position: absolute;
	top: 40px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	left: 0;
	z-index: 200;
}
#sp_gnavi ul{
	display: block;
	border-bottom: 1px #bcb2a7 solid;
}
#sp_gnavi ul li{
	border-bottom: 1px #bcb2a7 solid;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	width: 100%;
	float: left;
}
#sp_gnavi ul li:last-child{
	border-bottom: none;
}


#sp_gnavi ul li a{
	display: block;
	color: #736357;
	text-decoration: none;
	padding: 15px 0 15px 35px;
}
#sp_gnavi ul li a:before{
	font-size: 16px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Pro";
	content:' \f0da';
	color: #0070B2;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
}

/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
#nav_toggle p {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.5em;
	background: #E04B41;
}
#nav_toggle p img{
	position: absolute;
	right: 10px;
	top: 10px;
}



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

	共通

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




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

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 40px;
	height: 40px;
	background-size: 40px;
}


footer{}
.footer{
	background: #F6F3E0;
	background-image: url("../footer-bg01.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 35px 0 25px 0;
}
.footer-inner{
	margin: 0 20px;
}
.footer-logo{}
.footer-info{margin-bottom: 1rem;}
.footer-banner {text-align: center;}
.footer-banner a {
	display: block;
	margin-bottom: 0.25rem;
}
.footer-logo p{
	text-align: center;
}
.footer-address{
	text-align: center;
	padding: 10px 0 5px 0;
	color: #000;
	font-size: 12px;
	line-height: 1.2;
}
.footer-tel{
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1.2;
}
.footer-tel a{
	color: #000;
	text-decoration: none;
}


.footer-contents{
	background: #E04B41;
	padding: 10px 0;
}
.footer-contents-inner{}
.footer-copy{}
.footer-copy p{
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.footer-produce{
	display: none;
}




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

	home

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


#top-mainvisual{}
#top-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#top-contents{
	margin: -4px 0 0 0;
	background-image: url("../contents-bg01.png");
	background-position: left top;
	padding: 25px 0 30px 0;
}


#top-about{
	border: 1px solid #EBEBEB;
	margin: 0 10px 30px 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}
#top-about h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#top-about h3{
	border-bottom: 2px dotted #0070B2;
	padding: 10px 0;
	color: #0070B2;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}


.top-about-box01{
	padding: 0 0 20px 0;
	border-bottom: 2px dotted #0070B2;
	margin: 0 0 20px 0;
}
.top-about-box02{
	padding: 0 0 20px 0;
	border-bottom: none;
	margin: 0;
}
.top-about-box01 .image,
.top-about-box02 .image{
	text-align: center;
	margin: 0 0 20px 0;
}
.top-about-box01 .contents,
.top-about-box02 .contents{}
.top-about-box01 .contents h4,
.top-about-box02 .contents h4{
	color: #663300;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
.top-about-box01 .contents p.txt,
.top-about-box02 .contents p.txt{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.top-about-box01 .contents p.txt span,
.top-about-box02 .contents p.txt span{
	color: #FF0000;
	font-weight: 700;
}
.top-about-box01 .contents p.btn,
.top-about-box02 .contents p.btn{
	text-align: center;
	padding: 15px 0 0 0;
}


.top-about-box03{
	margin: 0 auto 30px auto;
}
.top-about-box03 .image{
	text-align: center;
}
.top-about-box03 .contents{}
.top-about-box03 .contents ul{
	margin: 0 0 20px 25px;
}
.top-about-box03 .contents ul li{
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}
.top-about-box03 .contents ul li:before{
	position: absolute;
	content: '';
	top: 7px;
	left: -20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #0070B2;
}


.top-about-box04{
	margin: 0 auto 30px auto;
}
.top-about-box04:last-child{
	margin: 0 auto 10px auto;
}
.top-about-box04 .contents{
	margin: 0 0 20px 0;
}
.top-about-box04 .contents:nth-of-type(2){
	margin: 0;
}
.top-about-box04 .contents h4{
	background-image: url("../../img/about-bg01.png");
	background-position: left top;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px;
	margin: 0 0 10px 0;
}
.top-about-box04 .contents p{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 10px 0 10px;
}


#top-corporate{
	border: 1px solid #EBEBEB;
	margin: 0 10px 30px 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}
#top-corporate h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#top-corporate h3{
	border-bottom: 2px dotted #0070B2;
	padding: 10px 0;
	color: #0070B2;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

#top-corporate table{
	width: 100%;
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}
#top-corporate table th{
	background: #D8EDFF;
	padding: 12px;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	width: 25%;
}
#top-corporate table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #CCC;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

#top-corporate p{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 40px 0;
}

#top-corporate dl{
	border-top: 1px dotted #666;
	margin: 0 0 10px 0;
}
#top-corporate dl dt{
	padding-top: 12px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
}
#top-corporate dl dd{
	padding-bottom: 12px;
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #666;
}


#top-information{
	border: 1px solid #EBEBEB;
	margin: 0 10px 30px 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}
#top-information h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#top-information ul{
	margin: 0 0 30px 0;
}
#top-information ul li{
	border-bottom: 1px solid #0070B2;
	color: #0070B2;
	font-size: 14px;
}
#top-information ul li a{
	padding: 12px 12px 12px 20px;
	display: block;
	color: #0070B2;
	text-decoration: none;
	position: relative;
}
#top-information ul li a::before{
	width: 0;
	height: 0;
	border-left: 6px solid #0070B2;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	content: '';
	top: 18px;
	left: 5px;
}
#top-information .guidance{
	color: #000;
	font-size: 10px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}
#top-information .adobereader{
	padding: 0 0 10px 0;
}


#top-entry{
	background: #FEF2BB;
	background-image: url("../../img/entry-bg01.png"),url("../../img/entry-bg02.png");
	background-repeat: repeat-x,repeat-x;
	background-position: left top,left bottom;
}
#top-entry-inner{}
#top-entry-inner h2{
	margin: 0 30px 0 30px;
	text-align: center;
}
#top-entry-inner h2 img{
	width: 100%;
	margin: -30px 0 15px 0;
	max-width: 450px;
}
#top-entry-inner p{
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 20px 30px 20px;
}
#top-entry-inner ul{
	text-align: center;
	padding: 0 0 30px 0;
}
#top-entry-inner ul li{
	margin: 0 0 15px 0;
}


#top-bnr{
	background: #49AB92;
	padding: 60px 20px 35px 20px;
}
#top-bnr ul{}
#top-bnr ul li{
	text-align: center;
	margin: 0 0 20px 0;
}
#top-bnr ul li:last-child{
	margin: 0;
}
.top-bnr-rebon {
	max-width: 95%;
	margin: 0 auto -3rem;
	background-color: #FDECE9;
	text-align: center;
}



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

	recruit

*****************************************/
#recruit{}


#recruit-info{}
#recruit-info-title{
	background: #E9596C;
	position: relative;
	display: block;
}
#recruit-info-title{
	background: #E9596C;
	position: relative;
	display: block;
}
#recruit-info-title:before{
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-info-title:after{
	position: absolute;
	content: '';
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-info-title h2{
	text-align: center;
	padding: 30px 0;
}


#recruit-info-catch{
	background: #FDECE9;
}
#recruit-info-catch h3{
	text-align: center;
	padding: 30px 20px;
}


#recruit-info-contents{
	margin: -4px 0 0 0;
	background-image: url("../contents-bg01.png");
	background-position: left top;
	padding: 25px 0 25px 0;
}


#recruit-regular{
	border: 1px solid #EBEBEB;
	margin: 0 10px 30px 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}
#recruit-regular h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#recruit-regular h3{
	border-bottom: 2px dotted #0070B2;
	padding: 10px 0;
	color: #0070B2;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

#recruit-regular p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 15px 0;
}
#recruit-regular table{
	width: 100%;
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}
#recruit-regular table th{
	background: #D8EDFF;
	padding: 12px;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
}
#recruit-regular table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #CCC;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
#recruit-regular table:last-of-type{
	margin: 0 auto 10px auto;
}


#recruit-parttime{
	border: 1px solid #EBEBEB;
	margin: 0 10px 30px 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}
#recruit-parttime h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#recruit-parttime p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}


#recruit-nonregular{
	border: 1px solid #EBEBEB;
	margin: 0 10px 0 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}
#recruit-nonregular h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#recruit-nonregular p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}


#recruit-entry{}

#recruit-entry-title{
	background: #E9596C;
	position: relative;
	display: block;
}
#recruit-entry-title:before{
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-entry-title:after{
	position: absolute;
	content: '';
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-entry-title h2{
	text-align: center;
	padding: 30px 0;
}

#recruit-entry-contents{
	background: #FDECE9;
	padding-bottom: 2rem;
}
#recruit-entry-contents p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 30px 10px 20px 10px;
}
#recruit-entry-contents p.txt span{
	color: #CC0000;
}
#recruit-entry-contents p.txt02{
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 10px 20px 10px;
}
#recruit-entry-contents p.txt03{
	margin: 0 10px;
	border-top: 1px solid #E9596C;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 30px 10px 20px 10px;
}


#recruit-entry-box{
	border: 1px solid #EBEBEB;
	margin: 0 10px 30px 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}
#recruit-entry-box table{
	width: 100%;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
}
#recruit-entry-box table tr{
	border-bottom: 1px solid #CCCCCC;
}
#recruit-entry-box table th{
	width: auto;
	display: block;
	padding: 15px 0 0 0;
	text-align: left;
	font-weight: 700;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}
#recruit-entry-box table th span{
	color: #E9596C;
}
#recruit-entry-box table td{
	width: auto;
	display: block;
	padding: 0 0 15px 0;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
}

#recruit-entry-box table td .radiotype01{
	display: block;
}
#recruit-entry-box table td .radiotype02{
	display: block;
}

#recruit-entry-box table td p.information{
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}

#recruit-entry-box table td input, #recruit-entry-box table td textarea{
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td input[type="text"]{
	width: 45%;
}
#recruit-entry-box table td.entry-school input, #recruit-entry-box table td.entry-tel input, #recruit-entry-box table td.entry-mail input, #recruit-entry-box table td textarea{
	width: 100%;
}
#recruit-entry-box table td.entry-address textarea{
	height: 62px;
}
#recruit-entry-box table td.entry-note textarea{
	height: 100px;
}
/*
#recruit-entry-box table td input[name="entry-name1"],
#recruit-entry-box table td input[name="entry-name2"],
#recruit-entry-box table td input[name="entry-kana1"],
#recruit-entry-box table td input[name="entry-kana2"] {
	width: 45%;
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td input[name="entry-school"],
#recruit-entry-box table td input[name="entry-mail"] {
	width: 100%;
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td input[name="entry-tel"] {
	width: 100%;
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td textarea[name="entry-address"],
#recruit-entry-box table td textarea[name="entry-note"] {
	width: 100%;
  padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}*/


#recruit-entry-btn {
	text-align: center;
	padding: 0 0 33px 0;
}
#recruit-entry-btn input[type="submit"]{
	-webkit-appearance: none;
	background: #fff;
  width: 187px;
  height: 54px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  display: block;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background-image: url("../../recruit/img/entry-btn01.png");
  background-repeat: no-repeat;
  background-position: center top;
}
#recruit-entry-btn input[type="submit"]:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


#recruit-entry-tel {
	text-align: center;
	padding: 0 0 30px 0;
}
#recruit-entry-tel p{}



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

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

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