@charset "UTF-8";
/* ▼▼▼ #main
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  position: relative;
}
#main #mainVisual {
  position: relative;
}
#main #mainVisual .mv_img {
  width: 97%;
  margin: 70px 0 25px auto;
}
@media screen and (min-width: 769px) {
  #main #mainVisual .mv_img {
    width: 70%;
    margin: 50px 60px 25px auto;
  }
}
#main #mainVisual .txt_bg {
  position: absolute;
  bottom: 10%;
  left: -20px;
  width: 96%;
}
@media screen and (min-width: 769px) {
  #main #mainVisual .txt_bg {
    bottom: 27%;
    left: 0px;
    width: 52%;
  }
}
#main #mainVisual .txt_bg img {
  width: 100%;
}
#main #mainVisual .txt {
  position: absolute;
  bottom: 12%;
  left: 10px;
  width: 86%;
}
@media screen and (min-width: 769px) {
  #main #mainVisual .txt {
    bottom: 29.5%;
    left: 3%;
    width: 47%;
  }
}
#main #mainVisual .txt img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #main .container {
    max-width: 1380px;
  }
}
#main .name_area {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #main .name_area {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
@media screen and (max-width: 1185px) {
  #main .name_area {
    position: relative;
  }
}
#main .name_area .dept {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #main .name_area .dept {
    font-size: 18px;
  }
}
#main .name_area .division {
  font-size: 11px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
  color: #5C5C5C;
}
@media screen and (min-width: 769px) {
  #main .name_area .division {
    font-size: 15px;
  }
}
#main .name_area .division::before {
  position: absolute;
  content: "";
  border-top: 2px solid #0A58B2;
  width: 12px;
  margin-right: 12px;
  top: 10px;
  left: 0;
}
#main .name_area .division span {
  font-size: 13px;
  font-weight: 700;
  color: #1A1A1A;
  margin-left: 14px;
}
@media screen and (min-width: 769px) {
  #main .name_area .division span {
    margin-left: 0px;
    font-size: 17px;
  }
}

/* ▼▼▼ .read
====================================================== */
.read {
  background: #E0E0E0;
  padding: 25px 0 40px;
  border-bottom: 3px solid #FF7A6F;
}
@media screen and (min-width: 769px) {
  .read {
    padding: 65px 0 65px;
  }
}
@media screen and (min-width: 769px) {
  .read .container {
    display: flex;
    align-items: center;
    max-width: 1140px;
  }
}
.read .read_title {
  font-size: 19px;
  font-weight: 700;
  color: #0A58B2;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .read .read_title {
    width: 50%;
    font-size: 34px;
  }
}
.read .read_title .pink {
  font-size: 24px;
  color: #FF7A6F;
}
@media screen and (min-width: 769px) {
  .read .read_title .pink {
    font-size: 42px;
  }
}
@media screen and (min-width: 769px) {
  .read .read_title .ml {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .read .read_txt {
    width: 50%;
  }
}

/* ▼▼▼ .interview
====================================================== */
.interview {
  padding: 85px 0 50px;
  position: relative;
}
.interview .bg_int {
  position: absolute;
  position: absolute;
  top: 28px;
  left: 50%;
  translate: -50%;
}
.interview .index {
  padding: 20px 20px 35px;
  background: #fff;
  border-radius: 14px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .interview .index {
    padding: 20px 40px 35px;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.interview .index .index_wrap .index_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap .index_title {
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
.interview .index .index_wrap .index_title img {
  width: 28px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap .index_title img {
    width: 38px;
    margin-right: 25px;
  }
}
.interview .index .index_wrap .index_title p {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap .index_title p {
    font-size: 19px;
  }
}
.interview .index .index_wrap ul li {
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li {
    padding-left: 80px;
  }
}
.interview .index .index_wrap ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.interview .index .index_wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li::before {
    top: 2px;
    height: 24px;
    left: 20px;
  }
}
.interview .index .index_wrap ul li:nth-child(1)::before {
  background: url(../img/num_01.svg) no-repeat top/contain;
  width: 18px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li:nth-child(1)::before {
    width: 24px;
  }
}
.interview .index .index_wrap ul li:nth-child(2)::before {
  background: url(../img/num_02.svg) no-repeat top/contain;
  width: 22px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li:nth-child(2)::before {
    width: 32px;
  }
}
.interview .index .index_wrap ul li:nth-child(3)::before {
  background: url(../img/num_03.svg) no-repeat top/contain;
  width: 22px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li:nth-child(3)::before {
    width: 32px;
  }
}
.interview .index .index_wrap ul li:nth-child(4)::before {
  background: url(../img/num_04.svg) no-repeat top/contain;
  width: 23px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li:nth-child(4)::before {
    width: 33px;
  }
}
.interview .index .index_wrap ul li:nth-child(5)::before {
  background: url(../img/num_05.svg) no-repeat top/contain;
  width: 22px;
}
@media screen and (min-width: 769px) {
  .interview .index .index_wrap ul li:nth-child(5)::before {
    width: 32px;
  }
}
.interview .index .index_wrap ul li a {
  border-bottom: 1px solid #1A1A1A;
}
.interview .section_wrap {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap {
    padding-top: 90px;
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .p_left {
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .p_right {
    float: right;
    padding-left: 50px;
  }
}
.interview .section_wrap .sec_title {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .sec_title {
    width: 50%;
  }
}
.interview .section_wrap .sec_title p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 28px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .sec_title p {
    font-size: 22px;
  }
}
.interview .section_wrap .sec_title p::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/icon_02.svg) no-repeat top/contain;
  width: 19px;
  height: 19px;
  top: 8px;
  left: 0px;
}
.interview .section_wrap .sec_title::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
}
.interview .section_wrap .sec_title.num01::after {
  background: url(../img/bg_01.svg) no-repeat top/contain;
  width: 64px;
  height: 45.5px;
}
.interview .section_wrap .sec_title.num02::after {
  background: url(../img/bg_02.svg) no-repeat top/contain;
  width: 90px;
  height: 45px;
}
.interview .section_wrap .sec_title.num03::after {
  background: url(../img/bg_03.svg) no-repeat top/contain;
  width: 86px;
  height: 45.5px;
}
.interview .section_wrap .sec_title.num04::after {
  background: url(../img/bg_04.svg) no-repeat top/contain;
  width: 87px;
  height: 45px;
}
.interview .section_wrap .sec_title.num05::after {
  background: url(../img/bg_05.svg) no-repeat top/contain;
  width: 87px;
  height: 45.5px;
}
.interview .section_wrap .sec_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .sec_img {
    width: 50%;
  }
}
.interview .section_wrap .sec_img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .sec_img.pc {
    margin-top: 80px;
  }
}
.interview .section_wrap .summary {
  font-weight: 500;
  color: #0A58B2;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .summary {
    width: 50%;
    line-height: 2.2;
    font-size: 17px;
  }
}
.interview .section_wrap .sec_txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap .sec_txt {
    width: 50%;
    line-height: 2;
  }
}
.interview .section_wrap .sec_txt span.marker {
  text-decoration: underline;
  text-decoration-thickness: 1.2em;
  -webkit-text-decoration-color: rgba(255, 122, 111, 0.5);
          text-decoration-color: rgba(255, 122, 111, 0.5);
  text-underline-offset: -1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 769px) {
  .interview .section_wrap#sec05 {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=style.css.map */