@charset "UTF-8";
.-sp {
  display: none;
}

@media (max-width: 767px) {
  .-sp {
    display: block;
  }
  .-pc {
    display: none;
  }
}
@media (max-width: 960px) {
  .-tab {
    display: none;
  }
}
/*--- 共通 ---*/
section .index__title {
  background: url(../images/index/icon.svg) no-repeat center 0;
  background-size: 46px;
  padding-top: 38px;
  text-align: center;
  line-height: 1.333;
  font-size: 24px;
  font-weight: 500;
  color: #0F1726;
  margin-bottom: 31px;
}
section .btn__area {
  text-align: center;
  margin-top: 60px;
}
section .btn__area .__button--border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 50px;
  border: 1px solid #707070;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  section .index__title {
    background-size: 12.2666666667vw;
    padding-top: 10.1333333333vw;
    font-size: 6.4vw;
    margin-bottom: 8.2666666667vw;
  }
  section .btn__area {
    margin-top: 16vw;
  }
  section .btn__area .__button--border {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #707070;
    font-size: 3.7333333333vw;
  }
}
.-gray {
  background-color: #E8ECED;
}

/* メインビジュアル
  ------------------------------------------- */
#MainSlider {
  margin-bottom: 0;
  display: none;
}
#MainSlider.slick-initialized {
  display: block;
}
#MainSlider .slide__item {
  position: relative;
  height: 360px;
  display: block;
  text-decoration: none;
  color: #fff;
}
#MainSlider .slide__item figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#MainSlider .slide__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#MainSlider .slide__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: max(320px, 320px + (100vw - 960px) / 2);
  height: 100%;
  background-color: rgba(15, 23, 38, 0.6);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-15.5deg);
          transform: skewX(-15.5deg);
  z-index: 0;
}
#MainSlider .slide__item.before_none::before {
  content: none;
}
#MainSlider .__inner {
  max-width: 1000px;
  height: 100%;
  padding: 30px 20px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#MainSlider .mv__title {
  font-size: 13px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
#MainSlider .mv__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  min-width: 240px;
  margin-bottom: 5px;
}
body:lang(en) #MainSlider .mv__title span {
  font-family: "Noto Sans", sans-serif;
}
body:lang(ko) #MainSlider .mv__title span {
  font-family: "Noto Sans KR", sans-serif;
}
body:lang(zh) #MainSlider .mv__title span {
  font-family: "Noto Sans TC", sans-serif;
}
body:lang(zh).top_zh #MainSlider .mv__title span {
  font-family: "Noto Sans SC", sans-serif;
}
#MainSlider h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.714;
  margin-top: auto;
}
body:lang(en) #MainSlider h1 {
  font-family: "Noto Serif", serif;
}
body:lang(ko) #MainSlider h1 {
  font-family: "Noto Serif KR", serif;
}
body:lang(zh) #MainSlider h1 {
  font-family: "Noto Serif TC", serif;
}
body:lang(zh).top_zh #MainSlider h1 {
  font-family: "Noto Serif SC", serif;
}
#MainSlider .slick-dots {
  display: inline-block;
  width: auto;
  right: max(100px, 100px + (100vw - 960px) / 2);
  bottom: 20px;
}
#MainSlider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
#MainSlider .slick-dots li button {
  width: 15px;
  height: 15px;
}
#MainSlider .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 0.4;
}
#MainSlider .slick-dots li.slick-active button::before {
  opacity: 1;
}
#MainSlider .slick-arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-width: 1.5px 1.5px 0 0;
  border-style: solid;
  border-color: #fff;
  bottom: 24px;
  position: absolute;
  z-index: 3;
}
#MainSlider .slick-arrow.next-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: max(4px, 4px + (100vw - 960px) / 2);
}
#MainSlider .slick-arrow.prev-arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: max(34px, 34px + (100vw - 960px) / 2);
}
#MainSlider .-sp {
  display: none;
}

@media all and (max-width: 767px) {
  #MainSlider .slide__item {
    height: 120vw;
  }
  #MainSlider .slide__item::before {
    width: 100%;
    height: 42.6666666667vw;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: skewX(0deg) skewY(-11.5deg);
            transform: skewX(0deg) skewY(-11.5deg);
  }
  #MainSlider .__inner {
    max-width: 100%;
    height: 100%;
    padding: 7.7333333333vw 8vw 18.4vw;
  }
  #MainSlider .mv__title {
    font-size: 2.9333333333vw;
  }
  #MainSlider .mv__title span {
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
    border-bottom: 0.2666666667vw solid #fff;
    min-width: 100%;
    margin-bottom: 1.6vw;
  }
  #MainSlider h1 {
    font-size: 5.8666666667vw;
    line-height: 1.454;
  }
  #MainSlider .slick-dots {
    right: 29.3333333333vw;
    bottom: 6.9333333333vw;
  }
  #MainSlider .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.3333333333vw;
  }
  #MainSlider .slick-dots li button {
    width: 4vw;
    height: 4vw;
  }
  #MainSlider .slick-dots li button::before {
    font-size: 2.6666666667vw;
  }
  #MainSlider .slick-arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 0.4vw 0.4vw 0 0;
    bottom: 8vw;
  }
  #MainSlider .slick-arrow.next-arrow {
    right: 9.0666666667vw;
  }
  #MainSlider .slick-arrow.prev-arrow {
    right: 17.0666666667vw;
  }
  #MainSlider .-sp {
    display: block;
  }
  #MainSlider .-pc {
    display: none;
  }
}
/* Pick Up
  ------------------------------------------- */
#Pickup {
  padding-bottom: 78px;
}
#Pickup .pickup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Pickup .pickup__box.-top {
  gap: 20px;
  margin-bottom: 60px;
}
#Pickup .pickup__box.-middle {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Pickup .pickup__box.-middle .pickup__item::after {
  display: none;
}
#Pickup .pickup__box.-middle .pickup__item .top__img {
  position: relative;
  margin-bottom: 9px;
}
#Pickup .pickup__box.-middle .pickup__item .top__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
#Pickup .pickup__box.-middle .pickup__item .top__img figure {
  height: 170px;
}
#Pickup .pickup__box.-middle .pickup__item .top__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Pickup .pickup__box.-middle .pickup__item .top__img h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: #fff;
  position: absolute;
  bottom: 14px;
  left: 20px;
  border: 0;
  z-index: 1;
  margin: 0;
}
#Pickup .pickup__box.-middle .pickup__item > p {
  color: #000;
  font-size: 14px;
  line-height: 1.714;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Pickup .pickup__box.-middle .pickup__item:hover > p {
  color: #366BBA;
}
#Pickup .pickup__box.-bottom {
  gap: 40px;
  border-top: 1px solid #E8ECED;
  margin-top: 42px;
  padding-top: 49px;
}
#Pickup .pickup__box.-bottom .pickup__textbox {
  width: calc((100% - 80px) / 3);
}
#Pickup .pickup__box.-bottom .pickup__textbox dt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
#Pickup .pickup__box.-bottom .pickup__textbox dt a {
  color: #004EA2;
}
#Pickup .pickup__box.-bottom .pickup__textbox dd {
  font-size: 14px;
  line-height: 1.714;
}
#Pickup .pickup__item {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
#Pickup .pickup__item figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#Pickup .pickup__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Pickup .pickup__item .pickup__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  z-index: 1;
}
#Pickup .pickup__item .pickup__item__text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333;
  color: #fff;
  border: 0;
  margin: auto 0 8px;
}
#Pickup .pickup__item .pickup__item__text p {
  font-size: 14px;
  line-height: 1.428;
}
#Pickup .pickup__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
#Pickup .pickup__item.-new::before {
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #C00000;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
}
#Pickup .pickup__item.-renewal::before {
  content: "RENEWAL";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #C00000;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
}
#Pickup .pickup__item:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#Pickup .pickup__box--right, #Pickup .pickup__box--left {
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  #Pickup .pickup__box--right, #Pickup .pickup__box--left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
#Pickup .pickup__box--right .pickup__item, #Pickup .pickup__box--left .pickup__item {
  height: 210px;
}
#Pickup .pickup__box--right .pickup__item:first-of-type, #Pickup .pickup__box--left .pickup__item:first-of-type {
  height: 340px;
}
#Pickup .pickup__box--right .pickup__item:first-of-type .pickup__item__text h3, #Pickup .pickup__box--left .pickup__item:first-of-type .pickup__item__text h3 {
  font-size: 28px;
  margin-top: 35px;
}
#Pickup .pickup__box--right .pickup__item:first-of-type::after, #Pickup .pickup__box--left .pickup__item:first-of-type::after {
  height: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  top: 0;
  bottom: initial;
}
@media (max-width: 767px) {
  #Pickup .pickup__box--right .pickup__item:first-of-type, #Pickup .pickup__box--left .pickup__item:first-of-type {
    height: 72vw;
  }
  #Pickup .pickup__box--right .pickup__item:first-of-type .pickup__item__text h3, #Pickup .pickup__box--left .pickup__item:first-of-type .pickup__item__text h3 {
    font-size: 7.4666666667vw;
    margin-top: 9.3333333333vw;
  }
  #Pickup .pickup__box--right .pickup__item:first-of-type::after, #Pickup .pickup__box--left .pickup__item:first-of-type::after {
    height: 58.6666666667vw;
  }
}
@media (max-width: 767px) {
  #Pickup .pickup__box--right .pickup__item, #Pickup .pickup__box--left .pickup__item {
    height: 61.8666666667vw;
  }
}
#Pickup .-bottom .-renewal a {
  margin-right: 4px;
}
#Pickup .-bottom .-renewal::after {
  content: "RENEWAL";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #C00000;
}
@media (max-width: 767px) {
  #Pickup .-bottom .-renewal a {
    margin-right: 1.0666666667vw;
  }
  #Pickup .-bottom .-renewal::after {
    width: 16vw;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 767px) {
  #Pickup {
    padding-bottom: 20.8vw;
  }
  #Pickup .pickup__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Pickup .pickup__box.-top {
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  #Pickup .pickup__box.-middle {
    gap: 5.3333333333vw;
  }
  #Pickup .pickup__box.-middle .pickup__item .top__img {
    margin-bottom: 2.4vw;
  }
  #Pickup .pickup__box.-middle .pickup__item .top__img::after {
    height: 16vw;
  }
  #Pickup .pickup__box.-middle .pickup__item .top__img figure {
    height: 45.3333333333vw;
  }
  #Pickup .pickup__box.-middle .pickup__item .top__img h3 {
    font-size: 4.2666666667vw;
    bottom: 3.7333333333vw;
    left: 5.3333333333vw;
  }
  #Pickup .pickup__box.-middle .pickup__item > p {
    font-size: 3.7333333333vw;
  }
  #Pickup .pickup__box.-bottom {
    gap: 5.3333333333vw;
    border-top: 0.2666666667vw solid #E8ECED;
    margin-top: 11.2vw;
    padding-top: 13.0666666667vw;
  }
  #Pickup .pickup__box.-bottom .pickup__textbox {
    width: 100%;
  }
  #Pickup .pickup__box.-bottom .pickup__textbox dt {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
  #Pickup .pickup__box.-bottom .pickup__textbox dd {
    font-size: 3.7333333333vw;
  }
  #Pickup .pickup__item .pickup__item__text {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  #Pickup .pickup__item .pickup__item__text h3 {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
  #Pickup .pickup__item .pickup__item__text p {
    font-size: 3.7333333333vw;
  }
  #Pickup .pickup__item::after {
    height: 58.6666666667vw;
  }
  #Pickup .pickup__item.-new::before {
    width: 14.6666666667vw;
    height: 6.6666666667vw;
    font-size: 4vw;
  }
  #Pickup .pickup__item.-renewal::before {
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    font-size: 4vw;
  }
  #Pickup .pickup__box--right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    gap: 5.3333333333vw;
  }
  #Pickup .pickup__box--right .pickup__item {
    height: 61.8666666667vw;
  }
}
#Pickup {
  /* 231115 追加分 */
}
#Pickup .pickup__box.-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Pickup .pickup__box.-top .pickup__box--top1 {
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}
#Pickup .pickup__box.-top .pickup__box--top1 .pickup__item {
  height: 340px;
}
#Pickup .pickup__box.-top .pickup__box--top1 .pickup__item::after {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
#Pickup .pickup__box.-top .pickup__box--top1 .pickup__item h3 {
  font-size: 28px;
  margin-top: 35px;
}
#Pickup .pickup__box.-top .pickup__box--top1 .pickup__item h3 span {
  font-size: 18px;
  padding-bottom: 0;
  display: block;
}
#Pickup .pickup__box.-top .pickup__box--top1 .pickup__item h3 span::before {
  background-color: transparent;
}
#Pickup .pickup__box.-top .pickup__box--top2 {
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}
#Pickup .pickup__box.-top .pickup__box--top2 .pickup__item {
  height: 210px;
}
#Pickup .pickup__box.-top .pickup__box--top.-wide .pickup__item {
  height: 210px;
}
#Pickup .pickup__box.-top .pickup__box--top.-wide .pickup__item::after {
  background-image: none;
}
@media (max-width: 767px) {
  #Pickup .pickup__box.-top .pickup__box--top1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #Pickup .pickup__box.-top .pickup__box--top1 .pickup__item {
    height: 72vw;
  }
  #Pickup .pickup__box.-top .pickup__box--top1 .pickup__item h3 {
    font-size: 7.4666666667vw;
    margin-top: 9.3333333333vw;
  }
  #Pickup .pickup__box.-top .pickup__box--top1 .pickup__item h3 span {
    font-size: 4.8vw;
  }
  #Pickup .pickup__box.-top .pickup__box--top2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #Pickup .pickup__box.-top .pickup__box--top2 .pickup__item {
    height: 61.8666666667vw;
  }
}

#Topics {
  padding: 65px 20px 50px;
}
#Topics a {
  color: #004EA2;
}
#Topics .index__title {
  margin-bottom: 62px;
}
#Topics .topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #E8ECED;
  color: #0F1726;
  height: auto;
  margin-bottom: 60px;
}
#Topics .topics__item figure {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#Topics .topics__item figure img {
  width: 100%;
  vertical-align: top;
}
#Topics .topics__item .txt-box p.-small {
  font-size: 14px;
}
#Topics .topics__item .txt-box .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
#Topics .topics__item .txt-box .title a {
  color: #004EA2;
}
#Topics .topics__item .txt-box .title.-small {
  font-size: 16px;
  line-height: 1.58;
}
#Topics .topics__item .txt-box .subtitle {
  margin: -10px 0 12px;
}
#Topics .topics__item .txt-box .overview {
  margin-bottom: 7px;
  font-size: 15px;
}
#Topics .topics__item .txt-box .overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Topics .topics__item .txt-box .overview dl dt::after {
  content: ":";
  margin: 0 4px;
}
#Topics .topics__item .txt-box .overview.-small {
  font-size: 13px;
  margin-bottom: 9px;
  line-height: 1.538;
}
#Topics .topics__item .txt-box .overview a {
  word-break: break-all;
}
#Topics .topics__item .txt-box .overview.title > a {
  margin-right: 10px;
}
#Topics .topics__item .txt-box .overview .mrgn-b10 {
  margin-bottom: 10px;
}
#Topics .topics__item .txt-box .overview .mrgn-b15 {
  margin-bottom: 15px;
}
#Topics .topics__item .txt-box .overview .mrgn-b20 {
  margin-bottom: 20px;
}
#Topics .topics__item .txt-box .detail {
  font-size: 15px;
}
#Topics .topics__item .txt-box .detail p {
  margin-bottom: 0;
}
#Topics .topics__item .txt-box .detail dl {
  margin-bottom: 9px;
}
#Topics .topics__item .txt-box .detail dt {
  font-weight: 500;
}
#Topics .topics__item .txt-box .detail dd {
  margin-left: 1rem;
}
#Topics .topics__item .txt-box .detail dd.-small {
  font-size: 13px;
}
#Topics .topics__item .txt-box .-bold {
  font-weight: 700;
}
#Topics .topics__item .txt-box .mrgn-b0 {
  margin-bottom: 0px;
}
#Topics .topics__item .txt-box p:last-child {
  margin-bottom: 0;
}
#Topics .topics__item .txt-box .img_box-logo {
  width: 360px;
}
#Topics .topics__item .txt-box .img_box-logo img {
  width: 100%;
}
#Topics .topics__item .txt-box .overviewbox {
  background-color: #F3F5F6;
  padding: 15px;
  margin-bottom: 10px;
}
#Topics .topics__item .txt-box .overviewbox .-small {
  font-size: 12px;
}
#Topics .topics__item .-blue {
  color: #004EA2;
}
#Topics .topics__item .-red {
  color: #C00000;
}
#Topics .topics__item .-gray {
  font-size: 13px;
  color: #5D677B;
}
#Topics .topics__item .exhibit-products {
  font-size: 14px;
}
#Topics .topics__item .exhibit-products p.title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
#Topics .topics__item .exhibit-products .list--decimal li {
  margin-bottom: 0;
}
#Topics .topics__item .__button {
  height: 35px;
  padding-left: 1.5em;
  padding-right: 1em;
  color: #fff;
}
#Topics .topics__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 60px 0 51px;
}
#Topics .topics__box dl {
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
}
#Topics .topics__box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5B9BD5;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 21px;
}
#Topics .topics__box dl dd h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0F1726;
  border: 0;
  margin: 0 0 15px;
}
#Topics .topics__box dl dd h3 span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #5D677B;
  margin-top: 7px;
  padding: 0;
}
#Topics .topics__box dl dd h3 span::before {
  display: none;
}
#Topics .topics__box dl dd p {
  font-size: 15px;
  line-height: 1.6;
  padding: 0;
}

@media all and (max-width: 767px) {
  #Topics {
    padding: 17.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
  #Topics .index__title {
    margin-bottom: 16.5333333333vw;
  }
  #Topics .topics__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
  #Topics .topics__item figure {
    width: 100%;
  }
  #Topics .topics__item .txt-box p.-small {
    font-size: 3.7333333333vw;
  }
  #Topics .topics__item .txt-box .title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #Topics .topics__item .txt-box .title.-small {
    font-size: 4.2666666667vw;
  }
  #Topics .topics__item .txt-box .subtitle {
    margin: -2.6666666667vw 0 3.2vw;
  }
  #Topics .topics__item .txt-box .overview {
    margin-bottom: 1.8666666667vw;
    font-size: 4vw;
  }
  #Topics .topics__item .txt-box .overview.-small {
    font-size: 3.4666666667vw;
    margin-bottom: 2.4vw;
  }
  #Topics .topics__item .txt-box .overview .mrgn-b10 {
    margin-bottom: 2.6666666667vw;
  }
  #Topics .topics__item .txt-box .overview .mrgn-b15 {
    margin-bottom: 4vw;
  }
  #Topics .topics__item .txt-box .overview .mrgn-b20 {
    margin-bottom: 5.3333333333vw;
  }
  #Topics .topics__item .txt-box .detail {
    font-size: 4vw;
  }
  #Topics .topics__item .txt-box .detail dl {
    margin-bottom: 2.4vw;
  }
  #Topics .topics__item .txt-box .detail dd {
    margin-left: 1rem;
  }
  #Topics .topics__item .txt-box .detail dd.-small {
    font-size: 3.4666666667vw;
  }
  #Topics .topics__item .txt-box p:last-child {
    margin-bottom: 0;
  }
  #Topics .topics__item .txt-box .img_box-logo {
    width: 100%;
  }
  #Topics .topics__item .txt-box .overviewbox {
    padding: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  #Topics .topics__item .txt-box .overviewbox .-small {
    font-size: 3.2vw;
  }
  #Topics .topics__item .-gray {
    font-size: 3.4666666667vw;
  }
  #Topics .topics__item .exhibit-products {
    font-size: 3.7333333333vw;
  }
  #Topics .topics__item .exhibit-products p.title {
    font-size: 3.7333333333vw;
  }
  #Topics .topics__item .__button {
    height: 9.3333333333vw;
  }
  #Topics .topics__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin: 16vw 0 13.6vw;
  }
  #Topics .topics__box dl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #Topics .topics__box dl dt {
    height: 10.6666666667vw;
    font-size: 4.8vw;
    margin-bottom: 5.6vw;
  }
  #Topics .topics__box dl dd h3 {
    font-size: 5.3333333333vw;
    margin: 0 0 4vw;
  }
  #Topics .topics__box dl dd h3 span {
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
  }
  #Topics .topics__box dl dd p {
    font-size: 4vw;
  }
}
#Innovation {
  padding-bottom: 78px;
}
#Innovation .index__title {
  margin-bottom: 41px;
}
#Innovation .innovation__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#Innovation .innovation__item {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
}
#Innovation .innovation__item p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
#Innovation .video__item {
  width: 100%;
  height: 350px;
  margin-bottom: 18px;
}
#Innovation .video__item iframe {
  position: static !important;
}

@media all and (max-width: 767px) {
  #Innovation {
    padding-bottom: 20.8vw;
  }
  #Innovation .index__title {
    margin-bottom: 10.9333333333vw;
  }
  #Innovation .innovation__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  #Innovation .innovation__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #Innovation .innovation__item p {
    font-size: 4vw;
  }
  #Innovation .video__item {
    width: 100%;
    height: 78.6666666667vw;
    margin-bottom: 4.8vw;
  }
}
#Search {
  padding-top: 110px;
  padding-bottom: 78px;
}
#Search .__title--trapezoid {
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.02em;
  top: 0;
  padding: 5px 0 0 25px;
  position: relative;
  z-index: 3;
  line-height: 1.222;
  height: 50px;
}
#Search .__title--trapezoid span {
  font-size: 16px;
}
#Search .__title--trapezoid::before, #Search .__title--trapezoid::after {
  z-index: -1;
}
#Search .__title--trapezoid.-large {
  font-size: 20px;
  line-height: 1.1;
}
#Search .__title--trapezoid.-large span {
  font-size: 16px;
}
#Search .__title--trapezoid.-large::before {
  width: 140px;
  height: 24px;
  top: -19px;
}
#Search .__title--trapezoid.-large::after {
  width: 240px;
  height: 66px;
  top: -14px;
}
#Search .__title--trapezoid span.text--en {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: #0F1726;
  text-transform: uppercase;
  font-weight: 400;
  top: -34px;
  left: 0;
  letter-spacing: 0.02em;
}
#Search .search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 75px;
}
#Search .search__box .search__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#Search .search__box .search__box__item .search__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Search .search__box .search__box__item .search__list::after {
  content: "";
  width: 120px;
}
@media all and (max-width: 960px) {
  #Search .search__box .search__box__item .search__list::after {
    width: 140px;
    height: 160px;
  }
}
@media all and (max-width: 767px) {
  #Search .search__box .search__box__item .search__list::after {
    height: 0;
  }
}
#Search .search__box.-wide {
  position: relative;
  margin-bottom: 65px;
}
#Search .search__box.-wide:nth-of-type(4) {
  margin-bottom: 0;
}
#Search .search__box.-wide .__title--trapezoid {
  position: absolute;
  padding-top: 0;
  top: -2px;
}
#Search .search__box.-wide .__title--trapezoid::before {
  width: 86px;
  top: -11px;
}
#Search .search__box.-wide .__title--trapezoid::after {
  width: 150px;
  height: 55px;
  top: -6px;
}
#Search .search__box.-wide .search__list {
  padding: 30px 0 30px 20px;
  margin-top: 0;
  gap: 16px 2px;
}
#Search .search__box.-wide .search__list li {
  width: calc((100% - 20px) / 6);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Search .search__box.-wide .search__list li:first-child {
  margin-left: calc((100% - 20px) / 6);
}
@media all and (max-width: 960px) {
  #Search .search__box.-wide .search__list li {
    width: calc((100% - 20px) / 5);
  }
  #Search .search__box.-wide .search__list li:first-child {
    margin-left: calc((100% - 20px) / 5);
  }
}
#Search .search__box.-wide .search__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Search .search__box.-wide .search__list li .img_box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#Search .search__box.-wide .search__list li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Search .search__box.-wide .search__list li p {
  line-height: 1.466;
  text-align: left;
}
#Search .search__box.-new::before {
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #C00000;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  z-index: 1;
}
#Search .search__list {
  position: relative;
  gap: 20px 30px;
  margin-top: -80px;
  padding-top: 85px;
  padding-bottom: 27px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#Search .search__list li {
  height: 136px;
}
#Search .search__list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Search .search__list li a:hover {
  color: #366BBA;
}
#Search .search__list li .img_box {
  width: 120px;
  height: 80px;
  background-color: #fff;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#Search .search__list li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Search .search__list li p {
  font-size: 15px;
  line-height: 1.466;
  margin: 0;
}
#Search .search__list.-expansion li a:hover .img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#Search .btn__area {
  margin-top: 40px;
}

@media all and (max-width: 960px) {
  #Search .search__box .search__box__item .search__list li {
    width: 140px;
    height: 160px;
  }
  #Search .search__box .search__box__item .search__list li .img_box {
    width: 140px;
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  #Search {
    padding-top: 29.3333333333vw;
    padding-bottom: 20.8vw;
  }
  #Search .__title--trapezoid {
    font-size: 4.8vw;
    padding: 1.3333333333vw 0 0 6.6666666667vw;
    height: 13.3333333333vw;
  }
  #Search .__title--trapezoid span {
    font-size: 4.2666666667vw;
  }
  #Search .__title--trapezoid.-large {
    font-size: 5.3333333333vw;
  }
  #Search .__title--trapezoid.-large span {
    font-size: 4.2666666667vw;
  }
  #Search .__title--trapezoid.-large::before {
    width: 37.3333333333vw;
    height: 6.4vw;
    top: -5.8666666667vw;
  }
  #Search .__title--trapezoid.-large::after {
    width: 64vw;
    height: 17.6vw;
    top: -3.7333333333vw;
  }
  #Search .__title--trapezoid span.text--en {
    font-size: 3.2vw;
    top: -9.6vw;
  }
  #Search .search__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 20vw;
  }
  #Search .search__box .search__box__item:first-of-type {
    margin-bottom: 24vw;
  }
  #Search .search__box .search__box__item .search__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #Search .search__box .search__box__item .search__list li {
    width: 32vw;
    height: 36.2666666667vw;
  }
  #Search .search__box .search__box__item .search__list li .img_box {
    width: 32vw;
    height: 21.3333333333vw;
  }
  #Search .search__box.-wide {
    margin-bottom: 17.3333333333vw;
  }
  #Search .search__box.-wide:nth-of-type(4) {
    margin-bottom: 0;
  }
  #Search .search__box.-wide .__title--trapezoid {
    top: -0.5333333333vw;
  }
  #Search .search__box.-wide .__title--trapezoid::before {
    width: 22.9333333333vw;
    top: -2.9333333333vw;
  }
  #Search .search__box.-wide .__title--trapezoid::after {
    width: 40vw;
    height: 14.6666666667vw;
    top: -1.6vw;
  }
  #Search .search__box.-wide .search__list {
    padding: 8vw 0 8vw 5.3333333333vw;
    gap: 4.2666666667vw 0;
  }
  #Search .search__box.-wide .search__list li {
    width: 50%;
  }
  #Search .search__box.-wide .search__list li:first-child {
    margin-left: 50%;
  }
  #Search .search__box.-wide .search__list li .img_box {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 2.1333333333vw 0 0;
  }
  #Search .search__box.-new::before {
    width: 14.6666666667vw;
    height: 6.6666666667vw;
    font-size: 4vw;
  }
  #Search .search__list {
    gap: 5.3333333333vw 8vw;
    margin-top: -21.3333333333vw;
    padding: 22.6666666667vw 8.5333333333vw 7.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #Search .search__list li {
    height: 36.2666666667vw;
  }
  #Search .search__list li .img_box {
    width: 32vw;
    height: 21.3333333333vw;
    margin-bottom: 3.2vw;
    -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  #Search .search__list li p {
    font-size: 3.4666666667vw;
  }
  #Search .btn__area {
    margin-top: 10.6666666667vw;
  }
}
#bnrArea {
  padding: 50px 20px;
  text-align: center;
}
#bnrArea img {
  width: 379px;
}

@media all and (max-width: 767px) {
  #bnrArea {
    padding: 8vw 5.3333333333vw;
  }
  #bnrArea img {
    width: 90%;
  }
}
#Interview {
  margin-bottom: 96px;
  padding: 0 20px;
}

@media all and (max-width: 767px) {
  #Interview {
    margin-bottom: 11.7333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.interview__block {
  padding-bottom: 30px;
  background: url(../images/interview/bg_title.png) no-repeat 40px 40px;
  background-size: 100% 100%;
  position: relative;
}
.interview__block.-new::before {
  content: "NEW";
  background-color: #C00000;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 40px;
  top: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .interview__block.-new::before {
    right: 2.6666666667vw;
    top: -2.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
}

@media all and (max-width: 767px) {
  .interview__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 5.3333333333vw;
    background-image: url(../images/interview/bg_title_sp.png);
    background-position: 0 0;
  }
}
.interview__block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
  margin-bottom: 24px;
  color: #fff;
}
.interview__block__top figure {
  width: 466px;
}
.interview__block__top figure img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .interview__block__top {
    display: contents;
  }
  .interview__block__top figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80vw;
    translate: -13.3333333333vw 0;
  }
  .interview__block__top figure img {
    width: 100%;
  }
}
.interview__block__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 75px;
}
@media (max-width: 960px) {
  .interview__block__title {
    max-width: 50%;
  }
}
.interview__block__title h2 {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 40px;
  border-top: 1px solid #fff;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 960px) {
  body:not(:lang(ja)) .interview__block__title h2 br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .interview__block__title {
    display: contents;
  }
  .interview__block__title h2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5.3333333333vw;
    padding-right: 0;
    font-size: 5.3333333333vw;
  }
}
.interview__block__title__text {
  display: block;
  margin: 0 0 8px;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.interview__block__title__text .-thin {
  margin-right: 15px;
  font-size: 10px;
  font-weight: 400;
}
body:lang(ja) .interview__block__title__text .-thin {
  font-family: "Noto Sans JP", sans-serif;
}
body:lang(ko) .interview__block__title__text .-thin {
  font-family: "Noto Sans KR", sans-serif;
}
.interview__block__title__text .-bold {
  margin-left: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .interview__block__title__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 24vw;
    margin-top: -21.8666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-left: auto;
    font-size: 4.5333333333vw;
  }
  .interview__block__title__text .-thin {
    margin-right: 0;
    font-size: 2.6666666667vw;
  }
  .interview__block__title__text .-bold {
    margin-left: 0;
    font-size: 3.7333333333vw;
    line-height: 1.1;
  }
}
.interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
.interview__link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 7px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent #fff;
}
.interview__link a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
.interview__link a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .interview__link {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .interview__link::before {
    margin-right: 1.8666666667vw;
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
  .interview__link a {
    font-size: 4vw;
  }
}
.interview__info {
  padding: 0 40px 0 80px;
}

@media all and (max-width: 767px) {
  .interview__info {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.interview__info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media all and (max-width: 767px) {
  .interview__info__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.9333333333vw;
  }
}
.interview__info__item {
  position: relative;
  width: 405px;
  min-height: 100px;
  padding: 15px 25px;
  background-color: rgba(244, 252, 255, 0.9);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview__info__item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  translate: 0 -50%;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/interview/icon_introduction.png) no-repeat 0 0;
  background-size: contain;
}

@media all and (max-width: 767px) {
  .interview__info__item {
    width: 100%;
    padding: 4vw 5.3333333333vw;
  }
  .interview__info__item:first-child::before {
    top: initial;
    bottom: -3.4666666667vw;
    right: 50%;
    translate: 50% 50%;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.interview__info__text {
  margin-bottom: 5px;
  font-size: 13px;
  color: #697580;
}

@media all and (max-width: 767px) {
  .interview__info__text {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.interview__info__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #004EA2;
}
.interview__info__name span {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .interview__info__name {
    font-size: 4.8vw;
  }
  .interview__info__name span {
    margin-left: 4vw;
    font-size: 3.4666666667vw;
  }
}