@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}

.format-area .format-txt a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.format-area .format-txt a:hover {
  text-decoration: none !important;
}

.format-area .format-txt a:hover img {
  opacity: 0.8;
}

.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}

.format-area .format-txt strong {
  font-weight: bold;
}

.format-area .format-txt em {
  font-style: italic;
}

.format-area .format-txt ul {
  margin: 1em 0;
}

.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}

.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}

.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}

.format-area .format-txt ol li {
  padding: 0;
}

.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}

.format-area .format-img {
  font-size: 0;
  text-align: center;
}

.format-area .format-img img {
  display: block;
  width: 100%;
}

.format-area .img-caption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 10px;
}

.format-area .format-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.format-area .format03,
.format-area .format04,
.format-area .format05,
.format-area .format06,
.format-area .format07,
.format-area .format08,
.format-area .format09,
.format-area .format10 {
  margin-bottom: 60px;
}

.format-area .format03:last-child,
.format-area .format04:last-child,
.format-area .format05:last-child,
.format-area .format06:last-child,
.format-area .format07:last-child,
.format-area .format08:last-child,
.format-area .format09:last-child,
.format-area .format10:last-child {
  margin-bottom: 0;
}

.format-area .format01 {
  margin-bottom: clamp(30px, 10vw, 60px);
}

.format-area .format01 .ttl-lrg {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}

.format-area .format02 {
  margin-bottom: clamp(30px, 10vw, 60px);
}

.format-area .format02 .ttl-mid {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .format-area .format-rowPC .format-img,
  .format-area .format-rowPC .format-txt {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .format-area .format10 .format-rowPC .format-img {
    width: 30.5%;
  }
}

@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format04 .format-txt,
  .format-area .format05 .format-txt {
    margin-top: 20px;
  }
  .format-area .format07 .format-row,
  .format-area .format09 .format-row,
  .format-area .format10 .format-row {
    display: block;
  }
  .format-area .format07 .format-img,
  .format-area .format09 .format-img,
  .format-area .format10 .format-img {
    width: 100%;
  }
  .format-area .format07 .format-img:nth-child(n + 2),
  .format-area .format09 .format-img:nth-child(n + 2),
  .format-area .format10 .format-img:nth-child(n + 2) {
    margin-top: 40px;
  }
}

/* 動画 */
.format-area .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.format-area .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*==========================================
 先輩の声
===========================================*/
.archive-interview {
  padding-top: 60px;
  padding-bottom: 120px;
}

/*=====  ======*/
/*==========================================
 先輩の声 詳細
===========================================*/
.single-interview {
  position: relative;
  z-index: 1;
  /* jumbotron */
  /* sec01 */
  /* sec02 */
}

.single-interview .jumbotron {
  padding-top: 80px;
  margin-bottom: 90px;
  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: relative;
}

@media screen and (max-width: 768px) {
  .single-interview .jumbotron {
    width: 95vw;
    margin: 0 auto 90px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.single-interview .jumbotron_ttl-en {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(2.4rem, 6.42vw, 9rem);
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-interview .jumbotron_img {
  width: clamp(360px, 45vw, 640px);
  height: clamp(360px, 45vw, 640px);
}

@media (max-width: 480px) {
  .single-interview .jumbotron_img {
    width: 80vw;
    height: 80vw;
    min-height: 320px;
  }
}

.single-interview .jumbotron_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-interview .jumbotron .interview_item_textBox {
  width: 56vw;
  max-width: 785px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: auto;
  padding: clamp(15px, 3.6vw, 50px) clamp(20px, 4.2vw, 60px);
  margin-left: -120px;
  position: static;
}

@media screen and (max-width: 768px) {
  .single-interview .jumbotron .interview_item_textBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80vw;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

.single-interview .jumbotron .interview_item_date {
  font-size: clamp(1.6rem, 2vw, 2.6rem);
}

@media screen and (max-width: 576px) {
  .single-interview .jumbotron .interview_item_date {
    margin-bottom: 10px;
  }
}

.single-interview .jumbotron .interview_item_role {
  margin-bottom: clamp(20px, 7vw, 40px);
  font-size: clamp(1.6rem, 2vw, 2.6rem);
}

.single-interview .jumbotron .interview_item_name {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .single-interview .jumbotron .interview_item_name {
    margin-bottom: 15px;
  }
}

.single-interview .jumbotron .interview_item_name-sub {
  font-size: clamp(1.6rem, 2vw, 2.6rem);
}

.single-interview .sec01 {
  padding-top: 20px;
  margin-bottom: 120px;
  position: relative;
}

.single-interview .sec01_head {
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

.single-interview .format-area {
  margin-bottom: 150px;
}

.single-interview .sec02 {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-interview .sec02_head {
  width: 35%;
  padding-top: 40px;
  margin-bottom: 40px;
  font-size: clamp(3.5rem, 3.65vw, 7rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .single-interview .sec02_head {
    width: 100%;
    padding-top: 0;
    font-size: clamp(3.5rem, 10vw, 7rem);
  }
}

.single-interview .sec02_inner {
  width: 65%;
  padding: clamp(40px, 10vw, 80px) clamp(20px, 4vw, 80px) 0 0;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .single-interview .sec02_inner {
    width: 92%;
    margin: 0 auto;
  }
}

.single-interview .sec02_item {
  margin-bottom: clamp(40px, 10vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-interview .sec02_item_time {
  width: clamp(100px, 28vw, 280px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(100px, 28vw, 280px);
          flex: 0 0 clamp(100px, 28vw, 280px);
  font-family: "Bebas Neue", cursive;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.single-interview .sec02_item_ttl {
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  line-height: clamp(2.4rem, 6vw, 6rem);
  letter-spacing: 0.1em;
  color: #004a95;
}

.single-interview .sec02_item_text {
  margin-top: clamp(10px, 3vw, 30px);
  line-height: 2.25;
  letter-spacing: 0.1em;
}
/*# sourceMappingURL=interview.css.map */