@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

/* 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;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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: bolder;
}

/**
 * 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.25em;
}

sup {
  top: -0.5em;
}

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

/* 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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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=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: bold;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* vw
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* line-height
――――――――――――――――――――――――――――――――――――――――――――――*/
/**********************************************************

ブレイクポイント

***********************************************************/
@font-face {
  font-family: "Hannari Mincho";
  src: url("../font/Hannari.otf") format("opentype");
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* html,body
――――――――――――――――――――――――――――――――――――――――――――――*/
* {
  min-height: 0;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
html.js-noscroll {
  overflow: hidden;
  scroll-behavior: auto;
}
body {
  min-height: 100svh;
  color: #2F393E;
  font-size: 16px;
  font-family: "hiragino-mincho-pron", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS PMincho", "MS Mincho", serif;
  font-weight: 300;
  line-height: 1.75;
  background-color: #FFFFFF;
  position: relative;
  overflow-x: clip;
}
body.is-active {
  overflow: hidden;
}
body.js-noscroll {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
    padding-bottom: 60px;
  }
}

.l-bodyWrap {
  padding-top: 72px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-bodyWrap {
    padding-top: 60px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* デフォルトの設定
――――――――――――――――――――――――――――――――――――――――――――――*/
img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-orientation: from-image;
  pointer-events: none;
}

svg {
  display: block;
}

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
a.c-imgScale .c-img {
  transition: 0.5s;
}
a.c-imgScale:hover {
  opacity: 1;
}
a.c-imgScale:hover .c-img {
  transform: scale(1.1);
}
a circle,
a path,
a line,
a rect {
  transition: 0.3s;
}
a::before, a::after {
  transition: 0.3s;
}

input,
textarea {
  font-family: "hiragino-mincho-pron", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS PMincho", "MS Mincho", serif;
}

.font-accent {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

.relative {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 共通のレイアウト
――――――――――――――――――――――――――――――――――――――――――――――*/
/*** section ***/
.l-section {
  padding: 75px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 75px;
  position: relative;
  overflow-x: clip;
}

.l-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-inner.--s {
  max-width: 1040px;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 余白調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-pd {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-left {
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-right {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd0-left {
  margin-left: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

.l-pd0-right {
  margin-right: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

@media screen and (max-width: 768px) {
  .l-pd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-pd-left {
    padding-left: 20px;
  }
  .l-pd-right {
    padding-right: 20px;
  }
  .l-pd0-left {
    margin-left: -20px;
  }
  .l-pd0-right {
    margin-right: -20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 文字位置調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
.f-bold {
  font-weight: 600px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
.mt-0 {
  margin-top: 0 !important;
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  max-width: 100%;
  width: 203px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 25px;
  background-color: #45C6D7;
  border: 2px solid #45C6D7;
  border-radius: 28px;
  transition: 0.3s;
}
.c-btn.contact__btn {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  width: 287px;
  padding: 17px 25px;
  margin-top: 0;
  background-color: #45C6D7;
  border-radius: 28px;
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 13px;
  margin: auto;
  width: 8px;
  height: 14px;
  background-color: #FFFFFF;
  mask-image: url(../img/common/ico_btn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_btn_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.c-btn:hover {
  color: #45C6D7;
  background-color: #FFFFFF;
  opacity: 1;
}
.c-btn:hover::before {
  background-color: #45C6D7;
}
.c-btn.--menu {
  font-size: 22px;
  color: #2F393E;
  width: 333px;
  padding: 18px 25px 19px;
  background-color: #FFF080;
  border: 2px solid #FFF080;
  margin: 40px auto 0;
}
.c-btn.--menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  width: 10px;
  height: 17px;
  background-color: #2F393E;
}
.c-btn.--menu:hover {
  background-color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-btn {
    margin: 0 auto;
  }
  .c-btn::before {
    right: 20px;
  }
  .c-btn.--menu {
    font-size: 18px;
  }
}
.c-secTtl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
.c-secTtl.--lf {
  text-align: left;
  margin-left: 0;
}
.c-secTtl.--lf .c-secTtl--en {
  padding: 0 0 0 45px;
  margin-left: 0;
}
.c-secTtl.--lf .c-secTtl--en::before {
  top: auto;
  bottom: 43%;
  left: 0;
  right: auto;
  margin: 0;
  width: 35px;
  height: 1.5px;
}

.c-secTtl--en {
  position: relative;
  display: block;
  font-size: clamp(24px, 24px + 6 * (100vw - 768px) / 512, 30px);
  line-height: 1.27;
  color: #45C6D7;
  width: -moz-fit-content;
  width: fit-content;
  padding: 39px 0 0;
  margin: auto;
}
.c-secTtl--en::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1.5px;
  height: 35px;
  margin: auto;
  background-color: #45C6D7;
  content: "";
}

.c-secTtl--ja {
  display: block;
  font-size: clamp(42px, 42px + 10 * (100vw - 768px) / 512, 52px);
  line-height: 1.1538461538;
  color: #234F65;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .c-secTtl.--lf {
    text-align: left;
  }
  .c-secTtl.--lf .c-secTtl--en {
    padding: 0 0 0 31px;
  }
  .c-secTtl.--lf .c-secTtl--en::before {
    width: 21px;
    height: 1px;
  }
  .c-secTtl--en {
    font-size: 20px;
    padding: 31px 0 0;
  }
  .c-secTtl--en::before {
    width: 1px;
    height: 21px;
  }
  .c-secTtl--ja {
    font-size: 32px;
  }
}
.c-contTtl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
.c-contTtl.--lf {
  text-align: left;
  margin-left: 0;
}
.c-contTtl.--lf .c-contTtl--en {
  padding: 0 0 0 40px;
  margin-left: 0;
}
.c-contTtl.--lf .c-contTtl--en::before {
  top: auto;
  bottom: 40%;
  left: 0;
  right: auto;
  margin: 0;
  width: 30px;
  height: 1.5px;
}
.c-contTtl.--lf .c-contTtl--ja {
  margin-top: 3px;
}
.c-contTtl.--notEn {
  margin-top: 132px;
}

.c-contTtl--en {
  position: relative;
  display: block;
  font-size: clamp(24px, 24px + 2 * (100vw - 768px) / 512, 26px);
  line-height: 1.27;
  color: #45C6D7;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 0 0;
  margin: auto;
}
.c-contTtl--en::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1.5px;
  height: 35px;
  margin: auto;
  background-color: #45C6D7;
  content: "";
}

.c-contTtl--ja {
  display: block;
  font-size: clamp(32px, 32px + 10 * (100vw - 768px) / 512, 42px);
  line-height: 1.428;
  color: #234F65;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .c-contTtl.--lf .c-contTtl--en {
    padding: 0 0 0 31px;
  }
  .c-contTtl.--lf .c-contTtl--en::before {
    width: 21px;
    height: 1px;
  }
  .c-contTtl.--lf .c-contTtl--ja {
    margin-top: 3px;
  }
  .c-contTtl.--notEn {
    margin-top: 100px;
  }
  .c-contTtl--en {
    padding: 31px 0 0;
  }
  .c-contTtl--en::before {
    width: 1px;
    height: 21px;
  }
  .c-contTtl--ja {
    font-size: 28px;
  }
}
.c-linkTxt {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.c-linkTxt:hover {
  text-decoration: none;
}

.c-dotTxt {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.66;
  padding-left: 11px;
}
.c-dotTxt::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #45C6D7;
  border-radius: 50%;
  content: "";
}
.c-dotTxt + .c-dotTxt {
  margin-top: 6px;
}
.c-dotTxt .c-linkTxt {
  text-decoration: underline;
  text-underline-offset: 0;
}
.c-dotTxt .c-linkTxt:hover {
  text-decoration: none;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* topKvArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topKvArea {
  position: relative;
  height: 765px;
}
.topKvArea::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(126, 229, 229, 0.25);
  content: "";
}

@media screen and (max-width: 768px) {
  .topKvArea {
    position: relative;
    height: 550px;
  }
}
.c-kvArea::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 6.3953125vw;
  margin: auto;
  background: url(../img/common/bg_wave01.png) no-repeat bottom left/100%;
  content: "";
  z-index: 1;
}

.topKv__video {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topKvTtlBox {
  position: absolute;
  top: 26.1%;
  left: 0;
  right: 0;
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
}

.topKvTtl__sub {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 33px;
  line-height: 1.12;
  letter-spacing: 0.7px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.topKvTtl__sub--highlight {
  display: inline-block;
  width: 230px;
  height: 44px;
  line-height: 1;
  border-radius: 2px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); /* text-shadow 風に */
  background: none;
}

.highlightSvg {
  width: 100%;
  height: auto;
  display: block;
}

.topKvTtl__main {
  font-size: clamp(82px, 82px + 20 * (100vw - 768px) / 512, 102px);
  line-height: 1.0784313726;
  text-align: center;
  margin-top: 20px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
.topKvTtl__main small {
  font-size: clamp(66px, 66px + 16 * (100vw - 768px) / 512, 82px);
}

.topKvTxt {
  font-size: clamp(24px, 24px + 10 * (100vw - 768px) / 512, 34px);
  letter-spacing: 1.8px;
  line-height: 1.286;
  text-align: center;
  margin-top: 14px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .topKvTtlBox {
    top: 31.7%;
  }
  .topKvTtl__sub {
    font-size: 18px;
  }
  .topKvTtl__sub--highlight {
    width: 136px;
    height: 26px;
  }
  .topKvTtl__sub--highlight .highlightSvgText {
    font-size: 30px;
  }
  .topKvTtl__main {
    font-size: 56px;
    margin-top: 11px;
  }
  .topKvTtl__main small {
    font-size: 45px;
  }
  .topKvTxt {
    font-size: 23px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* c-pageHead
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-pageHead {
  position: relative;
  width: 100%;
  min-height: 354px;
}
.c-pageHead::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(69, 198, 215, 0.4);
  content: "";
}

.c-pageHead__imgBox {
  width: 100%;
  height: 100%;
  min-height: 354px;
}

.c-pageHead__img {
  width: 100%;
  height: auto;
  min-height: 354px;
}

.c-pageTtl {
  position: absolute;
  top: 37.8%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
}

.c-pageTtl__mainTxt {
  position: relative;
  font-size: clamp(45px, 45px + 7 * (100vw - 768px) / 512, 52px);
  line-height: 1.307;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 0px rgba(47, 57, 62, 0.25);
}

@media screen and (max-width: 768px) {
  .c-pageHead {
    min-height: auto;
  }
  .c-pageHead__imgBox {
    min-height: auto;
  }
  .c-pageHead__img {
    min-height: auto;
  }
  .c-pageTtl {
    top: 43%;
    max-width: calc(100% - 40px);
  }
  .c-pageTtl__mainTxt {
    font-size: 36px;
    line-height: 1.2;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* c-lowerLeadArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-lowerLeadArea {
  position: relative;
  padding-top: 111px;
  padding-bottom: 160px;
}
.c-lowerLeadArea::after {
  display: block;
  position: absolute;
  bottom: -2.65625vw;
  left: 0;
  width: 100%;
  height: 2.734375vw;
  margin: auto;
  background: url(../img/common/bg_wave02.png) no-repeat bottom left/100%;
  content: "";
  z-index: 1;
}

.c-lowerLeadTtl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(32px, 32px + 10 * (100vw - 768px) / 512, 42px);
  line-height: 1.428;
  text-align: center;
  color: #234F65;
}

.c-lowerLeadTtl-sub {
  display: block;
  font-family: "hiragino-mincho-pron", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS PMincho", "MS Mincho", serif;
  font-size: clamp(18px, 18px + 7 * (100vw - 768px) / 512, 25px);
  font-weight: 300;
  line-height: 1.44;
  border-top: 1.5px solid #234F65;
  border-bottom: 1.5px solid #234F65;
  max-width: 224px;
  margin: -18px auto 23px;
  padding: 3px 0;
}

.c-lowerLeadTxt {
  font-size: 18px;
  line-height: 2;
  margin-top: 60px;
}

.c-lowerLeadPointList {
  margin-top: 90px;
}

.c-lowerLeadPointListItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
}
.c-lowerLeadPointListItem + .c-lowerLeadPointListItem {
  margin-top: 51px;
}
.c-lowerLeadPointListItem:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.c-lowerLeadPointListItem:nth-of-type(2n) .c-lowerLeadPointListItem__contBox {
  position: absolute;
  left: 0;
  right: auto;
}

.c-lowerLeadPointListItem__imgBox {
  flex: 1 1 500px;
  max-width: 500px;
}

.c-lowerLeadPointListItem__img {
  width: 100%;
  height: auto;
}

.c-lowerLeadPointListItem__contBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.c-lowerLeadPointListItem__point {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2.1px;
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
  color: #45C6D7;
  padding-bottom: 3px;
  border-bottom: 1px solid #45C6D7;
}
.c-lowerLeadPointListItem__point small {
  font-size: 21px;
}

.c-lowerLeadPointListItem__ttl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(30px, 30px + 4 * (100vw - 768px) / 512, 34px);
  line-height: 1.338;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  margin-top: 17px;
}

.c-lowerLeadPointListItem__txt {
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
  max-width: 500px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-lowerLeadArea {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .c-lowerLeadTtl {
    font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 28px;
    line-height: 1.428;
    text-align: center;
    color: #234F65;
  }
  .c-lowerLeadTtl-sub {
    max-width: 170px;
  }
  .c-lowerLeadTxt {
    font-size: 16px;
    margin-top: 40px;
  }
  .c-lowerLeadPointList {
    margin-top: 70px;
  }
  .c-lowerLeadPointListItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
  .c-lowerLeadPointListItem + .c-lowerLeadPointListItem {
    margin-top: 60px;
  }
  .c-lowerLeadPointListItem:nth-of-type(2n) {
    flex-direction: column;
  }
  .c-lowerLeadPointListItem:nth-of-type(2n) .c-lowerLeadPointListItem__contBox {
    position: static;
  }
  .c-lowerLeadPointListItem__imgBox {
    flex: 1 1 100%;
    max-width: 500px;
  }
  .c-lowerLeadPointListItem__contBox {
    position: static;
  }
  .c-lowerLeadPointListItem__point {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2.1px;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    color: #45C6D7;
    padding-bottom: 3px;
    border-bottom: 1px solid #45C6D7;
  }
  .c-lowerLeadPointListItem__point small {
    font-size: 19px;
  }
  .c-lowerLeadPointListItem__ttl {
    font-size: 24px;
  }
  .c-lowerLeadPointListItem__txt {
    margin-top: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* c-lowerAboutArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-lowerAboutArea {
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}
.c-lowerAboutArea::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(226, 255, 249, 0.85);
  content: "";
  z-index: 0;
}
.c-lowerAboutArea::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.734375vw;
  margin: auto;
  background: url(../img/common/bg_wave03.png) no-repeat bottom left/100%;
  content: "";
  z-index: 0;
}
.c-lowerAboutArea .l-inner {
  position: relative;
}

.c-lowerAboutTxt:first-of-type {
  margin-top: 40px;
}

.c-lowerAboutTxt + .c-lowerAboutTxt {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .c-lowerAboutArea {
    padding-top: 100px;
    padding-bottom: 350px;
  }
  .c-lowerAboutTxt:first-of-type {
    margin-top: 40px;
  }
  .c-lowerAboutTxt + .c-lowerAboutTxt {
    margin-top: 13px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  /* width: 20px;
  height: 20px;
  padding: 5px; */
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* header
――――――――――――――――――――――――――――――――――――――――――――――*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 0;
  z-index: 102;
}
.header.js-open {
  position: fixed;
}

.headerInner {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
  width: 100%;
}

.headerLogo {
  position: relative;
  width: clamp(120px, 120px + 23 * (100vw - 768px) / 512, 143px);
  z-index: 102;
}

.headerLogo__link {
  display: block;
}

.headerLogo__img {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.headerLogo__img.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.headerNavList {
  display: flex;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
}

.headerNavListItem {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
}
.headerNavListItem + .headerNavListItem::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(-19px, -9px + -10 * (100vw - 768px) / (1280 - 768), -9px);
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #FFFFFF;
  content: "";
}
.headerNavListItem.--language::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #FFFFFF;
  content: "";
}
.headerNavListItem.--language .headerNavListItem__link {
  padding: 0 27px 0 24px;
}
.headerNavListItem.--language .headerNavListItem__link::before, .headerNavListItem.--language .headerNavListItem__link::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.headerNavListItem.--language .headerNavListItem__link::before {
  width: 18px;
  height: 18px;
  left: 0;
  background: url(../img/common/ico_language.svg) no-repeat center/contain;
}
.headerNavListItem.--language .headerNavListItem__link::after {
  width: 13px;
  height: 6px;
  right: 0;
  background: url(../img/common/ico_arrow.svg) no-repeat center/contain;
}

.headerNavListItem__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header {
    padding-top: 20px;
  }
  .headerLogo {
    width: 91px;
  }
}
/*** sp時 メニューボタン ***/
.spMenuBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  z-index: 101;
}
.spMenuBtn span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #FFFFFF;
  transition: 0.5s;
}
.spMenuBtn span:nth-of-type(1) {
  top: 33%;
}
.spMenuBtn span:nth-of-type(2) {
  top: 46%;
}
.spMenuBtn span:nth-of-type(3) {
  top: 59%;
}
.spMenuBtn.js-open {
  background-color: #45C6D7;
  border: 1px solid #45C6D7;
  transition: 0.5s;
}
.spMenuBtn.js-open span {
  transition: 0.5s;
}
.spMenuBtn.js-open span:nth-of-type(1) {
  top: 49%;
  transform: rotate(45deg);
}
.spMenuBtn.js-open span:nth-of-type(2) {
  display: none;
}
.spMenuBtn.js-open span:nth-of-type(3) {
  top: 46%;
  transform: rotate(-45deg);
}
.spMenuBtn.js-change {
  background-color: #45C6D7;
  border: 1px solid #45C6D7;
  transition: 0.5s;
}

/*** sp時 メニュー ***/
.spMenu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 150px 20px 90px;
  width: 100vw;
  height: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 100;
}
.spMenu.js-active {
  height: 100dvh;
  background-color: #FFFFFF;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 100;
}
.spMenu.js-active .spNavWrap {
  display: flex;
}

.spNavWrap {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
}

.spNav {
  flex-shrink: 0;
  margin-top: 40px;
}

.spNavListItem {
  width: -moz-fit-content;
  width: fit-content;
}
.spNavListItem + .spNavListItem {
  margin-top: 32px;
}

.spNavListItem__link {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  padding-right: 16px;
}
.spNavListItem__link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 15px;
  margin: auto;
  background: url(../img/common/ico_btn_arrow-blue.svg) no-repeat center/contain;
  content: "";
}

.spNavLanguage {
  flex-shrink: 0;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
  margin: auto auto 0;
}
.spNavLanguage::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #2F393E;
  content: "";
}

.spNavLanguage__link {
  display: block;
  position: relative;
  padding: 0 27px 0 24px;
}
.spNavLanguage__link::before, .spNavLanguage__link::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.spNavLanguage__link::before {
  width: 18px;
  height: 18px;
  left: 0;
  background: url(../img/common/ico_language-black.svg) no-repeat center/contain;
}
.spNavLanguage__link::after {
  width: 13px;
  height: 6px;
  right: 0;
  background: url(../img/common/ico_arrow-black.svg) no-repeat center/contain;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* footer
――――――――――――――――――――――――――――――――――――――――――――――*/
.footer {
  position: relative;
  padding-top: 106px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, rgb(226, 255, 254) 0%, rgb(237, 255, 253) 50%, rgb(230, 255, 243) 100%);
  z-index: 0;
}
.footer .wave-animation {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100vw;
  height: 60px;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}
.footer .wave-animation svg {
  width: 101%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.footerContactWrap {
  margin-bottom: 107px;
}

.footerContactInfo {
  display: flex;
  justify-content: center;
  max-width: 1040px;
  margin: 66px auto 0;
}

.footerContactInfoBox {
  padding: 0 clamp(5px, 5px + 16 * (100vw - 768px) / 512, 21px) 0 0;
  margin-top: -4px;
}

.footerContact__timeBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 17px;
  margin-left: clamp(0px, 0px + 6 * (100vw - 768px) / 512, 6px);
}

.footerContact__timeTxt {
  display: inline-block;
  font-weight: 600;
}

.footerContact__time {
  display: inline-block;
  margin-left: 12px;
}

.footerContact__telBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 15px;
}

.footerContact__telItem {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footerContact__telItem:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  bottom: 0;
  right: -12px;
  margin: auto;
  width: 1px;
  height: 35px;
  background-color: #B9B9B9;
  transform: rotate(12deg);
}

.footerContact__tel {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #45C6D7;
}

.footerContact__number {
  display: block;
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 28px + 6 * (100vw - 768px) / 512, 34px);
  line-height: 1.189;
  margin-top: 2px;
}

.footerContactReserveBox {
  display: flex;
  align-items: center;
  padding: 0 0 0 clamp(30px, 30px + 17 * (100vw - 768px) / 512, 47px);
  border-left: 1px solid #2F393E;
}

.footerContactReserve__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 380px;
  padding: 17px 40px 18px;
  background-color: #FFF080;
  border: 2px solid #FFF080;
  border-radius: 15px;
}
.footerContactReserve__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 11px;
  height: 18px;
  background-color: #2F393E;
  mask-image: url(../img/common/ico_btn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_btn_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.footerContactReserve__btn:hover {
  background-color: #FFFFFF;
  opacity: 1;
}

.footerContactReserve__txt--main {
  font-size: 20px;
  font-weight: 600;
}

.footerContactReserve__txt--sub {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .footerContactWrap {
    margin-bottom: 80px;
  }
  .footerContactInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    margin: 60px auto 0;
  }
  .footerContactInfoBox {
    flex: 1 1 100%;
    padding: 40px 20px;
    margin-top: 0;
    background-color: #FFFFFF;
    border-radius: 15px;
  }
  .footerContact__timeBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    margin-left: 0;
  }
  .footerContact__telBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 20px;
  }
  .footerContact__telItem {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footerContact__telItem:first-of-type::before {
    display: none;
  }
  .footerContact__telItem + .footerContact__telItem {
    padding-top: 18px;
    margin-top: 13px;
    border-top: 1px solid #D9D9D9;
  }
  .footerContact__number {
    font-size: 28px;
  }
  .footerContactReserveBox {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0 0;
    margin: 30px auto 0;
    border-left: none;
  }
}
.footerMainWrap {
  padding: 60px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 55px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.footerMainBox {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.footerInfoBox {
  min-width: 246px;
}

.footerLogo {
  max-width: 153px;
}

.footerLogo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.footerLogo__img {
  width: 100%;
  height: auto;
}

.footerShopName {
  font-size: clamp(24px, 24px + 6 * (100vw - 768px) / 512, 30px);
  color: #234F65;
  margin: 29px 0 12px;
}

.footerAccess {
  font-size: 15px;
}
.footerAccess span {
  display: inline-block;
}

.footerTelBox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 23px;
  margin-top: 5px;
}

.footerTel {
  position: relative;
  font-size: 15px;
}
.footerTel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #D6D6D6;
  transform: rotate(28deg);
}
.footerTel:last-of-type::before {
  display: none;
}

.footerTel--sub {
  font-size: 14px;
  color: #45C6D7;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .footerMainWrap {
    padding: 50px 20px;
  }
  .footerMainBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px 0;
  }
  .footerInfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 246px;
    margin: 0 auto;
  }
  .footerLogo {
    max-width: 153px;
  }
  .footerShopName {
    font-size: 24px;
  }
  .footerAccess {
    font-size: 15px;
  }
  .footerAccess span {
    display: inline-block;
  }
  .footerTelBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footerNavList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px clamp(25px, 25px + 18 * (100vw - 768px) / 512, 43px);
  max-width: 570px;
  margin-top: -6px;
}

.footerNavListItem {
  width: -moz-fit-content;
  width: fit-content;
}
.footerNavListItem:nth-of-type(4) {
  min-width: 9em;
}
.footerNavListItem:nth-of-type(5) {
  min-width: 13em;
}

.footerNavListItem__mainLink {
  position: relative;
  display: block;
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  font-weight: 600;
  color: #45C6D7;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
.footerNavListItem__mainLink::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  width: 10px;
  height: 15px;
  margin: auto;
  background: url(../img/common/ico_btn_arrow-blue.svg) no-repeat center/contain;
  content: "";
}

.footerNavLinkList {
  margin-top: 16px;
}

.footerNavLinkListItem + .footerNavLinkListItem {
  margin-top: 11px;
}

.footerNavLinkListItem__link {
  position: relative;
  display: block;
  font-size: 13px;
  padding-left: 13px;
  width: -moz-fit-content;
  width: fit-content;
}
.footerNavLinkListItem__link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 10px;
  margin: auto;
  background: url(../img/common/ico_link_arrow.svg) no-repeat center/contain;
  content: "";
}

@media screen and (max-width: 768px) {
  .footerNavList {
    display: flex;
    flex-wrap: wrap;
    gap: 50px clamp(25px, 25px + 18 * (100vw - 768px) / 512, 43px);
    max-width: 570px;
    margin: 0 auto;
  }
}
.footerBtmBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin-top: 129px;
  font-size: 13px;
}

.footerBtmNavList {
  display: flex;
  gap: 0 33px;
}

.footerBtmNavListItem {
  position: relative;
}
.footerBtmNavListItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #D6D6D6;
  transform: rotate(28deg);
}
.footerBtmNavListItem:last-of-type::before {
  display: none;
}

.footerBitknot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .footerBtmBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
  }
  .footerBitknot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    background-color: #FFFFFF;
  }
}
/*** floatingReserveBtn ***/
.floatingReserveBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 0;
  height: 209px;
  padding: 18px 17px;
  font-size: 18px;
  background-color: #FFF080;
  border: 2px solid #FFF080;
  border-radius: 13px 0 0 13px;
  transition: 0.3s;
  z-index: 102;
}
.floatingReserveBtn:hover {
  background-color: #FFFFFF;
  opacity: 1;
}

.floatingReserveBtn__txt {
  position: relative;
  line-height: 1;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  padding-top: 27px;
}
.floatingReserveBtn__txt::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../img/common/ico_reserve.svg) no-repeat center/contain;
  content: "";
}

@media screen and (max-width: 768px) {
  .floatingReserveBtn {
    bottom: 0;
    width: 100vw;
    height: 60px;
    padding: 18px 17px;
    border-radius: 13px 13px 0 0;
  }
  .floatingReserveBtn__txt {
    letter-spacing: normal;
    writing-mode: horizontal-tb;
    padding-top: 0;
    padding-left: 26px;
  }
  .floatingReserveBtn__txt::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
}
.c-accent {
  color: #45C6D7;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 流体シェイプ
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* topAboutArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topAboutArea {
  position: relative;
  margin-top: 67px;
  padding-bottom: 97px;
  background: url(../img/top/bg_about.jpg) no-repeat bottom left/100%;
}
.topAboutArea::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: auto;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0));
  content: "";
  z-index: 0;
}

.topAboutWrap {
  position: relative;
  display: flex;
  gap: 0 clamp(30px, 30px + 32 * (100vw - 768px) / 512, 62px);
  margin-right: clamp(-60px, 0px + -60 * (100vw - 768px) / (1280 - 768), 0px);
}

.topAbout__contBox {
  flex: 1 1 550px;
  max-width: 550px;
}

.topAboutTtl .c-secTtl--ja {
  font-size: clamp(34px, 34px + 8 * (100vw - 768px) / 512, 42px);
  line-height: 1.4285714286;
  margin-top: 9px;
}

.topAboutTxt {
  font-size: 18px;
  line-height: 2;
  margin-top: 37px;
}

.topAbout__point {
  position: relative;
  display: block;
  color: #234F65;
  margin-top: 28px;
}
.topAbout__point::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: 1;
  width: calc(100% - 64px);
  height: 1px;
  margin: auto;
  background-color: #234F65;
  content: "";
}

.topAboutPointList {
  margin-top: 18px;
}

.topAboutPointListItem {
  position: relative;
  line-height: 1.5625;
  padding-left: 29px;
}
.topAboutPointListItem::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 18px;
  margin: auto;
  background: url(../img/common/ico_check.svg) no-repeat center/contain;
  content: "";
}
.topAboutPointListItem + .topAboutPointListItem {
  margin-top: 15px;
}
.topAboutPointListItem small {
  font-size: 14px;
}

.topAbout__imgBox {
  flex: 1 1 488px;
  max-width: 488px;
  margin-top: 20px;
}

.topAbout__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .topAboutArea {
    padding-top: 105px;
    padding-bottom: 225px;
    margin-top: 0;
  }
  .topAboutWrap {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    margin-right: 0;
  }
  .topAbout__contBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .topAboutTtl .c-secTtl--ja {
    font-size: 24px;
  }
  .topAboutTxt {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
  }
  .topAbout__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topMenuArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topMenuArea {
  padding-top: 150px;
  overflow-x: clip;
}

.topMenuList {
  margin-top: 64px;
}

.topMenuListItem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topMenuListItem + .topMenuListItem {
  margin-top: clamp(80px, 140px + -60 * (100vw - 768px) / (1280 - 768), 140px);
}
.topMenuListItem .movieShapeBox {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 18%;
  right: -30%;
  z-index: -1;
}
.topMenuListItem .movieShapeBox svg {
  width: 866px;
  height: 875px;
  display: block;
  overflow: visible;
}
.topMenuListItem:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.topMenuListItem:nth-of-type(2n) .topMenuListItem__contBox {
  left: 0;
  right: auto;
  margin-left: auto;
}
.topMenuListItem:nth-of-type(2n) .topMenuListItem__btn {
  margin: 35px 0 0 clamp(0px, 0px + 60 * (100vw - 768px) / 512, 60px);
}
.topMenuListItem:nth-of-type(2n) .movieShapeBox {
  position: absolute;
  top: 35%;
  left: -13%;
  z-index: -1;
}
.topMenuListItem:nth-of-type(2n) .movieShapeBox svg {
  width: 676px;
  height: 722px;
  display: block;
  overflow: visible;
}

.topMenuListItem__imgBox {
  width: clamp(457px, 457px + 236 * (100vw - 768px) / 512, 693px);
}

.topMenuListItem__img {
  width: 100%;
  height: 100%;
}

.topMenuListItem__contBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto clamp(0px, 0px + 60 * (100vw - 768px) / 512, 60px) auto 0;
}
.topMenuListItem__contBox .tourPlanListItem__feeBox {
  margin-top: 15px;
  margin-left: clamp(0px, 0px + 60 * (100vw - 768px) / 512, 60px);
}
.topMenuListItem__contBox .tourPlanListItem__feeTtl {
  font-size: 18px;
}
.topMenuListItem__contBox .tourPlanListItem__fee {
  font-size: 28px;
}
.topMenuListItem__contBox .tourPlanListItem__fee small {
  font-size: 20px;
}

.topMenuListItem__ttl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(40px, 40px + 10 * (100vw - 768px) / 512, 50px);
  line-height: 1.2;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
}

.topMenuListItem__txt {
  max-width: 450px;
  margin: 38px 0 0 clamp(0px, 0px + 60 * (100vw - 768px) / 512, 60px);
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
}

.topMenuListItem__btn {
  margin: 35px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .topMenuArea {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .topMenuList {
    margin-top: 64px;
  }
  .topMenuListItem {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px 0;
  }
  .topMenuListItem + .topMenuListItem {
    margin-top: 80px;
  }
  .topMenuListItem .movieShapeBox {
    top: 30%;
    right: -55%;
    z-index: -1;
  }
  .topMenuListItem .movieShapeBox svg {
    width: 433px;
    height: 437px;
  }
  .topMenuListItem:nth-of-type(2n) {
    flex-direction: column;
  }
  .topMenuListItem:nth-of-type(2n) .topMenuListItem__btn {
    margin: 35px auto 0;
  }
  .topMenuListItem:nth-of-type(2n) .movieShapeBox {
    position: absolute;
    top: 30%;
    left: -33%;
  }
  .topMenuListItem:nth-of-type(2n) .movieShapeBox svg {
    width: 507px;
    height: 542px;
  }
  .topMenuListItem__imgBox {
    max-width: 693px;
    width: 100%;
  }
  .topMenuListItem__contBox {
    position: static;
    height: auto;
    margin: auto;
  }
  .topMenuListItem__contBox .tourPlanListItem__feeBox {
    margin-top: 15px;
  }
  .topMenuListItem__contBox .tourPlanListItem__feeTtl {
    font-size: 16px;
  }
  .topMenuListItem__contBox .tourPlanListItem__fee {
    font-size: 21px;
  }
  .topMenuListItem__contBox .tourPlanListItem__fee small {
    font-size: 18px;
  }
  .topMenuListItem__ttl {
    font-size: 28px;
  }
  .topMenuListItem__txt {
    max-width: 100%;
    margin: 25px 0 0;
  }
  .topMenuListItem__btn {
    margin: 35px auto 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topAccessArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topAccessArea {
  padding: 126px 30px 120px;
}

.topAccessInner {
  max-width: 1220px;
  padding: 57px clamp(30px, 30px + 60 * (100vw - 768px) / 512, 90px) 0;
  margin: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, rgb(239, 252, 255) 0%, rgb(232, 252, 245) 100%);
}

.topAccessBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 clamp(15px, 15px + 9 * (100vw - 768px) / 512, 24px);
  margin-top: clamp(-12px, 0px + -12 * (100vw - 768px) / (1280 - 768), 0px);
}

.topAccess__imgBox {
  flex: 1 1 calc(590px + clamp(0px, 0px + 16 * (100vw - 768px) / 512, 16px));
  max-width: 606px;
  padding-left: clamp(0px, 0px + 11 * (100vw - 768px) / 512, 11px);
}

.topAccess__img {
  width: 100%;
  height: auto;
}

.topAccess__contBox {
  flex: 1 1 410px;
  max-width: 410px;
  margin-top: clamp(-28px, 20px + -48 * (100vw - 768px) / (1280 - 768), 20px);
}

.topAccess__placeBox {
  padding: 23px 25px;
  background-color: #FFFFFF;
  border-radius: 7px;
}

.topAccess__place {
  display: block;
  font-size: 21px;
  line-height: 1;
}

.topAccess__placeLink {
  position: relative;
  display: block;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 20px;
  margin-top: 10px;
  text-underline-offset: 5px;
}
.topAccess__placeLink::before, .topAccess__placeLink::after {
  margin: auto;
  content: "";
}
.topAccess__placeLink::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 18px;
  background: url(../img/common/ico_pin.svg) no-repeat center/contain;
}
.topAccess__placeLink::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_ext.svg) no-repeat center/contain;
}

.topAccess__txt {
  font-size: 15px;
  line-height: 1.67;
  margin-top: 33px;
  margin-bottom: clamp(0px, 50px + -50 * (100vw - 768px) / (1280 - 768), 50px);
}

@media screen and (max-width: 768px) {
  .topAccessArea {
    padding: 60px 20px 60px;
  }
  .topAccessInner {
    padding: 50px 20px;
    border-radius: 15px;
  }
  .topAccessBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px 0;
    margin-top: 40px;
  }
  .topAccess__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .topAccess__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .topAccess__txt {
    margin-bottom: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topBlogArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topBlogArea {
  position: relative;
  padding-top: 115px;
  padding-bottom: 100px;
  z-index: 0;
}

.topBlogWrap {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}

.topBlog__ttlBox {
  flex: 1 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap;
}
.topBlog__ttlBox .movieShapeBox {
  position: absolute;
  top: -14%;
  left: -65%;
  z-index: -1;
}
.topBlog__ttlBox .movieShapeBox svg {
  width: 479px;
  height: 549px;
  overflow: visible;
}

.topBlogTtl {
  flex: 1 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.topBlog__btn {
  margin-top: auto;
}

.topBlog__postBox {
  flex: 1 1 725px;
  max-width: 725px;
}

.topBlogPostList {
  margin-top: 10px;
}

.topBlogPostListItem {
  padding-bottom: 28px;
  margin-bottom: 29px;
  border-bottom: 1px solid #D9D9D9;
}
.topBlogPostListItem:last-of-type {
  margin-bottom: 0;
}

.topBlogPostListItem__link {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
}

.topBlogPostListItem__imgBox {
  flex: 1 1 135px;
  max-width: 135px;
  border-radius: 50%;
  overflow: hidden;
}

.topBlogPostListItem__contBox {
  flex: 1 1 560px;
  max-width: 560px;
}

.topBlogPostListItem__head {
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
}

.topBlogPostListItem__date {
  color: #798084;
}

.topBlogPostListItem__cat {
  color: #45C6D7;
  padding: 6px 8px;
  margin-left: 11px;
  border: 1px solid #45C6D7;
  border-radius: 3px;
}

.topBlogPostListItem__ttl {
  font-size: 20px;
  margin-top: 15px;
}

.topBlogPostListItem__txt {
  font-size: 15px;
  line-height: 1.67;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .topBlogArea {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    z-index: 0;
  }
  .topBlogWrap {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
  }
  .topBlog__ttlBox .movieShapeBox {
    top: -30%;
    left: -50%;
  }
  .topBlog__ttlBox .movieShapeBox svg {
    width: 359px;
    height: 412px;
  }
  .topBlogTtl {
    flex: 1 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .topBlog__btn {
    margin-top: 40px;
  }
  .topBlog__postBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .topBlogPostList {
    margin-top: 0;
  }
  .topBlogPostListItem__imgBox {
    min-width: 100px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topInstagramArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topInstagramArea {
  position: relative;
  padding-top: 231px;
  padding-bottom: 181px;
  background: linear-gradient(60deg, rgb(246, 253, 240) 30%, rgba(250, 252, 232, 0.51) 100%);
  overflow-x: clip;
  z-index: 0;
}
.topInstagramArea .wave-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 150px;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}
.topInstagramArea .wave-animation.second {
  top: auto;
  bottom: 0;
  height: 100px;
}
.topInstagramArea .wave-animation svg {
  width: 101%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.topInstagramList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 640px;
  margin: 67px auto 0;
}

.topInstagramListItem {
  max-width: 200px;
  width: calc((100% - 40px) / 3);
  aspect-ratio: 1/1;
  border-radius: 7px;
  overflow: hidden;
}

.topInstagramListItem__link {
  display: block;
  width: 100%;
  height: 100%;
}

.topInstagramListItem__img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .topInstagramArea {
    position: relative;
    padding-top: 120px;
    padding-bottom: 140px;
  }
  .topInstagramArea .wave-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    overflow: visible;
    pointer-events: none;
    z-index: 2;
  }
  .topInstagramArea .wave-animation.second {
    top: auto;
    bottom: 0;
    height: 100px;
  }
  .topInstagramArea .wave-animation svg {
    width: 101%;
    height: 100%;
    overflow: visible;
    z-index: 1;
  }
  .topInstagramList {
    gap: 10px;
    max-width: 620px;
    margin: 60px auto 0;
  }
  .topInstagramListItem {
    max-width: 200px;
    width: calc((100% - 20px) / 3);
  }
}
.kuefu .c-lowerAboutArea {
  background: url(../img/kuefu/bg_about.jpg) no-repeat center/cover;
}

.aboutKuefu__contBox {
  position: relative;
  max-width: clamp(330px, 330px + 190 * (100vw - 768px) / 512, 520px);
  z-index: 1;
}

.aboutKuefu__imgBox {
  position: absolute;
  bottom: clamp(-153px, -50px + -103 * (100vw - 768px) / (1280 - 768), -50px);
  left: clamp(340px, 44.063vw, 564px);
  width: clamp(1193px, 1193px + 397 * (100vw - 768px) / 512, 1590px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .aboutKuefu__contBox {
    max-width: 100%;
  }
  .aboutKuefu__imgBox {
    position: absolute;
    bottom: -360px;
    left: 16.5vw;
    width: 1100px;
    z-index: 1;
  }
}
@media screen and (max-width: 500px) {
  .aboutKuefu__imgBox {
    left: -5.3vw;
  }
}
@media screen and (max-width: 350px) {
  .aboutKuefu__imgBox {
    left: -15.3vw;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* activityArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.activityArea {
  padding-top: 129px;
  padding-bottom: 66px;
}

.activityList {
  display: flex;
  gap: 0 clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px);
  margin-top: 61px;
}

.activityListItem {
  max-width: 495px;
  width: calc((100% - clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px)) / 2);
}

.activityListItem__imgBox {
  border-radius: 15px;
  overflow: hidden;
}

.activityListItem__img {
  height: auto;
}

.activityListItem__contBox {
  margin-top: 40px;
}

.activityListItem__ttl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(30px, 30px + 4 * (100vw - 768px) / 512, 34px);
  line-height: 1.338;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  color: #234F65;
}

.activityListItem__txt {
  font-size: 15px;
  line-height: 1.66;
  margin-top: 20px;
}

.howtoKuefuBox {
  padding: 96px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 100px;
  margin-top: 115px;
  border-radius: 20px;
  background: linear-gradient(60deg, rgb(246, 253, 240), rgba(250, 252, 232, 0.51) 100%);
}

.howtoKuefuBox__ttl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(30px, 30px + 4 * (100vw - 768px) / 512, 34px);
  line-height: 1.338;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  text-align: center;
  color: #234F65;
}
.howtoKuefuBox__ttl .howtoKuefuBox__ttl--highlight {
  position: relative;
  display: inline-block;
  font-size: clamp(35px, 35px + 5 * (100vw - 768px) / 512, 40px);
  z-index: 1;
}
.howtoKuefuBox__ttl .howtoKuefuBox__ttl--highlight::before {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 18px;
  margin: auto;
  background-color: #FFF28B;
  content: "";
  z-index: -1;
}

.howtoKuefuBox__txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 25px;
}

.howtoKuefuList {
  display: flex;
  gap: 0 clamp(20px, 20px + 28 * (100vw - 768px) / 512, 48px);
  margin-top: 41px;
}

.howtoKuefuListItem {
  max-width: 315px;
  width: calc((100% - clamp(20px, 20px + 28 * (100vw - 768px) / 512, 48px) * 2) / 3);
}

.howtoKuefuListItem__imgBox {
  display: flex;
  justify-content: center;
  width: 100%;
}

.howtoKuefuListItem__img {
  height: auto;
}

.howtoKuefuListItem__contBox {
  margin-top: 29px;
}

.howtoKuefuListItem__ttl {
  font-size: 21px;
  line-height: 1.66;
  text-align: center;
  color: #234F65;
}

.howtoKuefuListItem__txt {
  font-size: 15px;
  line-height: 1.66;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .activityArea {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .activityList {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
  .activityListItem {
    max-width: 100%;
    width: 100%;
  }
  .activityListItem__contBox {
    margin-top: 30px;
  }
  .activityListItem__ttl {
    font-size: 24px;
  }
  .activityListItem__txt {
    margin-top: 15px;
  }
  .howtoKuefuBox {
    padding: 60px 20px 80px;
    margin-top: 80px;
    border-radius: 15px;
  }
  .howtoKuefuBox__ttl {
    font-size: 24px;
  }
  .howtoKuefuBox__ttl .howtoKuefuBox__ttl--highlight {
    font-size: 28px;
  }
  .howtoKuefuBox__ttl .howtoKuefuBox__ttl--highlight::before {
    bottom: 3px;
    height: 12px;
  }
  .howtoKuefuBox__txt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-top: 25px;
  }
  .howtoKuefuList {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    margin-top: 50px;
  }
  .howtoKuefuListItem {
    max-width: 100%;
    width: 100%;
  }
  .howtoKuefuListItem__contBox {
    margin-top: 29px;
  }
  .howtoKuefuListItem__ttl {
    font-size: 21px;
    line-height: 1.66;
    text-align: center;
    color: #234F65;
  }
  .howtoKuefuListItem__txt {
    font-size: 15px;
    line-height: 1.66;
    margin-top: 14px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* scheduleArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.scheduleArea {
  padding-top: 66px;
  padding-bottom: 244px;
}

.scheduleBox {
  display: flex;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
  margin-top: 72px;
}

.scheduleItem {
  max-width: 500px;
  width: calc((100% - clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px)) / 2);
  padding: 46px clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px) 45px;
  background-color: #F9FAFC;
  border-radius: 15px;
}

.scheduleItem__boat {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #45C6D7;
  padding: 7px 9px;
  border: 1px solid #45C6D7;
  border-radius: 2px;
}

.scheduleList {
  margin-top: 23px;
}

.scheduleListItem {
  position: relative;
  padding-left: 30px;
}
.scheduleListItem + .scheduleListItem {
  margin-top: 15px;
}
.scheduleListItem::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #45C6D7;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  content: "";
  z-index: 1;
}
.scheduleListItem::after {
  display: block;
  position: absolute;
  top: 14px;
  left: 4.3px;
  width: 1.5px;
  height: calc(100% + 15px);
  margin: auto;
  background-color: #45C6D7;
  content: "";
}
.scheduleListItem:last-of-type::after {
  display: none;
}

.scheduleListItemWrap {
  display: flex;
  gap: 0 clamp(15px, 15px + 13 * (100vw - 768px) / 512, 28px);
  font-size: 18px;
  line-height: 1.5;
}

.scheduleListItemWrap__time {
  flex-shrink: 0;
  font-weight: 600;
}
.scheduleListItemWrap__time.-noText {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .scheduleArea {
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .scheduleBox {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    margin-top: 50px;
  }
  .scheduleItem {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .scheduleListItem::after {
    left: 4.2px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* tourPlanArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.tourPlanArea {
  position: relative;
  padding-top: 88px;
  padding-bottom: 140px;
  background: linear-gradient(135deg, rgb(239, 252, 255), rgb(232, 252, 245) 100%);
}
.tourPlanArea::before {
  display: block;
  position: absolute;
  top: -4.921875vw;
  left: 0;
  width: 100%;
  height: 5vw;
  margin: auto;
  background: url(../img/common/bg_curve01.png) no-repeat top left/100%;
  content: "";
}
.tourPlanArea .okabanCalendarBox {
  padding: 60px clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px);
  margin-top: 50px;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.tourPlanArea .btnGoForm {
  width: 333px !important;
  max-width: 100%;
}
.tourPlanArea .okabanCalendarBtn {
  font-family: "hiragino-mincho-pron", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS PMincho", "MS Mincho", serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  max-width: 100%;
  width: 333px !important;
  height: 63px !important;
  background-color: #FFF080 !important;
  color: #2F393E !important;
}
.tourPlanArea .okabanCalendarBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 21px;
  margin: auto;
  width: 10px;
  height: 17px;
  background-color: #2F393E;
  mask-image: url(../img/common/ico_btn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_btn_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.tourPlanArea .okabanCalendarBtn::after {
  display: none;
}

.tourPlanList {
  margin-top: 74px;
}

.tourPlanListItem {
  padding: 60px clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px);
  background-color: #FFFFFF;
  border-radius: 15px;
}
.tourPlanListItem + .tourPlanListItem {
  margin-top: 64px;
}

.tourPlanListItem__head {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
}

.tourPlanListItem__imgBox {
  flex: 1 1 360px;
  max-width: 360px;
  border-radius: 15px;
  overflow: hidden;
}

.tourPlanListItem__img {
  width: 100%;
  height: auto;
}

.tourPlanListItem__contBox {
  flex: 1 1 540px;
  max-width: 540px;
  margin-top: 6px;
}

.tourPlanListItem__cat {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #45C6D7;
}

.tourPlanListItem__ttl {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1.428;
  color: #234F65;
  margin-top: 6px;
}
.tourPlanListItem__ttl small {
  font-size: 18px;
}

.tourPlanListItem__feeBox {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 9px;
}

.tourPlanListItem__feeTtl {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #45C6D7;
  padding: 4px 8px;
  border: 1px solid #45C6D7;
  border-radius: 3px;
}

.tourPlanListItem__feeWrap {
  display: flex;
  flex-direction: column;
  margin-top: -7px;
}

.tourPlanListItem__fee {
  font-size: 23px;
  font-weight: 600;
  color: #234F65;
}
.tourPlanListItem__fee small {
  font-size: 18px;
}

.tourPlanListItem__txt {
  margin-top: 13px;
}

.tourPlanInfoList {
  margin-top: 40px;
}

.tourPlanInfoListItem {
  padding: 15px 25px 14px 0;
  border-top: 1px solid #C1C1C1;
}
.tourPlanInfoListItem:last-of-type {
  border-bottom: 1px solid #C1C1C1;
}

.tourPlanInfoDetail {
  display: flex;
  align-items: flex-start;
  gap: 0 25px;
  font-size: 15px;
  line-height: 1.66;
}

.tourPlanInfoDetail__ttl {
  min-width: 10em;
  color: #4D7386;
}

@media screen and (max-width: 768px) {
  .tourPlanArea {
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .tourPlanArea .okabanCalendarBox {
    padding: 40px 5px;
    border-radius: 20px;
  }
  .tourPlanArea .okabanCalendarBtn {
    font-size: 18px !important;
  }
  .tourPlanList {
    margin-top: 50px;
  }
  .tourPlanListItem {
    padding: 40px 20px;
  }
  .tourPlanListItem + .tourPlanListItem {
    margin-top: 40px;
  }
  .tourPlanListItem__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
  .tourPlanListItem__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
    border-radius: 10px;
  }
  .tourPlanListItem__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 6px;
  }
  .tourPlanListItem__cat {
    font-size: 18px;
  }
  .tourPlanListItem__ttl {
    font-size: 24px;
  }
  .tourPlanListItem__ttl small {
    font-size: 18px;
  }
  .tourPlanListItem__fee {
    font-size: 21px;
  }
  .tourPlanListItem__fee small {
    font-size: 17px;
  }
  .tourPlanInfoDetail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
}
/*** オプション ***/
.optionList {
  padding: 55px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 60px clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px);
  background-color: #FFFFFF;
  border-radius: 15px;
  margin-top: 52px;
}
.optionList .tourPlanListItem__ttl {
  margin-top: 0;
}
.optionList .tourPlanListItem__feeBox {
  margin-top: 8px;
}
.optionList .tourPlanListItem__txt {
  line-height: 1.67;
  margin-top: 14px;
}

.optionListItem {
  display: flex;
  align-items: flex-end;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
}
.optionListItem + .optionListItem {
  padding-top: 34px;
  margin-top: 41px;
  border-top: 1px solid #C1C1C1;
}

.optionListItem__imgBox {
  flex: 1 1 100%;
  max-width: 265px;
  width: 265px;
  border-radius: 10px;
  overflow: hidden;
}

.optionListItem__img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .optionList {
    padding: 40px 20px;
    margin-top: 50px;
  }
  .optionListItem {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px 0;
  }
  .optionListItem__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .optionListItem__img {
    width: 100%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* informationArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.informationArea {
  padding-top: 120px;
  padding-bottom: 172px;
}

.informationList {
  padding: 53px clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px) 60px;
  background-color: #F4F9FC;
  border-radius: 15px;
  margin-top: 48px;
}

.informationListItem + .informationListItem {
  padding-top: 18px;
  margin-top: 22px;
  border-top: 1px solid #C1C1C1;
}

.informationListItem__ttl {
  font-size: 18px;
  color: #45C6D7;
}

.informationListItem__txtBox {
  margin-top: 7px;
}
.informationListItem__txtBox .c-dotTxt {
  margin-top: 5px;
}

.cancelPolicyList {
  max-width: 180px;
  margin: 12px 0 0 14px;
}

.cancelPolicyListItem {
  padding: 8px 0 7px;
  border-top: 1px solid #C1C1C1;
}
.cancelPolicyListItem:last-of-type {
  border-bottom: 1px solid #C1C1C1;
}

.cancelPolicyDetail {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
  font-size: 15px;
  line-height: 1;
}

.cancelPolicyDetail__term {
  color: #4D7386;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .informationArea {
    padding-top: 100px;
    padding-bottom: 180px;
  }
  .informationList {
    padding: 40px 20px;
    margin-top: 50px;
  }
  .informationListItem + .informationListItem {
    padding-top: 18px;
    margin-top: 22px;
    border-top: 1px solid #C1C1C1;
  }
  .informationListItem__ttl {
    font-size: 18px;
    color: #45C6D7;
  }
  .informationListItem__txtBox {
    margin-top: 7px;
  }
  .informationListItem__txtBox .c-dotTxt {
    margin-top: 5px;
  }
  .cancelPolicyList {
    max-width: 180px;
    margin: 12px 0 0 14px;
  }
  .cancelPolicyListItem {
    padding: 8px 0 7px;
    border-top: 1px solid #C1C1C1;
  }
  .cancelPolicyListItem:last-of-type {
    border-bottom: 1px solid #C1C1C1;
  }
  .cancelPolicyDetail {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
    font-size: 15px;
    line-height: 1;
  }
  .cancelPolicyDetail__term {
    color: #4D7386;
    font-weight: 300;
  }
}
.contact .c-pageTtl {
  top: 40.2%;
}
.contact .footer .footerContactWrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact .c-pageTtl {
    top: 51%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* contactArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.contactArea {
  padding-top: 119px;
  padding-bottom: 100px;
}

.contactHeadWrap {
  background: linear-gradient(45deg, #EFFFE6 0%, #DDFFFC 100%);
  border-radius: 20px;
  padding: 0 clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 74px;
}

.contactWrap {
  display: flex;
  gap: 30px clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
  margin-top: 50px;
}

.contactWrap .contactBox {
  width: calc((100% - clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px)) / 2);
  margin-top: 0;
  text-align: center;
}

.contactTtl .c-secTtl--en {
  font-size: clamp(20px, 20px + 6 * (100vw - 768px) / 512, 26px);
}

.contactTtl .c-secTtl--ja {
  font-size: clamp(34px, 34px + 8 * (100vw - 768px) / 512, 42px);
  font-weight: 400;
}

.contactReserve__btn {
  margin: 42px auto 0;
  padding-left: clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
  padding-right: clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
}

.contact-numberBox {
  display: inline-block;
  margin-top: 28px;
}

.contact-numberWrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-numberWrap:first-of-type {
  padding-bottom: 13px;
  border-bottom: 1px solid #D9D9D9;
}

.contact-numberWrap + .contact-numberWrap {
  margin-top: 18px;
}

.contact-numberTxt {
  font-size: 13px;
  font-weight: 600;
  color: #45C6D7;
  line-height: 1;
  margin-bottom: 6px;
}

.contact-numberTxt__link {
  font-size: clamp(30px, 30px + 9 * (100vw - 768px) / 512, 39px);
  line-height: 1;
}

.contactBox {
  width: 100%;
  padding: 47px clamp(30px, 30px + 15 * (100vw - 768px) / 512, 45px) 40px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 30px;
}

.contactBox.form {
  border: 6px solid #E7EEF0;
  padding-top: 86px;
  padding-bottom: 107px;
  margin-top: 60px;
}

.contact-detail__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: clamp(22px, 22px + 8 * (100vw - 768px) / 512, 30px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.contact-detail__ttlSub {
  font-size: 15px;
  font-weight: 600;
  margin-top: 11px;
}

.contactBox.form .contact-detail__ttl {
  font-size: clamp(24px, 24px + 8 * (100vw - 768px) / 512, 32px);
}

.contactBox.form .contact-detail__ttlSub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 34px;
}

.contactTxt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777;
  text-align: center;
  margin-top: 19px;
}

.contactBtn {
  font-size: 30px;
  margin: 32px auto 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .contactArea {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .contactHeadWrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .contactWrap {
    display: flex;
    flex-direction: column;
    gap: 30px clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
    margin-top: 30px;
  }
  .contactWrap .contactBox {
    width: 100%;
    margin-top: 0;
  }
  .contactBox {
    width: 100%;
    padding: 43px 15px 40px;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 30px;
  }
  .contactBox.form {
    padding: 40px 20px;
  }
  .contactReserve__btn {
    margin-top: 10px;
  }
  .contactReserve__btn::before {
    right: 8px;
  }
  .contact-numberBox {
    margin-top: 10px;
  }
  .contactBox.form {
    padding-bottom: 49px;
  }
  .contact-detail__ttl {
    font-size: 24px;
    padding-bottom: 22px;
  }
  .contactTxt {
    font-size: 18px;
  }
  .contactBtn {
    font-size: 24px;
    margin: 25px auto 0;
  }
}
/*** contactForm ***/
.contactForm {
  max-width: 839px;
  margin: auto;
  padding-top: 55px;
  text-align: center;
}

.contactForm input, .contactForm textarea, .contactForm select {
  background-color: #EAF0EF;
  border-radius: 10px;
  padding: 5px 15px;
  margin-top: 3px;
  width: 285px;
  font-size: 14px;
  line-height: 2;
  color: #363636;
  text-align: left;
}

.contactForm textarea {
  width: 620px;
  height: 172px;
  max-width: 100%;
}

.contact__btnBox {
  position: relative;
  display: inline-block;
  margin: 25px auto 0;
}
.contact__btnBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 28px;
  margin: auto;
  width: 9px;
  height: 16px;
  background-color: #FFFFFF;
  mask-image: url(../img/common/ico_btn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/common/ico_btn_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: 0.3s;
  z-index: 1;
}
.contact__btnBox:hover::before {
  background-color: #45C6D7;
}

.contactForm select, .contactForm #your_age {
  width: 100px;
}

.contactForm .contactForm__submitBtn {
  position: relative;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 31px auto 0;
}
.contactForm .contactForm__submitBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  mask-image: url(../img/common/ico_link-white.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_link-white.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
  z-index: 1;
}
.contactForm .contactForm__submitBtn input {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 63px 15px 35px;
  background-color: #45C6D7;
  border: 2px solid #45C6D7;
  border-radius: 29px;
  max-width: 100%;
  width: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.contactForm .contactForm__submitBtn:hover::before {
  background-color: #FF3B70;
}
.contactForm .contactForm__submitBtn:hover input {
  color: #FF3B70;
  background-color: #FFFFFF;
}

.contactForm__item {
  display: flex;
  align-items: flex-start;
  gap: 0 31px;
}

.contactForm__item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 18px;
}

.contactForm > .contactForm__item:nth-last-child(2) {
  border-bottom: none;
}

.contactForm__item + .contactForm__item {
  margin-top: 17px;
}

.contactForm__item.contactForm__item--radio {
  align-items: center;
}

.contactForm__item.contactForm__item--radio .contactForm__txt {
  font-size: 16px;
}

.contactForm__item.contactForm__item--radio .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
  line-height: 1;
}

.contactForm__item.contactForm__item--radio .wpcf7-list-item {
  position: relative;
  margin-left: 0;
}

.contactForm__item.contactForm__item--radio .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
}

.contactForm__item.contactForm__item--radio .wpcf7-list-item::before {
  display: block;
  position: absolute;
  top: 3px;
  left: -1px;
  width: 22px;
  height: 22px;
  margin: auto;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: "";
  z-index: 0;
}

.contactForm__item.contactForm__item--radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: 0;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  background-color: #00BAB4;
  transition: 0.2s all linear;
  position: relative;
  top: 4px;
}

.contactForm__item.contactForm__item--radio input[type=radio]:checked {
  border: 4px solid #FFFFFF;
}

.contactForm__ttl {
  width: 188px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.75;
  color: #2F393E;
  flex-shrink: 0;
  margin-top: 7px;
}

.contactForm__require {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 4px 9px 5px;
  border-radius: 20px;
  color: #fff;
  background-color: #E84631;
}

.screen-reader-response {
  display: none;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .contactForm {
    padding: 31px 0 0;
  }
  .contactForm form {
    width: 100%;
  }
  .contactForm input, .contactForm textarea {
    width: 100%;
  }
  .contactForm textarea {
    height: 168px;
  }
  .contactForm .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contactForm__item {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px 0;
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control .wpcf7-list-item::before {
    top: 3px;
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control input[type=radio] {
    top: 4px;
  }
  .contactForm__item--textarea {
    align-items: baseline;
  }
  .contactForm__ttl {
    width: 100%;
    justify-content: initial;
    gap: 0 10px;
    margin-top: 0;
  }
  .contactForm__txt {
    width: 100%;
  }
}
.contactTtl {
  position: relative;
  color: #234F65;
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(24px, 24px + 10 * (100vw - 768px) / 512, 34px);
  font-weight: 600;
  text-align: center;
}

.contactTxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 25px;
}

.contactThanks__btn {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .contactTxt {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    margin-top: 25px;
  }
  .contactThanks__btn {
    margin: 30px auto 0;
  }
}
.whale .c-lowerAboutArea {
  background: url(../img/whale/bg_about.jpg) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .whale .c-lowerAboutArea {
    padding-bottom: 100px;
  }
}
.aboutWhale__contBox {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.aboutWhale__behavior {
  text-align: center;
  margin-top: 92px;
}

.aboutWhale__behaviorBox {
  display: flex;
  justify-content: center;
  gap: clamp(30px, 30px + 37 * (100vw - 768px) / 512, 67px);
  margin-top: 56px;
}

.aboutWhale__behaviorList {
  flex: 1 1 522px;
  max-width: 522px;
  display: flex;
  justify-content: center;
  gap: 2.890625vw;
}

.aboutWhale__behaviorListItem {
  max-width: 257px;
  flex: 1;
}

.aboutWhale__behaviorTextBox {
  flex: 1 1 451px;
  max-width: 451px;
}

.aboutWhale__behaviorImgBox {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}

.aboutWhale__behaviorImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutWhale__behaviorText {
  text-align: left;
  margin-top: 17px;
}

.aboutWhale__behaviorTtl {
  font-family: "Hannari Mincho", "Hiragino Mincho ProN", "YuMincho", "游明朝体", HelveticaNeue, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(30px, 30px + 4 * (100vw - 768px) / 512, 34px);
  line-height: 1.338;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
}

.aboutWhale__behaviorTextDetail {
  display: block;
  margin-top: 9px;
}

.aboutWhale__behaviorTextHead {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5555555556;
  padding-left: 33px;
  position: relative;
}
.aboutWhale__behaviorTextHead::before {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 25px;
  background: url(../img/common/ico_whale.svg) no-repeat center/contain;
  content: "";
}

.aboutWhale__behaviorTextDetail {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6666666667;
}

.aboutWhale__behaviorTextWrap {
  padding: 4px 0 19px;
  border-bottom: 1px solid #C1C1C1;
}
.aboutWhale__behaviorTextWrap .aboutWhale__behaviorTextHead {
  padding-left: 36px;
}
.aboutWhale__behaviorTextWrap .aboutWhale__behaviorTextDetail {
  margin-top: 6px;
}

.aboutWhale__behaviorTextWrap:first-of-type {
  padding-top: 8px;
}

.aboutWhale__behaviorTextWrap:last-of-type {
  border-bottom: none;
}

.tourPlanListItem__ttl.-whale {
  margin-top: -3px;
}

.tourPlanListItem__feeBox.-whale {
  align-items: flex-start;
  margin-top: 16px;
}

.tourPlanListItem__fee.-whale {
  border-bottom: 1px solid #C1C1C1;
}
.tourPlanListItem__fee.--2line {
  display: flex;
  margin-top: 1px;
}

.tourPlanListItem__fee-age {
  font-size: 18px;
  font-weight: 600;
  color: #45C6D7;
}
.tourPlanListItem__fee-age small {
  font-size: 10px;
  margin-top: -7px;
}
.tourPlanListItem__fee-age.--2line {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.tourPlanListItem__fee-detail {
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .aboutWhale__behavior {
    margin-top: 50px;
  }
  .aboutWhale__behaviorTtl {
    font-size: 24px;
  }
  .tourPlanListItem__fee-age small {
    font-size: 10px;
  }
  .aboutWhale__behaviorBox {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }
  .aboutWhale__behaviorList {
    flex-direction: column;
    align-items: center;
  }
  .aboutWhale__behaviorTextWrap:first-of-type {
    padding-top: 4px;
  }
  .aboutWhale__behaviorListItem {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
    max-width: 100%;
    padding: 4px 0 19px;
    border-bottom: 1px solid #C1C1C1;
  }
  .aboutWhale__behaviorListItem:first-of-type {
    padding-top: 0;
  }
  .aboutWhale__behaviorImgBox {
    max-width: 100px;
    margin: 0;
  }
  .aboutWhale__behaviorList {
    gap: 0;
  }
  .aboutWhale__behaviorList,
  .aboutWhale__behaviorTextBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .aboutWhale__behaviorListItem .aboutWhale__behaviorText {
    flex: 1 0.1 215px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* z-index
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z4 {
  z-index: 4;
}

.u-z5 {
  z-index: 5;
}

.u-z6 {
  z-index: 6;
}

.u-z7 {
  z-index: 7;
}

.u-z8 {
  z-index: 8;
}

.u-z9 {
  z-index: 9;
}

.u-z10 {
  z-index: 10;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* potition
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-por {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* flex
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-mt5-pc {
    margin-top: 5px;
  }
  .u-mt10-pc {
    margin-top: 10px;
  }
  .u-mt15-pc {
    margin-top: 15px;
  }
  .u-mt20-pc {
    margin-top: 20px;
  }
  .u-mt25-pc {
    margin-top: 25px;
  }
  .u-mt30-pc {
    margin-top: 30px;
  }
  .u-mt35-pc {
    margin-top: 35px;
  }
  .u-mt40-pc {
    margin-top: 40px;
  }
  .u-mt45-pc {
    margin-top: 45px;
  }
  .u-mt50-pc {
    margin-top: 50px;
  }
  .u-mt55-pc {
    margin-top: 55px;
  }
  .u-mt60-pc {
    margin-top: 60px;
  }
  .u-mt65-pc {
    margin-top: 65px;
  }
  .u-mt70-pc {
    margin-top: 70px;
  }
  .u-mt75-pc {
    margin-top: 75px;
  }
  .u-mt80-pc {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt5-sp {
    margin-top: 5px;
  }
  .u-mt10-sp {
    margin-top: 10px;
  }
  .u-mt15-sp {
    margin-top: 15px;
  }
  .u-mt20-sp {
    margin-top: 20px;
  }
  .u-mt25-sp {
    margin-top: 25px;
  }
  .u-mt30-sp {
    margin-top: 30px;
  }
  .u-mt35-sp {
    margin-top: 35px;
  }
  .u-mt40-sp {
    margin-top: 40px;
  }
  .u-mt45-sp {
    margin-top: 45px;
  }
  .u-mt50-sp {
    margin-top: 50px;
  }
  .u-mt55-sp {
    margin-top: 55px;
  }
  .u-mt60-sp {
    margin-top: 60px;
  }
  .u-mt65-sp {
    margin-top: 65px;
  }
  .u-mt70-sp {
    margin-top: 70px;
  }
  .u-mt75-sp {
    margin-top: 75px;
  }
  .u-mt80-sp {
    margin-top: 80px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font-size
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-fz10-pc {
    font-size: 10px;
  }
  .u-fz11-pc {
    font-size: 11px;
  }
  .u-fz12-pc {
    font-size: 12px;
  }
  .u-fz13-pc {
    font-size: 13px;
  }
  .u-fz14-pc {
    font-size: 14px;
  }
  .u-fz15-pc {
    font-size: 15px;
  }
  .u-fz16-pc {
    font-size: 16px;
  }
  .u-fz17-pc {
    font-size: 17px;
  }
  .u-fz18-pc {
    font-size: 18px;
  }
  .u-fz19-pc {
    font-size: 19px;
  }
  .u-fz20-pc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-fz10-sp {
    font-size: 10px;
  }
  .u-fz11-sp {
    font-size: 11px;
  }
  .u-fz12-sp {
    font-size: 12px;
  }
  .u-fz13-sp {
    font-size: 13px;
  }
  .u-fz14-sp {
    font-size: 14px;
  }
  .u-fz15-sp {
    font-size: 15px;
  }
  .u-fz16-sp {
    font-size: 16px;
  }
  .u-fz17-sp {
    font-size: 17px;
  }
  .u-fz18-sp {
    font-size: 18px;
  }
  .u-fz19-sp {
    font-size: 19px;
  }
  .u-fz20-sp {
    font-size: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-fw600 {
  font-weight: 600;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 特殊
――――――――――――――――――――――――――――――――――――――――――――――*/