@charset "utf-8";

/*============================　
　既存スタイル上書き及び追加
=============================*/
.p-contetns-contact:has(+ .p-contents) {
  padding-bottom: 0;
}

.p-top+.p-contetns-contact {
  padding-top: 32px;
}

.p-contents--top+.p-contents:not(.short-news) {
  margin-top: clamp(64px, calc(32.609865470852014px + 8.370702541106128vw), 120px);
}

.p-contents--top>.p-contetns-contact {
  padding-bottom: 24px;
}

.p-contetns-contact:has(+ .s-separator) {
  padding-bottom: 0;
}

.p-info-item__heading:has(+ a) {
  margin-bottom: 34px;
}

/* リンクカード */
.p-info__item.n-hover {
  pointer-events: none;
}

.p-view-list-button[data-size="large"] {
  max-width: fit-content;
  width: auto;
  padding-inline: 16px;
}

.p-info-item__head[data-size="auto"] {
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-info__item[data-size="large"] {
    width: 100%;
    display: grid;
    grid-template-columns: 326px 1fr;
    column-gap: 40px;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__head) {
    grid-column: 1;
    height: 100%;
    align-self: center;
    grid-row: 1 / 3;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__heading) {
    grid-column: 2;
    align-self: end;
    text-align: left;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__detail),
  .p-info__item[data-size="large"] :where(.p-view-list-button) {
    grid-column: 2;
    align-self: start;
  }

  .p-info--column {
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 84px;
  }

  .p-info--column .p-info__item[data-size="large"] {
    margin-left: 0;
    padding: 2rem;
  }

  .p-info--column .p-info__item[data-size="large"] :where(.p-info-item__head) {
    width: 344px;
  }

  .p-info-item__foot {
    height: 155px;
  }

  .p-view-list-button-l {
    width: 300px !important;
  }

  .p-info-item__head_dl {
    height: 250px !important;
  }
}

/* PCそろえる */
@media screen and (min-width: 768px) {
  .p-info.grid {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-info.grid[data-column="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-info.grid .p-info__item {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }

  .p-info.grid[data-item-row="4"] .p-info__item {
    grid-row: span 4;
  }
}

/* メインビジュアル */
/* ------------------- */
.p-top {
  overflow: hidden;
}

.p-top__inner {
  position: relative;
}

.p-top__titleArea {
  position: relative;
  z-index: 1;
}

.p-top__img {
  margin-top: 40px;
  max-width: calc(100% - 8vw);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top {
    padding: 150px 0 160px;
    background-image: url("../images/mv01.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1024px) {
  .p-top__img {
    position: absolute;
    inset: 0;
    max-width: 480px;
    margin-top: -40px;
    margin-inline-end: 0;
    padding-bottom: 80px;
    place-content: center;
  }
}

@media not screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv01.webp");
    background-color: #000000;
    padding: 80px 0 0px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* ナビゲーション */
.contentPageLink {
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .contentPageLink li {
    width: 240px;
  }

  .contentPageLink li a {
    place-content: center;
    padding: 20px 1em;
    height: 100%;
  }
}

/*============================　
　固有スタイル　.s-xx
=============================*/

/* 共通 */
/* ------------------- */

/* テキスト */
.s-text {
  font-size: 16px;
}

.s-text-lg {
  font-size: clamp(1rem, calc(0.929932735426009rem + 0.29895366218236175vw), 1.125rem);
  line-height: 1.3;
}

.s-text-xl {
  font-size: clamp(1.125rem, calc(1.054932735426009rem + 0.29895366218236175vw), 1.25rem);
  line-height: 1.3;
}

.s-text-2xl {
  font-size: clamp(1.3125rem, calc(1.0672645739910314rem + 1.046337817638266vw), 1.625rem);
  line-height: 1.3;
}

.s-text-3xl {
  font-size: clamp(1.5625rem, calc(1.2471973094170403rem + 1.345291479820628vw), 2.25rem);
  line-height: 1.3;
}

[class*="s-text-"]:has(> .mark) {
  line-height: 1.65;
}

[class*="s-text"]:is(.p-page-heading + *) {
  margin-top: 64px;
}

.s-text-SemiBold {
  font-weight: 600;
}

/* 背景 */
[data-bg="blue"] {
  /* background-color: #f4f6fa; */
  background-color: #e8f4ff;
}

[data-bg] {
  padding-top: 120px;
  padding-bottom: 120px;
}

[data-bg] .p-page-heading {
  margin-top: 0;
}

.s-separator {
  margin-top: 120px;
  display: block grid;
  grid-template-areas: "stack";
  align-items: center;
  isolation: isolate;
  clip-path: inset(0);
}

.s-separator>* {
  grid-area: stack;
}

.s-separator_titleArea {
  display: block grid;
  align-items: center;
  padding-block: clamp(2.5rem, 1.2745rem + 5.2288vw, 5rem);
  padding-inline: 6.4vw;
  min-height: clamp(20rem, 15.8564rem + 17.6796vw, 25rem);
}

.s-separator_text {
  /* font-family: "Noto Serif JP", serif; */
  font-size: clamp(1.125rem, 0.7624rem + 1.547vw, 2rem);
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}

.s-separator_img {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.s-separator_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 100lvmax solid rgb(0 0 0 / 60%);
  outline-offset: -100lvmax;
}

/* 色 */
.s-text-primary {
  color: #003366;
}

.s-text-white {
  color: #fff;
}

.s-bg-primary {
  background-color: #003366;
}

.s-bg-white {
  background-color: #fff;
}

/* ボックス */
.s-mx-auto {
  margin-inline: auto;
}

.s-w-fit {
  max-width: fit-content;
}

.s-fit-mx {
  max-width: fit-content;
  margin-inline: auto;
}

/* 悩み */
/* ------------------- */
.s-nayami-block {
  width: 100%;
  padding-block: 40px;
  padding-inline: clamp(1rem, 0.1713rem + 3.5359vw, 3rem);
  background-color: #e9ecf2;
  border-radius: 12px;
}

.s-nayami__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px 32px;
}

.s-nayami__title {
  max-width: fit-content;
  margin-inline: auto;
  padding: 2px 24px 4px;
  background-color: #003366;
  color: #fff;
  font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem);
  letter-spacing: 0.2em;
  font-weight: bold;
  border-radius: calc(infinity * 1px);
}

.s-nayami__img {
  margin-top: 8px;
}

.s-nayami-box {
  max-width: 820px;
  margin-inline: auto;
  padding: 30px 6.4%;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #0076cb;
}

.s-nayami-box__title {
  max-width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
  color: #0076cb;
}

.s-nayami-box__title svg {
  width: 1.5rem;
  height: auto;
  margin-block-start: 0.125em;
  aspect-ratio: 1;
  fill: #0076cb;
}

.s-nayami__arrow {
  position: relative;
  display: block;
  width: 64px;
  height: auto;
  margin-top: -32px;
  margin-inline: auto;
  aspect-ratio: 1;
  fill: #003366;
}

@media screen and (min-width: 768px) {
  .s-nayami-box {
    padding: 24px;
  }
}

/* 旅行体験を通してのブランドへの期待・理解 */
/* ------------------- */
.s-brand__name {
  max-width: fit-content;
  font-weight: 600;
  color: #fff;
  padding: 2px 6px 2px;
  background-color: #003366;
}

.s-brand__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 56px;
}

.s-brand__imagebox {
  margin-top: 12px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
}

.s-brand__image {
  position: relative;
}

.s-brand__image img {
  object-fit: cover;
}

.s-brand__image p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
  background: linear-gradient(180deg, rgba(122, 39, 57, 0) 15%, rgb(0 51 102 / 46%) 69%);
  width: 100%;
  height: 40%;
  display: flex;
  align-items: flex-end;
}

.s-brand__body {
  margin-top: 12px;
}

@media not screen and (min-width: 768px) {
  .s-brand__image img {
    aspect-ratio: 2 / 2.5;
  }
}

@media screen and (min-width: 768px) {
  .s-brand__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ブランド体験を想起させる提案例 */
/* ------------------- */
.s-step__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.s-step__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 12px;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
}

.s-step__item:not(:first-child)::before {
  content: "";
  max-width: fit-content;
  width: 15px;
  background-image: url("../images/step.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.s-step__name {
  font-size: clamp(1rem, 0.9299rem + 0.299vw, 1.125rem);
  font-weight: 600;
  color: #003366;
  text-align: center;
}

.s-step__img img {
  height: 100px;
  display: block;
  margin-inline: auto;
}

@media not screen and (min-width: 640px) {
  .s-step__item:not(:first-child)::before {
    margin-inline: auto;
    transform: rotate(90deg);
    top: -38px;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
  }
}

@media screen and (min-width: 640px) {
  .s-step__item:not(:first-child)::before {
    left: -32px;
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 896px) {
  .s-step__lists {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-step__item:nth-child(3)::before {
    content: none;
  }

  .s-step__item:nth-child(5)::before {
    content: none;
  }
}

@media screen and (min-width: 896px) {
  .s-step__lists {
    grid-template-columns: repeat(3, 1fr);
  }

  .s-step__item:nth-child(4)::before {
    content: none;
  }
}