@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.h2_wrap.special .pic {
  width: 200.8px;
}
@media (max-width: 480px) {
  .h2_wrap.special .pic {
    width: 130.6px;
  }
}
.h2_wrap.more .pic {
  width: 248.2px;
}
@media (max-width: 480px) {
  .h2_wrap.more .pic {
    width: 161.3px;
  }
}

section.blueBg {
  padding-top: 80px;
  background: #edf4f6;
}
section .ttl_blue {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 880px) {
  section .ttl_blue {
    font-size: 2rem;
  }
}
section .ttl_blue span {
  font-size: 4rem;
}
@media (max-width: 880px) {
  section .ttl_blue span {
    font-size: 2.4rem;
  }
}
section p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 880px) {
  section p {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
section .barTtoB {
  margin: 0 auto;
  width: 0.5px;
  height: 68px;
  background: #040000;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
section .barTtoB.is-show {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
section h3.theme {
  width: 111px;
  margin: 25px auto 20px;
}
@media (max-width: 480px) {
  section h3.theme {
    width: 73px;
    margin: 15px auto;
  }
}
section .int_wrap {
  padding: 65px 0 80px;
  position: relative;
}
@media (max-width: 880px) {
  section .int_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 45px;
  }
}
section .int_wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 880px;
  height: 100%;
}
@media (max-width: 1200px) {
  section .int_wrap::after {
    width: 90%;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  section .int_wrap::after {
    width: 100%;
  }
}
section .int_wrap > * {
  position: relative;
  z-index: 9;
}
section .int_wrap .question {
  width: 730px;
  margin: 0 auto 45px;
  padding: 20px 0;
  background: #497ca4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 880px) {
  section .int_wrap .question {
    width: 90%;
    margin-bottom: 30px;
    padding: 16px 0;
  }
}
section .int_wrap .question p:first-child {
  width: 105px;
  padding: 0 27px 0 40px;
}
@media (max-width: 880px) {
  section .int_wrap .question p:first-child {
    width: 50px;
    padding: 0 12px 0 15px;
  }
}
section .int_wrap .question p:last-child {
  width: calc(100% - 105px);
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 30px;
  border-left: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1200px) {
  section .int_wrap .question p:last-child {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  section .int_wrap .question p:last-child {
    width: calc(100% - 45px);
    height: auto;
    padding-left: 15px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) and (max-width: 480px) {
  section .int_wrap .question p:last-child {
    font-size: 1.4rem;
  }
}
section .int_wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 880px) {
  section .int_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px 0;
  }
}
section .int_wrap .flex .pic {
  width: 50%;
}
section .int_wrap .flex .pic img {
  max-width: 640px;
  margin-left: auto;
}
@media (max-width: 880px) {
  section .int_wrap .flex .pic img {
    max-width: none;
  }
}
@media (max-width: 880px) {
  section .int_wrap .flex .pic {
    width: 100%;
  }
}
section .int_wrap .flex .txt {
  width: 440px;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  section .int_wrap .flex .txt {
    width: 45%;
    padding: 0 40px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  section .int_wrap .flex .txt {
    width: 90%;
    padding: 0;
  }
}
section .int_wrap .flex .txt p {
  text-align: justify;
  text-justify: inter-ideograph;
}
section .int_wrap .flex .txt p + p {
  margin-top: 30px;
}
@media (max-width: 880px) {
  section .int_wrap .flex .txt p + p {
    margin-top: 20px;
  }
}
section .int_wrap .flex .txt p span {
  font-weight: 600;
}
section .int_wrap .flex .txt p span.name_blue {
  color: #497ca4;
}
section .int_wrap .flex .txt p span.name_red {
  color: #a52126;
}
section .int_wrap .flex + .flex_rev {
  margin-top: 70px;
}
@media (max-width: 880px) {
  section .int_wrap .flex + .flex_rev {
    margin-top: 35px;
  }
}
section .int_wrap .flex.flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 880px) {
  section .int_wrap .flex.flex_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section .int_wrap .flex.flex_rev .txt {
  margin-left: auto;
}
@media (max-width: 1200px) {
  section .int_wrap .flex.flex_rev .txt {
    margin-left: 0;
  }
}
section .int_wrap .flex.flex_rev .pic img {
  margin-left: 0;
  margin-right: auto;
}

.sec00 h3.ttl_blue {
  margin: 40px 0 50px;
  line-height: 1.75;
}
@media (max-width: 880px) {
  .sec00 h3.ttl_blue {
    margin: 20px 0 30px;
  }
}
.sec00 dl {
  padding-bottom: 80px;
}
@media (max-width: 880px) {
  .sec00 dl {
    padding-bottom: 40px;
  }
}
.sec00 dl dt {
  margin-top: 60px;
}
@media (max-width: 880px) {
  .sec00 dl dt {
    margin-top: 30px;
  }
}
.sec00 dl dd {
  text-align: center;
  line-height: 2.4;
}

.sec01 h3.pro {
  width: 95px;
  margin: 0 auto 25px;
}
@media (max-width: 480px) {
  .sec01 h3.pro {
    width: 62px;
  }
}
.sec01 > .flex.inner {
  margin-bottom: 25px;
  max-width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
@media (max-width: 880px) {
  .sec01 > .flex.inner {
    margin-bottom: 30px;
    gap: 12px 0;
  }
}
.sec01 > .flex.inner .pic,
.sec01 > .flex.inner .name {
  width: 38.08%;
}
@media (max-width: 880px) {
  .sec01 > .flex.inner .pic,
  .sec01 > .flex.inner .name {
    width: 43%;
  }
}
.sec01 > .flex.inner .bar_wrap,
.sec01 > .flex.inner .spacer {
  width: 16.5%;
}
@media (max-width: 880px) {
  .sec01 > .flex.inner .bar_wrap,
  .sec01 > .flex.inner .spacer {
    width: 13%;
  }
}
.sec01 > .flex.inner .bar_wrap {
  position: relative;
}
.sec01 > .flex.inner .bar_wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #040000;
}
.sec01 > .flex.inner .bar_wrap span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sec01 > .flex.inner .bar_wrap span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.sec01 > .flex.inner .name {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 880px) {
  .sec01 > .flex.inner .name {
    font-size: 0.9rem;
  }
}
.sec01 > .flex.inner .name span {
  margin-top: 8px;
  display: inline-block;
  font-size: 1.7rem;
}
@media (max-width: 880px) {
  .sec01 > .flex.inner .name span {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.sec01 > .flex.inner .name span span {
  font-size: 1.3rem;
}
@media (max-width: 880px) {
  .sec01 > .flex.inner .name span span {
    font-size: 1rem;
  }
}
.sec01 .int_wrap > .pic {
  margin: 80px auto 0;
  width: 880px;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .sec01 .int_wrap > .pic {
    width: 90%;
    padding: 0 40px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec01 .int_wrap > .pic {
    margin-top: 50px;
    padding: 0;
  }
}
.sec01 .int_wrap > .pic .cap {
  text-align: right;
  margin-top: 4px;
}
.sec01 .int_wrap .flex_pic {
  margin: 60px auto 0;
  width: 880px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .sec01 .int_wrap .flex_pic {
    width: 90%;
    padding: 0 40px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec01 .int_wrap .flex_pic {
    margin-top: 35px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 0;
    padding: 0;
  }
}
.sec01 .int_wrap .flex_pic .pic {
  width: 49%;
}
@media (max-width: 880px) {
  .sec01 .int_wrap .flex_pic .pic {
    width: 90%;
  }
}
.sec01 .int_wrap .flex_pic .pic .cap {
  text-align: right;
  margin-top: 4px;
}

.sec02 .jtype_btn {
  width: 400px;
  margin: 50px auto 0;
}
@media (max-width: 480px) {
  .sec02 .jtype_btn {
    margin-top: 30px;
    width: 300px;
  }
}
.sec02 .jtype_btn .pic .cap {
  color: #fff;
  letter-spacing: 0.05em;
}
.sec02 .jtype_btn .pic a {
  position: absolute;
  width: 180px;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 480px) {
  .sec02 .jtype_btn .pic a {
    width: 150px;
    bottom: 15px;
  }
}
.sec02 .jtype_btn .pic a .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6.5px;
  height: 6.5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .sec02 .jtype_btn .pic a .arrow {
    width: 4.5px;
    height: 4.5px;
  }
}
@media (hover: hover) {
  .sec02 .jtype_btn .pic a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .sec02 .jtype_btn .pic a:hover .arrow {
    right: 9px;
  }
}

.sec03 .int_wrap .question p:last-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .sec03 .int_wrap .question p:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .int_wrap .question p:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sec03 .zeh_wrap {
  margin: 60px auto 0;
  width: 880px;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .sec03 .zeh_wrap {
    width: 90%;
    padding: 0 40px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .zeh_wrap {
    margin-top: 40px;
    padding: 0;
  }
}
.sec03 .zeh_wrap .zeh {
  padding: 50px 35px 60px;
  position: relative;
  background-image: url(../images/interview/inter11.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 880px) {
  .sec03 .zeh_wrap .zeh {
    padding: 30px 15px 35px;
    background-image: url(../images/interview/inter11_sp.jpg);
  }
}
.sec03 .zeh_wrap .zeh dl dt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 880px) {
  .sec03 .zeh_wrap .zeh dl dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.sec03 .zeh_wrap .zeh dl dd > .f_shippori {
  margin: 15px 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 4px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media (max-width: 880px) {
  .sec03 .zeh_wrap .zeh dl dd > .f_shippori {
    font-size: 1.3rem;
  }
}
.sec03 .zeh_wrap .zeh dl dd .text {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 880px) {
  .sec03 .zeh_wrap .zeh dl dd .flex {
    gap: 0;
  }
}
.sec03 .zeh_wrap .zeh dl dd .flex .f_shippori {
  width: 135px;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media (max-width: 880px) {
  .sec03 .zeh_wrap .zeh dl dd .flex .f_shippori {
    width: 100%;
    font-size: 1.6rem;
  }
}
.sec03 .zeh_wrap .zeh dl dd .flex .text {
  width: calc(100% - 135px);
}
@media (max-width: 880px) {
  .sec03 .zeh_wrap .zeh dl dd .flex .text {
    width: 100%;
  }
}
.sec03 .zeh_wrap .zeh .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.sec04 .landplan {
  margin: 75px auto 0;
  width: 880px;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .sec04 .landplan {
    width: 90%;
    padding: 0 40px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec04 .landplan {
    margin-top: 40px;
    padding: 0;
  }
}

.sec05 {
  padding-bottom: 100px;
}
@media (max-width: 880px) {
  .sec05 {
    padding-bottom: 40px;
  }
}
.sec05 .int_wrap .question p:last-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .sec05 .int_wrap .question p:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec05 .int_wrap .question p:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.limited {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 880px) {
  .limited {
    margin-top: 25px;
  }
}
.limited li {
  width: 32.44%;
}
@media (max-width: 880px) {
  .limited li {
    width: 73.6%;
  }
}
.limited li dl dd {
  width: 100%;
  margin: 16px 0 8px;
}
@media (max-width: 880px) {
  .limited li dl dd {
    margin: 10px 0 6px;
  }
}
.limited li dl dt {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 480px) {
  .limited li dl dt {
    font-size: 1rem;
  }
}
.limited li dl + .btn_coming, .limited li dl + a {
  width: 161.5px;
  margin: 15px auto 0;
}
@media (max-width: 880px) {
  .limited li dl + .btn_coming, .limited li dl + a {
    margin-top: 10px;
    width: 51%;
  }
}
@media (max-width: 880px) and (max-width: 480px) {
  .limited li dl + .btn_coming, .limited li dl + a {
    width: 120px;
  }
}
.limited li dl + a {
  position: relative;
}
.limited li dl + a .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6.5px;
  height: 6.5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .limited li dl + a .arrow {
    width: 4.5px;
    height: 4.5px;
  }
}
@media (hover: hover) {
  .limited li dl + a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .limited li dl + a:hover .arrow {
    right: 9px;
  }
}

.page_caption {
  margin-top: 80px;
}
@media (max-width: 880px) {
  .page_caption {
    margin-top: 40px;
  }
}/*# sourceMappingURL=interview.css.map */