@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.accessPhoto {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.accessPhoto__ttl {
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  letter-spacing: 0;
  position: absolute;
  text-align: end;
  text-shadow: 0 0 10px #000000, 0 0 20px #000000;
  width: 100%;
  line-height: 0.8;
}

.accessPhoto__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 0.8) * .5em);
  width: 0;
}

.accessPhoto__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 0.8) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .accessPhoto__ttl {
    bottom: 20px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .accessPhoto__ttl {
    bottom: calc(20 / 390 * 100vw);
    padding: 0 calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .accessPhoto__ttl .station {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .accessPhoto__ttl .station {
    font-size: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .accessPhoto__ttl .num {
    font-size: 70px;
    margin-left: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .accessPhoto__ttl .num {
    font-size: calc(70 / 390 * 100vw);
    margin-left: calc(3 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .accessPhoto__ttl .mins {
    font-size: 24px;
    margin-left: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .accessPhoto__ttl .mins {
    font-size: calc(24 / 390 * 100vw);
    margin-left: calc(3 / 390 * 100vw);
  }
}

.anchorCard {
  background-color: #F0ECE9;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 2px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 2px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  cursor: pointer;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .anchorCard {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard {
    width: calc(300 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .anchorCard:hover {
    opacity: .7;
  }
  .anchorCard:hover .anchorCard__arrow {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorCard:hover {
    opacity: .7;
  }
  .anchorCard:hover .anchorCard__arrow {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

.anchorCard__head {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .anchorCard__cont {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__cont {
    padding-bottom: calc(15 / 390 * 100vw);
  }
}

.anchorCard__cont .txt {
  position: relative;
  text-align: center;
  color: #000000;
}

.anchorCard__cont .txt:before {
  background-color: #000000;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  opacity: .1;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 769px) {
  .anchorCard__cont .txt:before {
    width: 260px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__cont .txt:before {
    width: calc(260 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .anchorCard__cont .txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__cont .txt {
    font-size: calc(16 / 390 * 100vw);
  }
}

.anchorCard__ttl {
  text-align: center;
  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;
}

@media print, screen and (min-width: 769px) {
  .anchorCard__ttl {
    height: 53px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__ttl {
    height: calc(53 / 390 * 100vw);
  }
}

.anchorCard__ttl .en {
  font-family: "Cardo", serif;
}

@media print, screen and (min-width: 769px) {
  .anchorCard__ttl .en {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__ttl .en {
    font-size: calc(16 / 390 * 100vw);
  }
}

.anchorCard__ttl .en .num {
  color: #775B30;
}

@media print, screen and (min-width: 769px) {
  .anchorCard__ttl .en .num {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__ttl .en .num {
    font-size: calc(32 / 390 * 100vw);
  }
}

.anchorCard__ttl .ja {
  color: #775B30;
}

@media print, screen and (min-width: 769px) {
  .anchorCard__ttl .ja {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__ttl .ja {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .anchorCard__ttl + .txt {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__ttl + .txt {
    padding-top: calc(16 / 390 * 100vw);
  }
}

.anchorCard__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  .anchorCard__arrow {
    height: 22px;
    margin-top: 16px;
    width: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .anchorCard__arrow {
    height: calc(22 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
    width: calc(22 / 390 * 100vw);
  }
}

.anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .anchorList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .anchorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__head + .pointCard__cont {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__head + .pointCard__cont {
    margin-top: calc(50 / 390 * 100vw);
  }
}

.pointCard__head .txt {
  line-height: 2;
}

.pointCard__head .txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.pointCard__head .txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media only screen and (max-width: 768px) {
  .pointCard__head .txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.pointCard__head .txt .line {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff4cc;
          text-decoration-color: #fff4cc;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

@media print, screen and (min-width: 769px) {
  .pointCard__head .txt .line {
    text-decoration-thickness: 9px;
    text-underline-offset: -6px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__head .txt .line {
    text-decoration-thickness: calc(9 / 390 * 100vw);
    text-underline-offset: calc(-6 / 390 * 100vw);
  }
}

.pointCard__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .pointCard__heading {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__heading {
    gap: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__heading + .txt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__heading + .txt {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.pointCard__ttl {
  color: #515c65;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.pointCard__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.pointCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .pointCard__ttl {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__ttl {
    font-size: calc(18 / 390 * 100vw);
  }
}

.pointCard__point {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b4935f;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cardo", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .pointCard__point {
    font-size: 11px;
    gap: 0;
    height: 60px;
    padding-bottom: 6px;
    width: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__point {
    font-size: calc(11 / 390 * 100vw);
    gap: calc(0 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
    padding-bottom: calc(6 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
  }
}

.pointCard__point .num {
  display: block;
  line-height: 0.8;
}

.pointCard__point .num:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 0.8) * .5em);
  width: 0;
}

.pointCard__point .num:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 0.8) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .pointCard__point .num {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__point .num {
    font-size: calc(30 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__cont--photo {
    margin-left: -32px;
    margin-right: -32px;
    width: 100vw;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__cont .usableList__item:nth-child(1) .photo__capOut {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__cont .usableList__inner {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__cont .usableList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard + .pointCard {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard + .pointCard {
    margin-top: calc(50 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .pointSect__head + .pointSect__cont {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pointSect__head + .pointSect__cont {
    margin-top: calc(50 / 390 * 100vw);
  }
}

.voiceSect .streamPlayer__btn .movieArrow circle {
  fill: #B4935F;
}

@media print, screen and (min-width: 769px) {
  .voiceSect .generalSect {
    padding: 0 55px;
  }
}

.voiceSect .generalSect__head .headingUnit .heading {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #515c65;
  line-height: 1.5;
}

.voiceSect .generalSect__head .headingUnit .heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.voiceSect .generalSect__head .headingUnit .heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .voiceSect .generalSect__head .headingUnit .heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect .generalSect__head .headingUnit .heading {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect .generalSect__head .headingUnit .heading + .txt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect .generalSect__head .headingUnit .heading + .txt {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.voiceSect .generalSect__head .headingUnit .txt {
  line-height: 2;
}

.voiceSect .generalSect__head .headingUnit .txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.voiceSect .generalSect__head .headingUnit .txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media only screen and (max-width: 768px) {
  .voiceSect .generalSect__head .headingUnit .txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.voiceSect .generalSect__head .headingUnit .txt .line {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #fff4cc;
          text-decoration-color: #fff4cc;
}

@media print, screen and (min-width: 769px) {
  .voiceSect .generalSect__head .headingUnit .txt .line {
    text-decoration-thickness: 9px;
    text-underline-offset: -6px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect .generalSect__head .headingUnit .txt .line {
    text-decoration-thickness: calc(9 / 390 * 100vw);
    text-underline-offset: calc(-6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect .generalSect__head + .generalSect__cont {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect .generalSect__head + .generalSect__cont {
    margin-top: calc(50 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect__head .voiceTtl + .generalSect {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__head .voiceTtl + .generalSect {
    margin-top: calc(50 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__head .generalSect__cont {
    margin-left: -32px;
    width: 100vw;
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect__head + .voiceSect__cont {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__head + .voiceSect__cont {
    margin-top: calc(50 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 521px;
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__head + .generalSect__cont {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__cont .photo + .descriptionCard {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__cont .generalSect__cont .photo + .descriptionCard {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.voiceSect__cont .generalSect__cont .descriptionCard {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__cont .descriptionCard {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__cont .generalSect__cont .descriptionCard {
    gap: calc(10 / 390 * 100vw);
  }
}

.voiceSect__cont .generalSect__cont .descriptionCard__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__visual {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__visual {
    width: calc(153 / 390 * 100vw);
  }
}

.voiceSect__cont .generalSect__cont .descriptionCard__visual + .descriptionCard__detail {
  margin-top: 0;
}

.voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading {
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.2;
}

.voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.2) * .5em);
  width: 0;
}

.voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading {
    font-size: calc(12 / 390 * 100vw);
  }
}

.voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading .small {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading .small {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading .small {
    font-size: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading + .txt {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .heading + .txt {
    margin-top: calc(5 / 390 * 100vw);
  }
}

.voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}

.voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .txt {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceSect__cont .generalSect__cont .descriptionCard__detail .headingUnit .txt {
    font-size: calc(10 / 390 * 100vw);
  }
}

.voiceSect__video {
  width: 100%;
}

.voiceTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0ECE9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .voiceTtl {
    gap: 24px;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceTtl {
    gap: calc(12 / 390 * 100vw);
    margin-left: -32px;
    padding: calc(20 / 390 * 100vw) 32px;
    width: 100vw;
  }
}

.voiceTtl .line {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #000000;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1px;
}

@media only screen and (max-width: 768px) {
  .voiceTtl .line {
    opacity: .15;
  }
}

.voiceTtl__subTtl {
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .voiceTtl__subTtl {
    text-align: center;
  }
}

.voiceTtl__subTtl .en {
  font-family: "Cardo", serif;
  color: #000000;
  line-height: 1;
}

.voiceTtl__subTtl .en:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1) * .5em);
  width: 0;
}

.voiceTtl__subTtl .en:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .voiceTtl__subTtl .en {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceTtl__subTtl .en {
    font-size: calc(14 / 390 * 100vw);
  }
}

.voiceTtl__subTtl .en .num {
  color: #775B30;
}

@media print, screen and (min-width: 769px) {
  .voiceTtl__subTtl .en .num {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .voiceTtl__subTtl .en .num {
    display: block;
    font-size: calc(30 / 390 * 100vw);
    margin-top: calc(5 / 390 * 100vw);
  }
}

.voiceTtl__subTtl .ja {
  color: #775B30;
}

@media print, screen and (min-width: 769px) {
  .voiceTtl__subTtl .ja {
    font-size: 20px;
    line-height: 1;
  }
  .voiceTtl__subTtl .ja:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1) * .5em);
    width: 0;
  }
  .voiceTtl__subTtl .ja:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .voiceTtl__subTtl .ja {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.5;
  }
  .voiceTtl__subTtl .ja:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    width: 0;
  }
  .voiceTtl__subTtl .ja:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    width: 0;
  }
}

.voiceTtl__ttl {
  color: #000000;
}

@media print, screen and (min-width: 769px) {
  .voiceTtl__ttl {
    font-size: 24px;
    line-height: 1;
  }
  .voiceTtl__ttl:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1) * .5em);
    width: 0;
  }
  .voiceTtl__ttl:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .voiceTtl__ttl {
    font-size: calc(18 / 390 * 100vw);
    width: calc(250 / 390 * 100vw);
    line-height: 1.5;
  }
  .voiceTtl__ttl:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    width: 0;
  }
  .voiceTtl__ttl:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .wrap {
    width: 992px;
  }
}

@media print, screen and (min-width: 769px) {
  .interview-intro {
    padding: 140px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .interview-intro {
    padding: calc(100 / 390 * 100vw) 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .interview-voice1 {
    padding: 140px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .interview-voice1 {
    padding: calc(100 / 390 * 100vw) 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .interview-voice2 {
    padding: 140px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .interview-voice2 {
    padding: calc(100 / 390 * 100vw) 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .interview-point {
    padding: 140px 0;
  }
}

@media only screen and (max-width: 768px) {
  .interview-point {
    padding: calc(100 / 390 * 100vw) 0;
  }
}
