.accessInfo {
  font-weight: 400;
}

.accessInfo__ttl {
  line-height: 1.3;
}

.accessInfo__ttl:before {
  content: '';
  margin-top: calc((1 - 1.3) * .5em);
}

.accessInfo__ttl:after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.accessInfo__ttl:before, .accessInfo__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

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

@media print, screen and (min-width: 768px) {
  .accessInfo__ttl + .accessInfo__list {
    margin-top: 20px;
  }
}

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

.accessInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .accessInfo__list {
    gap: 20px;
  }
}

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

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

.accessInfo__item .to {
  line-height: 1.3;
}

.accessInfo__item .to:before {
  content: '';
  margin-top: calc((1 - 1.3) * .5em);
}

.accessInfo__item .to:after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.accessInfo__item .to:before, .accessInfo__item .to:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .accessInfo__item .to {
    font-size: 24px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .accessInfo__item .to .large {
    font-size: 30px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .accessInfo__item .to .large {
    font-size: calc(28 / 390 * 100vw);
    margin-right: calc(4 / 390 * 100vw);
  }
}

.accessInfo__item .distance {
  line-height: 1.3;
  letter-spacing: 0;
}

.accessInfo__item .distance:before {
  content: '';
  margin-top: calc((1 - 1.3) * .5em);
}

.accessInfo__item .distance:after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.accessInfo__item .distance:before, .accessInfo__item .distance:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .accessInfo__item .distance {
    font-size: 20px;
  }
}

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

.accessInfo__item .num {
  font-family: "Amiri", "Noto Serif JP", sans-serif;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .accessInfo__item .num {
    font-size: 46px;
    margin-left: 6px;
    margin-right: 1px;
  }
}

@media screen and (max-width: 768px) {
  .accessInfo__item .num {
    font-size: calc(32 / 390 * 100vw);
    margin-left: calc(4 / 390 * 100vw);
    margin-right: 1px;
  }
}

.accessInfo__item .decimal {
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.carSect {
  position: relative;
}

.carSect__head .headingCombi {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .carSect__head .headingCombi .enTtl {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__head .headingCombi .enTtl {
    font-size: calc(32 / 390 * 100vw);
  }
}

.carSect__head .headingCombi .enTtl .caption {
  color: #442c2c;
}

@media print, screen and (min-width: 768px) {
  .carSect__head .headingCombi .heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__head .headingCombi .heading {
    font-size: calc(22 / 390 * 100vw);
  }
}

.carSect__head .headingCombi .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

.carSect__access {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .carSect__access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 420px;
  }
}

@media print, screen and (min-width: 768px) {
  .carSect__access .photo + .accessInfo {
    margin-top: auto;
  }
}

@media screen and (max-width: 768px) {
  .carSect__access .photo + .accessInfo {
    margin-top: calc(40 / 390 * 100vw);
  }
}

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

.carSect__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .carSect__map {
    width: 555px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect {
    padding: 0 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__head {
    margin-left: auto;
    margin-right: auto;
    width: 755px;
  }
}

.infoSect__head .headingCombi .heading {
  text-align: center;
  line-height: 1.5;
}

.infoSect__head .headingCombi .heading:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.infoSect__head .headingCombi .heading:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.infoSect__head .headingCombi .heading:before, .infoSect__head .headingCombi .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .infoSect__head .headingCombi .heading {
    font-size: 22px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .infoSect__head .headingCombi .heading + .txt {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__head .headingCombi .heading + .txt {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.infoSect__head .headingCombi .txt {
  width: 100%;
  line-height: 1.8;
}

.infoSect__head .headingCombi .txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.infoSect__head .headingCombi .txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.infoSect__head .headingCombi .txt:before, .infoSect__head .headingCombi .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .infoSect__head .headingCombi .txt {
    font-size: 18px;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .infoSect__cont {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

.infoSect__cont .usableList__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .infoSect__cont .usableList__inner {
    row-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__cont .usableList__inner {
    gap: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__cont .usableList__item {
    width: 500px;
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__cont .usableList__item:nth-child(1) {
    width: 602px;
  }
}

.infoSect__cont .usableList__item .descriptionCard__visual .photo {
  border-radius: 0;
}

@media print, screen and (min-width: 768px) {
  .infoSect__cont .usableList__item .descriptionCard__visual + .descriptionCard__body {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__cont .usableList__item .descriptionCard__visual + .descriptionCard__body {
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__cont .usableList__item .descriptionCard__body .heading {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__cont .usableList__item .descriptionCard__body .heading {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .interviewSect__head + .interviewSect__cont {
    margin-top: 80px;
  }
}

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

.interviewSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .interviewSect__cont {
    gap: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__cont {
    gap: calc(60 / 390 * 100vw);
    padding: 0 24px;
  }
}

.interviewSect__cont + .interivewSect__head {
  margin-top: 100px;
}

.interviewSect__ttl .heading {
  text-align: center;
}

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

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

@media print, screen and (min-width: 768px) {
  .interviewSect__item > * + * {
    margin-top: 40px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .interviewSect__item > .headingCombi, .interviewSect__item > .txt {
    margin-left: auto;
    margin-right: auto;
    width: 755px;
  }
}

.interviewSect__item > .headingCombi .heading, .interviewSect__item > .txt .heading {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item > .headingCombi .heading, .interviewSect__item > .txt .heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__item > .headingCombi .heading, .interviewSect__item > .txt .heading {
    font-size: calc(16 / 390 * 100vw);
  }
}

.interviewSect__item > .headingCombi .txt, .interviewSect__item > .txt .txt {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item > .headingCombi .txt, .interviewSect__item > .txt .txt {
    font-size: 18px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .interviewSect__item > .txt {
    font-size: 18px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .interviewSect__item .interviewGallery {
    margin-left: auto;
    margin-right: auto;
    width: 754px;
  }
}

.interviewSect__item .interviewGallery .usableList__inner {
  display: grid;
  gap: 0;
  grid-template-columns: 61.27% 38.73%;
}

.interviewSect__item .interviewGallery .usableList__item:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

.interviewSect__item .interviewGallery .usableList__item .photo {
  height: 100%;
  width: 100%;
}

.interviewSect__item .usableList__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .interviewSect__item .usableList__inner {
    gap: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item .usableList__item > .photo {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__item .usableList__item > .photo {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item .usableList .descriptionCard {
    width: 400px;
  }
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item .usableList .descriptionCard__visual {
    width: 100%;
  }
}

.interviewSect__item .usableList .descriptionCard__visual .photo {
  border-radius: 0;
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item .usableList .descriptionCard__visual + .descriptionCard__body {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__item .usableList .descriptionCard__visual + .descriptionCard__body {
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item .usableList .descriptionCard__body .heading {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__item .usableList .descriptionCard__body .heading {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item .usableList--special {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__item .usableList--special {
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__item .usableList--special .usableList__inner {
    gap: 0;
  }
}

.interviewSect__item .usableList--special .usableList__item {
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item .usableList--special .usableList__item {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__item .usableList--special .usableList__item {
    height: calc(103 / 390 * 100vw);
  }
}

.interviewSect__item .usableList--special .usableList__item .photo {
  height: 100%;
  width: auto;
}

.interviewSect__item .usableList--special .usableList__item .photo__image {
  height: 100%;
  width: auto;
}

.interviewSect__item > .heading {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .interviewSect__item > .heading {
    font-size: 22px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .interviewSect__question {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSect__question {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .introSect {
    padding: 0 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi {
    text-align: center;
  }
}

.introSect__head .headingCombi .heading {
  line-height: 1.5;
}

.introSect__head .headingCombi .heading:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.introSect__head .headingCombi .heading:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.introSect__head .headingCombi .heading:before, .introSect__head .headingCombi .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi .heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .headingCombi .heading {
    font-size: calc(18 / 390 * 100vw);
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi .heading + .txt {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .headingCombi .heading + .txt {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.introSect__head .headingCombi .txt {
  line-height: 1.9;
}

.introSect__head .headingCombi .txt:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.introSect__head .headingCombi .txt:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.introSect__head .headingCombi .txt:before, .introSect__head .headingCombi .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi .txt {
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

@media print, screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 80px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .introSect__cont {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont {
    padding: 0 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .interview02-intro {
    padding-top: 120px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .interview02-01 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .interview02-01 {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .interview02-02 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .interview02-02 {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .interview02-03 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .interview02-03 {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .interview02-info {
    padding-bottom: 160px;
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .interview02-info {
    padding-bottom: calc(120 / 390 * 100vw);
    padding-top: calc(80 / 390 * 100vw);
  }
}
