@charset "UTF-8";
/* Auto-generated index.scss for foundation */
/*
 * 関数定義用ファイル
 */
/*
 * メディアクエリ用mixin
 */
@media screen and (max-width: 374px) {
  .xs-visible {
    display: none;
  }
}

.xs-hidden {
  display: none;
}
@media screen and (max-width: 374px) {
  .xs-hidden {
    display: block;
  }
}

.sm-hidden {
  display: block;
}
@media screen and (min-width: 600px) {
  .sm-hidden {
    display: none;
  }
}

.sm-visible {
  display: none;
}
@media screen and (min-width: 600px) {
  .sm-visible {
    display: block;
  }
}

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

.md-visible__only {
  display: none;
}
@media screen and (max-width: 374px) {
  .md-visible__only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md-visible__only {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .md-visible__only {
    display: none;
  }
}

.md-lg-visible__only {
  display: none;
}
@media screen and (max-width: 374px) {
  .md-lg-visible__only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md-lg-visible__only {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .md-lg-visible__only {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .md-lg-visible__only {
    display: none;
  }
}

.md-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-visible {
    display: block;
  }
}

.lg-visible {
  display: none;
}
@media screen and (min-width: 900px) {
  .lg-visible {
    display: block;
  }
}

.lg-hidden {
  display: block;
}
@media screen and (min-width: 900px) {
  .lg-hidden {
    display: none;
  }
}

.xl-hidden {
  display: block;
}
@media screen and (min-width: 1200px) {
  .xl-hidden {
    display: none;
  }
}

.xl-visible {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xl-visible {
    display: block;
  }
}

.xxl-visible {
  display: none;
}
@media screen and (min-width: 1600px) {
  .xxl-visible {
    display: block;
  }
}

.sm-visible-xl-visible {
  display: block;
}
@media screen and (min-width: 600px) {
  .sm-visible-xl-visible {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-visible-xl-visible {
    display: block;
  }
}

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

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

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

ol,
ul {
  list-style: none;
}

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

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

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

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 4.2666666667vw, 16px);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(16px, 1.25vw, 20px);
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* Auto-generated index.scss for layout */
.l-inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1184px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

/* Auto-generated index.scss for component */
.c-button {
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 60px;
  border: 1.2px solid #ffc167;
  background: #ffffff;
  width: min(73vw, 275px);
  max-width: 461px;
  padding-block: 14px 8px;
  -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;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: clamp(14px, 1.25vw, 18px);
    width: min(40vw, 461px);
    max-width: 461px;
    padding-block: 18px;
  }
}
.c-button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -5px;
  width: 53px;
  height: 45px;
  background: url("../img/top/soy-about_cta-deco.png") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px) {
  .c-button::before {
    width: min(7vw, 88px);
    height: min(6vw, 79px);
    left: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-button::before {
    left: -5px;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  width: 11px;
  height: 9px;
  background: url("../img/top/soy-button_arrow.png") no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    right: min(1.7vw, 25px);
    width: 13px;
    height: 10px;
  }
}
@media screen and (min-width: 900px) {
  .c-button::after {
    width: 19px;
    height: 15px;
  }
}

@-moz-document url-prefix() {
  .c-button .md-hidden {
    line-height: 0;
  }
}
.p-about:nth-of-type(2) .c-button {
  border: 1.193px solid #af5448;
}
.p-about:nth-of-type(2) .c-button::after {
  background: url("../img/top/mugi-arrow.png") no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2) .c-button::after {
    right: min(-0.3vw, 25px);
  }
}
@media screen and (min-width: 900px) {
  .p-about:nth-of-type(2) .c-button::after {
    right: min(1.7vw, 25px);
  }
}
.p-about:nth-of-type(2) .c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -15px;
  width: 70px;
  height: 70px;
  background: url("../img/top/mugi-about_cta-img02.webp") no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2) .c-button::before {
    width: min(7vw, 100px);
    height: min(7vw, 100px);
  }
}

.c-cta {
  position: relative;
  border-radius: 13px;
  background: linear-gradient(99deg, #e5b441 13.65%, #ef8c02 60.1%);
  padding-block: 15px;
  padding-inline: 24px;
  margin-top: 56px;
  overflow: hidden;
  margin-inline: 15px;
}
@media screen and (max-width: 374px) {
  .c-cta {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta {
    border-radius: 30px;
    width: min(80vw, 814px);
    padding-block: min(3vw, 41px) 27px;
    margin-inline: auto;
    margin-top: 80px;
  }
}
.c-cta::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 6px;
  width: min(15vw, 100px);
  height: 16vw;
  background: url("../img/top/soy-about_cta01.webp") no-repeat top left/100% auto;
}
@media screen and (max-width: 374px) {
  .c-cta::before {
    width: 50px;
    left: 6px;
  }
}
@media screen and (min-width: 600px) {
  .c-cta::before {
    left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta::before {
    top: initial;
    bottom: 0;
    left: 15px;
    width: min(12vw, 132px);
    height: min(13vw, 140px);
  }
}
.c-cta::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -25px;
  width: 221px;
  height: 225px;
  background: url("../img/top/soy-about_cta-map.webp") no-repeat top left/100% auto;
}
@media screen and (min-width: 600px) {
  .c-cta::after {
    top: 0;
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta::after {
    top: -20px;
    width: 380px;
    height: 443px;
  }
}
@media screen and (min-width: 900px) {
  .c-cta::after {
    width: 435px;
    height: 443px;
  }
}

.c-cta__title {
  position: relative;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  text-shadow: 0px 1.695px 1.695px rgba(159, 94, 4, 0.5);
  font-size: clamp(16px, 4.8vw, 20px);
  font-weight: 800;
  line-height: 1.8;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-cta__title {
    text-shadow: 0px 4px 4px rgba(159, 94, 4, 0.5);
    font-size: clamp(24px, 2.0833333333vw, 30px);
  }
}

.c-cta__text {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 1.695px 1.695px rgba(159, 94, 4, 0.5);
  font-size: clamp(10px, 3.2vw, 14px);
  font-weight: 700;
  line-height: 1.8;
  margin-top: 8px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-cta__text {
    text-shadow: 0px 4px 4px rgba(159, 94, 4, 0.5);
    font-size: clamp(14px, 1.25vw, 18px);
  }
}

.c-cta__button {
  position: relative;
  text-align: center;
  margin-top: 10px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-cta__button {
    margin-top: 18px;
  }
}

.p-about:nth-of-type(2) .c-cta {
  background: linear-gradient(99deg, #df7b64 -12.56%, #e28b4e 99.47%);
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2) .c-cta {
    padding-block: 40px 20px;
  }
}
.p-about:nth-of-type(2) .c-cta::before {
  top: 10px;
  background: url("../img/top/mugi-about_cta-img01.webp") no-repeat top left/100% auto;
  width: min(12vw, 100px);
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2) .c-cta::before {
    top: initial;
    bottom: 10px;
  }
}
.p-about:nth-of-type(2) .c-cta::after {
  width: min(47vw, 178px);
  top: 18px;
  right: 0px;
  background: url("../img/top/mugi-about_cta-img03-sp.webp") no-repeat top left/100% auto;
}
@media screen and (min-width: 600px) {
  .p-about:nth-of-type(2) .c-cta::after {
    top: 0;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2) .c-cta::after {
    width: min(45vw, 390px);
    top: 0;
    right: 0;
    background: url("../img/top/mugi-about_cta-img03.webp") no-repeat top left/100% auto;
  }
}
.p-about:nth-of-type(2) .c-cta__text {
  margin-top: 15px;
}
.p-about:nth-of-type(2) .c-cta__button {
  margin-top: 15px;
}

.c-title__sub {
  position: relative;
  color: #8A6603;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(22px, 6.4vw, 26px);
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
.c-title__sub span {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-title__sub {
    font-size: clamp(24px, 2.3611111111vw, 34px);
  }
}
.c-title__sub::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  translate: -50%;
  width: 22vw;
  height: 10px;
  background: url("../img/top/line-sp.png") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px) {
  .c-title__sub::after {
    bottom: -30px;
    width: min(15vw, 221px);
    height: 20px;
  }
}

.p-about:nth-of-type(2) .c-title__sub {
  color: #964F1C;
}
.p-about:nth-of-type(2) .c-title__sub::after {
  background: url("../img/top/mugi-line.png") no-repeat top left/100% auto;
}

.c-bg {
  border-radius: 50px;
  background: #FEFDF2;
  padding-block: 51px 100px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-bg {
    border-radius: 100px;
    padding-block: min(8vw, 120px) min(23vw, 250px);
    margin-top: min(8vw, 130px);
  }
}
@media screen and (min-width: 900px) {
  .c-bg {
    padding-block: min(8vw, 120px) min(19vw, 300px);
  }
}

/* Auto-generated index.scss for project */
.p-fv {
  margin-block: 30px 41px;
}

.p-fv-swiper {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper {
    padding-bottom: 60px;
  }
}

.p-fv-swiper__slide {
  text-align: center;
}
.p-fv-swiper__slide img {
  width: 100%;
  height: 48vw;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper__slide img {
    width: min(70vw, 940px);
    height: min(38vw, 490px);
  }
}

.swiper {
  z-index: 0;
}

/* ================================
   本題のCSS
=============================== */
.p-fv,
.p-fv-swiper,
.p-fv-swiper__wrapper {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ページネーション (bullets)
============================= */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 50%;
  translate: -50%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9d9d9;
  margin-inline: 6.5px;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 16px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: none;
  background: #e6983e;
}

.p-header {
  height: 78px;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 90px;
  }
}

.p-header__inner {
  height: inherit;
  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;
  padding-inline: 16px 28px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    max-width: 1184px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.p-header__logo {
  width: 107px;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: min(11vw, 157px);
  }
}

.p-header__content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-block: 90px 50px;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  padding-inline: 25px;
  z-index: 90;
  height: 100vh;
  overflow-y: auto;
}
.p-header__content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-header__content {
    display: grid;
    grid-template-columns: min(38vw, 557px) min(38vw, 557px);
    grid-template-rows: 1fr 1fr;
    row-gap: 40px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__content {
    padding-inline: 16vw;
  }
}

.p-header__menu {
  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: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 22px;
}
@media screen and (max-width: 374px) {
  .p-header__menu {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__menu {
    grid-column: 1/2;
    grid-row: 1/2;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__menu:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-header__menu:nth-child(2) .p-header__list-title {
  color: #CD7A3F;
  border-bottom: 2px solid #CD7A3F;
}
.p-header__menu:nth-child(2) .p-header__link:hover {
  color: #CD7A3F;
}
.p-header__menu:nth-child(3) {
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-header__menu:nth-child(3) {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-header__menu:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-header__menu:nth-child(3) .p-header__link {
  font-size: clamp(18px, 5.3333333333vw, 22px);
}
@media screen and (min-width: 768px) {
  .p-header__menu:nth-child(3) .p-header__link {
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
}
.p-header__menu:nth-child(3) .p-header__link:hover {
  color: inherit;
  opacity: 0.8;
}

.p-header__menu + .p-header__menu {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-header__menu + .p-header__menu {
    margin-top: 0;
  }
}

.p-header__list-title {
  color: #BA9620;
  font-size: clamp(16px, 5.3333333333vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 2px solid #BA9620;
}
@media screen and (max-width: 374px) {
  .p-header__list-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__list-title {
    font-size: clamp(18px, 1.9444444444vw, 28px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-header__list:nth-child(1) {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-header__list:nth-child(1) {
    margin-top: 0;
  }
}

.p-header__link {
  color: #000000;
  font-family: Inter;
  font-size: clamp(14px, 4.8vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__link:hover {
  color: #BA9620;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}

.p-drawer-icon {
  position: relative;
  width: 37px;
  height: 11px;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    width: 74px;
    height: 22px;
  }
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
  top: 50%;
  translate: 0 -50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(2) {
  top: 50%;
  translate: 0 -50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-drawer-icon__bar {
  position: absolute;
  content: "";
  width: 37px;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar {
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-drawer-icon__bar {
    width: 100%;
  }
}
.p-drawer-icon__bar:nth-of-type(2) {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar:nth-of-type(2) {
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .p-drawer-icon__bar:nth-of-type(2) {
    top: 22px;
  }
}

.p-news {
  border-radius: 30px;
  background: #FFF3A5;
  padding-block: 30px 30px;
}
@media screen and (min-width: 768px) {
  .p-news {
    border-radius: 60px;
    padding-block: min(3vw, 40px) min(5vw, 70px);
  }
}

.p-news__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    max-width: 890px;
  }
}

.p-news__title {
  color: #333;
  font-size: clamp(20px, 6.4vw, 24px);
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: clamp(38px, 3.3333333333vw, 48px);
  }
  .p-news__title::after {
    bottom: -20px;
    width: min(12vw, 221px);
  }
}

.p-news__content {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .p-news__content {
    margin-top: min(5vw, 60px);
  }
}

.p-news__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 73px;
  }
}
.p-news__item:nth-child(n+2) .p-news__item-text p::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f2d06f;
}
.p-news__item p {
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-news__item p {
    font-size: clamp(16px, 1.25vw, 18px);
    margin-top: 0;
  }
}
.p-news__item p a {
  color: #4f3cf4;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.8;
  text-decoration-line: underline;
}

.p-news__item + .p-news__item {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-news__item + .p-news__item {
    margin-top: 60px;
  }
}

.p-news__item-date {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-news__item-date {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}

.p-news__item-text a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news__item-text a:hover {
  opacity: 0.8;
}

.p-about {
  position: relative;
  overflow: hidden;
}
.p-about::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -36px;
  width: min(42vw, 158px);
  height: min(28vw, 105px);
  background: url("../img/top/soy-about_bg-left.webp") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px) {
  .p-about::before {
    top: 40px;
    left: min(4vw, 70px);
    width: min(28vw, 404px);
    height: min(19vw, 269px);
  }
}
@media screen and (min-width: 1600px) {
  .p-about::before {
    left: 50%;
    translate: calc(-50% - 450px);
  }
}
.p-about::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -36px;
  width: 158px;
  height: 105px;
  background: url("../img/top/soy-about_bg-right.webp") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px) {
  .p-about::after {
    top: 40px;
    right: 70px;
    width: min(28vw, 404px);
    height: min(19vw, 269px);
  }
}
@media screen and (min-width: 1600px) {
  .p-about::after {
    left: 50%;
    translate: calc(-50% + 450px);
  }
}

.p-about__inner {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    max-width: 1184px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.p-about__title {
  color: #c79302;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  line-height: 1.8;
}
.p-about__title span:nth-child(1) {
  font-size: clamp(28px, 8vw, 32px);
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-about__title span:nth-child(1) {
    font-size: clamp(40px, 4.1666666667vw, 62px);
  }
}
.p-about__title span:nth-child(2) {
  font-size: clamp(22px, 6.4vw, 26px);
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-about__title span:nth-child(2) {
    font-size: clamp(30px, 3.3333333333vw, 50px);
  }
}

.p-about__text {
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
  padding-inline: 15px;
}
@media screen and (max-width: 374px) {
  .p-about__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .p-about__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: clamp(13px, 1.25vw, 18px);
    font-weight: 700;
    line-height: 1.8;
    max-width: 810px;
    padding-inline: 0px;
    margin-inline: auto;
  }
}

.p-about__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-about__images {
    gap: min(2.4vw, 35px);
    margin-top: min(5vw, 80px);
  }
}

.p-about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 20vw;
}
@media screen and (min-width: 768px) {
  .p-about__image {
    height: min(20vw, 222px);
  }
}
.p-about__image img {
  border-radius: 10px;
}
.p-about__image:nth-child(2n-1) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-about__image:nth-child(2n-1) {
    margin-top: min(5vw, 80px);
  }
}

.p-about__search {
  position: relative;
  border-radius: 13px;
  background: linear-gradient(99deg, #e5b441 13.65%, #ef8c02 60.1%);
  padding-block: 15px;
  margin-top: 56px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about__search {
    max-width: min(57vw, 814px);
    margin-inline: auto;
  }
}
.p-about__search::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 6px;
  width: 56px;
  height: 60px;
  background: url("../img/top/soy-about_cta01.webp") no-repeat top left/100% auto;
}
.p-about__search::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -25px;
  width: 221px;
  height: 225px;
  background: url("../img/top/soy-about_cta-map.webp") no-repeat top left/100% auto;
}

.p-about:nth-of-type(2) {
  background: #FEF7F2;
  overflow: initial;
}
.p-about:nth-of-type(2)::before, .p-about:nth-of-type(2)::after {
  top: -40px;
  width: 93px;
  height: 163px;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2)::before, .p-about:nth-of-type(2)::after {
    top: 0;
    width: 300px;
    height: 500px;
  }
}
.p-about:nth-of-type(2)::before {
  background: url("../img/top/mugi-about_bg-left-sp.webp") no-repeat top left/100% auto;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2)::before {
    width: min(22vw, 348px);
    background: url("../img/top/mugi-about_bg-left.webp") no-repeat top left/100% auto;
  }
}
@media screen and (min-width: 1600px) {
  .p-about:nth-of-type(2)::before {
    left: 50%;
    translate: calc(-50% - 500px);
  }
}
.p-about:nth-of-type(2)::after {
  background: url("../img/top/mugi-about_bg-right-sp.webp") no-repeat top left/100% auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2)::after {
    width: min(25vw, 400px);
    background: url("../img/top/mugi-about_bg-right.webp") no-repeat top left/100% auto;
  }
}
@media screen and (min-width: 1600px) {
  .p-about:nth-of-type(2)::after {
    left: 50%;
    translate: calc(-50% + 500px);
  }
}
.p-about:nth-of-type(2) .p-about__title {
  color: #CD7A3F;
}

.p-product {
  border-radius: 40px;
  border: 2px solid #f2d06f;
  background: #ffffff;
  padding-block: 44px 40px;
  padding-inline: 15px;
  margin-top: 56px;
  margin-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p-product {
    border-radius: 80px;
    border: 4px solid #f2d06f;
    padding-block: min(4vw, 62px) min(5.5vw, 80px);
    padding-inline: min(8vw, 110px);
    max-width: 1184px;
    margin-inline: auto;
  }
}

.p-product__title::after {
  width: 132px;
}
@media screen and (min-width: 768px) {
  .p-product__title::after {
    width: min(15vw, 221px);
  }
}

.p-product__content {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .p-product__content {
    margin-top: min(7vw, 102px);
  }
}

.p-product__content-wrap + .p-product__content-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-product__content-wrap + .p-product__content-wrap {
    margin-top: min(5.5vw, 80px);
  }
}

.p-product__content-title {
  color: #8A6603;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-size: clamp(20px, 5.8666666667vw, 24px);
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-product__content-title {
    font-size: clamp(24px, 2.3611111111vw, 34px);
  }
}

.p-product__content-text {
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-product__content-text {
    font-size: clamp(14px, 1.25vw, 18px);
    margin-top: 20px;
  }
}

.p-product__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  row-gap: 28px;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-product__content-items {
    -webkit-column-gap: min(3vw, 44px);
       -moz-column-gap: min(3vw, 44px);
            column-gap: min(3vw, 44px);
    row-gap: min(3vw, 50px);
  }
}

.p-product__content-item {
  text-align: center;
}
.p-product__content-item img {
  width: min(36vw, 138px);
}
@media screen and (min-width: 768px) {
  .p-product__content-item img {
    width: min(14vw, 192px);
  }
}

.p-product__item-text {
  color: #8a6603;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-product__item-text {
    font-size: clamp(16px, 1.25vw, 18px);
    margin-top: 16px;
  }
}

.p-about:nth-of-type(2) .p-product {
  border: 2px solid #ebcbb4;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2) .p-product {
    border: 4px solid #ebcbb4;
  }
}
.p-about:nth-of-type(2) .p-product__content-title {
  color: #964F1C;
}

.p-item {
  border-radius: 40px;
  border: 2px solid #f2d06f;
  background: #ffffff;
  padding-block: 40px;
  margin-top: 50px;
  margin-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p-item {
    border-radius: 80px;
    border: 4px solid #f2d06f;
    margin-top: min(6vw, 100px);
    padding-block: 62px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .p-item {
    margin-inline: 0;
    padding-block: 62px;
  }
}

.p-item__wrap {
  padding-inline: 15px;
}

.p-item__boxes {
  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: 44px;
  margin-block: 102px 0;
}
@media screen and (min-width: 768px) {
  .p-item__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: min(3.2vw, 47px);
       -moz-column-gap: min(3.2vw, 47px);
            column-gap: min(3.2vw, 47px);
    row-gap: min(10vw, 87px);
    max-width: 1144px;
    margin-block: min(10vw, 120px) 0;
  }
}

.p-item__box {
  position: relative;
  text-align: center;
  border-radius: 27px;
  background: #FEFDF2;
  padding-block: 44px 130px;
}
@media screen and (min-width: 768px) {
  .p-item__box {
    border-radius: 29px;
    padding-inline: min(1.3vw, 20px);
    width: min(26vw, 325px);
    padding-block: min(3vw, 48px) min(15vw, 156px);
  }
}
.p-item__box:nth-child(3) .p-item__box-image img {
  border-radius: 20px;
}

.p-item__box-tag {
  position: absolute;
  top: -25px;
  left: -15px;
  width: 268px;
  height: 47px;
  border-radius: 28px;
  border: 1px solid #f2d06f;
  background: #ffffff;
  padding-block: 3px;
}
@media screen and (min-width: 768px) {
  .p-item__box-tag {
    width: min(20vw, 290px);
    height: min(5vw, 51px);
    border-radius: 30px;
    padding-block: 5px;
    padding-inline: 10px;
  }
}
.p-item__box-tag img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-item__box-image {
  text-align: center;
}
.p-item__box-image img {
  width: 230px;
  height: 205px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-item__box-image img {
    width: min(17vw, 250px);
    height: min(15vw, 222px);
  }
}

.p-item__box-name {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  line-height: 1.8;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-item__box-name {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.8;
    margin-top: 15px;
  }
}

@-moz-document url-prefix() {
  .p-item__box-name .md-visible__only,
  .p-item__box-name .md-lg-visible__only {
    line-height: 0;
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 768px) {
    .p-item__box-name {
      font-size: clamp(12px, 1.25vw, 18px);
    }
  }
}
.p-item__box-accordion {
  position: absolute;
  top: 320px;
  left: 50%;
  translate: -50%;
  text-align: center;
  z-index: 10;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-item__box-accordion {
    top: min(28vw, 357px);
  }
}
@media screen and (min-width: 1200px) {
  .p-item__box-accordion {
    top: min(26vw, 380px);
  }
}
@media screen and (min-width: 900px) {
  .p-item__box-accordion {
    margin-top: 0;
  }
}
.p-item__box-accordion .is-open .p-item__accordion-head-text:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-item__accordion-head {
  border-radius: 18px;
  background: #E6983E;
  width: 65vw;
  max-width: 264px;
}
@media screen and (min-width: 768px) {
  .p-item__accordion-head {
    width: min(23vw, 264px);
  }
}

.p-item__accordion-head-text {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  -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;
  width: 100%;
  padding-block: 10px 8px;
}
@media screen and (min-width: 768px) {
  .p-item__accordion-head-text {
    font-size: clamp(14px, 1.25vw, 18px);
    width: min(23vw, 264px);
    border-radius: 20px;
  }
}
.p-item__accordion-head-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
  width: 15px;
  height: 10px;
  background: url("../img/top/arrow-white.png") no-repeat top left/contain;
  -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;
}
@media screen and (min-width: 768px) {
  .p-item__accordion-head-text::after {
    right: min(2vw, 34px);
    width: 12px;
    height: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .p-item__accordion-head-text::after {
    width: 15px;
    height: 10px;
  }
}

.p-item__accordion-body {
  display: none;
  padding-block: 10px 20px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-item__accordion-body {
    padding-block: 10px 20px;
  }
}

.p-item__accordion-body-text {
  color: #ffffff;
  font-size: clamp(12px, 3.7333333333vw, 14px);
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-item__accordion-body-text {
    font-size: clamp(11px, 1.1111111111vw, 16px);
  }
}

.p-item__accordion-body-link {
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(14px, 4.2666666667vw, 18px);
  font-weight: 800;
  line-height: 1.8;
  text-decoration-line: underline;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-item__accordion-body-link {
    font-size: clamp(12px, 1.25vw, 18px);
    margin-top: min(1vw, 20px);
  }
}
.p-item__accordion-body-link:hover {
  opacity: 0.8;
}

.p-about:nth-of-type(2) .p-item {
  border: 2px solid #ebcbb4;
}
@media screen and (min-width: 768px) {
  .p-about:nth-of-type(2) .p-item {
    border: 4px solid #ebcbb4;
  }
}
.p-about:nth-of-type(2) .p-item__box-tag {
  border: 1px solid #ebcbb4;
}
.p-about:nth-of-type(2) .p-item__box {
  background: #fff9f4;
}
.p-about:nth-of-type(2) .p-item__accordion-head {
  background: #CD7A3F;
}

.p-sponsor {
  padding-block: 60px 50px;
}
@media screen and (min-width: 768px) {
  .p-sponsor {
    padding-block: min(8.3vw, 120px) min(7vw, 100px);
  }
}

.p-sponsor__wrap {
  border-radius: 50px;
  background: #FFE393;
  padding-block: 33px 40px;
}
@media screen and (min-width: 768px) {
  .p-sponsor__wrap {
    border-radius: 100px;
    padding-block: min(4vw, 62px) min(6vw, 81px);
  }
}
.p-sponsor__wrap:nth-child(2) {
  background: #EEC1A1;
}

.p-sponsor__wrap + .p-sponsor__wrap {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .p-sponsor__wrap + .p-sponsor__wrap {
    margin-top: min(6vw, 90px);
  }
}

.p-sponsor__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(22px, 6.4vw, 26px);
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sponsor__title {
    font-size: clamp(24px, 2.3611111111vw, 34px);
  }
}

.p-sponsor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-sponsor__content {
    gap: min(3vw, 40px);
    margin-top: 57px;
  }
}

.p-sponsor__image {
  width: min(40vw, 148px);
  -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;
}
.p-sponsor__image:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (min-width: 768px) {
  .p-sponsor__image {
    width: min(18vw, 254px);
  }
}

.p-footer {
  border-top: 3px solid #f5d067;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 0;
  }
}

.p-footer__inner {
  text-align: center;
  padding-inline: 15px;
}
@media screen and (max-width: 374px) {
  .p-footer__inner {
    padding-inline: 15px;
  }
}

.p-footer__logo {
  width: 183px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: min(15vw, 215px);
  }
}

.p-footer__text {
  font-size: clamp(10px, 3.2vw, 14px);
  line-height: 1.6;
  margin-top: 40px;
}
@media screen and (max-width: 374px) {
  .p-footer__text {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: clamp(10px, 0.9722222222vw, 16px);
    text-align: center;
    margin-top: 27px;
  }
}

.p-footer__sponsor {
  text-align: center;
  width: 288px;
  margin-inline: auto;
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  .p-footer__sponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(6vw, 60px);
    width: min(80vw, 888px);
    margin-top: 35px;
  }
}

.p-footer__sponsor-text {
  font-size: clamp(10px, 3.2vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-footer__sponsor-text {
    font-size: clamp(14px, 1.25vw, 20px);
    white-space: nowrap;
  }
}

.p-footer__sponsor-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-footer__sponsor-images {
    gap: min(4vw, 60px);
    margin-top: 0;
    margin-left: 25px;
  }
}

.p-footer__copyright {
  text-align: center;
  background: #f5d067;
  padding-block: 12px;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 30px;
  }
}
.p-footer__copyright small {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(8px, 3.2vw, 14px);
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: clamp(12px, 0.9722222222vw, 16px);
  }
}

.p-map {
  margin-top: 0;
  padding-block: 50px;
}
@media screen and (min-width: 768px) {
  .p-map {
    padding-top: 85px;
    padding-bottom: 20px;
  }
}

.p-map + .p-map {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-map + .p-map {
    margin-top: 100px;
  }
}

.p-map__title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-size: clamp(28px, 8vw, 30px);
  line-height: 1.8;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-map__title {
    font-size: clamp(40px, 4.1666666667vw, 60px);
  }
}
.p-map__title span {
  font-weight: 800;
}
.p-map__title span:nth-child(2) {
  position: relative;
  font-size: clamp(22px, 6.4vw, 24px);
}
@media screen and (min-width: 768px) {
  .p-map__title span:nth-child(2) {
    font-size: clamp(28px, 3.3333333333vw, 48px);
  }
}
.p-map__title span:nth-child(2)::before, .p-map__title span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .p-map__title span:nth-child(2)::before, .p-map__title span:nth-child(2)::after {
    width: 35px;
    height: 35px;
  }
}
.p-map__title span:nth-child(2)::before {
  left: -30px;
  background: url("../img/map/soy_deco01.webp") no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .p-map__title span:nth-child(2)::before {
    left: -60px;
  }
}
.p-map__title span:nth-child(2)::after {
  right: -25px;
  background: url("../img/map/soy_deco02.webp") no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .p-map__title span:nth-child(2)::after {
    right: -50px;
  }
}

.p-map__wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-map__wrap {
    position: relative;
    margin-top: min(6vw, 85px);
  }
}

.p-map__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-map__image {
    text-align: right;
  }
}
.p-map__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-map__image img {
    width: min(80vw, 944px);
  }
}

.p-map__box {
  margin-top: 50px;
  color: #ffffff;
  padding-inline: 15px;
}

@media screen and (min-width: 768px) {
  .p-map__accordion {
    width: min(18vw, 178px);
    position: absolute;
  }
}
.p-map__accordion.is-open .p-map__accordion-title {
  border-radius: 10px 10px 0 0;
}
.p-map__accordion.is-open .p-map__accordion-title::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(1) {
    top: min(1vw, 85px);
    right: min(31vw, 350px);
  }
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(2) {
    top: min(18vw, 250px);
    right: 10px;
  }
}
.p-map__accordion:nth-child(2) .p-map__accordion-title,
.p-map__accordion:nth-child(2) .p-map__accordion-text {
  background: #a78e79;
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(3) {
    top: min(28vw, 400px);
    right: min(40vw, 440px);
  }
}
.p-map__accordion:nth-child(3) .p-map__accordion-title,
.p-map__accordion:nth-child(3) .p-map__accordion-text {
  background: #99cc34;
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(4) {
    top: min(47vw, 530px);
    right: min(2vw, 95px);
  }
}
.p-map__accordion:nth-child(4) .p-map__accordion-title,
.p-map__accordion:nth-child(4) .p-map__accordion-text {
  background: #e3ba5c;
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(5) {
    top: min(60vw, 705px);
    right: min(22vw, 320px);
  }
}
.p-map__accordion:nth-child(5) .p-map__accordion-title,
.p-map__accordion:nth-child(5) .p-map__accordion-text {
  background: #acb370;
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(6) {
    top: min(73vw, 810px);
    left: min(44vw, 535px);
  }
}
.p-map__accordion:nth-child(6) .p-map__accordion-title,
.p-map__accordion:nth-child(6) .p-map__accordion-text {
  background: #9dc5c7;
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(7) {
    top: min(40vw, 500px);
    left: min(18vw, 265px);
  }
}
.p-map__accordion:nth-child(7) .p-map__accordion-title,
.p-map__accordion:nth-child(7) .p-map__accordion-text {
  background: #8ec3b2;
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(8) {
    top: min(73vw, 810px);
    left: min(25vw, 340px);
  }
}
.p-map__accordion:nth-child(8) .p-map__accordion-title,
.p-map__accordion:nth-child(8) .p-map__accordion-text {
  background: #d4a18d;
}
@media screen and (min-width: 768px) {
  .p-map__accordion:nth-child(9) {
    top: min(55vw, 660px);
    left: min(3vw, 45px);
  }
}
.p-map__accordion:nth-child(9) .p-map__accordion-title,
.p-map__accordion:nth-child(9) .p-map__accordion-text {
  background: #c78c65;
}

.p-map__accordion + .p-map__accordion {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-map__accordion + .p-map__accordion {
    margin-top: 0;
  }
}

.p-map__accordion-head {
  width: 100%;
}

.p-map__accordion-title {
  position: relative;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 10px;
  border-bottom: 0.5px solid #ffffff;
  background: #c4a166;
  width: 100%;
  padding-block: 12px 8px;
  -webkit-transition: border-radius 0.8s ease, -webkit-transform 0.3s ease;
  transition: border-radius 0.8s ease, -webkit-transform 0.3s ease;
  transition: border-radius 0.8s ease, transform 0.3s ease;
  transition: border-radius 0.8s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-map__accordion-title {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}
.p-map__accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  width: 13px;
  height: 10px;
  background: url("../img/top/arrow-white.png") no-repeat top left/contain;
  -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;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-map__accordion-title::after {
    right: min(2vw, 34px);
  }
}

_::-webkit-full-page-media,
_:future,
:root .p-map__accordion-title {
  padding-block: 8px 4px !important;
}

.p-map__accordion-body {
  display: none;
}

.p-map__accordion-text {
  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: 3px;
  border-radius: 0 0 9px 9px;
  border: 0.948px solid #fff;
  background: #c4a166;
  padding-block: 10px;
}
.p-map__accordion-text span {
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-map__accordion-text span {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}

.p-map__about {
  margin-top: 76px;
}

.p-map__about-wrap + .p-map__about-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-map__about-wrap + .p-map__about-wrap {
    margin-top: min(4vw, 60px);
  }
}

.p-map__about-title {
  font-size: clamp(22px, 6.4vw, 26px);
  font-weight: 700;
  line-height: 1.8;
  border-bottom: 2px solid #E6983E;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-map__about-title {
    font-size: clamp(24px, 2.2222222222vw, 32px);
    font-weight: 700;
    line-height: 1.8;
  }
}

.p-map__about-text {
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-map__about-text {
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.8;
    margin-top: min(3vw, 45px);
  }
}

.p-map__difference {
  border-radius: 30px;
  border: 2px solid #f2d06f;
  background: #fff;
  margin-top: 57px;
  padding-inline: 15px;
  padding-block: 40px 51px;
}
@media screen and (min-width: 768px) {
  .p-map__difference {
    border-radius: 80px;
    border: 4px solid #f2d06f;
    margin-top: min(7vw, 100px);
    padding-inline: min(5vw, 79px);
    padding-block: min(4vw, 60px) min(4vw, 54px);
  }
}

.p-map__difference-title {
  color: #000000;
}
.p-map__difference-title::after {
  width: 52vw;
  background: url("../img/map/deco-line.png") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px) {
  .p-map__difference-title::after {
    width: min(33vw, 468px);
  }
}

.p-map__difference-wrap {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .p-map__difference-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(4vw, 56px);
    margin-top: min(7vw, 93px);
  }
}

.p-map__difference-image {
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .p-map__difference-image {
    width: min(20vw, 282px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-map__difference-image img {
  width: 206px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-map__difference-image img {
    width: 350px;
  }
}

.p-map__difference-box {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-map__difference-box {
    margin-top: 0;
  }
}

.p-map__difference-text {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-map__difference-text {
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.8;
  }
}

.p-map__qa {
  padding-block: 81px 0;
}
@media screen and (min-width: 768px) {
  .p-map__qa {
    padding-block: min(8vw, 1440px) min(5vw, 80px);
  }
}

.p-map__start {
  text-align: center;
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .p-map__start {
    margin-top: min(6vw, 80px);
  }
}
.p-map__start img {
  width: 112px;
}
@media screen and (min-width: 768px) {
  .p-map__start img {
    width: min(20vw, 283px);
  }
}

.p-map__qa-wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 115px;
  background: url("../img/map/soy_qa-bg-sp.webp") no-repeat top center/205px auto;
  padding-block: 70px 160px;
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 374px) {
  .p-map__qa-wrap {
    padding-block: 65px 160px;
  }
}
@media screen and (min-width: 600px) {
  .p-map__qa-wrap {
    background: url("../img/map/soy_qa-bg-sp.webp") no-repeat top center/210px auto;
  }
}
@media screen and (min-width: 768px) {
  .p-map__qa-wrap {
    position: relative;
    height: min(126vw, 1813px);
    background: url("../img/map/soy_qa-bg.webp") no-repeat top center/contain;
    margin-right: min(6vw, 90px);
    padding-block: 0;
    margin-top: 0;
  }
}

.p-map__qa-box {
  position: relative;
  text-align: center;
  border-radius: 28px;
  border: 2px solid #E6983E;
  background: #ffffff;
  width: 300px;
  padding-block: 12px 16px;
  padding-inline: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 374px) {
  .p-map__qa-box {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-map__qa-box {
    position: absolute;
    top: 250px;
    left: 0;
    width: min(36vw, 427px);
    border-radius: 40px;
    border: 3px solid #E6983E;
    padding-block: min(1vw, 18px) min(7vw, 70px);
    padding-inline: 20px;
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-map__qa-box {
    padding-inline: min(2vw, 30px);
  }
}
.p-map__qa-box::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: 113px;
  height: 113px;
  background: url("../img/map/soy_qa-img01.webp") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px) {
  .p-map__qa-box::after {
    top: -60px;
    right: -50px;
    width: min(14vw, 162px);
    height: min(14vw, 162px);
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .p-map__qa-box::after {
    top: -81px;
    right: -69px;
  }
}
.p-map__qa-box:nth-child(2)::after {
  background: url("../img/map/soy_qa-img02.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(3)::after {
  background: url("../img/map/soy_qa-img03.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(4)::after {
  background: url("../img/map/soy_qa-img04.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(5)::after {
  background: url("../img/map/soy_qa-img05.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(6) {
  top: min(7vw, 157px);
}
.p-map__qa-box:nth-child(6)::after {
  background: url("../img/map/soy_qa-img01.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(7) {
  top: min(25vw, 435px);
  right: 0;
}
@media screen and (min-width: 900px) {
  .p-map__qa-box:nth-child(7) {
    top: min(28vw, 435px);
  }
}
.p-map__qa-box:nth-child(7)::after {
  background: url("../img/map/soy_qa-img02.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(8) {
  top: min(53vw, 760px);
  left: 0;
}
@media screen and (min-width: 900px) {
  .p-map__qa-box:nth-child(8) {
    top: min(50vw, 760px);
  }
}
@media screen and (min-width: 1440px) {
  .p-map__qa-box:nth-child(8) .text-last {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.p-map__qa-box:nth-child(8)::after {
  background: url("../img/map/soy_qa-img03.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(9) {
  top: min(72vw, 1030px);
  right: 0;
}
@media screen and (min-width: 900px) {
  .p-map__qa-box:nth-child(9) {
    top: min(68vw, 1030px);
  }
}
@media screen and (min-width: 1440px) {
  .p-map__qa-box:nth-child(9) .text-last {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.p-map__qa-box:nth-child(9)::after {
  background: url("../img/map/soy_qa-img04.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(10) {
  top: min(96vw, 1385px);
  left: 0;
}
@media screen and (min-width: 900px) {
  .p-map__qa-box:nth-child(10) {
    top: min(93vw, 1385px);
  }
}
.p-map__qa-box:nth-child(10)::after {
  background: url("../img/map/soy_qa-img05.webp") no-repeat top left/100% auto;
}
.p-map__qa-box:nth-child(2n) {
  margin-right: initial;
  margin-left: 60px;
}
@media screen and (min-width: 768px) {
  .p-map__qa-box:nth-child(2n) {
    margin-left: 0;
  }
}
.p-map__qa-box:nth-child(2n)::after {
  left: -48px;
}
@media screen and (min-width: 768px) {
  .p-map__qa-box:nth-child(2n)::after {
    left: initial;
    right: -69px;
  }
}
@media screen and (min-width: 768px) {
  .p-map__qa-box:nth-child(2n+1) {
    margin-left: auto;
  }
}

.p-map__qa-title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-map__qa-title span:nth-child(1) {
  color: #D37C42;
  font-size: 12px;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-map__qa-title span:nth-child(1) {
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 700;
  }
}
.p-map__qa-title span:nth-child(2) {
  position: relative;
  color: #D37C42;
  font-size: 24px;
  font-size: clamp(22px, 6.4vw, 26px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-map__qa-title span:nth-child(2) {
    font-size: clamp(25px, 2.7777777778vw, 40px);
  }
}
.p-map__qa-title span:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  translate: -50%;
  width: 45px;
  height: 0.8px;
  background: #D37C42;
}
@media screen and (min-width: 768px) {
  .p-map__qa-title span:nth-child(2)::after {
    width: min(6vw, 81px);
  }
}

.p-map__qa-text {
  font-size: clamp(14px, 3.7333333333vw, 14px);
  font-weight: 700;
  line-height: 1.8;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-map__qa-text {
    font-size: clamp(14px, 1.25vw, 18px);
    margin-top: 25px;
  }
}

.text-last {
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 1200px) {
  .text-last {
    -moz-text-align-last: initial;
         text-align-last: initial;
  }
}

.p-map__q-button,
.modal__close-btn {
  position: relative;
  color: #ffffff;
  font-size: clamp(12px, 3.7333333333vw, 16px);
  line-height: 1.8;
  border-radius: 7px;
  background: #e6983e;
  padding-block: 2px;
  width: 126px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-map__q-button,
  .modal__close-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    translate: -50%;
    font-size: clamp(14px, 1.25vw, 18px);
    border-radius: 10px;
    width: 182px;
    margin-top: 0;
  }
  .p-map__q-button span:nth-child(2),
  .modal__close-btn span:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .p-map__q-button,
  .modal__close-btn {
    bottom: 20px;
  }
}
.p-map__q-button:hover,
.modal__close-btn:hover {
  opacity: 0.8;
}
.p-map__q-button::after,
.modal__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 8px;
  width: 7px;
  height: 5px;
  background: url("../img/top/arrow-white.png") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px) {
  .p-map__q-button::after,
  .modal__close-btn::after {
    width: 10px;
    height: 7px;
    right: 12px;
  }
}

.p-map__qa-box.is-open .p-map__q-button span:nth-child(1) {
  display: none;
}
.p-map__qa-box.is-open .p-map__q-button span:nth-child(2) {
  display: block;
}

.p-map__qa-box.is-open .p-map__q-button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* 上向きに */
}

.p-map__qa-a {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  width: 297px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 28px;
  border: 2px solid #E6983E;
  background: #fff;
  padding-block: 20px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-map__qa-a {
    display: none;
    opacity: 1;
    border-radius: 40px;
    border: none;
    padding-inline: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.is-safari01 {
  height: 490px;
}

.is-safari02 {
  height: 500px;
}

.is-safari03 {
  height: 470px;
}

.is-safari04 {
  height: 500px;
}

.is-safari05 {
  height: 460px;
}

.is-safari06 {
  height: 420px;
}

.is-safari07 {
  height: 430px;
}

.is-safari08 {
  height: 500px;
}

.is-safari09 {
  height: 480px;
}

.is-safari10 {
  height: 620px;
}

.p-map__a-body {
  font-size: clamp(14px, 3.7333333333vw, 14px);
  line-height: 1.8;
  text-align: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-map__a-body {
    display: none;
    font-size: clamp(16px, 1.25vw, 18px);
  }
}

.p-map__a-body-text {
  font-size: clamp(12px, 3.7333333333vw, 16px);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-map__a-body-text {
    font-size: clamp(10px, 1.25vw, 18px);
  }
}

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

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

.p-map__goal {
  text-align: center;
}
.p-map__goal img {
  width: 85px;
}
@media screen and (min-width: 768px) {
  .p-map__goal img {
    width: min(14vw, 208px);
  }
}

.p-map:nth-child(2) {
  background: #FEF7F2;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) {
    margin-bottom: min(9vw, 129px);
  }
}
.p-map:nth-child(2) .p-map__title span::before, .p-map:nth-child(2) .p-map__title span::after {
  top: 60%;
  translate: 0 -50%;
  width: 20px;
  height: 30px;
  background: url("../img/map/mugi_deco02.webp") no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__title span::before, .p-map:nth-child(2) .p-map__title span::after {
    width: min(3vw, 43px);
    height: min(5vw, 69px);
  }
}
.p-map:nth-child(2) .p-map__title span::before {
  left: -30px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__title span::before {
    left: -60px;
  }
}
.p-map:nth-child(2) .p-map__title span::after {
  right: -26px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__title span::after {
    right: -46px;
  }
}
.p-map:nth-child(2) .p-map__difference {
  border: 4px solid #ebcbb4;
  padding-inline: min(3vw, 79px);
}
.p-map:nth-child(2) .p-map__difference-title::after {
  background: url("../img/map/deco-line02.png") no-repeat top left/100% auto;
  width: min(32vw, 121px);
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__difference-title::after {
    width: min(17vw, 242px);
  }
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__difference-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 46px;
  }
}
.p-map:nth-child(2) .p-map__difference-items {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__difference-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(2vw, 30px);
    margin-top: 0;
  }
}
.p-map:nth-child(2) .p-map__item {
  border-radius: 10px;
  background: #ffede1;
  padding-block: 15px 20px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item {
    padding-block: min(2vw, 30px) min(2vw, 35px);
    padding-inline: 14px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item:nth-child(1) .p-map__item-text02 {
    margin-top: min(8vw, 74px);
  }
}
.p-map:nth-child(2) .p-map__item:nth-child(2) {
  background: #fff3e1;
}
.p-map:nth-child(2) .p-map__item:nth-child(2):nth-child(2) .p-map__item-text02 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item:nth-child(2) .p-map__item-wrap {
    margin-top: 0;
  }
}
.p-map:nth-child(2) .p-map__item + .p-map__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item + .p-map__item {
    margin-top: 0;
  }
}
.p-map:nth-child(2) .p-map__item-title {
  display: block;
  font-size: clamp(22px, 6.4vw, 26px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-title {
    font-size: clamp(24px, 2.3611111111vw, 34px);
  }
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 19px;
  }
}
.p-map:nth-child(2) .p-map__item-wrap {
  border-radius: 8.407px;
  background: #fffcf9;
  padding-inline: 33px;
  padding-block: 20px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-wrap {
    height: min(65vw, 609px);
    margin-top: 0;
    padding-inline: min(2vw, 33px);
    padding-block: 20px 29px;
    margin-top: 19px;
  }
}
.p-map:nth-child(2) .p-map__item-wrap + .p-map__item-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-wrap + .p-map__item-wrap {
    margin-top: 0;
  }
}
.p-map:nth-child(2) .p-map__item-image01 {
  text-align: center;
}
.p-map:nth-child(2) .p-map__item-image01 img {
  border-radius: 20px;
  width: min(50vw, 250px);
}
.p-map:nth-child(2) .p-map__item-text01 {
  font-size: clamp(18px, 5.3333333333vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-text01 {
    font-size: clamp(18px, 1.6666666667vw, 26px);
    margin-top: 21px;
  }
}
.p-map:nth-child(2) .p-map__item-text02 {
  display: block;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-text02 {
    font-size: clamp(16px, 1.1111111111vw, 18px);
    margin-top: 29px;
  }
}
.p-map:nth-child(2) .p-map__item-image02 {
  margin-top: 13px;
}
.p-map:nth-child(2) .p-map__item-image02 img {
  width: 106px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-image02 img {
    width: 140px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  .p-map:nth-child(2) .p-map__item-image02 img {
    width: 175px;
  }
}
.p-map:nth-child(2) .p-map__item-text03 {
  font-size: clamp(14px, 4.2666666667vw, 18px);
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__item-text03 {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}
.p-map:nth-child(2) .p-map__item-text03 span {
  color: #d8971f;
  font-weight: 700;
}
.p-map:nth-child(2) .p-map__qa-wrap {
  background: url("../img/map/mugi_qa-bg-sp.webp") no-repeat top center/315px auto;
  padding-block: 77px 175px;
}
@media screen and (max-width: 374px) {
  .p-map:nth-child(2) .p-map__qa-wrap {
    padding-block: 77px 210px;
  }
}
@media screen and (min-width: 600px) {
  .p-map:nth-child(2) .p-map__qa-wrap {
    background: url("../img/map/mugi_qa-bg-sp.webp") no-repeat top center/325px auto;
    padding-block: 77px 210px;
  }
}
@media screen and (min-width: 768px) {
  .p-map:nth-child(2) .p-map__qa-wrap {
    height: min(126vw, 1790px);
    margin-right: min(1vw, 90px);
    background: url("../img/map/mugi_qa-bg.webp") no-repeat top center/contain;
  }
}
.p-map:nth-child(2) .p-map__qa-text {
  text-align: center;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(1)::after {
  background: url("../img/map/mugi_qa-img01.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(2)::after {
  background: url("../img/map/mugi_qa-img02.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(3)::after {
  background: url("../img/map/mugi_qa-img03.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(4)::after {
  background: url("../img/map/mugi_qa-img04.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(5)::after {
  background: url("../img/map/mugi_qa-img05.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(6) {
  top: min(12vw, 157px);
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(6)::after {
  background: url("../img/map/mugi_qa-img01.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(7) {
  top: min(30vw, 435px);
  right: 60px;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(7)::after {
  background: url("../img/map/mugi_qa-img02.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(8) {
  top: min(48vw, 610px);
  left: 0;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(8)::after {
  background: url("../img/map/mugi_qa-img03.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(9) {
  top: min(69vw, 950px);
  right: 60px;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(9)::after {
  background: url("../img/map/mugi_qa-img04.webp") no-repeat top left/100% auto;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(10) {
  top: min(92vw, 1250px);
  left: 0;
}
.p-map:nth-child(2) .p-map__qa-box:nth-child(10)::after {
  background: url("../img/map/mugi_qa-img05.webp") no-repeat top left/100% auto;
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

/* モーダルのスタイル ============ */
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.modal__inner {
  overflow-y: scroll;
  height: 100%;
}

.modal__close-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-map-tabs__list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-map-tabs__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 23px;
  }
}

.p-map-tabs__item {
  position: relative;
  font-size: clamp(16px, 4.8vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  border-radius: 15px;
  width: 272px;
  padding-block: 14px 10px;
  background: #fd9956;
  -webkit-box-shadow: 3px 5px 0 #b97141;
          box-shadow: 3px 5px 0 #b97141;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-map-tabs__item {
    font-size: clamp(18px, 1.25vw, 18px);
  }
}
.p-map-tabs__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 23px;
  width: 9px;
  height: 10px;
  background: url("../img/map/deco-arrow.png") no-repeat top left/100% auto;
}
.p-map-tabs__item:hover {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  -webkit-box-shadow: 2px 2px 0 #b97141;
          box-shadow: 2px 2px 0 #b97141;
}
.p-map-tabs__item:nth-child(2) {
  background: #fdd356;
  -webkit-box-shadow: 3px 5px 0 #bf9f40;
          box-shadow: 3px 5px 0 #bf9f40;
}
.p-map-tabs__item:nth-child(2):hover {
  -webkit-box-shadow: 2px 2px 0 #bf9f40;
          box-shadow: 2px 2px 0 #bf9f40;
}
.p-map-tabs__item[aria-selected=true] {
  pointer-events: none;
}
.p-map-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-map-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.p-map-tabs__contents {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-map-tabs__contents {
    margin-top: 35px;
  }
}

.p-map-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-map-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}
.p-map-tabs__content-wrap:nth-child(2) .p-map-tabs__content-text::before {
  background: #fdd356;
}

.p-map-tabs__content {
  position: relative;
  border-radius: 23px;
  background: #ffffff;
  padding-block: 20px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p-map-tabs__content {
    border-radius: 40px;
    padding-block: 37px;
    padding-inline: min(5vw, 80px);
  }
}

.p-map-tabs__content-text {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: clamp(16px, 4.8vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .p-map-tabs__content-text {
    top: 66px;
    left: 80px;
    font-size: clamp(21px, 2.2222222222vw, 32px);
    padding-left: min(4vw, 47px);
  }
}
.p-map-tabs__content-text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 17px;
  height: 17px;
  background: #fd9956;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-map-tabs__content-text::before {
    width: min(3vw, 29px);
    height: min(3vw, 29px);
  }
}

.p-map-tabs__content-image {
  margin-top: 63px;
}
@media screen and (min-width: 768px) {
  .p-map-tabs__content-image {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-map-tabs__content-image {
    margin-top: 0;
  }
  .p-map-tabs__content-image img {
    width: min(53vw, 759px);
  }
}

/* Auto-generated index.scss for utility */
.u-map__qa-text {
  -moz-text-align-last: initial;
       text-align-last: initial;
}

@media screen and (min-width: 768px) {
  .u-item__box-name {
    font-size: clamp(12px, 1.25vw, 18px);
  }
}