@charset "utf-8";
main{
  padding-bottom: 0;
}
main::before,
main::after{
  display: none;
}
/* ===============================================
# プロモ画像
=============================================== */
.section_promo{
  border-bottom: 6px solid #ff6c00;
  height: 460px;
  margin: -20px auto 0;
  background: url(../../recruit/img/img_main.jpg) no-repeat top center;   
  background-size: cover;
}
/*.section_promo .inner{
  width: 100%;
  max-width: 1400px;  
  margin: -20px auto 0;
}*/
@media screen and (max-width : 767px){
  .section_promo{
    height: auto;
    padding-top: 73.33%;
    background-image:url(../../recruit/img_sp/img_main.jpg);
    background-size: cover;
  }

}
/* ===============================================
# タイトル
=============================================== */
.section_title{
  background: url(../../recruit/img/bg_ttl.png) repeat top center;
}
.section_title h2{
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}
.section_title h2 img{
  width: 736px;
}
@media screen and (max-width : 767px){
  .section_title{
    background-size: 25px 25px;
  }
  .section_title h2{
    padding: 30px 0;
  }  
}
/* ===============================================
# インタビュー
=============================================== */
.section_interview{
  padding-top: 40px;
  padding-bottom: 73px;
}
.section_interview .inner{
  max-width: 1040px;
  background: url(../../recruit/img/bg_interview.png) no-repeat top 26px center;
  background-size: 100% auto;
}
.section_interview h3{
  text-align: left;
  margin-bottom: 22px;
  width: 297px;
}
.section_interview ul li{
  position: relative;
  float: left;
  width: 50%;
}
.section_interview ul li a{
  display: block;
}
.section_interview ul li.item02{
  float: right;
}

@media print,screen and (min-width : 768px){
  .section_interview ul li.item01::before{
    position: absolute;
    bottom: -28px;
    left: 57px;
    width: 61px;
    content: url(../../recruit/img/img_click01.svg);
  }
  .section_interview ul li.item02::before{
    position: absolute;
    top: 17px;
    right: 20px;
    width: 61px;
    content: url(../../recruit/img/img_click02.svg);
  }
  .section_interview ul li.item02::after{
    position: absolute;
    bottom: -86px;
    right: 26px;
    content: url(../../recruit/img/img_pin.png);
  }
  .section_interview ul li.item02{
    margin-top: 30px;
  }
  .section_interview ul li.item03{
    float: none;
    margin: 0 auto;
  }
  .section_interview ul li.item03::after{
    position: absolute;
    bottom:-24px;
    right: 26px;
    content: url(../../recruit/img/img_click03.svg);
  }  
}

@media screen and (max-width : 767px){
  .section_interview{
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .section_interview .inner{
    width: 92%;
    background: url(../../recruit/img_sp/bg_interview.png) no-repeat top center;
    background-size: auto 100%;
  }
  .section_interview h3{
    text-align: center;
    margin:0 auto 22px;
    width: 51%;
  }
  .section_interview ul li{
    float: none;
    width: 100%;
  }
  .section_interview ul li.item01{
    padding-top: 0;
  }
  .section_interview ul li.item02{
    float: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom:15px;
  }  
  .section_interview ul li.item03{
    padding-bottom: 45px;
  }
}
/* ===============================================
# 働く環境について
=============================================== */
.section_workplace .btn_pdf{
  background: url(../../recruit/img/bg_btn.png) repeat center center;
  font-weight: bold;
  font-size: 112.5%;
  padding: 6px 0;
  text-align: center;
  margin-bottom: 15px;
}
.section_workplace .btn_pdf.top{
  margin-top: 28px;
}
.section_workplace .btn_pdf span{
  font-size: 88%;
  font-weight: normal;
}
.section_workplace .btn_pdf img{
  width: 29px;
  margin-left: 2px;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (max-width : 360px){
  .section_workplace .btn_pdf span{
    display: block;
  }
}


.section_workplace{
  padding-top: 66px;
  padding-bottom: 86px;
  background: url(../../recruit/img/bg_workplace.png)repeat-x top center;
}
.section_workplace h3{
  text-align: left;
  width: 314px;
}
.section_workplace ul{
  margin-top: 24px;
}
.section_workplace ul li{
  background-color: #fff;
}
.section_workplace ul li a{
  text-align: center;
  display: block;
}
.section_workplace ul li:nth-child(n + 2){
  margin-top: 15px;
}
.section_workplace ul li a img{
  width: 345px;
}

.conditions_list{
  margin-top: 30px;
  margin-bottom: 60px;
}
.conditions_list p{
  font-size: 16px;
  margin-top: 14px;
}
.conditions_list .dot_pink{
 color: #fe9681;
 font-size: 12px;
}



/*園のご案内*/
.section_workplace ul li.about a{
  background: url(../../recruit/img/bg_workplace_sub01.png) repeat center center;
}
/*元気の泉*/
.section_workplace ul li.genki a{
  background: url(../../recruit/img/bg_workplace_sub02.png) repeat center center;
}

@media screen and (max-width : 767px){
  .section_workplace{
    padding-top: 53px;
    padding-bottom: 60px;
    background: url(../../recruit/img_sp/bg_workplace.png)repeat-x top center;
    background-size: cover;
  }
  .section_workplace h3{
    text-align: center;
    text-align: centerv;
    width: 53%;
    margin: 0 auto;
  }
  .section_workplace ul{
    margin-top: 25px;
  }
  .section_workplace ul li a img{
    width: 100%;
  }
  .section_workplace ul li.about{
    background-size: 25px 25px;
  }
}

/* ===============================================
# お問い合わせフォーム
=============================================== */
.section_form{
}
.section_form .inner{
  width: 100%;
  max-width: 100%;
  background: url(../../recruit/img/bg_form.png) repeat top left;
}
.section_form .box_contents{
  width: 50%;
  float: left;
  padding-top: 56px;
}
.section_form .box_contents .box_contents_in{
  max-width: 700px;
  width: 98%;
  margin: 0 auto;
}
.section_form .box_contents .text{
  padding-bottom: 25px;
  width: 408px;
  max-width: 100%;
  margin: 0 auto;
}
.section_form .box_contents .img_bottom{
  width: 100%;
}
.section_form .box_contents .box_btn{
  max-width: 465px;
  width: 90%;
  line-height: 1;
  margin: 0 auto 60px;
}
.section_form .box_contents .box_btn a{
  position: relative;
  display: block;
  min-height: 80px;
  background-color: #ffee7e;
  text-align: center; 
  border-radius: 40px;
  overflow: hidden;
}
.section_form .box_contents .box_btn a img{
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);  
  z-index: 5;
  width: 278px;
}
.section_form figure{
  width: 50%;
  float: left;
  background: url(../../recruit/img/img_photo01.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (min-width : 768px){
  .section_form .box_contents .box_btn a::after {
    position: absolute;
    z-index: 2;
    bottom:-400px;
    left: -400px;
    content: "";
    display: block;
    width:465px;
    height: 465px;
    border-radius: 50%;
    background: #fff;
    opacity:0.2;
    -webkit-transition: 0;
    transition: 0;
  }
  .section_form .box_contents .box_btn a:hover::after {
    background: #ffee7e;
    opacity:1;
    transform: translateX(465px) translateY(-80px) scale(1.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width : 767px){
  .section_form .inner{
    background-size: 5.5px 5.5px;
  }
  .section_form .box_contents{
    width:100%;
    float: none;
    padding-top: 40px;
  }
  .section_form .box_contents .text{
    padding-bottom: 24px;
    width: 80%;
  }
  .section_form .box_contents .box_btn{
    max-width: 346px;
    width: 92.4%;
    margin: 0 auto 50px;
  }
  .section_form .box_contents .box_btn a{
  }
  .section_form .box_contents .box_btn a img{
    width: 79.8%;
  }
  .section_form figure{
    width: 100%;
    float: none;
    padding-top: 59.3%;
  }
}

/* ===============================================
# モーダルウィンドウ
=============================================== */
#modal-content{
	width:800px;
  height: 100%;
  max-width: 90%;
	margin:0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:610;
}
#modal-content-item{
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;  
  background-color: #fff;  
}

#modal-overlay{
	z-index:600;
	display:none;
  position: fixed;
  top:0;
  left: 0;
  right: 0;
	width:100%;
	height:100%;
	background-color: rgba(141, 221, 240,0.85);
}
@media screen and (max-width : 767px){
  #modal-content{
    width:94%;
    max-width: 94%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #modal-content-item{
  }
  #modal-overlay{
  }
}
/*開いた画面*/
.area_modal .box_main{
  margin-bottom: 40px;
}
.area_modal .box_read{
  width: 90%;
  margin: 0 auto 10px;
  line-height: 1.875;
}
.area_modal ul{
  width: 90%;
  margin: 0 auto;
}
.area_modal ul li{
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../../recruit/img/bg_dot.png) repeat-x top center;  
}
.area_modal ul li::after{
  content: '';
  clear: both;
  display: block;
}
.area_modal ul li figure{
  width:47.7%;
  margin-bottom: 10px;
}
.area_modal ul li:nth-child(odd) figure{
  float: right;
  margin-left: 30px;
}
.area_modal ul li:nth-child(even) figure{
  float: left;
  margin-right: 30px;
}

.area_modal ul li:nth-child(odd) .box_text{
  width: 48%;
  width: calc(52.3% - 30px);
  float: left;
}
.area_modal ul li:nth-child(even) .box_text{
  width: 48%;
  width: calc(52.3% - 30px);
  float: right;
}

.area_modal ul li .title{
  font-weight: bold;
  font-size: 140%;
}
.area_modal ul li .title span{
  position: relative;
  display: inline-block;
  padding-bottom: 20px; 
}
.area_modal ul li .title span::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #62cce6;
}
.area_modal ul li .text{
  padding-top: 20px;
  line-height: 1.875;
}

@media screen and (max-width : 767px){
  .area_modal ul{
    width: 88.8%; 
  }
  .area_modal ul li{
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 6px auto;
  }
  .area_modal ul li figure{
    width:100%;
    margin-bottom: 0;
  }
  .area_modal ul li:nth-child(odd) figure{
    float: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .area_modal ul li:nth-child(even) figure{
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .area_modal ul li:nth-child(odd) .box_text{
    width: 100%;
    float: none;
  }
  .area_modal ul li:nth-child(even) .box_text{
    width: 100%;
    float: none;
  }  
  .area_modal ul li .title{
    font-size: 2rem;
  }
  .area_modal ul li .title span{
    padding-bottom: 25px; 
    max-width: 100%;
  }
  .area_modal ul li .text{
    padding-top: 25px;
  }
}

/*閉じる*/
.modal-close {
  display: block;
  position: absolute;
  top:0;
  right:-10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 620;
}
.modal-close span{
  font-size: 133%;
  padding-right: 10px;
  display: inline-block;
}
  
/*CLOSE*/
.section_modal .modal-close-bottom{
  width: 100%;
  height: 80px;
  background-color: #457a87;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
}
.section_modal .modal-close-bottom img{
  vertical-align: middle;
}
.section_modal .modal-close-bottom .txt{
  margin-right: 18px;
  width: 81px;
}

@media screen and (max-width : 767px){
  /*閉じる*/
  .modal-close {
    right:-8px;
    top:8px;
    width: 50px;
    height: 50px;
  }
  .modal-close span{
    font-size: 133%;
    padding-right: 10px;
    display: inline-block;
  }
  /*CLOSE*/
  .section_modal .modal-close-bottom{
  }
  .section_modal .modal-close-bottom img{
  }
  .section_modal .modal-close-bottom .txt{
    width: 80px;
  }
  .section_modal .modal-close-bottom .ico{
    width: 30px;
  }  
}

