/* --------------------------------------------------------------- */
/*  top */
/* --------------------------------------------------------------- */
#top {
  margin-top: 9.9rem;
}

@media screen and (max-width: 767px) {
  #top {
    margin-top: 7.2rem;
  }
}

#top .inner {
  max-width: 166.6rem;
}

@media screen and (max-width: 1080px) {
  #top .inner {
    max-width: 144rem;
  }
}

#top .contents {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #top .contents {
    flex-direction: column-reverse;
    row-gap: 2.1rem;
  }
}

#top .text-area {
  width: 74.7rem;
  max-width: 100%;
  padding-top: 19.3rem;
}

@media screen and (max-width: 767px) {
  #top .text-area {
    padding-top: 0;
  }
}

#top .title {
  font-size: 7.1rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: var(--font-serif);
}

@media screen and (max-width: 767px) {
  #top .title {
    font-size: 3.3rem;
  }
}

#top .title-en {
  margin-top: 3.6rem;
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  column-gap: 2.2rem;
  white-space: nowrap;
  width: 100%;
  font-size: 5.3rem;
}

@media screen and (max-width: 767px) {
  #top .title-en {
    margin-top: 2.7rem;
    font-size: 3.3rem;
    column-gap: 1.2rem;
  }
}

#top .title-en::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #a1a1a1;
}

#top .position {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  line-height: 2;
  color: #11a0de;
}

@media screen and (max-width: 767px) {
  #top .position {
    margin-top: 2.5rem;
    font-size: 1.2rem;
  }
}

#top .detail {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  #top .detail {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

#top .name {
  margin-top: 1.7rem;
  font-size: 2.9rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top .name {
    margin-top: 1.1rem;
    font-size: 2.4rem;
  }
}

#top .img {
  width: 87.3rem;
  max-width: none;
}

@media screen and (max-width: 1080px) {
  #top .img {
    width: 71.3rem;
  }
}

@media screen and (max-width: 767px) {
  #top .img {
    width: 41.6rem;
  }
}

/* --------------------------------------------------------------- */
/*  interview */
/* --------------------------------------------------------------- */
#interview {
  margin-top: 8.5rem;
}

@media screen and (max-width: 767px) {
  #interview {
    margin-top: 6.1rem;
  }
}

#interview .inner {
}

#interview .contents {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}

@media screen and (max-width: 767px) {
  #interview .contents {
    row-gap: 6rem;
  }
}

#interview .sec {
  display: flex;
  column-gap: 8.3rem;
}

#interview .sec02 {
  flex-direction: row-reverse;
}

#interview .sec04 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #interview .sec {
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

#interview .text-area {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #interview .head-black {
    row-gap: 0;
  }
  #interview .head-black span {
    display: block;
    width: 100%;
  }
  #interview .head-black span:not(:first-of-type) {
    margin-top: -0.5rem;
  }
}

#interview .head:not(:first-child) {
  margin-top: 7.6rem;
}

@media screen and (max-width: 767px) {
  #interview .head:not(:first-child) {
    margin-top: 3rem;
  }
}

#interview .text {
  margin-top: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.93;
  font-weight: 400;
  & span {
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  #interview .text {
    margin-top: 1.7rem;
    font-size: 1.5rem;
  }
}

#interview .img {
  width: 64rem;
  max-width: 100%;
  object-fit: contain;
  object-position: top;
}

#interview .img.vertical {
  width: 54rem;
}

@media screen and (max-width: 767px) {
  #interview .img {
    margin-top: 2.2rem;
  }
}

/* --------------------------------------------------------------- */
/*  comment */
/* --------------------------------------------------------------- */
#comment {
  margin-top: 16.9rem;
}

@media screen and (max-width: 767px) {
  #comment {
    margin-top: 6.1rem;
  }
}

#comment .inner {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}

@media screen and (max-width: 767px) {
  #comment .inner {
    row-gap: 2rem;
  }
}

#comment .content {
  position: relative;
  padding: 6.6rem 6.7rem 6.7rem;
  display: flex;
  justify-content: space-between;
  gap: 4.7rem;
  width: 100%;
  border-radius: 0.5rem;
  background: linear-gradient(
    267.65deg,
    rgb(110, 221, 251, 0.47) 13.94%,
    rgb(238, 177, 177, 0.47) 99.16%
  );
}

@media screen and (max-width: 767px) {
  #comment .content {
    padding: 3.6rem 3.9rem 3.7rem;
    flex-direction: column;
    gap: 3rem;
  }
}

#comment .content * {
  position: relative;
  z-index: 2;
}

#comment .content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 1.4rem);
  height: calc(100% - 1.4rem);
  background-color: var(--color-white);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #comment .content::before {
    width: calc(100% - 0.7rem);
    height: calc(100% - 0.7rem);
  }
}

#comment .img-area {
  width: 24rem;
  max-width: 100%;
  & img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #comment .img-area {
    width: 100%;
  }
}

#comment .text-area {
  flex: 1;
}

#comment .head {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #comment .head {
    font-size: 1.6rem;
  }
}

#comment .text {
  margin-top: 2rem;
  line-height: 1.93;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  #comment .text {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}

#comment .detail {
  margin-top: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--color-skyblue);
}

@media screen and (max-width: 767px) {
  #comment .detail {
    align-items: end;
    justify-content: space-between;
  }
}

#comment .name {
  margin-left: 1.6rem;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--color-black);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #comment .name {
    margin-left: 1rem;
    font-size: 1.8rem;
    transform: translateY(.2rem);
  }
}
