/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
          box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 62.5%;
}

body {
  /*height: 100%;*/
  color: #000000;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
  background: rgba(48, 196, 162, 0.9);
  scroll-behavior: auto;
}
.is-hidden body {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

/* =========================================================

Layout

========================================================= */
/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

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

Project

--------------------------------------------------------- */
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-inline {
    display: inline !important;
  }
}

.advice::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(48, 196, 162, 0.9);
  z-index: -1;
  pointer-events: none;
}

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

.sp-block {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-block {
    display: block !important;
  }
}

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

#header {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 111111;
  mix-blend-mode: exclusion;
}
#header svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 182px;
}
#header svg path {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  fill: #fff;
}

.fixed {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.is-page-loaded .fixed {
  opacity: 1;
}

main {
  position: relative;
}

.background {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.background img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .kv {
    height: auto;
  }
}

.kv__body {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -17.873817%;
}
@media (max-width: 767px) {
  .kv__body {
    margin-top: 0%;
    height: 50svh;
    margin-bottom: 30px;
  }
}

.kv__inner {
  width: 100%;
  height: 100svh;
  position: relative;
}

.kv__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 767px) {
  .kv__img {
    top: 0%;
    left: 0%;
    overflow: hidden;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    height: 50svh;
  }
}
.is-page-loaded .kv__img {
  opacity: 1;
}

.kv__main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media (max-width: 767px) {
  .kv__main {
    background-image: url(../img/hero-sp.webp) !important;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%) scale(1.2);
            transform: translate(0%, 0%) scale(1.2);
  }
}
.is-page-loaded .kv__main {
  width: 44.5767196%;
  height: 44.5544554%;
}
@media (max-width: 767px) {
  .is-page-loaded .kv__main {
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
}

.kv__copy {
  width: 29.1005291%;
  position: sticky;
  top: 29.4829483%;
  left: 66.66666667%;
  z-index: 111;
}
@media (max-width: 767px) {
  .kv__copy {
    width: 64.871795%;
    top: 80px;
    left: 28.974359%;
  }
}

.kv__copy-sub {
  position: relative;
  padding: 10px;
  background: #fff;
  margin-top: 3rem;
  width: 86.3636364%;
  margin-left: 3.63636364%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  clip-path: inset(0 100% 0 0);
}
@media (max-width: 767px) {
  .kv__copy-sub {
    width: 58.461538vw;
    padding: 3px 6px 6px;
    margin-top: 1.2rem;
  }
}
.is-page-loaded .kv__copy-sub {
  clip-path: inset(0 0% 0 0);
}
.kv__copy-sub:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32c49d;
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
  clip-path: inset(0 0% 0 0);
}
.is-page-loaded .kv__copy-sub:after {
  clip-path: inset(0 0 0 100%);
}

.kv__copy-1 {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.is-page-loaded .kv__copy-1 {
  clip-path: inset(0 0% 0 0);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.kv__copy-2 {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.is-page-loaded .kv__copy-2 {
  clip-path: inset(0 0% 0 0);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.kv__sub-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(8.4815735%);
          transform: translateY(8.4815735%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media (max-width: 767px) {
  .kv__sub-img-list {
    -webkit-transform: translateY(88px);
            transform: translateY(88px);
    margin-top: 252px;
  }
}
.is-page-loaded .kv__sub-img-list {
  -webkit-transform: translateY(-26.9151139%);
          transform: translateY(-26.9151139%);
}
@media (max-width: 767px) {
  .is-page-loaded .kv__sub-img-list {
    -webkit-transform: translateY(-76px);
            transform: translateY(-76px);
  }
}
@media (max-width: 767px) {
  .kv__sub-img-list {
    overflow: visible;
  }
}

.kv__sub-img {
  overflow: hidden;
}

.kv__sub-img--1 {
  width: 21.2962963%;
  margin-left: 4.23280423%;
}
@media (max-width: 767px) {
  .kv__sub-img--1 {
    width: 32.820513vw;
    margin-left: 0%;
  }
}

.kv__sub-img--2 {
  width: 13.4920635%;
  position: absolute;
  left: 43.2539683%;
  top: 24.4306418%;
}
@media (max-width: 767px) {
  .kv__sub-img--2 {
    width: 18.461538vw;
    left: 75.384615%;
    top: 80px;
  }
}

.kv__sub-img--3 {
  width: 9.92063492%;
  position: absolute;
  right: 0;
  top: -8.2815735%;
}
@media (max-width: 767px) {
  .kv__sub-img--3 {
    width: 20.512821vw;
    top: -88px;
  }
}

.kv__lead {
  width: 29.1005291%;
  margin-left: 19.8412698%;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.9333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5; /* 35px */
}
@media (max-width: 767px) {
  .kv__lead {
    font-size: 3vw;
    margin-left: 6.153846vw;
    width: 75.384615vw;
    margin-top: 5rem;
  }
}

.lead .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2.5;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lead .jp {
    font-size: 12px;
    margin-bottom: 36px;
  }
}

.heading__text {
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 64px */
  margin-bottom: 48px;
  overflow: hidden;
}
.heading__text span {
  display: block;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.heading__text.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .heading__text {
    font-size: 24px;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fade-in.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.index {
  padding: 130px 4.23280423% 220px;
}
@media (max-width: 767px) {
  .index {
    padding: 130px 3.076923% 130px;
  }
}

.index__body {
  padding: 64px 64px 32px 64px;
  border-radius: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #e2f7f7;
  backdrop-filter: blur(16px);
}
@media (max-width: 767px) {
  .index__body {
    padding: 24px 20px 12px 20px;
    border-radius: 16px;
  }
}

.index__ttl {
  display: table;
  margin: 0 auto;
}

.index__ttl-icon {
  display: table;
  margin: 0 auto 3.2rem;
}
@media (max-width: 767px) {
  .index__ttl-icon {
    margin: 0 auto 2.4rem;
  }
}

.index__ttl-sub {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.333333vw;
  font-weight: 500;
  line-height: 1; /* 20px */
  position: relative;
  display: table;
  margin: 0 auto 1.8rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index__ttl-sub {
    font-size: 3vw;
    margin: 0 auto 1rem;
    line-height: 1.3;
  }
}
.index__ttl-sub .back {
  opacity: 0.05;
  position: relative;
}
.index__ttl-sub .front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  clip-path: inset(0 100% 0 0%);
}
.index__ttl-sub.is-onscreen .front {
  clip-path: inset(0 0% 0 0%);
}

.index__ttl-main {
  position: relative;
  display: table;
  margin: 0 auto 6.2rem;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.1333333vw;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index__ttl-main {
    font-size: 4vw;
    margin: 0 auto 2.4rem;
    line-height: 1.3;
  }
}
.index__ttl-main .back {
  opacity: 0.05;
  position: relative;
}
.index__ttl-main .front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0%);
}
.index__ttl-main.is-onscreen .front {
  clip-path: inset(0 0% 0 0%);
}

.index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3rem;
}
@media (max-width: 767px) {
  .index__list {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.index__item {
  width: 25%;
  padding: 0 3rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .index__item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 1.2rem;
  }
}
.index__item a {
  display: block;
  color: #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.index__item a:hover {
  opacity: 0.5;
}
.index__item {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.index__item.is-onscreen {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.index__heading {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .index__heading {
    gap: 7px;
    margin-top: 1rem;
  }
}

.index__heading-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}
@media (max-width: 767px) {
  .index__heading-text {
    font-size: 2.45vw;
  }
}

.index__heading-num {
  font-family: "Inter", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  position: relative;
  clip-path: inset(100% 0 0 0%);
  height: auto;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .index__heading-num {
    font-size: 2.5vw;
  }
}
.is-onscreen .index__heading-num {
  clip-path: inset(0% 0 0 0%);
}
.index__heading-num:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: #000;
}
.is-onscreen .index__heading-num:after {
  width: 100%;
}

.index__img {
  position: relative;
}
.index__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(165deg, #32c49d 4.18%, #83d7e6 93.16%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-onscreen .index__img:after {
  height: 0;
}

.advice {
  position: relative;
  padding: 0px 4.23280423% 19rem;
  background: #e2f7f7;
}
@media (max-width: 767px) {
  .advice {
    padding: 0 6.153846% 130px;
  }
}

.advice__body {
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.advice__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advice__main {
  width: 90.3179191%;
}

.advice__nav {
  width: 5.34682081%;
  -webkit-transform: translateX(6.21693122vw);
          transform: translateX(6.21693122vw);
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .advice__nav {
    height: 100dvh;
    width: 9.74358974vw;
    -webkit-transform: translateX(3.076923vw);
            transform: translateX(3.076923vw);
  }
}

.advice__nav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 18px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  position: absolute;
  border-radius: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f0ffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .advice__nav-list {
    padding: 9px 6px;
    gap: 9px;
  }
}

.advice__nav-item {
  position: relative;
}
.advice__nav-item a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.advice__nav-item a:hover {
  opacity: 0.5;
}
.advice__nav-item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #32c49d;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  pointer-events: none;
}
.advice__nav-item.is-active:after {
  opacity: 1;
}

.advice__list {
  padding-top: 0px;
}

.advice__item {
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .advice__item {
    padding: 64px 0 0;
    display: block;
  }
}

.advice__img {
  width: 44.64%;
  position: relative;
}
@media (max-width: 767px) {
  .advice__img {
    width: 100%;
  }
}
.advice__img.is-onscreen .swiper-img:after {
  height: 0;
}
.advice__img .swiper-img {
  aspect-ratio: 1674/2235;
  position: relative;
  overflow: hidden;
}
.advice__img .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advice__img .swiper-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(165deg, #32c49d 4.18%, #83d7e6 93.16%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 111;
}

.advice__textarea {
  width: 43.36%;
  margin-left: 12%;
  position: relative;
  z-index: 111;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .advice__textarea {
    width: 100%;
    margin-left: 0%;
    margin-top: 0rem;
  }
}

.advice__heading {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .advice__heading {
    gap: 18px;
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.advice__heading-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  overflow: hidden;
}
@media (max-width: 767px) {
  .advice__heading-text {
    font-size: 4.3vw;
  }
}
.advice__heading-text p {
  overflow: hidden;
}
.advice__heading-text span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  display: table;
}
.is-onscreen .advice__heading-text span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.advice__heading-num {
  font-family: "Inter", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  position: relative;
  clip-path: inset(100% 0 0 0%);
  height: auto;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .advice__heading-num {
    font-size: 3vw;
    width: 18px;
    padding-top: 6px;
    padding-bottom: 3px;
  }
}
.is-onscreen .advice__heading-num {
  clip-path: inset(0% 0 0 0%);
}
.advice__heading-num:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: #000;
}
.is-onscreen .advice__heading-num:after {
  width: 100%;
}

.advice__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 2.95202952%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f0ffff;
  position: relative;
  align-items: center;
  margin: 6.4rem 0;
}
@media (max-width: 767px) {
  .advice__graph {
    margin: 5rem 0 2.4rem;
    padding: 6px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
  }
}
.advice__graph--1.is-onscreen .advice__graph-line:after {
  left: 5.75396825vw;
}
@media (max-width: 767px) {
  .advice__graph--1.is-onscreen .advice__graph-line:after {
    left: 8.46153846vw;
  }
}
.advice__graph--2.is-onscreen .advice__graph-line:after {
  left: 0.396825397vw;
}
@media (max-width: 767px) {
  .advice__graph--2.is-onscreen .advice__graph-line:after {
    left: 1.28205128vw;
  }
}
.advice__graph--3.is-onscreen .advice__graph-line:after {
  left: 11.0449735vw;
}
@media (max-width: 767px) {
  .advice__graph--3.is-onscreen .advice__graph-line:after {
    left: 18.2051282vw;
  }
}
.advice__graph--4.is-onscreen .advice__graph-line:after {
  left: 17.1957672vw;
}
@media (max-width: 767px) {
  .advice__graph--4.is-onscreen .advice__graph-line:after {
    left: 29.2307692vw;
  }
}
.advice__graph--5.is-onscreen .advice__graph-line:after {
  left: 5.35714286vw;
}
@media (max-width: 767px) {
  .advice__graph--5.is-onscreen .advice__graph-line:after {
    left: 9.74358974vw;
  }
}
.advice__graph--6.is-onscreen .advice__graph-line:after {
  left: 11.0449735vw;
}
@media (max-width: 767px) {
  .advice__graph--6.is-onscreen .advice__graph-line:after {
    left: 18.2051282vw;
  }
}
.advice__graph--7.is-onscreen .advice__graph-line:after {
  left: 17.1957672vw;
}
@media (max-width: 767px) {
  .advice__graph--7.is-onscreen .advice__graph-line:after {
    left: 29.2307692vw;
  }
}

.advice__graph-line {
  width: 23.6772487vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .advice__graph-line {
    width: 41.5384615vw;
  }
}
.advice__graph-line:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #caeaea;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 6px;
  opacity: 1;
  left: 0;
}

.advice__graph-ttl {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}
@media (max-width: 767px) {
  .advice__graph-ttl {
    font-size: 2.5vw;
  }
}
.advice__graph-ttl--formal {
  position: absolute;
  right: 3.07692308%;
}

.advice__comment-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .advice__comment-ttl {
    padding-bottom: 1.2rem;
  }
}
.advice__comment-ttl:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.advice__comment-ttl.is-onscreen:after {
  width: 100%;
}

.advice__comment-ttl-icon {
  width: 1.58730159vw;
}
@media (max-width: 767px) {
  .advice__comment-ttl-icon {
    width: 5.12820513vw;
  }
}

.advice__comment-ttl-text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.06666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  margin-left: 1.2rem;
}
@media (min-width: 1513px) {
  .advice__comment-ttl-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .advice__comment-ttl-text {
    font-size: 3.5vw;
    margin-left: 1rem;
  }
}

.advice__comment-laed {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.06666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
  margin: 2.4rem 0 1.6rem;
}
@media (max-width: 767px) {
  .advice__comment-laed {
    margin: 1.2rem 0;
    font-size: 3vw;
  }
}

.advice__comment-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 2.4rem;
  margin: 2.4rem 0;
  gap: 16px;
}
@media (max-width: 767px) {
  .advice__comment-staff {
    margin: 1.2rem 0;
  }
}
.advice__comment-staff:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.advice__comment-staff.is-onscreen:after {
  width: 100%;
}

.advice__comment-staff-icon {
  width: 14.7601476%;
}
@media (max-width: 767px) {
  .advice__comment-staff-icon {
    width: 16.4102564vw;
  }
}

.advice__comment-staff-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 18px */
}
@media (min-width: 1513px) {
  .advice__comment-staff-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .advice__comment-staff-text {
    font-size: 3vw;
  }
}

.internbtn {
  display: table;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .internbtn {
    margin: 64px auto 0;
    width: 100%;
  }
}
.internbtn a {
  display: table;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  border-radius: 1000px;
  border: 2px solid #32c49d;
  max-width: 912px;
  width: 60.3174603vw;
  background: #32c49d;
  padding: 24px 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (min-width: 1513px) {
  .internbtn a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .internbtn a {
    font-size: 4vw;
    width: 100%;
    padding: 16px 32px;
  }
}
.internbtn a:hover {
  color: #32c49d;
  background: #f0ffff;
}

.recruit {
  background: #e2f7f8;
  padding-bottom: 39rem;
}
@media (max-width: 767px) {
  .recruit {
    padding: 0 6.15384615% 146px;
  }
}

.recruit__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit__vis {
    position: relative;
    height: auto;
  }
}

.recruit__space {
  height: 200vh;
}

.recruit__vis-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29.1005291vw;
  left: 8.46560847vw;
}
@media (max-width: 767px) {
  .recruit__vis-ttl {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 65.1282051vw;
  }
}

.recruit__vis-ttl-item {
  width: 28.5714286vw;
  margin-bottom: 6.4rem;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.recruit__vis-ttl-item.is-onscreen {
  clip-path: inset(0 0% 0 0);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
@media (max-width: 767px) {
  .recruit__vis-ttl-item {
    width: 65.1282051vw;
    margin-bottom: 2.4rem;
  }
}

.recruit__vis-lead {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.0666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
}
@media (min-width: 1513px) {
  .recruit__vis-lead {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recruit__vis-lead {
    font-size: 3vw;
    font-style: normal;
  }
}

.recruit__vis-image {
  width: 53.968254vw;
  height: 100vh;
  margin-left: auto;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.recruit__vis-image.is-onscreen {
  clip-path: inset(0% 0 0 0);
}
@media (min-width: 1513px) {
  .recruit__vis-image {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recruit__vis-image {
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    width: 100%;
    height: 440px;
    margin-bottom: 30px;
    position: relative;
  }
  .recruit__vis-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(165deg, #32c49d 4.18%, #83d7e6 93.16%);
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .recruit__vis-image.is-onscreen {
    clip-path: inset(0% 0 0 0);
  }
  .recruit__vis-image.is-onscreen:after {
    height: 0;
  }
}

.recruit__vis-image-item {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.recruit-mens {
  margin-top: 26rem;
}
@media (max-width: 767px) {
  .recruit-mens {
    margin-top: 13rem;
  }
}

.recruit-ladies {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .recruit-ladies {
    margin-top: 13rem;
  }
}

.recruit-ttl {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .recruit-ttl {
    margin-bottom: 4.8rem;
  }
}

.recruit-ttl__cat {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.066667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: table;
  margin: 0 auto 1.6rem;
}
@media (max-width: 767px) {
  .recruit-ttl__cat {
    font-size: 3vw;
    margin: 0 auto 1.2rem;
  }
}
.recruit-ttl__cat .back {
  opacity: 0.05;
  position: relative;
}
.recruit-ttl__cat .front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  clip-path: inset(0 100% 0 0%);
}
.recruit-ttl__cat.is-onscreen .front {
  clip-path: inset(0 0% 0 0%);
}

.recruit-ttl__gender {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 4.266666vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit-ttl__gender {
    font-size: 12vw;
  }
}
.recruit-ttl__gender .back {
  opacity: 0.05;
  position: relative;
}
.recruit-ttl__gender .front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  clip-path: inset(0 100% 0 0%);
}
.recruit-ttl__gender.is-onscreen .front {
  clip-path: inset(0 0% 0 0%);
}

.recruit__comment {
  width: 44.7089947vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit__comment {
    width: 100%;
  }
}

.recruit__comment-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .recruit__comment-ttl {
    margin-bottom: 1.2rem;
  }
}

.recruit__comment-ttl-icon {
  width: 1.58730159vw;
}
@media (max-width: 767px) {
  .recruit__comment-ttl-icon {
    width: 5.12820513vw;
  }
}

.recruit__comment-ttl-text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.06666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  margin-left: 1.2rem;
}
@media (min-width: 1513px) {
  .recruit__comment-ttl-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recruit__comment-ttl-text {
    margin-left: 1rem;
    font-size: 3.5vw;
  }
}

.recruit__comment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  border: 1px solid #000;
  background: #f0ffff;
}
@media (max-width: 767px) {
  .recruit__comment-inner {
    display: block;
    padding: 16px;
  }
}

.recruit__comment-lead {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.9333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 28px */
  width: 68.7898089%;
}
@media (max-width: 767px) {
  .recruit__comment-lead {
    width: 100%;
    font-size: 3vw;
  }
}

.recruit__comment-staff {
  width: 31.2101911%;
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
  border-left: 1px solid #000;
}
@media (max-width: 767px) {
  .recruit__comment-staff {
    width: 100%;
    font-size: 3vw;
    padding-top: 16px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 16px;
    border-top: 1px solid #000;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.recruit__comment-staff-icon {
  width: 5.291000529vw;
  margin: 0 auto 1.6rem;
}
@media (max-width: 767px) {
  .recruit__comment-staff-icon {
    width: 16.4102564vw;
    margin: 0;
  }
}

.recruit__comment-staff-prof {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 18px */
}
@media (max-width: 767px) {
  .recruit__comment-staff-prof {
    text-align: left;
    font-size: 3vw;
  }
}
.recruit__comment-staff-prof p {
  margin-top: 0.6rem;
}

.recruit__list {
  padding: 0px 4.23280423%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .recruit__list {
    margin-top: 0px;
    padding: 0;
  }
}

.recruit__item {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .recruit__item {
    padding: 64px 0 0;
  }
}

.recruit__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .recruit__row {
    display: block;
  }
}

.recruit__img {
  width: 40.3762663%;
  position: relative;
}
@media (max-width: 767px) {
  .recruit__img {
    width: 100%;
  }
}
.recruit__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(165deg, #32c49d 4.18%, #83d7e6 93.16%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 111;
}
.recruit__img.is-onscreen:after {
  height: 0;
}

.recruit__textarea {
  width: 40.3762663%;
  margin-left: 10.853835%;
}
@media (max-width: 767px) {
  .recruit__textarea {
    width: 100%;
    margin-left: 0;
  }
}

.recruit__ttl {
  font-family: "Inter", sans-serif;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  overflow: hidden;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .recruit__ttl {
    font-size: 5vw;
    margin-bottom: 0rem;
  }
}
.recruit__ttl p {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  display: table;
}
.recruit__ttl.is-onscreen p {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.recruit__caption {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.06666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
  margin: 2.4rem 0 2.6rem;
}
@media (max-width: 767px) {
  .recruit__caption {
    font-size: 3vw;
    margin: 4rem 0 2.2rem;
  }
}

.swiper-thumb {
  margin: 6.4rem 0;
}
@media (max-width: 767px) {
  .swiper-thumb {
    margin: 1.2rem 0 4rem;
  }
}

.shop {
  padding: 130px 4.23280423% 0;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  background: #f7ffff;
  margin-top: -13rem;
}
@media (max-width: 767px) {
  .shop {
    padding: 64px 24px 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: -17px;
  }
}

.shop__body {
  position: relative;
}

.shop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop__row {
    margin: 0;
  }
}

.shop__left {
  width: 41.6667%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .shop__left {
    width: 100%;
    padding: 0;
  }
  .shop__left .shop__map svg {
    width: calc(100% + 48px);
    height: 382px;
    display: table;
    margin: -146px auto 60px;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}

.shop__right {
  width: 66.6184971%;
  padding: 0 15px;
  margin-left: -8.5656538%;
  position: relative;
}
@media (max-width: 767px) {
  .shop__right {
    width: 100%;
    margin-left: 0%;
  }
}
.shop__right svg {
  width: 100%;
}

.shop__map {
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.shop__map-svg {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.shop__map-svg--1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.shop__map-svg--2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.shop__map-svg--3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.shop__map-svg--4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.shop__map-svg--5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.shop__map-svg--6 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.shop__map-svg--7 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.shop__map-svg--8 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.shop__map-svg--9 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.shop__map-svg--10 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.shop__map-svg--11 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.shop__map-svg--12 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.shop__map-svg--13 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.shop__map-svg--14 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.shop__map-svg--15 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.shop__map-svg--16 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.shop__map-svg--17 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.shop__map-svg--18 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.shop__map-svg--19 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.shop__map-svg--20 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.shop__map-svg--21 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.is-onscreen .shop__map-svg {
  opacity: 1;
}
.is-onscreen .shop__map {
  opacity: 1;
}
.shop__map.is-onscreen {
  opacity: 1;
}

.c-button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 40px */
  text-transform: uppercase;
}
.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: #000;
}
.c-button a:hover .c-button__icon-front {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button a:hover .c-button__icon-back {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.c-button a:hover .c-button__text:after {
  width: 100%;
  right: inherit;
  left: 0;
}

.c-button__inner {
  width: calc(100% - 113px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button__icon {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  border: 1px solid #e8e8e8;
  margin-left: 31px;
  position: relative;
}

.c-button__icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  overflow: hidden;
  width: 26px;
  height: 40px;
  z-index: 11;
}

.c-button__icon-front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-front svg {
  position: relative;
}

.c-button__icon-back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-back svg {
  position: relative;
}

.off {
  padding: 130px 4.23280423%;
  position: relative;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  background: #f7ffff;
  z-index: 111;
}
@media (max-width: 767px) {
  .off {
    padding: 64px 24px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 0 4.23280423% 64px;
  }
}
.off .off__img {
  background: #83d7e6;
}

.off-02 {
  padding: 130px 4.23280423% 0;
  position: relative;
  background: #f7ffff;
}
@media (max-width: 767px) {
  .off-02 {
    padding: 64px 24px;
  }
}
.off-02 .off__img {
  background: #32c49d;
}

.off__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .off__row {
    display: block;
    margin: 0;
  }
}

.off__left {
  width: 50%;
  padding: 0 15px;
}
.off__left a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.off__left a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .off__left {
    width: 100%;
    padding: 0;
  }
}

.off__img {
  width: calc(100% - 30px);
  background: #f2f2f2;
  border-radius: 64px;
  padding: 266px 0;
}
@media (max-width: 767px) {
  .off__img {
    width: 100%;
    padding: 32px 0;
    border-radius: 16px;
  }
}
.off__img img {
  width: 28.4vw;
  margin: 0 auto;
  display: table;
}
@media (max-width: 767px) {
  .off__img img {
    width: 164px;
  }
}

.off__img-ttl {
  text-align: center;
  width: 100%;
}

.off__img-ttl01 {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 24px */
  position: relative;
  display: table;
  margin: 0 auto 2.4rem;
  padding-bottom: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .off__img-ttl01 {
    font-size: 3vw;
    padding-bottom: 6px;
    margin: 0 auto 1.2rem;
  }
}
.off__img-ttl01:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-onscreen .off__img-ttl01:after {
  width: 100%;
}

.off__img-ttl02 {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.533333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 47.5px */
  margin: 0 0 5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .off__img-ttl02 {
    font-size: 4vw;
    margin: 0 0 2.4rem;
  }
}
.off .off__img-ttl02 {
  color: #f7ffff;
}

.off__img-ttl03 {
  width: 26.984127vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .off__img-ttl03 {
    width: 41.025641vw;
  }
}

.off__img-ttl04 {
  width: 22.0238095vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .off__img-ttl04 {
    width: 33.3333333vw;
  }
}

.off__right {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .off__right {
    width: 100%;
    padding: 18px 0 0;
  }
}

.off__heading {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.1333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 64px */
}
@media (max-width: 767px) {
  .off__heading {
    font-size: 18px;
  }
}

.off__lead {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%; /* 35px */
  margin: 32px 0 48px;
}
@media (max-width: 767px) {
  .off__lead {
    font-size: 12px;
    margin: 32px 0 36px;
  }
}

.off__info {
  color: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  margin-top: 64px;
}
@media (max-width: 767px) {
  .off__info {
    margin-top: 36px;
  }
}
.off__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}

.price {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 24px */
  opacity: 0.4 !important;
}
@media (min-width: 1513px) {
  .price {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .price {
    font-size: 2.5vw;
  }
}

.credit {
  padding: 194px 4.23280423% 160px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6f6f6f;
  background: #e2f7f8;
  margin-top: -6.4rem;
}
@media (max-width: 767px) {
  .credit {
    padding: 144px 24px 116px;
    border-top: 1px solid #e8e8e8;
    display: block;
  }
}

.credit__info {
  color: #6f6f6f;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
}
.credit__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .credit__info {
    margin-bottom: 64px;
  }
}

.credit__list {
  width: 441px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .credit__list {
    width: 100%;
  }
}

.credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
}

.credit__job {
  width: 50%;
}
@media (max-width: 767px) {
  .credit__job {
    width: 128px;
  }
}

.credit__name {
  width: calc(100% - 128px);
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination {
  bottom: 0px !important;
  right: 0px !important;
  left: inherit !important;
  width: 8px !important;
  position: absolute !important;
  z-index: 111;
}
@media (max-width: 767px) {
  .swiper-pagination {
    left: 0 !important;
    bottom: -20px !important;
    width: 120px !important;
    height: 8px;
  }
}
.swiper-pagination--2 {
  bottom: 0px !important;
  right: 0px !important;
  left: inherit !important;
  width: 8px !important;
  position: absolute !important;
  z-index: 111;
}
@media (max-width: 767px) {
  .swiper-pagination--2 {
    left: 0 !important;
    bottom: -20px !important;
    width: 100px !important;
    height: 8px;
  }
}
.swiper-pagination--3 {
  bottom: 0px !important;
  right: 0px !important;
  left: inherit !important;
  width: 8px !important;
  position: absolute !important;
  z-index: 111;
}
@media (max-width: 767px) {
  .swiper-pagination--3 {
    left: 0 !important;
    bottom: -20px !important;
    width: 120px !important;
    height: 8px;
  }
}
.swiper-pagination--4 {
  bottom: 0px !important;
  right: 0px !important;
  left: inherit !important;
  width: 8px !important;
  position: absolute !important;
  z-index: 111;
}
@media (max-width: 767px) {
  .swiper-pagination--4 {
    left: 0 !important;
    bottom: -20px !important;
    width: 100px !important;
    height: 8px;
  }
}
.swiper-pagination--5 {
  bottom: 0px !important;
  right: 0px !important;
  left: inherit !important;
  width: 8px !important;
  position: absolute !important;
  z-index: 111;
}
@media (max-width: 767px) {
  .swiper-pagination--5 {
    left: 0 !important;
    bottom: -20px !important;
    width: 120px !important;
    height: 8px;
  }
}
.swiper-pagination--6 {
  bottom: 0px !important;
  right: 0px !important;
  left: inherit !important;
  width: 8px !important;
  position: absolute !important;
  z-index: 111;
}
@media (max-width: 767px) {
  .swiper-pagination--6 {
    left: 0 !important;
    bottom: -20px !important;
    width: 120px !important;
    height: 8px;
  }
}
.swiper-pagination--7 {
  bottom: 0px !important;
  right: 0px !important;
  left: inherit !important;
  width: 8px !important;
  position: absolute !important;
  z-index: 111;
}
@media (max-width: 767px) {
  .swiper-pagination--7 {
    left: 0 !important;
    bottom: -20px !important;
    width: 120px !important;
    height: 8px;
  }
}

.swiper-pagination-bullet {
  position: relative;
  opacity: 1 !important;
  background: transparent !important;
  display: block;
  width: 8px !important;
  margin-left: 24px !important;
  margin-top: 14px !important;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 16px !important;
  }
}
.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #000;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-radius: 4px;
  opacity: 0.1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #32c49d;
  opacity: 1;
}

.swiper-thumb-img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.swiper-thumb-img:hover {
  opacity: 0.5;
}

.footer {
  padding: 15px 0;
  border-top: 1px solid #000;
  background: #e2f7f8;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0 70px;
  }
}
.footer p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  text-align: center;
}

.flowbtn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1111;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
@media (max-width: 767px) {
  .flowbtn {
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: calc(100% - 22px);
    border-top-right-radius: 4px;
    opacity: 0;
  }
}
.is-page-loaded .flowbtn {
  opacity: 1;
}
@media (max-width: 767px) {
  .is-page-loaded .flowbtn {
    opacity: 0;
  }
}
.flowbtn.is-active {
  opacity: 1;
}
.flowbtn a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.flowbtn a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .flowbtn a:hover {
    opacity: 1;
  }
}

.flowbtn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .flowbtn__list {
    gap: 0px;
    border-top-right-radius: 4px;
  }
}

.flowbtn__item {
  width: 184px;
}
.flowbtn__item img {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .flowbtn__item {
    width: 50%;
  }
  .flowbtn__item img {
    border-radius: 0;
  }
  .flowbtn__item:nth-child(1) img {
    border-top-left-radius: 4px;
  }
  .flowbtn__item:nth-child(2) img {
    border-top-right-radius: 4px;
  }
}

.modal-btn {
  font-size: min(0.9333333vw, 14px);
  color: #fff;
  background: #32c49d;
  border-radius: 6px;
  padding: 14px;
  text-align: center;
  margin-top: 32px;
  cursor: pointer;
  border: 0;
  width: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.modal-btn:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .modal-btn {
    font-size: 3vw;
  }
}

/* modal */
.p-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  background: rgba(48, 196, 162, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-modal.is-open {
  display: block;
}

.p-modal.is-show {
  opacity: 1;
}

.p-modal__overlay {
  position: absolute;
  inset: 0;
}

.p-modal__container {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 128px);
  max-width: 1384px;
  height: calc(100svh - 128px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-modal__container {
    width: calc(100% - 24px);
    height: calc(100svh - 24px);
  }
}

.p-modal__body {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 84px;
  grid-template-columns: 1fr 84px;
}
@media (max-width: 767px) {
  .p-modal__body {
    -ms-grid-columns: 1fr 56px;
    grid-template-columns: 1fr 56px;
  }
}

.shop {
  overflow: hidden;
}

.p-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 4px;
  background: #30c4a2;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p-modal__close:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-modal__close {
    width: 24px;
    height: 24px;
    right: 16px;
    font-size: 14px;
    top: 16px;
  }
}

.p-modal-swiper {
  width: 100%;
  height: 100%;
}

.p-modal-item {
  height: 100%;
}
@media (max-width: 767px) {
  .p-modal-item {
    display: block;
    padding: 16px;
  }
}

.p-modal-item__scroll {
  background: #e2f7f7;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44% 7vw 1fr;
  grid-template-columns: 44% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7vw;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.p-modal-item__img {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-modal-item__img {
    height: auto;
  }
}

.p-modal-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-modal-item__content {
  max-width: 460px;
}
@media (max-width: 767px) {
  .p-modal-item__content {
    max-width: auto;
  }
}

.p-modal-item__title {
  margin: 0 0 18px;
  font-size: min(1.6vw, 24px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-modal-item__title {
    font-size: 16px;
    margin: 16px 0 4px;
  }
}

.p-modal-item__price {
  margin: 0 0 56px;
  font-size: min(0.9333333vw, 14px);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-modal-item__price {
    font-size: 3vw;
    margin: 0 0 16px;
  }
}

.p-modal-item__text {
  margin: 0 0 24px;
  font-size: min(1.06666667vw, 16px);
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-modal-item__text {
    font-size: 3vw;
  }
}

.p-modal-item__caption {
  margin: 0 0 56px;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 24px */
  opacity: 0.4 !important;
}
@media (min-width: 1513px) {
  .p-modal-item__caption {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-modal-item__caption {
    margin: 0 0 16px;
    font-size: 2.5vw;
  }
}

@media (max-width: 767px) {
  .p-modal-item__btns {
    width: calc(100% - 32px);
  }
}

.p-modal-item__btn {
  margin-bottom: 16px;
}

.p-modal-item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: #30c4a2;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: min(0.9333333vw, 14px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p-modal-item__link:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-modal-item__link {
    font-size: 3vw;
    width: calc(100% - 32px);
    line-height: 2;
  }
  .p-modal-item__link span {
    margin-left: auto;
  }
}

.p-modal__side {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f0ffff;
}

.p-modal__arrow {
  position: absolute;
  right: 24px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 4px;
  background: #30c4a2;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 767px) {
  .p-modal__arrow {
    width: 24px;
    height: 24px;
    right: 16px;
    font-size: 14px;
  }
}
.p-modal__arrow:hover {
  opacity: 0.5;
}

.p-modal__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.p-modal__arrow--prev {
  top: 50%;
  -webkit-transform: translateY(-56px);
          transform: translateY(-56px);
}
@media (max-width: 767px) {
  .p-modal__arrow--prev {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

.p-modal__arrow--next {
  top: 50%;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

body.is-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.is-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 767px) {
  .p-modal__container,
  .p-modal__body,
  .p-modal-swiper,
  .p-modal-swiper .swiper-wrapper,
  .p-modal-swiper .swiper-slide,
  .p-modal-item {
    min-height: 0 !important;
    overflow: hidden !important;
  }
  .p-modal-swiper,
  .p-modal-swiper .swiper-wrapper,
  .p-modal-swiper .swiper-slide,
  .p-modal-item {
    overflow: hidden;
  }
  .p-modal-item {
    display: block;
    padding: 0 !important;
  }
  .p-modal-item__scroll {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}
@media (max-width: 767px) {
  .p-modal-item {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-modal-item::-webkit-scrollbar {
    display: none;
  }
}
/* ---------------------------------------------------------


Utility

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