@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #1B2220;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-weight: 400;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}

/*モバイルのみ表示*/

/* リキッドレイアウト対応のための設定 */
html {
  font-size: 16px;
}

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

button {
  background: transparent;
  color: #000;
}

body {
  z-index: 10;
  position: relative;
}

html {
  font-size: 16px;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 0.8em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*addressタグのフォントリセット*/
address {
  font-style: normal;
}

.access {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  background-color: #CFEBDF;
}

.access__title.section-title__en {
  color: #009B63;
  text-align: center;
}

.access__label.section-title__ja {
  text-align: center;
}

.access__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.1875rem;
  gap: 1.875rem;
}

.access__map {
  width: 100%;
  max-width: 21.875rem;
}

.access__map img,
.access__map iframe {
  display: block;
  aspect-ratio: 350/210;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.access__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 45%;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.access__info {
  z-index: 1;
  position: relative;
  width: 82%;
  margin-top: -3rem;
  margin-inline: auto;
  padding: 1.25rem 1.25rem 1.375rem 1.875rem;
  background-color: #fff;
}

.access__office-name {
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

.access__icon {
  margin-right: 0.5em;
  color: #009B63;
  font-size: 0.875rem;
}

.access__address {
  margin-top: 0.4375rem;
  color: #1B2220;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 190%;
  /* 26.6px */
  letter-spacing: 0.7px;
}

.access__route {
  margin-bottom: 0.9375rem;
}

.access__route-text {
  margin-top: 0.8125rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.7px;
}

.access__route-text-bold {
  font-weight: 500;
}

/* ラベル/値を2カラムで揃える */
.access__route-row {
  margin-top: 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.7px;
}

.access__route-row + .access__route-row {
  margin-top: 0.25rem;
}

.access__route-label {
  width: 6.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.access__route:last-child {
  margin-bottom: 0;
}

.access__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.25rem;
  height: 2rem;
  background-color: #1B2220;
  color: #FFF;
  font-size: 1.25rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.access__btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.access__btn::after {
  display: inline-block;
  width: 0.625rem;
  height: 0.4375rem;
  padding-left: 0.625rem;
  background-image: url(../images/common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.access__btn:hover::after {
  -webkit-transform: rotate3d(1, 0, 0, 360deg);
          transform: rotate3d(1, 0, 0, 360deg);
  -webkit-transition: 2s;
  transition: 2s;
}

.access__link {
  padding-right: 0.625rem;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
}

/* レスポンシブ対応 */
.article-page {
  background-image: url(../images/under/single-bgSP.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-content {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.article-page__info {
  margin-top: 3.3125rem;
}

.article-page__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.article-page__date.news__date {
  display: inline-block;
  margin-top: 1.25rem;
  color: #6D7D75;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Montserrat", serif;
  letter-spacing: 0.7px;
}

.article-page__title {
  margin-top: 1rem;
}

.article-page__primary {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding-left: 1rem;
  border-left: solid 4px #009B63;
  color: #1B2220;
  font-weight: 500;
  font-size: 1rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-page__image {
  margin-top: 2rem;
}

.article-page__image img {
  aspect-ratio: 805/507;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-page__content {
  margin-top: 2.0625rem;
}

.article-page__content a {
  color: #009B63;
  text-decoration: underline;
  white-space: nowrap;
}

.article-page__content h2 {
  font-weight: 700;
}

.article-page__content h3 {
  font-weight: 500;
}

.article-page__content p:not(:first-child) {
  margin-top: 1rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  overflow: hidden;
  gap: 0.6875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb__inner {
  padding-inline: 1.25rem;
}

.breadcrumb span {
  display: inline-block;
  height: inherit;
  font-size: 0.625rem;
  line-height: 1;
}

.breadcrumb .current-item {
  display: block;
  height: inherit;
  color: #6D7D75;
}

.breadcrumb img {
  width: 0.25rem;
  height: auto;
  margin-block: auto;
}

.breadcrumb span:last-of-type {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb a span {
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #009B63;
  color: #009B63;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 2rem;
  padding-block: 1rem;
  background-color: #1B2220;
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.btn::after {
  display: inline-block;
  width: 0.9375rem;
  height: 0.625rem;
  margin-left: 0.5rem;
  background-image: url(../images/common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.btn:hover:after {
  -webkit-transform: rotate3d(1, 0, 0, 360deg);
          transform: rotate3d(1, 0, 0, 360deg);
  -webkit-transition: 2s;
  transition: 2s;
}

.btn--reverse::after {
  display: none;
}
.btn--reverse::before {
  display: inline-block;
  width: 0.9375rem;
  height: 0.625rem;
  margin-right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../images/common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn--reverse:hover::before {
  -webkit-transform: rotate(180deg) rotate3d(1, 0, 0, 360deg);
          transform: rotate(180deg) rotate3d(1, 0, 0, 360deg);
  -webkit-transition: 2s;
  transition: 2s;
}

.card {
  margin-top: 1.5rem;
}

.card__inner {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

.card__swiper-container {
  position: relative;
}

.card__swiper {
  overflow: hidden;
}

.card__swiper-slide {
  height: auto;
}

.common__filter li a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid #009B63;
  color: #009B63;
  font-size: 0.875rem;
}
.common__filter li a.is-current {
  background-color: #009B63;
  color: #fff;
}

.common__list {
  display: grid;
  gap: 1.5rem;
}

.common__filter-select {
  display: block;
  position: relative;
}
.common__filter-select select {
  display: none;
}

.common__filter {
  display: none;
}

.common__filter-select {
  text-align: center;
}

.custom-dropdown {
  display: inline-block;
  position: relative;
  width: 90%;
  text-align: center;
}
.custom-dropdown__button {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 0.375rem 2.4375rem 0.375rem 1.25rem;
  border: 2px solid #009B63;
  background: url("../images/common/arrow-donwGreen.svg") no-repeat right 0.75rem center;
  background-size: 0.75rem;
  color: #009B63;
  font-size: 0.875rem;
  text-align: left;
  cursor: pointer;
}
.custom-dropdown__button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
  pointer-events: none;
}
.custom-dropdown__list {
  display: none;
  z-index: 20;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  max-height: 12.5rem;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border: 2px solid #009B63;
  border-top: none;
  background: #fff;
  list-style: none;
}
.custom-dropdown__item {
  border-bottom: 1px solid #eee;
}
.custom-dropdown__item:last-child {
  border-bottom: none;
}
.custom-dropdown__link {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #009B63;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.custom-dropdown__link:hover {
  background-color: #f5f5f5;
}
.custom-dropdown.is-open .custom-dropdown__list {
  display: block;
}
.custom-dropdown.is-open .custom-dropdown__button {
  border-bottom-color: transparent;
}

.company-philosophy {
  z-index: 1;
  position: relative;
  margin-top: 0.625rem;
  overflow-x: clip;
}

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

.company-philosophy__image {
  width: 80%;
  margin-left: calc(50% - 50vw);
}

.company-philosophy__image img {
  aspect-ratio: 310/306;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-philosophy__content {
  position: relative;
  width: 100%;
  margin-top: -13%;
  padding-right: 1rem;
  padding-bottom: 3.125rem;
  padding-left: 1.75rem;
  background-image: url(../images/under/philosophy-bgSP.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
}

.company-philosophy__content::after {
  z-index: -1;
  position: absolute;
  right: -0.6875rem;
  bottom: -0.75rem;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #1B2220;
  content: "";
}

.company-philosophy__title {
  margin-top: 2.5rem;
}

.company-philosophy__label.section-title__ja {
  color: #FFF;
}

.company-philosophy__title.section-title__en {
  color: #FFF;
}

.company-philosophy__lead {
  margin-top: 1.25rem;
  color: #FFF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 200%;
  letter-spacing: 0.05em;
}

.company-philosophy__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25rem;
  gap: 1.5625rem;
}

.company-philosophy__text {
  color: #FFF;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 190%;
  letter-spacing: 0.05em;
}

.company-profile {
  z-index: 0;
  position: relative;
  margin-top: -4rem;
  padding-top: 6.875rem;
  padding-bottom: 3.75rem;
  background-color: #EBF2EF;
}

.company-profile__title.section-title__en {
  color: #009B63;
}

/* 行（dt+dd）を2カラム化し、行に下線を引く */
.company-profile__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 2.3125rem;
  gap: 0.4375rem;
}

.company-profile__row {
  display: grid;
  grid-template-columns: 4.625rem 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 0;
  /* 左:項目 / 右:内容 */
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #BDC8BE;
}

/* 項目（左） */
.company-profile__term {
  color: #009B63;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

/* 内容（右） */
.company-profile__desc {
  margin: 0;
  color: #1B2220;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

/* 事業所ブロック */
.company-profile__office {
  margin-top: 1.875rem;
}
.company-profile__office:first-child {
  margin-top: 0;
}

.company-profile__line:not(:first-child) {
  margin-top: 0.375rem;
}

.company-profile__line a {
  color: #1B2220;
  cursor: pointer;
  pointer-events: auto;
}
.company-profile__line a:hover {
  opacity: 0.7;
}

.company-profile__city {
  display: block;
  /* SPでは改行して見出し→住所 */
  margin-bottom: 0.25rem;
  color: #009B63;
  font-weight: 900;
}

.concept {
  z-index: -5;
  position: relative;
  padding-bottom: 3.75rem;
}

.concept::after {
  z-index: -4;
  position: absolute;
  top: 1.125rem;
  left: 0;
  aspect-ratio: 390/314;
  width: 100%;
  background-color: #EBF2EF;
  content: "";
}

.concept__subHead {
  width: 13.4375rem;
}

.concept__subHead img {
  aspect-ratio: 215/28;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept__head {
  margin-top: 1.875rem;
  color: #009B63;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-decoration: underline;
  -webkit-text-decoration-color: #009B63;
          text-decoration-color: #009B63;
  text-underline-offset: 0.5625rem;
}

.concept__lists {
  margin-top: 3.125rem;
}

.concept__list + .concept__list {
  margin-top: 3.75rem;
}

.concept__list-title {
  margin-top: 1.3125rem;
  color: #009B63;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: justify;
}

.concept__title-treatment.treatment-bar {
  width: 7rem;
  margin-top: 1.875rem;
}

.concept__list-text {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: justify;
}

.contact-terms p {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.2;
  font-family: "Noto Sans JP";
}

.contact-terms h2 {
  margin-top: 1em;
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Noto Sans JP";
}
.contact {
  padding-top: 2.8125rem;
}

.contact__phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 1.6875rem;
  background-color: #009B63;
}

.contact__phone-wrapper::after {
  z-index: -1;
  position: absolute;
  right: -0.625rem;
  bottom: -0.625rem;
  width: 21.5625rem;
  height: 5.75rem;
  background-color: #1B2220;
  content: "";
}

.contact__phone-text {
  display: block;
  color: #FFF;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.contact__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
  gap: 0.625rem;
}

.contact__phone-img {
  width: 1.5625rem;
}

.contact__phone-img img {
  aspect-ratio: 25/24;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__phone-number {
  display: block;
  color: #FFF;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
}

.contact__title {
  margin-top: 3.75rem;
  color: #009B63;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.contact__form {
  margin: 1.875rem calc(50% - 50vw);
  padding: 2.25rem 1.25rem 3.125rem;
  background-color: #ebf2ef;
}

.contact__form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 37.5rem;
  margin: 0 auto;
  gap: 1.25rem;
}

.contact__form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.contact__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.125rem;
  gap: 0.625rem;
}

.contact__form-label-text {
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.contact__form-required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  padding: 0.25rem 0.3125rem;
  background-color: #009B63;
  color: #FFF;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}

.contact__form-input {
  width: 100%;
  height: 2.625rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #BDC8BE;
  outline: none;
  background-color: #FFF;
  color: #1B2220;
  font-size: 0.875rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.contact__form-input:focus {
  border-color: #009B63;
}

.contact__form-input::-webkit-input-placeholder {
  color: #BDC8BE;
}

.contact__form-input::-moz-placeholder {
  color: #BDC8BE;
}

.contact__form-input:-ms-input-placeholder {
  color: #BDC8BE;
}

.contact__form-input::-ms-input-placeholder {
  color: #BDC8BE;
}

.contact__form-input::placeholder {
  color: #BDC8BE;
}

.contact__form-checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.contact__form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #BDC8BE;
  border-radius: 0.125rem;
  outline: none;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

input[type=checkbox]:checked {
  border-color: #009B63;
  background-color: #FFF;
}

input[type=checkbox]:checked::after {
  position: absolute;
  top: 0.0625rem;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #009B63;
  border-width: 0 0.1875rem 0.1875rem 0;
  content: "";
}

input[type=checkbox]:focus {
  border-color: #009B63;
}

.contact__form-checkbox-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.contact__form-textarea {
  width: 100%;
  height: 13.5rem;
  padding: 1rem;
  border: 0.0625rem solid #BDC8BE;
  outline: none;
  background-color: #FFF;
  color: #1B2220;
  font-size: 0.875rem;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact__form-textarea:focus {
  border-color: #009B63;
}

.contact__form-textarea::-webkit-input-placeholder {
  color: #BDC8BE;
}

.contact__form-textarea::-moz-placeholder {
  color: #BDC8BE;
}

.contact__form-textarea:-ms-input-placeholder {
  color: #BDC8BE;
}

.contact__form-textarea::-ms-input-placeholder {
  color: #BDC8BE;
}

.contact__form-textarea::placeholder {
  color: #BDC8BE;
}

.contact__form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
.contact__form-button {
  padding: 0.5625rem 1.6875rem;
  border: none;
  background-color: #1B2220;
  color: #FFF;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.contact__form-button:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  background-color: #009B63;
}

.contact__form-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wpcf7-form {
  margin: 1.875rem calc(50% - 50vw);
  padding: 2.25rem 1.25rem 3.125rem;
  background-color: #ebf2ef;
}
.wpcf7-form .contact__form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 21.875rem;
  margin: 0 auto;
  gap: 1.25rem;
}
.wpcf7-form .contact__form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.wpcf7-form .contact__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.125rem;
  gap: 0.625rem;
}
.wpcf7-form .contact__form-label-text {
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.wpcf7-form label.contact__form-label-text {
  display: block;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.wpcf7-form .contact__form-required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  padding: 0.25rem 0.3125rem;
  background-color: #009B63;
  color: #FFF;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}
.wpcf7 .contact__form-input,
.wpcf7 input.contact__form-input,
.wpcf7 textarea.contact__form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #BDC8BE;
  outline: none;
  background-color: #FFF;
  color: #1B2220;
  font-size: 0.875rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.wpcf7 .contact__form-input:focus,
.wpcf7 input.contact__form-input:focus,
.wpcf7 textarea.contact__form-textarea:focus {
  border-color: #009B63;
}

.wpcf7 .contact__form-input::-webkit-input-placeholder, .wpcf7 input.contact__form-input::-webkit-input-placeholder, .wpcf7 textarea.contact__form-textarea::-webkit-input-placeholder {
  color: #BDC8BE;
}

.wpcf7 .contact__form-input::-moz-placeholder, .wpcf7 input.contact__form-input::-moz-placeholder, .wpcf7 textarea.contact__form-textarea::-moz-placeholder {
  color: #BDC8BE;
}

.wpcf7 .contact__form-input:-ms-input-placeholder, .wpcf7 input.contact__form-input:-ms-input-placeholder, .wpcf7 textarea.contact__form-textarea:-ms-input-placeholder {
  color: #BDC8BE;
}

.wpcf7 .contact__form-input::-ms-input-placeholder, .wpcf7 input.contact__form-input::-ms-input-placeholder, .wpcf7 textarea.contact__form-textarea::-ms-input-placeholder {
  color: #BDC8BE;
}

.wpcf7 .contact__form-input::placeholder,
.wpcf7 input.contact__form-input::placeholder,
.wpcf7 textarea.contact__form-textarea::placeholder {
  color: #BDC8BE;
}
.wpcf7 input.contact__form-input {
  height: 2.625rem;
}

.wpcf7 textarea.contact__form-textarea {
  height: 13.5rem;
  resize: vertical;
}

.wpcf7 .contact__form-checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.wpcf7 .contact__form-checkbox-group .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 0.3125rem;
  cursor: pointer;
}

.wpcf7-list-item > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.wpcf7 .contact__form-checkbox-group .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #BDC8BE;
  outline: none;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.wpcf7 .contact__form-checkbox-group .wpcf7-list-item input[type=checkbox]:checked {
  border-color: #009B63;
  background-color: #FFF;
}

.wpcf7 .contact__form-checkbox-group .wpcf7-list-item input[type=checkbox]:checked::after {
  position: absolute;
  top: 0.0625rem;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #009B63;
  border-width: 0 0.125rem 0.125rem 0;
  content: "";
}

.wpcf7 .contact__form-checkbox-group .wpcf7-list-item input[type=checkbox]:focus {
  border-color: #009B63;
}

.wpcf7 .contact__form-checkbox-group .wpcf7-list-item .wpcf7-list-item-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.wpcf7 .contact__privacy-agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7 .contact__privacy-agreement .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 0.4375rem;
  cursor: pointer;
}

.wpcf7 .contact__privacy-agreement .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #BDC8BE;
  outline: none;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.wpcf7 .contact__privacy-agreement .wpcf7-list-item input[type=checkbox]:checked {
  border-color: #009B63;
  background-color: #FFF;
}

.wpcf7 .contact__privacy-agreement .wpcf7-list-item input[type=checkbox]:checked::after {
  position: absolute;
  top: 0.0625rem;
  left: 0.1875rem;
  width: 0.375rem;
  height: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #009B63;
  border-width: 0 0.125rem 0.125rem 0;
  content: "";
}

.wpcf7 .contact__privacy-agreement .wpcf7-list-item input[type=checkbox]:focus {
  border-color: #009B63;
}

.wpcf7 .contact__privacy-agreement .wpcf7-list-item .wpcf7-list-item-label {
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.wpcf7 button.contact__form-button,
.wpcf7 input.contact__form-button {
  min-width: 11.625rem;
  padding: 0.5625rem 1.6875rem;
  border: none;
  background-color: #1B2220;
  color: #FFF;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.wpcf7 button.contact__form-button:hover,
.wpcf7 input.contact__form-button:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  background-color: #009B63;
}

.wpcf7 button.contact__form-button:active,
.wpcf7 input.contact__form-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wpcf7 .contact__form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.1875rem;
}

.wpcf7-not-valid-tip {
  margin-top: 0.3125rem;
  color: #ff0000;
  font-size: 0.75rem;
  -webkit-animation: fadeInError 0.3s ease-in-out forwards;
          animation: fadeInError 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  opacity: 0;
}

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

@keyframes fadeInError {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.custom-error-tip {
  display: block;
  margin-top: 0.3125rem;
  color: #ff0000;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.2;
  -webkit-animation: fadeInError 0.3s ease-in-out forwards;
          animation: fadeInError 0.3s ease-in-out forwards;
  opacity: 0;
}

.wpcf7-validation-errors {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  border: 1px solid #ff0000;
  border-radius: 0.25rem;
  background-color: #ffeeee;
  color: #ff0000;
  -webkit-animation: fadeInError 0.3s ease-in-out forwards;
          animation: fadeInError 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  opacity: 0;
}

.wpcf7-response-output {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  border-radius: 0.25rem;
  -webkit-animation: fadeInError 0.3s ease-in-out forwards;
          animation: fadeInError 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  opacity: 0;
}
.wpcf7-response-output[aria-hidden=false] {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
  color: #ff0000;
}
.wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7-response-output:has(.wpcf7-mail-sent-ok) {
  border: 1px solid #00aa00;
  background-color: #eeffee;
  color: #00aa00;
}

.wpcf7-mail-sent-ok {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  border: 1px solid #00aa00;
  border-radius: 0.25rem;
  background-color: #eeffee;
  color: #00aa00;
  -webkit-animation: fadeInError 0.3s ease-in-out forwards;
          animation: fadeInError 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  opacity: 0;
}

.contact__privacy-section {
  margin-top: 3.75rem;
}
.contact__privacy-title {
  margin-bottom: 1.25rem;
  color: #1B2220;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact__privacy-description {
  margin-bottom: 1.25rem;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact__privacy-content {
  position: relative;
  height: 18.5625rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 0.0625rem solid #BDC8BE;
  border-radius: 0.25rem;
  background-color: #FFF;
}
.contact__privacy-scroll {
  position: relative;
  height: 100%;
  padding-right: 0.625rem;
  overflow-y: auto;
}

.contact__privacy-scroll::-webkit-scrollbar {
  width: 0.375rem;
}

.contact__privacy-scroll::-webkit-scrollbar-track {
  margin: 0.8125rem 0.125rem 0.8125rem 0;
  border-radius: 0.1875rem;
  background: #e9ebea;
}

.contact__privacy-scroll::-webkit-scrollbar-thumb {
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
  background: #1B2220;
  background-clip: content-box;
}

.contact__privacy-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
  background-clip: content-box;
}

.contact__privacy-text {
  padding: 0.625rem 0 0.625rem 1.25rem;
}

.contact__privacy-text h4 {
  margin-bottom: 1rem;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.contact__privacy-text h5 {
  margin: 1.25rem 0 0.5rem 0;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.contact__privacy-text p {
  margin-bottom: 1rem;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}

.contact__privacy-text ul {
  margin: 0.5rem 0 1rem 1.25rem;
}

.contact__privacy-text ul li {
  margin-bottom: 0.25rem;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.contact__privacy-agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__privacy-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  cursor: pointer;
}

.contact__privacy-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.0625rem solid #BDC8BE;
  border-radius: 0.125rem;
  outline: none;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.contact__privacy-checkbox input[type=checkbox]:checked {
  border-color: #009B63;
  background-color: #FFF;
}

.contact__privacy-checkbox input[type=checkbox]:checked::after {
  position: absolute;
  top: 0.125rem;
  left: 0.3125rem;
  width: 0.4375rem;
  height: 0.75rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #009B63;
  border-width: 0 0.1875rem 0.1875rem 0;
  content: "";
}

.contact__privacy-checkbox input[type=checkbox]:focus {
  border-color: #009B63;
}

.contact__privacy-checkbox-text {
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

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

.wpcf7-spinner {
  display: none;
}

/*======================================
確認画面のスタイル
======================================*/
.contact__confirm {
  margin: 1.875rem calc(50% - 50vw);
  padding: 2.25rem 1.25rem 3.125rem;
  background-color: #ebf2ef;
}

.contact__confirm-title {
  margin-bottom: 2.5rem;
  color: #009B63;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.contact__confirm-content {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}

.contact__confirm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0;
  gap: 0.5rem;
  border-bottom: 1px solid #d0d0d0;
}
.contact__confirm-item:first-child {
  border-top: 1px solid #d0d0d0;
}

.contact__confirm-label {
  min-width: 8.75rem;
  margin: 0;
  color: #009B63;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.contact__confirm-value {
  margin: 0;
  color: #1B2220;
  font-size: 0.875rem;
  line-height: 1.6;
  word-break: break-all;
}

.contact__form-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin: 2.5rem auto 0;
  gap: 1.25rem;
}

.contact__back-btn,
.contact__submit-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__back-btn:disabled,
.contact__submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.contact__back-btn {
  border: 2px solid #009B63;
  background-color: #FFF;
  color: #009B63;
}
.contact__back-btn:hover:not(:disabled) {
  background-color: #009B63;
  color: #FFF;
}

.contact__submit-btn {
  background-color: #1B2220;
  color: #FFF;
}
.contact__submit-btn:hover:not(:disabled) {
  opacity: 0.7;
}

.btn--secondary {
  border: 2px solid #009B63;
  background-color: #FFF;
  color: #009B63;
}
.btn--secondary:hover:not(:disabled) {
  background-color: #009B63;
  color: #FFF;
}

body.js-drawer-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.drawer {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-top: 56px;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(51, 51, 51, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
}
.drawer.js-show {
  visibility: visible !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

.drawer__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 56px;
  height: 56px;
  padding: 1.25rem 1.125rem;
  background: #009B63;
}

.drawer__icon--bar {
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background: #fff;
}

.drawer__icon--bar span:nth-child(2) {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  translate: 0 7.5px;
  rotate: 45deg;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  translate: 0 -7.5px;
  rotate: -45deg;
}
.drawer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}

.drawer__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer__lists li a {
  display: block;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
}

.drawer__list--menu {
  position: relative;
}

.drawer__list {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

.drawer__list--link {
  display: block;
  width: 100%;
  padding: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

.drawer__list--icon {
  display: inline-block;
  z-index: 9999;
  position: absolute;
  right: 11px;
  width: 16px;
  height: 16px;
  -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;
}
.drawer__list--icon.js-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 通常時の色 */
.drawer__list--icon path {
  fill: #FFF;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* クリック時の色 */
.drawer__list--link.js-active .drawer__list--icon path {
  fill: #009B63;
}

.drawer__list--link.js-active {
  color: #009B63;
}

.drawer__sublist-wrap {
  display: none;
  z-index: 10;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  padding: 15px;
}

.drawer__sublist-wrap:visible {
  opacity: 1;
}

.drawer__sublists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
  row-gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0.625rem;
  background: #000;
}
.drawer__sublists li a {
  display: inline-block;
  padding-block: 0.5rem;
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  white-space: nowrap;
}

.drawer__btn--recruit {
  width: 11.1875rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-inline: 20px;
  padding-block: 0.625rem;
  border-bottom: none;
  background-color: #1B2220;
  color: #FFF;
  text-align: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.drawer__btn--recruit:hover {
  background-color: #FFF;
}

.drawer__btn--recruit:hover a {
  color: #009B63;
}

.drawer__btn--contact {
  width: 11.1875rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-inline: 20px;
  padding-block: 0.625rem;
  border-bottom: none;
  background-color: #009B63;
  color: #FFF;
  text-align: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.drawer__btn--contact:hover {
  background-color: #FFF;
}

.drawer__btn--contact:hover a {
  color: #009B63;
}

.error-page__content {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.error-page__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.error-page__title {
  color: #009B63;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 130%;
  font-family: "Montserrat", serif;
  /* 78px */
}

.error-page__text {
  color: #1B2220;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

.error-page__btn a {
  color: #FFF;
}
.faq {
  background: #F5F5F5;
}

.faq__description {
  margin-top: 2.5rem;
  color: #1B2220;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  /* 21px */
}

.faq__container {
  margin-top: 2.5rem;
}

.faq__tablist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__tab {
  display: inline-block;
  color: #1B2220;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}

.faq__tab[aria-selected=true] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}

.faq__tab[aria-selected=true]::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  /* 線の太さ */
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BF1515), to(#590A0A));
  background: linear-gradient(180deg, #BF1515 0%, #590A0A 100%);
  content: "";
}

.faq__tab span {
  display: inline-block;
  position: relative;
}
.faq__tab span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#BF1515), to(#590A0A));
  background: linear-gradient(180deg, #BF1515 0%, #590A0A 100%);
  content: "";
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}

.faq__contents {
  margin-top: 2.5rem;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.faq__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5625rem;
}

.faq__item {
  font-size: 1rem;
  line-height: normal;
}

.faq__item:last-of-type {
  margin-top: 0.625rem;
}

.faq__item .js-content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.2s ease-out, visibility 0.3s linear 0.3s;
  transition: max-height 0.5s ease-out, opacity 0.2s ease-out, visibility 0.3s linear 0.3s;
  will-change: max-height, opacity, visibility;
}

.faq__item[open] .js-content {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: max-height 0.5s ease-in, opacity 0.2s ease-in, visibility 0.3s linear 0s;
  transition: max-height 0.5s ease-in, opacity 0.2s ease-in, visibility 0.3s linear 0s;
  will-change: max-height, opacity, visibility;
}

.faq__item.is-animating .js-content {
  opacity: 0.5;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.2s ease-out, visibility 0.3s linear 0.3s;
  transition: max-height 0.5s ease-out, opacity 0.2s ease-out, visibility 0.3s linear 0.3s;
  will-change: max-height, opacity, visibility;
}

.faq__item.is-opened .js-content {
  visibility: visible;
  opacity: 1;
}

.faq__item:not([open]):not(.is-animating) .js-content {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.2s ease-out, visibility 0.3s linear 0.3s;
  transition: max-height 0.5s ease-out, opacity 0.2s ease-out, visibility 0.3s linear 0.3s;
  will-change: max-height, opacity, visibility;
}

.faq__item.is-animating.is-opened .js-content {
  -webkit-transition: max-height 0.5s ease-in, opacity 0.2s ease-in, visibility 0.3s linear 0s;
  transition: max-height 0.5s ease-in, opacity 0.2s ease-in, visibility 0.3s linear 0s;
  will-change: max-height, opacity, visibility;
}

.faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10px 10px;
  gap: 1.25rem;
  cursor: pointer;
}

.faq__question::before,
.faq__question::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #333;
  content: "";
}
.faq__question::before {
  right: 12px;
  width: 14px;
  height: 2px;
}

.faq__question::after {
  right: 18px;
  width: 2px;
  height: 14px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
details[open] .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  display: block;
  position: relative;
  padding-inline: 2.1875rem;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.02em;
  list-style: none;
}

.faq__question-mark {
  position: absolute;
  padding-left: 0.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 24px;
  font-family: "Montserrat", serif;
}

.faq__answer {
  margin-top: 0.9375rem;
  padding-bottom: 2.1875rem;
}

.faq__answer-text {
  position: relative;
  padding-inline: 2.1875rem;
  color: #1B2220;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 1.4px;
  list-style: none;
}

.faq__answer-text::before {
  position: absolute;
  top: 3px;
  left: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.67%, #BF1515), color-stop(76.67%, #590A0A));
  background: linear-gradient(180deg, #BF1515 21.67%, #590A0A 76.67%);
  background-clip: text;
  content: "A";
  color: #1B2220;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Montserrat", serif;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq__content-wrap {
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease, translate 0.5s ease;
  transition: opacity 1s ease, translate 0.5s ease;
}
.faq__content-wrap.js-show {
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
  opacity: 1;
}
.js-summary {
  outline: none;
  cursor: pointer;
}

.footer {
  padding-block: 3.125rem;
  background-color: #1B2220;
  color: #FFF;
  font-size: 0.875rem;
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2.875rem;
}

.footer__logo {
  width: 44%;
}

.footer__logo img {
  aspect-ratio: 240/31;
}

.footer__offices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
  gap: 1rem;
}

.footer__office-title {
  margin-bottom: 0.25rem;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
}

.footer__address {
  color: #FFF;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.footer__right-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}

.footer__menu li a {
  color: #FFF;
  font-weight: 400;
  font-weight: 500;
  font-size: 13px;
  line-height: 225%;
  letter-spacing: 0.65px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  list-style: none;
}

.footer__services li a {
  color: #FFF;
  font-weight: 400;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 185%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__services li:not(:first-child) {
  padding-left: 0.8125rem;
}

.footer__services li a:hover {
  color: #009B63;
}

.footer__menu li a:hover {
  color: #009B63;
}

.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75rem;
  gap: 0.75rem;
}

.footer__sns img {
  display: block;
  width: 2rem;
  height: 2rem;
}

.footer__copyright {
  color: #BDC8BE;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.24;
  letter-spacing: 0.05em;
}

.footer__copyright-sp {
  display: block;
  margin-top: 1.75rem;
  color: #BDC8BE;
  font-size: 0.75rem;
}

.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding-inline: 20px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header.js-scrolled {
  background-color: #FFF;
}

.header__inner {
  display: grid;
  grid-template-columns: 10.125rem 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-inline: auto;
  gap: 2.5rem;
}

.header__logo {
  display: block;
  z-index: 9999;
  width: 7.1875rem;
}

.header__logo img {
  aspect-ratio: 162/21;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  display: none;
}

.header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lists li a {
  display: inline-block;
  height: inherit;
  padding: 25px 15px;
  color: #FFF;
  font-weight: 500;
  font-size: clamp(12.8px, 1.8vw, 0.9375rem);
  line-height: 24px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js-scrolled .header__lists .header__list a {
  color: #1B2220;
}
.header__lists .header__list a:hover {
  color: #009B63 !important;
}
.js-scrolled .header__lists .header__list--menu .header__list--link {
  color: #1B2220;
}
.js-scrolled .header__lists .header__sublist a {
  color: #FFF !important;
}

/* スクロール時のアイコン色 */
.js-scrolled .header__list--link a {
  color: #1B2220;
}

/* ホバー時の色設定（通常時とスクロール時両方に対応） */
.header__list--link:hover {
  color: #009B63 !important;
}

/* ホバー時のアイコン色 */
.header__list--link:hover .header__list--icon path {
  stroke: #009B63 !important;
}

.js-scrolled .header__list-btn.header__list a {
  color: #FFF;
}

/* スクロール時のボタンリンクのホバー設定 */
.js-scrolled .header__list-btn.header__list a:hover {
  color: #009B63 !important;
}

.header__list--recruit {
  width: 11.1875rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-inline: 20px;
  background-color: #1B2220;
  color: #FFF;
  text-align: center;
}

.header__list--recruit:hover {
  background-color: #FFF;
  color: #009B63;
}

.header__list--contact {
  width: 11.1875rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-inline: 20px;
  background-color: #009B63;
  color: #FFF;
  text-align: center;
}

.header__list--contact:hover {
  background-color: #FFF;
  color: #009B63;
}

.header__list--menu {
  position: relative;
}

.header__list--link {
  color: #1B2220;
  cursor: pointer;
}

.header__list--icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__list--icon.js-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 通常時の色 */
.header__list--icon path {
  stroke: #FFF;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* スクロール時のアイコン色 */
.js-scrolled .header__list--icon path {
  stroke: #1B2220;
}

/* クリック時の色 */
.header__list--link.js-active .header__list--icon path {
  stroke: #009B63;
}

.header__list--link.js-active {
  color: #009B63;
}

.header__sublist-wrap {
  display: none;
  position: absolute;
  top: 82%;
  left: 8%;
  padding-top: 15px;
  translate: -50%;
}
.header__sublists {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0.9375rem;
  background: #1B2220;
}

.header__sublists li a {
  display: inline-block;
  padding-block: 0.9375rem;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
}

.header__sublist span {
  padding-inline: 0.625rem;
}

.header__sublist:hover .header__sublists li a {
  color: #009B63;
}

.inner {
  width: 100%;
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.introduction {
  padding-top: 1rem;
  padding-bottom: 3.75rem;
}

.introduction__inner.inner {
  max-width: 80.625rem;
  margin-inline: auto;
}

.introduction__wrapper {
  display: grid;
  margin-top: 2.5rem;
  gap: 1.5rem;
}

.introduction__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.introduction__title {
  margin-top: 2.5rem;
  color: #009B63;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.9px;
}

.introduction__description {
  color: #1B2220;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 190%;
  /* 26.6px */
  letter-spacing: 0.05em;
  text-align: justify;
}

.introduction__description:not(:first-child) {
  margin-top: 1.875rem;
}

.introduction__image {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 20.5625rem;
  margin-left: auto;
}

.introduction__image img {
  z-index: 2;
  position: relative;
  aspect-ratio: 329/273;
}

.introduction__image::after {
  z-index: 1;
  position: absolute;
  bottom: -1.4375rem;
  left: -1.4375rem;
  width: 21.125rem;
  height: 14.875rem;
  background-color: #009B63;
  content: "";
}

.link-grid {
  padding-block: 3.75rem;
  background-image: url(../images/under/btns-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-grid__inner.inner {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
}

.link-grid__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 330px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.625rem;
}

.link-grid__item {
  width: 100%;
  max-width: 16.25rem;
  margin-inline: auto;
  text-align: center;
}

.link-grid__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.4375rem 2.0625rem;
  background-color: #009B63;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2.142px;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.link-grid__link:hover {
  background-color: #1B2220;
}

.link-grid__icon {
  display: inline-block;
  width: 1.25rem;
  height: 0.875rem;
  margin-left: 0.8rem;
  background-image: url("../images/common/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.media-sns__box {
  margin-top: 1.875rem;
}

.media-sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 1.5625rem;
  gap: 1.5rem;
}
.media-sns__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.media-sns__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  background-color: #FFF;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.media-sns__link:hover {
  opacity: 0.7;
}

.media-sns__icon-youtube {
  width: 5.625rem;
  height: auto;
}

.media-sns__icon-instagram {
  width: 2.8125rem;
  height: 2.8125rem;
}

.media-sns__icon-tiktok {
  width: 4.25rem;
  height: auto;
}

.media-sns__label {
  margin-top: 0.75rem;
  color: #009B63;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  mix-blend-mode: multiply;
}

.mission {
  padding-block: 3.75rem;
  background: url(../images/under/mission-bg-sp.webp) no-repeat center center/cover;
}

.mission__headEn {
  display: block;
  color: #FFF;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.3;
  font-family: "Montserrat", serif;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 41, 18, 0.4);
}

.mission__head {
  margin-top: 1.25rem;
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 35, 16, 0.4);
}

.mission__text {
  margin-top: 2.5rem;
  color: #FFF;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.9;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 65, 29, 0.3);
}

.mission__text + .mission__text {
  margin-top: 1em;
}

.news-page {
  z-index: -10;
  position: relative;
  background-image: url(../images/under/news-listBgSP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news {
  padding-block: 2.125rem;
}

.news__filter li a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid #009B63;
  color: #009B63;
  font-size: 0.875rem;
}
.news__filter li a.is-current {
  background-color: #009B63;
  color: #fff;
}

.news__list {
  display: grid;
  gap: 1.5rem;
}

.news__filter-select {
  display: block;
  position: relative;
}
.news__filter-select select {
  display: none;
}

.news__filter-select .custom-dropdown {
  width: 100%;
}
.news__filter-select .custom-dropdown__button {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
}

.news__filter {
  display: none;
}

.news__item {
  position: relative;
}

.news__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(18%, #009B63), color-stop(0%, #BDC8BE));
  background-image: linear-gradient(to right, #009B63 18%, #BDC8BE 0%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  gap: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news__link:hover {
  opacity: 0.6;
}

.news__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.news__date {
  color: #009B63;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
}

.news__cat {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.5rem;
  background-color: #1B2220;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.news__list {
  margin-top: 3rem;
}

.news__title {
  display: -webkit-box;
  width: 89%;
  -webkit-line-clamp: 2;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-rightGreen.svg);
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
  font-size: 1rem;
}
.news__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  gap: 0.5rem;
}

.news__pagination .page-numbers {
  display: inline-block;
  min-width: 2.25rem;
  padding: 0.5rem;
  background-color: #EBF2EF;
  color: #1B2220;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.news__pagination .page-numbers.current {
  background-color: #009B63;
  color: #fff;
  font-weight: 700;
}

.news__pagination .page-numbers.dots {
  background-color: transparent;
  color: #1B2220;
  cursor: default;
}

.news__pagination .page-numbers:hover:not(.current):not(.dots) {
  background-color: #009B63;
  color: #fff;
}

.our-work-page {
  z-index: -10;
  position: relative;
  background-image: url(../images/under/news-listBgSP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-works-page__pagination {
  margin-top: 3.75rem;
}

.positions {
  z-index: -5;
  position: relative;
  padding-block: 3.75rem;
  overflow: hidden;
  background-color: #CFEBDF;
}

.positions::after {
  z-index: -4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/under/open-positions-bg-sp.webp) no-repeat center center/cover;
  content: "";
  opacity: 0.8;
}

.positions__headEn {
  color: #009B63;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.3;
  font-family: "Montserrat", serif;
}

.positions__head {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.positions__lists {
  margin-top: 2.375rem;
}

.positions__list + .positions__list {
  margin-top: 1.875rem;
}

.positions__img {
  margin-right: -1.25rem;
}

.positions__img.--2 {
  margin-right: 0;
  margin-left: -1.25rem;
}

.positions__body {
  z-index: 1;
  position: relative;
  width: 87.2972972973%;
  margin-top: -1.875rem;
  margin-left: auto;
  padding: 1.375rem 1.25rem 1.875rem;
  background-color: #FFF;
}

.positions__body.--2 {
  margin-inline: 0 auto;
}

.positions__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 0.125rem 0.9375rem;
  border-bottom: 1px solid #009B63;
  color: #009B63;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
}

.positions__text {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: justify;
}

.positions__link.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0;
  padding: 0.5rem 2rem;
}

.qa {
  z-index: -5;
  position: relative;
  padding-block: 3.75rem;
  background-color: #009B63;
}

.qa::after {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 390/263;
  width: 100%;
  background: url(../images/under/qa-banner-sp.webp) no-repeat center center/cover;
  content: "";
}

.qa__headEn {
  display: block;
  color: #FFF;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.3;
  font-family: "Montserrat", serif;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 65, 29, 0.3);
}

.qa__title {
  margin-top: 1.25rem;
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 65, 29, 0.3);
}

.qa__lists {
  margin-top: 2.5rem;
  padding: 1.25rem;
  background-color: #FFF;
}

.qa__content {
  display: none;
}

.qa__header {
  position: relative;
  margin: 0.625rem 0 0;
  padding-block: 0.9375rem;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.qa__header::before, .qa__header::after {
  position: absolute;
  top: 1.5625rem;
  right: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.125rem;
  background: #009B63;
  content: "";
}
.qa__header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -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;
}
.qa__header.active {
  border-bottom: 0.0625rem solid #6D7D75;
}
.qa__header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa__header:hover {
  cursor: pointer;
}
.qa__header:first-child {
  margin-top: 0;
}

.qa__content {
  margin-top: -0.0625rem;
  padding-block: 0.9375rem;
  background-color: #FFF;
}

.qa__header span,
.qa__content span {
  display: block;
  position: relative;
  padding-inline: 1.875rem 1.25rem;
  color: #1B2220;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.qa__header span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  color: #009B63;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Montserrat", serif;
}

.qa__content span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: #009B63;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Montserrat", serif;
}

.qa__content span {
  line-height: 1.9;
}

.recruit {
  padding-block: 5rem;
  background-color: #1B2220;
  color: #FFF;
  text-align: center;
}

.recruit__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.recruit__en {
  color: #009B63;
  font-weight: 700;
  font-size: 1.25rem;
}

.recruit__ja {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.recruit__image img {
  display: block;
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin-inline: auto;
  border-radius: 0.25rem;
}

.recruit__content {
  display: inline-block;
  margin-top: -2.5rem;
  padding: 1.5rem 1rem;
  background-color: #009B63;
  color: #FFF;
}

.recruit__message {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.recruit__btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.125rem;
  background-color: #1B2220;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.recruit__btn::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "→";
  font-size: 0.875rem;
}

.recruit__btn:hover {
  background-color: #BDC8BE;
  color: #1B2220;
}
.page-id-18 {
  z-index: -15;
  position: relative;
}

.page-id-18 main {
  z-index: -10;
  position: relative;
}

.recruit-philosophy {
  padding-block: 0.9375rem 3.75rem;
  overflow-x: clip;
}

.recruit-philosophy__inner.inner {
  max-width: 37.5rem;
}

.recruit-philosophy__container {
  position: relative;
}

.recruit-philosophy__container::after {
  z-index: -3;
  position: absolute;
  right: -0.6875rem;
  bottom: -0.75rem;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #1B2220;
  content: "";
}

.recruit-philosophy__image {
  width: 79.4871794872vw;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}

.recruit-philosophy__image img {
  aspect-ratio: 310/306;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-philosophy__body {
  z-index: -2;
  position: relative;
  margin-top: -2.75rem;
  padding: 5.4375rem 1.875rem 2.3125rem;
  background-color: #009B63;
}

.recruit-philosophy__body::before {
  z-index: -1;
  position: absolute;
  top: -6.25rem;
  left: -1.875rem;
  width: 100%;
  height: 22.0625rem;
  background: url(../images/under/recruit-annotation.svg) no-repeat center center/cover;
  content: "";
  opacity: 0.1;
}

.recruit-philosophy__title {
  color: #FFF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.recruit-philosophy__text {
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: justify;
}

.recruit-philosophy__text + .recruit-philosophy__text {
  margin-top: 1em;
}

.scrolldown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
  font-family: "Montserrat", serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.scrolldown__bar {
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scrolldown__bar::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #009B63;
  content: "";
  -webkit-animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.section-title__en {
  color: #1B2220;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 130%;
  font-family: "Montserrat", serif;
  /* 78px */
}

.section-title__ja {
  color: #1B2220;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

.section-title__en--white {
  color: #FFF;
  text-shadow: 5px 6px 10px rgba(0, 65, 29, 0.3);
}

.section-title__en--green {
  color: #009B63;
}

.section-title__ja--white {
  color: #FFF;
  text-shadow: 5px 6px 10px rgba(0, 65, 29, 0.3);
}

.section-top {
  margin-top: 5rem;
}

.services-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  row-gap: 0.625rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.services-list__item {
  text-align: center;
}

.services-list__item-img {
  display: inline-block;
  width: 10.75rem;
}
.services-list__item-img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-list__item-caption {
  z-index: 5;
  position: relative;
  color: #009B63;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  mix-blend-mode: multiply;
}

.services {
  z-index: 1;
  position: relative;
  padding-block: 3.75rem;
  overflow-x: hidden;
  background-image: url(../images/under/under-bgSP.webp);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

.services__title {
  z-index: 1;
  position: relative;
  text-align: center;
}
.services__title::after {
  z-index: -1;
  position: absolute;
  bottom: -3.9375rem;
  left: 50%;
  width: 100vw;
  height: 12.6875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/under/global-banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  /* 背面に配置 */
}

.services__wrapper {
  display: grid;
  z-index: 1;
  position: relative;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 1.25rem;
  gap: 1.5rem;
}

.services__wrapper::before {
  z-index: 0;
  position: absolute;
  top: 6.25rem;
  right: 0;
  bottom: 0.125rem;
  left: 0;
  width: 100%;
  background: #FFF;
  background-color: #FFF;
  content: "";
}

.services__box {
  z-index: 1;
  position: relative;
}

.services__image {
  z-index: 1;
  width: 18.875rem;
  margin-top: 1.5rem;
}

.services__image img {
  aspect-ratio: 302/234;
  -o-object-fit: cover;
     object-fit: cover;
}

.services__content {
  z-index: 1;
}
.services__label {
  display: inline-block;
  margin-top: 0.9375rem;
  padding: 0.5rem 0.8125rem;
  background-color: #009B63;
  color: #FFF;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: 0.05em;
}

.services__content-title {
  margin-top: 1.875rem;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1;
  /* 45px */
  letter-spacing: 1.25px;
}

.services__content-title--height {
  line-height: 1.8;
}

.services__treatment {
  margin-top: 2.5rem;
}

.services__description {
  display: inline-block;
  margin-top: 1.875rem;
  color: #009B63;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
  text-align: justify;
}

.services__subtitle {
  margin-top: 2.5rem;
  padding-left: 0.625rem;
  border-left: solid 4px #009B63;
  color: #009B63;
  font-weight: 700;
  font-size: 1rem;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.8px;
}

.services::before {
  z-index: 1;
  position: absolute;
  top: 7%;
  left: 0.375rem;
  width: 1.4375rem;
  height: 16.625rem;
  background: url("../images/under/global-media.webp") no-repeat top left/contain;
  content: "";
}

.services::after {
  z-index: -1;
  position: absolute;
  top: 44%;
  right: 0%;
  width: 1.4375rem;
  height: 25.5625rem;
  background: url("../images/under/international-trade.webp") no-repeat top left/contain;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.media-page .services__title::after {
  z-index: -1;
  position: absolute;
  bottom: -3.9375rem;
  left: 50%;
  width: 100vw;
  height: 12.6875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/under/media-banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  /* 背面に配置 */
}

.media-page .services::before {
  z-index: 1;
  position: absolute;
  top: 6%;
  left: 0;
  width: 1.4375rem;
  height: 16.625rem;
  background: url("../images/under/advertisement.webp") no-repeat top left/contain;
  content: "";
}

.media-page .services::after {
  z-index: 0;
  position: absolute;
  top: 45%;
  right: 0%;
  width: 1.4375rem;
  height: 25.5625rem;
  background: url("../images/under/international-trade.webp") no-repeat top left/contain;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.solution-page .services__title::after {
  background-image: url("../images/under/solution-banner.webp");
  /* 背面に配置 */
}

.solution-page .services::before {
  z-index: 1;
  position: absolute;
  top: 8%;
  left: 0;
  width: 1.4375rem;
  height: 16.625rem;
  background: url("../images/under/solution.webp") no-repeat top left/contain;
  content: "";
}

.solution-page .services::after {
  z-index: -1;
  position: absolute;
  top: 55%;
  right: 0%;
  width: 1.4375rem;
  height: 16.625rem;
  background: url("../images/under/digitalization.webp") no-repeat top left/contain;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.services__link {
  margin-top: 2rem;
}

.solution__text {
  margin-top: 0.9375rem;
  padding-left: 0.9375rem;
  color: #1B2220;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.thanks {
  padding-block: 3.75rem;
}

.thanks__head {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

.thanks__text {
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.thanks__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0;
}

.top-about {
  margin-top: 5rem;
  padding-bottom: 5rem;
  background: url("../images/top/about-bg.webp") no-repeat center/cover;
}

.inner.top-about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.top-about__title-ja {
  margin-top: 1.5rem;
}

.top-about__catch {
  display: inline;
  border-bottom: solid 1px #009B63;
  color: #009B63;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.top-about__text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 190%;
  /* 30.4px */
  letter-spacing: 0.05em;
}

.top-fv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-image: url("../images/top/fv-PC.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #009B63;
}

.top-fv__copy {
  max-width: 40rem;
  margin-top: -10rem;
}

.top-fv__lead-ja {
  color: #FFF;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.top-fv__lead-ja span {
  font-weight: 600;
  font-size: 3.0625rem;
  font-family: "Montserrat", serif;
}

.top-fv__lead-en {
  color: #FFF;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  font-family: "Montserrat", serif;
  text-shadow: 0 0 10px rgba(0, 65, 29, 0.1);
  /* 26px */
}

.top-fv__line {
  display: block;
  width: 5rem;
  height: 0.25rem;
  margin-top: 2.5rem;
  background-color: #009B63;
}

.top-fv__desc {
  margin-top: 2rem;
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  line-height: 170%;
  /* 34px */
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 65, 29, 0.1);
}

.top-fv__scroll {
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  opacity: 0.6;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.top-news {
  padding-block: 5rem;
  background: url("../images/top/news-bg.webp") no-repeat center/cover;
}

.top-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 46.5rem;
}

.top-news__title {
  text-align: center;
}

.top-news__list {
  width: 100%;
  max-width: 46.5rem;
}

.top-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.top-news__item {
  padding-block: 1rem;
  border-bottom: 1px solid #BDC8BE;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-news__item:hover {
  opacity: 0.6;
}

.top-news__date {
  color: #BDC8BE;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Montserrat", serif;
  letter-spacing: 0.7px;
}
.top-news__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-news__btn {
  margin-top: 2.5rem;
  margin-inline: auto;
}

.top-recruit {
  padding-block: 5rem;
  overflow-x: clip;
  background: url("../images/top/recruit-bg.webp") no-repeat center/cover;
}

.top-recruit__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.top-recruit__image {
  display: block;
  width: 18.75rem;
  height: auto;
  margin-inline: auto calc(50% - 50vi);
}

.top-recruit__image img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-recruit__content {
  z-index: 1;
  position: relative;
  margin-top: -0.875rem;
  padding: 0.625rem;
  padding-block: 1.25rem;
  background: #009B63;
  text-align: center;
}

.top-recruit__message {
  display: block;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
}

.top-recruit__btn {
  display: inline-block;
  margin-top: 1rem;
}

.top-service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 12.5rem;
  margin-top: 1.5rem;
  overflow: hidden;
  background-color: #FFF;
}

.top-service-card:not(:first-of-type) {
  margin-top: 1rem;
}

.top-service-card__head {
  padding: 0.5rem 0.75rem;
  background-color: #009B63;
}

.top-service-card__head-title {
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.top-service-card__body {
  padding: 1rem 0.75rem 3rem;
}

.top-service-card__lead {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.top-service-card__desc {
  margin-top: 0.5rem;
  color: #009B63;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.top-service-card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #1B2220;
  color: #FFF;
  font-size: 1.25rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.top-service-card__link:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.top-service-card__link::after {
  display: inline-block;
  width: 1.125rem;
  height: 0.8125rem;
  background-image: url(../images/common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.top-service-card__link:hover::after {
  -webkit-transform: rotate3d(1, 0, 0, 360deg);
          transform: rotate3d(1, 0, 0, 360deg);
  -webkit-transition: 2s;
  transition: 2s;
}

.top-service {
  padding-block: 5rem;
  background-image: url(../images/top/services-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-service__title {
  text-align: center;
}

.top-service__groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
  gap: 3rem;
}

.top-service__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}

.top-service__category-icon {
  width: 2.5rem;
  height: auto;
}

.top-service__category-icon img {
  aspect-ratio: 40/40;
}

.top-service__category-number {
  color: #009B63;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 130%;
  /* 65px */
  font-family: "Montserrat", serif;
}

.top-service__category-en {
  /* 65px */
  display: block;
  color: #EBF2EF;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Montserrat", serif;
}

.top-service__category-ja {
  color: #EBF2EF;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.top-works {
  padding-block: 5rem;
  background: url("../images/top/works-bg.webp") no-repeat center/cover;
}

.top-works__title {
  text-align: center;
}

.trade {
  margin-top: 0.625rem;
}

.trade__goods-box {
  margin-top: 1.875rem;
}

.trade__goods-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 1rem;
  margin-top: 0.625rem;
}

.trade__goods-item {
  text-align: center;
}

.trade__goods-item {
  width: 100%;
}

.trade__goods-item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.trade__goods-label {
  z-index: 5;
  position: relative;
  margin-top: 0.3125rem;
  color: #009B63;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  text-align: center;
  mix-blend-mode: multiply;
}

.treatment-bar {
  width: 8.1875rem;
  height: 3px;
  margin-top: 1.875rem;
  background: url("../images/top/treatment-bar.webp") no-repeat center/cover;
}

.under-page__fv {
  position: relative;
}

.under-page__heading {
  position: absolute;
  top: 32%;
}

.under-page__fv img {
  aspect-ratio: 390/244;
  -o-object-fit: cover;
     object-fit: cover;
}

.under-page__title {
  color: #FFF;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
  font-family: "Montserrat", serif;
  text-shadow: 0 0 2.708px rgba(0, 65, 29, 0.1);
}

.under-page__sub {
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2.708px rgba(0, 65, 29, 0.2);
}

.under-page__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2rem;
  gap: 0.5rem;
}

.under-page__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.125rem;
  height: 4.125rem;
  background-color: #EBF2EF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.under-page__arrow:hover {
  background-color: #dbe9e4;
}
.under-page__arrow--placeholder {
  background-color: transparent;
  pointer-events: none;
}

.under-page__arrow img {
  width: 0.375rem;
  height: 0.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.under-page__text-btn {
  display: inline-block;
  padding: 1.375rem 2.5625rem;
  background-color: #EBF2EF;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.under-page__text-btn:hover {
  background-color: #dbe9e4;
}
.under-page__text-btn .text-btn {
  display: inline-block;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.works-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 7px 10px 30px 0 rgba(100, 99, 99, 0.15);
          box-shadow: 7px 10px 30px 0 rgba(100, 99, 99, 0.15);
}

.works-card__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: auto;
}

.works-card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  padding: 1.875rem 1.375rem 1.625rem 1.375rem;
  background-color: #fff;
}

.works-card__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.875rem;
  border-left: 0.25rem solid #009B63;
  color: #1B2220;
  font-weight: 500;
  font-size: 1rem;
  line-height: 170%;
  letter-spacing: 0.9px;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.works-card__btn-wrapper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: auto;
  margin-top: 1.625rem;
  text-align: end;
}

.works-card__img img {
  aspect-ratio: 350/221;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.works-card__label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.5rem;
  background-color: #1B2220;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.works-card__date {
  display: block;
  margin-top: 1.25rem;
  color: #6D7D75;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
}
.works-card__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  color: #009B63;
  font-weight: 600;
  font-size: 0.8125rem;
  font-family: "Montserrat", serif;
  text-decoration: none;
}
.works-card__icon {
  width: 3rem;
  height: auto;
  -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;
}

.works-card:hover .works-card__icon {
  -webkit-transform: translateX(0.375rem);
          transform: translateX(0.375rem);
}

.works {
  margin-top: 2rem;
  padding-bottom: 3.75rem;
}

.works__items {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.75rem;
  gap: 1.5rem;
}

.works__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.works__item--pc-only {
  display: none;
}

.pagination__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
  gap: 0.5rem;
}

.prev.page-numbers {
  display: inline-block;
  width: 0.5rem;
  height: inherit;
  margin-right: 1.5rem;
  background: inherit;
}
.prev.page-numbers.page-numbers--placeholder {
  background: transparent;
  pointer-events: none;
}

.next.page-numbers {
  display: inline-block;
  width: 0.5rem;
  height: inherit;
  margin-left: 1.5rem;
  background: inherit;
}
.next.page-numbers.page-numbers--placeholder {
  background: transparent;
  pointer-events: none;
}

.prev.page-numbers::before {
  position: initial;
}

.next.page-numbers::before {
  position: initial;
}

.page-numbers {
  display: grid;
  position: relative;
  place-items: center;
  width: 2rem;
  height: inherit;
  color: #1B2220;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Montserrat", serif;
}

.page-numbers::before {
  z-index: -1;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #EBF2EF;
  content: "";
}

.current {
  display: grid;
  position: relative;
  place-items: center;
  width: 2.75rem;
  height: inherit;
  color: #fff;
}

.current::before {
  z-index: -1;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #009B63;
  content: "";
}

.page-numbers.dots::before {
  background: transparent;
}

.page-numbers.dots {
  background-image: url("../images/common/dots.svg");
  background-position: center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  html {
    font-size: vw(strip-unit(1240px), 16);
  }
  html {
    font-size: 1.2903225806vw;
  }
  .access {
    padding-block: 5.4375rem;
  }
  .access__inner.inner {
    max-width: 68.5rem;
    margin-inline: auto;
  }
  .access__container {
    margin-top: 3.125rem;
    gap: 3.25rem;
  }
  .access__map {
    max-width: 65.375rem;
  }
  .access__map img,
  .access__map iframe {
    aspect-ratio: 1046/275;
    width: 100%;
    height: auto;
  }
  .access__info {
    margin-top: -5.8125rem;
    padding: 1.875rem 2.6875rem;
  }
  .access__office-name {
    font-size: 1.125rem;
  }
  .access__address {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
  .access__route {
    margin-bottom: 0.5rem;
  }
  .access__route-text {
    margin-top: initial;
  }
  .access__route-row {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-top: 0;
  }
  .access__btn {
    width: 14.4375rem;
    height: 4rem;
  }
  .access__btn::after {
    width: 0.9375rem;
    height: 0.625rem;
  }
  .article-page {
    background-image: url(../images/under/single-bg.svg);
  }
  .article-content {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .article-page__inner.inner {
    max-width: 53.4375rem;
    margin: 0 auto;
  }
  .article-page__info {
    margin-top: 3.75rem;
  }
  .article-page__date.news__date {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
  .article-page__title {
    margin-top: 1.375rem;
  }
  .article-page__primary {
    font-size: 1.5rem;
  }
  .article-page__image {
    margin-top: 2.5rem;
  }
  .article-page__content {
    margin-top: 3.1875rem;
  }
  .breadcrumb__inner {
    max-width: 77.5rem;
    margin-inline: auto;
  }
  .breadcrumb span {
    font-size: 0.75rem;
  }
  .btn {
    padding-inline: 2.5rem;
    padding-block: 1.125rem;
    font-size: 1.125rem;
  }
  .btn--small.btn {
    padding: 0.6875rem 1.625rem;
  }
  .card {
    margin-top: 3.125rem;
  }
  .common__filter li a {
    min-width: 11.8125rem;
    padding: 1.0625rem 3.25rem;
    color: #009B63;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    /* 170.543% */
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .common__filter-select {
    display: none;
  }
  .common__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .custom-dropdown {
    display: none;
  }
  .company-philosophy {
    margin-top: 1.5625rem;
  }
  .company-philosophy__inner.inner {
    width: 100%;
    max-width: 80.625rem;
    margin-inline: auto;
  }
  .company-philosophy__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: initial;
    gap: 0;
  }
  .company-philosophy__image {
    width: 55%;
    margin-left: initial;
  }
  .company-philosophy__image img {
    aspect-ratio: 681/675;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .company-philosophy__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 3%;
    margin-right: calc(50% - 50vw);
    margin-left: -8rem;
    padding-bottom: 1.875rem;
    padding-left: 3.9375rem;
    background-image: url(../images/under/philosophy-textBg.webp);
  }
  .company-philosophy__content::after {
    display: none;
  }
  .company-philosophy__title {
    margin-top: 5.625rem;
  }
  .company-philosophy__lead {
    margin-top: 4.3125rem;
    font-size: 1.875rem;
  }
  .company-philosophy__text-wrapper {
    margin-top: 1.6875rem;
    margin-bottom: 1.875rem;
  }
  .company-philosophy__text {
    font-size: 1rem;
  }
  .company-profile {
    margin-top: -9rem;
    padding-top: 18.125rem;
    padding-bottom: 6.25rem;
  }
  .company-profile__inner.inner {
    max-width: 68.5rem;
    margin-inline: auto;
  }
  .company-profile__inner::before {
    display: block;
    position: absolute;
    top: 0%;
    right: 2%;
    width: 9rem;
    height: 116%;
    background-image: url(../images/common/newconcept-green.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .company-profile__list {
    max-width: 50rem;
    margin-top: 3.75rem;
    gap: 1rem;
  }
  .company-profile__row {
    grid-template-columns: 7.5rem 1fr;
    /* 左:項目 / 右:内容 */
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    padding-bottom: 1rem;
  }
  .company-profile__term {
    margin: 0;
    font-size: 1rem;
  }
  .company-profile__desc {
    font-size: 1rem;
  }
  .company-profile__city {
    display: inline;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .concept {
    padding-block: 2.125rem 6.25rem;
  }
  .concept::after {
    top: 4.125rem;
    aspect-ratio: 1440/552;
    height: 100%;
    max-height: 34.5rem;
  }
  .concept__inner.inner {
    max-width: 68.5rem;
  }
  .concept__subHead {
    width: 26.9375rem;
  }
  .concept__subHead img {
    aspect-ratio: 431/56;
  }
  .concept__head {
    margin-top: 2.5rem;
    font-size: 1.875rem;
    text-underline-offset: 1.1875rem;
  }
  .concept__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem;
    gap: 3.75rem;
  }
  .concept__list + .concept__list {
    margin-top: 0;
  }
  .concept__list-title {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
  .concept__title-treatment.treatment-bar {
    width: 9.875rem;
    margin-top: 2.0625rem;
  }
  .concept__list-text {
    margin-top: 2.125rem;
    font-size: 1rem;
  }
  .contact-terms p {
    font-size: clamp(12.8px, 1.67vw, 16px);
  }
  .contact-terms h2 {
    font-size: clamp(12.8px, 1.67vw, 16px);
  }
  .contact-terms h2 {
    margin-top: 1em;
  }
  .contact {
    padding-block: 6.25rem 8.125rem;
  }
  .contact__inner.inner {
    max-width: 68.5rem;
  }
  .contact__phone-wrapper {
    padding-block: 2.5rem;
  }
  .contact__phone-wrapper::after {
    right: -0.875rem;
    bottom: -1.0625rem;
    width: 60.4375rem;
    height: 9.8125rem;
  }
  .contact__phone-text {
    font-size: 1.375rem;
  }
  .contact__phone {
    margin-top: 0.875rem;
    gap: 0.9375rem;
  }
  .contact__phone-img {
    width: 2.0625rem;
  }
  .contact__phone-img img {
    aspect-ratio: 33/33;
  }
  .contact__phone-number {
    font-size: 2.5rem;
  }
  .contact__title {
    margin-top: 6.25rem;
    font-size: 1.875rem;
  }
  .contact__form {
    max-width: 65.375rem;
    margin: 4rem auto 0;
    padding: 6.25rem 2.5rem;
  }
  .contact__form-container {
    max-width: 45.5rem;
    gap: 1.875rem;
  }
  .contact__form-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.875rem;
  }
  .contact__form-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contact__form-label-text {
    font-size: 1rem;
  }
  .contact__form-required {
    margin-left: 0;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  .contact__form-checkbox-group {
    gap: 0.875rem;
  }
  .contact__form-textarea {
    font-size: 1rem;
  }
  .contact__form-submit {
    margin-top: 3.75rem;
  }
  .contact__form-button {
    width: 15.625rem;
    height: 3.125rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
  .wpcf7-form {
    max-width: 65.375rem;
    margin: 4rem auto 0;
    padding: 6.25rem 2.5rem;
  }
  .wpcf7-form .contact__form-container {
    max-width: 45.5rem;
    gap: 1.875rem;
  }
  .wpcf7-form .contact__form-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.875rem;
  }
  .wpcf7-form .contact__form-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .wpcf7-form .contact__form-label-text {
    font-size: 1rem;
  }
  .wpcf7-form label.contact__form-label-text {
    font-size: 1rem;
  }
  .wpcf7-form .contact__form-required {
    margin-left: 0;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  .wpcf7 .contact__form-input,
  .wpcf7 input.contact__form-input,
  .wpcf7 textarea.contact__form-textarea {
    font-size: 1rem;
  }
  .wpcf7 .contact__form-checkbox-group {
    gap: 0.875rem;
  }
  .wpcf7 button.contact__form-button,
  .wpcf7 input.contact__form-button {
    width: 15.625rem;
    height: 3.125rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
  .wpcf7 .contact__form-submit {
    margin-top: 4rem;
  }
  .contact__privacy-section {
    max-width: 45.5rem;
    margin: 5.875rem auto 0;
  }
  .contact__privacy-title {
    margin-bottom: 1.5625rem;
    font-size: 1.125rem;
  }
  .contact__privacy-description {
    margin-bottom: 1.5625rem;
  }
  .contact__privacy-content {
    margin-bottom: 1.5625rem;
  }
  .contact__confirm {
    max-width: 65.375rem;
    margin: 4rem auto 0;
    padding: 6.25rem 2.5rem;
  }
  .contact__confirm-title {
    margin-bottom: 3.75rem;
    font-size: 1.75rem;
  }
  .contact__confirm-content {
    max-width: initial;
  }
  .contact__confirm-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 0;
    gap: 1.875rem;
  }
  .contact__confirm-label {
    min-width: 10rem;
    font-size: 1rem;
  }
  .contact__confirm-value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
  .contact__form-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 31.25rem;
    margin: 3.75rem auto 0;
    gap: 1.875rem;
  }
  .contact__back-btn,
  .contact__submit-btn {
    min-width: 12.5rem;
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
  }
  .error-page__content {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .error-page__container {
    gap: 2rem;
  }
  .error-page__title {
    font-size: 3.75rem;
  }
  .error-page__text {
    font-size: 1.25rem;
  }
  .faq__description {
    font-size: 16px;
  }
  .faq__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5rem;
  }
  .faq__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .faq__tablist {
    row-gap: 1.375rem;
  }
  .faq__tab {
    font-size: 16px;
  }
  .faq__contents {
    width: 51.875rem;
    margin-top: initial;
  }
  .faq__items {
    gap: 0.5rem;
  }
  .faq__item {
    padding-left: 1.25rem;
  }
  .faq__item:last-of-type {
    margin-top: -0.9375rem;
    padding-left: 1.25rem;
  }
  .faq__question {
    padding-block: 20px 20px;
  }
  .faq__question::before {
    right: 57px;
    width: 16px;
  }
  .faq__question::after {
    right: 64px;
    height: 16px;
  }
  .faq__question-text {
    padding-inline: 45px;
    font-size: clamp(12.8px, 1.67vw, 16px);
  }
  .faq__question-mark {
    padding-left: 0;
  }
  .faq__answer {
    margin-top: initial;
  }
  .faq__answer-text {
    padding-right: 120px;
    padding-left: 45px;
    font-size: clamp(12.8px, 1.67vw, 16px);
    letter-spacing: 1.6px;
  }
  .faq__answer-text::before {
    left: 0px;
  }
  .footer {
    padding-block: 6.25rem;
  }
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem;
  }
  .footer__logo {
    width: 15rem;
  }
  .footer__offices {
    margin-top: 1.875rem;
  }
  .footer__office-title {
    font-size: 1.125rem;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 0.9px;
  }
  .footer__address {
    color: #FFF;
    font-size: 0.875rem;
    line-height: 24px;
    /* 171.429% */
  }
  .footer__right-link {
    gap: 5rem;
  }
  .footer__menu li a {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
  .footer__services {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5rem;
  }
  .footer__services li a {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
  .footer__sns {
    margin-top: 2.8125rem;
  }
  .footer__copyright {
    margin-top: 2.5rem;
    font-size: 0.75rem;
  }
  .header {
    height: 74px;
    padding-right: 0px;
    padding-left: 30px;
  }
  .header__logo {
    width: 10.125rem;
  }
  .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .inner {
    max-width: 1290px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .introduction {
    padding-top: 6.25rem;
    padding-bottom: 7.875rem;
  }
  .introduction__wrapper {
    grid-template-columns: 1fr 49%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.125rem;
    gap: 6.875rem;
  }
  .introduction__title {
    z-index: 3;
    position: relative;
    margin-top: initial;
    font-size: 1.875rem;
    letter-spacing: 1.5px;
  }
  .introduction__description {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
  .introduction__description:not(:first-child) {
    margin-top: 2.5rem;
  }
  .introduction__image {
    max-width: 36.4375rem;
    margin-top: -30%;
  }
  .introduction__image img {
    aspect-ratio: 583/485;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .introduction__image::after {
    bottom: -1.5rem;
    left: -2rem;
    width: 101%;
    height: 80%;
  }
  .link-grid {
    padding-block: 6.25rem;
  }
  .link-grid__inner.inner {
    max-width: 68.4375rem;
  }
  .link-grid__items {
    row-gap: 2rem;
  }
  .link-grid__item {
    max-width: 20.625rem;
  }
  .link-grid__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
    font-size: 1.3125rem;
  }
  .media-sns__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.875rem;
  }
  .media-sns__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
  .media-sns__item--douyin {
    margin-left: -1.875rem;
  }
  .media-sns__label {
    font-size: 1.125rem;
  }
  .mission {
    padding-block: 6.25rem 8.625rem;
    background: url(../images/under/mission-bg.webp) no-repeat center center/cover;
  }
  .mission__headEn {
    font-size: 3.75rem;
  }
  .mission__head {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
  .mission__text {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
  .news-page {
    background-image: url(../images/under/news-listBg.webp);
  }
  .news {
    padding-block: 5.9375rem;
  }
  .news__inner.inner {
    max-width: 59.3125rem;
    margin: 0 auto;
  }
  .news__filter li a {
    min-width: 11.8125rem;
    padding: 1.1875rem 3.25rem;
    color: #009B63;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    /* 170.543% */
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .news__filter-select {
    display: none;
  }
  .news__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news__item::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #009B63), color-stop(0%, #BDC8BE));
    background-image: linear-gradient(to right, #009B63 8%, #BDC8BE 0%);
  }
  .news__link {
    padding: 1rem;
  }
  .news__meta {
    gap: 1.5625rem;
  }
  .news__date {
    font-size: 1rem;
  }
  .news__cat {
    padding: 0.25rem 0.5rem;
  }
  .news__title {
    width: 100%;
    font-size: 1rem;
  }
  .news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0.9375rem;
    border: none;
    border-radius: 0;
  }
  .news__meta {
    gap: 0.9375rem;
  }
  .news__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
  .news__arrow {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .our-work-page {
    background-image: url(../images/under/news-listBg.webp);
  }
  .our-works-page__pagination {
    margin-top: 6.25rem;
  }
  .positions {
    padding-block: 6.25rem;
  }
  .positions::after {
    background: url(../images/under/recruit-bg.webp) no-repeat center center/cover;
  }
  .positions__inner.inner {
    max-width: 68.5rem;
  }
  .positions__headEn {
    font-size: 3.75rem;
  }
  .positions__head {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
  .positions__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.75rem;
    gap: 3.75rem;
  }
  .positions__list + .positions__list {
    margin-top: 5rem;
  }
  .positions__img {
    margin-right: 0;
  }
  .positions__img.--2 {
    margin-left: 0;
  }
  .positions__body {
    margin-inline: auto;
    padding: 1.875rem;
  }
  .positions__body.--2 {
    margin-inline: auto;
  }
  .positions__title {
    font-size: 1.25rem;
  }
  .positions__link.btn {
    padding: 0.875rem 1.875rem;
  }
  .qa {
    padding-block: 6.25rem;
  }
  .qa::after {
    aspect-ratio: 1440/393;
    background: url(../images/under/qa-banner.webp) no-repeat center center/cover;
  }
  .qa__inner.inner {
    max-width: 68.5rem;
  }
  .qa__headEn {
    font-size: 3.75rem;
    text-shadow: 5px 6px 10px rgba(0, 65, 29, 0.3);
  }
  .qa__title {
    margin-top: 1.875rem;
    font-size: 1.25rem;
    text-shadow: 4px 5px 10px rgba(0, 65, 29, 0.3);
  }
  .qa__lists {
    margin-top: 4rem;
    padding: 1.875rem 4.1875rem 2.875rem;
  }
  .qa__header {
    margin: 1.25rem 0 0;
    padding-block: 1.25rem;
  }
  .qa__header::before, .qa__header::after {
    width: 1.125rem;
  }
  .qa__content {
    padding-block: 1.25rem;
  }
  .qa__header span,
  .qa__content span {
    padding-left: 2.1875rem;
    font-size: 1rem;
  }
  .qa__header span::before {
    top: -0.1875rem;
    font-size: 1.25rem;
  }
  .qa__content span::before {
    font-size: 1.125rem;
  }
  .recruit__message {
    font-size: 1rem;
  }
  .recruit__btn {
    font-size: 1rem;
  }
  .recruit-philosophy {
    padding-block: 6.25rem 9.375rem;
  }
  .recruit-philosophy__inner.inner {
    max-width: initial;
  }
  .recruit-philosophy__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    margin-inline: calc(50% - 50vi);
  }
  .recruit-philosophy__container::after {
    display: none;
  }
  .recruit-philosophy__image {
    z-index: 1;
    position: relative;
    width: 46%;
    margin-left: -10.5rem;
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
  }
  .recruit-philosophy__image img {
    aspect-ratio: 669/574;
  }
  .recruit-philosophy__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 3.9375rem 0 3.75rem 6.25rem;
    background-image: url(../images/under/recruit-textBg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recruit-philosophy__body::before {
    display: none;
  }
  .recruit-philosophy__content {
    padding-right: 15rem;
  }
  .recruit-philosophy__title {
    font-size: 1.875rem;
  }
  .recruit-philosophy__text {
    max-width: 31.4375rem;
    margin-top: 3.4375rem;
    font-size: 1rem;
  }
  .scrolldown {
    right: 4%;
    left: initial;
    font-size: 0.625rem;
  }
  .section-title__en {
    font-size: 3.75rem;
  }
  .section-title__ja {
    font-size: 1.25rem;
  }
  .section-top {
    margin-top: 6.25rem;
  }
  .services-list__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.375rem;
  }
  .services-list__item-img {
    width: 20.5rem;
  }
  .services-list__item-img img {
    aspect-ratio: 328/200;
  }
  .services-list__item-caption {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 170%;
  }
  .services {
    padding-block: 6.25rem;
    background-image: url(../images/under/service-bg.webp);
  }
  .services__inner.inner {
    max-width: 68.625rem;
    margin: 0 auto;
  }
  .services__title::after {
    top: -92%;
    bottom: -2.5rem;
    height: 26.125rem;
  }
  .services__wrapper {
    grid-template-columns: 27rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
    padding: 3.3125rem 3.3125rem 3.3125rem 0;
    gap: 5.625rem;
  }
  .services__wrapper::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 14%;
    width: 86%;
  }
  .services__image {
    width: 27rem;
    margin-top: initial;
  }
  .services__image img {
    aspect-ratio: 432/335;
  }
  .services__label {
    margin-top: initial;
    padding: 0.75rem 0.875rem;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
  .services__content-title {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
  }
  .services__description {
    font-size: 0.875rem;
  }
  .services__subtitle {
    font-size: 1.375rem;
    letter-spacing: 1.1px;
  }
  .services__wrapper--reverse.services__wrapper {
    grid-template-columns: 1fr 27rem;
  }
  .services__wrapper--reverse {
    padding: 3.3125rem 0 3.3125rem 3.3125rem;
  }
  .services__wrapper--reverse .services__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .services__wrapper--reverse .services__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .services__wrapper--reverse:before {
    right: 14%;
    left: 0;
  }
  .services::before {
    z-index: 1;
    top: 21%;
    left: 3.375rem;
    width: 5.25rem;
    height: 67.5625rem;
  }
  .services::after {
    top: 44%;
    right: 3.75rem;
    width: 5.25rem;
    height: 94.25rem;
  }
  .media-page .services__title::after {
    top: -92%;
    bottom: -2.5rem;
    height: 26.125rem;
  }
  .media-page .services::before {
    z-index: 1;
    top: 20%;
    left: 6px;
    width: 5.25rem;
    height: 67.5625rem;
  }
  .media-page .services::after {
    top: 45%;
    right: 6px;
    width: 5.25rem;
    height: 94.25rem;
  }
  .solution-page .services__title::after {
    top: -92%;
    bottom: -2.5rem;
    height: 26.125rem;
  }
  .solution-page .services::before {
    z-index: 1;
    top: 22%;
    left: 3.1875rem;
    width: 5.25rem;
    height: 67.5625rem;
  }
  .solution-page .services::after {
    top: 51%;
    right: 3.5rem;
    width: 5.25rem;
    height: 64rem;
  }
  .services__link {
    margin-top: 3.4375rem;
  }
  .solution__text {
    font-size: 1.125rem;
  }
  .thanks {
    padding-block: 6.25rem;
  }
  .thanks__inner.inner {
    max-width: 68.5rem;
  }
  .thanks__head {
    font-size: 2.5rem;
  }
  .thanks__text {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
  .thanks__button {
    margin-top: 3.75rem;
  }
  .top-about {
    margin-top: 8.125rem;
    padding-bottom: 9.375rem;
  }
  .inner.top-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1096px;
    gap: 2rem;
  }
  .top-about__title-ja {
    margin-top: 2.5rem;
  }
  .top-about__content {
    width: 100%;
    max-width: 33.125rem;
  }
  .top-about__catch {
    font-size: 1.875rem;
    line-height: 240%;
    /* 72px */
  }
  .top-about__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  .top-fv {
    height: 51.6875rem;
  }
  .top-fv__copy {
    margin-top: -16rem;
  }
  .top-fv__lead-ja {
    font-size: 2.5rem;
  }
  .top-fv__lead-en {
    font-size: 1.125rem;
  }
  .top-fv__line {
    width: 9.875rem;
  }
  .top-fv__desc {
    font-size: 1.25rem;
  }
  .top-news {
    padding-bottom: 6.25rem;
  }
  .top-news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
  .top-news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 1.375rem;
    gap: 2rem;
  }
  .top-news__btn {
    margin-top: 3.75rem;
  }
  .top-recruit {
    padding-bottom: 6.25rem;
  }
  .top-recruit__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-recruit__image {
    width: 65.1875rem;
    margin-top: 1.875rem;
  }
  .top-recruit__image img {
    aspect-ratio: 1043/319;
  }
  .top-recruit__content {
    max-width: 50.3125rem;
    margin-top: -3.375rem;
    margin-inline: auto;
    padding: 2.5rem 6.25rem;
  }
  .top-recruit__message {
    font-size: 1.25rem;
  }
  .top-service-card {
    min-height: 13.75rem;
    margin-top: 3rem;
  }
  .top-service-card:not(:first-of-type) {
    margin-top: 1.25rem;
  }
  .top-service-card__head {
    padding-left: 1.8125rem;
    padding-block: 0.75rem;
  }
  .top-service-card__head-title {
    font-size: 1.125rem;
  }
  .top-service-card__body {
    padding: 1.5625rem 3.875rem 1.375rem 1.8125rem;
  }
  .top-service-card__lead {
    font-size: 1.25rem;
  }
  .top-service-card__desc {
    margin-top: 0.625rem;
  }
  .top-service-card__link {
    width: 3.8125rem;
    height: 3.8125rem;
  }
  .top-service {
    padding-block: 5.4375rem 7.3125rem;
  }
  .top-service__groups {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5.375rem;
    gap: 1.25rem;
  }
  .top-service__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-service__group {
    width: 32%;
  }
  .top-service__category {
    gap: 1.1875rem;
  }
  .top-service__category-icon {
    width: 5.3125rem;
  }
  .top-service__category-icon img {
    aspect-ratio: 85/85;
  }
  .top-service__category-en {
    font-size: 3.125rem;
  }
  .top-service__category-ja {
    font-size: 1rem;
  }
  .top-works {
    padding-bottom: 6.25rem;
  }
  .top-works__inner {
    max-width: 90rem;
    margin-inline: auto;
  }
  .trade {
    margin-top: 9.375rem;
  }
  .trade--solution {
    margin-top: 6.25rem;
  }
  .trade__goods-items {
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 1.25rem;
    margin-top: 1.875rem;
  }
  .trade__goods-label {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
  .treatment-bar {
    width: 9.625rem;
    height: 4px;
    margin-top: 2.0625rem;
  }
  .under-page__fv {
    max-height: 258.125rem;
  }
  .under-page__heading {
    top: 35%;
  }
  .under-page__fv img {
    aspect-ratio: 1440/413;
  }
  .under-page__title {
    font-size: 3.75rem;
  }
  .under-page__sub {
    font-size: 1.25rem;
  }
  .under-page__pagination {
    padding-block: 3rem;
    gap: 0.5rem;
  }
  .under-page__arrow {
    width: 3.625rem;
    height: 3.625rem;
  }
  .under-page__text-btn {
    padding: 1.0625rem 2rem;
  }
  .under-page__text-btn .text-btn {
    font-size: 1rem;
  }
  .works-card {
    max-width: 32.375rem;
  }
  .works-card__img img {
    aspect-ratio: 518/317;
  }
  .works-card__content {
    padding: 2rem 2rem 1.25rem;
    gap: 1.625rem;
  }
  .works-card__wrapper {
    padding: 1.875rem;
  }
  .works-card__date {
    margin-top: 1.4375rem;
  }
  .works-card__text {
    margin-top: 1.625rem;
    font-size: 1.125rem;
  }
  .works-card__btn {
    font-size: 1rem;
  }
  .works-card__icon {
    width: 3.5rem;
  }
  .works {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .works__items {
    grid-template-columns: repeat(auto-fit, minmax(23.75rem, 1fr));
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.25rem;
    justify-items: center;
  }
  .works__item--pc-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .prev.page-numbers {
    margin-right: 2rem;
  }
  .next.page-numbers {
    margin-left: 2rem;
  }
  .page-numbers {
    width: 2.5rem;
    font-size: 0.9375rem;
  }
  .page-numbers::before {
    width: 2.75rem;
    height: 2.75rem;
  }
  .current {
    width: 2.625rem;
  }
  .current::before {
    width: 2.75rem;
    height: 2.75rem;
  }
  .page-numbers.dots {
    background-size: 2rem;
  }
}

@media (min-width: 1240px) {
  html {
    font-size: 16px;
  }
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1400px) {
  .card__swiper-container {
    overflow: hidden;
  }
  .card__swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 900px) {
  .header__sublist-wrap {
    translate: -65%;
  }
}

@media (max-width: 767px) {
  .header.js-drawer-open {
    height: 76px;
    background: #FFF !important;
  }
}

@media (max-width: 390px) {
  html {
    font-size: vw(390, 16);
  }
  html {
    font-size: 4.1025641026vw;
  }
}

@media screen and (max-width: 389px) {
  .services-list__item-img {
    width: 10rem;
  }
}

@media screen and (max-width: 362px) {
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
    translate: 0 0.75rem;
    rotate: 45deg;
  }
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
    display: none;
  }
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
    translate: 0 -0.375rem;
    rotate: -45deg;
  }
}

@media screen and (max-width: 340px) {
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
    translate: 0 0.75rem;
    rotate: 45deg;
  }
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
    display: none;
  }
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
    translate: 0 -0.75rem;
    rotate: -45deg;
  }
}

@media (any-hover: hover) {
  .faq__tab span:hover::after {
    scale: 1;
  }
  .faq__question:hover {
    cursor: pointer;
  }
}
/*# sourceMappingURL=map/styles.css.map */