@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span, picture {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  レイアウト（単位不要）
----------------------------------*/
/*----------------------------------
  color
----------------------------------*/
/*----------------------------------
  font-family
----------------------------------*/
/*----------------------------------
  z-index
----------------------------------*/
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4856081708vw;
  }
}
@media (min-width: 1077px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.c-button {
  position: relative;
  width: min(21.875rem, 100%);
  height: 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 2.875rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .c-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    padding-right: 6.5rem;
  }
}
.c-button::before, .c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  width: 2.9375rem;
  aspect-ratio: 47/48;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-button.--orange {
  border: 2px solid #FF653A;
  background-color: #FF653A;
}
.c-button.--orange::before {
  background: url(../img/common/button-arrow--white-orange.png) center/contain no-repeat;
}
.c-button.--orange::after {
  background: url(../img/common/button-arrow--orange.png) center/contain no-repeat;
}
@media (any-hover: hover) {
  .c-button.--orange:hover {
    opacity: 1;
    background-color: #FFF;
    color: #FF653A;
  }
  .c-button.--orange:hover::after {
    opacity: 0;
  }
}
.c-button.--green {
  border: 2px solid #4AC247;
  background-color: #4AC247;
}
.c-button.--green::before {
  background: url(../img/common/button-arrow--white-green.png) center/contain no-repeat;
}
.c-button.--green::after {
  background: url(../img/common/button-arrow--green.png) center/contain no-repeat;
}
@media (any-hover: hover) {
  .c-button.--green:hover {
    opacity: 1;
    background-color: #FFF;
    color: #4AC247;
  }
  .c-button.--green:hover::after {
    opacity: 0;
  }
}
.c-button.--small {
  height: 3.8125rem;
  font-size: 1rem;
  padding-inline: 3rem 6.625rem;
}
.c-button.--small::before {
  right: 1.5625rem;
  width: 1.875rem;
}

.c-heading--small {
  text-align: center;
  color: #50423D;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-heading--small {
    font-size: 2rem;
  }
}

.c-heading__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-heading__wrapper {
    gap: 1.25rem;
  }
}
.c-heading__wrapper.--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-heading__wrapper.--small {
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading__wrapper.--small {
    gap: 1.25rem;
  }
}
.c-heading__wrapper.--small .c-heading--sub {
  font-size: 0.9375rem;
}

.c-heading--sub {
  text-transform: uppercase;
  text-align: center;
  color: #4AC247;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading--sub {
    font-size: 1.5rem;
  }
}
.c-heading--sub.--capitalize {
  text-transform: capitalize;
}
.c-heading--sub.--none {
  text-transform: none;
}

.c-lead {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 1.125rem;
  }
}
.c-lead.--left {
  text-align: left;
}

.l-inner {
  width: 100%;
  max-width: 35.1875rem;
  padding-inline: 1.34375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 80rem;
    padding-inline: 2.5rem;
  }
}

.l-narrow-inner {
  width: 100%;
  max-width: 35.1875rem;
  padding-inline: 1.34375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-narrow-inner {
    max-width: 68.3125rem;
    padding-inline: 2.5rem;
  }
}

.l-header {
  width: 100%;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 11.25rem;
    padding-top: 2.5rem;
  }
}

.l-header--follow {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header--follow {
    position: fixed;
    top: -0.625rem;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: 7.5rem;
    display: block;
    border-radius: 0 0 2rem 2rem;
    background-color: #FFF;
    padding-top: 1.125rem;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top 0.4s, visibility 0.4s, opacity 0.4s;
    transition: top 0.4s, visibility 0.4s, opacity 0.4s;
  }
  .l-header--follow.is-active {
    top: 0rem;
    visibility: visible;
    opacity: 1;
  }
}
.l-header--follow .l-header__inner {
  max-width: 81.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  padding-inline: 3.125rem;
}
.l-header--follow .l-header__logo {
  width: 5.125rem;
}
.l-header--follow .l-header__logo-text {
  font-size: 1.25rem;
}
.l-header--follow .l-header__nav-list {
  gap: 1.5rem;
}
.l-header--follow .l-header__nav-item:nth-of-type(1) .l-header__nav-link-icon {
  width: 2.875rem;
}
.l-header--follow .l-header__nav-item:nth-of-type(2) .l-header__nav-link-icon {
  width: 2.875rem;
}
.l-header--follow .l-header__nav-item:nth-of-type(3) .l-header__nav-link-icon {
  width: 2.9375rem;
}
.l-header--follow .l-header__nav-item:nth-of-type(4) .l-header__nav-link-icon {
  width: 3.625rem;
}
.l-header--follow .l-header__nav-link {
  width: 5.5rem;
}
.l-header--follow .l-header__nav-link-icon {
  height: 3.125rem;
}
.l-header--follow .l-header__nav-link-text {
  height: 2.125rem;
  font-size: 0.75rem;
}

.l-header__inner {
  padding-inline: 1.34375rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 90rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 2.5rem;
    margin-inline: auto;
  }
}

.l-header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__logo-wrapper {
    gap: 0.3125rem;
  }
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 8.4375rem;
  }
}

.l-header__logo-text {
  color: #4AC247;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header__logo-text {
    font-size: 2rem;
  }
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.l-header__nav-item:nth-of-type(1) .l-header__nav-link-icon {
  width: 4.5rem;
}
.l-header__nav-item:nth-of-type(2) .l-header__nav-link-icon {
  width: 4.5rem;
}
.l-header__nav-item:nth-of-type(3) .l-header__nav-link-icon {
  width: 4.5625rem;
}
.l-header__nav-item:nth-of-type(4) .l-header__nav-link-icon {
  width: 5.625rem;
}

.l-header__nav-link {
  width: 6rem;
}
@media (any-hover: hover) {
  .l-header__nav-link:hover {
    opacity: 1;
  }
  .l-header__nav-link:hover .l-header__nav-link-text {
    color: #FF653A;
  }
}

.l-header__nav-link-icon {
  height: 4.8125rem;
  margin-inline: auto;
}

.l-header__nav-link-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.875rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

/*----------------------------------
  ドロワーメニュー
----------------------------------*/
.l-drawer-button {
  position: fixed;
  top: 1.875rem;
  right: 1.34375rem;
  width: 6.5rem;
  height: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  background-color: #4AC247;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  .l-drawer-button {
    display: none;
  }
}
.l-drawer-button.is-checked {
  background-color: #FFF;
  color: #4AC247;
}
.l-drawer-button.is-checked .l-drawer-button__bar {
  top: 1.375rem;
  background-color: #4AC247;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(2) {
  rotate: 45deg;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(3) {
  opacity: 0;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(4) {
  rotate: -45deg;
}

.l-drawer-button__bar {
  position: absolute;
  right: 1rem;
  width: 1.1875rem;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: rotate 0.4s, opacity 0.4s, background-color 0.4s;
  transition: rotate 0.4s, opacity 0.4s, background-color 0.4s;
}
.l-drawer-button__bar:nth-of-type(2) {
  top: 1.0625rem;
}
.l-drawer-button__bar:nth-of-type(3) {
  top: 1.375rem;
}
.l-drawer-button__bar:nth-of-type(4) {
  top: 1.6875rem;
}

.l-drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 100% 100%);
          clip-path: inset(0 0 100% 100%);
  width: 100%;
  height: 100dvh;
  background-color: rgba(239, 239, 239, 0.6);
  overflow: auto;
  opacity: 0;
  z-index: 101;
  -webkit-transition: opacity 0.4s, -webkit-clip-path 0.4s;
  transition: opacity 0.4s, -webkit-clip-path 0.4s;
  transition: clip-path 0.4s, opacity 0.4s;
  transition: clip-path 0.4s, opacity 0.4s, -webkit-clip-path 0.4s;
}
@media screen and (min-width: 768px) {
  .l-drawer-menu {
    display: none;
  }
}
.l-drawer-menu.is-checked {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}
.l-drawer-menu::before {
  content: "";
  position: absolute;
  top: 32.375rem;
  left: 0;
  width: 100%;
  height: 7.125rem;
  background: url(../img/common/drawer-menu-bg.png) right bottom/35.4375rem no-repeat;
}
@media (min-width: 567px) {
  .l-drawer-menu::before {
    height: unset;
    aspect-ratio: 567/114;
    background: url(../img/common/drawer-menu-bg.png) right bottom/cover no-repeat;
  }
}

.l-drawer-menu__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  padding: 1.875rem 0 0 1.34375rem;
}

.l-drawer-menu__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.6875rem;
}

.l-drawer-menu__logo-text {
  color: #4AC247;
  font-size: 0.75rem;
  font-weight: 700;
}

.l-drawer-menu__box {
  background-color: #FFF;
  padding: 4.375rem 0 3.75rem;
}

.l-drawer-menu__list {
  width: 17.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
}
.l-drawer-menu__list + .l-drawer-menu__list {
  border-top: 3px dashed #D9D9D9;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.l-drawer-menu__list:nth-of-type(1) .l-drawer-menu__item:nth-of-type(1) .l-drawer-menu__link::before {
  width: 4.5rem;
  aspect-ratio: 1/1;
  background: url(../img/common/nav-icon--01.png) center/contain no-repeat;
  margin-bottom: 0.6875rem;
}
.l-drawer-menu__list:nth-of-type(1) .l-drawer-menu__item:nth-of-type(2) .l-drawer-menu__link::before {
  width: 4.5rem;
  aspect-ratio: 144/140;
  background: url(../img/common/nav-icon--02.png) center/contain no-repeat;
  margin-bottom: 0.75rem;
}
.l-drawer-menu__list:nth-of-type(2) .l-drawer-menu__item:nth-of-type(1) .l-drawer-menu__link::before {
  width: 4.5625rem;
  aspect-ratio: 1/1;
  background: url(../img/common/nav-icon--03.png) center/contain no-repeat;
  margin-bottom: 1.3125rem;
}
.l-drawer-menu__list:nth-of-type(2) .l-drawer-menu__item:nth-of-type(2) .l-drawer-menu__link::before {
  width: 5.625rem;
  aspect-ratio: 180/154;
  background: url(../img/common/nav-icon--04.png) center/contain no-repeat;
  margin-bottom: 1.0625rem;
}

.l-drawer-menu__item {
  padding-bottom: 0.75rem;
}
.l-drawer-menu__item + .l-drawer-menu__item {
  border-left: 3px dashed #D9D9D9;
}

.l-drawer-menu__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.l-drawer-menu__link::before {
  content: "";
}

.l-footer {
  border-top: 1px solid #7F7F7F;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 3.4375rem;
  }
}

.l-footer__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__logo {
  width: 8.3125rem;
}

.l-footer__logo-text {
  color: #4AC247;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo-text {
    font-size: 2rem;
  }
}

.l-footer__list {
  width: 11.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin: 2rem auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__item {
    width: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__item:nth-of-type(1) .l-footer__link-icon {
    width: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__item:nth-of-type(2) .l-footer__link-icon {
    width: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__item:nth-of-type(3) .l-footer__link-icon {
    width: 4.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__item:nth-of-type(4) .l-footer__link-icon {
    width: 5.625rem;
  }
}

.l-footer__link {
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (any-hover: hover) {
  .l-footer__link:hover {
    opacity: 1;
  }
  .l-footer__link:hover .l-footer__link-text {
    color: #FF653A;
  }
}

.l-footer__link-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer__link-icon {
    height: 4.8125rem;
  }
}

.l-footer__link-text {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-footer__link-text {
    height: 2.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.l-footer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-color: #4AC247;
  padding-block: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__foot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 1rem;
  }
}

.l-footer__foot-copyright {
  text-align: center;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-footer__foot-copyright {
    font-size: 0.875rem;
  }
}

.l-footer__foot-link {
  text-decoration: underline;
  color: #FFF;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .l-footer__foot-link {
    font-size: 0.75rem;
  }
}

.l-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding-bottom: 4.25rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-pagination {
    gap: 1rem;
    padding-bottom: 4.5rem;
  }
}
.l-pagination li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 2.375rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-pagination li {
    width: 1.5625rem;
    height: 2.8125rem;
  }
}
.l-pagination li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.l-pagination__prev,
.l-pagination__next {
  position: relative;
  width: 2.375rem !important;
}
@media screen and (min-width: 768px) {
  .l-pagination__prev,
  .l-pagination__next {
    width: 2.8125rem !important;
  }
}
.l-pagination__prev a,
.l-pagination__next a {
  background-color: #F6F5F1;
  border: 1px solid #FFF;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
.l-pagination__prev a::before,
.l-pagination__next a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0.5rem;
  aspect-ratio: 17/25;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-pagination__prev a::before,
  .l-pagination__next a::before {
    width: 0.5625rem;
  }
}
@media (any-hover: hover) {
  .l-pagination__prev a:hover,
  .l-pagination__next a:hover {
    opacity: 1;
    background-color: #FFF;
    border-color: #FF653A;
  }
}

.l-pagination__prev a::before {
  background: url(../img/column/column-arrow-l.png) center/contain no-repeat;
}

.l-pagination__next a::before {
  background: url(../img/column/column-arrow-r.png) center/contain no-repeat;
}

.l-pagination__current {
  width: 2.375rem !important;
  background-color: #FFF;
  border: 1px solid #FF653A;
  color: #FF653A;
}
@media screen and (min-width: 768px) {
  .l-pagination__current {
    width: 2.8125rem !important;
  }
}

.l-pagination__page {
  width: 2.375rem !important;
}
@media screen and (min-width: 768px) {
  .l-pagination__page {
    width: 2.8125rem !important;
  }
}
.l-pagination__page a {
  background-color: #F6F5F1;
  border: 1px solid #FFF;
  color: #333;
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
@media (any-hover: hover) {
  .l-pagination__page a:hover {
    opacity: 1;
    background-color: #FFF;
    border-color: #FF653A;
    color: #FF653A;
  }
}

.p-top-main-visual {
  padding-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual {
    padding-top: 3.25rem;
  }
}

.p-top-main-visual__inner {
  padding-inline: 1.34375rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__inner {
    padding-inline: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-main-visual__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4.6527777778vw;
  }
}

.p-top-main-visual__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46.1805555556vw;
  }
}

.p-top-main-visual__body {
  margin-top: 6.3613231552vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__body {
    margin-top: 9.3055555556vw;
  }
}

.p-top-main-visual__heading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading {
    width: 31.9444444444vw;
  }
}

.p-top-main-visual__text {
  font-size: 4.0712468193vw;
  font-weight: 500;
  margin-top: 4.834605598vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__text {
    white-space: nowrap;
    font-size: 1.4583333333vw;
    font-weight: 500;
    margin-top: 1.875vw;
  }
}

.p-top-main-visual__button-wrapper {
  max-width: 21.875rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button-wrapper {
    max-width: 36.9444444444vw;
    margin: 1.4583333333vw 0 0 0.2083333333vw;
  }
}

.p-top-main-visual__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  border-radius: 6.25rem;
  border: 0.3125rem solid #FFF;
  color: #FFF;
  font-size: 1.125rem;
  padding-inline: 2.3125rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button {
    height: 6.5277777778vw;
    gap: 0.2777777778vw;
    border-radius: 6.9444444444vw;
    border-width: 0.4166666667vw;
    font-size: 1.6666666667vw;
    padding-inline: 3.1944444444vw;
  }
}
.p-top-main-visual__button::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-main-visual__button.--orange {
  rotate: -5.2deg;
  background-color: #FF653A;
}
.p-top-main-visual__button.--orange::before {
  width: 1.875rem;
  aspect-ratio: 1/1;
  background: url(../img/common/button-icon--01.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button.--orange::before {
    width: 2.6388888889vw;
  }
}
.p-top-main-visual__button.--green {
  rotate: 3.8deg;
  background-color: #4AC247;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button.--green {
    margin-top: -0.625vw;
  }
}
.p-top-main-visual__button.--green::before {
  width: 2.3125rem;
  aspect-ratio: 37/29.5;
  background: url(../img/common/button-icon--02.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button.--green::before {
    width: 3.1944444444vw;
  }
}
@media (any-hover: hover) {
  .p-top-main-visual__button:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.p-top-main-visual__box {
  max-width: 32.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  border-radius: 1rem;
  background-color: #F6F5F1;
  padding: 2rem 1.5625rem 0.875rem;
  margin: 2.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__box {
    max-width: 47.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    padding: 1.4375rem 2rem;
  }
}

.p-top-main-visual__box-title {
  text-transform: uppercase;
  text-align: center;
  color: #4AC247;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__box-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.375rem;
    margin-top: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-main-visual__list {
    width: 100%;
  }
}

.p-top-main-visual__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-block: 1.125rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    padding-block: 0.5625rem;
  }
}
.p-top-main-visual__item + .p-top-main-visual__item {
  border-top: 1px solid #E2E0D6;
}
@media (any-hover: hover) {
  .p-top-main-visual__item:hover {
    opacity: 1;
    background-color: rgba(165, 212, 164, 0.3);
  }
}

.p-top-main-visual__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-top-main-visual__item-date {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__item-date {
    font-size: 1rem;
  }
}

.p-top-main-visual__item-category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.25rem;
  border: 1px solid #4AC247;
  color: #4AC247;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.020625rem;
  padding: 0.15625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__item-category {
    font-size: 0.75rem;
    letter-spacing: 0.0225rem;
  }
}

.p-top-main-visual__item-title {
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__item-title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}

.p-top-main-visual__slider {
  padding-block: 4.0625rem 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__slider {
    padding-block: 8.125rem 4rem;
  }
}
.p-top-main-visual__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-main-visual__slide {
  width: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__slide {
    width: 15.625rem;
    gap: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-top-main-visual__slide:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.p-top-main-visual__slide-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.125rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__slide-image {
    width: 5rem;
  }
}
.p-top-main-visual__slide-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.p-top-main-visual__slide-title {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__slide-title {
    font-size: 0.875rem;
  }
}

.p-top-about {
  padding-block: 4.25rem 8.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-block: 3.5rem 9.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__heading-wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .p-top-about__heading-wrapper::before {
    content: "";
    position: absolute;
    top: 1.8125rem;
    right: -11.125rem;
    width: 4.0625rem;
    aspect-ratio: 65/93;
    background: url(../img/common/kirakira--01.png) center/contain no-repeat;
  }
}

.p-top-about__heading {
  width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__heading {
    width: 37rem;
  }
}

.p-top-about__lead {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__lead {
    margin-top: 2.5rem;
  }
}

.p-top-about__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__list {
    margin-top: 4.5625rem;
  }
}

.p-top-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
  }
}
.p-top-about__item:nth-of-type(1) .p-top-about__item-image::before {
  bottom: -2.0625rem;
  left: -2.625rem;
  rotate: 60deg;
  width: 7.3125rem;
  aspect-ratio: 117/223;
  background: url(../img/common/illustration--01.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-about__item:nth-of-type(1) .p-top-about__item-image::before {
    bottom: 6.9375rem;
    left: -14.6875rem;
    width: 12.8125rem;
  }
}
.p-top-about__item:nth-of-type(1) .p-top-about__item-image::after {
  content: "";
  position: absolute;
  top: -0.4375rem;
  right: 1.6875rem;
  width: 3.1875rem;
  aspect-ratio: 51/45;
  background: url(../img/common/kirakira--02.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-about__item:nth-of-type(1) .p-top-about__item-image::after {
    display: none;
  }
}
.p-top-about__item:nth-of-type(1) .p-top-about__item-title {
  color: #FF653A;
}
.p-top-about__item:nth-of-type(1) .p-top-about__item-title::before {
  width: 2.4375rem;
  aspect-ratio: 1/1;
  background: url(../img/common/nav-icon--01.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-about__item:nth-of-type(1) .p-top-about__item-title::before {
    width: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-top-about__item:nth-of-type(2) .p-top-about__item-image::before {
  bottom: -1.0625rem;
  right: 0;
  width: 5.375rem;
  aspect-ratio: 86/138;
  background: url(../img/common/illustration--02.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-about__item:nth-of-type(2) .p-top-about__item-image::before {
    bottom: -2.5625rem;
    right: -3.875rem;
    width: 10.625rem;
  }
}
.p-top-about__item:nth-of-type(2) .p-top-about__item-title {
  color: #4AC247;
}
.p-top-about__item:nth-of-type(2) .p-top-about__item-title::before {
  width: 3.625rem;
  aspect-ratio: 58/46;
  background: url(../img/top/about-icon--01.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-about__item:nth-of-type(2) .p-top-about__item-title::before {
    width: 5.375rem;
  }
}
.p-top-about__item + .p-top-about__item {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__item + .p-top-about__item {
    margin-top: 2.8125rem;
  }
}

.p-top-about__item-image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about__item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28.375rem;
  }
}
.p-top-about__item-image::before {
  content: "";
  position: absolute;
  z-index: 1;
}

.p-top-about__item-body {
  width: 21.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__item-body {
    width: unset;
    margin-inline: 0;
  }
}

.p-top-about__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-about__item-title {
    font-size: 2rem;
  }
}
.p-top-about__item-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-about__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__item-text {
    font-size: 1.125rem;
  }
}

.p-top-about__item-button {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__item-button {
    margin-top: 2.5rem;
  }
}

.p-top-initiatives {
  position: relative;
  padding-block: 12.375rem 4.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives {
    padding-block: 17.5rem 5rem;
  }
}
.p-top-initiatives::before, .p-top-initiatives::after {
  content: "";
  position: absolute;
}
.p-top-initiatives::before {
  top: -1.5rem;
  right: 50%;
  translate: -3.125rem 0;
  width: 7.6875rem;
  aspect-ratio: 123/75;
  background: url(../img/common/illustration--03.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives::before {
    top: -2.375rem;
    translate: -17.25rem 0;
    width: 13.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-initiatives::before {
    translate: -23.5rem 0;
  }
}
.p-top-initiatives::after {
  top: 6.25rem;
  left: 50%;
  translate: 2.8125rem 0;
  width: 8rem;
  aspect-ratio: 128/78;
  background: url(../img/common/illustration--04.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives::after {
    top: 7rem;
    translate: 16.625rem 0;
    width: 14.5625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-initiatives::after {
    translate: 22.875rem 0;
  }
}

.p-top-initiatives__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28.125rem;
  background: url(../img/top/initiatives-bg--sp.webp) center/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives__bg {
    height: 33.75rem;
    background-image: url(../img/top/initiatives-bg--pc.webp);
  }
}

.p-top-initiatives__heading {
  text-align: center;
  text-shadow: 0 1px 4.533px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 1.6875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives__heading {
    font-size: 2.625rem;
  }
}

.p-top-initiatives__text {
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives__text {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.p-top-initiatives__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.6875rem;
    margin-top: 4.0625rem;
  }
}

@media (any-hover: hover) {
  .p-top-initiatives__item:hover {
    opacity: 1;
  }
  .p-top-initiatives__item:hover .p-top-initiatives__item-image img {
    scale: 1.05;
  }
  .p-top-initiatives__item:hover .p-top-initiatives__item-text {
    color: #FF653A;
  }
}

.p-top-initiatives__item-image img {
  border-radius: 1rem;
  border: 0.625rem solid #FFF;
  -webkit-box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.p-top-initiatives__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  text-decoration: underline;
  text-underline-offset: 25%;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives__item-text {
    font-size: 1.5rem;
    margin-top: 1.375rem;
  }
}
.p-top-initiatives__item-text::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5625rem;
  aspect-ratio: 61/60;
  background: url(../img/common/button-arrow--white-orange.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-initiatives__item-text::before {
    width: 2rem;
  }
}

.p-top-join-us {
  padding-block: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-join-us {
    padding-block: 5.625rem 4.8125rem;
  }
}

.p-top-join-us__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-join-us__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2.625rem, -1.6399793388rem + 6.3360881543vw, 4.0625rem);
  }
}

@media screen and (min-width: 768px) {
  .p-top-join-us__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(29.9375rem, 0.2680785124rem + 44.0771349862vw, 39.9375rem);
  }
}

.p-top-join-us__body {
  width: 21.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-join-us__body {
    width: unset;
    margin-inline: 0;
  }
}

.p-top-join-us__heading {
  width: 21.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-join-us__heading {
    width: 26.75rem;
  }
}

.p-top-join-us__lead {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-join-us__lead {
    margin-top: 2.5rem;
  }
}

.p-top-join-us__button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-join-us__button {
    margin-top: 3.5rem;
  }
}

.p-top-contact {
  padding-block: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact {
    padding-block: 5rem 6.25rem;
  }
}

.p-top-contact__box {
  position: relative;
  border-radius: 2rem;
  background-color: #F6F5F1;
  padding: 8rem 1.25rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__box {
    padding-block: 6.875rem 7.8125rem;
  }
}
.p-top-contact__box::before {
  content: "";
  position: absolute;
  top: 2.6875rem;
  left: 50%;
  translate: -50% 0;
  width: 4.25rem;
  aspect-ratio: 1/1;
  background: url(../img/top/contact-icon--sp.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-contact__box::before {
    top: 3.625rem;
    left: 4.375rem;
    translate: 0 0;
    width: clamp(53.25rem, -27.9892241379rem + 120.6896551724vw, 68.5625rem);
    aspect-ratio: 1097/396;
    background-image: url(../img/top/contact-icon--pc.png);
  }
}
.p-top-contact__box::after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-contact__box::after {
    position: absolute;
    top: -8.4375rem;
    left: -11.25rem;
    width: 20.375rem;
    aspect-ratio: 326/302;
    display: block;
    background: url(../img/top/contact-bg.png) center/contain no-repeat;
    z-index: -1;
  }
}

.p-top-contact__heading {
  width: 12.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__heading {
    width: 15.8125rem;
  }
}

.p-top-contact__lead {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__lead {
    margin-top: 2.5rem;
  }
}

.p-top-contact__button {
  width: 19.375rem;
  padding-left: 1.5rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-contact__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 3rem;
    margin-top: 2.5rem;
  }
}

/*----------------------------------
  ヘッド
----------------------------------*/
.p-column__head {
  padding-block: 2.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-column__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 4.625rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-column__head::before {
    content: "";
    position: absolute;
    top: 4.875rem;
    left: -1.875rem;
    width: 1.875rem;
    aspect-ratio: 30/35;
    background: url(../img/common/kirakira--01.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .p-column__head::before {
    left: -2.9375rem;
  }
}

.p-column__head-heading {
  width: 19.25rem;
}
@media screen and (min-width: 768px) {
  .p-column__head-heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-column__head-lead {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-column__head-lead {
    margin-top: 0;
  }
}

.p-column__head-image {
  display: none;
  width: 5.125rem;
  margin: 2rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-column__head-image {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 7.5625rem;
    margin: 0;
  }
}

/*----------------------------------
  サーチ
----------------------------------*/
.p-column__search {
  padding-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-column__search {
    scroll-margin-top: 5rem;
  }
}

.p-column__search-box {
  border-radius: 1rem;
  border: 3px solid #FF653A;
  padding: 1.8125rem 2.3125rem;
}

.p-column__search-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-column__search-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-column__search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-column__search-title {
    height: 2.4375rem;
    border-right: 1px solid #E2E0D6;
    padding-right: 0.9375rem;
  }
}
.p-column__search-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/common/search-icon.png) center/contain no-repeat;
}

.p-column__search-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

.p-column__search-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.125rem;
  background-color: #F6F5F1;
  border: 1px solid #F6F5F1;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 0.4375rem 1.1875rem;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.p-column__search-category:has(.p-column__search-category-input:checked) {
  background-color: #4AC247;
  border-color: #4AC247;
  color: #FFF;
}

.p-column__search-category-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-column__search-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.p-column__search-tag {
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1.375rem;
}
.p-column__search-tag:has(.p-column__search-tag-input:checked)::after {
  opacity: 1;
}
.p-column__search-tag::before, .p-column__search-tag::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p-column__search-tag::before {
  left: 0;
  width: 0.875rem;
  aspect-ratio: 1/1;
  border: 1px solid #E2E0D6;
}
.p-column__search-tag::after {
  left: 0.125rem;
  width: 0.625rem;
  aspect-ratio: 80/56;
  background: url(../img/common/check-icon.png) center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-column__search-tag-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-column__search-button {
  width: 11.625rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 6.25rem;
  border: 2px solid #FF653A;
  background-color: #FF653A;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 2rem auto 0;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .p-column__search-button:hover {
    opacity: 1;
    background-color: #FFF;
    color: #FF653A;
  }
}

/*----------------------------------
  リスト
----------------------------------*/
.p-column__list {
  display: grid;
  gap: 3.5rem;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-column__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 3.625rem;
  }
}

@media (any-hover: hover) {
  .p-column__item:hover {
    opacity: 1;
  }
  .p-column__item:hover .p-column__item-image > img {
    scale: 1.05;
  }
}

.p-column__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 350/254;
}
.p-column__item-image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.125rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p-column__item-image > img {
    border-radius: 1rem;
  }
}

.p-column__item-icon {
  position: absolute;
  bottom: -1.4375rem;
  right: 1.4375rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-column__item-icon {
    bottom: -1.25rem;
    right: 1.25rem;
    width: 4.25rem;
  }
}

.p-column__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-column__item-label {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-column__item-date {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-column__item-date {
    font-size: 0.8125rem;
  }
}

.p-column__item-category {
  min-width: 8.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.875rem;
  border: 1px solid #4AC247;
  color: #4AC247;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.028125rem;
  padding: 0.125rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-column__item-category {
    min-width: 7.125rem;
    font-size: 0.8125rem;
  }
}

.p-column__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03375rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-column__item-title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    margin-top: 1rem;
  }
}

.p-column__item-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-column__item-tag-wrapper {
    gap: 0.3125rem;
    margin-top: 1rem;
  }
}

.p-column__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  color: #666;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-column__item-tag {
    gap: 0.5rem;
    font-size: 0.8125rem;
  }
}
.p-column__item-tag::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.9375rem;
  aspect-ratio: 15/16;
  background: url(../img/common/tag-icon.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-column__item-tag::before {
    width: 0.8125rem;
  }
}

/*----------------------------------
  コラム詳細
----------------------------------*/
.p-article {
  padding-block: 6.75rem 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-article {
    padding-block: 9.625rem 6rem;
  }
}

.p-article__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-article__date {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.p-article__category {
  min-width: 7.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5625rem;
  border: 1px solid #4AC247;
  color: #4AC247;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.028125rem;
  padding: 0rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-article__category {
    min-width: 7.125rem;
    font-size: 0.8125rem;
  }
}

.p-article__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 2rem;
    margin-top: 0.625rem;
  }
}

.p-article__tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.75rem;
  margin-trim: 0.625rem;
}

.p-article__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-article__tag {
    font-size: 0.8125rem;
  }
}
.p-article__tag::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8125rem;
  aspect-ratio: 13/14;
  background: url(../img/common/tag-icon.png) center/contain no-repeat;
}

.p-article__body {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-article__body {
    margin-top: 4rem;
  }
}
.p-article__body figure {
  width: 100%;
  margin-top: 2.5rem;
}
.p-article__body h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-article__body h2 {
    font-size: 1.25rem;
  }
}
.p-article__body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
.p-article__body p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.5rem;
}
.p-article__body p + p {
  margin-top: 1.75rem;
}
.p-article__body ul {
  list-style: disc inside;
  margin-top: 2.5rem;
}
.p-article__body ol {
  list-style: decimal inside;
  margin-top: 2.5rem;
}
.p-article__body li {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p-article__body a {
  text-decoration: underline;
  color: blue;
}

.p-article__foot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #DDD;
  padding-block: 1.8125rem;
  margin-top: 4rem;
}

.p-article__foot-content + .p-article__foot-content {
  border-left: 1px solid #DDD;
}
.p-article__foot-content.--prev {
  padding-right: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-article__foot-content.--prev {
    padding-right: 5.75rem;
  }
}
.p-article__foot-content.--prev .p-article__foot-content-text::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: url(../img/column/column-arrow-l.png) center/0.25rem 0.375rem no-repeat;
  background-color: #F6F5F1;
}
.p-article__foot-content.--next {
  padding-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-article__foot-content.--next {
    padding-left: 5.75rem;
  }
}
.p-article__foot-content.--next .p-article__foot-content-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
}
.p-article__foot-content.--next .p-article__foot-content-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-article__foot-content.--next .p-article__foot-content-text::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: url(../img/column/column-arrow-r.png) center/0.25rem 0.375rem no-repeat;
  background-color: #F6F5F1;
}

.p-article__foot-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-article__foot-content-text {
    font-size: 0.875rem;
  }
}

.p-article__foot-content-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-article__foot-content-title {
    font-size: 1.0625rem;
    letter-spacing: 0.031875rem;
  }
}

.p-article__button {
  margin: 2rem auto 0;
}

.p-partners-head {
  padding-block: 2.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-partners-head {
    padding-block: 4.625rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-partners-head__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-partners-head__inner::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 0.25rem;
    width: 1.875rem;
    aspect-ratio: 30/35;
    background: url(../img/common/kirakira--01.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .p-partners-head__inner::before {
    left: -0.9375rem;
  }
}

.p-partners-head__heading {
  width: 8.4375rem;
}

.p-partners-head__lead {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-partners-head__lead {
    margin-top: 0;
  }
}

.p-partners-head__image {
  width: 4.375rem;
  margin: 2rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-partners-head__image {
    width: 7.125rem;
    margin: 0;
  }
}

.p-partners-about {
  padding-block: 4rem 1.5625rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-partners-about {
    position: relative;
    padding-block: 7.5rem 18.9375rem;
  }
}

.p-partners-about__inner {
  position: relative;
  z-index: 1;
}

.p-partners-about__lead {
  text-align: left;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-about__lead {
    width: 44.875rem;
    text-align: center;
    margin: 3.5rem auto 0;
  }
}

.p-partners-about__image--01 {
  width: 13.0625rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-partners-about__image--01 {
    position: absolute;
    top: -5.75rem;
    left: 2.0625rem;
    width: 16.6875rem;
    margin-top: 0;
  }
}

.p-partners-about__image--02 {
  width: 20.3125rem;
  translate: 4.3125rem 0;
  margin: 1.875rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-partners-about__image--02 {
    position: absolute;
    bottom: -16.6875rem;
    right: -2.8125rem;
    translate: 0 0;
    width: 22rem;
    margin: 0;
  }
}

.p-partners-project {
  position: relative;
  background-color: #F6F5F1;
  padding-block: 4.6875rem 5.375rem;
  margin-top: -2.25rem;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .p-partners-project {
    padding-bottom: 6.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-partners-project {
    padding-block: 0.4375rem 22.6875rem;
  }
}
.p-partners-project::before {
  content: "";
  position: absolute;
  top: -3.875rem;
  left: 0;
  width: 100%;
  height: 3.9375rem;
  background: url(../img/partners/partners-project-bg--01-sp.png) center top/cover no-repeat;
}
@media screen and (min-width: 600px) {
  .p-partners-project::before {
    top: -5.125rem;
    height: 5.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-partners-project::before {
    top: -16.625rem;
    height: 16.6875rem;
    background-image: url(../img/partners/partners-project-bg--01-pc.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-partners-project::before {
    top: -18.4722222222vw;
    height: 18.5416666667vw;
  }
}

.p-partners-project__lead {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-partners-project__lead {
    margin-top: 1.5rem;
  }
}

.p-partners-project__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-project__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.25rem;
    margin-top: 3.5rem;
  }
}

.p-partners-project__item {
  border-radius: 1rem;
  border: 1px solid #E2E0D6;
  background-color: #FFF;
  padding: 2.4375rem;
}
.p-partners-project__item:nth-of-type(1) .p-partners-project__item-content .p-partners-project__item-image:nth-of-type(3) {
  grid-column: 1/3;
}
.p-partners-project__item:nth-of-type(2) .p-partners-project__item-content:nth-of-type(2) {
  grid-template-columns: 32.5925925926% 61.4814814815%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-partners-project__item:nth-of-type(2) .p-partners-project__item-content:nth-of-type(2) {
    grid-template-columns: 32.0717131474% 64.7410358566%;
  }
}

.p-partners-project__item-title {
  text-align: center;
  color: #50423D;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-partners-project__item-title {
    font-size: 1.5rem;
  }
}

.p-partners-project__item-text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
  margin-top: 1rem;
}

.p-partners-project__item-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.p-partners-project__item-content + .p-partners-project__item-content {
  margin-top: 1rem;
}

.p-partners-project__item-image img {
  border-radius: 1rem;
}

.p-partners-overview {
  position: relative;
  padding-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview {
    padding-top: 2.125rem;
  }
}
.p-partners-overview::before {
  content: "";
  position: absolute;
  top: -3.875rem;
  left: 0;
  width: 100%;
  height: 3.9375rem;
  background: url(../img/partners/partners-overview-bg--01-sp.png) center top/cover no-repeat;
}
@media screen and (min-width: 600px) {
  .p-partners-overview::before {
    top: -5.125rem;
    height: 5.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-partners-overview::before {
    top: -16.625rem;
    height: 16.6875rem;
    background-image: url(../img/partners/partners-overview-bg--01-pc.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-partners-overview::before {
    top: -18.4722222222vw;
    height: 18.5416666667vw;
  }
}
.p-partners-overview::after {
  content: "";
  position: absolute;
  top: -5.4375rem;
  left: -2.5rem;
  width: 11.5rem;
  aspect-ratio: 184/170.5;
  background: url(../img/partners/partners-overview-bg--02.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-partners-overview::after {
    top: -17.75rem;
    left: 3.5625rem;
    width: 20.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-partners-overview::after {
    top: -19.7222222222vw;
    left: 3.9583333333vw;
    width: 22.6388888889vw;
  }
}

.p-partners-overview__lead {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__lead {
    margin-top: 1.5rem;
  }
}

.p-partners-overview__box-wrapper {
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__box-wrapper {
    display: contents;
  }
}

.p-partners-overview__box {
  width: 46.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  background-color: #F6F5F1;
  padding: 2.5rem 1.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__box {
    width: 100%;
    padding: 4.3125rem 1.25rem;
  }
}

.p-partners-overview__content--01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__content--01 {
    gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .p-partners-overview__content--01 {
    gap: 10.5rem;
  }
}
.p-partners-overview__content--01::before {
  content: "";
  position: absolute;
  top: 7.5rem;
  left: 50%;
  translate: -50% 0;
  width: 26.5rem;
  aspect-ratio: 606/154;
  background: url(../img/partners/partners-overview-arrow--01.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__content--01::before {
    top: 9.3125rem;
    width: 37.875rem;
  }
}
.p-partners-overview__content--01 .p-partners-overview__text {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__content--01 .p-partners-overview__text {
    margin-top: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .p-partners-overview__content--01 .p-partners-overview__text {
    margin-top: 9rem;
  }
}

.p-partners-overview__content--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__content--02 {
    gap: 7.5625rem;
    margin-top: 1.375rem;
  }
}

.p-partners-overview__content--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__content--03 {
    gap: 2.375rem;
    margin-top: 3rem;
  }
}

.p-partners-overview__content--04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  margin-top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__content--04 {
    gap: 10rem;
  }
}

.p-partners-overview__image--01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.0625rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__image--01 {
    width: 14.375rem;
  }
}

.p-partners-overview__image--02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.125rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__image--02 {
    width: 10.25rem;
  }
}

.p-partners-overview__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  border-radius: 1rem;
  border: 1px solid #E2E0D6;
  background-color: #FFF;
  color: #50423D;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.6875rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__text {
    font-size: 0.875rem;
    padding: 0.8125rem 1.03125rem;
  }
}
.p-partners-overview__text.--02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-partners-overview__text .--number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.375rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #4AC247;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__text .--number {
    width: 1.625rem;
    font-size: 0.875rem;
  }
}

.p-partners-overview__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-overview__arrow {
    width: 7.125rem;
  }
}

.p-partners-merit {
  padding-top: 3.5rem;
}

.p-partners-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-partners-merit__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(2rem, -2.4504132231rem + 6.6115702479vw, 3.5rem);
    margin-top: 3.5rem;
  }
}

.p-partners-merit__item {
  border-radius: 1rem;
  background-color: #4AC247;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-partners-merit__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-partners-merit__item.--orange {
  background-color: #FF653A;
}
.p-partners-merit__item.--orange .p-partners-merit__item-text {
  color: #FF653A;
}

.p-partners-merit__item-title {
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-partners-merit__item-title {
    font-size: 1.5rem;
  }
}

.p-partners-merit__item-content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-partners-merit__item-content {
    margin-top: 1.5rem;
  }
}

.p-partners-merit__item-text {
  border-radius: 0.5rem;
  background-color: #FFF;
  text-align: center;
  color: #4AC247;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
  padding-block: 0.5rem;
}
.p-partners-merit__item-text + .p-partners-merit__item-text {
  margin-top: 0.75rem;
}

.p-partners-flow {
  padding-block: 3.5rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow {
    padding-block: 10rem 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-partners-flow__inner {
    max-width: 72.5rem;
  }
}

.p-partners-flow__list {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__list {
    margin-top: 3.5rem;
  }
}
.p-partners-flow__list + .p-partners-flow__list {
  border-top: 3px dashed #D9D9D9;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__list + .p-partners-flow__list {
    padding-top: 2.5rem;
  }
}
.p-partners-flow__list.--orange .p-partners-flow__list-title {
  color: #FF653A;
  margin-left: clamp(9.125rem, -5.4224137931rem + 62.0689655172vw, 14.75rem);
}
@media screen and (min-width: 768px) {
  .p-partners-flow__list.--orange .p-partners-flow__list-title {
    margin-left: 2.5rem;
  }
}
.p-partners-flow__list.--orange .p-partners-flow__list-title::before, .p-partners-flow__list.--orange .p-partners-flow__list-title::after {
  background-color: #FF653A;
}
.p-partners-flow__list.--orange .p-partners-flow__item-wrapper::before {
  background-color: #FF653A;
}
.p-partners-flow__list.--orange .p-partners-flow__item-step {
  border-color: #FF653A;
}
.p-partners-flow__list.--orange .p-partners-flow__item-step-text {
  color: #FF653A;
}
.p-partners-flow__list.--orange .p-partners-flow__item-body {
  background-color: rgba(246, 181, 163, 0.24);
}

.p-partners-flow__list-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #4AC247;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.008125rem;
  margin-left: clamp(7.875rem, -6.6724137931rem + 62.0689655172vw, 13.5rem);
}
@media screen and (min-width: 768px) {
  .p-partners-flow__list-title {
    font-size: 1.125rem;
    margin-left: 1.25rem;
  }
}
.p-partners-flow__list-title::before, .p-partners-flow__list-title::after {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: #4AC247;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__list-title::before, .p-partners-flow__list-title::after {
    height: 1.4375rem;
  }
}
.p-partners-flow__list-title::before {
  rotate: -30deg;
}
.p-partners-flow__list-title::after {
  rotate: 30deg;
}

.p-partners-flow__item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 0.75rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.25rem, -2.9421487603rem + 7.7134986226vw, 4rem);
    margin-top: 1.25rem;
  }
}
.p-partners-flow__item-wrapper::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 2.75rem;
  width: 0.125rem;
  height: calc(100% - 2.5rem);
  background-color: #4AC247;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item-wrapper::before {
    top: 5.875rem;
    left: 5rem;
    width: calc(100% - 10rem);
    height: 0.1875rem;
  }
}

.p-partners-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.p-partners-flow__item:nth-of-type(1) .p-partners-flow__item-step-image {
  width: 2.1875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item:nth-of-type(1) .p-partners-flow__item-step-image {
    width: 4rem;
    margin-top: 1.375rem;
  }
}
.p-partners-flow__item:nth-of-type(2) .p-partners-flow__item-step-image {
  width: 2.375rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item:nth-of-type(2) .p-partners-flow__item-step-image {
    width: 4.375rem;
    margin-top: 0.5625rem;
  }
}
.p-partners-flow__item:nth-of-type(3) .p-partners-flow__item-step-image {
  width: 2.625rem;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item:nth-of-type(3) .p-partners-flow__item-step-image {
    width: 4.9375rem;
    margin-top: 0.25rem;
  }
}
.p-partners-flow__item:nth-of-type(4) .p-partners-flow__item-step-image {
  width: 2.125rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item:nth-of-type(4) .p-partners-flow__item-step-image {
    width: 3.625rem;
    margin-top: 0.875rem;
  }
}

.p-partners-flow__item-step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.625rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 2px solid #4AC247;
  background-color: #FFF;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item-step {
    width: 11.9375rem;
    padding-top: 2.875rem;
  }
}

.p-partners-flow__item-step-text {
  text-transform: capitalize;
  color: #4AC247;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0075rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item-step-text {
    font-size: 1.125rem;
    letter-spacing: 0.01125rem;
  }
}

.p-partners-flow__item-body {
  width: 100%;
  min-height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  background-color: rgba(166, 212, 165, 0.24);
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item-body {
    min-width: 13rem;
    min-height: 5.25rem;
    padding: 1.25rem;
  }
}

.p-partners-flow__item-body-text {
  text-align: center;
  color: #50423D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item-body-text {
    font-size: 1.125rem;
  }
}
.p-partners-flow__item-body-text.--small {
  font-size: 0.875rem;
}

.p-partners-flow__item-body-button {
  width: 13rem;
  height: 2.8125rem;
  font-size: 0.75rem;
  padding-left: 3.6875rem;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-partners-flow__item-body-button {
    width: 13.9375rem;
    height: 3.125rem;
    font-size: 0.9375rem;
    padding-right: 0;
  }
}
.p-partners-flow__item-body-button::before, .p-partners-flow__item-body-button::after {
  width: 1.375rem;
}

/*----------------------------------
  ヘッド
----------------------------------*/
.p-contact__head {
  padding-block: 2.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    position: relative;
    max-width: 63.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 4.625rem 2.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__head::before {
    content: "";
    position: absolute;
    top: 4.875rem;
    left: -1.875rem;
    width: 1.875rem;
    aspect-ratio: 30/35;
    background: url(../img/common/kirakira--01.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__head::before {
    left: -2.9375rem;
  }
}

.p-contact__head-heading {
  width: 11.6875rem;
}

.p-contact__head-lead {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__head-lead {
    margin-top: 0;
  }
}

.p-contact__head-image {
  width: 4.5rem;
  margin: 2rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact__head-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 5.875rem;
    margin: 0;
  }
}

/*----------------------------------
  ボックス
----------------------------------*/
.p-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border-radius: 2rem;
  background-color: #F6F5F1;
  padding: 3rem 1.125rem 3.5rem;
  margin-block: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
    padding-block: 3rem;
    -webkit-margin-before: 5rem 6.25rem;
            margin-block-start: 5rem 6.25rem;
  }
}

.p-contact__box-image {
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__box-body {
    width: 33.0625rem;
  }
}

.p-contact__box-title {
  color: #FF653A;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  padding-inline: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box-title {
    font-size: 1.5rem;
    padding-inline: 0;
  }
}

.p-contact__box-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  padding-inline: 0.375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box-text {
    font-size: 1.125rem;
    padding-inline: 0;
  }
}

.p-contact__box-button {
  width: 19.625rem;
  height: 3.8125rem;
  border: 2px solid #FF653A;
  background-color: #FFF;
  color: #FF653A;
  font-size: 1rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-contact__box-button {
    padding-right: 0;
    margin-inline: 0;
  }
}
.p-contact__box-button::before, .p-contact__box-button::after {
  right: 1.4375rem;
  width: 1.875rem;
}
.p-contact__box-button::before {
  background: url(../img/common/button-arrow--orange.png) center/contain no-repeat;
}
.p-contact__box-button::after {
  background: url(../img/common/button-arrow--white-orange.png) center/contain no-repeat;
}
@media (any-hover: hover) {
  .p-contact__box-button:hover {
    opacity: 1;
    background-color: #FF653A;
    color: #FFF;
  }
  .p-contact__box-button:hover::after {
    opacity: 0;
  }
}

/*----------------------------------
  入力
----------------------------------*/
.p-contact__body {
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    max-width: 55rem;
    margin-inline: auto;
  }
}

.form__item + .form__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form__item + .form__item {
    margin-top: 2.5rem;
  }
}

.form__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.form__item-label {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form__item-label {
    font-size: 1rem;
  }
}

.form__item-required {
  width: 2.75rem;
  height: 1.4375rem;
  display: grid;
  place-items: center;
  border-radius: 0.3125rem;
  background-color: #4AC247;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form__item-required {
    width: 3.25rem;
    height: 1.6875rem;
    font-size: 0.8125rem;
  }
}
.form__item-required.--any {
  background-color: #999;
}

.form__item-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 0.625rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__item-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem 1.5rem;
  }
}
.form__item-radio .wpcf7-list-item {
  margin-left: 0;
}
.form__item-radio label {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .form__item-radio label {
    font-size: 1rem;
  }
}
.form__item-radio label::before, .form__item-radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.form__item-radio label::before {
  left: 0;
  width: 1.25rem;
  border: 1px solid #D9D9D9;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form__item-radio label::after {
  left: 0.25rem;
  width: 0.75rem;
  background-color: #FF653A;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__item-radio label:has(input:checked)::before {
  border-color: #FF653A;
}
.form__item-radio label:has(input:checked)::after {
  opacity: 1;
}
.form__item-radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form__item-input {
  width: 100%;
  height: 2.6875rem;
  border-radius: 0.3125rem;
  border: 1px solid #C3C3C3;
  background-color: #FFF;
  padding-inline: 0.9375rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__item-input {
    width: 55rem;
  }
}
.form__item-input::-webkit-input-placeholder {
  color: #CCC;
}
.form__item-input::-moz-placeholder {
  color: #CCC;
}
.form__item-input:-ms-input-placeholder {
  color: #CCC;
}
.form__item-input::-ms-input-placeholder {
  color: #CCC;
}
.form__item-input::placeholder {
  color: #CCC;
}

.textarea {
  height: 11.25rem;
  padding-block: 0.9375rem;
}

.form__privacy-policy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-left: 1rem;
  margin: 1.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .form__privacy-policy {
    margin-top: 3.125rem;
  }
}
.form__privacy-policy::before, .form__privacy-policy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.form__privacy-policy::before {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #C3C3C3;
  margin-top: 0.0625rem;
}
.form__privacy-policy::after {
  left: 0.125rem;
  width: 0.9375rem;
  height: 0.6875rem;
  background: url(../img/common/check-icon--gray.png) no-repeat center center/contain;
  margin-top: 0.0625rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__privacy-policy:has(.form__privacy-check-box:checked)::after {
  opacity: 1;
}

.form__privacy-policy-text {
  text-decoration: underline;
  text-decoration-color: #C3C3C3;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__privacy-policy-text {
    font-size: 1rem;
  }
}

.form__privacy-check-box {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/*スピナー非表示*/
.wpcf7-spinner {
  display: none;
}

/*ボタン関係*/
.form__button-wrapper {
  width: 18.625rem;
  height: 3.8125rem;
  padding: 0;
  margin: 2.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .form__button-wrapper {
    margin-top: 3.125rem;
  }
}
.form__button-wrapper::before, .form__button-wrapper::after {
  right: 1.5625rem;
  width: 1.875rem;
}
.form__button-wrapper.--large {
  width: 21.875rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .form__button-wrapper.--large {
    width: 23.8125rem;
  }
}
.form__button-wrapper.--large .form__button {
  text-align: center;
  padding-inline: 0;
}
.form__button-wrapper .form__button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  padding-left: 3rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .form__button-wrapper:has(.form__button:disabled):hover {
    background-color: #FF653A;
  }
  .form__button-wrapper:has(.form__button:disabled):hover::after {
    opacity: 1;
  }
  .form__button-wrapper:has(.form__button:disabled):hover .form__button {
    color: #FFF;
  }
}
@media (any-hover: hover) {
  .form__button-wrapper:hover .form__button {
    color: #FF653A;
  }
}

.form__button {
  height: 3.8125rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
.form__button.--gray {
  width: 21.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #999;
  background-color: #999;
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .form__button.--gray {
    width: 23.8125rem;
  }
}
.form__button.--gray::before, .form__button.--gray::after {
  right: unset;
  left: 1.875rem;
  width: 1.875rem;
}
.form__button.--gray::before {
  background: url(../img/common/button-arrow--white-gray-l.png) center/contain no-repeat;
}
.form__button.--gray::after {
  background: url(../img/common/button-arrow--gray-l.png) center/contain no-repeat;
}
@media (any-hover: hover) {
  .form__button.--gray:hover {
    opacity: 1;
    background-color: #FFF;
    color: #999;
  }
  .form__button.--gray:hover::after {
    opacity: 0;
  }
}

.confirm_button {
  display: none;
}
.confirm_button:disabled {
  cursor: not-allowed;
}

#js-submit-button {
  cursor: pointer;
}

/*----------------------------------
  確認
----------------------------------*/
.confirm_area .form__item-input {
  height: unset;
  border: none;
  padding: 0.625rem;
}

.form__confirm-item + .form__confirm-item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form__confirm-item + .form__confirm-item {
    margin-top: 2.5rem;
  }
}

.form-confirm__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form-confirm__button-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.375rem;
    margin: 2.5rem auto 0;
  }
}

/*----------------------------------
  完了
----------------------------------*/
.thanks_area .form__button {
  width: 14.625rem;
  margin: 2.5rem auto 0;
}
.thanks_area .form__button::before, .thanks_area .form__button::after {
  right: 1.5625rem;
  width: 1.875rem;
}

.p-contact__thanks-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks-title {
    font-size: 1.5rem;
  }
}

.p-contact__thanks-text {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks-text {
    font-size: 1rem;
  }
}

/*----------------------------------
  ヘッド
----------------------------------*/
.p-privacy-policy__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
  padding-block: 2.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__head {
    position: relative;
    max-width: 63.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.625rem;
    padding-block: 4.625rem 2.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__head::before {
    content: "";
    position: absolute;
    top: 4.875rem;
    left: -1.875rem;
    width: 1.875rem;
    aspect-ratio: 30/35;
    background: url(../img/common/kirakira--01.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .p-privacy-policy__head::before {
    left: -2.9375rem;
  }
}

.p-privacy-policy__head-heading {
  width: 17.875rem;
}

.p-privacy-policy__head-lead {
  font-size: 0.9375rem;
  line-height: 700;
  line-height: 1.8;
}

/*----------------------------------
  リスト
----------------------------------*/
.p-privacy-policy__list {
  padding-block: 4.125rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__list {
    padding-top: 6.625rem;
  }
}

.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item + .p-privacy-policy__item {
    margin-top: 3.5rem;
  }
}

.p-privacy-policy__item-title {
  position: relative;
  border-bottom: 1px solid #CDCDCD;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03375rem;
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item-title {
    font-size: 1.375rem;
    letter-spacing: 0.04125rem;
  }
}
.p-privacy-policy__item-title::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 10.9375rem;
  height: 1px;
  background-color: #A6D4A5;
}

.p-privacy-policy__item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item-text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.p-privacy-policy__sub-list {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__sub-list {
    margin: 1.5rem 0 0 1.5625rem;
  }
}

.p-privacy-policy__sub-item + .p-privacy-policy__sub-item {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__sub-item + .p-privacy-policy__sub-item {
    margin-top: 1rem;
  }
}

.p-privacy-policy__sub-item-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.p-privacy-policy__sub-item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-privacy-policy__item-button {
  width: 20.625rem;
  height: 3.8125rem;
  font-size: 1rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item-button {
    padding-right: 0;
    margin-top: 1.875rem;
  }
}
.p-privacy-policy__item-button::before {
  right: 1.5625rem;
  width: 1.875rem;
}

.p-affiliation-head {
  padding-block: 2.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 6.6875rem 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-head::before {
    content: "";
    position: absolute;
    top: 4.875rem;
    left: -1.875rem;
    width: 1.875rem;
    aspect-ratio: 30/35;
    background: url(../img/common/kirakira--01.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .p-affiliation-head::before {
    left: -2.9375rem;
  }
}

.p-affiliation-head__heading {
  width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-head__heading {
    width: 24rem;
  }
}

.p-affiliation-head__lead {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-head__lead {
    margin-top: 0;
  }
}

.p-affiliation-head__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-head__nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.p-affiliation-head__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-affiliation-head__nav {
    padding-inline: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-head__nav + .p-affiliation-head__nav {
    border-top: 1px solid #DDD;
    padding-top: 0.9375rem;
  }
}
.p-affiliation-head__nav::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.375rem;
  aspect-ratio: 1/1;
  background: url(../img/common/button-arrow--white-orange-d.png) center/contain no-repeat;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .p-affiliation-head__nav:hover {
    opacity: 1;
    color: #FF653A;
  }
  .p-affiliation-head__nav:hover::before {
    scale: 1.2;
  }
}

.p-affiliation-message {
  padding-block: 4rem 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message {
    overflow: hidden;
    padding-block: 7.5rem 16.0625rem;
  }
}

.p-affiliation-message__inner {
  position: relative;
  z-index: 1;
}
.p-affiliation-message__inner::before, .p-affiliation-message__inner::after {
  content: "";
  position: absolute;
  width: 11.125rem;
  aspect-ratio: 178/165;
  background: url(../img/affiliation/affiliation-bg.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__inner::before, .p-affiliation-message__inner::after {
    width: 20.375rem;
  }
}
.p-affiliation-message__inner::before {
  top: 7.4375rem;
  left: -2.375rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__inner::before {
    top: -2.0625rem;
    left: -7rem;
  }
}
.p-affiliation-message__inner::after {
  bottom: -7.8125rem;
  right: 0.61875rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__inner::after {
    bottom: -12.3125rem;
    right: -2.9375rem;
  }
}

.p-affiliation-message__head-image-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3125rem 0.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__head-image-wrapper {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .p-affiliation-message__head-image {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__head-image:nth-of-type(1) {
    width: 13.1875rem;
    top: -3.4375rem;
    left: 50%;
    translate: 15.9375rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__head-image:nth-of-type(2) {
    width: 8.75rem;
    top: 6.5rem;
    left: 50%;
    translate: 23.0625rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__head-image:nth-of-type(3) {
    width: 8.75rem;
    top: 6.5rem;
    right: 50%;
    translate: -23.8125rem 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-affiliation-message__head-image:nth-of-type(3) {
    translate: -25.0625rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__head-image:nth-of-type(4) {
    width: 13.1875rem;
    top: -3.4375rem;
    right: 50%;
    translate: -17.25rem 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-affiliation-message__head-image:nth-of-type(4) {
    translate: -18.5rem 0;
  }
}
.p-affiliation-message__head-image img {
  border-radius: 1rem;
}

.p-affiliation-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.875rem;
    max-width: 63.3125rem;
    margin: 5.5rem auto 0;
  }
}

.p-affiliation-message__body-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__body-text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-affiliation-message__body-image-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25.375rem;
  }
}

.p-affiliation-message__body-image {
  position: relative;
}
.p-affiliation-message__body-image:nth-of-type(1) {
  width: 73.4285714286%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__body-image:nth-of-type(1) {
    width: 22.5rem;
  }
}
.p-affiliation-message__body-image:nth-of-type(1)::before {
  top: -3.3125rem;
  right: -1.3125rem;
  width: 9.5rem;
  aspect-ratio: 152/94;
  background: url(../img/common/illustration--04.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__body-image:nth-of-type(1)::before {
    top: -2.875rem;
    right: unset;
    left: clamp(9.75rem, -12.5020661157rem + 33.0578512397vw, 17.25rem);
    width: 14.5625rem;
  }
}
.p-affiliation-message__body-image:nth-of-type(2) {
  width: 62.8571428571%;
  margin-top: -1.75rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__body-image:nth-of-type(2) {
    width: 19.3125rem;
    margin-top: 2.9375rem;
  }
}
.p-affiliation-message__body-image:nth-of-type(2)::before {
  bottom: -2.8125rem;
  left: -2.25rem;
  width: 7.6875rem;
  aspect-ratio: 123/75;
  background: url(../img/common/illustration--03.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-message__body-image:nth-of-type(2)::before {
    bottom: -2.75rem;
    left: unset;
    right: clamp(45rem, 13.4762396694rem + 46.8319559229vw, 55.625rem);
    width: 12.5rem;
  }
}
.p-affiliation-message__body-image::before {
  content: "";
  position: absolute;
}
.p-affiliation-message__body-image img {
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .p-affiliation-member {
    scroll-margin-top: 6.25rem;
  }
}

.p-affiliation-member__head {
  position: relative;
  background-color: #F6F5F1;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head {
    padding-top: 0;
  }
}
.p-affiliation-member__head::before {
  content: "";
  position: absolute;
  top: -3.875rem;
  left: 0;
  width: 100%;
  height: 3.9375rem;
  background: url(../img/affiliation/affiliation-member-bg--01-sp.png) center top/cover no-repeat;
}
@media screen and (min-width: 600px) {
  .p-affiliation-member__head::before {
    top: -5.125rem;
    height: 5.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head::before {
    top: -16.625rem;
    height: 16.6875rem;
    background-image: url(../img/affiliation/affiliation-member-bg--01-pc.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-affiliation-member__head::before {
    top: -18.4722222222vw;
    height: 18.5416666667vw;
  }
}

.p-affiliation-member__head-box {
  width: 21.875rem;
  border-radius: 1rem;
  border: 1px solid #E2E0D6;
  background-color: #FFF;
  padding: 1.5rem 1.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-box {
    width: 63.3125rem;
    padding: 2.4375rem 1.9375rem;
  }
}

.p-affiliation-member__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-title {
    font-size: 1rem;
  }
}
.p-affiliation-member__head-title::before {
  content: "";
  width: 1.3125rem;
  aspect-ratio: 1/1;
  background: url(../img/common/search-icon.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-title::before {
    width: 1.5rem;
  }
}

.p-affiliation-member__head-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-affiliation-member__head-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    margin-top: 1.8125rem;
  }
}

.p-affiliation-member__head-form {
  position: relative;
  width: 100%;
  height: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-form {
    width: 20.625rem;
    height: 3.5625rem;
  }
}
.p-affiliation-member__head-form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  translate: 0 -50%;
  width: 1.3125rem;
  aspect-ratio: 1/1;
  background: url(../img/common/search-icon--orange.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-form::before {
    width: 1.5rem;
  }
}

.p-affiliation-member__head-form-input {
  width: 15.125rem;
  height: 100%;
  border-radius: 6.25rem 0 0 6.25rem;
  border: 2px solid #FF653A;
  background-color: #FFF;
  outline: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding-inline: 3.0625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-form-input {
    width: 15.875rem;
    padding-inline: 3.625rem 1.5rem;
  }
}
.p-affiliation-member__head-form-input::-webkit-input-placeholder {
  color: #E2E0D6;
}
.p-affiliation-member__head-form-input::-moz-placeholder {
  color: #E2E0D6;
}
.p-affiliation-member__head-form-input:-ms-input-placeholder {
  color: #E2E0D6;
}
.p-affiliation-member__head-form-input::-ms-input-placeholder {
  color: #E2E0D6;
}
.p-affiliation-member__head-form-input::placeholder {
  color: #E2E0D6;
}

.p-affiliation-member__head-form-button {
  width: 4.0625rem;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 0 6.25rem 6.25rem 0;
  background-color: #FF653A;
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-left: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-form-button {
    width: 4.75rem;
    font-size: 0.9375rem;
  }
}

.p-affiliation-member__head-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  height: 3.0625rem;
  border-radius: 6.25rem;
  border: 2px solid #FF653A;
  background-color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1.1875rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-button {
    width: 18.875rem;
    height: 3.5625rem;
    padding-left: 1.375rem;
  }
}
.p-affiliation-member__head-button::before {
  content: "";
  width: 0.6875rem;
  aspect-ratio: 11/16.5;
  background: url(../img/common/area-icon.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-button::before {
    width: 0.8125rem;
  }
}
.p-affiliation-member__head-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75rem;
  translate: 0 -50%;
  width: 1.625rem;
  aspect-ratio: 1/1;
  background: url(../img/common/button-arrow--white-orange.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__head-button::after {
    right: 1.375rem;
    width: 1.875rem;
  }
}
@media (any-hover: hover) {
  .p-affiliation-member__head-button:hover {
    opacity: 1;
    color: #FF653A;
  }
}

.p-affiliation-member__clinics {
  position: relative;
  background-color: #F6F5F1;
  padding-block: 5rem 5.4375rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__clinics {
    padding-bottom: 13.4375rem;
    scroll-margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-affiliation-member__clinics {
    padding-bottom: 14.9305555556vw;
  }
}
.p-affiliation-member__clinics::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 3.9375rem;
  background: url(../img/affiliation/affiliation-member-bg--02-sp.png) center top/cover no-repeat;
}
@media screen and (min-width: 600px) {
  .p-affiliation-member__clinics::before {
    height: 5.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__clinics::before {
    height: 16.6875rem;
    background-image: url(../img/affiliation/affiliation-member-bg--02-pc.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-affiliation-member__clinics::before {
    bottom: -0.0694444444vw;
    height: 18.5416666667vw;
  }
}

.p-affiliation-member__facility {
  position: relative;
  padding-block: 5.3125rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__facility {
    padding-block: 2.0625rem 12rem;
    scroll-margin-top: 3.75rem;
  }
}
.p-affiliation-member__facility::after {
  content: "";
  position: absolute;
  top: -5.75rem;
  left: -3.875rem;
  width: 11.5rem;
  aspect-ratio: 184/170.5;
  background: url(../img/affiliation/affiliation-bg.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__facility::after {
    top: -17.8125rem;
    left: unset;
    right: 50%;
    translate: -21.0625rem 0;
    width: 20.375rem;
  }
}
.p-affiliation-member__facility .p-affiliation-member__item {
  background-color: #F6F5F1;
}

.p-affiliation-member__list {
  display: grid;
  gap: 1rem;
  margin-block: 2rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 3.8125rem;
    margin-block: 3.5rem;
  }
}

.p-affiliation-member__item {
  border-radius: 0.625rem;
  border: 1px solid #E2E0D6;
  background-color: #FFF;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item {
    border-radius: 1rem;
    padding: 2rem;
    scroll-margin-top: 6.25rem;
  }
}
.p-affiliation-member__item:nth-of-type(4n + 1) .p-affiliation-member__item-image::before {
  background: url(../img/affiliation/affiliation-member-frame--01.png) center/contain no-repeat;
}
.p-affiliation-member__item:nth-of-type(4n + 2) .p-affiliation-member__item-image::before {
  background: url(../img/affiliation/affiliation-member-frame--02.png) center/contain no-repeat;
}
.p-affiliation-member__item:nth-of-type(4n + 3) .p-affiliation-member__item-image::before {
  background: url(../img/affiliation/affiliation-member-frame--03.png) center/contain no-repeat;
}
.p-affiliation-member__item:nth-of-type(4n) .p-affiliation-member__item-image::before {
  background: url(../img/affiliation/affiliation-member-frame--04.png) center/contain no-repeat;
}
.p-affiliation-member__item.is-hidden {
  display: none;
}

a.p-affiliation-member__item {
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
@media (any-hover: hover) {
  a.p-affiliation-member__item:hover {
    opacity: 1;
    translate: 0 -0.5rem;
  }
}

.p-affiliation-member__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item-head {
    gap: 1.875rem;
  }
}

.p-affiliation-member__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 6.75rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item-image {
    width: 11rem;
  }
}
.p-affiliation-member__item-image::before {
  content: "";
  position: absolute;
  inset: 0;
  translate: -0.125rem 0;
  width: 7rem;
  aspect-ratio: 1/1;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item-image::before {
    translate: -0.1875rem 0;
    width: 11.375rem;
  }
}
.p-affiliation-member__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.p-affiliation-member__item-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item-title {
    font-size: 1rem;
  }
}

.p-affiliation-member__item-address {
  display: block;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item-address {
    margin-top: 0.5rem;
  }
}

.p-affiliation-member__item-area {
  display: block;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item-area {
    margin-top: 0.5rem;
  }
}

.p-affiliation-member__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__item-text {
    margin-top: 1.875rem;
  }
}

.p-affiliation-member__button {
  width: 14.625rem;
  height: 3.8125rem;
  font-size: 1rem;
  margin-inline: auto;
}
.p-affiliation-member__button::before, .p-affiliation-member__button::after {
  right: 1.5625rem;
  width: 1.875rem;
}
.p-affiliation-member__button::before {
  background-image: url(../img/common/button-arrow--white-orange-d-02.png) !important;
}
.p-affiliation-member__button::after {
  background-image: url(../img/common/button-arrow--orange-d-02.png) !important;
}

.p-affiliation-member__search-text {
  text-align: center;
}

.p-affiliation-member__modal {
  max-width: 32.5rem;
  width: calc(100% - 2.75rem);
  max-height: calc(100dvh - 5rem);
  border-radius: 2rem;
  border: none;
  background-color: #FFF;
  padding-block: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal {
    max-width: 60rem;
    padding-top: 3.5rem;
  }
}

.p-affiliation-member__modal-close-button {
  position: absolute;
  top: 1.5625rem;
  right: 1.875rem;
  color: #8E8E8E;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-close-button {
    top: 4.0625rem;
    right: 3.5rem;
    font-size: 2.5rem;
  }
}

.p-affiliation-member__modal-inner {
  padding-inline: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-inner {
    padding-inline: 3.5rem;
  }
}

.p-affiliation-member__modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-title {
    font-size: 2.375rem;
  }
}
.p-affiliation-member__modal-title::before {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/common/search-icon--orange.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-title::before {
    width: 2.375rem;
  }
}

.p-affiliation-member__modal-list {
  margin-top: 2.5rem;
}

.p-affiliation-member__modal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
.p-affiliation-member__modal-item + .p-affiliation-member__modal-item {
  margin-top: 1.75rem;
}

.p-affiliation-member__modal-item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-item-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.75rem;
  }
}

.p-affiliation-member__modal-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-item-body {
    gap: 1.25rem;
  }
}

.p-affiliation-member__modal-item-text {
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #F3F2F2;
  background-color: #F3F2F2;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  padding-inline: 1.375rem;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-affiliation-member__modal-item-text {
    height: 3.3125rem;
    padding-inline: 2rem;
  }
}
.p-affiliation-member__modal-item-text:has(input:checked) {
  background-color: #FFF;
  border-color: #FF653A;
  color: #FF653A;
}
.p-affiliation-member__modal-item-text input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-affiliation-member__modal-button {
  width: 16.625rem;
  height: 3.8125rem;
  font-size: 1rem;
  padding-right: 0;
  margin: 2.5rem auto 0;
}
.p-affiliation-member__modal-button::before, .p-affiliation-member__modal-button::after {
  right: 1.5625rem;
  width: 1.875rem;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-sp-xl {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp-xl {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .u-hidden-sp-xl {
    display: none;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */