@charset "UTF-8";
/* ===================================
 * interview
 * =================================== */
.single-interview .page-mv__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .single-interview .page-mv__content {
    margin-top: 0;
    width: 100%;
  }
}

.page-mv__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.page-mv__copy {
  font-size: 32px;
  padding-left: 18px;
  padding-bottom: 24px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #F58217;
  position: relative;
}
@media screen and (max-width: 960px) {
  .page-mv__copy {
    padding-left: 24px;
    padding-bottom: 0;
    font-size: 24px;
    border: none;
    width: 100%;
  }
}
.page-mv__copy::before {
  background: url("../img/interview/double-quote.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 13px;
  position: absolute;
  left: 0;
  top: -4px;
}

.page-mv__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .page-mv__title {
    display: none;
  }
}

.page-mv__category {
  margin-top: 24px;
  margin-right: auto;
  padding: 2px 28px;
  border-radius: 30px;
  border: 1px solid #242424;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  font-size: 12px;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .page-mv__category {
    display: none;
  }
}

.page-mv__title {
  margin-top: 8px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .page-mv__title {
    display: none;
  }
}

.page-mv__title--jp {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.page-mv__info {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .page-mv__info {
    display: none;
  }
}

.page-mv__info-place {
  font-size: 14px;
  line-height: 160%;
}

.page-mv__info-year {
  margin-left: 16px;
  font-size: 14px;
  line-height: 160%;
}

@media screen and (max-width: 960px) {
  .page-mv__img {
    margin-top: 16px;
  }
}

.about-me .inner {
  padding-top: 160px;
}
@media screen and (max-width: 960px) {
  .about-me .inner {
    padding-top: 40px;
  }
}

.about-me__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .about-me__box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-me__appeal {
  position: relative;
  padding-right: 200px;
}
@media screen and (max-width: 1200px) {
  .about-me__appeal {
    padding-right: 16.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .about-me__appeal {
    padding-right: 130px;
    margin-left: 0;
    margin: auto;
    max-width: 343px;
  }
}

.about-me .section__title--en {
  color: #F58217;
  font-family: "Inter", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  .about-me .section__title--en {
    font-size: 4vw;
  }
}
@media screen and (max-width: 960px) {
  .about-me .section__title--en {
    font-size: 32px;
  }
}

.about-me__appeal-box {
  margin-top: 35px;
  min-width: 420px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .about-me__appeal-box {
    margin-top: 2.9166666667vw;
    min-width: 35vw;
  }
}
@media screen and (max-width: 960px) {
  .about-me__appeal-box {
    margin-top: 12px;
    min-width: initial;
    width: 100%;
    max-width: 205px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.about-me__appeal-text {
  padding-left: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F58217;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  display: inline;
  position: relative;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .about-me__appeal-text {
    padding-left: 2vw;
    padding-bottom: 0.6666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .about-me__appeal-text {
    border-bottom: 1px solid #F58217;
    padding-left: 20px;
    padding-bottom: 0;
    font-size: 16px;
    text-align: left;
    width: 100%;
  }
}
.about-me__appeal-text::before {
  background: url("../img/interview/double-quote.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 13px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 1200px) {
  .about-me__appeal-text::before {
    width: 1.3333333333vw;
    height: 1.0833333333vw;
    top: -0.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .about-me__appeal-text::before {
    width: 16px;
    height: 13px;
  }
}
.about-me__appeal-text::after {
  background: #F58217;
  content: "";
  position: absolute;
  width: 85px;
  height: 2px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 58px;
  right: -80px;
}
@media screen and (max-width: 1200px) {
  .about-me__appeal-text::after {
    width: 7.0833333333vw;
    height: 0.1666666667vw;
    top: 4.8333333333vw;
    right: -6.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .about-me__appeal-text::after {
    height: 1px;
    top: auto;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    bottom: -10px;
    right: -70px;
    width: 72px;
  }
}
.about-me__appeal-text + .about-me__appeal-text {
  margin-top: 32px;
}
@media screen and (max-width: 960px) {
  .about-me__appeal-text + .about-me__appeal-text {
    margin-top: 8px;
  }
}
.about-me__appeal-text:nth-child(3) {
  margin-right: 24px;
}
@media screen and (max-width: 960px) {
  .about-me__appeal-text:nth-child(3) {
    margin-right: 0;
  }
}

.about-me__appeal-img {
  position: absolute;
  max-width: 200px;
  top: 8px;
  right: -8px;
}
@media screen and (max-width: 1200px) {
  .about-me__appeal-img {
    max-width: 16.6666666667vw;
    top: 0.6666666667vw;
    right: -0.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .about-me__appeal-img {
    max-width: 102px;
    top: 0;
    right: 11px;
  }
}

@media screen and (min-width: 961px) {
  .about-me__status {
    min-width: 470px;
  }
}

.about-me__status-list {
  margin-top: 64px;
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .about-me__status-list {
    margin-top: 54px;
    gap: 18px;
  }
}

.about-me__status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-me__status-head {
  margin-right: 20px;
  width: 150px;
  color: #F58217;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .about-me__status-head {
    margin-right: 12px;
    font-size: 16px;
    width: 88px;
  }
}

.about-me__status-line {
  background: #FFC691;
  width: 100%;
  height: 32px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .about-me__status-line {
    height: 24px;
  }
}
.about-me__status-line::before {
  background: #F58217;
  content: "";
  position: absolute;
  height: 100vh;
  width: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-me__status-line--1 {
  max-width: 36px;
}
.about-me__status-line--2 {
  max-width: 72px;
}
.about-me__status-line--3 {
  max-width: 108px;
}
.about-me__status-line--4 {
  max-width: 207px;
}
.about-me__status-line--5 {
  max-width: 243px;
}

.about-me__status-num {
  margin-left: 8px;
  font-family: "Inter", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.about-me__list {
  margin-top: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 960px) {
  .about-me__list {
    margin-top: 40px;
    gap: 40px;
  }
}

.about-me__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37px;
}
@media screen and (max-width: 960px) {
  .about-me__item {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .about-me__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.about-me__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .about-me__title {
    font-size: 20px;
  }
}

.about-me__text {
  margin-top: 24px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 160%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .about-me__text {
    padding-left: 24px;
  }
}
.about-me__text::before {
  background: url("../img/interview/double-quote.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 13px;
  position: absolute;
  left: 4px;
  top: -4px;
}

.about-me__img {
  max-width: 403px;
}
@media screen and (max-width: 960px) {
  .about-me__img {
    max-width: 100%;
  }
}
.about-me__img img {
  border-radius: 5px;
}

/* ===================================
 * interview一覧
 * =================================== */
.interview .inner {
  padding-bottom: 130px;
}

.interview__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 16px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .interview__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.interview__item {
  max-width: 351px;
}

.interview__link:hover .interview__thumbnail img {
  scale: 1.1;
}
.interview__link:hover .interview__content::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.interview__thumbnail {
  max-width: 268px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .interview__thumbnail {
    max-width: 88.92%;
  }
}
.interview__thumbnail img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  border-radius: 5px;
  width: 268px;
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .interview__thumbnail img {
    width: 100%;
    height: 100%;
    aspect-ratio: 305/389;
  }
}

.interview__content {
  margin-top: -67px;
  margin-left: auto;
  padding: 21px 16px;
  padding-right: 70px;
  border-radius: 5px;
  background: #FFF3E8;
  max-width: 335px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .interview__content {
    margin-top: -16px;
    margin-right: 0;
    margin-left: auto;
    padding: 16px;
    max-width: 94.16%;
  }
}
.interview__content::after {
  background: url("../img/interview/interview-arrow.svg") no-repeat center center/contain;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 24px;
  bottom: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .interview__content::after {
    right: 16px;
    bottom: 16px;
  }
}

.interview__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F58217;
  font-family: "Inter", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  top: -19px;
  position: absolute;
}
.interview__title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .interview__title {
    font-size: 16px;
    line-height: 150%;
  }
}

.interview__info {
  margin-top: 4px;
  font-size: 14px;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .interview__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}

.interview__year {
  margin-left: 16px;
}
@media screen and (max-width: 960px) {
  .interview__year {
    margin-left: 0;
  }
}

@media screen and (min-width: 961px) {
  .footer-contact::before {
    background: url("../img/common/footer-contact-deco-short.svg") no-repeat center center/cover;
    width: 1643px;
    height: 446px;
    left: 50%;
    top: -370px;
    -webkit-transform: translateX(-67%);
            transform: translateX(-67%);
    z-index: -1;
    pointer-events: none;
  }
}