@charset "UTF-8";
/*
Theme Name: 三愛幼稚園テーマ
Theme URI:
update: 2026-03-22
Description: 三愛幼稚園のテーマです。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Tags:
*/
:root {
  --font-size-base: 0.875rem;
  --font-size-16: 0.9375rem;
  --font-size-18: 1rem;
  --font-size-20: 1rem;
  --font-size-24: 1.125rem;
  --font-size-28: 1.375rem;
  --font-size-32: 1.5rem;
  --font-family-ja: "Zen Maru Gothic", sans-serif;
  --font-family-en: "Jost", sans-serif;
  --font-family-en-2: "Barrio", system-ui;
  --color-green-1: #5ECC83;
  --color-green-2: #4CB970;
  --color-orange-1: #F07E4A;
  --color-orange-2: #F1E1DA;
  --color-yellow-1: #FCEE71;
  --color-border: #BAB4B4;
  --color-pink-1: #F1E1DA;
  --color-black: #333333;
  --line-height-base: 1.5;
  --line-height-large: 1.8;
  --line-height-xlarge: 2;
  --inner-padding: 15px;
  --inner-width: 1100px;
  --inner-width-large: 1250px;
  --header-height: 50px;
  --inner-padding-header: 15px;
}

@media screen and (min-width: 768px) {
  :root {
    --font-size-base: 0.9375rem;
    --font-size-16: 1rem;
    --font-size-18: 1.125rem;
    --font-size-20: 1.25rem;
    --font-size-24: 1.5rem;
    --font-size-28: 1.75rem;
    --font-size-32: 2rem;
    --line-height-large: 2;
    --line-height-xlarge: 2.5;
    --inner-padding: 50px;
    --header-height: 80px;
    --inner-padding-header: 30px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --header-height: 180px;
    --inner-padding-header: 100px;
  }
}
/** base **/
* {
  box-sizing: border-box;
}

html {
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 375px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}
body {
  font-size: var(--font-size-base);
  font-family: var(--font-family-ja);
  font-weight: 400;
  color: var(--color-black);
  line-height: var(--line-height-base);
}

a, button, input, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

p {
  line-height: var(--line-height-large);
}

/** utilities **/
.u-only-pc {
  display: none;
}

.u-only-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-only-pc {
    display: block;
  }
  .u-only-sp {
    display: none;
  }
}
.u-spacer-500 {
  padding-top: 540px;
}

.u-text-green {
  color: var(--color-green-1);
}

.u-text-smaller {
  font-size: 0.6666666667em;
  line-height: 1;
}

.u-text-large {
  font-size: 1.5em;
  line-height: 1;
}

.u-text-red {
  color: #CD0806;
}

.u-text-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/** layout **/
.l-siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-main {
  flex: 1;
  margin-top: calc(var(--header-height) + 10px);
}

.l-section {
  position: relative;
}

.l-container {
  position: relative;
  width: min(100% - var(--inner-padding) * 2, var(--inner-width));
  margin-inline: auto;
}

/** title **/
.c-title-1 {
  text-align: center;
}

.c-title-1__en {
  font-family: var(--font-family-en-2);
  font-size: 1.875rem;
  line-height: 1.3;
  color: var(--color-green-2);
}

.c-title-1__ja {
  font-weight: 500;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-title-1__en {
    font-size: 3.75rem;
  }
  .c-title-1__ja {
    font-size: 1rem;
  }
}
.c-title-2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .c-title-2 {
    font-size: 2.5rem;
  }
}
.c-title-3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-title-3 {
    font-size: 2rem;
  }
}
/** article **/
.c-articles {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.c-article__link {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .c-article__link {
    position: relative;
    display: grid;
    grid-template-columns: 17.7777777778% 1fr;
    gap: 64px;
  }
  .c-article__link:hover {
    --_scale: 1.08;
    --_translate: -2px;
  }
}
.c-article__image {
  position: relative;
  width: min(100%, 160px);
  overflow: hidden;
  margin-inline: auto;
}
.c-article__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  scale: var(--_scale, 1);
  transition: scale 0.4s ease-out;
}

.c-article__body {
  min-width: 0;
  transform: translateX(var(--_translate, 0));
  transition: transform 0.4s ease-out;
}

.c-article__time {
  margin-bottom: 1.5384615385em;
  font-size: 0.8125rem;
  font-family: var(--font-family-en);
  font-weight: 400;
  display: block;
}

.c-article__title {
  font-size: var(--font-size-20);
  color: var(--color-green-1);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-green-1);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

/** button **/
.c-button-1 {
  --_button-width: 16.875rem;
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, var(--_button-width));
  border-radius: 40px;
  height: 3.75rem;
  transition: all 0.3s ease-out;
}

.c-button-1__icon {
  --_size: 1.5625rem;
  width: var(--_size);
  height: var(--_size);
  position: absolute;
  top: 50%;
  right: 10.2941176471%;
  transform: translateY(-50%);
}

.c-button-1__text {
  font-size: var(--font-size-20);
  padding-left: 3.0555555556em;
}

.c-button-1--orange {
  color: #fff;
  background-color: var(--color-orange-1);
  border: 1px solid var(--color-orange-1);
}

.c-button-1--white {
  color: var(--color-orange-1);
  background-color: #fff;
  border: 1px solid var(--color-orange-1);
}

@media screen and (min-width: 768px) {
  .c-button-1 {
    --_button-width: 21.25rem;
    justify-content: center;
    height: 4.375rem;
  }
  .c-button-1--left {
    padding-left: 3.0555555556em;
    justify-content: flex-start;
  }
  .c-button-1__icon {
    --_size: 2rem;
  }
  .c-button-1__text {
    padding-left: 0;
  }
  .c-button-1--orange:hover:not([disabled]) {
    color: var(--color-orange-1);
    background-color: #fff;
  }
  .c-button-1--white:hover:not([disabled]) {
    background-color: var(--color-orange-1);
    color: #fff;
  }
}
.gtranslate_wrapper {
  display: none;
  z-index: 99;
  position: absolute;
  top: 9px;
  right: 100px;
  z-index: 9999;
}

.gtranslate_wrapper .gt_switcher a,
.gtranslate_wrapper .gt_switcher .gt_selected {
  white-space: nowrap !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}

@media screen and (min-width: 1200px) {
  .gtranslate_wrapper {
    display: block;
  }
}
/** lists **/
.c-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  line-height: var(--line-height-large);
  border-bottom: 1px solid var(--color-border);
  padding: 1.3333333333em 0;
}
.c-list:first-child {
  border-top: 1px solid var(--color-border);
}

.c-list__phone {
  letter-spacing: 0.1em;
}
.c-list__phone a {
  color: var(--_color, var(--color-black));
}

@media screen and (min-width: 768px) {
  .c-list {
    grid-template-columns: 9.375rem 1fr;
    gap: 30px;
    padding: 2.3333333333em 0;
  }
  .c-list__phone a:hover {
    --_color: var(--color-green-1);
    text-decoration: underline;
  }
}
/** daily **/
.c-daily {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.c-daily__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.c-daily__item-content {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  gap: 20px;
}

.c-daily__item-time {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.c-daily__item-time img {
  display: block;
  width: min(100%, 5.625rem);
  aspect-ratio: 154/154;
  object-fit: cover;
  margin-inline: auto;
}
.c-daily__item-time p {
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: var(--font-family-en);
  letter-spacing: 0.05em;
  line-height: var(--line-height-base);
  text-align: center;
}

.c-daily__item-time--green p {
  color: var(--color-green-1);
}

.c-daily__item-time--orange p {
  color: var(--color-orange-1);
}

.c-daily__item-text-title {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-daily__item-text p:not(:last-child) {
  margin-bottom: 30px;
}

.c-daily__item-figure img {
  display: block;
  width: min(100%, 350px);
  aspect-ratio: 350/257.35;
  margin-inline: auto;
}

.c-daily__item-text .c-button-1 {
  --_button-width: 18.75rem;
}
.c-daily__item-text .c-button-1 .c-button-1__text {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c-daily {
    gap: 80px;
  }
  .c-daily__item {
    gap: 45px;
    grid-template-columns: 10rem 1fr 31.8181818182%;
  }
  .c-daily__item-content {
    display: contents;
  }
  .c-daily__item-time img {
    width: min(100%, 154px);
  }
  .c-daily__item-time p {
    font-size: 1.75rem;
  }
  .c-daily__item-text-title {
    margin-bottom: 1.4375em;
    font-size: 1.875rem;
  }
  .c-daily__item-text p:not(:last-child) {
    margin-bottom: 50px;
  }
  .c-daily__item-text .c-button-1 {
    --_button-width: 24.375rem;
  }
  .c-daily__item-text .c-button-1 .c-button-1__text {
    font-size: var(--font-size-18);
  }
}
.l-header {
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.l-header.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.l-header__inner {
  position: relative;
  z-index: 9;
  width: 100%;
  padding-inline: var(--inner-padding-header);
  background-color: #fff;
  height: inherit;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__logo a {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease-out;
}

.l-header__logo-sub {
  font-size: 0.625rem;
}

.l-header__logo-main {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
  .l-header__logo-sub {
    font-size: 1.125rem;
  }
  .l-header__logo-main {
    font-size: 2.125rem;
  }
}
/** nav **/
.l-header__nav {
  display: none;
}

@media screen and (min-width: 1200px) {
  .l-header__inner {
    padding-top: 20px;
  }
  .l-header__nav {
    display: block;
  }
  .l-header__nav-list {
    display: flex;
    gap: 1.875rem;
  }
  .l-header__nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 2px 6px 2px;
    gap: 3px;
    text-align: center;
  }
  .l-header__nav-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: var(--color-black);
    transition: scale 0.3s ease-out;
    scale: var(--_scale, 0);
    transform-origin: center;
  }
  .l-header__nav-link:hover {
    --_scale: 1;
  }
  .l-header__nav-link img {
    display: block;
    width: 4.375rem;
    aspect-ratio: 1/1;
  }
}
/** button **/
.l-header__button {
  position: relative;
  display: block;
  width: var(--_width, 2.5rem);
  aspect-ratio: 1/1;
  background-color: var(--color-orange-1);
  border-radius: 50%;
  border: none;
}
.l-header__button span {
  --_gap: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37.5%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease-out;
}
.l-header__button span:nth-child(1) {
  translate: -50% calc(-50% - var(--_gap));
}
.l-header__button span:nth-child(2) {
  translate: -50% -50%;
}
.l-header__button span:nth-child(3) {
  translate: -50% calc(50% + var(--_gap));
}

.l-header__button.is-active span:nth-child(1) {
  translate: -50% -50%;
  rotate: 45deg;
}
.l-header__button.is-active span:nth-child(2) {
  translate: -50% -50%;
  opacity: 0;
}
.l-header__button.is-active span:nth-child(3) {
  translate: -50% -50%;
  rotate: -45deg;
}

@media screen and (min-width: 768px) {
  .l-header__button {
    --_width: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__button {
    display: none;
  }
}
/** nav-sp **/
.l-header__nav-sp {
  background-color: var(--color-yellow-1);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 8;
  padding-top: calc(var(--header-height) + 25px);
  padding-inline: 15px;
  padding-bottom: 100px;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.l-header__nav-sp.is-active {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .l-header__nav-sp {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav-sp {
    display: none;
  }
}
.l-header__nav-sp-list {
  background-color: #fff;
  padding: 10px 25px;
}

.l-header__nav-sp-link {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #BAB4B4;
  font-size: 0.875rem;
}

.l-header__nav-sp-link-left {
  display: flex;
  align-items: center;
  gap: 13px;
}

.l-header__nav-sp-link-icon {
  width: 2.625rem;
  aspect-ratio: 1/1;
  display: block;
}

.l-header__nav-sp-link-icon-arrow {
  display: block;
  width: 2.0625rem;
  aspect-ratio: 1/1;
}

.l-footer__contact {
  position: relative;
  background-color: var(--color-yellow-1);
  padding: 50px 0 100px;
}

.l-footer__contact-bg {
  height: 90px;
  width: 100%;
  background-image: url(images/common/bg-contact.webp);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.l-footer__contact-title {
  text-align: center;
  margin-bottom: 0.5em;
}

.l-footer__contact-paragraph {
  margin-bottom: 1.6666666667em;
  font-size: var(--font-size-24);
  letter-spacing: 0.05em;
  text-align: center;
}

.l-footer__contact-phone {
  margin-bottom: 30px;
}

.l-footer__contact-phone-link {
  margin-bottom: 3px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease-out;
}

.l-footer__contact-phone-icon {
  width: 1.125rem;
  aspect-ratio: 18/24;
}

.l-footer__contact-phone-text {
  font-size: 1.75rem;
  font-family: var(--font-family-en);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.l-footer__contact-phone-time {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer__contact {
    padding: 80px 0 180px;
  }
  .l-footer__contact-bg {
    bottom: -18px;
    height: 189px;
  }
  .l-footer__contact-paragraph {
    font-weight: 500;
  }
  .l-footer__contact-phone {
    margin-bottom: 50px;
  }
  .l-footer__contact-phone-link {
    gap: 10px;
  }
  .l-footer__contact-phone-link:hover {
    color: var(--color-green-1);
  }
  .l-footer__contact-phone-text {
    font-size: 2.5rem;
  }
}
/** links **/
.l-footer__contct-links {
  width: min(100%, 960px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-inline: auto;
}

.l-footer__contct-link {
  position: relative;
  background-color: var(--_bg-color, #fff);
  color: var(--_color, #333);
  border-radius: 40px;
  width: min(100%, 18.125rem);
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-inline: auto;
}

.l-footer__contct-link-text {
  font-size: 0.9375rem;
  text-align: center;
}

.l-footer__contct-link-icon {
  position: absolute;
  top: 50%;
  right: 11.1111111111%;
  transform: translateY(-50%);
  width: 2rem;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .l-footer__contct-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .l-footer__contct-link {
    width: min(100%, 450px);
    height: 5.625rem;
    margin-inline: 0;
  }
  .l-footer__contct-link-text {
    font-size: 1.25rem;
    text-align: left;
  }
  .l-footer__contct-link:hover {
    --_bg-color: var(--color-orange-1);
    --_color: #fff;
  }
}
/** body **/
.l-footer__body {
  position: relative;
  padding: 50px 0 90px;
}

.l-footer__body-container {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l-footer__body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.l-footer__body-copyright {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.l-footer__body-text-title {
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: var(--line-height-base);
  text-align: center;
}

.l-footer__body-text-title-sub {
  font-size: 1.125rem;
}

.l-footer__body-text-title-main {
  font-size: 1.875rem;
}

.l-footer__body-text-address {
  margin-bottom: 20px;
  text-align: center;
}

.l-footer__body-text-address-phone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.l-footer__body-sns {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.l-footer__body-sns-link {
  transition: opacity 0.3s ease-out;
}
.l-footer__body-sns-link img {
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.l-footer__body-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-footer__body {
    padding: 110px 0 60px;
  }
  .l-footer__body-container {
    margin-bottom: 45px;
    padding-left: 25px;
    padding-right: 45px;
    justify-content: space-between;
  }
  .l-footer__body-text-title {
    text-align: left;
  }
  .l-footer__body-text-address {
    margin-bottom: 30px;
    text-align: left;
  }
  .l-footer__body-text-address-phone {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
  }
  .l-footer__body-sns {
    justify-content: flex-start;
  }
  .l-footer__body-sns-link:hover {
    opacity: 0.7;
  }
  .l-footer__body-text-address a:hover {
    color: var(--color-green-1);
    text-decoration: underline;
  }
  .l-footer__body-nav {
    padding-bottom: 20px;
    display: flex;
    font-size: 0.875rem;
    line-height: 2;
    gap: min(5.9285714286vw, 83px);
  }
  .l-footer__body-nav a {
    transition: color 0.3s ease-out;
  }
  .l-footer__body-nav a:hover {
    color: var(--color-green-1);
  }
}
/** 
** fv
**/
.p-top__fv {
  z-index: 1;
  position: relative;
}

.p-top__fv-image {
  position: relative;
  margin-inline: auto;
  width: min(100% - var(--inner-padding) * 2, 1200px);
}

.p-top__fv-image-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 345/260;
  border-radius: 20px;
}

.p-top__fv-text {
  position: absolute;
  bottom: -5px;
  right: -5px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: var(--line-height-base);
  color: var(--color-green-1);
  font-size: 1.25rem;
}
.p-top__fv-text h2 {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top__fv-image-img {
    aspect-ratio: 1196/722;
    border-radius: 0px;
  }
  .p-top__fv-text {
    bottom: 65px;
    right: 20px;
    font-size: 2.5rem;
  }
}
.p-top__fv-text-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -52% -50%;
  width: 11em;
  aspect-ratio: 495/325;
  height: auto;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-top__fv-text-icon {
    width: 12.375em;
    translate: -50% -50%;
  }
}
/** 
** news section
**/
.p-top__news {
  background-color: var(--color-yellow-1);
  padding: 60px 0 200px;
}

.p-top__news-bg {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 calc(-100% + 1px);
  width: 100%;
  z-index: 0;
}

.p-top__news-box {
  padding: 35px 22px 30px;
  background-color: #fff;
  border-radius: 30px;
}

.p-top__news-title {
  margin-bottom: 27px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.p-top__news-title-icon {
  position: absolute;
  display: block;
  width: clamp(3.125rem, 9.0909090909vw, 100px);
  aspect-ratio: 1/1;
  height: auto;
  top: 50%;
}

.p-top__news-title-icon--left {
  left: -20px;
  translate: -100% -50%;
}

.p-top__news-title-icon--right {
  right: -20px;
  translate: 100% -50%;
}

.p-top__news-article {
  width: min(100%, 900px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-top__news-article {
  margin-bottom: 50px;
}

.p-top__news-button {
  margin-inline: auto;
}

.p-top__news-no-post {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top__news {
    padding: 80px 40px 250px;
  }
}
/** 
** about section
**/
.p-top__icon-3 {
  margin-top: -120px;
  display: block;
  padding-top: 150px;
  position: relative;
}
.p-top__icon-3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-top__icon-3 {
    padding-top: 215px;
    margin-top: -150px;
  }
}
.p-top__about {
  background-color: #fff;
  padding-bottom: 20px;
  overflow-x: clip;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top__about {
    padding-bottom: 200px;
  }
}
@keyframes floating {
  0% {
    transform: translate(var(--float-tx, 0), var(--float-ty, 0)) translateY(0);
  }
  50% {
    transform: translate(var(--float-tx, 0), var(--float-ty, 0)) translateY(-10px);
  }
  100% {
    transform: translate(var(--float-tx, 0), var(--float-ty, 0)) translateY(0);
  }
}
.p-top__about-icon {
  display: block;
  position: absolute;
  animation: floating 4s ease-in-out infinite;
}

.p-top__about-icon--1 {
  width: clamp(8.4375rem, 34.6428571429vw, 485px);
  aspect-ratio: 485/472;
  height: auto;
  top: 0;
  left: 0;
  --float-tx: -45%;
  --float-ty: -30%;
  animation-delay: 0s;
}

.p-top__about-icon--2 {
  --float-tx: -20%;
  --float-ty: -30%;
  width: clamp(9.0625rem, 39.0714285714vw, 547px);
  aspect-ratio: 547/538.6;
  height: auto;
  top: 115%;
  left: 0;
  animation-delay: -1s;
}

.p-top__about-icon--3 {
  --float-tx: 30%;
  --float-ty: -30%;
  width: clamp(7.8125rem, 31.5714285714vw, 442px);
  aspect-ratio: 442/437;
  height: auto;
  top: 0;
  right: 0;
  animation-delay: -2s;
}

.p-top__about-icon--4 {
  width: clamp(8.125rem, 33.6428571429vw, 471px);
  aspect-ratio: 471/458;
  height: auto;
  top: 105%;
  right: 0;
  animation-delay: -3s;
}

.p-top__about-icon--birds {
  --float-tx: 0;
  --float-ty: -100%;
  top: -85px;
  right: 0;
  aspect-ratio: 148.95/112.77;
  width: clamp(5rem, 10.6428571429vw, 149px);
  height: auto;
  animation-delay: -0.5s;
}

@media screen and (min-width: 768px) {
  .p-top__about-icon--2 {
    --float-tx: -33%;
    --float-ty: -30%;
    top: 100%;
  }
  .p-top__about-icon--3 {
    --float-tx: 38%;
    --float-ty: 0;
    top: 50px;
  }
  .p-top__about-icon--4 {
    top: 100%;
  }
  .p-top__about-icon--birds {
    top: -60px;
  }
}
.p-top__about-lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}

.p-top__about-paragraph {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: var(--line-height-xlarge);
}

.p-top__about-button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top__about-lead {
    font-size: 2.5rem;
  }
  .p-top__about-paragraph {
    text-align: center;
    margin-bottom: 40px;
  }
}
/**
** features section
**/
.p-top__icon-4 {
  position: relative;
  padding-top: 200px;
  display: block;
}
.p-top__icon-4 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media screen and (min-width: 768px) {
  .p-top__icon-4 {
    padding-top: max(330px, 23.5714285714vw);
  }
}
.p-top__feature {
  padding-bottom: 250px;
  overflow-x: clip;
}

.p-top__feature-bg {
  height: 100%;
  width: 100%;
  background-image: url(images/top/bg-feature-2.webp);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-position: center;
  background-size: auto 30%;
}

.p-top__feature-icon {
  display: block;
  position: absolute;
  height: auto;
}

.p-top__feature-icon--circles {
  bottom: 0;
  right: 0;
  translate: 35% 95%;
  width: clamp(9.375rem, 13.6363636364vw, 300px);
  aspect-ratio: 1/1;
  animation: floating 4s ease-in-out infinite;
}

.p-top__feature-icon--triangle {
  top: 0;
  left: 0;
  width: clamp(14.0625rem, 41.5454545455vw, 457px);
  aspect-ratio: 457/173;
  translate: -55% 50%;
}

.p-top__feature-icon--dots {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top__feature {
    padding-bottom: 300px;
  }
  .p-top__feature-bg {
    background-size: auto 130%;
  }
  .p-top__feature-icon--circles {
    translate: 40% 50%;
  }
  .p-top__feature-icon--triangle {
    translate: -50% -20%;
  }
  .p-top__feature-icon--dots {
    display: block;
    top: 53%;
    right: 0;
    width: clamp(12.5rem, 35.7272727273vw, 393px);
    aspect-ratio: 786/260;
    translate: 75% -50%;
    z-index: -1;
  }
}
.p-top__feature-inner {
  position: relative;
  z-index: 1;
  width: min(100% - var(--inner-padding) * 2, 1300px);
  margin-inline: auto;
}

.p-top__feature-title {
  margin-bottom: 27px;
}

.p-top__feature-lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.1666666667em;
}

.p-top__feature-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px 0;
  align-items: center;
}

.p-top__feature-item {
  margin-left: var(--_feature-image-margin-left);
  width: min(100%, var(--_feature-image-width));
}
.p-top__feature-item:nth-child(1) {
  --_feature-image-width: 275px;
  --_feature-image-aspect-ratio: 275 / 254;
}
.p-top__feature-item:nth-child(2) {
  --_feature-image-width: 295px;
  --_feature-image-aspect-ratio: 295 / 258;
}
.p-top__feature-item:nth-child(3) {
  --_feature-image-width: 271px;
  --_feature-image-aspect-ratio: 271 / 271;
}
.p-top__feature-item:nth-child(4) {
  --_feature-image-width: 274px;
  --_feature-image-aspect-ratio: 274 / 254;
}
.p-top__feature-item:nth-child(5) {
  --_feature-image-width: 275px;
  --_feature-image-aspect-ratio: 275 / 254;
}
.p-top__feature-item:nth-child(6) {
  --_feature-image-width: 262px;
  --_feature-image-aspect-ratio: 262 / 255;
}
.p-top__feature-item:nth-child(7) {
  --_feature-image-width: 271px;
  --_feature-image-aspect-ratio: 271 / 271;
}
.p-top__feature-item:nth-child(8) {
  --_feature-image-width: 274px;
  --_feature-image-aspect-ratio: 274 / 254;
}

.p-top__feature-item-body {
  width: min(100%, 258px);
}

.p-top__feature-item-body h3 {
  font-size: var(--font-size-24);
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}

.p-top__feature-item-figure {
  margin-bottom: 30px;
  width: 100%;
}
.p-top__feature-item-figure img {
  display: block;
  width: 100%;
  aspect-ratio: var(--_feature-image-aspect-ratio);
  height: auto;
  object-fit: cover;
}

.p-top__feature-items {
  margin-bottom: 50px;
}

.p-top__feature-button {
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-top__feature-items {
    flex-direction: row;
    gap: 35px 0;
  }
  .p-top__feature-item:nth-child(odd) {
    padding-top: 53px;
  }
  .p-top__feature-item:nth-child(3) {
    --_feature-image-margin-left: 15px;
  }
  .p-top__feature-item:nth-child(4) {
    --_feature-image-margin-left: 10px;
  }
  .p-top__feature-item:nth-child(5) {
    --_feature-image-margin-left: 17px;
  }
  .p-top__feature-item:nth-child(6) {
    --_feature-image-margin-left: 10px;
  }
  .p-top__feature-item:nth-child(7) {
    --_feature-image-margin-left: 16px;
  }
  .p-top__feature-item:nth-child(8) {
    --_feature-image-margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top__feature-lead {
    font-size: 1.875rem;
  }
  .p-top__feature-items {
    margin-bottom: 70px;
  }
}
/**
** life section
**/
.p-top__icon-2 {
  margin-top: -200px;
  position: relative;
  padding-top: 120px;
  display: block;
}
.p-top__icon-2 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media screen and (min-width: 768px) {
  .p-top__icon-2 {
    margin-top: -300px;
    padding-top: 280px;
  }
}
.p-top__life {
  padding-bottom: 200px;
  position: relative;
  background-color: var(--color-pink-1);
}

.p-top__life-icon {
  height: 75px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-image: url(images/common/icon-life.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 768px) {
  .p-top__life {
    padding-bottom: 400px;
  }
  .p-top__life-icon {
    bottom: 140px;
    height: 146px;
  }
}
.p-top__life-inner {
  width: min(100% - var(--inner-padding) * 2, var(--inner-width-large));
  margin-inline: auto;
}

.p-top__life-header {
  margin-bottom: 50px;
  text-align: center;
}

.p-top__life-lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: var(--line-height-large);
  margin-bottom: 15px;
}

.p-top__life-title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-top__life-header {
    margin-bottom: 70px;
  }
  .p-top__life-title {
    margin-bottom: 45px;
  }
  .p-top__life-lead {
    font-size: 1.875rem;
    margin-bottom: 5px;
  }
}
/** link **/
.p-top__links-content {
  margin-bottom: 50px;
}

.p-top__links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

.p-top__link {
  display: grid;
}

@media screen and (min-width: 600px) {
  .p-top__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-top__links-content {
    margin-bottom: 90px;
  }
  .p-top__links {
    grid-template-rows: 21.625rem;
  }
  .p-top__link--2column {
    grid-template-columns: 40.8496732026% 1fr;
  }
  .p-top__link--1column {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 17.625rem;
  }
}
.p-top__link--yellow {
  --_bg-color: #FCEE71;
}

.p-top__link--green {
  --_bg-color: #5ECC83;
}

.p-top__link--orange {
  --_bg-color: #F07E4A;
}

.p-top__link-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--_bg-color);
  padding: 15px 0;
}

.p-top__link-text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-top__link-icon {
  display: block;
  width: 3.4375rem;
  aspect-ratio: 1/1;
}

.p-top__link-image {
  height: 100%;
  overflow: hidden;
}
.p-top__link-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/1.5;
  scale: var(--_scale, 1);
  transition: scale 0.4s ease-out;
}

@media screen and (min-width: 768px) {
  .p-top__link:hover {
    --_scale: 1.05;
  }
  .p-top__link-header {
    padding: 25px 0;
  }
  .p-top__link-text {
    font-size: 1.875rem;
  }
  .p-top__link-icon {
    width: 4.375rem;
  }
  .p-top__link-image img {
    aspect-ratio: unset;
  }
}
/** items **/
.p-top__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}

.p-top__item {
  background-color: #FDF8ED;
  padding: 25px 15px 30px;
  border-radius: 15px;
}

.p-top__item a {
  display: flex;
  flex-direction: column;
}

.p-top__item-image {
  margin-bottom: 18px;
  width: min(100%, 540px);
  margin-inline: auto;
  overflow: hidden;
}
.p-top__item-image img {
  display: block;
  width: 100%;
  aspect-ratio: 540/240;
  height: auto;
  object-fit: cover;
  scale: var(--_scale, 1);
  transition: scale 0.4s ease-out;
}

.p-top__item-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

.p-top__item-paragraph {
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .p-top__item {
    padding: 46px 38px 65px;
    border-radius: 30px;
  }
  .p-top__item-image {
    margin-bottom: 27px;
  }
  .p-top__item-title {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
  .p-top__item a:hover {
    --_scale: 1.05;
  }
}
/***
** company section
**/
.p-top__icon-1 {
  margin-top: -100px;
  position: relative;
  padding-top: 100px;
}
.p-top__icon-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top__icon-1 {
    margin-top: -200px;
    padding-top: 190px;
  }
}
.p-top__company {
  padding-top: 50px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-top: -1px;
  margin-bottom: 115px;
}

.p-top__company-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.p-top__company-title-text {
  margin-bottom: 35px;
  white-space: nowrap;
}

.p-top__company-title-icon {
  display: block;
  width: 2.5rem;
  aspect-ratio: 258/103;
  translate: 0 -100%;
}

.p-top__company-title-icon--left {
  rotate: -14.74deg;
}

.p-top__company-title-icon--right {
  rotate: 14.74deg;
}

@media screen and (min-width: 768px) {
  .p-top__company-title {
    gap: 50px;
  }
  .p-top__company-title-icon {
    translate: 0 -50%;
    width: min(18.4285714286vw, 258px);
  }
}
.p-top__company-header {
  margin-bottom: 50px;
  text-align: center;
}

.p-top__company-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-top__company-icon {
  position: absolute;
  width: clamp(4.375rem, 10.7272727273vw, 118px);
  aspect-ratio: 1/1;
  display: block;
}

.p-top__company-icon--forward {
  translate: 0 0;
  translate: 0 0;
  translate: 0 0;
  right: -12px;
  bottom: -85px;
}

.p-top__company-icon--backward {
  translate: -100% 0;
  right: 0;
  bottom: -100px;
}

@media screen and (min-width: 768px) {
  .p-top__company {
    padding-top: 80px;
    margin-bottom: 200px;
  }
  .p-top__company-title-text {
    margin-bottom: 60px;
  }
  .p-top__company-header {
    margin-bottom: 65px;
  }
  .p-top__company-body {
    align-items: center;
    grid-template-columns: 47.4545454545% 1fr;
    gap: min(7.6vw, 95px);
  }
  .p-top__company-icon--forward {
    bottom: -85px;
    right: 0;
  }
  .p-top__company-icon--backward {
    translate: calc(-100% - 15px) 0;
    right: 0;
    bottom: -130px;
  }
}
/** figure **/
.p-top__company-figure {
  position: relative;
  width: min(100%, 522px);
  margin-inline: auto;
}
.p-top__company-figure picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top__company-figure-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.3141762452%;
  aspect-ratio: 1/1;
  display: block;
  translate: -30% -20%;
}

.p-top__company-items {
  width: min(100%, 385px);
  margin-inline: auto;
}

.p-top__company-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-green-1);
}

.p-top__company-item-text {
  font-size: 1.25rem;
  line-height: var(--line-height-large);
}

.p-top__company-item-icon {
  position: relative;
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: var(--_bg-color, #5ECC83);
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.p-top__company-item-icon::before {
  content: "";
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 45deg;
  translate: calc(-50% - 2px) -50%;
}

@media screen and (min-width: 768px) {
  .p-top__company-item a:hover {
    --_bg-color: #CEE65A;
  }
  .p-top__company-item-text {
    font-size: 1.5rem;
  }
}
/** 
** recruit section
**/
.p-top__recruit {
  margin-bottom: 75px;
}

.p-top__recruit-box {
  position: relative;
  padding: 40px 20px 50px;
  background-color: var(--color-orange-2);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-top__recruit-box-header {
  text-align: center;
}

.p-top__recruit-box-header h2 {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0.7857142857em;
}

.p-top__recruit-box-header p {
  margin-bottom: 35px;
}

.p-top__recruit-box-icon {
  position: absolute;
  display: block;
  width: clamp(70px, 10.7272727273vw, 118px);
  aspect-ratio: 1/1;
  bottom: 0;
  left: 10px;
  scale: -1 1;
  translate: 0 30%;
}

@media screen and (min-width: 768px) {
  .p-top__recruit-box-icon {
    left: 50px;
  }
}
.p-top__recruit-button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top__recruit {
    margin-bottom: 135px;
  }
  .p-top__recruit-box {
    border-radius: 30px;
    grid-template-columns: auto 51.1340206186%;
    gap: 50px;
    padding: 85px 65px;
  }
  .p-top__recruit-box-header {
    text-align: left;
    padding-left: min(5.4545454545vw, 60px);
    padding-top: 30px;
  }
  .p-top__recruit-box-header h2 {
    font-size: 1.75rem;
  }
  .p-top__recruit-box-header p {
    margin-bottom: 50px;
  }
  .p-top__recruit-button {
    margin-inline: 0;
  }
}
.p-top__recruit-box-figure img {
  display: block;
  width: min(100%, 496px);
  margin-inline: auto;
  height: auto;
  object-fit: cover;
}

.p-about__section {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-about__section {
    margin-bottom: 100px;
  }
}
/** edu section **/
.p-about__edu {
  padding: 50px 0;
  background-color: #F2F9E9;
}

.p-about__edu-title {
  margin-bottom: 35px;
  text-align: center;
}

.p-about__edu-box {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 18px 35px;
  text-align: center;
}

.p-about__edu-box-bg {
  position: absolute;
  width: clamp(3.75rem, 10.9090909091vw, 120px);
  aspect-ratio: 1/1;
  display: block;
}

.p-about__edu-box-bg--left {
  top: -0.9375rem;
  left: 1.875rem;
}

.p-about__edu-box-bg--right {
  top: 50%;
  right: -0.5rem;
  scale: -1 -1;
  translate: 0 calc(-50% - 10px);
}

.p-about-edu-box-lead {
  margin-bottom: 30px;
  font-size: var(--font-size-32);
  line-height: var(--line-height-base);
  font-weight: 500;
}

.p-about__edu-box-paragraph {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: var(--line-height-base);
}

@media screen and (min-width: 768px) {
  .p-about__edu {
    padding: 80px 0;
  }
  .p-about__edu-title {
    margin-bottom: 60px;
  }
  .p-about__edu-box {
    padding: 60px 50px;
  }
  .p-about-edu-box-lead {
    margin-bottom: 44px;
  }
  .p-about__edu-box-paragraph {
    font-size: 1.5rem;
  }
  .p-about__edu-box-bg--left {
    top: -1.875rem;
    left: 5rem;
  }
  .p-about__edu-box-bg--right {
    right: -0.9375rem;
    translate: 0 -50%;
  }
}
/** thought section **/
.p-about__thought-title {
  text-align: center;
  margin-bottom: 35px;
}

.p-about__thought-body-paragraph {
  margin-bottom: 10px;
}

.p-about__thought-body-name {
  text-align: right;
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: var(--line-height-base);
}
.p-about__thought-body-name span {
  font-size: 0.8333333333em;
}

@media screen and (min-width: 768px) {
  .p-about__thought-title {
    margin-bottom: 50px;
  }
}
/** outline section **/
.p-about__outline-title {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .p-about__outline-title {
    margin-bottom: 50px;
  }
}
/** guide section **/
.p-about__guide-title {
  margin-bottom: 40px;
  text-align: center;
}

.p-about__guide-map {
  margin-bottom: 60px;
}
.p-about__guide-map img {
  display: block;
  width: min(100%, 651px);
  aspect-ratio: 651/357;
  margin-inline: auto;
}

.p-about__guide-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 40px 20px;
}

.p-about__guide-list-title {
  text-align: center;
  font-size: var(--font-size-24);
  font-weight: 500;
}

.p-about__guide-list-figure {
  margin-bottom: 25px;
}
.p-about__guide-list-figure img {
  display: block;
  width: min(100%, 340px);
  aspect-ratio: 340/240;
  margin-inline: auto;
  object-fit: cover;
}

.p-about__guide-list-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-about__guide-map {
    margin-bottom: 120px;
  }
  .p-about__guide-lists {
    gap: 50px 40px;
  }
  .p-about__guide-title {
    margin-bottom: 85px;
  }
  .p-about__guide-list-figure {
    margin-bottom: 40px;
  }
}
/** env section **/
.p-about__env-title {
  text-align: center;
  margin-bottom: 40px;
}

.p-about__env-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 40px 60px;
}

.p-about__env-list-figure {
  margin-bottom: 40px;
}
.p-about__env-list-figure img {
  display: block;
  width: min(100%, 520px);
  aspect-ratio: 520/240;
  margin-inline: auto;
  object-fit: cover;
}

.p-about__env-list-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: var(--font-size-24);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-about__env-title {
    margin-bottom: 50px;
  }
  .p-about__env-list-figure {
    margin-bottom: 25px;
  }
}
/** active section **/
.p-about__active {
  padding: 60px 0;
  background-color: #FDF8ED;
}

.p-about__active-header {
  margin-bottom: 40px;
}

.p-about__active-title {
  text-align: center;
  margin-bottom: 35px;
}

.p-about__active-figure {
  margin-bottom: 20px;
  width: min(100%, 700px);
  margin-inline: auto;
  display: block;
}
.p-about__active-figure img {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  aspect-ratio: 700/467;
}
.p-about__active-figure figcaption {
  text-align: center;
  font-size: var(--font-size-32);
  font-weight: 500;
  line-height: var(--line-height-base);
}

.p-about__active-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-about__active-item--green {
  --_font-color: var(--color-green-1);
  --_color: var(--color-green-1);
}

.p-about__active-item--orange {
  --_font-color: var(--color-black);
  --_color: var(--color-orange-1);
}

.p-about__active-item-title {
  position: relative;
  margin-bottom: 30px;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: var(--font-size-32);
}
.p-about__active-item-title h3 {
  font-weight: 500;
  line-height: var(--line-height-base);
  color: var(--_font-color);
}
.p-about__active-item-title-icon-flag {
  --_gap: -0.625rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 2em;
  height: auto;
  aspect-ratio: 258/103;
}

.p-about__active-item-title-icon-flag--1 {
  left: var(--_gap);
  translate: -100% -50%;
  rotate: -13deg;
}

.p-about__active-item-title-icon-flag--2 {
  right: var(--_gap);
  translate: 100% -50%;
  rotate: 13deg;
}

.p-about__active-item-title-icon {
  --_gap: -0.625rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 1em;
  height: auto;
  aspect-ratio: 37/47;
}

.p-about__active-item-title-icon--1 {
  left: var(--_gap);
  translate: -100% -40%;
  rotate: -30deg;
}

.p-about__active-item-title-icon--2 {
  right: var(--_gap);
  rotate: 30deg;
  scale: -1 1;
  translate: 100% -40%;
}

.p-about__active-item-cover {
  display: flex;
  flex-direction: column;
  width: min(100%, 790px);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-about__active-item-title {
    margin-bottom: 50px;
  }
  .p-about__active-item-title-icon-flag {
    --_gap: -1.25rem;
    width: 3.75em;
  }
  .p-about__active-item-title-icon {
    --_gap: -1.25rem;
    width: 1.15625em;
  }
  .p-about__active-item-cover {
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }
}
.p-about__active-item-cover-lists {
  line-height: var(--line-height-large);
}
.p-about__active-item-cover-lists li {
  position: relative;
  padding-left: 1.5em;
}
.p-about__active-item-cover-lists li::before {
  position: absolute;
  content: "★";
  color: var(--_color);
  top: calc(1em * var(--line-height-large) / 2);
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-about__active {
    padding: 100px 0;
  }
  .p-about__active-header {
    margin-bottom: 60px;
  }
  .p-about__active-title {
    margin-bottom: 50px;
  }
  .p-about__active-body {
    gap: 85px;
  }
}
/** access section **/
.p-about__access-title {
  text-align: center;
  margin-bottom: 40px;
}

.p-about__access-map {
  margin-bottom: 40px;
}
.p-about__access-map img {
  display: block;
  width: 100%;
  aspect-ratio: 1100/587;
  margin-inline: auto;
}

.p-about__access-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

.p-about__access-block-text address {
  margin-bottom: 40px;
}

.p-about__access-block-text-title {
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: var(--line-height-base);
  margin-bottom: 1.5416666667em;
}

.p-about__access-block-map {
  width: min(100%, 590px);
}
.p-about__access-block-map iframe {
  width: 100%;
  aspect-ratio: 590/450;
  height: auto;
}

.p-about__access-button {
  font-size: 1.125rem;
  line-height: var(--line-height-base);
  font-weight: 500;
  font-family: var(--font-family-en);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-about__access-title {
    margin-bottom: 60px;
  }
  .p-about__access-map {
    margin-bottom: 100px;
  }
  .p-about__access-block {
    grid-template-columns: 1fr 53.6363636364%;
    gap: 50px;
  }
  .p-about__access-block-text address {
    margin-bottom: 60px;
  }
  .p-about__access-block-text address a {
    color: var(--_color, #333);
    transition: color 0.3s ease-out;
  }
  .p-about__access-block-text address a:hover {
    --_color: var(--color-green-1);
  }
}
.p-feature__section {
  margin-bottom: 60px;
}

.p-feature__header {
  margin-bottom: 100px;
}

.p-feature__header-lead {
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: var(--line-height-base);
}

.p-feature__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-feature__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
  gap: 40px;
}

.p-feature__item-text {
  grid-area: text;
}

.p-feature__item-text-paragraph:not(:last-child) {
  margin-bottom: 30px;
}

.p-feature__item-text-button.c-button-1 {
  --_button-width: 18.75rem;
  margin-inline: auto;
}

.p-feature__item-text-number {
  font-size: var(--font-size-28);
  font-family: var(--font-family-en-2);
}

.p-feature__item-text-title {
  color: var(--color-green-1);
  margin-bottom: 1em;
}

.p-feature__item-figure {
  grid-area: image;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-feature__item-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 600/400;
}

@media screen and (min-width: 768px) {
  .p-feature__section {
    margin-bottom: 100px;
  }
  .p-feature__header {
    margin-bottom: 150px;
  }
  .p-feature__header-lead {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
  }
  .p-feature__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .p-feature__item:nth-child(even) {
    grid-template-columns: 1fr 54.5454545455%;
    grid-template-areas: "text image";
  }
  .p-feature__item:nth-child(odd) {
    grid-template-columns: 54.5454545455% 1fr;
    grid-template-areas: "image text";
  }
  .p-feature__item-figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .p-feature__item-text-paragraph:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-feature__item-text-button.c-button-1 {
    --_button-width: 22.8125rem;
    margin-inline: 0;
  }
}
/** program **/
.p-feature__program {
  position: relative;
  padding: 100px 0 80px;
  background-color: #FDF8ED;
}

.p-feature__program-title {
  display: block;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  font-size: var(--font-size-32);
}

.p-feature__program-title-text {
  font-weight: 500;
  line-height: 1.5;
}

.p-feature__program-title-icon {
  position: absolute;
  left: 0;
  width: 6.25em;
  aspect-ratio: 211.17/86.44;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-feature__program-title {
    position: absolute;
    top: 200px;
    margin-bottom: 0px;
    text-align: left;
    margin-inline: 0;
  }
}
.p-feature__program-title-icon--forward {
  top: 0;
  translate: 0 calc(-100% - 15px);
}

.p-feature__program-title-icon--backward {
  top: calc(100% + 15px);
  scale: -1 -1;
}

.p-feature__program-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 10px;
}

.p-feature__program-item:first-child {
  display: none;
}

.p-feature__program-item-figure {
  margin-bottom: 30px;
}
.p-feature__program-item-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 260/240;
  height: auto;
  object-fit: cover;
}

.p-feature__program-item-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .p-feature__program-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 65px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__program {
    padding: 150px 0 160px;
  }
  .p-feature__program-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-feature__program-item:first-child {
    display: block;
  }
  .p-feature__program-item-title {
    font-size: 1.625rem;
  }
}
.p-daily__section {
  margin-bottom: 60px;
}

.p-daily__header {
  margin-bottom: 60px;
}

.p-daily__header-title {
  text-align: center;
  margin-bottom: 35px;
}

.p-daily__body {
  position: relative;
  padding: 60px 0;
}
.p-daily__body::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDF8ED;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-daily__section {
    margin-bottom: 100px;
  }
  .p-daily__header {
    margin-bottom: 100px;
  }
  .p-daily__header-title {
    margin-bottom: 50px;
  }
  .p-daily__body {
    padding: 100px 0;
  }
}
.p-daily__active-header {
  margin-bottom: 50px;
}

.p-daily__active-title {
  text-align: center;
  margin-bottom: 35px;
}

.p-daily__active-paragraph {
  text-align: center;
}

.p-daily__active-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  table-layout: fixed;
}
.p-daily__active-table col:nth-child(1) {
  width: 34.5454545455%;
}
.p-daily__active-table col:nth-child(2) {
  width: 22.7272727273%;
}
.p-daily__active-table th,
.p-daily__active-table td {
  border: 1px solid var(--color-border);
  padding: 1.5em 0.6em;
  text-align: center;
  vertical-align: middle;
}
.p-daily__active-table th {
  font-size: 0.875rem;
  font-weight: 500;
}
.p-daily__active-table td {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-daily__active-table col:nth-child(1) {
    width: 29.0909090909%;
  }
  .p-daily__active-table col:nth-child(2) {
    width: 29.0909090909%;
  }
  .p-daily__active-table th {
    font-size: 1.125rem;
  }
  .p-daily__active-table td {
    font-size: 0.9375rem;
  }
}
.p-daily__active-box {
  background-color: #FDF8ED;
  padding: 30px 20px 35px;
}

.p-daily__active-box-title {
  margin-bottom: 30px;
  text-align: center;
}

.p-daily__active-box-list {
  width: min(100%, 660px);
  margin-inline: auto;
  line-height: var(--line-height-large);
}

@media screen and (min-width: 768px) {
  .p-daily__active-header {
    margin-bottom: 80px;
  }
  .p-daily__active-title {
    margin-bottom: 50px;
  }
  .p-daily__active-box-title {
    margin-bottom: 45px;
  }
  .p-daily__active-table {
    margin-bottom: 80px;
  }
  .p-daily__active-box {
    padding: 60px 50px;
  }
}
.p-event__section {
  margin-bottom: 60px;
}

.p-event__paragraph {
  margin-bottom: 55px;
}

.p-event__list {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-event__list-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 30px;
}

.p-event__list-item-figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-event__list-item-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 260/180;
  object-fit: cover;
}

.p-event__list-item-text {
  display: flex;
  align-items: center;
  gap: clamp(40px, 8.1818181818vw, 90px);
}

.p-event__list-item-text-lists li {
  position: relative;
  padding-left: 1.2em;
  line-height: var(--line-height-large);
}
.p-event__list-item-text-lists li::before {
  position: absolute;
  color: var(--color-green-1);
  display: block;
  font-size: 1em;
  top: calc(1em * var(--line-height-large) / 2);
  left: 0;
}

.p-event__list-item-text-lists--star li::before {
  content: "★";
  transform: translateY(-50%);
}

.p-event__list-item-text-lists--default li::before {
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  display: block;
  background-color: var(--color-black);
  border-radius: 50%;
  translate: 100% -50%;
}

.p-event__list-item-text-icon {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 7.5rem;
  background-image: url(images/common/icon-month.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
}
.p-event__list-item-text-icon-number {
  font-size: 3.125rem;
  line-height: 1;
  translate: 0 -10%;
}
.p-event__list-item-text-icon-month {
  font-size: 2.1875rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-event__section {
    margin-bottom: 100px;
  }
  .p-event__paragraph {
    margin-bottom: 85px;
  }
  .p-event__list {
    margin-bottom: 80px;
  }
  .p-event__list-item {
    grid-template-columns: 1fr 49.0909090909%;
    gap: 40px;
  }
  .p-event__list-item-figure {
    gap: 20px;
  }
  .p-event__list-item-text-icon {
    width: 10rem;
  }
  .p-event__list-item-text-icon-number {
    font-size: 5rem;
  }
  .p-event__list-item-text-icon-month {
    font-size: 3.125rem;
  }
}
.p-event__faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.p-event__faq-item {
  padding: 30px 25px 35px;
  border-radius: 15px;
  background-color: #FDF8ED;
}

.p-event__faq-item-title {
  margin-bottom: 1.25em;
  text-align: center;
}

.p-event__faq-item-paragraph {
  width: min(100%, 375px);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-event__faq {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-event__faq-item {
    padding: 70px 50px;
    border-radius: 30px;
  }
}
.p-page {
  margin-bottom: 50px;
  overflow: clip;
}

.p-page__header {
  margin-bottom: 35px;
  height: 150px;
  position: relative;
}
.p-page__header .l-container {
  height: 100%;
  position: relative;
  z-index: 1;
}

.p-page__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 0;
}

.p-page__header-title {
  height: inherit;
  display: flex;
  align-items: center;
}

.p-page__header-bg-thumbnail {
  display: none;
  width: clamp(13.75rem, 41.7272727273vw, 459px);
  aspect-ratio: 459/306;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 0;
}

@media screen and (min-width: 480px) {
  .p-page__header-bg-thumbnail {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-page {
    margin-bottom: 80px;
  }
  .p-page__header {
    margin-bottom: 70px;
    height: min(25.9090909091vw, 285px);
  }
}
/**
  breadcrumb
**/
.p-page__breadcrumb {
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.p-page__breadcrumb a {
  color: #000;
}
.p-page__breadcrumb span:first-of-type {
  padding-right: 5px;
}
.p-page__breadcrumb span:not(:first-of-type) {
  padding: 0 5px;
}

/**
  pagination
**/
/** pagenation **/
.p-archive__pagination .wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.p-archive__pagination .wp-pagenavi a {
  cursor: pointer;
}

.p-archive__pagination .page,
.p-archive__pagination .current {
  --_size: 1.875rem;
  --_font-size: 0.875rem;
  width: var(--_size);
  height: var(--_size);
  aspect-ratio: 1;
  font-size: var(--_font-size);
  font-family: var(--font-family-en);
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
}

.p-archive__pagination .current {
  background-color: var(--color-orange-1);
  color: #fff;
}

.p-archive__pagination .page {
  background-color: #fff;
  border: 1px solid var(--color-orange-1);
  color: var(--color-orange-1);
}

.previouspostslink,
.nextpostslink {
  padding: 0 4px;
}
.previouspostslink span,
.nextpostslink span {
  width: 0.9375rem;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid var(--color-orange-1);
  border-right: 1px solid var(--color-orange-1);
  rotate: var(--_rotate);
}

.previouspostslink {
  --_rotate: 225deg;
}

.nextpostslink {
  --_rotate: 45deg;
}

@media screen and (min-width: 768px) {
  .p-archive__pagination .wp-pagenavi {
    gap: 14px;
  }
  .p-archive__pagination .page,
  .p-archive__pagination .current {
    --_size: 2.5rem;
  }
  .previouspostslink,
  .nextpostslink {
    padding: 0 12px;
  }
}
.p-extend__section {
  margin-bottom: 60px;
}

.p-extend__header {
  margin-bottom: 100px;
}

.p-extend__header-lead {
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: var(--line-height-base);
}

@media screen and (min-width: 768px) {
  .p-extend__section {
    margin-bottom: 100px;
  }
  .p-extend__header {
    margin-bottom: 150px;
  }
  .p-extend__header-lead {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
  }
}
/** section **/
.p-extend__section-title {
  position: relative;
  margin-bottom: 40px;
  padding: 55px 0;
  text-align: center;
}
.p-extend__section-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--_bg-color);
  background-image: url(images/extend/title-cover.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat;
}

.p-extend__section-title--yellow {
  --_bg-color: #FDF8ED;
}

.p-extend__section-title--orange {
  --_bg-color: #F1E1DA;
}

.p-extend__content {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "image";
  gap: 40px;
}

.p-extend__content-figure {
  grid-area: image;
}
.p-extend__content-figure img {
  display: block;
  width: min(100%, 550px);
  aspect-ratio: 550/338;
  margin-inline: auto;
  object-fit: cover;
}

.p-extend__content-paragraph {
  grid-area: text;
}

@media screen and (min-width: 768px) {
  .p-extend__section-title {
    margin-bottom: 60px;
    text-align: left;
  }
  .p-extend__section-title h2 {
    padding-left: 1.75em;
  }
  .p-extend__section-title--reverse {
    text-align: right;
    padding-right: 2.25em;
  }
  .p-extend__content {
    margin-bottom: 60px;
    grid-template-columns: 1fr 50%;
    grid-template-areas: "text image";
    gap: 90px;
  }
  .p-extend__content--reverse {
    grid-template-areas: "image text";
    grid-template-columns: 50% 1fr;
  }
  .p-extend__content-figure {
    margin-top: -150px;
  }
}
/** block **/
.p-extend__section-title-h3 {
  font-size: var(--font-size-24);
  font-weight: 500;
  color: var(--color-green-1);
  margin-bottom: 1.6em;
}

@media screen and (min-width: 768px) {
  .p-extend__section-title-h3 {
    font-size: var(--font-size-32);
  }
}
.p-extend__table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: var(--line-height-base);
}
.p-extend__table th,
.p-extend__table td {
  border: 1px solid var(--color-border);
  padding: 1.25em 1.5em;
  vertical-align: middle;
}
.p-extend__table th {
  width: 30%;
  min-width: 7.1875rem;
  text-align: center;
  font-weight: inherit;
}
.p-extend__table td {
  text-align: left;
}

.p-extend__table-content {
  display: flex;
  flex-direction: column;
}
.p-extend__table-content:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p-extend__table {
    margin-bottom: 50px;
    font-size: 1.125rem;
  }
  .p-extend__table-content {
    display: flex;
    flex-direction: row;
  }
}
.p-extend__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  font-size: var(--font-size-18);
  font-weight: 500;
}

.p-extend__list-item {
  position: relative;
  padding-left: 1.2em;
  min-width: 0;
}
.p-extend__list-item::before {
  position: absolute;
  content: "★";
  color: var(--color-green-1);
  display: block;
  font-size: 1em;
  top: calc(1em * var(--line-height-base) / 2);
  left: 0;
  transform: translateY(-50%);
}
.p-extend__list-item a {
  color: #CD0806;
  display: block;
  word-break: break-all;
}

/** table **/
.p-extend__list-item-table-wrapper {
  overflow-x: auto;
  max-width: 100%;
  min-width: 0;
  padding-bottom: 8px;
}

.p-extend__list-item-table {
  margin-top: 30px;
  width: 100%;
  min-width: 350px;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.75rem;
  font-weight: 500;
}
.p-extend__list-item-table th,
.p-extend__list-item-table td {
  border: 1px solid var(--color-border);
  padding: 1em 0.75em;
  text-align: center;
  vertical-align: middle;
  font-weight: inherit;
}

@media screen and (min-width: 768px) {
  .p-extend__list-item-table {
    font-size: 1.125rem;
  }
}
.p-extend__list-item-table-2 {
  margin-bottom: 30px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: var(--line-height-base);
}
.p-extend__list-item-table-2 th,
.p-extend__list-item-table-2 td {
  border: 1px solid var(--color-border);
  padding: 1.25em 1.5em;
  text-align: center;
  vertical-align: middle;
  font-weight: inherit;
}
.p-extend__list-item-table-2 th {
  width: 32%;
  min-width: 6.25rem;
}
.p-extend__list-item-table-2 td {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-extend__list-item-table-2 {
    margin-bottom: 40px;
    font-size: 1.125rem;
  }
  .p-extend__list-item-table-2 td {
    padding-inline: 60px;
  }
}
.p-archive__section {
  overflow-x: clip;
  position: relative;
  margin-bottom: 100px;
  padding-inline: min(7.1428571429vw, 100px);
}

.p-single__icon {
  position: absolute;
  display: block;
  height: auto;
}

.p-single__icon--top {
  top: 0;
  right: 0;
  width: clamp(8.75rem, 26.2727272727vw, 289px);
  aspect-ratio: 289/81;
  translate: 76% -100%;
}

.p-single__icon--bottom {
  bottom: 0;
  left: 0;
  width: clamp(5.625rem, 16.8145454545vw, 184.96px);
  aspect-ratio: 184.96/81;
  translate: -100% 0%;
}

.p-archive__items {
  margin-bottom: 50px;
}

.p-archive__no-post {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-archive__section {
    margin-bottom: 100px;
  }
  .p-archive__items {
    margin-bottom: 80px;
  }
  .p-single__icon--top {
    translate: 50% -100%;
  }
}
.p-school__top {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-school__top {
    margin-bottom: 50px;
  }
}
.p-school__header {
  margin-bottom: 35px;
  text-align: center;
}

.p-school__title {
  margin-bottom: 35px;
}

.p-school__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.p-school__link.c-button-1 {
  margin-inline: auto;
}

.p-school__link.c-button-1 .c-button-1__text {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-school__header {
    margin-bottom: 80px;
  }
  .p-school__title {
    margin-bottom: 50px;
  }
  .p-school__links {
    display: grid;
    gap: 25px;
  }
  .p-school__link.c-button-1 .c-button-1__text {
    font-size: 1rem;
  }
}
.p-school__icon {
  position: relative;
}
.p-school__icon img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.p-school__icon--1 {
  padding-top: 110px;
  background-color: #fff;
}

.p-school__icon--2 {
  padding-top: 110px;
  background-color: #F9EAE3;
}

.p-school__icon--3 {
  padding-top: 110px;
  background-color: #fff;
}

.p-school__icon--4 {
  padding-top: 110px;
  background-color: #FFF8BB;
}

@media screen and (min-width: 768px) {
  .p-school__icon--1 {
    padding-top: 240px;
  }
  .p-school__icon--2 {
    padding-top: 275px;
  }
  .p-school__icon--3 {
    padding-top: 235px;
  }
  .p-school__icon--4 {
    padding-top: 220px;
  }
}
.p-school__section--1 {
  background-color: #F9EAE3;
  padding-bottom: 50px;
}
.p-school__section--2 {
  background-color: #FFFDF8;
  padding-bottom: 50px;
}
.p-school__section--3 {
  background-color: #FFF8BB;
  padding-bottom: 50px;
}
.p-school__section--4 {
  margin-bottom: 60px;
}

.p-school__section--1 .p-school__section-header {
  margin-bottom: 35px;
}

.p-school__section--2 .p-school__section-header {
  margin-bottom: 50px;
}

.p-school__section--3 .p-school__section-header {
  margin-bottom: 35px;
}

.p-school__section-icon {
  position: absolute;
  display: block;
  width: clamp(5rem, 18.1818181818vw, 200px);
  aspect-ratio: 200/200;
  height: auto;
  top: 0;
  left: 0;
  translate: -10% -120%;
}

@media screen and (min-width: 768px) {
  .p-school__section-icon {
    translate: -50% -100%;
  }
}
.p-school__section-title {
  margin-bottom: 30px;
  text-align: center;
  color: var(--color-green-1);
}

.p-school__section-paragraph {
  width: fit-content;
  margin-inline: auto;
}

.p-school__section-figure {
  margin-bottom: 40px;
  width: min(100%, 600px);
  margin-inline: auto;
}
.p-school__section-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 600/400;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-school__section--1 {
    padding-bottom: 150px;
  }
  .p-school__section--2 {
    padding-bottom: 80px;
  }
  .p-school__section--3 {
    padding-bottom: 80px;
  }
  .p-school__section--4 {
    margin-bottom: 120px;
  }
  .p-school__section--1 .p-school__section-header {
    margin-bottom: 50px;
  }
  .p-school__section--2 .p-school__section-header {
    margin-bottom: 120px;
  }
  .p-school__section--3 .p-school__section-header {
    margin-bottom: 60px;
  }
  .p-school__section-title {
    margin-bottom: 60px;
  }
  .p-school__section-figure {
    margin-bottom: 60px;
  }
}
.p-school__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
  background-color: #FFFDF8;
}

.p-school__table th,
.p-school__table td {
  padding: 1.5em 0.8em;
  border: 1px solid var(--color-border);
  vertical-align: middle;
}

.p-school__table th {
  width: 32%;
  font-weight: 400;
}

.p-school__table tr:first-child th,
.p-school__table tr:first-child td {
  font-size: 0.8125rem;
  font-weight: 500;
}

.p-school__table tr:first-child td {
  text-align: center;
}

.p-school__table tr:not(:first-child) th,
.p-school__table tr:not(:first-child) td {
  font-size: 0.75rem;
  line-height: var(--line-height-large);
}

@media screen and (min-width: 768px) {
  .p-school__table th,
  .p-school__table td {
    padding: 22px 50px;
  }
  .p-school__table tr:first-child th,
  .p-school__table tr:first-child td {
    font-size: 1.125rem;
  }
  .p-school__table tr:not(:first-child) th,
  .p-school__table tr:not(:first-child) td {
    font-size: 0.9375rem;
  }
}
.p-school__block:not(:last-child) {
  margin-bottom: 60px;
}

.p-school__block-title {
  text-align: center;
  margin-bottom: 50px;
}

.p-school__block-list {
  margin-bottom: 50px;
}

.p-school__block-list-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px dashed var(--color-border);
  line-height: var(--line-height-large);
}
.p-school__block-list-item:not(:first-child) {
  padding-top: 50px;
}
.p-school__block-list-item:nth-child(even) img {
  margin-right: 0;
}

.p-school__block-list-item-content {
  display: grid;
  grid-template-columns: 8.125rem 1fr;
  gap: 20px;
}

.p-school__block-list-ul li {
  padding-left: 1.2em;
  position: relative;
}
.p-school__block-list-ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  border-radius: 50%;
  top: calc(1em * var(--line-height-large) / 2);
  left: 0;
  translate: 100% -50%;
}

@media screen and (min-width: 768px) {
  .p-school__block:not(:last-child) {
    margin-bottom: 100px;
  }
  .p-school__block-title {
    margin-bottom: 85px;
  }
  .p-school__block-list {
    margin-bottom: 80px;
  }
  .p-school__block-list-item {
    grid-template-columns: 20.625rem 11.5625rem 1fr;
  }
  .p-school__block-list-item:nth-child(even) img {
    margin-inline-start: auto;
    margin-right: 40px;
  }
  .p-school__block-list-item-content {
    display: contents;
  }
}
.p-school__block-list-item-figure {
  display: block;
}
.p-school__block-list-item-figure img {
  display: block;
  width: min(100%, 175px);
  height: auto;
}

.p-school__block-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
  font-size: 0.75rem;
  line-height: var(--line-height-large);
}
.p-school__block-table th,
.p-school__block-table td {
  padding: 1.3333333333em 0.8em;
  border: 1px solid var(--color-border);
  vertical-align: middle;
}
.p-school__block-table th {
  width: 32%;
  font-weight: 400;
  text-align: center;
}

.p-school__block-table--white {
  background-color: #FFFDF8;
}

@media screen and (min-width: 768px) {
  .p-school__block-table {
    font-size: 0.9375rem;
  }
  .p-school__block-table th,
  .p-school__block-table td {
    padding: 1.3333333333em 3.3333333333em;
  }
  .p-school__block-table th {
    width: 27%;
  }
}
.p-school__data-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-school__data-list-item-title {
  margin-bottom: 20px;
  font-size: var(--font-size-18);
  font-weight: 500;
  position: relative;
  padding-left: 1.2em;
}
.p-school__data-list-item-title::before {
  position: absolute;
  content: "★";
  top: calc(1em * var(--line-height-base) / 2);
  left: 0;
  translate: 0 -50%;
  color: var(--color-green-1);
}

.p-school__data-list-item dd {
  line-height: var(--line-height-large);
}

.p-school__data-list-item-disc li,
.p-school__data-list-item-circle li,
.p-school__data-list-item-square li {
  position: relative;
  padding-left: 1.2em;
}
.p-school__data-list-item-disc li::before,
.p-school__data-list-item-circle li::before,
.p-school__data-list-item-square li::before {
  position: absolute;
  top: calc(1em * var(--line-height-large) / 2);
  left: 0;
  translate: 0 -50%;
}

.p-school__data-list-item-square li::before {
  content: "□";
}

.p-school__data-list-item-circle li::before {
  content: "◎";
}

.p-school__data-list-item-disc li::before {
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  border-radius: 50%;
  translate: 100% -50%;
}

.p-recruit__section {
  position: relative;
}

.p-recruit__section-icon {
  position: absolute;
  display: block;
  width: clamp(7rem, 20.5454545455vw, 226px);
  aspect-ratio: 226/226;
  height: auto;
  bottom: -50px;
  left: 0;
  translate: -30% 0%;
}

@media screen and (min-width: 768px) {
  .p-recruit__section-icon {
    translate: -56% 0%;
  }
}
.p-recruit__header {
  margin-bottom: 50px;
}

.p-recruit__header-lead {
  text-align: center;
  margin-bottom: 30px;
}

.p-recruit__header-paragraph p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .p-recruit__header {
    margin-bottom: 80px;
  }
  .p-recruit__header-lead {
    margin-bottom: 60px;
  }
}
.p-recruit__sections {
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.p-recruit__sections::before {
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
  background-color: #FDF8ED;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-recruit__section-title {
  text-align: center;
  margin-bottom: 30px;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.p-recruit__section-title-icon {
  position: absolute;
  display: block;
  width: clamp(5rem, 15.9090909091vw, 175px);
  aspect-ratio: 175/110;
  height: auto;
  top: 50%;
  translate: -64% -43%;
  left: 0;
}

.p-recruit__section-paragraph {
  margin-bottom: 30px;
}

.p-recruit__section-box {
  position: relative;
  padding: 30px 22px;
  background-color: #fff;
  border-radius: 20px;
}

.p-recruit__section-box-icon {
  position: absolute;
  display: block;
  width: clamp(5rem, 15.4545454545vw, 170px);
  aspect-ratio: 170/130;
  height: auto;
  bottom: 0;
  translate: 20% 40%;
  right: 0;
}

.p-recruit__section-box-2 {
  padding: 40px 22px;
  background-color: #fff;
  border-radius: 20px;
}

.p-recruit__section-box-list {
  font-weight: 500;
  font-size: 0.75rem;
  width: fit-content;
  margin-inline: auto;
  line-height: 2.2;
}

.p-recruit__section-box-2-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: min(100%, 900px);
  margin-inline: auto;
}

.p-recruit__section-box-title {
  font-weight: 500;
  font-size: var(--font-size-24);
  color: var(--color-green-1);
  margin-bottom: 20px;
}

.p-recruit__section-box-paragraph {
  font-size: var(--font-size-16);
  line-height: var(--line-height-large);
}

@media screen and (min-width: 768px) {
  .p-recruit__sections {
    margin-bottom: 100px;
    padding: 100px 0;
    gap: 100px;
  }
  .p-recruit__section-title {
    margin-bottom: 50px;
  }
  .p-recruit__section-paragraph {
    margin-bottom: 50px;
  }
  .p-recruit__section-box {
    padding: 60px 50px;
    border-radius: 30px;
  }
  .p-recruit__section-box-2 {
    padding: 80px 50px;
    border-radius: 30px;
  }
  .p-recruit__section-box-2-list {
    gap: 50px;
  }
  .p-recruit__section-box-list {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-recruit__detail,
.p-recruit__welfare {
  margin-bottom: 60px;
}

.p-recruit__detail-title,
.p-recruit__welfare-title {
  text-align: center;
}

.p-recruit__welfare-title {
  margin-bottom: 40px;
}

.p-recruit__detail-title-cover {
  position: relative;
  margin-bottom: 30px;
  width: fit-content;
  margin-inline: auto;
}

.p-recruit__detail-title-icon {
  position: absolute;
  display: block;
  width: clamp(2.5rem, 7.3636363636vw, 81px);
  aspect-ratio: 81/40;
  height: auto;
  top: 50%;
}

.p-recruit__detail-title-icon--left {
  left: -20px;
  translate: -100% -50%;
}

.p-recruit__detail-title-icon--right {
  right: -20px;
  translate: 100% -50%;
}

@media screen and (min-width: 768px) {
  .p-recruit__detail,
  .p-recruit__welfare {
    margin-bottom: 100px;
  }
  .p-recruit__welfare-title {
    margin-bottom: 80px;
  }
  .p-recruit__detail-title-cover {
    margin-bottom: 60px;
  }
}
.p-recruit__welfare-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-recruit__welfare-list-item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: clamp(20px, 9.0909090909vw, 100px);
}

.p-recruit__welfare-list-item-icon {
  width: min(100%, 130px);
  height: auto;
  display: block;
}

.p-recruit__welfare-list-item-text h3 {
  font-size: var(--font-size-24);
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-recruit__welfare-list {
    gap: 60px;
  }
  .p-recruit__welfare-list-item {
    grid-template-columns: 8.125rem 1fr;
  }
}
.p-recruit__detail {
  background-color: #F2F9E9;
  border-radius: 20px;
  padding: 60px 22px;
}

.p-recruit__detail-inner {
  width: min(100%, 800px);
  margin-inline: auto;
}

.p-recruit__detail-heading-3 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: var(--font-size-24);
  font-weight: 500;
}
.p-recruit__detail-heading-3::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--color-border) 0 6px, transparent 6px 16px);
  content: "";
  display: block;
}

.p-recruit__detail-list {
  position: relative;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.p-recruit__detail-list::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--color-border) 0 6px, transparent 6px 16px);
  content: "";
  display: block;
}

.p-recruit__detail-list-item-ul {
  margin-bottom: 40px;
  width: min(100%, 650px);
  margin-inline: auto;
  line-height: var(--line-height-large);
}

.p-recruit__detail-list-item-li {
  padding-left: 1.2em;
}

.p-recruit__detail-list-item-li--normal {
  position: relative;
}
.p-recruit__detail-list-item-li--normal::before {
  position: absolute;
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  top: calc(1em * var(--line-height-large) / 2);
  left: 0;
  translate: 100% -50%;
}

.p-recruit__detail-list-item-title {
  font-size: var(--font-size-24);
  margin-bottom: 1em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.p-recruit__detail-list-item-paragraph {
  text-align: center;
}
.p-recruit__detail-list-item-paragraph--left {
  text-align: left;
}

.p-recruit__detail-list-item-price {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-recruit__detail-list-item-note {
  text-align: center;
}
.p-recruit__detail-list-item-note h5 {
  font-size: var(--font-size-18);
  font-weight: 500;
  margin-bottom: 1em;
}
.p-recruit__detail-list-item-note li:not(:last-child) {
  margin-bottom: 1em;
}

.p-recruit__detail-list-item-table {
  width: min(100%, 700px);
  border-collapse: collapse;
  margin-inline: auto;
}
.p-recruit__detail-list-item-table tr:not(:first-child) td {
  font-size: 0.75rem;
}
.p-recruit__detail-list-item-table td {
  text-align: center;
  padding: 1.4166666667em;
  border: 1px solid var(--color-green-1);
}
.p-recruit__detail-list-item-table tr:first-child td {
  background-color: var(--color-green-2);
  font-size: var(--font-size-24);
  font-weight: 500;
}
.p-recruit__detail-list-item-table tr:first-child td span {
  font-size: 1.5833333333em;
}
.p-recruit__detail-list-item-table tr:last-child td {
  line-height: var(--line-height-large);
}

.p-recruit__detail-list-item--works p {
  text-align: left;
}

.p-recruit__detail-list-item-li {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 1em;
  font-size: var(--font-size-base);
  text-align: left;
}

.p-recruit__detail-list-item-text {
  text-align: center;
  font-size: var(--font-size-24);
  font-weight: 500;
  padding: 1.25em 0;
  position: relative;
  margin-bottom: 40px;
}
.p-recruit__detail-list-item-text::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--color-border) 0 6px, transparent 6px 16px);
  content: "";
  display: block;
}

.p-recruit__detail-list-item-link.c-button-1 {
  margin-inline: auto;
}
.p-recruit__detail-list-item-link.c-button-1 .c-button-1__text {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__detail {
    border-radius: 30px;
    padding: 100px 50px;
  }
  .p-recruit__detail-list-item-price {
    font-size: 1.375rem;
    flex-direction: row;
    gap: 2em;
  }
  .p-recruit__detail-list-item-table tr:not(:first-child) td {
    font-size: 1.125rem;
  }
  .p-recruit__detail-list-item-text {
    margin-bottom: 80px;
  }
  .p-recruit__detail-list-item-link.c-button-1 .c-button-1__text {
    font-size: 1.125rem;
  }
}
.p-info__section {
  margin-bottom: 60px;
}

.p-info__paragraph {
  margin-bottom: 40px;
  width: fit-content;
  margin-inline: auto;
}

.p-info__header {
  position: relative;
  background-color: #FDF8ED;
  border-radius: 20px;
  padding: 30px 20px 35px;
}

.p-info__header-icon {
  position: absolute;
  display: block;
  width: clamp(5rem, 14.8181818182vw, 163px);
  aspect-ratio: 163/163;
  height: auto;
  bottom: 0;
  translate: -20% 30%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-info__header-icon {
    top: 50%;
    bottom: auto;
    translate: -30% 30%;
  }
}
.p-info__header-title {
  margin-bottom: 30px;
  text-align: center;
}

.p-info__header-list {
  width: fit-content;
  margin-inline: auto;
  line-height: var(--line-height-large);
}
.p-info__header-list li {
  position: relative;
  padding-left: 1.2em;
}
.p-info__header-list li::before {
  position: absolute;
  top: calc(1em * var(--line-height-large) / 2);
  left: 0;
  translate: 0 -50%;
  width: 3px;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  border-radius: 50%;
  translate: 100% -50%;
  content: "";
}

.p-info__section-figure-wrapper {
  overflow-x: auto;
  width: 100%;
  display: block;
}

.p-info__section-figure--bus {
  width: min(100%, 1015px);
}
.p-info__section-figure--bus img {
  aspect-ratio: 1015/599;
}

.p-info__section-figure--root {
  width: clamp(650px, 100%, 1100px);
}
.p-info__section-figure--root img {
  aspect-ratio: 1100/800;
}

.p-info__section-figure {
  margin-inline: auto;
}
.p-info__section-figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-info__section {
    margin-bottom: 100px;
  }
  .p-info__paragraph {
    margin-bottom: 50px;
    text-align: center;
  }
  .p-info__header {
    border-radius: 30px;
    padding: 65px 50px 85px;
  }
  .p-info__header-title {
    margin-bottom: 55px;
  }
  .p-info__section-figure-wrapper {
    overflow-x: visible;
  }
}
.p-info__section-title {
  margin-bottom: 30px;
  text-align: center;
}

.p-info__table-1 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-info__table-1 th,
.p-info__table-1 td {
  border: 1px solid var(--color-border);
  padding: 1.1111111111em;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.75rem;
}
.p-info__table-1 th {
  background-color: #B4E3C3;
}
.p-info__table-1 td {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-info__section-title {
    margin-bottom: 55px;
  }
  .p-info__table-1 th,
  .p-info__table-1 td {
    font-size: 1.125rem;
  }
}
.p-info__flow-list {
  margin-bottom: 40px;
  width: min(100%, 724px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--_gap, 20px);
}

.p-info__flow-item:not(:first-child) .p-info__flow-item-text {
  --_arrow-size: 0.625rem;
  --_arrow-left: -12px;
  position: relative;
}
.p-info__flow-item:not(:first-child) .p-info__flow-item-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--_arrow-left);
  translate: -50% -50%;
  width: var(--_arrow-size);
  aspect-ratio: 1/1;
  border-top: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  rotate: 45deg;
}

.p-info__flow-item-number {
  font-family: var(--font-family-en-2);
  font-size: 0.9375rem;
  color: var(--color-green-1);
  text-align: center;
}

.p-info__flow-item-text {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCEE71;
  width: 100%;
  min-height: 15rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
}

.p-info__flow-button.c-button-1 {
  --_button-width: 30rem;
  margin-bottom: 60px;
  margin-inline: auto;
}
.p-info__flow-button.c-button-1 .c-button-1__text {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-info__flow-list {
    margin-bottom: 60px;
    --_gap: 80px;
  }
  .p-info__flow-item:not(:first-child) .p-info__flow-item-text {
    --_arrow-size: 1.25rem;
    --_arrow-left: -44px;
  }
  .p-info__flow-item-number {
    font-size: 1.75rem;
  }
  .p-info__flow-item-text {
    border-radius: 30px;
    font-size: 2rem;
  }
  .p-info__flow-button.c-button-1 {
    margin-bottom: 100px;
  }
  .p-info__flow-button.c-button-1 .c-button-1__text {
    font-size: 1.125rem;
  }
}
/** table 2 **/
.p-info__section-item {
  overflow-x: auto;
}
.p-info__section-item:not(:last-child) {
  margin-bottom: 50px;
}

.p-info__section-table-title {
  font-size: var(--font-size-24);
  font-weight: 500;
  color: var(--color-green-1);
  margin-bottom: 1.3333333333em;
}

@media screen and (min-width: 768px) {
  .p-info__section-item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-info__table-2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-info__table-2 th,
.p-info__table-2 td {
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid var(--color-border);
  padding: 1.1111111111em 0.5555555556em;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  background-color: #fff;
}
.p-info__table-2 tr:first-child th {
  background-color: #F2F9E9;
}
.p-info__table-2 th:first-child {
  width: 2.5rem;
}
.p-info__table-2 th:nth-child(2) {
  width: 5.625rem;
}

@media screen and (min-width: 768px) {
  .p-info__table-2 th,
  .p-info__table-2 td {
    font-size: 1.125rem;
    padding: 1.3333333333em 0.8888888889em;
  }
  .p-info__table-2 th:first-child {
    width: 6.25rem;
  }
  .p-info__table-2 th:nth-child(2) {
    width: 14.375rem;
  }
}
.p-info__table-3 {
  margin-bottom: 30px;
  width: 500px;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-info__table-3 th,
.p-info__table-3 td {
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid var(--color-border);
  padding: 1.1111111111em 0.5555555556em;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.p-info__table-3 tr:first-child th {
  background-color: #F2F9E9;
}
.p-info__table-3 th:first-child {
  width: 2.25rem;
}
.p-info__table-3 th:nth-child(2) {
  width: 5.75rem;
}

@media screen and (min-width: 500px) {
  .p-info__table-3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-info__table-3 th,
  .p-info__table-3 td {
    font-size: 1.125rem;
    padding: 1.3333333333em 0.8888888889em;
    line-height: 1.45;
  }
  .p-info__table-3 th:first-child {
    width: 4.375rem;
  }
  .p-info__table-3 th:nth-child(2) {
    width: 11.25rem;
  }
}
.p-info__section-item-list {
  line-height: var(--line-height-large);
}

.p-info__section-item-list--small {
  width: min(100%, 747px);
  margin-inline: auto;
}

.p-info__table-4 {
  width: min(100%, 747px);
  margin-inline: auto;
  margin-bottom: 20px;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-info__table-4 th,
.p-info__table-4 td {
  border: 1px solid var(--color-border);
  padding: 1.1111111111em 0.5555555556em;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fff;
}
.p-info__table-4 tr:first-child th {
  background-color: #F2F9E9;
}

@media screen and (min-width: 768px) {
  .p-info__table-4 {
    margin-bottom: 30px;
  }
  .p-info__table-4 th,
  .p-info__table-4 td {
    font-size: 1.125rem;
    padding: 1.3333333333em 0.8888888889em;
  }
}
.p-info__table-5 {
  width: min(100%, 747px);
  margin-inline: auto;
  margin-bottom: 20px;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-info__table-5 th,
.p-info__table-5 td {
  border: 1px solid var(--color-border);
  padding: 1.1111111111em 0.5555555556em;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-info__table-5 {
    margin-bottom: 30px;
  }
  .p-info__table-5 th,
  .p-info__table-5 td {
    font-size: 1.125rem;
    padding: 1.3333333333em 0.8888888889em;
  }
}
/** faq **/
.p-info__faq {
  background-color: #FDF8ED;
  padding: 40px 18px 40px;
}

.p-info__faq-title {
  position: relative;
  margin-bottom: 40px;
  width: fit-content;
  margin-inline: auto;
}
.p-info__faq-title h2 {
  text-align: center;
}

.p-info__faq-icon {
  position: absolute;
  right: -2em;
  top: 50%;
  translate: 100% -70%;
  aspect-ratio: 53.34/58.83;
  width: clamp(1.875rem, 90.6680265171%, 53.34px);
  rotate: -20deg;
}

@media screen and (min-width: 768px) {
  .p-info__faq {
    padding: 110px 80px 100px;
  }
  .p-info__faq-title {
    margin-bottom: 60px;
  }
}
/** faq list **/
.p-info__faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-info__faq-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.p-info__faq-row {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: start;
  gap: 20px;
}

.p-info__faq-row--question .p-info__faq-text {
  line-height: var(--line-height-base);
  font-size: var(--font-size-18);
  font-weight: 500;
}

.p-info__faq-row--answer .p-info__faq-text {
  margin-top: -8px;
  line-height: var(--line-height-large);
}

.p-info__faq-label {
  position: relative;
  font-family: var(--font-family-en);
  font-size: var(--font-size-18);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.p-info__faq-label span {
  position: relative;
  z-index: 1;
}
.p-info__faq-label img {
  display: block;
  width: 2.5rem;
  aspect-ratio: 53/52;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-info__faq-item {
    gap: 40px;
  }
  .p-info__faq-row {
    grid-template-columns: 3.375rem 1fr;
    gap: 30px;
  }
  .p-info__faq-label img {
    width: 3.375rem;
  }
}
.p-default__section {
  margin-bottom: 60px;
}

.p-default__title {
  margin-bottom: 35px;
  text-align: center;
}

.p-default__content {
  margin-bottom: 50px;
  width: fit-content;
  margin-inline: auto;
}

.p-default__button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-default__section {
    margin-bottom: 100px;
  }
  .p-default__title {
    margin-bottom: 50px;
  }
}
.p-single__section {
  position: relative;
  margin-bottom: 60px;
}

.p-single__time {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--font-family-en);
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  display: block;
}

.p-single__title {
  margin-bottom: 0.675em;
}

.p-single__body {
  margin-bottom: 60px;
}
.p-single__body p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.p-single__body h2, .p-single__body h3, .p-single__body h4 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}
.p-single__body h2 {
  font-size: var(--font-size-32);
}
.p-single__body h3 {
  font-size: var(--font-size-24);
}
.p-single__body h4 {
  font-size: var(--font-size-18);
}
.p-single__body a {
  color: var(--color-green-1);
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
.p-single__body > .wp-block-columns, .p-single__body > .wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-single__section {
    margin-bottom: 100px;
  }
  .p-single__body {
    margin-bottom: 100px;
  }
  .p-single__body a:hover {
    opacity: 0.7;
  }
  .p-single__body > .wp-block-columns, .p-single__body > .wp-block-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/**
  pagination
**/
.p-single__pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  height: 4.375rem;
}

.p-single__pagination-prev {
  justify-self: end;
}

.p-single__pagination-next {
  justify-self: start;
}

.p-single__pagination-next a,
.p-single__pagination-prev a {
  color: var(--color-blue-font);
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.p-single__pagination-prev svg {
  scale: -1 -1;
}

.p-single__pagination-text {
  display: none;
}

.c-button-1.p-single__pagination-link {
  width: 13.75rem;
}

.p-single__pagination-arrow {
  width: 1.5625rem;
  aspect-ratio: 1/1;
  display: block;
  color: var(--color-orange-1);
}

@media screen and (min-width: 768px) {
  .p-single__pagination {
    gap: 30px;
  }
  .p-single__pagination-text {
    display: block;
    color: var(--color-orange-1);
  }
  .p-single__pagination-prev .p-single__pagination-text {
    padding-left: 1em;
  }
  .p-single__pagination-next .p-single__pagination-text {
    padding-right: 1em;
  }
  .c-button-1.p-single__pagination-link {
    width: 21.25rem;
  }
  .p-single__pagination-arrow {
    width: 2.1875rem;
  }
}
.p-privacy__section:first-child {
  margin-bottom: 50px;
}

.p-privacy__section:last-child {
  margin-bottom: 60px;
}

.p-privacy__section-header {
  margin-bottom: 40px;
}

.p-privacy__section-title {
  margin-bottom: 30px;
}

.p-privacy__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-privacy__item-title {
  margin-bottom: 25px;
  font-size: var(--font-size-24);
  font-weight: 500;
}

.p-privacy__section-paragraph:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-privacy__section-paragraph,
.p-privacy__item-text {
  display: grid;
  gap: 1.5em;
}

.p-privacy__link-block-title {
  font-weight: 400;
  margin-bottom: 10px;
}

.p-privacy__link-block-link {
  color: #5ECC83;
}

@media screen and (min-width: 768px) {
  .p-privacy__section:first-child {
    margin-bottom: 60px;
  }
  .p-privacy__section:last-child {
    margin-bottom: 100px;
  }
  .p-privacy__section-header {
    margin-bottom: 60px;
  }
  .p-privacy__section-title {
    margin-bottom: 40px;
  }
  .p-privacy__items {
    gap: 60px;
  }
  .p-privacy__item-title {
    margin-bottom: 40px;
  }
  .p-privacy__link-block-link:hover {
    text-decoration: underline;
  }
}
.c-page-icons {
  display: flex;
  z-index: 3;
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 100%;
}

.c-page-icon {
  width: 50%;
  font-size: var(--font-size-16);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 9px;
}

@media screen and (min-width: 768px) {
  .c-page-icons {
    flex-direction: column;
    gap: 20px;
    top: 30%;
    bottom: auto;
    width: initial;
  }
  .c-page-icon {
    width: auto;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    padding: 25px 15px;
    border-radius: 20px 0 0 20px;
    font-weight: 700;
    transition: opacity 0.3s ease-in-out;
    opacity: var(--_opacity, 1);
    gap: 15px;
  }
  .c-page-icon img {
    display: block;
    height: auto;
  }
}
.c-page-icon--1 {
  background-color: var(--color-green-1);
}
.c-page-icon--1 img {
  width: 3.125rem;
  aspect-ratio: 43.98/36/45;
}

.c-page-icon--2 {
  background-color: var(--color-orange-1);
}
.c-page-icon--2 img {
  rotate: 10.73deg;
  width: 1.875rem;
  aspect-ratio: 30.63/33.78;
}

@media screen and (min-width: 768px) {
  .c-page-icon:hover {
    --_opacity: 0.8;
  }
}
.p-entry__section,
.p-entry__paragraph {
  margin-bottom: 60px;
}

.p-entry__paragraph {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-entry__section,
  .p-entry__paragraph {
    margin-bottom: 100px;
  }
}
/****
フォーム
***/
.p-form__row {
  --bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: var(--bottom);
}

.p-form__input-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-form__input-flex--column {
  flex-direction: column;
  align-items: flex-start;
}

.p-form__input--column {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}

.p-form__options {
  margin-bottom: 30px;
}

.p-form__label {
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-form__option.p-form__row input[type=text] {
  max-width: 80px;
}

@media screen and (min-width: 768px) {
  .p-form__row {
    --bottom: 60px;
    gap: 25px;
    grid-template-columns: 240px 1fr;
    align-items: center;
  }
  .p-form__options {
    margin-bottom: 60px;
  }
  .p-form__option.p-form__row {
    --bottom: 25px;
  }
  .p-form__option.p-form__row input[type=text] {
    max-width: 80px;
  }
  .p-form__row.p-form__row--flex-start {
    align-items: flex-start;
  }
  .p-form__label {
    justify-content: space-between;
    gap: 20px;
  }
}
/*** 必須・任意ボタン ***/
.p-form__label .required {
  color: #fff;
  background-color: var(--color-orange-1);
  display: inline-block;
  font-weight: 400;
  border-radius: 10px;
  padding: 2px 7px;
}

@media screen and (min-width: 768px) {
  .p-form__label .required {
    padding: 3px 10px;
    border-radius: 20px;
  }
}
/*** input ***/
.p-form__select {
  position: relative;
  width: fit-content;
}

.p-form__select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 0.75em 1em;
  border: 1px solid #D9D9D9;
  width: 140px;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #fff;
}

.p-form__option.p-form__row .p-form__select select {
  width: 110px;
}

.p-form__radio .p-form__input input {
  max-width: 510px;
}

@media screen and (min-width: 768px) {
  .p-form__option.p-form__row .p-form__select select,
  .p-form__select select {
    width: 200px;
  }
}
.p-form__select::before {
  z-index: 2;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #333;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

.p-form__input input[type=text],
.p-form__input input[type=email],
.p-form__input input[type=tel],
.p-form__input textarea {
  position: relative;
  width: 100%;
  border-radius: 0;
  padding: 0.75em 1em;
  border: 1px solid #D9D9D9;
}

.p-form__option .p-form__input input[type=text] {
  padding: 0.75em 0.4em;
  text-align: right;
}

.p-form__input-zipcode input[type=text] {
  width: min(100%, 200px);
}

.p-form__input-address .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form__input-address .wpcf7-form-control-wrap input[type=text] {
  width: min(100%, 700px);
}

@media screen and (min-width: 768px) {
  .p-form__option .p-form__input input[type=text] {
    padding: 0.75em 1em;
  }
}
.p-form__input input::file-selector-button {
  padding: 10px 20px;
  background-color: #F3F3F3;
  border: none;
}

.p-form__input textarea {
  min-height: 150px;
}

.p-form__input input::placeholder,
.p-form__input textarea::placeholder {
  color: #D9D9D9;
}

/*** checkbox ***/
.p-form__checkbox label::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 4px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.p-form__checkbox label:has(input:checked)::before {
  --bg: black;
}

.p-form__checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.p-form__checkbox a {
  color: var(--color-green-1);
  text-decoration: underline;
}

.p-form__checkbox a:hover {
  text-decoration: underline;
}

.p-form__checkbox label {
  padding-left: 2em;
  margin-right: 1em;
  position: relative;
}

.p-form__checkbox label::before {
  --bg: #fff;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: var(--bg);
}

@media screen and (min-width: 768px) {
  .p-form__checkbox label::before {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
/*** radio（Contact Form 7） ***/
.p-form__radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.p-form__radio--column .wpcf7-radio {
  flex-direction: column;
  margin-bottom: 30px;
}

.p-form__radio .wpcf7-list-item {
  margin: 0;
}

.p-form__radio label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 1.5em;
  margin-right: 0;
  position: relative;
  cursor: pointer;
}

/* ネイティブのradioを非表示 */
.p-form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  margin: 0;
}

/* 外側の円（枠） */
.p-form__radio label::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #fff;
  box-sizing: border-box;
}

/* 選択時の内側の円（チェックマークの代わり） */
.p-form__radio label::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 50%;
  translate: 0 -50%;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-form__radio label::before {
    width: 1.0625rem;
    height: 1.0625rem;
  }
  .p-form__radio label::after {
    left: 5px;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-form__radio label:has(input:checked)::after,
.p-form__checkbox label:has(input:checked)::after {
  display: block;
}

/* privacy */
.p-form__privacy {
  text-align: center;
  margin-bottom: 50px;
}

.p-form__privacy p {
  line-height: 3;
}

/*** エラーメッセージ ***/
.wpcf7-form-control-wrap {
  height: inherit;
  display: block;
  flex: 1;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 6px);
  font-size: 0.75rem !important;
}

@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.875rem !important;
  }
}
.p-form__checkbox .wpcf7-not-valid-tip,
.p-form__radio .wpcf7-not-valid-tip {
  left: 0;
  width: 100%;
}

.p-form__checkbox .wpcf7-not-valid-tip {
  left: 50%;
  translate: -50% 0;
}

.p-form__checkbox a:hover {
  text-decoration: underline;
}

/** ボタン **/
.wpcf7-submit.c-button-1 {
  cursor: pointer;
  margin-inline: auto;
  justify-content: center;
}
.wpcf7-submit.c-button-1 .c-button-1__text {
  padding-left: 0;
}

/** 住所 **/
.p-form__row--address p {
  margin-bottom: 20px;
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */