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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.75;
}

a {
  transition: opacity 0.2s;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

.l_header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 5.42vw;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  .l_header {
    height: 65px;
  }
}
@media screen and (max-width: 896px) {
  .l_header {
    background: #006400;
  }
}
.l_header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0 1.15vw 0 0.52vw;
}
@media screen and (max-width: 1200px) {
  .l_header_inner {
    padding: 0 16px;
  }
}
.l_header_logo_h1 {
  display: contents;
  margin: 0;
}
.l_header_logo {
  display: block;
  flex-shrink: 0;
  margin-top: 0.42vw;
  margin-right: auto;
}
.l_header_logo img {
  width: 19.53vw;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .l_header_logo {
    margin-top: 10px;
  }
  .l_header_logo img {
    width: 220px;
  }
}
@media screen and (max-width: 896px) {
  .l_header_logo {
    flex-shrink: 1;
    min-width: 0;
    margin-top: 9px;
    padding-right: 8px;
  }
  .l_header_logo img {
    width: 216px;
    max-width: 100%;
  }
}
.l_header_nav {
  margin-top: 1.46vw;
}
@media screen and (max-width: 1200px) {
  .l_header_nav {
    display: none;
  }
}
.l_header_nav ul {
  display: flex;
  align-items: center;
  height: 2.45vw;
  gap: 2.08vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l_header_nav a {
  position: relative;
  isolation: isolate;
}
.l_header_nav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 2px);
  background: #f7d578;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.l_header_nav a:hover {
  opacity: 1;
}
.l_header_nav a:hover::before {
  transform: scaleY(1);
}
.l_header_nav a {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #63534e;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.l_header_actions {
  display: flex;
  align-items: center;
  gap: 0.78vw;
  margin-top: 1.46vw;
  flex-shrink: 0;
  margin-left: 2.08vw;
}
@media screen and (max-width: 1200px) {
  .l_header_actions {
    display: none;
  }
}
.l_header_cta {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.l_header_cta:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.l_header_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.31vw;
  height: 2.45vw;
  border-radius: 30px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 0.73vw;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.l_header_instagram {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.l_header_instagram:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.l_header_instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.45vw;
  height: 2.45vw;
  border-radius: 50%;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  font-size: 1.04vw;
  text-decoration: none;
}
.l_header_instagram_sp {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 11px;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
}
.l_header_instagram_sp:hover {
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .l_header_instagram_sp {
    display: flex;
  }
}
.l_header_hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  margin-top: 30px;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .l_header_hamburger {
    display: flex;
    margin-top: 11px;
  }
}
.l_header_hamburger_bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #006400;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 896px) {
  .l_header_hamburger_bar {
    background: #ffffff;
  }
}
.l_header_hamburger.is_open .l_header_hamburger_bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l_header_hamburger.is_open .l_header_hamburger_bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.l_header_hamburger.is_open .l_header_hamburger_bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.l_drawer_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}
.l_drawer_overlay.is_open {
  opacity: 1;
  pointer-events: auto;
}

.l_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
  padding: 24px;
}
.l_drawer.is_open {
  transform: translateX(0);
}
body.admin-bar .l_drawer {
  padding-top: 70px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .l_drawer {
    padding-top: 56px;
  }
}
.l_drawer_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 22px;
  color: #006400;
  margin-left: auto;
}
.l_drawer_close:hover {
  opacity: 0.7;
}
.l_drawer_nav {
  margin-top: 8px;
  list-style: none;
  padding: 0;
}
.l_drawer_nav li {
  border-bottom: 1px solid #e5e0de;
}
.l_drawer_nav a {
  position: relative;
  isolation: isolate;
}
.l_drawer_nav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 2px);
  background: #f7d578;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.l_drawer_nav a:hover {
  opacity: 1;
}
.l_drawer_nav a:hover::before {
  transform: scaleY(1);
}
.l_drawer_nav a {
  display: inline-block;
  padding: 14px 8px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #63534e;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.l_drawer_actions {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.l_drawer_cta {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.l_drawer_cta:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.l_drawer_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.l_drawer_instagram {
  position: relative;
  isolation: isolate;
}
.l_drawer_instagram::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 2px);
  background: #f7d578;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.l_drawer_instagram:hover {
  opacity: 1;
}
.l_drawer_instagram:hover::before {
  transform: scaleY(1);
}
.l_drawer_instagram {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #63534e;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.l_drawer_instagram i {
  font-size: 20px;
}

body.is_scroll_locked {
  overflow: hidden;
}

.l_footer {
  background: #ffffff;
}
.l_footer_inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 56px;
}
@media screen and (max-width: 1200px) {
  .l_footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 40px 24px 0;
  }
}
.l_footer_info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l_footer_logo {
  display: block;
}
.l_footer_logo img {
  width: 448px;
  height: 96px;
  display: block;
}
.l_footer_logo:hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .l_footer_logo img {
    width: 300px;
    height: auto;
  }
}
.l_footer_name {
  margin-top: 32px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.028em;
  color: #63534e;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .l_footer_name {
    font-size: 20px;
    white-space: nowrap;
  }
}
.l_footer_address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.028em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .l_footer_address {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.l_footer_map {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.l_footer_map:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.l_footer_map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 104px;
  height: 32px;
  border-radius: 20px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.l_footer_right {
  flex: 1;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .l_footer_right {
    width: 100%;
    align-items: center;
    align-self: auto;
  }
}
.l_footer_nav {
  display: flex;
  align-self: center;
  margin-top: 8px;
  gap: 64px;
}
@media screen and (max-width: 1200px) {
  .l_footer_nav {
    gap: 32px;
  }
}
@media screen and (max-width: 896px) {
  .l_footer_nav {
    display: none;
  }
}
.l_footer_nav_col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .l_footer_nav_col {
    gap: 16px;
  }
}
@media screen and (max-width: 896px) {
  .l_footer_nav_col {
    display: contents;
  }
}
@media screen and (max-width: 896px) {
  .l_footer_nav_col li {
    width: calc(50% - 8px);
  }
}
.l_footer_nav_col li a {
  position: relative;
  isolation: isolate;
}
.l_footer_nav_col li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 2px);
  background: #f7d578;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.l_footer_nav_col li a:hover {
  opacity: 1;
}
.l_footer_nav_col li a:hover::before {
  transform: scaleY(1);
}
.l_footer_nav_col li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #63534e;
}
.l_footer_nav_col li a i {
  font-size: 16px;
}
.l_footer_btns {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .l_footer_btns {
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  .l_footer_btns {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
}
.l_footer_tel {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.l_footer_tel:hover {
  opacity: 1;
  background: #006400;
  color: #ffffff;
  letter-spacing: 0.15em;
}
.l_footer_tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 64px;
  border-radius: 34px;
  border: 2px solid #006400;
  background: #ffffff;
  color: #006400;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .l_footer_tel {
    width: 220px;
  }
}
@media screen and (max-width: 896px) {
  .l_footer_tel {
    width: 100%;
    height: 48px;
    font-size: 15px;
  }
}
.l_footer_contact {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.l_footer_contact:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.l_footer_contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 64px;
  border-radius: 34px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .l_footer_contact {
    width: 220px;
  }
}
@media screen and (max-width: 896px) {
  .l_footer_contact {
    width: 100%;
    height: 48px;
    font-size: 15px;
  }
}
.l_footer_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  margin-top: 56px;
  padding: 0 48px;
  background: #006400;
}
@media screen and (max-width: 896px) {
  .l_footer_copy {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    height: auto;
    padding: 20px 24px;
  }
}
.l_footer_copy_text {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.l_footer_copy_links {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 896px) {
  .l_footer_copy_links {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l_footer_copy_links li a {
  position: relative;
  isolation: isolate;
}
.l_footer_copy_links li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 2px);
  background: #f7d578;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.l_footer_copy_links li a:hover {
  opacity: 1;
}
.l_footer_copy_links li a:hover::before {
  transform: scaleY(1);
}
.l_footer_copy_links li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.028em;
  color: #ffffff;
}
.l_footer_copy_links li a i {
  font-size: 16px;
}

@media screen and (min-width: 897px) and (max-width: 1200px) {
  .l_footer_inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.667vw;
    max-width: none;
    margin: 0;
    padding: 4.667vw 2vw 0;
  }
  .l_footer_logo img {
    width: 37.333vw;
    height: auto;
  }
  .l_footer_name {
    font-size: 2.333vw;
  }
  .l_footer_address {
    gap: 1.333vw;
    margin-top: 2vw;
    font-size: 1.333vw;
  }
  .l_footer_map {
    width: 8.667vw;
    height: 2.667vw;
    gap: 1vw;
    font-size: 1.167vw;
    border-radius: 1.667vw;
  }
  .l_footer_right {
    flex: 1;
    width: auto;
    align-items: flex-end;
    align-self: flex-end;
    gap: 2.667vw;
  }
  .l_footer_nav {
    gap: 5.333vw;
    margin-top: 0.667vw;
  }
  .l_footer_nav_col {
    gap: 2vw;
  }
  .l_footer_nav_col a {
    gap: 0.667vw;
    font-size: 1.333vw;
  }
  .l_footer_nav_col a i {
    font-size: 1.333vw;
  }
  .l_footer_btns {
    gap: 1.333vw;
    justify-content: flex-start;
  }
  .l_footer_tel,
  .l_footer_contact {
    width: 25vw;
    height: 5.333vw;
    font-size: 1.5vw;
    border-radius: 2.833vw;
  }
}
.c_page_header {
  position: relative;
}
.c_page_header_inner {
  position: relative;
}
.c_page_header_title {
  position: absolute;
  left: 12.5vw;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #63534e;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .c_page_header_title {
    position: static;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    padding: 24px 16px 0;
    font-size: 28px;
    white-space: normal;
  }
}
.c_page_header_img {
  margin-left: 26.25vw;
  margin-right: 5vw;
}
.c_page_header_img img {
  width: 100%;
  height: clamp(300px, 27.08vw, 520px);
  object-fit: cover;
  border-radius: 80px;
  display: block;
}
@media screen and (max-width: 896px) {
  .c_page_header_img {
    margin: 16px 0 0;
  }
  .c_page_header_img img {
    height: 220px;
    border-radius: 0;
  }
}

.c_heading_01 {
  text-align: center;
}
.c_heading_01_title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .c_heading_01_title {
    font-size: 26px;
    line-height: 1.35;
  }
}
.c_heading_01_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  font-family: "Winky Sans", "LINE Seed JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 21px;
  letter-spacing: 0.028em;
  color: #98d197;
}
.c_heading_01_sub::before {
  content: "•••";
  font-size: 24px;
  font-weight: 400;
}
.c_heading_01_sub::after {
  content: "•••";
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .c_heading_01_sub {
    font-size: 18px;
    line-height: 1.3;
  }
  .c_heading_01_sub::before, .c_heading_01_sub::after {
    font-size: 18px;
  }
}

.js_lightbox_trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: inherit;
}
.js_lightbox_trigger img {
  transition: transform 0.4s ease;
}
.js_lightbox_trigger:hover img {
  transform: scale(1.03);
}

.c_lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1100;
}
@media screen and (max-width: 896px) {
  .c_lightbox {
    padding: 24px;
  }
}
.c_lightbox.is_open {
  opacity: 1;
  pointer-events: auto;
}
.c_lightbox_img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}
.c_lightbox_close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  color: #63534e;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 896px) {
  .c_lightbox_close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}
.c_lightbox_close:hover {
  opacity: 0.7;
}

.c_cta_banner {
  display: none;
}
@media screen and (max-width: 896px) {
  .c_cta_banner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 90;
    display: block;
    width: 100%;
    background: #1b7aca;
  }
}
.c_cta_banner img {
  display: block;
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: 0 auto;
}

.p_home_hero {
  width: 100%;
  background: #ffffff;
}
.p_home_hero_inner {
  position: relative;
  width: 90%;
  max-width: 1728px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .p_home_hero_inner {
    width: 100%;
    max-width: none;
  }
}
.p_home_hero_title {
  position: absolute;
  top: 9.53vw;
  left: 15.74%;
  writing-mode: vertical-rl;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #63534e;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .p_home_hero_title {
    top: 24px;
    left: 64px;
    font-size: 18px;
  }
}
.p_home_hero_img {
  position: relative;
  width: 100%;
}
.p_home_hero_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 80px;
}
@media screen and (max-width: 896px) {
  .p_home_hero_img img {
    border-radius: 0;
  }
}
.p_home_hero_cta {
  position: fixed;
  right: 1.25vw;
  bottom: 1.25vw;
  z-index: 90;
  display: block;
}
@media screen and (max-width: 896px) {
  .p_home_hero_cta {
    display: none;
  }
}
.p_home_hero_cta img {
  height: 9.9vw;
  max-height: 190px;
  width: auto;
  display: block;
}
.p_home_hero_cta:hover {
  opacity: 0.8;
}

.p_home_instagram {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 80px;
  background-image: url("../images/bird_bg_left_top.png"), url("../images/home/home_bg_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 27.29vw, 100% 26.51vw;
}
@media screen and (max-width: 896px) {
  .p_home_instagram {
    background-size: 100% auto, 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_home_instagram {
    margin-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/bottom_bg_01.png);
    background-position: bottom center;
    background-size: 100% auto;
  }
}
.p_home_instagram_feed {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .p_home_instagram_feed {
    margin-top: 24px;
  }
  .p_home_instagram_feed .sbi > div[style*=gap] {
    gap: 8px !important;
  }
}
.p_home_instagram_list {
  display: flex;
  justify-content: center;
  gap: 1.875vw;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
.p_home_instagram_list img {
  width: 19.58vw;
  height: 26.04vw;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .p_home_instagram_list {
    justify-content: space-between;
    gap: 8px;
    margin-top: 24px;
    padding: 0 16px;
  }
  .p_home_instagram_list li {
    flex: 1;
    min-width: 0;
  }
  .p_home_instagram_list img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 376/500;
    object-fit: cover;
  }
}

.p_home_news {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .p_home_news {
    margin-top: 40px;
    padding: 0 16px;
    background-image: url(../images/bird_bg_left_top.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
  }
}
.p_home_news_list {
  margin-top: 56px;
  list-style: none;
  padding: 0;
  border-top: 1px solid #b7a39e;
}
@media screen and (max-width: 896px) {
  .p_home_news_list {
    margin-top: 32px;
  }
}
.p_home_news_item {
  height: 64px;
  border-bottom: 1px solid #b7a39e;
}
@media screen and (max-width: 896px) {
  .p_home_news_item {
    height: auto;
  }
}
.p_home_news_link {
  display: flex;
  align-items: center;
  gap: 104px;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .p_home_news_link {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 16px 0;
  }
}
.p_home_news_date {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_home_news_date {
    font-size: 14px;
  }
}
.p_home_news_date {
  font-weight: 700;
  color: #006400;
  white-space: nowrap;
  min-width: 104px;
}
@media screen and (max-width: 896px) {
  .p_home_news_date {
    min-width: 0;
  }
}
.p_home_news_title {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_home_news_title {
    font-size: 14px;
  }
}
.p_home_news_title {
  color: #63534e;
  padding-left: 16px;
  text-indent: -16px;
}
.p_home_news_title i {
  text-indent: 0;
  font-size: 16px;
  color: #63534e;
  margin-right: 8px;
}
.p_home_news_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .p_home_news_btn_wrap {
    padding: 0 16px;
  }
}
.p_home_news_btn {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_home_news_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.p_home_news_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 64px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  border-radius: 34px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .p_home_news_btn {
    height: 48px;
    font-size: 15px;
  }
}
.p_home_news_btn {
  position: relative;
}
@media screen and (max-width: 896px) {
  .p_home_news_btn {
    width: 100%;
    max-width: 350px;
  }
}
.p_home_news_btn i {
  position: absolute;
  right: 24px;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .p_home_news_btn i {
    right: 16px;
    font-size: 16px;
  }
}

.p_home_education {
  width: 100%;
  margin-top: 0;
  padding-top: 80px;
}
@media screen and (max-width: 896px) {
  .p_home_education {
    padding-top: 40px;
  }
}
.p_home_education {
  background-image: url(../images/home/section_02_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p_home_education_point {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 56px auto 0;
}
@media screen and (max-width: 896px) {
  .p_home_education_point {
    padding: 0 16px;
    margin-top: 40px;
  }
}
.p_home_education_text {
  margin-top: 56px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_home_education_text {
    font-size: 14px;
  }
}
.p_home_education_text {
  font-family: "LINE Seed JP", sans-serif;
  color: #63534e;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p_home_education_text {
    margin-top: 32px;
    padding: 0 16px;
    text-align: left;
  }
}
.p_home_education_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  .p_home_education_btn_wrap {
    margin-top: 32px;
    padding: 0 16px;
  }
}
.p_home_education_btn {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_home_education_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.p_home_education_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 64px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  border-radius: 34px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .p_home_education_btn {
    height: 48px;
    font-size: 15px;
  }
}
.p_home_education_btn {
  position: relative;
}
@media screen and (max-width: 896px) {
  .p_home_education_btn {
    width: 100%;
    max-width: 350px;
  }
}
.p_home_education_btn i {
  position: absolute;
  right: 24px;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .p_home_education_btn i {
    right: 16px;
    font-size: 16px;
  }
}

.p_home_cards {
  display: flex;
  justify-content: center;
  gap: 3.333vw;
  margin: 80px auto 0;
  max-width: 1640px;
  padding: 0 16px 80px;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .p_home_cards {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-top: 40px;
    padding: 0 16px 40px;
  }
}

.p_home_card {
  flex: 1;
  min-width: 0;
  max-width: 500px;
}
@media screen and (max-width: 896px) {
  .p_home_card {
    width: 100%;
    max-width: 100%;
  }
}
.p_home_card_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p_home_card_link:hover .p_home_card_img img {
  transform: scale(1.04);
}
.p_home_card_img {
  position: relative;
  width: 100%;
  aspect-ratio: 500/309;
  border-radius: 40px;
  overflow: hidden;
}
.p_home_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.p_home_card_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(132.62deg, rgba(0, 0, 0, 0.3), transparent);
}
.p_home_card_caption {
  position: absolute;
  top: 31px;
  left: 29px;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .p_home_card_caption {
    top: 24px;
    left: 24px;
  }
}
.p_home_card_ja {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 2.5;
  color: #ffffff;
}
@media screen and (max-width: 896px) {
  .p_home_card_ja {
    font-size: 18px;
    line-height: 1.4;
  }
}
.p_home_card_en {
  font-family: "Winky Sans", "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.05;
  color: #ffffff;
}
@media screen and (max-width: 896px) {
  .p_home_card_en {
    font-size: 14px;
    line-height: 1.2;
  }
}
.p_home_card_text {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_home_card_text {
    font-size: 14px;
  }
}
.p_home_card_text {
  font-family: "LINE Seed JP", sans-serif;
  color: #63534e;
  line-height: 1.75;
}
@media screen and (max-width: 896px) {
  .p_home_card_text {
    margin-top: 16px;
  }
}

.p_home_preschool {
  position: relative;
  margin-top: 0;
  background: url(../images/character_bg_left_top.png) no-repeat top left;
  background-size: 23.18vw 15.68vw;
}
@media screen and (max-width: 896px) {
  .p_home_preschool {
    background-size: 30% auto;
  }
}
.p_home_preschool::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52.03vw;
  height: 35.68vw;
  background: url(../images/home/section_03_rtbg.png) no-repeat top right;
  background-size: 100%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .p_home_preschool::before {
    display: block;
    width: 44%;
    height: auto;
    aspect-ratio: 999/685;
    background-size: cover;
    border-bottom-left-radius: 24px;
  }
}
.p_home_preschool::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34.84vw;
  height: 19.22vw;
  background: url(../images/character_bg_right_bottom.png) no-repeat bottom right;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .p_home_preschool::after {
    display: none;
  }
}
.p_home_preschool_head {
  position: relative;
  z-index: 2;
  width: calc(100% - 52.03vw);
  padding: 5.42vw 0 0 20.83vw;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_head {
    width: 100%;
    padding: 40px 24px 0;
  }
}
.p_home_preschool_title {
  margin-top: 0;
  white-space: nowrap;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.714;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_title {
    white-space: normal;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}
.p_home_preschool_text {
  margin-top: 64px;
  margin-left: -5vw;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_text {
    font-size: 14px;
  }
}
.p_home_preschool_text {
  font-family: "LINE Seed JP", sans-serif;
  color: #63534e;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_text {
    margin-top: 24px;
    margin-left: 0;
    width: auto;
    white-space: normal;
    text-align: left;
  }
}
.p_home_preschool_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_btn_wrap {
    margin-top: 32px;
  }
}
.p_home_preschool_btn {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_home_preschool_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.p_home_preschool_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 64px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  border-radius: 34px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_btn {
    height: 48px;
    font-size: 15px;
  }
}
.p_home_preschool_btn {
  position: relative;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_btn {
    width: 100%;
    max-width: 350px;
  }
}
.p_home_preschool_btn i {
  position: absolute;
  right: 24px;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_btn i {
    right: 16px;
    font-size: 16px;
  }
}
.p_home_preschool_cards {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  gap: 3.333vw;
  margin: 80px auto 0;
  max-width: 1640px;
  padding: 0 16px 100px;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .p_home_preschool_cards {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-top: 40px;
    padding: 0 16px 56px;
  }
}

.p_home_recruit {
  margin-top: 0;
  background: #cee9f2;
  padding: 88px 2.5vw 80px;
}
@media screen and (max-width: 896px) {
  .p_home_recruit {
    padding: 24px 16px;
  }
}
.p_home_recruit_cards {
  display: flex;
  justify-content: center;
  gap: 3.125vw;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .p_home_recruit_cards {
    flex-direction: column;
    gap: 16px;
  }
}
.p_home_recruit_card {
  display: flex;
  flex: 1;
  min-width: 0;
  max-width: 570px;
  aspect-ratio: 570/316;
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  text-decoration: none;
  color: #63534e;
  transition: opacity 0.3s ease;
}
.p_home_recruit_card:hover {
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .p_home_recruit_card {
    max-width: 100%;
    aspect-ratio: auto;
    height: 232px;
    border-radius: 24px;
  }
}
.p_home_recruit_card_body {
  flex-shrink: 0;
  width: 52.63%;
  padding: min(48px, 3.8vw) min(36px, 2.85vw) 0 min(38px, 3.009vw);
}
@media screen and (max-width: 896px) {
  .p_home_recruit_card_body {
    width: 52%;
    padding: 16px 8px 16px 16px;
  }
}
.p_home_recruit_card_title {
  font-family: "LINE Seed JP", sans-serif;
  font-size: min(24px, 1.9vw);
  font-weight: 800;
  line-height: 1;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_home_recruit_card_title {
    font-size: 16px;
  }
}
.p_home_recruit_card_en {
  margin-top: min(8px, 0.633vw);
  font-family: "Winky Sans", "LINE Seed JP", sans-serif;
  font-size: min(20px, 1.583vw);
  line-height: 1;
  color: #98d197;
}
@media screen and (max-width: 896px) {
  .p_home_recruit_card_en {
    font-size: 13px;
  }
}
.p_home_recruit_card_text {
  margin-top: min(32px, 2.533vw);
  font-size: min(16px, 1.267vw);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_home_recruit_card_text {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.55;
  }
}
.p_home_recruit_card_img {
  flex: 1;
  overflow: hidden;
}
.p_home_recruit_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p_about_philosophy {
  position: relative;
  padding-top: 80px;
  background-image: url("../images/bird_bg_left_top.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 27.29vw;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_about_philosophy {
    padding-top: 40px;
  }
}

.p_about_philosophy:has(+ .p_about_overview) {
  padding-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy:has(+ .p_about_overview) {
    padding-bottom: 40px;
  }
}

.p_about_philosophy_lead {
  display: flex;
  align-items: flex-start;
  gap: 5.42vw;
  padding-left: 12.5vw;
  padding-right: 18.75vw;
  margin-top: 56px;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_lead {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    padding: 0 16px;
  }
}

.p_about_philosophy_lead_text {
  flex: 1;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_lead_text {
    text-align: center;
  }
}

.p_about_philosophy_h3 {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_h3 {
    line-height: 1.35;
  }
}
.p_about_philosophy_h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_h3 {
    display: inline;
    line-height: 1.5;
  }
  .p_about_philosophy_h3::after {
    content: none;
  }
  .p_about_philosophy_h3 {
    background-image: linear-gradient(rgba(247, 213, 120, 0.7), rgba(247, 213, 120, 0.7));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.65em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.p_about_philosophy_h3 {
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
}

.p_about_philosophy_p {
  margin-top: 40px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_p {
    font-size: 14px;
  }
}
.p_about_philosophy_p {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_p {
    text-align: left;
  }
}
.p_about_philosophy_p:first-of-type {
  margin-top: 32px;
}

.p_about_philosophy_lead_img {
  flex-shrink: 0;
}
.p_about_philosophy_lead_img img {
  display: block;
  width: 25.16vw;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_lead_img img {
    width: 200px;
    margin: 0 auto;
  }
}

.p_about_philosophy_box {
  max-width: 1440px;
  margin: 56px auto 0;
  background: #edf7ee;
  border-radius: 60px;
  padding: 40px;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_box {
    margin: 40px 16px 0;
    padding: 16px;
    border-radius: 40px;
  }
}
.p_about_philosophy_box_inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_box_inner {
    padding: 24px;
  }
}
.p_about_philosophy_box_inner + .p_about_philosophy_box_inner {
  margin-top: 40px;
}
.p_about_philosophy_box_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_about_philosophy_box_title {
    line-height: 1.35;
  }
}
.p_about_philosophy_box_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_about_philosophy_box_title {
  font-size: 24px;
  font-weight: 800;
  color: #63534e;
  letter-spacing: 0.05em;
}

.p_about_goal_img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 32px auto 0;
}

.p_about_grade_goals {
  display: flex;
  align-items: center;
  gap: 104px;
  padding-left: 192px;
  margin-top: 32px;
}
@media screen and (max-width: 1420px) {
  .p_about_grade_goals {
    gap: 40px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 896px) {
  .p_about_grade_goals {
    flex-direction: column;
    gap: 24px;
    padding-left: 0;
  }
}

.p_about_grade_goals_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.p_about_grade_goals_list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_about_grade_goals_list li {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
  }
}

.p_about_grade_goals_img {
  display: block;
  width: 457px;
  height: 140px;
  object-fit: contain;
}
@media screen and (max-width: 1420px) {
  .p_about_grade_goals_img {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 896px) {
  .p_about_grade_goals_img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.p_about_vitality {
  margin-top: 104px;
}
@media screen and (max-width: 896px) {
  .p_about_vitality {
    margin-top: 56px;
    padding: 0 16px;
  }
}

.p_about_vitality_head {
  text-align: center;
}

.p_about_vitality_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_title {
    line-height: 1.35;
  }
}
.p_about_vitality_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_title {
    display: inline;
    line-height: 1.5;
  }
  .p_about_vitality_title::after {
    content: none;
  }
  .p_about_vitality_title {
    background-image: linear-gradient(rgba(247, 213, 120, 0.7), rgba(247, 213, 120, 0.7));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.65em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.p_about_vitality_title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #63534e;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_title {
    white-space: normal;
    font-size: 20px;
  }
}

.p_about_vitality_lead {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_lead {
    font-size: 14px;
  }
}
.p_about_vitality_lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_about_vitality_cards {
  margin-top: 48px;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_cards {
    margin-top: 32px;
  }
}

.p_about_vitality_row {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 2.92vw;
}
.p_about_vitality_row + .p_about_vitality_row {
  margin-top: 56px;
}
.p_about_vitality_row--center {
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .p_about_vitality_row + .p_about_vitality_row {
    margin-top: 16px;
  }
}

.p_about_vitality_card {
  width: 19.0625vw;
  flex-shrink: 0;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_card {
    width: 100%;
  }
}
.p_about_vitality_card_img {
  position: relative;
  margin-top: 32px;
}
.p_about_vitality_card_img img {
  display: block;
  width: 100%;
  height: 11.77vw;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_card_img img {
    height: auto;
    aspect-ratio: 366/226;
    border-radius: 20px;
  }
}
.p_about_vitality_card_num {
  position: absolute;
  left: 30px;
  top: -33px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #98d197;
  color: #ffffff;
  font-family: "Winky Sans", "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.p_about_vitality_card_text {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_vitality_card_text {
    font-size: 14px;
  }
}
.p_about_vitality_card_text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_about_healthy {
  position: relative;
  margin-top: 104px;
  padding-bottom: 80px;
  background-image: url("../images/about/program_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 26.51vw;
}
@media screen and (max-width: 896px) {
  .p_about_healthy {
    margin-top: 56px;
    padding: 0 16px 40px;
    background-size: 100% auto;
  }
}

.p_about_healthy_head {
  text-align: center;
}

.p_about_healthy_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_title {
    line-height: 1.35;
  }
}
.p_about_healthy_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_about_healthy_title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #63534e;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_title {
    white-space: normal;
    font-size: 20px;
  }
}

.p_about_healthy_lead {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_lead {
    font-size: 14px;
  }
}
.p_about_healthy_lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_about_healthy_cards {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 2.92vw;
  margin-top: 48px;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_cards {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}

.p_about_healthy_card {
  width: 19.0625vw;
  flex-shrink: 0;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_card {
    width: 100%;
  }
}
.p_about_healthy_card_img {
  position: relative;
  margin-top: 32px;
}
.p_about_healthy_card_img img {
  display: block;
  width: 100%;
  height: 11.77vw;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_card_img img {
    height: auto;
    aspect-ratio: 366/226;
    border-radius: 20px;
  }
}
.p_about_healthy_card_num {
  position: absolute;
  left: 30px;
  top: -33px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #98d197;
  color: #ffffff;
  font-family: "Winky Sans", "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.p_about_healthy_card_title {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_card_title {
    font-size: 14px;
  }
}
.p_about_healthy_card_title {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}
.p_about_healthy_card_text {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_healthy_card_text {
    font-size: 14px;
  }
}
.p_about_healthy_card_text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_about_overview {
  padding: 80px 0 80px;
  background-color: #edf7ee;
  background-image: url("../images/character_bg_right_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 34.84vw 19.22vw;
}
@media screen and (max-width: 896px) {
  .p_about_overview {
    padding: 40px 16px;
    background-size: 200px auto;
  }
}

.p_about_overview_box {
  margin-top: 56px;
  background: #ffffff;
  border: 4px solid #e2e2e2;
  border-radius: 40px;
  padding: 56px 56px;
}
@media screen and (max-width: 896px) {
  .p_about_overview_box {
    margin-top: 32px;
    padding: 24px;
  }
}
.p_about_overview_box_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_about_overview_box_title {
    line-height: 1.35;
  }
}
.p_about_overview_box_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_about_overview_box_title {
  font-size: 24px;
  font-weight: 800;
  color: #63534e;
  letter-spacing: 0.05em;
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .p_about_overview_box_title {
    margin-top: 40px;
    font-size: 18px;
  }
}
.p_about_overview_box_title:first-child {
  margin-top: 0;
}

.p_about_overview_table {
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse;
}
.p_about_overview_table tr {
  border-bottom: 1px solid #b7a39e;
}
.p_about_overview_table th, .p_about_overview_table td {
  padding: 24px 0;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_overview_table th, .p_about_overview_table td {
    font-size: 14px;
  }
}
.p_about_overview_table th, .p_about_overview_table td {
  line-height: 1.75;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
  color: #63534e;
}
.p_about_overview_table tr:first-child th, .p_about_overview_table tr:first-child td {
  padding-top: 32px;
}
.p_about_overview_table th {
  width: 276px;
  font-weight: 400;
  padding-left: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_overview_table tr {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }
  .p_about_overview_table th, .p_about_overview_table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p_about_overview_table th {
    padding-bottom: 4px;
    font-weight: 700;
  }
  .p_about_overview_table tr:first-child th, .p_about_overview_table tr:first-child td {
    padding-top: 0;
  }
}

.p_about_overview_note_top {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_about_overview_note_top {
    font-size: 14px;
  }
}
.p_about_overview_note_top {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_about_overview_note {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.75;
  color: #63534e;
}

.p_life_daily {
  position: relative;
  padding-top: 80px;
  background-image: url("../images/bird_bg_left_top.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 27.29vw;
}
@media screen and (max-width: 896px) {
  .p_life_daily {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_life_daily {
    padding-top: 40px;
  }
}

.p_life_daily_inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
  margin-top: 48px;
}
@media screen and (max-width: 896px) {
  .p_life_daily_inner {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}

.p_life_daily_timeline {
  width: 376px;
  flex-shrink: 0;
}
@media screen and (max-width: 896px) {
  .p_life_daily_timeline {
    width: 100%;
  }
}

.p_life_timeline_list {
  list-style: none;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 62px;
}
@media screen and (max-width: 896px) {
  .p_life_timeline_list {
    gap: 24px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_life_timeline_list::before {
  content: "";
  position: absolute;
  left: 84px;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 4px;
  background: #98d197;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .p_life_timeline_list::before {
    left: 44px;
  }
}

.p_life_timeline_item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.p_life_timeline_pill {
  flex-shrink: 0;
  width: 168px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #98d197;
  color: #ffffff;
  border-radius: 40px;
  padding: 0 16px;
}
@media screen and (max-width: 896px) {
  .p_life_timeline_pill {
    width: 88px;
    height: 40px;
    padding: 0 8px;
  }
}

.p_life_timeline_time {
  white-space: nowrap;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
}
@media screen and (max-width: 896px) {
  .p_life_timeline_time {
    font-size: 13px;
  }
}

.p_life_timeline_label {
  font-size: 20px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_life_timeline_label {
    font-size: 15px;
  }
}

.p_life_daily_content {
  flex: 1;
  min-width: 0;
}

.p_life_daily_pair {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 1320px) {
  .p_life_daily_pair {
    flex-direction: column;
    gap: 16px;
  }
}
.p_life_daily_pair img {
  flex-shrink: 0;
  width: 350px;
  height: 227px;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}
@media screen and (max-width: 1320px) {
  .p_life_daily_pair img {
    width: 100%;
    height: auto;
    aspect-ratio: 350/227;
  }
}

.p_life_daily_h3 {
  display: block;
  width: 100%;
  margin-top: 32px;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  border-bottom: 3px solid rgba(247, 213, 120, 0.7);
}

.p_life_daily_text {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_life_daily_text {
    font-size: 14px;
  }
}
.p_life_daily_text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_life_daily_item {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p_life_daily_item {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
@media screen and (max-width: 896px) {
  .p_life_daily_item {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

.p_life_daily_item_img {
  flex-shrink: 0;
}
.p_life_daily_item_img img {
  display: block;
  width: 350px;
  height: 227px;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 1200px) {
  .p_life_daily_item_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 350/227;
  }
}
@media screen and (max-width: 896px) {
  .p_life_daily_item_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 350/227;
  }
}

.p_life_daily_item_body {
  flex: 1;
}
.p_life_daily_item_body .p_life_daily_h3 {
  margin-top: 0;
}

.p_life_activities {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  background-image: url("../images/character_bg_right_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 34.84vw 19.22vw;
}
@media screen and (max-width: 896px) {
  .p_life_activities {
    margin-top: 40px;
    padding: 40px 0;
    background-size: 200px auto;
  }
}

.p_life_activity + .p_life_activity {
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  .p_life_activity + .p_life_activity {
    margin-top: 40px;
  }
}

.p_life_activity_title {
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  border-bottom: 3px solid rgba(247, 213, 120, 0.7);
  display: block;
}

.p_life_activity_lead {
  margin-top: 26px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_life_activity_lead {
    font-size: 14px;
  }
}
.p_life_activity_lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_life_activity_detail {
  margin-top: 40px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_life_activity_detail {
    font-size: 14px;
  }
}
.p_life_activity_detail {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_life_events {
  padding: 80px 0;
  background-color: #edf7ee;
  background-image: url("../images/character_bg_left_top.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 23.18vw 15.68vw;
}
@media screen and (max-width: 896px) {
  .p_life_events {
    padding: 40px 0;
    background-size: 160px auto;
  }
}

.p_life_events_groups {
  display: grid;
  grid-template-columns: repeat(3, 366px);
  column-gap: 56px;
  row-gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1320px) {
  .p_life_events_groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 896px) {
  .p_life_events_groups {
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 32px;
  }
}

.p_life_events_group {
  display: contents;
}

.p_life_events_col {
  min-width: 0;
}

.p_life_events_col > .p_life_events_month_pair:first-child {
  margin-top: 0;
}

.p_life_events_photo {
  width: 366px;
  height: 226px;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}
@media screen and (max-width: 1320px) {
  .p_life_events_photo {
    width: 100%;
    height: auto;
    aspect-ratio: 366/226;
  }
}

.p_life_events_month_pair {
  display: inline-flex;
  gap: 32px;
  margin-top: 28px;
  max-width: 100%;
}
.p_life_events_month_pair .p_life_events_month {
  flex: 0 0 auto;
}
@media screen and (max-width: 896px) {
  .p_life_events_month_pair {
    display: flex;
    gap: 16px;
    margin-top: 12px;
  }
  .p_life_events_month_pair .p_life_events_month {
    flex: 1;
    min-width: 0;
  }
}

.p_life_events_month_title {
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  color: #1d98ce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_life_events_month_title {
    line-height: 1.4;
  }
}

.p_life_events_month_list {
  list-style: none;
  padding: 0;
  margin-top: 2px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 896px) {
  .p_life_events_month_list {
    margin-top: 14px;
  }
}
.p_life_events_month_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #63534e;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p_life_events_month_list li:has(br:not(.u_br_sp)) {
  align-items: flex-start;
}
.p_life_events_month_list li:has(br:not(.u_br_sp)) i {
  margin-top: 8px;
}
.p_life_events_month_list li i {
  flex-shrink: 0;
  font-size: 9px;
  color: #50aee2;
}
@media screen and (max-width: 1320px) {
  .p_life_events_month_list li {
    white-space: normal;
    align-items: flex-start;
  }
  .p_life_events_month_list li i {
    margin-top: 9px;
  }
}

.p_inside_environment {
  position: relative;
  padding: 80px 0 92px;
  background-image: url("../images/bird_bg_left_top.png"), url("../images/character_bg_right_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 100% 27.29vw, 34.84vw 19.22vw;
}
@media screen and (max-width: 896px) {
  .p_inside_environment {
    padding: 40px 0;
    background-size: 100% auto, 240px auto;
  }
}

.p_inside_env_content {
  display: flex;
  gap: 8.54vw;
  margin-top: 56px;
  align-items: flex-start;
  padding-left: 12.5vw;
  padding-right: 13.18vw;
}
@media screen and (max-width: 896px) {
  .p_inside_env_content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    padding: 0 16px;
  }
}

.p_inside_env_text_area {
  flex: 1;
}
@media screen and (max-width: 896px) {
  .p_inside_env_text_area {
    text-align: center;
  }
}

.p_inside_env_lead {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_inside_env_lead {
    line-height: 1.35;
  }
}
.p_inside_env_lead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .p_inside_env_lead {
    display: inline;
    line-height: 1.5;
  }
  .p_inside_env_lead::after {
    content: none;
  }
  .p_inside_env_lead {
    background-image: linear-gradient(rgba(247, 213, 120, 0.7), rgba(247, 213, 120, 0.7));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.65em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.p_inside_env_lead {
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_inside_env_lead {
    font-size: clamp(18px, 5.9vw, 24px);
  }
}

.p_inside_env_body {
  margin-top: 40px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_inside_env_body {
    font-size: 14px;
  }
}
.p_inside_env_body {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_inside_env_body {
    text-align: left;
  }
}

.p_inside_env_img {
  flex-shrink: 0;
  width: 22.08vw;
}
@media screen and (max-width: 896px) {
  .p_inside_env_img {
    width: 100%;
    max-width: 280px;
  }
}
.p_inside_env_img img {
  display: block;
  width: 100%;
  aspect-ratio: 857/822;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.p_inside_hara_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 59px 7.1667%;
  margin-top: 104px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .p_inside_hara_cards {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
    padding: 0 16px;
  }
}

.p_inside_hara_card--symbol {
  grid-column: 1/2;
}
@media screen and (max-width: 896px) {
  .p_inside_hara_card--symbol {
    grid-column: auto;
  }
}
.p_inside_hara_card_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 557/344;
  object-fit: cover;
  border-radius: 40px;
}
.p_inside_hara_card_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_inside_hara_card_title {
    line-height: 1.35;
  }
}
.p_inside_hara_card_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_inside_hara_card_title {
  margin-top: 26px;
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
}
.p_inside_hara_card_text {
  margin-top: 26px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_inside_hara_card_text {
    font-size: 14px;
  }
}
.p_inside_hara_card_text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_inside_building {
  margin-top: 0;
  padding-top: 80px;
  background-color: #edf7ee;
}
@media screen and (max-width: 896px) {
  .p_inside_building {
    padding-top: 40px;
  }
}

.p_inside_sub_head {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_inside_sub_head {
    line-height: 1.35;
  }
}
.p_inside_sub_head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_inside_sub_head {
  display: block;
  width: fit-content;
  margin: 70px auto 0;
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_inside_sub_head {
    margin-top: 40px;
  }
}

.p_inside_room_cards {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
.p_inside_room_cards--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125vw;
  padding: 0 7.5vw;
}
.p_inside_room_cards--4 .p_inside_room_card_img img {
  height: auto;
  aspect-ratio: 366/266;
}
@media screen and (max-width: 896px) {
  .p_inside_room_cards--4 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 16px;
  }
  .p_inside_room_cards--4 .p_inside_room_card_img img {
    height: auto;
    aspect-ratio: 366/266;
  }
}
.p_inside_room_cards--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6667%;
  margin-top: 56px;
}
@media screen and (max-width: 896px) {
  .p_inside_room_cards--3 {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}

.p_inside_room_card_img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  .p_inside_room_card_img img {
    height: 140px;
  }
}
.p_inside_room_card_title {
  margin-top: 12px;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  color: #1d98ce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_inside_room_card_title {
    margin-top: 8px;
    line-height: 1.4;
  }
}
.p_inside_room_card_text {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_inside_room_card_text {
    font-size: 14px;
  }
}
.p_inside_room_card_text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_inside_room_card_text {
    margin-top: 8px;
  }
}
.p_inside_room_card_text + .p_inside_room_card_text {
  margin-top: 42px;
}
@media screen and (max-width: 896px) {
  .p_inside_room_card_text + .p_inside_room_card_text {
    margin-top: 16px;
  }
}

.p_inside_room_cards--3 .p_inside_room_card_img img {
  height: auto;
  aspect-ratio: 366/226;
}
@media screen and (max-width: 896px) {
  .p_inside_room_cards--3 .p_inside_room_card_img img {
    height: auto;
    aspect-ratio: 366/226;
  }
}

.p_inside_exterior .p_inside_sub_head {
  margin-top: 93px;
}
@media screen and (max-width: 896px) {
  .p_inside_exterior .p_inside_sub_head {
    margin-top: 40px;
  }
}
.p_inside_exterior .p_inside_room_cards--3 {
  margin-top: 40px;
}

.p_inside_floormap {
  padding: 80px 0;
  background-color: #edf7ee;
}
@media screen and (max-width: 896px) {
  .p_inside_floormap {
    padding: 40px 0;
  }
}

.p_inside_floormap_box {
  display: flex;
  gap: 3.906vw;
  align-items: flex-start;
  background: #ffffff;
  border: 4px solid #e2e2e2;
  border-radius: 60px;
  padding: 40px 64px 72px 40px;
}
@media screen and (max-width: 1200px) {
  .p_inside_floormap_box {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 896px) {
  .p_inside_floormap_box {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 40px;
  }
}

.p_inside_floormap_img {
  flex-shrink: 0;
  width: 42.685vw;
}
@media screen and (max-width: 1200px) {
  .p_inside_floormap_img {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .p_inside_floormap_img {
    width: 100%;
  }
}
.p_inside_floormap_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 819.555/724.656;
  object-fit: cover;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .p_inside_floormap_img img {
    height: auto;
    aspect-ratio: 819.555/724.656;
  }
}
@media screen and (max-width: 896px) {
  .p_inside_floormap_img img {
    height: auto;
    aspect-ratio: 819.555/724.656;
  }
}

.p_inside_floormap_list {
  flex: 1;
}

.p_inside_floormap_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_inside_floormap_title {
    line-height: 1.35;
  }
}
.p_inside_floormap_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_inside_floormap_title {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
  letter-spacing: 0.05em;
}

.p_inside_floormap_floor {
  margin-top: 32px;
  padding-top: 17px;
  border-top: 1px solid #b7a39e;
}
.p_inside_floormap_floor:first-of-type {
  margin-top: 47px;
  border-top: none;
  padding-top: 0;
}

.p_inside_floormap_floor_head {
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  color: #1d98ce;
  letter-spacing: 0.05em;
}

.p_inside_floormap_rooms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  margin-top: 14px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .p_inside_floormap_rooms {
    grid-template-columns: 1fr;
  }
}
.p_inside_floormap_rooms li {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_inside_floormap_rooms li {
    font-size: 14px;
  }
}
.p_inside_floormap_rooms li {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_preschool_tamago {
  position: relative;
  padding: 80px 0 80px;
  background-image: url("../images/bird_bg_left_top.png"), url("../images/bottom_bg_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 27.29vw, 100% 26.51vw;
}
@media screen and (max-width: 896px) {
  .p_preschool_tamago {
    background-size: 100% auto, 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_preschool_tamago {
    padding: 40px 0;
  }
}

.p_preschool_nobinobi {
  margin-top: 0;
  padding: 80px 0 80px;
  background-color: #edf7ee;
}
@media screen and (max-width: 896px) {
  .p_preschool_nobinobi {
    padding: 40px 0;
  }
}

.p_preschool_garden {
  margin-top: 0;
  padding: 80px 0;
  background-image: url("../images/bird_bg_left_top.png"), url("../images/bottom_bg_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 27.29vw, 100% 26.51vw;
}
@media screen and (max-width: 896px) {
  .p_preschool_garden {
    background-size: 100% auto, 100% auto;
  }
}
.p_preschool_garden {
  background-position: 0 2.08vw, bottom left;
}
@media screen and (max-width: 896px) {
  .p_preschool_garden {
    padding: 40px 0;
  }
}

.p_preschool_lead {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_preschool_lead {
    font-size: 14px;
  }
}
.p_preschool_lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_preschool_info_box {
  margin-top: 70px;
  padding: 48px 32px 80px;
  background: #ffffff;
  border: 4px solid #e2e2e2;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  .p_preschool_info_box {
    margin-top: 32px;
    padding: 24px;
  }
}

.p_preschool_info_head {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_preschool_info_head {
    line-height: 1.35;
  }
}
.p_preschool_info_head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_preschool_info_head {
  margin-left: 50px;
  font-size: 24px;
  font-weight: 800;
  color: #63534e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_preschool_info_head {
    margin-left: 0;
  }
}
.p_preschool_info_head--schedule {
  margin-top: 92px;
}
@media screen and (max-width: 896px) {
  .p_preschool_info_head--schedule {
    margin-top: 56px;
  }
}

.p_preschool_table {
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse;
}
.p_preschool_table tr {
  border-bottom: 1px solid #b7a39e;
}
.p_preschool_table th, .p_preschool_table td {
  padding: 20px 0;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_preschool_table th, .p_preschool_table td {
    font-size: 14px;
  }
}
.p_preschool_table th, .p_preschool_table td {
  line-height: 1.75;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
  color: #63534e;
}
.p_preschool_table tr:first-child th, .p_preschool_table tr:first-child td {
  padding-top: 28px;
}
.p_preschool_table th {
  width: 310px;
  padding-left: 66px;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .p_preschool_table tr {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }
  .p_preschool_table th, .p_preschool_table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p_preschool_table th {
    padding-bottom: 4px;
    font-weight: 700;
  }
  .p_preschool_table tr:first-child th, .p_preschool_table tr:first-child td {
    padding-top: 0;
  }
}

.p_preschool_link {
  color: #006400;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p_preschool_photo_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375vw;
  margin-top: 80px;
  padding: 0 7.5vw;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .p_preschool_photo_cards {
    gap: 8px;
    margin-top: 40px;
    padding: 0 16px;
  }
}

.p_preschool_photo_cards:has(> li:first-child:nth-last-child(2)) {
  grid-template-columns: repeat(2, calc((100% - 6.875vw) / 3));
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .p_preschool_photo_cards:has(> li:first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .p_preschool_photo_cards:has(> li:first-child:nth-last-child(2)) .p_preschool_photo_card img {
    border-radius: 16px;
  }
}

.p_preschool_photo_card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 500/309;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  .p_preschool_photo_card img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 500/309;
    border-radius: 8px;
  }
}

.p_admissions_hiyoko {
  padding-top: 80px;
  background-image: url("../images/bird_bg_left_top.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 27.29vw;
}
@media screen and (max-width: 896px) {
  .p_admissions_hiyoko {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_admissions_hiyoko {
    padding-top: 40px;
  }
}

.p_admissions_school {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #edf7ee;
  background-image: url("../images/character_bg_left_top.png"), url("../images/character_bg_right_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 23.18vw 15.68vw, 34.84vw 19.22vw;
}
@media screen and (max-width: 896px) {
  .p_admissions_school {
    margin-top: 40px;
    padding: 40px 0;
    background-size: 160px auto, 200px auto;
  }
}

.p_admissions_lead {
  margin-top: 55px;
}
@media screen and (max-width: 896px) {
  .p_admissions_lead {
    margin-top: 32px;
  }
}
.p_admissions_lead {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_admissions_lead {
    font-size: 14px;
  }
}
.p_admissions_lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_admissions_info_box {
  margin-top: 66px;
  padding: 66px 80px 63px;
  background: #ffffff;
  border: 4px solid #e2e2e2;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  .p_admissions_info_box {
    margin-top: 32px;
    padding: 24px;
  }
}

.p_admissions_school .p_admissions_info_box {
  padding-bottom: 77px;
}
@media screen and (max-width: 896px) {
  .p_admissions_school .p_admissions_info_box {
    padding-bottom: 24px;
  }
}

.p_admissions_info_head {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_admissions_info_head {
    line-height: 1.35;
  }
}
.p_admissions_info_head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_admissions_info_head {
  margin-left: 2px;
  font-size: 24px;
  font-weight: 800;
  color: #63534e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .p_admissions_info_head {
    margin-left: 0;
  }
}

.p_admissions_table {
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse;
}
.p_admissions_table tr {
  border-bottom: 1px solid #b7a39e;
}
.p_admissions_table th, .p_admissions_table td {
  padding: 20px 0;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_admissions_table th, .p_admissions_table td {
    font-size: 14px;
  }
}
.p_admissions_table th, .p_admissions_table td {
  line-height: 1.75;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
  color: #63534e;
}
.p_admissions_table tr:first-child th, .p_admissions_table tr:first-child td {
  padding-top: 33px;
}
.p_admissions_table th {
  width: 428px;
  padding-left: 16px;
  font-weight: 400;
}
.p_admissions_table--wide th {
  width: 289px;
}
@media screen and (max-width: 896px) {
  .p_admissions_table tr {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }
  .p_admissions_table th, .p_admissions_table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p_admissions_table th {
    padding-bottom: 4px;
    font-weight: 700;
  }
  .p_admissions_table tr:first-child th, .p_admissions_table tr:first-child td {
    padding-top: 0;
  }
}

.p_admissions_photo_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375vw;
  margin-top: 80px;
  padding: 0 7.5vw;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .p_admissions_photo_cards {
    gap: 8px;
    margin-top: 40px;
    padding: 0 16px;
  }
}

.p_admissions_photo_cards:has(> li:first-child:nth-last-child(2)) {
  grid-template-columns: repeat(2, calc((100% - 6.875vw) / 3));
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .p_admissions_photo_cards:has(> li:first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .p_admissions_photo_cards:has(> li:first-child:nth-last-child(2)) .p_admissions_photo_card img {
    border-radius: 16px;
  }
}

.p_admissions_photo_card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 500/309;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  .p_admissions_photo_card img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 500/309;
    border-radius: 8px;
  }
}

.p_admissions_table_note {
  margin-top: 40px;
  margin-left: 249px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_admissions_table_note {
    font-size: 14px;
  }
}
.p_admissions_table_note {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_admissions_table_note {
    margin-left: 0;
  }
}

.p_admissions_btn_wrap {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .p_admissions_btn_wrap {
    margin-top: 40px;
  }
}

.p_admissions_btn {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_admissions_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.p_admissions_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 64px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  border-radius: 34px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .p_admissions_btn {
    height: 48px;
    font-size: 15px;
  }
}
.p_admissions_btn {
  gap: 24px;
}
@media screen and (max-width: 896px) {
  .p_admissions_btn {
    width: 100%;
    max-width: 350px;
  }
}

.p_recruit_workstyle {
  position: relative;
  padding-top: 80px;
  background-image: url("../images/bird_bg_left_top.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 27.29vw;
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle {
    padding-top: 40px;
  }
}
.p_recruit_workstyle:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle:last-child {
    padding-bottom: 40px;
  }
}

.p_recruit_workstyle_lead {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle_lead {
    margin-top: 32px;
  }
}
.p_recruit_workstyle_lead {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle_lead {
    font-size: 14px;
  }
}
.p_recruit_workstyle_lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
}

.p_recruit_workstyle_cards {
  margin-top: 48px;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 4.6667%;
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle_cards {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}

.p_recruit_workstyle_card {
  flex: 1;
  min-width: 0;
}
.p_recruit_workstyle_card_img img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 8.333vw;
  max-width: 100%;
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle_card_img img {
    height: 140px;
  }
}
.p_recruit_workstyle_card_text {
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_recruit_workstyle_card_text {
    font-size: 14px;
  }
}
.p_recruit_workstyle_card_text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #63534e;
  overflow-wrap: anywhere;
}

.p_recruit_guidelines {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  background-color: #edf7ee;
}
@media screen and (max-width: 896px) {
  .p_recruit_guidelines {
    margin-top: 40px;
    padding: 40px 0;
  }
}

.p_recruit_job {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  background: #ffffff;
  border: 4px solid #e2e2e2;
  border-radius: 40px;
  padding: 56px 56px;
}
@media screen and (max-width: 896px) {
  .p_recruit_job {
    margin-top: 32px;
    padding: 24px;
  }
}
.p_recruit_job + .p_recruit_job {
  margin-top: 56px;
}
@media screen and (max-width: 896px) {
  .p_recruit_job + .p_recruit_job {
    margin-top: 32px;
  }
}
.p_recruit_job_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_recruit_job_title {
    line-height: 1.35;
  }
}
.p_recruit_job_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_recruit_job_title {
  font-size: 24px;
  font-weight: 800;
  color: #63534e;
  letter-spacing: 0.05em;
}

.p_recruit_job_table {
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse;
}
.p_recruit_job_table tr {
  border-bottom: 1px solid #b7a39e;
}
.p_recruit_job_table th, .p_recruit_job_table td {
  padding: 24px 0;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_recruit_job_table th, .p_recruit_job_table td {
    font-size: 14px;
  }
}
.p_recruit_job_table th, .p_recruit_job_table td {
  line-height: 1.75;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
}
.p_recruit_job_table tr:first-child th, .p_recruit_job_table tr:first-child td {
  padding-top: 32px;
}
.p_recruit_job_table th {
  width: 340px;
  font-weight: 400;
  color: #63534e;
  padding-left: 16px;
}
.p_recruit_job_table td {
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_recruit_job_table tr {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }
  .p_recruit_job_table th, .p_recruit_job_table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p_recruit_job_table th {
    padding-bottom: 4px;
    font-weight: 700;
  }
  .p_recruit_job_table tr:first-child th, .p_recruit_job_table tr:first-child td {
    padding-top: 0;
  }
}

.p_recruit_entry {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p_recruit_entry {
    margin-top: 40px;
  }
}

.p_recruit_entry_btn {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_recruit_entry_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.p_recruit_entry_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 64px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  border-radius: 34px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .p_recruit_entry_btn {
    height: 48px;
    font-size: 15px;
  }
}
.p_recruit_entry_btn {
  gap: 24px;
}
@media screen and (max-width: 896px) {
  .p_recruit_entry_btn {
    width: 100%;
    max-width: 350px;
  }
}
.p_recruit_entry_btn i {
  font-size: 20px;
}

.p_news_list {
  position: relative;
  padding: 80px 0 96px;
  min-height: 58vw;
  background-image: url("../images/bird_bg_left_top.png"), url("../images/bottom_bg_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 27.29vw, 100% 26.51vw;
}
@media screen and (max-width: 896px) {
  .p_news_list {
    background-size: 100% auto, 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_news_list {
    padding: 40px 0 56px;
  }
}

.p_news_items {
  margin-top: 56px;
  list-style: none;
  padding: 0;
  border-top: 1px solid #b7a39e;
}
@media screen and (max-width: 896px) {
  .p_news_items {
    margin-top: 32px;
  }
}

.p_news_item {
  border-bottom: 1px solid #b7a39e;
}
.p_news_item_link {
  display: flex;
  align-items: center;
  gap: 104px;
  height: 64px;
  text-decoration: none;
  color: inherit;
}
.p_news_item_link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .p_news_item_link {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    height: auto;
    padding: 16px 0;
  }
}
.p_news_item_date {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_item_date {
    font-size: 14px;
  }
}
.p_news_item_date {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  color: #006400;
  white-space: nowrap;
  min-width: 104px;
}
@media screen and (max-width: 896px) {
  .p_news_item_date {
    min-width: 0;
  }
}
.p_news_item_title {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_item_title {
    font-size: 14px;
  }
}
.p_news_item_title {
  font-family: "LINE Seed JP", sans-serif;
  color: #63534e;
  padding-left: 16px;
  text-indent: -16px;
}
.p_news_item_title i {
  text-indent: 0;
  font-size: 16px;
  color: #63534e;
  margin-right: 8px;
}

.p_news_pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .p_news_pagination {
    margin-top: 40px;
  }
}
.p_news_pagination ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.p_news_pagination li a {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_news_pagination li a:hover {
  opacity: 1;
  background: #006400;
  color: #ffffff;
  letter-spacing: normal;
}
.p_news_pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #006400;
  color: #006400;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_pagination li a {
    font-size: 14px;
  }
}
.p_news_pagination li a {
  line-height: 1.375;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  text-decoration: none;
}
.p_news_pagination li.is_active a {
  background: #006400;
  color: #ffffff;
}

.p_news_detail {
  position: relative;
  padding: 68px 0 96px;
  min-height: 58vw;
  background-image: url("../images/bird_bg_left_top.png"), url("../images/bottom_bg_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 27.29vw, 100% 26.51vw;
}
@media screen and (max-width: 896px) {
  .p_news_detail {
    background-size: 100% auto, 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .p_news_detail {
    padding: 40px 0 56px;
  }
}
.p_news_detail_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.667;
  letter-spacing: 0.05em;
  color: #63534e;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p_news_detail_title {
    font-size: 26px;
  }
}
.p_news_detail_date {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_detail_date {
    font-size: 14px;
  }
}
.p_news_detail_date {
  line-height: 1.3125;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  color: #006400;
}
.p_news_detail_body {
  margin-top: 36px;
  background: #ffffff;
  border: 1px solid #b7a39e;
  border-radius: 60px;
  padding: 64px;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body {
    padding: 24px;
    border-radius: 40px;
  }
}
.p_news_detail_body > *:first-child {
  margin-top: 0;
}
.p_news_detail_body p {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body p {
    font-size: 14px;
  }
}
.p_news_detail_body p {
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.75;
  color: #63534e;
}
.p_news_detail_body h2 {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body h2 {
    line-height: 1.35;
  }
}
.p_news_detail_body h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_news_detail_body h2 {
  margin-top: 56px;
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
}
.p_news_detail_body h3,
.p_news_detail_body h4 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #1d98ce;
  letter-spacing: 0.05em;
}
.p_news_detail_body ul,
.p_news_detail_body ol {
  margin-top: 32px;
  padding-left: 1.5em;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body ul,
  .p_news_detail_body ol {
    font-size: 14px;
  }
}
.p_news_detail_body ul,
.p_news_detail_body ol {
  line-height: 1.75;
  color: #63534e;
}
.p_news_detail_body ul {
  list-style: disc;
}
.p_news_detail_body ol {
  list-style: decimal;
}
.p_news_detail_body li {
  margin-top: 8px;
}
.p_news_detail_body a {
  color: #006400;
  text-decoration: underline;
}
.p_news_detail_body strong,
.p_news_detail_body b {
  font-weight: 700;
}
.p_news_detail_body figure,
.p_news_detail_body .wp-block-image {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
.p_news_detail_body img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.p_news_detail_body figcaption {
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body figcaption {
    font-size: 14px;
  }
}
.p_news_detail_body figcaption {
  color: #63534e;
  text-align: center;
}
.p_news_detail_body .p_news_detail_images,
.p_news_detail_body .wp-block-gallery {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p_news_detail_body .p_news_detail_images figcaption,
.p_news_detail_body .wp-block-gallery figcaption {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body .p_news_detail_images,
  .p_news_detail_body .wp-block-gallery {
    flex-direction: column;
    gap: 16px;
  }
}
.p_news_detail_body .p_news_detail_images > figure,
.p_news_detail_body .wp-block-gallery > figure,
.p_news_detail_body .wp-block-gallery.has-nested-images > figure.wp-block-image {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body .p_news_detail_images > figure,
  .p_news_detail_body .wp-block-gallery > figure,
  .p_news_detail_body .wp-block-gallery.has-nested-images > figure.wp-block-image {
    flex: 1 1 auto;
  }
}
.p_news_detail_body .p_news_detail_images > figure:first-child:nth-last-child(n+4),
.p_news_detail_body .p_news_detail_images > figure:first-child:nth-last-child(n+4) ~ figure,
.p_news_detail_body .wp-block-gallery.has-nested-images > figure.wp-block-image:first-child:nth-last-child(n+4),
.p_news_detail_body .wp-block-gallery.has-nested-images > figure.wp-block-image:first-child:nth-last-child(n+4) ~ figure {
  flex: 0 0 calc((100% - 40px * 2) / 3);
}
.p_news_detail_body .wp-block-columns {
  margin-top: 40px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 40px;
}
.p_news_detail_body .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .p_news_detail_body .wp-block-columns {
    grid-auto-flow: row;
    gap: 16px;
  }
}
.p_news_detail_h2 {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_news_detail_h2 {
    line-height: 1.35;
  }
}
.p_news_detail_h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_news_detail_h2 {
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
}
.p_news_detail_h3 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #1d98ce;
  letter-spacing: 0.05em;
}
.p_news_detail_text {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_news_detail_text {
    font-size: 14px;
  }
}
.p_news_detail_text {
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.75;
  color: #63534e;
}
.p_news_detail_back {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .p_news_detail_back {
    margin-top: 40px;
  }
}
.p_news_detail_btn {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_news_detail_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.p_news_detail_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 64px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  border-radius: 34px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .p_news_detail_btn {
    height: 48px;
    font-size: 15px;
  }
}
.p_news_detail_btn {
  position: relative;
}
@media screen and (max-width: 896px) {
  .p_news_detail_btn {
    width: 100%;
    max-width: 240px;
  }
}
.p_news_detail_btn i {
  position: absolute;
  right: 24px;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .p_news_detail_btn i {
    right: 16px;
    font-size: 16px;
  }
}

.p_contact_header .c_page_header_title {
  font-size: clamp(28px, 2.4vw, 46px);
}

.p_contact_phone {
  padding-top: 80px;
  text-align: center;
  background-image: url("../images/contact/section_01_bg_lt.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 15.89vw auto;
}
@media screen and (max-width: 896px) {
  .p_contact_phone {
    padding-top: 40px;
    background-size: 160px auto;
  }
}

.p_contact_tel {
  margin-top: 64px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.028em;
  color: #006400;
}
@media screen and (max-width: 896px) {
  .p_contact_tel {
    margin-top: 40px;
    font-size: 30px;
    white-space: nowrap;
  }
}
.p_contact_tel_prefix {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.028em;
  color: #63534e;
}
@media screen and (max-width: 896px) {
  .p_contact_tel_prefix {
    font-size: 16px;
  }
}
.p_contact_tel_prefix {
  margin-right: 8px;
}

.p_contact_tel_note {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_tel_note {
    font-size: 14px;
  }
}
.p_contact_tel_note {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.028em;
  color: #63534e;
}

.p_contact_form {
  margin-top: 80px;
  background-color: #edf7ee;
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .p_contact_form {
    margin-top: 40px;
    padding: 40px 0;
  }
}

.p_contact_form_lead {
  margin-top: 56px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_lead {
    margin-top: 32px;
  }
}
.p_contact_form_lead {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_lead {
    font-size: 14px;
  }
}
.p_contact_form_lead {
  line-height: 1.75;
  color: #63534e;
}

.p_contact_privacy_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_contact_privacy_title {
    line-height: 1.35;
  }
}
.p_contact_privacy_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_contact_privacy_title {
  margin-top: 56px;
}
@media screen and (max-width: 896px) {
  .p_contact_privacy_title {
    margin-top: 40px;
  }
}
.p_contact_privacy_title {
  font-size: 24px;
  font-weight: 700;
  color: #63534e;
}

.p_contact_privacy_box {
  margin-top: 27px;
  height: 200px;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 24px;
  font-size: 14px;
  line-height: 2;
  color: #63534e;
  scrollbar-width: thin;
  scrollbar-color: #757575 #d1d1d1;
}
.p_contact_privacy_box p + p {
  margin-top: 16px;
}
.p_contact_privacy_box::-webkit-scrollbar {
  width: 12px;
}
.p_contact_privacy_box::-webkit-scrollbar-track {
  background: #d1d1d1;
}
.p_contact_privacy_box::-webkit-scrollbar-thumb {
  background: #757575;
}
.p_contact_privacy_box::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.p_contact_form_body {
  margin-top: 64px;
  background: #ffffff;
  border-radius: 40px;
  padding: 64px 80px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_body {
    margin-top: 32px;
    padding: 24px;
  }
}

.p_contact_form_row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 32px 0;
  border-bottom: 1px solid #b7a39e;
}
@media screen and (max-width: 1220px) {
  .p_contact_form_row {
    flex-direction: column;
    gap: 4px;
    padding: 16px 0;
  }
}

.p_contact_form_label {
  flex-shrink: 0;
  align-self: stretch;
  width: 400px;
  padding-left: 19px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_label {
    font-size: 14px;
  }
}
.p_contact_form_label {
  font-weight: 700;
  line-height: 3.5;
  color: #006400;
}
@media screen and (max-width: 1220px) {
  .p_contact_form_label {
    width: 100%;
    padding-left: 0;
    line-height: 1.6;
  }
}

.p_contact_form_required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: #b8272d;
  border-radius: 6px;
}

.p_contact_form_input {
  flex: none;
  width: 632px;
}
@media screen and (max-width: 1220px) {
  .p_contact_form_input {
    width: 100%;
  }
}
.p_contact_form_input input[type=text],
.p_contact_form_input input[type=tel],
.p_contact_form_input input[type=email] {
  width: 500px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_input input[type=text],
  .p_contact_form_input input[type=tel],
  .p_contact_form_input input[type=email] {
    font-size: 14px;
  }
}
.p_contact_form_input input[type=text],
.p_contact_form_input input[type=tel],
.p_contact_form_input input[type=email] {
  font-family: "LINE Seed JP", sans-serif;
  outline: none;
  color: #63534e;
  background: #ffffff;
}
@media screen and (max-width: 1220px) {
  .p_contact_form_input input[type=text],
  .p_contact_form_input input[type=tel],
  .p_contact_form_input input[type=email] {
    width: 100%;
  }
}
.p_contact_form_input textarea {
  width: 611px;
  height: 156px;
}
@media screen and (max-width: 1220px) {
  .p_contact_form_input textarea {
    width: 100%;
  }
}
.p_contact_form_input textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_input textarea {
    font-size: 14px;
  }
}
.p_contact_form_input textarea {
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.75;
  color: #63534e;
  resize: none;
  outline: none;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #757575 #d1d1d1;
}
.p_contact_form_input textarea::-webkit-scrollbar {
  width: 12px;
}
.p_contact_form_input textarea::-webkit-scrollbar-track {
  background: #d1d1d1;
}
.p_contact_form_input textarea::-webkit-scrollbar-thumb {
  background: #757575;
}
.p_contact_form_input textarea::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.p_contact_form_radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_radios {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p_contact_form_radios .wpcf7-form-control-wrap {
  grid-column: 1/-1;
}
.p_contact_form_radios .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_radios .wpcf7-radio {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p_contact_form_radios .wpcf7-list-item {
  margin: 0;
}
.p_contact_form_radios label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_radios label {
    font-size: 14px;
  }
}
.p_contact_form_radios label {
  white-space: nowrap;
}
.p_contact_form_radios input[type=radio] {
  appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.p_contact_form_radios input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

.p_contact_form_age {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_age {
    font-size: 14px;
  }
}
.p_contact_form_age input[type=number] {
  width: 107px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_contact_form_age input[type=number] {
    font-size: 14px;
  }
}
.p_contact_form_age input[type=number] {
  font-family: "LINE Seed JP", sans-serif;
  outline: none;
  color: #63534e;
  background: #ffffff;
  text-align: center;
}

.p_contact_form_agree {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p_contact_form_agree {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p_contact_form_agree .wpcf7-list-item {
  margin: 0;
}
.p_contact_form_agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.075em;
  color: #63534e;
}
.p_contact_form_agree input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.p_contact_form_agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 4px;
  height: 7px;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  transform: rotate(45deg);
}

.p_contact_form_submit {
  margin-top: 40px;
  text-align: center;
}

.p_contact_form_btn {
  transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.4s cubic-bezier(0.37, 0, 0.63, 1), letter-spacing 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.p_contact_form_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #006400;
  letter-spacing: 0.15em;
}
.p_contact_form_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 64px;
  border: 2px solid #006400;
  background: #006400;
  color: #ffffff;
  border-radius: 34px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .p_contact_form_btn {
    height: 48px;
    font-size: 15px;
  }
}
.p_contact_form_btn {
  cursor: pointer;
}

.p_download_header .c_page_header_title {
  font-size: clamp(28px, 3vw, 46px);
}

.p_download_header + .p_download {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .p_download_header + .p_download {
    margin-top: 0;
  }
}

.p_download {
  background: #cee9f2;
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .p_download {
    padding: 40px 16px;
  }
}

.p_download_box {
  margin-top: 56px;
  background: #ffffff;
  border: 4px solid #e2e2e2;
  border-radius: 40px;
  padding: 56px 56px;
}
@media screen and (max-width: 896px) {
  .p_download_box {
    margin-top: 32px;
    padding: 24px;
  }
}
.p_download_box_title {
  position: relative;
  display: inline-block;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 896px) {
  .p_download_box_title {
    line-height: 1.35;
  }
}
.p_download_box_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 8px);
  background: rgba(247, 213, 120, 0.7);
  z-index: -1;
}
.p_download_box_title {
  font-size: 24px;
  font-weight: 800;
  color: #63534e;
  letter-spacing: 0.05em;
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .p_download_box_title {
    margin-top: 40px;
    font-size: 18px;
  }
}
.p_download_box_title:first-child {
  margin-top: 0;
}

.p_download_year {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 24px 0;
  border-bottom: 1px solid #b7a39e;
}
@media screen and (max-width: 896px) {
  .p_download_year {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.p_download_box_title + .p_download_year {
  padding-top: 32px;
}

.p_download_year_label {
  width: 220px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_download_year_label {
    font-size: 14px;
  }
}
.p_download_year_label {
  font-weight: 400;
  color: #63534e;
  white-space: nowrap;
  padding-left: 16px;
}

.p_download_links {
  list-style: none;
  padding: 0;
  display: flex;
  column-gap: 8px;
}
@media screen and (max-width: 896px) {
  .p_download_links {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
.p_download_links li {
  display: flex;
  align-items: center;
}
.p_download_links li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #63534e;
}
.p_download_links a {
  position: relative;
  isolation: isolate;
}
.p_download_links a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 2px);
  background: #f7d578;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.p_download_links a:hover {
  opacity: 1;
}
.p_download_links a:hover::before {
  transform: scaleY(1);
}
.p_download_links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_download_links a {
    font-size: 14px;
  }
}
.p_download_links a {
  color: #63534e;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p_download_links a i {
  font-size: 18px;
  color: #63534e;
}

.p_download_forms {
  list-style: none;
  padding: 0;
}
.p_download_forms li {
  padding: 24px 0;
  border-bottom: 1px solid #b7a39e;
}
.p_download_forms li:first-child {
  padding-top: 32px;
}
.p_download_forms a {
  position: relative;
  isolation: isolate;
}
.p_download_forms a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(50% + 2px);
  background: #f7d578;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.p_download_forms a:hover {
  opacity: 1;
}
.p_download_forms a:hover::before {
  transform: scaleY(1);
}
.p_download_forms a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .p_download_forms a {
    font-size: 14px;
  }
}
.p_download_forms a {
  color: #63534e;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p_download_forms a i {
  font-size: 18px;
  color: #63534e;
}

body {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 14px;
  }
}

.l_inner {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .l_inner {
    width: 100%;
    padding: 0 16px;
  }
}

.l_inner--pad {
  width: 85%;
  margin: 0 auto;
  padding: 0 4.74%;
}
@media screen and (max-width: 896px) {
  .l_inner--pad {
    width: 100%;
    padding: 0 16px;
  }
}

.l_inner--fixed {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .l_inner--fixed {
    width: 100%;
    padding: 0 16px;
  }
}

.u_br_sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .u_br_sp {
    display: block;
  }
}
