@charset "UTF-8";

.about__main-nav {
  margin: 10rem 8rem 0;
  background-color: #FFFFFF;
  padding: 4rem 6rem;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.about__main-nav>a {
  display: flex;
  font-size: 1.6rem;
  color: #353636;
  margin-bottom: 2rem;
  transition: color 0.3s ease;
  font-weight: bold;
  width: calc(25% - 4rem);
  padding-bottom: 2rem;
  border-bottom: solid 0.1rem #CCCCCC;
  position: relative;
}

.about__main-nav>a:hover {
  color: #145D99;
  transition: color 0.3s ease;
}

.about__main-nav>a:hover::after {
  transform: scaleX(1);
}

.about__main-nav>a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #145D99;
  transition: transform 0.7s ease;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  z-index: 1;
  transform: scaleX(0.2);
  transform-origin: left;
}

.thought {
  margin: 12.67rem 0 0;
  padding: 7.43rem 12rem 18.9rem 8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(223, 241, 255, 0.4) 38.62%, rgba(190, 226, 255, 0.6) 100%);
  position: relative;
}

.thought__img {
  position: absolute;
  width: 70rem;
  top: 0;
  left: 8rem;
}

.thought__wrap {
  margin-left: 70rem;
  margin-right: 8rem;
}

.thought__ttl {
  background-color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 3rem;
  margin-top: 6rem;
  width: fit-content;


}

@media screen and (max-width: 1024px) {
  .thought {
    padding: 2rem 2rem 8rem;
    margin: 0;
  }

  .thought__img {
    position: relative;
    width: 100%;
    top: 0;
    left: 2rem;
  }

  .thought__ttl {
    font-size: 2rem;
    padding: 1.6rem 2.4rem;
    margin-top: 4rem;
    line-height: 1.5em;
  }

  .thought__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.thought__txt p {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.875em;
}

.safety {
  position: relative;
  margin-top: 26.7rem;
  margin-left: 4rem;
  scroll-margin-top: 12rem;
}

.safety__wrap {
  background-color: #FFFFFF;
  padding: 10rem 8rem 7.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
  row-gap: 8rem;
}

.safety__item {
  position: relative;
  border: solid 0.1rem #CCCCCC;
  border-radius: 1rem;
  padding: 4rem;
}

.safety__item-num {
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 7rem;
  border-radius: 50%;
  left: 4rem;
  transform: translateY(-50%);
  top: 0;
  border: solid 1px #CCCCCC;
  background-color: #145D99;
  color: #FFFFFF;
  display: grid;
  justify-content: center;
  align-items: center;
  letter-spacing: .03em;
}

.safety__item-ttl {
  text-align: center;
  color: #145D99;
  font-size: 2rem;
  font-weight: bold;
}

.safety__item-txt {
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-top: 1.5rem;
}

.safety__item-svg {
  position: absolute;
  width: 10.3rem;
  right: 2rem;
  bottom: 2rem;

}

.safety__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.safety__ttl::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: -6rem;
  left: -12.5rem;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 50rem;
  z-index: -1;
}

.safety .ttl__asset02 h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .safety {
    margin-top: 12rem;
    margin-left: 0;
    scroll-margin-top: 16rem;
  }

  .safety__item {
    padding: 3rem 2rem;
  }

  .safety__wrap {
    padding: 6rem 2rem 4rem;
    grid-template-columns: 1fr;
    row-gap: 4rem;

  }

  .safety__ttl::after {
    top: -3rem;
    left: -7.5rem;
    width: 32.5rem;
  }

  .safety .ttl__asset02 h3 {
    white-space: nowrap;
    font-size: 1.8rem;
  }

  .safety__item-num {
    width: 5rem;
    font-size: 2.4rem;
    left: -1rem;
    top: 1ren;
  }

}

.access .ttl__asset02 {
  position: relative;
}

.access {
  padding: 12.3rem 12rem 4.3rem 7rem;
  background-color: #F8FCFF;
  position: relative;
}

.access__bg {
  position: absolute;
  width: 100%;
  top: -4rem;
  pointer-events: none;
  left: 0;
  z-index: 0;
}

.access__nav {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
  gap: 4rem;
  font-weight: bold;
  text-align: center;
}

.access__nav .asset__btn-01 {
  min-width: 34rem;
}

@media screen and (max-width: 1024px) {
  .access__nav .asset__btn-01 {
    padding: 1.8rem 7.1rem 1.8rem 7rem;
  }
}

.access__article {
  margin-top: 5.03rem;
  padding: 8rem;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #353636;
  border-left: #EA5B13 solid 0.3rem;
  position: relative;
}

.access__article.green {
  border-left: #137C2A solid 0.3rem;
}

.access__article.green .access__map h3 {
  color: #137C2A;
}

.access__article.green .access__highlight h3 {
  margin-bottom: 6rem;
}

.access__article.green .access__highlight h3 span {
  color: #137C2A;
}

.access__map h3 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 3.5rem;
  font-weight: bold;
  color: #EA5B13;
  margin-bottom: 6rem;
}

.access__map h3 span {
  font-size: 2rem;
  display: block;
}

.access__map-txt {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 1.5rem;
}

.access__map-txt a {
  margin-left: 1.5rem;
  color: #145D99;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.access__map-txt a:hover {
  opacity: 0.8;
}

.access__highlight {
  margin-top: 8rem;
  padding: 0 0rem;
  padding-bottom: 0;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  color: #353636;
}

.access__highlight h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 3.5rem;
  font-weight: bold;
  color: #353636;
  letter-spacing: 0.1em;
}

.access__highlight h3 span {
  color: #EA5B13;
  font-size: 1.6rem;
  display: block;
}

.access__highlight-content {
  margin-top: 6rem;
}

.access__highlight-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 6rem;
}

.access__highlight-img {
  position: relative;
}

.access__highlight-img--txt {
  position: absolute;
  background-color: #FFF;
  top: 1.1rem;
  left: 1.3rem;
  padding: 1rem 2rem;
  color: #EA5B13;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: .4rem;
}

.access__highlight-txt .top {
  font-size: 1.8rem;
  font-weight: bold;
}

.access__highlight-txt .middle {
  margin-top: 2rem;
  line-height: 1.875em;
}

.access__highlight-exp {
  border: #CCCCCC solid 0.1rem;
  border-radius: .5rem;
  margin-top: 5.3rem;
  position: relative;
}

.access__highlight-exp--ttl {
  width: fit-content;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  padding: 0 3.4rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.access__highlight-exp--container>ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: fit-content;
  justify-content: center;
  margin: auto;
  padding: 6rem 0 4rem;
}

.access__related {
  margin-top: 8rem;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  color: #353636;
}

.access__related-container {
  border: #CCCCCC solid 0.1rem;
  border-radius: .5rem;
  padding: 0 0rem 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.access__related-img {
  overflow: hidden;
  border-radius: .5rem .5rem 0 0;
}

.access__related-img img {
  transition: all 0.3s ease;
}

.access__related-container:hover .access__related-img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.access__related h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 3.5rem;
  font-weight: bold;
  color: #353636;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

.access__related a {
  display: block;
}

.access__related a:not(:first-of-type) {
  margin-top: 0rem;
}

.access__related-sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.access__related-sub02 {
  margin-top: 4rem;
}

.access__related-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #EA5B13;
  margin: 4rem 4rem 0;
  padding-bottom: 2rem;
  position: relative;
}

.green .access__related-ttl {
  color: #137C2A;
}

.green .access__related-span {
  background-color: #137C2A;
}

.green .access__highlight-img--txt {
  color: #137C2A;
}

.access__related-ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  bottom: 0;
  left: 0;
}

.access__related-span {
  background-color: #EA5B13;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 2.8rem;
  padding: .5rem 2.8rem;
  width: fit-content;
  color: #FCFCFC;
  margin: 4rem 4rem 0;
  position: relative;
}

.access__related-span02 {
  border: #EA5B13 solid 0.1rem;
  background-color: #FFFFFF;
  color: #EA5B13;
  border-radius: .5rem;
  font-size: 1.6rem;
  position: absolute;
  padding: .5rem 2rem;
  font-weight: bold;
  top: -6.8rem;
  left: 10em;
}

.access__related-span02 p>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.2rem;
  border-radius: 50%;
  background-color: #EA5B13;
  color: #F8FCFF;
  font-size: 1.4rem;
  margin-left: 1rem;
  aspect-ratio: 1 / 1;

}

.access__related-link {
  position: absolute;
  width: 5.5rem;
  aspect-ratio: 1/1;
  right: 0;
  bottom: 0;
}

.access__related-tour.second::after {
  content: "";
  background: repeating-linear-gradient(to right, #CCCCCC 0, #CCCCCC 0.5rem, transparent 0.5rem, transparent 1rem);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;

}

.access__related-tour {
  display: flex;
  position: relative;
  margin: 3rem 4rem 0;
  padding-bottom: 4rem;
  gap: 4rem;
}

.access__related-left {
  display: flex;
  gap: 3rem;
  max-width: 54rem;
}

.access__related-right {
  display: flex;
  gap: 3rem;
}

.access__related-cat {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  background-color: #FCFCFC;
  border-radius: .5rem;
  height: fit-content;
  border: #CCCCCC solid 0.1rem;
  flex: 0 0 auto;

}

.access__related-content {
  line-height: 1.5em;
  flex: 1 1 auto;
}

.access__related-content .ttl {
  font-weight: bold;
}

.access__related-content .ttl02 {
  margin-top: 1rem;
}

.access__related-content .exp {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.access__related-content .exp.orange {
  color: #EA5B13;
}


.flow {
  padding: 8.32rem 20rem 0 14rem;
  scroll-margin-top: 10rem;
}

.flow .ttl__asset02 {
  margin-bottom: 8rem;
}

.flow .ttl__asset02 h3 {
  font-size: 2.4rem;
}

.flow .ttl__asset02 h3 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.875em;
  font-weight: normal;
}

.flow__box:not(:first-of-type) {
  margin-top: 4rem;
}

.flow__item {
  display: grid;
  grid-template-columns: 13.4rem 1fr;
}

.flow__item-num {
  background-color: #145D99;
  color: #FCFCFC;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.5rem 0 0 0.5rem;

}

.flow__box:nth-of-type(2n) .flow__item-num {
  background-color: #398BCE;
}

.flow__item-num span {
  display: block;
  font-size: 1.6rem;
}

.flow__item-wrap {
  padding: 4rem;
  background-color: #FFF;
  border-radius: 0 0.5rem 0.5rem 0;
  border: solid 0.1px #145D99;
}

.flow__box:nth-of-type(2n) .flow__item-wrap {
  border: solid 0.1px #398BCE;
}

.flow__item-ttl {
  font-size: 2.4rem;
  color: #145D99;
  font-weight: bold;
  margin-bottom: 2rem;

}

.flow__item-txt {
  font-size: 1.6rem;
  line-height: 1.875em;
  color: #353636;
}

.flow__item-txt p {
  margin-top: 2rem;
}

.flow__item-txt .asset__btn-01 {
  margin-top: 2.4rem;
  font-size: 2rem;
}

.flow__item-txt strong.red {
  color: #EA5B13;
}

.flow__link {
  color: #1082B0;
  text-decoration: underline;
}

.flow__cancel {
  position: relative;
  background-color: #FFF;
  padding: 6.6rem 24rem 4rem;
  border: solid 0.1rem #CCCCCC;
  border-radius: 0.5rem;
  margin-top: 6rem;
}

.flow__cancel-ttl {
  position: absolute;
  color: #145D99;
  font-weight: bold;
  font-size: 2.4rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
}

.flow__cancel-ttl p {
  position: relative;
  z-index: 1;
}

.flow__cancel-ttl::after {
  content: "";
  display: block;
  width: calc(100% + 4rem);
  height: 0.4rem;
  background-color: #ffffff;
  position: absolute;
  top: 45%;
  left: -2rem;
  z-index: 0;
}

.flow__cancel-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
  border-radius: .5rem;
  border: solid 0.1rem #CCCCCC;
}

.flow__cancel-head {
  background-color: #1082B0;
  color: #FCFCFC;
  font-weight: bold;
  padding: 2.2rem 4rem;
  text-align: center;
  white-space: nowrap;
}

.flow__cancel-li:first-of-type .flow__cancel-head {
  border-radius: 0.5rem 0 0 0;
}

.flow__cancel-li:last-of-type .flow__cancel-head {
  border-radius: 0 0.5rem 0rem 0;
}

.flow__cancel-li {
  border-right: solid 0.1rem #CCCCCC;
}

.flow__cancel-li:last-of-type {
  border-right: none;
}

.flow__cancel-body {
  padding: 3rem 0;
  text-align: center;
}

.flow__cancel-note {
  margin: 2rem 0;
  font-size: 1.4rem;
}

.flow__cancel-txt>p {
  line-height: 2em;
}

.flow__cancel-txt p span {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}

/* 全体 */
.faq {
  padding: 2rem;
  padding-top: 16.2rem;
  margin: 9rem 0 16.5rem;
  word-break: break-all;
  position: relative;
  /* #FCFCFCから#FFFのグラデーション */
  background: linear-gradient(to bottom, #FCFCFC 0%, #FFF 10% ,#FFF 90%, #FCFCFC 100%);
  scroll-margin-top: 12rem;
}

.faq__header {
  margin: 0 28rem 0 15rem;
  position: relative;
}

.faq__header .ttl__asset01 {
  gap: 1rem;
  align-items: center;
}

.faq__header img {
  width: 4rem;
}

.faq__header h3 {
  font-size: 2.4rem;
}

.faq__header-desc {
  font-size: 1.6rem;
  line-height: 1.875em;
  margin: 4rem 0 11.2rem;
}

/* 本体を左右に並べる */
.faq__body {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 28rem 0 15rem;
  position: relative;
  z-index: 5;
}

/* ナビ */
.faq__nav {
  flex-shrink: 0;
  width: 34rem;
  position: sticky;
  top: 11.2rem;
  background: #fff;
  padding: 4rem;
  align-self: flex-start;
  border: #CCCCCC solid 0.1rem;
  border-radius: 0.5rem;
}

.faq__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq__nav-item+.faq__nav-item {
  margin-top: 2rem;
}

.faq__nav-item a {
  font-size: 1.6rem;
  color: #353636;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq__nav-item a.active,
.faq__nav-item a:hover {
  color: #145D99;
}

/* Q&A コンテンツ */
.faq__content {
  flex: 1;
  max-width: 70rem;
  position: relative;
}

.faq__section-title {
  font-size: 2rem;
  margin: 3rem 0 1.6rem;
  line-height: 1.4;
}

.faq__section:first-of-type .faq__section-title {
  margin-top: 0;
}

.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq__item+.faq__item {
  margin-top: 1.6rem;
}

/* Question ボタン */
.faq__question {
  width: 100%;
  background: #F4FAFF;
  border: none;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq__question:hover {
  background: #e8f2ff;
}

/* Q アイコン */
.faq__icon--q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #145D99;
  color: #fff;
  font-weight: bold;
  margin-right: 1.2rem;
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
}

/* 質問テキスト */
.faq__question-text {
  flex: 1;
}

/* トグルアイコン（＋/−） */
.faq__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  color: #145D99;
  transition: all 0.3s ease;
}

.open span.faq__toggle-icon {
  rotate: 180deg;
}

/* Answer 折りたたみ部分 */
.faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #EA5B13;
  display: flex;
  align-items: flex-start;
}

.faq__item.open .faq__answer {
  padding: 1.2rem 1.6rem;
  max-height: 50rem;
}

/* A アイコン */
.faq__icon--a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  color: #EA5B13;
  font-weight: bold;
  margin-right: 1.2rem;
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
}

/* Answer テキスト */
.faq__answer-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  flex: 1;
}

/* トグルアイコンのベース */
.faq__toggle-icon {
  position: relative;
  flex-shrink: 0;
  width: 2.4rem;
  /* 24px */
  height: 2.4rem;
  /* 24px */
  margin-left: 1.2rem;
}

/* 横線・縦線を ::before / ::after で描画 */
.faq__toggle-icon::before,
.faq__toggle-icon::after {
  content: "";
  position: absolute;
  background: #145D99;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform 0.3s ease;
}

/* 横線 */
.faq__toggle-icon::before {
  width: 1.6rem;
  /* 16px */
  height: 0.2rem;
  /* 2px */
  transform: translate(-50%, -50%);
}

/* 縦線 */
.faq__toggle-icon::after {
  width: 0.2rem;
  /* 2px */
  height: 1.6rem;
  /* 16px */
  transform: translate(-50%, -50%);
}

/* open 時：縦線を縮めて折りたたむ */
.faq__item.open .faq__toggle-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

/*# sourceMappingURL=about.css.map */

@media screen and (max-width: 1024px) {
  .about__main-nav {
    margin: 6rem 2rem 0;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .about__main-nav>a {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: solid 0.1rem #CCCCCC;
  }

  .about__main-nav>a:hover::after {
    transform: scaleX(1);
  }

  .about__main-nav>a::after {
    width: 100%;
    height: 0.2rem;
    background-color: #145D99;
    transition: transform 0.7s ease;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    z-index: 1;
    transform: scaleX(0.2);
    transform-origin: left;


  }

  .access {
    padding: 4rem 2rem 2rem;
    scroll-margin-top: 6rem;
  }

  .access__nav {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .access__article {
    padding: 2rem;
    font-size: 1.4rem;
  }

  .access__highlight {
    padding: 0rem;
    margin-top: 4rem;
  }

  .access__highlight h3 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .access__related h3 {
    font-size: 1.8rem;
  }

  .access__highlight h3 span {
    font-size: 1.4rem;
  }

  .access__map h3 span {
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .flow {
    padding: 2rem;
  }

  .flow .ttl__asset02 h3 {
    font-size: 2rem;
  }

  .flow .ttl__asset02 h3 span {
    font-size: 1.4rem;
  }

  .flow__item-wrap {
    border-radius: 0 0 .5rem .5rem;
    padding: 2rem;
  }

  .flow .ttl__asset02 {
    margin-bottom: 4rem;
  }

  .flow__item {
    grid-template-columns: 1fr;

  }

  .flow__item-num {
    width: 100%;
    height: 6rem;
    font-size: 2.4rem;
    border-radius: 0.5rem 0.5rem 0 0rem;
  }

  .flow__item-num span {
    display: inline;
  }

  .faq {
    padding: 2rem;
    margin: 6rem 0 0;
  }

  .faq__header h3 {
    font-size: 2rem;

  }

  .flow__item-ttl {
    font-size: 1.6rem;
  }

  .flow__item-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .faq__header-desc {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 2rem 0 4rem;
  }

  .flow__item-txt .asset__btn-01 {
    font-size: 1.6rem;
  }

  .flow__cancel {
    padding: 2rem 2rem 2rem;
    margin-top: 6rem;
  }

  .flow__cancel-ttl {
    font-size: 1.8rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
  }

  .flow__cancel-txt {
    font-size: 1.6rem;
  }

  .flow__cancel-ul {
    grid-template-columns: 1fr;
  }

  .flow__cancel-head {
    padding: 1.6rem;
    font-size: 1.4rem;
  }

  .flow__cancel-li {
    border-right: none;
  }

  .flow__cancel-body {
    padding: 1.6rem 0;
  }

  .faq__body {
    flex-direction: column;
    padding: 0 0rem;
  }

  .faq__header {
    margin: 0;
  }

  .faq__nav {
    width: 100%;
    position: static;
    padding: 2rem;
    border-radius: 0;
    margin-bottom: 2rem;
  }

  .faq__nav-item a {
    font-size: 1.4rem;
  }

  .faq__content {
    max-width: 100%;
  }

  .faq__item.open .faq__answer {
    max-height: 120rem;
  }

  .access__nav .asset__btn-01 {
    width: 30rem;
    text-align: center;
  }

}



.access__box {
  background-color: #FFF;
  padding: 4rem 6rem 0rem 4rem;
  border-radius: 0.5rem;
  /* border: solid 0.1rem #CCCCCC; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  /* border-left: solid 0.3rem #EA5B13; */
}

.access__box:not(:first-of-type) {
  margin-top: 4rem;
}

/* .access__box.green {
  border-left: solid 0.3rem #137C2A;
} */
.access__box.green .access__txt-middle .top {
  color: #137C2A;
}

.access__box.green .access__txt-bottom .top {
  color: #137C2A;
}

.access__map {
  width: 100%;
}

.access__map iframe {
  width: 100%;
  aspect-ratio: 620/466;
  margin-bottom: 1.5rem;
}

.access__map p {
  color: #353636;
  line-height: 1.875em;
}

.access__map p a {
  color: #145D99;
  text-decoration: underline;
  transition: color 0.3s ease;
  margin-left: 1.5rem;
  transition: all 0.3s ease;
}

.access__map p a:hover {
  opacity: 0.8;
}

.access__txt-head {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 4rem 0;
  border-bottom: #CCCCCC solid 0.1rem;
}

.access__txt-head span {
  font-size: 2rem;
}

.access__txt-middle {
  margin-bottom: 3rem;
}

.access__txt-middle .top {
  font-size: 1.8rem;
  color: #EA5B13;
  font-weight: bold;
  margin-top: 3rem;
}

.access__txt-middle .middle {
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: bold;
  margin-top: 1.5rem;
}

.access__txt-middle .bottom {
  font-size: 1.6rem;
  line-height: 1.875em;
}

.access__txt-bottom {
  padding-top: 0rem;
  border-top: #CCCCCC solid 0.1rem;
}

.access__txt-bottom .top {
  font-size: 1.8rem;
  color: #EA5B13;
  font-weight: bold;
  margin-top: 3rem;
}

.access__txt-bottom .middle {
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: bold;
  margin-top: 1.5rem;
}

.access__txt-bottom .bottom {
  font-size: 1.6rem;
  line-height: 1.875em;
}

.access__box.green .access__txt-middle .top {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .access__box {
    grid-template-columns: 1fr;
    padding: 0rem;
    gap: 0rem;
  }

  .access__map iframe {
    aspect-ratio: 16/9;
  }

  .access__txt-head {
    font-size: 2rem;
    padding: 2rem 0;
  }

  .access__txt-middle .top {
    font-size: 1.6rem;
  }

  .access__txt-middle .middle {
    font-size: 1.4rem;
    margin-top: .5rem;
  }

  .access__txt-middle .bottom {
    font-size: 1.4rem;
    margin-top: .5rem;
  }

  .access__txt-bottom .top {
    font-size: 1.6rem;
  }

  .access__txt-bottom .middle {
    font-size: 1.4rem;
    margin-top: .5rem;
  }

  .access__txt-bottom .bottom {
    font-size: 1.4rem;
  }

  .access__map h3 {
    margin-bottom: 2rem;
  }

  .asset__h3 h3 {
    padding: 0 2rem;
    margin-bottom: 2rem;
  }

  .access__highlight {
    font-size: 1.2rem;
  }

  .access__highlight-box {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 2rem;
  }

  .access__highlight-img--txt {
    font-size: 1.4rem;
    padding: .5rem 1rem;
  }

  .access__highlight-txt .top {
    font-size: 1.6rem;
  }

  .access__highlight-exp--container>ul {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 5rem 0 2rem;
  }

  .access__highlight-exp--ttl {
    font-size: 1.6rem;
    padding: 0 2rem;
    width: 24rem;
  }

  .access__related-ttl {
    font-size: 1.5rem;
    margin: 2rem 2rem 0;
  }

  .access__related-tour {
    display: block;
  }

  .access__related-cat {
    font-size: 1.2rem;
    padding: .5rem;
    width: fit-content;
  }

  .access__related-span {
    font-size: 1.2rem;
    margin: 2rem 2rem 0;
    padding: .5rem 1.6rem;

  }

  .access__related-tour {
    margin: 2rem 2rem 0;
  }

  .access__related-content {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .access__related-left {
    display: block;
  }

  .access__related-right {
    display: block;
    margin-top: 2rem;
  }

  .access__related-content .exp {
    font-size: 1.2rem;
  }

  .access__related-span02 {
    font-size: 1.2rem;
    padding: .2rem 1rem;
    top: -4.8rem;
    left: 9em;
  }

  .access__related-span02 p>span {
    font-size: 1rem;
    min-width: 1.8rem;
  }

  .access__related {
    margin-top: 4rem;
  }

  .access__related-link {
    width: 3.5rem;
  }

  .access__related-container {
    padding-bottom: 1rem;
  }

  .access__box.green .access__txt-middle .top {
    margin-top: 3rem;
  }
}

.asset__h3 h3 {
  background-color: #FFF;
}

.access__nav .asset__btn-01:hover {
  margin-right: 0;
}

.asset__nav-icon {
  margin-left: auto;
  transform: rotate(270deg);
  transition: all 0.3s ease;
  display: block;
  width: .86rem;
  /* 12px */
  filter: invert(21%) sepia(7%) saturate(80%) hue-rotate(131deg) brightness(89%) contrast(93%);
  object-fit: contain;
}

.about__main-nav>a:hover .asset__nav-icon {
  filter: invert(21%) sepia(46%) saturate(4369%) hue-rotate(193deg) brightness(89%) contrast(84%);
}

.faq__bg {
  position: absolute;
  left: 0;
  top: -0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.faq__bg-bottom {
  position: absolute;
  left: -29rem;
    bottom: -40rem;
    width: 100vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
 .faq__bg {
  top: -3rem;
 }
}