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

body {
  color: #3a3a3a;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.8px;
  line-height: 35px;
}

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;
}
.c-pc-none {
  display: none;
}
@media (max-width: 767px) {
  .c-pc-none {
    display: block;
  }
}
.l-top__inner {
  padding-inline: 140px;
  margin-inline: auto;
  max-width: 1440px;
}

.c-drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 51;
  display: none;
}
@media screen and (max-width: 1159px) {
  .c-drawer-icon {
    display: inline;
  }
}
.c-drawer-icon.is-checked .c-drawer-icon__bar {
  background: #000;
}
.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: #3a3a3a;
  border-radius: 6px;
  -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: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38B422), to(#257817)), #fff;
  background: linear-gradient(90deg, #38B422 0%, #257817 100%), #fff;
  z-index: 50;
  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;
}
.c-drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-drawer-content__menu {
  padding-top: 80px;
  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;
/*  display: none;*/
}

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

.c-drawer__nav-lang {
  font-size: 16px;
  padding-block: 8px;
  color: #fff;
}

.c-drawer__nav-lang--icon {
  width: 25px;
  height: 25px;
}
.c-top-section {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .c-top-section {
    padding-block: 80px;
  }
}

.c-top-section__heading {
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.c-top-section-en__title {
  color: #38B422;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .c-top-section-en__title {
    font-size: 36px;
  }
}

.c-top-section-ja__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.c-btn__link {
  border: 1px solid #D1D1D1;
  display: inline-block;
  border-radius: 100vmax;
  padding: 15px 84px;
  color: #fff;
  background: #38B422;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.92px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-btn__link:hover {
    color: #38B422;
    background: #fff;
  }
}

.c-news-card {
  position: relative;
}
.c-news-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .c-news-card__link:hover .c-news-card__title {
    opacity: 0.7;
  }
}

.c-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}

.c-news-card__date {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.c-news-card__category {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #405482;
  padding: 0px 15px;
}

.c-news-card__title {
  padding-block: 16px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-page-title__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: 12px;
  text-align: start;
}

.c-page-en__title {
  color: #38B422;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2.4px;
}

.c-page-ja__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.c-page-btn__link {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.92px;
  border: 1px solid #d1d1d1;
  background: #d8332f;
  padding: 15px 95px;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-page-btn__link:hover {
  color: #d8332f;
  background: #fff;
  border: 1px solid #d8332f;
}

.c-single-news__main {
  -webkit-margin-before: 204px;
          margin-block-start: 204px;
}

.c-single-content__inner {
  padding-inline: 340px;
  margin-inline: auto;
  max-width: 1440px;
  padding-bottom: 131px;
}
@media screen and (max-width: 1279px) {
  .c-single-content__inner {
    padding-inline: 240px;
  }
}
@media screen and (max-width: 1159px) {
  .c-single-content__inner {
    padding-inline: 140px;
  }
}
@media screen and (max-width: 767px) {
  .c-single-content__inner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 639px) {
  .c-single-content__inner {
    padding-inline: 20px;
  }
}

.c-single-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.c-single-news-card__date {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 639px) {
  .c-single-news-card__date {
    font-size: 14px;
  }
}

.c-single-news-card__category {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 0 8px;
  background: #405482;
}
@media screen and (max-width: 639px) {
  .c-single-news-card__category {
    font-size: 12px;
  }
}

.c-single-news-card__title {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 24px; /* 85.714% */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 639px) {
  .c-single-news-card__title {
    font-size: 20px;
  }
}

.c-single-news__content {
  -webkit-margin-before: 72px;
          margin-block-start: 72px;
  position: relative;
}
.c-single-news__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  left: 0;
  top: -32px;
}

.c-single-news-content__text {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.c-single-news-content__text p {
  margin-bottom: 30px;
}
.c-single-btn__wrap {
  text-align: center;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}

.c-single-btn__link {
  padding: 11px 40px;
  color: #38B422;
  background: #fff;
  border: 1px solid #38B422;
  border-radius: 100vmax;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-single-btn__link:hover {
  color: #fff;
  background: #38B422;
  border: 1px solid #fff;
}
.wp-block-image {
  display: block;
  margin-bottom: 48px;
}
.c-footer {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#38B422), to(#257817)), #fff;
  background: linear-gradient(90deg, #38B422 0%, #257817 100%), #fff;
  position: relative;
}
.c-footer::before {
  position: absolute;
  content: "";
  width: 449px;
  height: 449px;
  background: url(../img/footer-bg.webp) no-repeat center center/contain;
  left: 0;
  top: -15px;
}

.c-footer__inner {
  min-height: 405px;
  padding: 78px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .c-footer__list {
    gap: 40px;
  }
}
@media screen and (max-width: 429px) {
  .c-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.c-footer__item {
  position: relative;
}
.c-footer__item a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-footer__item a {
    font-size: 14px;
  }
}
.c-footer__item a::before, .c-footer__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -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-footer__item a::before {
  left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-footer__item a::after {
  right: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.c-footer__item a:hover::before, .c-footer__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-footer__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -36px;
}
@media screen and (max-width: 767px) {
  .c-footer__item::before {
    right: -20px;
  }
}
@media screen and (max-width: 429px) {
  .c-footer__item::before {
    right: 13px;
    top: 50px;
    width: 40px;
    height: 1px;
  }
}
.c-footer__item:last-child::before {
  display: none;
}



.c-footer__text--deco--pc {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: calc(30/40);
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: auto;
  padding-right: 24px;
}

@media screen and (max-width: 999px) {
  .c-footer__text--deco--pc {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__text--deco--pc {
    font-size: 20px;
  }
}
@media screen and (max-width: 549px) {
  .c-footer__text--deco--pc {
    font-size: 16px;
  }
}
@media screen and (max-width: 449px) {
  .c-footer__text--deco--pc {
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}
.c-footer__lower {
  position: relative;
  padding-inline: 64px;
  background: #fff;
  min-height: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}
@media screen and (max-width: 767px) {
  .c-footer__lower {
    min-height: 60px;
    padding-inline: 20px;
    padding-block: 10px;
  }
}
@media screen and (max-width: 609px) {
  .c-footer__lower {
    height: 100%;
    padding-inline: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-bottom: 0;
  }
}

.c-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-footer__logo img {
  width: 147.61px;
  height: 55px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__logo img {
 
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 609px) {
  .c-footer__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
}
@media (min-width: 768px) {
  .c-footer__logo:hover {
    opacity: 0.7;
  }
}

.c-footer__copyright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 609px) {
  .c-footer__copyright {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 9px;
  }
}
@media screen and (max-width: 374px) {
  .c-footer__copyright {
    white-space: nowrap;
  }
}

.p-header {
  height: 80px;
  position: fixed; /* ヘッダーを固定 */
  top: 0; /* 上部に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 横幅を全体に広げる */
  z-index: 1000; /* 重なり順を他の要素より前に */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めてボックスサイズを計算 */
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-header.is-scrolled {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 64px;
  }
}

.p-header__inner {
  height: inherit;
  padding-block: 16px;
  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;
  padding-inline: 120px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1399px) {
  .p-header__inner {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 1159px) {
  .p-header__inner {
    padding-inline: 20px;
  }
}

.p-header__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__logo a {
 width: 143px;
}
@media screen and (max-width: 499px) {
  .p-header__logo a  {
  width: 100%;
  }
}
@media (min-width: 768px) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo--wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.p-header__logo--wrap span {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 9px;
  line-height: 1.5;
  color: #000
}
@media screen and (max-width: 499px) {
  .p-header__logo--wrap span {
    font-size: 7px;
  }
}


.p-header-logo__link img {
 
}
@media screen and (max-width: 767px) {
  .p-header-logo__link img {
    width: 130px;
  }
}
@media screen and (max-width: 499px) {
  .p-header-logo__link img {
    width: 110px;
  }
}

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

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

.p-header__nav-item a {
  color: #262626;
  font-size: 16px;
  letter-spacing: 1.6px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-header__nav-item a:hover {
  color: #38B422;
}



.p-header__nav-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__nav-lang--icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.p-header__nav-lang--icon img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.p-mv__bg-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.p-mv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-inline: 20px;
  }
}

.p-mv__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: 32px;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    gap: 20px;
  }
}

.p-mv__title {
  color: #585858;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 25px;
    letter-spacing: 4px;
  }
}

.p-mv__text {
  color: #585858;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5.4px;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 899px) {
  .p-top-mission__heading {
    text-align: center;
  }
}

@media screen and (max-width: 1159px) {
  .p-top-mission__inner {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mission__inner {
    padding-inline: 20px;
  }
}

.p-top-mission__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 92px;
}
@media screen and (max-width: 1159px) {
  .p-top-mission__content {
    gap: 50px;
  }
}
@media screen and (max-width: 899px) {
  .p-top-mission__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-mission__content--head {
  width: 50.6896551724%;
}
@media screen and (max-width: 899px) {
  .p-top-mission__content--head {
    width: 100%;
  }
}

.p-top-mission__content--title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.84px;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-mission__content--title {
    font-size: 25px;
    text-align: center;
  }
}

.p-top-mission__content--text {
  line-height: 35px;
  letter-spacing: 1.8px;
}

.p-top-mission__content--image {
  width: 41.3793103448%;
}
@media screen and (max-width: 899px) {
  .p-top-mission__content--image {
    width: 100%;
  }
}
.p-top-mission__content--image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-business {
  background: #f5f4f4;
}

@media screen and (max-width: 1159px) {
  .p-top-business__inner {
    padding-inline: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__inner {
    padding-inline: 20px;
  }
}

.p-top-business__content {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-top-business__content--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.p-top-business__content--title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 767px) {
  .p-top-business__content--title {
    font-size: 25px;
    text-align: center;
  }
}

.p-top-business__content--text {
  font-size: 15px;
  line-height: 35px; /* 233.333% */
  letter-spacing: 1.8px;
}

.p-top-business__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top-business-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 999px) {
  .p-top-business-item {
    flex-direction: column;
    gap: 20px;
  }
}
.p-top-business-item:last-child .p-top-business-item__text {
  width: 100%;
}
.p-top-business-item__image {
  position: relative;
  width: calc(376/1160*100%);
  aspect-ratio: 376/270;
  border-radius: 8px;
}
@media (max-width: 999px) {
  .p-top-business-item__image {
    width: 100%;
  }
}
.p-top-business-item__image::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;  
  background: rgba(0, 0, 0, 0.7);  
  border-radius: 8px;
}
.p-top-business-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.p-top-business-item__image span {
  position: absolute;
  font-size: min(20px, 20 * 100vw / 1440);
/*  font-size: 20px;*/
  line-height: calc(37/20);
  font-weight: 700;
  letter-spacing: 0.12em;
  width: max-content;
  top: 50%;
  left: 50%;
  translate: -50% -50%;   
  color: #fff;
  text-align: center;
}
@media (max-width: 999px) {
  .p-top-business-item__image span {
    font-size: calc(18 * 100vw / 390);
  }
}
.p-top-business-item__text {
  width: calc(734/1160*100%);
}
@media (max-width: 999px) {
  .p-top-business-item__text {
    width: 100%;
  }
}
.p-top-business-item__title--en {
  font-size: 14px;
  line-height: calc(21/14);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #38B422;
}
@media (max-width: 768px) {
  .p-top-business-item__title--en {
    font-size: 12px;
  }
}
.p-top-business-item__title--ja {
  font-size: 24px;
  line-height: calc(37/24);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .p-top-business-item__title--ja {
    font-size: 20px;
    margin-top: 0;
  }
}
.p-top-business-item__description {
  font-size: 16px;
  line-height: calc(35/16);
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .p-top-business-item__description {
    font-size: 15px;
    margin-top: 10px;
  }
}
.p-top-group {
  padding-top: 0;
  background-color: #F4F5F4;
}
@media (max-width: 767px) {
  .p-top-business-item__title--ja {
    font-size: 20px;
  }
}
@media (max-width: 1159px) {
  .p-top-group__inner.l-top__inner {
    padding-inline: 70px;
  }
}
@media (max-width: 767px) {
  .p-top-group__inner.l-top__inner {
    padding-inline: 20px;
  }
}
.p-top-business__content--bottom {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.p-top-business__content--bottom-body {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

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

.p-top-business__image1 {
  border-radius: 8px;
  padding-top: 44px;
  padding-bottom: 33px;
  padding-inline: 30px;
  background: #fff;
  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;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-business__image1 {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 499px) {
  .p-top-business__image1 {
    padding-inline: 20px;
  }
}
.p-top-business__image1 img {
  width: 594.486px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-business__image1 img {
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .p-top-business__image1 img {

  }
}
.p-top-business__image--wrap{

}

.p-top-business__image2 {
  padding: 67px 57px 65px 56px;
  border-radius: 8px;
  height: 100%;
  background: #fff;
  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;
  text-align: center;
}
@media screen and (max-width: 1159px) {
  .p-top-business__image2 {
    padding: 30px;
  }
}
.p-top-business__image2 img {
  display: block;
    width: 265px;
    height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-business__image2 img {
    width: 250px;
  }
}



@media (min-width: 768px) {
  .p-top-business__content--title-hidden {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .p-top-business__content--title-hidden-inline {
    display: none;
  }
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 221px;
}
@media screen and (max-width: 1159px) {
  .p-top-news__inner {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 899px) {
  .p-top-news__inner {
    gap: 115px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 20px;
  }
}

.p-top-news__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: 32px;
  width: 795px;
}
@media screen and (max-width: 767px) {
  .p-top-news__content {
    width: 100%;
  }
}

.p-top-news-btn__wrap {
  text-align: center;
  -webkit-margin-before: 27px;
          margin-block-start: 27px;
}

.p-top-about {
  padding-bottom: 15px;
  background: #f5f4f4;
}

@media screen and (max-width: 1199px) {
  .p-top-about__inner {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding-inline: 20px;
  }
}

.p-top-about-company {
  -webkit-margin-before: 88px;
          margin-block-start: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 131px;
}
@media screen and (max-width: 1199px) {
  .p-top-about-company {
    gap: 70px;
  }
}
@media screen and (max-width: 999px) {
  .p-top-about-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about-company {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.p-top-about-company__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #38B422;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-align: start;
}
@media screen and (max-width: 899px) {
  .p-top-about-company__title {
    text-align: center;
    font-size: 28px;
  }
}

.p-top-about-company__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 891px;
  background: #fff;
  padding: 67px 64px 63px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .p-top-about-company__content {
    padding: 67px 40px 63px 50px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-about-company__content {
    padding: 42px 20px 42px 20px;
  }
}

.p-top-about-company__item {
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 121px;
  position: relative;
}
.p-top-about-company__item:nth-of-type(1) {
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-about-company__item:nth-of-type(1) {
    align-items: flex-start;
  }
}
.p-top-about-company__item::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e0e0e0;
  bottom: -24px;
  left: 0;
}
.p-top-about-company__item:last-of-type::before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-top-about-company__item {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about-company__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-about-company__item::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e0e0e0;
    bottom: -10px;
    left: 0;
  }
}

.p-top-about-company__term {
  width: 192px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.6px;
}
.p-top-about-company__term span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-about-company__term {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .p-top-about-company__term {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top-about-company__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .p-top-about-company__desc {
    font-size: 13px;
    text-align: start;
  }
}
@media screen and (max-width: 500px) {
  .p-top-about-company__desc {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .p-top-about-philosophy__hidden {
    display: none;
  }
}

.p-top-about-philosophy {
  padding-block: 80px;
}

.p-top-about-philosophy__title--wrap {
  text-align: start;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 999px) {
  .p-top-about-philosophy__title--wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about-philosophy__title--wrap {
    text-align: center;
  }
}

.p-top-about-philosophy__en-title {
  font-size: 22px;
  line-height: calc(36/22);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 999px) {
  .p-top-about-philosophy__en-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about-philosophy__en-title {
    font-size: 19px;
  }
}

.p-top-about-philosophy__ja-title {
  color: #38B422;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.p-top-about-philosophy__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-about-philosophy__content {
    flex-direction: column;
    gap: 20px;
  }
}

.p-top-about-philosophy__text {
  width: calc(786/1160*100%);
  font-size: 15px;
  line-height: calc(28/15);
  letter-spacing: 0.12%;
  font-weight: 500;
  padding: 37px 62px 35px 52px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-top-about-philosophy__text {
    width: 100%;
    padding: 20px;
  }
}
.p-top-about-philosophy__image {
  width: calc(304/1160*100%);
}
@media screen and (max-width: 767px) {
  .p-top-about-philosophy__image {
    width: 50%;
    max-width: 304px;
    margin-left: auto;
  }
}
.p-top-about-philosophy-image {
  width: 100%;
  aspect-ratio: 304/336;
  background-color: #D9D9D9;
  border-radius: 4px;
}
.p-top-about-philosophy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.p-top-about-philosophy__president {
  text-align: right;
}
.p-top-about-philosophy__president--post {
  display: block;
  font-size: 14px;
  line-height: calc(28/14);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 16px;
  color: #38B422;
}
@media (max-width: 767px) {
  .p-top-about-philosophy__president--post {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-top-about-philosophy__president--name {
  font-size: 24px;
  line-height: calc(28/24);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .p-top-about-philosophy__president--name {
    font-size: 18px;
    margin-top: 0;
  }
}









.p-about-group-philosophy__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.p-about-group-philosophy__card {
  background: #fff;
  border-radius: 8px;
  padding: 32px 48px 48px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-about-group-philosophy-card-title__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: 10px;
}

.p-about-group-philosophy-card__num {
  padding-left: 72px;
  color: #38B422;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3px;
  position: relative;
}
.p-about-group-philosophy-card__num::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 3px;
  background: #38B422;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-about-group-philosophy-card__num {
    font-size: 22px;
  }
}

.p-about-group-philosophy-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .p-about-group-philosophy-card__title {
    font-size: 18px;
  }
}

.p-about-group-philosophy-card__body {
  position: relative;
}
.p-about-group-philosophy-card__body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  left: 0;
  top: -24px;
}

.p-about-group-philosophy-card__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .p-about-group-philosophy-card__text {
    font-size: 14px;
  }
}

.p-about-group-philosophy__note {
  -webkit-margin-before: 89px;
          margin-block-start: 89px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-about-group-philosophy__note {
    font-size: 16px;
  }
}

.p-news-main {
  -webkit-margin-before: 168px;
          margin-block-start: 168px;
}

.p-news__inner {
  padding-inline: 140px;
  margin-inline: auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
  padding-bottom: 137px;
}
@media screen and (max-width: 899px) {
  .p-news__inner {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-news-title__wrap {
  width: 12.4137931034%;
}
@media screen and (max-width: 767px) {
  .p-news-title__wrap {
    width: 100%;
    text-align: center;
  }
}

.p-news__content {
  -webkit-margin-before: 136px;
          margin-block-start: 136px;
  width: 82.7586206897%;
}
@media screen and (max-width: 767px) {
  .p-news__content {
    width: 100%;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-news-category__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-news-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-news-category__list {
    gap: 20px;
  }
}
@media screen and (max-width: 399px) {
  .p-news-category__list {
    gap: 16px;
  }
}

.p-news-category__link {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-news-category__link {
    font-size: 14px;
  }
}
.p-news-category__link::before, .p-news-category__link::after {
  content: "";
  position: absolute;
  bottom: -11px;
  height: 3px;
  width: 50%;
  background: #d8332f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-news-category__link::before {
  left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-news-category__link::after {
  right: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.p-news-category__link:hover::before, .p-news-category__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-news-category__link.is-active {
  font-weight: 700;
}
.p-news-category__link.is-active::before, .p-news-category__link.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-news-category__link.is-active:hover::before, .p-news-category__link.is-active:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-news__cards {
  -webkit-margin-before: 108px;
          margin-block-start: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-news__cards {
    width: 100%;
  }
}

.p-news-btn__wrap {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
  text-align: center;
}

.p-contact {
  padding-top: 168px;
  background: #f5f4f4;
}

@media screen and (max-width: 767px) {
  .p-contact-title__wrap {
    text-align: center;
  }
}

.p-contact-title__inner {
  padding-inline: 140px;
}
@media screen and (max-width: 767px) {
  .p-contact-title__inner {
    padding-inline: 20px;
  }
}

.p-contact__inner {
  padding-inline: 315px;
  margin-inline: auto;
  max-width: 1440px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1279px) {
  .p-contact__inner {
    padding-inline: 200px;
  }
}
@media screen and (max-width: 999px) {
  .p-contact__inner {
    padding-inline: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 20px;
  }
}

.p-contact__text {
  -webkit-margin-before: 59px;
          margin-block-start: 59px;
  -webkit-margin-after: 36px;
          margin-block-end: 36px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 30px;
  letter-spacing: 1.8px;
}

.p-contact__wrap {
  background: #fff;
  padding: 51px 75px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    padding: 35px 25px;
  }
}

.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: 24px;
}

.p-contact__privacy {
  -webkit-margin-before: -37px;
          margin-block-start: -37px;
  text-align: center;
}

@media screen and (max-width: 464px) {
 .p-contact__privacy {
    margin-left: -20px;
  }
}

.p-contact__button {
  -webkit-margin-before: 55px;
          margin-block-start: 55px;
  text-align: center;
}

.p-contact__button p{
    display: flex;
    text-align: center;
    justify-content: center;
}

.p-contact-button__link {
  border: 1px solid #fff;
  border-radius: 100vmax;
  padding: 15px 58px;
  color: #fff;
  background: #38B422;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.92px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-contact-button__link:hover {
  color: #38B422;
  background: #fff;
  border: 1px solid #38B422;
}
@media screen and (max-width: 767px) {
  .p-contact-button__link {
    padding: 15px 40px;
    font-size: 13px;
  }
}

.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: 11px;
}

.p-form-field__head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form-field__head br {
  display: none;
}
.p-form-field__label {
  font-size: 16px;
  letter-spacing: 0.64px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-form-field__tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.48px;
  color: #ee8181;
  flex-shrink: 0;
}

.p-form-field__item--name p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 3px 15px;
  color: #9c9c9c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background: #fff;
}

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

.p-form-textarea {
  color: #9c9c9c;
  height: 169px;
  width: 100%;
  padding: 17px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background: #fff;
}
.p-form-checkbox__container p{
    display: flex;
    text-align: center;
    justify-content: center;
}


.wpcf7-acceptance input[type="checkbox"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-acceptance input:focus + .wpcf7-list-item-label::before {
  border: 1px solid #ff3b39;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  font-size: 13px;
  letter-spacing: 0.52px;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .wpcf7-list-item-label {
  padding-left: 20px;
  }
}


@media screen and (max-width: 599px) {
  .wpcf7-list-item-label {
  font-size: 12px;
  letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 464px) {
 .wpcf7-list-item-label {
   font-size: 10px;
   white-space: nowrap;
  }
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  background: #fff;
}

.wpcf7-list-item-label::after {
  content: "✔";
  left: 2px;
  color: #d8332f;
  font-size: 14px;
  opacity: 0;
}

.p-confirm {
  padding-top: 168px;
  background: #f5f4f4;
}

@media screen and (max-width: 599px) {
  .p-confirm-title__wrap {
    text-align: center;
  }
}

.p-confirm-contact__fields {
  gap: 55px;
}

.p-confirm-form-field {
  position: relative;
}
.p-confirm-form-field::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  left: 0;
  bottom: -20px;
}

.p-confirm__text {
  -webkit-margin-before: 67px;
          margin-block-start: 67px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.92px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 599px) {
  .p-confirm__text {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .p-confirm__text-hidden {
    display: none;
  }
}

.p-confirm__wrap {
  padding: 67px 71px 66px 75px;
}
@media screen and (max-width: 599px) {
  .p-confirm__wrap {
    padding: 60px 20px 60px 20px;
  }
}

.p-confirm-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-confirm-form-field__head {
    width: 100%;
  }
}

.p-confirm-form-field__label {
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .p-confirm-form-field__label {
    font-size: 14px;
  }
}

.p-confirm-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 44px;
}
@media screen and (max-width: 599px) {
  .p-confirm-form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}


@media screen and (max-width: 599px) {
  .p-confirm-form-field__head p {
    display: flex;
    gap: 10px;
  }
}

.p-confirm-form-field-consent{
   align-items: center;
   margin-top: -20px;
}

@media screen and (max-width: 599px) {
  .p-confirm-form-field-consent {
    align-items: flex-start;
  }
}

.p-confirm-form-text {
  color: #3a3a3a;
  font-size: 16px;
  letter-spacing: 0.64px;
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 599px) {
  .p-confirm-form-text {
    font-size: 14px;
  }
}

.p-confirm-form-textarea {
  color: #3a3a3a;
  border: none;
  padding: 0;
  height: 100%;
}

.p-confirm-contact__button p {
  -webkit-margin-before: 68px;
          margin-block-start: 68px;
  text-align: center;
  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: 24px;
}
@media screen and (max-width: 599px) {
  .p-confirm-contact__button p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            gap: 1px;
  }
}

.p-confirm-contact-button__prev {
  border-radius: 40px;
  padding: 8px 95px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #d8332f;
  background: #fff;
  border: 1px solid #d8332f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-confirm-contact-button__prev:hover {
  color: #fff;
  background: #d8332f;
}
@media screen and (max-width: 899px) {
  .p-confirm-contact-button__prev {
    font-size: 13px;
    padding: 11px 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-confirm-contact-button__prev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 55px;
  }
}

.p-confirm-contact-button__link {
  padding: 13px 95px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 899px) {
  .p-confirm-contact-button__link {
    font-size: 13px;
    padding: 15px 60px;
  }
}

@media screen and (max-width: 599px) {
  .p-confirm-form-field__label--hidden {
    display: none;
  }
}


.wpcf7-spinner{
    display: none;
}

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

.p-thanks__inner {
  padding-top: 250px;
  padding-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-inline: 20px;
    padding-top: 150px;
  }
}

.p-thanks__title {
  font-size: 32px;
  color: #38B422;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 449px) {
  .p-thanks__title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .p-thanks__title--hidden {
    display: none;
  }
}

.p-thanks__text {
  -webkit-margin-before: 58px;
          margin-block-start: 58px;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 14px;
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}
@media screen and (max-width: 499px) {
  .p-thanks__text {
    font-size: 12px;
  }
}

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

.p-thanks-btn__wrap {
  -webkit-margin-before: 93px;
          margin-block-start: 93px;
}
@media screen and (max-width: 767px) {
  .p-thanks-btn__wrap {
    -webkit-margin-before: 45px;
            margin-block-start: 45px;
  }
}

.p-thanks-btn__link {
  padding: 11px 65px;
  color: #38B422;
  background: #fff;
  border: 1px solid #38B422;
  border-radius: 100vmax;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-thanks-btn__link:hover {
  color: #fff;
  background: #38B422;
  border: 1px solid #fff;
}