@charset "utf-8";
/* ===============================================
# 共通パーツ
=============================================== */

/* グローバルナビ　スマホで非表示 */
@media screen and (max-width :768px) {
  #navigation_recruit{
    display: none;
  }
}

/* ttl_job_01 */
.ttl_job_01{
  font-size: 34px;
  font-size: 3.4rem;
  color: #1b41ae;
  text-shadow: 3px 3px 0px #e8eeff;
  font-weight: bold;
  line-height: 0.85;
}
.ttl_job_01 .sub{
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: none;
}
@media screen and (max-width :768px) {
  .ttl_job_01{
    font-size: 21px;
    font-size: 2.1rem;
    text-shadow: 2px 2px 0px #e8eeff;
  }
  .ttl_job_01 .sub{
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* sec_movie */
.sec_movie{
  margin-top: 55px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 62px;
}
.sec_movie::before{
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: -80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(/recruit_staff/common/img/bg_wave_b.svg)repeat-x bottom center;
}
@media screen and (max-width :768px) {
  .sec_movie{
    padding-bottom: 28px;
  }
  .sec_movie::before{
    background-size: 80px auto;
    top: -70px;
  }
}
/* sec_details */
.sec_details::after{
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: -80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: url(/recruit_staff/common/img/bg_wave_w.svg)repeat-x bottom center;
}
@media screen and (max-width :768px) {
  .sec_details{
    margin-top: 10px;
    padding-bottom: 55px;
  }
  .sec_details::after{
    background-size: 80px auto;
    top: -120px;
  }
}
/* sec_backbtn */
.sec_backbtn{
  padding-bottom: 80px;
}
@media screen and (max-width :768px) {
  .sec_backbtn{
    padding-top: 38px;
    padding-bottom: 48px;
  }
}

/* ===============================================
# モーダル
=============================================== */
.cmn_popup_box{
  background: rgba(0,0,0,.3);
}
.cmn_popup_box .tingle-modal-box{
  border-radius:40px;
  max-width: 1220px;
}
.cmn_popup_box .btn_modal_close{
  border-radius: 50px;
  border: 1px solid #004ea1;
  background-color: #fff;
  color: #004ea1;
  font-weight: 100;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  text-align: center;
}
.schedule_modal {
  max-width: 850px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}
.schedule_modal .sitecmn_h2{
  text-align: center;
  line-height: 1.25;
  margin-bottom: 0;
}
.schedule_modal .sitecmn_h2 span[lang="jp"]{
  margin-top: 21px;
}
.schedule_modal .sitecmn_h2 span[lang="en"]{
  font-size: 40px;
  font-size: 4rem;
}
.schedule_modal .txt_lead{
  text-align: center;
  margin-top: 10px;
}
.schedule_modal .area_schedule{
  margin-top: 45px;
  text-align: center;
  margin-bottom: 26px;
}
.schedule_modal .area_list{
  display:-webkit-box;
  display: flex;
  -webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
  flex-wrap: wrap;
}
.schedule_modal .area_list .list_timetable{
  width: 47.4%;
  border-left: 1px solid #1b41ae;
  padding-left: 2rem;
}
.schedule_modal .area_list .list_timetable + .list_timetable{
  margin-left: 4.8%;
}
.schedule_modal .area_list .list_timetable li + li{
  margin-top: 20px;
}
.schedule_modal .area_list .list_timetable li > .ttl{
  color: #1b41ae;
  font-weight: bold;
}
.schedule_modal .area_list .list_timetable li > .ttl + .txt{
  margin-top: 2px;
}
.schedule_modal .area_list .list_timetable li > .ttl .time{
  display: inline-block;
  margin-right: 1rem;
}
.schedule_modal .area_list .list_timetable li > .txt{
  font-size: 14px;
  text-align: justify;
}
.schedule_modal .area_list .sammary{
  width: 100%;
  margin-top: 22px;
  text-align: justify;
}
.schedule_modal .area_btn{
  margin-top: 50px;
}
.schedule_modal .area_btn .btn_close{
  display: block;
  max-width: 268px;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #1b41ae;
  text-align: center;
  color: #1b41ae;
  background-color: #fff;
  font-weight: bold;
  padding: 20px 15px 20px 15px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* ボタン */
.sitecmn_btn_link button{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 32px;
  width: 100%;
  height: 65px;
  background: url(/recruit_staff/common/img/ico_arrow.svg)no-repeat right 23px center;
  background-color: #1b41ae;
  border: solid 1px #1b41ae;
  background-size: 7px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (hover: hover) and (pointer: fine){
  .sitecmn_btn_link button:hover{
    color: #1b41ae;
    background-color: #fff;
    border-color: #1b41ae;
    background-image: url(/recruit_staff/common/img/ico_arrow_b.svg);
  }
}

@media screen and (max-width :768px) {
  .cmn_popup_box .tingle-modal-box{
    width: 94.6%;
    max-width: inherit;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cmn_popup_box .tingle-modal-box__content{
    margin-right: 10px;
    margin-left: 10px;
  }
  .cmn_popup_box .tingle-modal-box__footer{
    width: 40px;
    height: 40px;
  }
  .schedule_modal .sitecmn_h2{
    line-height: 1.4;
    margin-bottom: 0;
  }
  .schedule_modal .sitecmn_h2 span[lang="jp"]{
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .schedule_modal .sitecmn_h2 span[lang="en"]{
    font-size: 30px;
    font-size: 3rem;
  }
  .schedule_modal .txt_lead{
    margin-top: 5px;
  }
  .schedule_modal .area_schedule{
    margin-top: 17px;
    margin-bottom: 24px;
  }
  .schedule_modal .area_schedule picture{
    max-width: 470px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .schedule_modal .area_list{
    display: block;
    max-width: 470px;
    margin: 0 auto;
  }
  .schedule_modal .area_list .list_timetable{
    width: 100%;
    padding-left: 1.5rem;
  }
  .schedule_modal .area_list .list_timetable + .list_timetable{
    margin-left: 0;
    padding-top: 8px;
  }
  .schedule_modal .area_list .list_timetable li + li{
    margin-top: 8px;
  }
  .schedule_modal .area_list .list_timetable li > .ttl{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .schedule_modal .area_list .list_timetable li > .txt{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .schedule_modal .area_list .sammary{
    margin-top: 25px;
  }
  .schedule_modal .area_btn{
    margin-top: 25px;
  }
  .schedule_modal .area_btn .btn_close{
    width: 100%;
    max-width: 335px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }

  /* ボタン */
  .sitecmn_btn_link button{
    padding: 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 24px;
    height: 48.5px;
    background-size: 4px auto;
  }
}

/* ===============================================
# sec_profile
=============================================== */
.sec_profile .wrap_profile{
  position: relative;
  margin-top: 175px;
  background-color: #fff9ea;
}
.sec_profile .wrap_profile::before{
  content: "";
  display: block;
  background: url(/recruit_staff/common/img/bg_wave_b.svg)repeat-x;
  background-position: top center;
  width:100%;
  height: 20px;
  position: absolute;
  top: -20px;
}
.sec_profile .wrap_profile::after{
  content: "";
  display: block;
  background: url(/recruit_staff/common/img/bg_wave_b.svg)repeat-x;
  background-position: bottom center;
  width:100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
}
.sec_profile .area_profile{
  display:-webkit-box;
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sec_profile .area_profile .item_profile{
  width: 30.3%;
  min-width: 217px;
  margin-top: 0;
  position: relative;
  display:-webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.sec_profile .area_profile .item_profile picture{
  display: block;
  width: 90%;
  max-width: 217px;
  height: 217px;
  margin: 0 auto;
  position: absolute;
  top: -116px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_profile .area_profile .item_profile picture img{
  border-radius: 200px;
  -webkit-box-shadow: 5px 5px 0px rgba(232, 238, 255, 1);
  box-shadow: 5px 5px 0px rgba(232, 238, 255, 1);
}
.sec_profile .area_profile .item_profile .ttl{
  text-align: center;
  margin-top: 123px;
}
.sec_profile .area_profile .item_profile .ttl .assign{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.sec_profile .area_profile .item_profile .ttl .name{
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1b41ae;
  background: url(/recruit_staff/people/img/img_line.svg)no-repeat;
  background-position: bottom 5px center;
}
.sec_profile .area_profile .item_profile .ttl .year{
  line-height: 1.2;
}
.sec_profile .area_profile .item_profile .txt{
  margin-top: 20px;
  flex-shrink: 0;
  margin-bottom: 24px;
  text-align: justify;
}
.sec_profile .area_profile .item_profile .sitecmn_btn_link{
  margin: 0 auto;
  max-width: 268px;
  margin-top: auto;
  margin-bottom: 70px;
  width: 100%;
}
@media screen and (max-width :999px) {
  .sec_profile .wrap_profile{
    margin-top: 125px;
  }
  .sec_profile .wrap_profile::before,
  .sec_profile .wrap_profile::after{
    background-size: 80px auto;
  }
  .sec_profile .area_profile{
    display: block;
    width: 95%;
  }
  .sec_profile .area_profile .item_profile{
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  .sec_profile .area_profile .item_profile + .item_profile{
    margin-top: 117.5px;
  }
  .sec_profile .area_profile .item_profile picture{
    max-width: 163px;
    height: 163px;
    top: -100px;
  }
  .sec_profile .area_profile .item_profile .ttl{
    margin-top: 74px;
  }
  .sec_profile .area_profile .item_profile .ttl .assign{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.15;
  }
  .sec_profile .area_profile .item_profile .ttl .name{
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .sec_profile .area_profile .item_profile .ttl .year{
    line-height: 1.4;
  }
  .sec_profile .area_profile .item_profile .txt{
    margin-top: 12px;
    margin-bottom: 17px;
  }
  .sec_profile .area_profile .item_profile .sitecmn_btn_link{
    max-width: 335px;
    margin-bottom: 30px;
  }
  .sec_profile .area_profile .item_profile:last-child .sitecmn_btn_link{
    margin-bottom: 36px;
  }
}

/* ===============================================
# sec_talk
=============================================== */
.sec_talk{
  padding-top: 106px;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}
.sec_talk .area_talk + .area_talk{
  margin-top: 92px;
}
.sec_talk .area_talk .ttl_talk{
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  color: #1b41ae;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 42px;
}
.sec_talk .area_talk .ttl_talk .no{
  display: block;
  color: #fff;
  background-color: #1b41ae;
  border-radius: 50px;
  width: 72px;
  height: 72px;
  text-align: center;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  padding-right: 2px;
  padding-top: 3px;
  -webkit-box-shadow: 3px 3px 0px rgba(232, 238, 255, 1);
  box-shadow: 3px 3px 0px rgba(232, 238, 255, 1);
  margin: 0 auto;
  font-weight: normal;
  margin-bottom: 16px;
}
.sec_talk .area_talk .ttl_talk .no img{
  position: absolute;
  width: 42px;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_talk .area_talk .box_talk_wrap{
  display:-webkit-box;
  display: flex;
}
.sec_talk .area_talk .box_talk + .box_img,
.sec_talk .area_talk .box_img + .box_talk{
  margin-top: 53px;
}
.sec_talk .area_talk .box_talk_wrap .box_talk + .box_img,
.sec_talk .area_talk .box_talk_wrap .box_img + .box_talk{
  margin-left: 3.3%;
  margin-top: 0;
}
.sec_talk .area_talk .box_talk p{
  padding-left: 5.5rem;
  position: relative;
  margin-bottom: 20px;
  text-align: justify;
}
.sec_talk .area_talk .box_talk p.large{
  padding-left: 10.5rem;
}
.sec_talk .area_talk .box_talk p:last-of-type{
  margin-bottom: 0;
}
.sec_talk .area_talk .box_talk p > .name{
  font-weight: bold;
  color: #1b41ae;
  font-size: 17px;
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_talk .area_talk .box_talk_wrap .box_talk{
  width: 50%;
}
.sec_talk .area_talk .box_talk_wrap .box_img{
  width:46.7%;
  text-align: center;
}
@media screen and (max-width :999px) {
  .sec_talk{
    padding-top: 73px;
  }
  .sec_talk .area_talk{
    width: 95%;
    margin: 0 auto;
  }
  .sec_talk .area_talk + .area_talk{
    margin-top: 54px;
  }
  .sec_talk .area_talk .ttl_talk{
    font-size:20px;
    font-size:2rem;
    margin-bottom: 23px;
    padding-top: 14px;
    line-height: 1.3;
  }
  .sec_talk .area_talk .ttl_talk .no{
    width: 53px;
    height: 53px;
    font-size: 30px;
    font-size: 3rem;
    padding-top: 5px;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .sec_talk .area_talk .ttl_talk .no img{
    width: 34px;
    top: -13px;
  }
  .sec_talk .area_talk .box_talk_wrap{
    display: block;
  }
  .sec_talk .area_talk .box_talk_wrap .box_talk{
    width: 100%;
  }
  .sec_talk .area_talk .box_talk_wrap .box_img{
    width: 100%;
  }
  .sec_talk .area_talk .box_talk_wrap .box_talk + .box_img,
  .sec_talk .area_talk .box_talk_wrap .box_img + .box_talk{
    margin-left: 0;
    margin-top: 30px;
  }
  .sec_talk .area_talk .box_talk p{
    padding-left: 4rem;
    margin-bottom: 14px;
  }
  .sec_talk .area_talk .box_talk p.large{
    padding-left: 8rem;
  }
  .sec_talk .area_talk .box_talk p > .name{
    font-size: 14px;
    font-size: 1.4rem;
  }
}