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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

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

/**
 * 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 {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.6;
  height: 100%;
  color: #3b3b3b;
  letter-spacing: 0.1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* common link */
a:link {
  color: #df1a6e;
  text-decoration: none;
}

a:visited {
  color: #df1a6e;
  text-decoration: none;
}

a:active {
  color: #df1a6e;
  text-decoration: none;
}

a:hover {
  color: #df1a6e;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.js-fade-in,
.js-fade-in-2,
.js-fade-up,
.js-fade-down,
.js-fade-pop {
  opacity: 0;
}

#btn_ptop {
  position: fixed;
  bottom: min(8vw, 80px);
  right: min(2vw, 20px);
  z-index: 8888;
}
#btn_ptop a:hover .arrow {
  background: #29cbf8;
}
#btn_ptop .arrow {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #12beee;
  padding-bottom: 8px;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}
#btn_ptop .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(7% 100%, 0 93%, 50% 43%, 100% 93%, 93% 100%, 50% 57%, 7% 100%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  #btn_ptop a:hover .arrow {
    background: #00a1f8;
  }
  #btn_ptop .arrow {
    padding-bottom: 7px;
    height: 50px;
    width: 50px;
    transition: all 0s ease-in-out;
  }
  #btn_ptop .arrow::before {
    height: 0.8em;
  }
}
/* .l-main */
.l-main {
  width: 100%;
}

.l-main__wrapper {
  position: relative;
  margin: 0 auto;
}

/* .l-contents */
.l-contents {
  position: relative;
  margin: 0 auto;
}

/* .l-footer */
.l-footer {
  background: #fff;
}

.c-title-1,
.c-title-2 {
  margin: 0 auto min(4vw, 40px);
  max-width: 780px;
  color: #12beee;
}
.c-title-1__text-en,
.c-title-2__text-en {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.c-title-1__text-jp,
.c-title-2__text-jp {
  font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.c-title-1 {
  text-align: center;
}
.c-title-1__text-en {
  margin-bottom: min(1vw, 10px);
}
.c-title-1__text-jp {
  display: flex;
  align-items: center;
}
.c-title-1__text-jp:before, .c-title-1__text-jp:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #cbe4eb;
}
.c-title-1__text-jp:before {
  margin-right: 0.5em;
}
.c-title-1__text-jp:after {
  margin-left: 0.5em;
}

.c-title-2 {
  margin-bottom: min(1vw, 10px);
  color: #3b3b3b;
}
.c-title-2__text-en {
  display: inline-block;
  font-size: 1.8rem;
}
.c-title-2__text-jp {
  display: block;
  font-size: 3.6rem;
}

.c-title-3 {
  margin-bottom: min(1vw, 10px);
}
.c-title-3__text-jp {
  font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .c-title-1__text-en,
  .c-title-2__text-en {
    font-size: 3.4vw;
  }
  .c-title-1__text-jp,
  .c-title-2__text-jp {
    font-size: 5.2vw;
  }
  .c-title-1__text-en {
    margin-bottom: 1.5vw;
  }
  .c-title-2 {
    margin-bottom: 1.5vw;
  }
  .c-title-2__text-en {
    font-size: 3.4vw;
  }
  .c-title-2__text-jp {
    font-size: 5.2vw;
  }
  .c-title-3 {
    margin-bottom: 1.5vw;
  }
  .c-title-3__text-jp {
    font-size: 5.2vw;
  }
}
@media (max-width: 576px) {
  .c-title-1__text-en,
  .c-title-2__text-en {
    font-size: 4.2vw;
  }
  .c-title-1__text-jp,
  .c-title-2__text-jp {
    font-size: 6.2vw;
  }
  .c-title-1__text-en {
    margin-bottom: 2vw;
  }
  .c-title-2 {
    margin-bottom: 2vw;
  }
  .c-title-2__text-en {
    font-size: 4.2vw;
  }
  .c-title-2__text-jp {
    font-size: 6.2vw;
  }
  .c-title-3 {
    margin-bottom: 2vw;
  }
  .c-title-3__text-jp {
    font-size: 6.2vw;
  }
}
a.c-button-1,
a.c-button-1-2,
a.c-button-2,
a.c-button-3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #12beee;
  width: 100%;
  height: 50px;
  padding: 10px 50px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  border-radius: 100px;
  transition: all 0.1s linear;
}
a.c-button-1:hover,
a.c-button-1-2:hover,
a.c-button-2:hover,
a.c-button-3:hover {
  background: #29cbf8;
  color: #fff;
}

a.c-button-1::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.15s linear;
}
a.c-button-1:hover::before {
  right: 15px;
}

a.c-button-1-2::before {
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.7em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.15s linear;
}

a.c-button-2 {
  background: #ef4b74;
  width: 100%;
  min-width: 150px;
  height: 70px;
  padding: 10px;
  font-size: 2rem;
}
a.c-button-2:hover {
  background: #f46387;
}
a.c-button-2::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.15s linear;
}
a.c-button-2:hover::before {
  right: 15px;
}

a.c-button-3 {
  background: #ef4b74;
  font-size: 1.6rem;
}
a.c-button-3:hover {
  background: #f46387;
}
a.c-button-3::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.15s linear;
}
a.c-button-3:hover::before {
  right: 15px;
}

a.c-button-4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 10px 50px;
  font-family: "Poppins";
  font-size: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #ef4b74;
  border-radius: 100px;
}

.c-button-frame-1 {
  margin: 0 0 0 auto;
  max-width: 180px;
}

.c-button-frame-2 {
  margin: 0 auto;
  max-width: 540px;
}

@media (max-width: 768px) {
  a.c-button-1,
  a.c-button-1-2,
  a.c-button-2,
  a.c-button-3 {
    font-size: 1.6rem;
    transition: all 0s linear;
  }
  a.c-button-1:hover,
  a.c-button-1-2:hover,
  a.c-button-2:hover,
  a.c-button-3:hover {
    background: #12beee;
  }
  a.c-button-1::before {
    height: 0.8em;
    transition: all 0s linear;
  }
  a.c-button-1:hover::before {
    right: 20px;
  }
  a.c-button-1-2::before {
    transition: all 0s linear;
  }
  a.c-button-2 {
    height: 70px;
    padding: 10px;
    font-size: 1.8rem;
  }
  a.c-button-2:hover {
    background: #ef4b74;
  }
  a.c-button-2::before {
    transition: all 0s linear;
  }
  a.c-button-2:hover::before {
    right: 20px;
  }
  a.c-button-3 {
    font-size: 1.6rem;
  }
  a.c-button-3:hover {
    background: #ef4b74;
  }
  a.c-button-3::before {
    transition: all 0s linear;
  }
  a.c-button-3:hover::before {
    right: 20px;
  }
  a.c-button-4 {
    font-size: 2.4rem;
  }
}
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  left: 0;
  color: #000;
  padding: min(1vw, 10px);
  font-size: 1.4rem;
  z-index: 20;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  align-items: center;
  padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
  line-height: 1.4;
}
.c-breadcrumb__list::before {
  position: absolute;
  margin-bottom: -2px;
  right: 0;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #000;
}
.c-breadcrumb__list:last-child::before {
  display: none;
}
.c-breadcrumb__list a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}
.c-breadcrumb__list a:hover {
  color: #00a1f8;
}

@media (max-width: 768px) {
  .c-breadcrumb__list {
    padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
    font-size: 1.4rem;
  }
  .c-breadcrumb__list::before {
    height: 0.8em;
  }
  .c-breadcrumb__list a {
    transition: all 0s linear;
  }
  .c-breadcrumb__list a:hover {
    color: #000;
  }
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 30;
  padding: 0 min(4vw, 40px);
}
.nav-links .paging-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #343434;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  box-sizing: border-box;
  transition: all 0.25s linear;
  border-radius: 100%;
}
.nav-links .page-numbers:hover {
  background: #2ab5ff;
}
.nav-links .page-numbers.current {
  background: #00a1f8;
}

.p-top-hero {
  position: relative;
  margin-bottom: min(16vw, 160px);
}
.p-top-hero.-other {
  margin-bottom: min(10vw, 80px);
}
.p-top-hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: min(45.4545454545vw, 700px);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, #cdf2f6 0%, #fff 100%);
}
.p-top-hero__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1540px;
  z-index: 1;
}
.p-top-hero__logo {
  position: absolute;
  top: min(22.987012987vw, 354px);
  left: 50%;
  transform: translateX(-50%);
  width: min(22.8571428571%, 352px);
  font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #12beee;
}
.p-top-hero__logo .-logo-1 {
  display: block;
  margin-bottom: min(0.6493506494vw, 10px);
  font-size: min(1.6883116883vw, 2.6rem);
}
.p-top-hero__logo .-logo-2 {
  display: block;
  margin-bottom: min(0.6493506494vw, 10px);
}
.p-top-hero__logo .-logo-3 {
  display: block;
  font-size: min(1.2987012987vw, 2rem);
}
.p-top-hero__box {
  padding-top: min(41.3636363636vw, 637px);
  text-align: center;
}
.p-top-hero__lead {
  margin-bottom: min(2.5vw, 25px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1.4;
}
.p-top-hero__txt {
  margin-bottom: min(4.5vw, 45px);
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-top-hero__txt .-br {
  display: none;
}
.p-top-hero__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.5vw, 15px);
  padding: 0 4vw;
}
.p-top-hero__nav-list {
  width: 340px;
}
.p-top-hero__illust-1 {
  position: absolute;
  top: min(9.1558441558vw, 141px);
  left: min(4.3506493506%, 67px);
  width: min(17.5974025974%, 271px);
}
.p-top-hero__illust-2 {
  position: absolute;
  top: min(7.2077922078vw, 111px);
  left: min(24.4805194805%, 377px);
  width: min(12.2077922078%, 188px);
}
.p-top-hero__illust-3 {
  position: absolute;
  top: min(3.1168831169vw, 48px);
  left: min(38.3116883117%, 590px);
  width: min(15.1298701299%, 233px);
}
.p-top-hero__illust-4 {
  position: absolute;
  top: min(2.987012987vw, 46px);
  left: min(58.1168831169%, 895px);
  width: min(19.8051948052%, 305px);
}
.p-top-hero__illust-5 {
  position: absolute;
  top: min(17.2727272727vw, 266px);
  left: min(83.2467532468%, 1282px);
  width: min(11.8181818182%, 182px);
}
.p-top-hero__illust-6 {
  position: absolute;
  top: min(22.1428571429vw, 341px);
  left: min(16.9480519481%, 261px);
  width: min(18.7662337662%, 289px);
}
.p-top-hero__illust-7 {
  position: absolute;
  top: min(23.5064935065vw, 362px);
  left: min(63.7662337662%, 982px);
  width: min(18.2467532468%, 281px);
}
.p-top-hero__illust-8 {
  position: absolute;
  top: min(28.1168831169vw, 433px);
  left: min(8.1168831169%, 125px);
  width: min(6.7532467532%, 104px);
}

.p-top-banner__recruit {
  position: absolute;
  top: min(0.974025974vw, 15px);
  right: min(0.6493506494%, 10px);
  width: min(20.7792207792%, 320px);
}
.p-top-banner__recruit a {
  transition: all 0.15s linear;
}
.p-top-banner__recruit a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .p-top-hero::after {
    height: 60vw;
  }
  .p-top-hero__logo {
    top: 31vw;
    width: 45vw;
  }
  .p-top-hero__logo .-logo-1 {
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  .p-top-hero__logo .-logo-2 {
    margin-bottom: 1vw;
  }
  .p-top-hero__logo .-logo-3 {
    font-size: 3vw;
  }
  .p-top-hero__box {
    padding-top: 92vw;
  }
  .p-top-hero__lead {
    margin-bottom: 3vw;
    font-size: 3rem;
  }
  .p-top-hero__txt {
    margin-bottom: 5vw;
    font-size: 1.6rem;
  }
  .p-top-hero__txt .-br {
    display: inline-block;
  }
  .p-top-hero__nav {
    gap: 2vw;
  }
  .p-top-hero__nav-list {
    width: 340px;
  }
  .p-top-hero__illust-1 {
    top: 10vw;
    left: 4vw;
    width: 25vw;
  }
  .p-top-hero__illust-2 {
    top: 3vw;
    left: 25vw;
    width: 18vw;
  }
  .p-top-hero__illust-3 {
    top: 5vw;
    left: 45vw;
    width: 23vw;
  }
  .p-top-hero__illust-4 {
    top: 3vw;
    left: 70vw;
    width: 24vw;
  }
  .p-top-hero__illust-5 {
    top: 43vw;
    left: 3vw;
    width: 18vw;
  }
  .p-top-hero__illust-6 {
    position: absolute;
    top: 62vw;
    left: 14vw;
    width: 25vw;
  }
  .p-top-hero__illust-7 {
    top: 28vw;
    left: 72vw;
    width: 23vw;
  }
  .p-top-hero__illust-8 {
    top: 36vw;
    left: 15vw;
    width: 8vw;
  }
  .p-top-banner__recruit {
    position: absolute;
    top: 52vw;
    right: 3vw;
    width: 53vw;
  }
  .p-top-banner__recruit a {
    transition: all 0.15s linear;
  }
  .p-top-banner__recruit a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 576px) {
  .p-top-hero__lead {
    font-size: 6.4vw;
  }
  .p-top-hero__txt {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 6vw;
  }
  .p-top-hero__txt .-br {
    display: none;
  }
  .p-top-hero__nav {
    gap: 2vw;
    padding: 0 4vw;
  }
  .p-top-hero__nav-list {
    width: 100%;
  }
}
.p-top-homecare {
  margin-bottom: min(16vw, 160px);
  text-align: center;
}
.p-top-homecare__inner {
  padding: 0 min(4vw, 40px);
}
.p-top-homecare__lead {
  position: relative;
  margin-bottom: min(4vw, 40px);
  line-height: 1.8;
  z-index: 2;
}
.p-top-homecare__box {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.p-top-homecare__ph {
  position: relative;
  display: flex;
  gap: min(2vw, 20px);
  z-index: 2;
}
.p-top-homecare__ph-list {
  overflow: hidden;
  border-radius: 8px;
}

.p-top-homecare__illust-1 {
  position: absolute;
  top: max(-11.4814814815vw, -124px);
  right: max(-11.1111111111%, -120px);
  width: min(18.7962962963%, 203px);
  z-index: 1;
}

.p-top-homecare__illust-2 {
  position: absolute;
  top: min(1.7592592593vw, 19px);
  left: max(-10.9259259259%, -118px);
  width: min(15.7407407407%, 170px);
  z-index: 3;
}

.p-top-homecare__illust-3 {
  position: absolute;
  bottom: max(-4.0740740741vw, -44px);
  right: max(-2.4074074074%, -26px);
  width: min(12.962962963%, 140px);
  z-index: 3;
}

.p-top-vision {
  margin-bottom: min(16vw, 160px);
  text-align: center;
}
.p-top-vision__inner {
  padding: 0 min(4vw, 40px);
}
.p-top-vision__lead {
  position: relative;
  margin-bottom: min(4vw, 40px);
  line-height: 1.8;
  z-index: 2;
}
.p-top-vision__lead .-txt {
  margin-bottom: min(2vw, 20px);
}
.p-top-vision__box {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.p-top-vision__ph {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1000/480;
}
.p-top-vision__ph img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1000/480;
}

.p-top-vision__illust-1 {
  position: absolute;
  top: max(-6.8518518519vw, -74px);
  left: max(-16.1111111111%, -174px);
  width: min(25.9259259259%, 280px);
  z-index: 1;
}

.p-top-vision__illust-2 {
  position: absolute;
  bottom: max(-10.5555555556vw, -114px);
  right: max(-15.7407407407%, -170px);
  width: min(21.4814814815%, 232px);
  z-index: 3;
}

.p-top-receuit {
  margin-bottom: min(16vw, 160px);
  padding: 0 min(4vw, 40px);
}
.p-top-receuit__inner {
  display: flex;
  align-items: center;
  gap: min(4vw, 40px);
  background: #c8e341;
  margin: 0 auto;
  padding: min(3vw, 30px);
  max-width: 1480px;
  border-radius: 10px;
}

.p-top-receuit__info {
  padding: 0 0 0 min(4vw, 40px);
  width: min(39.7435897436vw, 620px);
}
.p-top-receuit__info-1 {
  margin-bottom: min(7vw, 70px);
}
.p-top-receuit__info .-txt {
  margin-bottom: min(2.5vw, 25px);
}
.p-top-receuit__info .-button-1 {
  max-width: 440px;
}
.p-top-receuit__info .-button-2 {
  width: 340px;
}
.p-top-receuit__info .-button-2-box {
  display: flex;
  flex-direction: column;
  gap: min(1vw, 10px);
}
.p-top-receuit__info .-flex {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(1vw, 10px) 0;
}
.p-top-receuit__info .-time {
  line-height: 1.2;
  padding-left: min(1vw, 10px);
}

.p-top-receuit__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(1vw, 10px);
}
.p-top-receuit__content .-box {
  display: flex;
  align-items: center;
  gap: min(1vw, 10px);
  background: #ffffc2;
  padding: min(2vw, 20px);
  border-radius: 8px;
}
.p-top-receuit__content .-box-illust {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(16vw, 160px);
}
.p-top-receuit__content .-box-illust img {
  height: min(18vw, 180px);
}
.p-top-receuit__content .-box-detail {
  flex: 1;
}
.p-top-receuit__content .-box-detail-title {
  margin-bottom: min(1vw, 10px);
  font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-top-receuit__content .-box-detail-txt-1 {
  margin-bottom: min(0.5vw, 5px);
}
.p-top-receuit__content .-box-detail-list {
  margin-bottom: min(0.5vw, 5px);
}
.p-top-receuit__content .-box-detail-list li {
  margin-bottom: min(0.5vw, 5px);
  text-indent: -1.4em;
  padding-left: 1.4em;
  color: #ef4b74;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1240px) {
  .p-top-receuit__inner {
    gap: 4vw;
    flex-direction: column;
    padding: 4vw;
    max-width: 1000px;
    border-radius: 10px;
  }
  .p-top-receuit__info {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .p-top-receuit__info-1 {
    margin-bottom: 3vw;
  }
  .p-top-receuit__info .-txt {
    margin-bottom: 2.5vw;
    text-align: left;
  }
  .p-top-receuit__info .-button-1 {
    margin: 0 auto;
  }
  .p-top-receuit__info .-button-2 {
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
  }
  .p-top-receuit__info .-button-2-box {
    gap: 1.5vw;
  }
  .p-top-receuit__info .-flex {
    flex-direction: column;
    gap: 1vw;
  }
  .p-top-receuit__info .-time {
    padding-left: 0;
  }
  .p-top-receuit__content {
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
    gap: 1vw;
  }
  .p-top-receuit__content .-box {
    gap: 1vw;
    padding: 2vw;
  }
  .p-top-receuit__content .-box-illust {
    width: min(16vw, 160px);
  }
  .p-top-receuit__content .-box-illust img {
    height: min(18vw, 180px);
  }
  .p-top-receuit__content .-box-detail-title {
    margin-bottom: 1vw;
    font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
  }
  .p-top-receuit__content .-box-detail-txt-1 {
    margin-bottom: 0.5vw;
  }
  .p-top-receuit__content .-box-detail-list {
    margin-bottom: 0.5vw;
  }
  .p-top-receuit__content .-box-detail-list li {
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 768px) {
  .p-top-homecare {
    text-align: left;
  }
  .p-top-homecare__inner {
    padding: 0 6vw;
  }
  .p-top-homecare__ph {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
  }
  .p-top-homecare__ph-list {
    display: flex;
    align-items: center;
    width: calc((100% - 2vw) / 2);
  }
  .p-top-homecare__ph-list:nth-child(1) {
    width: 100%;
    height: 52vw;
  }
  .p-top-homecare__illust-1 {
    top: -9vw;
    right: -9vw;
    width: 20vw;
  }
  .p-top-homecare__illust-2 {
    top: 10vw;
    left: -8vw;
    width: 15vw;
  }
  .p-top-homecare__illust-3 {
    bottom: -4vw;
    right: -3vw;
    width: 12vw;
  }
  .p-top-vision {
    text-align: left;
  }
  .p-top-vision__inner {
    padding: 0 6vw;
  }
  .p-top-vision__ph {
    height: 52vw;
    aspect-ratio: inherit;
  }
  .p-top-vision__ph img {
    height: 52vw;
    aspect-ratio: inherit;
  }
  .p-top-vision__illust-1 {
    top: -9vw;
    left: -10vw;
    width: 24vw;
  }
  .p-top-vision__illust-2 {
    bottom: -8vw;
    right: -9vw;
    width: 18vw;
  }
  .p-top-receuit__inner {
    gap: 5vw;
    padding: 4vw;
    border-radius: 10px;
  }
  .p-top-receuit__info-1 {
    margin-bottom: 4vw;
  }
  .p-top-receuit__info .-txt {
    margin-bottom: 2.5vw;
  }
  .p-top-receuit__info .-button-2-box {
    gap: 2vw;
  }
  .p-top-receuit__content {
    gap: 2vw;
  }
  .p-top-receuit__content .-box {
    flex-direction: column;
    gap: 2vw;
    padding: 3vw;
  }
  .p-top-receuit__content .-box-illust {
    width: 100%;
  }
  .p-top-receuit__content .-box-illust img {
    height: 24vw;
  }
  .p-top-receuit__content .-box-detail-title {
    margin-bottom: 1.5vw;
    font-size: 2rem;
    text-align: center;
  }
  .p-top-receuit__content .-box-detail-txt-1 {
    margin-bottom: 1vw;
  }
  .p-top-receuit__content .-box-detail-list {
    margin-bottom: 1vw;
  }
  .p-top-receuit__content .-box-detail-list li {
    margin-bottom: 1vw;
  }
}
@media (max-width: 576px) {
  .p-top-homecare__illust-1 {
    top: -10vw;
    right: -10vw;
    width: 24vw;
  }
  .p-top-homecare__illust-2 {
    top: 14vw;
    left: -8vw;
    width: 20vw;
  }
  .p-top-homecare__illust-3 {
    bottom: -6vw;
    right: -4vw;
    width: 16vw;
  }
}
.p-hero {
  position: relative;
  margin-bottom: min(10vw, 80px);
}
.p-hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: min(45.4545454545vw, 700px);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, #cdf2f6 0%, #fff 100%);
}
.p-hero__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1540px;
  z-index: 1;
}
.p-hero__logo {
  position: absolute;
  top: min(15.5844155844vw, 240px);
  left: 50%;
  transform: translateX(-50%);
  width: min(22.8571428571%, 352px);
  font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #12beee;
}
.p-hero__logo .-logo-1 {
  display: block;
  margin-bottom: min(0.6493506494vw, 10px);
  font-size: min(1.6883116883vw, 2.6rem);
}
.p-hero__logo .-logo-2 {
  display: block;
  margin-bottom: min(0.6493506494vw, 10px);
}
.p-hero__logo .-logo-3 {
  display: block;
  font-size: min(1.2987012987vw, 2rem);
}
.p-hero__box {
  padding-top: min(33.1168831169vw, 510px);
  text-align: center;
}
.p-hero__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.5vw, 15px);
  padding: 0 4vw;
}
.p-hero__nav-list {
  width: 340px;
}
.p-hero__illust-1 {
  position: absolute;
  top: min(4.5454545455vw, 70px);
  left: min(5.5194805195%, 85px);
  width: min(17.5974025974%, 271px);
}
.p-hero__illust-2 {
  position: absolute;
  top: min(1.2987012987vw, 20px);
  left: min(24.6753246753%, 380px);
  width: min(12.2077922078%, 188px);
}
.p-hero__illust-3 {
  position: absolute;
  top: min(1.2987012987vw, 20px);
  left: min(38.961038961%, 600px);
  width: min(12.3376623377%, 190px);
}
.p-hero__illust-4 {
  position: absolute;
  top: min(0.6493506494vw, 10px);
  left: min(53.2467532468%, 820px);
  width: min(14.9350649351%, 230px);
}
.p-hero__illust-5 {
  position: absolute;
  top: min(6.4935064935vw, 100px);
  left: min(79.8701298701%, 1230px);
  width: min(12.5974025974%, 194px);
}
.p-hero__illust-6 {
  position: absolute;
  top: min(16.8831168831vw, 260px);
  left: min(21.1038961039%, 325px);
  width: min(15.5844155844%, 240px);
}
.p-hero__illust-7 {
  position: absolute;
  top: min(16.2337662338vw, 250px);
  left: min(63.3116883117%, 975px);
  width: min(16.8831168831%, 260px);
}
.p-hero__illust-8 {
  position: absolute;
  top: min(7.1428571429vw, 110px);
  left: min(70.7792207792%, 1090px);
  width: min(7.7922077922%, 120px);
}

@media (max-width: 768px) {
  .p-hero::after {
    height: 60vw;
  }
  .p-hero__logo {
    top: 32vw;
    width: 45vw;
  }
  .p-hero__logo .-logo-1 {
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  .p-hero__logo .-logo-2 {
    margin-bottom: 1vw;
  }
  .p-hero__logo .-logo-3 {
    font-size: 3vw;
  }
  .p-hero__box {
    padding-top: 64vw;
  }
  .p-hero__nav {
    gap: 2vw;
  }
  .p-hero__nav-list {
    width: 340px;
  }
  .p-hero__illust-1 {
    top: 8vw;
    left: 3vw;
    width: 23vw;
  }
  .p-hero__illust-2 {
    top: 2vw;
    left: 24vw;
    width: 18vw;
  }
  .p-hero__illust-3 {
    top: 6vw;
    left: 43vw;
    width: 22vw;
  }
  .p-hero__illust-4 {
    top: 5vw;
    left: 75vw;
    width: 21vw;
  }
  .p-hero__illust-5 {
    top: 14vw;
    left: 64vw;
    width: 16vw;
  }
  .p-hero__illust-6 {
    top: 32vw;
    left: 1vw;
    width: 23vw;
  }
  .p-hero__illust-7 {
    top: 32vw;
    left: 72vw;
    width: 24vw;
  }
  .p-hero__illust-8 {
    top: 23vw;
    left: 28vw;
    width: 7vw;
  }
}
@media (max-width: 576px) {
  .p-hero__lead {
    font-size: 6.4vw;
  }
  .p-hero__txt {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 6vw;
  }
  .p-hero__txt .-br {
    display: none;
  }
  .p-hero__nav {
    gap: 2vw;
    padding: 0 4vw;
  }
  .p-hero__nav-list {
    width: 100%;
  }
}
.p-footer__copyright {
  padding: min(6vw, 60px) min(1vw, 10px);
  font-size: 1.4rem;
  text-align: center;
}

.p-top-support {
  text-align: center;
}
.p-top-support__inner {
  padding: 0 min(4vw, 40px);
}
.p-top-support__logo {
  margin: 0 auto min(2.5vw, 25px);
  width: min(20vw, 200px);
  font-family: "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #12beee;
}
.p-top-support__logo .-logo-1 {
  display: block;
  margin-bottom: min(1vw, 10px);
  font-size: 1.8rem;
}
.p-top-support__logo .-logo-2 {
  display: block;
  margin-bottom: min(1vw, 10px);
}
.p-top-support__logo .-logo-3 {
  display: block;
  font-size: 1.6rem;
}
.p-top-support__address {
  margin-bottom: min(4vw, 40px);
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-top-support__box {
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
}
.p-top-support .-tel,
.p-top-support .-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 40px 30px;
}
.p-top-support .-tel .-icon,
.p-top-support .-mail .-icon {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  padding-bottom: 30px;
}
.p-top-support .-tel .-icon-tel,
.p-top-support .-mail .-icon-tel {
  width: 64px;
}
.p-top-support .-tel .-icon-mail,
.p-top-support .-mail .-icon-mail {
  width: 74px;
}
.p-top-support .-tel .-inner,
.p-top-support .-mail .-inner {
  position: relative;
  width: 100%;
}
.p-top-support .-tel-time {
  margin-bottom: min(0.5vw, 5px);
  font-size: 1.6rem;
}
.p-top-support .-tel-btn {
  margin: 0 auto;
}
.p-top-support .-tel-btn a {
  font-family: "Poppins";
  color: #12beee;
  font-weight: 600;
  font-size: 5.4rem;
  line-height: 1;
  text-decoration: none;
}
.p-top-support .-mail-info {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
}
.p-top-support .-mail-btn {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .p-top-support__inner {
    padding: 0 6vw;
  }
  .p-top-support__logo {
    margin: 0 auto 3vw;
    width: 140px;
  }
  .p-top-support__logo .-logo-1 {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .p-top-support__logo .-logo-2 {
    margin-bottom: 10px;
  }
  .p-top-support__logo .-logo-3 {
    font-size: 0.9rem;
  }
  .p-top-support__address {
    margin-bottom: 4vw;
    font-size: 1.6rem;
  }
  .p-top-support__box {
    align-items: center;
    flex-direction: column;
    gap: 80px;
    padding-top: 60px;
  }
  .p-top-support .-tel,
  .p-top-support .-mail {
    padding: 40px 3vw 25px;
  }
  .p-top-support .-tel .-icon,
  .p-top-support .-mail .-icon {
    top: -60px;
    height: 140px;
    width: 140px;
    padding-bottom: 30px;
  }
  .p-top-support .-tel .-icon-tel,
  .p-top-support .-mail .-icon-tel {
    width: 64px;
  }
  .p-top-support .-tel .-icon-mail,
  .p-top-support .-mail .-icon-mail {
    width: 74px;
  }
  .p-top-support .-tel-time {
    margin-bottom: 1vw;
    font-size: 1.6rem;
  }
  .p-top-support .-tel-btn a {
    font-size: min(9.2592592593vw, 5rem);
  }
  .p-top-support .-mail-info {
    margin-bottom: 1.5vw;
    font-size: 1.6rem;
  }
}
.p-recruit {
  margin-bottom: min(16vw, 160px);
  padding: 0 min(4vw, 40px);
}
.p-recruit__inner {
  margin: 0 auto;
  max-width: 1040px;
}
.p-recruit__box {
  padding-top: min(2vw, 20px);
}
.p-recruit__lead {
  position: relative;
  margin-bottom: min(4vw, 40px);
  line-height: 1.8;
  text-align: center;
  z-index: 2;
}

.-recruit-table {
  display: grid;
  grid-template-columns: min(20vw, 200px) 1fr;
  margin-bottom: min(6vw, 60px);
  border-top: solid 1px #e1e1e1;
}
.-recruit-table__head {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  font-weight: 400;
  padding: min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
}
.-recruit-table__body {
  padding: min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
}
.-recruit-table__body p {
  margin-bottom: min(1vw, 10px);
}
.-recruit-table__body p:last-child {
  margin-bottom: 0;
}

.-list-style-1 {
  margin-bottom: min(1vw, 10px);
}
.-list-style-1 li {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .p-recruit {
    padding: 0 6vw;
  }
  .-recruit-table {
    display: grid;
    grid-template-columns: 1fr;
  }
  .-recruit-table__head {
    background: #f9f9f9;
    padding: 3vw;
  }
  .-recruit-table__body {
    padding: 3vw;
  }
}
.p-pp {
  margin-bottom: min(16vw, 160px);
  padding: 0 min(4vw, 40px);
}
.p-pp__inner {
  margin: 0 auto;
  max-width: 940px;
}
.p-pp__box {
  padding-top: min(2vw, 20px);
}
.p-pp__lead {
  margin: 0 auto min(6vw, 60px);
  font-size: 1.6rem;
}
.p-pp .-pp-title {
  margin-bottom: min(2vw, 20px);
  padding-bottom: min(1vw, 10px);
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
}
.p-pp .-pp-box {
  margin-bottom: min(4vw, 40px);
}
.p-pp .-pp-txt-1 {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp .-pp-txt-r {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.6;
}
.p-pp .-pp-list-1 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp .-pp-list-2 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -2.5em;
  padding-left: 2.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}

.comingsoon {
  text-align: center;
}
.comingsoon .-txt-1 {
  font-size: 3rem;
}
.comingsoon .-txt-2 {
  font-size: 1.6rem;
}
.comingsoon .-txt-en {
  margin-top: min(5vw, 50px);
  font-family: "Poppins";
  font-size: 2rem;
}

@media (max-width: 768px) {
  .p-pp {
    padding: 0 6vw;
  }
  .p-pp .-pp-title {
    font-size: 1.8rem;
  }
  .p-pp .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp .-pp-txt-r {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-1 li {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-2 li {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-pp .-pp-title {
    font-size: 1.8rem;
  }
  .p-pp .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-1 li {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-2 li {
    font-size: 1.6rem;
  }
}
.p-inquiry {
  margin-bottom: min(16vw, 160px);
  padding: 0 min(4vw, 40px);
}
.p-inquiry__inner {
  margin: 0 auto;
  max-width: 1040px;
}
.p-inquiry__lead {
  margin-bottom: min(6vw, 60px);
  font-size: 1.6rem;
  text-align: center;
}
.p-inquiry__box {
  padding: min(8vw, 80px) min(12vw, 120px);
  background: #f4f4f4;
  border-radius: 8px;
}
.p-inquiry__lists dt {
  padding: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: normal;
}
.p-inquiry__lists dd {
  padding: min(1vw, 10px) min(1vw, 10px) min(3vw, 30px);
  font-size: 1.8rem;
}
.p-inquiry__lists dd .-info-txt {
  padding-left: 1em;
  font-size: 1.4rem;
}
.p-inquiry__lists dd.-uline {
  margin-bottom: min(3vw, 30px);
  padding: min(1vw, 10px) min(1vw, 10px) min(3vw, 30px);
  border-bottom: 1px solid #dfdfdf;
}
.p-inquiry .-hissu,
.p-inquiry .-hissu-2 {
  margin-left: min(2vw, 15px);
  padding: 0.4em 1.5em 0.5em;
  background: #ef4b74;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 100px;
}
.p-inquiry .-hissu-2 {
  background: #e3f39e;
}

.date-list {
  margin-bottom: min(1.5vw, 10px);
  display: flex;
  align-items: flex-start;
  max-width: 680px;
  gap: min(1.5vw, 10px);
}
.date-list-title {
  padding-top: 1.2em;
  padding-right: min(1.5vw, 10px);
  width: 9em;
  text-align: right;
  display: flex;
  align-items: center;
}
.date-list-title:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d7d7d7;
}
.date-list-title:before {
  margin-right: 0.5em;
}
.date-list-date {
  flex: 1;
}
.date-list-time {
  width: 11em;
}

#confirm .date-list-title {
  padding-top: 0;
}

.-info-day {
  display: inline-block;
  margin-left: 1.2em;
  font-size: 1.4rem;
}

.check-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(2.5vw, 20px);
}

.radio-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(2.5vw, 20px);
}
.radio-lists__list {
  padding-left: 34px;
  position: relative;
}

.p-inquiry__agree {
  margin-top: min(4vw, 40px);
}
.p-inquiry__agree-txt-1 {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: center;
}
.p-inquiry__agree-txt-2 {
  font-size: 1.8rem;
  text-align: center;
}
.p-inquiry__agree a {
  color: #000;
  text-decoration: underline;
}
.p-inquiry__agree a:hover {
  text-decoration: none;
}

.p-inquiry__btn-lists {
  margin-top: min(5vw, 50px);
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
}
.p-inquiry__btn-lists-list {
  width: 100%;
  max-width: 420px;
}

.p-inquiry__complete-lead {
  margin-bottom: min(4vw, 35px);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-inquiry__complete-txt {
  margin-bottom: min(6vw, 60px);
  text-align: center;
  font-size: 1.6rem;
}
.p-inquiry__complete-logo {
  margin: 0 auto min(8vw, 80px);
  width: 480px;
}
.p-inquiry__complete-logo a {
  transition: all 0.15s ease-out;
}
.p-inquiry__complete-logo a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .p-inquiry__lead {
    font-size: 1.6rem;
  }
  .p-inquiry__box {
    padding: 6vw 8vw;
  }
  .p-inquiry__lists dt {
    font-size: 1.8rem;
  }
  .p-inquiry__lists dd {
    font-size: 1.8rem;
  }
  .p-inquiry .-hissu,
  .p-inquiry .-hissu-2 {
    font-size: 1.4rem;
  }
  .p-inquiry__agree-txt-1 {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-inquiry__agree-txt-2 {
    font-size: 1.8rem;
  }
  .p-inquiry__agree a:hover {
    text-decoration: none;
  }
  .p-inquiry__complete-lead {
    text-align: center;
    font-size: 3rem;
  }
  .p-inquiry__complete-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-inquiry__lead {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-inquiry__box {
    padding: 4vw 5vw;
  }
  .p-inquiry__lists dt {
    font-size: 1.6rem;
  }
  .p-inquiry__lists dd {
    font-size: 1.6rem;
  }
  .p-inquiry__lists dd.-uline {
    margin-bottom: 4vw;
    padding: 1vw 1vw 4vw;
  }
  .p-inquiry .-hissu,
  .p-inquiry .-hissu-2 {
    font-size: 1.3rem;
  }
  .p-inquiry__agree-txt-1 {
    font-size: 1.6rem;
  }
  .p-inquiry__agree-txt-2 {
    font-size: 1.8rem;
  }
  .p-inquiry__agree a:hover {
    text-decoration: underline;
  }
  .date-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .date-list-title {
    padding-right: calc(100% - 6em);
    width: 100%;
    display: flex;
    align-items: center;
  }
  .date-list-title:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #d7d7d7;
  }
  .date-list-title:before {
    margin-right: 0.5em;
  }
  .date-list-date {
    width: 65%;
  }
  .date-list-time {
    width: calc(35% - 1.5vw);
  }
  .p-inquiry__btn-lists {
    display: flex;
    flex-flow: column;
    gap: 3vw;
  }
  .p-inquiry__btn-lists-list {
    max-width: inherit;
  }
  .p-inquiry__btn-lists .-order-1 {
    order: 1;
  }
  .p-inquiry__btn-lists .-order-2 {
    order: 2;
  }
  .p-inquiry__complete-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .p-inquiry__complete-txt {
    font-size: 1.6rem;
  }
  .p-inquiry__complete-logo {
    width: 65vw;
  }
  .p-inquiry__complete-logo a {
    transition: all 0s ease-out;
  }
  .p-inquiry__complete-logo a:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .p-inquiry__complete-lead {
    font-size: 2.2rem;
    text-align: left;
  }
  .p-inquiry__complete-txt {
    font-size: 1.6rem;
  }
}
.-form input[type=submit],
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea,
.-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea {
  background: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  padding: min(2vw, 15px) min(3vw, 25px);
  width: 100%;
  transition: 0.25s;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 5px;
}
.-form input[type=text]:focus,
.-form input[type=tel]:focus,
.-form input[type=email]:focus,
.-form input[type=date]:focus,
.-form select:focus,
.-form textarea:focus {
  background: #fff;
  border: 2px solid #ef4b74;
  box-shadow: 0 0 0 1px #ebebeb;
}
.-form textarea[name=content] {
  display: inline-block;
  width: 100%;
}
.-form input::placeholder,
.-form textarea::placeholder {
  color: #ccc;
}
.-form label {
  display: inline-block;
  cursor: pointer;
}
.-form select,
.-form select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%23000000"/></svg>') no-repeat right 1.5em center;
  padding-right: 3em;
}

.-input-style-1 {
  display: inline-block !important;
  width: 8em !important;
  margin-right: 0.8em !important;
}

.arrow-next,
.arrow-prev {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 2rem;
}
.arrow-next .arrow,
.arrow-prev .arrow {
  position: absolute;
  top: 15px;
  right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  height: 40px;
  width: 40px;
  transition: all 0.1s linear;
  z-index: 30;
}
.arrow-next .arrow::before,
.arrow-prev .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background: #fff;
}
.arrow-next:hover .arrow,
.arrow-prev:hover .arrow {
  right: 15px;
}

.arrow-prev .arrow {
  left: 20px;
  padding-left: inherit;
}
.arrow-prev .arrow::before {
  clip-path: polygon(100% 7%, 93% 0, 43% 50%, 93% 100%, 100% 93%, 57% 50%, 100% 7%);
  background-color: #fff;
}
.arrow-prev:hover .arrow {
  right: inherit;
  left: 15px;
}

.c-button-next,
.c-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ef4b74;
  text-align: center;
  height: 70px;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 100px;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s linear;
}
.c-button-next:disabled,
.c-button-prev:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-button-next:hover,
.c-button-prev:hover {
  background: #f46387;
}

.c-button-prev {
  background: #5d5d5d;
}
.c-button-prev:hover {
  background: #6f6f6f;
}

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

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  margin-top: min(1vw, 10px);
  color: #e62020 !important;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox .icon-wrapper {
  position: relative;
  font-size: 22px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-checkbox .fa-regular.fa-square {
  position: absolute;
  margin-top: 10px;
  margin-right: 0;
  color: #000;
}
.custom-checkbox .fa-solid.fa-check {
  margin-top: 10px;
  margin-right: 0;
  position: absolute;
  color: #ef4b74;
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-regular.fa-square {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-solid.fa-check {
  display: block;
}

.radio-lists label::before,
.radio-lists label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.radio-lists label::before {
  border: 2px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.radio-lists label::after {
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}
.radio-lists input:checked + label::after {
  opacity: 1;
}
.radio-lists .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

@media (max-width: 1024px) {
  .-form input[type=text],
  .-form input[type=tel],
  .-form input[type=email],
  .-form input[type=date],
  .-form select,
  .-form textarea {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .arrow-next,
  .arrow-prev {
    font-size: 1.8rem;
  }
  .arrow-next .arrow,
  .arrow-prev .arrow {
    right: 10px;
    transition: all 0s linear;
  }
  .arrow-next .arrow::before,
  .arrow-prev .arrow::before {
    height: 0.8em;
    transition: all 0s linear;
  }
  .arrow-next:hover .arrow,
  .arrow-prev:hover .arrow {
    right: 10px;
  }
  .arrow-prev .arrow {
    left: 10px;
  }
  .arrow-prev:hover .arrow {
    left: 10px;
  }
  .c-button-next,
  .c-button-prev {
    transition: all 0s linear;
  }
  .c-button-next:hover,
  .c-button-prev:hover {
    background: #ef4b74;
  }
  .c-button-prev:hover {
    background: #5d5d5d;
  }
}
.display-none {
  display: none;
}

/* display none */
.xl-none {
  display: inline-block;
}

.lg-none {
  display: inline-block;
}

.md-none {
  display: inline-block;
}

.sm-none {
  display: inline-block;
}

/* display on */
.xl-on {
  display: none;
}

.lg-on {
  display: none;
}

.md-on {
  display: none;
}

.sm-on {
  display: none;
}

@media (max-width: 1240px) {
  /* display */
  .xl-none {
    display: none;
  }
  .lg-none {
    display: inline-block;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .xl-on {
    display: inline-block;
  }
  .lg-on {
    display: none;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* display */
  .lg-none {
    display: none;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: inline-block;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 576px) {
  /* display */
  .sm-none {
    display: none;
  }
  .sm-on {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
