@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  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;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

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;
}

.l-top-inner {
  padding-inline: 13.75rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-top-inner {
    padding-inline: 20px;
  }
}

.l-top-footer {
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-top-footer {
    padding-top: 20px;
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-header__inner {
  padding-block: 1.375rem;
  padding-inline: 1.875rem;
  max-width: 1440px;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.l-about_inner {
  padding-inline: 13.75rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-about_inner {
    padding-inline: 20px;
  }
}

.l-page-container {
  padding-inline: 13.75rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-container {
    padding-inline: 20px;
  }
}

.c-drawer-icon {
  display: none;
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 51;
}
@media screen and (max-width: 999px) {
  .c-drawer-icon {
    display: inline;
  }
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 14px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background-color: #92c255;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.c-drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.c-drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.c-drawer-content {
  width: 100%;
  height: 100%;
  position: fixed; /*固定して浮かせる*/
  top: 1.25rem;
  background: #fff;
  z-index: 100;
  padding: 74px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 767px) {
  .c-drawer-content {
    top: 0;
  }
}
.c-drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
  height: 543px;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.c-drawer-content__link {
  display: inline-block;
  font-size: 16px;
  padding-block: 8px;
}

.c-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid transparent;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #fff;
  background: #92c255;
  padding: 1rem 5rem;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 22px;
    line-height: 40px;
    padding: 10px 30px;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #92c255;
    background: #fff;
    border: 1px solid #92c255;
  }
}

.c-top-section {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-top-section {
    padding-block: 80px;
  }
}

.c-top-section_title {
  font-size: 2.5rem;
  text-align: center;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
@media screen and (max-width: 767px) {
  .c-top-section_title {
    font-size: 28px;
  }
}

.c-qa__box {
  overflow: hidden;
}
.c-qa__box.js-open .c-qa-box__head::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-qa-box__head {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #d6dd4f;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-qa-box__head {
    padding: 10px;
    gap: 5px;
  }
}
.c-qa-box__head::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  width: 1.455px;
  height: 10px;
  background: #000;
  -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;
}
.c-qa-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  width: 10px;
  height: 1px;
  background: #000;
}

.c-qa-box__head-icon {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-qa-box__head-icon {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-qa-box__a-icon {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-qa-box__a-icon {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-qa-box__head-text {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.75rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-qa-box__head-text {
    font-size: 13px;
    line-height: 20px;
    padding-right: 20px;
  }
}

.c-qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-qa-box__a-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-qa-box__a-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-qa-box__body {
  display: none;
  padding: 1rem;
  background: #f5f5dc;
}
@media screen and (max-width: 767px) {
  .c-qa-box__body {
    padding: 10px;
  }
}

.c-footer {
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-footer {
    text-align: center;
  }
}

.c-footer_logo__link {
  width: 22.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-footer_logo__link {
    width: 200px;
  }
}
@media (any-hover: hover) {
  .c-footer_logo__link:hover {
    opacity: 0.7;
  }
}
.c-footer_logo__link img {
  display: block;
}

.c-footer_nav {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .c-footer_nav {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    text-align: center;
  }
}

.c-footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-footer_nav_list {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-footer_nav_list a {
  color: #fff;
  font-size: 1rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-footer_nav_list a {
    font-size: 13px;
  }
}
.c-footer_nav_list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media (any-hover: hover) {
  .c-footer_nav_list a:hover::before {
    width: 100%;
  }
}

.c-footer_copy {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  display: block;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer_copy {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    font-size: 12px;
  }
}

.p-header {
  height: 5rem;
  position: fixed; /* ヘッダーを固定 */
  top: 0; /* 上部に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 横幅を全体に広げる */
  background-color: #fff; /* ヘッダーの背景色（必要に応じて変更） */
  z-index: 1000; /* 重なり順を他の要素より前に */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めてボックスサイズを計算 */
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 60px;
  }
}

.p-header__inner {
  height: inherit;
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 16px;
  }
}

.p-header-logo__link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header-logo__link {
    width: 200px;
  }
}
@media (any-hover: hover) {
  .p-header-logo__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 999px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
}

.p-header__nav-item a {
  font-size: 1rem;
  position: relative;
  display: inline-block;
}
.p-header__nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media (any-hover: hover) {
  .p-header__nav-item a:hover::before {
    width: 100%;
  }
}

.l-top-fv__inner {
  height: 100%;
}

.p-top-fv-swiper__container {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-fv-swiper__container {
    height: 80vh;
  }
}

.p-top-fv-swiper {
  height: 100%;
}

.p-top-fv-swiper-wrapper {
  height: 100%;
}

.p-top-fv-swiper-slide {
  height: 100%;
}

.p-top-fv__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-top-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-animation: none;
          animation: none;
}
@media screen and (max-width: 767px) {
  .p-top-fv__image img {
    -o-object-position: 40% 100%;
       object-position: 40% 100%;
  }
}

.swiper-slide-active .p-top-fv__image img,
.swiper-slide-duplicate-active .p-top-fv__image img,
.swiper-slide-prev .p-top-fv__image img {
  -webkit-animation: fv-zoom var(--fv-anim-ms, 7000ms) linear 0s normal both;
          animation: fv-zoom var(--fv-anim-ms, 7000ms) linear 0s normal both;
}

@-webkit-keyframes fv-zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fv-zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-top-main {
  background: #fffef0;
}

.p-top-main_bg {
  height: 20rem;
  background-image: url(../img/bg_top.webp);
  background-size: cover;
  background-position: 50% 76%;
}

.p-top-main-banner {
  border-radius: 100%;
  border: 1px solid transparent;
  background: #ffa500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 12.5rem;
  right: 1.875rem;
  z-index: 99;
  cursor: pointer;
  gap: 0.625rem;
  width: 13.375rem;
  height: 13.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-main-banner {
    width: min(26.6666666667vw, 150px);
    height: min(26.6666666667vw, 150px);
    right: 0;
    bottom: 318px;
    gap: 5px;
  }
}
.p-top-main-banner img {
  width: 2.6875rem;
  height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-main-banner img {
    -o-object-fit: cover;
       object-fit: cover;
    width: min(8vw, 30px);
    height: min(6.6666666667vw, 25px);
  }
}
.p-top-main-banner span {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-main-banner span {
    font-size: min(3.2vw, 15px);
    line-height: 20px;
  }
}
@media (any-hover: hover) {
  .p-top-main-banner:hover {
    background-color: #fff;
    border: 1px solid #ffa500;
  }
  .p-top-main-banner:hover span {
    color: #ffa500;
  }
  .p-top-main-banner:hover img {
    background-color: #ffa500;
  }
}

.p-top-about {
  background: #f5f5dc;
  border-radius: 0 0 100px 100px;
}

.p-top-about_title {
  position: relative;
  z-index: 3;
}
.p-top-about_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #92c255;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-top-about_text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-top-about_cards {
  -webkit-margin-before: 2.375rem;
          margin-block-start: 2.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_cards {
    grid-template-columns: 1fr;
    gap: 15px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-top-about_card {
  padding: 1.6875rem 1.5rem 1.0625rem 1.625rem;
  border-radius: 10px;
  border: 2px solid #92c255;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-about_card {
    padding: 15px;
  }
}

.p-top-about_card__image {
  height: 27.5rem;
}
.p-top-about_card__image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-about_card__image {
    height: 250px;
  }
}

.p-top-about_card__title {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #92c255;
}
@media screen and (max-width: 767px) {
  .p-top-about_card__title {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    font-size: 20px;
    line-height: 20px;
  }
}

.p-top-about_card__text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_card__text {
    font-size: 14px;
    line-height: 24px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.p-top-about_change__graph {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about_change__graph {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-top-about_change__graph-wrap {
  padding: 0.8125rem 7.5rem 0.875rem 9.0625rem;
  border-radius: 10px;
  border: 2px solid #ffa500;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-about_change__graph-wrap {
    padding: 10px;
  }
}

.p-top-about_change__graph-image {
  width: 100%;
  height: 100%;
}
.p-top-about_change__graph-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 739/523;
}

.p-top-about_feature__title {
  position: relative;
  z-index: 3;
}
.p-top-about_feature__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #ffa500;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-top-about_feature__lead {
  text-align: center;
  -webkit-margin-before: 2.5625rem;
          margin-block-start: 2.5625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.p-top-about_feature__lead span {
  font-weight: 600;
  color: #ffa500;
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__lead {
    font-size: 20px;
    line-height: 30px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-top-about_feature__text {
  -webkit-margin-before: 2.5625rem;
          margin-block-start: 2.5625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__text {
    font-size: 16px;
    line-height: 25px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-top-about_feature__cards {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__cards {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    gap: 18px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-top-about_feature__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3125rem 1.375rem 1.5rem 1.4375rem;
  border-radius: 10px;
  border: 2px solid #ffa500;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__card {
    gap: 10px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.p-top-about_feature__card-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1/1; /* 正方形を保証 */
  border-radius: 50%; /* 真円 */
  overflow: hidden; /* はみ出しを切る */
}
.p-top-about_feature__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出しトリミングでちょうどよく */
  display: block; /* 余計な隙間を消す */
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__card-image {
    max-width: 450px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-top-about_feature__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__card-body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-top-about_feature__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__card-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.p-top-about_feature__card-text {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about_feature__card-text {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}

.p-top-voice_title {
  position: relative;
  z-index: 3;
}
.p-top-voice_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #d6dd4f;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-top-vice_text {
  text-align: center;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-vice_text {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}

.p-top-vice_cards {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  -webkit-column-gap: 2.3125rem;
     -moz-column-gap: 2.3125rem;
          column-gap: 2.3125rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-vice_cards {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.p-top-vice_card {
  padding: 1.375rem 1rem 1rem 1rem;
  border-radius: 6px;
  border: 2px solid #d6dd4f;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-vice_card {
    padding: 10px;
    gap: 8px;
  }
}

.p-voice_card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-voice_card__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-voice_card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice_card__profile {
    gap: 4px;
  }
}

.p-voice_card__icon {
  width: 2rem;
  height: 2rem;
  padding: 0.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #d6dd4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-voice_card__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice_card__job {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice_card__job {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-voice_card__rating {
  width: 3.625rem;
  height: 0.625rem;
}
.p-voice_card__rating img {
  width: auto;
}

.p-voice_card__comment {
  margin-bottom: auto;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice_card__comment {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-top-qa {
  background: #f8f9f3;
}

.p-top-qa_text {
  font-size: 1.25rem;
  text-align: center;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-qa_text {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 16px;
  }
}

.p-top-qa__boxes {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-qa__boxes {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    gap: 20px;
  }
}

.p-top-qa_btn__wrap {
  text-align: center;
  border-radius: 40px;
  -webkit-margin-before: 5.3125rem;
          margin-block-start: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-qa_btn__wrap {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.p-top-blog_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 48px; /* 120% */
  position: relative;
}
.p-top-blog_title::before, .p-top-blog_title::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #288b22;
  width: 7.5rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog_title::before, .p-top-blog_title::after {
    width: 50px;
    height: 3px;
  }
}
.p-top-blog_title::before {
  left: -9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog_title::before {
    left: -68px;
  }
}
.p-top-blog_title::after {
  right: -9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog_title::after {
    right: -68px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-blog_title {
    font-size: 28px;
  }
}

.p-top-blog_seb-title {
  text-align: center;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
@media screen and (max-width: 767px) {
  .p-top-blog_seb-title {
    font-size: 16px;
  }
}

.p-top-blog_cards {
  -webkit-margin-before: 4.8125rem;
          margin-block-start: 4.8125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog_cards {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}

.p-top-blog_link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog_link {
    row-gap: 8px;
  }
}

.p-top-blog_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 1.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-blog_card {
    row-gap: 8px;
  }
}
@media (any-hover: hover) {
  .p-top-blog_card:hover {
    opacity: 0.8;
  }
  .p-top-blog_card:hover .p-top-blog_card__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top-blog_card__image {
  overflow: hidden;
}
.p-top-blog_card__image img {
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 301/241;
  width: 100%;
  height: auto;
  display: block;
}

.p-top-blog_card__title {
  text-align: center;
  border-radius: 10px;
  padding: 0.5625rem 1rem 0.6875rem 1rem;
  font-size: 1.25rem;
  color: #fff;
  background: #288b22;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-top-blog_card__title {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    font-size: 15px;
    line-height: 20px;
    padding: 8px;
  }
}

.p-top-blog_card__text {
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-top-blog_card__text {
    font-size: 13px;
    line-height: 20px;
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    -webkit-line-clamp: 2;
  }
}

.p-top-blog_btn__wrap {
  text-align: center;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog_btn__wrap {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

/*----------------------------------
  FV
-----------------------------------*/
.p-about-fv {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-fv {
    height: 500px;
  }
}

.p-about-fv__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-fv__image {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-fv__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 76% 100%;
       object-position: 76% 100%;
  }
}

/*----------------------------------
  ikoinomidoriとは
-----------------------------------*/
.p-about {
  background: #f5f5dc;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 80px;
  }
}

.p-about_lead {
  background: rgba(245, 245, 220, 0.25);
  border-bottom: 3px solid #6b7b53;
}

.p-about_lead__wrap {
  max-width: 550px;
  margin-inline: auto;
  padding: 120px 15px;
  border-radius: 10px 10px 60px 60px;
  border: 3px solid #6b7b53;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about_lead__wrap {
    padding: 30px 4px;
    border: 1px solid #6b7b53;
  }
}

.p-about_title {
  color: #6b7b53;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
@media screen and (max-width: 767px) {
  .p-about_title {
    font-size: 18px;
  }
}

.p-about_lead__title {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-about_lead__title {
    font-size: 18px;
  }
}

.p-about_text {
  text-align: center;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about_text {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
    line-height: 30px;
  }
}

.p-about_lead__text {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-about_lead__text {
    font-size: 15px;
  }
}

/*----------------------------------
  変化
-----------------------------------*/
.p-about_change__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about_change__title {
    font-size: 16px;
  }
}

.p-about_change {
  background: rgba(245, 245, 220, 0.25);
}

.p-about_change__title {
  border-bottom: 3px solid #6b7b53;
}

/*----------------------------------
  task
-----------------------------------*/
.p-about_change__task-title {
  text-align: start;
  -webkit-margin-before: 3.25rem;
          margin-block-start: 3.25rem;
  color: #6b7b53;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about_change__task-title {
    line-height: 20px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    font-size: 16px;
  }
}

.p-about_change__task-text {
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
  text-align: start;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about_change__task-text {
    line-height: 30px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    font-size: 14px;
  }
}

/*----------------------------------
  commitment
-----------------------------------*/
.p-about-commitment__title {
  color: #6b7b53;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-commitment__title {
    font-size: 20px;
    line-height: 40px;
  }
}

.p-about-commitment_content {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-commitment_content {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-about-commitment_image__card {
  padding: 1.375rem 1.375rem 2.75rem 1.375rem;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 4px 8px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 8px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about-commitment_image__card {
    padding: 10px;
  }
}

.p-about-commitment_image img {
  aspect-ratio: 956/601;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.p-about-commitment_image__card-text {
  -webkit-margin-before: 1.375rem;
          margin-block-start: 1.375rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-commitment_image__card-text {
    font-size: 15px;
    line-height: 30px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.p-about-commitment_content__cards {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-commitment_content__cards {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    row-gap: 30px;
  }
}

.p-about-commitment_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
  padding: 1.375rem;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 4px 8px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 8px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about-commitment_card {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-about-commitment_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-about-commitment_item {
    position: relative;
  }
  .p-about-commitment_item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #92c255;
    left: 0;
    bottom: -20px;
  }
}

.p-about-commitment_item__title {
  color: #6b7b53;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-commitment_item__title {
    font-size: 17px;
    line-height: 25px;
  }
}

.p-about-commitment_item__text {
  margin-bottom: auto;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-commitment_item__text {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 15px;
    line-height: 30px;
  }
}

/*----------------------------------
  how-to
-----------------------------------*/
.p-about-how-to {
  background: #fff;
}

.p-about-how-to__title {
  color: #6b7b53;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-how-to__title {
    font-size: 20px;
    line-height: 40px;
  }
}

.p-about-how-to_image__card {
  background: #fffef0;
}

.p-about-how-to_card {
  background: #fffef0;
}

/*----------------------------------
  enjoy
-----------------------------------*/
.p-about-enjoy {
  background: #fff;
  position: relative;
}
.p-about-enjoy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_about_enjoy.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  background-position: 50% 12%;
}
.p-about-enjoy_title {
  color: #6b7b53;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  border-bottom: 3px solid #6b7b53;
}
@media screen and (max-width: 767px) {
  .p-about-enjoy_title {
    font-size: 20px;
    line-height: 40px;
  }
}

.p-about-enjoy_text {
  text-align: center;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-enjoy_text {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 15px;
    line-height: 30px;
  }
}

.p-page_container {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  padding-block: 7.5rem 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-page_container {
    margin-top: 60px;
    padding-block: 100px;
  }
}

.p-single-blog_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog_title {
    font-size: 22px;
    line-height: 40px;
  }
}

.p-single-blog_date {
  display: block;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog_date {
    font-size: 16px;
    line-height: 20px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.p-single-blog__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-blog__body {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__body {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-single-blog__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__text {
    font-size: 16px;
    line-height: 20px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-single-blog_btn__wrap {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single-blog_btn__wrap {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-single-blog_btn {
  background: #D9D9D9;
  color: #000;
}

.p-faq__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 22px;
  }
}

.p-faq__sub-title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__sub-title {
    font-size: 17px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.p-faq__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__boxes {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    gap: 20px;
  }
}

.p-company_container {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company-inner {
  width: 100%;
}

.p-company__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 22px;
    line-height: 40px;
  }
}

.p-company__sub-title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__sub-title {
    font-size: 17px;
    line-height: 20px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.p-company__list {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-company__row {
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1.25rem;
  gap: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    padding-block: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.p-company__term {
  padding-left: 1.25rem;
  font-size: 1rem;
  width: 6.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    padding-left: 0;
    font-size: 14px;
  }
}

.p-company__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    font-size: 14px;
  }
}

.p-company__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-company__map-wrap {
  position: relative;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  aspect-ratio: 781/339;
  width: 100%;
  height: auto;
}
.p-company__map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company__map-wrap {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}

.p-contact__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 22px;
    line-height: 40px;
  }
}

.p-contact__sub-title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__sub-title {
    font-size: 17px;
    line-height: 20px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.p-contact_block {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  padding-inline: 4.6875rem;
  border-radius: 20px;
  background: rgba(217, 217, 217, 0.2);
}
@media screen and (max-width: 767px) {
  .p-contact_block {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    padding-inline: 20px;
  }
}

.p-contact__wrap {
  padding-block: 4.5rem 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    padding-block: 50px;
  }
}

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

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

.p-contact-btn {
  cursor: pointer;
  background: #d9d9d9;
  color: #000;
  padding: 1rem 7.5rem 1rem 7.5rem;
}
/*----------------------------------
  form
-----------------------------------*/
.p-form-field {
  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.25rem;
}
@media screen and (max-width: 767px) {
  .p-form-field {
    gap: 10px;
  }
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__head {
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.p-form-field__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.0625rem 0.75rem;
  background: #d9d9d9;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-form-field__tag {
    padding: 1px 6px;
    font-size: 12px;
    line-height: 20px;
  }
}

.p-form-text {
  border-radius: 5px;
  border: none;
  background: rgba(217, 217, 217, 0.8);
  color: #aaa;
  padding: 1.25rem 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-text {
    padding: 10px;
  }
}
.p-form-text:focus {
  outline: #333 auto 1px;
}
.p-form-text:not(:-moz-placeholder) {
  color: #333;
}
.p-form-text:not(:-ms-input-placeholder) {
  color: #333;
}
.p-form-text:not(:placeholder-shown) {
  color: #333;
}

.p-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #eff1f2;
}
.p-form-select:focus {
  outline: #333 auto 1px;
}

.p-form-textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 5px;
  border: none;
  background: rgba(217, 217, 217, 0.8);
  height: 20.3125rem;
}
.p-form-textarea:focus {
  outline: #333 auto 1px;
}
.p-form-textarea:not(:-moz-placeholder) {
  color: #333;
}
.p-form-textarea:not(:-ms-input-placeholder) {
  color: #333;
}
.p-form-textarea:not(:placeholder-shown) {
  color: #333;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}

.p-contact__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 22px;
    line-height: 40px;
  }
}

.p-contact__sub-title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__sub-title {
    font-size: 17px;
    line-height: 20px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.p-archive-blog__cards {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__cards {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-archive-blog_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0.625rem;
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-archive-blog_card {
    row-gap: 5px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
@media (any-hover: hover) {
  .p-archive-blog_card:hover {
    opacity: 0.8;
  }
  .p-archive-blog_card:hover .p-archive-blog_card__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-archive-blog_link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog_link {
    row-gap: 5px;
  }
}

.p-archive-blog_card__image {
  overflow: hidden;
}
.p-archive-blog_card__image img {
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/240;
  width: 100%;
  height: auto;
  display: block;
}

.p-archive-blog_card__title {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog_card__title {
    -webkit-margin-before: 3px;
            margin-block-start: 3px;
    font-size: 14px;
    line-height: 20px;
  }
}

.p-archive-blog_card__text {
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-archive-blog_card__text {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

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

.p-pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.5625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-pagination__list {
    gap: 20px;
  }
}

.p-pagination__link {
  padding: 0.8125rem 1.1875rem;
  background: #d9d9d9;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-pagination__link {
    padding: 5px 8px;
    font-size: 15px;
  }
}

.p-pagination__link:hover {
  background: #eee;
}

.p-pagination__link.is-current {
  background: #92c255;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.p-pagination__link.p-pagination__prev,
.p-pagination__link.p-pagination__next {
  font-weight: bold;
}

.u-page_header__bg {
  background: rgba(0, 0, 0, 0.2);
}

.u-page-header_logo__color img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.u-page-footer__bg {
  background: rgba(0, 0, 0, 0.6);
}

.u-page-footer__margin {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .u-page-footer__margin {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    text-align: center;
  }
}

.u-page-drawer__bg {
  background: #000;
}

.u-fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-up.js-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-animated__clipView {
  /* before（出現前） */
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  will-change: clip-path;
  /* after（出現後） */
}
.u-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.u-slow-fade {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, transform 3s;
  transition: opacity 3s, transform 3s, -webkit-transform 3s;
}

/* FV 用アニメーション */
.u-animated__circleReveal {
  /* 初期（小さい丸） */
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: clip-path;
}
.u-animated__circleReveal.js-show {
  /* 全画面に拡大 */
  clip-path: circle(150% at 50% 50%);
}

.u-hidden__pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden__pc {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */