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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

span, picture {
  display: inline-block;
}

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

input,
textarea,
select {
  font: inherit;
}

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

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
main {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  background-color: #FFF;
}

.c-button--line {
  border-radius: 3.5rem;
  background: #00960f;
  -webkit-box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
          box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
  max-width: 28.75rem;
  margin-inline: auto;
  padding: 0.625rem 1.5rem;
  border: solid 1px transparent;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-button--line:hover {
    background: #FFF;
    color: #00960f;
    border: solid 1px currentColor;
  }
  .c-button--line:hover::after {
    opacity: 0;
  }
  .c-button--line:hover a {
    opacity: 1;
  }
}
.c-button--line::before {
  content: "";
  width: 0.8125rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  background: url("../img/line-arrow-active.svg") center/contain no-repeat;
}
.c-button--line::after {
  content: "";
  width: 0.8125rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  background: url("../img/line-arrow.svg") center/contain no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-button__cta--typ1,
.c-button__cta--typ2 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 13px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.5rem;
  border-radius: 2rem;
  width: max(16.5rem, 191px);
  border: solid 1px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

.c-button__cta--typ1 {
  background: #567b8c;
}
@media (any-hover: hover) {
  .c-button__cta--typ1:hover {
    background: #FFF;
    color: #567b8c;
    border: solid 1px currentColor;
  }
  .c-button__cta--typ1:hover a {
    opacity: 1;
  }
}

.c-button__cta--typ2 {
  background: #00960f;
}
@media (any-hover: hover) {
  .c-button__cta--typ2:hover {
    background: #FFF;
    color: #00960f;
    border: solid 1px currentColor;
  }
  .c-button__cta--typ2:hover a {
    opacity: 1;
  }
}

.c-logo {
  width: 6.5625rem;
}

.c-title {
  color: #685B4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  border-left: 0.5625rem solid #d4e2dd;
  padding-left: 0.625rem;
}

.c-textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: justify;
}
@media screen and (max-width: 499px) {
  .c-textBox {
    gap: 1.25rem;
  }
}

.c-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
}

.c-tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-tag {
  border-radius: 3.5rem;
  background: #567b8c;
  -webkit-box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
          box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
  padding-inline: 1.5rem;
  padding-block: 1px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 13px);
  font-style: normal;
  font-weight: 500;
  line-height: 2.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.c-tag::before {
  content: "";
  background: url("../img/location-tag.svg") center/contain no-repeat;
  width: 1.1875rem;
  height: 1.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.l-header {
  width: 31.25rem;
  height: 6.5625rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

.l-header__inner {
  padding-inline: 1.6875rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo {
  width: 6.5625rem;
  height: 6.5625rem;
  z-index: 102;
  position: relative;
}

.l-drawer-button__wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.25rem;
  padding: 2.3125rem 1.6875rem 0 0;
  z-index: 102;
}

.l-drawer-button {
  position: relative;
  width: 2.625rem;
  height: 3.125rem;
  padding: 0.8125rem 0;
  display: none;
  margin-left: auto;
}
@media (max-width: 1105px) {
  .l-drawer-button {
    display: block;
  }
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(1) {
  translate: -50% 0.375rem;
  rotate: 20deg;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(2) {
  translate: -50% -0.375rem;
  rotate: -20deg;
}

.l-drawer-button__bar {
  width: 2.625rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: translate 0.3s linear;
  transition: translate 0.3s linear;
}
.l-drawer-button__bar:nth-child(1) {
  top: 0;
}
.l-drawer-button__bar:nth-child(2) {
  top: 0.75rem;
}

.l-drawer-menu {
  translate: -50% -100%;
  -webkit-transition: translate 0.3s linear, display 0.3s linear;
  transition: translate 0.3s linear, display 0.3s linear;
  height: 100dvh;
  z-index: -1;
  position: fixed;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  left: 50%;
  top: 0;
  background: url("../img/left-bg.webp") center left/cover no-repeat;
}
.l-drawer-menu.is-checked {
  translate: -50% 0;
}
.l-drawer-menu nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17.5rem;
}
@media screen and (max-height: 600px) {
  .l-drawer-menu nav {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-block: 4.5rem;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.l-drawer-nav__heading {
  width: 6.1875rem;
  margin-inline: auto;
  position: relative;
}
.l-drawer-nav__heading::after {
  content: "";
  width: 3rem;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #567b8c), color-stop(50%, #8cb3c2));
  background: linear-gradient(to right, #567b8c 50%, #8cb3c2 50%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.375rem;
}

.l-drawer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  padding-top: 4.125rem;
}

.l-drawer-nav__list {
  color: #567b8c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  position: relative;
  margin-left: 2rem;
}
.l-drawer-nav__list::before, .l-drawer-nav__list::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.6875rem;
  width: 0.8125rem;
  height: 0.8125rem;
}
.l-drawer-nav__list::before {
  background: url("../img/nav-arrow-active.svg") center/cover no-repeat;
}
.l-drawer-nav__list::after {
  background: url("../img/nav-arrow.svg") center/cover no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-drawer-nav__list a:hover {
    opacity: 1;
  }
  .l-drawer-nav__list:hover::after {
    opacity: 0;
  }
}

.l-footer {
  background: #e3edee;
  max-width: 31.25rem;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.l-footer__inner {
  padding-block: 4rem;
}

.l-footer-nav {
  width: 22.8125rem;
  margin: 0 auto;
}

.l-footer-nav__lists {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1.875rem 3rem;
}

.l-footer-nav__list {
  color: #567b8c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.l-footer__logo {
  margin-top: 3.5rem;
  margin-inline: auto;
}

.p-main-visual {
  position: relative;
  z-index: 0;
  height: 50.8125rem;
}
.p-main-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/mv-bg.webp") top/cover no-repeat;
  z-index: -1;
  height: 50.8125rem;
}

.p-main-visual__title {
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-family: "Shippori Mincho", serif;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.13125rem;
  padding-top: 6.875rem;
  padding-inline: 1.8125rem;
  text-align: center;
}

.p-main-visual__lead {
  position: absolute;
  top: 41.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #685B4C;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-main-visual__lead span {
  background: #FFF;
  padding-inline: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-location {
  background: #f4f9f4;
  height: 40.4375rem;
}

.p-location__inner {
  padding-block: 3rem;
  position: relative;
  z-index: 0;
}
.p-location__inner::before {
  content: "";
  position: absolute;
  width: 23.0625rem;
  aspect-ratio: 369/327;
  top: 13.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/map.svg") center center/cover no-repeat;
  z-index: -1;
}

.p-location__logo {
  margin: 0 auto;
}

.p-location__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 1.25rem;
  color: #685B4C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.p-location__lead::before, .p-location__lead::after {
  content: "";
  width: 1.8125rem;
  height: 2.6875rem;
}
.p-location__lead::before {
  background: url("../img/location-deco-left.svg") center/contain no-repeat;
}
.p-location__lead::after {
  background: url("../img/location-deco-right.svg") center/contain no-repeat;
}

.p-location__tagBox {
  position: absolute;
  top: 34.75rem;
}

.p-about__inner {
  padding-inline: 1.5625rem;
}

.p-about__lead {
  color: #685B4C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 2.5rem;
}

.p-about__tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 2.2;
  margin-top: 1.25rem;
}

.p-about__tag {
  border-radius: 2rem;
  background: #568c63;
  padding-inline: 1.25rem;
}

.p-about__tagDeco {
  width: 1.25rem;
}

.p-about__textBox__top {
  padding-top: 2.5rem;
}

.p-about-lists__title {
  margin-top: 3rem;
}

.p-about__lists {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.75rem;
}

.p-about__list {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
  position: relative;
  padding-left: 1.125rem;
}
.p-about__list::before {
  content: "";
  width: 5px;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.5rem;
  background-color: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-about__textBox__bottom {
  padding-top: 1.25rem;
}

.p-about__button {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}

.p-vision {
  background: #f4f9f4;
}

.p-vision__inner {
  padding-block: 4rem;
  padding-inline: 1.5625rem;
}

.p-vision-menu__lead {
  color: #685B4C;
  text-align: center;
  font-family: #685B4C;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.p-vision-menu-lead__sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translate(-0.6875rem, -0.75rem);
          transform: translate(-0.6875rem, -0.75rem);
}

.p-vision-menu-lead__number {
  color: #567b8c;
  font-size: 5.569875rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-vision-menu-lead__number::before {
  content: "";
  display: inline-block;
  background: url("../img/vision-menu-deco.svg") center/contain no-repeat;
  width: 1.25rem;
  height: 1.78125rem;
  -webkit-transform: translate(0.125rem, 0.125rem);
          transform: translate(0.125rem, 0.125rem);
}

.p-vision-menu-lead__color {
  color: #567b8c;
}

.p-vision__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5625rem;
}

.p-vision__list figcaption {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 0.4375rem;
}

.p-vision-list__img {
  width: 8.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
          box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
  border-radius: 8.0818125rem;
  aspect-ratio: 132/132;
}

.p-vision-menu__text {
  padding-top: 2.75rem;
}

.p-vision__title {
  margin-top: 3.5rem;
}

.p-vision__textBox {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  line-break: strict;
}

.p-vision__img {
  width: 100%;
  padding-top: 2rem;
}

.p-vision__textBox--bottom {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.p-vision__workplace {
  padding-top: 6.625rem;
  text-align: center;
}

.p-vision-workplace__title {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.p-vision-workplace__cards {
  padding-top: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-vision-workplace__card01 {
  width: 25.6875rem;
}

.p-vision-workplace__card02 {
  width: 26.875rem;
}

.p-vision-workplace__card03 {
  width: 25.6875rem;
}

.p-value__heading {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0875rem;
  height: 19.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 11.625rem;
}
.p-value__heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/value-bg.webp") center/cover no-repeat;
  z-index: -1;
  width: 31.25rem;
  height: 19.75rem;
}
.p-value__heading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/heading-bg-deco.svg") center/contain no-repeat;
  z-index: -1;
  top: 11.625rem;
}

.p-value__inner {
  padding-bottom: 4rem;
  padding-inline: 1.5625rem;
}

.p-value__contents {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.625rem;
}

.p-value__textBox {
  padding-top: 2rem;
  max-width: 28.125rem;
  text-align: justify;
}

.p-value__text span {
  color: #855929;
  font-weight: 700;
  display: inline;
}

.p-value__lead {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.p-why {
  background: #e3edee;
}

.p-why__inner {
  padding-block: 4.125rem;
  padding-inline: 2.1875rem;
}

.p-why_heading {
  color: #685B4C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0.25rem solid #c4d7c1;
}

.p-why-heading__number {
  color: #567b8c;
  font-size: 5.569875rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transform: translate(-0.1875rem, 0px);
          transform: translate(-0.1875rem, 0px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-why-heading__number::before {
  content: "";
  display: inline-block;
  background: url("../img/vision-menu-deco.svg") center/contain no-repeat;
  width: 1.25rem;
  height: 1.786875rem;
  -webkit-transform: translate(-1px, 0px);
          transform: translate(-1px, 0px);
}

.p-why-heading__color {
  color: #567b8c;
}

.p-why__cards {
  padding-top: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.875rem;
}

.p-why__card {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
  position: relative;
}
.p-why__card:nth-child(1) .p-why-card__number {
  top: -0.9375rem;
  left: -0.40625rem;
  width: 4.3125rem;
}
.p-why__card:nth-child(2) .p-why-card__number {
  top: -0.9375rem;
  left: -1.03125rem;
  width: 5.1875rem;
}
.p-why__card:nth-child(3) .p-why-card__number {
  top: -1.125rem;
  left: -1.03125rem;
  width: 5.1875rem;
}

.p-why-card__number {
  position: absolute;
  top: -0.9375rem;
  left: -0.40625rem;
}

.p-why__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12rem;
}
.p-why__lead span {
  background: #567b8c;
  padding: 0.125rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-why-card__img {
  width: 14.25rem;
}

.p-why__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.p-compare {
  background: #FFF;
}

.p-compare__heading {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0875rem;
  height: 19.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 12.25rem;
  z-index: 0;
}
.p-compare__heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/compare-bg.webp") center/cover no-repeat;
  z-index: -1;
  width: 31.25rem;
  height: 19.75rem;
}
.p-compare__heading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/heading-bg-deco.svg") center/contain no-repeat;
  z-index: -1;
  top: 12.25rem;
}

.p-compare__inner {
  padding-inline: 2.1875rem;
  padding-bottom: 4.375rem;
}

.p-compare__cards {
  padding-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.1875rem;
}

.p-compare-card__img {
  width: 16.6875rem;
  margin-inline: auto;
  -webkit-transform: translateX(-0.8125rem);
          transform: translateX(-0.8125rem);
}

.p-compare__tag--typ01 {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  border-radius: 6.25rem;
  border: 1px solid #567b8c;
  background: #FFF;
  padding: 0.25rem 1.5rem;
  margin-top: 2.375rem;
  margin-inline: auto;
}
.p-compare__tag--typ01::before, .p-compare__tag--typ01::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #99A9B0;
  border-radius: 50%;
}
.p-compare__tag--typ01::before {
  left: 1.5rem;
}
.p-compare__tag--typ01::after {
  right: 1.5rem;
}

.p-compare__text {
  padding-top: 1.5rem;
  text-align: justify;
}

.p-compare__tag--typ02 {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  border-radius: 6.25rem;
  border: 1px solid #567b8c;
  background: #FFF;
  padding: 0.25rem 1.5rem;
  margin-top: 3.5rem;
}
.p-compare__tag--typ02::before, .p-compare__tag--typ02::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #99A9B0;
  border-radius: 50%;
}
.p-compare__tag--typ02::before {
  left: 1.5rem;
}
.p-compare__tag--typ02::after {
  right: 1.5rem;
}

.p-compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
}

.p-compare-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1875rem;
  border-bottom: solid 1px #99A9B0;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
}
.p-compare-list__item:nth-child(1) .p-compare-list-icon {
  width: 1.875rem;
}
.p-compare-list__item:nth-child(2) .p-compare-list-icon {
  width: 2.1875rem;
}
.p-compare-list__item:nth-child(3) .p-compare-list-icon {
  width: 1.5rem;
}
.p-compare-list__item:nth-child(4) .p-compare-list__green {
  width: 3.25rem;
  margin-right: 1.9375rem;
  text-align: end;
}
.p-compare-list__item:nth-child(4) .p-compare-list__red {
  width: 2.5625rem;
  margin-left: 1.4375rem;
}
.p-compare-list__item:nth-child(4) .p-compare-list-icon {
  width: 1.6875rem;
}

.p-compare-list__term {
  color: #99A9B0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.5rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.p-compare-list-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-compare-list-arrow {
  width: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.p-compare-list__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-compare-list__green {
  color: #567b8c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-right: 1.0625rem;
  width: 4.25rem;
  white-space: nowrap;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
.p-compare-list__green span {
  font-size: max(1.125rem, 14px);
}

.p-compare-list__red {
  color: #D85E8A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 0.8125rem;
  white-space: nowrap;
}
.p-compare-list__red span {
  font-size: max(1.125rem, 14px);
}

.p-compare-list__red--typ2 {
  color: #D85E8A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 1.4375rem;
  width: 5.4375rem;
}
.p-compare-list__red--typ2 span {
  font-size: 1.125rem;
}

.p-compare__button {
  min-height: max(4rem, 50px);
}

.p-compare-staff-message__inner {
  padding-inline: 1.5625rem;
  padding-bottom: 4rem;
}

.p-compare-staff-message__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 4.5rem;
}
.p-compare-staff-message__heading h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #99A9B0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.35rem;
  -webkit-transform: translateY(-0.375rem);
          transform: translateY(-0.375rem);
}
.p-compare-staff-message__heading span {
  color: #685B4C;
  font-size: 1.625rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0px;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}
.p-compare-staff-message__heading::before, .p-compare-staff-message__heading::after {
  content: "";
  width: 1.8125rem;
  height: 3.625rem;
}
.p-compare-staff-message__heading::before {
  background: url("../img/location-deco-left.svg") center/contain no-repeat;
}
.p-compare-staff-message__heading::after {
  background: url("../img/location-deco-right.svg") center/contain no-repeat;
}

.p-compare-message__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 2.0625rem;
}

.message {
  background: #FFF;
}

.p-message__heading {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0875rem;
  height: 19.75rem;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 11.375rem;
}
.p-message__heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/message.webp") center/cover no-repeat;
  z-index: -1;
  width: 31.25rem;
  height: 19.75rem;
}
.p-message__heading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/heading-bg-deco.svg") center/contain no-repeat;
  z-index: -1;
  top: 11.1875rem;
}

.message__inner {
  padding-inline: 1.5625rem;
  padding-bottom: 4rem;
}

.p-message__lead {
  color: #685B4C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 3rem;
  white-space: nowrap;
}

.p-message__img {
  width: 18.0625rem;
  margin-inline: auto;
  -webkit-transform: translateX(0.875rem);
          transform: translateX(0.875rem);
}

.p-message__title {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  border-radius: 6.25rem;
  border: 1px solid #567b8c;
  background: #FFF;
  padding: 0.625rem 1.5rem;
  max-width: 26.875rem;
  margin-inline: auto;
}
.p-message__title::before, .p-message__title::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #99A9B0;
  border-radius: 50%;
}
.p-message__title::before {
  left: 24px;
}
@media screen and (max-width: 499px) {
  .p-message__title::before {
    left: 1.5rem;
  }
}
.p-message__title::after {
  right: 1.5rem;
}

.p-message__textBox {
  padding-top: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6875rem;
}

.p-schedule {
  background: #f4f9f4;
}

.p-schedule__inner {
  padding-top: 4rem;
  padding-bottom: 5.5rem;
  padding-inline: 1.5625rem;
}

.p-schedule__heading {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-schedule__heading h2 {
  border-bottom: 1px solid #567b8c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.3125rem;
}
.p-schedule__heading span {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.p-schedule__heading p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.p-schedule__contents {
  padding-top: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-schedule__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  background: #FFF;
  -webkit-box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.18);
          box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.18);
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  padding-inline: 1.5rem;
  position: relative;
}
.p-schedule__content:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/schedule-arrow.svg") center/contain no-repeat;
  width: 1.3125rem;
  height: 1.125rem;
}

.p-schedule__img {
  width: 8.375rem;
  height: 8.375rem;
  aspect-ratio: 134/134;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-schedule__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
}

.p-schedule__tag {
  border-radius: 2rem;
  background: #567b8c;
  padding: 0.3125rem 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 13px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.p-schedule__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

.p-guideline {
  background: #e3edee;
}

.p-guideline__inner {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  padding-inline: 2.1875rem;
}

.p-guideline__title {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  border-radius: 6.25rem;
  border: 1px solid #567b8c;
  background: #FFF;
  padding: 0.5625rem 1.5rem;
}
.p-guideline__title::before, .p-guideline__title::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #99A9B0;
  border-radius: 50%;
}
.p-guideline__title::before {
  left: 1.5rem;
}
.p-guideline__title::after {
  right: 1.5rem;
}

.p-guideline__lists {
  border-radius: 0.625rem;
  border: 1px solid #567b8c;
  background: #FFF;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}

.p-guideline__list {
  color: #567b8c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  max-width: 21.875rem;
}
.p-guideline__list::before {
  content: "";
  background: url("../img/guideline-listMarker.svg") center/cover no-repeat;
  width: 2rem;
  height: 2rem;
  margin-top: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-recruit {
  background: #FFF;
}

.p-recruit__inner {
  padding-bottom: 4rem;
  padding-top: 3rem;
}

.p-recruit__title {
  color: #567b8c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.175rem;
  position: relative;
  z-index: 0;
  margin-block: 4rem;
}
.p-recruit__title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/recruit-title-bg.svg") center/contain no-repeat;
  z-index: -1;
  width: 26.125rem;
  height: 8.125rem;
  aspect-ratio: 418/130;
}

.p-recruit__tagBox {
  padding-top: 1.4375rem;
}

.p-recruit__list {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  width: 26.875rem;
  margin-inline: auto;
}

.p-recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #99A9B0;
  padding-bottom: 0.25rem;
  gap: 1.1875rem;
}

.p-recruit__term {
  color: #99A9B0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 0.625rem;
  padding-left: 0.625rem;
  min-width: 9.375rem;
}

.p-recruit__description {
  color: #838383;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  padding-block: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}

.p-flow {
  background: #f4f9f4;
}

.p-flow__inner {
  padding-block: 3rem;
  padding-inline: 1.5625rem;
}

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

.p-flow__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 1.25rem;
  color: #685B4C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.p-flow__lead::before, .p-flow__lead::after {
  content: "";
  width: 1.8125rem;
  height: 2.6875rem;
}
.p-flow__lead::before {
  background: url("../img/location-deco-left.svg") center/contain no-repeat;
}
.p-flow__lead::after {
  background: url("../img/location-deco-right.svg") center/contain no-repeat;
}

.p-flow__button {
  margin-top: 1.25rem;
  border-radius: 3.5rem;
  background: #00960f;
  -webkit-box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
          box-shadow: 0 7px 32px 0 rgba(153, 169, 176, 0.2);
  width: 100%;
  padding: 2rem 2.5rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: solid 1px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-flow__button:hover {
    background: #FFF;
    color: #00960f;
    border: solid 1px currentColor;
  }
  .p-flow__button:hover::after {
    opacity: 0;
  }
  .p-flow__button:hover a {
    opacity: 1;
  }
}
.p-flow__button::before {
  content: "";
  width: 1rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  background: url("../img/line-arrow-active.svg") center/contain no-repeat;
}
.p-flow__button::after {
  content: "";
  width: 1rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  background: url("../img/line-arrow.svg") center/contain no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-flow__title {
  margin-top: 3.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 6.25rem;
  border: 1px solid #567b8c;
  background: #FFF;
  max-width: 26.875rem;
  margin-inline: auto;
  color: #567b8c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-flow__title::before, .p-flow__title::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #99A9B0;
  border-radius: 50%;
}
.p-flow__title::before {
  left: 1.5rem;
}
.p-flow__title::after {
  right: 1.5rem;
}

.p-flow__img {
  width: 28.125rem;
  margin-inline: auto;
  padding-top: 2rem;
}

.p-flow__textBox {
  padding-top: 2rem;
}

.p-faq {
  background: #FFF;
}

.p-faq__inner {
  padding-inline: 1.5625rem;
  padding-top: 2.75rem;
  padding-bottom: 4rem;
}

.p-faq__heading {
  color: #685B4C;
}

.p-faq__heading--en {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-faq__heading--ja {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.p-faq__lists {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.75rem;
}

.p-faq__list {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px dashed #000;
  padding-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
}

.p-faq__question {
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0;
}
.p-faq__question::before {
  content: "Q";
  color: #685B4C;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}

.p-faq__answer {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
}

.p-cta {
  background: #f4f9f4;
}

.p-cta__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.p-cta-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info {
  background: #f4f9f4;
}
.p-info iframe {
  margin: 0 auto;
  width: 28.125rem;
  height: 31.0625rem;
  aspect-ratio: 450/497;
}

.p-info__inner {
  padding-bottom: 4rem;
  padding-inline: 1.5625rem;
}

.p-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 2.3125rem;
}

.p-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-info__label {
  background: #567b8c;
  padding: 0.125rem 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.p-info__value {
  color: #567b8c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-side {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 96;
  background: #EDE6E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1105px) {
  .p-left__contents,
  .p-right__contents {
    display: none;
  }
}

.p-left__contents {
  height: 100vh;
  position: relative;
  z-index: 0;
  width: calc(50% - 250px);
}
.p-left__contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/left-bg.webp") center left/cover no-repeat;
  z-index: -1;
}

.p-left-content__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.left__heading {
  width: 79px;
  margin-inline: auto;
  position: relative;
}
.left__heading::after {
  content: "";
  width: 36px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #567b8c), color-stop(50%, #8cb3c2));
  background: linear-gradient(to right, #567b8c 50%, #8cb3c2 50%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
}

.p-left-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-top: 48px;
}

.p-left-nav__list {
  color: #567b8c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  position: relative;
  margin-left: 16px;
}
.p-left-nav__list::before, .p-left-nav__list::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
  width: 10px;
  height: 10px;
}
.p-left-nav__list::before {
  background: url("../img/nav-arrow-active.svg") center/cover no-repeat;
}
.p-left-nav__list::after {
  background: url("../img/nav-arrow.svg") center/cover no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-left-nav__list a:hover {
    opacity: 1;
  }
  .p-left-nav__list:hover::after {
    opacity: 0;
  }
}

.p-right__contents {
  height: 100vh;
  background: #ede6e0;
  width: calc(50% - 250px);
  position: relative;
}

.p-right-content__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-right-contents__logo {
  margin-inline: auto;
}

.p-right-contents-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 32px;
}

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

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

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