/* index */
#container .hd_img1{
	width: 100%;
	min-width: 900px;
	min-height: 377px;
	background: #ec391f;
}
#container .hd_img2{
	width: 100%;
	min-width: 900px;
	min-height: 377px;
	background: #2f2cac;
}
#container .hd_img3{
	width: 100%;
	min-width: 900px;
	min-height: 250px;
	background: #b2ad6e;
}
#container .hd_img1 .txt-box,
#container .hd_img2 .txt-box,
#container .hd_img3 .txt-box{
	width: 50%;
	min-height: 377px;
/* 	height: 377px; */
	box-sizing: border-box;
	padding: 60px 30px 0px;
	text-align: center;
	display: table;
}
#snd #container .hd_img1 .txt-box{
	width: 50%;
	min-height: 377px;
/* 	height: 377px; */
	box-sizing: border-box;
	padding: 0px;
	display:flex;
	align-items: center; 
	justify-content: center; /*←これを加えただけ*/
}

#snd #container .hd_img2 .txt-box{
	width: 50%;
	min-height: 377px;
/* 	height: 377px; */
	box-sizing: border-box;
	padding: 0px;
	display:flex;
	align-items: center; 
	justify-content: center; /*←これを加えただけ*/
}
#snd #container .hd_img3 .txt-box{
	width: 100%;
	min-height: 250px;
/* 	height: 377px; */
	box-sizing: border-box;
	padding: 0px;
	display:flex;
	align-items: center; 
	justify-content: center; /*←これを加えただけ*/
}

#container .hd_img1 .txt-box p,
#container .hd_img2 .txt-box p{
	color: #ffffff;
	text-align: center !important;
}

#container .hd_img1 .img-box,
#container .hd_img2 .img-box{
	width: 50%;
	min-height: 377px;
	padding: 0;
	margin: 0;
}

#container .hd_img1 .txt-box{float: right;}
#container .hd_img1 .img-box{float: left;}

#snd #container .hd_img1 .txt-box{float: left;}
#snd #container .hd_img1 .img-box{float: right;}

#container .hd_img2 .txt-box{float: left;}
#container .hd_img2 .img-box{float: right;}

#container .hd_img1 .txt-box .btn-link,
#container .hd_img2 .txt-box .btn-link{
/*
	display: block;
	text-align: center;
	margin: 25px auto;
*/
}
#container .hd_img1 .txt-box .btn-link a,
#container .hd_img2 .txt-box .btn-link a{
	display: table;
	padding: 18px 60px;
	border: solid 1px #ffffff;
	background: rgba(255,255,255,0.3);
	color: #ffffff;
	margin: 25px auto;
}
#container .hd_img1 .txt-box .btn-link a:hover,
#container .hd_img2 .txt-box .btn-link a:hover{
	background: rgba(255,255,255,0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#top .bg-scale1,
#top .bg-scale2,
#snd .bg-scale1,
#snd .bg-scale2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
}
#top .bg-scale1:after,
#top .bg-scale2:after {
	opacity: 0.75;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imgs/hd_img1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#top .bg-scale2:after {
    background: url(../imgs/hd_img2.jpg) no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

#top .bg-scale1:hover:after,
#top .bg-scale2:hover:after{
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#snd .bg-scale1:after,
#snd .bg-scale2:after {
	opacity: 1.0;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imgs/hd_img1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#snd .bg-scale2:after {
    background: url(../imgs/hd_img2.jpg) no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}




#container .box_cnt1{
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
#container .box_cnt2{
	width: 100%;
	min-width: 900px;
	position: relative;
	margin-bottom: 60px;
	padding: 40px 40px 60px;
	box-sizing: border-box;
    background: #a7a04d url(../imgs/cnt2_bg.jpg) repeat-x center center !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
#container .box_cnt2 h4 {
    font-size: 22px;
    line-height: 240%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
}
#container .box_cnt2 ul {
    width: 90%;
    margin: 0 auto;
	display: table;
	color: #ffffff;	
}
#container .box_cnt2 ul li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 30%;
    box-sizing: border-box;
    padding: 0 3%;
}
#container .box_cnt2 p.name{
	font-family:'Noto Sans Japanese',sans-serif;
	font-size: 18px;
	line-height: 160%;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
}
#container .box_cnt2 p.name span{
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
#container .box_cnt2 p{
	font-size: 13px;
	line-height: 180%;
}

#container .box_cnt3{
	width: 70%;
	margin: auto;
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
#container .box_cnt3 dl.info{
  width: 100%;
  overflow: hidden;
  text-align: left;
 }
#container .box_cnt3 dl.info dt{
  width: 13%;
  float: left;
  box-sizing: border-box;
  color: #959595;
	font-family: 'Roboto', sans-serif;
}
#container .box_cnt3 dl.info dd{
  margin-left: 13%;
}

/*contact*/
#container .box_contact{
	width: 70%;
	margin: auto;
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
#container .box_contact p{
	text-align: center;
}
#container .box_contact p.tel{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 150%;
	box-sizing: border-box;
	color: #333333;
	margin-top: 15px;
}
#container .box_contact p.tel:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../imgs/tel_icon.png);
  background-position: 0 -3px;
  background-size: contain;
  vertical-align: middle;
}
#container .box_contact p.cap{
	font-size: 12px;
	line-height: 140%;
}
#container .box_contact .btn-contact a{
	display: table;
	padding: 30px 60px 30px 65px;
	border: solid 2px #949494;
	background: rgba(255,255,255,0.3);
	color: #333333;
	margin: 40px auto 0;
	font-size: 18px;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 600;
	width: 250px;
}
#container .box_contact .btn-contact a:hover{
	background: rgba(197,197,197,0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#container .box_contact .btn-contact a:after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../imgs/mail_icon.png);
  background-position: 0 -2px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}


/*recruit*/
#container .box_cnt4{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 40px 0;
	margin-bottom: 60px;
	text-align: center;
	background: #fffef6;
	border: solid 4px #b2ad6e;
	box-sizing: border-box;
}
#container .box_cnt4 ul{
  width: 85%;
  overflow: hidden;
  text-align: left;
  margin: auto;
  margin-bottom: 0;
}
#container .box_cnt4 ul li{
  color: #2f2cac;
  font-size: 15px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
#container .box_cnt4 ul li p{
  color: #333333;
  font-size:20px;
  line-height: 160%;
  font-family: 'Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
}
#container .box_cnt4 ul li p.cap{
  font-size: 12px;
}
#container .box_cnt4 ul li p span{
  color: #333333;
  font-size: 20px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
}

#container .box_cnt5{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 30px 0;
	margin-bottom: 60px;
	text-align: center;
	box-sizing: border-box;
}
#container .box_cnt5 dl{
  width: 100%;
  overflow: hidden;
  text-align: left;
  border-top: solid 1px #cccccc;
  padding: 0;
  display: table;
}
#container .box_cnt5 dl:last-child{
	border-bottom: solid 1px #cccccc;
}
#container .box_cnt5 dl dt{
  display: table-cell;
  width: 20%;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  padding: 30px 0;
  vertical-align: middle;
}
#container .box_cnt5 dl dd{
/*   margin-left: 20%; */
  margin-bottom: 0;
  padding: 30px 0 30px 30px;
  border-left: solid 1px #cccccc;
}
#container .box_cnt5 dl dd p.cap{
  font-size: 12px;
  margin-top: 5px;
}


/*company*/
#container .box_cnt6{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 30px 0;
	margin-bottom: 60px;
	text-align: center;
	box-sizing: border-box;
}
#container .box_cnt6 dl{
  width: 100%;
  overflow: hidden;
  text-align: left;
  border-top: dotted 1px #999999;
  padding: 0;
  display: table;
}
#container .box_cnt6 dl:first-child{
  border-top: none;
}
#container .box_cnt6 dl dt{
  display: table-cell;
  width: 20%;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  padding: 20px 0 20px;
  vertical-align: middle;
}
#container .box_cnt6 dl dd{
/*   margin-left: 20%; */
  margin-bottom: 0;
  padding: 20px 0 20px 30px;
}


/*faq*/
#container .box_cnt7{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 30px 0;
	margin-bottom: 60px;
	text-align: center;
	box-sizing: border-box;
}
#container .box_cnt7 dl{
  width: 100%;
  text-align: left;
  padding: 0;
  display: block;
  margin-bottom: 30px;
}
#container .box_cnt7 dl:last-child{
  margin-bottom: 0px;
}
#container .box_cnt7 dl dt{
  display: block;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #333333;
  font-size: 16px;
  line-height: 160%;
  padding: 10px 0 15px 1.2em;
  text-indent: -1.2em;
  box-sizing: border-box;
}
#container .box_cnt7 dl dd{
  margin-bottom: 0;
  padding: 20px 20px 20px;
  background: #f0f2e3;
  box-sizing: border-box;
  display: block;
  position: relative;
}

#container .box_cnt7 dl dd:before {
  content: '';
  width: 21px;
  height: 30px;
  background-image: url(../imgs/qa_icon.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

#container .box_cnt7 dl dd p {
  display: block;
  vertical-align: middle;
  color: #333333;
   line-height: 160%;
   padding-left: 35px;
}
/*
#container .box_cnt7 dl dd p:before {
	display: block;
  content: '';
  width: 21px;
  height: 30px;
  background-image: url(../imgs/qa_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 30px;
  position: absolute;
  top: 50%;
}
*/


/*service*/
#container .box_cnt8{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0px 0;
	margin-bottom: 60px;
	text-align: center;
	box-sizing: border-box;
}
#container .box_cnt8 dl{
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin: auto;
  margin-bottom: 0px;
}
#container .box_cnt8 dl dt{
  color: #ec391f;
  font-size: 15px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
#container .box_cnt8 dl dd{
  padding-bottom: 8px;
}
#container .box_cnt8 dl dd p{
  color: #333333;
  font-size: 14px;
  line-height: 160%;
  font-family: 'Noto Sans Japanese',sans-serif;
  font-weight: 400;
  padding-bottom: 8px;
}
#container .box_cnt8 dl dd p.bold{
  color: #333333;
  font-size: 16px;
  line-height: 160%;
  font-family: 'Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 4px;
}

#container .box_cnt8 dl dd p.cap{
  font-size: 12px;
}

#container .box_cnt8 dl.ans{
  width: 100%;
  text-align: left;
  padding: 0;
  display: block;
  margin-bottom: 30px;
}
#container .box_cnt8 dl.ans:last-child{
  margin-bottom: 0px;
}
#container .box_cnt8 dl.ans dd{
  margin-bottom: 0;
  padding: 20px 20px 20px;
  background: #f0f2e3;
  box-sizing: border-box;
  display: block;
  position: relative;
}

#container .box_cnt8 dl.ans dd:before {
  content: '';
  width: 21px;
  height: 30px;
  background-image: url(../imgs/qa_icon.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

#container .box_cnt8 dl.ans dd p {
  display: block;
  vertical-align: middle;
  color: #333333;
   line-height: 160%;
   padding-left: 35px;
}

#container .box_cnt8 ul{
  width: 100%;
  text-align: left;
  padding: 0;
  display: block;
  padding: 15px 30px 25px;
  margin-bottom: 30px;
  background: #e6eef0;
  box-sizing: border-box;
}
#container .box_cnt8 ul li:nth-child(1){
  width: 30%;
  float: left;
}
#container .box_cnt8 ul li:nth-child(2){
  width: 70%;
  float: left;
}
#container .box_cnt8 ul li ul{
	display: block;
	width: 100%;
}
#container .box_cnt8 ul li ul li{
	display: block;
	width: 100%;
}
#container .box_cnt8 ul li ul li.ttl{
  display: block;
	width: 100%;
  color: #373582;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
}
#container .box_cnt8 ul li ul li.txt1{
  display: block;
	width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  text-align: left;
}
#container .box_cnt8 ul li ul li.txt2{
  display: block;
	width: 45%;
	float: left;
  color: #333333;
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  text-align: left;
}
#container .box_cnt8 ul li ul li.txt3{
  display: block;
	width: 55%;
	float: right;
  color: #333333;
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  text-align: left;
}

/*急募*/
#container .box_cnt9{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 30px 0;
	margin-bottom: 60px;
	text-align: center;
	background: #f6f5eb;
	border: solid 4px #EC391F;
	box-sizing: border-box;
}
#container .box_cnt9 dl{
  width: 85%;
  overflow: hidden;
  text-align: left;
  margin: auto;
  margin-bottom: 25px;
}
#container .box_cnt9 h2{
	color: #EC391F !important;
	font-size: 32px !important;
}
#container .box_cnt9 dl dt{
  color: #9e5044;
  font-size: 15px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
#container .box_cnt9 dl dd{
  padding-bottom: 8px;
}
#container .box_cnt9 dl dd p{
  color: #333333;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
}


/*pp*/
#container .box_pp{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0 0 30px;
	margin-bottom: 60px;
	text-align: center;
	box-sizing: border-box;
}



@media screen and (max-width: 800px) {

/* index */
#top #container .hd_img1{
	width: 100%;
	min-width: auto;
	min-height: 250px;
	background: #ec391f;
}
#top #container .hd_img2{
	width: 100%;
	min-width: auto;
	min-height: 250px;
	background: #2f2cac;
}

#top #container .hd_img1 .txt-box,
#top #container .hd_img2 .txt-box{
	width: 100%;
	min-height: 250px;
	box-sizing: border-box;
	padding: 30px 30px 0px;
	text-align: center;
}
#snd #container .hd_img1{
	width: 100%;
	min-width: auto;
	min-height: 200px !important;
	background: #ec391f;
}
#snd #container .hd_img2{
	width: 100%;
	min-width: auto;
	min-height: 200px !important;
	background: #2f2cac;
}
#snd #container .hd_img1 .txt-box,
#snd #container .hd_img2 .txt-box{
	width: 100%;
	min-height: 120px;
	box-sizing: border-box;
	padding: 0px;
	display:flex;
	align-items: center; 
	justify-content: center;
}
#snd #container .hd_img3{
	width: 100%;
	min-width: auto;
	min-height: 150px !important;
	background: #b2ad6e;
}
#snd #container .hd_img3 .txt-box{
	width: 100%;
	min-height: 150px;
	box-sizing: border-box;
	padding: 0px;
	display:flex;
	align-items: center; 
	justify-content: center;
}




#container .hd_img1 .txt-box p,
#container .hd_img2 .txt-box p{
	color: #ffffff;
	text-align: center !important;
}

#top #container .hd_img1 .img-box,
#top #container .hd_img2 .img-box{
	width: 100%;
	min-height: 250px;
	padding: 0;
	margin: 0;
}
#snd #container .hd_img1 .img-box,
#snd #container .hd_img2 .img-box{
	width: 100%;
	min-height: 200px;
	padding: 0;
	margin: 0;
}



#container .hd_img1 .txt-box .btn-link a,
#container .hd_img2 .txt-box .btn-link a{
	display: table;
	padding: 15px 40px;
	border: solid 1px #ffffff;
	background: rgba(255,255,255,0.3);
	color: #ffffff;
	margin: 25px auto;
}

#top .bg-scale1,
#top .bg-scale2,
#snd .bg-scale1,
#snd .bg-scale2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
}
#top .bg-scale1:after,
#top .bg-scale2:after {
	opacity: 0.75;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imgs/hd_img1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#top .bg-scale2:after {
    background: url(../imgs/hd_img2.jpg) no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#top .bg-scale1:hover:after,
#top .bg-scale2:hover:after{
    opacity: 0.75;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

#snd .bg-scale1:after,
#snd .bg-scale2:after {
	opacity: 1.0;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imgs/hd_img1.jpg) no-repeat center center;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -ms-background-size: 100% !important;
    background-size: 100% !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#snd .bg-scale2:after {
    background: url(../imgs/hd_img2.jpg) no-repeat center center !important;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -ms-background-size: 100% !important;
    background-size: 100% !important;
}


#container .box_cnt1{
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
#container .box_cnt2{
	width: 100%;
	min-width: auto;
	position: relative;
	margin-bottom: 30px;
	padding: 30px 20px 10px;
	box-sizing: border-box;
    background: #a7a04d url() repeat-x bottom center !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
#container .box_cnt2 h4 {
    font-size: 18px;
    line-height: 24px;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
}
#container .box_cnt2 ul {
    width: 90%;
    margin: 0 auto;
	display: table;
	color: #ffffff;	
}
#container .box_cnt2 ul li {
    display: block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 40px;
}
#container .box_cnt2 p.name{
	font-family:'Noto Sans Japanese',sans-serif;
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin-bottom: 15px;
}
#container .box_cnt2 p.name span{
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
#container .box_cnt2 p{
	font-size: 12px;
	line-height: 160%;
}
#container .box_cnt3{
	width: 80%;
	margin: auto;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
#container .box_cnt3 dl.info{
  width: 100%;
  overflow: hidden;
  text-align: left;
 }
#container .box_cnt3 dl.info dt{
  width: 25%;
  float: left;
  box-sizing: border-box;
  color: #959595;
	font-family: 'Roboto', sans-serif;
}
#container .box_cnt3 dl.info dd{
  margin-left: 25%;
}

/*recruit*/
#container .box_cnt4{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 25px 0px;
	margin-bottom: 60px;
	text-align: center;
	background: #fffef6;
	border: solid 3px #b2ad6e;
	box-sizing: border-box;
}


/*contact*/
#container .box_contact{
	width: 80%;
	margin: auto;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
#container .box_contact p{
	text-align: center;
	line-height: 160%;
}
#container .box_contact p.tel{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 150%;
	box-sizing: border-box;
	color: #333333;
	margin-top: 15px;
}
#container .box_contact p.tel:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../imgs/tel_icon.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  background-size: contain;
  vertical-align: middle;
}
#container .box_contact p.cap{
	font-size: 12px;
	line-height: 140%;
}
#container .box_contact .btn-contact a{
	display: table;
	padding: 15px 0px 15px 0px;
	border: solid 2px #949494;
	background: rgba(255,255,255,0.3);
	color: #333333;
	margin: 40px auto 0;
	font-size: 18px;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 600;
	width: 250px;
}
#container .box_contact .btn-contact a:hover{
	background: rgba(197,197,197,0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#container .box_contact .btn-contact a:after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../imgs/mail_icon.png);
  background-position: 0 -2px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}


/*recruit*/
#container .box_cnt4{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: center;
	background: #fffef6;
	border: solid 4px #b2ad6e;
	box-sizing: border-box;
}
#container .box_cnt4 dl{
  width: 90%;
  overflow: hidden;
  text-align: left;
  margin: auto;
  margin-bottom: 10px;
}
#container .box_cnt4 dl:last-child{
  margin-bottom: 0px;
}
#container .box_cnt4 dl dt{
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 4px;
}
#container .box_cnt4 dl dd{
  padding-bottom: 5px;
}
#container .box_cnt4 dl dd p{
  font-size: 13px;
  line-height: 150%;
  font-family: 'Noto Sans Japanese',sans-serif;
  font-weight: 400;
  padding-bottom: 8px;
}
#container .box_cnt4 dl dd p.cap{
  font-size: 12px;
}
#container .box_cnt4 dl dd p span{
  color: #333333;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 4px;
}

#container .box_cnt5{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 30px 0;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
}
#container .box_cnt5 dl{
  width: 100%;
  overflow: hidden;
  text-align: left;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  padding: 0;
  display: table;
}
#container .box_cnt5 dl:last-child{
	border-bottom: solid 1px #cccccc;
}
#container .box_cnt5 dl dt{
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
  padding: 20px 0 15px;;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
}
#container .box_cnt5 dl dd{
/*   margin-left: 20%; */
  margin-bottom: 0;
  padding: 0px 20px 20px 20px;
  border-left: none
  
}
#container .box_cnt5 dl dd p.cap{
  font-size: 12px;
  margin-top: 5px;
}

/*company*/
#container .box_cnt6{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0px;
	margin-bottom: 50px;
	text-align: center;
	box-sizing: border-box;
}
#container .box_cnt6 dl{
  width: 100%;
  overflow: hidden;
  text-align: left;
  border-top: dotted 1px #999999;
  padding: 0;
  display: table;
}
#container .box_cnt6 dl:first-child{
  border-top: none;
}
#container .box_cnt6 dl dt{
  display: table-cell;
  width: 30%;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
  padding: 20px 0 20px;
  vertical-align: middle;
}
#container .box_cnt6 dl dd{
/*   margin-left: 20%; */
  margin-bottom: 0;
  padding: 20px 0 20px 10px;
}

/*faq*/
#container .box_cnt7{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0px;
	margin-bottom: 50px;
	text-align: center;
	box-sizing: border-box;
}

#container .box_cnt7 dl{
  width: 100%;
  text-align: left;
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
#container .box_cnt7 dl dt{
  display: block;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #333333;
  font-size: 16px;
  line-height: 160%;
  padding: 10px 0 10px 1.2em;
  text-indent: -1.2em;
  box-sizing: border-box;
}
#container .box_cnt7 dl dd:before {
  background-image: url();
}
#container .box_cnt7 dl dd {
  padding: 15px;
}
#container .box_cnt7 dl dd p {
  padding: 0;
}


/*service*/
#container .box_cnt8 dl dd p.bold{
  font-size: 16x;
  padding-bottom: 0px;
}
#container .box_cnt8 dl.ans{
  width: 100%;
  text-align: left;
  padding: 0;
  display: block;
  margin-bottom: 30px;
}
#container .box_cnt8 dl.ans:last-child{
  margin-bottom: 0px;
}
#container .box_cnt8 dl.ans dd{
  margin-bottom: 0;
  padding: 20px 20px 20px;
  background: #f0f2e3;
  box-sizing: border-box;
  display: block;
  position: relative;
}

#container .box_cnt8 dl.ans dd:before {
  background-image: url();
}
#container .box_cnt8 dl.ans dd {
  padding: 15px;
}

#container .box_cnt8 dl.ans dd p {
   padding-left: 0;
   padding-bottom: 0;
}

#container .box_cnt8 ul{
  width: 100%;
  text-align: left;
  padding: 0;
  display: block;
  padding: 15px 10px 15px;
  margin-bottom: 0px;
  background: #e6eef0;
  box-sizing: border-box;
}
#container .box_cnt8 ul li:nth-child(1){
  width: 100%;
  float: none;
}
#container .box_cnt8 ul li:nth-child(2){
  width: 100%;
  float: none;
}
#container .box_cnt8 ul li ul{
	display: block;
	width: 100%;
}
#container .box_cnt8 ul li ul li{
	display: block;
	width: 100%;
}
#container .box_cnt8 ul li ul li.ttl{
  display: block;
	width: 100%;
  color: #373582;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
}
#container .box_cnt8 ul li ul li.txt1{
  display: block;
	width: 100%;
  font-size: 14px;
  line-height: 180%;
}
#container .box_cnt8 ul li ul li.txt2{
  display: block;
	width: 100%;
	float: none;
  font-size: 12px;
  line-height: 160%;
}
#container .box_cnt8 ul li ul li.txt3{
  display: block;
	width: 100%;
	float: none;
  font-size: 12px;
  line-height: 160%;
}

/*急募*/
#container .box_cnt9{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 20px 0;
	margin-bottom: 60px;
	text-align: center;
	background: #f6f5eb;
	border: solid 2px #EC391F;
	box-sizing: border-box;
}
#container .box_cnt9 h2{
	color: #EC391F !important;
	font-size: 20px !important;
}
#container .box_cnt9 dl{
  width: 90%;
  overflow: hidden;
  text-align: left;
  margin: auto;
  margin-bottom: 10px;
}
#container .box_cnt9 dl dt{
  color: #9e5044;
  font-size: 15px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
#container .box_cnt9 dl dd{
  padding-bottom: 8px;
}
#container .box_cnt9 dl dd p{
  color: #333333;
  font-size: 15px;
  line-height: 160%;
  font-family: 'Roboto','Noto Sans Japanese',sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
}


/*pp*/
#container .box_pp{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0px;
	margin-bottom: 50px;
	text-align: center;
	box-sizing: border-box;
}


}
