@charset "utf-8";
/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,input,
h1, h2, h3, h4, h5,h6,figure,fieldset,legend,button{
  border: 0;
  margin: 0;
  padding: 0;
  font-family: heisei-maru-gothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings : "palt";
  -webkit-text-size-adjust: 100%;
  font-size:14px;
  letter-spacing: 0.15em;
  line-height: 28px;
  color: #000;
  vertical-align: bottom;
}


h1, h2, h3, h4, h5,h6{
  font-weight: normal;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff; 
   -webkit-font-smoothing: antialiased;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.switch {
  visibility: hidden;
}

#top .mv{
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  background: url(../images/top_mv.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

#top .mv h1{
  width: 110px;
  position: absolute;
  top:50%;
  left:50%;
  margin-top: -60px;
  margin-left: -55px;
}
#top .sp{
  padding-bottom: 20px;
}

#top .sp h1{
  width: 60px;
  padding: 20px 0 0 25px;
}


.mv .open,
.sp .open{
  width:30px;
  position: fixed;
  top:30px;
  right:30px;
  cursor: pointer;
  z-index:8888;
}

.mv nav#menu.action,
.sp nav#menu.action{
  opacity: 1;
  width: 100%;
  height: 100%;
  position:fixed;
  top:0;
  right:0;
  z-index:9999;
  cursor: pointer;
  background:rgba(214,79,53,0.97);
  transition: all ease-in-out 0.1s;
  display: block;
}
.mv nav#menu,
.sp nav#menu{
  opacity: 0;
  z-index:-1;
  display: none;
}

.mv nav#menu .wrap,
.sp nav#menu .wrap{
  position: absolute;
  width:229px;
  height:268px;
  top: 50%;
  left: 50%;
  margin-top: -154px;
  margin-left: -114.5px;
}
.mv nav#menu .close,
.sp nav#menu .close{
  width: 22px;
  position: absolute;
  top:30px;
  right:30px;
  cursor: pointer;
  z-index:-1;
}
.mv nav#menu.action .close,
.sp nav#menu.action .close{
  z-index:9999;
}

.mv nav#menu ul li,
.sp nav#menu ul li{
  margin: 0 auto 20px;
  transform: scale(0);
  opacity: 0;
  transition: all ease-in-out 0.1s;
}
.mv nav#menu ul li:last-child,
.sp nav#menu ul li:last-child{
  margin-bottom: 0;
}
.mv nav#menu.action ul li,
.sp nav#menu.action ul li{
  opacity: 1;
  transform: scale(1.0);
}

.mv nav#menu ul li:nth-child(1),
.sp nav#menu ul li:nth-child(1){width:229px;}
.mv nav#menu ul li:nth-child(2),
.sp nav#menu ul li:nth-child(2){width:163px;}
.mv nav#menu ul li:nth-child(3),
.sp nav#menu ul li:nth-child(3){width:152px;}
.mv nav#menu ul li:nth-child(4),
.sp nav#menu ul li:nth-child(4){width:130px;}
.mv nav#menu ul li:nth-child(5),
.sp nav#menu ul li:nth-child(5){width:67px;}
.mv nav#menu ul li:nth-child(6),
.sp nav#menu ul li:nth-child(6){width:72px;}
.mv nav#menu ul li:nth-child(7),
.sp nav#menu ul li:nth-child(7){width:123px;}


#top .sec01{
  background: url(../images/bg_pink.jpg) no-repeat center bottom;
  background-size: contain;
  width: 90%;
  padding-bottom: 30px;
  margin: 0 auto 50px;
}

#top .sec01 h2{
  width: 201px;
  margin: 0 auto 30px;
}

#top .sec01 .image{
  width: 80%;
  margin: 0 auto 40px;
}
#top .sec01 p{
  width: 80%;
  margin: 0 auto;
  font-size:15px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: justify;
}

#top .sec01 p br{
  display: none;

}

#top .sec02{
  background: url(../images/bg_green.jpg) no-repeat center bottom;
  background-size: contain;
  width: 90%;
  margin: 0 auto 50px;
  padding-bottom: 55px;
}

#top .sec02 h2{
  width: 269px;
  margin: 0 auto 50px;
}

#top .sec02 .bx-prev{
  position: absolute;
  top:50%;
  left:0;
  margin-top: -17.5px;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 30px;
  background: url(../images/topslide_prev.png) no-repeat;
  background-size: 15px;
}

#top .sec02 .bx-next{
  position: absolute;
  top:50%;
  right:0;
  margin-top: -17.5px;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 30px;
  background: url(../images/topslide_next.png) no-repeat;
  background-size: 15px;
}

#top .sec02 .bx-wrapper .bx-pager {
  bottom: -30px;
}


#top .sec02 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
}

#top .sec02 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top .sec02 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #328E2F;
}



#top .sec03{
  background: url(../images/bg_pink.jpg) no-repeat center bottom;
  background-size: contain;
  width: 90%;
  padding-bottom: 40px;
  margin: 0 auto 50px;
}

#top .sec03 h2{
  width: 208px;
  margin: 0 auto 40px;
}
#top .sec03 .image{
  width: 65%;
  margin: 0 auto 40px;
}

#top .sec03 p{
  width: 80%;
  margin: 0 auto;
  font-size:15px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: justify;
  padding-bottom: 20px;
}

#top .sec03 p br{
  display: none;

}

#top .sec03 a.btn{
  display: block;
  background: #DB4F35;
  color: #FFF;
  width: 80%;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height:60px;
  border-radius:10px;
  margin: 0 auto;
}


#top .sec04{
  background: url(../images/bg_green.jpg) no-repeat center bottom;
  background-size: contain;
  width: 90%;
  margin: 0 auto 50px;
  padding-bottom: 30px;
}

#top .sec04 h2{
  width: 215px;
  margin: 0 auto 30px;
}
#top .sec04 ul{
  width: 95%;
  margin: 0 auto;
}
#top .sec04 ul li{
  width:45%;
  float: left;
  padding-right:10%;
  padding-bottom:20px;
  text-align: center;
}
#top .sec04 ul li:nth-child(2n){
  padding-right: 0;
}
#top .sec04 ul li:nth-child(5),
#top .sec04 ul li:nth-child(6){
  padding-bottom: 0;
}

#top .sec04 ul li .image{
  border-radius: 100px;
  height:0;
  padding-bottom:100%;
  margin-bottom:15px;
  overflow: hidden;
}
#top .sec04 ul li dl dt{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-align: center;
}
#top .sec04 ul li dl dd{
  display: inline-block;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 3px 15px 10px;
  margin-top:4px;
  border-top: 1px solid #000;
}

#top .sec04 ul li p{
  font-size: 12px;
  line-height:22px;
  letter-spacing: 0.01em;
  text-align: center;
}
#top .sec04 ul li p br{
  display: none;
}

#top .sec05{
  width: 100%;
  background: #FAF4F1;
  padding:50px 0;
  margin-bottom: 50px;
}

#top .sec05 .wrap{
  width:80%;
  margin: 0 auto;
}

#top .sec05 h2{
  width: 192px;
  margin: 0 auto 40px;
}



#top .sec05 .titleWrap dl dd{
  font-size:18px;
  line-height: 50px;
  font-weight: 800;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

#top .sec05 .btn_area{
  text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top .sec05 .btn_area .recruit_btn{
	width: 48%;
}

#top .sec05 .btn_area .recruit_btn a{
  width: 100%;
  background: #D64F35;
  color: #FFF;
  padding: 20px 0;
  border-radius:15px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
}


#top .sec05 .btn_area .line_btn {
	width: 100%;
	padding: 0;
}

#top .sec05 .btn_area .line_btn a{
  background: #06C755;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  border-radius: 20px;
  display: block;
  font-weight: bold;
}



#top .sec05 .titleWrap h3{
	font-size: 24px;
	font-weight: 800;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 0.05em;
}

#top .sec05 .titleWrap dl dt {
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	line-height: 1.8;
    }

#top .sec05 .titleWrap dl dd {
	font-size: 20px;
	line-height: 50px;
	font-weight: 800;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

#top .sec05 .tel_area h4{
	color: #D54F35;
	font-size: 20px;
	text-align: center;
	margin:0 auto 10px;
	font-weight: bold;
}

#top .sec05 .left , #top .sec05 .right{
	width: 100%;
}
#top .sec05 .left {
	margin-bottom: 20px;
}
#top .sec05 .right{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}

#top .sec05 .tel_area dl{
	margin: 0 auto 10px;
}

#top .sec05 .tel_area dl dt{
	color: #D54F35;
	font-size: 30px;
	text-align: center;
	margin:0 auto;
	font-weight: bold;
	letter-spacing: -2px;
}

#top .sec05 .tel_area dl dd{
	font-size: 12px;
	text-align: center;
	padding: 0;
}


#top .sec06{
  width: 80%;
  margin: 0 auto 50px;
}

#top .sec06 .left,
#top .sec06 .right{
  width: 100%;
}
#top .sec06 .left,
#top .sec06 .right{
  margin-bottom:50px;
}


#top .sec06 .left h2{
  width: 98px;
  height: 42px;
  margin: 0 auto 10px;
}
#top .sec06 .right h2{
  width: 168px;
  height: 42px;
  margin: 0 auto 10px;
}

#top .sec06 .left ul li,
#top .sec06 .right ul li{
  border-top: 3px dotted #EC7C73;
  padding: 0 0;
}

#top .sec06 .left ul li:nth-child(n+2),
#top .sec06 .right ul li:nth-child(n+2){
  display: none;
  transition:all 0.2s ease;
  opacity:0 
}
#top .sec06 .left.action ul li:nth-child(n+2),
#top .sec06 .right.action ul li:nth-child(n+2){
  display:block !important;
  opacity: 1
}


#top .sec06 .left ul li a{
  display: block;
}

#top .sec06 .left ul li dl{
  padding: 20px 0 15px;
}

#top .sec06 .left ul li dl dt{
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 5px;
}
#top .sec06 .left ul li dl dd{

}

#top .sec06 .left .btn.action a.miru,
#top .sec06 .right .btn.action a.miru{
  display: none;

}
#top .sec06 .left .btn.action a.tojiru,
#top .sec06 .right .btn.action a.tojiru{
  display: block;
}



#top .sec06 .left .btn a.miru,
#top .sec06 .right .btn a.miru{
  color: #FFF;
  background: #D64F35;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height:50px;
  border-radius: 30px;
  font-weight: 800;
  vertical-align: middle;
}

#top .sec06 .left .btn a.tojiru,
#top .sec06 .right .btn a.tojiru{
  color: #FFF;
  background: #999;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height:50px;
  border-radius: 30px;
  font-weight: 800;
  vertical-align: middle;
  display: none;
}



#top .sec06 .right ul li dt{
display:block;
width:calc(100% - 65px);
font-size: 15px;
line-height:24px;
text-align:left;
padding:15px 27px 15px 38px; 
cursor:pointer;
background: url(../images/top_q_title.png) no-repeat left 5px top 15px;
background-size: 17px;
position: relative;
}
#top .sec06 .right ul li dt span{
  font-size: 12px;
  padding-left: 5px;
  color: #333;
  letter-spacing: 0;
}

#top .sec06 .right ul li dt:after{
  content: "";
  width: 16px;
  height: 21px;
  background: url(../images/acd_icon_down.png) no-repeat;
  background-size:16px;
  position: absolute;
  top: 20px;
  right: 0;
}
#top .sec06 .right ul li dt.action:after{
  content: "";
  width: 16px;
  height: 21px;
  background: url(../images/acd_icon_back.png) no-repeat;
  background-size:16px;
  position: absolute;
  top: 20px;
  right: 0;
}

#top .sec06 .right ul li dd{
width:calc(100% - 70px);
padding: 20px 20px 20px 50px;
display:none; 
background:#EFEFEF url(../images/top_a_title.png) no-repeat left 15px top 21px;
background-size: 19px;
border-radius: 15px;
text-align: justify;
font-size: 14px;
line-height: 24px;
margin:0 0 15px;
}

footer{
  background: #D64F35;
  position: relative;
}
footer .pagetop{
  width: 300px;
  margin: 0 auto;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -150px;
}


footer .wrap{
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

footer .wrap .left{
  width: 90%;
  margin: 0 auto 15px;
}
footer .wrap .right{
  width: 260px;
  margin:0 auto;
}
footer .wrap .left dl dt{
  width: 90px;
  margin: 0 auto;
}

footer .wrap .left dl dd{
  width: 100%;
  padding-top: 30px;
}
footer .wrap .left dl dd h3{
  margin: 0 auto 10px;
  color: #FFF;
  text-align:center;
}
footer .wrap .left dl dd p{
	margin-bottom: 10px
}
footer .wrap .left dl dd p,
footer .wrap .left dl dd p a{
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFF;
  text-align: center;
}

footer .wrap .left dl dd p a{
	position: relative;
	display: inline-block;
	padding-left: 14px;
}

footer .wrap .left a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
  transform:rotate(-45deg);
	left: 0;
	top: 6px;
}

footer .wrap .right ul{
  background: url(../images/footer_sns_icon01.png) no-repeat left;
  background-size: 40px;
}

footer .wrap .right ul li a{
  font-size: 13px;
  line-height: 16px;
  color: #FFF;
  padding-left: 60px;
  letter-spacing: 0.08em;

}


footer .copy{
  background: #C63F2D;
  padding:10px 0;
  text-align: center;
}

footer .copy small{
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0em;
}

#ep .mv{
  width: 100%;
  background:#FAF4F1;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#ep .mv h1{
  width: 60px;
  position: absolute;
  top:15px;
  left:20px;
  z-index: 10;
}

#ep .mv h1 a{
  display: block;
}

#ep .mv .con{
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}

#ep .mv .con .left{
  width: 100%;
  position: relative;
  z-index: 1;
}
#ep .mv .con .right{
  margin-bottom: 20px;
}
#ep .mv .con .left h2{
  width:240px;
  margin: 0 auto 20px;
}
#ep .mv .con .left .text{
  text-align: center;
}
#ep .mv .con .left .text p{
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  background: url(../images/ep_border.png) repeat-x left bottom;
  background-size: 10px; 
  padding: 0 14px 10px;
  margin-bottom: 6px;
  display: inline-block;
}


#ep .mv .con ul.manga{
  width: 100%;
  padding-top: 50px;
}
#ep .mv .con ul.manga li{
  width: 90%;
  margin: 0 auto 25px;
}
#ep .mv .con ul.manga li:last-child{
  margin-bottom: 0;
}
#ep .mv .con ul.manga li a{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  border:3px solid #4D4D4D;
  box-sizing: border-box;
}
#ep .mv .con ul.manga li h4{
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
}

#ep .mv .con ul.manga li a img{
  transform: scale(1);
  transition: all ease-in-out 0.2s;
}
#ep .mv .con ul.manga li a:hover img{
  transform: scale(1.06);
}
#ep .kamishibai{
  padding-bottom: 80px;
}
#ep .kamishibai .slide{
  width: 90%;
  margin: 0 auto;
}
#ep .kamishibai .bx-prev{
  position: absolute;
  top:50%;
  left:-10px;
  margin-top: -17.5px;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 28px;
  background: url(../images/topslide_prev.png) no-repeat;
  background-size: 15px;
  z-index: 888
}

#ep .kamishibai .bx-next{
  position: absolute;
  top:50%;
  right:-10px;
  margin-top: -17.5px;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 28px;
  background: url(../images/topslide_next.png) no-repeat;
  background-size: 15px;
  z-index: 888
}

/*モーダル*/

.modal_open{
}
 
.modal_box {
    position: fixed;
    z-index: 999999;
    display: none;
    width: 80%;
    max-width:80%;
    margin: 0;
    padding: 0 5vw 0;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
}

.modal_box .img{
    max-height: calc(100vh - 200px);
    overflow: auto;

}

 
.modal_close {
    position: fixed;
    top: 20px;
    right:20px;
    display: block;
    width: 20px;
    cursor: pointer;
}
 
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999998;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(239,165,132,0.95);
}
.link_area .prev {
    width: 30px;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -25px;
}
 
.link_area .next {
    width: 30px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -25px;
}
 
.link_area .modal_link a {
    display:block;
}
 

.staff{
  padding-bottom: 50px;
}
.stf_mv img{
  margin-bottom: 30px;
}

.staff .name{
  width: 80%;
  margin: 0 auto 40px;
  text-align: center;
}

.staff .name h3{
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
}
.staff .name h4{
  background: #d64f35;
  display: inline-block;
  color: #FFF;
  padding: 10px 20px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.staff .name h5{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}


.staff .txt{
  width: 80%;
  margin: 0 auto;
}
.staff .txt h3{
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  text-align: center;

}
.staff .txt dl{
  padding-bottom:50px;
}
.staff .txt dl dt{
  padding-bottom: 20px;
}
.staff .txt dl dd{
  font-size: 14px;
  line-height: 24px;
}



section.post_con{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}

section.post_con h2{
  color: #D64F35;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
section.post_con p.date{
  font-weight: 12px;
  text-align: center;
  padding: 10px 0 25px;
}
section.post_con .post {
  background: #FAF4F1;
  padding: 20px 30px;
  border-radius: 20px;
  margin-bottom:30px;
}
section.post_con .post p{
  font-size: 14px;
  line-height: 28px;
  padding: 0 0 15px;
}

.post_nav{
  text-align: center;
}
.post_nav a{
  color: #D64F35;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #D64F35;
  margin: 0 15px;
}


/*--------------------------------------
list recruit
---------------------------------------*/
#recruit .mv{
  width: 100%;
  background:#f5e9e4;
  background-size: cover;
  position: relative;
  padding-bottom: 150px;
}

#recruit .mv h1{
  width: 60px;
  position: absolute;
  top:15px;
  left:20px;
  z-index: 10;
}
#recruit .wrap_in{
  padding-top: 100px;
  width: 80%;
  margin: 0 auto
}

#recruit .mv h2{
  font-size:28px;
  text-align: center;
  margin-bottom: 30px;
  color: #C63F2D;
  font-weight: bold;
}

#recruit .wrap_in #main{
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
#recruit .wrap_in aside{
  width: 100%;
}

#recruit .recruit-list {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  position: relative;
  background-color: #FFF;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  box-sizing: border-box; 
}
#recruit .recruit-list .img{
  width: 100%;
}
#recruit .recruit-list .txt {
  width: 80%;
  padding: 20px 0 30px;
  position: relative;
  margin: 0 auto;
}
#recruit .recruit-list h4 {
  font-size: 18px;
  line-height:30px;
  margin-bottom:10px;
}
#recruit .recruit-list .category {
  margin-bottom: .5rem;
  font-size: 0;
}
#recruit .recruit-list .category li {
  display: inline-block;
}
#recruit .recruit-list .category li:not(:last-child) {
  margin-right:7px;
}
#recruit .recruit-list .category li span{
  font-size: 12px;
  letter-spacing: 1px;
  padding: 2px 5px;
  color: #000;
  background: #DDD;
  border-radius: 5px;
}
#recruit .recruit-list .catchcopy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  margin-bottom:15px;
}
#recruit .recruit-list a.btn{
  background: #C63F2D;
  border-radius: 8px;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
  transition: 0.1s ease all;
}

#recruit .recruit-list a.btn:hover{
  background:#b52e1c; 
}


#recruit .recruit-list p{
  line-height: 600px;
  font-size: 26px;
  color: #333;
  text-align: center;
}

.pagination{
  text-align: center;
}

.pagination .page-item{
  display: inline-block;
  text-align: center;
  margin: 0 5px 50px;
  vertical-align: middle;
}
.pagination .page-item a{
  display: block;
  padding:8px 10px;
  line-height:20px;
  background: #FFF;
  border-radius: 5px;
}
.pagination .page-item.active a,
.pagination .page-item a:hover{
  background: #C63F2D;
  color: #FFF;
}


/*--------------------------------------
sidebar recruit
---------------------------------------*/

#sidebar-recruit fieldset{
  border:none; 
  background: #FFF;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  padding: 0;
}
#sidebar-recruit fieldset legend{
  background: #C63F2D;
  color: #FFF;
  font-size: 22px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
#sidebar-recruit fieldset .inner{
  padding: 15px 15px 20px;
  box-sizing: border-box;

}

#sidebar-recruit .control-label {
  background-color: #F9F6EF;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #D7092F;
  padding: 6px 10px;
  margin-bottom: .5rem;
}
#sidebar-recruit .radio {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#sidebar-recruit .radio li {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
#sidebar-recruit input[type="radio"] {
  display: none;
}
#sidebar-recruit input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #FFF;
  max-width: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#sidebar-recruit input[type="radio"] + label:hover {
  color: #FFFFFF;
  background-color: #D7092F;
}
#sidebar-recruit input[type="radio"]:checked + label {
  color: #FFFFFF;
  background-color: #D7092F;
  cursor: default;
}

#sidebar-recruit button[type="submit"],
#sidebar-recruit button[type="button"] {
  border-radius:10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #C63F2D;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
}

#sidebar-recruit button[type="submit"]:hover,
#sidebar-recruit button[type="button"]:hover{
  background:#b52e1c; 
}
  
#sidebar-recruit button[type="submit"]::-webkit-search-decoration,
#sidebar-recruit button[type="button"]::-webkit-search-decoration {
  display: none;
}
#sidebar-recruit button[type="submit"]::focus,
#sidebar-recruit button[type="button"]::focus {
  outline-offset: -2px;
}


/*--------------------------------------
single recruit
---------------------------------------*/
#recruit_single .mv{
  width: 100%;
  background:#f5e9e4;
  background-size: cover;
  position: relative;
  padding-bottom: 150px;
}

#recruit_single .mv h1{
  width: 60px;
  position: absolute;
  top:15px;
  left:20px;
  z-index: 10;
}
#recruit_single .wrap_in{
  padding-top: 100px;
  width: 85%;
  margin: 0 auto
}

#recruit_single .mv h2{
  font-size:28px;
  text-align: center;
  margin-bottom: 30px;
  color: #C63F2D;
  font-weight: bold;
}

#recruit_single .wrap_in #main{
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 50px;
}
#recruit_single .wrap_in aside{
  width: 100%;
}
#recruit_single .wrap_in #main .eyeimg{
  margin-bottom: 30px;
} 
#recruit_single .wrap_in #main .card-body{
  padding:0 30px 25px;
}

#recruit_single h2.card-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
  color: #000;
}
#recruit_single .category {
  margin-bottom: 1rem;
}
#recruit_single .category li {
  display: inline-block;
  margin: 0 2px 8px;
}
#recruit_single .category li:first-child{
  margin-left: 0;
}

#recruit_single .category li span{
  font-size: 13px;
  letter-spacing: 1px;
  padding: 4px 8px;
  color: #000;
  background: #DDD;
  border-radius: 5px;
}

#recruit_single .list {
  margin-bottom: 1rem;
}
#recruit_single .list dl {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
}
#recruit_single .list dl:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#recruit_single .list dl:last-child{
  border-bottom:none;
  margin-bottom: 20px; 
}


#recruit_single .list dt, #recruit_single .list dd {
  margin-bottom: 0;
}
#recruit_single .list dt {
  width:100%;
  font-size: 15px;
  line-height: 24px;
  padding: 15px 0 10px;
  vertical-align: top;
  color: #555
}
#recruit_single .list dd {
  width:100%;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  padding:0 0 15px 0;
}
#recruit_single a.btn{
  background: #C63F2D;
  border-radius: 8px;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0;
  text-align: center;
  transition: 0.1s ease all;
  margin-bottom: 15px;
}
#recruit_single a.btn2{
  background: #DDD;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0;
  text-align: center;
  transition: 0.1s ease all;
  margin-bottom: 10px;

}

#recruit_single  a.btn:hover{
  background:#b52e1c; 
}

/*--------------------------------------
entry
---------------------------------------*/

#entry section{
  width: 100%;
  margin: 0 auto;
  background:#f5e9e4;
  padding-bottom: 150px;
}

#entry .mv h1{
  width: 60px;
  position: absolute;
  top:15px;
  left:20px;
  z-index: 10;
}
#entry .mv .wrap_in{
  padding-top: 120px;
  width:80%;
  margin: 0 auto
}
#entry .mv .wrap_in h2{
  font-size:28px;
  text-align: center;
  margin-bottom: 30px;
  color: #C63F2D;
  font-weight: bold;
}

#entry #main {
  background: #FFF;
  border-radius: 40px;
}
#entry #main .card{
  padding:30px;
}

#entry #main .form-group{
  margin-bottom: 20px;
  border-bottom:1px solid #EEE;
  padding-bottom: 20px; 
}
#entry .form-group:last-child{
  margin-bottom: 0 !important;
  border-bottom:none !important;
  padding-bottom: 20px !important;
}

#entry .col-lg-2{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#entry .col-lg-10{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

#entry .col-md-3{
  margin-bottom: 10px;
}

#entry .row{
  font-size: 0;
}

#entry .col-lg-4{
  width: 100%;
  margin-bottom:10px;
  font-size: 12px;
  vertical-align: top;
}
#entry .col-lg-4:last-child{
  margin-right: 0;
}


#entry input[type="text"],
#entry input[type="email"] {
    border: none;
    border-radius: 0;
    outline: none;
    background:#EEE;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
}

#entry textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    outline: none;
    width: 100%;
    min-height: 300px;
    background:#EEE;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 24px;
}


#entry input[type="submit"],
#entry input[type="button"] {
  border-radius:10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #C63F2D;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 60px;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
}

#entry input[type="submit"]:hover,
#entry input[type="button"]:hover{
  background:#b52e1c; 
}
  
#entry input[type="submit"]::-webkit-search-decoration,
#entry input[type="button"]::-webkit-search-decoration {
  display: none;
}
#entry input[type="submit"]::focus,
#entry input[type="button"]::focus {
  outline-offset: -2px;
}



#entry .form-group:last-child > div .btn {
  font-size: 18px;
}
#entry .sent fieldset {
  display: none;
}
#entry .card-block {
  padding: 26px;
}
#entry .card-block h2 {
  margin-bottom: 20px;
}
#entry .card-block p {
  line-height: 1.8;
}
#entry .card-block p:last-child {
  margin-bottom: 40px;
}
#entry .card-block .btn {
  margin-top: 15px;
}
#entry .card-block .btn a {
  font-size: 18px;
  color: #FFFFFF;
}
#entry .must {
  color: #FFF;
  background: #D62C1A;
  font-size: 12px;
  margin-left: 3px;
  padding: 1px 5px;
  border-radius: 5px;
}

.formError {
  top: 38px !important;
  left: 0 !important;
  width: 100%;
}
.formError .formErrorContent {
  width: 100px;
  font-size: 12px;
  color: #D62C1A;
}
.formError + .form-control {
  border-color: #D62C1A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formError + .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
}

#mw_wp_form_mw-wp-form-52 h3{
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
  color: #C63F2D;
  font-weight: bold;
}
#mw_wp_form_mw-wp-form-52 h3 br{
  display: none;
}
#mw_wp_form_mw-wp-form-52 p{
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 30px;
}
.complete {
  padding: 50px 30px;

}



