@charset "utf-8";
/* -------------------------------
共通
------------------------------- */
*{
  box-sizing: border-box;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
body{
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  color: #111;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
img{
  max-width: 100%;
}
figure{
  margin: 0;
}
.footer{
  margin-top: 0!important;
}
.return-btn{
  max-width: 500px;
  margin: 60px auto 0;
}
.return-btn a{
  position: relative;
  display: block;
  padding: 25px;
  background: #0399de;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  transition: 0.2s;
}
.return-btn a:hover{
  opacity: 0.7;
}
.return-btn a::before {
  position: absolute;
  content: "";
  left: 35px;
  top: 43%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-135deg)translateY(-50%);
	transform: rotate(-135deg)translateY(-50%);
}


/* -------------------------------
インタビューページ
------------------------------- */
.interview .bg-dot{
  margin-top: -235px;
  padding: 180px 0 130px;
}
.interview .bg-dot .inner-box{
  padding: 120px 0 110px;
  background: #fff;
}

.career-box{
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: -115px auto 0;
  z-index: 10;
}
.career-box .career-box__img{
  width: 55%;
}
.career-box .career-box__txtbox{
  width: 45%;
  display: table;
  padding: 80px;
  background: #f0f1f5;
  box-sizing: border-box;
}
.career-box .career-box__txtbox .t-wrap{
  display: table-cell;
  vertical-align: middle;
}
.career-box .career-box__txtbox .blue-txt{
  margin-bottom: 1em;
  font-size: 15px;
  color: #028cd6;
}
.career-box .career-box__txtbox .career-txt{
  margin-bottom: 1em;
  color: #000;
  line-height: 1.941;
}
.career-box .career-box__txtbox .occupation-txt{
  font-size: 15px;
  color: #000;
}
.career-box .career-box__txtbox .occupation-txt span{
  margin-right: 13px;
  padding: 4px 13px;
  border: solid 1px #000;
}

.interview-box{
  max-width: 850px;
  margin: 0 auto 60px;
}
.interview-box.clearfix{
  clear: both;
}
.interview-box .interview-box__ttl{
  margin: 0 0 35px;
  padding-bottom: 10px;
  font-size: 30px;
  color: #028cd6;
  border-bottom: solid 1px #028cd6;
}
.interview-box .interview-box__txt{
  font-weight: 500;
  line-height: 2.4;
}

.interview-box .float-box .interview-box__img{
  width: 47.5%;
  margin-left: 2.5%;
  float: right;
}

.advice-box{
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  margin: 70px auto 0;
  background: #028cd6;
}
.advice-box .advice-box__img{
  width: 30%;
}
.advice-box .advice-box__txtbox{
  width: 70%;
  padding: 45px 50px;
  color: #fff;
}
.advice-box .advice-box__txtbox .advice-ttl{
  position: relative;
  margin: 0 0 25px;
  padding-left: 35px;
  font-size: 20px;
  letter-spacing: 0.06em;
}
.advice-box .advice-box__txtbox .advice-ttl::before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 20px;
  background: url(../images/icon-advice.png) center / cover no-repeat;
}
.advice-box .advice-box__txtbox .advice-txt{
  font-weight: 500;
  line-height: 2.4;
}
.note-txt{
  max-width: 850px;
  margin: 1.5em auto 0;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.schedule-box *{
  margin: 0;
}
.schedule-box{
  max-width: 850px;
  margin: 80px auto 0;
  padding: 68px 59px 60px;
  background:#cee3f5;
}
.schedule-box .schedule-ttl{
  margin-bottom: 55px;
  font-size: 30px;
  text-align: center;
  color: #028cd6;
}
.schedule-box .schedule-pattern-box + .schedule-pattern-box{
  margin-top: 50px;
}
.schedule-box .schedule-pattern-box .schedule-pattern-ttl{
  margin-bottom: 23px;
  font-size: 20px;
}
.schedule-box .time-schedule{
  position: relative;
}
.schedule-box .time-schedule .time-line{
  width: 1px;
  height: 95%;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 99px;
  z-index: 1;
}
.schedule-box .time-schedule .time-line span{
  display: block;
  width: 100%;
  height: 100%;
  background: #a6caeb;
}
.schedule-box .time-schedule .time-schedule-dl{
  padding: 10px 0;
}
.schedule-box .time-schedule .time-schedule-dl dt{
  width: 100%;
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.schedule-box .time-schedule .time-schedule-dl .time-ball{
  position: absolute;
  background: #cee3f5;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 85px;
  z-index: 10;
}
.schedule-box .time-schedule .time-schedule-dl .time-ball::before{
  position: absolute;
  content: "";
  background: #028cd6;
  border: solid 2px #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.schedule-box .time-schedule .time-schedule-dl dd{
  width:81%;
  margin-left: 19%;
  font-weight: 500;
}

@media screen and (min-width: 641px), print {
  .career-box .career-box__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advice-box .advice-box__img img.cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .interview-box .float-box{
    overflow:hidden;
  }
}

@media screen and (max-width:640px){
  /* -------------------------------
  共通
  ------------------------------- */
  body{
    font-size: 15px;
  }
  .return-btn{
    width: 75%;
    margin: 20px auto 0;
  }
  .return-btn a{
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  .return-btn a::before{
    top: 37%
  }

  /* -------------------------------
  インタビューページ
  ------------------------------- */
  .interview .bg-dot{
    margin-top: -320px;
    padding: 290px 0 70px;
  }
  .interview .bg-dot .inner-box{
    padding: 75px 15px 30px;
  }
  .interview-box {
    margin: 0 auto 40px
  }
  .interview-box .interview-box__ttl{
    margin: 0 0 20px;
    padding: 0 0 9px 6px;
    font-size: 19px;
  }
  .interview-box .float-box{
    display: flex;
    flex-wrap: wrap;
  }
  .interview-box .float-box .interview-box__txt{
    width: 100%;
    order: 1;
  }
  .interview-box .float-box .interview-box__img{
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    order: 2;
  }
  .career-box{
    max-width: 80%;
    margin: -82px auto 0;
  }
  .career-box .career-box__img{
    width: 100%;
    line-height: 0;
  }
  .career-box .career-box__txtbox{
    width: 100%;
    padding: 30px;
  }
  .career-box .career-box__txtbox .blue-txt{
    margin-bottom: 10px;
    font-size: 13px;
  }
  .career-box .career-box__txtbox .career-txt{
    margin-bottom: 10px;
    line-height: 1.767;
  }
  .career-box .career-box__txtbox .occupation-txt{
    font-size: 13px;
  }
  .advice-box{
    margin: 40px auto 0;
  }
  .advice-box .advice-box__img{
    width: 100%;
  }
  .advice-box .advice-box__txtbox {
    width: 100%;
    padding: 25px;
  }
  .advice-box .advice-box__txtbox .advice-ttl {
    margin: 0 0 13px;
  }
  .note-txt{
    font-size: 12px;
  }

  .schedule-box{
    margin: 40px auto 0;
    padding: 35px 25px 25px 25px;
  }
  .schedule-box .schedule-ttl{
    margin-bottom: 20px;
    font-size: 19px;
  }
  .schedule-box .schedule-pattern-box + .schedule-pattern-box {
    margin-top: 30px;
  }
  .schedule-box .schedule-pattern-box .schedule-pattern-ttl {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .schedule-box .time-schedule .time-line{
    left: 4.65em;
  }
  .schedule-box .time-schedule .time-schedule-dl .time-ball{
    width: 20px;
    height: 20px;
    left: 4em;
  }
  .schedule-box .time-schedule .time-schedule-dl .time-ball::before{
    width: 10px;
    height: 10px;
  }
  .schedule-box .time-schedule .time-schedule-dl dd{
    width: calc(100% - 6em);
    margin-left: 6em;
  }
}