html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: auto;
  scroll-padding-top: 6.25rem;
}
@media screen and (max-width:1024px) {
  html {
    scroll-padding-top: 6.25rem;
  }
}
@media screen and (max-width: 521px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
  background: #fff;
  line-height: 1.6;
  font-size: 0.875rem;
}
@media screen and (min-width:769px) {
  body {
    font-size: 1rem;
  }
}

.l-page {
  width: 100%;
  overflow-x: hidden;
  padding-top: 6.25rem;
}
@media screen and (max-width:1024px) {
  .l-page {
    padding-top: 6.25rem;
  }
}

.l-page--top {
  padding-top: 0;
}

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

.u-en {
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

a[href^="tel:"],
a[href^="mailto:"] {
  text-decoration: none;
}
a[href^="tel:"]:focus,
a[href^="mailto:"]:focus {
  text-decoration: none;
}

.inner {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:1440px) {
  .inner {
    width: 94%;
    padding: 0 0.625rem;
  }
}

.inner--narrow {
  max-width: 55rem;
}

.inner--wide {
  max-width: 87.5rem;
}

.c-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.c-logo__mark {
  width: 2.875rem;
  height: auto;
  flex-shrink: 0;
}

.c-logo__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}

.c-logo__sub {
  font-size: 0.5625rem;
  letter-spacing: 0.1em;
  color: #333333;
}

.c-logo__name {
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  color: #333333;
}

.c-logo__ja {
  font-size: 0.5625rem;
  letter-spacing: 0.1em;
  color: #333333;
}

.c-logo__site {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width:567px) {
  .c-logo__site {
    display: none;
  }
}

.c-logo--sm .c-logo__mark {
  width: 2.5rem;
}
.c-logo--sm .c-logo__name {
  font-size: 1.1875rem;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 12.5rem;
  padding: 0.875rem 1.75rem 1rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.c-btn--entry {
  background: #ee9e9f;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  letter-spacing: 0.1em;
}

.c-btn--mauve {
  background: #d68bb1;
}

.c-btn--coral {
  background: #ee9e9f;
}

.c-btn--line {
  background: #3dab79;
}

.c-btn--gray {
  background: rgba(51, 51, 51, 0.55);
}

.c-btn--outline {
  background: transparent;
  border-color: #ee9e9f;
  color: #ee9e9f;
}

.c-btn--arrow {
  position: relative;
  justify-content: flex-start;
  width: 22.5rem;
  max-width: 100%;
  height: 4.375rem;
  padding-inline: 2.4375rem;
  padding-right: 4.625rem;
}
.c-btn--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75rem;
  width: 1.875rem;
  height: 0.375rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.c-btn--arrow-back {
  position: relative;
  justify-content: center;
  width: 22.5rem;
  max-width: 100%;
  height: 4.375rem;
  padding-inline: 4.625rem;
}
.c-btn--arrow-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.75rem;
  width: 1.875rem;
  height: 0.375rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
  transform: translateY(-50%) scaleX(-1);
}

.c-btn--outline.c-btn--arrow {
  width: 18.75rem;
}
.c-btn--outline.c-btn--arrow::after {
  background-image: url("../img/common/arrow-line-main.svg");
}

.c-btn--sm {
  min-width: 8.75rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.8125rem;
}

.c-btn--lg {
  min-width: 17.5rem;
  padding: 1.125rem 2.5rem;
  font-size: 1rem;
}

@media (hover: hover) {
  .c-btn--entry:hover,
  .c-btn--coral:hover {
    background: transparent;
    border-color: #ee9e9f;
    color: #ee9e9f;
  }
  .c-btn--mauve:hover {
    background: transparent;
    border-color: #d68bb1;
    color: #d68bb1;
  }
  .c-btn--line:hover {
    background: transparent;
    border-color: #3dab79;
    color: #3dab79;
  }
  .c-btn--gray:hover {
    background: transparent;
    border-color: rgba(51, 51, 51, 0.55);
    color: rgba(51, 51, 51, 0.55);
  }
  .c-btn--outline:hover {
    background: #ee9e9f;
    color: #fff;
  }
  .c-btn--arrow:not(.c-btn--outline):not(.c-btn--line):hover::after {
    background-image: url("../img/common/arrow-line-main.svg");
  }
  .c-btn--line.c-btn--arrow:hover::after {
    background-image: url("../img/common/arrow-line-green.svg");
  }
  .c-btn--arrow-back:not(.c-btn--outline):not(.c-btn--gray):hover::before {
    background-image: url("../img/common/arrow-line-main.svg");
  }
  .c-btn--gray.c-btn--arrow-back:hover::before {
    background-image: url("../img/common/arrow-line-gray.svg");
  }
  .c-btn--outline.c-btn--arrow:hover::after {
    background-image: url("../img/common/arrow-line.svg");
  }
}
.c-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #333333;
}
.c-arrow-link::after {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background: #ee9e9f url("../img/common/arrow-right.svg") no-repeat center/0.75rem;
  flex-shrink: 0;
}

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

.c-heading__en {
  display: block;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 0.875rem;
}

.c-heading__main {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width:768px) {
  .c-heading__main {
    font-size: 1.375rem;
  }
}
.c-heading__main::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin: 1.25rem auto 0;
  background: #ee9e9f;
}

.c-heading__bar {
  display: block;
  width: 5.625rem;
  height: 0.625rem;
  margin: 1.25rem auto 0;
}

.c-heading--bar-img .c-heading__main::after {
  display: none;
}

.c-heading--left {
  text-align: left;
}
.c-heading--left .c-heading__main::after {
  margin-inline: 0;
}
.c-heading--left .c-heading__bar {
  margin-inline: 0 auto;
}

.c-heading--no-line .c-heading__main::after {
  display: none;
}

.section-lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .section-lead {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.section-lead--accent {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.7843137255vw + 1.0588235294rem, 2rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #6fb7de;
}
@media screen and (max-width:768px) {
  .section-lead--accent {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.section-lead--center {
  text-align: center;
}

.section-head {
  text-align: center;
}

.section-head__en {
  display: block;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #ee9e9f;
}
@media screen and (max-width:768px) {
  .section-head__en {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.section-head__title {
  margin-top: -0.1875rem;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.1764705882vw + 1.0882352941rem, 2.5rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .section-head__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.section-head__text {
  margin-top: clamp(1rem, 0.522875817vw + 0.8725490196rem, 1.5rem);
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width:768px) {
  .section-head__text {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.section-head__text--features {
  margin-top: 3.125rem;
}
@media screen and (max-width:768px) {
  .section-head__text--features {
    margin-top: 1.5rem;
  }
}

.section-head__text--data {
  margin-top: 3.125rem;
}
@media screen and (max-width:768px) {
  .section-head__text--data {
    margin-top: 1.5rem;
  }
}

.section-head__bar {
  display: block;
  width: 5.625rem;
  height: 0.625rem;
  margin: 0.9375rem auto 0;
}
@media screen and (max-width:768px) {
  .section-head__bar {
    width: 3.75rem;
    height: 0.4375rem;
    margin-top: 0.625rem;
  }
}

.section-head--left {
  text-align: left;
}
.section-head--left .section-head__bar {
  margin-inline: 0 auto;
}

.section-head--bar-sides .section-head__title-row {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .section-head--bar-sides .section-head__title-row {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 520px) {
  .section-head--bar-sides .section-head__title-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.section-head--bar-sides .section-head__title {
  margin: 0;
  flex-shrink: 0;
}
.section-head--bar-sides .section-head__bar {
  display: block;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .section-head--bar-sides .section-head__bar:first-child {
    display: none;
  }
  .section-head--bar-sides .section-head__bar:last-child {
    width: 3.75rem;
    height: 0.4375rem;
    margin: 0.625rem auto 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  margin: 0;
  font-size: inherit;
  line-height: 1;
}
.header__logo a {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .header__logo a {
    gap: 0.9375rem;
  }
}

.header__logo-img {
  display: block;
  width: 11.875rem;
  height: 4.375rem;
  max-width: 100%;
}
@media screen and (max-width:1024px) {
  .header__logo-img {
    width: 10.1655625rem;
    height: auto;
  }
}

.header__site {
  font-size: clamp(0.8125rem, 0.3351955307vw + 0.5977653631rem, 1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #cb7676;
  white-space: nowrap;
  margin-top: 0;
}
@media screen and (max-width:1024px) {
  .header__site {
    font-size: 0.875rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}

.header--top {
  background: transparent;
  border-bottom: none;
}
.header--top .header__inner {
  height: 7.375rem;
  padding-inline: clamp(1rem, 3vw, 3rem);
}
@media screen and (max-width:1024px) {
  .header--top .header__inner {
    height: 6.25rem;
  }
}
.header--top .header__logo {
  margin-block-end: 0.625rem;
}
@media screen and (max-width:768px) {
  .header--top .header__logo {
    margin-block-end: 0.625rem;
    margin-inline-start: 0.25rem;
  }
}
.header--top .header__site {
  margin-block-start: 0.9375rem;
}
@media screen and (max-width:1024px) {
  .header--top .header__site {
    margin-block-start: 0.625rem;
  }
}
.header--top .header__toggle {
  width: clamp(3.75rem, 0vw + 3.75rem, 3.75rem);
  height: clamp(3.75rem, 0vw + 3.75rem, 3.75rem);
  margin: 0 clamp(0.1875rem, 0.3154574132vw + 0.1106072555rem, 0.3125rem) clamp(0.375rem, 0.6309148265vw + 0.221214511rem, 0.625rem) 0;
}
.header--top .header__toggle span {
  width: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
}
.header--top .header__toggle span:nth-child(1) {
  top: calc(50% - clamp(0.5rem, 0vw + 0.5rem, 0.5rem) - 0.5px);
}
.header--top .header__toggle span:nth-child(3) {
  top: calc(50% + clamp(0.5rem, 0vw + 0.5rem, 0.5rem) - 0.5px);
}
@media screen and (min-width:1025px) {
  .header--top .header__menu {
    padding: 0 clamp(1.5rem, 4.0223463687vw + -1.0768156425rem, 3.75rem) 0 clamp(1.75rem, 4.6927374302vw + -1.2562849162rem, 4.375rem);
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.08);
  }
}
@media (hover: hover) {
  .header--top .header__actions .c-btn:hover {
    background: #fff;
  }
}

.header--lower {
  background: #fff;
}
.header--lower .header__inner {
  height: 6.25rem;
  padding-inline: clamp(1rem, 3vw, 3rem);
}
@media screen and (max-width:1024px) {
  .header--lower .header__inner {
    height: 6.25rem;
  }
}
.header--lower .header__logo {
  margin-block-end: -0.5rem;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .header--lower .header__logo {
    margin-block-end: 0.625rem;
    margin-inline-start: 0.25rem;
  }
}
.header--lower .header__site {
  margin-block-start: 0.9375rem;
}
@media screen and (max-width:1024px) {
  .header--lower .header__site {
    margin-block-start: 0.625rem;
  }
}
.header--lower .header__toggle {
  margin: 0 0.3125rem 0.625rem 0;
}
@media screen and (min-width:1025px) {
  .header--lower .header__nav {
    margin-top: 1.25rem;
    gap: clamp(1rem, 6.0335195531vw + -2.8652234637rem, 4.375rem);
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 2vw, 0.625rem);
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 3.0625rem;
}

.header__menu-item a {
  position: relative;
  display: inline-block;
  padding-block: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
.header__menu-item a:hover {
  color: #ee9e9f;
  opacity: 1;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.header__actions .c-btn {
  min-width: auto;
  padding: 0.625rem 1.375rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.header__actions .c-btn--entry {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width:1025px) {
  .header__actions .c-btn--line {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .header__inner {
    gap: clamp(0.5rem, 0.8938547486vw + -0.0726256983rem, 1rem);
  }
  .header__logo-img {
    width: clamp(9.375rem, 4.469273743vw + 6.5118715084rem, 11.875rem);
  }
  .header__nav {
    flex-wrap: nowrap;
    flex-shrink: 1;
    min-width: 0;
    gap: clamp(0.5rem, 0.2234636872vw + 0.3568435754rem, 0.625rem);
  }
  .header__menu {
    flex-shrink: 1;
    min-width: 0;
    height: clamp(2.5rem, 2.2346368715vw + 1.0684357542rem, 3.75rem);
    gap: clamp(0.75rem, 4.1340782123vw + -1.8983938547rem, 3.0625rem);
  }
  .header__menu-item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding-block: 0;
    white-space: nowrap;
    font-size: clamp(0.8125rem, 0.3351955307vw + 0.5977653631rem, 1rem);
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width:1025px) and (min-width: 1440px) {
  .header__menu-item a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width:1025px) and (min-width: 1680px) {
  .header__menu-item a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width:1025px) {
  .header__actions {
    flex-shrink: 0;
    gap: clamp(0.375rem, 0.4469273743vw + 0.0886871508rem, 0.625rem);
  }
  .header__actions .c-btn {
    width: clamp(8.125rem, 7.8212290503vw + 3.1145251397rem, 12.5rem);
    height: clamp(2.5rem, 2.2346368715vw + 1.0684357542rem, 3.75rem);
    padding-block: 0;
    padding-inline: clamp(0.625rem, 1.3407821229vw + -0.2339385475rem, 1.375rem);
    font-size: clamp(0.8125rem, 0.3351955307vw + 0.5977653631rem, 1rem);
  }
  .header__actions .c-btn--entry {
    font-size: clamp(1.125rem, 0.6703910615vw + 0.6955307263rem, 1.5rem);
  }
}
.header__toggle {
  display: none;
  position: relative;
  z-index: 120;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  background: #ee9e9f;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
}
.header__toggle span {
  position: absolute;
  left: 50%;
  width: 1.625rem;
  height: 1px;
  background: #fff;
  border-radius: 9999px;
  transform: translateX(-50%);
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}
.header__toggle span:nth-child(1) {
  top: calc(50% - 0.5rem - 0.5px);
}
.header__toggle span:nth-child(2) {
  top: calc(50% - 0.5px);
}
.header__toggle span:nth-child(3) {
  top: calc(50% + 0.5rem - 0.5px);
}

.header__overlay {
  display: none;
}

@media screen and (max-width:1024px) {
  .header__toggle {
    display: block;
  }
  .header--top .header__nav {
    top: 6.25rem;
    height: calc(100dvh - 6.25rem);
  }
  .header--lower .header__nav {
    top: 6.25rem;
    height: calc(100dvh - 6.25rem);
    margin-top: 0;
  }
  .header__nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 110;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2.3125rem;
    width: 100%;
    padding: 0.625rem 1.25rem 3rem;
    background: #fff;
    box-shadow: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .header__menu,
  .header__actions {
    width: 100%;
    max-width: 24.375rem;
  }
  .header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header__menu-item a {
    display: block;
    width: 100%;
    padding: 1.125rem 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    border-top: 2px dashed #ee9e9f;
  }
  .header__menu-item:last-child a {
    border-bottom: 2px dashed #ee9e9f;
  }
  .header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
  .header__actions .c-btn {
    width: 100%;
    min-width: 0;
    height: 3.75rem;
    padding: 0 1.375rem;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .header__actions .c-btn--entry {
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 105;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .header.is-open .header__inner {
    position: relative;
    z-index: 115;
  }
  .header.is-open .header__nav {
    opacity: 1;
    visibility: visible;
  }
  .header.is-open .header__overlay {
    opacity: 1;
    visibility: visible;
  }
  .header.is-open {
    background: #fff;
  }
  .header.is-open .header__overlay {
    opacity: 0;
    visibility: hidden;
  }
  .header.is-open .header__toggle span:nth-child(1) {
    top: calc(50% - 0.5px);
    transform: translateX(-50%) rotate(45deg);
  }
  .header.is-open .header__toggle span:nth-child(2) {
    opacity: 0;
  }
  .header.is-open .header__toggle span:nth-child(3) {
    top: calc(50% - 0.5px);
    transform: translateX(-50%) rotate(-45deg);
  }
}
.footer {
  background: #fff;
  color: #333333;
}

.footer__inner {
  padding-top: clamp(2.75rem, 3.0065359477vw + 2.0171568627rem, 5.625rem);
  padding-bottom: 1.5rem;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width:768px) {
  .footer__body {
    flex-direction: column;
    align-items: center;
    gap: 2.5625rem;
  }
}

@media screen and (max-width:768px) {
  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}

.footer__logo {
  display: inline-block;
}
.footer__logo:hover {
  opacity: 0.8;
}

.footer__logo-img {
  display: block;
  width: 15.25rem;
  height: 5.625rem;
  max-width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width:768px) {
  .footer__logo-img {
    margin-top: 1rem;
    width: 13.5rem;
    height: 5rem;
  }
}

.footer__company {
  margin-top: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .footer__company {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}

.footer__sns {
  display: flex;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:768px) {
  .footer__sns {
    justify-content: center;
    margin-top: 1.5rem;
  }
}

.footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(51, 51, 51, 0.15);
  border-radius: 50%;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.footer__sns-link:hover {
  border-color: #ee9e9f;
  background-color: rgba(238, 158, 159, 0.08);
  opacity: 1;
}

.footer__sns-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.footer__nav {
  display: flex;
  gap: clamp(2rem, 4.3790849673vw + 0.9325980392rem, 6.1875rem);
  padding-right: clamp(0.625rem, 0.7843137255vw + 0.4338235294rem, 1.375rem);
}
@media screen and (max-width:768px) {
  .footer__nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding-right: 0;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (max-width:768px) {
  .footer__col {
    gap: 0;
    width: 100%;
  }
}

.footer__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .footer__link {
    display: block;
    width: 100%;
    padding: 1.25rem 0.5625rem;
    border-top: 2px dashed #ee9e9f;
    line-height: 1.75;
  }
}
.footer__link:hover {
  color: #ee9e9f;
  opacity: 1;
}

@media screen and (max-width:768px) {
  .footer__col:last-child .footer__link:last-child {
    border-bottom: 2px dashed #ee9e9f;
  }
}

.footer__link--external {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
@media screen and (max-width:768px) {
  .footer__link--external {
    display: flex;
  }
}

.footer__ext-icon {
  width: 0.875rem;
  height: auto;
  flex-shrink: 0;
}

.footer__divider {
  margin-top: clamp(2rem, 1.045751634vw + 1.7450980392rem, 3rem);
}
@media screen and (max-width:768px) {
  .footer__divider {
    display: none;
  }
}

.footer__copy {
  display: block;
  margin-top: 3.3125rem;
  text-align: left;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .footer__copy {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.page-mv {
  background: #fff4f4;
  text-align: center;
}

.page-mv__inner {
  padding-block: clamp(2.25rem, 1.568627451vw + 1.8676470588rem, 3.75rem);
}

.page-mv__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(2rem, 1.045751634vw + 1.7450980392rem, 3rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .page-mv__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.page-mv--visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff4f4 100%);
  border-bottom-left-radius: 50% 2.5rem;
  border-bottom-right-radius: 50% 2.5rem;
}
.page-mv--visual .page-mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: clamp(3rem, 2.8758169935vw + 2.2990196078rem, 5.75rem);
}
.page-mv--visual .page-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.page-mv--visual .page-mv__title-en {
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 2.614379085vw + 1.362745098rem, 4.5rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ee9e9f;
}
.page-mv--visual .page-mv__title-ja {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.6535947712vw + 0.9656862745rem, 1.75rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}

.breadcrumb {
  background: #fff;
}

.breadcrumb__inner {
  padding-block: 0rem;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.28;
  letter-spacing: 0.1em;
  color: #333333;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-inline: 1em;
  color: #333333;
}
.breadcrumb__item a {
  color: #333333;
}
.breadcrumb__item a:hover {
  color: #ee9e9f;
}

.recruit-cta {
  background: #fff4f4;
  padding-block: clamp(3rem, 2.091503268vw + 2.4901960784rem, 5rem);
}

.recruit-cta__lead {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .recruit-cta__lead {
    font-size: 0.875rem;
  }
}
.recruit-cta__lead {
  color: #333333;
}

.recruit-cta__cards {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: clamp(2rem, 1.045751634vw + 1.7450980392rem, 3rem);
}
@media screen and (max-width:768px) {
  .recruit-cta__cards {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
  }
}

.recruit-cta__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 36.25rem;
  padding: clamp(1.75rem, 0.7843137255vw + 1.5588235294rem, 2.5rem) clamp(1.25rem, 0.7843137255vw + 1.0588235294rem, 2rem);
  background: #fff;
  border-radius: 1.25rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .recruit-cta__card {
    width: 100%;
    padding: 1.625rem 0.625rem;
  }
}

.recruit-cta__card-title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.14;
  letter-spacing: 0.1em;
  color: #333333;
}

.recruit-cta__card-text {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
}
@media screen and (max-width:768px) {
  .recruit-cta__card-text {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.recruit-cta__card-btn {
  margin-top: auto;
  padding-top: 2.5625rem;
}
@media screen and (max-width:768px) {
  .recruit-cta__card-btn {
    padding-top: 1.625rem;
  }
}

.recruit-cta__card-btn .c-btn {
  width: 26.25rem;
  max-width: 100%;
  height: 5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .recruit-cta__card-btn .c-btn {
    width: 20rem;
    font-size: 1.125rem;
    line-height: 1.77;
    letter-spacing: 0.1em;
    padding: 0 1.25rem 0 2.4375rem;
  }
}

.entry-cta {
  position: relative;
  margin-top: 0;
  min-height: 58.75rem;
  padding-top: 10rem;
  padding-bottom: 9.375rem;
  background-color: #fff;
  color: #fff;
}
.entry-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #fff4f4;
  background-image: url("../img/common/entry-deco-base_pc.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3840' height='1880' viewBox='0 0 3840 1880' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,530 C 1152,0 2688,0 3840,530 L3840,1880 L0,1880 Z'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3840' height='1880' viewBox='0 0 3840 1880' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,530 C 1152,0 2688,0 3840,530 L3840,1880 L0,1880 Z'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
  -webkit-mask-size: 100% auto, 100% calc(100% - 20vw);
  mask-size: 100% auto, 100% calc(100% - 20vw);
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: top center, bottom center;
  mask-position: top center, bottom center;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .entry-cta {
    min-height: auto;
    padding-bottom: 5rem;
  }
  .entry-cta::before {
    background-image: url("../img/common/entry-deco-base_sp.webp");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 780 2240' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,160 C 234,40 546,40 780,160 L780,2240 L0,2240 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 780 2240' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,160 C 234,40 546,40 780,160 L780,2240 L0,2240 Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
  }
}

.entry-cta__inner {
  position: relative;
  z-index: 2;
  padding-top: 8.75rem;
}
@media screen and (max-width:768px) {
  .entry-cta__inner {
    padding-top: 2.1875rem;
  }
}

.entry-cta__deco {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 9rem;
  height: 11.25rem;
  transform: translate(-50%, -14%);
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .entry-cta__deco {
    width: 6rem;
    height: 7.5rem;
  }
}

.entry-cta .c-heading {
  position: relative;
}

.entry-cta .c-heading__en {
  position: absolute;
  top: -9.5rem;
  left: 50%;
  z-index: 0;
  margin: 0;
  font-size: clamp(6.75rem, 3.4722222222vw + 5.0833333333rem, 9.25rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.18);
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .entry-cta .c-heading__en {
    top: clamp(-8.875rem, -7.1428571429vw + -5.4464285714rem, -7.1875rem);
    font-size: 6.75rem;
  }
}
@media screen and (min-width:769px) {
  .entry-cta .c-heading__en {
    top: clamp(-9.5rem, -0.8680555556vw + -8.4583333333rem, -8.875rem);
  }
}

.entry-cta .c-heading__main {
  position: relative;
  z-index: 1;
  font-size: clamp(2.25rem, 0.3472222222vw + 2.0833333333rem, 2.5rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 1.3125rem;
}
@media screen and (max-width:768px) {
  .entry-cta .c-heading__main {
    font-size: 2.25rem;
    line-height: 1.44;
    padding-left: 1.25rem;
  }
}

.entry-cta__lead {
  margin-top: 1.75rem;
  padding-left: 0.625rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width:768px) {
  .entry-cta__lead {
    margin-top: clamp(1.125rem, 1.0582010582vw + 0.8670634921rem, 1.375rem);
    padding-left: 0.4375rem;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (min-width:769px) {
  .entry-cta__lead {
    margin-top: clamp(1.375rem, 0.5208333333vw + 1.125rem, 1.75rem);
  }
}

@media screen and (max-width:768px) {
  .entry-cta__cards {
    margin-top: 2.6875rem;
  }
}
@media screen and (min-width:769px) {
  .entry-cta__cards {
    margin-top: clamp(2.6875rem, 1.1284722222vw + 2.1458333333rem, 3.5rem);
  }
}

.entry-cta .recruit-cta__card {
  position: relative;
  overflow: hidden;
  padding-top: 4.8125rem;
  padding-bottom: 3.1875rem;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width:768px) {
  .entry-cta .recruit-cta__card {
    padding-top: clamp(4.25rem, 1.5873015873vw + 3.8630952381rem, 4.625rem);
    padding-bottom: clamp(1.875rem, 2.6455026455vw + 1.2301587302rem, 2.5rem);
  }
}
@media screen and (min-width:769px) {
  .entry-cta .recruit-cta__card {
    padding-top: clamp(4.625rem, 0.2604166667vw + 4.5rem, 4.8125rem);
    padding-bottom: clamp(2.5rem, 0.9548611111vw + 2.0416666667rem, 3.1875rem);
  }
}

.entry-cta .recruit-cta__card-en {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: 6.25rem;
  height: 3.125rem;
  transform: translateX(-50%);
}

@media (hover: hover) {
  .entry-cta .recruit-cta__card-btn .c-btn--coral:hover {
    background: #fff;
    border-color: #ee9e9f;
    color: #ee9e9f;
  }
  .entry-cta .recruit-cta__card-btn .c-btn--line:hover {
    background: #fff;
    border-color: #3dab79;
    color: #3dab79;
  }
}
.l-page:not(.l-page--top) main > *:has(+ .entry-cta) {
  padding-bottom: clamp(9.375rem, 3.2679738562vw + 8.5784313725rem, 12.5rem);
}
.l-page:not(.l-page--top) main > *:has(+ .entry-cta):not(.env-section--tint) {
  background-color: #fff;
}

.c-result {
  padding-block: clamp(5rem, 3.2679738562vw + 4.2034313725rem, 8.125rem) clamp(9.375rem, 3.2679738562vw + 8.5784313725rem, 12.5rem);
}

.c-result__box {
  max-width: 56.25rem;
  margin-inline: auto;
  padding: clamp(1.75rem, 0.7843137255vw + 1.5588235294rem, 2.5rem) clamp(1.25rem, 4vw, 3rem);
  background: #fff4f4;
  border: 1px solid rgba(238, 158, 159, 0.2);
  border-radius: 0.5rem;
  text-align: center;
}

.c-result__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .c-result__title {
    font-size: 1rem;
  }
}

.c-result__text {
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .c-result__text {
    font-size: 0.875rem;
  }
}
.c-result__text {
  line-height: 2;
  color: #333333;
}

.c-result--center .c-result__title,
.c-result--center .c-result__text {
  text-align: center;
}

.c-result__actions {
  margin-top: clamp(2rem, 0.7843137255vw + 1.8088235294rem, 2.75rem);
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: clamp(3.125rem, 1.9607843137vw + 2.6470588235rem, 5rem);
}
@media screen and (max-width:768px) {
  .pagination {
    gap: 0.375rem;
  }
}

.pagination__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin: 0 0.25rem;
  border: none;
  border-radius: 50%;
  background: #ee9e9f;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width:768px) {
  .pagination__nav {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.pagination__nav::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.5rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
}
@media screen and (max-width:768px) {
  .pagination__nav::before {
    width: 1.25rem;
    height: 0.4375rem;
  }
}
@media (hover: hover) {
  .pagination__nav:hover {
    background: #d68bb1;
    opacity: 1;
  }
}

.pagination__nav--prev::before {
  transform: scaleX(-1);
}

.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.625rem;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .pagination__item {
    font-size: 0.875rem;
  }
}
.pagination__item {
  line-height: 1;
  color: #333333;
}
@media screen and (max-width:768px) {
  .pagination__item {
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.5rem;
  }
}
@media (hover: hover) {
  .pagination__item:hover {
    color: #ee9e9f;
    opacity: 1;
  }
}
.pagination__item.is-current {
  color: #ee9e9f;
  pointer-events: none;
}

.fadeInTrigger:not(.fadeIn) {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fadeInTrigger,
  .fadeUpTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger,
  .zoomInTrigger {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}
.fadeUpTrigger:not(.fadeUp) {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(6.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeftTrigger:not(.fadeLeft) {
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-6.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRightTrigger:not(.fadeRight) {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(6.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.zoomInTrigger:not(.zoomIn) {
  opacity: 0;
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes zoomInAnime {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--card-img);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(12px);
  transform: scale(1.08);
  pointer-events: none;
}

.card-media__img {
  position: relative;
  z-index: 1;
  object-fit: contain !important;
}

.top-head {
  text-align: center;
}

.top-head__en {
  display: block;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  color: #ee9e9f;
}
.top-head__en::first-letter {
  color: #6fb7de;
}
@media screen and (max-width:768px) {
  .top-head__en {
    font-size: clamp(3rem, 1.8518518519vw + 2.5486111111rem, 3.4375rem);
  }
}
@media screen and (min-width:769px) {
  .top-head__en {
    font-size: clamp(3.4375rem, 2.1701388889vw + 2.3958333333rem, 5rem);
  }
}

.top-head__ja {
  display: block;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .top-head__ja {
    margin-top: clamp(-1.125rem, -0.7936507937vw + -0.744047619rem, -0.9375rem);
    font-size: clamp(1.5rem, 0.2645502646vw + 1.435515873rem, 1.5625rem);
  }
}
@media screen and (min-width:769px) {
  .top-head__ja {
    margin-top: clamp(-1.875rem, -1.0416666667vw + -0.625rem, -1.125rem);
    font-size: clamp(1.5625rem, 0.2604166667vw + 1.4375rem, 1.75rem);
  }
}

.top-head--left {
  text-align: left;
}

.top-head--light .top-head__en {
  color: rgba(255, 255, 255, 0.85);
}
.top-head--light .top-head__en::first-letter {
  color: #fff;
}
.top-head--light .top-head__ja {
  color: #fff;
}

.top-more {
  text-align: center;
}
@media screen and (max-width:768px) {
  .top-more {
    margin-top: clamp(2rem, 7.671957672vw + 0.1299603175rem, 3.8125rem);
  }
}
@media screen and (min-width:769px) {
  .top-more {
    margin-top: clamp(3.8125rem, 6.8576388889vw + 0.5208333333rem, 8.75rem);
  }
}

.p-hero {
  position: relative;
  overflow: hidden;
  background: #fff4f4 url("../img/index/hero-bg.webp") center/cover no-repeat;
}
@media screen and (min-width:1025px) {
  .p-hero {
    min-height: clamp(43.0625rem, 43.6383928571vw + 15.1339285714rem, 67.5rem);
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:1024px) {
  .p-hero {
    overflow: visible;
    background: #fff4f4;
    min-height: clamp(37.5rem, 44.4444444444vw + 26.6666666667rem, 48rem);
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width:1024px) and (min-width: 522px) and (max-width: 768px) {
  .p-hero {
    min-height: clamp(42.5rem, 65.0406504065vw + 21.2804878049rem, 52.5rem);
  }
}
@media screen and (max-width:1024px) and (max-width: 390px) {
  .p-hero {
    min-height: 37.5rem;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero {
    min-height: 48rem;
  }
}
@media screen and (max-width:1024px) {
  .p-hero::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    width: 100vw;
    height: calc(min(100vw, 390px) * 885 / 780);
    background: url("../img/index/hero-bg_sp.webp") top center/100% 100% no-repeat;
    pointer-events: none;
  }
}
@media screen and (max-width:1024px) and (max-width: 521px) {
  .p-hero::before {
    height: 113.4615384615vw;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero::before {
    content: none;
  }
}

.p-hero__media {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 16/10;
}
@media screen and (max-width:768px) {
  .p-hero__media {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 100%;
    max-width: 24.375rem;
    height: auto;
    aspect-ratio: 390/250;
  }
}
@media screen and (max-width:768px) and (min-width: 391px) {
  .p-hero__media {
    width: 100vw;
    max-width: none;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero__media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: auto;
  }
}
@media screen and (min-width:1025px) {
  .p-hero__media {
    position: absolute;
    inset: 0 0 auto auto;
    width: clamp(54.375rem, 64.7321428571vw + 12.9464285714rem, 90.625rem);
    height: clamp(41.8125rem, 36.9419642857vw + 18.1696428571rem, 62.5rem);
    aspect-ratio: auto;
  }
}

.p-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .p-hero__overlay {
    display: none;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero__overlay {
    display: block;
    height: 48rem;
    object-fit: cover;
    object-position: center top;
  }
}
@media screen and (min-width:1025px) {
  .p-hero__overlay {
    height: clamp(43.0625rem, 43.6383928571vw + 15.1339285714rem, 67.5rem);
    object-fit: cover;
    object-position: left top;
  }
}

.p-hero__rings {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-hero__rings img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width:1025px) {
  .p-hero__rings {
    top: 50%;
    left: 0;
    width: clamp(13rem, 20.3125vw + 0rem, 24.375rem);
    height: auto;
    aspect-ratio: 390/660;
    transform: translateY(-50%);
  }
}
@media screen and (max-width:1024px) {
  .p-hero__rings {
    top: 6.25rem;
    left: 0;
    width: 11.875rem;
    height: 20rem;
    transform: none;
  }
}

.p-hero__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}
@media screen and (max-width:1024px) {
  .p-hero__bottom {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .p-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 6.25rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
  }
}

.p-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
  margin: 0;
  display: block;
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero__slide {
    height: 100%;
    object-fit: cover;
  }
}
.p-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hero__slide.is-active {
  opacity: 1;
}
.p-hero__slide--pos-left {
  overflow: hidden;
  object-position: left center;
}
.p-hero__slide--pos-left img {
  object-position: left center;
  transform: scale(1.08) translateX(3%);
  transform-origin: center;
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero__slide--pos-left img {
    transform: scale(1.14) translateX(6%);
  }
}
@media screen and (min-width: 1025px) {
  .p-hero__slide--pos-left img {
    transform: scale(1.18) translateX(8%);
  }
}
@media screen and (max-width:768px) {
  .p-hero__slide--pos-left {
    object-position: center;
  }
  .p-hero__slide--pos-left img {
    object-position: center;
    transform: none;
  }
}
.p-hero__slide--pos-left-narrow {
  overflow: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .p-hero__slide--pos-left-narrow img {
    object-position: left center;
    transform: scale(1.08) translateX(3%);
    transform-origin: center;
  }
}

.p-hero__body {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .p-hero__body {
    padding: 1.75rem 0 3rem;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero__body {
    padding: 7rem 0 3rem;
  }
}
@media screen and (min-width:1025px) {
  .p-hero__body {
    width: 100%;
    max-width: clamp(30rem, 21.7633928571vw + 16.0714285714rem, 42.1875rem);
    padding: clamp(1.9375rem, 1.0044642857vw + 1.2946428571rem, 2.5rem) 0 clamp(3.375rem, 2.0089285714vw + 2.0892857143rem, 4.5rem);
  }
}

@media screen and (min-width:1025px) {
  .p-hero .inner {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    padding-left: clamp(3rem, 8.2589285714vw + -2.2857142857rem, 7.625rem);
    padding-right: 0;
    margin-bottom: clamp(3.625rem, 6.0267857143vw + -0.2321428571rem, 7rem);
  }
}
.p-hero__catch {
  font-weight: 500;
  line-height: 1.588;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:1024px) {
  .p-hero__catch {
    font-size: 2.375rem;
    line-height: 1.57;
    margin-right: -1.875rem;
  }
}
@media screen and (min-width:1025px) {
  .p-hero__catch {
    font-size: clamp(2.8125rem, 2.5669642857vw + 1.1696428571rem, 4.25rem);
    line-height: 1.588;
    margin-right: 0;
  }
}

.p-hero__mark {
  display: inline-block;
  vertical-align: middle;
}
.p-hero__mark img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) {
  .p-hero__mark {
    width: 16.5625rem;
    margin-block: 0.5625rem;
  }
}
@media screen and (min-width:1025px) {
  .p-hero__mark {
    width: clamp(19.875rem, 18.0803571429vw + 8.3035714286rem, 30rem);
    margin-block: clamp(0.625rem, 0.5580357143vw + 0.2678571429rem, 0.9375rem);
  }
}

.p-hero__lead {
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:1024px) {
  .p-hero__lead {
    margin-top: 1rem;
    font-size: 0.8125rem;
    line-height: 1.36;
  }
}
@media screen and (min-width:1025px) {
  .p-hero__lead {
    margin-top: clamp(1.25rem, 1.1160714286vw + 0.5357142857rem, 1.875rem);
    font-size: clamp(1.125rem, 0.6696428571vw + 0.6964285714rem, 1.5rem);
    line-height: 1.33;
  }
}

.p-hero__lead-mark {
  margin-inline: -0.5rem;
}

.p-hero__illust {
  position: absolute;
  z-index: 4;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .p-hero__illust {
    left: 50%;
    right: auto;
    bottom: -12%;
    transform: translateX(-51%);
    width: 15.3125rem;
    height: 6.875rem;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .p-hero__illust {
    left: clamp(3.75rem, 10.546875vw + -1.3125rem, 5.4375rem);
    bottom: clamp(3.125rem, -3.90625vw + 5.625rem, 3.75rem);
    width: clamp(15.625rem, 3.90625vw + 13.75rem, 16.25rem);
    height: auto;
    transform: none;
  }
}
@media screen and (min-width:1025px) {
  .p-hero__illust {
    left: clamp(5.4375rem, 21.5401785714vw + -8.3482142857rem, 17.5rem);
    bottom: clamp(2.6875rem, 4.1294642857vw + 0.0446428571rem, 5rem);
    width: clamp(16.25rem, 25.6696428571vw + -0.1785714286rem, 30.625rem);
    height: auto;
    transform: none;
  }
}

@media screen and (min-width: 1921px) {
  .p-hero {
    min-height: calc(56.25vw);
  }
  .p-hero__media {
    width: calc(75.5208333333vw);
    height: calc(52.0833333333vw);
  }
  .p-hero__overlay {
    height: calc(56.25vw);
  }
}
.top-message {
  position: relative;
  overflow: hidden;
  padding-top: clamp(7.5rem, 2.8758169935vw + 6.7990196078rem, 10.25rem);
  padding-bottom: clamp(4rem, 3rem + 3vw, 9.6rem);
}
@media screen and (min-width:1025px) {
  .top-message {
    --photo-w: clamp(31.5rem, 35.2678571429vw + 8.9285714286rem, 51.25rem);
    --photo-left: clamp(-2.6875rem, -24.8883928571vw + 27.1785714286rem, 11.25rem);
    --inner-half: 37.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(35rem, 46vw, 53.75rem);
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .top-message {
    --inner-half: 47vw;
  }
}
@media screen and (max-width:1024px) {
  .top-message {
    padding-top: clamp(7.625rem, 4.7619047619vw + 6.4642857143rem, 8.75rem);
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .top-message {
    padding-top: clamp(0.625rem, 7.8125vw + -3.125rem, 1.875rem);
  }
}

.top-message__deco {
  position: absolute;
  right: -4%;
  z-index: 0;
  width: 33.75rem;
  opacity: 0.1;
  pointer-events: none;
}
.top-message__deco img {
  width: 100%;
  height: auto;
  aspect-ratio: 540/700;
  object-fit: contain;
}
@media screen and (max-width:1024px) {
  .top-message__deco {
    top: 18%;
    right: clamp(-24rem, -40.7407407407vw + -4.4444444444rem, -14.375rem);
    transform: translateY(0);
  }
  .top-message__deco img {
    aspect-ratio: 463/600;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .top-message__deco {
    width: clamp(28.9375rem, 28.3068783069vw + 22.0376984127rem, 35.625rem);
  }
}
@media screen and (min-width:769px) {
  .top-message__deco {
    width: 33.75rem;
  }
}
@media screen and (min-width:1025px) {
  .top-message__deco {
    top: 50%;
    margin-top: -10.0625rem;
    transform: none;
    right: -4%;
  }
}

.top-message .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1025px) {
  .top-message .inner {
    padding-left: calc(var(--photo-left) + var(--photo-w) / 2 + clamp(3.75rem, 8.0357142857vw + -1.3928571429rem, 8.25rem));
  }
}

.top-message__photo {
  position: relative;
  max-width: 26.25rem;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .top-message__photo {
    width: clamp(23.75rem, 23.2804232804vw + 18.0753968254rem, 29.25rem);
    max-width: none;
    margin: clamp(2.5rem, 0vw + 2.5rem, 2.5rem) 0 0 clamp(-4rem, -8.9947089947vw + 0.3174603175rem, -1.875rem);
  }
}
@media screen and (min-width:1025px) {
  .top-message__photo {
    position: absolute;
    top: 50%;
    left: calc(50% - var(--inner-half) + var(--photo-left));
    z-index: 1;
    width: var(--photo-w);
    max-width: none;
    margin: 0;
    transform: translate(-50%, -48.5%);
  }
}
.top-message__photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.top-message__photo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 110%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(to left, rgba(246, 231, 168, 0.6) 0%, rgba(246, 231, 168, 0) 70%);
  pointer-events: none;
}

.top-message__body {
  position: relative;
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .top-message__body {
    width: fit-content;
    margin: auto;
  }
}
@media screen and (min-width:1025px) {
  .top-message__body {
    margin-left: auto;
    width: 100%;
  }
}

.top-message__en {
  position: absolute;
  left: 0;
  z-index: 0;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff4f4;
  pointer-events: none;
}
@media screen and (max-width:1024px) {
  .top-message__en {
    top: -2.8125rem;
    font-size: clamp(4.5rem, 5.0264550265vw + 3.2748015873rem, 5.6875rem);
  }
}
@media screen and (min-width:1025px) {
  .top-message__en {
    top: -6.25rem;
    font-size: clamp(5.6875rem, 6.3616071429vw + 1.6160714286rem, 9.25rem);
  }
}

.top-message__title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #6fb7de;
}
@media screen and (max-width:1024px) {
  .top-message__title {
    margin-top: clamp(1.875rem, 1.3227513228vw + 1.5525793651rem, 2.1875rem);
    font-size: clamp(1.75rem, 0.2645502646vw + 1.685515873rem, 1.8125rem);
    line-height: 1.5;
  }
}
@media screen and (min-width:1025px) {
  .top-message__title {
    margin-top: clamp(2.1875rem, 1.8973214286vw + 0.9732142857rem, 3.25rem);
    font-size: clamp(1.8125rem, 0.3348214286vw + 1.5982142857rem, 2rem);
  }
}

.top-message__title-mark {
  margin-inline: -0.5rem;
}

.top-message__text {
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:1024px) {
  .top-message__text {
    margin-top: clamp(1.625rem, 1.0582010582vw + 1.3670634921rem, 1.875rem);
    font-size: 1rem;
    line-height: 1.75;
    text-align: justify;
  }
}
@media screen and (min-width:1025px) {
  .top-message__text {
    margin-top: clamp(1.875rem, 1.1160714286vw + 1.1607142857rem, 2.5rem);
    font-size: 1.125rem;
  }
}

@media screen and (max-width:1024px) {
  .top-message__text-tight {
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width:1024px) {
  .top-message__btn {
    margin-top: clamp(2.8125rem, 1.3227513228vw + 2.4900793651rem, 3.125rem);
  }
}
@media screen and (min-width:1025px) {
  .top-message__btn {
    margin-top: clamp(3.125rem, 1.8973214286vw + 1.9107142857rem, 4.1875rem);
  }
}

.top-env {
  padding-block: clamp(4rem, 3rem + 3vw, 9.6rem);
  padding-top: 1.375rem;
  padding-bottom: 8.25rem;
}
.top-env .top-more {
  text-align: center;
}
@media screen and (min-width:769px) {
  .top-env {
    padding-bottom: clamp(8.25rem, -2.4305555556vw + 11.1666666667rem, 10rem);
  }
}
@media screen and (max-width:768px) {
  .top-env {
    padding-top: clamp(3.5rem, 3.4391534392vw + 2.6617063492rem, 4.3125rem);
    padding-bottom: 0rem;
  }
}

.top-env__deco {
  position: absolute;
  top: 1.375rem;
  right: 8.4375rem;
  z-index: 1;
  width: 13.4375rem;
  height: auto;
}
@media screen and (min-width:769px) {
  .top-env__deco {
    right: clamp(0.625rem, 10.8506944444vw + -4.5833333333rem, 8.4375rem);
    width: clamp(8.125rem, 7.3784722222vw + 4.5833333333rem, 13.4375rem);
  }
}
@media screen and (max-width:768px) {
  .top-env__deco {
    top: clamp(-7.6875rem, -6.0846560847vw + -4.7668650794rem, -6.25rem);
    right: clamp(0.5rem, 0.5291005291vw + 0.371031746rem, 0.625rem);
    width: clamp(8.0625rem, 7.9365079365vw + 6.1279761905rem, 9.9375rem);
    height: clamp(5.625rem, 5.5555555556vw + 4.2708333333rem, 6.9375rem);
  }
}

.top-env__lead {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width:768px) {
  .top-env__lead {
    margin-top: clamp(1.375rem, 1.3227513228vw + 1.0525793651rem, 1.6875rem);
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: justify;
  }
}
@media screen and (min-width:769px) {
  .top-env__lead {
    margin-top: clamp(1.6875rem, 1.4756944444vw + 0.9791666667rem, 2.75rem);
  }
}

.top-env__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.125rem;
}
@media screen and (max-width:768px) {
  .top-env__cards {
    margin-top: 2.375rem;
    gap: clamp(2.6875rem, 0.5291005291vw + 2.558531746rem, 2.8125rem);
    width: 100%;
    max-width: 21.875rem;
    margin-inline: auto;
    margin-bottom: clamp(3.125rem, 0vw + 3.125rem, 3.125rem);
    grid-template-columns: minmax(0, 1fr);
  }
  .top-env__cards .top-env-card:nth-child(2) .top-env-card__btn {
    padding-top: 1.875rem;
  }
  .top-env__cards .top-env-card:nth-child(3) .top-env-card__btn {
    padding-top: 1.5625rem;
  }
}
@media screen and (min-width:769px) {
  .top-env__cards {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    column-gap: clamp(1.5rem, 2.2569444444vw + 0.4166666667rem, 3.125rem);
    align-items: start;
    gap: clamp(1.625rem, 0.5208333333vw + 1.375rem, 2rem);
    margin-top: clamp(0.3125rem, 0.2604166667vw + 0.1875rem, 0.5rem);
  }
  .top-env__cards .top-env-card:nth-child(1) {
    margin: 0 0 0 clamp(0rem, 0.8680555556vw + -0.4166666667rem, 0.625rem);
    transform: translateY(clamp(2.5rem, 6.9444444444vw + -0.8333333333rem, 7.5rem));
  }
  .top-env__cards .top-env-card:nth-child(2) {
    transform: translateY(clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 3.75rem));
  }
  .top-env__cards .top-env-card:nth-child(1) .top-env-card__btn,
  .top-env__cards .top-env-card:nth-child(2) .top-env-card__btn {
    padding-top: clamp(1.5rem, 1.3888888889vw + 0.8333333333rem, 2.5rem);
  }
}

.top-env-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .top-env-card {
    width: 21.875rem;
    min-width: 0;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width:769px) {
  .top-env-card {
    min-width: 0;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0 clamp(0.625rem, 0.8680555556vw + 0.2083333333rem, 1.25rem) clamp(0.625rem, 0.8680555556vw + 0.2083333333rem, 1.25rem);
  }
}
.top-env-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: -1;
  width: 100%;
  aspect-ratio: 760/1520;
  background: top center/100% auto no-repeat;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .top-env-card::after {
    aspect-ratio: 350/660;
  }
}
.top-env-card:nth-child(1)::after {
  background-image: url("../img/index/env-card-01.webp");
}
@media screen and (max-width:768px) {
  .top-env-card:nth-child(1)::after {
    background-image: url("../img/index/env-card-sp-01@2x.webp");
  }
}
.top-env-card:nth-child(2)::after {
  background-image: url("../img/index/env-card-02.webp");
}
@media screen and (max-width:768px) {
  .top-env-card:nth-child(2)::after {
    background-image: url("../img/index/env-card-sp-02@2x.webp");
  }
}
.top-env-card:nth-child(3)::after {
  background-image: url("../img/index/env-card-03.webp");
}
@media screen and (max-width:768px) {
  .top-env-card:nth-child(3)::after {
    background-image: url("../img/index/env-card-sp-03@2x.webp");
  }
}

.top-env-card__num {
  position: absolute;
  top: 0.625rem;
  left: 1.125rem;
  z-index: 1;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ee9e9f;
}
@media screen and (min-width:769px) {
  .top-env-card__num {
    font-size: clamp(2.5rem, 1.7361111111vw + 1.6666666667rem, 3.75rem);
  }
}
@media screen and (max-width:768px) {
  .top-env-card__num {
    top: 1.3125rem;
  }
}

.top-env-card__en {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 101.4285714286%;
  padding-inline: 1.0625rem;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #6fb7de;
}
@media screen and (max-width:768px) {
  .top-env-card__en {
    margin-top: 0;
    padding-inline: 1.75rem;
  }
}
@media screen and (min-width:769px) {
  .top-env-card__en {
    margin-top: 0;
    padding-top: 113.2105263158%;
    font-size: clamp(0.875rem, 0.3472222222vw + 0.7083333333rem, 1.125rem);
    padding-inline: clamp(0.625rem, 0.6076388889vw + 0.3333333333rem, 1.0625rem);
  }
}

.top-env-card__title {
  position: relative;
  z-index: 1;
  margin-top: 0.625rem;
  padding: 0 1.0625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width:769px) {
  .top-env-card__title {
    font-size: clamp(1rem, 0.3472222222vw + 0.8333333333rem, 1.25rem);
    padding-inline: clamp(0.625rem, 0.6076388889vw + 0.3333333333rem, 1.0625rem);
  }
}
@media screen and (max-width:768px) {
  .top-env-card__title {
    padding: 0 1.75rem;
  }
}

.top-env-card__text {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 0 1.0625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: left;
}
@media screen and (min-width:769px) {
  .top-env-card__text {
    font-size: clamp(0.875rem, 0.1736111111vw + 0.7916666667rem, 1rem);
    padding-inline: clamp(0.625rem, 0.6076388889vw + 0.3333333333rem, 1.0625rem);
  }
}
@media screen and (max-width:768px) {
  .top-env-card__text {
    padding: 0 1.75rem;
    font-size: 0.875rem;
    text-align: justify;
  }
}

.top-env-card__btn {
  position: relative;
  z-index: 1;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  text-align: center;
  box-sizing: border-box;
}
.top-env-card__btn .c-btn {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-color: #fff;
}
@media (hover: hover) {
  .top-env-card__btn .c-btn--outline:hover {
    background-color: #ee9e9f;
  }
}
@media screen and (max-width:768px) {
  .top-env-card__btn {
    padding: clamp(2.1875rem, 0.2645502646vw + 2.123015873rem, 2.25rem) 1.75rem 0;
  }
}
@media screen and (min-width:769px) {
  .top-env-card__btn {
    padding: clamp(1.625rem, 0.5208333333vw + 1.375rem, 2rem) clamp(0.625rem, 0.6076388889vw + 0.3333333333rem, 1.0625rem) 0;
  }
  .top-env-card__btn .c-btn {
    height: clamp(3.375rem, 1.3888888889vw + 2.7083333333rem, 4.375rem);
    padding-inline: clamp(1rem, 1.9965277778vw + 0.0416666667rem, 2.4375rem);
    padding-right: clamp(2.75rem, 2.6041666667vw + 1.5rem, 4.625rem);
    font-size: clamp(0.8125rem, 0.2604166667vw + 0.6875rem, 1rem);
    line-height: 1.5;
  }
  .top-env-card__btn .c-btn::after {
    right: clamp(0.875rem, 1.2152777778vw + 0.2916666667rem, 1.75rem);
    width: clamp(1.25rem, 0.8680555556vw + 0.8333333333rem, 1.875rem);
  }
}

.top-wave {
  position: relative;
}
@media screen and (min-width:769px) {
  .top-wave {
    background: url("../img/index/wave-top.svg") no-repeat bottom -9.0625rem center, url("../img/index/wave-gradient.webp") no-repeat bottom -9.0625rem center;
    background-size: max(100%, 1200px) 90.625rem, max(100%, 1200px) 90.625rem;
  }
}
@media screen and (max-width:768px) {
  .top-wave {
    background: none;
    isolation: isolate;
  }
}

.top-people {
  position: relative;
  padding-block: clamp(4rem, 3rem + 3vw, 9.6rem);
  background: transparent;
  padding-bottom: 7.0625rem;
}
@media screen and (max-width:768px) {
  .top-people {
    padding-top: clamp(9.5rem, 9.2592592593vw + 7.2430555556rem, 11.6875rem);
    padding-bottom: clamp(5.4375rem, 5.291005291vw + 4.1478174603rem, 6.6875rem);
  }
  .top-people::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -0.875rem;
    bottom: 0;
    left: 50%;
    width: 1000px;
    transform: translateX(-50%);
    background: url("../img/index/wave-bg_sp.webp") no-repeat top center, linear-gradient(to right, #fdeedb 5%, #fef8ee 25%, #fefffe 50%, #fff9f9 75%, #fff3f3 95%) no-repeat bottom center;
    background-size: 1000px 1150px, 1000px calc(100% - 320px);
    pointer-events: none;
  }
}
.top-people .top-more {
  margin-top: 3.5625rem;
}
@media screen and (max-width:768px) {
  .top-people .top-more {
    margin-top: clamp(1rem, 1.0582010582vw + 0.7420634921rem, 1.25rem);
  }
}
.top-people::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}

.top-people__lead {
  margin-left: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333333;
  text-align: center;
}
@media screen and (max-width:768px) {
  .top-people__lead {
    margin-top: clamp(1.375rem, 1.3227513228vw + 1.0525793651rem, 1.6875rem);
    margin-left: clamp(1.6875rem, 1.5873015873vw + 1.3005952381rem, 2.0625rem);
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
@media screen and (min-width:769px) {
  .top-people__lead {
    margin-top: clamp(2.375rem, 0.5208333333vw + 2.125rem, 2.75rem);
  }
}

.top-people .inner,
.top-people__slider {
  position: relative;
  z-index: 1;
}

.top-people__deco-layer {
  display: none;
}
@media screen and (max-width:768px) {
  .top-people__deco-layer {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width:769px) {
  .top-people__deco-layer {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
}

@media screen and (max-width:768px) {
  .top-people__deco-inner {
    height: 100%;
  }
}
@media screen and (min-width:769px) {
  .top-people__deco-inner {
    height: 100%;
  }
}

.top-people__deco {
  display: none;
}
@media screen and (max-width:768px) {
  .top-people__deco {
    display: block;
    position: absolute;
    object-fit: contain;
    user-select: none;
  }
}
@media screen and (min-width:769px) {
  .top-people__deco {
    display: block;
    position: absolute;
    object-fit: contain;
    user-select: none;
  }
}

@media screen and (max-width:768px) {
  .top-people__deco--tl {
    top: clamp(1.875rem, 1.8518518519vw + 1.4236111111rem, 2.3125rem);
    left: clamp(0.5rem, 0.5291005291vw + 0.371031746rem, 0.625rem);
    width: clamp(7rem, 6.8783068783vw + 5.3234126984rem, 8.625rem);
    height: clamp(6.875rem, 6.8783068783vw + 5.1984126984rem, 8.5rem);
  }
}
@media screen and (min-width:769px) {
  .top-people__deco--tl {
    top: -3.125rem;
    left: clamp(0.625rem, 2.6041666667vw + -0.625rem, 2.5rem);
    width: 12.125rem;
    height: 11.875rem;
  }
}

@media screen and (max-width:768px) {
  .top-people__deco--br {
    right: clamp(2.125rem, 2.1164021164vw + 1.6091269841rem, 2.625rem);
    bottom: clamp(-2.5625rem, -2.1164021164vw + -1.5466269841rem, -2.0625rem);
    width: clamp(9.625rem, 9.5238095238vw + 7.3035714286rem, 11.875rem);
    height: clamp(5.625rem, 5.5555555556vw + 4.2708333333rem, 6.9375rem);
  }
}
@media screen and (min-width:769px) {
  .top-people__deco--br {
    right: clamp(0.1875rem, 0.6076388889vw + -0.1041666667rem, 0.625rem);
    bottom: -2.5rem;
    width: 15rem;
    height: 11.875rem;
  }
}

.top-people__slider {
  --card-w: 79.487vw;
  --nav-size: clamp(3.75rem, 0.6535947712vw + 3.5906862745rem, 4.375rem);
  --gap: 40px;
  position: relative;
}
@media screen and (max-width:768px) {
  .top-people__slider {
    margin-top: clamp(0.8125rem, 1.3227513228vw + 0.4900793651rem, 1.125rem);
    --nav-size: clamp(3.75rem, 3.7037037037vw + 2.8472222222rem, 4.625rem);
  }
}
@media screen and (min-width:769px) {
  .top-people__slider {
    margin-top: clamp(1.125rem, 1.2152777778vw + 0.5416666667rem, 2rem);
    --card-w: clamp(43.1875rem, 23.3506944444vw + 31.9791666667rem, 60rem);
    --gap: clamp(2.5rem, 5.2083333333vw + 0rem, 6.25rem);
    --nav-size: clamp(3.75rem, 0.8680555556vw + 3.3333333333rem, 4.375rem);
  }
}

.top-people__swiper {
  padding-block: 1.5rem;
}

.top-people__swiper .swiper-slide {
  width: var(--card-w);
  height: auto;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.top-people__swiper .swiper-slide-active {
  opacity: 1;
}

.top-people-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 1.875rem;
  overflow: hidden;
  box-shadow: 0 0 0.75rem rgba(214, 139, 177, 0.3);
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width:769px) {
  .top-people-card {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (hover: hover) {
  .top-people-card:hover .top-people-card__btn {
    background-color: #ee9e9f;
    color: #fff;
  }
}

.top-people-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 310/220;
}
@media screen and (min-width:769px) {
  .top-people-card__media {
    flex-shrink: 0;
    width: 50%;
    min-height: 25rem;
    aspect-ratio: auto;
  }
}

.top-people-card__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--people-card-pos-y, 15%);
  background: #fff4f4;
}

.top-people-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .top-people-card__body {
    padding: clamp(0.9375rem, 0.7936507937vw + 0.744047619rem, 1.125rem) clamp(0.9375rem, 0.7936507937vw + 0.744047619rem, 1.125rem) clamp(2.5rem, 2.380952381vw + 1.9196428571rem, 3.0625rem) clamp(1.25rem, 1.3227513228vw + 0.9275793651rem, 1.5625rem);
  }
}
@media screen and (min-width:769px) {
  .top-people-card__body {
    padding: clamp(1.8125rem, 1.3020833333vw + 1.1875rem, 2.75rem) clamp(2.1875rem, 1.3020833333vw + 1.5625rem, 3.125rem) clamp(1rem, 0.3472222222vw + 0.8333333333rem, 1.25rem);
  }
}

.top-people-card__no {
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #6fb7de;
}
@media screen and (max-width:768px) {
  .top-people-card__no {
    font-size: 1.125rem;
  }
}

.top-people-card__quote {
  margin-top: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
}
@media screen and (max-width:768px) {
  .top-people-card__quote {
    margin-top: clamp(0.375rem, 0.2645502646vw + 0.310515873rem, 0.4375rem);
    font-size: 1.25rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width:769px) {
  .top-people-card__quote {
    font-size: clamp(1.25rem, 0.3472222222vw + 1.0833333333rem, 1.5rem);
  }
}

.top-people-card__name {
  display: flex;
  align-items: baseline;
  gap: 1.75rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width:768px) {
  .top-people-card__name {
    gap: 1rem;
    margin-top: 0rem;
  }
}

.top-people-card__name-en {
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #ee9e9f;
}
@media screen and (max-width:768px) {
  .top-people-card__name-en {
    font-size: 2.75rem;
  }
}

.top-people-card__name-meta {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .top-people-card__name-meta {
    font-size: 0.875rem;
  }
}

.top-people-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-start;
  width: 18.75rem;
  height: 3.75rem;
  padding: 0 1.75rem 0 2.4375rem;
  border: 1px solid #ee9e9f;
  border-radius: 9999px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1rem;
  color: #ee9e9f;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width:768px) {
  .top-people-card__btn {
    margin-top: clamp(0.6875rem, 0.7936507937vw + 0.494047619rem, 0.875rem);
    width: clamp(16.875rem, 16.6666666667vw + 12.8125rem, 20.8125rem);
    padding: 0 1.1875rem 0 1.75rem;
  }
}
@media screen and (min-width:769px) {
  .top-people-card__btn {
    margin-top: clamp(1.375rem, 0.5208333333vw + 1.125rem, 1.75rem);
  }
}
.top-people-card__btn::after {
  content: "";
  width: 1.625rem;
  height: 0.5rem;
  margin-left: auto;
  background-color: currentColor;
  -webkit-mask: url("../img/common/arrow-line-main.svg") no-repeat center/contain;
  mask: url("../img/common/arrow-line-main.svg") no-repeat center/contain;
}
@media screen and (max-width:768px) {
  .top-people-card__btn::after {
    width: 1.875rem;
    height: 0.375rem;
  }
}

.top-people__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--nav-size);
  height: var(--nav-size);
  border: none;
  border-radius: 50%;
  background: #ee9e9f;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
}
@media screen and (max-width:768px) {
  .top-people__nav {
    top: 34.5%;
  }
}
.top-people__nav::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 0.625rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
}
@media screen and (min-width:769px) {
  .top-people__nav::before {
    width: clamp(1.5rem, 0.3472222222vw + 1.3333333333rem, 1.75rem);
    height: clamp(0.5rem, 0.1736111111vw + 0.4166666667rem, 0.625rem);
  }
}
@media (hover: hover) {
  .top-people__nav:hover {
    background: #d68bb1;
  }
}
.top-people__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.top-people__nav--prev {
  left: calc(50% - var(--card-w) / 2);
}
.top-people__nav--prev::before {
  transform: scaleX(-1);
}

.top-people__nav--next {
  left: calc(50% + var(--card-w) / 2);
}

@media screen and (min-width: 1131px) {
  .top-people__nav--prev {
    left: calc(50% - var(--card-w) / 2 - var(--gap) / 2);
  }
  .top-people__nav--next {
    left: calc(50% + var(--card-w) / 2 + var(--gap) / 2);
  }
}
.top-recruit {
  padding-block: clamp(4rem, 3rem + 3vw, 9.6rem);
  padding-bottom: 9.0625rem;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .top-recruit {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width:769px) {
  .top-recruit__head {
    display: flex;
    align-items: flex-end;
    gap: clamp(4.375rem, 10.0694444444vw + -0.4583333333rem, 11.625rem);
  }
}

.top-recruit__lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
  max-width: 35rem;
  text-align: left;
}
@media screen and (min-width:769px) {
  .top-recruit__lead {
    margin: clamp(1.0625rem, 0.2604166667vw + 0.9375rem, 1.25rem) 0 0.8125rem 0;
  }
}
@media screen and (max-width:768px) {
  .top-recruit__lead {
    margin: clamp(1.4375rem, 0.2645502646vw + 1.373015873rem, 1.5rem) 0 0;
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: justify;
  }
}

.top-recruit__slider {
  position: relative;
}
@media screen and (max-width:768px) {
  .top-recruit__slider {
    margin-top: clamp(0.75rem, 0.7936507937vw + 0.556547619rem, 0.9375rem);
  }
}
@media screen and (min-width:769px) {
  .top-recruit__slider {
    margin-top: clamp(1.75rem, 0.3472222222vw + 1.5833333333rem, 2rem);
  }
}

.top-recruit__swiper {
  padding-block: 1.25rem;
}

.top-recruit__swiper .swiper-wrapper {
  align-items: stretch;
}

.top-recruit__swiper .swiper-slide {
  height: auto;
}
@media screen and (max-width:768px) {
  .top-recruit__swiper .swiper-slide {
    width: clamp(18.125rem, 7.9365079365vw + 16.1904761905rem, 20rem);
  }
}
@media screen and (min-width:769px) {
  .top-recruit__swiper .swiper-slide {
    width: clamp(23.75rem, 0vw + 23.75rem, 23.75rem);
  }
}

.top-job-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid #ee9e9f;
  color: #333333;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
@media (hover: hover) {
  .top-job-card:hover, .top-job-card:focus-visible {
    box-shadow: 0 0.375rem 0.875rem rgba(200, 130, 150, 0.14);
  }
  .top-job-card:hover .top-job-card__btn, .top-job-card:focus-visible .top-job-card__btn {
    background-color: #ee9e9f;
    color: #fff;
  }
}

.top-job-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 380/270;
}
@media screen and (max-width:768px) {
  .top-job-card__media {
    aspect-ratio: 290/200;
  }
}

.top-job-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-job-card__title {
  padding: 1.5rem 1.75rem 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width:1025px) {
  .top-job-card__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:768px) {
  .top-job-card__title {
    padding: 0.8125rem 0.9375rem 0;
  }
}

.top-job-card__list {
  margin-top: 1.5rem;
  padding: 0 1.5625rem 0 1.8125rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (max-width:768px) {
  .top-job-card__list {
    margin-top: 0.875rem;
    padding: 0 0.9375rem 0 0.9375rem;
    gap: 1.0625rem;
  }
}

.top-job-card__row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (max-width:768px) {
  .top-job-card__row {
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.top-job-card__term {
  flex-shrink: 0;
  min-width: 6.25rem;
  padding: 0.0625rem 0.5rem;
  background: #6fb7de;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width:768px) {
  .top-job-card__term {
    font-size: 0.875rem;
    line-height: 1.55;
  }
}

.top-job-card__desc {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .top-job-card__desc {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}

.top-job-card__more {
  margin-top: auto;
  padding: 2.375rem 1.25rem 2.5rem;
}
@media screen and (max-width:768px) {
  .top-job-card__more {
    padding: 1.625rem 0.9375rem 1.875rem;
  }
}

.top-job-card__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 18.75rem;
  max-width: 100%;
  height: 3.75rem;
  margin-inline: auto;
  padding: 0 1.8125rem 0 2.4375rem;
  border: 1px solid #ee9e9f;
  border-radius: 9999px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1rem;
  color: #ee9e9f;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.top-job-card__btn::after {
  content: "";
  width: 1.875rem;
  height: 0.5rem;
  margin-left: auto;
  background-color: currentColor;
  -webkit-mask: url("../img/common/arrow-line-main.svg") no-repeat center/contain;
  mask: url("../img/common/arrow-line-main.svg") no-repeat center/contain;
}

.top-recruit__controls {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width:768px) {
  .top-recruit__controls {
    flex-wrap: wrap;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width:769px) {
  .top-recruit__controls {
    margin-top: clamp(1.5rem, 1.3888888889vw + 0.8333333333rem, 2.5rem);
  }
}

.top-recruit__nav-group {
  display: flex;
  flex-shrink: 0;
  gap: 0.75rem;
}
@media screen and (max-width:768px) {
  .top-recruit__nav-group {
    gap: 0.625rem;
  }
}

.top-recruit__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.75rem, 0.6535947712vw + 3.5906862745rem, 4.375rem);
  height: clamp(3.75rem, 0.6535947712vw + 3.5906862745rem, 4.375rem);
  border: none;
  border-radius: 50%;
  background: #ee9e9f;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width:768px) {
  .top-recruit__nav {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.top-recruit__nav::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.625rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .top-recruit__nav:hover {
    background: #d68bb1;
  }
}
.top-recruit__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.top-recruit__nav--prev::before {
  transform: scaleX(-1);
}

.top-recruit__bar.swiper-scrollbar {
  position: relative;
  flex: 1;
  height: 0.375rem;
  border-radius: 9999px;
  background: #e4e4e4;
  margin-left: -2.1875rem;
}
.top-recruit__bar.swiper-scrollbar .swiper-scrollbar-drag {
  background: #ee9e9f;
  border-radius: 9999px;
}
@media screen and (max-width:768px) {
  .top-recruit__bar.swiper-scrollbar {
    margin-top: 0.3125rem;
  }
}

.top-recruit__more {
  flex-shrink: 0;
  margin: 0;
}

.people-list {
  padding-block: clamp(2.5rem, 2.091503268vw + 1.9901960784rem, 4.5rem);
}
.people-list .section-lead + .people-list__grid {
  margin-top: clamp(2rem, 1.568627451vw + 1.6176470588rem, 3.5rem);
}
@media screen and (max-width:768px) {
  .people-list .section-lead + .people-list__grid {
    margin-top: 2rem;
  }
}

.people-list__grid {
  display: grid;
  gap: clamp(1.5rem, 1.045751634vw + 1.2450980392rem, 2.5rem) clamp(1.25rem, 0.7843137255vw + 1.0588235294rem, 2rem);
  grid-template-columns: 1fr;
}
@media screen and (max-width: 521px) {
  .people-list__grid {
    gap: 3rem 1.25rem;
  }
}
@media screen and (min-width: 522px) {
  .people-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:1025px) {
  .people-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.people-card {
  display: block;
  color: #333333;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .people-card:hover {
    opacity: 0.92;
  }
}

.people-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 362/452;
  background: #fff4f4;
}

.people-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--people-card-pos-y, 50%);
  transition: transform 0.4s ease;
}
.people-card:hover .people-card__img {
  transform: scale(1.04);
}

.people-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.125rem;
  max-width: calc(100% - 1rem);
  padding: 0.3125rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #333333;
  text-align: right;
}
@media screen and (min-width:1025px) {
  .people-card__badge {
    padding: 0.3125rem 12px;
  }
}
@media screen and (max-width: 521px) {
  .people-card__badge {
    padding: 0.3125rem 7px;
  }
}

.people-card__badge-location {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width:1025px) {
  .people-card__badge-location {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 521px) {
  .people-card__badge-location {
    font-size: 0.9375rem;
  }
}

.people-card__badge-year {
  font-size: clamp(0.75rem, 0.1307189542vw + 0.7181372549rem, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 521px) {
  .people-card__badge-year {
    font-size: 0.8125rem;
  }
}

.people-card__facility {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0.25rem 1.25rem;
  background: #fff;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width:1025px) {
  .people-card__facility {
    font-size: 0.9375rem;
    padding: 0.3125rem 1.5rem;
  }
}

.people-card__title {
  position: absolute;
  right: 1.5rem;
  bottom: 3.125rem;
  left: 0;
  z-index: 1;
  margin: 0;
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.1960784314vw + 0.8897058824rem, 1.125rem);
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 521px) {
  .people-card__title {
    right: 1rem;
    bottom: 2.5rem;
    font-size: 1.125rem;
  }
}
.people-card__title span {
  display: inline-block;
  padding: 0.5rem 1.25rem 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.75;
}
@media screen and (max-width: 521px) {
  .people-card__title span {
    padding: 0.5rem 1.125rem 0.5rem 0.875rem;
  }
}

.people-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(0.25rem, 0.3921568627vw + 0.1544117647rem, 0.625rem) clamp(0.5rem, 0.2614379085vw + 0.4362745098rem, 0.75rem);
  margin-top: 0.3125rem;
  min-width: 0;
  overflow: hidden;
}

.people-card__name {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 0.522875817vw + 1.6225490196rem, 2.25rem);
  line-height: 1.35;
  color: #333333;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.people-card__meta .people-card__year {
  flex-shrink: 1;
  min-width: 0;
  font-size: clamp(0.75rem, 0.2614379085vw + 0.6862745098rem, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  white-space: nowrap;
}

.people-card__role {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0.25rem 0.875rem;
  border-radius: 999px;
  background: #6fb7de;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (min-width:1025px) {
  .people-card__role {
    font-size: 0.8125rem;
    padding: 0.25rem 1rem;
  }
}
@media screen and (max-width: 521px) {
  .people-card__role {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}

@media screen and (max-width: 521px) {
  .people-card__facility {
    font-size: 0.9375rem;
    padding: 0.3125rem 1.5rem;
  }
  .people-card__meta {
    gap: 0.5rem;
    margin-top: 0.3125rem;
  }
  .people-card__name {
    font-size: 1.75rem;
  }
  .people-card__meta .people-card__year {
    font-size: 0.875rem;
  }
  .people-card__role {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}
.people-detail {
  padding-block: clamp(2.5rem, 2.091503268vw + 1.9901960784rem, 4.5rem);
}

.people-detail__layout {
  display: grid;
  gap: clamp(1rem, 2.091503268vw + 0.4901960784rem, 3rem);
}
@media screen and (max-width: 521px) {
  .people-detail__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 522px) {
  .people-detail__layout {
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(1rem, 2.091503268vw + 0.4901960784rem, 3rem);
  }
}

.people-detail__aside {
  min-width: 0;
}
@media screen and (max-width: 521px) {
  .people-detail__aside {
    display: none;
  }
}
@media screen and (min-width: 522px) {
  .people-detail__aside {
    position: relative;
    align-self: stretch;
    width: auto;
    margin-inline: 0;
  }
}

.people-detail__viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #fff4f4;
  z-index: 2;
}
.people-detail__viewer--noimage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--card-img);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(16px);
  transform: scale(1.1);
  pointer-events: none;
}
.people-detail__viewer.is-fixed {
  position: fixed;
}
.people-detail__viewer.is-pinned {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.people-detail__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff4f4;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.people-detail__viewer--noimage .people-detail__photo {
  object-fit: contain;
  background: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .people-detail__photo {
    transition: none;
  }
}
.people-detail__photo.is-active {
  opacity: 1;
  pointer-events: auto;
}

.people-detail__body {
  min-width: 0;
}
@media screen and (max-width: 521px) {
  .people-detail__body {
    padding-top: 0;
  }
}

.people-detail__sp-slot,
.people-detail__sp-gallery {
  display: none;
}
@media screen and (max-width: 521px) {
  .people-detail__sp-slot,
  .people-detail__sp-gallery {
    display: block;
  }
  .people-detail__sp-slot:empty,
  .people-detail__sp-gallery:empty {
    display: none;
  }
}

@media screen and (max-width: 521px) {
  .people-detail__sp-slot--profile {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 521px) {
  .people-detail__sp-slot--qa {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 521px) {
  .people-detail__sp-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .people-detail__sp-gallery:empty {
    display: none;
  }
}

.people-detail__sp-photo {
  display: none;
}
@media screen and (max-width: 521px) {
  .people-detail__sp-photo {
    display: block;
    width: min(72%, 17.5rem);
    margin-inline: auto;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #fff4f4;
    border-radius: 0.5rem;
  }
  .people-detail__sp-photo .people-detail__photo {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    pointer-events: auto;
  }
}

.people-profile {
  padding: clamp(1.75rem, 1.3071895425vw + 1.431372549rem, 3rem);
  background: #fff4f4;
  border: 1px solid rgba(238, 158, 159, 0.15);
  border-radius: 1.25rem;
}

.people-profile__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.3921568627vw + 1.2794117647rem, 1.75rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .people-profile__title {
    font-size: 1.375rem;
  }
}

.people-profile__catch {
  margin-top: clamp(1.5rem, 1.568627451vw + 1.1176470588rem, 3rem);
  font-size: clamp(1rem, 0.1307189542vw + 0.9681372549rem, 1.125rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .people-profile__catch {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.people-profile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.people-profile__tag {
  padding: 0.375rem 1.125rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width:1025px) {
  .people-profile__tag {
    font-size: 1rem;
    padding: 0.375rem 1.25rem;
  }
}
.people-profile__tag--main {
  background: #ee9e9f;
}
.people-profile__tag--pink {
  background: #d68bb1;
}
.people-profile__tag--blue {
  background: #6fb7de;
}

.people-profile__name {
  margin-top: 1rem;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.2614379085vw + 1.1862745098rem, 1.5rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .people-profile__name {
    font-size: 1.25rem;
  }
}

.people-qa {
  margin-top: clamp(2rem, 1.045751634vw + 1.7450980392rem, 3rem);
}

.people-qa__title {
  margin: 0;
  padding: 0.75rem 1.25rem;
  background: #fff4f4;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.3921568627vw + 1.0294117647rem, 1.5rem);
  line-height: 1.666;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .people-qa__title {
    padding: 0.625rem 1rem;
    font-size: 1.125rem;
  }
}

.people-qa__text {
  margin: 1.125rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width:768px) {
  .people-qa__text {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.people-schedule {
  margin-top: clamp(2.5rem, 1.568627451vw + 2.1176470588rem, 4rem);
}

.people-schedule__head .section-head__title {
  margin: 0;
  padding: 0.75rem 1.25rem;
  background: #fff4f4;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.3921568627vw + 1.0294117647rem, 1.5rem);
  line-height: 1.666;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .people-schedule__head .section-head__title {
    padding: 0.625rem 1rem;
    font-size: 1.125rem;
  }
}
.people-schedule__head .section-head__bar {
  margin-top: 0.75rem;
}

.people-schedule__list {
  margin: clamp(1.25rem, 0.7843137255vw + 1.0588235294rem, 2rem) 0 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.people-schedule__item {
  display: grid;
  grid-template-columns: 5.625rem 1.75rem 1fr;
  align-items: center;
  column-gap: clamp(1rem, 1.045751634vw + 0.7450980392rem, 2rem);
  padding-block: 0.875rem;
  overflow: visible;
}
@media screen and (min-width:1025px) {
  .people-schedule__item {
    grid-template-columns: 7.5rem 2rem 1fr;
  }
}

.people-schedule__time {
  font-weight: 700;
  white-space: nowrap;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .people-schedule__time {
    font-size: 0.875rem;
  }
}
.people-schedule__time {
  color: #333333;
}

.people-schedule__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  min-height: 100%;
  margin-block: calc(-1 * 0.875rem);
}
.people-schedule__marker::before {
  content: "";
  flex: 1 1 0;
  width: 2px;
  min-height: 0;
  background: rgba(238, 158, 159, 0.35);
}
.people-schedule__marker::after {
  content: "";
  flex: 1 1 0;
  width: 2px;
  min-height: 0;
  background: rgba(238, 158, 159, 0.35);
}

.people-schedule__dot {
  flex-shrink: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #ee9e9f;
}

.people-schedule__item:first-child .people-schedule__marker::before {
  background: transparent;
}

.people-schedule__item:last-child .people-schedule__marker::after {
  background: transparent;
}

.people-schedule__label {
  margin: 0;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .people-schedule__label {
    font-size: 0.875rem;
  }
}
.people-schedule__label {
  line-height: 1.8;
  color: #333333;
}

.people-pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.75rem, 3.3986928105vw + -0.0784313725rem, 4rem);
  margin-top: clamp(3.5rem, 2.091503268vw + 2.9901960784rem, 5.5rem);
}

.people-pager__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  background: #ee9e9f;
  transition: background-color 0.3s ease;
}
@media screen and (max-width:768px) {
  .people-pager__nav {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.people-pager__nav::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.5rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
}
@media screen and (max-width:768px) {
  .people-pager__nav::before {
    width: 1.125rem;
    height: 0.375rem;
  }
}
@media (hover: hover) {
  .people-pager__nav:hover {
    background: #d68bb1;
    opacity: 1;
  }
}

.people-pager__nav--prev::before {
  transform: scaleX(-1);
}

.people-pager__index {
  flex-shrink: 1;
  min-width: 0;
  max-width: 22.5rem;
  padding: 0.75rem 1.25rem 0.875rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .people-pager__index {
    padding: 0.625rem 0.875rem 0.75rem;
    font-size: 0.75rem;
  }
}

.flow {
  padding-block: clamp(3rem, 2.091503268vw + 2.4901960784rem, 5rem);
}
.flow .section-head + .section-lead {
  margin-top: clamp(1.5rem, 1.568627451vw + 1.1176470588rem, 3rem);
}
@media screen and (max-width:768px) {
  .flow .section-head + .section-lead {
    margin-top: 1.5rem;
  }
}
.flow .about-work__cards {
  --flow-gap: clamp(1.75rem, 1.3071895425vw + 1.431372549rem, 3rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--flow-gap);
  margin-top: clamp(2rem, 1.568627451vw + 1.6176470588rem, 3.5rem);
}
@media screen and (max-width: 1024px) and (min-width: 651px) {
  .flow .about-work__cards {
    --flow-gap: clamp(1rem, 0.7843137255vw + 0.8088235294rem, 1.75rem);
  }
}
@media screen and (max-width: 650px) {
  .flow .about-work__cards {
    --flow-gap: 2.25rem;
    grid-template-columns: 1fr;
    max-width: 20.625rem;
    margin-inline: auto;
    margin-top: 2rem;
  }
}
.flow .flow__item {
  position: relative;
  height: 100%;
}
.flow .flow__item::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}
.flow .flow__item:last-child::after {
  content: none;
}
@media screen and (max-width: 650px) {
  .flow .flow__item {
    width: 100%;
  }
}
.flow .about-work-card {
  position: relative;
  max-width: none;
  justify-self: stretch;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 651px) {
  .flow .flow__item:nth-child(-n+3)::after {
    top: 50%;
    left: calc(100% + var(--flow-gap) / 2);
    right: auto;
    transform: translate(-50%, -50%);
    border-width: 0.8125rem 0 0.8125rem 1.25rem;
    border-color: transparent transparent transparent #b3b3b3;
  }
}
@media screen and (min-width: 651px) and (max-width: 1024px) {
  .flow .flow__item:nth-child(-n+3)::after {
    border-width: 0.4375rem 0 0.4375rem 0.6875rem;
  }
}
@media screen and (max-width: 650px) {
  .flow .flow__item:not(:last-child)::after {
    top: calc(100% + var(--flow-gap) / 2);
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-width: 0.875rem 0.5rem 0 0.5rem;
    border-color: #b3b3b3 transparent transparent transparent;
  }
}
.flow .about-work-card__no {
  flex-direction: column;
  gap: 0.125rem;
  width: clamp(3.5rem, 0.7843137255vw + 3.3088235294rem, 4.25rem);
  height: clamp(3.5rem, 0.7843137255vw + 3.3088235294rem, 4.25rem);
  padding: 0 0.5rem 0.375rem 0;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.flow .about-work-card__no-num {
  font-size: clamp(1.125rem, 0.2614379085vw + 1.0612745098rem, 1.375rem);
  letter-spacing: 0;
  line-height: 1;
}
.flow .flow__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem 0.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 651px) {
  .flow .flow__card-head {
    padding: 0.75rem 0.25rem 0.375rem;
  }
}
@media screen and (max-width: 650px) {
  .flow .flow__card-head {
    padding: 1rem 0.75rem 0.5rem;
  }
}
.flow .flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(88%, clamp(5rem, 3.9215686275vw + 4.0441176471rem, 8.75rem));
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 651px) {
  .flow .flow__icon {
    width: min(92%, clamp(3.5rem, 1.568627451vw + 3.1176470588rem, 5rem));
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 650px) {
  .flow .flow__icon {
    width: min(100%, 7.5rem);
    margin-top: 0.375rem;
  }
}
.flow .flow__icon img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 77/87;
  object-fit: contain;
}
.flow .about-work-card__body.flow__card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0.5rem 0.75rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 651px) {
  .flow .about-work-card__body.flow__card-body {
    padding: 0.375rem 0.5rem 1rem;
  }
}
@media screen and (max-width: 650px) {
  .flow .about-work-card__body.flow__card-body {
    padding: 0.375rem 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 651px) {
  .flow .about-work-card__role-main {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.flow__title-note {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .flow__title-note {
    font-size: 0.75rem;
  }
}

.jobs {
  padding-block: clamp(3rem, 2.091503268vw + 2.4901960784rem, 5rem);
  scroll-margin-top: 1.5rem;
}

.jobs__filter {
  margin-top: clamp(1.75rem, 1.045751634vw + 1.4950980392rem, 2.75rem);
}

.jobs__filter-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.jobs__filter-label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .jobs__filter-label {
    font-size: 0.875rem;
  }
}
.jobs__filter-label {
  color: #333333;
}
.jobs__filter-label svg {
  flex-shrink: 0;
}

.jobs__clear {
  font-size: 0.8125rem;
  color: rgba(51, 51, 51, 0.65);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .jobs__clear:hover {
    color: #ee9e9f;
    opacity: 1;
  }
}

.jobs__filter-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.jobs__select {
  position: relative;
  flex: 1 1 11.25rem;
  min-width: 10rem;
  max-width: 18.75rem;
}
.jobs__select select {
  appearance: none;
  width: 100%;
  height: 3.75rem;
  padding: 0 2.5rem 0 1.25rem;
  background: #ee9e9f;
  border: 0;
  border-radius: 9999px;
  color: #fff;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .jobs__select select:hover {
    background: #d68bb1;
  }
}
.jobs__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.jobs__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 13.75rem;
  height: 3.25rem;
  padding: 0 1.5rem;
  background: #333333;
  color: #fff;
  border: 0;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .jobs__search:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1024px) {
  .jobs__filter-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    align-items: stretch;
  }
  .jobs__select {
    flex: unset;
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .jobs__select select {
    height: 2.75rem;
    padding: 0 2rem 0 0.875rem;
    font-size: 0.8125rem;
  }
  .jobs__select::after {
    right: 0.875rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
  .jobs__search {
    grid-column: 1/-1;
    justify-self: center;
    width: 13.75rem;
    height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 0.8125rem;
  }
}
.jobs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 0.3921568627vw + 1.4044117647rem, 1.875rem) clamp(1.5rem, 0.3921568627vw + 1.4044117647rem, 1.875rem);
  margin-top: clamp(2.25rem, 1.3071895425vw + 1.931372549rem, 3.5rem);
}
@media screen and (max-width: 1024px) {
  .jobs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 521px) {
  .jobs__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.jobs__empty {
  grid-column: 1/-1;
  padding: clamp(2.5rem, 1.568627451vw + 2.1176470588rem, 4rem) 0;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .jobs__empty {
    font-size: 0.875rem;
  }
}
.jobs__empty {
  color: #333333;
}

.job-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 23.75rem;
  height: 100%;
  justify-self: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ee9e9f;
  border-radius: 1.25rem;
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .job-card:hover {
    opacity: 0.92;
  }
}

.job-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 380/230;
  background: #d9d9d9;
}
@media screen and (max-width: 521px) {
  .job-card__media {
    aspect-ratio: 290/170;
  }
}

.job-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.job-card:hover .job-card__img {
  transform: scale(1.04);
}

.job-card__title {
  padding: 1.125rem 1.5rem 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333333;
  min-height: 3.2em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.job-card__list {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.job-card__row {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  column-gap: 0.625rem;
  align-items: center;
}

.job-card__term {
  margin: 0;
  justify-self: stretch;
  width: 6.25rem;
  padding: 0.125rem 0.375rem;
  background: #6fb7de;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

.job-card__desc {
  margin: 0;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width:769px) {
  .job-card__desc {
    white-space: nowrap;
  }
}

.job-card__more {
  margin-top: auto;
  padding: 1.25rem 1.5rem 1.5rem;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .job-card {
    border-radius: 1rem;
  }
  .job-card__title {
    padding: 0.75rem 1rem 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    min-height: 3em;
  }
  .job-card__list {
    margin-top: 0.75rem;
    padding: 0 1rem;
    gap: 0.5rem;
  }
  .job-card__row {
    grid-template-columns: 4rem 1fr;
    column-gap: 0.5rem;
  }
  .job-card__term {
    width: 4rem;
    padding: 0.0625rem 0.25rem;
    font-size: 0.6875rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
  .job-card__desc {
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    white-space: normal;
  }
  .job-card__more {
    padding: 0.875rem 1rem 1.125rem;
  }
  .job-card__more .c-arrow-link {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
  .job-card__more .c-arrow-link::after {
    width: 1.375rem;
    height: 1.375rem;
    background-size: 0.625rem;
  }
}
@media screen and (max-width: 521px) {
  .job-card__title {
    padding-top: 0.875rem;
    font-size: 1.125rem;
    line-height: 1.5;
    min-height: 3em;
  }
  .job-card__list {
    margin-top: 0.75rem;
    gap: 0.625rem;
  }
  .job-card__row {
    grid-template-columns: 4.5rem 1fr;
  }
  .job-card__term {
    width: 4.5rem;
    font-size: 0.75rem;
  }
  .job-card__desc {
    font-size: 0.8125rem;
  }
  .job-card__more {
    padding: 1rem 1rem 1.25rem;
  }
  .job-card__more .c-arrow-link {
    font-size: 0.8125rem;
  }
  .job-card__more .c-arrow-link::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 0.6875rem;
  }
}
.env-section {
  padding-block: clamp(3.5rem, 2.614379085vw + 2.862745098rem, 6rem);
}
.env-section--tint {
  background: #fff4f4;
}
.env-section--tint .about-features-item__img {
  aspect-ratio: 560/400;
  object-fit: cover;
  border-radius: 1.25rem;
}
.env-section--tint .about-features-item--02 .about-features-item__media {
  top: auto;
}

.env-intro .section-head + .section-lead,
.env-intro .section-head + .section-lead--accent,
.env-section .section-head + .section-lead,
.env-section .section-head + .section-lead--accent {
  margin-top: 3rem;
}
@media screen and (max-width:768px) {
  .env-intro .section-head + .section-lead,
  .env-intro .section-head + .section-lead--accent,
  .env-section .section-head + .section-lead,
  .env-section .section-head + .section-lead--accent {
    margin-top: 1.5rem;
  }
}
.env-intro .section-lead--accent + .section-lead,
.env-section .section-lead--accent + .section-lead {
  margin-top: 1.125rem;
}

.env-intro {
  padding-block: clamp(3rem, 1.568627451vw + 2.6176470588rem, 4.5rem);
}
.env-intro .section-lead + .env-anchors {
  margin-top: clamp(1.75rem, 1.045751634vw + 1.4950980392rem, 2.75rem);
}
.env-intro .env-anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .env-intro .env-anchors {
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
}

.env-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-width: 12.5rem;
  padding: 0.875rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(238, 158, 159, 0.2);
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .env-anchor {
    font-size: 0.875rem;
  }
}
.env-anchor {
  color: #333333;
}
@media screen and (max-width:768px) {
  .env-anchor {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.75rem 0.5rem;
  }
}
.env-anchor::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: translateY(-30%) rotate(45deg);
}
.env-anchor:hover {
  opacity: 1;
  color: #ee9e9f;
}
.env-anchor:hover::after {
  border-color: #ee9e9f;
}

#education {
  position: relative;
  overflow: hidden;
  background: #fff4f4 url("../img/about/about-message-bg.webp") no-repeat center top/cover;
}
#education::before, #education::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 12.5rem;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  #education::before, #education::after {
    height: 6.25rem;
  }
}
#education::before {
  top: 0;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
#education::after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
#education .inner {
  position: relative;
  z-index: 1;
}
#education .about-work__cards {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 0.6535947712vw + 1.0906862745rem, 1.875rem);
  margin-top: clamp(2.5rem, 1.045751634vw + 2.2450980392rem, 3.5rem);
}
@media screen and (max-width:768px) {
  #education .about-work__cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}
#education .about-work-card {
  max-width: none;
  justify-self: stretch;
}
#education .about-work-card__body {
  display: flex;
  flex-direction: column;
}
#education .about-work-card__line {
  margin: 1rem 0 1.25rem;
}
#education .about-work-card__no {
  flex-direction: column;
  gap: 0.125rem;
  width: clamp(3.5rem, 0.7843137255vw + 3.3088235294rem, 4.25rem);
  height: clamp(3.5rem, 0.7843137255vw + 3.3088235294rem, 4.25rem);
  padding: 0 0.5rem 0.375rem 0;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#education .about-work-card__no-num {
  font-size: clamp(1.125rem, 0.2614379085vw + 1.0612745098rem, 1.375rem);
  letter-spacing: 0;
  line-height: 1;
}
#education .about-work-card__text {
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  #education .about-work-card__text {
    font-size: 0.875rem;
  }
}
#education .about-work-card__text {
  line-height: 1.9;
  text-align: left;
}
#education .edu-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#education .edu-card__list li {
  position: relative;
  padding-left: 1.125rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  #education .edu-card__list li {
    font-size: 0.875rem;
  }
}
#education .edu-card__list li {
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #333333;
}
#education .edu-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875em;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ee9e9f;
  transform: translateY(-50%);
}
#education .edu-card__list li .small {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#education .edu-card__subnote {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}

.benefits-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: clamp(2.5rem, 1.045751634vw + 2.2450980392rem, 3.5rem);
}
@media screen and (max-width:1024px) {
  .benefits-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0.75rem, 0.522875817vw + 0.6225490196rem, 1.25rem);
  }
}
@media screen and (max-width: 520px) {
  .benefits-stats {
    grid-template-columns: 1fr;
  }
}

.benefits-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: clamp(1.25rem, 0.522875817vw + 1.1225490196rem, 1.75rem) 1rem clamp(1.125rem, 0.3921568627vw + 1.0294117647rem, 1.5rem);
  background: #fff;
  border: 2px solid #ee9e9f;
  border-radius: 1.25rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .benefits-stat {
    gap: 0.25rem;
    padding: 1.25rem 1rem;
  }
}

.benefits-stat__en {
  display: block;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #333333;
}

.benefits-stat__value {
  display: block;
  margin: 0.3125rem 0 0.625rem;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 1.045751634vw + 1.3700980392rem, 2.625rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #ee9e9f;
}
.benefits-stat__value small {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .benefits-stat__value {
    font-size: 1.75rem;
  }
  .benefits-stat__value small {
    font-size: 0.5em;
  }
}

.benefits-stat__note {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .benefits-stat__note {
    font-size: 0.8125rem;
  }
}

.benefits-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 0.522875817vw + 0.6225490196rem, 1.25rem);
  margin-top: clamp(0.75rem, 0.522875817vw + 0.6225490196rem, 1.25rem);
}
@media screen and (max-width:1024px) {
  .benefits-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:768px) {
  .benefits-cards {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.benefit-card {
  padding: clamp(1.5rem, 1.6993464052vw + 1.0857843137rem, 3.125rem) clamp(1.5rem, 0.3921568627vw + 1.4044117647rem, 1.875rem) clamp(1.5rem, 1.6993464052vw + 1.0857843137rem, 3.125rem) clamp(1.5rem, 0.7189542484vw + 1.324754902rem, 2.1875rem);
  background: #fff;
  border: 2px solid #ee9e9f;
  border-radius: 1.25rem;
}
@media screen and (max-width:768px) {
  .benefit-card {
    padding: 1.25rem 1rem;
  }
}

.benefit-card__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
}

.benefit-card__icon {
  width: 1.75rem;
  height: 1.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.benefit-card__title-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .benefit-card__title-text {
    font-size: 1.125rem;
  }
}

.benefit-card__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.benefit-card__list li {
  position: relative;
  padding: 0.375rem 0.3125rem 0.4375rem 1.5rem;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
.benefit-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.75rem;
  height: 0.4375rem;
  border-left: 2px solid #ee9e9f;
  border-bottom: 2px solid #ee9e9f;
  transform: rotate(-45deg);
}
.benefit-card__list li + li {
  margin-top: -1px;
}
@media screen and (max-width:768px) {
  .benefit-card__list li {
    font-size: 0.875rem;
    padding: 0.375rem 0 0.4375rem 1.25rem;
  }
  .benefit-card__list li::before {
    top: 0.5rem;
    width: 0.625rem;
    height: 0.375rem;
  }
}

#workplace {
  position: relative;
  overflow: hidden;
  background: #fff4f4 url("../img/about/about-features-bg.webp") no-repeat center/cover;
}
#workplace::before, #workplace::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: clamp(6.25rem, 6.5359477124vw + 4.6568627451rem, 12.5rem);
  pointer-events: none;
}
@media screen and (max-width:768px) {
  #workplace::before, #workplace::after {
    height: 6.25rem;
  }
}
#workplace::before {
  top: 0;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
#workplace::after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
#workplace .inner {
  position: relative;
  z-index: 1;
}
#workplace .about-features__list {
  margin-top: clamp(2.75rem, 1.3071895425vw + 2.431372549rem, 4rem);
}
@media screen and (max-width:768px) {
  #workplace .about-features__list {
    margin-top: 2rem;
  }
}
@media screen and (max-width:768px) {
  #workplace .about-features-item {
    gap: 1.25rem;
  }
}
#workplace .about-features-item__title {
  margin-top: 0;
}
#workplace .about-features-item__text {
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  #workplace .about-features-item__text {
    font-size: 0.875rem;
  }
}
#workplace .about-features-item__text {
  line-height: 2;
  text-align: left;
}
@media screen and (max-width:768px) {
  #workplace .about-features-item__text {
    line-height: 1.75;
    margin-top: 0;
  }
}

.about-features-item__text, .about-message__text, .about-what__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width:768px) {
  .about-features-item__text, .about-message__text, .about-what__text {
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: justify;
  }
}

.about-what,
.about-message,
.about-work,
.about-features,
.about-culture,
.about-data,
.about-links {
  padding-block: clamp(3.5rem, 4.8366013072vw + 2.3210784314rem, 8.125rem);
  padding-bottom: clamp(3.5rem, 0.3921568627vw + 3.4044117647rem, 3.875rem);
}
.about-what .section-lead,
.about-message .section-lead,
.about-work .section-lead,
.about-features .section-lead,
.about-culture .section-lead,
.about-data .section-lead,
.about-links .section-lead {
  margin-top: clamp(1.5rem, 1.568627451vw + 1.1176470588rem, 3rem);
  padding-left: clamp(0.875rem, 0.3921568627vw + 0.7794117647rem, 1.25rem);
}
@media screen and (max-width:768px) {
  .about-what .section-lead,
  .about-message .section-lead,
  .about-work .section-lead,
  .about-features .section-lead,
  .about-culture .section-lead,
  .about-data .section-lead,
  .about-links .section-lead {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}

.about-what {
  padding-block: clamp(3.5rem, 4.8366013072vw + 2.3210784314rem, 8.125rem);
  padding-bottom: 3.875rem;
}
@media screen and (max-width:768px) {
  .about-what {
    padding-block: 3.5rem;
  }
}
@media screen and (max-width:768px) {
  .about-what .section-lead {
    padding-left: 0;
  }
}

.about-message .section-lead {
  padding-left: 0;
}

.about-work {
  padding-bottom: 9.375rem;
}
@media screen and (max-width:768px) {
  .about-work {
    padding-bottom: 3.5rem;
  }
}
.about-work .section-lead {
  padding-left: 0;
}

.about-features {
  padding-top: clamp(3.5rem, 5.8169934641vw + 2.0821078431rem, 9.0625rem);
  padding-bottom: 9.375rem;
}
@media screen and (max-width:768px) {
  .about-features {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.about-culture {
  padding-top: clamp(3.5rem, 5.4901960784vw + 2.1617647059rem, 8.75rem);
  padding-bottom: 3.4375rem;
}
@media screen and (max-width:768px) {
  .about-culture {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}

.about-data {
  padding-top: clamp(3.5rem, 5.8169934641vw + 2.0821078431rem, 9.0625rem);
  padding-bottom: 9.6875rem;
}
@media screen and (max-width:768px) {
  .about-data {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.about-links {
  padding-bottom: 8.75rem;
}
@media screen and (max-width:768px) {
  .about-links {
    padding-bottom: 6.25rem;
  }
}

.l-page:not(.l-page--top) main > .about-links:has(+ .entry-cta) {
  padding-bottom: 8.75rem;
}
@media screen and (max-width:768px) {
  .l-page:not(.l-page--top) main > .about-links:has(+ .entry-cta) {
    padding-bottom: 6.25rem;
  }
}

.about-mv {
  position: relative;
  overflow: visible;
  padding-left: clamp(1.6rem, 1rem + 2vw, 4rem);
  padding-bottom: 2.5rem;
  margin-bottom: -2.5rem;
}
@media screen and (max-width:768px) {
  .about-mv {
    padding-right: 0;
  }
}

.about-mv__stage {
  position: relative;
  width: min(100%, 108rem);
  aspect-ratio: 1728/500;
  margin-left: auto;
  margin-right: 0;
}

.about-mv__bg-under {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about-mv__bg-under img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-mv__visual {
  position: absolute;
  top: calc(100% * 20 / 500);
  right: 0;
  z-index: 1;
  width: calc(100% * 1708 / 1728);
  height: calc(100% * 460 / 500);
  pointer-events: none;
}

.about-mv__photo,
.about-mv__mask {
  position: absolute;
  inset: 0;
}
.about-mv__photo img,
.about-mv__mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
@media screen and (max-width:768px) {
  .about-mv__photo img,
  .about-mv__mask img {
    object-position: 60% center;
  }
}

.about-mv__photo {
  z-index: 0;
}

.about-mv__mask {
  z-index: 1;
}

.about-mv__icon {
  position: absolute;
  left: -0.75rem;
  bottom: -2.5rem;
  z-index: 2;
  width: clamp(6.25rem, 3.2679738562vw + 5.4534313725rem, 9.375rem);
  height: clamp(7.5rem, 3.9215686275vw + 6.5441176471rem, 11.25rem);
  object-fit: contain;
  pointer-events: none;
}

.about-mv__head {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 0 clamp(0.625rem, 2.9411764706vw + -0.0919117647rem, 3.4375rem) clamp(6.25rem, 7.0588235294vw + 4.5294117647rem, 13rem);
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .about-mv__head {
    padding-left: 10%;
  }
}

.about-mv__title {
  margin: 0;
  color: #fff;
}

.about-mv__title-en {
  display: block;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.137254902vw + 1.2352941176rem, 5rem);
  line-height: 1.75;
  letter-spacing: 0;
  color: #fff;
}

.about-mv__title-ja {
  display: block;
  margin-top: -1.3125rem;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.6535947712vw + 0.9656862745rem, 1.75rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width:768px) {
  .about-mv__stage {
    width: 100%;
    aspect-ratio: auto;
    height: 15.625rem;
    min-height: 15.625rem;
  }
  .about-mv__bg-under {
    overflow: hidden;
    border-top-left-radius: 8.4375rem;
    border-bottom-left-radius: 8.4375rem;
  }
  .about-mv__bg-under img {
    object-position: left center;
  }
  .about-mv__visual {
    top: 0.625rem;
    width: calc(168900% / 1728);
    height: 14.375rem;
    overflow: hidden;
    border-top-left-radius: 7.1875rem;
    border-bottom-left-radius: 7.1875rem;
  }
  .about-mv__title-en {
    font-size: 2rem;
    line-height: 1.2;
  }
  .about-mv__title-ja {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.about-what__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.75rem, 3.3986928105vw + 0.9215686275rem, 5rem);
  margin-top: clamp(2rem, 0.7189542484vw + 1.824754902rem, 2.6875rem);
}
@media screen and (max-width:768px) {
  .about-what__body {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 1.5rem;
  }
}

.about-what__media {
  min-width: 0;
  padding-top: 0.625rem;
}
@media screen and (max-width:768px) {
  .about-what__media {
    padding-top: 0;
  }
}

.about-what__slider {
  position: relative;
  width: 100%;
  max-width: 35rem;
}
@media screen and (max-width:768px) {
  .about-what__slider {
    width: min(35rem, 100% - 3.75rem);
    max-width: none;
    margin-inline: auto;
  }
}

.about-what__swiper {
  overflow: hidden;
  border-radius: 1.25rem;
}

.about-what__slide-img {
  width: 100%;
  aspect-ratio: 560/400;
  border-radius: 1.25rem;
  object-fit: cover;
}

.about-what__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 0.522875817vw + 2.8725490196rem, 3.5rem);
  height: clamp(3rem, 0.522875817vw + 2.8725490196rem, 3.5rem);
  border: none;
  border-radius: 50%;
  background: #ee9e9f;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.about-what__nav::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.5rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
}
.about-what__nav:hover {
  background: #d68bb1;
}
.about-what__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
@media screen and (max-width:768px) {
  .about-what__nav {
    width: 3rem;
    height: 3rem;
  }
}

.about-what__nav--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.about-what__nav--prev::before {
  transform: scaleX(-1);
}

.about-what__nav--next {
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}

.about-what__content {
  min-width: 0;
  max-width: 100%;
}

.about-what__text {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.about-what__text + .about-what__text {
  margin-top: 1.25rem;
}

.about-what__btn {
  margin: 0;
  text-align: center;
}
.about-what__btn .c-btn {
  min-width: 17.5rem;
}
@media screen and (max-width:768px) {
  .about-what__btn .c-btn {
    width: 100%;
    max-width: 22.5rem;
  }
}
.about-what__btn--pc {
  margin-top: 2.375rem;
}
@media screen and (max-width:768px) {
  .about-what__btn--pc {
    display: none;
  }
}
.about-what__btn--sp {
  display: none;
}
@media screen and (max-width:768px) {
  .about-what__btn--sp {
    display: block;
    grid-column: 1;
    margin-top: 0.5rem;
  }
}

.about-message {
  position: relative;
  background: #fff4f4 url("../img/about/about-message-bg.webp") no-repeat center top/cover;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .about-message::before, .about-message::after {
    height: 6.25rem;
  }
}
.about-message::before, .about-message::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 12.5rem;
  pointer-events: none;
}
.about-message::before {
  top: 0;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
.about-message::after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.about-message__content {
  position: relative;
  max-width: 48.4375rem;
}
@media screen and (max-width:768px) {
  .about-message__content {
    max-width: none;
  }
}
.about-message__content > .section-head,
.about-message__content > .about-message__body {
  position: relative;
  z-index: 1;
}

.about-message__deco {
  position: absolute;
  top: calc(-1 * clamp(2.5rem, 0.9803921569vw + 2.2610294118rem, 3.4375rem));
  right: 0;
  z-index: 0;
  width: 48rem;
  height: 62.26225rem;
  opacity: 0.1;
  transform: translateX(47%);
  pointer-events: none;
}
.about-message__deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width:768px) {
  .about-message__deco {
    top: -1.25rem;
    right: -11.25rem;
    width: 28.9099375rem;
    height: 37.5rem;
    transform: none;
  }
}

.about-message__inner {
  position: relative;
  z-index: 1;
}

.about-message__body {
  margin-top: 0.625rem;
  text-align: left;
}
@media screen and (max-width:768px) {
  .about-message__body {
    margin-top: 1.5rem;
  }
}

.about-message .section-head .section-lead--accent {
  font-size: clamp(1.75rem, 1.045751634vw + 1.4950980392rem, 2.75rem);
}
@media screen and (max-width:768px) {
  .about-message .section-head .section-lead--accent {
    font-size: 1.375rem;
  }
}

.about-message__catch {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .about-message__catch {
    font-size: 1rem;
  }
}

.about-message__text {
  margin-top: 2.9375rem;
  padding-right: 2.0625rem;
}
@media screen and (max-width:768px) {
  .about-message__text {
    margin-top: 1.5rem;
    padding-right: 0;
  }
}

.about-message__box + .about-message__text {
  margin-top: 1.25rem;
}

.about-message__box {
  margin-top: 1.25rem;
  padding: 1.875rem 1.5625rem 2.375rem 2.5rem;
  background: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #ee9e9f;
  text-align: left;
  border-radius: 1.25rem;
  max-width: 43.75rem;
}
@media screen and (max-width:768px) {
  .about-message__box {
    font-size: 1.25rem;
    line-height: 1.75;
    padding: 1.25rem 1rem;
  }
}

.about-message__sign {
  margin-top: 2.8125rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width:768px) {
  .about-message__sign {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.about-message__sign-role {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .about-message__sign-role {
    font-size: 0.875rem;
  }
}

.about-message__sign-name {
  display: block;
  margin-top: -5px;
}

.about-message__philosophy {
  position: relative;
  margin-top: clamp(2.5rem, 4.3790849673vw + 1.4325980392rem, 6.6875rem);
  padding: clamp(2rem, 2.3529411765vw + 1.4264705882rem, 4.25rem) 1.5rem clamp(2.5rem, 2.614379085vw + 1.862745098rem, 5rem);
  border-radius: 1.25rem;
  background: linear-gradient(to right, #ee9e9f 0%, #d68bb1 50%, #6fb7de 100%);
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width:768px) {
  .about-message__philosophy {
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }
}

.about-message__philosophy-en {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 -1.5625rem 0;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(3.5rem, 8.8888888889vw + 1.3333333333rem, 12rem);
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .about-message__philosophy-en {
    font-size: 3.5rem;
    margin-bottom: -0.625rem;
  }
}

.about-message__philosophy-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9150326797vw + 0.9019607843rem, 2rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
.about-message__philosophy-text + .about-message__philosophy-text {
  margin-top: 1.875rem;
}
.about-message__philosophy-text--sub {
  font-size: clamp(0.875rem, 0.2614379085vw + 0.8112745098rem, 1.125rem);
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .about-message__philosophy-text {
    font-size: 1rem;
  }
  .about-message__philosophy-text + .about-message__philosophy-text {
    margin-top: 1rem;
  }
  .about-message__philosophy-text--sub {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.about-work__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: clamp(0.625rem, 1.3071895425vw + 0.306372549rem, 1.875rem);
  margin-top: clamp(2rem, 1.5032679739vw + 1.6335784314rem, 3.4375rem);
}
@media screen and (max-width: 650px) {
  .about-work__cards {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}

.about-work-card {
  --card-color: #ee9e9f;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 23.75rem;
  justify-self: center;
  background: #fff;
  border: 2px solid var(--card-color);
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .about-work-card {
    max-width: 20.625rem;
  }
}
.about-work-card--pink {
  --card-color: #ee9e9f;
}
.about-work-card--purple {
  --card-color: #d68bb1;
}
.about-work-card--blue {
  --card-color: #6fb7de;
}

.about-work-card__head {
  position: relative;
  padding: 1.1875rem 1.25rem 0.9375rem;
  text-align: center;
}

.about-work-card__no {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.125rem, 0.522875817vw + 2.9975490196rem, 3.625rem);
  height: clamp(3.125rem, 0.522875817vw + 2.9975490196rem, 3.625rem);
  padding: 0 0.625rem 0.3125rem 0;
  border-radius: 0 0 3.5rem 0;
  background: var(--card-color);
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.2614379085vw + 1.1862745098rem, 1.5rem);
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.about-work-card__role {
  margin: 0;
}

.about-work-card__role-main {
  display: block;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.2614379085vw + 1.1862745098rem, 1.5rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: var(--card-color);
}
@media screen and (max-width:768px) {
  .about-work-card__role-main {
    font-size: 1.375rem;
  }
}

.about-work-card__role-dot {
  margin: 0 -0.3125rem;
}

.about-work-card__role-sub {
  display: block;
  margin-top: -0.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: var(--card-color);
}

.about-work-card__img {
  width: 100%;
  aspect-ratio: 380/270;
  overflow: hidden;
}
.about-work-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-work-card__body {
  flex: 1;
  padding: 1.5rem 1.75rem 1.875rem;
}
@media screen and (max-width:768px) {
  .about-work-card__body {
    padding: 1.25rem 1rem 1.5rem;
  }
}

.about-work-card__catch {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.1307189542vw + 1.0931372549rem, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width:768px) {
  .about-work-card__catch {
    font-size: 1.125rem;
  }
}

.about-work-card__line {
  width: 100%;
  height: 0;
  margin: 1.25rem 0 1.375rem;
  border: 0;
  border-top: 2px dashed var(--card-color);
}

.about-work-card__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #333333;
}
@media screen and (max-width:768px) {
  .about-work-card__text {
    font-size: 0.875rem;
  }
}

.about-features {
  background: #fff4f4 url("../img/about/about-features-bg.webp") no-repeat center/cover;
  border-radius: 3.125rem 3.125rem 0 0;
}

.about-features__list {
  display: flex;
  flex-direction: column;
  margin-top: clamp(2rem, 1.568627451vw + 1.6176470588rem, 3.5rem);
}
@media screen and (max-width:768px) {
  .about-features__list {
    margin-top: 1.5rem;
  }
}

.about-features-item {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.9607843137vw + 0.1470588235rem, 2.5rem);
}
@media screen and (max-width:768px) {
  .about-features-item {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.about-features-item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .about-features-item--reverse {
    flex-direction: column;
  }
}

.about-features-item--01 {
  margin-bottom: clamp(3rem, 2.8758169935vw + 2.2990196078rem, 5.75rem);
}
@media screen and (max-width:768px) {
  .about-features-item--01 {
    margin-bottom: 2rem;
  }
}

.about-features-item--02 {
  margin-bottom: clamp(1.25rem, 0.522875817vw + 1.1225490196rem, 1.75rem);
}
.about-features-item--02 .about-features-item__body {
  padding-left: 0;
  padding-right: clamp(0.625rem, 1.8300653595vw + 0.1789215686rem, 2.375rem);
}
@media screen and (min-width:1025px) {
  .about-features-item--02 .about-features-item__media {
    position: relative;
    top: -2.0625rem;
  }
}
@media screen and (max-width:768px) {
  .about-features-item--02 {
    margin-bottom: 2rem;
  }
  .about-features-item--02 .about-features-item__body {
    padding-right: 0;
  }
}

.about-features-item--03 {
  margin-bottom: 0;
}

.about-features-item__media {
  flex: 1 1 clamp(27.5rem, 10.4166666667vw + 22.5rem, 35rem);
  max-width: clamp(27.5rem, 10.4166666667vw + 22.5rem, 35rem);
  min-width: 0;
}
@media screen and (max-width:768px) {
  .about-features-item__media {
    flex: none;
    width: 100%;
    max-width: 20.625rem;
    margin-inline: auto;
  }
}

.about-features-item__img {
  display: block;
  width: 100%;
  max-width: clamp(27.5rem, 10.4166666667vw + 22.5rem, 35rem);
  aspect-ratio: 560/460;
  object-fit: contain;
}
@media screen and (max-width:768px) {
  .about-features-item__img {
    max-width: 100%;
  }
}

.about-features-item__body {
  flex: 1 1 50%;
  min-width: 0;
  padding-left: clamp(0.625rem, 1.9607843137vw + 0.1470588235rem, 2.5rem);
  margin-bottom: clamp(1.875rem, 1.9607843137vw + 1.3970588235rem, 3.75rem);
}
@media screen and (max-width:768px) {
  .about-features-item__body {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
}

.about-features-item__num {
  display: inline-block;
  width: fit-content;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  background: #6fb7de;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width:768px) {
  .about-features-item__num {
    font-size: 0.75rem;
    padding: 0.5rem 1.25rem;
  }
}

.about-features-item__title {
  margin-top: 1.25rem;
  padding-bottom: 0.875rem;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.3921568627vw + 1.0294117647rem, 1.5rem);
  line-height: 1.666;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .about-features-item__title {
    margin-top: 0.75rem;
    font-size: 1.125rem;
  }
}

.about-features-item__text {
  margin-top: 1.125rem;
}

.about-culture__visual {
  margin-top: clamp(2rem, 1.9607843137vw + 1.5220588235rem, 3.875rem);
}
@media screen and (max-width:768px) {
  .about-culture__visual {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width:1025px) {
  .about-culture__visual {
    width: min(100vw, 96rem);
    max-width: 96rem;
    margin-inline: calc((min(100vw, 96rem) - 100%) / -2);
  }
}

.about-culture__photo {
  width: 100%;
  max-width: 96rem;
  margin-inline: auto;
}

.about-culture__img {
  display: block;
  width: 100%;
  aspect-ratio: 3072/1300;
  border-radius: 3.125rem;
  object-fit: cover;
  background: #e8e8e8;
}
@media screen and (max-width:768px) {
  .about-culture__img {
    border-radius: 1.25rem;
    aspect-ratio: 780/400;
  }
}

.about-culture__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: clamp(12.5rem, 17.3611111111vw + 4.1666666667rem, 25rem) minmax(0, 1fr);
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 75rem;
  margin-top: clamp(-9.375rem, -10.9375vw + 3.75rem, -1.5rem);
  margin-inline: auto;
  padding: clamp(1.75rem, 3.6458333333vw + 0rem, 4.375rem) clamp(2rem, 5.0347222222vw + -0.4166666667rem, 5.625rem) clamp(1.75rem, 4.5138888889vw + -0.4166666667rem, 5rem) clamp(2rem, 9.375vw + -2.5rem, 8.75rem);
  background: #fff;
  border-radius: 3.125rem;
}
@media screen and (max-width:768px) {
  .about-culture__panel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: calc(100% - 2rem);
    max-width: 28.125rem;
    margin-top: -1.5rem;
    margin-inline: auto;
    padding: 1.5rem 1rem;
    border-radius: 1.25rem;
  }
}

.about-culture__panel-head {
  position: relative;
  display: w-fit;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width:768px) {
  .about-culture__panel-head {
    margin-inline: auto;
  }
}

.about-culture__point {
  position: absolute;
  width: clamp(1.125rem, 0.6944444444vw + 0.7916666667rem, 1.625rem);
  height: auto;
}
.about-culture__point--tl {
  top: clamp(-1.375rem, -1.1284722222vw + -0.0208333333rem, -0.5625rem);
  left: clamp(-2.5rem, -2.0833333333vw + 0rem, -1rem);
}
.about-culture__point--br {
  right: clamp(0.375rem, 0.78125vw + 0rem, 0.9375rem);
  bottom: clamp(-0.9375rem, -0.78125vw + 0rem, -0.375rem);
  transform: rotate(180deg);
}
@media screen and (max-width:768px) {
  .about-culture__point {
    width: 1.125rem;
  }
  .about-culture__point--tl {
    top: -0.75rem;
    left: -1.25rem;
  }
  .about-culture__point--br {
    right: 0.3125rem;
    bottom: -0.1875rem;
  }
}

.about-culture__catch {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.7361111111vw + 0.4166666667rem, 2.5rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6fb7de;
}
@media screen and (max-width:768px) {
  .about-culture__catch {
    text-align: center;
  }
}

.about-culture__text {
  min-width: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
  padding-left: clamp(1.25rem, 3.6458333333vw + -0.5rem, 3.875rem);
}
@media screen and (max-width:768px) {
  .about-culture__text {
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: justify;
    padding-left: 0;
  }
}

.about-data {
  background: #fff4f4;
  border-radius: 3.125rem 3.125rem 0 0;
  overflow: hidden;
}

.about-data__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: clamp(2rem, 1.6339869281vw + 1.6017156863rem, 3.5625rem);
}
@media screen and (max-width:768px) {
  .about-data__body {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}

.about-data__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:1024px) {
  .about-data__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
@media screen and (max-width: 520px) {
  .about-data__stats {
    grid-template-columns: 1fr;
  }
}

.about-data-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  --stat-img-w: 7.5rem;
  --stat-img-h: auto;
  padding: 1.25rem 0.75rem 1.0625rem;
  background: #fff;
  border: 2px solid #ee9e9f;
  border-radius: 1.25rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .about-data-stat {
    padding: 1rem 0.75rem;
  }
}

.about-data-stat__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-top: 1.3125rem;
  min-height: 6.25rem;
}

.about-data-stat__img {
  display: block;
  width: var(--stat-img-w);
  height: var(--stat-img-h);
  object-fit: contain;
}

.about-data-stat--age {
  --stat-img-w: 12.125rem;
}

.about-data-stat--gender {
  --stat-img-w: 9.25rem;
}

.about-data-stat__ratio {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin: 0.3125rem 0 0;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.137254902vw + 0.9852941176rem, 4.75rem);
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-data-stat__ratio {
    font-size: 2.5rem;
  }
}

.about-data-stat__ratio-num--female {
  color: #ee9e9f;
}
.about-data-stat__ratio-num--male {
  color: #6fb7de;
}

.about-data-stat__ratio-colon {
  font-size: clamp(1.75rem, 2.614379085vw + 1.112745098rem, 4.25rem);
  color: #333333;
}
@media screen and (max-width:768px) {
  .about-data-stat__ratio-colon {
    font-size: 1.5rem;
  }
}

.about-data-stat__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: -0.4375rem;
}
@media screen and (max-width:768px) {
  .about-data-stat__tags {
    gap: 1.25rem;
    margin-top: -0.25rem;
  }
}

.about-data-stat__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.25rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
.about-data-stat__tag--female {
  background: #ee9e9f;
}
.about-data-stat__tag--male {
  background: #6fb7de;
}

.about-data-stat--tenure {
  --stat-img-w: 11.25rem;
}

.about-data-stat--retention {
  --stat-img-w: 5.375rem;
  --stat-img-h: 9.375rem;
}

.about-data-stat__label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.about-data-stat__label::before, .about-data-stat__label::after {
  content: "";
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ee9e9f;
}
.about-data-stat__label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .about-data-stat__label {
    font-size: 1.125rem;
  }
}

.about-data-stat__value {
  display: block;
  margin-top: 0.3125rem;
  display: block;
  margin-top: 0.3125rem;
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.137254902vw + 0.9852941176rem, 4.75rem);
  line-height: 1.3;
  letter-spacing: 0;
  color: #ee9e9f;
}
.about-data-stat__value small {
  font-size: clamp(1.25rem, 0.7843137255vw + 1.0588235294rem, 2rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .about-data-stat__value {
    font-size: 2.5rem;
  }
  .about-data-stat__value small {
    font-size: 1.5rem;
  }
}

.about-data__chart-card {
  width: 100%;
  padding: clamp(1.5rem, 1.6993464052vw + 1.0857843137rem, 3.125rem) clamp(1.5rem, 2.6797385621vw + 0.8468137255rem, 4.0625rem) clamp(1.5rem, 1.3725490196vw + 1.1654411765rem, 2.8125rem) clamp(1.5rem, 2.2222222222vw + 0.9583333333rem, 3.625rem);
  background: #fff;
  border: 2px solid #ee9e9f;
  border-radius: 1.25rem;
}
@media screen and (max-width:768px) {
  .about-data__chart-card {
    padding: 1.25rem 1rem;
  }
}

.about-data__chart {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.5rem, 1.568627451vw + 1.1176470588rem, 3rem);
}
@media screen and (max-width:1024px) {
  .about-data__chart {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

.about-data__legend-wrap {
  flex: 1;
  min-width: 0;
  padding-left: 1.4375rem;
  padding-top: 0.625rem;
}
@media screen and (max-width:1024px) {
  .about-data__legend-wrap {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .about-data__legend-wrap {
    padding-left: 0;
    padding-top: 0.5rem;
  }
}

.about-data__legend-title {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.about-data__legend-title::before, .about-data__legend-title::after {
  content: "";
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ee9e9f;
}
.about-data__legend-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .about-data__legend-title {
    font-size: 1.125rem;
  }
}
.about-data__legend-title {
  margin: 0 0 1rem;
}
@media screen and (max-width:768px) {
  .about-data__legend-title {
    margin-bottom: 0.75rem;
  }
}

.about-data__ratio {
  flex-shrink: 0;
  width: 33rem;
  max-width: 100%;
}

.about-data__ratio-img {
  display: block;
  width: 100%;
  max-width: 33rem;
  height: auto;
  aspect-ratio: 528/350;
  object-fit: contain;
}

.about-data__legend {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 30rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:1024px) {
  .about-data__legend {
    max-width: none;
  }
}

.about-data-legend {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0.3125rem 0.4375rem 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
.about-data-legend + .about-data-legend {
  margin-top: -1px;
}
@media screen and (max-width:768px) {
  .about-data-legend {
    font-size: 0.875rem;
    padding: 0.375rem 0 0.4375rem;
  }
}

.about-data-legend__name {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.about-data-legend__rate {
  flex-shrink: 0;
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .about-data-legend__rate {
    font-size: 1.25rem;
  }
}

.about-data-legend__dot {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width:768px) {
  .about-data-legend__dot {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.about-data-legend__dot--nurse {
  background: #ee9e9f;
}
.about-data-legend__dot--nurse ~ .about-data-legend__rate {
  color: #ee9e9f;
}
.about-data-legend__dot--care {
  background: #d68bb1;
}
.about-data-legend__dot--care ~ .about-data-legend__rate {
  color: #d68bb1;
}
.about-data-legend__dot--rehab {
  background: #a383c3;
}
.about-data-legend__dot--rehab ~ .about-data-legend__rate {
  color: #a383c3;
}
.about-data-legend__dot--kitchen {
  background: #6fb7de;
}
.about-data-legend__dot--kitchen ~ .about-data-legend__rate {
  color: #6fb7de;
}
.about-data-legend__dot--other {
  background: #eed35e;
}
.about-data-legend__dot--other ~ .about-data-legend__rate {
  color: #eed35e;
}

.about-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin: clamp(2rem, 0.8496732026vw + 1.7928921569rem, 2.8125rem) auto 0;
}
@media screen and (max-width:768px) {
  .about-links__list {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}

.about-links-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 1 35rem;
  max-width: 36.25rem;
  padding: 0.625rem 1.0625rem 0.4375rem 0.625rem;
  border: 2px solid #ee9e9f;
  border-radius: 9999px;
  background: linear-gradient(to right, #fff 0%, rgba(238, 158, 159, 0) 30%, rgba(238, 158, 159, 0.2) 100%);
  text-decoration: none;
  transition: opacity 0.3s;
}
.about-links-card:hover {
  opacity: 0.85;
}
.about-links-card:hover .about-links-card__btn {
  background: #d68bb1;
}
@media screen and (max-width:768px) {
  .about-links-card {
    flex: 1 1 100%;
    width: 100%;
    max-width: 20.625rem;
    gap: 1rem;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
  }
}

.about-links-card__media {
  flex-shrink: 0;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .about-links-card__media {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.about-links-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-links-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  margin-bottom: 0.625rem;
  margin-left: 0.3125rem;
}

.about-links-card__label {
  font-family: "Quicksand", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #6fb7de;
}
@media screen and (max-width:768px) {
  .about-links-card__label {
    font-size: 0.875rem;
  }
}

.about-links-card__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.7843137255vw + 0.8088235294rem, 1.75rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .about-links-card__title {
    font-size: 1rem;
  }
}

.about-links-card__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #ee9e9f;
  transition: background-color 0.3s ease;
}
.about-links-card__btn::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 0.625rem;
  background: url("../img/common/arrow-line.svg") no-repeat center/contain;
}
@media screen and (max-width:768px) {
  .about-links-card__btn {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.legal {
  padding-block: clamp(3rem, 2.091503268vw + 2.4901960784rem, 5rem);
}
.legal > .inner {
  max-width: 56.25rem;
}

.legal__lead {
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .legal__lead {
    font-size: 0.875rem;
  }
}
.legal__lead {
  line-height: 2;
  color: #333333;
}

.legal__section {
  margin-top: clamp(2rem, 1.045751634vw + 1.7450980392rem, 3rem);
}

.legal__heading {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width:768px) {
  .legal__heading {
    font-size: 1rem;
  }
}

.legal__subheading {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .legal__subheading {
    font-size: 0.875rem;
  }
}
.legal__subheading {
  color: #333333;
}

.legal__text {
  margin-top: 0.75rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .legal__text {
    font-size: 0.875rem;
  }
}
.legal__text {
  line-height: 2;
  color: #333333;
}
.legal__text + .legal__text {
  margin-top: 0.5rem;
}

.legal__list {
  margin-top: 0.75rem;
  padding-left: 1.6em;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .legal__list {
    font-size: 0.875rem;
  }
}
.legal__list {
  line-height: 2;
}
.legal__list li {
  list-style: decimal;
}
.legal__list li + li {
  margin-top: 0.25rem;
}

.legal__list--disc li {
  list-style: disc;
}

.legal__list--none li {
  list-style: none;
}

.legal__date {
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .legal__date {
    font-size: 0.875rem;
  }
}

.legal__actions {
  margin-top: clamp(3rem, 1.568627451vw + 2.6176470588rem, 4.5rem);
  text-align: center;
}

.entry-form {
  padding-block: clamp(3rem, 2.091503268vw + 2.4901960784rem, 5rem);
}

.form-note {
  max-width: 60rem;
  margin-inline: auto;
  background: #fff4f4;
  border-radius: 0.5rem;
  overflow: hidden;
}

.form-note__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 3.5rem;
  cursor: pointer;
  list-style: none;
}
.form-note__summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width:768px) {
  .form-note__summary {
    padding: 1.5rem 3rem;
  }
}

.form-note__summary-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-note__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .form-note__title {
    font-size: 1rem;
  }
}

.form-note__icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ee9e9f;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .form-note__icon {
    right: 1rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}
.form-note__icon::before, .form-note__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.form-note__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.form-note[open] .form-note__icon::after,
.form-note.is-open .form-note__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.form-note__panel {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.form-note__body {
  overflow: hidden;
  padding: 0 3rem 1.75rem;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .form-note__body {
    font-size: 0.875rem;
  }
}
.form-note__body {
  line-height: 2;
  color: #333333;
}
@media screen and (max-width:768px) {
  .form-note__body {
    padding: 0 1.25rem 1.5rem;
  }
}

.entry-form__form {
  width: 100%;
  max-width: 70.875rem;
  margin: clamp(2rem, 1.045751634vw + 1.7450980392rem, 3rem) auto 0;
}

.form-row {
  display: grid;
  grid-template-columns: clamp(10.5rem, 7.9861111111vw + 6.6666666667rem, 16.25rem) minmax(0, 1fr);
  column-gap: clamp(1rem, 0.6944444444vw + 0.6666666667rem, 1.5rem);
  align-items: center;
  padding-block: clamp(1.125rem, 0.3921568627vw + 1.0294117647rem, 1.5rem);
  border-bottom: 1px solid rgba(238, 158, 159, 0.2);
}
@media screen and (max-width:768px) {
  .form-row {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    align-items: start;
  }
}

.form-row__label {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: 0;
  padding-top: 0.625rem;
  font-weight: 700;
  white-space: nowrap;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .form-row__label {
    font-size: 0.875rem;
  }
}
.form-row__label > span:first-child {
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .form-row__label {
    padding-top: 0;
    white-space: normal;
  }
}

.form-row--note {
  align-items: start;
}
.form-row--note .form-row__label {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: normal;
}
.form-row--note .form-row__label > span:first-child {
  white-space: nowrap;
}

.form-row__note {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width:768px) {
  .form-row__note {
    font-size: 0.75rem;
  }
}

.form-row__req {
  flex-shrink: 0;
  padding: 0.1875rem 0.5rem;
  background: #ee9e9f;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.form-row__field {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  justify-self: stretch;
}
@media screen and (max-width:768px) {
  .form-row__field {
    justify-self: stretch;
  }
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #fff4f4;
  border: 1px solid rgba(238, 158, 159, 0.15);
  border-radius: 0.25rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .form-control {
    font-size: 0.875rem;
  }
}
.form-control {
  font-family: inherit;
  color: #333333;
}
.form-control:focus {
  outline: none;
  border-color: #ee9e9f;
  background: #fff;
}

textarea.form-control {
  min-height: 8.75rem;
  resize: vertical;
}

.form-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-select select {
  appearance: none;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  background: #fff4f4;
  border: 1px solid rgba(238, 158, 159, 0.15);
  border-radius: 0.25rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .form-select select {
    font-size: 0.875rem;
  }
}
.form-select select {
  font-family: inherit;
  color: #333333;
  cursor: pointer;
}
.form-select select:focus {
  outline: none;
  border-color: #ee9e9f;
  background: #fff;
}
.form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.form-row__field--job {
  max-width: 22.5rem;
  justify-self: start;
}
@media screen and (max-width:768px) {
  .form-row__field--job {
    max-width: none;
    justify-self: stretch;
  }
}

.entry-form__form .form-row__field:has([data-name=job]),
.entry-form__form .form-row__field:has(select[name=job]) {
  max-width: 22.5rem;
  justify-self: start;
}
@media screen and (max-width:768px) {
  .entry-form__form .form-row__field:has([data-name=job]),
  .entry-form__form .form-row__field:has(select[name=job]) {
    max-width: none;
    justify-self: stretch;
  }
}

.form-select-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 1rem;
}

.form-select-group--birth {
  flex-wrap: nowrap;
  gap: 0.625rem;
  width: auto;
  max-width: 22.5rem;
}
@media screen and (max-width:768px) {
  .form-select-group--birth {
    max-width: 100%;
  }
}
.form-select-group--birth .form-select {
  min-width: 0;
  width: auto;
}
.form-select-group--birth .form-select--birth-year {
  flex: 2 1 0;
}
.form-select-group--birth .form-select--birth-month,
.form-select-group--birth .form-select--birth-day {
  flex: 1 1 0;
}
.form-select-group--birth select {
  width: 100%;
  min-width: 0;
  padding-right: 2.25rem;
}

.entry-form__form .form-select-group:has([data-name=birth-year]) {
  max-width: 22.5rem;
  width: auto;
}
@media screen and (max-width:768px) {
  .entry-form__form .form-select-group:has([data-name=birth-year]) {
    max-width: 100%;
  }
}

.form-select--sm {
  width: auto;
}
.form-select--sm select {
  min-width: 6.25rem;
  padding-right: 2.25rem;
}

.form-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.5rem;
  padding-top: 0.625rem;
}

.form-choices--grid {
  gap: 0.75rem 1.25rem;
}

.form-choice {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .form-choice {
    font-size: 0.875rem;
  }
}
.form-choice {
  cursor: pointer;
}
.form-choice input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid rgba(238, 158, 159, 0.45);
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.form-choice input[type=checkbox]:checked {
  background-color: #ee9e9f;
  border-color: #ee9e9f;
}
.form-choice input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(238, 158, 159, 0.45);
  outline-offset: 2px;
}
.form-choice input[type=checkbox] {
  border-radius: 0.1875rem;
}
.form-choice input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.5 4 8.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem 0.5rem;
}
.form-choice input[type=radio] {
  appearance: none;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid rgba(238, 158, 159, 0.45);
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.form-choice input[type=radio]:checked {
  background-color: #ee9e9f;
  border-color: #ee9e9f;
}
.form-choice input[type=radio]:focus-visible {
  outline: 2px solid rgba(238, 158, 159, 0.45);
  outline-offset: 2px;
}
.form-choice input[type=radio] {
  border-radius: 50%;
}
.form-choice input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='4' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem 1.125rem;
}

.form-agree {
  margin-top: clamp(1.75rem, 0.7843137255vw + 1.5588235294rem, 2.5rem);
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .form-agree {
    font-size: 0.875rem;
  }
}

.form-agree__lead {
  color: #333333;
}
.form-agree__lead a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media (hover: hover) {
  .form-agree__lead a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.form-agree__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1rem;
  font-weight: 500;
  cursor: default;
}
.form-agree__check input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid rgba(238, 158, 159, 0.45);
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.form-agree__check input[type=checkbox]:checked {
  background-color: #ee9e9f;
  border-color: #ee9e9f;
}
.form-agree__check input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(238, 158, 159, 0.45);
  outline-offset: 2px;
}
.form-agree__check input[type=checkbox] {
  border-radius: 0.1875rem;
}
.form-agree__check input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.5 4 8.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem 0.5rem;
}

.form-agree__req {
  padding: 0.1875rem 0.5rem;
  background: #ee9e9f;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 0.6875rem;
}

.entry-form__submit {
  margin-top: clamp(1.75rem, 0.7843137255vw + 1.5588235294rem, 2.5rem);
  text-align: center;
}
.entry-form__submit .wpcf7-submit,
.entry-form__submit .wpcf7-previous {
  appearance: none;
  -webkit-appearance: none;
}

.entry-form--confirm .entry-form__lead {
  max-width: 70.875rem;
  margin: 0 auto clamp(1.5rem, 0.522875817vw + 1.3725490196rem, 2rem);
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .entry-form--confirm .entry-form__lead {
    font-size: 0.875rem;
  }
}
.entry-form--confirm .entry-form__lead {
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #333333;
}

.entry-form__submit--confirm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
}
.entry-form__submit--confirm .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.625rem);
  margin: 0;
  transform: translateX(-50%);
}

.entry-form__back {
  min-width: 13.75rem;
}

.entry-form__submit--confirm .entry-form__back {
  min-width: 12.5rem;
  width: 18.75rem;
  height: 4rem;
}

.form-row--confirm {
  align-items: start;
}
.form-row--confirm .form-row__label {
  padding-top: 0;
  color: #333333;
}
.form-row--confirm .form-row__req {
  display: none;
}

.form-confirm__value {
  margin: 0;
  padding-top: 0.125rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #333333;
  word-break: break-word;
}
.form-confirm__value--pre {
  white-space: pre-wrap;
}

.entry-form__notice {
  padding: 1rem;
  border: 1px solid rgba(238, 158, 159, 0.3);
  border-radius: 0.25rem;
  background: #fff4f4;
  color: #333333;
  text-align: center;
}

.entry-form__form .wpcf7 {
  width: 100%;
}
.entry-form__form .wpcf7-form {
  width: 100%;
}
.entry-form__form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.entry-form__form .wpcf7-list-item {
  margin: 0;
}
.entry-form__form .wpcf7-list-item-label {
  cursor: pointer;
}
.entry-form__form .wpcf7-radio,
.entry-form__form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.5rem;
  padding-top: 0.625rem;
}
.entry-form__form .form-choices--grid .wpcf7-checkbox {
  gap: 0.75rem 1.25rem;
}
.entry-form__form .wpcf7-radio .wpcf7-list-item,
.entry-form__form .wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.entry-form__form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .entry-form__form .wpcf7-list-item label {
    font-size: 0.875rem;
  }
}
.entry-form__form .wpcf7-list-item label {
  cursor: pointer;
}
.entry-form__form .wpcf7-list-item input[type=checkbox],
.entry-form__form .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid rgba(238, 158, 159, 0.45);
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.entry-form__form .wpcf7-list-item input[type=checkbox]:checked,
.entry-form__form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #ee9e9f;
  border-color: #ee9e9f;
}
.entry-form__form .wpcf7-list-item input[type=checkbox]:focus-visible,
.entry-form__form .wpcf7-acceptance input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(238, 158, 159, 0.45);
  outline-offset: 2px;
}
.entry-form__form .wpcf7-list-item input[type=checkbox],
.entry-form__form .wpcf7-acceptance input[type=checkbox] {
  border-radius: 0.1875rem;
}
.entry-form__form .wpcf7-list-item input[type=checkbox]:checked,
.entry-form__form .wpcf7-acceptance input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.5 4 8.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem 0.5rem;
}
.entry-form__form .wpcf7-list-item input[type=radio] {
  appearance: none;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid rgba(238, 158, 159, 0.45);
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.entry-form__form .wpcf7-list-item input[type=radio]:checked {
  background-color: #ee9e9f;
  border-color: #ee9e9f;
}
.entry-form__form .wpcf7-list-item input[type=radio]:focus-visible {
  outline: 2px solid rgba(238, 158, 159, 0.45);
  outline-offset: 2px;
}
.entry-form__form .wpcf7-list-item input[type=radio] {
  border-radius: 50%;
}
.entry-form__form .wpcf7-list-item input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='4' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem 1.125rem;
}
.entry-form__form .wpcf7-acceptance {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.entry-form__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.entry-form__form .form-agree__check .wpcf7-form-control-wrap {
  position: static;
  display: inline-flex;
  width: auto;
}
.entry-form__form .form-agree__check .wpcf7-acceptance {
  display: inline-flex;
  align-items: center;
}
.entry-form__form .form-agree__check .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.entry-form__form .form-agree__check .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
}
.entry-form__form .form-agree__check .wpcf7-list-item-label {
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.entry-form__form .form-agree__check .form-agree__text {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.entry-form__form .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #c0392b;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}
.entry-form__form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem;
  border-radius: 0.25rem;
  text-align: center;
}
.entry-form__form .wpcf7-spinner {
  display: block;
  margin: 0.75rem auto 0;
}
.entry-form__form input[type=submit].wpcf7-submit,
.entry-form__form button.wpcf7-submit,
.entry-form__form input[type=button].wpcf7-previous,
.entry-form__form button.wpcf7-previous {
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.index-links {
  margin-top: 2rem;
}
.index-links .job-card__title {
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width:769px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:768px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:769px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:768px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:769px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:769px) {
  .sp-only {
    display: none !important;
  }
}

.sp450-only {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .sp450-only {
    display: block !important;
  }
}

@media screen and (max-width: 450px) {
  br.sp450-br-none {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .sp450-none {
    display: none !important;
  }
}

@media screen and (max-width: 680px) {
  br.sp680-br-none {
    display: none !important;
  }
}

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