@charset "UTF-8";
#main {
  margin-top: 80px;
}
#main .main_inner {
  padding: 70px 0 0;
}
#main .main_inner h2 {
  color: #F6A429;
  letter-spacing: 0.1em;
}

/* ▼▼▼ ページタイトル
============================== */
#title_wrap .page_title {
  background-color: #0E4642;
}
#title_wrap .page_title::before {
  background-color: #0E4642;
}

.senior_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.senior_list .senior {
  width: 33.3333333333%;
  position: relative;
}
.senior_list .senior:not(:last-child) .senior_detail {
  border-right: 1px solid #0E4642;
}
.senior_list .senior .image {
  width: 100%;
  height: 400px;
  position: relative;
}
.senior_list .senior .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.senior_list .senior .image .catch {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 25px;
  background-color: #333;
  color: #fff;
}
.senior_list .senior .senior_detail_wrap .catch {
  display: none;
}
.senior_list .senior .senior_detail_wrap .senior_detail {
  background-color: #E5EBEB;
  padding: 30px;
  font-size: 16px;
  line-height: 1.2;
}
.senior_list .senior .senior_detail_wrap .senior_detail .name {
  font-size: 20px;
  margin: 0 0 15px;
}
.senior_list .senior .icon_anchor {
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 -45px -30px;
}

.interview_wrap {
  margin: 150px 0 0;
}

.interview_box {
  background-color: #F8F7EA;
}
.interview_box:nth-child(even) {
  background-color: #fff;
}
.interview_box .image {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
.interview_box .image .no {
  font-size: 20px;
  margin: 0 0 20px;
}
.interview_box .image .catch {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 30px;
}
.interview_box .image .name {
  font-size: 24px;
  line-height: 1.6;
}
.interview_box .image .name span {
  display: block;
}
.interview_box .image .name span + span {
  font-size: 16px;
}
.interview_box .interview_inner {
  padding: 0 20px 90px;
}
.interview_box .question_wrap {
  padding: 30px 0 50px;
}
.interview_box .question_wrap .qa {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview_box .question_wrap .qa > dl {
  width: 54.2%;
}
.interview_box .question_wrap .qa .qa_image {
  width: 41.2%;
  height: 320px;
  background-color: #eee;
}
.interview_box .question_wrap .qa + .qa {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.interview_box .question_wrap dl dt {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 30px;
  line-height: 1.2;
}
.interview_box .question_wrap dl dt span {
  font-size: 32px;
}
.interview_box .question_wrap dl dd .catch {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.interview_box .question_wrap dl dd > div {
  text-align: justify;
}

.btn_jobcat {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.btn_jobcat a {
  border-radius: 4px;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #62B5AF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
}
.btn_jobcat a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 26px;
  height: 6px;
  background: url(../img/top/arrow_wh.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* =====================================

▼▼▼ max-width: 1024px

===================================== */
@media screen and (max-width: 1024px) {
  .interview_box .image {
    width: 100%;
    height: 330px;
  }
  .interview_box .image .no {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .interview_box .image .catch {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px;
  }
  .interview_box .image .name {
    font-size: 20px;
    line-height: 1.6;
  }
  .interview_box .image .name span {
    display: block;
  }
  .interview_box .image .name span + span {
    font-size: 16px;
  }
  .interview_box .interview_inner {
    padding: 0 20px 90px;
  }
  .interview_box .question_wrap {
    padding: 30px 0 50px;
  }
  .interview_box .question_wrap .qa {
    margin: 70px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .interview_box .question_wrap .qa > dl {
    width: 54.2%;
  }
  .interview_box .question_wrap .qa .qa_image {
    width: 41.2%;
    height: 320px;
    background-color: #eee;
  }
  .interview_box .question_wrap .qa + .qa {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .interview_box .question_wrap dl dt {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .interview_box .question_wrap dl dt span {
    font-size: 30px;
  }
  .interview_box .question_wrap dl dd .catch {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
  }
  .interview_box .question_wrap dl dd > div {
    text-align: justify;
  }
}
/* =====================================

▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  #main {
    margin-top: 70px;
  }
  #main .main_inner {
    padding: 70px 0px 0px 0px;
  }
  .senior_list .senior .image {
    width: 100%;
    height: 37.5vw;
    max-height: 420px;
    position: relative;
  }
  .senior_list .senior .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .senior_list .senior .image .catch {
    font-size: 18px;
    padding: 10px 25px;
  }
  .senior_list .senior .senior_detail_wrap .senior_detail {
    background-color: #E5EBEB;
    padding: 30px;
    font-size: 14px;
    line-height: 1.2;
  }
  .senior_list .senior .senior_detail_wrap .senior_detail .name {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .senior_list .senior .senior_detail_wrap .icon_anchor {
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -35px -25px;
  }
  .interview_wrap {
    margin: 100px 0 0;
  }
  .interview_box .image {
    width: 100%;
    height: 300px;
    color: #fff;
    line-height: 1.2;
  }
  .interview_box .image .no {
    font-size: 13px;
    margin: 0 0 20px;
  }
  .interview_box .image .catch {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .interview_box .image .name {
    font-size: 18px;
    line-height: 1.6;
  }
  .interview_box .image .name span {
    display: block;
  }
  .interview_box .image .name span + span {
    font-size: 14px;
  }
  .interview_box .interview_inner {
    padding: 0 20px 80px;
  }
  .interview_box .question_wrap {
    padding: 30px 0 50px;
  }
  .interview_box .question_wrap .qa {
    margin: 40px 0 0;
    display: block;
  }
  .interview_box .question_wrap .qa > dl {
    width: 100%;
  }
  .interview_box .question_wrap .qa .qa_image {
    width: 100%;
    max-width: 600px;
    height: 350px;
    margin: 10px auto 0;
  }
  .interview_box .question_wrap .qa .qa_image img {
    width: 100%;
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .interview_box .question_wrap .qa + .qa {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .interview_box .question_wrap dl dt {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.2;
  }
  .interview_box .question_wrap dl dt span {
    font-size: 24px;
  }
  .interview_box .question_wrap dl dd {
    font-size: 14px;
  }
  .interview_box .question_wrap dl dd .catch {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
/* =====================================

	▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  #main {
    margin-top: 70px;
  }
  #main .main_inner {
    padding: 20px 0px 0px 0px;
  }
  .senior_list {
    display: block;
  }
  .senior_list .senior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 0 50px;
  }
  .senior_list .senior:not(:last-child) .senior_detail {
    border-right: none;
  }
  .senior_list .senior .image {
    width: 30%;
    height: auto;
    max-height: initial;
    position: static;
  }
  .senior_list .senior .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .senior_list .senior .image .catch {
    display: none;
  }
  .senior_list .senior .senior_detail_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
  }
  .senior_list .senior .senior_detail_wrap .catch {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 10px;
    background-color: #333;
    color: #fff;
  }
  .senior_list .senior .senior_detail_wrap .senior_detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #E5EBEB;
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  .senior_list .senior .senior_detail_wrap .senior_detail .name {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .senior_list .senior .icon_anchor {
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -25px -20px;
  }
  .interview_wrap {
    margin: 50px 0 0;
  }
  .interview_box .image {
    width: 100%;
    height: 200px;
    line-height: 1.2;
  }
  .interview_box .image .no {
    font-size: 13px;
    margin: 0 0 20px;
  }
  .interview_box .image .catch {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .interview_box .image .name {
    font-size: 18px;
    line-height: 1.6;
  }
  .interview_box .image .name span {
    display: block;
  }
  .interview_box .image .name span + span {
    font-size: 13px;
  }
  .interview_box .interview_inner {
    padding: 0 20px 80px;
  }
  .interview_box .question_wrap {
    padding: 20px 0 30px;
  }
  .interview_box .question_wrap .qa {
    margin: 20px 0 0;
    display: block;
  }
  .interview_box .question_wrap .qa > dl {
    width: 100%;
  }
  .interview_box .question_wrap .qa .qa_image {
    width: 100%;
    max-width: 100%;
    height: 280px;
    margin: 10px auto 0;
  }
  .interview_box .question_wrap .qa .qa_image img {
    width: 100%;
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .interview_box .question_wrap .qa + .qa {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .interview_box .question_wrap dl dt {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .interview_box .question_wrap dl dt span {
    font-size: 20px;
  }
  .interview_box .question_wrap dl dd .catch {
    font-size: 16px;
    margin: 0 0 5px;
  }
}/*# sourceMappingURL=interview.css.map */