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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: calc(16 / 441 * 100vw);
  }
}

body {
  color: #311d0f;
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-under__container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 2.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-under__container {
    display: block;
  }
}

.l-under__inner {
  width: min(1240px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-under__inner {
    padding-inline: 1.25rem;
  }
}

.l-under__main {
  padding-inline-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-under__main {
    padding-inline-start: 0;
  }
}

.l-under__side-img {
  width: 14.8125rem;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .l-under__side-img img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 237/275;
  }
}
@media (max-width: 1160px) {
  .l-under__side-img {
    width: 11.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-under__side-img {
    margin-block-start: 2.8125rem;
    width: 10.75rem;
    margin-inline: auto;
  }
}

.c-btn__green {
  position: absolute;
  z-index: 2;
  bottom: 3.5625rem;
  left: 50%;
  translate: -50%;
  width: fit-content;
  padding: 0.875rem 1.5rem 0.9375rem 2.625rem;
  border-radius: 0.75rem;
  background: #4dbe3d;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-btn__green.--wide {
    position: relative;
    bottom: unset;
    left: unset;
    translate: 0;
    width: 100%;
    padding-block: 1.75rem;
    border-radius: 0;
  }
}
@media (any-hover: hover) {
  .c-btn__green:hover .c-btn__green-box {
    translate: 4px;
  }
}

.c-btn__green-text {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn__green-text {
    font-size: 1rem;
  }
}

.c-btn__green-box {
  width: 2rem;
  height: 1.5625rem;
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: translate 0.3s ease;
}
.c-btn__green-box svg {
  width: 0.8125rem;
  height: auto;
}

.c-section__title--large {
  font-size: max(2.9375rem, 37.6px);
  font-weight: 700;
  line-height: 1.1489361702;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-section__title--large {
    font-size: 2.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title--large {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__title--large {
    font-size: 2rem;
  }
}

.c-section__title--middle {
  font-size: max(2.625rem, 33.6px);
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-section__title--middle {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title--middle {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__title--middle {
    font-size: 2rem;
  }
}

.c-archive-btn__link {
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-archive-btn__link {
    column-gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-archive-btn__link:hover .c-archive-btn__link-box {
    translate: 4px 0;
  }
}

.c-archive-btn__link-text {
  font-size: max(1.3125rem, 16.8px);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-archive-btn__link-text {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-archive-btn__link-text {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-archive-btn__link-text {
    font-size: 1rem;
  }
}

.c-archive-btn__link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4dbe3d;
  width: 2rem;
  height: 1.5625rem;
  border-radius: 0.5rem;
  transition: translate 0.3s ease;
}
.c-archive-btn__link-box svg {
  width: 0.75rem;
  height: auto;
}

.c-works-card__inner {
  width: min(1080px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-works-card__inner {
    padding-inline: 1.25rem;
  }
}

.c-works-card__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-works-card__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}

.c-works-card__item {
  display: block;
}
@media (any-hover: hover) {
  .c-works-card__item:hover .c-works-card__item-img img {
    scale: 1.1;
  }
}

.c-works-card__item-img {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-works-card__item-img {
    border-radius: 12px;
  }
}
.c-works-card__item-img img {
  object-fit: cover;
  object-position: center top;
  transition: scale 0.3s ease;
}

.c-works-card__item-tag {
  margin-block-start: 1rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 767px) {
  .c-works-card__item-tag {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-card__item-tag {
    margin-block-start: 0.625rem;
    font-size: max(0.625rem, 8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-works-card__item-tag {
    font-size: 0.625rem;
  }
}

.c-works-card__item-title {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  margin-block-start: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-works-card__item-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-card__item-title {
    font-size: max(0.625rem, 8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-works-card__item-title {
    font-size: 0.625rem;
  }
}

.c-side {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-side {
    display: none;
  }
}

.c-side__link-arrow-box {
  background: #4dbe3d !important;
}

.p-header {
  position: fixed;
  pointer-events: none;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block-start: 1.875rem;
  padding-inline: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-block-start: 1.25rem;
    padding-inline: 1.25rem;
  }
}

.p-header__logo {
  pointer-events: all;
  width: 120px;
  height: auto;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__icon {
  pointer-events: all;
  width: 46px;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__icon:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-header__icon-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2px;
}

.p-header__icon-bars {
  width: 25px;
  height: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.p-header__icon-bars .p-header__icon-bar {
  display: block;
  width: calc(100% - 8px);
  height: 2px;
  margin-inline-start: auto;
  margin-inline-end: 1px;
  background: #311d0f;
  position: relative;
}
.p-header__icon-bars .p-header__icon-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -5px;
  width: 3px;
  height: 2px;
  background: #311d0f;
}

.p-header__icon-text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  font-size: 14px;
  color: #311d0f;
}
@media screen and (max-width: 767px) {
  .p-header__icon-text {
    font-size: 0.875rem;
  }
}

.p-drawer__content {
  margin-block-start: 4.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-drawer__content {
    margin-block-start: 0;
  }
}

.p-footer {
  padding-block: 3.75rem;
  background: #f7efc9;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 0 1.25rem;
  }
}

.p-footer__inner {
  width: min(57.5rem, 95%);
  margin-inline: auto;
  padding: 5rem 5.625rem 2.5rem 5.9375rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    background: unset;
    padding: 3.5rem 3.125rem;
  }
}

.p-footer__logo {
  margin-block-start: 3.25rem;
  width: 10.125rem;
  margin-inline: auto;
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 5.625rem;
    margin-block-start: 1.875rem;
  }
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__furufumu {
  margin-block-start: 2.125rem;
  width: 13.1875rem;
  margin-inline: auto;
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__furufumu {
    margin-block-start: 1.1875rem;
    width: 7.3125rem;
  }
}
@media (any-hover: hover) {
  .p-footer__furufumu:hover {
    opacity: 0.7;
  }
}

.p-footer__copyright {
  text-align: center;
  margin-block-start: 2.5rem;
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-block-start: 1.5rem;
  }
}

.p-modal {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.p-modal__icon--bar {
  transition: all 0.3s ease;
}

.p-modal__body-wrap {
  position: relative;
  width: min(57.5rem, 95%);
  margin-inline: auto;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-modal__body-wrap {
    width: calc(100% - 2.75rem);
  }
}

.p-modal__body {
  width: 100%;
  max-height: 90svh;
  padding: 1.25rem 5rem 2.5rem 3.875rem;
  background: #fff;
  border-radius: 0.75rem;
  position: relative;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-modal__body {
    padding: 2.5rem 3.125rem;
  }
}

.p-modal__content {
  height: fit-content;
}

.p-modal__close-icon {
  position: absolute;
  z-index: 3;
  top: 1.375rem;
  right: 1.25rem;
  width: 3.5625rem;
  height: 3.5625rem;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-modal__close-icon {
    position: absolute;
    top: -1.5rem;
    right: -0.4375rem;
  }
}
@media (any-hover: hover) {
  .p-modal__close-icon:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-modal__close-icon-bar {
  display: inline-block;
  width: 1.75rem;
  height: 0.0625rem;
  background: #311d0f;
  position: absolute;
  top: 1.25rem;
  left: 50%;
  translate: -50%;
}
.p-modal__close-icon-bar:nth-of-type(1) {
  rotate: 45deg;
}
.p-modal__close-icon-bar:nth-of-type(2) {
  rotate: -45deg;
}

.p-modal__close-icon-text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0.5rem;
  font-size: max(0.625rem, 8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-modal__close-icon-text {
    font-size: 0.625rem;
  }
}

.p-modal__body-wrap--privacy {
  width: min(40.625rem, 95%);
}

.p-modal__body--privacy {
  width: 100%;
  padding: 1.25rem 5rem 4.5625rem 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-modal__body--privacy {
    padding: 3.5625rem 2.1875rem 4.0625rem 2.1875rem;
  }
}

.p-modal__content--privacy {
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-modal__content--privacy {
    margin-block-start: 0;
  }
}

.p-modal__privacy-head {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0em;
  margin-block-end: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-modal__privacy-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modal__privacy-head {
    text-align: center;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    margin-block-end: 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-modal__privacy-head {
    font-size: 1.5rem;
  }
}

.p-modal__privacy-text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: -0.0625em;
}
@media screen and (max-width: 767px) {
  .p-modal__privacy-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modal__privacy-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-modal__privacy-text {
    font-size: 0.875rem;
  }
}

.p-media {
  background: #F7EFC9;
  padding-block: 5.8125rem 7.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-media {
    padding-block: 6.375rem 5rem;
  }
}

.p-media__fruits {
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-media__fruits {
    position: absolute;
    right: 0;
    bottom: 7.625rem;
    width: 39.25rem;
    height: auto;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .p-media__fruits {
    width: calc(39.25rem + 10vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__fruits {
    margin-block-start: 2rem;
    width: calc(100% - 2.8125rem);
    margin-inline-start: auto;
  }
}

.p-media__inner {
  width: min(1084px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-media__inner {
    padding-inline: 2.8125rem;
  }
}

.p-media__text {
  margin-block-start: 2.25rem;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-media__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-media__text {
    width: 100%;
    font-feature-settings: "palt";
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-block-start: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-media__text {
    font-size: 1rem;
  }
}

.p-media__furufumu {
  margin-block-start: 1.5rem;
  width: fit-content;
  padding: 2rem 2.75rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1.25rem;
  transition: opacity 0.3s ease;
}
.p-media__furufumu img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-media__furufumu {
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .p-media__furufumu:hover {
    opacity: 0.7;
  }
}

.p-menu__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-menu__container {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-menu__nav {
  width: 16.5625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-menu__nav {
    width: 100%;
  }
}

.p-menu__head {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__head {
    font-size: 1rem;
  }
}

.p-menu__list {
  margin-block-start: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-menu__list {
    row-gap: 1rem;
    padding-block-end: 1.875rem;
    border-block-end: 1px solid #311d0f;
  }
}

.p-menu__link {
  display: grid;
  grid-template-columns: auto 1fr 2.625rem;
  column-gap: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-menu__link {
    column-gap: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-menu__link:hover .p-menu__link-arrow-box {
    background: #4dbe3d;
  }
}

.p-menu__link-text {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__link-text {
    font-size: 1.25rem;
  }
}

.p-menu__link-dot {
  display: block;
  border-block-end: 4px dotted #311d0f;
}
@media screen and (max-width: 767px) {
  .p-menu__link-dot {
    translate: 0.5rem;
  }
}

.p-menu__link-arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B7B7B7;
  width: 100%;
  height: 2rem;
  border-radius: 0.75rem;
  transition: background 0.3s ease;
}
.p-menu__link-arrow-box svg {
  width: 1rem;
  height: auto;
}

.p-menu__contact {
  width: 100%;
}

.p-menu__contact-head {
  text-align: center;
}
.p-menu__contact-head img {
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-head img {
    width: 8.8125rem;
  }
}
.p-menu__contact-head p {
  margin-block-start: 0.75rem;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-head p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__contact-head p {
    margin-block-start: 0.5rem;
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 1.3636363636;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu__contact-head p {
    font-size: 1.375rem;
  }
}

.p-menu__contact-text {
  margin-block-start: 1.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__contact-text {
    margin-block-start: 1.125rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu__contact-text {
    font-size: 0.875rem;
  }
}

.p-menu__contact-info {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  justify-content: center;
  margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-info {
    flex-direction: column;
    row-gap: 0.875rem;
  }
}

.p-menu__contact-info-mail {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-info-mail {
    row-gap: 0.5rem;
  }
}
.p-menu__contact-info-mail svg {
  width: 1.6875rem;
}
.p-menu__contact-info-mail span {
  font-size: max(1.0625rem, 13.6px);
  font-weight: 700;
  line-height: 1.2352941176;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-info-mail span {
    font-size: 1.0625rem;
  }
}

.p-menu__contact-info-tel {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.p-menu__contact-info-tel svg {
  width: 2rem;
}
.p-menu__contact-info-tel span {
  font-size: max(1.0625rem, 13.6px);
  font-weight: 700;
  line-height: 1.2352941176;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-info-tel span {
    font-size: 1.0625rem;
  }
}

.p-menu__contact-btn {
  margin-block-start: 1.3125rem;
  background: #4dbe3d;
  border-radius: 1rem;
  width: 308px;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625rem;
  padding-block: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-btn {
    margin-block-start: 1.125rem;
    border-radius: 0.75rem;
    column-gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-menu__contact-btn:hover .p-menu__contact-btn-box {
    translate: 4px 0;
  }
}

.p-menu__contact-btn-text {
  color: #fff;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-btn-text {
    font-size: 1rem;
  }
}

.p-menu__contact-btn-box {
  margin-block-start: 0.125rem;
  width: 2rem;
  height: 1.5625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.5rem;
  transition: translate 0.3s ease;
}
.p-menu__contact-btn-box svg {
  width: 0.75rem;
  height: auto;
}

.p-menu__contact-cat {
  margin-block-start: 1.375rem;
  width: 8.8125rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-menu__contact-cat {
    display: none;
  }
}

.p-fv {
  background: #fff197;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/694;
}
@media screen and (max-width: 767px) {
  .p-fv {
    aspect-ratio: 441/638;
  }
}

.p-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-fv__title {
  position: absolute;
  z-index: 2;
  top: 7.65625vw;
  left: 50%;
  translate: -50%;
  width: 42.578125vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    top: 31.746031746vw;
    width: 97.9591836735vw;
  }
}

.p-fv__thinking-text {
  width: 100%;
}

.p-fv__thinking-man {
  position: absolute;
  z-index: 1;
  top: 23.828125vw;
  left: 50%;
  translate: -50%;
  width: 39.375vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__thinking-man {
    top: 68.0272108844vw;
    width: 100%;
  }
}

.p-fv__circle {
  position: absolute;
  top: calc(50% + 3.90625vw);
  left: calc(50% - 0.78125vw);
  translate: -50% -50%;
  width: 106.875vw;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__circle {
    top: calc(50% + 20.4081632653vw);
    width: 278.9115646259vw;
  }
}

.p-fv__circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: auto;
  aspect-ratio: 1;
}
.p-fv__circle-img:nth-of-type(1) {
  width: 31.25vw;
  animation: 100s 0s linear forwards infinite fvCircle;
}
@media screen and (max-width: 767px) {
  .p-fv__circle-img:nth-of-type(1) {
    width: 80.9523809524vw;
  }
}
.p-fv__circle-img:nth-of-type(2) {
  width: 51.328125vw;
  animation: 100s 0s linear forwards infinite fvCircleReverse;
}
@media screen and (max-width: 767px) {
  .p-fv__circle-img:nth-of-type(2) {
    width: 134.0136054422vw;
  }
}
.p-fv__circle-img:nth-of-type(3) {
  width: 68.75vw;
  animation: 100s 0s linear forwards infinite fvCircle;
}
@media screen and (max-width: 767px) {
  .p-fv__circle-img:nth-of-type(3) {
    width: 179.1383219955vw;
  }
}
.p-fv__circle-img:nth-of-type(4) {
  width: 84.375vw;
  animation: 100s 0s linear forwards infinite fvCircleReverse;
}
@media screen and (max-width: 767px) {
  .p-fv__circle-img:nth-of-type(4) {
    width: 220.1814058957vw;
  }
}
.p-fv__circle-img:nth-of-type(5) {
  width: 106.875vw;
  animation: 90s 0s linear forwards infinite fvCircle;
}
@media screen and (max-width: 767px) {
  .p-fv__circle-img:nth-of-type(5) {
    width: 278.9115646259vw;
  }
}

@keyframes fvCircle {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes fvCircleReverse {
  0% {
    rotate: 0;
  }
  100% {
    rotate: -360deg;
  }
}
.p-top-thinking {
  background: #ffdb92;
  padding-block: 10.625rem 4.8125rem;
  border-block-start: 5px solid #ffd174;
}
@media screen and (max-width: 767px) {
  .p-top-thinking {
    border: none;
    padding-block: 8.9375rem 8.125rem;
  }
}

.p-top-thinking__inner {
  width: min(68.75rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-thinking__inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-top-thinking__img--left {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 2.5rem;
    width: 12.625rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-thinking__img--left {
    position: relative;
    width: 9.75rem;
  }
}

@media (min-width: 768px) {
  .p-top-thinking__img--right {
    top: 50%;
    translate: 0 -50%;
    right: 2.5rem;
    width: 12.625rem;
    height: auto;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .p-top-thinking__img--right {
    width: 9.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-thinking__img {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.6875rem;
    margin-block-start: 2.5rem;
  }
}

.p-top-thinking__text {
  text-align: center;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-thinking__text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-thinking__text {
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 1.7272727273;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-thinking__text {
    font-size: 1.375rem;
  }
}

.p-part-recruit {
  padding-block: 4.375rem 0;
  background: #90C2C3;
  position: relative;
  overflow: hidden;
}
.p-part-recruit::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% + 1.25rem);
  left: 50%;
  translate: -50% -50%;
  width: 47.1875rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #B1D4D5;
}
@media screen and (max-width: 767px) {
  .p-part-recruit {
    padding-block: 3.375rem 0;
  }
  .p-part-recruit::after {
    top: calc(50% + 1.25rem);
    width: calc(100% + 5rem);
  }
}

.p-part-recruit__head {
  position: relative;
  z-index: 2;
  width: 31.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-part-recruit__head {
    width: 23.25rem;
  }
}

.p-part-recruit__grasses {
  margin-block-start: -3.125rem;
  position: relative;
  z-index: 2;
  width: 52.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-part-recruit__grasses {
    margin-block-start: -1.875rem;
    width: min(31.25rem, 100%);
  }
}
.p-part-recruit__grasses .eye-illust {
  position: absolute;
  top: 5.9375rem;
  width: 7rem;
  height: auto;
  aspect-ratio: 1;
}
.p-part-recruit__grasses .eye-illust.--left {
  left: 15.375rem;
}
.p-part-recruit__grasses .eye-illust.--right {
  right: 15.375rem;
}
@media screen and (max-width: 767px) {
  .p-part-recruit__grasses .eye-illust {
    width: 3.875rem;
    top: 3.125rem;
  }
  .p-part-recruit__grasses .eye-illust.--left {
    left: 8rem;
  }
  .p-part-recruit__grasses .eye-illust.--right {
    right: 8rem;
  }
}

.p-idea {
  padding-block: 5.625rem 5rem;
  background: #ffdb92;
}
@media screen and (max-width: 767px) {
  .p-idea {
    padding-block: 4.625rem 5.25rem;
  }
}

.p-idea__text {
  font-size: max(1.6875rem, 21.6px);
  font-weight: 500;
  line-height: 1.7407407407;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-idea__text {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-idea__text {
    font-size: max(1.375rem, 17.6px);
    font-weight: 500;
    line-height: 1.7272727273;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-idea__text {
    font-size: 1.375rem;
  }
}

.p-idea__img {
  margin-block-start: 2.8125rem;
  width: 22.1875rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-idea__img {
    margin-block-start: 2.5rem;
    width: 20.6875rem;
  }
}

.p-works-slider {
  background: #fff197;
  overflow: hidden;
  width: 100%;
  padding-block: 0.625rem;
  margin-block-start: -0.3125rem;
}
.p-works-slider.bg--orange {
  background: #ffdb92;
}
@media screen and (max-width: 767px) {
  .p-works-slider {
    padding-block-start: 8.75rem;
    margin-block-start: -6.25rem;
  }
}

.p-works-slider__inner {
  width: min(1164px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works-slider__inner {
    padding-inline: 1.25rem;
  }
}

.p-works-slide__container {
  width: 100%;
  position: relative;
  padding-block: 4.375rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-works-slide__container {
    padding-block: 0 4.375rem;
  }
}
.p-works-slide__container::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0rem;
  right: calc(50% - 50vw);
  width: calc(100% - 9.8125rem + 50vw - 50%);
  height: calc(100% - 0rem);
  background: #fff;
  border-radius: 15rem 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-works-slide__container::after {
    top: 6.25rem;
    width: calc(100% + 1.25rem);
    height: calc(100% - 6.25rem);
    right: -1.25rem;
    border-radius: 6.25rem 0 0 6.25rem;
  }
}

.p-works-slider__side {
  z-index: 2;
}
@media (min-width: 768px) {
  .p-works-slider__side {
    position: absolute;
    top: 11.875rem;
    left: -1.25rem;
    flex-shrink: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slider__side {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 0.25rem;
    margin-block-start: -7.5rem;
  }
}

.p-works-slider__illust {
  width: 21rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works-slider__illust {
    width: 11.875rem;
  }
}

.p-works-slider__main-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works-slider__main-title {
    margin-block-start: 1.5625rem;
  }
}

.p-works-slider__main {
  position: relative;
  z-index: 2;
  margin-inline-start: 22.875rem;
  width: calc(100% + 50vw - 50%);
}
@media screen and (max-width: 767px) {
  .p-works-slider__main {
    margin-inline-start: 0;
    width: calc(100% + 1.25rem);
    max-width: 600px;
    margin-inline: auto;
  }
}

.p-works-slider__swiper-container,
.p-works-slider__swiper,
.p-works-slider__swiper-wrapper,
.p-works-slider__swiper-slide {
  position: relative;
}

.p-works-slider__swiper-container {
  height: 39.0625rem;
  overflow: hidden;
  padding-inline-start: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works-slider__swiper-container {
    height: 26.25rem;
    padding-inline-start: 3.75rem;
  }
}

.p-works-slider__swiper {
  height: 37.1875rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-works-slider__swiper {
    height: 24.375rem;
  }
}

.p-works-slider__swiper-wrapper {
  align-items: center;
}

.p-works-slider__swiper-slide {
  display: block;
  width: 19.125rem;
  height: auto;
  flex-shrink: 0;
  margin-inline-end: 10rem;
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-works-slider__swiper-slide .p-works-slider__swiper-slide-img-wrap {
  overflow: hidden;
  border-radius: 2.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-works-slider__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-works-slider__swiper-slide {
    width: 14.625rem;
    margin-inline-end: 4.375rem;
  }
}
@media (any-hover: hover) {
  .p-works-slider__swiper-slide:hover img {
    scale: 1.1;
  }
}
.p-works-slider__swiper-slide.swiper-slide-active, .p-works-slider__swiper-slide.swiper-slide-duplicate-active {
  scale: 1.6;
}
@media screen and (max-width: 767px) {
  .p-works-slider__swiper-slide.swiper-slide-active, .p-works-slider__swiper-slide.swiper-slide-duplicate-active {
    scale: 1.3;
  }
}
.p-works-slider__swiper-slide.swiper-slide-prev, .p-works-slider__swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.p-works-slider__swiper-slide.swiper-slide-next + .p-works-slider__swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.p-works-slider__tag {
  margin-block-start: 0.5rem;
  font-size: max(0.546875rem, 7px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 8.75px;
  color: #aaaaaa;
}
@media screen and (max-width: 767px) {
  .p-works-slider__tag {
    font-size: 0.546875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slider__tag {
    padding-inline-start: 1.875rem;
  }
}

.p-works-slider__title {
  font-size: max(0.546875rem, 7px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 8.75px;
  margin-block-start: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-works-slider__title {
    font-size: 0.546875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slider__title {
    padding-inline-start: 1.875rem;
  }
}

.p-works-slider__swiper-button-prev,
.p-works-slider__swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev.p-works-slider__swiper-button-prev,
.swiper-button-prev.p-recommend-slider__swiper-button-prev,
.swiper-button-next.p-works-slider__swiper-button-next,
.swiper-button-next.p-recommend-slider__swiper-button-next {
  position: absolute;
  width: 3.125rem;
  height: 2.5rem;
  background: #311d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  translate: 0 calc(-50% - 3.125rem);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-works-slider__swiper-button-prev,
  .swiper-button-prev.p-recommend-slider__swiper-button-prev,
  .swiper-button-next.p-works-slider__swiper-button-next,
  .swiper-button-next.p-recommend-slider__swiper-button-next {
    width: 2.5rem;
    height: 1.9375rem;
  }
}
.swiper-button-prev.p-works-slider__swiper-button-prev svg,
.swiper-button-prev.p-recommend-slider__swiper-button-prev svg,
.swiper-button-next.p-works-slider__swiper-button-next svg,
.swiper-button-next.p-recommend-slider__swiper-button-next svg {
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-works-slider__swiper-button-prev svg,
  .swiper-button-prev.p-recommend-slider__swiper-button-prev svg,
  .swiper-button-next.p-works-slider__swiper-button-next svg,
  .swiper-button-next.p-recommend-slider__swiper-button-next svg {
    width: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-works-slider__swiper-button-prev,
  .swiper-button-prev.p-recommend-slider__swiper-button-prev,
  .swiper-button-next.p-works-slider__swiper-button-next,
  .swiper-button-next.p-recommend-slider__swiper-button-next {
    border-radius: 0.625rem;
    translate: 0 calc(-50% - 3.125rem);
  }
}

.swiper-button-prev.p-works-slider__swiper-button-prev,
.swiper-button-prev.p-recommend-slider__swiper-button-prev {
  left: 0;
}
.swiper-button-prev.p-works-slider__swiper-button-prev svg,
.swiper-button-prev.p-recommend-slider__swiper-button-prev svg {
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-works-slider__swiper-button-prev,
  .swiper-button-prev.p-recommend-slider__swiper-button-prev {
    left: 0.1875rem;
  }
}

.swiper-button-next.p-works-slider__swiper-button-next,
.swiper-button-next.p-recommend-slider__swiper-button-next {
  left: 30.625rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-next.p-works-slider__swiper-button-next,
  .swiper-button-next.p-recommend-slider__swiper-button-next {
    left: 19.125rem;
  }
}

.p-works-slider__custom-progress,
.p-recommend-slider__custom-progress {
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  width: 140px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-works-slider__custom-progress,
  .p-recommend-slider__custom-progress {
    left: 5rem;
    width: 6.25rem;
  }
}

.p-works-slider__custom-progress__bar,
.p-recommend-slider__custom-progress__bar {
  position: relative;
  top: unset;
  left: unset;
  width: 110px;
  height: 2px;
  background: #aaa;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-works-slider__custom-progress__bar,
  .p-recommend-slider__custom-progress__bar {
    width: 4.6875rem;
  }
}

.p-works-slider__custom-progress__fill,
.p-recommend-slider__custom-progress__fill {
  height: 100%;
  width: 0%;
  background: #311d0f;
  transition: none;
}

.p-works-slider__btn {
  position: absolute;
  z-index: 3;
  bottom: 3.125rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-slider__btn {
    right: 1.25rem;
    bottom: 4.0625rem;
  }
}

.p-works-slider + .p-works-slider {
  padding-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-works-slider + .p-works-slider {
    padding-block-start: 15.3125rem;
  }
}

.p-can {
  position: relative;
  z-index: 2;
  background: #fff197;
  padding-block: 5.75rem 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-can {
    padding-block: 3.9375rem 13.75rem;
  }
}
.p-can.--padding-block-wide {
  padding-block: 7.875rem 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-can.--padding-block-wide {
    padding-block: 7.3125rem;
  }
}

.p-can__inner {
  width: min(1230px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-can__inner {
    padding-inline: 1.875rem;
  }
}

.p-can__cloud {
  position: absolute;
  top: -11.8125rem;
  right: 2.5rem;
  width: 24.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-can__cloud {
    left: 50%;
    translate: -50%;
    top: -12.5rem;
    width: 16.125rem;
  }
}

.p-can__text {
  text-align: center;
  margin-block: 2.125rem 0.9375rem;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-can__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-can__text {
    margin-block: 1.25rem 2.125rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-can__text {
    font-size: 0.875rem;
  }
}

.p-can__swiper-container,
.p-can__swiper,
.p-can__swiper-wrapper,
.p-can__swiper-slide {
  position: relative;
}

.p-can__swiper-container {
  width: 100%;
}

.p-can__swiper {
  padding-block: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-can__swiper {
    padding-block: 0rem;
  }
}

.p-can__swiper-slide {
  padding-block: 1.875rem 1.25rem;
  width: 225px;
  height: auto;
  background: #fff;
  border-radius: 5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: scale 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-can__swiper-slide {
    width: 176px;
    border-radius: 3.75rem;
    padding-block: 1.875rem 0.875rem;
  }
}
.p-can__swiper-slide p {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-can__swiper-slide p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-can__swiper-slide p {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-can__swiper-slide p {
    font-size: 1rem;
  }
}
.p-can__swiper-slide span {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-can__swiper-slide span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-can__swiper-slide span {
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-can__swiper-slide span {
    font-size: 0.75rem;
  }
}
.p-can__swiper-slide img {
  width: 177px;
  height: auto;
  aspect-ratio: 177/206;
}
@media screen and (max-width: 767px) {
  .p-can__swiper-slide img {
    width: 140px;
  }
}
@media (any-hover: hover) {
  .p-can__swiper-slide:hover {
    cursor: pointer;
    scale: 1.1;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev.p-can__swiper-button-prev,
.swiper-button-next.p-can__swiper-button-next {
  width: 32px;
  height: 25px;
  background: #311d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  top: calc(100% + 25px);
}
.swiper-button-prev.p-can__swiper-button-prev svg,
.swiper-button-next.p-can__swiper-button-next svg {
  width: 12px;
}

.swiper-button-prev.p-can__swiper-button-prev {
  right: 115px;
}
.swiper-button-prev.p-can__swiper-button-prev svg {
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-can__swiper-button-prev {
    right: 70px;
  }
}

.swiper-button-next.p-can__swiper-button-next {
  right: 70px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next.p-can__swiper-button-next {
    right: 30px;
  }
}

.p-can__modal-body {
  padding: 2.5rem 1.375rem 3.3125rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-can__modal-body {
    padding: 3.5625rem 2.5rem 3.125rem 1.875rem;
  }
}

.p-can__content {
  display: grid;
  grid-template-columns: 35% 1fr;
  column-gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-can__content {
    display: block;
  }
}

.p-can__content-head {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-can__content-head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-can__content-head {
    text-align: center;
  }
}

.p-can__content-title {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0em;
  margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-can__content-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-can__content-title {
    text-align: center;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    margin-block-start: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-can__content-title {
    font-size: 1.5rem;
  }
}

.p-can__content-text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-can__content-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-can__content-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-block-start: 2.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-can__content-text {
    font-size: 0.875rem;
  }
}

.p-can__content-example {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-can__content-example {
    font-size: 1rem;
  }
}
.p-can__content-example span {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-can__content-example span {
    font-size: 1.25rem;
  }
}

.p-can__content-remark {
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-can__content-remark {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-can__content-remark {
    margin-block-start: 1.5625rem;
  }
}

.p-can__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.9375rem;
  margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-can__btn-wrap {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}

.p-can__btn {
  width: 100%;
  max-width: 100%;
  margin-block-start: 0;
}

.swiper-button-prev,
.swiper-button-next {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-can__content-main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-can__content-illust {
    display: none;
  }
}

.p-with {
  background: #ffdb92;
  padding-block: 6.875rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-with {
    margin-block-start: -0.625rem;
    padding-block: 4.375rem 3.5rem;
  }
}

.p-with__inner {
  width: min(1084px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-with__inner {
    padding-inline: 1.25rem;
  }
}

.p-with__container {
  margin-block-start: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-with__container {
    margin-block: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-with__text {
  font-size: max(0.625rem, 8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-with__text {
    font-size: 0.625rem;
  }
}
@media (any-hover: hover) {
  .p-with__text:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-with__more-btn {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    column-gap: 0.25rem;
  }
}
.p-with__more-btn span {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-with__more-btn span {
    font-size: 1rem;
  }
}
.p-with__more-btn svg {
  rotate: 90deg;
  width: 1rem;
}

@media screen and (max-width: 767px) {
  .is-hidden-sp {
    display: none;
  }
}
.p-part-contact {
  padding-block: 4.375rem 3.75rem;
  margin-block-start: -0.125rem;
  background: url(../img/contact-bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .p-part-contact {
    padding-block: 2.1875rem 1.875rem;
  }
}

.p-part-contact__inner {
  width: min(1080px + 5rem, 100%);
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-part-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-part-contact__wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  column-gap: 5rem;
  width: 100%;
  margin-inline: auto;
  background: #fff;
  border-radius: 60px;
  padding-block: 5.6875rem 7.375rem;
}
@media screen and (max-width: 767px) {
  .p-part-contact__wrap {
    border-radius: 20px;
    padding-block: 3.75rem 3.125rem;
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-part-contact__wrap {
    flex-direction: column;
  }
}

.p-part-contact__right {
  width: 26.375rem;
}

.p-part-contact__btn {
  width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .p-part-contact__btn {
    width: 19.25rem;
  }
}

.p-part-contact__cat {
  width: 20.1875rem;
  display: block !important;
  margin-inline: unset !important;
}
@media screen and (max-width: 767px) {
  .p-part-contact__cat {
    width: 11.25rem;
    margin-block-start: 2.25rem;
  }
}

.p-plan {
  padding-block: 4.125rem 9.375rem;
  background: #fff197;
  overflow: hidden;
}
.p-plan.bg--orange {
  background: #ffdb92;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding-block: 4rem 4.5625rem;
  }
  .p-plan.padding--large {
    padding-block: 4rem 10rem;
  }
}

.p-plan__inner {
  width: min(1116px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__inner {
    padding-inline: 1.875rem;
  }
}

.p-plan__swiper-container,
.p-plan__swiper,
.p-plan__swiper-wrapper,
.p-plan__swiper-slide {
  position: relative;
}

.p-plan__swiper-container {
  margin-block-start: 2rem;
  width: min(53.75rem, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__swiper-container {
    width: min(26.25rem, 100%);
    margin-block-start: 2.5rem;
  }
}

.p-plan__swiper {
  overflow: visible;
}

.p-plan__swiper-slide {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 2.5rem;
  position: relative;
  width: min(53.75rem, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__swiper-slide {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
@media (any-hover: hover) {
  .p-plan__swiper-slide:hover {
    cursor: pointer;
  }
  .p-plan__swiper-slide:hover .p-plan__slide-img img {
    scale: 1.1;
  }
}

.p-plan__slide-excerpt {
  position: absolute;
  right: -1.875rem;
  bottom: -1.875rem;
  width: 13.75rem;
  padding: 1.875rem 2.1875rem 2.0625rem 1.875rem;
  background: #fff;
  border-radius: 1.875rem;
}
.p-plan__slide-excerpt span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__slide-excerpt span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__slide-excerpt {
    right: -1.0625rem;
    bottom: -1rem;
    padding: 1.125rem;
    border-radius: 1.25rem;
    width: 8.75rem;
  }
  .p-plan__slide-excerpt span {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__slide-excerpt span {
    font-size: 0.625rem;
  }
}

.p-plan__slide-img {
  position: relative;
  width: 36.6875rem;
  height: auto;
  aspect-ratio: 587/390;
}
.p-plan__slide-img .p-plan__slide-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__slide-img .p-plan__slide-img-wrap {
    border-radius: 3.75rem;
  }
}
.p-plan__slide-img img {
  object-fit: cover;
  transition: scale 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-plan__slide-img {
    width: 19.25rem;
    height: auto;
    aspect-ratio: 308/204;
    margin-inline: auto;
  }
}

.p-plan__slide-head {
  position: relative;
  flex-shrink: 0;
  width: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-plan__slide-head {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0.9375rem;
    width: 100%;
  }
}

.p-plan__slide-line-upper,
.p-plan__slide-line-lower {
  width: 7.625rem;
  height: auto;
  display: block;
  margin-inline-start: auto;
}

.p-plan__slide-line-left,
.p-plan__slide-line-right {
  width: 2.125rem;
  height: auto;
  display: block;
}

.p-plan__slide-line-upper {
  margin-block-end: 2rem;
}

.p-plan__slide-line-lower {
  margin-block-start: 2rem;
}

.p-plan__slide-title {
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__slide-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__slide-title {
    font-size: max(1.625rem, 20.8px);
    font-weight: 700;
    line-height: 1.3846153846;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__slide-title {
    font-size: 1.625rem;
  }
}

.p-plan__slide-text {
  margin-block-start: 1.875rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__slide-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__slide-text {
    margin-block-start: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__slide-text-wrap {
    margin-inline-start: 0.9375rem;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev.p-plan__swiper-button-prev,
.swiper-button-next.p-plan__swiper-button-next {
  width: 50px;
  height: 40px;
  background: #311d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  translate: 0 -50%;
  border-radius: 16px;
}
.swiper-button-prev.p-plan__swiper-button-prev svg,
.swiper-button-next.p-plan__swiper-button-next svg {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-plan__swiper-button-prev,
  .swiper-button-next.p-plan__swiper-button-next {
    border-radius: 10px;
    top: 5.1875rem;
    translate: 0 0;
    width: 40px;
    height: 30px;
  }
  .swiper-button-prev.p-plan__swiper-button-prev svg,
  .swiper-button-next.p-plan__swiper-button-next svg {
    width: 15px;
  }
}

.swiper-button-prev.p-plan__swiper-button-prev {
  right: calc(100% + 2.5rem);
}
.swiper-button-prev.p-plan__swiper-button-prev svg {
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-plan__swiper-button-prev {
    right: calc(100% - 3.75rem);
  }
}

.swiper-button-next.p-plan__swiper-button-next {
  left: calc(100% + 1rem);
}
@media screen and (max-width: 767px) {
  .swiper-button-next.p-plan__swiper-button-next {
    left: calc(100% - 3.75rem);
  }
}

.p-plan-slider__custom-progress {
  position: absolute;
  bottom: -6.875rem;
  left: 50%;
  translate: -50%;
  width: 140px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-plan-slider__custom-progress {
    left: 4.5625rem;
    bottom: -4.0625rem;
    width: 6.25rem;
  }
}

.p-plan-slider__custom-progress__bar {
  position: relative;
  top: unset;
  left: unset;
  width: 110px;
  height: 2px;
  background: #aaa;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-plan-slider__custom-progress__bar {
    width: 4.6875rem;
  }
}

.p-plan-slider__custom-progress__fill {
  height: 100%;
  width: 0%;
  background: #311d0f;
  transition: none;
}

.p-plan__btn {
  margin-block-start: 5rem;
  width: fit-content;
  margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__btn {
    margin-block-start: 2.8125rem;
  }
}

.p-plan__btn-wrap {
  width: min(1065px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
.p-plan__btn-wrap button {
  transition: all 0.3s ease;
}
.p-plan__btn-wrap button svg {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-plan__btn-wrap button:hover {
    cursor: pointer;
    background: #311d0f;
    color: #fff;
  }
  .p-plan__btn-wrap button:hover svg path {
    stroke: #fff;
  }
}

.p-single {
  background: #ffdb92;
}

.p-single-fv {
  background: #fff197;
  aspect-ratio: 1280/435;
}
@media screen and (max-width: 767px) {
  .p-single-fv {
    aspect-ratio: 440/300;
  }
  .p-single-fv .p-fv__circle-img {
    scale: 0.75;
  }
}

.p-single-related {
  padding-block-end: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-related {
    padding-block-end: 3.75rem;
  }
}

.p-single-related__title {
  font-size: max(1.6875rem, 21.6px);
  font-weight: 700;
  line-height: 1.7407407407;
  letter-spacing: 0em;
  margin-block-end: 4.1875rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single-related__title {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-related__title {
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    margin-block-end: 2.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single-related__title {
    font-size: 1.375rem;
  }
}
.p-single-related__title::before {
  content: "";
  width: 100%;
  height: 1px;
  border-block-end: 2px dotted #311d0f;
}
.p-single-related__title::after {
  content: "";
  width: 100%;
  height: 1px;
  border-block-end: 2px dotted #311d0f;
}

.p-single-works__btn {
  margin-block-start: 3.125rem;
  margin-inline-start: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-single-works__btn {
    margin-block-start: 2.5rem;
    margin-inline: auto;
  }
}

.c-works-card__item-img {
  border-radius: 2.5rem;
  overflow: hidden;
}

.p-single-main {
  margin-block-start: -18.75rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-single-main {
    margin-block-start: -34.693877551vw;
  }
}

.p-single-main__container {
  display: flex;
  justify-content: center;
  column-gap: 2.5rem;
  width: min(1180px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  position: relative;
  margin-block-end: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__container {
    padding-inline: 1.25rem;
    margin-block-end: 4.125rem;
    translate: 0;
  }
}

.p-single-main__side {
  width: 15.625rem;
  height: 100%;
  flex-shrink: 0;
  margin-block-start: 15rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__side {
    display: none;
  }
}

.p-single-main__side-icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-end: 1.375rem;
}
.p-single-main__side-icon img {
  width: 90%;
  height: 90%;
}

.p-single-main__side-logo {
  width: 8.5rem;
  height: auto;
  margin-inline: auto;
  margin-block-end: 1.875rem;
}

.p-single-main__side-text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__side-text {
    font-size: 0.875rem;
  }
}

.p-single-main__illust {
  margin-block-start: 8.125rem;
  width: 11.8125rem;
  height: auto;
}
@media (max-width: 1200px) {
  .p-single-main__illust {
    margin-inline-start: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-main__illust {
    display: none;
  }
}

.p-single-main__illust2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10.4375rem;
  height: auto;
}
@media (max-width: 1200px) {
  .p-single-main__illust2 {
    left: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-main__illust2 {
    display: none;
  }
}

.p-single-main__center {
  width: min(35rem, 100%);
  flex-shrink: 0;
}

.p-single-main__icatch {
  position: relative;
  width: min(31.875rem, 100%);
  margin-inline: auto;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-single-main__icatch {
    border-radius: 2.8125rem;
    width: calc(100% - 4.875rem);
  }
}
.p-single-main__icatch::after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 3.75rem;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-single-main__icatch::after {
    width: calc(100% + 0.75rem);
    height: calc(100% + 0.75rem);
    border-radius: 2.8125rem;
  }
}
.p-single-main__icatch img {
  position: relative;
  z-index: 3;
  display: block;
  object-fit: cover;
  border-radius: 3.75rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-single-main__icatch img {
    border-radius: 2.5rem;
    width: 100%;
    height: 100%;
  }
}

.p-single-main__title {
  margin-block-start: 1.875rem;
  font-size: max(1.6875rem, 21.6px);
  font-weight: 700;
  line-height: 1.5925925926;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single-main__title {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-main__title {
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 1.7272727273;
    letter-spacing: 0em;
    margin-block-start: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single-main__title {
    font-size: 1.375rem;
  }
}

.p-single-main__category-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__category-wrap {
    margin-block: 1.125rem 1.5625rem;
  }
}

.p-single-main__category {
  font-size: max(0.8125rem, 10.4px);
  font-weight: 700;
  line-height: 1.6153846154;
  letter-spacing: 0em;
  padding: 0.1875rem 1.25rem;
  border-radius: 100vmax;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-single-main__category {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .p-single-main__category:hover {
    background: #311d0f;
    color: #fff;
  }
}

.p-single-main__contents p {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-single-main__contents p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-main__contents p {
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single-main__contents p {
    font-size: 0.9375rem;
  }
}
.p-single-main__contents p + p {
  margin-block-start: 1em;
}
.p-single-main__contents p + .wp-block-image,
.p-single-main__contents p + .wp-block-embed,
.p-single-main__contents .wp-block-image + p,
.p-single-main__contents .wp-block-embed + p {
  margin-block-start: 2rem;
}
.p-single-main__contents .works-img-list {
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__contents .works-img-list {
    margin-block-start: 1.25rem;
  }
}
.p-single-main__contents .works-img-item, .p-single-main__contents .wp-block-image {
  width: 100%;
  height: auto;
}
.p-single-main__contents .works-img-item, .p-single-main__contents .wp-block-embed {
  width: 100%;
  height: auto;
}
.p-single-main__contents .works-img-item + .works-img-item {
  margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__contents .works-img-item + .works-img-item {
    margin-block-start: 1.25rem;
  }
}
.p-single-main__contents .wp-block-image + .wp-block-image {
  margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__contents .wp-block-image + .wp-block-image {
    margin-block-start: 1.25rem;
  }
}
.p-single-main__contents .wp-block-embed + .wp-block-embed {
  margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__contents .wp-block-embed + .wp-block-embed {
    margin-block-start: 1.25rem;
  }
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 500/281;
}

.p-single-main__illust3 {
  position: relative;
  width: 15.625rem;
}
.p-single-main__illust3 img {
  position: absolute;
  bottom: 25.25rem;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-single-main__illust3 {
    display: none;
  }
}

.p-under-fv {
  background: #fff197;
  padding-block: 2.8125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-under-fv {
    padding-block: 7.5rem 2.5rem;
  }
}

.p-under-fv__inner {
  width: min(1080px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-under-fv__inner {
    padding-inline: 1.25rem;
  }
}

.p-under-fv__container {
  display: flex;
  align-items: center;
  column-gap: 3.125rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-under-fv__container {
    flex-direction: column;
    row-gap: 0.625rem;
  }
}

.p-under-fv__title-of {
  width: 16.0625rem;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-of {
    width: 10rem;
  }
}

.p-under-fv__title-main {
  font-size: max(4.375rem, 56px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-main {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-main {
    font-size: max(2.75rem, 35.2px);
    font-weight: 700;
    line-height: 1.3636363636;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-under-fv__title-main {
    font-size: 2.75rem;
  }
}

.p-under-fv__title-main--small {
  margin-block-start: 1.25rem;
  font-size: max(2.875rem, 36.8px);
  font-weight: 700;
  line-height: 1.0652173913;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-main--small {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-main--small {
    font-size: max(2.125rem, 27.2px);
    font-weight: 700;
    line-height: 1.1764705882;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-under-fv__title-main--small {
    font-size: 2.125rem;
  }
}

.p-under-fv__title-text {
  margin-block-start: 1.25rem;
  font-size: max(1.375rem, 17.6px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-text {
    margin-block-start: 0.75rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-under-fv__title-text {
    font-size: 0.875rem;
  }
}

.p-under-fv__title-text--small {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-text--small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-under-fv__title-text--small {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.7222222222;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-under-fv__title-text--small {
    font-size: 1.125rem;
  }
}

.p-under-fv__text-illust {
  width: 23.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-under-fv__text-illust {
    width: 12.1875rem;
  }
}

.p-under-fv__animals {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  translate: -50%;
  width: min(80rem, 95%);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-under-fv__animals {
    display: none;
  }
}

.p-recommend-project {
  background: #ffdb92;
  padding-block: 3.125rem 3.75rem;
  width: 100%;
  overflow: hidden;
}

.p-recommend-project__inner {
  width: min(1080px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}

.p-recommend-project__title {
  font-size: max(1.6875rem, 21.6px);
  font-weight: 700;
  line-height: 1.7407407407;
  letter-spacing: 0em;
  margin-block-end: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-project__title {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-project__title {
    text-align: center;
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    margin-block-end: 2.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recommend-project__title {
    font-size: 1.375rem;
  }
}

.p-recommend-project__swiper-slide {
  width: 13.75rem;
  height: auto;
}

.p-recommend-project__swiper-container,
.p-recommend-project__swiper,
.p-recommend-project__swiper-wrapper,
.p-recommend-project__swiper-slide {
  position: relative;
}

.p-recommend-project__swiper {
  overflow: visible;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.swiper-button-prev.p-recommend-project__swiper-button-prev,
.swiper-button-next.p-recommend-project__swiper-button-next {
  width: 32px;
  height: 25px;
  background: #311d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  top: calc(100% + 1.5625rem);
}
.swiper-button-prev.p-recommend-project__swiper-button-prev svg,
.swiper-button-next.p-recommend-project__swiper-button-next svg {
  width: 12px;
}

.swiper-button-prev.p-recommend-project__swiper-button-prev {
  right: 40px;
}
.swiper-button-prev.p-recommend-project__swiper-button-prev svg {
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-recommend-project__swiper-button-prev {
    right: 40px;
  }
}

.swiper-button-next.p-recommend-project__swiper-button-next {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next.p-recommend-project__swiper-button-next {
    right: 0px;
  }
}

.p-recently-works {
  padding-block: 1.875rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-recently-works {
    padding-block: 2.1875rem 2.5rem;
  }
}

.p-recently-works__inner {
  width: min(1080px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recently-works__inner {
    padding-inline: 1.25rem;
  }
}

.p-recently-works__title {
  font-size: max(1.6875rem, 21.6px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recently-works__title {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recently-works__title {
    text-align: center;
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recently-works__title {
    font-size: 1.375rem;
  }
}

.p-recently-works__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-recently-works__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem 1rem;
  }
}

.p-recently-works__load-more-area {
  margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recently-works__load-more-area {
    margin-block-start: 2.1875rem;
  }
}
.p-recently-works__load-more-area button {
  width: 100%;
  font-size: max(1.1875rem, 15.2px);
  font-weight: 700;
  line-height: 1.2631578947;
  letter-spacing: 0em;
  border: 1px solid rgba(49, 29, 15, 0.48);
  color: #311d0f;
  padding-block: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.625rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recently-works__load-more-area button {
    font-size: 1.1875rem;
  }
}
.p-recently-works__load-more-area button svg {
  width: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-recently-works__load-more-area button {
    border: none;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recently-works__load-more-area button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recently-works__load-more-area button svg {
    width: 0.625rem;
  }
}
.p-recently-works__load-more-area button svg {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-recently-works__load-more-area button:hover {
    cursor: pointer;
    background: #311d0f;
    color: #fff;
  }
  .p-recently-works__load-more-area button:hover svg path {
    stroke: #fff;
  }
}

.p-company {
  background: #93BC8B;
  margin-block-start: -0.125rem;
  padding-block: 3.75rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 3.75rem;
  }
}

.p-company__info {
  padding-inline-start: 3.125rem;
}
@media (max-width: 1240px) {
  .p-company__info {
    padding-inline-start: 0;
  }
}

.p-company__info-text {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__info-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__info-text {
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 1.7222222222;
    letter-spacing: 0em;
    margin-block-end: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-company__info-text {
    font-size: 1.125rem;
  }
}

.p-company__info-table {
  border-block: 1.5px solid #311d0f;
}

.p-company__info-table-row {
  display: grid;
  grid-template-columns: 10.625rem 1fr;
  column-gap: 1.875rem;
  padding-block: 1.25rem 1.25rem;
}
.p-company__info-table-row:not(:last-of-type) {
  border-block-end: 1px dashed #311d0f;
}
.p-company__info-table-row:first-of-type {
  padding-block-start: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company__info-table-row {
    grid-template-columns: 5rem 1fr;
    column-gap: 1.25rem;
    padding-block: 1.25rem 1.5rem;
  }
  .p-company__info-table-row:first-of-type {
    padding-block-start: 1.25rem;
  }
}

.p-company__info-table-head {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-company__info-table-head {
    font-size: 1rem;
  }
}
.p-company__info-table-head span {
  font-feature-settings: "palt";
  display: inline-block;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  translate: -0.4em;
}
@media screen and (max-width: 767px) {
  .p-company__info-table-head span {
    font-size: 0.75rem;
  }
}

.p-company__info-table-data {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-company__info-table-data {
    font-size: 1rem;
  }
}

.p-single-plan__fv {
  padding-block: 7.5rem 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-plan__fv {
    padding-block: 8.75rem 4.125rem;
  }
}

.p-single-plan__fv-inner {
  width: min(1180px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}

.p-single-plan__fv-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-plan__fv-container {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-single-plan__fv-text-wrap {
  width: 24.375rem;
  flex-shrink: 0;
}
.p-single-plan__fv-title {
  font-size: max(2.9375rem, 37.6px);
  font-weight: 700;
  line-height: 1.3829787234;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-single-plan__fv-title {
    font-size: 2.9375rem;
  }
}
@media (max-width: 1000px) {
  .p-single-plan__fv-title {
    font-size: max(2.5rem, 32px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-single-plan__fv-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-plan__fv-title {
    font-size: max(2.125rem, 27.2px);
    font-weight: 700;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single-plan__fv-title {
    font-size: 2.125rem;
  }
}

.p-single-plan__fv-title-text {
  margin-block-start: 1.25rem;
  font-size: max(1.3125rem, 16.8px);
  font-weight: 400;
  line-height: 1.5238095238;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-single-plan__fv-title-text {
    font-size: 1.3125rem;
  }
}
@media (max-width: 1000px) {
  .p-single-plan__fv-title-text {
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-single-plan__fv-title-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-plan__fv-title-text {
    margin-block-start: 0.625rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.7222222222;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single-plan__fv-title-text {
    font-size: 1.125rem;
  }
}

.p-single-plan__fv-img {
  width: 36.6875rem;
  height: auto;
  aspect-ratio: 587/401;
  border-radius: 7.5rem;
  overflow: hidden;
}
.p-single-plan__fv-img img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-single-plan__fv-img {
    width: min(100%, 28.125rem);
  }
}

.p-single-plan__main {
  margin-block-start: -4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single-plan__main {
    margin-block-start: 0;
  }
}

.p-single-plan__main-container {
  margin-block-end: 0;
}
@media screen and (max-width: 767px) {
  .p-single-plan__main-container {
    width: 100%;
    flex-direction: column;
    row-gap: 2.5rem;
    margin-block-start: 0rem;
    padding-block-end: 3.125rem;
  }
}

.p-single-plan__main-side {
  margin-block-start: 0;
}

.p-plan-main__center {
  margin-block-start: 6.875rem;
  padding-block-end: 5.875rem;
  margin-inline: auto;
  width: min(35rem, 100%);
}
@media screen and (max-width: 767px) {
  .p-plan-main__center {
    margin-block-start: 3.125rem;
    padding-block-end: 0;
  }
}

.p-plan-main__contents {
  width: 100%;
}
.p-plan-main__contents h2, .p-plan-main__contents h3, .p-plan-main__contents h4 {
  font-size: max(1.625rem, 20.8px);
  font-weight: 700;
  line-height: 1.7307692308;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan-main__contents h2, .p-plan-main__contents h3, .p-plan-main__contents h4 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-main__contents h2, .p-plan-main__contents h3, .p-plan-main__contents h4 {
    font-size: max(1.3125rem, 16.8px);
    font-weight: 700;
    line-height: 1.7619047619;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan-main__contents h2, .p-plan-main__contents h3, .p-plan-main__contents h4 {
    font-size: 1.3125rem;
  }
}
.p-plan-main__contents .wp-block-heading + p {
  margin-block-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-plan-main__contents .wp-block-heading + p {
    margin-block-start: 1.25rem;
  }
}
.p-plan-main__contents p + .wp-block-heading {
  margin-block-start: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-main__contents p + .wp-block-heading {
    margin-block-start: 2.375rem;
  }
}
.p-plan-main__contents p {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan-main__contents p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-main__contents p {
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 1.7222222222;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan-main__contents p {
    font-size: 1.125rem;
  }
}
.p-plan-main__contents .wp-block-image {
  margin-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-main__contents .wp-element-caption {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan-main__contents .wp-element-caption {
    font-size: 0.75rem;
  }
}

.p-plan-main__illust3 {
  width: 15.0625rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-plan-main__illust3 img {
    position: absolute;
    bottom: 3.125rem;
    width: 15.0625rem;
    height: auto;
    aspect-ratio: 241/275;
  }
}
@media (max-width: 1100px) {
  .p-plan-main__illust3 {
    width: 12.5rem;
  }
  .p-plan-main__illust3 img {
    width: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-main__illust3 {
    margin-inline: auto;
    width: 10.9375rem;
  }
  .p-plan-main__illust3 img {
    width: 100%;
  }
}

.p-archive-plan {
  padding-block: 8.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-archive-plan {
    padding-block: 7.5rem 2.5rem;
  }
}

.p-archive-plan__title {
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 4rem;
}
@media screen and (max-width: 767px) {
  .p-archive-plan__title {
    margin-block-end: 2.875rem;
  }
}
.p-archive-plan__title img {
  width: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-plan__title img {
    width: 5rem;
  }
}
.p-archive-plan__title p {
  font-size: max(1.5625rem, 20px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-archive-plan__title p {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-plan__title p {
    font-size: max(1.3125rem, 16.8px);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-archive-plan__title p {
    font-size: 1.3125rem;
  }
}

.p-archive-plan__container {
  width: min(870px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}

.p-recruit {
  overflow: hidden;
}

.p-recruit__fv {
  padding-block: 4.75rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__fv {
    padding-block: 6.5625rem 3.5rem;
  }
}

.p-recruit__container {
  column-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__container {
    row-gap: 1.5rem;
  }
}

.p-recruit__title-main {
  font-size: max(4.375rem, 56px);
  font-weight: 700;
  line-height: 1.2428571429;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-recruit__title-main {
    font-size: 4.375rem;
  }
}
@media (max-width: 870px) {
  .p-recruit__title-main {
    font-size: max(3.75rem, 48px);
    font-weight: 700;
    line-height: 1.2833333333;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 870px) and (max-width: 767px) {
  .p-recruit__title-main {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__title-main {
    text-align: center;
    font-size: max(2.75rem, 35.2px);
    font-weight: 700;
    line-height: 1.3863636364;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recruit__title-main {
    font-size: 2.75rem;
  }
}

.p-recruit__illust {
  width: min(35.25rem, 100%);
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__illust {
    width: 17rem;
  }
}
.p-recruit__illust .eye-illust {
  position: absolute;
  top: 12rem;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
}
.p-recruit__illust .eye-illust.--left {
  left: 9.6875rem;
}
.p-recruit__illust .eye-illust.--right {
  right: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__illust .eye-illust {
    width: 2.5rem;
    top: 5.75rem;
  }
  .p-recruit__illust .eye-illust.--left {
    left: 4.6875rem;
  }
  .p-recruit__illust .eye-illust.--right {
    right: 4.875rem;
  }
}

.p-recruit {
  margin-block-start: -0.125rem;
  background: #A6CECF;
  padding-block: 3.125rem 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 3.75rem 4.375rem;
  }
}

.p-recruit__main-head {
  font-size: max(1.625rem, 20.8px);
  font-weight: 700;
  line-height: 1.7307692308;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-recruit__main-head {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main-head {
    font-size: max(1.3125rem, 16.8px);
    font-weight: 700;
    line-height: 1.4761904762;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recruit__main-head {
    font-size: 1.3125rem;
  }
}

.p-recruit__main-text {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-recruit__main-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main-text {
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 1.7222222222;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recruit__main-text {
    font-size: 1.125rem;
  }
}

.p-recruit__main-text + .p-recruit__main-text {
  margin-block-start: 1em;
}

.p-recruit__main-head + .p-recruit__main-text {
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__main-head + .p-recruit__main-text {
    margin-block-start: 1.25rem;
  }
}

.p-recruit__main-text + .p-recruit__main-head {
  margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__main-text + .p-recruit__main-head {
    margin-block-start: 3.4375rem;
  }
}

.p-recruit__form-inner {
  width: min(803px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  margin-block-start: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__form-inner {
    margin-block-start: 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-recruit__form-container {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 5rem 7.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__form-container {
    padding: 5rem 0.9375rem 3.75rem 2.125rem;
  }
}

.p-recruit__form-title {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 3.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__form-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__form-title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.8333333333;
    letter-spacing: 0em;
    margin-block-end: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recruit__form-title {
    font-size: 1.5rem;
  }
}

.p-recruit__form-bottom-text {
  text-align: center;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-block-start: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__form-bottom-text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__form-bottom-text {
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 1.7272727273;
    letter-spacing: 0em;
    margin-block-start: 3.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recruit__form-bottom-text {
    font-size: 1.375rem;
  }
}

.smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label {
  margin-inline-end: 0.6875rem;
}

.p-recruit__form-inner input,
.p-recruit__form-inner textarea {
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__form-inner input,
  .p-recruit__form-inner textarea {
    width: calc(100% - 1.25rem) !important;
  }
}

.p-top-contact {
  padding-block-start: 6.3125rem;
  background: url(../img/contact-bg.svg) no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-contact {
    padding-block: 2.6875rem 4.375rem;
    background: url(../img/contact-bg_sp.svg) no-repeat center center/cover;
  }
}

.p-top-contact__inner {
  width: min(840px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-top-contact__container {
  background: #fff;
  position: relative;
  padding: 5rem 7.5rem 5.5rem 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__container {
    padding: 4.1875rem 1.625rem 4.375rem;
  }
}

.p-top-contact__pencil-illust {
  position: absolute;
  right: -7.5rem;
  bottom: 9rem;
  width: 12.6875rem;
  height: auto;
}
@media (max-width: 1200px) {
  .p-top-contact__pencil-illust {
    right: -2.5rem;
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__pencil-illust {
    display: none;
  }
}

.p-top-contact__title {
  text-align: center;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    margin-block-end: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-contact__title {
    font-size: 1.5rem;
  }
}

.p-top-contact__head-text {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-contact__head-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__head-text {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-contact__head-text {
    font-size: 1rem;
  }
}

.p-top-contact__info {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  margin-block: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__info {
    column-gap: 0.875rem;
    margin-block: 1.5625rem 3.75rem;
  }
}

.p-top-contact__info-mail,
.p-top-contact__info-tel {
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
  transition: opacity 0.3s ease;
}
.p-top-contact__info-mail svg,
.p-top-contact__info-tel svg {
  width: 2.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-contact__info-mail svg,
  .p-top-contact__info-tel svg {
    width: 1.875rem;
  }
}
.p-top-contact__info-mail span,
.p-top-contact__info-tel span {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-contact__info-mail span,
  .p-top-contact__info-tel span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__info-mail span,
  .p-top-contact__info-tel span {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-contact__info-mail span,
  .p-top-contact__info-tel span {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-top-contact__info-mail:hover,
  .p-top-contact__info-tel:hover {
    opacity: 0.7;
  }
}

.p-top-contact__form-wrap {
  position: relative;
}

.wp-block-snow-monkey-forms-item {
  display: grid !important;
  grid-template-columns: 7.5rem 1fr !important;
  padding-block: 0.46875rem !important;
}
.wp-block-snow-monkey-forms-item.--aifs {
  align-items: flex-start !important;
}
.wp-block-snow-monkey-forms-item.--aifs .smf-item__col .smf-item__label {
  padding-block-start: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item {
    display: block !important;
    padding-block: 0.375rem !important;
  }
}

.smf-item__col--label {
  padding-inline-end: 0 !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .smf-item__col--label {
    padding-block-end: 0.5rem !important;
  }
}

.smf-item__label__text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .smf-item__label__text {
    font-size: 0.875rem;
  }
}

.smf-item__col--controls {
  max-width: 100% !important;
}
.smf-item__col--controls input, .smf-item__col--controls textarea {
  width: 100%;
  background: #f9f9f9 !important;
  border: 1px solid rgb(239, 239, 239) !important;
  border-radius: 6px;
}
.smf-item__col--controls textarea {
  resize: vertical;
  height: 6.625rem;
}

.smf-checkboxes-control__control {
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .smf-checkboxes-control__control {
    margin-block-start: 1.875rem;
  }
}

.wp-block-snow-monkey-forms-item.--kind .smf-checkboxes-control__control {
  margin-block-start: 0;
}

.smf-checkboxes-control__control .smf-label {
  text-align: center;
}

@media (any-hover: hover) {
  .smf-checkbox-control:hover {
    cursor: pointer;
  }
}

.smf-checkbox-control input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.smf-checkbox-control span {
  display: inline-block;
  line-height: normal;
  padding-left: 1.875rem;
  position: relative;
}
.smf-checkbox-control span::before {
  content: "";
  position: absolute;
  top: 0.15625rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgb(239, 239, 239) !important;
  background: #f7f7f7;
}
.smf-checkbox-control span::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.125rem solid #4dbe3d;
  border-bottom: 0.125rem solid #4dbe3d;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.smf-action {
  margin-block: 1.25rem 0 !important;
}
@media screen and (max-width: 767px) {
  .smf-action {
    margin-block: 0.5rem 0 !important;
  }
}

.smf-action .smf-button-control .smf-button-control__control {
  width: fit-content;
  padding: 0.875rem 3.5625rem 0.9375rem 2.25rem;
  border-radius: 0.75rem;
  background: #4dbe3d;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.9375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .smf-action .smf-button-control .smf-button-control__control {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .smf-action .smf-button-control .smf-button-control__control {
    margin-block-end: 0 !important;
  }
}
@media (any-hover: hover) {
  .smf-action .smf-button-control .smf-button-control__control:hover .c-btn__green-box {
    translate: 4px;
  }
}

.smf-button-control {
  position: relative;
  display: inline-block;
}
.smf-button-control::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  translate: 0 -50%;
  right: 1.3125rem;
  width: 2rem;
  height: 1.5625rem;
  background: url(../img/arrow-box.svg) no-repeat center center/cover;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .smf-button-control:hover::before {
    right: 1rem;
  }
}

.smf-textarea-control textarea::placeholder {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  color: #c7c3c0;
}
@media screen and (max-width: 767px) {
  .smf-textarea-control textarea::placeholder {
    font-size: 0.875rem;
  }
}
.smf-form .smf-radio-button-control__control:before {
  background: #4dbe3d;
  height: 12px;
  left: calc(50% - 6px);
  margin: 0 !important;
  overflow: hidden;
  top: calc(50% - 6px);
  visibility: hidden;
  width: 12px;
}

.smf-radio-buttons-control__control input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.smf-radio-button-control {
  position: relative;
}
.smf-radio-button-control span {
  display: inline-block;
  line-height: normal;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smf-radio-button-control span {
    padding-left: 1.5rem;
  }
}
.smf-radio-button-control span::before {
  content: "";
  position: absolute;
  top: 0.15625rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgb(239, 239, 239) !important;
  background: #f7f7f7;
  border-radius: 50%;
}
.smf-radio-button-control span::after {
  content: "";
  position: absolute;
  top: 0.40625rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #4dbe3d;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.p-top-contact__letter-illust {
  position: relative;
  z-index: 2;
  margin-block-start: -5rem;
  width: calc(100% + 7.5rem);
  margin-inline-start: -3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__letter-illust {
    display: none;
  }
}

.smf-complete-content p + p {
  margin-block-start: 1.25rem;
}
.smf-complete-content p {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .smf-complete-content p {
    font-size: 1rem;
  }
}

.smf-radio-button-control__label,
.smf-checkbox-control__label {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .smf-radio-button-control__label,
  .smf-checkbox-control__label {
    font-size: 0.875rem;
  }
}

.smf-file-control__label {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  padding: 0.5rem 0.9375rem !important;
}
@media screen and (max-width: 767px) {
  .smf-file-control__label {
    font-size: 0.875rem;
  }
}

.smf-file-control__filename {
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .smf-file-control__filename {
    font-size: 0.625rem;
  }
}

.p-recruit__form-url-remark {
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__form-url-remark {
    font-size: 0.625rem;
  }
}
.smf-checkboxes-control__control,
.smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

.smf-checkboxes-control__control {
  justify-content: center;
}

.wp-block-snow-monkey-forms-item.--kind .smf-checkboxes-control__control {
  justify-content: start;
}

.p-top-contact__privacy-link {
  text-decoration: underline;
  font-weight: 500;
}
@media (any-hover: hover) {
  .p-top-contact__privacy-link:hover {
    cursor: pointer;
  }
}

.wp-block-snow-monkey-forms-item.--privacy .smf-checkboxes-control {
  width: calc(100% - 1.25rem);
  margin-inline-start: 1.25rem;
}
.wp-block-snow-monkey-forms-item.--privacy .smf-checkboxes-control__control {
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item.--privacy .smf-item__col--label {
    display: none;
  }
}

.p-recruit__form-container .wp-block-snow-monkey-forms-item.--privacy .smf-checkboxes-control {
  width: 100%;
  margin-inline-start: 0;
}

.p-top-contact__privacy-link {
  position: absolute;
  bottom: 5.5rem;
  left: 10.8125rem;
}
@media (max-width: 900px) {
  .p-top-contact__privacy-link {
    bottom: 6rem;
  }
}
.p-top-contact__privacy-link.--recruit {
  bottom: 9.5rem;
  left: 17rem;
}
@media (max-width: 900px) {
  .p-top-contact__privacy-link.--recruit {
    bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__privacy-link {
    bottom: 4.625rem;
    left: 3.625rem;
  }
  .p-top-contact__privacy-link.--recruit {
    bottom: 8.375rem;
    left: 4.125rem;
  }
}

.wp-block-snow-monkey-forms-item.smf-item.--privacy .smf-checkboxes-control__control {
  margin-block-start: 0 !important;
}

.p-privacy__container {
  font-family: "Zen Maru Gothic", sans-serif;
  height: 7.5rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #acacac;
  overflow-y: auto;
}

.p-privacy__wrap {
  height: fit-content;
}

.p-privacy__head {
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-privacy__head {
    font-size: 1rem;
  }
}

.p-privacy__text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 0.875rem;
  }
}

.p-top-contact__container:has(form[data-screen=confirm]) .p-top-contact__info,
.p-top-contact__container:has(form[data-screen=confirm]) .p-top-contact__head-text {
  display: none;
}

.p-top-contact__container:has(form[data-screen=complete]) .p-top-contact__info,
.p-top-contact__container:has(form[data-screen=complete]) .p-top-contact__head-text {
  display: none;
}

.p-top-contact__container:has(form[data-screen=confirm]) .smf-form--simple-table {
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__container:has(form[data-screen=confirm]) .smf-form--simple-table {
    margin-block-start: 1.875rem;
  }
}

.p-top-contact__info.--complete {
  display: none !important;
}

.p-top-contact__container:has(form[data-screen=complete]) .p-top-contact__info.--complete {
  display: flex !important;
}

.p-recruit__form-container:has(form[data-screen=confirm]) .p-top-contact__info,
.p-recruit__form-container:has(form[data-screen=confirm]) .p-top-contact__head-text {
  display: none;
}

.p-recruit__form-container:has(form[data-screen=complete]) .p-top-contact__info,
.p-recruit__form-container:has(form[data-screen=complete]) .p-top-contact__head-text {
  display: none;
}

.p-recruit__form-container:has(form[data-screen=confirm]) .smf-form--simple-table {
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__form-container:has(form[data-screen=confirm]) .smf-form--simple-table {
    margin-block-start: 1.875rem;
  }
}

.p-top-contact__info.--complete {
  display: none !important;
}

.p-recruit__form-inner:has(form[data-screen=complete]) .p-top-contact__info.--complete {
  display: flex !important;
}

.p-recruit__form-inner .p-top-contact__info.--complete {
  margin-block-end: 0;
}

.p-works-tag {
  padding-block: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-works-tag {
    padding-block: 7.5rem 3.75rem;
  }
}

.p-works-tag__head img {
  width: 5.875rem;
  display: block;
  margin-inline: auto;
}
.p-works-tag__head h1 span {
  display: block;
  text-align: center;
}
.p-works-tag__head h1 span:nth-of-type(1) {
  margin-block-start: 0.5rem;
  font-size: max(1.5625rem, 20px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-works-tag__head h1 span:nth-of-type(1) {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-tag__head h1 span:nth-of-type(1) {
    margin-block-start: 0.25rem;
    font-size: max(1.3125rem, 16.8px);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-tag__head h1 span:nth-of-type(1) {
    font-size: 1.3125rem;
  }
}
.p-works-tag__head h1 span:nth-of-type(2) {
  margin-block-start: 0.9375rem;
  font-size: max(1.6875rem, 21.6px);
  font-weight: 700;
  line-height: 1.2592592593;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-works-tag__head h1 span:nth-of-type(2) {
    font-size: 1.6875rem;
  }
}

.p-works-tag__slider {
  overflow: hidden;
  width: 100%;
  padding-block: 1.875rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-works-tag__slider {
    padding-block: 0.625rem 6.25rem;
  }
}

.p-works-cat {
  padding-block: 6.25rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-works-cat {
    padding-block: 4.375rem 3.125rem;
  }
}

.p-works-cat__inner {
  width: min(730px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  margin-block-end: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-works-cat__inner {
    padding-inline: 1.25rem;
    margin-block-end: 3.125rem;
  }
}

.p-works-cat__description {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-works-cat__description {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-cat__description {
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 1.7222222222;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-cat__description {
    font-size: 1.125rem;
  }
}

.p-works-cat__example {
  margin-block-start: 1.6875rem;
  font-size: max(1.4375rem, 18.4px);
  font-weight: 700;
  line-height: 1.7391304348;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works-cat__example {
    font-size: 1.4375rem;
  }
}
.p-works-cat__example span {
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-works-cat__example span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-cat__example {
    text-align: left;
    margin-block-start: 1.25rem;
    font-size: max(1.25rem, 16px);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-cat__example {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-cat__example span {
    font-size: max(1.5rem, 19.2px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-cat__example span {
    font-size: 1.5rem;
  }
}

.p-works-cat__remark {
  margin-block-start: 2.0625rem;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works-cat__remark {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-cat__remark {
    text-align: left;
    font-size: max(0.625rem, 8px);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-cat__remark {
    font-size: 0.625rem;
  }
}

.p-404 {
  padding-block: 12.5rem 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-block: 10rem 4.375rem;
  }
}

.p-404__title {
  text-align: center;
}

.p-404__text {
  margin-block-start: 2.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__text {
    margin-block-start: 1.5rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

.p-404__btn {
  position: relative;
  translate: 0;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}

.p-404__animals {
  bottom: -2rem;
}

.p-cta {
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-cta {
    bottom: 0.9375rem;
    right: 0.3125rem;
    width: 8.5625rem;
  }
}

.cta_close-icon {
  position: absolute;
  z-index: 2;
  top: 1.1875rem;
  right: 1.1875rem;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cta_close-icon {
    top: 0.75rem;
    right: 0.75rem;
    width: 1.125rem;
  }
}
@media (any-hover: hover) {
  .cta_close-icon:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-cta__link {
  display: block;
}
.p-cta__link img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .p-cta__link:hover {
    scale: 1.05;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.is-show {
  translate: 0;
  opacity: 1;
}

.u-animation__jump {
  animation: 5s 0s ease-in-out forwards infinite jumpIllust;
}
.u-animation__jump.--delay1 {
  animation: 5s 1s ease-in-out forwards infinite jumpIllust;
}
@keyframes jumpIllust {
  0% {
    translate: 0;
    scale: 1;
  }
  50% {
    translate: 0 -5px;
    scale: 1;
  }
  55% {
    scale: 1.07;
    translate: 0 -20px;
  }
  60% {
    scale: 0.97;
    translate: 0 0px;
  }
  65% {
    scale: 1;
    translate: 0;
  }
  100% {
    scale: 1;
    translate: 0;
  }
}

.u-animation__cloud {
  animation: 5s 1s linear forwards infinite cloudFuwa;
}
@keyframes cloudFuwa {
  0% {
    translate: 0;
  }
  50% {
    translate: 0 -20px;
  }
  100% {
    translate: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes cloudFuwa {
    0% {
      translate: -50%;
    }
    50% {
      translate: -50% -20px;
    }
    100% {
      translate: -50%;
    }
  }
}

.u-bg--orange {
  background: #ffdb92;
}

.u-bg--yellow {
  background: #fff197;
}

.u-bg--yellow2 {
  background: #f7efc9;
}

.u-bg--green {
  background: #4dbe3d;
}

.u-bg--blue {
  background: #90c2c3;
}