@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #fff;
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8237rem + 0.2105vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  min-height: 100vh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  position: relative;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media all and (max-width: 896px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media all and (max-width: 896px) {
  .mt80 {
    margin-top: 64px !important;
  }
}

.--red {
  color: #FF0000;
}

.width {
  width: calc(100% - 80px);
  max-width: 1340px;
  margin-inline: auto;
}
@media all and (max-width: 480px) {
  .width {
    width: calc(100% - 30px);
  }
}

.outer {
  overflow: hidden;
}

.common-ttl {
  display: flex;
  flex-direction: column;
  gap: 8px 20px;
}
.common-ttl.--horizontal {
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
}
.common-ttl.--horizontal .common-ttl__en {
  padding-bottom: 0.2em;
}
.common-ttl.--white .common-ttl__jp:first-letter {
  color: #fff;
}
.common-ttl__jp {
  word-break: keep-all;
  font-size: clamp(1.75rem, 1.5447rem + 0.8421vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.common-ttl__jp:first-letter {
  font-size: 1.28em;
  color: #4EBDD2;
}
.common-ttl__en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1rem, 0.8974rem + 0.4211vw, 1.25rem);
  font-weight: 600;
  line-height: 1.1;
}
.common-ttl__catch {
  font-size: clamp(1.125rem, 0.9711rem + 0.6316vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.common-ttl__second {
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.727em;
}
.common-ttl__second > span {
  flex-shrink: 0;
}
.common-ttl__second::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #A3A3A3;
  flex-grow: 1;
}

.common-btn {
  text-align: center;
  width: 100%;
  max-width: 500px;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 360px;
  }
}
.common-btn__link {
  display: block;
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #4EBDD2;
}
.common-btn.--center {
  margin-inline: auto;
}

.common-banner {
  background: #F5F5F5;
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .common-banner {
    padding: 40px 0;
  }
}
@media all and (max-width: 896px) {
  .common-banner__slide {
    margin-inline: calc(50% - 50vw);
  }
}
.common-banner .splide {
  padding-bottom: 40px;
}
.common-banner .splide__pagination {
  gap: 10px;
  bottom: 0;
}
.common-banner .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #A0A0A0;
  opacity: 1;
}
.common-banner .splide__pagination__page.is-active {
  background: #4EBDD2;
  transform: scale(1);
}

.common-fixed__btn {
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 600;
}
@media all and (max-width: 600px) {
  .common-fixed__btn {
    display: none;
  }
}
@media all and (max-width: 896px) {
  .common-fixed__btn img {
    width: 100px;
  }
}

.common-fixed__btn__sp {
  display: none;
}
@media all and (max-width: 600px) {
  .common-fixed__btn__sp {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 600;
  }
}
.common-fixed__btn__sp__link {
  padding: 14px;
  text-align: center;
  display: block;
  background: url("../images/common/ship_white.svg") center left 8.2vw/54px auto no-repeat, #EC6D81;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.common-modal {
  display: none;
}
.common-modal.is-open {
  display: block;
}
.common-modal[aria-hidden=false] .common-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=false] .common-modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=true] .common-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=true] .common-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=true] .common-modal__movie {
  display: none;
}
.common-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4000;
  will-change: transform;
}
.common-modal__container {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
  will-change: transform;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .common-modal__container {
    padding: 48px 0;
  }
}
.common-modal__contents {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.common-modal__movie {
  width: 100%;
}
.common-modal__movie iframe, .common-modal__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.common-modal__btn {
  cursor: pointer;
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 12px #000);
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 50;
}
@media all and (max-width: 896px) {
  .common-modal__btn {
    width: 22px;
    height: 22px;
    top: -30px;
  }
}
.common-modal__btn::before, .common-modal__btn::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  border-radius: 9999px;
  background: #fff;
  position: absolute;
  left: 0;
}
@media all and (max-width: 896px) {
  .common-modal__btn::before, .common-modal__btn::after {
    width: 22px;
    height: 2px;
  }
}
.common-modal__btn::before {
  rotate: 45deg;
}
.common-modal__btn::after {
  rotate: -45deg;
}

[data-micromodal-trigger] {
  cursor: pointer;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.lg-container .lg-image {
  width: 80%;
  max-width: 1000px;
}
@media all and (max-width: 896px) {
  .lg-container .lg-image {
    width: calc(100% - 40px);
  }
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.header-wrapper {
  width: 100%;
  height: 90px;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-wrapper {
    height: 60px;
  }
}
@media all and (max-width: 896px) {
  .header-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    background: linear-gradient(180deg, #fff 0%, transparent 100%);
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: -10;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media all and (max-width: 1025px) {
  .header-contents {
    display: none;
  }
}
.header-logo {
  position: absolute;
  top: 0;
  left: 30px;
}
@media all and (max-width: 896px) {
  .header-logo {
    top: 12px;
    left: 12px;
  }
}
.header-logo__link {
  display: block;
  padding: 15px 10px;
  border-right: 4px solid #4EBDD2;
  border-bottom: 4px solid #4EBDD2;
  border-left: 4px solid #4EBDD2;
  border-radius: 0 0 24px 24px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .header-logo__link {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
}
@media (hover: hover) {
  .header-logo__link:hover {
    opacity: 1;
  }
}
@media all and (max-width: 896px) {
  .header-logo img {
    width: 120px;
  }
}
.header-menu {
  font-size: clamp(0.875rem, 0.7318rem + 0.2235vw, 1rem);
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}
.header-menu__item {
  text-align: center;
}
.header-menu__item.current {
  color: #4EBDD2;
}
.header-menu__txt {
  margin-top: 0.5em;
}
.header-hamburger {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #4EBDD2;
  cursor: pointer;
  z-index: 600;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-hamburger {
    width: 60px;
    height: 60px;
  }
}
.header-hamburger.active .header-hamburger__line {
  height: 2px;
  background: #fff;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: 45deg;
}
@media all and (max-width: 896px) {
  .header-hamburger.active .header-hamburger__line:nth-of-type(1) {
    translate: -2px 0;
  }
}
.header-hamburger.active .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: -45deg;
}
@media all and (max-width: 896px) {
  .header-hamburger.active .header-hamburger__line:nth-of-type(3) {
    translate: -2px 0;
  }
}
.header-hamburger__line {
  display: block;
  width: 38px;
  height: 6px;
  background: url("../images/common/hamburger_wave.svg") center center/contain no-repeat;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s ease-out, opacity 0.1s ease-out;
}
@media all and (max-width: 896px) {
  .header-hamburger__line {
    width: 25px;
    height: 4px;
  }
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -9px;
}
@media all and (max-width: 896px) {
  .header-hamburger__line:nth-of-type(1) {
    translate: 0 -7px;
  }
}
.header-hamburger__line:nth-of-type(3) {
  translate: 0 9px;
}
@media all and (max-width: 896px) {
  .header-hamburger__line:nth-of-type(3) {
    translate: 0 7px;
  }
}
.header-nav {
  width: 100%;
  max-width: 600px;
  height: 100dvh;
  padding: 160px 0 56px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
}
@media all and (max-width: 896px) {
  .header-nav {
    padding: 112px 0 40px;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__logo {
  position: absolute;
  top: 16px;
  left: 8px;
}
@media all and (max-width: 896px) {
  .header-nav__logo {
    top: 12px;
    left: 10px;
  }
}
@media all and (max-width: 896px) {
  .header-nav__logo img {
    width: 120px;
  }
}
.header-nav__list {
  border-top: 1px solid #D9D9D9;
}
.header-nav__list__item {
  border-bottom: 1px solid #D9D9D9;
}
.header-nav__list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  font-size: clamp(1rem, 0.9363rem + 0.2614vw, 1.25rem);
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .header-nav__list__link {
    gap: 16px;
    padding: 16px;
  }
}
.header-nav__list__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/common/circle_arrow_right_blue.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .header-nav__list__link::after {
    width: 16px;
    height: 16px;
  }
}
.header-nav__contact {
  text-align: center;
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .header-nav__contact {
    width: calc(100% - 32px);
    margin-top: 32px;
  }
}
.header-nav__contact__link {
  display: block;
  padding: 20px;
  border-radius: 8px;
  font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
  font-weight: 700;
  background: url("../images/common/ship_white.svg") center left 20px/56px auto no-repeat, #EC6D81;
  color: #fff;
}
@media all and (max-width: 896px) {
  .header-nav__contact__link {
    padding: 16px;
    background: url("../images/common/ship_white.svg") center left 16px/48px auto no-repeat, #EC6D81;
  }
}
.header-nav__sns {
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .header-nav__sns {
    width: calc(100% - 32px);
    margin-top: 32px;
    gap: 24px;
  }
}
@media all and (max-width: 896px) {
  .header-nav__sns__link img {
    width: 36px;
  }
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 400;
  background: #fff;
}
.footer-wave {
  width: 100%;
  height: 38px;
  background-image: url("../images/common/footer_wave.svg");
  background-size: 1920px 38px;
  background-repeat: repeat-x;
  -webkit-animation: wave linear 40s infinite;
          animation: wave linear 40s infinite;
  will-change: animation;
}
@media all and (max-width: 896px) {
  .footer-wave {
    height: 19px;
    background-size: 960px 19px;
    -webkit-animation: waveSp linear 30s infinite;
            animation: waveSp linear 30s infinite;
  }
}
@-webkit-keyframes wave {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1920px 0;
  }
}
@keyframes wave {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1920px 0;
  }
}
@-webkit-keyframes waveSp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -960px 0;
  }
}
@keyframes waveSp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -960px 0;
  }
}
.footer-wrapper {
  padding: 48px 0 56px;
  background: #2B90C6;
  color: #fff;
}
@media all and (max-width: 896px) {
  .footer-wrapper {
    padding: 64px 0;
  }
}
.footer-container {
  max-width: 1100px;
  container-type: inline-size;
}
.footer-first {
  padding-bottom: 56px;
}
@media all and (max-width: 896px) {
  .footer-first {
    display: none;
  }
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 2.22em;
  font-size: clamp(0.875rem, 0.7377rem + 0.5634vw, 1.125rem);
  font-weight: 500;
}
.footer-nav__second {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px 2.857em;
  font-size: clamp(0.8125rem, 0.7782rem + 0.1408vw, 0.875rem);
}
.footer-nav__second__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.143em;
  height: 1em;
  background: url("../images/common/icon_blank_white.svg") center center/contain no-repeat;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
.footer-second {
  border-top: 1px solid #fff;
  padding-top: 56px;
}
@media all and (max-width: 896px) {
  .footer-second {
    border-top: none;
    padding-top: 0;
  }
}
.footer-second__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4.73cqw;
}
@media all and (max-width: 896px) {
  .footer-second__inner {
    flex-direction: column;
  }
}
.footer-second__contents {
  display: flex;
  align-items: center;
  gap: 2.73cqw;
}
@media all and (max-width: 896px) {
  .footer-second__contents {
    display: contents;
  }
}
@media all and (max-width: 896px) {
  .footer-second__logo img {
    width: 176px;
  }
}
@media all and (max-width: 896px) {
  .footer-second__block {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.footer-second__name {
  font-size: 1.125rem;
  font-weight: 700;
}
.footer-second__address {
  margin-top: 4px;
  font-size: clamp(0.875rem, 0.8063rem + 0.2817vw, 1rem);
}
.footer-second__sns {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .footer-second__sns {
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
}
@media all and (max-width: 896px) {
  .footer-second__sns__item img {
    width: 32px;
  }
}
@media all and (max-width: 896px) {
  .footer-tel {
    width: 100%;
    margin-top: 40px;
  }
}
.footer-tel__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 32px;
  border: 2px solid #fff;
}
@media all and (max-width: 896px) {
  .footer-tel__link {
    padding: 16px;
  }
}
.footer-tel__txt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.294rem + 0.8451vw, 1.875rem);
  line-height: 1.4;
}
.footer-tel__txt .txt_large {
  font-size: 1.333em;
}
.footer-tel__time {
  font-size: clamp(1.1875rem, 1.0502rem + 0.5634vw, 1.4375rem);
  line-height: 1.4;
}
.footer-tel__time .txt_number {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.footer-third {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .footer-third {
    margin-top: 32px;
  }
}
.footer-third__txt {
  font-size: 0.875rem;
}
.footer-third__copyright {
  font-size: clamp(0.75rem, 0.6813rem + 0.2817vw, 0.875rem);
}
.footer-third__copyright > small {
  font-size: inherit;
}
.footer-bottom {
  padding: 12px 0;
  background: #fff;
}
@media all and (max-width: 896px) {
  .footer-bottom {
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: 80px;
  }
}