@charset "UTF-8";
*,
*::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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1919px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #000000;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background-color: #EDFF99;
}

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 (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .l-inner {
    padding-inline: 2.5rem;
    width: 115.875rem;
    margin-inline: auto;
  }
}

.l-inner--narrow {
  padding-inline: 1.25rem;
  max-width: 91.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--narrow {
    max-width: 43.75rem;
    padding-inline: 1.25rem;
  }
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-title__ja {
  font-size: 2.625rem;
  color: #56A90C;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 1.5rem;
    text-align: center;
  }
}

.c-title__en {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1.5rem;
  color: #F5A100;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 1.125rem;
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.c-voices-btn {
  -webkit-margin-before: 6.3125rem;
          margin-block-start: 6.3125rem;
  margin-inline: auto;
  display: block;
  max-width: 32.5rem;
  background-color: #FFB347;
  border-radius: 2.6875rem;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  position: relative;
}
.c-voices-btn a {
  display: block;
  padding: 1.25rem 5.75rem 1.25rem 7.5625rem;
  font-size: 1.375rem;
  line-height: normal;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.c-voices-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 3rem;
  translate: 0 -50%;
  width: 3.4375rem;
  height: 3.4375rem;
  background: url(../img/icon-voices.svg) no-repeat center/cover;
}
.c-voices-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.0625rem;
  translate: 0 -50%;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/icon-arrow.svg) no-repeat center/cover;
}
@media (any-hover: hover) {
  .c-voices-btn:hover {
    cursor: pointer;
    background-color: #F7730C;
  }
}
@media screen and (max-width: 767px) {
  .c-voices-btn {
    max-width: 20.625rem;
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
  }
  .c-voices-btn a {
    padding: 1rem 0.625rem 1.1875rem 3.625rem;
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
  }
  .c-voices-btn::before {
    left: 0.9375rem;
    width: 2.25rem;
    height: 2.25rem;
  }
  .c-voices-btn::after {
    right: 1.25rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p-header {
  position: relative;
  z-index: 100;
}

.p-header__inner {
  width: 115.875rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  display: block;
  background: #fff;
  padding: 2.4375rem 1.125rem 2.5625rem 1rem;
  border-radius: 0 0 1.875rem 1.875rem;
  width: clamp(113px, 16.875rem, 100%);
  height: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-header__logo img {
  width: 14.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 7.0625rem;
    height: 5.625rem;
    padding: 1rem 0.4375rem;
    border-radius: 0px 0px 1.25rem 1.25rem;
    -webkit-margin-start: 1.875rem;
            margin-inline-start: 1.875rem;
  }
  .p-header__logo img {
    width: 6.1875rem;
  }
}

.p-header__nav {
  margin: 2.9375rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 1180px) {
  .p-header__nav {
    display: none;
  }
}

.p-nav-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  background: #fff;
  padding: 1.875rem 2.25rem;
  border-radius: 2.5625rem;
  color: #6EB92B;
}

.p-nav-header__list-item {
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .p-nav-header__list-item:hover {
    cursor: pointer;
    color: #366D05;
  }
}

.p-nav-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}

.p-nav-header__sns-link {
  display: grid;
  place-content: center;
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-nav-header__sns-link img {
  width: 2.625rem;
}
@media (any-hover: hover) {
  .p-nav-header__sns-link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.p-wrapper {
  overflow: hidden;
}

.p-drawer__icon {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  gap: 5px;
  position: fixed;
  z-index: 102;
  top: 21px;
  right: 21px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1181px) {
  .p-drawer__icon {
    opacity: 0;
    visibility: hidden;
  }
}
.p-drawer__icon.js-show {
  opacity: 1;
  visibility: visible;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-child(1) {
  width: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 0 3.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: 0 -3.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-child(3) {
  display: none;
}
@media (any-hover: hover) {
  .p-drawer__icon:hover {
    cursor: pointer;
  }
}

.p-drawer__icon--bar {
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background: #56A90C;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-drawer__icon--bar:nth-child(1) {
  width: 15px;
}
.p-drawer__icon--bar:nth-child(3) {
  width: 11px;
}

.p-drawer {
  background: #EDFF99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
  z-index: 101;
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0s 0s;
  transition: opacity 0.5s ease, visibility 0s 0s;
}
@media (min-width: 1920px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__logo {
  display: block;
  background: #fff;
  padding: 2.4375rem 1.125rem 2.5625rem 1rem;
  border-radius: 0 0 1.875rem 1.875rem;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  width: clamp(113px, 16.875rem, 100%);
  height: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 101;
}
.p-drawer__logo img {
  width: 14.75rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__logo {
    width: 7.0625rem;
    height: 5.625rem;
    padding: 1rem 0.4375rem;
    border-radius: 0px 0px 1.25rem 1.25rem;
    -webkit-margin-start: 1.875rem;
            margin-inline-start: 1.875rem;
  }
  .p-drawer__logo img {
    width: 6.1875rem;
  }
}
@media (min-width: 900px) {
  .p-drawer__logo {
    width: clamp(113px, 16.875rem, 100%);
    height: 13.5rem;
    padding: 2.4375rem 1.125rem 2.5625rem 1rem;
    border-radius: 0 0 1.875rem 1.875rem;
    -webkit-margin-start: 1.875rem;
            margin-inline-start: 1.875rem;
  }
  .p-drawer__logo img {
    width: 14.75rem;
  }
}

.p-drawer__list {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  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: 20px;
}
@media (min-width: 900px) {
  .p-drawer__list {
    -webkit-margin-before: 6.25rem;
            margin-block-start: 6.25rem;
  }
}

.p-drawer-link-item {
  text-align: center;
  display: block;
  width: 340px;
  color: #6EB92B;
  background-color: #fff;
  padding-block: 15px;
  border-radius: 41px;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer-link-item:hover {
    background-color: #85E82D;
    color: #fff;
  }
}

.p-nav-drawer__sns {
  -webkit-margin-before: 31px;
          margin-block-start: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-nav-drawer__sns-link {
  display: grid;
  place-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
}
.p-nav-drawer__sns-link img {
  width: 30px;
}

.p-fv {
  width: 100%;
  height: 40.625rem;
  overflow: hidden;
}

.p-fv__lead {
  position: absolute;
  top: 11.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.p-fv__lead p {
  background-color: #fff;
  padding: 1.3125rem 1.25rem 0rem 1.25rem;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 0.79;
  font-style: normal;
  letter-spacing: 0.2375rem;
  border-radius: 0.75rem;
  opacity: 0;
  -webkit-animation: fadeInUpVertical 0.8s ease-out forwards;
          animation: fadeInUpVertical 0.8s ease-out forwards;
}
.p-fv__lead p:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.p-fv__lead p:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    top: 15rem;
    gap: 0.5625rem;
  }
  .p-fv__lead p {
    font-size: 1.5rem;
    padding: 0.75rem 0.8125rem 0rem 0.75rem;
    letter-spacing: 0.15rem;
  }
}

@-webkit-keyframes fadeInUpVertical {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpVertical {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    top: 0;
    height: 45.25rem;
    overflow: hidden;
  }
}
@media (min-width: 400px) {
  .p-fv__image {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0% 0% 100% 100%/80% 80% 20% 20%;
  }
}

.p-fv__picture {
  width: 100%;
}
@media (min-width: 1920px) {
  .p-fv__picture {
    height: auto;
  }
}
@media (min-width: 2020px) {
  .p-fv__picture {
    height: 856px;
    overflow: hidden;
  }
}
.p-fv__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 440px) {
  .p-fv__picture img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0% 0% 100% 100%/80% 80% 20% 20%;
  }
}

.p-fv__icon {
  position: absolute;
  top: 47.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13rem;
  height: 13rem;
}
.p-fv__icon img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-fv__icon {
    top: 37.5rem;
    width: 8.9375rem;
    height: 8.9375rem;
  }
}

.p-about {
  -webkit-padding-before: 8vh;
          padding-block-start: 8vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-block: 0rem 3rem;
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
  }
}
.p-about__lead {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: 1.375rem;
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.line {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(#F6D200), to(#F6D200));
  background-image: linear-gradient(to right, #F6D200, #F6D200);
  background-repeat: repeat-x;
  background-position: left bottom 1.125rem;
  background-size: 100% 0.9375rem;
  padding-bottom: 0.9375rem;
  -webkit-box-decoration-break: clone; /* Safariなど古いブラウザ用 */
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .line {
    background-position: left bottom 0.875rem;
    background-size: 100% 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.p-about__text {
  text-align: center;
  font-size: 1.25rem;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.8;
  -webkit-margin-before: 1.4375rem;
          margin-block-start: 1.4375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 0.875rem;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    letter-spacing: -1px;
  }
}

.p-about-deco1 {
  width: 28.6875rem;
  height: 28.6875rem;
  position: absolute;
  top: -13.625rem;
  left: calc(50% + 25rem);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-about-deco1 {
    display: none;
  }
}

.p-about-deco2 {
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: 15.625rem;
  right: calc(50% + 25rem);
  z-index: 5;
}
@media (min-width: 768px) {
  .p-about-deco2 {
    right: calc(50% + 31.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-about-deco2 {
    display: none;
  }
}

.p-about-deco3 {
  width: 24.9375rem;
  height: 24.9375rem;
  position: absolute;
  top: 22.5rem;
  left: calc(50% + 19.875rem);
  z-index: 3;
}
@media (min-width: 768px) {
  .p-about-deco3 {
    left: calc(50% + 25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-about-deco3 {
    display: none;
  }
}

.p-features {
  -webkit-padding-before: 7.1875rem;
          padding-block-start: 7.1875rem;
  -webkit-margin-after: 2.875rem;
          margin-block-end: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-features {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
    -webkit-padding-before: 0rem;
            padding-block-start: 0rem;
  }
}

.p-features__inner {
  padding-inline: 1.25rem;
  max-width: 89.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    padding-inline: 1rem;
  }
}

.p-features__image {
  -webkit-margin-before: 2.28125rem;
          margin-block-start: 2.28125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-features__image {
    display: none;
  }
}

.p-features__image-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-features__image-sp {
    display: block;
    -webkit-margin-before: 2.1875rem;
            margin-block-start: 2.1875rem;
  }
  .p-features__image-sp.--text {
    max-width: 17.8125rem;
    margin-inline: auto;
  }
}
@media (min-width: 440px) {
  .p-features__image-sp {
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-structure {
  background-color: #fff;
  -webkit-padding-before: 2.9375rem;
          padding-block-start: 2.9375rem;
}

@media screen and (max-width: 767px) {
  .p-structure__title {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-structure__image {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  max-width: 88.625rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-structure__image {
    overflow-x: auto;
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
}
.p-structure__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-structure__image img {
    min-width: 71.3125rem;
    max-width: none;
    height: 21.9375rem;
  }
}

.p-merit {
  background-color: #fff;
  padding-block: 3.5rem 4.8125rem;
}

.p-merit__inner {
  width: 88.625rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-merit__inner {
    padding-inline: 1.25rem;
    width: 100%;
  }
}

.p-merit__title {
  position: relative;
  -webkit-padding-start: 8.4375rem;
          padding-inline-start: 8.4375rem;
}
.p-merit__title::before {
  content: "";
  position: absolute;
  top: -4.6875rem;
  left: 0;
  width: 9.125rem;
  height: 7.5625rem;
  background: url(../img/img_baloon.webp) no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-merit__title {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-before: 0rem;
            padding-block-start: 0rem;
  }
  .p-merit__title::before {
    top: -5.125rem;
    left: 0;
    width: 6.25rem;
    height: 5rem;
  }
}

.p-merit__swiper-container {
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
}

.p-merit__item {
  background-color: #FFFFC1;
  border-radius: 1.25rem;
  padding: 1.125rem 1.125rem 2.875rem 1.125rem;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-merit__item {
    max-width: 16.125rem;
  }
}

.p-m-card__head {
  display: grid;
  grid-template-columns: 3.4375rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-m-card__head {
    grid-template-columns: 2.5rem 1fr;
  }
}

.p-m-card__number {
  font-size: 2.625rem;
  color: #F5A100;
  font-weight: bold;
  font-family: "kiwi-maru", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-m-card__number {
    font-size: 2.125rem;
  }
}

.p-m-card__image {
  width: 6.25rem;
  height: auto;
  -webkit-margin-start: 2.8125rem;
          margin-inline-start: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-m-card__image {
    width: 5.375rem;
  }
}

.p-m-card__body {
  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-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  gap: 0.625rem;
}

.p-m-card__title {
  font-size: 1.5rem;
  color: #56A90C;
  font-weight: bold;
  font-family: "zen-maru-gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-m-card__title {
    font-size: 1.25rem;
  }
}

.p-m-card__text {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "zen-maru-gothic", sans-serif;
  max-width: 15.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-m-card__text {
    font-size: 0.875rem;
  }
}

.p-farmer {
  margin-block: 5.25rem 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-farmer {
    margin-block: 1.9375rem 3.5rem;
  }
}

.p-farmer__title-image {
  width: 10.625rem;
  height: 10.625rem;
  margin-inline: auto;
}
.p-farmer__title-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-farmer__title-image {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.p-farmer__title {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__title {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
    gap: 0;
  }
}

.p-farmer__content {
  max-width: 88.625rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 35.375rem 1fr;
  gap: 2.875rem;
  margin-block: 5.4375rem 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__content {
    padding-inline: 1.25rem;
    grid-template-columns: 1fr;
    gap: 3.125rem;
    margin-block: 2.6875rem 2.875rem;
  }
}

.p-farmer__image {
  max-width: 35.375rem;
  height: auto;
  aspect-ratio: 566/520;
  border-radius: 1.25rem;
  position: relative;
  /* 画像の下にできる余分な隙間を防ぐおまじない */
  line-height: 0;
}
.p-farmer__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-farmer__image.main-image {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* 隙間対策 */
}
@media screen and (max-width: 767px) {
  .p-farmer__image {
    width: 19.625rem;
    height: 18.0625rem;
    aspect-ratio: 314/289;
    margin-inline: auto;
  }
}

/* 重ねるイラスト */
.overlay-icon {
  position: absolute;
  bottom: 0;
  left: -5rem;
  /* イラストのサイズはここで指定 */
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%; /* 丸くする */
  /* 画像に少しだけ被るように、外側にはみ出させる調整 */
  -webkit-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
  /* メイン画像より手前に表示させる */
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .overlay-icon {
    left: -2.5rem;
    width: 6.75rem;
    height: 6.75rem;
  }
}

.p-farmer__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-farmer__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: normal;
  background-color: #fff;
  border-radius: 2.5625rem;
  padding: 1.3125rem 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__name-wrap {
    padding: 1.0625rem 1.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-farmer__type {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__type {
    font-size: 1.25rem;
  }
}

.p-farmer__name-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
}

.p-farmer__suffix {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__suffix {
    font-size: 1.25rem;
  }
}

.p-farmer__name {
  font-size: 1.75rem;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__name {
    font-size: 1.5rem;
  }
}

.p-farmer__card-title {
  font-size: 2rem;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: bold;
  line-height: normal;
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__card-title {
    font-size: 1.25rem;
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.p-farmer__text {
  font-size: 1.25rem;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  line-height: normal;
  -webkit-margin-before: 2.4375rem;
          margin-block-start: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-farmer__text {
    font-size: 1rem;
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
  }
}

.p-farmer__swiper-slide {
  width: 22.375rem;
  height: 22.375rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-farmer__swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-farmer__swiper-slide {
    width: 16.1875rem;
    height: 16.1875rem;
  }
}

.p-farmer__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top-voices {
  background-color: #FBFECF;
  padding-block: 3.8125rem 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-voices {
    padding-block: 1.9375rem 3.3125rem;
  }
}

.p-top-voices__content {
  -webkit-margin-before: 4.1875rem;
          margin-block-start: 4.1875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6.25rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-voices__content {
    grid-template-columns: 1fr;
    row-gap: 1.375rem;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.p-top-voices__item {
  position: relative;
  padding: 1.6875rem 1.1875rem;
  background: #fff;
  border-radius: 1.25rem;
  max-width: 42.5rem;
}
.p-top-voices__item::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 6.25rem;
  border: 1.125rem solid transparent;
  border-top: 0.9375rem solid #fff;
  border-left: 1.25rem solid #fff;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-top-voices__item {
    padding: 0rem;
    width: 76vw;
    margin-inline: auto;
    gap: 0.375rem;
    min-height: 20.6875rem;
  }
  .p-top-voices__item::after {
    top: 100%;
    right: 0;
    border: none;
    border-top: none;
    border-left: none;
    width: 0;
    height: 0;
  }
}

.p-top-voices__link {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-voices__link {
    grid-template-columns: 1fr;
    padding: 0.875rem;
    height: 100%;
  }
}

.p-top-voices__image {
  min-width: 11.25rem;
  aspect-ratio: 1/1;
  background-color: #EEEEEE;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-top-voices__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-top-voices__image {
    aspect-ratio: 257/146;
    border-radius: 1.25rem;
    width: 100%;
  }
}

.p-top-voices__description {
  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;
}
.p-top-voices__subtitle {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-voices__subtitle {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.p-top-voices__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "zen-maru-gothic", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-voices__text {
    font-size: 0.6875rem;
    -webkit-line-clamp: 5;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.p-top-voices__name {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "zen-maru-gothic", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-voices__name {
    font-size: 0.75rem;
    -webkit-margin-before: 1.3125rem;
            margin-block-start: 1.3125rem;
    -webkit-line-clamp: 1;
  }
}

.p-company {
  -webkit-padding-before: 3.8125rem;
          padding-block-start: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 3.75rem 5.75rem;
  }
}

.p-philosophy {
  -webkit-margin-before: 3.375rem;
          margin-block-start: 3.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    -webkit-margin-before: 2.0625rem;
            margin-block-start: 2.0625rem;
  }
}

.p-philosophy__label {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-philosophy__label {
    font-size: 1.375rem;
  }
}

.p-philosophy__title {
  font-size: 3.375rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title {
    font-size: 1.75rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    line-height: normal;
  }
}

.p-philosophy__text {
  font-size: 2rem;
  font-weight: 700;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    font-size: 1.5rem;
    -webkit-margin-before: 0.8125rem;
            margin-block-start: 0.8125rem;
  }
}

.p-vision {
  -webkit-margin-before: 3.5rem;
          margin-block-start: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-vision {
    -webkit-margin-before: 3.3125rem;
            margin-block-start: 3.3125rem;
  }
}

.p-vision__label {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vision__label {
    font-size: 1.375rem;
  }
}

.p-vision__text {
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-vision__text {
    font-size: 1rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-company-profile {
  -webkit-margin-before: 4.875rem;
          margin-block-start: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile {
    -webkit-margin-before: 2.5625rem;
            margin-block-start: 2.5625rem;
  }
}

.p-company-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile__list {
    gap: 1.5rem;
  }
}

.p-company-profile__item {
  display: grid;
  grid-template-columns: 9.0625rem 1fr;
  gap: 3.5625rem;
  padding: 1.8125rem 2.625rem 1.625rem 2.625rem;
  background-color: #fff;
  border-radius: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile__item {
    grid-template-columns: 1fr;
    padding: 0.625rem 0.8125rem;
    gap: 0.625rem;
    border-radius: 0.875rem;
  }
}

.p-company-profile__term {
  font-size: 1.375rem;
  font-weight: 700;
  color: #56A90C;
}
@media screen and (max-width: 767px) {
  .p-company-profile__term {
    font-size: 1rem;
  }
}

.p-company-profile__description {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-company-profile__description {
    font-size: 1rem;
  }
}

.p-company__cta {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: normal;
  -webkit-margin-before: 7.4375rem;
          margin-block-start: 7.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__cta {
    font-size: 1.25rem;
    -webkit-margin-before: 3.5625rem;
            margin-block-start: 3.5625rem;
    letter-spacing: -1px;
  }
}

.p-footer {
  padding-block: 3.8125rem 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 4.9375rem 6.375rem;
  }
}

.p-footer__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 1rem;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6875rem;
  position: absolute;
  top: 3.75rem;
  left: calc(50% + 25rem);
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    top: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-footer__sns-link {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__sns-link:last-child {
  width: 5.0625rem;
  height: 2.375rem;
}
@media (any-hover: hover) {
  .p-footer__sns-link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.p-footer__contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-footer__logo {
  width: 13.875rem;
  height: 7.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 12.9375rem;
    height: 7.4375rem;
  }
}

.p-footer__info {
  text-align: center;
}

.p-footer__text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  -webkit-margin-before: 1.0625rem;
          margin-block-start: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 1.125rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-footer__tel {
  font-size: 2rem;
  font-weight: bold;
  line-height: normal;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  position: relative;
}
.p-footer__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.3125rem;
  height: 2.3125rem;
  background: url(../img/icon-phone.svg);
　background-repeat: no-repeat;
　background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-footer__tel {
    font-size: 1.8125rem;
  }
}

.p-footer__mail {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__mail {
    font-size: 1rem;
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
}

.p-footer__hours {
  font-size: 1rem;
  font-weight: 600;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: normal;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__hours {
    font-size: 0.875rem;
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
  }
}

.p-pagetop {
  position: fixed;
  bottom: 1.6875rem;
  right: 1.6875rem;
  width: 10rem;
  height: 10rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    bottom: 1.25rem;
    right: 0.6875rem;
    width: 3.9375rem;
    height: 3.9375rem;
  }
}
.p-pagetop circle {
  fill: orange;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (any-hover: hover) {
  .p-pagetop:hover {
    cursor: pointer;
  }
  .p-pagetop:hover circle {
    fill: #F7730C;
  }
}

.p-voice-list {
  width: 100%;
}

.p-voice-list__title {
  margin-block: 4.1875rem 13.375rem;
  padding: 1.3125rem 1.8125rem 0.5625rem;
  background-color: #fff;
  border-radius: 3.5625rem;
  position: relative;
}
.p-voice-list__title::before {
  position: absolute;
  content: "";
  top: -4.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.125rem;
  height: 4.125rem;
  background-image: url("../img/icon-voices.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-voice-list__title {
    padding: 1rem 1.125rem 0.4375rem;
    margin-block: 7.5rem 9.375rem;
  }
  .p-voice-list__title::before {
    width: 3.0625rem;
    height: 3.0625rem;
    top: -3.8125rem;
  }
}

.p-voice-list__image {
  position: absolute;
  top: -13.5rem;
  width: 100%;
  height: 49rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-voice-list__image {
    top: -17.8125rem;
    height: 43.75rem;
    overflow: hidden;
  }
}

.p-voice-list__picture {
  width: 100%;
  height: 100%;
}
.p-voice-list__picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 440px) {
  .p-voice-list__picture img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0% 0% 100% 100%/80% 80% 20% 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-list__picture {
    width: 100%;
    height: 100%;
  }
  .p-voice-list__picture img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-voice-tabs__inner {
  max-width: 92.5rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-tabs__inner {
    padding-inline: 2.8125rem;
  }
}

.p-voice-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-voice-tab__item {
  min-width: 7.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #56A90C;
  padding: 0.9375rem 0.75rem;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 2.125rem;
  cursor: pointer;
}
.p-voice-tab__item.tab-farmer {
  background-color: #015929;
}
.p-voice-tab__item.tab-restaurant {
  background-color: #F5A100;
}
@media screen and (max-width: 767px) {
  .p-voice-tab__item {
    min-width: 5.375rem;
    padding: 0.625rem 0.5625rem;
    font-size: 0.875rem;
  }
}

.p-voice-tabs__content {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-voice-tabs__content {
    -webkit-margin-before: 2.0625rem;
            margin-block-start: 2.0625rem;
  }
}

.p-voice-articles {
  display: none;
}
.p-voice-articles.is-active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice-articles.is-active {
    grid-template-columns: 1fr;
    row-gap: 1.375rem;
  }
}

.p-voice-tabs__item {
  position: relative;
  padding: 1.6875rem 1.1875rem;
  background: #fff;
  border-radius: 1.25rem;
  min-width: 42.5rem;
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 1.1875rem;
}
.p-voice-tabs__item::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 6.25rem;
  border: 1.125rem solid transparent;
  border-top: 0.9375rem solid #fff;
  border-left: 1.25rem solid #fff;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.875rem;
    width: auto;
    min-width: 0;
    height: 100%;
    margin-inline: auto;
    gap: 1.25rem;
  }
  .p-voice-tabs__item::after {
    top: 100%;
    right: 0;
    border: none;
    border-top: none;
    border-left: none;
    width: 0;
    height: 0;
  }
}

.p-voices-tabs__image {
  min-width: 11.25rem;
  aspect-ratio: 1/1;
  background-color: #EEEEEE;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-voices-tabs__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-voices-tabs__image {
    min-width: 16.0625rem;
    aspect-ratio: 257/146;
    border-radius: 1.25rem;
  }
}

.p-voices-tabs__description {
  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;
}
.p-voices-tabs__subtitle {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-voices-tabs__subtitle {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.p-voices-tabs__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "zen-maru-gothic", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voices-tabs__text {
    font-size: 0.6875rem;
    -webkit-line-clamp: 5;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.p-voices-tabs__name {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "zen-maru-gothic", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voices-tabs__name {
    font-size: 0.75rem;
    -webkit-margin-before: 1.3125rem;
            margin-block-start: 1.3125rem;
  }
}

.p-pagination {
  line-height: 2;
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
  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: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    margin-block: 4.25rem 9.625rem;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.25rem;
}

.p-voice__content {
  -webkit-margin-before: 18.75rem;
          margin-block-start: 18.75rem;
  max-width: 92.5rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__content {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    padding-inline: 1.25rem;
  }
}

.p-voice__inner {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4.4375rem 9.125rem 8.75rem 8.9375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: 1rem 1.4375rem 2rem 1.375rem;
  }
}

.p-voice__date {
  font-size: 1.375rem;
  font-family: "zen-maru-gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-voice__date {
    font-size: 1rem;
    line-height: 0.9;
  }
}

.p-voice__title {
  font-size: 2rem;
  color: #56A90C;
  font-weight: bold;
  line-height: normal;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.p-voice__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-voice__name-wrap {
    display: grid;
    grid-template-columns: 1fr 4.25rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-voice__name {
  font-size: 1.5rem;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    font-size: 0.75rem;
  }
}

.p-voice__type {
  max-width: 7.75rem;
  display: block;
  padding: 0.9375rem 0.75rem;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 2.125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-voice__type {
    min-width: 4.25rem;
    font-size: 0.75rem;
    padding: 0.5rem 0.125rem;
  }
}

.p-term--restaurant {
  background-color: #F5A100;
}

.p-term--farmer {
  background-color: #015929;
}

.p-voice__image {
  -webkit-margin-before: 2.8125rem;
          margin-block-start: 2.8125rem;
  border-radius: 1.25rem;
  max-width: 69.375rem;
  height: auto;
  aspect-ratio: 1110/796;
  overflow: hidden;
}
.p-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-voice__image {
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
    aspect-ratio: 290/166;
  }
}

.p-voice__text {
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
  font-size: 1.125rem;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-voice-profile {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice-profile {
    -webkit-margin-before: 5.625rem;
            margin-block-start: 5.625rem;
  }
}

.p-voice-profile__container {
  display: grid;
  grid-template-columns: 27.875rem 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-profile__container {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-voice-profile__image {
  max-width: 29.125rem;
  height: auto;
  aspect-ratio: 466/410;
  overflow: hidden;
}
.p-voice-profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice-profile__image {
    max-width: 11.5rem;
    aspect-ratio: 184/168;
    margin-inline: auto;
  }
}

.p-voice-profile__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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-voice-profile__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  line-height: normal;
  background-color: #fff;
  border-radius: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-voice-profile__name-wrap {
    padding: 0 1.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice-profile__name-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-voice-profile__name-wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice-profile__name-type {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voice-profile__name-type {
    font-size: 0.75rem;
  }
}

.p-voice-profile__name {
  font-size: 1.75rem;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-profile__name {
    font-size: 0.875rem;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-single-farmer__suffix {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-farmer__suffix {
    font-size: 0.75rem;
  }
}

.p-single-farmer__card-title {
  font-size: 1.375rem;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-single-farmer__card-title {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.p-single-farmer__text {
  font-size: 1.25rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single-farmer__text {
    font-size: 0.6875rem;
    -webkit-line-clamp: 4;
    line-height: 1.5;
  }
}

.p-address__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-address__wrap {
    display: none;
  }
}

.p-address__name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-address__name {
    font-size: 1.25rem;
  }
}

.p-address__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 2;
}

.p-address__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 2.1;
}

.p-voice-list__btn {
  -webkit-margin-after: 7.0625rem;
          margin-block-end: 7.0625rem;
}

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

@media (min-width: 900px) {
  .u-hidden-tab {
    display: none;
  }
}

@media (min-width: 375px) {
  .u-hidden-sp-lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-fade-item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.u-fade-item.js-show {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
@media screen and (max-width: 767px) {
  .u-fade-item {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}