html,
body {
  overflow-x: hidden;
}

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

  .items-start-sp {
    align-items: start !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/* =========================
   VW FUNCTION
========================= */
.all-container-top {
  max-width: 1440px;
  /* max-width: 1320px; */
  width: 100%;
  margin: 0 auto;
  padding: 0 160px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .all-container-top {
    padding: 0 calc(120 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .all-container-top {
    padding: 0 calc(80 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .all-container-top {
    padding: 0 calc(40 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .all-container-top {
    padding: 0 20px;
  }
}

.all-title-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .all-title-top {
    font-size: calc(40 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .all-title-top {
    font-size: calc(40 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .all-title-top {
    font-size: calc(40 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .all-title-top {
    font-size: 32px;
  }
}

.all-subTitle-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #0DA183;
  margin-top: 8px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .all-subTitle-top {
    font-size: calc(40 / 1439 * 100vw);
    margin-top: calc(40 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .all-subTitle-top {
    font-size: calc(18 / 1279 * 100vw);
    margin-top: calc(8 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .all-subTitle-top {
    font-size: calc(18 / 991 * 100vw);
    margin-top: calc(8 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .all-subTitle-top {
    font-size: 15px;
    margin-top: 0;
  }
}

.user-guide {
  background: #F2F5F5;
  padding-top: 160px;
  padding-bottom: 120px;
  clear: both;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide {
    padding-top: calc(160 / 1439 * 100vw);
    padding-bottom: calc(120 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide {
    padding-top: calc(160 / 1279 * 100vw);
    padding-bottom: calc(120 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide {
    padding-top: calc(160 / 991 * 100vw);
    padding-bottom: calc(80 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide {
    padding-top: 80px;
    padding-bottom: 24px;
  }
}

.user-guide .user-guide__container .user-guide__title,
.user-guide .user-guide__container .user-guide__subTitle {
  text-align: center;
}

.user-guide .user-guide__container .user-guide__list-title {
  margin-top: 40px;

  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__list-title {
    font-size: 24px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__list-title {
    font-size: calc(32 / 1439 * 100vw);
    margin-top: calc(40 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__list-title {
    font-size: calc(32 / 1279 * 100vw);
    margin-top: calc(40 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__list-title {
    font-size: calc(32 / 991 * 100vw);
    margin-top: calc(40 / 991 * 100vw);
  }
}

.user-guide .user-guide__container .user-guide__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__list {
    margin-top: calc(24 / 1439 * 100vw);
    grid-gap: calc(16 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__list {
    margin-top: calc(24 / 1279 * 100vw);
    grid-gap: calc(16 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__list {
    margin-top: calc(24 / 991 * 100vw);
    grid-gap: calc(10 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__list {
    grid-template-columns: 1fr;
    grid-gap: 8px;
    margin-top: 7px;
  }
}

.user-guide .user-guide__container .user-guide__list .item {
  background: #FFFFFF;
  display: flex;
  align-items: start;
  gap: 34px;
  padding: 40px;
  padding-right: 42px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__list .item {
    gap: calc(34 / 1439 * 100vw);
    padding: calc(40 / 1439 * 100vw);
    padding-right: calc(42 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__list .item {
    gap: calc(34 / 1279 * 100vw);
    padding: calc(40 / 1279 * 100vw);
    padding-right: calc(42 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__list .item {
    gap: calc(20 / 991 * 100vw);
    padding: calc(20 / 991 * 100vw);
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__list .item {
    gap: 24px;
    padding: 10px;
    align-items: center;
  }
}

.user-guide .user-guide__container .user-guide__list .item .item-icon {
  width: 56px;
  flex-shrink: 0;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__list .item .item-icon {
    width: calc(56 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__list .item .item-icon {
    width: calc(56 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__list .item .item-icon {
    width: calc(35 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__list .item .item-icon {
    width: 40px;
  }
}

.user-guide .user-guide__container .user-guide__list .item .item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
  max-width: 382px;
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__list .item .item-text {
    font-size: calc(18 / 1439 * 100vw);
    max-width: calc(382 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__list .item .item-text {
    font-size: calc(18 / 1279 * 100vw);
    max-width: calc(382 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__list .item .item-text {
    font-size: calc(18 / 991 * 100vw);
    max-width: calc(382 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__list .item .item-text {
    font-size: 15px;
    max-width: 100%;
  }
}

.user-guide .user-guide__container .user-guide__footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__footer {
    margin-top: calc(40 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__footer {
    margin-top: calc(40 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__footer {
    margin-top: calc(40 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__footer {
    flex-direction: column;
  }
}

.user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__title {

  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__title {
    font-size: calc(32 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__title {
    font-size: calc(32 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__title {
    font-size: calc(32 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__title {
    font-size: 24px;
  }
}

.user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note {
  margin-top: 24px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note {
    margin-top: calc(24 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note {
    margin-top: calc(24 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note {
    margin-top: calc(24 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note {
    margin-top: 8px;
  }
}

.user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text .text {
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text .text {
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text .text {
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text .text {
    font-size: 15px;
  }
}

.user-guide .user-guide__container .user-guide__footer .user-guide__footer-left .footer-left__note .footer-left__note-text .textt:last-child {
  margin-bottom: 0;
}

.user-guide .user-guide__container .user-guide__footer .user-guide__footer-right {
  max-width: 309px;
  width: 100%;
  margin-top: -76px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-right {
    max-width: calc(309 / 1439 * 100vw);
    margin-top: calc(-76 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-right {
    max-width: calc(309 / 1279 * 100vw);
    margin-top: calc(-76 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-right {
    max-width: calc(274 / 991 * 100vw);
    margin-top: calc(-62 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .user-guide .user-guide__container .user-guide__footer .user-guide__footer-right {
    max-width: 155px;
    margin-top: 8px;
    position: relative;
    margin-left: auto;
    right: -10px;
  }
}

.top-faq {
  padding-top: 157px;
  padding-bottom: 120px;
  background: #FFFFFF;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq {
    padding-top: calc(160 / 1439 * 100vw);
    padding-bottom: calc(120 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq {
    padding-top: calc(160 / 1279 * 100vw);
    padding-bottom: calc(120 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq {
    padding-top: calc(160 / 991 * 100vw);
    padding-bottom: calc(80 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}

.top-faq .top-faq__container .top-faq__subTitle,
.top-faq .top-faq__container .top-faq__title {
  text-align: center;
}

.top-faq .top-faq__container .top-faq__list {
  margin-top: 40px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list {
    margin-top: calc(40 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list {
    margin-top: calc(40 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list {
    margin-top: calc(40 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__list {
    margin-top: 24px;
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa {
  border-bottom: 2px solid #F2F5F5;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: -2px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa {
    padding: calc(24 / 1439 * 100vw);
    margin-bottom: calc(-2 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa {
    padding: calc(24 / 1279 * 100vw);
    margin-bottom: calc(-2 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa {
    padding: calc(24 / 991 * 100vw);
    margin-bottom: calc(-2 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__list .item-qa {
    padding: 16px;
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.top-faq .top-faq__container .top-faq__list .item-qa .question .left-question {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question {
    gap: calc(8 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question {
    gap: calc(8 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question {
    gap: calc(8 / 991 * 100vw);
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__box {
  width: 45px;
  height: 45px;
  background: #0DA183;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #FFF;
  flex-shrink: 0;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__box {
    width: calc(45 / 1439 * 100vw);
    height: calc(45 / 1439 * 100vw);
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__box {
    width: calc(45 / 1279 * 100vw);
    height: calc(45 / 1279 * 100vw);
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__box {
    width: calc(45 / 991 * 100vw);
    height: calc(45 / 991 * 100vw);
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__box {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__title {

  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
  flex: 1;
  min-width: 0;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__title {
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__title {
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__title {
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .question .left-question .left-question__title {
    font-size: 15px;
    padding-right: 13px;
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa .answer {
  display: none;
  align-items: start;
  gap: 8px;
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer {
    gap: calc(8 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer {
    gap: calc(8 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer {
    gap: calc(8 / 991 * 100vw);
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__box {
  width: 45px;
  height: 45px;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #2E2E2E;
  flex-shrink: 0;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__box {
    width: calc(45 / 1439 * 100vw);
    height: calc(45 / 1439 * 100vw);
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__box {
    width: calc(45 / 1279 * 100vw);
    height: calc(45 / 1279 * 100vw);
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__box {
    width: calc(45 / 991 * 100vw);
    height: calc(45 / 991 * 100vw);
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__box {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__title {
    font-size: calc(16 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__title {
    font-size: calc(16 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__title {
    font-size: calc(16 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__list .item-qa .answer .left-answer__title {
    font-size: 14px;
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa:hover {
  background: #F2F5F5;
}

.top-faq .top-faq__container .top-faq__list .item-qa.active .question {
  margin-bottom: 16px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__list .item-qa.active .question {
    margin-bottom: calc(16 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__list .item-qa.active .question {
    margin-bottom: calc(16 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__list .item-qa.active .question {
    margin-bottom: calc(16 / 991 * 100vw);
  }
}

.top-faq .top-faq__container .top-faq__list .item-qa.active .answer {
  max-height: auto;
  opacity: 1;
}

.top-faq .top-faq__container .top-faq__list .right-icon {
  flex-shrink: 0;
}

.top-faq .top-faq__container .top-faq__list .right-icon img:first-child {
  display: none;
  /* minus */
}

.top-faq .top-faq__container .top-faq__list .right-icon img:last-child {
  display: block;
  /* plus */
}

.top-faq .top-faq__container .top-faq__list .item-qa.active .right-icon img:first-child {
  display: block;
  /* minus */
}

.top-faq .top-faq__container .top-faq__list .item-qa.active .right-icon img:last-child {
  display: none;
  /* plus */
}

.top-faq .top-faq__container .top-faq__seemore {
  margin: 0 auto;
  margin-top: 40px;
  width: 174px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  border-radius: 48px;
  cursor: pointer;
  transition: 0.3s all;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__seemore {
    margin-top: calc(40 / 1439 * 100vw);
    width: calc(174 / 1439 * 100vw);
    height: calc(58 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__seemore {
    margin-top: calc(40 / 1279 * 100vw);
    width: calc(174 / 1279 * 100vw);
    height: calc(58 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__seemore {
    margin-top: calc(40 / 991 * 100vw);
    width: calc(174 / 991 * 100vw);
    height: calc(58 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__seemore {
    width: 147px;
    height: 46px;
  }
}

.top-faq .top-faq__container .top-faq__seemore .top-faq__seemore-button {

  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-faq .top-faq__container .top-faq__seemore .top-faq__seemore-button {
    font-size: calc(16 / 1439 * 100vw);
    gap: calc(16 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-faq .top-faq__container .top-faq__seemore .top-faq__seemore-button {
    font-size: calc(16 / 1279 * 100vw);
    gap: calc(16 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-faq .top-faq__container .top-faq__seemore .top-faq__seemore-button {
    font-size: calc(16 / 991 * 100vw);
    gap: calc(16 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .top-faq__seemore .top-faq__seemore-button {
    font-size: 14px;
  }
}

.top-faq .top-faq__container .icon {
  position: relative;
  display: inline-flex;
}

@media (max-width: 768px) {
  .top-faq .top-faq__container .icon svg {
    width: 16px;
    height: 16px;
  }
}

.top-faq .top-faq__container .icon-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.top-faq .top-faq__container .icon-normal {
  transition: opacity 0.3s;
}

.top-faq .top-faq__container .top-faq__seemore:hover {
  border: 1px solid transparent;
  border-radius: 48px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #038546 0%, #168C62 100%) border-box;
}

.top-faq .top-faq__container .top-faq__seemore:hover .top-faq__seemore-button {
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-faq .top-faq__container .top-faq__seemore:hover .icon-normal {
  opacity: 0;
}

.top-faq .top-faq__container .top-faq__seemore:hover .icon-hover {
  opacity: 1;
}

.top-access {
  background: #FFFFFF;
  margin-top: -64px;
  clear: both;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access {
    margin-top: calc(-64 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access {
    margin-top: calc(-64 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access {
    margin-top: calc(-64 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access {
    padding-top: 80px;
    margin-top: 0;
  }
}

.top-access .top-access__container {
  padding-right: 144px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .top-access__container {
    padding-right: calc(144 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .top-access__container {
    padding-right: calc(144 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .top-access__container {
    padding-right: calc(80 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .top-access__container {
    padding-right: 20px;
  }
}

.top-access .flex-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media (max-width: 768px) {
  .top-access .flex-header {
    flex-direction: column;
    align-items: unset;
  }
}

.top-access .flex-header .flex-header__left {
  padding-bottom: 24px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .flex-header .flex-header__left {
    padding-bottom: calc(24 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .flex-header .flex-header__left {
    padding-bottom: calc(24 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .flex-header .flex-header__left {
    padding-bottom: calc(24 / 991 * 100vw);
  }
}

.top-access .flex-header .flex-header__right {
  padding-right: 16px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .flex-header .flex-header__right {
    padding-right: calc(16 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .flex-header .flex-header__right {
    padding-right: calc(16 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .flex-header .flex-header__right {
    padding-right: calc(16 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .flex-header .flex-header__right {
    margin-top: -60px;
    max-width: 400px;
    padding-right: 0;
  }
}

.top-access .flex-header .flex-header__right .flex-font-image {
  display: flex;
  align-items: end;
}

.top-access .flex-header .flex-header__right .font-Koulen {
  font-family: "Koulen";
  font-weight: 400;
  font-size: 104px;
  line-height: 100%;
  letter-spacing: 2%;
  color: rgba(217, 217, 217, 0.2);
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .flex-header .flex-header__right .font-Koulen {
    font-size: calc(104 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .flex-header .flex-header__right .font-Koulen {
    font-size: calc(104 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .flex-header .flex-header__right .font-Koulen {
    font-size: calc(104 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .flex-header .flex-header__right .font-Koulen {
    font-size: 56px;
  }
}

.top-access .flex-header .flex-header__right .font-Koulen1 {
  position: relative;
  left: -31px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .flex-header .flex-header__right .font-Koulen1 {
    left: calc(-31 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .flex-header .flex-header__right .font-Koulen1 {
    left: calc(-31 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .flex-header .flex-header__right .font-Koulen1 {
    left: calc(-31 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .flex-header .flex-header__right .font-Koulen1 {
    left: 0;
  }
}

.top-access .flex-header .flex-header__right .font-Koulen2 {
  position: relative;
  right: -77px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .flex-header .flex-header__right .font-Koulen2 {
    right: calc(-77 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .flex-header .flex-header__right .font-Koulen2 {
    right: calc(-77 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .flex-header .flex-header__right .font-Koulen2 {
    right: calc(-77 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .flex-header .flex-header__right .font-Koulen2 {
    right: 0;
    float: right;
  }

  .top-access .flex-header .flex-header__right .font-Koulen2::after {
    content: "";
    display: block;
    clear: both;
  }
}

.top-access .flex-header .flex-header__right .image-access {
  max-width: 287px;
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .flex-header .flex-header__right .image-access {
    max-width: calc(287 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .flex-header .flex-header__right .image-access {
    max-width: calc(287 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .flex-header .flex-header__right .image-access {
    max-width: calc(287 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .flex-header .flex-header__right .image-access {
    max-width: 144px;
  }

  .top-access .flex-header .flex-header__right .image-access img {
    position: relative;
    left: 27px;
    top: -2px;
  }
}

.top-access iframe {
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 768px) {
  .top-access iframe {
    height: 56.267vw;
    margin-top: 2px;
  }
}

.top-access .custom-map__container {
  // max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.top-access .custom-map {
  display: flex;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .top-access .custom-map {
    display: block;
  }
}

.top-access .custom-map .custom-map__left {
  background-color: #22B5AE;
  width: 18.229vw;
  height: 778px;
}

@media (min-width: 1441px) and (max-width: 1507px) {
  .top-access .custom-map .custom-map__left {
    width: 13.229vw;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .top-access .custom-map .custom-map__left {
    width: 120px;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__left {
    width: calc(120 / 1279 * 100vw);
    height: calc(778 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__left {
    width: calc(120 / 991 * 100vw);
    height: calc(778 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__left {
    display: none;
  }
}

.top-access .custom-map .custom-map__box {
  padding-top: 48px;
  padding-left: 40px;
  padding-bottom: 60px;
  padding-right: 72px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box {
    padding-top: calc(48 / 1439 * 100vw);
    padding-left: calc(40 / 1439 * 100vw);
    padding-bottom: calc(60 / 1439 * 100vw);
    padding-right: calc(72 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box {
    padding-top: calc(48 / 1279 * 100vw);
    padding-left: calc(40 / 1279 * 100vw);
    padding-bottom: calc(60 / 1279 * 100vw);
    padding-right: calc(72 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box {
    padding-top: calc(48 / 991 * 100vw);
    padding-left: calc(20 / 991 * 100vw);
    padding-bottom: calc(60 / 991 * 100vw);
    padding-right: calc(20 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box {
    padding: 0;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header {
  display: flex;
  /* align-items: end; */
  gap: 40px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header {
    gap: calc(40 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header {
    gap: calc(40 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header {
    gap: calc(20 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header {
    flex-direction: column;
    align-items: unset;
    gap: 24px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .logo {
  max-width: 375px;
  width: 100%;
  position: relative;
  // margin-left: 28px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .logo {
    max-width: calc(375 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .logo {
    max-width: calc(300 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .logo {
    max-width: calc(250 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .logo {
    max-width: 319px;
    padding-top: 8px;
    margin-left: 28px;
  }

  .top-access .custom-map .custom-map__box .custom-map__box-header .logo::after {
    content: "";
    width: 16px;
    height: 148px;
    margin-right: 12px;
    background: #22B5AE;
    position: absolute;
    top: 0;
    left: -28px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address {
  display: flex;
  gap: 22px;
  margin-top: 10px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address {
    gap: calc(22 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address {
    gap: calc(22 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address {
    gap: calc(22 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address {
    flex-direction: column;
    padding: 0 20px;
    gap: 16px;
    margin-top: 0px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address .flex-items-end {
  display: flex;
  flex-direction: column;
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex {
    gap: calc(8 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex {
    gap: calc(8 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex {
    gap: calc(8 / 991 * 100vw);
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-text {
  border-radius: 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 8%;
  color: #FFFFFF;
  padding: 6px 8px;
  background: #0DA183;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-text {
    font-size: calc(18 / 1439 * 100vw);
    padding: calc(6 / 1399 * 100vw) calc(8 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-text {
    font-size: calc(18 / 1279 * 100vw);
    padding: calc(6 / 1279 * 100vw) calc(8 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-text {
    font-size: calc(18 / 991 * 100vw);
    padding: calc(6 / 991 * 100vw) calc(8 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-text {
    font-size: 15px;
    padding: 4px 6px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 8%;
  color: rgba(46, 46, 46, 0.8);
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-desc {
    font-size: calc(15 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-desc {
    font-size: calc(15 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-desc {
    font-size: calc(13 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1-flex .box-desc {
    font-size: 13px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address .box1 .number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1 .number {
    font-size: calc(48 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1 .number {
    font-size: calc(48 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1 .number {
    font-size: calc(30 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box1 .number {
    font-size: 40px;
    margin-top: 8px;
  }
 
}
 #sec-reservation .phone_info a{
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
.top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text {

  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text {
    font-size: calc(18 / 1439 * 100vw);
    gap: calc(13 / 1439 * 100vw);
    margin-top: calc(24 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text {
    font-size: calc(18 / 1279 * 100vw);
    gap: calc(13 / 1279 * 100vw);
    margin-top: calc(24 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text {
    font-size: calc(13 / 991 * 100vw);
    gap: calc(13 / 991 * 100vw);
    margin-top: calc(24 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text {
    font-size: 18px;
    gap: 8px;
    margin-top: 8px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text svg {
  width: 24px;
  height: 26px;
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text svg {
    width: 24px;
    height: 24px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text a {

  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  text-decoration: underline;
  color: #0DA183;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text a {
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text a {
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text a {
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .top-access .custom-map .custom-map__box .custom-map__box-header .address .box2 .box2-text a {
    font-size: 15px;
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-content {
  display: flex;
  margin-top: 48px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content {
    margin-top: calc(48 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content {
    margin-top: calc(48 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content {
    margin-top: calc(48 / 991 * 100vw);
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_left img:first-child {
  margin-bottom: 64px;
}

.top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_left img {
  max-width: 920px;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_left img:first-child {
    margin-bottom: calc(64 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_left img:first-child {
    margin-bottom: calc(64 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_left img:first-child {
    margin-bottom: calc(64 / 991 * 100vw);
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right {
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  border-radius: 2px;
  width: 286px;
  height: 457px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right {
    width: calc(286 / 1439 * 100vw);
    height: calc(457 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right {
    width: calc(286 / 1279 * 100vw);
    height: calc(457 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right {
    width: calc(286 / 991 * 100vw);
    height: calc(457 / 991 * 100vw);
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .title {

  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 20%;
  color: #FFFFFF;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .title {
    font-size: calc(32 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .title {
    font-size: calc(32 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .title {
    font-size: calc(32 / 991 * 100vw);
  }
}

.top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .subTitle {
  margin-top: 4px;

  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .subTitle {
    font-size: calc(14 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .subTitle {
    font-size: calc(14 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-access .custom-map .custom-map__box .custom-map__box-content .custom-map__box-content_right .subTitle {
    font-size: calc(14 / 991 * 100vw);
  }
}

.top-access .custom-map .custom-map__box .image-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 24px;
}

.top-access .custom-map .custom-map__box .image-scroll .w-scroll {
  width: 877px;
  max-width: none;
  display: block;
}

.touch-img {
  display: none;
}

@media (max-width: 768px) {
  .touch-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
}

.footer-relative {
  position: relative;
  z-index: 1;
}

.footer-relative .font-astro {
  font-family: "Antro Vectra", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 20%;
  color: #2AFFDF;
  position: absolute;
  bottom: -42px;
  right: 25px;
  transform: rotate(346deg);
  z-index: 2;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .footer-relative .font-astro {
    font-size: calc(64 / 1439 * 100vw);
    bottom: calc(-42 / 1439 * 100vw);
    right: calc(25 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .footer-relative .font-astro {
    font-size: calc(64 / 1279 * 100vw);
    bottom: calc(-42 / 1279 * 100vw);
    right: calc(25 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .footer-relative .font-astro {
    font-size: calc(64 / 991 * 100vw);
    bottom: calc(-15 / 991 * 100vw);
    right: calc(25 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .footer-relative .font-astro {
    font-size: 32px;
    bottom: -11px;
    right: 0;
  }
}

#footer {
  background: #333333;
  margin-top: 4px;
  position: relative;
}

#footer .footer-container {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 80px;
  padding-left: 120px;
  padding-right: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  #footer .footer-container {
    padding-top: calc(120 / 1439 * 100vw);
    padding-left: calc(120 / 1439 * 100vw);
    padding-right: calc(120 / 1439 * 100vw);
    padding-bottom: calc(120 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #footer .footer-container {
    padding-top: calc(80 / 1279 * 100vw);
    padding-left: calc(120 / 1279 * 100vw);
    padding-right: calc(80 / 1279 * 100vw);
    padding-bottom: calc(80 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer .footer-container {
    padding: calc(40 / 991 * 100vw);
    padding-top: calc(80 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  #footer .footer-container {
    padding: 40px 20px 60px;
    flex-direction: column;
    align-items: center;
  }
}

#footer .footer-container .footer-left {
  max-width: 861px;
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  #footer .footer-container .footer-left {
    max-width: calc(861 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #footer .footer-container .footer-left {
    max-width: calc(861 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer .footer-container .footer-left {
    max-width: calc(861 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  #footer .footer-container .footer-left {
    max-width: 375px;
  }
}

#footer .footer-container .footer-left .link-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  #footer .footer-container .footer-left .link-footer {
    gap: calc(24 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #footer .footer-container .footer-left .link-footer {
    gap: calc(24 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer .footer-container .footer-left .link-footer {
    gap: calc(24 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  #footer .footer-container .footer-left .link-footer {
    gap: 16px;
    row-gap: 23px;
  }
}

@media (min-width: 400px) and (max-width: 768px) {
  #footer .footer-container .footer-left .link-footer {
    justify-content: center;
  }
}

#footer .footer-container .footer-left .link-footer .divnk-footer__item {
  display: flex;
  align-items: center;
}

#footer .footer-container .footer-left .link-footer .divnk-footer__item img {
  width: 24px;
  height: 24px;
}

#footer .footer-container .footer-left .link-footer a {
  color: #FFF;

  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  #footer .footer-container .footer-left .link-footer a {
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #footer .footer-container .footer-left .link-footer a {
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer .footer-container .footer-left .link-footer a {
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  #footer .footer-container .footer-left .link-footer a {
    font-size: 15px;
  }
}

#footer .footer-container .footer-left .link-footer a svg {
  width: 24px;
  height: 24px;
  position: relative;

}

#footer .footer-container .footer-left .footer-flex {
  display: flex;
  gap: 40px;
  margin-top: 45px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  #footer .footer-container .footer-left .footer-flex {
    gap: calc(40 / 1439 * 100vw);
    margin-top: calc(45 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #footer .footer-container .footer-left .footer-flex {
    gap: calc(40 / 1279 * 100vw);
    margin-top: calc(45 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer .footer-container .footer-left .footer-flex {
    gap: calc(40 / 991 * 100vw);
    margin-top: calc(45 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  #footer .footer-container .footer-left .footer-flex {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
  }
}

#footer .footer-container .footer-left .footer-flex .footer-note {

  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #FFFFFF;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  #footer .footer-container .footer-left .footer-flex .footer-note {
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #footer .footer-container .footer-left .footer-flex .footer-note {
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer .footer-container .footer-left .footer-flex .footer-note {
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  #footer .footer-container .footer-left .footer-flex .footer-note {
    font-size: 13px;
  }
}

#footer .footer-container .footer-right .footer-right__logo {
  margin-top: 45px;
  max-width: 263px;
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  #footer .footer-container .footer-right .footer-right__logo {
    margin-top: calc(45 / 1439 * 100vw);
    max-width: calc(263 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #footer .footer-container .footer-right .footer-right__logo {
    margin-top: calc(45 / 1279 * 100vw);
    max-width: calc(263 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer .footer-container .footer-right .footer-right__logo {
    margin-top: calc(45 / 991 * 100vw);
    max-width: calc(263 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  #footer .footer-container .footer-right .footer-right__logo {
    margin: 0 auto;
    margin-top: 26px;
    max-width: 319px;
  }
}

.facility-Information-page {
  background: #FFF;
  clear: both;
}

.facility-Information-page .text-underline-h2 {

  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 8%;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  text-decoration-color: #038546;
}

@media (max-width: 768px) {
  .facility-Information-page .text-underline-h2 {
    font-size: 24px;
    padding-right: 20px;
  }
}

.facility-Information-page .facility-Information__container {
  /* max-width: 1440px; */
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 217px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container {
    padding: 0 calc(120 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container {
    padding: 0 calc(80 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container {
    padding: 0 calc(40 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container {
    padding: 0 17px;
    padding-right: 0;
  }
}

.facility-Information-page .facility-Information__container .box1 {
  padding: 0 3px;
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box1 {
    padding: 0 3px;
    padding-right: 17px;
  }
}

.facility-Information-page .facility-Information__container .box1 h1 {

  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 8%;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .box1 h1 {
    font-size: calc(32 / 1439 * 100vw);
    margin-bottom: calc(24 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .box1 h1 {
    font-size: calc(32 / 1279 * 100vw);
    margin-bottom: calc(24 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .box1 h1 {
    font-size: calc(32 / 991 * 100vw);
    margin-bottom: calc(24 / 991 * 100vw);
  }
}

.facility-Information-page .facility-Information__container .desc {
  margin-top: 64px;
  background: #EDF6F5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
  padding: 24px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .desc {
    margin-top: calc(64 / 1439 * 100vw);
    font-size: calc(16 / 1439 * 100vw);
    padding: calc(24 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .desc {
    margin-top: calc(64 / 1279 * 100vw);
    font-size: calc(16 / 1279 * 100vw);
    padding: calc(24 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .desc {
    margin-top: calc(64 / 991 * 100vw);
    font-size: calc(16 / 991 * 100vw);
    padding: calc(24 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .desc {
    margin-top: 24px;
    font-size: 14px;
    padding: 24px 23px;
  }
}

.facility-Information-page .facility-Information__container .box2 {
  margin-top: 64px;
}

.facility-Information-page .facility-Information__container .box2 .text-underline-h2 {
  padding-left: 3px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .box2 {
    margin-top: calc(64 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .box2 {
    margin-top: calc(64 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .box2 {
    margin-top: calc(64 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box2 {
    margin-top: 24px;
    padding-right: 17px;
  }
}

.facility-Information-page .facility-Information__container .box2 .box2-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
  border: 6px solid #EDF6F5;
  border-radius: 4px;
  padding: 36px 39px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list {
    margin-top: calc(24 / 1439 * 100vw);
    gap: calc(19 / 1439 * 100vw);
    padding: calc(40 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list {
    margin-top: calc(24 / 1279 * 100vw);
    gap: calc(19 / 1279 * 100vw);
    padding: calc(40 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list {
    margin-top: calc(24 / 991 * 100vw);
    gap: calc(19 / 991 * 100vw);
    padding: calc(14 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list {
    grid-template-columns: 1fr;
    padding: 20px 19px;
  }
}

.facility-Information-page .facility-Information__container .box2 .box2-list .item {
  max-width: 444px;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 24px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item {
    max-width: calc(444 / 1439 * 100vw);
    gap: calc(24 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item {
    max-width: calc(444 / 1279 * 100vw);
    gap: calc(24 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item {
    max-width: calc(444 / 991 * 100vw);
    gap: calc(16 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item {
    flex-direction: column;
    max-width: 100%;
    gap: 8px;
  }
}

.facility-Information-page .facility-Information__container .box2 .box2-list .item .label {
  background: #F2F5F5;
  flex-shrink: 0;
  padding: 8px 13px;
  border-style: solid;
  border-width: 0 1px 0 1px;
  -o-border-image: linear-gradient(180deg, #038546, #168C62) 1;
  border-image: linear-gradient(180deg, #038546, #168C62) 1;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label {
    padding: calc(8 / 1439 * 100vw) calc(16 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label {
    padding: calc(8 / 1279 * 100vw) calc(16 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label {
    padding: calc(8 / 991 * 100vw) calc(13 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label {
    width: 100%;
    text-align: center;
  }
}

.facility-Information-page .facility-Information__container .box2 .box2-list .item .label .label-text {
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label .label-text {
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label .label-text {
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label .label-text {
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .label .label-text {
    font-size: 15px;
  }
}

.facility-Information-page .facility-Information__container .box2 .box2-list .item .value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .value {
    font-size: calc(18 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .value {
    font-size: calc(18 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .value {
    font-size: calc(18 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box2 .box2-list .item .value {
    font-size: 15px;
    text-align: start
  }
}

.facility-Information-page .facility-Information__container .box3,
.facility-Information-page .facility-Information__container .box4,
.facility-Information-page .facility-Information__container .box5,
.facility-Information-page .facility-Information__container .box6 {
  margin-top: 80px;
  padding: 0 3px;
}

@media (min-width: 1280px) and (max-width: 1439px) {

  .facility-Information-page .facility-Information__container .box3,
  .facility-Information-page .facility-Information__container .box4,
  .facility-Information-page .facility-Information__container .box5,
  .facility-Information-page .facility-Information__container .box6 {
    margin-top: calc(80 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {

  .facility-Information-page .facility-Information__container .box3,
  .facility-Information-page .facility-Information__container .box4,
  .facility-Information-page .facility-Information__container .box5,
  .facility-Information-page .facility-Information__container .box6 {
    margin-top: calc(80 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {

  .facility-Information-page .facility-Information__container .box3,
  .facility-Information-page .facility-Information__container .box4,
  .facility-Information-page .facility-Information__container .box5,
  .facility-Information-page .facility-Information__container .box6 {
    margin-top: calc(80 / 991 * 100vw);
  }
}

@media (max-width: 768px) {

  .facility-Information-page .facility-Information__container .box3,
  .facility-Information-page .facility-Information__container .box4,
  .facility-Information-page .facility-Information__container .box5,
  .facility-Information-page .facility-Information__container .box6 {
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .box6 {
    padding-right: 17px;
  }
}

.facility-Information-page .facility-Information__container .desc-table {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .facility-Information-page .facility-Information__container .desc-table {
    font-size: calc(15 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .facility-Information-page .facility-Information__container .desc-table {
    font-size: calc(15 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .facility-Information-page .facility-Information__container .desc-table {
    font-size: calc(15 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .desc-table {
    font-size: 15px;
    margin-top: 16px;
    white-space: nowrap;
  }
}

.facility-Information-page .facility-Information__container .mt64 {
  margin-top: 64px !important;
}

.facility-Information-page .facility-Information__container .custom-table {
  margin-top: 24px;
  position: relative;
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .custom-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.facility-Information-page .facility-Information__container .custom-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .custom-table table {
    width: 713px;
  }
}

.facility-Information-page .facility-Information__container .custom-table th,
.facility-Information-page .facility-Information__container .custom-table td {
  padding: 8px 15px;
  border: 1px dotted #dcdcdc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
}

@media (min-width: 1280px) and (max-width: 1439px) {

  .facility-Information-page .facility-Information__container .custom-table th,
  .facility-Information-page .facility-Information__container .custom-table td {
    font-size: calc(18 / 1439 * 100vw);
    padding: calc(14 / 1439 * 100vw) calc(12 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {

  .facility-Information-page .facility-Information__container .custom-table th,
  .facility-Information-page .facility-Information__container .custom-table td {
    font-size: calc(18 / 1279 * 100vw);
    padding: calc(14 / 1279 * 100vw) calc(12 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {

  .facility-Information-page .facility-Information__container .custom-table th,
  .facility-Information-page .facility-Information__container .custom-table td {
    font-size: calc(18 / 991 * 100vw);
    padding: calc(14 / 991 * 100vw) calc(12 / 991 * 100vw);
  }
}

@media (max-width: 768px) {

  .facility-Information-page .facility-Information__container .custom-table th,
  .facility-Information-page .facility-Information__container .custom-table td {
    font-size: 15px;
    padding: 8px 16px;
  }
}

@media (max-width: 992px) {
  .facility-Information-page .facility-Information__container .custom-table .custom-width {
    width: 260px;
  }
}

@media (max-width: 992px) {
  .facility-Information-page .facility-Information__container .custom-table .custom-width1 {
    width: 90px;
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .custom-table .mobi-w-175 {
    width: 171px;
  }
}

.facility-Information-page .facility-Information__container .custom-table thead th {
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.facility-Information-page .facility-Information__container .custom-table tbody .category {
  color: #0DA183;
  font-weight: 700;
  text-align: center;
}

.facility-Information-page .facility-Information__container .custom-table tbody td {
  background: #FFF;
  font-weight: 500;
}

.facility-Information-page .facility-Information__container .custom-table tbody .bg-edf6f5 {
  background: #edf6f5;
}

.facility-Information-page .facility-Information__container .custom-table tbody .text-left {
  text-align: left !important;
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .custom-table1 thead tr th:first-child {
    width: 705px;
  }

  .facility-Information-page .facility-Information__container .custom-table1 thead tr th:nth-child(2) {
    width: 75px;
  }

  .facility-Information-page .facility-Information__container .custom-table1 thead tr th:nth-child(3) {
    width: 184px;
  }

  .facility-Information-page .facility-Information__container .custom-table1 tbody tr td:nth-child(1) {
    width: 112px;
  }

  .facility-Information-page .facility-Information__container .custom-table1 tbody tr td:nth-child(2) {
    width: 193px;
  }

  .facility-Information-page .facility-Information__container .custom-table1 tbody tr td:nth-child(3) {
    width: 136px;
  }

  .facility-Information-page .facility-Information__container .custom-table1 tbody tr td:nth-child(4) {
    width: 136px;
  }

  .facility-Information-page .facility-Information__container .custom-table1 tbody tr td:nth-child(5) {
    width: 136px;
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .custom-table2 thead tr th:first-child {
    width: 305px;
  }

  .facility-Information-page .facility-Information__container .custom-table2 thead tr th:nth-child(2) {
    width: 408px;
  }

  .facility-Information-page .facility-Information__container .custom-table2 tbody tr td:nth-child(1) {
    width: 112px;
  }

  .facility-Information-page .facility-Information__container .custom-table2 tbody tr td:nth-child(2) {
    width: 192px;
  }

  .facility-Information-page .facility-Information__container .custom-table2 tbody tr td:nth-child(3) {
    width: 204px;
  }

  .facility-Information-page .facility-Information__container .custom-table2 tbody tr td:nth-child(4) {
    width: 204px;
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .custom-table3 .mobi-width {
    width: 828px !important;
  }

  .facility-Information-page .facility-Information__container .custom-table3 thead tr th:first-child {
    width: 220px;
  }

  .facility-Information-page .facility-Information__container .custom-table3 thead tr th:nth-child(2) {
    width: 144px;
  }

  .facility-Information-page .facility-Information__container .custom-table3 thead tr th:nth-child(3) {
    width: 144px;
  }

  .facility-Information-page .facility-Information__container .custom-table3 thead tr th:nth-child(4) {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .custom-table4 .mobi-width1 {
    width: 748px !important;
  }

  .facility-Information-page .facility-Information__container .custom-table4 thead tr th:first-child {
    width: 220px;
  }

  .facility-Information-page .facility-Information__container .custom-table4 thead tr th:nth-child(2) {
    width: 144px;
  }

  .facility-Information-page .facility-Information__container .custom-table4 thead tr th:nth-child(3) {
    width: 144px;
  }

  .facility-Information-page .facility-Information__container .custom-table4 thead tr th:nth-child(4) {
    width: 240px;
  }
}

.facility-Information-page .facility-Information__container .grid-image {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}

.facility-Information-page .facility-Information__container .grid-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .facility-Information-page .facility-Information__container .grid-image {
    grid-template-columns: 1fr;
  }
}

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


.all-button-hover {
  margin: 0 auto;
  margin-top: 80px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  border-radius: 48px;
  cursor: pointer;
  transition: 0.3s all;
  color: #FFFFFF;
  border: 1px solid;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 8%;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .all-button-hover {
    margin-top: 2.7797081306vw;
    padding: 1.1118832523vw 1.6678248784vw;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .all-button-hover {
    margin-top: 3.1274433151vw;
    padding: 1.1118832523vw 1.6678248784vw;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .all-button-hover {
    margin-top: 4.0363269425vw;
    padding: 1.1118832523vw 1.6678248784vw;
  }
}

@media (max-width: 768px) {
  .all-button-hover {
    padding: 12px 24px;
    margin-top: 40px;
    font-size: 14px;
  }
}

.all-button-hover .all-button-hover-button {
  font-family: "Higure Gothic";
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .all-button-hover .all-button-hover-button {
    font-size: 1.1118832523vw;
    gap: 1.1118832523vw;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .all-button-hover .all-button-hover-button {
    font-size: 1.250977326vw;
    gap: 1.250977326vw;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .all-button-hover .all-button-hover-button {
    font-size: 1.614530777vw;
    gap: 1.614530777vw;
  }
}

@media (max-width: 768px) {
  .all-button-hover .all-button-hover-button {
    font-size: 14px;
  }
}

.all-button-hover .icon {
  position: relative;
  display: inline-flex;
}

.four-mt-40 {
  margin-top: 80px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .four-mt-40 {
    margin-top: calc(80 / 1439 * 100vw);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .four-mt-40 {
    margin-top: calc(80 / 1279 * 100vw);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .four-mt-40 {
    margin-top: calc(80 / 991 * 100vw);
  }
}

@media (max-width: 768px) {
  .icon svg {
    width: 16px;
    height: 16px;
  }

  .four-mt-40 {
    margin-top: 64px;
  }
}

.all-button-hover .icon-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.all-button-hover .icon-hover path {
  fill: #038546;
  stroke: #038546;
}

.all-button-hover .icon-normal {
  transition: opacity 0.3s;
}

.all-button-hover:hover {
  color: #038546;
  border: 1px solid transparent;
  border-radius: 48px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #038546 0%, #168C62 100%) border-box;
}

.all-button-hover:hover .all-button-hover-button {
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.all-button-hover:hover .icon-normal {
  opacity: 0;
}

.all-button-hover:hover .icon-hover {
  opacity: 1;
}
.fax {
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: 8%;
color: #038546;
margin-top: 5px;
}