@charset "UTF-8";
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;
}

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  --header-height: 7.7rem;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: calc(4.8828125% * 1vw / 1px);
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #3c3c43;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  position: relative;
  background-color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

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

/*——————————————————————
コンテンツ幅
最大幅はtheme.jsonで設定
——————————————————————*/
.l-container {
  margin-inline: auto;
  width: min(100% - 8.53vw, var(--wp--style--global--content-size));
}
@media screen and (min-width: 744px) {
  .l-container {
    max-width: 70rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    max-width: 100%;
  }
}
.l-container.--wide {
  width: min(100% - 8.53vw, var(--wp--style--global--wide-size));
}
@media screen and (min-width: 744px) {
  .l-container.--wide {
    max-width: 70rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-container.--wide {
    max-width: 100%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  width: 100%;
  z-index: 100;
  padding: 1.05rem 1.6rem;
  background-color: transparent;
  transition: background-color 0.4s;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 1rem 8rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-header {
    padding-inline: 4rem;
  }
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
.l-header-branding__link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-header-branding__img {
  width: 8.2rem;
  height: 5.6rem;
  aspect-ratio: 82/56;
  object-fit: contain;
}
.l-header-branding__desc {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.l-header-nav {
  display: none;
}
@media screen and (min-width: 1440px) {
  .l-header-nav {
    display: block;
  }
}
.l-header-nav__list {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 2em;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  .l-header-nav__list {
    font-size: 1.6rem;
  }
}
.l-header-nav__link {
  align-items: center;
  display: flex;
  line-height: normal;
  transition: 0.4s;
}
.l-header-nav__link:not(.l-header-nav-acc__trigger):hover {
  color: color-mix(in srgb, #3c3c43 40%, #009228 60%);
  opacity: 0.7;
}
.l-header-nav-acc {
  position: relative;
}
.l-header-nav-acc__trigger {
  cursor: default;
}
.l-header-nav-acc__inner {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  opacity: 0;
  padding: 16px 24px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: 0.4s;
  visibility: hidden;
  width: max-content;
  z-index: -1;
}
.l-header-nav-acc:hover .l-header-nav-acc__inner {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 0;
}
.l-header-nav-acc__list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1440px) {
  .l-header-hamburger {
    display: none;
  }
}
.l-header-hamburger__btn {
  display: grid;
  place-items: center;
}
.l-header-hamburger__text {
  width: fit-content;
}
.l-header-hamburger__text svg {
  display: block;
  width: 0;
  min-width: 100%;
  height: 0.3rem;
  margin-block-start: 0.8rem;
}
.l-header-hamburger__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.l-header-hamburger-wrapper {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: start center;
  width: 100%;
  height: 100svh;
  padding-block-start: 7.7rem;
  padding-block-end: 6.4rem;
  padding-inline: 1.6rem;
  overflow-y: auto;
  background-color: #ffffff;
  background-image: url("../images/common/drawer-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0.4s;
}
.l-header-hamburger-nav {
  width: min(100%, 34.3rem);
  padding-block: 5.6rem;
}
.l-header-hamburger-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.l-header-hamburger-nav__item {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
}
.l-header-hamburger-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block-end: -1.6rem;
  inset-inline-start: 50%;
  width: 4.8rem;
  height: 1px;
  background-color: rgba(60, 60, 67, 0.2);
  transform: translateX(-50%);
}
.l-header-hamburger-nav__link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.4s;
}
.l-header-hamburger-nav__link:hover {
  opacity: 0.7;
}

body.is-drawer-open {
  overflow: hidden;
}
body.is-drawer-open .l-header-hamburger-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#wpadminbar {
  display: none !important;
}

.l-footer {
  background-color: #ffffff;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: min(100% - 8.53vw, 128rem);
  margin-inline: auto;
  padding-block: 2.4rem;
}
@media screen and (min-width: 744px) {
  .l-footer__inner {
    padding-block: 8rem 1.6rem;
  }
}

.l-footer__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: fit-content;
}
@media screen and (min-width: 744px) {
  .l-footer__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}

.l-footer-branding__link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.l-footer-branding__img {
  width: 8.2rem;
  height: 5.6rem;
  aspect-ratio: 82/56;
  object-fit: contain;
}

.l-footer-branding__desc {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.l-footer-nav__list {
  display: grid;
  grid-template-columns: 16.9rem 14.7rem;
  column-gap: 2.4rem;
  row-gap: 1.6rem;
}
@media screen and (min-width: 744px) {
  .l-footer-nav__list {
    grid-template-columns: 11rem 16.9rem 15rem;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-nav__list {
    grid-template-columns: repeat(3, 17.6rem);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 4rem;
  }
}

.l-footer-nav__item--company {
  order: 1;
}
@media screen and (min-width: 744px) {
  .l-footer-nav__item--company {
    order: 0;
  }
}

.l-footer-nav__item {
  line-height: 1;
}

.l-footer-nav__link {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4666666667;
  transition: opacity 0.4s;
  display: inline-block;
}
@media screen and (min-width: 744px) {
  .l-footer-nav__link {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .l-footer__copyright {
    line-height: 2;
  }
}

.l-main {
  overflow: hidden;
}

.c-about {
  position: relative;
  padding-block: 10.5rem 5.6rem;
  background: url("../images/common/about-bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .c-about {
    padding-block: 23.3rem 8rem;
  }
}
.c-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 10.2rem;
  background: url("../images/common/about-wave-sp.webp") no-repeat top center/100% 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .c-about::before {
    height: 12rem;
    background: url("../images/common/about-wave.webp") no-repeat top center/100% 100%;
  }
}

.c-about__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .c-about__container {
    gap: 12rem;
  }
}

.c-about__deco {
  position: absolute;
  z-index: 3;
  top: -2.4rem;
  right: 2.1rem;
  width: 6.5rem;
  height: auto;
  aspect-ratio: 65/97;
  pointer-events: none;
}
@media screen and (min-width: 744px) {
  .c-about__deco {
    width: 9rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-about__deco {
    width: 10.5rem;
    right: 11.1111111111vw;
  }
}

.c-about__deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-about__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .c-about__nav {
    gap: 7rem;
  }
}

.c-about__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-about__title {
    font-size: 4rem;
  }
}
.c-about__title svg {
  margin-block: 0.8rem 0.6rem;
}
@media screen and (min-width: 1024px) {
  .c-about__title svg {
    margin-block: 1.2rem 0;
  }
}

.c-about__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .c-about__nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 2.4rem;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .c-about__nav-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: auto;
  }
}

.c-about__nav-item {
  width: 28.2rem;
  max-width: 100%;
}

.c-about__btn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid #3c3c43;
  border-radius: 100vmax;
  background-color: #ffffff;
  transition: background-color 0.4s;
}
@media (hover: hover) {
  .c-about__btn:hover {
    background-color: #f5f5f5;
  }
}

.c-about__btn-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.c-about__btn-icon {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.c-about__jobs {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-about__jobs {
    gap: 2.4rem;
    padding-block: 4rem;
  }
}

.c-about__jobs-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (min-width: 1024px) {
  .c-about__jobs-title {
    gap: 0.8rem;
  }
}

.c-about__jobs-icon {
  width: 3.6rem;
  height: auto;
  aspect-ratio: 36/38;
  object-fit: contain;
}

.c-about__jobs-title-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .c-about__jobs-title-text {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}

.c-about__jobs-list {
  display: flex;
  flex-direction: column;
}

.c-about__jobs-item {
  border-block-start: 1px solid #cccccc;
}
@media screen and (min-width: 744px) {
  .c-about__jobs-item:first-of-type .c-about__job {
    padding-block-start: 2.4rem;
  }
}
.c-about__jobs-item:last-of-type .c-about__job {
  padding-block-end: 0;
}

.c-about__job {
  display: grid;
  grid-template-columns: 10.4rem minmax(0, 1fr) auto;
  align-items: start;
  gap: 1.2rem;
  width: 100%;
  padding-block: 1.2rem;
  transition: opacity 0.4s;
}
@media screen and (min-width: 744px) {
  .c-about__job {
    grid-template-columns: 28rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 4rem;
    padding-block: 3.2rem;
  }
}
@media (hover: hover) {
  .c-about__job:hover {
    opacity: 0.7;
  }
}

.c-about__job-img {
  overflow: hidden;
  width: 10.4rem;
  aspect-ratio: 104/110;
  border-radius: 1.6rem;
}
@media screen and (min-width: 744px) {
  .c-about__job-img {
    width: 28rem;
    aspect-ratio: 280/175;
  }
}

.c-about__job-img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.c-about__job-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-about__job-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .c-about__job-body {
    gap: 0.8rem;
  }
}

.c-about__job-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .c-about__job-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.c-about__job-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .c-about__job-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c-about__job-arrow {
  width: 1.6rem;
  height: 1.6rem;
  margin-block-start: 0.6rem;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .c-about__job-arrow {
    width: 2.4rem;
    height: 2.4rem;
    margin-block-start: 0;
  }
}

.c-btn {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  min-width: 31.1rem;
  min-height: 7.2rem;
  padding: 1.2rem;
  border: 1px solid #3c3c43;
  border-radius: 100vmax;
  background-color: #ffffff;
  color: #3c3c43;
  transition: background-color 0.4s;
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn {
    width: auto;
    line-height: 1;
    letter-spacing: 0;
    padding: 2.2rem;
    white-space: nowrap;
    min-height: 7.1rem;
  }
}

.c-btn__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .c-btn__text {
    letter-spacing: 0;
  }
}
.c-btn__text--small {
  font-size: 1.4rem;
}
@media screen and (min-width: 744px) {
  .c-btn__text--small {
    font-size: 1.6rem;
  }
}

.c-btn__icon {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.c-contents {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-contents {
    flex-direction: row;
    align-items: flex-start;
    gap: 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-contents--reverse {
    flex-direction: row-reverse;
  }
}

.c-contents__img {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 343/245;
  border-radius: 2.4rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .c-contents__img {
    aspect-ratio: 600/495;
    flex: 1;
    min-width: 0;
    width: 100%;
  }
}
.c-contents__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-contents__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-contents__body {
    flex: 0 1 52rem;
    min-width: 0;
    gap: 2.4rem;
  }
}

.c-contents__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .c-contents__text {
    gap: 2.4rem;
  }
}

.c-contents__link {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-contents__link {
    text-align: left;
  }
}

.c-contents__deco {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
}

.c-contents__deco--01 {
  top: -8.8rem;
  right: -1rem;
  width: 8rem;
  height: auto;
  aspect-ratio: 80/84;
}
@media screen and (min-width: 1024px) {
  .c-contents__deco--01 {
    top: -16.8rem;
    right: -7.5rem;
    width: 13.6rem;
    aspect-ratio: 136/143;
  }
}

.p-jobs-contents .c-contents__deco--01 {
  top: -7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-contents .c-contents__deco--01 {
    top: -16.8rem;
  }
}

.c-contents__deco--02 {
  top: -8.5rem;
  left: -1.8rem;
  width: 8rem;
  height: auto;
  aspect-ratio: 80/84;
}
@media screen and (min-width: 1024px) {
  .c-contents__deco--02 {
    top: -11.5rem;
    left: -5.5rem;
    width: 10.8rem;
    aspect-ratio: 108/114;
  }
}
@media screen and (min-width: 1280px) {
  .c-contents__deco--02 {
    top: -11.5rem;
    left: -8.5rem;
  }
}

.c-form {
  display: grid;
  gap: 1.6rem;
}
.c-form input:not([name*=age]):not([name*=zip]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=number]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=zip] {
  width: 5em;
}
.c-form input[name*=age] {
  width: 5.6rem;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  appearance: none;
}
.c-form input[type=radio] {
  border-radius: 50%;
}
.c-form input[type=checkbox] {
  border-radius: 0.4rem;
}
.c-form input[type=radio]:checked {
  border-color: #009228;
  background: radial-gradient(circle, #009228 45%, #ffffff 50%);
}
.c-form .wpcf7-radio label,
.c-form .wpcf7-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-form .wpcf7-checkbox label:has(input:checked)::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0.5rem;
  width: 0.8rem;
  height: 1.4rem;
  border-inline-end: 2px solid #009228;
  border-block-end: 2px solid #009228;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.c-form input,
.c-form select,
.c-form textarea {
  border: 1px solid #cccccc;
  border-radius: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0.7rem 1.6rem;
}
.c-form-note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.c-form-content {
  display: grid;
  gap: 0;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-form-content {
    gap: 1.6rem;
    grid-template-columns: 16.4rem 1fr;
  }
}
.c-form-content__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}
.c-form-content-inputs--age {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.c-form-age-unit {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.c-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  padding-block: 0.8rem;
}
.c-form .wpcf7-list-item {
  margin: 0;
}
.c-form .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.c-form-privacy {
  align-items: center;
  background: #f5f5f5;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-inline: auto;
  padding: 1.6rem;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.c-form-privacy a {
  color: #009228;
  text-decoration: underline;
  transition: 0.4s;
}
.c-form-privacy a:hover {
  color: rgb(0, 131.4, 36);
}
@media screen and (min-width: 512px) {
  .c-form-privacy {
    max-width: 31.3rem;
    margin-inline: auto;
  }
}
.c-form-btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .c-form-btns {
    flex-direction: row;
  }
}
.c-form-btns input {
  background: #009228;
  border: 1px solid transparent;
  border-radius: 1.6rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  width: 100%;
  padding-block: 1.6rem;
  padding-inline: 3.2rem;
  transition: 0.4s;
  display: block;
}
.c-form-btns input:hover:not(:disabled) {
  background: #fff;
  border-color: #009228;
  color: #009228;
}
.c-form-btns input:disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}
.c-form-btns .wpcf7-spinner {
  display: none;
}
.c-form-btns__btn {
  width: 100%;
}
@media screen and (min-width: 512px) {
  .c-form-btns__btn {
    width: 31.3rem;
  }
}
.c-form-btn__back {
  filter: grayscale(1);
}

.c-heading {
  width: fit-content;
  margin-inline: auto;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 744px) {
  .c-heading {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading {
    font-size: 4rem;
    line-height: 1.5;
  }
}

.p-vision-diagram .c-heading {
  padding-block: 0.6rem 0.7rem;
}
@media screen and (min-width: 1024px) {
  .p-vision-diagram .c-heading {
    padding-block: 0;
  }
}

.p-benefits-mechanism .c-heading {
  margin-inline: -0.3rem;
  white-space: nowrap;
}

.p-growth-activities .c-heading {
  font-size: 2.2rem;
}
@media screen and (min-width: 744px) {
  .p-growth-activities .c-heading {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-growth-activities .c-heading {
    font-size: 4rem;
  }
}

.c-heading svg {
  display: block;
  width: 0;
  min-width: 100%;
  height: 0.3rem;
  margin-block-start: 0.6rem;
}
@media screen and (min-width: 1024px) {
  .c-heading svg {
    margin-block-start: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-heading--pc-left {
    margin-inline: 0;
  }
}

.c-heading-m {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-heading-m {
    gap: 0.8rem;
  }
}

.c-heading-m__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #009228;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.c-heading-m__label::before {
  content: "";
  flex-shrink: 0;
  width: 3rem;
  height: 2px;
  background: url(../images/common/heading-m-line.svg) no-repeat center center/contain;
}

.c-heading-m__title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 744px) {
  .c-heading-m__title {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading-m__title {
    font-size: 3.2rem;
  }
}

.c-heading-m:has(.c-heading-m__label) .c-heading-m__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 744px) {
  .c-heading-m:has(.c-heading-m__label) .c-heading-m__title {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading-m:has(.c-heading-m__label) .c-heading-m__title {
    font-size: 3.2rem;
  }
}

.c-page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: calc(16.9rem + 7.7rem);
  padding-block-start: 7.7rem;
  background: url("../images/common/page-header-bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 744px) {
  .c-page-header {
    min-height: calc(22.9rem + 7.7rem);
  }
}
@media screen and (min-width: 1024px) {
  .c-page-header {
    min-height: calc(28.2rem + 7.7rem);
  }
}
.c-page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  width: 100%;
  height: 5.6rem;
  background: url("../images/common/page-header-wave.webp") no-repeat bottom center/100% 100%;
  pointer-events: none;
}
@media screen and (min-width: 744px) {
  .c-page-header::after {
    height: 8.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-page-header::after {
    height: 12.9rem;
  }
}

.c-page-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-block: 3rem 1.2rem;
}
@media screen and (min-width: 1024px) {
  .c-page-header__inner {
    padding-block: 6.4rem 3.6rem;
  }
}

.c-page-header__heading {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 1024px) {
  .c-page-header__heading {
    gap: 0;
  }
}

.c-page-header__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 744px) {
  .c-page-header__title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-page-header__title {
    font-size: 4rem;
  }
}

.c-page-header__title--m {
  font-size: 2.4rem;
}
@media screen and (min-width: 744px) {
  .c-page-header__title--m {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-page-header__title--m {
    font-size: 4rem;
  }
}

.c-page-header__title--s {
  font-size: 2.1rem;
}
@media screen and (min-width: 744px) {
  .c-page-header__title--s {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-page-header__title--s {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-page-header__title br {
    display: none;
  }
}

.c-page-header__lead {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .c-page-header__lead {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (min-width: 1024px) {
  .c-page-header__lead br {
    display: none;
  }
}

.c-page-header .c-breadcrumbs {
  margin-block-start: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 0.3rem;
}

.c-page-header .c-breadcrumbs a {
  text-decoration: underline;
}

.c-page-header__deco {
  position: absolute;
  z-index: 2;
  bottom: 3.3rem;
  right: 1.6rem;
  width: 6.1rem;
  height: auto;
  aspect-ratio: 61/64;
}
.c-page-header__deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .c-page-header__deco {
    bottom: 7.4rem;
    right: 3.9rem;
    width: 13.4rem;
    aspect-ratio: 134/141;
  }
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  bottom: 0;
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}

.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

/**
デバイス種別ごとの非表示クラス
.u-only-touch > タッチデバイスのみ表示
.u-only-mouse > マウスデバイスのみ表示
**/
@media (hover: hover) {
  .u-only-touch {
    display: none !important;
  }
}

@media (hover: none) {
  .u-only-mouse {
    display: none !important;
  }
}

/**
各ブレークポイントごとの非表示クラス
使用例：
.u-md-min-hide//md以上のみ非表示
.u-lg-max-hide //lg以下のみ非表示
**/
@media screen and (min-width: 321px) {
  .u-xs-min-hide {
    display: none !important;
  }
}

@media screen and (min-width: 512px) {
  .u-sm-min-hide {
    display: none !important;
  }
}

@media screen and (min-width: 744px) {
  .u-md-min-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-min-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .u-xl-min-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1920px) {
  .u-xxl-min-hide {
    display: none !important;
  }
}

@media screen and (max-width: 321px) {
  .u-xs-max-hide {
    display: none !important;
  }
}

@media screen and (max-width: 512px) {
  .u-sm-max-hide {
    display: none !important;
  }
}

@media screen and (max-width: 744px) {
  .u-md-max-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-lg-max-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .u-xl-max-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1920px) {
  .u-xxl-max-hide {
    display: none !important;
  }
}

/**
手書き風下線（文字幅に追従）
HTML内に handwritten-line.svg をインライン出力して使う
例）<h2 class="u-handwritten-line">
       木のうたについて知る<?php the_handwritten_line_svg(); ?>
   </h2>
**/
.u-handwritten-line {
  width: fit-content;
}

.u-handwritten-line svg {
  display: block;
  width: 0;
  min-width: 100%;
  height: 0.3rem;
}

.p-top-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 58.2rem;
  background-color: #cccccc;
  background: url("../images/pages/top/fv-bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-top-fv {
    min-height: 72.9rem;
  }
}

.p-top-fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 0;
  width: 100%;
  height: 5.6rem;
  background: url("../images/pages/top/fv-wave.webp") no-repeat bottom center/100% 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-top-fv::after {
    height: 14.9rem;
  }
}

.p-top-fv__inner {
  position: relative;
  padding: 27.7rem 4rem 18.8rem 4rem;
  width: min(100%, 45rem);
  margin-inline: auto;
}
@media screen and (min-width: 744px) {
  .p-top-fv__inner {
    padding: 28.9rem 4rem 24rem 4rem;
    width: min(100%, 55rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__inner {
    width: min(100%, 118rem);
    padding: 28.9rem 4rem 25rem 4rem;
  }
}

.p-top-fv__title {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4411764706;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
@media screen and (min-width: 744px) {
  .p-top-fv__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__title {
    font-size: 5.6rem;
    gap: 0.8rem;
  }
}

.p-top-fv__title-line.u-handwritten-line svg {
  margin-block-start: 0.6rem;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__title-line.u-handwritten-line svg {
    margin-block-start: 0.8rem;
  }
}

.p-top-fv__img {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.8rem;
  pointer-events: none;
}
.p-top-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-fv__img--01 {
  top: 8.1rem;
  left: calc(50% - 0.2rem);
  width: 17.4rem;
  height: auto;
  aspect-ratio: 174/184;
}
@media screen and (min-width: 744px) {
  .p-top-fv__img--01 {
    width: 18rem;
    left: calc(50% + 8rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__img--01 {
    top: 18.8rem;
    left: calc(50% + 25.4rem);
    width: 24rem;
    aspect-ratio: 386/451;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-fv__img--01 {
    width: 38.6rem;
  }
}

.p-top-fv__img--02 {
  top: 37.7rem;
  left: calc(50% + 4.6rem);
  width: 11rem;
  height: auto;
  aspect-ratio: 110/74;
}
@media screen and (min-width: 744px) {
  .p-top-fv__img--02 {
    width: 14rem;
    left: calc(50% + 10rem);
    top: 40rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__img--02 {
    top: 13.9rem;
    left: calc(50% - 7rem);
    width: 19.1rem;
    aspect-ratio: 191/128;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-fv__img--02 {
    left: calc(50% - 27rem);
  }
}

.p-top-fv__img--03 {
  top: 42.9rem;
  right: calc(50% - 1rem);
  width: 18.1rem;
  height: auto;
  aspect-ratio: 181/117;
}
@media screen and (min-width: 744px) {
  .p-top-fv__img--03 {
    width: 25rem;
    right: calc(50% + 1rem);
    top: 48rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__img--03 {
    top: 31.5rem;
    right: calc(50% - 23rem);
    width: 21.7rem;
    height: auto;
    aspect-ratio: 257/166;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-fv__img--03 {
    width: 25.7rem;
    right: calc(50% - 20rem);
  }
}

.p-top-fv__img--04 {
  top: 46.7rem;
  left: calc(50% + 3rem);
  width: 14.1rem;
  height: auto;
  aspect-ratio: 141/91;
}
@media screen and (min-width: 744px) {
  .p-top-fv__img--04 {
    width: 20rem;
    left: calc(50% + 7rem);
    top: 53rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__img--04 {
    top: 51.3rem;
    left: calc(50% - 34rem);
    width: 21.6rem;
    aspect-ratio: 216/139;
  }
}

.p-top-fv__deco {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
}

.p-top-fv__deco--01 {
  top: 16.3rem;
  left: -15.1rem;
  width: 35.9rem;
  height: auto;
  aspect-ratio: 359/69;
}
@media screen and (min-width: 512px) {
  .p-top-fv__deco--01 {
    left: -10rem;
    width: 39rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__deco--01 {
    left: -5rem;
    width: 44rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__deco--01 {
    top: 18.8rem;
    left: -4.2rem;
    width: 50.5rem;
    aspect-ratio: 505/97;
  }
}

.p-top-fv__deco--02 {
  top: 31.1rem;
  left: calc(50% + 12.6rem);
  width: 5.3rem;
  height: auto;
  aspect-ratio: 53/56;
}
@media screen and (min-width: 744px) {
  .p-top-fv__deco--02 {
    width: 8rem;
    left: calc(50% + 20rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__deco--02 {
    top: 50.9rem;
    left: calc(50% - 6rem);
    width: 13.6rem;
    aspect-ratio: 136/143;
  }
}

.p-top-concept {
  position: relative;
  overflow: hidden;
  padding-block: 5.6rem 4rem;
}
@media screen and (min-width: 1024px) {
  .p-top-concept {
    padding-block: 12rem;
  }
}

.p-top-concept__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__inner {
    display: block;
  }
}

.p-top-concept__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__content {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 4rem;
  }
}

.p-top-concept__title {
  writing-mode: vertical-rl;
  height: fit-content;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__title {
    flex-shrink: 0;
    font-size: 4rem;
    line-height: 1.56;
    letter-spacing: 0.08em;
  }
}

.p-top-concept__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  color: #3c3c43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__body {
    width: 76.6666666667%;
    flex-grow: 1;
    text-align: start;
  }
}

.p-top-concept__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-top-concept__lead-en {
  color: #009228;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__lead-en {
    font-size: 2.4rem;
    line-height: 1.8;
    margin-block-end: 0.4rem;
  }
}

.p-top-concept__birds {
  position: absolute;
  top: -6.1rem;
  left: calc(50% + 5rem);
  z-index: 1;
  width: 8.6rem;
  height: auto;
  aspect-ratio: 86/72;
  object-fit: contain;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__birds {
    top: -13.6rem;
    left: auto;
    right: -4rem;
    width: 14rem;
    aspect-ratio: 140/117;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-concept__birds {
    top: -9.6rem;
    right: -11.8rem;
  }
}

.p-top-concept__illust {
  width: min(69.6793002915%, 45rem);
  height: auto;
  aspect-ratio: 239/187;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__illust {
    position: absolute;
    bottom: -12rem;
    right: -2rem;
    width: 28rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-concept__illust {
    width: 31.4rem;
    right: -3.7rem;
  }
}
.p-top-concept__illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-contents {
  position: relative;
  overflow: hidden;
  padding-block: 4rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-top-contents {
    padding-block: 12rem;
  }
}

.p-top-contents__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .p-top-contents__inner {
    gap: 12rem;
  }
}

.p-jobs__heading {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs__heading {
    flex-direction: row;
    gap: 4.8rem;
    align-items: flex-end;
  }
}

.p-jobs__heading-notes {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #009228;
}
@media screen and (min-width: 1024px) {
  .p-jobs__heading-notes {
    padding-block-end: 0.4rem;
    font-size: 2.2rem;
  }
}

.p-jobs__heading .c-heading-m {
  width: fit-content;
  flex-shrink: 0;
}

.p-jobs-intro {
  padding-block: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro {
    padding-block: 12rem 0;
  }
}

.p-jobs-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__inner {
    gap: 8rem;
  }
}

.p-jobs-intro__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 88rem;
  margin-inline: auto;
}

.p-jobs-intro__main {
  display: grid;
  grid-template-areas: "title" "img" "body";
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__main {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "title body" "img img";
    row-gap: 8rem;
    column-gap: 8rem;
    align-items: start;
  }
}

.p-jobs-intro--pharmacist .p-jobs-intro__main {
  display: grid;
  grid-template-areas: "title" "body";
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro--pharmacist .p-jobs-intro__main {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "title body";
    column-gap: 8rem;
    align-items: start;
  }
}

.p-jobs-intro__title {
  grid-area: title;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__title {
    font-size: 4rem;
    white-space: nowrap;
    padding-left: 4rem;
  }
}

.p-jobs-intro__body {
  grid-area: body;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__body {
    gap: 3.2rem;
    padding-right: 4rem;
  }
}

.p-jobs-intro__text {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-jobs-intro__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.2rem;
    align-items: center;
  }
}

.p-jobs-intro__link {
  width: 31.1rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__link {
    width: 28.2rem;
  }
}

.p-jobs-intro__img {
  grid-area: img;
  width: 100%;
  aspect-ratio: 343/123;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__img {
    aspect-ratio: 1200/288;
    border-radius: 2.4rem;
  }
}
.p-jobs-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-jobs-intro__hero {
  width: 100%;
  aspect-ratio: 343/123;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-jobs-intro__hero {
    aspect-ratio: 1200/288;
    border-radius: 2.4rem;
    margin-block-end: 4rem;
  }
}
.p-jobs-intro__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-jobs-contents {
  padding-block: 4rem 0;
}
@media screen and (min-width: 1024px) {
  .p-jobs-contents {
    padding-block: 12rem 0;
  }
}

.p-jobs-contents__inner {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-contents__inner {
    gap: 12rem;
  }
}

.p-jobs-faq {
  padding-block: 5.6rem 0;
}
@media screen and (min-width: 1024px) {
  .p-jobs-faq {
    padding-block: 12rem 0;
  }
}

.p-jobs-faq__list {
  margin-block-start: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.p-jobs-faq__item {
  background-color: #f5f5f5;
  border-radius: 2.4rem;
  padding: 1.6rem;
}
@media screen and (min-width: 744px) {
  .p-jobs-faq__item {
    padding: 2.4rem;
  }
}

.p-jobs-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  cursor: pointer;
  list-style: none;
}
.p-jobs-faq__summary::-webkit-details-marker {
  display: none;
}

.p-jobs-faq__question {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-inline-start: 2.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-jobs-faq__question {
    font-size: 1.8rem;
    padding-block: 0.15rem;
  }
}
.p-jobs-faq__question::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 2.4rem;
  height: 3.2rem;
  transform: translateY(-50%);
  background: url("../images/common/leaf.svg") no-repeat center center/contain;
}

.p-jobs-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (min-width: 744px) {
  .p-jobs-faq__toggle {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.p-jobs-faq__toggle::before,
.p-jobs-faq__toggle::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 100%;
  height: 3px;
  background-color: #3c3c43;
  transform: translate(-50%, -50%);
  border-radius: 100vmax;
}

.p-jobs-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.4s;
}

.p-jobs-faq__item.is-open .p-jobs-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.p-jobs-faq__answer {
  overflow: hidden;
  height: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  transition: height 0.3s ease;
}

.p-jobs-faq__answer p {
  padding-block-start: 1.6rem;
}

.p-jobs-requirements {
  padding-block: 5.6rem 0;
}
@media screen and (min-width: 1024px) {
  .p-jobs-requirements {
    padding-block: 12rem 0;
  }
}

.p-jobs-requirements__inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.p-jobs-requirements__table {
  width: 100%;
  border-collapse: collapse;
  max-width: 100rem;
  margin-inline: auto;
}

.p-jobs-requirements__row {
  display: block;
  border-block-end: 1px solid #cccccc;
}
@media screen and (min-width: 1024px) {
  .p-jobs-requirements__row {
    display: table-row;
  }
  .p-jobs-requirements__row:nth-child(odd) {
    background-color: #f5f5f5;
  }
}

.p-jobs-requirements__th,
.p-jobs-requirements__td {
  display: block;
  padding: 0.4rem 0.8rem 0.3rem 0.8rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: start;
  vertical-align: top;
}
@media screen and (min-width: 1024px) {
  .p-jobs-requirements__th,
  .p-jobs-requirements__td {
    display: table-cell;
    padding: 0.8rem 1.6rem 0.7rem 1.6rem;
  }
}

.p-jobs-requirements__th {
  font-weight: 700;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .p-jobs-requirements__th {
    width: 14.8rem;
    background-color: transparent;
  }
}

.p-jobs-requirements__td {
  font-weight: 500;
}

.p-jobs-form {
  padding-block: 5.6rem 4rem;
}
@media screen and (min-width: 1024px) {
  .p-jobs-form {
    padding-block: 12rem;
  }
}

.p-jobs-form__inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.p-jobs-form__body {
  max-width: 100rem;
  margin-inline: auto;
  width: 100%;
}

.p-vision-concept {
  padding-block: 5.6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-vision-concept {
    padding-block: 8rem;
  }
}

.p-vision-concept__inner {
  max-width: 88.6rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

.p-vision-concept__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-vision-concept__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-vision-concept__content {
    gap: 12rem;
  }
}

.p-vision-concept__title {
  flex-shrink: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.4rem;
  justify-content: center;
  width: fit-content;
  height: fit-content;
}
@media screen and (min-width: 744px) {
  .p-vision-concept__title {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-vision-concept__title {
    gap: 2.6rem;
  }
}

.p-vision-concept__title-line {
  writing-mode: vertical-rl;
  height: fit-content;
  width: fit-content;
  flex-shrink: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-vision-concept__title-line:nth-child(1) {
  margin-inline-start: -1.8rem;
}
@media screen and (min-width: 1024px) {
  .p-vision-concept__title-line:nth-child(1) {
    margin-inline-start: -3.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-vision-concept__title-line {
    flex-shrink: 0;
    font-size: 4.8rem;
  }
}

.p-vision-concept__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  color: #3c3c43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-vision-concept__body {
    flex-grow: 1;
    width: auto;
    min-width: 0;
    letter-spacing: 0em;
  }
}

.p-vision-concept__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 343/149;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .p-vision-concept__image {
    aspect-ratio: 886/385;
    border-radius: 2.4rem;
  }
}

.p-vision-concept__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.p-vision-strength {
  position: relative;
  overflow: hidden;
  padding-block: 5.6rem 9.6rem;
  background: url("../images/pages/vision/strength-bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength {
    padding-block: 12rem 24rem;
  }
}

.p-vision-strength::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  width: 100%;
  height: 5.6rem;
  background: url("../images/pages/vision/strength-wave-sp.webp") no-repeat bottom center/100% 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength::after {
    height: 12rem;
    background-image: url("../images/pages/vision/strength-wave.webp");
  }
}

.p-vision-strength__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength__inner {
    width: min(100% - 8.53vw, 103.6rem);
  }
}

.p-vision-strength__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .p-vision-strength__content {
    gap: 10.8rem;
  }
}

.p-vision-strength__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength__main {
    gap: 10.5rem;
    flex: 1;
    min-width: 0;
  }
}

.p-vision-strength__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength__title {
    font-size: 4rem;
  }
}

.p-vision-strength__illust {
  width: min(100%, 45rem);
  aspect-ratio: 343/227;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength__illust {
    flex-shrink: 0;
    aspect-ratio: 530/351;
  }
}
@media screen and (min-width: 1280px) {
  .p-vision-strength__illust {
    width: 53rem;
    transform: translateX(-8.2rem);
  }
}
.p-vision-strength__illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-vision-strength__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  color: #3c3c43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-vision-strength__body {
    flex-shrink: 0;
    width: min(50%, 51.7rem);
  }
}
@media screen and (min-width: 1280px) {
  .p-vision-strength__body {
    width: 51.7rem;
  }
}

.p-vision-diagram {
  padding-block: 0.8rem 4rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-vision-diagram {
    padding-block: 11.35rem 12rem;
  }
}

.p-vision-diagram__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-vision-diagram__inner {
    gap: 8rem;
  }
}

.p-vision-diagram__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-vision-diagram__intro {
    gap: 3.45rem;
  }
}

.p-vision-diagram__lead {
  width: 100%;
  color: #3c3c43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-vision-diagram__lead {
    text-align: center;
  }
}

.p-vision-diagram__image {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 70rem;
  aspect-ratio: 343/485;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1280px) {
  .p-vision-diagram__image {
    aspect-ratio: 1000/1413;
    border-radius: 2.4rem;
    max-width: 100rem;
  }
}

.p-vision-diagram__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-business-pharmacy {
  padding-block: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy {
    padding-block: 8rem;
  }
}

.p-business-pharmacy__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 744px) {
  .p-business-pharmacy__inner {
    gap: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__inner {
    gap: 12rem;
  }
}

.p-business-pharmacy__intro {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-business-pharmacy__intro {
    gap: 4rem;
  }
}

.p-business-pharmacy__intro-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__intro-title {
    font-size: 3.2rem;
    line-height: 1.6;
    text-align: left;
  }
}

.p-business-pharmacy__intro-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__intro-row {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 8rem;
    justify-content: flex-end;
  }
}

.p-business-pharmacy__intro-body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__intro-body {
    flex: 1;
    min-width: 0;
    max-width: 67.9rem;
  }
}

.p-business-pharmacy__intro-image {
  flex-shrink: 0;
  width: min(66.7638483965%, 43.4rem);
  aspect-ratio: 434/448;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__intro-image {
    width: min(36.1666666667%, 43.4rem);
  }
}
.p-business-pharmacy__intro-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-business-pharmacy__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-business-pharmacy__card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 744px) {
  .p-business-pharmacy__card {
    gap: 4rem;
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__card {
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
  }
}

.p-business-pharmacy__card--media-end {
  gap: 1.6rem;
}
@media screen and (min-width: 744px) {
  .p-business-pharmacy__card--media-end {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__card--media-end {
    flex-direction: row-reverse;
    gap: 4rem;
  }
}

.p-business-pharmacy__card-image {
  overflow: hidden;
  aspect-ratio: 560/358;
  border-radius: 2.4rem;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__card-image {
    width: 50%;
  }
}
.p-business-pharmacy__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-business-pharmacy__card-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__card-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}

.p-business-pharmacy__card-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .p-business-pharmacy__card-content {
    gap: 2.4rem;
  }
}

.p-business-pharmacy__card-body {
  display: flex;
  flex-direction: column;
  gap: 2.72rem;
  flex: 1;
  min-width: 0;
  color: #3c3c43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-business-retail {
  padding-block: 5.6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-business-retail {
    padding-block: 12rem;
  }
}

.p-business-retail__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__inner {
    align-items: flex-start;
    gap: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-business-retail__inner {
    gap: 12rem;
  }
}

.p-business-retail__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "title" "image" "body";
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__intro {
    grid-template-columns: minmax(0, 69.8rem) minmax(0, 30.8333333333%);
    grid-template-rows: auto auto;
    grid-template-areas: "title image" "body image";
    justify-content: space-between;
    align-items: center;
    row-gap: 4rem;
    column-gap: clamp(2.4rem, 3.33vw, 4rem);
  }
}

.p-business-retail__intro-title {
  grid-area: title;
  min-width: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__intro-title {
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .p-business-retail__intro-title {
    font-size: 3.2rem;
  }
}

.p-business-retail__intro-body {
  grid-area: body;
  display: grid;
  gap: 3.2rem;
  min-width: 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1280px) {
  .p-business-retail__intro-body {
    width: 96%;
  }
}

.p-business-retail__intro-image {
  grid-area: image;
  overflow: hidden;
  width: 75.5102040816%;
  max-width: 45rem;
  aspect-ratio: 259/289;
  justify-self: center;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__intro-image {
    align-self: center;
    justify-self: end;
    width: 100%;
    max-width: 37rem;
    aspect-ratio: 370/462;
  }
}
.p-business-retail__intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-business-retail__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

.p-business-retail__card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 744px) {
  .p-business-retail__card {
    gap: 4rem;
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-business-retail__card {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .p-business-retail__card--media-end {
    flex-direction: row-reverse;
  }
}

.p-business-retail__card-image {
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 560/358;
  border-radius: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__card-image {
    width: 50%;
  }
}
.p-business-retail__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-business-retail__card-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 744px) {
  .p-business-retail__card-content {
    gap: 2.4rem;
  }
}

.p-business-retail__card-heading {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__card-heading {
    gap: 0.8rem;
  }
}

.p-business-retail__card-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__card-title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}

.p-business-retail__card-title--select {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__card-title--select {
    line-height: 2;
  }
}

.p-business-retail__card-body {
  display: flex;
  flex-direction: column;
  gap: 2.72rem;
  flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-business-retail__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #009228;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.p-business-retail__label::before {
  content: "";
  flex-shrink: 0;
  width: 3rem;
  height: 1px;
  background-color: currentColor;
}

.p-business-retail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-business-retail__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-business-retail__grid {
    gap: 4rem;
  }
}

.p-business-retail__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__item {
    gap: 1.6rem;
    padding: 4rem;
  }
}

.p-business-retail__item-image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 500/265;
}
.p-business-retail__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-business-retail__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__item-body {
    gap: 0.8rem;
  }
}

.p-business-retail__item-title {
  width: 100%;
  color: #3c3c43;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-business-retail__item-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.p-business-retail__item-text {
  width: 100%;
  color: #3c3c43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-benefits-intro {
  padding-block: 5.6rem 4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-intro {
    padding-block: 12rem;
  }
}

.p-benefits-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-intro__inner {
    gap: 8rem;
  }
}

.p-benefits-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-benefits-intro__content {
    gap: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-benefits-intro__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 12rem;
  }
}

.p-benefits-intro__title {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  gap: 1.6rem;
  width: fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .p-benefits-intro__title {
    gap: 0.8rem;
  }
}

.p-benefits-intro__title-line {
  flex-shrink: 0;
  width: fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-benefits-intro__title-line:nth-child(1) {
  margin-inline-start: -2.1rem;
}
@media screen and (min-width: 744px) {
  .p-benefits-intro__title-line {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px) {
  .p-benefits-intro__title-line {
    font-size: 4.8rem;
  }
  .p-benefits-intro__title-line:nth-child(1) {
    margin-inline-start: -2.1rem;
  }
}

.p-benefits-intro__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-benefits-intro__body {
    flex-grow: 1;
    width: auto;
    min-width: 0;
  }
}

.p-benefits-intro__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 343/179;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-intro__image {
    aspect-ratio: 960/395;
    border-radius: 2.4rem;
  }
}

.p-benefits-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-benefits-features {
  padding-block: 2.4rem 4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-features {
    padding-block: 4rem 16rem;
  }
}

.p-benefits-features__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.p-benefits-features__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: 100%;
  margin-block-start: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-features__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 8rem;
    gap: 2.4rem 4rem;
  }
}

.p-benefits-features__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 2.4rem;
}
@media screen and (min-width: 744px) {
  .p-benefits-features__card {
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-benefits-features__card {
    min-height: 22rem;
    padding: 2.4rem 2.3rem;
  }
}

.p-benefits-features__card-title {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-benefits-features__card-title {
    align-items: center;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.p-benefits-features__card-title::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 3.2rem;
  background: url("../images/common/leaf.svg") no-repeat center/contain;
}

.p-benefits-features__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-benefits-features__illust {
  width: min(69.970845481%, 45rem);
  aspect-ratio: 240/203;
  margin-block-start: 6.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-features__illust {
    position: absolute;
    top: calc(100% - 0.4rem);
    right: -4rem;
    width: 27rem;
    aspect-ratio: 270/228;
    margin-block-start: 0;
  }
}
.p-benefits-features__illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-benefits-systems {
  padding-block: 2.4rem 6.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-systems {
    padding-block: 4rem 16rem;
  }
}

.p-benefits-systems__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-systems__inner {
    gap: 8rem;
  }
}

.p-benefits-systems__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-benefits-systems__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 2.4rem;
  }
}

.p-benefits-systems__item {
  display: grid;
  place-items: center;
  padding-block: 0.8rem;
  padding-inline: 2.4rem;
  background-color: #3c3c43;
  border-radius: 0.8rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-benefits-systems__item {
    padding-block: 0.7rem;
    font-size: 2.4rem;
    line-height: 2;
  }
}

.p-benefits-voice {
  padding-block: 2.4rem 6.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-voice {
    padding-block: 4rem 16rem;
  }
}

.p-benefits-voice__inner {
  width: min(100% - 8.53vw, 70rem);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-voice__inner {
    gap: 8rem;
    width: min(100% - 8.53vw, 128rem);
  }
}

.p-benefits-voice__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-voice__card {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    padding: 2.4rem;
  }
}

.p-benefits-voice__image {
  overflow: hidden;
  width: min(100%, 45rem);
  aspect-ratio: 311/228;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-benefits-voice__image {
    flex-shrink: 0;
    width: 30rem;
    aspect-ratio: 300/250;
  }
}

.p-benefits-voice__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-benefits-voice__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-benefits-voice__body {
    flex: 1;
    min-width: 0;
  }
}

.p-benefits-voice__name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-benefits-voice__name {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.p-benefits-voice__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-benefits-mechanism {
  padding-block: 2.4rem 8rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-mechanism {
    padding-block: 4rem 12rem;
  }
}

.p-benefits-mechanism__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-mechanism__inner {
    gap: 7.7rem;
  }
}

.p-benefits-mechanism__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.p-benefits-mechanism__item {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 100%;
}

.p-benefits-mechanism__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 4.8rem;
  border-bottom: 2px solid #3c3c43;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-benefits-mechanism__title {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.p-benefits-mechanism__title::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 3.2rem;
  background: url("../images/common/leaf.svg") no-repeat center/contain;
}

.p-benefits-mechanism__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-benefits-wellness {
  padding-block: 5.6rem 4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-wellness {
    padding-block: 16rem 12rem;
  }
}

.p-benefits-wellness__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-wellness__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 4.6319272126%;
  }
}

.p-benefits-wellness__image {
  width: min(100%, 45rem);
  aspect-ratio: 343/280;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-benefits-wellness__image {
    flex-shrink: 0;
    width: 40%;
    aspect-ratio: 571/467;
    margin-inline-start: -0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-benefits-wellness__image {
    width: 47.5833333333%;
  }
}
.p-benefits-wellness__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-benefits-wellness__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-benefits-wellness__content {
    flex: 1;
    min-width: 0;
    margin-inline-end: -0.5rem;
  }
}

.p-benefits-wellness__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-benefits-wellness__title {
    font-size: 4.8rem;
    letter-spacing: 0.03em;
  }
}

.p-benefits-wellness__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-benefits-health {
  padding-block: 2.4rem 8rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-health {
    padding-block: 4rem 16rem;
  }
}

.p-benefits-health__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-benefits-health__inner {
    gap: 8rem;
  }
}

.p-benefits-health__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-benefits-health__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.p-benefits-health__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-benefits-health__item {
    gap: 0.8rem;
  }
}

.p-benefits-health__heading {
  display: grid;
  place-items: center;
  padding-block: 0.8rem;
  padding-inline: 2.6rem;
  background-color: #3c3c43;
  border-radius: 0.8rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-benefits-health__heading {
    min-height: 4.8rem;
    padding-block: 0;
    font-size: 2.4rem;
    line-height: 2;
  }
}

.p-benefits-health__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-growth-intro {
  padding-block: 5.6rem 4rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-intro {
    padding-block: 12rem;
  }
}

@media screen and (min-width: 1280px) {
  .p-growth-intro__inner {
    width: 100.7rem;
    margin-inline: auto;
  }
}

.p-growth-intro__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-growth-intro__content {
    flex-direction: row;
    align-items: start;
    gap: 8rem;
    justify-content: center;
  }
}

.p-growth-intro__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}
@media screen and (min-width: 744px) {
  .p-growth-intro__title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-growth-intro__title {
    font-size: 4.8rem;
    white-space: nowrap;
  }
}

.p-growth-intro__image {
  width: min(89.3%, 44.6rem);
  margin-inline: auto;
  aspect-ratio: 311/222;
}
@media screen and (min-width: 1024px) {
  .p-growth-intro__image {
    position: absolute;
    top: 25.9rem;
    right: calc(50% + 16rem);
    width: 44.6rem;
    aspect-ratio: 446/318;
  }
}
.p-growth-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-growth-intro__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-growth-intro__body {
    width: fit-content;
    min-width: 0;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1280px) {
  .p-growth-intro__body {
    width: 57.7954319762%;
    flex: 1;
  }
}

.p-growth-activities {
  padding-block: 2.4rem 8rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-activities {
    padding-block: 8rem 20rem;
  }
}

.p-growth-activities__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-activities__inner {
    gap: 8rem;
  }
}

.p-growth-activities__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: 100%;
}

.p-growth-activities__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-activities__card {
    gap: 1.6rem;
    padding: 2.4rem;
  }
  .p-growth-activities__card:nth-of-type(1) {
    padding: 2.4rem 2.4rem 3.4rem 2.4rem;
  }
  .p-growth-activities__card:nth-of-type(3) {
    padding: 2.4rem 2.4rem 3.9rem 2.4rem;
  }
}

.p-growth-activities__card-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-growth-activities__card-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.p-growth-activities__card-title::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 3.2rem;
  background: url("../images/common/leaf.svg") no-repeat center/contain;
}

.p-growth-activities__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-growth-field {
  padding-block: 5.6rem 4rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-growth-field {
    padding-block: 12rem;
  }
}

.p-growth-field__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-field__inner {
    gap: 12rem;
  }
}

.p-growth-field__intro {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-growth-field__intro {
    gap: 4rem;
  }
}

.p-growth-field__lead {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-growth-field__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-growth-field__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-growth-field__card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.6rem;
  border: 1px solid transparent;
  border-image-source: url("../images/pages/growth/field-card-frame.svg");
  border-image-slice: 48;
  border-image-width: 4.8rem;
  border-image-repeat: stretch;
}
@media screen and (min-width: 1024px) {
  .p-growth-field__card {
    padding: 2.4rem;
  }
}

.p-growth-field__card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-growth-field__card-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.p-growth-field__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-growth-learning {
  padding-block: 0 4rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-learning {
    padding-block: 0 12rem;
  }
}

.p-growth-learning__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-learning__inner {
    align-items: flex-start;
    gap: 8rem;
  }
}

.p-growth-learning__heading {
  padding-inline: 1.55rem;
}
@media screen and (min-width: 1024px) {
  .p-growth-learning__heading {
    padding-inline: 0;
  }
}

.p-growth-learning__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.3rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-growth-learning__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.8rem 2.4rem;
    align-items: stretch;
  }
}

.p-growth-learning__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 1.6rem;
}
@media screen and (min-width: 744px) {
  .p-growth-learning__card {
    padding: 2.4rem;
  }
}

.p-growth-learning__card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-growth-learning__card-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.p-growth-learning__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 311/189;
}
@media screen and (min-width: 1024px) {
  .p-growth-learning__image {
    aspect-ratio: 336/189;
  }
}
.p-growth-learning__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-growth-learning__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-growth-human {
  padding-block: 0 5.6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-growth-human {
    padding-block-end: 12rem;
  }
}

.p-growth-human__inner {
  display: grid;
  place-items: center;
}

.p-growth-human__frame {
  position: relative;
  width: 100%;
  max-width: 96rem;
}
@media screen and (min-width: 744px) {
  .p-growth-human__frame {
    margin-inline: -1.6rem;
  }
}

.p-growth-human__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.p-growth-human__box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin: 1.6rem;
  padding: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-growth-human__box {
    gap: 1.6rem;
    margin: 4rem;
    padding-block: 4rem;
    padding-inline: 3.6rem;
  }
}

.p-growth-human__box svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-growth-human__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-growth-human__title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}

.p-growth-human__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-growth-human__body {
    gap: 0.8rem;
  }
}

.p-growth-human__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-inline-start: -0.2rem;
  margin-inline-end: -0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-growth-human__subtitle {
    font-size: 2rem;
  }
}

.p-growth-human__body p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-growth-human__body p {
    line-height: 2;
  }
}

.p-career-intro {
  padding-block-start: 5.6rem;
  padding-block-end: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-career-intro {
    padding-block-start: 12rem;
    padding-block-end: 12rem;
  }
}

.p-career-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-career-intro__inner {
    gap: 12rem;
  }
}

.p-career-intro__contents {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-career-intro__contents {
    flex-direction: row;
    align-items: center;
    gap: 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-intro__contents--reverse {
    flex-direction: row-reverse;
  }
}

.p-career-intro__contents-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 343/244;
  border-radius: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-career-intro__contents-img {
    flex: 1;
    min-width: 0;
    aspect-ratio: 559/442;
  }
}
.p-career-intro__contents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-career-intro__contents-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .p-career-intro__contents-body {
    flex: 1;
    gap: 2.4rem;
  }
}

.p-career-intro__contents-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-career-intro__contents-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}

.p-career-intro__contents-text {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-career-intro__lead {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-career-intro__lead {
    display: grid;
    grid-template-columns: minmax(0, 33rem) minmax(0, 1fr);
    gap: 8rem;
    align-items: start;
    max-width: 104.4rem;
    margin-inline: auto;
  }
}

.p-career-intro__lead-body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-career-intro__lead-body {
    flex: 1;
    min-width: 0;
  }
}

.p-career-stories {
  padding-block-end: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .p-career-stories {
    padding-block-end: 12rem;
  }
}

.p-career-stories__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-career-stories__inner {
    gap: 8rem;
  }
}

.p-career-stories__lead {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-career-stories__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.p-career-stories__pair {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-career-stories__pair {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-career-stories__card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-career-stories__card {
    display: grid;
    grid-template-columns: 25rem minmax(0, 1fr);
    gap: 4rem;
    padding: 2.4rem;
    align-items: start;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-stories__card--text {
    display: block;
  }
}

.p-career-stories__card-image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 311/200;
}
@media screen and (min-width: 1024px) {
  .p-career-stories__card-image {
    width: 25rem;
    aspect-ratio: 1;
  }
}
.p-career-stories__card-image img,
.p-career-stories__card-image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-career-stories__card-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  min-width: 0;
}

.p-career-stories__card-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-career-stories__rule {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
  width: 100%;
}

.p-career-stories__rule::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #3c3c43;
}

.p-career-stories__rule svg {
  display: block;
  width: 100%;
  min-width: 0;
  height: 0.3rem;
}

.p-career-stories__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0.04em;
  text-align: justify;
}

.p-internship-intro {
  padding-block: 8.05rem 6.45rem;
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-internship-intro {
    padding-block: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship-intro {
    padding-block: 12rem;
  }
}

.p-internship-intro__lead {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-internship-intro__lead {
    font-size: 2.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship-intro__lead {
    font-size: 2.4rem;
  }
}

.p-internship-intro__deco {
  position: absolute;
  pointer-events: none;
}
.p-internship-intro__deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-internship-intro__deco--drug01 {
  left: calc(50% + 9.5rem);
  top: 0;
  width: 7.5rem;
  aspect-ratio: 75/73;
}
@media screen and (min-width: 744px) {
  .p-internship-intro__deco--drug01 {
    left: calc(50% + 24rem);
    top: -1rem;
    width: 10rem;
    aspect-ratio: 154/149;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship-intro__deco--drug01 {
    left: calc(50% + 38.4rem);
    top: 2rem;
    width: 15.4rem;
  }
}

.p-internship-intro__deco--drug02 {
  top: 20rem;
  right: calc(50% + 9.5rem);
  width: 8rem;
  aspect-ratio: 80/56;
}
@media screen and (min-width: 744px) {
  .p-internship-intro__deco--drug02 {
    top: 20rem;
    right: calc(50% + 24rem);
    width: 11rem;
    aspect-ratio: 137/96;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship-intro__deco--drug02 {
    top: 18rem;
    right: calc(50% + 40.6rem);
    width: 13.7rem;
  }
}

.p-internship-practice {
  position: relative;
  z-index: 1;
  padding-block: 2.4rem 6.4rem;
}
@media screen and (min-width: 744px) {
  .p-internship-practice {
    padding-block: 4rem 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship-practice {
    padding-block: 0 12rem;
  }
}

.p-internship-practice__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin-block-start: 3.9rem;
}

.p-internship-practice__text {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-internship-practice__text {
    text-align: center;
  }
}

.p-internship-practice__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.4rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-internship-practice__list {
    display: grid;
    grid-template-columns: 48.6293206198% minmax(0, 1fr);
    gap: 0.8rem 4rem;
    padding: 2.4rem 5.3rem 2.4rem 6.7rem;
  }
}

.p-internship-practice__item {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  padding-inline-start: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}
.p-internship-practice__item::before {
  content: "";
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 3.2rem;
  background: url("../images/pages/internship/bullet.svg") no-repeat center/contain;
}

.p-internship-seminar {
  padding-block: 0 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-internship-seminar {
    padding-block: 0 12rem;
  }
}

.p-internship-seminar__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: 3.9rem;
}
@media screen and (min-width: 1024px) {
  .p-internship-seminar__body {
    flex-direction: row;
    max-width: 72.1rem;
    margin-inline: auto;
    gap: 4rem;
    align-items: center;
    justify-content: center;
  }
}

.p-internship-seminar__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.p-internship-seminar__image {
  width: min(74.3440233236%, 45rem);
  aspect-ratio: 255/223;
}
@media screen and (min-width: 1024px) {
  .p-internship-seminar__image {
    width: 24.9rem;
    aspect-ratio: 249/241;
  }
}

.p-internship-seminar__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-internship-optional {
  padding-block-end: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .p-internship-optional {
    padding-block-end: 12rem;
  }
}

.p-internship-optional__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin-block-start: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-internship-optional__body {
    gap: 2.4rem;
    max-width: 89.7rem;
    margin-inline: auto;
  }
}

.p-internship-optional__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 2.4rem;
}
@media screen and (min-width: 744px) {
  .p-internship-optional__card {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship-optional__card {
    gap: 1.6rem;
    padding: 2.4rem 2.4rem 3.4rem 2.4rem;
  }
}

.p-internship-optional__card-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-internship-optional__card-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.p-internship-optional__card-title::before {
  content: "";
  width: 2.4rem;
  height: 3.2rem;
  background: url("../images/common/leaf.svg") no-repeat center/contain;
}

.p-internship-optional__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-internship-optional__closing {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-internship-optional__closing {
    text-align: center;
  }
}

.p-internship-support {
  padding-block: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-internship-support {
    padding-block: 8rem;
  }
}

.p-internship-support__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-internship-support__inner {
    gap: 8rem;
  }
}

.p-internship-support__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 744px) {
  .p-internship-support__title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship-support__title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}

.p-internship-support__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-internship-support__content {
    gap: 4rem;
  }
}

.p-internship-support__block {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.p-internship-support__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem;
  align-items: center;
  min-height: 4.8rem;
  border-bottom: 2px solid #3c3c43;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-internship-support__heading {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.p-internship-support__heading::before {
  content: "";
  width: 2.4rem;
  height: 3.2rem;
  background: url("../images/common/leaf.svg") no-repeat center/contain;
}

.p-internship-support__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-internship-support__notes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .p-internship-support__notes {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-internship-support__note {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  padding: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 1.6rem;
}

.p-internship-support__note-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-internship-support__note-list {
  list-style: disc;
  padding-inline-start: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-single {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
.p-single > * + * {
  margin-top: var(--wp--style--block-gap, 1.5rem);
}
.p-single h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.p-single h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.p-single a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-single ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-single ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-single strong {
  font-weight: 700;
}