@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  line-height: 150%;
  color: #222222;
  background-color: #FFF9EB;
}

.cta-button {
  position: fixed;
  top: 300px;
  right: 20px;
  width: 50px;
  z-index: 101;
}
@media screen and (min-width: 1000px) {
  .cta-button {
    top: 435px;
    right: 40px;
    width: 147px;
    height: 226px;
  }
}
.cta-button.is-fixed {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 1000px) {
  .cta-button.is-fixed {
    top: auto;
    bottom: 40px;
    right: 40px;
  }
}

.page-header {
  position: relative;
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 1000px) {
  .page-header {
    width: 100%;
    height: 320px;
  }
}
.page-header picture,
.page-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__title {
  position: absolute;
  inset: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__title-en {
  font-family: "Amatic SC", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  /* 二重線（外側：2px） */
  /* 二重線（内側：1px） */
}
@media screen and (min-width: 1000px) {
  .page-header__title-en {
    font-size: 72px;
    margin-left: 16px;
  }
}
.page-header__title-en::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #fff;
}
@media screen and (min-width: 1000px) {
  .page-header__title-en::before {
    inset: 10px;
  }
}
.page-header__title-en::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1000px) {
  .page-header__title-en::after {
    inset: 16px;
  }
}
.page-header__title-jp {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-left: 2px;
}
@media screen and (min-width: 1000px) {
  .page-header__title-jp {
    font-size: 16px;
  }
}

.nomad-tour .swiper-pagination,
.voice .swiper-pagination {
  margin-top: 7px;
  position: static;
}
.nomad-tour .swiper-pagination-bullet,
.voice .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background-color: #d9d9d9;
  opacity: 1;
}
.nomad-tour .swiper-pagination-bullet-active,
.voice .swiper-pagination-bullet-active {
  background-color: #333333;
}

.hidden_sp {
  display: none;
}
@media screen and (min-width: 1000px) {
  .hidden_sp {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .hidden_pc {
    display: none;
  }
}

.tour-card {
  background-color: #ffffff;
  text-align: left;
  margin-top: 20px;
  padding: 10px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .tour-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding: 10px 30px 10px 10px;
    gap: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card__image {
    width: 310px;
    height: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
}
.tour-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-card__title {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .tour-card__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card__title {
    font-size: 24px;
  }
}
.tour-card__price {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #D91621;
  text-align: right;
  margin-top: 5px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .tour-card__price {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card__price {
    margin-top: -2px;
    font-size: 24px;
  }
}
.tour-card__text {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .tour-card__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card__text {
    font-size: 18px;
    margin-top: 14px;
  }
}
.tour-card__text-red {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3px;
  color: #D91621;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .tour-card__text-red {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card__text-red {
    font-size: 16px;
    margin-top: 9px;
  }
}

.tour-card__nomad {
  margin-top: 18px;
  -webkit-box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
          box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
@media screen and (min-width: 1000px) {
  .tour-card__nomad {
    margin-top: 28px;
  }
}

.tour-card--plan {
  margin-top: 21px;
  height: 452px !important;
  -webkit-box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
          box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
@media screen and (min-width: 1000px) {
  .tour-card--plan {
    height: 220px !important;
    margin-top: 32px;
  }
}
.tour-card--plan .tour-card__price {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .tour-card--plan .tour-card__image {
    height: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card--plan .tour-card__title {
    margin-top: 16px;
  }
}
.tour-card--plan .tour-card__price {
  -webkit-transform: translateX(-11px);
          transform: translateX(-11px);
}
@media screen and (min-width: 1000px) {
  .tour-card--plan .tour-card__price {
    font-size: 22px;
    -webkit-transform: translateX(-11px);
            transform: translateX(-11px);
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-card--plan .tour-card__price-3 {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
    margin-top: -15px;
  }
}
.tour-card--plan .tour-card__text {
  margin-top: 8px;
}
@media screen and (min-width: 1000px) {
  .tour-card--plan .tour-card__text-3 {
    margin-top: 2px;
  }
}

@media screen and (min-width: 1000px) {
  .tour-card.tour-card--plan.swiper-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 20px;
}
@media screen and (min-width: 1000px) {
  .header {
    background-color: rgba(255, 249, 235, 0.5);
    padding: 30px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
  }
}

@media screen and (min-width: 1000px) {
  .header__link {
    text-align: center;
    width: 130px;
    height: 60px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    padding: 16px 9px;
    background-color: #4FABBF;
    border-radius: 5px;
  }
}

.header__logo-sp {
  display: block;
}
.header__logo-sp img {
  position: relative;
  top: 4px;
  width: 70px;
  display: block;
}
@media screen and (min-width: 1000px) {
  .header__logo-sp {
    display: none;
  }
}

.header__logo {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header__logo {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .header__logo {
    justify-self: center;
  }
}

@media screen and (min-width: 1000px) {
  .header__logo img {
    width: 114px;
    height: 50px;
    margin-inline: 16px;
  }
}

.header__link--icon img {
  width: 20px;
  height: 16px;
}

.header__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
}
@media screen and (min-width: 1000px) {
  .header__open {
    display: none;
  }
}
.header__open.is-active .drawer-icon__bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header__open.is-active .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}
.header__open.is-active .drawer-icon__bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.header__open.is-active .drawer-icon__bar:nth-child(4)::after {
  content: "CLOSE";
}

.drawer-icon {
  position: relative;
}

.drawer-icon__bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-icon__bar:nth-child(1), .drawer-icon__bar:nth-child(2), .drawer-icon__bar:nth-child(3) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.drawer-icon__bar:last-child {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}
.drawer-icon__bar:last-child::after {
  color: #ffffff;
  content: "MENU";
}

/* 開いた状態 */
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(4)::after {
  content: "CLOSE";
  color: #ffffff;
}

.drawer-content {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #4FABBF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .drawer-content {
    display: none;
  }
}
.drawer-content.is-checked {
  opacity: 1;
  visibility: visible;
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 130px;
  text-align: center;
}

.drawer-content__link {
  font-family: "Noto Sans JP", serif;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.fv {
  position: relative;
}
.fv__slide {
  position: relative;
}
.fv__content {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .fv__content {
    top: 259px;
    right: 112px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
.fv__content-1 {
  top: 140px;
  left: 20px;
}
@media screen and (min-width: 1000px) {
  .fv__content-1 {
    top: 258px;
    left: 669px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
.fv__content-2 {
  top: 140px;
  left: 20px;
}
@media screen and (min-width: 1000px) {
  .fv__content-2 {
    top: 256px;
    left: 669px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
.fv__content-3 {
  top: 140px;
  left: 20px;
}
@media screen and (min-width: 1000px) {
  .fv__content-3 {
    top: 259px;
    left: 672px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
.fv__catch-top, .fv__catch-bottom {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0;
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
@media screen and (min-width: 1000px) {
  .fv__catch-top, .fv__catch-bottom {
    position: relative;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 32px;
    color: #ffffff;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
  }
}
.fv__catch-bottom-1 {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .fv__catch-bottom-1 {
    margin-top: 0;
  }
}
.fv__catch-bottom-2 {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .fv__catch-bottom-2 {
    margin-top: 0;
  }
}
.fv__catch-bottom-3 {
  position: relative;
  margin-top: 11px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1000px) {
  .fv__catch-bottom-3 {
    margin-top: 0;
  }
}
.fv__catch-no {
  position: relative;
  top: 0;
  left: 0px;
}
@media screen and (min-width: 1000px) {
  .fv__catch-no {
    top: 0;
    left: 8px;
  }
}
.fv__catch-bottom-last {
  position: relative;
  top: 10px;
  left: 230px;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .fv__catch-bottom-last {
    top: 0px;
    left: 2px;
  }
}
.fv__catch-number-1 {
  font-family: "Oswald", serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
@media screen and (min-width: 1000px) {
  .fv__catch-number-1 {
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    line-height: 150%;
    letter-spacing: 0.06em;
    text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
  }
}
.fv__catch-number-3 {
  font-family: "Oswald", serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
@media screen and (min-width: 1000px) {
  .fv__catch-number-3 {
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    line-height: 150%;
    letter-spacing: 0;
    text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
  }
}
@media screen and (min-width: 1000px) {
  .fv__catch-top-1 {
    margin-bottom: 15px;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .fv__catch-top-2 {
    margin-bottom: 15px;
  }
}
.fv__catch-top-3 {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .fv__catch-top-3 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .fv__slide-img {
    width: 100%;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.fv__accent-img1 {
  width: 80px;
  height: 66px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .fv__accent-img1 {
    width: 114px;
    height: 98px;
  }
}
.fv__accent-img2 {
  position: absolute;
  width: 149px;
  height: 49px;
  top: -16px;
  right: 4px;
}
@media screen and (min-width: 1000px) {
  .fv__accent-img2 {
    width: 248px;
    height: 74px;
    top: -25px;
    right: 102px;
  }
}
.fv__accent-img3 {
  position: absolute;
  width: 63px;
  height: 42px;
  top: -9px;
  right: 20px;
}
@media screen and (min-width: 1000px) {
  .fv__accent-img3 {
    width: 92px;
    height: 71px;
    top: -9px;
    right: 161px;
  }
}
.fv__text-space-1 {
  margin-right: 68px;
}
@media screen and (min-width: 1000px) {
  .fv__text-space-1 {
    margin-right: 82px;
  }
}
@media screen and (min-width: 1000px) {
  .fv__text-space-2 {
    margin-right: 90px;
  }
}
.fv__text-space-3 {
  margin-left: 61px;
}
@media screen and (min-width: 1000px) {
  .fv__text-space-3 {
    margin-left: 100px;
  }
}

.appeal {
  background-color: #FFF9EB;
}
.appeal__inner {
  padding: 10px 20px 60px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .appeal__inner {
    padding: 10px 80px;
  }
}
@media screen and (min-width: 1000px) {
  .appeal__inner {
    max-width: 950px;
    margin: 0 auto;
    padding: 16px 0 90px;
  }
}

.appeal__reservation {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .appeal__reservation {
    display: none;
  }
}

.reservation__button {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #4FABBF;
  background-color: #fff;
  border: 5px solid #4FABBF;
  padding: 7px 22px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .reservation__button {
    width: 100%;
  }
}

.appeal__title {
  text-align: center;
  width: 307px;
  height: 141px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .appeal__title {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .appeal__title {
    width: 464px;
    height: 188px;
    margin: 0 auto;
    -webkit-transform: translateX(-53px);
            transform: translateX(-53px);
  }
}

.appeal-card {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .appeal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-top: 79px;
  }
}

.appeal-card:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .appeal-card:first-of-type {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1000px) {
  .appeal-card:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.appeal-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 1000px) {
  .appeal-card__images {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1000px) {
  .appeal-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.appeal-card__image img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1000px) {
  .appeal-card__image img {
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .appeal-card__image img {
    width: 220px;
    height: 150px;
  }
}

.appeal-card__image--large img {
  height: 200px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .appeal-card__image--large img {
    height: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .appeal-card__image--large img {
    width: 450px;
    height: 280px;
  }
}

.appeal-card__image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.appeal-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  margin-top: 18px;
}
@media screen and (min-width: 1000px) {
  .appeal-card__heading {
    margin-top: 0;
    gap: 38px;
  }
}

.appeal-card__number {
  position: relative;
  font-family: "Oswald", serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .appeal-card__number {
    font-size: 65px;
  }
}
.appeal-card__number::after {
  content: "";
  position: absolute;
  right: -17px;
  width: 3px;
  height: 50px;
  top: 50%;
  background-color: #333333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .appeal-card__number::after {
    right: -20px;
    height: 74px;
    top: 55%;
  }
}

.appeal-card__title {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .appeal-card__title {
    font-size: 28px;
  }
}

.appeal-card__text {
  margin-top: 22px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .appeal-card__text {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.7;
  }
}

.appeal-card__button {
  padding-top: 19px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .appeal-card__button {
    padding-top: 45px;
  }
}

.appeal__button-blue {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: 300px;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #4FABBF;
  padding: 18px 30px;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .appeal__button-blue {
    width: 350px;
    font-size: 18px;
    padding: 22px 30px;
  }
}

.appeal__button-blue::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
}
@media screen and (min-width: 1000px) {
  .appeal__button-blue::after {
    right: 20px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ffffff;
  }
}

.balloon-tour {
  background-image: url("../img/itinerary_bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .balloon-tour {
    background-image: url("../img/itinerary_bg.jpg");
  }
}
.balloon-tour__inner {
  padding: 10px 20px 60px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .balloon-tour__inner {
    padding: 10px 70px 70px;
  }
}
@media screen and (min-width: 1000px) {
  .balloon-tour__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 19px 0px 93px;
  }
}
.balloon-tour__title {
  text-align: center;
  width: 307px;
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .balloon-tour__title {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .balloon-tour__title {
    width: 447px;
    height: 115px;
    margin: 0 auto;
    -webkit-transform: translateX(-43px);
            transform: translateX(-43px);
  }
}
.balloon-tour__lead {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .balloon-tour__lead {
    font-size: 20px;
    margin-top: 50px;
  }
}

.tour-example {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .tour-example {
    margin-top: 50px;
  }
}
.tour-example__title {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .tour-example__title {
    font-size: 30px;
  }
}
.tour-example__image {
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .tour-example__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .tour-example__image {
    margin-top: 30px;
  }
}
.tour-example__image img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tour-example__image img {
    max-width: 852px;
  }
}

.nomad-tour {
  background-color: color-beige;
}
.nomad-tour__inner {
  padding: 10px 20px 60px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .nomad-tour__inner {
    padding: 10px 70px 70px;
  }
}
@media screen and (min-width: 1000px) {
  .nomad-tour__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 19px 0px 90px;
  }
}
.nomad-tour__title {
  text-align: center;
  width: 328px;
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .nomad-tour__title {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .nomad-tour__title {
    width: 515px;
    height: 109px;
    margin: 0 auto;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.nomad-tour__image {
  text-align: center;
  width: 331px;
  height: 174px;
  margin-top: 28px;
  -webkit-transform: translateX(-43px);
  transform: translateX(10px);
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .nomad-tour__image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .nomad-tour__image {
    width: 444px;
    height: 212px;
    margin: 0 auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.nomad-tour__lead {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .nomad-tour__lead {
    font-size: 20px;
    margin-top: 112px;
  }
}
.nomad-tour__sub-title {
  text-align: center;
  width: 296px;
  height: auto;
  margin-top: 51px;
}
@media screen and (min-width: 1000px) {
  .nomad-tour__sub-title {
    width: 427px;
    height: 133px;
    margin: 54px auto 0;
    -webkit-transform: translateX(-49px);
            transform: translateX(-49px);
  }
}
.nomad-tour__bottom-image {
  text-align: center;
  width: 375px;
  height: auto;
  margin-top: 33px;
  -webkit-transform: translateX(-14px);
          transform: translateX(-14px);
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .nomad-tour__bottom-image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .nomad-tour__bottom-image {
    width: 1040px;
    height: 206px;
    margin: 77px auto 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@media screen and (min-width: 1000px) {
  .nomad-tour__cards .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .nomad-tour__cards .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .nomad-tour__cards .swiper-pagination {
    display: none;
  }
}
.voice__inner {
  padding: 35px 20px;
}
@media screen and (min-width: 1000px) {
  .voice__inner {
    padding: 90px;
  }
}
.voice__title {
  margin: 0 auto;
  width: 240px;
  height: 27px;
}
@media screen and (min-width: 1000px) {
  .voice__title {
    width: 436px;
    height: 46px;
  }
}
.voice__slider {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .voice__slider {
    margin-top: 55px;
  }
}
.voice__pagination {
  margin-top: 20px;
}
.voice .swiper-pagination {
  position: static;
}
.voice .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #d9d9d9;
}
.voice .swiper-pagination-bullet-active {
  background-color: #4FABBF;
}
@media screen and (min-width: 1000px) {
  .voice .voice__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .voice .swiper-slide {
    width: calc((100% - 30px) / 2) !important;
  }
  .voice .swiper-pagination {
    display: none;
  }
}

.voice-card {
  position: relative;
  width: 350px;
  height: 469px;
  margin-top: 6px;
}
@media screen and (min-width: 1000px) {
  .voice-card {
    width: 460px !important;
    height: 635px !important;
  }
}
.voice-card img {
  display: block;
  width: 100%;
  height: auto;
}
.voice-card__button {
  position: absolute;
  bottom: 31px;
  left: 48px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .voice-card__button {
    bottom: 29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) {
  .voice-card__button {
    bottom: 29px;
    left: 107px;
  }
}
.voice-card__button .appeal__button-blue {
  width: 250px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .voice-card__button .appeal__button-blue {
    height: 60px;
  }
}

.voice .swiper-pagination {
  margin-top: 15px !important;
}

.voice .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 10px !important;
  background-color: #d9d9d9 !important;
  opacity: 1 !important;
}

.voice .swiper-pagination-bullet-active {
  background-color: #333333 !important;
}

.voice-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.voice-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-modal__overlay {
  position: absolute;
  inset: 0;
  background: #FFF9EB;
}
.voice-modal__content {
  position: relative;
  z-index: 1;
}
.voice-modal__content img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
}
.voice-modal__close {
  bottom: -20px;
  left: 48px;
  width: 250px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .voice-modal__close {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) {
  .voice-modal__close {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  .voice__slider.swiper {
    overflow: visible;
  }
  .voice__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 75px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .voice__slider .swiper-slide {
    width: 460px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .voice__slider .swiper-pagination {
    display: none;
  }
}
.voice-gallery {
  margin-top: -3x;
}
.voice-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.voice-gallery .swiper-slide {
  width: 190px;
}
@media screen and (min-width: 1000px) {
  .voice-gallery .swiper-slide {
    width: 360px !important;
    height: 250px !important;
  }
}
.voice-gallery img {
  width: 100%;
  display: block;
}

.qa {
  padding: 33px 20px 40px;
}
@media screen and (min-width: 1000px) {
  .qa {
    padding: 90px 0;
  }
}
.qa__title {
  margin: 0 auto;
  width: 254px;
  height: 27px;
}
@media screen and (min-width: 1000px) {
  .qa__title {
    width: 465px;
    height: 46px;
  }
}
.qa__boxes {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .qa__boxes {
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .qa__boxes {
    margin-top: 59px;
    max-width: 1000px;
    margin-inline: auto;
    gap: 17px;
  }
}
.qa__button {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 1000px) {
  .qa__button {
    margin-top: 58px;
  }
}

.qa-box {
  border-radius: 6px;
  border: 1px solid #111;
  background: #fff;
}
.qa-box.is-open .qa-box__head::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.qa-box__head {
  padding: 10px 16px 9px 46px;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .qa-box__head {
    padding: 16px 77px 15px 108px;
  }
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 9px;
  width: 11px;
  height: 11px;
  background: url(../img/qa-arrow.png) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1000px) {
  .qa-box__head::after {
    right: 26px;
    margin-top: 0px;
    width: 18px;
    height: 18px;
  }
}
.qa-box__head-icon {
  position: absolute;
  top: 8px;
  left: 9px;
  display: grid;
  place-items: center;
  font-family: "Oswald", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #4FABBF;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .qa-box__head-icon {
    left: 21px;
    top: 11px;
    width: 37px;
    height: 37px;
    font-size: 28px;
  }
}
.qa-box__head-text {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .qa-box__head-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
  }
}
.qa-box__body {
  padding: 0px 16px 7px 0px;
  display: none;
  border-top: 1px solid #333333;
}
@media screen and (min-width: 1000px) {
  .qa-box__body {
    padding: 5px 95px 12px 19px;
  }
}
.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .qa-box__a {
    gap: 50px;
  }
}
.qa-box__a-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Oswald", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #ffffff;
  color: #4FABBF;
  border: 1px solid #4FABBF;
  margin-top: 12px;
  margin-left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1000px) {
  .qa-box__a-icon {
    font-weight: 300;
    width: 37px;
    height: 37px;
    font-size: 28px;
    margin-top: 16px;
    margin-left: 2px;
  }
}
.qa-box__a-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .qa-box__a-text {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 5px;
    font-weight: 300;
  }
}

.contact {
  padding: 36px 18px 40px 20px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .contact {
    padding: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .contact {
    padding: 90px;
  }
}
.contact__title {
  margin: 0 auto;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 254px;
  height: 27px;
}
@media screen and (min-width: 1000px) {
  .contact__title {
    width: 465px;
    height: 46px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.contact__form {
  margin-top: 36px;
}
@media screen and (min-width: 1000px) {
  .contact__form {
    margin-top: 56px;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .contact__fields {
    gap: 26px;
  }
}
.contact__privacy {
  margin-top: 29px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .form-field__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    gap: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .form-field__massage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
    gap: 16px;
  }
}
.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .form-field__head {
    font-size: 24px;
    width: 259px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  .form-field__head-contact {
    margin-top: 9px;
  }
}
.form-field__head-2 {
  gap: 1px;
}
.form-field__head-massage {
  margin-top: -2px;
}
.form-field__label {
  font-weight: 700;
  line-height: 1.4375;
}
.form-field__label-small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .form-field__label-small {
    font-size: 20px;
  }
}
.form-field__label-mongol {
  margin-top: -1px;
}
.form-field__tag {
  display: inline-block;
  padding: 0px 3px;
  border-radius: 2px;
  background: #4FABBF;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .form-field__tag {
    font-size: 16px;
    font-weight: 700;
    padding: 1px 6px;
    position: relative;
    left: 7px;
  }
}
.form-field__item {
  margin-top: 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1000px) {
  .form-field__item {
    margin-top: 0px;
  }
}
.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: -5px;
}
@media screen and (min-width: 1000px) {
  .form-field__radios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 39px;
    margin-top: 14px;
  }
}
.form-field__radios2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  margin-top: -6px;
}
@media screen and (min-width: 1000px) {
  .form-field__radios2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 29px;
  }
}
.form-field__radio--wide {
  width: 100%;
  margin-top: -3px;
}
@media screen and (min-width: 1000px) {
  .form-field__radio--wide {
    margin-top: 0;
  }
}

.form-text {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #333;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 10px;
  margin-left: -1px;
  color: rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 1000px) {
  .form-text {
    margin-top: 2px;
    font-size: 20px;
    padding: 8px 27px 7px;
  }
}

.form-radio {
  line-height: 1.4375;
}
.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__text {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 1000px) {
  .form-radio__text {
    font-size: 20px;
    padding-left: 41px;
    white-space: nowrap;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  left: 0;
  border-radius: 0;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .form-radio__text::before {
    width: 26px;
    height: 26px;
  }
}
.form-radio__text::after {
  width: 10px;
  height: 10px;
  background: #4FABBF;
  left: 4px;
  opacity: 0;
}

.form-textarea {
  border-radius: 9px;
  border: 1px solid #111;
  background: #fff;
  width: 100%;
  height: 162px;
  color: #adadad;
}
@media screen and (min-width: 1000px) {
  .form-textarea {
    height: 226px;
  }
}

.contact__button {
  text-align: center;
  margin-top: 23px;
}
@media screen and (min-width: 1000px) {
  .contact__button {
    margin-top: 31px;
  }
}

.contact__button .button {
  width: 170px;
  margin-left: -2px;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #4FABBF;
  padding: 13px;
  border-radius: 4px;
}
@media screen and (min-width: 1000px) {
  .contact__button .button {
    width: 170px;
    font-size: 20px;
    padding: 20px 30px;
  }
}

.contact__links {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .contact__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-top: 51px;
  }
}

.contact-card img {
  width: 300px;
  height: 120px;
}
@media screen and (min-width: 1000px) {
  .contact-card img {
    height: 160px;
  }
}

.contact__text {
  width: 300px;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin-inline: auto;
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .contact__text {
    font-size: 14px;
    margin-top: 19px;
    width: 644px;
  }
}

.footer {
  background-color: #4FABBF;
  padding: 40px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 40px 20px 20px;
  }
}
.footer__nav {
  display: grid;
  padding: 0 20px;
  gap: 24px 61px;
  color: #ffffff;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1000px) {
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 61px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__group-example {
  gap: 13px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  white-space: nowrap;
}
.footer__group-example {
  gap: 6px;
}
.footer__group-diary {
  gap: 10px;
}
.footer__text {
  margin-top: 29px;
}
@media screen and (min-width: 1000px) {
  .footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__copy {
  text-align: center;
  margin-top: 26px;
}