@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

/*-----------------------

         COMMON

-----------------------*/
@media screen and (min-width: 1921px) {
  .mv img {
    width: 100%;
  }
}
/* リセット */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
:root {
  --mainColor: #f39d57;
  --baseColor: #643a14;
  --subColor: #fff7d4;
  --subColor2: #fcefcf;
  --accentColor: #fff8e4;
  --colorB: #292929;
  --colorW: #fff;
  --cab: "Cabin", sans-serif;
}

html {
  scroll-padding-top: 5rem;
  font-size: 0.6944444444vw;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 9rem;
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  background-color: var(--subColor2);
  color: var(--baseColor);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
}

.container,
.wrapper {
  max-width: 120rem;
  margin: 0 auto;
  min-height: auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .container,
  .wrapper {
    width: 100%;
    padding: 0 2.4rem;
  }
}

.holder {
  max-width: 100rem;
  margin: 0 auto;
  width: 100rem;
}
@media only screen and (max-width: 768px) {
  .holder {
    width: 100%;
    padding: 0 2.4rem;
  }
}

.flex {
  display: flex;
}

.text-c {
  text-align: center;
}

figure img {
  width: 100%;
}

.grid {
  display: grid;
}

.cabin {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

main {
  overflow: hidden;
}

.primary-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed var(--mainColor);
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .primary-ttl {
    font-size: 2.4rem;
    padding-bottom: 0.9rem;
  }
}
.primary-ttl span {
  color: var(--mainColor);
  font-weight: 700;
}
.primary-ttl__area {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .primary-ttl__area {
    margin-bottom: 4.2rem;
  }
}

.secondary-ttl {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .secondary-ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}
.secondary-ttl__area {
  margin-bottom: 6.2rem;
}
@media only screen and (max-width: 768px) {
  .secondary-ttl__area {
    margin-bottom: 3.7rem;
  }
}

.business__btnlink {
  display: flex;
  gap: 3.5rem;
  width: 100%;
  background-image: var(--grd);
  padding: 2.5rem 3rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .business__btnlink {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 600px) {
  .business__btnlink:hover {
    opacity: 1;
  }
  .business__btnlink:hover img {
    transform: translateX(1rem);
  }
}
.business__btnlink img {
  transition: 0.5s;
  width: 6.1rem;
  height: 4.9rem;
}
.business__btntext {
  padding-right: 6rem;
}
@media only screen and (max-width: 559px) {
  .business__btntext {
    padding-right: 1rem;
  }
}
.business__btntext--01 {
  font-style: 1.8rem;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px dotted;
}
@media only screen and (max-width: 559px) {
  .business__btntext--01 {
    font-size: 1.7rem;
  }
}
.business__btntext--02 {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .business__btntext--02 {
    font-size: 2.2rem;
  }
}

.recruit__btnlink {
  background: var(--grd);
  display: flex;
  justify-content: space-around;
  width: fit-content;
  padding: 2.3rem 3.3rem;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  align-items: center;
  min-width: 32rem;
  margin-inline: auto;
  color: var(--white);
  border: none;
}
@media only screen and (max-width: 559px) {
  .recruit__btnlink {
    padding: 1rem 1rem 1rem 2.3rem;
    min-width: 20.4rem;
    font-size: 1.4rem;
  }
}
.recruit__btnlink img {
  width: 4.8rem;
  height: 3.9rem;
}
@media only screen and (max-width: 559px) {
  .recruit__btnlink img {
    width: 3.1rem;
    height: 2.5rem;
  }
}

.vision__btn button {
  cursor: pointer;
}
.vision__btn button img {
  transition: 0.5s;
}
@media only screen and (min-width: 600px) {
  .vision__btn button:hover img {
    transform: translateX(1rem);
  }
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.o-hamburger {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  transition: 0.6s;
  background-color: var(--colorW);
  opacity: 0;
  visibility: hidden;
  padding: 6.05rem 3.45rem;
  height: auto;
  border-radius: 0 0 0 4.8rem;
}
@media only screen and (min-width: 769px) {
  .o-hamburger {
    width: 40rem;
    right: -40rem;
    padding: 4.75rem 4.55rem 5.95rem 3.55rem;
  }
}
.o-hamburger .l-hdr__navlist {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.4rem;
}
.o-hamburger .l-hdr__navitem:not(:last-child)::after {
  display: none;
}
.o-hamburger .l-hdr__navlink {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}
.o-hamburger .l-hdr__navlink::after {
  content: "";
  background: url(../images/arrow-c.webp) no-repeat center center/contain;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}
.o-hamburger .l-hdr__nav {
  padding: 0;
  justify-content: flex-start;
}
.o-hamburger .l-hdr__navlist {
  gap: 1.1rem;
  margin-bottom: 1.7rem;
}

html.is-open .o-hamburger {
  right: 0;
  visibility: visible;
  opacity: 1;
  top: 0;
  pointer-events: all;
}

.is-open .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

html.is-open .o-hamburger__btn {
  background: url(../images/close.svg) no-repeat center center/contain;
  width: 5rem;
  height: 5rem;
}
@media only screen and (min-width: 769px) {
  html.is-open .o-hamburger__btn {
    width: 9.9rem;
    height: 9.9rem;
    top: 1.7rem;
    right: 1.6rem;
  }
}
html.is-open .o-hamburger__btn img {
  display: none;
}

/*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
.overlay {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
}

/* ボタン全体の設定 */
.o-hamburger__btn {
  position: fixed;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  top: 0.4rem;
  right: 2rem;
  z-index: 9999;
  transition: 0.5s;
}
@media only screen and (min-width: 769px) {
  .o-hamburger__btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 9.9rem;
    height: 9.9rem;
    top: 1.7rem;
    right: 1.6rem;
  }
}
.o-hamburger__btn img {
  width: 5rem;
  height: 5rem;
}
@media only screen and (min-width: 769px) {
  .o-hamburger__btn img {
    width: 9.9rem;
    height: 9.9rem;
  }
}

@media only screen and (min-width: 769px) {
  .o-hamburger__btn.show {
    opacity: 1;
    visibility: visible;
  }
}

.sp-hdr__contact {
  border: 1px solid var(--mainColor);
  border-radius: 1rem;
  margin-left: 1rem;
}
.sp-hdr__contact .cta__inner {
  padding: 1.6rem 2rem;
}
@media only screen and (min-width: 769px) {
  .sp-hdr__contact .cta__inner {
    padding: 1.7rem 2rem 1.5rem;
  }
}
.sp-hdr__contact .cta__ttl {
  letter-spacing: 0.04em;
  margin-bottom: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .sp-hdr__contact .cta__ttl {
    font-size: 1.6rem;
    line-height: 250%;
  }
}
@media only screen and (min-width: 769px) {
  .sp-hdr__contact .cta__tel {
    font-size: 3.2rem;
  }
}

.o-modal__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal__wrapper .o-modal__inner {
  background-color: #f2f0ea;
  margin: 10% auto;
  max-width: 140rem;
  width: 90%;
  position: relative;
  padding: 13rem 0 15rem;
}
@media only screen and (max-width: 559px) {
  .o-modal__wrapper .o-modal__inner {
    padding: 8rem 0 6rem;
  }
}
.o-modal__wrapper .o-modal__inner .o-modal__close {
  position: absolute;
  top: 0px;
  right: 0;
  background: var(--grd);
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  padding-top: 0.5rem;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
}
html.modal-open::-webkit-scrollbar {
  display: none;
}

.modal .primary-ttl {
  margin-inline: auto;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 559px) {
  .modal .primary-ttl {
    margin-bottom: 3.3rem;
  }
}
.modal .primary-ttl__ja {
  text-align: center;
}
.modal .hexagon {
  background-color: #f2f0ea;
}
.modal .hexagon__wrap {
  background-color: var(--gold);
}
.modal__ttl {
  margin-bottom: 10rem;
  color: var(--gold);
}
@media only screen and (max-width: 559px) {
  .modal__ttl {
    margin-bottom: 2rem;
  }
}
.modal__ttlja {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 559px) {
  .modal__ttlja {
    font-size: 2.6rem;
  }
}
.modal__ttlen {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: var(--hel);
}
.modal__list {
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .modal__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 5rem;
  }
}
.modal__listwrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-inline: 4rem;
}
@media only screen and (max-width: 559px) {
  .modal__listwrap {
    padding-inline: 1rem;
  }
}
.modal__listttl {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 3.6rem;
  font-weight: 700;
  color: var(--gold);
}
@media only screen and (max-width: 559px) {
  .modal__listttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.modal__listtext {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: var(--black);
  line-height: 1.75;
}
.modal__listtext span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .modal__listtext span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 559px) {
  .modal__listtext {
    font-size: 1.4rem;
  }
}
.modal__info {
  margin-bottom: 8rem;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .modal__info {
    margin-bottom: 5rem;
  }
}
.modal__infottl {
  font-size: 2.6rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .modal__infottl {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}
.modal__infocont {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: var(--black);
}
@media only screen and (max-width: 559px) {
  .modal__infocont {
    font-size: 1.4rem;
  }
}
.modal__infocont:not(:first-child) {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid;
}
.modal__infocont p {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .modal__infocont p span {
    width: fit-content;
    min-width: 7rem;
  }
}
.modal__message {
  color: var(--gold);
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 8rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .modal__message {
    font-size: 1.7rem;
    line-height: 1.7222222222;
    margin-bottom: 3rem;
  }
}

.faq {
  margin-bottom: 10.5rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 6rem;
  }
}
.faq::before {
  content: "";
  background: url(../images/hana.webp) no-repeat center center/contain;
  width: 12.2rem;
  height: 13.2rem;
  position: absolute;
  top: 24.3rem;
  right: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .faq::before {
    display: none;
  }
}
.faq::after {
  content: "";
  background: url(../images/taiya.webp) no-repeat center center/contain;
  width: 35.2rem;
  height: 9.6rem;
  position: absolute;
  top: 56.5rem;
  left: 4.3rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .faq::after {
    display: none;
  }
}
.faq__list {
  margin-top: -0.9rem;
}
.faq__listitem:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .faq__listitem:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}
.faq__question {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1.6rem 5rem 1.6rem 3.2rem;
  border-radius: 0.5rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  line-height: 180%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq__question {
    font-size: 1.6rem;
    padding: 1rem 4rem 1rem 2rem;
  }
}
.faq__question span {
  padding-right: 1rem;
  font-weight: 500;
}
.faq__question::after {
  content: "";
  background: url(../images/arrow-d.webp) no-repeat center center/contain;
  width: 1.8rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .faq__question::after {
    right: 1.2rem;
  }
}
.faq details[open] .faq__question::after {
  content: "";
  background: url(../images/arrow-u.webp) no-repeat center center/contain;
}
.faq__answer {
  margin-top: 0.5rem;
  background-color: var(--colorW);
  padding: 2.4rem 3.2rem;
  border-radius: 0.5rem;
  line-height: 180%;
}
.faq__text {
  display: flex;
  font-weight: 500;
}
.faq__text span {
  padding-right: 1rem;
  font-weight: 500;
}
.faq .wave {
  transform: rotate(180deg);
  position: absolute;
  top: -4rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .faq .wave {
    transform: inherit;
  }
}

.hero .swiper-slide {
  text-align: right;
  padding-right: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .hero .swiper-slide {
    padding-inline: 1.75rem;
  }
}
.hero .swiper-slide img {
  width: 108rem;
  border-radius: 4rem;
  height: 65.1rem;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .hero .swiper-slide img {
    width: 34rem;
    border-radius: 2rem;
    height: 47.4rem;
  }
}

.hero-slider {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero-slider {
    z-index: 200;
    padding-top: 7.2rem;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .page-flow .swiper-button-next,
  .page-flow .swiper-button-prev,
  .page-flow .swiper-pagination {
    position: static;
    margin: 0;
    width: inherit;
  }
  .page-flow .slider-nav {
    justify-content: center;
    gap: 1.7rem;
    align-items: center;
    margin-bottom: 2.9rem;
  }
  .page-flow .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    display: inline-block;
    border-radius: 50%;
    background-color: var(--colorW);
    opacity: 1;
  }
  .page-flow .swiper-pagination-bullet-active {
    background-color: var(--mainColor);
  }
  .page-flow .swiper-button-prev::after,
  .page-flow .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 3.8rem;
    height: 3.8rem;
    margin: auto;
  }
  .page-flow .swiper-button-prev::after {
    background-image: url(../images/btn-icon.webp);
  }
  .page-flow .swiper-button-next::after {
    background-image: url(../images/btn-icon.webp);
    transform: rotate(180deg);
  }
  .page-flow .swiper-slide img {
    height: auto;
    width: 100%;
  }
}

.l-hdr {
  position: relative;
}
.l-hdr__logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--colorW);
  width: 25.6rem;
  height: 20.8rem;
  border-radius: 0 0 2.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 120;
}
@media only screen and (max-width: 768px) {
  .l-hdr__logo {
    display: none;
  }
}
.l-hdr__logo img {
  width: 20.3rem;
  margin-left: -0.4rem;
}
.l-hdr__nav {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.2rem;
  padding-block: 3.2rem;
}
.l-hdr__navlist {
  display: flex;
  gap: 0.4rem;
}
.l-hdr__navlink {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1rem;
}
.l-hdr__contactlink {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 1.5rem;
  letter-spacing: 0.1em;
}
.l-hdr__subarea {
  position: fixed;
  top: 0;
  right: 0;
  background: var(--grd);
  width: 22.6rem;
  height: 14rem;
}

.sp-hdr__area {
  padding: 1.2rem 2rem;
  background-color: var(--colorW);
  position: fixed;
  z-index: 500;
  width: 100%;
}

.map {
  position: relative;
}
.map::after {
  content: "";
  background: url(../images/kusa.webp) no-repeat center center/contain;
  width: 6.3rem;
  height: 7.6rem;
  position: absolute;
  bottom: 12rem;
  right: 8rem;
}
@media only screen and (max-width: 768px) {
  .map::after {
    display: none;
  }
}
.map__inner {
  width: 85.6rem;
  margin-inline: auto;
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  gap: 3.7rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .map__inner {
    width: 100%;
    flex-direction: column;
    padding: 0 2.4rem;
    gap: 2rem;
  }
}
.map iframe {
  border-radius: 2.4rem;
  width: 45rem;
  height: 45rem;
}
@media only screen and (max-width: 559px) {
  .map iframe {
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
  }
}
.map__item {
  position: relative;
  width: 100%;
}
.map__item::after {
  content: "";
  background: url(../images/map__01.webp) no-repeat center center/contain;
  width: 10.9rem;
  height: 14.5rem;
  position: absolute;
  bottom: -4rem;
  left: -7.1rem;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .map__item::after {
    width: 6rem;
    height: 8rem;
    left: inherit;
    right: 6.2rem;
    bottom: -21.7rem;
  }
}
.map__flex {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .map__flex {
    gap: 1.7rem 2rem;
  }
}
.map__ttl {
  background-color: var(--mainColor);
  color: var(--colorW);
  border-radius: 0.5rem;
  line-height: 180%;
  font-size: 1.6rem;
  font-weight: 700;
  width: 6.4rem;
  text-align: center;
}
.map__cont {
  font-size: 1.6rem;
  line-height: 180%;
  width: calc(100% - 8.4rem);
  font-weight: 500;
}

.cta {
  padding-bottom: 5.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cta {
    padding-bottom: 0;
  }
}
.cta::before, .cta::after {
  content: "";
  background: url(../images/hana.webp) no-repeat center center/contain;
  width: 14.2rem;
  height: 13.2rem;
  position: absolute;
  top: 5.5rem;
  z-index: -1;
}
.cta::before {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .cta::before {
    display: none;
  }
}
.cta::after {
  right: 0.4rem;
  transform: scaleX(-1);
}
.cta__inner {
  background-color: var(--colorW);
  border-radius: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 6.2rem 0 6.8rem;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .cta__inner {
    flex-direction: column-reverse;
    padding: 3.6rem 2.95rem 3rem;
    gap: 0rem;
  }
}
.cta__inner img {
  margin-top: 1.3rem;
}
.cta__inner img:first-child {
  width: 23.4rem;
}
@media only screen and (max-width: 768px) {
  .cta__inner img:first-child {
    width: 11.6rem;
    margin-inline: auto;
  }
}
.cta__inner img:last-child {
  width: 19.9rem;
}
@media only screen and (max-width: 768px) {
  .cta__inner img:last-child {
    display: none;
  }
}
.cta__tel {
  font-family: var(--cab);
  color: var(--mainColor);
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta__tel {
    font-size: 3.2rem;
  }
}
.cta__ttl {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-bottom: 2.8rem;
  margin-top: -1.1rem;
}
@media only screen and (max-width: 768px) {
  .cta__ttl {
    font-size: 1.6rem;
    line-height: 2.4;
    margin-bottom: 2.5rem;
  }
}
.cta__ttl span {
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--mainColor);
}
@media only screen and (max-width: 768px) {
  .cta__ttl span {
    white-space: nowrap;
  }
}

.l-ftr {
  background-color: var(--mainColor);
  padding: 4.6rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .l-ftr {
    padding: 4.8rem 0 2rem;
  }
}
.l-ftr__inner {
  width: 83.2rem;
  margin-inline: auto;
  display: flex;
  gap: 3.8rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .l-ftr__inner {
    width: 100%;
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 1.7rem;
  }
}
.l-ftr__logo {
  width: 31rem;
  background: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: 2.4rem 3.2rem;
}
.l-ftr__logoimg {
  width: 20.3rem;
  margin-bottom: 1rem;
}
.l-ftr__address p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: 500;
}
.l-ftr__navlist {
  display: flex;
  gap: 0.9rem 0.04rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .l-ftr__navlist {
    flex-direction: column;
    gap: 1rem 2.4rem;
  }
}
.l-ftr__navlink {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  gap: 1rem;
  padding: 1rem 1.1rem;
}
@media only screen and (max-width: 768px) {
  .l-ftr__navlink {
    justify-content: center;
  }
}
.l-ftr__arrow {
  width: 1.6rem;
}
.l-ftr__copy {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.sp-contact__area.sp-contact__area--ftr {
  background-color: #fcefcf;
  margin-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .page-top .cta::after {
    width: 4.9rem;
    height: 5.3rem;
    top: -2.7rem;
    right: 2.5rem;
    z-index: 20;
    transform: inherit;
  }
}

.under__mv {
  padding-inline: 3.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .under__mv {
    padding: 7.2rem 1.75rem 1.6rem;
  }
}
.under__mv img {
  width: 100%;
  border-radius: 4rem;
}
@media only screen and (max-width: 768px) {
  .under__mv img {
    border-radius: 1.8rem;
    height: 18.5rem;
  }
}
.under__ttl {
  font-size: 3.8rem;
  font-weight: 700;
  background-color: var(--colorW);
  border-radius: 1rem;
  width: fit-content;
  padding: 1.2rem 1.2rem;
  position: absolute;
  top: 56%;
  left: 15rem;
}
@media only screen and (max-width: 768px) {
  .under__ttl {
    font-size: 2.4rem;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-inline: auto;
    white-space: nowrap;
  }
}

.page-about .map,
.page-flow .map {
  position: relative;
}
.page-about .map::before,
.page-flow .map::before {
  content: "";
  background: url(../images/wave__03.svg) no-repeat center center/contain;
  width: 100vw;
  height: 38.9rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  .page-about .map::before,
  .page-flow .map::before {
    background: url(../images/wave_sp02.svg) no-repeat center center/contain;
    height: 18.5rem;
  }
}
.page-about .map::after,
.page-flow .map::after {
  bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  .page-about .map::after,
  .page-flow .map::after {
    display: none;
  }
}
.page-about .map__inner,
.page-flow .map__inner {
  position: relative;
}
.page-about .map__inner::before,
.page-flow .map__inner::before {
  content: "";
  background: url(../images/kusa.webp) no-repeat center center/contain;
  width: 5.3rem;
  height: 7.6rem;
  position: absolute;
  top: -1.3rem;
  left: -17.3rem;
}
.page-about .map__inner::after,
.page-flow .map__inner::after {
  bottom: -2rem;
  left: -5.1rem;
}
.page-about .map__info,
.page-flow .map__info {
  position: relative;
}
.page-about .map__info::after,
.page-flow .map__info::after {
  content: "";
  background: url(../images/taiya.webp) no-repeat center center/contain;
  width: 35.2rem;
  height: 9.6rem;
  position: absolute;
  bottom: -19.6rem;
  right: -12.1rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page-about .map__info::after,
  .page-flow .map__info::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-about .map__item::after,
  .page-flow .map__item::after {
    background: url(../images/map__01_sp.webp) no-repeat center center/contain;
    width: 12.2rem;
    height: 15.6rem;
    right: 0rem;
    bottom: -24rem;
  }
}
.page-about .cta::before, .page-about .cta::after,
.page-flow .cta::before,
.page-flow .cta::after {
  display: none;
}

.hero {
  margin-bottom: 9.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero {
    margin-bottom: 9.5rem;
  }
}
.hero__catch {
  font-size: 3.8rem;
  position: absolute;
  left: 2.8rem;
  bottom: 15.6rem;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .hero__catch {
    font-size: 2.4rem;
    bottom: 6.5rem;
    left: 2.8rem;
    z-index: 300;
  }
}
.hero__catch span {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hero__catch .wh {
  background-color: var(--colorW);
  padding: 1.3rem 0.6rem;
  display: block;
  width: fit-content;
  border-radius: 1rem;
  box-shadow: 0px 1px 10px 0px rgba(100, 58, 20, 0.2509803922);
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .hero__catch .wh {
    padding: 1rem 0.6rem 1.1rem 1.2rem;
  }
}
.hero__catch .wh:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .hero__catch .wh:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.hero__catch .wh:last-child {
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .hero__catch .wh:last-child {
    padding-right: 1.2rem;
  }
}
.hero__catch .or {
  color: var(--mainColor);
}
.hero__catch .small {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .hero__catch .small {
    font-size: 2.2rem;
  }
}

.kumo_t {
  margin-top: -26.2rem;
  z-index: 100;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .kumo_t {
    margin-top: -20.5rem;
    z-index: 250;
  }
}
.kumo_t img {
  width: 100%;
}

.kumo_b img {
  width: 100%;
}

.catch {
  background-color: var(--colorW);
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .catch {
    margin-top: -6rem;
    padding-bottom: 2.9rem;
  }
}
.catch__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4.2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .catch__ttl {
    font-size: 2.4rem;
    line-height: 160%;
    text-align: center;
    margin-bottom: 2.4rem;
    z-index: 300;
    position: relative;
  }
}
.catch__ttl span {
  color: var(--mainColor);
  font-weight: 700;
}
.catch__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .catch__text {
    font-size: 1.6rem;
  }
}
.catch__text:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .catch__textarea {
    padding-left: 1rem;
  }
}
.catch__flex {
  gap: 2.5rem;
  display: flex;
  margin-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .catch__flex {
    flex-direction: column;
    margin-left: 0;
  }
}
.catch__cont {
  width: 53.6rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .catch__cont {
    width: 100%;
  }
}
.catch__img {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .catch__img {
    margin-left: 3rem;
  }
}
.catch__img img {
  width: 38.1rem;
}
@media only screen and (max-width: 768px) {
  .catch__img img {
    width: 26.2rem;
  }
}
.catch__img::before {
  content: "";
  background: url(../images/catch__02.webp) no-repeat center center/contain;
  width: 14.6rem;
  height: 12.4rem;
  position: absolute;
  bottom: 0rem;
  left: -4rem;
}
@media only screen and (max-width: 768px) {
  .catch__img::before {
    width: 10rem;
    height: 8.6rem;
    bottom: 0.5rem;
    left: -2.5rem;
  }
}
.catch__img::after {
  content: "";
  background: url(../images/catch__03.webp) no-repeat center center/contain;
  width: 13.3rem;
  height: 14.3rem;
  position: absolute;
  top: 1.3rem;
  right: -3rem;
}
@media only screen and (max-width: 768px) {
  .catch__img::after {
    width: 9.1rem;
    height: 9.7rem;
    top: 1rem;
    right: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .kumo_b {
    margin-top: -0.5rem;
  }
}

.kumo {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .kumo {
    z-index: 300;
  }
}
.kumo__img {
  position: absolute;
  z-index: 120;
}
.kumo__img--01 {
  width: 14.6rem;
  height: 11.9rem;
  top: -23.9rem;
  left: 57.6rem;
}
@media only screen and (max-width: 768px) {
  .kumo__img--01 {
    width: 9.6rem;
    height: 7.6rem;
    top: -11.8rem;
    left: 7.3%;
  }
}
.kumo__img--02 {
  width: 10.6rem;
  height: 13.4rem;
  right: 32%;
  top: -30rem;
}
@media only screen and (max-width: 768px) {
  .kumo__img--02 {
    width: 6.3rem;
    height: 8rem;
    top: -15.5rem;
    right: 15.7rem;
  }
}
.kumo__img--03 {
  width: 13.9rem;
  height: 14.1rem;
  right: 14rem;
  top: -26rem;
}
@media only screen and (max-width: 768px) {
  .kumo__img--03 {
    width: 8.2rem;
    height: 8.4rem;
    top: -13.4rem;
    right: 2.8rem;
  }
}

.feature {
  margin-bottom: 10rem;
  margin-top: -19rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .feature {
    margin-top: -18.6rem;
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .feature .holder {
    padding: 0 4.8rem;
  }
}
.feature::after {
  content: "";
  background: url(../images/wave.svg) no-repeat center center/contain;
  width: 100%;
  height: 38.9rem;
  position: absolute;
  bottom: -45.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.feature__card {
  gap: 7.6rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  .feature__card {
    gap: 4rem;
  }
}
.feature__card figure {
  text-align: center;
}
.feature__card img {
  width: 27.7rem;
}
.feature__number {
  color: var(--mainColor);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: -0.9rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .feature__number {
    font-size: 2rem;
    margin-bottom: -1.3rem;
  }
}
.feature__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .feature__ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.feature__ttl span {
  color: var(--mainColor);
  font-weight: 700;
}
.feature__text {
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 500;
}

.wave {
  position: relative;
  z-index: -1;
}
.wave img {
  width: 100vw;
}

.link {
  padding-bottom: 13.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .link {
    background-color: inherit;
    padding-bottom: 8.3rem;
  }
}
.link .holder {
  position: relative;
}
.link .holder::after {
  content: "";
  width: 100vw;
  height: 15rem;
  bottom: -15rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--subColor);
}
@media only screen and (max-width: 768px) {
  .link .holder::after {
    z-index: -100;
  }
}
.link::before {
  content: "";
  background: url(../images/mori.webp) no-repeat center center/contain;
  width: 55.5rem;
  height: 28rem;
  position: absolute;
  top: -6rem;
  left: 1rem;
}
@media only screen and (max-width: 768px) {
  .link::before {
    width: 17.2rem;
    height: 8.6rem;
    top: inherit;
    bottom: 6.8rem;
    left: -0.3rem;
  }
}
.link::after {
  content: "";
  background: url(../images/mori2.webp) no-repeat center center/contain;
  width: 17rem;
  height: 16.6rem;
  position: absolute;
  top: 11.4rem;
  right: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .link::after {
    width: 7.7rem;
    height: 7.6rem;
    right: 1.5rem;
    bottom: inherit;
    top: 45rem;
    z-index: -1;
  }
}
.link__card {
  gap: 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .link__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.link__carditem {
  border-radius: 2rem;
  border: 0.6rem solid #f9efb0;
  padding: 1.8rem 3.2rem;
  background-color: var(--colorW);
}
@media only screen and (max-width: 768px) {
  .link__carditem {
    padding: 1.6rem 0;
  }
}
.link__carditem figure {
  text-align: center;
}
.link__carditem--01 figure img {
  width: 42.1rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .link__carditem--01 figure img {
    width: 27rem;
  }
}
.link__carditem--02 .link__ttl {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .link__carditem--02 .link__ttl {
    margin-top: 1.1rem;
  }
}
.link__carditem--02 figure img {
  width: 41rem;
}
@media only screen and (max-width: 768px) {
  .link__carditem--02 figure img {
    width: 27rem;
  }
}
.link__ttl {
  margin-bottom: 2.5rem;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--mainColor);
}
@media only screen and (max-width: 768px) {
  .link__ttl {
    letter-spacing: 0;
  }
}
.link__ttl span {
  font-weight: 700;
  color: var(--mainColor);
  letter-spacing: 0.05em;
}
.link__ttl .large {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .link__ttl .large {
    font-size: 2.8rem;
  }
}

.facilities {
  padding-bottom: 12rem;
  position: relative;
  background-color: var(--subColor);
}
@media only screen and (max-width: 768px) {
  .facilities {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .facilities .wrapper {
    padding: 0 1rem;
  }
}
.facilities .primary-ttl__area {
  margin-bottom: 3.5rem;
}
.facilities .primary-ttl {
  padding-bottom: 1rem;
}
.facilities::before, .facilities::after {
  content: "";
  width: 46.9rem;
  height: 23.2rem;
  position: absolute;
  overflow: hidden;
}
.facilities::before {
  background: url(../images/mori5.webp) no-repeat center center/contain;
  top: -3rem;
  left: -3.5rem;
}
@media only screen and (max-width: 768px) {
  .facilities::before {
    background: url(../images/wave_sp01.svg) no-repeat center center/contain;
    height: 20.9rem;
    width: 100vw;
    top: -26rem;
    left: 0;
    z-index: -1;
  }
}
.facilities::after {
  background: url(../images/mori3.webp) no-repeat center center/contain;
  bottom: 11.5rem;
  right: -4rem;
}
@media only screen and (max-width: 768px) {
  .facilities::after {
    background: none;
    background-color: var(--subColor);
    width: 100vw;
    height: 7rem;
    bottom: inherit;
    top: -7rem;
    left: 0;
  }
}
.facilities__inner {
  background-color: var(--colorW);
  padding: 5.3rem 10rem 6.4rem;
  border-radius: 1rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .facilities__inner {
    padding: 4.5rem 1.8rem 5.2rem 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .facilities__inner .holder {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .facilities__inner::after {
    content: "";
    background: url(../images/hana.webp) no-repeat center center/contain;
    width: 7.2rem;
    height: 7.8rem;
    position: absolute;
    bottom: -3.4rem;
    right: 2.7rem;
  }
}
.facilities__ttl {
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.1rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .facilities__ttl {
    font-size: 1.6rem;
  }
}
.facilities__ttl:first-child {
  padding-left: 4.2rem;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .facilities__ttl:first-child {
    padding-left: 0.1rem;
    margin-top: -0.4rem;
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .facilities__ttl--add {
    font-size: 1.9rem;
    margin-top: -0.4rem;
  }
}
.facilities__ttl img {
  width: 3.1rem;
}
.facilities__flex {
  gap: 3.2rem;
  display: flex;
  margin-bottom: 6.2rem;
  position: relative;
}
.facilities__flex::after {
  content: "";
  background: url(../images/voice__04.webp) no-repeat center center/contain;
  width: 9.9rem;
  height: 11rem;
  position: absolute;
  bottom: 1.3rem;
  right: -3.5rem;
}
@media only screen and (max-width: 768px) {
  .facilities__flex::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .facilities__flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4.1rem;
  }
}
.facilities__subflex--02 {
  justify-content: center;
}
.facilities__btnarea {
  min-width: 25.4rem;
}
@media only screen and (max-width: 768px) {
  .facilities__btnarea {
    width: 100%;
  }
}
.facilities__contarea {
  background-color: var(--accentColor);
  width: 100%;
  border-radius: 1rem;
  padding: 4rem 3.2rem;
  position: relative;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 768px) {
  .facilities__contarea {
    padding: 3.4rem 2rem;
  }
}
.facilities__contarea::after, .facilities__contarea::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-color: var(--mainColor);
  border-radius: 50%;
  position: absolute;
  top: 1.3rem;
}
.facilities__contarea::after {
  left: 1.3rem;
}
.facilities__contarea::before {
  right: 1.3rem;
}
.facilities__subflex {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .facilities__subflex {
    flex-direction: column;
    gap: 1.8rem;
  }
}
.facilities__subflex img {
  min-width: 28rem;
  border-radius: 1rem;
  height: 19rem;
  object-fit: cover;
}
.facilities__subttl {
  background-color: #f9efb0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 180%;
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .facilities__subttl {
    line-height: 155%;
  }
}
.facilities__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
}
.facilities__voice {
  background-color: var(--colorW);
  border-radius: 1rem;
  padding: 2rem 4rem 2.6rem 4rem;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .facilities__voice {
    flex-direction: column;
  }
}
.facilities__voice::after {
  content: "";
  background: url(../images/voice__04.webp) no-repeat center center/contain;
  width: 9.9rem;
  height: 11rem;
  position: absolute;
  bottom: -2.7rem;
  right: -6.5rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  .facilities__voice::after {
    display: none;
  }
}
.facilities__voicettl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 1rem;
  border-right: 1px solid var(--mainColor);
  letter-spacing: 0.12em;
  margin-right: 4rem;
}
@media only screen and (max-width: 768px) {
  .facilities__voicettl {
    writing-mode: inherit;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid var(--mainColor);
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 2.4rem;
    margin-bottom: 3rem;
    text-orientation: inherit;
    padding-right: 0;
  }
}
.facilities__voiceflex {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .facilities__voiceflex {
    flex-direction: column-reverse;
  }
}
.facilities__voicetext {
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 500;
  --b: 1.5rem;
  --h: 1.5rem;
  --p: 3.5rem;
  --r: 1rem;
  --c: #f9efb0;
  padding: 1.6rem;
  border-radius: var(--r)/min(var(--r), var(--p) - var(--b) / 2) var(--r) var(--r) min(var(--r), 100% - var(--p) - var(--b) / 2);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0, 0 max(0%, var(--p) - var(--b) / 2), calc(-1 * var(--h)) var(--p), 0 min(100%, var(--p) + var(--b) / 2));
  background: var(--c);
  border-image: conic-gradient(var(--c) 0 0) fill 0/calc(var(--p) - var(--b) / 2) var(--r) calc(100% - var(--p) - var(--b) / 2) 0/0 0 0 var(--h);
}
@media only screen and (max-width: 768px) {
  .facilities__voicetext {
    font-size: 1.4rem;
    padding: 1em;
    border-radius: var(--r) var(--r) min(var(--r), 100% - var(--p) - var(--b) / 2) min(var(--r), var(--p) - var(--b) / 2)/var(--r);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, min(100%, var(--p) + var(--b) / 2) 100%, var(--p) calc(100% + var(--h)), max(0%, var(--p) - var(--b) / 2) 100%);
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/var(--r) calc(100% - var(--p) - var(--b) / 2) 0 calc(var(--p) - var(--b) / 2)/0 0 var(--h) 0;
    --p: 50%;
  }
}

.pleasing {
  gap: 5rem;
  position: relative;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 768px) {
  .pleasing {
    gap: 2.4rem;
  }
}
.pleasing::before {
  content: "";
  background: url(../images/hana.webp) no-repeat center center/contain;
  width: 12.2rem;
  height: 13.2rem;
  position: absolute;
  bottom: -9rem;
  left: -16.3rem;
}
.pleasing figure {
  text-align: center;
  margin-bottom: 1rem;
}
.pleasing figure img {
  width: 19.9rem;
  border-radius: 50%;
  height: 19.9rem;
}
@media only screen and (max-width: 768px) {
  .pleasing figure img {
    margin-left: -0.5rem;
  }
}
.pleasing__ttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 180%;
  background-color: #f9efb0;
  margin-bottom: 1.6rem;
  text-align: center;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .pleasing__ttl {
    margin-left: -0.5rem;
    margin-bottom: 1.6rem;
  }
}
.pleasing__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .pleasing__text {
    margin-left: -0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .pleasing .o-card__item {
    width: 30rem;
    margin-inline: auto;
  }
}

.flow {
  margin-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow {
    margin-bottom: 5.6rem;
  }
}
.flow::before {
  content: "";
  background: url(../images/kusa.webp) no-repeat center center/contain;
  width: 5.3rem;
  height: 7.6rem;
  position: absolute;
  top: 18rem;
  left: 4.3rem;
}
@media only screen and (max-width: 768px) {
  .flow::before {
    display: none;
  }
}
.flow::after {
  content: "";
  background: url(../images/flow__05.webp) no-repeat center center/contain;
  width: 37.14rem;
  height: 22.9rem;
  position: absolute;
  bottom: -18.4rem;
  right: 6rem;
}
@media only screen and (max-width: 768px) {
  .flow::after {
    position: static;
    display: block;
    width: 23.4rem;
    height: 15rem;
    margin-top: 5.4rem;
    margin-inline: auto;
  }
}
.flow__card {
  gap: 4rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  .flow__card {
    gap: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.flow__card figure {
  text-align: center;
}
.flow__card img {
  width: 18.7rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .flow__card img {
    width: 8.5rem;
    min-width: 8.5rem;
    margin-bottom: 0;
  }
}
.flow__cardttl {
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: var(--mainColor);
  color: var(--colorW);
  line-height: 180%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
}
.flow__cardtext {
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .flow__cardtext {
    line-height: 182%;
  }
}
@media only screen and (max-width: 768px) {
  .flow__card .o-card__item {
    display: flex;
    gap: 1.4rem;
  }
}

.facilities__btnarea {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 768px) {
  .facilities__btnarea {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem 1rem;
  }
}

.facilities__btn {
  border: none;
  background: #f9efb0;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 180%;
  border-radius: 1rem;
  color: var(--baseColor);
  font-weight: 700;
  transition: 0.3s;
}
.facilities__btn:hover {
  color: var(--mainColor);
}
@media only screen and (max-width: 768px) {
  .facilities__btn {
    width: calc((100% - 1rem) / 2);
    font-size: 1.4rem;
    line-height: 178%;
  }
}

.facilities__btn.active {
  background: var(--mainColor);
  color: var(--colorW);
}

/* 初期状態は非表示にする */
.facilities__btncont {
  display: none;
}

/* アクティブなタブのみ表示 */
.facilities__btncont.active {
  display: block;
}

.page-top .cta .wrapper {
  position: relative;
}
.page-top .cta .wrapper::after {
  content: "";
  background: url(../images/wave__02.svg) no-repeat center center/contain;
  width: 100vw;
  height: 49.7rem;
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  .page-top .cta .wrapper::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .cta .wrapper::before {
    content: "";
    background: url(../images/wave_sp03.svg) no-repeat center center/contain;
    width: 100vw;
    height: 41.3rem;
    position: absolute;
    bottom: -10.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
  }
}
.page-top .map__inner {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-top .map__inner {
    margin-bottom: 5.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .map__info::after {
    content: "";
    background: url(../images/kusa.webp) no-repeat center center/contain;
    width: 1.9rem;
    height: 2.7rem;
    position: absolute;
    top: 45rem;
    right: 6.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .map__item::before {
    content: "";
    background: url(../images/taiya.webp) no-repeat center center/contain;
    width: 11.8rem;
    height: 3.2rem;
    position: absolute;
    top: -2.6rem;
    right: 1.3rem;
    z-index: 10;
  }
}

.sp-contact {
  margin-inline: auto;
  width: calc(100% - 4.8rem);
}
.sp-contact__area {
  background-color: var(--colorW);
  margin-top: -8rem;
  z-index: 300;
  position: relative;
  padding-bottom: 2.6rem;
}
.sp-contact__link {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
  border-radius: 0.5rem;
  width: 104%;
  margin-left: -0.6rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  box-shadow: 0px 2px 6px 0px rgba(112, 70, 33, 0.2509803922);
}

.under__mv--about {
  margin-bottom: 2.9rem;
}
@media only screen and (max-width: 768px) {
  .under__mv--about {
    margin-bottom: 0rem;
  }
}

.philosophy {
  margin-top: -9rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .philosophy {
    margin-top: 0.8rem;
  }
}
.philosophy::before {
  content: "";
  width: 100vw;
  height: 5rem;
  z-index: -10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
  background-color: var(--colorW);
}
@media only screen and (max-width: 768px) {
  .philosophy::before {
    top: -3rem;
  }
}
.philosophy::after {
  content: "";
  width: 100vw;
  height: 5rem;
  z-index: -10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  background-color: var(--colorW);
}
.philosophy__subttl {
  color: var(--mainColor);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .philosophy__subttl {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
.philosophy__text {
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .philosophy__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .philosophy__text--center {
    text-align: center;
  }
}
.philosophy__cont--01 {
  margin-bottom: 6.3rem;
}
@media only screen and (max-width: 768px) {
  .philosophy__cont--01 {
    margin-bottom: 4.7rem;
  }
}
.philosophy__cont--02 .philosophy__subttl {
  margin-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.philosophy__cont--02 .philosophy__text {
  padding-left: 0.8rem;
}
.philosophy__contwrap {
  position: relative;
}
.philosophy__contwrap::before {
  content: "";
  background-color: var(--colorW);
  width: 100vw;
  height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.philosophy__contimg {
  position: absolute;
  top: -4rem;
  right: -3.8rem;
}
@media only screen and (max-width: 768px) {
  .philosophy__contimg {
    position: static;
    text-align: center;
    margin-bottom: 4.6rem;
  }
}
.philosophy__contimg img {
  width: 43.3rem;
}
@media only screen and (max-width: 768px) {
  .philosophy__contimg img {
    width: 27.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .philosophy .secondary-ttl__area {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .philosophy .secondary-ttl__area::after {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 6rem;
    background-color: var(--colorW);
    z-index: -1;
    top: 0;
  }
}

.about__kumo--b {
  margin-top: 2.6rem;
}

.about__flex {
  display: flex;
  gap: 2.2rem 2.4rem;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .about__flex {
    flex-direction: column;
    gap: 0.67rem;
    margin-bottom: 3rem;
  }
}
.about__ttl {
  background-color: var(--mainColor);
  color: var(--colorW);
  border-radius: 0.5rem;
  line-height: 180%;
  font-size: 1.6rem;
  font-weight: 700;
  width: 11.2rem;
  text-align: center;
}
.about__cont {
  font-size: 1.6rem;
  line-height: 205%;
  width: calc(100% - 13.6rem);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .about__cont:last-child {
    line-height: 220%;
  }
}
@media only screen and (max-width: 768px) {
  .about__cont:not(:last-child) {
    margin-bottom: 1.65rem;
  }
}
@media only screen and (max-width: 768px) {
  .about__cont {
    width: 100%;
    line-height: 205%;
  }
}
.about__cont span {
  font-weight: 500;
}
.about__cont span:nth-of-type(odd) {
  width: 11rem;
  display: inline-block;
}
.about__kumo img {
  width: 100%;
}

.information {
  margin-bottom: 10.5rem;
  margin-top: -17.5rem;
}
@media only screen and (max-width: 768px) {
  .information {
    margin-top: -17.6rem;
    margin-bottom: 7.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .information .secondary-ttl {
    text-align: left;
  }
}
.information .secondary-ttl__area {
  margin-bottom: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .information .secondary-ttl__area {
    margin-bottom: 3.7rem;
  }
}
.information__inner {
  position: relative;
}
.information__imgarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem;
  width: 55rem;
  position: absolute;
  top: -1rem;
  right: -10.5rem;
}
@media only screen and (max-width: 768px) {
  .information__imgarea {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 1.6rem 0.9rem;
  }
}
.information__imgarea img {
  width: 17rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .information__imgarea img {
    width: 15rem;
  }
}

.overview {
  margin-bottom: 10.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .overview {
    margin-bottom: 9.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .overview .secondary-ttl {
    text-align: left;
  }
}
.overview .secondary-ttl__area {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .overview .secondary-ttl__area {
    margin-bottom: 3.7rem;
  }
}
.overview::before {
  content: "";
  background: url(../images/wave.svg) no-repeat center center/contain;
  width: 100vw;
  height: 38.9rem;
  position: absolute;
  bottom: -6.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  .overview::before {
    background: url(../images/wave_sp01.svg) no-repeat center center/contain;
    height: 20.9rem;
  }
}
.overview__inner {
  position: relative;
}
.overview__inner::after {
  content: "";
  background-color: var(--subColor);
  width: 100vw;
  height: 7rem;
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -30;
}
.overview__img {
  position: absolute;
  top: 27%;
  right: -7.6rem;
}
@media only screen and (max-width: 768px) {
  .overview__img {
    position: static;
  }
}
.overview__img img {
  width: 49rem;
}
@media only screen and (max-width: 768px) {
  .overview__img img {
    width: 31.8rem;
    margin-left: 0.4rem;
  }
}
.overview .about__flex {
  position: relative;
  gap: 1.7rem 2.4rem;
}
@media only screen and (max-width: 768px) {
  .overview .about__flex {
    gap: 0.7rem 2.4rem;
  }
}
.overview .about__flex::before {
  content: "";
  background: url(../images/mori2.webp) no-repeat center center/contain;
  width: 12.4rem;
  height: 12.1rem;
  position: absolute;
  bottom: 18rem;
  left: -22rem;
}
@media only screen and (max-width: 768px) {
  .overview .about__flex::before {
    width: 8.8rem;
    height: 8.6rem;
    bottom: -16.1rem;
    left: inherit;
    right: -2.3rem;
    z-index: -1;
  }
}
.overview .about__flex::after {
  content: "";
  background: url(../images/mori4.webp) no-repeat center center/contain;
  width: 37.4rem;
  height: 10.8rem;
  position: absolute;
  top: 11.3rem;
  right: -15rem;
  transform: scaleX(-1);
}
@media only screen and (max-width: 768px) {
  .overview .about__flex::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .overview .about__cont {
    line-height: 200%;
  }
}
@media only screen and (max-width: 768px) {
  .overview .about__cont:not(:last-child) {
    margin-bottom: 1.33rem;
  }
}

.under__mv--flow {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .under__mv--flow {
    margin-bottom: 3.7rem;
  }
}

.day {
  margin-bottom: 9.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .day {
    margin-bottom: 6.1rem;
  }
}
.day::before {
  content: "";
  background: url(../images/flow__kumo__01.svg) no-repeat center center/contain;
  width: 25.8rem;
  height: 15.8rem;
  position: absolute;
  top: 2.6rem;
  left: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .day::before {
    background: url(../images/flow__kumo__03.svg) no-repeat center center/contain;
    content: "";
    width: 7rem;
    height: 4.2rem;
    top: 3rem;
    left: 0;
  }
}
.day::after {
  content: "";
  background: url(../images/flow__kumo__03.svg) no-repeat center center/contain;
  width: 18.9rem;
  height: 11.6rem;
  position: absolute;
  top: 84rem;
  left: 13.6rem;
}
@media only screen and (max-width: 768px) {
  .day::after {
    background: url(../images/flow__kumo__01.svg) no-repeat center center/contain;
    width: 6.8rem;
    height: 4.2rem;
    right: 2.6rem;
    left: inherit;
    bottom: inherit;
    top: 64.1rem;
  }
}
.day .primary-ttl__area {
  padding-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .day .primary-ttl__area {
    padding-left: 0rem;
  }
}
.day__inner {
  width: 90rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .day__inner {
    width: 100%;
    padding: 2.4rem;
  }
}
.day__list {
  position: relative;
  padding-left: 11.1rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  .day__list {
    padding-left: 0rem;
    margin-top: -2.3rem;
  }
}
.day__list::before {
  content: "";
  width: 0.1rem;
  height: 89%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.7rem;
  background-color: var(--mainColor);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .day__list::before {
    left: 1.2rem;
  }
}
.day__list::after {
  content: "";
  background: url(../images/flow__kumo__02.svg) no-repeat center center/contain;
  width: 25.3rem;
  height: 15.5rem;
  position: absolute;
  top: 20rem;
  right: -22.3rem;
}
@media only screen and (max-width: 768px) {
  .day__list::after {
    background: url(../images/flow__kumo__01.svg) no-repeat center center/contain;
    width: 6.8rem;
    height: 4.2rem;
    top: -10rem;
    right: -1.3rem;
  }
}
.day__item {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .day__item {
    gap: 1rem;
  }
}
.day__item:not(:last-child) {
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .day__item:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}
.day__item:nth-child(2) .day__time, .day__item:nth-child(1) .day__time {
  margin-left: -0.6rem;
}
@media only screen and (max-width: 768px) {
  .day__item:nth-child(2) .day__time, .day__item:nth-child(1) .day__time {
    margin-left: 0rem;
  }
}
.day__item:nth-child(2) .day__figure, .day__item:nth-child(1) .day__figure {
  margin-left: -0.1rem;
}
.day__timearea {
  display: flex;
  gap: 1.7rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .day__timearea {
    gap: 0.6rem;
  }
}
.day__time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  padding-inline: 1rem;
  background-color: var(--colorW);
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .day__time {
    font-size: 1.4rem;
  }
}
.day__img {
  min-width: 11.8rem;
  width: 11.8rem;
}
@media only screen and (max-width: 768px) {
  .day__img {
    width: 6.6rem;
    min-width: 6.6rem;
  }
}
.day__ttl {
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 500;
  white-space: nowrap;
}
.day__ttl br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .day__ttl br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .day__ttl {
    white-space: normal;
    font-size: 1.6rem;
  }
}
.day__clock {
  width: 3.2rem;
  background-color: var(--subColor2);
}
@media only screen and (max-width: 768px) {
  .day__clock {
    width: 2.3rem;
  }
}
.day__underimgarea {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .day__underimgarea {
    display: flex;
    gap: 1rem;
    margin-top: 0.6rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .day__underimgarea img {
    width: 11.8rem;
  }
}
.day__underimg {
  position: absolute;
  border-radius: 4rem;
}
.day__underimg--01 {
  width: 20.1rem;
  bottom: 4.7rem;
  right: 4.1rem;
}
.day__underimg--02 {
  width: 22.4rem;
  top: 27.5rem;
  left: 10rem;
}
.day__underimg--03 {
  width: 16.6rem;
  bottom: 26.1rem;
  right: 17.7rem;
}
@media only screen and (max-width: 768px) {
  .day__underimg {
    position: static;
    border-radius: 1rem;
  }
}

.event {
  padding-bottom: 13.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .event {
    padding-bottom: 9.4rem;
  }
}
.event::before {
  content: "";
  background: url(../images/flow__kumo__04.svg) no-repeat center center/contain;
  width: 25.3rem;
  height: 15.5rem;
  position: absolute;
  top: 45.5rem;
  left: 5.2rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .event::before {
    content: "";
    width: 8.7rem;
    height: 5.4rem;
    top: -4.9rem;
    left: 0.1rem;
  }
}
.event::after {
  content: "";
  background: url(../images/flow__kumo__05.svg) no-repeat center center/contain;
  width: 25.3rem;
  height: 15.5rem;
  position: absolute;
  bottom: 84.1rem;
  right: 3rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .event::after {
    content: "";
    width: 8.7rem;
    height: 5.4rem;
    right: 0;
    top: 2rem;
  }
}
.event .primary-ttl__area {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .event .primary-ttl__area {
    margin-bottom: 3.1rem;
  }
}
.event__inner {
  width: 92.6rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .event__inner {
    width: 100%;
    padding: 2.4rem;
  }
}
.event__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1rem;
  margin-bottom: 4.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .event__list {
    display: flex;
    gap: 0;
  }
}
.event__item {
  background-color: #fffcf3;
  border-radius: 1rem;
  padding: 2.4rem;
  position: relative;
  box-shadow: 0 0 0.1rem 0 rgba(100, 58, 20, 0.1019607843);
}
@media only screen and (max-width: 768px) {
  .event__item {
    height: auto;
  }
}
.event__item::after, .event__item::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-color: var(--mainColor);
  border-radius: 50%;
  position: absolute;
  top: 1.3rem;
}
.event__item::after {
  left: 1.3rem;
}
.event__item::before {
  right: 1.3rem;
}
.event__figure {
  width: 8.8rem;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.event__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-align: center;
}
.event__en {
  background-color: #f9efb0;
  line-height: 180%;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.event__subitem {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
}
.event__subitem span {
  font-weight: 500;
  color: #c03619;
}
.event__cont {
  background-color: #fefefe;
  padding: 3.2rem 3rem;
  border-radius: 1rem;
  position: relative;
  width: 93.9rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .event__cont {
    width: 87%;
    margin-inline: auto;
  }
}
.event__cont::before {
  content: "";
  background: url(../images/mori2.webp) no-repeat center center/contain;
  width: 17rem;
  height: 16.6rem;
  position: absolute;
  bottom: 2.4rem;
  right: -21rem;
}
@media only screen and (max-width: 768px) {
  .event__cont::before {
    width: 8.8rem;
    height: 8.8rem;
    bottom: 6.7rem;
    right: -2.4rem;
    z-index: -1;
  }
}
.event__cont::after {
  content: "";
  background: url(../images/mori4.webp) no-repeat center center/contain;
  width: 68.9rem;
  height: 19.9rem;
  position: absolute;
  top: -12.7rem;
  left: -23.8rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .event__cont::after {
    content: "";
    background: url(../images/hana.webp) no-repeat center center/contain;
    width: 7.2rem;
    height: 7.8rem;
    position: absolute;
    top: inherit;
    bottom: -6rem;
    left: -0.6rem;
    z-index: 0;
  }
}
.event__caution {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .event__caution .sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .event__caution {
    display: block;
  }
}
.event .wave {
  position: absolute;
  bottom: 7.1rem;
  z-index: -10;
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  .event .wave {
    bottom: 11rem;
  }
}

.other {
  padding-bottom: 7.2rem;
  position: relative;
  background-color: var(--subColor);
  z-index: -100;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) {
  .other {
    z-index: inherit;
    padding-bottom: 4.7rem;
  }
}
.other::before {
  content: "";
  width: 100vw;
  height: 7rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -20;
  background-color: var(--subColor);
}
@media only screen and (max-width: 768px) {
  .other::before {
    z-index: -1;
    top: -11rem;
    height: 15rem;
  }
}
.other::after {
  content: "";
  background: url(../images/mori3.webp) no-repeat center center/contain;
  width: 46.9rem;
  height: 23.2rem;
  position: absolute;
  bottom: 2.8rem;
  right: -4.4rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .other::after {
    display: none;
  }
}
.other .wrapper {
  padding-inline: 1.7rem;
}
.other .primary-ttl__area {
  margin-bottom: 2.4rem;
}
.other__inner {
  background-color: #fefefe;
  border-radius: 1rem;
  padding: 5.6rem 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .other__inner {
    padding: 2.8rem 2.2rem 3.3rem;
  }
}
.other__inner::before {
  content: "";
  background: url(../images/hana.webp) no-repeat center center/contain;
  width: 12.2rem;
  height: 13.2rem;
  position: absolute;
  top: -8rem;
  left: -4rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .other__inner::before {
    display: none;
  }
}
.other__list {
  display: grid;
  gap: 3.2rem 5rem;
  grid-template-columns: repeat(3, 1fr);
  width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .other__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1rem 1.8rem;
    width: 100%;
  }
}
.other__figure {
  text-align: center;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .other__figure {
    margin-bottom: 1.6rem;
  }
}
.other__img {
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .other__img {
    width: 13.4rem;
    height: 13.4rem;
  }
}
.other__ttl {
  text-align: center;
  line-height: 180%;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #f9efb0;
  width: 21rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .other__ttl {
    width: 100%;
  }
}
.other__ttl--sw {
  text-align: end;
  display: block;
  width: 21rem;
  margin-inline: auto;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .other__ttl--sw {
    width: 100%;
  }
}

/* スライダー全体 */
.flow-slide {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin-bottom: 3.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow-slide {
    margin-bottom: 1.9rem;
  }
}

.flow-slidearea {
  background-color: var(--subColor);
  position: relative;
}
.flow-slidearea::after {
  content: "";
  background: url(../images/hana.webp) no-repeat center center/contain;
  width: 12.2rem;
  height: 13.2rem;
  position: absolute;
  top: -6rem;
  left: 21.7rem;
  z-index: -1;
}

.flow-slide__track {
  display: flex;
  width: 302rem;
  animation: flow-scroll 50s linear infinite;
}

.flow-slide__item {
  flex: 0 0 30.2rem;
  margin-right: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .flow-slide__item {
    margin-right: 1.9rem;
  }
}

.flow-slide__item img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

@keyframes flow-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.flow-catch {
  text-align: center;
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 768px) {
  .flow-catch {
    padding-bottom: 9.6rem;
  }
}
.flow-catch img {
  width: 41.6rem;
}
@media only screen and (max-width: 768px) {
  .flow-catch img {
    width: 30.1rem;
  }
}
/*# sourceMappingURL=style.css.map */
