@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.mv {
  background-image: url(../images/interview/mv.png);
  background-position: center;
}
@media all and (max-width: 600px) {
  .mv::after {
    padding-top: 56%;
  }
}
.mv__blk-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv__blk span {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.mv__blk span:first-child {
  font-size: 2vw;
  font-weight: 600;
  margin-right: 10px;
}
@media all and (max-width: 1025px) {
  .mv__blk span:first-child {
    font-size: 1.6rem;
  }
}
.mv__blk span:last-child {
  font-size: 1vw;
}
@media all and (max-width: 1025px) {
  .mv__blk span:last-child {
    font-size: 1.4rem;
  }
}
.mv__blk-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media all and (max-width: 1025px) {
  .mv__blk-name {
    margin-top: 0px;
  }
}
.mv__blk-name h1 {
  font-size: 1vw;
  margin-right: 20px;
}
@media all and (max-width: 1025px) {
  .mv__blk-name h1 {
    font-size: 1.4rem;
  }
}
.mv__blk-name p {
  font-size: 2.7vw;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 1025px) {
  .mv__blk-name p {
    font-size: 3rem;
  }
}
.mv__txt {
  font-size: 1.5vw;
  line-height: 200%;
  font-weight: 500;
  margin-top: 30px;
}
@media all and (max-width: 1025px) {
  .mv__txt {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.link {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .link {
    padding-top: 60px;
  }
}
.link p {
  line-height: 270%;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .link p {
    font-size: 1.6rem;
  }
}

.interview__btn.sp-btn {
  display: none;
}
@media all and (max-width: 1025px) {
  .interview__btn.sp-btn {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.interview__btn.pc-btn {
  display: block;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .interview__btn.pc-btn {
    display: none;
  }
}
@media all and (max-width: 1025px) {
  .interview__ul li:first-child {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 1025px) {
  .interview__ul li:last-child {
    margin-bottom: 30px;
  }
}
.interview__blk {
  max-width: 1300px;
  width: 85%;
  margin: 0 auto;
}
.interview__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 160px;
  margin-bottom: 100px;
}
@media all and (max-width: 1025px) {
  .interview__inner ul.interview__ul-message li:first-child {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1025px) {
  .interview__inner ul {
    margin-top: 80px;
  }
}
@media all and (max-width: 1025px) {
  .interview__inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.interview__inner ul:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 1025px) {
  .interview__inner ul:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.interview__inner ul:nth-child(even) li:first-child {
  margin-right: 0;
  margin-left: 6%;
}
@media all and (max-width: 1025px) {
  .interview__inner ul:nth-child(even) li:first-child {
    margin-left: 0;
  }
}
.interview__inner ul:last-child {
  margin-bottom: 0;
}
.interview__inner ul li {
  width: 47%;
}
@media all and (max-width: 1025px) {
  .interview__inner ul li {
    width: 100%;
  }
}
.interview__inner ul li:first-child {
  margin-right: 6%;
}
@media all and (max-width: 1025px) {
  .interview__inner ul li:first-child {
    margin-right: 0;
    margin-top: 40px;
  }
}
.interview__inner ul li:first-child img {
  border-radius: 20px;
}
.interview__q {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 64px;
}
@media all and (max-width: 1025px) {
  .interview__q {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.interview__q img {
  width: 20px;
  margin-right: 16px;
}
.interview__year {
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (max-width: 1025px) {
  .interview__year {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.interview__year img {
  width: 20px;
  margin-right: 16px;
}
.interview__work {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 64px;
}
@media all and (max-width: 1025px) {
  .interview__work {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.interview__message {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media all and (max-width: 1025px) {
  .interview__message {
    margin-bottom: 0px;
    font-size: 2rem;
  }
}
.interview__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C50018), to(#C50018));
  background-image: linear-gradient(#C50018, #C50018);
  background-position: 0px 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 10px;
  /* 線の太さ */
  box-decoration-break: clone;
  /* 改行時も線をつなげる */
  -webkit-box-decoration-break: clone;
  /* Safari対応 */
}
@media all and (max-width: 1025px) {
  .interview__ttl {
    font-size: 2.4rem;
  }
}
.interview__txt {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 20px;
}
@media all and (max-width: 1025px) {
  .interview__txt {
    font-size: 1.6rem;
  }
}

.bg {
  background-image: url(../images/interview/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0;
}
@media all and (max-width: 1025px) {
  .bg {
    padding: 80px 0;
  }
}
.bg ul {
  margin-top: 0;
}
@media all and (max-width: 1025px) {
  .bg ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bg ul li:first-child {
  margin-right: 6%;
  color: #fff;
}
@media all and (max-width: 1025px) {
  .bg ul li:first-child {
    margin-right: 0;
    margin-top: 0;
  }
}
.bg ul li .interview__ttl {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
}
.bg ul li:last-child img {
  border-radius: 20px;
}

.slide-person {
  margin: 160px 0;
}

.slick__person {
  max-width: 1340px;
  width: 85%;
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .slick__person .section-ttl-blk {
    padding-left: 15px;
  }
}

.slide-items-sec .slick-slide {
  width: 310px;
  height: 400px;
  margin-right: 30px;
}
@media all and (max-width: 1280px) {
  .slide-items-sec .slick-slide {
    width: 260px;
  }
}
@media all and (max-width: 600px) {
  .slide-items-sec .slick-slide {
    width: 280px;
    height: 340px;
  }
}
.slide-items-sec .slick-slide .slide-img {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.slide-items-sec .slick-slide .slide-img img {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.slide-items-sec .slick-slide .slide-img img:nth-of-type(2) {
  opacity: 0;
}
.slide-items-sec .slick-slide .slide-img-blk {
  position: relative;
  display: block;
  overflow: hidden;
  width: 220px;
  height: 370px;
}
@media all and (max-width: 1280px) {
  .slide-items-sec .slick-slide .slide-img-blk {
    width: 180px;
    height: 260px;
  }
}
.slide-items-sec .slick-slide a:hover {
  background-image: url(../images/top/slide-bg_red.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  opacity: 1;
  overflow: hidden;
}
.slide-items-sec .slick-slide a:hover .slide-txt-blk {
  color: #fff;
}
.slide-items-sec .slick-slide a:hover .slide-img .slide-img-blk img:nth-of-type(1) {
  opacity: 0;
}
.slide-items-sec .slick-slide a:hover .slide-img .slide-img-blk img:nth-of-type(2) {
  opacity: 1;
}
.slide-items-sec .slick-slide .slide-txt-blk {
  margin-top: 40px;
  color: #152E55;
}
.slide-items-sec .slick-slide .slide-txt-blk h4 {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.slide-items-sec li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slide-items-sec li a {
  padding: 20px;
  display: block;
  height: 100%;
  position: relative;
  border-radius: 30px;
  border: 1px solid #152E55;
}
.slide-items-sec li a:hover .slide-blk .arrow_btn_wrap {
  background-color: #fff;
}
.slide-items-sec li a:hover .slide-blk .arrow_btn_wrap .next_btn {
  background-color: #152E55;
}
.slide-items-sec li a:hover .slide-blk .arrow_btn_wrap .next_btn::before {
  background-color: #152E55;
}
.slide-items-sec li a:hover .slide-blk .arrow_btn_wrap .next_btn::after {
  background-color: #152E55;
}

.slick__prev,
.slick__next {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: -20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid gray;
  background: transparent;
  margin-right: 20%;
}
@media all and (max-width: 600px) {
  .slick__prev,
  .slick__next {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
}

.slick__prev,
.slick__next {
  border: none;
}

.slick__prev {
  right: 40px;
}

.slick__next {
  left: 40px;
}

.slick__prev:hover:before {
  background: url(../images/common/slide_person_btnred_prev.svg) !important;
  background-size: contain !important;
}

.slick__next:hover:before {
  background: url(../images/common/slide_person_btnred.svg) !important;
  background-size: contain !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick__prev:before {
  background: url(../images/common/slide_person_btnwh_prev.svg) !important;
  background-size: contain !important;
}

.slick__next:before {
  background: url(../images/common/slide_person_btnwh.svg) !important;
  background-size: contain !important;
}

.slick-arrows-outer {
  position: absolute;
  right: 15%;
  bottom: -60px;
}
@media all and (max-width: 1025px) {
  .slick-arrows-outer {
    right: 15%;
    bottom: -45px;
  }
}
@media all and (max-width: 896px) {
  .slick-arrows-outer {
    right: 18%;
  }
}

.slide-items-sec .dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}
@media all and (max-width: 1025px) {
  .slide-items-sec .dots-class {
    width: 50%;
    left: 30%;
  }
}
.slide-items-sec .dots-class li {
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}
.slide-items-sec .dots-class li button {
  display: none;
}
.slide-items-sec .dots-class li.slick-active {
  background-color: #000;
}

.slide-items-sec .dots-class li {
  width: 19%;
  margin-right: 0 !important;
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}
.slide-items-sec .dots-class li button {
  display: none;
}
@media all and (max-width: 1280px) {
  .slide-items-sec .dots-class li {
    width: 17%;
  }
}
@media all and (max-width: 1025px) {
  .slide-items-sec .dots-class li {
    width: 100%;
  }
}

.slide-items-sec .dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.slide-items-sec .dots-class li.slick-active::before {
  background-color: #000066;
  -webkit-animation: progressbar-anime 0.6s linear forwards;
          animation: progressbar-anime 0.6s linear forwards;
}

@-webkit-keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-num {
  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;
  position: absolute;
  bottom: -3.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 10;
  font-size: 14px;
  width: 100px;
}
@media all and (max-width: 896px) {
  .slick-num {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    font-size: 13px;
    width: auto;
  }
}
@media all and (max-width: 600px) {
  .slick-num {
    top: 6px;
  }
}

.txt__link {
  width: 230px;
  margin: 0 auto;
  padding-top: 90px;
}
@media all and (max-width: 896px) {
  .txt__link {
    width: 100%;
  }
}
.txt__link a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}
.txt__link a:hover {
  background: #C50018;
  border-bottom: none;
}
.txt__link a:hover .common-btn.main_c {
  background: #fff !important;
}
.txt__link a:hover .white .next_btn {
  background-color: #152E55 !important;
}
.txt__link a:hover .white .next_btn::before {
  background-color: #152E55 !important;
}
.txt__link a:hover .white .next_btn::after {
  background-color: #152E55 !important;
}
.txt__link a span {
  margin-right: 20px;
}

.top-slider {
  position: relative;
  margin-top: 100px;
}
@media all and (max-width: 1025px) {
  .top-slider {
    margin-top: 120px;
  }
}
@media all and (max-width: 600px) {
  .top-slider {
    margin-top: 60px;
  }
}
.top-slider__inner {
  border-radius: 25px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .top-slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.slick__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
  padding: 100px 0 100px 20%;
  overflow-x: hidden;
  background: #EFF3F8;
  border-radius: 20px;
}
.slick__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/slide_inner.png");
  background-size: contain;
  background-position: -150px center;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .slick__container::before {
    background-size: cover;
  }
}
@media all and (max-width: 1025px) {
  .slick__container {
    padding: 150px 0 100px 30px;
    margin-left: 0;
    width: calc(100% + (100vw - 100%) / 1);
  }
}

.container {
  width: min(100%, 1600px) !important;
  margin: 0 auto;
  background: #EFF3F8;
}

.top-slider__inner,
.top-benefit__inner {
  width: 100%;
}

.section-ttl-blk,
.section-txt-blk {
  margin-left: 0;
}

.slick__ttl {
  position: absolute;
  left: 5%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media all and (max-width: 1025px) {
  .slick__ttl {
    left: 3%;
    top: 5%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  .slick__ttl {
    left: 8%;
  }
}
.slick__ttl p:first-child {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #C50018;
  font-weight: 600;
}
.slick__ttl p:last-child {
  font-weight: 500;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media all and (max-width: 1025px) {
  .slick__ttl p:last-child {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.slick-slide img {
  width: 50px;
  height: 70px;
}

.slide-items li .time {
  color: #C50018;
  margin-left: 16px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.slide-items li .time::after {
  content: "";
  width: 122%;
  height: 1px;
  border-bottom: 1px dotted #C50018;
  position: absolute;
  top: 40px;
  left: 0;
}
.slide-items li .slide-txt-blk {
  padding: 40px 30px;
  display: block;
  height: 100%;
  position: relative;
  border: 1px solid #C50018;
  background: #fff;
  border-radius: 20px;
}
.slide-items li .slide-txt-blk h3 {
  font-weight: 500;
}
.slide-items li .slide-txt-blk p {
  font-size: 1.4rem;
}

.slide-items .slick-slide {
  margin-left: 40px;
  width: 280px;
}

.dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 0%;
  width: 90%;
  margin: 0 auto 0 0;
}
@media all and (max-width: 1025px) {
  .dots-class {
    width: 70%;
    left: 40%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
  }
}

.dots-class li {
  width: 25%;
  margin-right: 0 !important;
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}
.dots-class li button {
  display: none;
}
@media all and (max-width: 1025px) {
  .dots-class li {
    width: 14%;
  }
}

.dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.dots-class li.slick-active::before {
  background-color: #000066;
  -webkit-animation: progressbar-anime 0.6s linear forwards;
          animation: progressbar-anime 0.6s linear forwards;
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.column {
  position: absolute;
  right: 28vw;
  bottom: 140px;
  width: 220px !important;
}
@media screen and (max-width: 1500px) {
  .column {
    right: 24vw;
  }
}
@media all and (max-width: 1367px) {
  .column {
    right: 50%;
    bottom: 60px;
  }
}
@media all and (max-width: 1025px) {
  .column {
    bottom: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (max-width: 896px) {
  .column {
    bottom: 0;
    width: 93% !important;
    left: 47%;
  }
}
.column a {
  border-bottom: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.column a:hover {
  border-bottom: none;
  background-color: transparent;
  color: #152E55;
  text-decoration: underline;
  text-decoration-color: #0099C6;
  /* 下線の色を指定 */
}
.column a span {
  font-size: 1.5rem;
}
.column a .arrow_btn_wrap {
  width: 40px;
  height: 40px;
}
.column .btn-blue:hover {
  background: #C50018 !important;
  text-decoration: none;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white {
  background-color: #fff !important;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn {
  background-color: #000066;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn::after {
  background-color: #000066 !important;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn::before {
  background-color: #000066 !important;
}