@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

button {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: normal;
  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;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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;
}

/* カラー============================== */
/* ブレイクポイント============================== */
/* フォント============================== */
/* フォントサイズ============================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* ------------------------- 
 FV
--------------------------- */
.swiper {
  position: relative;
  height: 100%;
}

.swiper-slide picture {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 12s ease;
}

.swiper-slide-active picture img {
  transform: scale(1.03);
}

.fv::before {
  content: "";
  position: absolute;
  background-image: url("/img/top/sun.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 12%;
  right: 7%;
  width: 22rem;
  height: 22rem;
  z-index: 3;
  animation: swing 5s infinite;
}
@media screen and (max-width: 1500px) {
  .fv::before {
    right: 2%;
    top: 15%;
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 1280px) {
  .fv::before {
    right: 2%;
    top: 14%;
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 960px) {
  .fv::before {
    right: 2%;
    top: 8%;
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 768px) {
  .fv::before {
    right: 4%;
    top: 8%;
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 428px) {
  .fv::before {
    top: 9%;
  }
}
@keyframes swing {
  0% {
    transform: translate(0px, 0px) rotate(-2deg) scale(1);
  }
  25% {
    transform: translate(2px, -1px) rotate(1deg) scale(1.02);
  }
  50% {
    transform: translate(-2px, 2px) rotate(-1deg) scale(1.01);
  }
  75% {
    transform: translate(1px, -2px) rotate(2deg) scale(1.03);
  }
  100% {
    transform: translate(0px, 0px) rotate(-2deg) scale(1);
  }
}

.fv::after {
  content: "";
  position: absolute;
  background-image: url("/img/top/cloud-big.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 9%;
  left: 3%;
  width: clamp(20rem, 18.182rem + 9.09vw, 25rem);
  height: clamp(15rem, 13.182rem + 9.09vw, 20rem);
  z-index: 3;
  animation: cloudMoveBig 5s infinite ease-in-out alternate;
}
@keyframes cloudMoveBig {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(2px, -1px) rotate(2deg);
  }
  50% {
    transform: translate(-2px, 2px) rotate(-2deg);
  }
  75% {
    transform: translate(1px, -2px) rotate(3deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@media screen and (max-width: 1500px) {
  .fv::after {
    left: 2%;
    top: 10%;
  }
}
@media (max-width: 1280px) {
  .fv::after {
    width: 18rem;
    height: 18rem;
    left: 6%;
    top: 6%;
  }
}
@media (max-width: 960px) {
  .fv::after {
    width: 18rem;
    height: 18rem;
    left: 6%;
    top: 7%;
  }
}
@media (max-width: 768px) {
  .fv::after {
    width: 12rem;
    height: 8rem;
    left: 20%;
    top: 6%;
  }
}
@media (max-width: 428px) {
  .fv::after {
    width: 11rem;
    height: 8rem;
    left: 4%;
    top: 8%;
  }
}

.fv {
  padding-top: 10rem;
  position: relative;
  height: calc(100vh + 175px);
  overflow: hidden;
}
@media (max-width: 960px) {
  .fv {
    padding-top: 7rem;
    height: calc(100vh + 30px);
  }
}

.fv__mask-top {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 960px) {
  .fv__mask-top {
    top: 6rem;
  }
}

.fv__mask-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.fv__catch {
  position: absolute;
  bottom: 25%;
  right: 3%;
  justify-items: flex-start;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  z-index: 3;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 2.8rem;
    bottom: 22%;
    right: 5%;
  }
}
@media (max-width: 428px) {
  .fv__catch {
    font-size: 2rem;
    right: 4%;
  }
}

.fv__catch span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5rem;
  background: #fff;
  padding: 0.6rem;
}

.fv__catch span:first-child {
  margin-bottom: 1.5rem;
}

.cloud-small {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 1%;
  animation: cloudMoveSmall 4s infinite ease-in-out alternate;
}
@keyframes cloudMoveSmall {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  50% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  75% {
    transform: translate(-2px, 1px) rotate(-2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@media (max-width: 1280px) {
  .cloud-small {
    top: 19%;
    left: 3%;
    width: 12rem;
  }
}
@media (max-width: 960px) {
  .cloud-small {
    top: 22%;
    left: 3%;
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .cloud-small {
    top: 14%;
    left: 3%;
    width: 12rem;
  }
}
@media (max-width: 428px) {
  .cloud-small {
    top: 18%;
    left: 3%;
    width: 8rem;
  }
}

/* ------------------------- 
スクロールダウン
--------------------------- */
.scroll_down {
  position: absolute;
  bottom: 23%;
  left: 5%;
  animation: arrowmove 1.5s ease-in-out infinite;
  z-index: 20;
}
@media (max-width: 960px) {
  .scroll_down {
    display: none;
  }
}

.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 17px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 92px;
  background: #ffffff;
}

@keyframes arrowmove {
  0% {
    bottom: 23%;
  }
  50% {
    bottom: 22%;
  }
  00% {
    bottom: 23%;
  }
}
/* ------------------------- 
ABOUT
--------------------------- */
.top-about {
  text-align: center;
  margin: 14rem 0 36rem;
}
@media (max-width: 960px) {
  .top-about {
    margin: 8rem 0 26rem;
  }
}

.top-about__catch {
  color: #f2ba36;
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 5rem 0;
}

.top-about__text {
  max-width: 55rem;
  margin: 0 auto;
  line-height: 1.5;
}

.top-about__text:last-of-type {
  margin-top: 2rem;
}

.top-about-btn {
  margin-top: 4rem;
}

/* ------------------------- 
GROUP
--------------------------- */
.top-group {
  position: relative;
  background: #faf8f5;
  margin: 23rem 0 32rem;
}
@media (max-width: 960px) {
  .top-group {
    display: grid;
    justify-items: center;
    margin: 23rem 0 13rem;
  }
}

.top-group::before {
  content: "";
  position: absolute;
  background-image: url("/img/top/bg-group-top.png");
  width: 100%;
  height: 100%;
  top: -120px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1280px) {
  .top-group::before {
    top: -10px;
  }
}

.top-group::after {
  content: "";
  position: absolute;
  background-image: url("/img/top/bg-group-bottom.png");
  width: 100%;
  height: 32%;
  bottom: -140px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1580px) {
  .top-group::after {
    bottom: -160px;
  }
}
@media (max-width: 768px) {
  .top-group::after {
    height: 10%;
    bottom: -72px;
  }
}

.top-group__inner {
  max-width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  .top-group__inner.c-container {
    padding-bottom: 8rem;
  }
}
@media (max-width: 428px) {
  .top-group__inner.c-container {
    padding-bottom: 4rem;
  }
}

.top-group__list {
  display: flex;
  gap: 6.4rem;
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 960px) {
  .top-group__list {
    flex-direction: column;
  }
}

.top-group__list::after {
  content: "";
  position: absolute;
  background-image: url("/img/top/deco-group-flag.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42rem;
  height: 29rem;
  top: -260px;
  right: -20%;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-group__list::after {
    width: 36rem;
    height: 25rem;
    top: -250px;
    right: -10%;
  }
}
@media screen and (max-width: 1330px) {
  .top-group__list::after {
    width: 28rem;
    height: 20rem;
    top: -200px;
    right: -2%;
  }
}
@media (max-width: 960px) {
  .top-group__list::after {
    width: 22rem;
    height: 15rem;
    top: -190px;
    right: -3%;
  }
}
@media screen and (max-width: 500px) {
  .top-group__list::after {
    width: 12rem;
    height: 8rem;
    top: -160px;
    right: -4%;
  }
}

.top-group__item {
  width: 100%;
}

.group-img {
  position: relative;
  z-index: 2;
}

.group-img img {
  border-radius: 24px;
}

.top-group__ttl {
  position: absolute;
  bottom: -26px;
  font-size: 4rem;
  color: #fff;
  font-weight: 500;
  padding: 1rem 4rem;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 2;
}
@media (max-width: 960px) {
  .top-group__ttl {
    bottom: unset;
    font-size: 2.2rem;
    margin-top: -28px;
  }
}

.top-group-btn {
  text-align: center;
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .top-group-btn {
    margin-top: 6.8rem;
  }
}

.group-deco {
  position: absolute;
  top: -270px;
  left: 10%;
  width: 25rem;
}
@media (max-width: 1280px) {
  .group-deco {
    width: 15rem;
    top: -100px;
  }
}
@media (max-width: 768px) {
  .group-deco {
    width: 8rem;
    top: -60px;
  }
}

.group-deco-03 {
  position: absolute;
  bottom: -140px;
  left: 1%;
  width: 60rem;
  z-index: 1;
}
@media screen and (max-width: 2100px) {
  .group-deco-03 {
    width: 40rem;
    bottom: -100px;
  }
}
@media screen and (max-width: 1770px) {
  .group-deco-03 {
    width: 40rem;
    bottom: -65px;
  }
}
@media screen and (max-width: 1580px) {
  .group-deco-03 {
    width: 35rem;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  .group-deco-03 {
    width: 20rem;
    bottom: -10px;
  }
}
@media (max-width: 428px) {
  .group-deco-03 {
    width: 13rem;
    bottom: -20px;
  }
}

/* ------------------------- 
SCHEDULE
--------------------------- */
.schedule {
  width: 100rem;
  margin: 0 auto 18rem;
}
@media (max-width: 1280px) {
  .schedule {
    padding-left: 4rem;
    width: 84vw;
  }
}
@media (max-width: 960px) {
  .schedule {
    margin: 0 auto 8rem;
    width: 90vw;
    padding-left: unset;
  }
}

.schedule__ttl-wrap {
  text-align: center;
}
@media (max-width: 768px) {
  .schedule__ttl-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 428px) {
  .schedule__ttl-wrap {
    padding-left: 44px;
  }
}

.schedule__ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 5.4rem;
  padding-bottom: 1rem;
  background-image: radial-gradient(circle, #282828 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
  position: relative;
}
@media (max-width: 960px) {
  .schedule__ttl {
    font-size: 1.6rem;
  }
}

.schedule__ttl::before {
  content: "";
  position: absolute;
  background-image: url("/img/top/deco-schedule-time.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .schedule__ttl::before {
    width: 5rem;
    height: 5rem;
    left: -60px;
  }
}
@media (max-width: 768px) {
  .schedule__ttl::before {
    width: 4rem;
    height: 4rem;
    left: -50px;
  }
}
@media (max-width: 428px) {
  .schedule__ttl::before {
    width: 3rem;
    height: 3rem;
    left: -40px;
  }
}

.schedule__inner {
  margin-top: 14.2rem;
  display: flex;
  justify-content: space-between;
  gap: 9rem;
}
@media (max-width: 960px) {
  .schedule__inner {
    margin-top: 6rem;
    gap: 6rem;
  }
}
@media screen and (max-width: 670px) {
  .schedule__inner {
    flex-direction: column;
  }
}

.weekdays {
  background: #fff4f6;
}

.weekend {
  background: #e7f7f7;
}

.weekdays h3,
.weekend h3 {
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  font-weight: 500;
  text-align: center;
  margin: 5rem 0 8rem;
}
@media (max-width: 960px) {
  .weekdays h3,
  .weekend h3 {
    margin: 4rem 0 4.8rem;
  }
}

.weekend-note {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.timeschedule {
  padding: 0 6rem;
  margin: 0 0 8rem -3px;
  position: relative;
}
@media (max-width: 960px) {
  .timeschedule {
    padding: 0 3rem;
    margin: 0 0 4rem 0;
  }
}

.weekend .timeschedule::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 580px;
  background-image: radial-gradient(circle, #817565 3px, transparent 3px);
  background-repeat: repeat-y;
  background-size: 6px 20px;
}
@media (max-width: 960px) {
  .weekend .timeschedule::before {
    display: none;
  }
}

.weekdays .timeschedule::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 375px;
  background-image: radial-gradient(circle, #817565 3px, transparent 3px);
  background-repeat: repeat-y;
  background-size: 6px 20px;
}
@media (max-width: 960px) {
  .weekdays .timeschedule::before {
    display: none;
  }
}

.weekdays .timeschedule::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -303px;
  left: 0;
  width: 44rem;
  height: 220px;
  background: #fff;
}
@media (max-width: 960px) {
  .weekdays .timeschedule::after {
    display: none;
  }
}

.timeschedule li:not(:last-child) {
  margin-bottom: 4rem;
}

.timeschedule li {
  position: relative;
}

.time {
  content: "";
  position: absolute;
  top: -3px;
  left: -100px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #817565;
  color: #fff;
  border-radius: 50px;
  width: 80px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  padding-bottom: 2px;
}
@media (max-width: 960px) {
  .time {
    float: left;
    position: unset;
    margin-right: 1rem;
  }
}

.timeschedule li h4 {
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .timeschedule li h4 {
    padding-top: 0.35rem;
  }
}

.timeschedule li .text {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.timeschedule li .text::before {
  content: "●";
  position: absolute;
  font-size: 1.2rem;
  color: #f2ba36;
  top: 3px;
  left: 0;
}

.group-note {
  background: #faf8f5;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem;
  margin-top: 4rem;
}
@media (max-width: 960px) {
  .group-note {
    font-size: 1.4rem;
  }
}

/* ------------------------- 
INSTAGRAM
--------------------------- */
.instagram {
  max-width: 100rem;
  margin: 0 auto 16rem;
  transition: transform 0.3s ease;
  padding: 0 2.4rem;
}
@media (max-width: 960px) {
  .instagram {
    margin: 0 auto 12rem;
  }
}

.instagram:hover {
  transform: scale(1.03);
}

/* ------------------------- 
ACCESS
--------------------------- */
.access {
  max-width: 100rem;
  margin: 18rem auto;
}
@media (max-width: 960px) {
  .access {
    margin: 10rem auto;
  }
}

.access__list {
  display: flex;
  justify-content: space-between;
  gap: 8.8rem;
  margin-top: 6.8rem;
}
@media (max-width: 960px) {
  .access__list {
    flex-direction: column;
    margin-top: 3rem;
    gap: 3.8rem;
  }
}

.access__item {
  line-height: 2;
  width: 100%;
}

.access__img {
  width: 100%;
}

.access__img img {
  border-radius: 15px;
}

.access__ttl {
  display: inline-block;
  font-size: clamp(1.6rem, 1.503rem + 0.41vw, 2rem);
  color: #fff;
  padding: 0 1rem;
  border-radius: 10px;
  margin: 2rem 0 1.3rem;
}

.google-map a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.4rem;
  transition: all 0.3s;
}
.google-map a:hover {
  text-decoration: underline;
}

.map-pin {
  width: 2rem;
}

.access-tel {
  display: inline-block;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 0 8px;
  margin: 5px 0 0;
}

/* ------------------------- 
スクロールアニメーション
--------------------------- */
.cover-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cover-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.cover {
  position: absolute;
  inset: 0;
  background: white;
  clip-path: circle(150% at top left);
  transition: clip-path 1.5s ease-out;
}

.group-img .cover {
  background: #faf8f5;
}

.js-cover.show .cover {
  clip-path: circle(0% at top left);
}

/* ------------------------- 
ご挨拶
--------------------------- */
.greeting {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .greeting {
    margin-top: 12rem;
  }
}

.greeting__text {
  max-width: 70rem;
  margin: 8rem auto 18rem;
  position: relative;
}
@media (max-width: 768px) {
  .greeting__text {
    margin: 3rem auto 8rem;
  }
}

.greeting__text p {
  margin-bottom: 2.4rem;
  line-height: 1.5;
  text-align: justify;
}

.ceo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ceo {
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
@media (max-width: 768px) {
  .ceo {
    font-size: 1.4rem;
  }
}

.name {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  margin-left: 1rem;
}

.greeting__text::before {
  content: "";
  position: absolute;
  background-image: url("/img/about/about-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -40%;
  right: -18%;
  width: 15rem;
  height: 20rem;
}
@media (max-width: 1280px) {
  .greeting__text::before {
    top: -60%;
    right: -5%;
    width: 12rem;
    height: 15rem;
  }
}
@media (max-width: 768px) {
  .greeting__text::before {
    top: -35%;
    right: 10%;
    width: 8rem;
    height: 12rem;
  }
}
@media (max-width: 428px) {
  .greeting__text::before {
    top: -30%;
    right: 12%;
    width: 6rem;
    height: 10rem;
  }
}

.greeting-deco {
  position: absolute;
  top: -50%;
  right: -15%;
  width: 15rem;
}

/* ------------------------- 
基本理念
--------------------------- */
.philosophy {
  max-width: 110rem;
  margin: 0 auto 18rem;
  background-image: repeating-linear-gradient(130deg, #f4f4f4, #f4f4f4 3px, transparent 3px, transparent 6px);
  padding: 10rem 9rem 9rem;
}
@media (max-width: 960px) {
  .philosophy {
    margin: 0 auto 12rem;
    padding: 10rem 2rem 4rem;
  }
}

.philosophy__ttl-wrap {
  text-align: center;
  position: relative;
}

.philosophy__ttl-wrap .sec-ttl__wrap {
  text-align: end;
}
@media (max-width: 960px) {
  .philosophy__ttl-wrap .sec-ttl__wrap {
    text-align: center;
  }
}

.philosophy__ttl-wrap .sec-sub-ttl {
  display: block;
  padding-left: 1.5rem;
}

.philosophy__ttl-wrap .sec-ttl__deco::before {
  left: -45%;
}
@media (max-width: 960px) {
  .philosophy__ttl-wrap .sec-ttl__deco::before {
    left: 50%;
  }
}

.philosophy__ttl {
  position: absolute;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .philosophy__ttl {
    position: unset;
    writing-mode: unset;
  }
}

.philosophy__ttl::after {
  content: "";
  position: absolute;
  background-image: url("/img/about/philosophy-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7rem;
  height: 7rem;
  bottom: -90px;
  right: 13px;
}
@media (max-width: 960px) {
  .philosophy__ttl::after {
    width: 8rem;
    height: 8rem;
    bottom: -230%;
    right: 3%;
  }
}
@media (max-width: 768px) {
  .philosophy__ttl::after {
    width: 6rem;
    height: 6rem;
    bottom: -240%;
    right: 3%;
  }
}
@media (max-width: 428px) {
  .philosophy__ttl::after {
    display: none;
  }
}

.philosophy__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 1.806rem + 0.83vw, 2.8rem);
  display: inline-block;
  background: #fff;
  padding: 1.4rem;
  margin-top: 2rem;
  text-align: left;
  line-height: 1.3;
}

.philosophy__catch::after {
  content: "";
  position: absolute;
  background-image: url("/img/about/philosophy-deco-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12rem;
  height: 14rem;
  top: -50px;
  right: -5px;
}
@media (max-width: 960px) {
  .philosophy__catch::after {
    width: 9rem;
    height: 10rem;
    left: 6%;
  }
}
@media (max-width: 428px) {
  .philosophy__catch::after {
    width: 6rem;
    height: 8rem;
    top: -60px;
    left: 4%;
  }
}

.yellow {
  color: #f2ba36;
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
}

.philosophy__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 9rem auto 0;
  max-width: 800px;
}
@media (max-width: 960px) {
  .philosophy__content {
    margin: 3.6rem auto 0;
  }
}

.philosophy__content-ttl {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 14px;
  padding: 0rem 4rem 0.6rem;
  border-radius: 9999px;
  background-color: #f2ba36;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 768px) {
  .philosophy__content-ttl {
    font-size: 2rem;
  }
}
@media (max-width: 428px) {
  .philosophy__content-ttl {
    font-size: 1.6rem;
    padding: 0.3rem 2rem 0.6rem;
  }
}

.philosophy__content-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #ebbb49 transparent transparent;
  translate: -50% 100%;
}

.philosophy__content-ttl .big {
  font-size: 2.8rem;
}
@media (max-width: 428px) {
  .philosophy__content-ttl .big {
    font-size: 2rem;
  }
}

.philosophy__list {
  counter-reset: num;
  line-height: 1.3;
  margin-top: 2.4rem;
}

.philosophy__list li {
  position: relative;
  text-align: left;
  padding-left: 3.2em;
  margin-bottom: 2.5rem;
}

.philosophy__list li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: -0.6rem;
  width: 2.2em;
  color: #fff;
  text-align: center;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("/img/about/bg-num.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 428px) {
  .philosophy__list li::before {
    top: -0.2rem;
    left: 5px;
    width: 2em;
    font-size: 1.4rem;
  }
}

.privacy {
  max-width: 90rem;
  margin: 0 auto;
  line-height: 1.5;
}

.privacy__content {
  margin: 6rem 0 18rem;
  font-size: 1.6rem;
}
@media (max-width: 960px) {
  .privacy__content {
    margin: 4rem 0 11rem;
  }
}

.privacy__ttl {
  display: block;
  color: #f2ba36;
  margin-top: 2.4rem;
  margin-bottom: 0.3rem;
}

.privacy__contact {
  margin-top: 8rem;
}

.privacy__list {
  list-style: none;
  counter-reset: list-counter;
}

.privacy__list li {
  position: relative;
  padding-left: 5.6rem;
  counter-increment: list-counter;
}

.privacy__list li::before {
  content: "(" counter(list-counter) ")";
  position: absolute;
  left: 2rem;
  top: 0;
  width: 2em; /* 必要に応じて調整 */
  text-align: right;
}

.privacy__list.mark li {
  position: relative;
  padding-left: 3.8rem;
  counter-increment: list-counter;
}

.privacy__list.mark li::before {
  content: "・";
  position: absolute;
  left: 0.8rem;
  top: 0;
  width: 2em; /* 必要に応じて調整 */
  text-align: right;
}

.evaluation {
  max-width: 90rem;
  margin: 0 auto 18rem;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .evaluation {
    margin: 0 auto 11rem;
  }
}

.evaluation__content {
  margin-top: 6rem;
}

.evaluation__ttl {
  display: inline-block;
  font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  color: #fff;
  padding: 0 1rem;
  border-radius: 10px;
  margin-bottom: 1.4rem;
}

.evaluation__ttl.wafflehomeColor {
  margin-top: 3.2rem;
}

.evaluation__list li {
  position: relative;
  padding-left: 2.6rem;
}
.evaluation__list li a {
  position: relative;
  display: inline-block;
}
.evaluation__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .evaluation__list li a:hover::after {
    transform: scaleX(1);
    background-color: #f2ba36;
  }
}

.evaluation__list li::before {
  content: "●";
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  color: #d9d9d9;
  font-size: 1.2rem;
}

.evaluation__note {
  font-size: 1.5rem;
  margin-top: 4.8rem;
}

/* ------------------------- 
採用　TOP
--------------------------- */
.recruit-lead {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto 20rem;
  position: relative;
}
@media (max-width: 1280px) {
  .recruit-lead {
    width: 88vw;
    gap: 2rem;
  }
}
@media (max-width: 960px) {
  .recruit-lead {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 12rem;
  }
}

.recruit-lead::before {
  content: "";
  display: block;
  background: url(/img/recruit/recruit-lead.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23rem;
  height: 23rem;
  margin-top: 7rem;
  z-index: 1;
}
@media (max-width: 960px) {
  .recruit-lead::before {
    margin-left: 0%;
    width: 62vw;
    height: 62vw;
  }
}

.recruit-lead::after {
  content: "";
  display: block;
  background: url(/img/recruit/recruit-lead-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25rem;
  height: 25rem;
  z-index: 1;
}
@media (max-width: 960px) {
  .recruit-lead::after {
    margin-right: -23%;
    margin-top: 20px;
    width: 60vw;
    height: 60vw;
  }
}

.recruit-lead__text {
  max-width: 70rem;
  text-align: center;
  line-height: 1.5;
}

.recruit-lead__text .ttl {
  font-size: 2.4rem;
  color: #f2ba36;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.4rem;
  background-image: radial-gradient(circle, #282828 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .recruit-lead__text .ttl {
    font-size: 2rem;
  }
}

.recruit-lead__text .text {
  max-width: 58rem;
  margin: 0 auto;
  display: block;
  line-height: 1.5;
  margin-top: 3.2rem;
}
@media (max-width: 1280px) {
  .recruit-lead__text .text {
    width: 38vw;
  }
}
@media (max-width: 960px) {
  .recruit-lead__text .text {
    width: 85vw;
  }
}

.recruit__deco-wrap {
  position: absolute;
  width: 900px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .recruit__deco-wrap {
    width: 67vw;
  }
}
@media (max-width: 960px) {
  .recruit__deco-wrap {
    width: 34vw;
    top: 100px;
  }
}

.recruit__deco {
  content: "";
  position: absolute;
}

.recruit__deco-01 {
  width: 14rem;
  top: -80px;
}
@media (max-width: 960px) {
  .recruit__deco-01 {
    width: 14rem;
    top: -3%;
    left: -74%;
  }
}
@media (max-width: 768px) {
  .recruit__deco-01 {
    width: 14rem;
    top: -3%;
    left: -88%;
  }
}
@media (max-width: 428px) {
  .recruit__deco-01 {
    width: 10rem;
    top: -3%;
    left: -117%;
  }
}

.recruit__deco-02 {
  width: 8rem;
  top: -10px;
  left: -140px;
}
@media (max-width: 960px) {
  .recruit__deco-02 {
    width: 15rem;
    top: 24%;
    left: -193px;
  }
}
@media (max-width: 768px) {
  .recruit__deco-02 {
    width: 13rem;
    top: 16%;
    left: -152px;
  }
}
@media (max-width: 428px) {
  .recruit__deco-02 {
    width: 8rem;
    top: 15%;
    left: -80px;
  }
}

.recruit__deco-03 {
  width: 12rem;
  bottom: -30px;
  left: -90px;
}
@media (max-width: 960px) {
  .recruit__deco-03 {
    bottom: -30px;
    left: 137%;
    width: 15vw;
  }
}
@media (max-width: 768px) {
  .recruit__deco-03 {
    bottom: -30px;
    left: 322px;
    width: 15vw;
  }
}
@media (max-width: 428px) {
  .recruit__deco-03 {
    bottom: -30px;
    left: 170px;
    width: 15vw;
  }
}

.recruit__deco-04 {
  width: 18rem;
  top: -100px;
  right: -150px;
}
@media (max-width: 960px) {
  .recruit__deco-04 {
    top: -96px;
    right: -75%;
    width: 19vw;
  }
}
@media (max-width: 428px) {
  .recruit__deco-04 {
    top: -95px;
    right: -115px;
    width: 26vw;
  }
}

.recruit__deco-05 {
  width: 11rem;
  bottom: -20px;
  right: 50px;
}
@media (max-width: 960px) {
  .recruit__deco-05 {
    width: 44vw;
    right: 170px;
  }
}
@media (max-width: 768px) {
  .recruit__deco-05 {
    width: 34vw;
    right: 190px;
    bottom: 17px;
  }
}
@media (max-width: 428px) {
  .recruit__deco-05 {
    width: 53vw;
    bottom: -32px;
    right: 66px;
  }
}

.deco-anime {
  animation: fuwafuwa 7s infinite ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  20% {
    transform: translateY(0) rotate(-4deg);
  }
  40% {
    transform: translateY(4px) rotate(2deg);
  }
  60% {
    transform: translateY(0) rotate(4deg);
  }
  80% {
    transform: translateY(-3px) rotate(-2deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.deco-anime-02 {
  animation: fuwafuwa2 7s infinite ease-in-out;
}

@keyframes fuwafuwa2 {
  0% {
    transform: translateX(-6px) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(0) translateY(6px) rotate(4deg);
  }
  50% {
    transform: translateX(8px) translateY(0) rotate(-4deg);
  }
  75% {
    transform: translateX(0) translateY(-8px) rotate(3deg);
  }
  100% {
    transform: translateX(-6px) translateY(0) rotate(0deg);
  }
}
/* ------------------------- 
募集要項
--------------------------- */
.tabs {
  max-width: 100rem;
  margin: 6rem auto;
}

.tab-list {
  display: flex;
  align-items: flex-end;
  min-height: 60px;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .tab-list {
    min-height: 70px;
    gap: 0.4rem;
  }
}

.tab-item {
  color: #8c8c8c;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  border-top: 2px solid #ffba26;
  border-left: 2px solid #ffba26;
  border-right: 2px solid #ffba26;
  padding: 1rem 2rem;
  height: 50px;
  line-height: 1.2;
  align-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .tab-item {
    width: 100%;
    height: 60px;
    text-align: center;
  }
}

.tab-content {
  background-color: #faf8f5;
}

.tab-panel {
  display: none;
}

.tab-item.active {
  background-color: #ffba26;
  color: #fff;
  font-weight: bold;
  height: 60px;
}
@media (max-width: 768px) {
  .tab-item.active {
    height: 70px;
  }
}

.tab-panel.active {
  display: block;
  padding: 6.4rem;
}
@media (max-width: 768px) {
  .tab-panel.active {
    padding: 1.6rem;
  }
}

.tab-panel__ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .tab-panel__ttl {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
}

.job-info__list {
  display: flex;
  line-height: 1.5;
  padding: 3rem;
  background-image: radial-gradient(circle, #282828 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
}
@media (max-width: 768px) {
  .job-info__list {
    flex-direction: column;
    padding: 0 0 1.6rem;
    background-image: unset;
  }
}

.job-info__list:first-child {
  background-position: left top, left bottom;
  background-image: radial-gradient(circle, #282828 1px, transparent 2px), radial-gradient(circle, #282828 1px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 12px 4px;
}
@media (max-width: 768px) {
  .job-info__list:first-child {
    background-image: unset;
  }
}

.job-info__list:last-child {
  border-bottom: none;
}

.job-info__list dt {
  flex: 0 0 24rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .job-info__list dt {
    flex: 0 0 16rem;
  }
}
@media (max-width: 768px) {
  .job-info__list dt {
    flex: unset;
    background: #eee8dc;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.job-info__list dd {
  flex: 1;
  margin: 0;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .job-info__list dd {
    padding-left: 1rem;
  }
}

.job-info__list .circle p {
  position: relative;
  padding-left: 2rem;
}

.job-info__list .circle p::before {
  content: "●";
  position: absolute;
  font-size: 14px;
  top: 3px;
  left: 0;
  color: #f2ba36;
}
@media (max-width: 768px) {
  .job-info__list .circle p::before {
    font-size: 9px;
    top: 4px;
  }
}

.entry {
  max-width: 55rem;
  margin: 4rem auto 14rem;
}

.entry .note {
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .entry .note {
    font-size: 1.3rem;
  }
}

.entry__contact {
  background: #ffba26;
  border-radius: 15px;
  padding: 3rem 4rem;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .entry__contact {
    padding: 1.4rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .entry__contact:hover {
    transform: scale(1.05);
  }
}
.entry__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .entry__link {
    flex-direction: column;
  }
}

.entry__link .text {
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .entry__link .text {
    text-align: center;
  }
}

.entry__link .text span {
  display: block;
}

.entry__link .tel {
  display: block;
  background: #fff;
  width: 50%;
  padding: 4% 1% 4% 9%;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #616161;
}
@media (max-width: 768px) {
  .entry__link .tel {
    width: 100%;
    font-size: 1.6rem;
    color: #282828;
    margin-top: 1rem;
    padding: 3% 1% 3% 1%;
  }
}

.entry__contact .tel {
  position: relative;
}

.entry__link .tel::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/img/common/phone.svg);
          mask-image: url(/img/common/phone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 20px;
  margin-left: -35px;
  background: #ffba26;
}
@media (max-width: 768px) {
  .entry__link .tel::before {
    top: 53%;
    transform: translateY(-50%);
  }
}

body {
  color: #282828;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.3rem;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.303rem + 0.41vw, 1.8rem);
}

img {
  width: 100%;
}

a {
  color: #282828;
  cursor: pointer;
  text-decoration: none;
}

li {
  list-style: none;
}

@media (width >= 768px) {
  .--sp {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .--lg {
    display: none;
  }
}

@media (max-width: 768px) {
  .--pc {
    display: none !important;
  }
}

.sec-ttl__wrap {
  text-align: left;
}
.sec-ttl__wrap--center {
  text-align: center;
}

.sec-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.4rem, 2.012rem + 1.66vw, 4rem);
  font-weight: 500;
}

.sec-sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.351rem + 0.21vw, 1.6rem);
  color: #a9a9a9;
  font-weight: 500;
}

.sec-ttl__deco {
  position: relative;
}

.sec-ttl__deco::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 30px;
  background-image: url("/img/common/sec-ttl-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.sec-ttl__wrap--flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.c-page-ttl {
  display: inline-block;
  font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  color: #6f6f6f;
  padding: 0.5rem 0;
  border-top: 2px solid #f2ba36;
  border-bottom: 2px solid #f2ba36;
}
@media (max-width: 960px) {
  .c-page-ttl {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/* ------------------------- 
 余白
--------------------------- */
.c-container {
  padding: 0 3.2rem;
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 2rem;
  }
}

.mt-15 {
  margin-top: 1.5rem;
}

.pl-2 {
  padding-left: 2.2rem;
}

/* ------------------------- 
 カラー
--------------------------- */
.waffleColor {
  background: #ffc94b;
}

.wafflehomeColor {
  background: #ff9d24;
}

/* ------------------------- 
 フォント
--------------------------- */
/* ------------------------- 
 レイアウト
--------------------------- */
/* ------------------------- 
 ボタン
--------------------------- */
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2rem 5rem;
  background: #fff;
  border: 2px solid #f2ba36;
  border-radius: 50px;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .c-btn {
    padding: 1.4rem 4rem;
  }
}

.c-btn::after {
  content: "";
  position: absolute;
  background-image: url("/img/common/btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  right: 13px;
  transition: transform 0.3s ease;
}

.c-btn:hover::after {
  transform: translateX(4px);
}
@media (max-width: 960px) {
  .c-btn:hover::after {
    transform: unset;
  }
}

/* ------------------------- 
 ローディング
--------------------------- */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease;
}

.loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loader__logo {
  width: 120px;
}
@media (max-width: 768px) {
  .loader__logo {
    width: 60px;
  }
}

.loader__text {
  font-family: "Schoolbell", cursive;
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  color: #9a510d;
  margin-top: 20px;
  display: flex;
  gap: 4px;
}

.loader__text span {
  display: inline-block;
  animation: wave 1.5s infinite;
}

.loader__text span:nth-child(1) {
  animation-delay: 0s;
}

.loader__text span:nth-child(2) {
  animation-delay: 0.1s;
}

.loader__text span:nth-child(3) {
  animation-delay: 0.2s;
}

.loader__text span:nth-child(4) {
  animation-delay: 0.3s;
}

.loader__text span:nth-child(5) {
  animation-delay: 0.4s;
}

.loader__text span:nth-child(6) {
  animation-delay: 0.5s;
}

.loader__text span:nth-child(7) {
  animation-delay: 0.6s;
}

.loader__text span:nth-child(8) {
  animation-delay: 0.7s;
}

.loader__text span:nth-child(9) {
  animation-delay: 0.8s;
}

.loader__text span:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.main-content {
  opacity: 0;
  transition: opacity 1s ease;
  padding: 2rem;
  text-align: center;
}

.main-content.show {
  opacity: 1;
}

/* ------------------------- 
 ヘッダー
--------------------------- */
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  font-weight: 500;
  position: relative;
  background: #fff;
}

.header__logo {
  width: clamp(20rem, 17.573rem + 10.36vw, 30rem);
  transition: opacity 0.2s;
  position: relative;
  z-index: 101;
}
.header__logo:hover {
  opacity: 0.6;
}
@media (max-width: 960px) {
  .header__logo:hover {
    opacity: unset;
  }
}
@media (max-width: 428px) {
  .header__logo {
    width: 24rem;
  }
}

.header__menu-wrap {
  display: flex;
  align-items: center;
}

.header__nav-list {
  display: flex;
}

.header__nav-item {
  padding-right: 1.4rem;
}

.header__nav-item a {
  transition: color 0.2s;
}

.header__nav-item a:hover {
  color: #f2ba36;
}

.header__contact {
  display: flex;
  gap: 1.4rem;
}
@media screen and (max-width: 1500px) {
  .header__contact {
    position: absolute;
    top: 80px;
    right: 24px;
    z-index: 10;
  }
}
@media (max-width: 960px) {
  .header__contact {
    display: none;
  }
}

.header__contact-wrap {
  border-radius: 15px;
  padding: 8px 12px;
}
@media (max-width: 960px) {
  .header__contact-wrap {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media (max-width: 960px) {
  .header__menu-inner {
    display: none;
  }
}

.phone-img {
  width: 2.5rem;
}

.header__contact-wrap .contact-link {
  display: flex;
  align-items: center;
  font-size: clamp(1.2rem, 1.151rem + 0.21vw, 1.4rem);
  gap: 0.8rem;
}

.contact-detail span {
  display: block;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 960px) {
  .contact-detail span {
    text-align: center;
  }
}

.contact-detail .tel {
  background: #fff;
  color: #282828;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0rem 0.7rem;
  line-height: 1.2;
}

/* ------------------------- 
グローバルナビゲーション
--------------------------- */
.g-nav {
  display: none;
}
@media (max-width: 960px) {
  .g-nav {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #f7cb64;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0.2s;
    z-index: 1002;
  }
}

.g-nav__scroll {
  height: 100%;
  overflow: auto;
}

.g-nav.active {
  opacity: 1;
  pointer-events: auto;
}

.g-nav__logo {
  width: clamp(20rem, 15.146rem + 20.71vw, 40rem);
  padding: 2.4rem 0 0 3rem;
}

.g-nav__list-wrap {
  padding: 0 3rem;
}

.g-nav__list {
  padding: 4rem 0 4rem;
}

.g-nav__item {
  padding: 2rem 0;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: left -4px bottom;
  background-repeat: repeat-x;
  background-size: 14px 4px;
  position: relative;
}

.g-nav__item::after {
  content: "";
  position: absolute;
  background-image: url("/img/common/nav-arrow.svg");
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.g-nav__contact {
  text-align: center;
  display: grid;
  justify-items: center;
}

.g-nav__contact p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.g-nav__contact .contact-link {
  width: 28rem;
  background: #fff;
  color: #282828;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 2rem;
  border: 2px solid #ac7d11;
  position: relative;
}
@media (max-width: 428px) {
  .g-nav__contact .contact-link {
    width: 100%;
  }
}

.g-nav__contact .contact-link:first-of-type {
  margin-bottom: 2rem;
}

.phone-icon {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/img/common/phone.svg);
          mask-image: url(/img/common/phone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 2rem;
}

.g-nav__contact .contact-link_text {
  display: grid;
  font-size: 1.4rem;
}

.g-nav__contact .contact-link_text span:first-child {
  display: block;
  margin-bottom: 0.5rem;
}

.g-nav__other {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  gap: 1.4rem;
  margin-top: 3rem;
}

.g-nav__other a {
  color: #676767;
}

.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 200vw;
  height: 200vh;
  background: #f7cb64;
  clip-path: circle(0% at 100% 0);
  transition: clip-path 0.6s ease-in-out;
  z-index: 1000;
}

.menu-overlay.active {
  clip-path: circle(150% at 100% 0);
  pointer-events: auto;
}

/* ------------------------- 
 ハンバーガーボタン
--------------------------- */
.toggle-btn {
  display: none;
}

@media (max-width: 960px) {
  .toggle-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    z-index: 1003;
  }
  .toggle-btn.active {
    top: 10px;
    right: 7px;
  }
  .toggle-btn span {
    position: absolute;
    background: #282828;
    width: 3rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }
  .toggle-btn.active span {
    background: #fff;
  }
  .toggle-btn span:nth-of-type(1) {
    top: 22px;
  }
  .toggle-btn span:nth-of-type(2) {
    top: 30px;
  }
  .toggle-btn span:nth-of-type(3) {
    top: 38px;
  }
  .toggle-btn span:nth-of-type(1) {
    animation: btn-bar01 0.75s forwards;
  }
  @keyframes btn-bar01 {
    0% {
      transform: translate(-50%, 20px) rotate(45deg);
    }
    50% {
      transform: translate(-50%, 20px) rotate(0);
    }
    100% {
      transform: translate(-50%, 0) rotate(0);
    }
  }
  .toggle-btn span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .toggle-btn span:nth-of-type(3) {
    animation: btn-bar03 0.75s forwards;
  }
  @keyframes btn-bar03 {
    0% {
      transform: translate(-50%, -20px) rotate(-45deg);
    }
    50% {
      transform: translate(-50%, -20px) rotate(0);
    }
    100% {
      transform: translate(-50%, 0) rotate(0);
    }
  }
  .toggle-btn.active span:nth-of-type(1) {
    animation: active-bar01 0.75s forwards;
  }
  @keyframes active-bar01 {
    0% {
      transform: translate(-50%, 0) rotate(0);
    }
    50% {
      transform: translate(-50%, 8px) rotate(0);
    }
    100% {
      transform: translate(-50%, 8px) rotate(45deg);
    }
  }
  .toggle-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle-btn.active span:nth-of-type(3) {
    animation: active-bar03 0.75s forwards;
  }
  @keyframes active-bar03 {
    0% {
      transform: translate(-50%, 0) rotate(0);
    }
    50% {
      transform: translate(-50%, -8px) rotate(0);
    }
    100% {
      transform: translate(-50%, -8px) rotate(-45deg);
    }
  }
}
/* ------------------------- 
 ページ外・内リンク
--------------------------- */
#group {
  padding-top: 150px;
  margin-top: -150px;
}

#schedule {
  padding-top: 150px;
  margin-top: -150px;
}

#access {
  padding-top: 150px;
  margin-top: -150px;
}

/* ------------------------- 
コンタクト　ポップアップ　SP
--------------------------- */
.sp-contact-popup {
  display: none;
  position: fixed;
  width: 100%;
  bottom: -100%;
  left: 0;
  z-index: 10;
  transition: bottom 0.5s;
}
@media (max-width: 960px) {
  .sp-contact-popup {
    display: flex;
  }
}

.sp-contact-popup.show {
  bottom: 0;
}

.sp-contact-popup .header__contact-wrap {
  width: 50%;
  border-radius: unset;
  padding: 1.2rem 0;
}

.sp-contact-popup .header__contact-wrap .contact-link {
  justify-content: center;
  gap: 1.2rem;
}

/* ------------------------- 
 KV
--------------------------- */
.c-kv {
  padding-top: 16rem;
  margin-bottom: 16rem;
}
@media (max-width: 960px) {
  .c-kv {
    padding-top: 9rem;
    margin-bottom: 6rem;
  }
}

.kv-ttl-wrap {
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .kv-ttl-wrap {
    margin-bottom: 4rem;
  }
}

.kv-sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #a9a9a9;
  font-weight: 500;
}
@media (max-width: 960px) {
  .kv-sub-ttl {
    font-size: 1.6rem;
  }
}

.kv-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  font-weight: 500;
  margin-top: 2.4rem;
}

.kv-img {
  width: 90vw;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .kv-img {
    width: 100%;
  }
}

.kv-deco {
  position: absolute;
  top: -60px;
  left: -70px;
  width: 25rem;
}
@media (max-width: 1280px) {
  .kv-deco {
    width: 15rem;
    top: -20px;
    left: -50px;
  }
}
@media (max-width: 768px) {
  .kv-deco {
    display: none;
  }
}

/* ------------------------- 
フッダー
--------------------------- */
.footer {
  background-image: url("/img/common/bg-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 14rem;
  position: relative;
}
@media (max-width: 960px) {
  .footer {
    background-position: center;
    padding-top: 8rem;
    margin-bottom: 5rem;
  }
}

.footer::before {
  content: "";
  position: absolute;
  background-image: url("/img/common/footer-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -50px;
  left: 5%;
  width: 35rem;
  height: 13rem;
}
@media (max-width: 1920px) {
  .footer::before {
    top: -40px;
    width: 30rem;
    height: 10rem;
  }
}
@media (max-width: 960px) {
  .footer::before {
    top: -60px;
  }
}
@media (max-width: 768px) {
  .footer::before {
    top: -40px;
    width: 18rem;
    height: 7rem;
  }
}
@media (max-width: 428px) {
  .footer::before {
    top: -30px;
    width: 13rem;
    height: 6rem;
  }
}

.footer::after {
  content: "";
  position: absolute;
  background-image: url("/img/common/footer-deco-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -70px;
  right: 5%;
  width: 30rem;
  height: 15rem;
}
@media (max-width: 1920px) {
  .footer::after {
    top: -100px;
    right: 5%;
    width: 30rem;
    height: 15rem;
  }
}
@media (max-width: 960px) {
  .footer::after {
    top: -90px;
    right: 3%;
    width: 20rem;
    height: 14rem;
  }
}
@media (max-width: 768px) {
  .footer::after {
    top: -55px;
    width: 12rem;
    height: 8rem;
  }
}

.footer__inner {
  max-width: 120rem;
  margin: 0 auto;
}

.footer__logo {
  padding-bottom: 2.4rem;
  border-bottom: 2px solid #fff;
  transition: opacity 0.2s;
}
.footer__logo:hover {
  opacity: 0.6;
}
@media (max-width: 960px) {
  .footer__logo:hover {
    opacity: unset;
  }
}
@media (max-width: 960px) {
  .footer__logo {
    text-align: center;
    border-bottom: unset;
  }
}

.footer__logo img {
  width: clamp(20rem, 16.364rem + 18.18vw, 30rem);
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 2px solid #fff;
}
@media (max-width: 960px) {
  .footer__nav {
    flex-direction: column;
    text-align: center;
    border-bottom: unset;
  }
}

.footer__nav li a {
  color: #5d5d5d;
  font-weight: 500;
  transition: color 0.3s;
}
.footer__nav li a:hover {
  color: #9c9c9c;
}
@media (max-width: 960px) {
  .footer__nav li a:hover {
    color: #5d5d5d;
  }
}

.footer small {
  display: block;
  max-width: 120rem;
  margin: 0 auto;
  text-align: right;
  padding: 1.4rem;
  color: #8d8d8d;
}
@media (max-width: 960px) {
  .footer small {
    text-align: center;
  }
}

.footer-deco {
  content: "";
  position: absolute;
  top: -21%;
  left: 3%;
  width: 35rem;
}

.footer-deco-02 {
  content: "";
  position: absolute;
  top: -115px;
  right: 3%;
  width: 30rem;
}

/* ------------------------- 
 404ページ
--------------------------- */
.wrap-404 {
  width: 1000px;
  margin: 0px auto;
  padding-top: 24rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .wrap-404 {
    width: 85vw;
  }
}
@media (max-width: 960px) {
  .wrap-404 {
    padding-top: 12rem;
  }
}

.wrap-404__ttl {
  display: block;
  text-align: center;
  color: #f2ba36;
  margin-bottom: 1rem;
}

.wrap-404__sub-ttl {
  display: block;
  font-size: 1.4rem;
  color: #8d8d8d;
  margin-bottom: 4rem;
}

.back-home-btn {
  margin-top: 4rem;
  margin-bottom: 10rem;
}

/* ------------------------- 
スクロールアニメーション　テキスト
--------------------------- */
.js-fade-in {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.js-fade-in.show {
  animation: fadeUp 0.6s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fade-late {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.js-fade-late.show {
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 2.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=main.css.map */