@charset "UTF-8";
/* reset */
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, font, 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,
input, textarea, button, header {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: "Zen Old Mincho", serif;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  max-block-size: 999999px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  outline: none;
}

img {
  inline-size: 100%;
  block-size: auto;
  vertical-align: bottom;
}

body {
  color: rgb(51, 51, 51);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
body.js-open {
  position: fixed;
}

a {
  font-weight: 500;
  color: rgb(51, 51, 51);
}

/* header */
.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  inline-size: 100%;
  block-size: 70px;
  padding-inline: 4vw;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .c-header {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .c-header {
    block-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header {
    block-size: 100px;
  }
}

.c-header__body {
  inline-size: 100%;
}

.c-header__logo {
  inline-size: 160px;
}
@media screen and (min-width: 992px) {
  .c-header__logo {
    inline-size: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header__logo {
    inline-size: 230px;
  }
}

.c-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-nav {
    display: block;
  }
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .c-nav__list {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__list {
    gap: 2rem;
  }
}

.c-nav__list-link {
  display: block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__list-link:hover {
  color: rgb(143, 181, 40);
}
@media screen and (min-width: 992px) {
  .c-nav__list-link {
    padding-inline: 0.25rem;
    padding-block: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__list-link {
    padding-inline: 0.5rem;
    padding-block: 0.5rem;
  }
}

.c-hamburger {
  display: block grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inline-size: 70px;
  aspect-ratio: 1;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 100;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    inline-size: 80;
  }
}
@media screen and (min-width: 992px) {
  .c-hamburger {
    display: none;
  }
}

.menu-open .c-hamburger {
  opacity: 0;
}

.c-hamburger__button {
  display: block grid;
  grid-template-rows: 3px;
  grid-template-columns: 2.3125rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  background-color: rgb(255, 255, 255);
  position: relative;
}

.c-hamburger__button-icon {
  display: block grid;
  grid-template-areas: "stack";
  align-self: stretch;
  border-radius: 2px;
  background-color: rgb(143, 181, 40);
}
.c-hamburger__button-icon::before, .c-hamburger__button-icon::after {
  content: "";
  background-color: inherit;
  grid-area: stack;
  border-radius: 2px;
}
.c-hamburger__button-icon::before {
  translate: 0 13px;
}
.c-hamburger__button-icon::after {
  translate: 0 -13px;
}

.c-hamburger__text {
  display: none;
}

.c-hamburger__button-text {
  font-size: 0.875rem;
  font-weight: 500;
}

.c-megamenu {
  display: block;
  inline-size: 100%;
  block-size: unset;
  max-inline-size: unset;
  max-block-size: unset;
  margin: unset;
  padding: unset;
  border: unset;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  inset: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* スライドアウト */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  outline: 0;
  z-index: 80;
}
.c-megamenu .c-megamenu[open] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-megamenu .c-megamenu::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.c-megamenu .c-megamenu::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.c-megamenu__inner {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 100%;
  padding-inline: 1.25rem;
  position: relative;
  z-index: 20;
}

.c-megamenu__button {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 80px;
  aspect-ratio: 1;
  position: absolute;
  top: 0rem;
  right: 1rem;
}

.c-megamenu__close {
  inline-size: 40px;
  block-size: 40px;
  position: relative;
  cursor: pointer;
}
.c-megamenu__close::before, .c-megamenu__close::after {
  content: "";
  inline-size: 53px;
  block-size: 3px;
  border-radius: 2px;
  background-color: rgb(143, 181, 40);
  position: absolute;
  left: 0.25rem;
}
.c-megamenu__close::before {
  top: 0;
  rotate: 46deg;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.c-megamenu__close::after {
  bottom: 0;
  rotate: -46deg;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.c-megamenu__text {
  display: none;
}

.c-megamenu__body {
  inline-size: 100%;
  margin-inline: auto;
}

.c-megamenu__main {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  max-inline-size: 654px;
  margin-inline: auto;
  padding-block: 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .c-megamenu__main {
    gap: 1.25rem;
  }
}

.c-megamenu__link {
  display: grid;
  inline-size: 100%;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  font-size: clamp(1.375rem, 0.798rem + 1.6vw, 2rem);
  font-weight: bold;
  color: rgb(143, 181, 40);
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-megamenu__link:hover {
  color: rgba(143, 181, 40, 0.8);
}

.c-megamenu__bg {
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-megamenu__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

/* footer */
.c-footer {
  padding-block: 2rem 5rem;
  padding-inline: 1rem;
  background-image: url(../img/bg-01.png);
  background-color: rgb(143, 181, 40);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-block: 3rem 4rem;
  }
}
@media screen and (min-width: 992px) {
  .c-footer {
    padding-block: 4rem 3rem;
  }
}

.c-footer__inner {
  display: block 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: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-footer__inner {
    gap: 3.5rem;
  }
}

.c-footer__nav {
  display: block grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 0.625rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .c-footer__nav {
    grid-template-columns: repeat(3, auto);
    gap: 3.875rem;
  }
}

.c-footer__nav-link {
  font-size: 1rem;
  font-weight: normal;
  color: rgb(79, 108, 0);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer__nav-link:hover {
    text-decoration: underline;
  }
}

.c-footer__copy {
  inline-size: 100%;
  font-size: clamp(0.75rem, 0.519rem + 0.64vw, 1rem);
  font-weight: 500;
  color: rgb(79, 108, 0);
  text-align: center;
  position: relative;
  z-index: 20;
}

/* component */
.c-contents {
  container-type: inline-size;
}

.c-innner {
  max-inline-size: 980px;
  margin-inline: auto;
  padding-inline: 4vw;
  -webkit-box-sizing: revert;
          box-sizing: revert;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .c-innner {
    padding-inline: 2rem;
  }
}

.c-headline {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
  position: relative;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .c-headline {
    gap: 1.5rem;
  }
}

.c-headline__en {
  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;
  gap: 1.25rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 0.962rem + 0.8vw, 1.563rem);
  color: rgb(143, 181, 40);
  letter-spacing: 0.1em;
}
.c-headline__en::before, .c-headline__en::after {
  content: "";
  inline-size: 2px;
  block-size: 25px;
  background-color: rgb(143, 181, 40);
}
.c-headline__en::before {
  rotate: -35deg;
}
.c-headline__en::after {
  rotate: 35deg;
}

.c-headline__jp {
  font-size: clamp(1.625rem, -0.486rem + 4.4vw, 2.813rem);
  font-weight: 600;
  line-height: 1;
}

.c-headline__intro {
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.c-headline__intro::before {
  content: "";
  inline-size: calc(100% + 20px);
  block-size: 0.5em;
  background-color: rgb(246, 249, 236);
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}

.p-hero {
  position: relative;
}

.p-hero__detail {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 20;
}
.p-hero__detail::before {
  content: "";
  inline-size: calc(100% + 6px);
  block-size: 100%;
  background-color: rgba(143, 181, 40, 0.7);
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .p-hero__detail {
    bottom: 2.5rem;
  }
  .p-hero__detail::before {
    inline-size: calc(100% + 11px);
    bottom: -11px;
  }
}

.p-hero__detail-inner {
  display: grid;
  gap: 0.5rem;
  padding-block: 0.5rem 0.75rem;
  padding-inline: 1rem 0.5rem;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 576px) {
  .p-hero__detail-inner {
    gap: 1.5rem;
    padding-inline: 1.5rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__detail-inner {
    padding-block: 1.5rem;
    padding-inline: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__detail-inner {
    padding-block: 2rem;
    padding-inline: 2.5rem 1rem;
  }
}

.p-hero__copy {
  font-size: clamp(1.75rem, -0.385rem + 5.93vw, 4.063rem);
  font-weight: 500;
  line-height: 1.2;
  color: rgb(143, 181, 40);
}
@media screen and (min-width: 576px) {
  .p-hero__copy br {
    display: none;
  }
}

.p-hero__title {
  font-size: clamp(0.938rem, 0.764rem + 0.48vw, 1.125rem);
  font-weight: 500;
  line-height: 1;
}

.p-hero__bg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  block-size: calc(100svh - 120px);
}
@media screen and (min-width: 576px) {
  .p-hero__bg {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 576px) {
  .p-hero__bg {
    block-size: auto;
  }
}

.p-hero__bg-item {
  block-size: calc((100svh - 120px) / 2);
}
.p-hero__bg-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  inline-size: 100%;
  block-size: 100%;
}
@media screen and (min-width: 576px) {
  .p-hero__bg-item {
    block-size: 650px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__bg-item {
    block-size: 700px;
  }
}
@media screen and (min-width: 1500px) {
  .p-hero__bg-item {
    block-size: 800px;
  }
}

.p-aboutus {
  container-type: inline-size;
  -webkit-padding-before: 9rem;
          padding-block-start: 9rem;
}

.p-aboutus__inner {
  position: relative;
}

.p-aboutus__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  padding-inline: 2rem;
  position: relative;
  padding-block: 1.5rem;
}
.p-aboutus__copy::before, .p-aboutus__copy::after {
  content: "";
  inline-size: calc(100% - 8px);
  block-size: calc(100% - 8px);
  position: absolute;
}
.p-aboutus__copy::before {
  background-color: rgb(246, 249, 236);
  top: 0.5rem;
  left: 0.5rem;
}
.p-aboutus__copy::after {
  border: 1px solid rgb(143, 181, 40);
  bottom: 0.5rem;
  right: 0.5rem;
}
@media screen and (min-width: 476px) {
  .p-aboutus__copy {
    padding-inline: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__copy {
    inline-size: 100%;
    padding-inline: 0;
    padding-block: 2rem;
  }
  .p-aboutus__copy::before, .p-aboutus__copy::after {
    content: "";
    inline-size: calc(100% - 12px);
    block-size: calc(100% - 12px);
  }
  .p-aboutus__copy::before {
    content: "";
    top: 0.75rem;
    left: 0.75rem;
  }
  .p-aboutus__copy::after {
    bottom: 0.75rem;
    right: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__copy::before, .p-aboutus__copy::after {
    content: "";
    inline-size: calc(100% - 16px);
    block-size: calc(100% - 16px);
  }
  .p-aboutus__copy::before {
    content: "";
    top: 1rem;
    left: 1rem;
  }
  .p-aboutus__copy::after {
    bottom: 1rem;
    right: 1rem;
  }
}

.p-aboutus__copy-text {
  font-size: clamp(1.75rem, 0.083rem + 3.47vw, 2.688rem);
  font-weight: 600;
  color: rgb(79, 108, 0);
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-aboutus__copy-text .spbr {
    display: none;
  }
}

.p-aboutus__detail {
  margin-inline: calc(50% - 50cqi);
  padding-inline: 4vw;
  padding-block: 3rem;
  font-size: clamp(1rem, 0.885rem + 0.32vw, 1.125rem);
  line-height: 2;
}
.p-aboutus__detail strong {
  font-size: 1.38rem;
  color: rgb(79, 108, 0);
}
.p-aboutus__detail br {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-aboutus__detail {
    text-align: center;
  }
  .p-aboutus__detail br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__detail {
    padding-inline: 2rem;
  }
  .p-aboutus__detail .mdsp {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__detail .lgsp {
    display: none;
  }
}

.p-aboutus__example {
  margin-inline: calc(50% - 50cqi);
  padding-inline: 4vw;
  padding-block: 2rem 1.5rem;
  position: relative;
}
.p-aboutus__example::before {
  content: "";
  inline-size: calc(100% - 3vw);
  block-size: 100%;
  background-color: rgb(246, 249, 239);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 576px) {
  .p-aboutus__example::before {
    inline-size: 93%;
  }
  .p-aboutus__example::after {
    content: "";
    inline-size: 7%;
    block-size: 100%;
    background-image: url(../img/aboutus-fig-02.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__example {
    padding-inline: 2rem;
    padding-block: 3rem 2rem;
  }
  .p-aboutus__example::before {
    inline-size: 90%;
  }
  .p-aboutus__example::after {
    inline-size: 10%;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__example {
    padding-block: 4rem 3rem;
  }
  .p-aboutus__example::before {
    inline-size: 85%;
  }
  .p-aboutus__example::after {
    inline-size: 15%;
  }
}

.p-aboutus__example-title {
  font-size: clamp(1rem, 0.222rem + 1.62vw, 1.438rem);
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 20;
}
.p-aboutus__example-title strong {
  font-size: 1.52em;
  font-weight: 600;
}

.p-aboutus__fig {
  max-inline-size: 1280px;
  margin-inline: auto;
  position: relative;
  z-index: 20;
}

.p-aboutus__deco01 {
  inline-size: 70px;
  position: absolute;
  top: 0;
  right: 0;
  translate: -1rem -6rem;
}
@media screen and (min-width: 576px) {
  .p-aboutus__deco01 {
    inline-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__deco01 {
    inline-size: 90px;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__deco01 {
    inline-size: 100px;
    translate: -2rem -6rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-aboutus__deco01 {
    translate: 75% -6rem;
  }
}

.p-point {
  -webkit-padding-before: 8rem;
          padding-block-start: 8rem;
}

.p-point__inner {
  max-inline-size: 980px;
}
@media screen and (min-width: 1200px) {
  .p-point__inner {
    max-inline-size: 1100px;
  }
}

.p-point__box {
  padding-inline: 4vw;
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
  background-color: rgb(246, 249, 239);
  position: relative;
}
.p-point__box:not(:last-of-type) {
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
}
@media screen and (min-width: 768px) {
  .p-point__box {
    padding-inline: 0;
  }
}

.p-point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .p-point__head {
    gap: 1.25rem;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}

.p-point__head-badge {
  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;
  inline-size: 100px;
  block-size: 34px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 0.769rem + 0.64vw, 1.25rem);
  color: rgb(255, 255, 255);
  line-height: 1;
  background-color: rgb(143, 181, 40);
}

.p-point__head-num {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 1.346rem + 3.21vw, 3.75rem);
  color: rgb(143, 181, 40);
  line-height: 1;
  position: relative;
  top: -0.14em;
}

.p-point__head-title {
  inline-size: 100%;
  font-size: clamp(1.375rem, 0.708rem + 1.39vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 476px) {
  .p-point__head-title .spbr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-point__head-title {
    inline-size: auto;
  }
}

.p-point__body {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-point__body {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-point__detail {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-block: 0 1lh;
}
@media screen and (min-width: 768px) {
  .p-point__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-point__detail {
    -webkit-padding-end: 3rem;
            padding-inline-end: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-point__detail {
    padding-block: 1lh;
  }
}

.p-point__detail-par {
  font-weight: 600;
}
.p-point__detail-par:not(:last-of-type) {
  margin-bottom: 1.5lh;
}
.p-point__detail-par strong {
  color: rgb(143, 181, 40);
}

.p-point__detail-brackets {
  font-weight: 600;
  text-indent: -0.5em;
}

.p-point__detail-list li {
  font-weight: 600;
}
.p-point__detail-list li::before {
  content: "⚫︎";
  -webkit-margin-end: 0.3125rem;
          margin-inline-end: 0.3125rem;
  font-size: 0.6em;
  color: rgb(143, 181, 40);
  position: relative;
  top: -0.2em;
}

.p-point__fig {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-margin-start: -2vw;
          margin-inline-start: -2vw;
}
.p-point__fig img {
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-point__fig {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-point__fig {
    -webkit-margin-start: -2rem;
            margin-inline-start: -2rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-point__fig {
    -webkit-margin-start: -5.625rem;
            margin-inline-start: -5.625rem;
    -webkit-padding-end: 3rem;
            padding-inline-end: 3rem;
  }
}

.p-point__badge {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 0.5rem;
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  color: rgb(79, 108, 0);
  line-height: 1;
  border: 2px solid rgb(79, 108, 0);
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-point__badge {
    padding-inline: 2rem;
    padding-block: 1rem;
  }
}

.p-point__slider {
  margin-inline: calc(50% - 50cqi);
  padding-block: 3rem 4rem;
}

.p-point__slider-control {
  display: block flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  position: relative;
}
.p-point__slider-control .swiper-pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  width: auto;
  block-size: 11px;
  position: relative;
  inset: unset;
}
.p-point__slider-control .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background-color: rgb(224, 223, 220);
  opacity: 1;
}
.p-point__slider-control .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: rgb(79, 108, 0);
}
.p-point__slider-control .swiper-button-prev,
.p-point__slider-control .swiper-button-next {
  inline-size: 44px;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(79, 108, 0);
  position: relative;
  inset: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-point__slider-control .swiper-button-prev:hover,
.p-point__slider-control .swiper-button-next:hover {
  opacity: 0.7;
}
.p-point__slider-control .swiper-button-prev::after,
.p-point__slider-control .swiper-button-next::after {
  display: none;
}
.p-point__slider-control .swiper-button-prev::before,
.p-point__slider-control .swiper-button-next::before {
  content: "";
  inline-size: 28px;
  block-size: 100%;
  background-image: url(../img/arrow-r-wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -3px;
}
.p-point__slider-control .swiper-button-prev::before {
  background-image: url(../img/arrow-l-wht.svg);
}

[data-point=point2] .p-point__head {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
[data-point=point2] .p-point__head-title {
  inline-size: 100%;
}
[data-point=point2] .p-point__detail {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
[data-point=point2] .p-point__fig {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-inline: 0 -6vw;
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  [data-point=point2] .p-point__head-title br {
    display: none;
  }
  [data-point=point2] .p-point__detail {
    padding-inline: 2rem 0;
    padding-block: 0 2rem;
  }
  [data-point=point2] .p-point__fig {
    margin-inline: 0 -2vw;
    -webkit-margin-before: auto;
            margin-block-start: auto;
    padding-inline: 2rem 0;
  }
}
@media screen and (min-width: 992px) {
  [data-point=point2] .p-point__head-title br {
    display: block;
  }
  [data-point=point2] .p-point__fig {
    margin-inline: 0 -2rem;
    padding-inline: 2rem 0;
  }
}
@media screen and (min-width: 1300px) {
  [data-point=point2] .p-point__fig {
    margin-inline: 0 -5.625rem;
    padding-inline: 3rem 0;
  }
}

[data-point=point3] .p-point__body {
  display: block;
}
[data-point=point3] .p-point__detail {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-inline: 0;
  padding-block: 0 4rem;
}
[data-point=point3] .p-point__head {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-point=point3] .p-point__head-title {
  inline-size: 100%;
  text-align: center;
}
[data-point=point3] .p-point__detail-par {
  text-align: left;
}
[data-point=point3] .p-point__detail-par br {
  display: none;
}
@media screen and (min-width: 768px) {
  [data-point=point3] .p-point__detail-par {
    text-align: center;
  }
  [data-point=point3] .p-point__detail-par br {
    display: block;
  }
}

[data-point=point4] .p-point__head {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
[data-point=point4] .p-point__head-title {
  inline-size: 100%;
}
@media screen and (min-width: 768px) {
  [data-point=point4].p-point__box {
    padding: 0;
  }
  [data-point=point4] .p-point__detail {
    -webkit-padding-before: 3.5rem;
            padding-block-start: 3.5rem;
  }
  [data-point=point4] .p-point__detail-par .tabbr {
    display: none;
  }
  [data-point=point4] .p-point__fig {
    margin-block: -2rem;
  }
}

.p-point__deco01 {
  max-inline-size: 70px;
  position: absolute;
  top: 0;
  right: 0;
  translate: 2vw -20%;
}
@media screen and (min-width: 576px) {
  .p-point__deco01 {
    max-inline-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__deco01 {
    max-inline-size: 90px;
    translate: 1rem -50%;
  }
}
@media screen and (min-width: 992px) {
  .p-point__deco01 {
    max-inline-size: 100px;
    translate: 2rem -50%;
  }
}
@media screen and (min-width: 1300px) {
  .p-point__deco01 {
    translate: 50% -50%;
  }
}

.p-point__deco02 {
  display: none;
  max-inline-size: 246px;
  position: absolute;
  right: calc(50% - 50cqi);
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-point__deco02 {
    display: block;
  }
}

.p-interview {
  container-type: inline-size;
  -webkit-padding-before: 9rem;
          padding-block-start: 9rem;
}

.p-interview__inner {
  max-inline-size: 1280px;
}
@media screen and (min-width: 768px) {
  .p-interview__inner {
    padding-inline: 1rem;
  }
}

.p-interview__main {
  display: block grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3rem;
  padding-block: 1.5rem 2rem;
  padding-inline: 4vw;
  position: relative;
}
.p-interview__main::before {
  content: "";
  inline-size: calc(100cqi - 2vw);
  block-size: 100%;
  background-image: url(../img/bg-01.png);
  background-color: rgb(143, 181, 40);
  position: absolute;
  left: -4vw;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-interview__main {
    grid-template-columns: minmax(auto, 460px) minmax(auto, 460px);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding-inline: 1rem;
    padding-block: 2rem 3rem;
  }
  .p-interview__main::before {
    inline-size: calc(50cqi + 50%);
    left: calc((100cqi - (50cqi + 50%)) * -1);
  }
}
@media screen and (min-width: 992px) {
  .p-interview__main {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    padding-block: 3rem 4rem;
  }
}

.p-interview__box {
  max-inline-size: 450px;
  position: relative;
  z-index: 20;
}

.p-interview__link {
  display: grid;
  grid-template-columns: 1fr 45px;
  grid-template-areas: "num num" "fig fig" "copy copy" "info button";
  block-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-interview__link:hover img {
  scale: 1.05;
}

.p-interview__num {
  grid-area: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 0.769rem + 0.64vw, 1.25rem);
  color: rgb(255, 255, 255);
  line-height: 1;
}
.p-interview__num span {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  position: relative;
  top: -8px;
}
.p-interview__num::before {
  content: "";
  inline-size: 16px;
  block-size: 2px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-interview__num {
    -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
  }
}

.p-interview__fig {
  grid-area: fig;
  overflow: clip;
  background-color: rgb(255, 255, 255);
}
.p-interview__fig img {
  scale: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-interview__copy {
  grid-area: copy;
  padding-block: 1rem 1rem;
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-interview__copy {
    padding-block: 1.25rem 1.5rem;
  }
}

.p-interview__info {
  grid-area: info;
  color: rgb(255, 255, 255);
  line-height: 1.4;
}

.p-interview__button {
  grid-area: button;
  inline-size: 45px;
  block-size: 45px;
  border-radius: 50%;
  background-color: rgb(79, 108, 0);
  position: relative;
}
.p-interview__button::before {
  content: "";
  inline-size: 28px;
  block-size: 100%;
  background-image: url(../img/arrow-r-wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -3px;
}

.p-interview__deco {
  max-inline-size: 60px;
  position: absolute;
  top: -3rem;
  right: 1rem;
}
@media screen and (min-width: 576px) {
  .p-interview__deco {
    max-inline-size: 70px;
    top: -4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__deco {
    max-inline-size: 80px;
    top: -5rem;
    right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__deco {
    max-inline-size: 100px;
    top: -6rem;
    right: 3rem;
  }
}

.p-message {
  container-type: inline-size;
  -webkit-padding-before: 8rem;
          padding-block-start: 8rem;
  position: relative;
}
.p-message .c-headline {
  row-gap: 1rem;
}

.p-message__main {
  display: grid;
  row-gap: 2rem;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  position: relative;
}
.p-message__main::before {
  content: "";
  inline-size: calc(50cqi + 50%);
  block-size: calc(100% - 32px);
  background-color: rgb(246, 249, 239);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-message__main {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-message__main::before {
    block-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-message__main {
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
  }
}

.p-message__fig {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-inline-size: 450px;
  margin-inline: auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-message__fig {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-inline-size: initial;
    -webkit-margin-start: -1rem;
            margin-inline-start: -1rem;
    -webkit-margin-after: -1rem;
            margin-block-end: -1rem;
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-message__fig {
    -webkit-margin-start: -1rem;
            margin-inline-start: -1rem;
    -webkit-margin-after: -1rem;
            margin-block-end: -1rem;
    -webkit-padding-end: 3rem;
            padding-inline-end: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__fig {
    -webkit-margin-start: -3rem;
            margin-inline-start: -3rem;
    -webkit-margin-after: -1rem;
            margin-block-end: -1rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-message__fig {
    -webkit-margin-start: -6rem;
            margin-inline-start: -6rem;
    -webkit-margin-after: -2rem;
            margin-block-end: -2rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-message__fig {
    -webkit-margin-start: -12rem;
            margin-inline-start: -12rem;
    -webkit-margin-after: -4rem;
            margin-block-end: -4rem;
  }
}

.p-message__detail {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  max-inline-size: 450px;
  margin-inline: auto;
  padding-inline: 4vw;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-message__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-inline-size: 100%;
    padding-inline: 0;
    padding-block: 0.5lh 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-message__detail {
    padding-block: 1lh 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__detail {
    padding-block: 2lh 2rem;
  }
}

.p-message__detail-par br {
  display: none;
}
.p-message__detail-par:not(:last-of-type) {
  -webkit-padding-after: 1lh;
          padding-block-end: 1lh;
}
@media screen and (min-width: 992px) {
  .p-message__detail-par br {
    display: block;
  }
  .p-message__detail-par:not(:last-of-type) {
    -webkit-padding-after: 1.5lh;
            padding-block-end: 1.5lh;
  }
}

.p-message__deco {
  max-inline-size: 130px;
  position: absolute;
  right: 0;
  bottom: -2rem;
}
@media screen and (min-width: 576px) {
  .p-message__deco {
    max-inline-size: 180px;
    bottom: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__deco {
    max-inline-size: 220px;
    bottom: -9rem;
  }
}
@media screen and (min-width: 992px) {
  .p-message__deco {
    max-inline-size: 220px;
  }
}
@media screen and (min-width: 1300px) {
  .p-message__deco {
    max-inline-size: 310px;
    bottom: -5rem;
  }
}

.p-search {
  padding-block: 10rem 9rem;
  position: relative;
}

.p-search__box {
  position: relative;
}

.p-search__title {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  padding-inline: 1rem;
  padding-block: 0.75rem;
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  color: rgb(79, 108, 0);
  line-height: 1;
  border: 2px solid rgb(79, 108, 0);
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-search__title {
    padding-inline: 2rem;
    padding-block: 1rem;
  }
}

.p-search__place {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
  max-inline-size: 450px;
  margin-inline: auto;
  padding-block: 2rem 4rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-search__place {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    max-inline-size: 100%;
    padding-block: 3rem 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-search__place {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    padding-block: 3.5rem 4rem;
  }
}

.p-search__place-button {
  display: grid;
  grid-template-columns: 1fr 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  block-size: 60px;
  inline-size: 100%;
  padding-inline: 1.25rem 2rem;
  font-size: clamp(1.125rem, 1.01rem + 0.32vw, 1.25rem);
  font-weight: 600;
  color: rgb(51, 51, 51);
  text-align: left;
  background-color: rgb(246, 249, 236);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search__place-button:hover {
  opacity: 0.7;
}
.p-search__place-button::after {
  content: "";
  inline-size: 8px;
  block-size: 100%;
  background-image: url(../img/arrow-b-grn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-search__place-button {
    block-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-search__place-button {
    block-size: 80px;
  }
}

.p-search__place-body {
  max-block-size: 0;
  overflow: hidden;
  -webkit-transition: max-block-size 0.3s;
  transition: max-block-size 0.3s;
}

.p-search__place-sublist {
  border: 1px solid rgb(216, 216, 216);
}

.p-search__place-subitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.75rem;
  padding-inline: 1.25rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search__place-subitem a:hover {
  background-color: rgb(79, 108, 0);
  color: rgb(255, 255, 255);
}

.p-search__brand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  max-inline-size: 450px;
  margin-inline: auto;
  padding-block: 2rem 4rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-search__brand {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
    padding-block: 2rem 5rem;
    max-inline-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-search__brand {
    gap: 3rem 2rem;
    padding-block: 3rem 6rem;
  }
}

.p-search__brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search__brand-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search__brand-link:hover {
  opacity: 0.7;
}

.p-search__subtitle {
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  max-inline-size: 450px;
  margin-inline: auto;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  font-size: clamp(1.25rem, 0.962rem + 0.8vw, 1.563rem);
  color: rgb(79, 108, 0);
}
.p-search__subtitle:first-of-type {
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}
.p-search__subtitle::before {
  content: "";
  inline-size: 24px;
  block-size: 3px;
  background-color: rgb(79, 108, 0);
}
@media screen and (min-width: 576px) {
  .p-search__subtitle {
    grid-template-columns: 32px 1fr;
  }
  .p-search__subtitle::before {
    inline-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-search__subtitle {
    grid-template-columns: 45px 1fr;
    max-inline-size: 100%;
    -webkit-padding-after: 1.5rem;
            padding-block-end: 1.5rem;
  }
  .p-search__subtitle:first-of-type {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  .p-search__subtitle::before {
    content: "";
    inline-size: 45px;
  }
}

.p-search__type {
  display: grid;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  max-inline-size: 450px;
  margin-inline: auto;
  position: relative;
  z-index: 20;
}
.p-search__type:first-of-type {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media screen and (min-width: 576px) {
  .p-search__type {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-search__type:first-of-type {
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-search__type {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    max-inline-size: 100%;
  }
  .p-search__type:first-of-type {
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-search__type {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .p-search__type:first-of-type {
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.p-search__type-item {
  background-color: rgb(255, 255, 255);
}

.p-search__type-link {
  display: grid;
  grid-template-columns: 1fr 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  block-size: 60px;
  inline-size: 100%;
  padding-inline: 1.25rem;
  font-size: clamp(1.125rem, 1.01rem + 0.32vw, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  background-color: rgb(246, 249, 236);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search__type-link:hover {
  opacity: 0.7;
}
.p-search__type-link::after {
  content: "";
  inline-size: 28px;
  block-size: 100%;
  background-image: url(../img/arrow-r-grn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 768px) {
  .p-search__type-link {
    block-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-search__type-link {
    block-size: 80px;
  }
}

.p-search__deco01 {
  max-inline-size: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 576px) {
  .p-search__deco01 {
    max-inline-size: 190px;
  }
}
@media screen and (min-width: 768px) {
  .p-search__deco01 {
    max-inline-size: 230px;
  }
}
@media screen and (min-width: 992px) {
  .p-search__deco01 {
    max-inline-size: 275px;
  }
}

.p-search__deco02 {
  inline-size: 70px;
  position: absolute;
  top: 0;
  right: 0;
  translate: 1rem -2rem;
  z-index: 40;
  pointer-events: none;
}
@media screen and (min-width: 576px) {
  .p-search__deco02 {
    inline-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-search__deco02 {
    inline-size: 90px;
  }
}
@media screen and (min-width: 992px) {
  .p-search__deco02 {
    inline-size: 100px;
    translate: 1rem 0;
  }
}
@media screen and (min-width: 1300px) {
  .p-search__deco02 {
    translate: 100% 0;
  }
}

.p-fixedentry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  inline-size: 100%;
  block-size: 55px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .p-fixedentry {
    block-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-fixedentry {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    inline-size: 80px;
    block-size: 450px;
    right: 0;
  }
}

.p-fixedentry__button {
  overflow: clip;
  display: block grid;
  grid-template-columns: repeat(3, auto);
  place-content: center;
  place-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  inline-size: 100%;
  block-size: 100%;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  background-color: rgb(143, 181, 40);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fixedentry__button:last-of-type {
  background-color: rgb(79, 108, 0);
}
.p-fixedentry__button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 476px) {
  .p-fixedentry__button {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .p-fixedentry__button {
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .p-fixedentry__button {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    row-gap: 1rem;
    padding-block: 2rem 1rem;
  }
}

.p-fixedentry__button-jp {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
}
@media screen and (min-width: 576px) {
  .p-fixedentry__button-jp br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-fixedentry__button-jp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-fixedentry__button-jp br {
    display: initial;
  }
}

@media screen and (min-width: 476px) {
  .p-fixedentry__button-arrow {
    inline-size: 50px;
    block-size: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: rgb(255, 255, 255);
    position: relative;
  }
  .p-fixedentry__button-arrow::before {
    content: "";
    inline-size: 15px;
    block-size: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 0;
    bottom: 0;
    rotate: 25deg;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@media screen and (min-width: 992px) {
  .p-fixedentry__button-arrow {
    inline-size: 2px;
    block-size: 100%;
  }
  .p-fixedentry__button-arrow::before {
    inline-size: 2px;
    block-size: 15px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    right: auto;
    bottom: 0;
    left: 0;
    rotate: 25deg;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}

.p-fixedentry__button-en {
  font-family: "Playfair Display", serif;
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
}

.l-modal .modal_wrap {
  background-image: url(../img/bg-01.png);
  background-color: rgb(143, 181, 40);
}
.l-modal .modal_inner {
  width: 100%;
  margin: 4vw;
  background: none;
}
@media screen and (min-width: 768px) {
  .l-modal .modal_inner {
    margin: 2rem;
  }
}

.p-modal {
  max-inline-size: 1100px;
  margin-inline: auto;
  padding-inline: 4vw;
  padding-block: 2rem 2rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-modal {
    padding-inline: 2rem;
    padding-block: 4rem 3rem;
  }
}

.p-modalhead {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  max-inline-size: 980px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-modalhead {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-modalhead__main {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-modalhead__main {
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-modalhead__main {
    -webkit-padding-start: 4rem;
            padding-inline-start: 4rem;
  }
}

.p-modalhead__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  color: rgb(79, 108, 0);
  line-height: 1;
}
.p-modalhead__num span {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  font-weight: 500;
  position: relative;
  top: -0.625rem;
}
.p-modalhead__num::before {
  content: "";
  inline-size: 25px;
  block-size: 2px;
  background-color: rgb(79, 108, 0);
  position: relative;
  top: 0.125rem;
}

.p-modalhead__copy {
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  font-weight: 600;
  color: rgb(79, 108, 0);
}

.p-modalhead__info {
  font-weight: 600;
  color: rgb(79, 108, 0);
}

.p-modalhead__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: rgb(79, 108, 0);
}
.p-modalhead__name span {
  font-size: 1.75rem;
}

.p-modalqanda {
  display: grid;
  row-gap: 2rem;
  max-inline-size: 980px;
  margin-inline: auto;
  padding-block: 3.5rem 3rem;
}

@media screen and (min-width: 768px) {
  .p-modalqanda__box {
    padding-inline: 1rem;
  }
}

.p-modalqanda__head {
  display: grid;
  grid-template-columns: 48px 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
@media screen and (min-width: 768px) {
  .p-modalqanda__head {
    grid-template-columns: 52px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .p-modalqanda__head {
    grid-template-columns: 58px 1fr;
  }
}

.p-modalqanda_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  aspect-ratio: 1;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 1.056rem + 0.93vw, 1.75rem);
  font-weight: 500;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(143, 181, 40);
}

.p-modalqanda__title {
  -webkit-padding-before: 0.4em;
          padding-block-start: 0.4em;
  font-size: clamp(1.125rem, 0.569rem + 1.16vw, 1.438rem);
  font-weight: 600;
  color: rgb(79, 108, 0);
  line-height: 1.6;
}

.p-modalqanda__body-par {
  -webkit-padding-start: 4.25rem;
          padding-inline-start: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-modalqanda__body-par {
    -webkit-padding-start: 4.5rem;
            padding-inline-start: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-modalqanda__body-par {
    -webkit-padding-start: 4.875rem;
            padding-inline-start: 4.875rem;
  }
}

.p-modalflow {
  display: grid;
  row-gap: 3rem;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  background-color: rgb(246, 249, 239);
}
@media screen and (min-width: 768px) {
  .p-modalflow {
    padding-inline: 3rem;
    padding-block: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-modalflow {
    padding-inline: 4.875rem;
    padding-block: 2.875rem;
  }
}

.p-modalflow__main {
  display: grid;
  grid-template-columns: auto 11px 1fr;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .p-modalflow__main {
    gap: 1.5rem;
  }
}

.p-modalflow__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.p-modalflow__item:not(:last-of-type) .p-modalflow__dot::after {
  content: "";
  inline-size: 2px;
  block-size: calc(100% + 11px);
  background-color: rgb(79, 108, 0);
  position: absolute;
  bottom: -0.6lh;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 992px) {
  .p-modalflow__item:not(:last-of-type) .p-modalflow__dot::after {
    block-size: calc(100% + 16px);
    bottom: -0.9lh;
  }
}

.p-modalflow__time {
  color: rgb(79, 108, 0);
}

.p-modalflow__dot {
  display: block;
  position: relative;
  top: 0.6em;
}
.p-modalflow__dot::before {
  content: "";
  inline-size: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(79, 108, 0);
  position: absolute;
  top: 0;
  left: 0;
}

.p-modalmenu {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-modalmenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-modalmenu__button {
  display: grid;
  place-content: center;
  place-items: center;
  inline-size: 240px;
  block-size: 55px;
  font-size: 1rem;
  color: rgb(51, 51, 51);
  background-color: rgb(246, 249, 239);
  position: relative;
}
.p-modalmenu__button span {
  inline-size: 18px;
  block-size: 18px;
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  translate: 0 -50%;
}
.p-modalmenu__button span::before, .p-modalmenu__button span::after {
  content: "";
  inline-size: 26px;
  block-size: 2px;
  background-color: rgb(79, 108, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-modalmenu__button span::before {
  rotate: 45deg;
}
.p-modalmenu__button span::after {
  rotate: -45deg;
}
@media screen and (min-width: 768px) {
  .p-modalmenu__button {
    inline-size: 260px;
    block-size: 65px;
  }
}
@media screen and (min-width: 992px) {
  .p-modalmenu__button {
    inline-size: 295px;
    block-size: 75px;
  }
  .p-modalmenu__button span {
    inline-size: 18px;
    block-size: 18px;
    left: 1.5625rem;
  }
  .p-modalmenu__button span::before, .p-modalmenu__button span::after {
    inline-size: 30px;
  }
}