@charset "UTF-8";
/*---------------------------------------
	スマホファースト
----------------------------------------*/
/*---------------------------------------
	PCファースト(デフォルト)
----------------------------------------*/
html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased; /* Webkit系ブラウザで適用 */
  -moz-osx-font-smoothing: grayscale; /* macOSで適用 */
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}

html.is-scroll {
  overflow: hidden;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ブラウザの標準マージンを削除 */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* bodyの基本設定 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* ul, ol のリストマークと余白を削除（クラス指定がある場合） */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* クラスがないaタグの下線スタイルを整える */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* 全てのaタグの下線を消し、親要素の色を引き継ぐ */
a {
  color: inherit;
  text-decoration: none;
}

/* 画像のサイズ調整しやすく */
img,
picture {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* addressタグの斜体を通常に戻す */
address {
  font-style: normal;
}

/* article内の要素間に適度な余白を追加 */
article > * + * {
  margin-top: 1em;
}

/* フォーム要素に親と同じフォントを使う */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォーム要素のリセット（装飾や見た目を初期化） */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* textareaのみリサイズを縦方向のみに */
textarea {
  resize: vertical;
}

/* チェックボックスとラジオボタンを非表示（後でカスタムスタイルを当てる想定） */
input[type=checkbox],
input[type=radio] {
  display: none;
}

/* ボタンやラベルのカーソルをポインターに */
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* IEのセレクトボックス右側の矢印を非表示 */
select::-ms-expand {
  display: none;
}

/* アニメーションやスクロールを無効に（視覚的に配慮が必要なユーザー向け） */
.l-footer {
  background-color: #f9f9f9;
  padding-block: 10rem 2.625rem;
}

.l-footer__inner {
  margin-inline: auto;
  padding-inline: 1.5625rem;
  width: min(100%, 83.125rem);
}

.l-footer__body {
  display: flex;
  justify-content: space-between;
}

/*-----------------------------
    ロゴエリア
------------------------------*/
.l-footer__logo-link {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.l-footer__logo-img {
  -o-object-fit: contain;
  height: 2.5rem;
  object-fit: contain;
  width: 3rem;
}

.l-footer__logo-text {
  color: #1f1715;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.l-footer__logo-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
}

.l-footer__logo-en {
  font-family: "Lexend", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.l-footer__company-name {
  -webkit-margin-before: 2.4375rem;
  color: #333333;
  font-size: 1.25rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  margin-block-start: 2.4375rem;
}

.l-footer__address {
  font-style: normal;
  margin-top: 1.875rem;
}

.l-footer__address-block {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}

.l-footer__address-block:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.l-footer__address-label {
  color: #333333;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.8;
}

/*-----------------------------
    メニュー ＋ ボタンエリア
------------------------------*/
.l-footer__right {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  justify-content: center;
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.l-footer__nav-link {
  color: #333333;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2.25;
  margin: 0 -8px;
  padding: 4px 8px;
  position: relative;
  transition: color 0.3s;
}
.l-footer__nav-link::after {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  background-color: #008d41;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 8px;
  position: absolute;
  right: 8px;
  transform: scaleX(0);
  transform-origin: left;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-footer__copyright {
  -webkit-margin-before: 8.25rem;
  color: #333333;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.8;
  margin-block-start: 8.25rem;
  text-align: center;
}

.l-header {
  background-color: transparent;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.3s;
  width: 100%;
  z-index: 100;
}

/*-----------------------------
	スクロール後のヘッダー
------------------------------*/
.l-header__inner {
  align-items: center;
  display: flex;
  height: 6.375rem;
}

.l-header__logo {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 1.875rem 0;
  display: flex;
  flex-shrink: 0;
  height: 6.375rem;
  width: 17.875rem;
}

.l-header__logo-link {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.l-header__logo-img {
  -o-object-fit: contain;
  display: block;
  height: 2.5rem;
  object-fit: contain;
  width: 3rem;
}

.l-header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.l-header__logo-ja {
  color: #1f1715;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.l-header__logo-en {
  color: #1f1715;
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

/*-----------------------------
	ナビゲーション（PC のみ表示 / SP はドロワーに移行）
------------------------------*/
.l-header__nav {
  -webkit-margin-start: auto;
  -webkit-padding-end: 1.875rem;
  align-items: center;
  display: flex;
  gap: 3.125rem;
  margin-inline-start: auto;
  padding-inline-end: 1.875rem;
}

.l-header__nav-list {
  align-items: center;
  display: flex;
  gap: 3.125rem;
}

.l-header__nav-link {
  color: #ffffff;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2.25;
  padding-block: 0.75rem;
  padding-inline: 0.5rem;
  position: relative;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.55);
  transition: color 0.3s, text-shadow 0.3s;
}
.l-header__nav-link::after {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  background-color: #008d41;
  bottom: 0.625rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.l-header__contact-btn {
  align-items: center;
  background-color: #008d41;
  border: 0.0625rem solid #008d41;
  border-radius: 1.75rem;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  gap: 0.75rem;
  height: 3.5rem;
  justify-content: center;
  letter-spacing: 0.09em;
  line-height: 1.2;
  overflow: hidden;
  padding-inline: 2.125rem 0.75rem;
  transition: background-color 0.3s, color 0.3s;
  width: 14rem;
}

.l-header__contact-line {
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  height: 0.0625rem;
  transition: background-color 0.3s;
  width: 2.8125rem;
}

/*-----------------------------
	ハンバーガーメニュー
------------------------------*/
.l-header__hamburger {
  display: none;
}

.l-header__hamburger-bar {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 0.125rem;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  width: 1.5rem;
}

.l-inner {
  margin-inline: auto;
  max-width: 94.375rem;
  padding-inline: 1.5625rem;
  width: 100%;
}

.l-inner-large {
  margin-inline: auto;
  max-width: 93.125rem;
  padding-inline: 1.5625rem;
  width: 100%;
}

.l-inner-small {
  margin-inline: auto;
  max-width: 70.625rem;
  padding-inline: 1.5625rem;
  width: 100%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}

.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

/*-----------------------------
	基本サイズ
------------------------------*/
.c-btn-green {
  align-items: center;
  background-color: #008d41;
  border: 0.0625rem solid #008d41;
  border-radius: 2.5rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  height: 4.3125rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  min-width: 14rem;
  padding-inline: 2rem 1rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width: 23.8125rem;
}
.c-btn-green__text-wrap {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}

.c-btn-green__text {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  transition: color 0.3s;
}

.c-btn-green__line {
  background-color: #ffffff;
  display: block;
  height: 0.0625rem;
  transition: background-color 0.3s;
  width: 3rem;
}

/*-----------------------------
	中サイズ（320px幅）
------------------------------*/
.c-btn-green--md {
  width: 20rem;
}

/*-----------------------------
	小さいサイズ（224px幅）
------------------------------*/
.c-btn-green--sm {
  border-radius: 1.75rem;
  height: 3.5rem;
  padding-inline: 1.5rem 1.25rem;
  width: 14rem;
}

.c-btn-green--sm .c-btn-green__line {
  width: 2.5rem;
}

/*-----------------------------
	白抜きボタン
------------------------------*/
.c-btn-green--outline {
  background-color: #ffffff;
  border-color: #008d41;
  color: #008d41;
}

.c-btn-green--outline .c-btn-green__text {
  color: #008d41;
}

.c-btn-green--outline .c-btn-green__line {
  background-color: #008d41;
}
.c-news-filter {
  align-self: flex-start;
  flex-shrink: 0;
  position: sticky;
  top: 11.25rem;
}

.c-news-filter__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.c-news-filter__link {
  color: #008d41;
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.09em;
  line-height: 2;
  padding-block: 0.5rem;
  position: relative;
}

.c-news-filter__link::after {
  background-color: #008d41;
  bottom: 8px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
  width: 100%;
}
.c-page-content {
  overflow: hidden;
  padding-block: 14.875rem 15.625rem;
  position: relative;
}

/*-----------------------------
	装飾レイヤー（左端の同心円SVG）
------------------------------*/
.c-page-content__layer {
  left: 0;
  position: absolute;
  top: 31.25rem;
  z-index: -1;
}

.c-page-content__layer img {
  height: 77.3125rem;
  width: 32.0625rem;
}

/*-----------------------------
	インナー
------------------------------*/
.c-page-content__inner {
  position: relative;
  z-index: 1;
}

/*-----------------------------
	ステップ＋フォームエリア
------------------------------*/
.c-page-content__body {
  margin-left: auto;
  margin-top: 6.25rem;
  width: min(100%, 62.9375rem);
}

/*-----------------------------
	ステップインジケーター
------------------------------*/
.c-page-content-steps {
  width: min(100%, 28.125rem);
}

.c-page-content-steps__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.c-page-content-steps__list::before {
  background-color: #008d41;
  content: "";
  height: 0.0625rem;
  left: 0.8125rem;
  position: absolute;
  right: 0.8125rem;
  top: 0.8125rem;
}

.c-page-content-steps__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  position: relative;
  width: 2.25rem;
  z-index: 1;
}

.c-page-content-steps__circle {
  background-color: #ffffff;
  border: 0.0625rem solid #008d41;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 1.625rem;
  width: 1.625rem;
}

.c-page-content-steps__item--active .c-page-content-steps__circle {
  background-color: #008d41;
}

.c-page-content-steps__label {
  color: #008d41;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.8125;
}

.c-sec-title-green {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}

.c-sec-title-green__en {
  color: #3d9465;
  font-family: "Comfortaa", cursive;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.1166666667;
}

.c-sec-title-green--lg .c-sec-title-green__en {
  font-size: 4.375rem;
}

.c-sec-title-green--sm .c-sec-title-green__en {
  font-size: 3.125rem;
}

.c-sec-title-green--white .c-sec-title-green__en {
  color: #ffffff;
}

.c-sec-title-green--center .c-sec-title-green__en {
  text-align: center;
}

.c-sec-title-green__ja {
  color: #3d9465;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.c-sec-title-green--white .c-sec-title-green__ja {
  color: #ffffff;
}

.c-sec-title-green--center .c-sec-title-green__ja {
  text-align: center;
}

.c-sec-title__heading {
  display: flex;
  flex-direction: column;
}

.c-sec-title__en {
  color: #333333;
  font-family: "Comfortaa", cursive;
  font-size: 4.375rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.1142857143;
}

.c-sec-title__line {
  background-color: #333333;
  border-radius: 0.3125rem;
  display: block;
  height: 0.1875rem;
  margin-top: 0.8125rem;
  width: 5rem;
}

.c-sec-title__ja {
  color: #333333;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 1.4375rem;
}

.c-top-sec-title__wrap {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8125rem;
}

.c-top-sec-title__en {
  font-family: "Comfortaa", cursive;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.1166666667;
}

.c-top-sec-title__ja {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.c-top-sec-title__catch {
  color: #008d41;
  font-size: 3.125rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 3.625rem;
}

/*-----------------------------
	コンテンツエリア
------------------------------*/
.p-404 {
  margin-top: 6.25rem;
}

/*-----------------------------
	本文テキスト
------------------------------*/
.p-404__text {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.3;
}

/*-----------------------------
	TOPページボタン
------------------------------*/
.p-404 .c-btn-green {
  margin-top: 4rem;
}

.p-business-features {
  padding-block: 11.75rem 13.375rem;
}

.p-business-features__lead {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2.3;
  margin-top: 5.9375rem;
  max-width: 48.625rem;
}

.p-business-features__card-list {
  display: flex;
  margin-inline: auto;
  margin-top: 2.8125rem;
  width: min(100%, 85rem);
}

.p-business-features__card {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 1.9375rem;
  padding-inline: 3.125rem;
}

.p-business-features__card + .p-business-features__card {
  border-left: 0.0625rem solid #008d41;
}

.p-business-features__card:first-child {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.p-business-features__card:last-child {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.p-business-features__card-icon {
  -o-object-fit: cover;
  aspect-ratio: 60/60;
  height: auto;
  object-fit: cover;
  width: 3.75rem;
}

.p-business-features__card-icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-business-features__card-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-business-features__card-title {
  color: #008d41;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

.p-business-features__card-text {
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.8;
}

.p-business-features__comparison {
  background-color: #f9f9f9;
  border-radius: 0.625rem;
  margin-top: 2.8125rem;
  overflow: hidden;
  padding-block: 3rem 1.375rem;
  padding-inline: 2.625rem;
}

.p-business-features__comparison-list {
  display: flex;
  gap: 2.5rem;
}

.p-business-features__comparison-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

.p-business-features__comparison-tag {
  align-items: baseline;
  background-color: #008d41;
  border-radius: 3.75rem;
  color: #ffffff;
  display: inline-flex;
  font-family: "Comfortaa", cursive;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 0.5rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  padding-block: 0.25rem;
  padding-inline: 2.375rem;
  white-space: nowrap;
}

.p-business-features__comparison-num {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.p-business-features__comparison-text {
  color: #008d41;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}

.p-business-features__chart {
  margin-top: 2.5rem;
}

.p-business-features__chart img {
  display: block;
  height: auto;
  width: 100%;
}

.p-business-development {
  background-color: #f5f5f5;
  padding-block: 10rem 6.6875rem;
}

.p-business-development__inner {
  margin-inline: auto;
  padding-inline: 1.5625rem;
  width: min(100%, 104.5625rem);
}

.p-business-development__timeline-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 8.75rem;
  position: relative;
}

.p-business-development__timeline-line {
  background-color: #008d41;
  height: 0;
  left: 13.75rem;
  pointer-events: none;
  position: absolute;
  top: 0.625rem;
  width: 0.25rem;
}

.p-business-development__group {
  align-items: flex-start;
  display: flex;
  gap: 6.25rem;
}

.p-business-development__group-line {
  display: none;
}

.p-business-development__group-body {
  display: flex;
  flex-shrink: 0;
  gap: 6.875rem;
  width: 57.0625rem;
}

.p-business-development__group-title {
  color: #3d9465;
  flex-shrink: 0;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  width: 13.3125rem;
}

.p-business-development__timeline {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4.0625rem;
}

.p-business-development__item {
  position: relative;
}

.p-business-development__item::before {
  background-color: #008d41;
  border-radius: 100vmax;
  content: "";
  height: 1.375rem;
  left: -7rem;
  position: absolute;
  top: 0.375rem;
  width: 1.375rem;
}

.p-business-development__item-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-business-development__item-title {
  color: #3d9465;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-business-development__item-text {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-business-development__images {
  flex: 1;
  position: relative;
}

.p-business-development__images--group1 {
  height: 37.25rem;
}

.p-business-development__images--group2 {
  height: 69.4375rem;
}

.p-business-development__image {
  border-radius: 1.25rem;
  height: 16.25rem;
  overflow: hidden;
  position: absolute;
  width: 26.25rem;
}

.p-business-development__image--01 {
  right: 0;
  top: 0;
}

.p-business-development__image--02 {
  right: 5.5rem;
  top: 21rem;
}

.p-business-development__image--03 {
  left: 0;
  top: 0;
}

.p-business-development__image--04 {
  right: 0;
  top: 24.4375rem;
}

.p-business-development__image--05 {
  right: 5rem;
  top: 53.1875rem;
}

.p-business-development__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-business-products {
  padding-block: 13.75rem 8.125rem;
}

.p-business-products__head {
  margin-bottom: 4.375rem;
}

.p-business-products__lead {
  color: #008d41;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 3.875rem;
}

.p-business-products__list {
  display: flex;
  flex-direction: column;
}

.p-business-products__item {
  align-items: center;
  border-top: 0.0625rem solid #008d41;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  padding-block: 3.75rem;
}

.p-business-products__img {
  aspect-ratio: 544/336;
  border-radius: 1.25rem;
  flex-shrink: 0;
  height: auto;
  overflow: hidden;
  width: 34rem;
}

.p-business-products__img img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-business-products__body {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  width: min(100%, 41.25rem);
}

.p-business-products__title {
  color: #3d9465;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-business-products__text {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2;
  margin-top: 2.5rem;
}

.p-business-products__text-category {
  color: #008d41;
  font-weight: 700;
}

.p-business-products__btns {
  display: flex;
  gap: 1.25rem;
}

/*-----------------------------
	ページタイトル
------------------------------*/
.p-company-title {
  padding-top: 14.875rem;
}

.p-company-greeting {
  padding-block: 11.75rem 8.125rem;
}

.p-company-greeting__body {
  display: flex;
  gap: 8.625rem;
}

.p-company-greeting__text-wrap {
  flex: 1;
}

.p-company-greeting__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 5.9375rem;
}

.p-company-greeting__text p {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 2.3;
}

.p-company-greeting__img-wrap {
  border-radius: 1.25rem;
  height: 38.1875rem;
  overflow: hidden;
  width: 33.9375rem;
}

.p-company-greeting__img-wrap img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-company-overview {
  background-color: #f5f5f5;
  padding-block: 10rem 11.25rem;
}

.p-company-overview__inner {
  display: flex;
  gap: 11.8125rem;
}

.p-company-overview__table-wrap {
  background-color: #ffffff;
  border-radius: 1.25rem;
  flex: 1;
  padding-inline: 3.375rem;
  padding-top: 2.5rem;
  width: min(100%, 63rem);
}

.p-company-overview__table {
  border-collapse: collapse;
  width: 100%;
}

.p-company-overview__row {
  border-bottom: 0.0625rem solid #aaaaaa;
}

.p-company-overview__row--last {
  border-bottom: none;
}

.p-company-overview__label {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2.25;
  padding-block: 3rem;
  padding-left: 1.25rem;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 18.875rem;
}

.p-company-overview__value {
  color: #333333;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.87;
  padding-block: 3rem;
  vertical-align: top;
  width: min(100%, 30rem);
}

.p-company-overview__dl {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  width: min(100%, 30rem);
}

.p-company-overview__dl-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-company-overview__dt {
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.8;
}

.p-company-overview__dd {
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.8;
}

.p-company-history {
  background: linear-gradient(0deg, #2a9a5d 0%, #2a9a5d 100%), linear-gradient(126deg, #6d9981 0.61%, #2f734f 99.46%);
  overflow: hidden;
  padding-block: 8.125rem 7.4375rem;
  position: relative;
}

.p-company-history__bg-layer {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 49.6875rem;
}

.p-company-history__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: relative;
  z-index: 1;
}

.p-company-history__timeline {
  margin-left: auto;
  margin-top: 4.375rem;
  padding-left: 4.125rem;
  position: relative;
  width: min(100%, 69.6875rem);
}

.p-company-history__line {
  background: #ffffff;
  height: 0;
  left: -0.0625rem;
  position: absolute;
  top: 0.75rem;
  width: 0.125rem;
}

.p-company-history__list-wrap {
  height: 0;
  margin-left: -4.75rem;
  overflow: hidden;
  padding-left: 4.75rem;
  position: relative;
}

.p-company-history__list-wrap::after {
  background: linear-gradient(to bottom, transparent, #2a9a5d);
  bottom: 0;
  content: "";
  height: 7.5rem;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-company-history__list-wrap.is-open::after {
  opacity: 0;
}

.p-company-history__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-company-history__item {
  display: flex;
  position: relative;
}

.p-company-history__dot {
  -webkit-transform: translateX(-50%);
  background-color: #ffffff;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 1.25rem;
  left: -4.125rem;
  position: absolute;
  top: 0.5rem;
  transform: translateX(-50%);
  width: 1.25rem;
}

.p-company-history__content {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
}

.p-company-history__year {
  color: #ffffff;
  flex-shrink: 0;
  font-family: "Comfortaa", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 5.9375rem;
}

.p-company-history__text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-company-history__readmore {
  background: transparent;
  border: 0.0625rem solid #ffffff;
  border-radius: 2.5rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-left: 12.5625rem;
  margin-top: 2rem;
  padding: 0.5rem 3.125rem;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, background-color 0.3s ease, color 0.3s ease;
}

.p-company-history__readmore:hover {
  background-color: #ffffff;
  color: #008d41;
}

.p-company-history__readmore.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.p-company-history__close {
  background: transparent;
  border: 0.0625rem solid #ffffff;
  border-radius: 2.5rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-left: 12.5625rem;
  margin-top: 2rem;
  opacity: 0;
  padding: 0.5rem 3.125rem;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, color 0.3s ease;
  visibility: hidden;
}

.p-company-history__close:hover {
  background-color: #ffffff;
  color: #008d41;
}

.p-company-history__close.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-company-csr {
  padding-top: 9.25rem;
}

.p-company-csr__inner {
  margin-inline: auto;
  padding-inline: 1.5625rem;
  width: min(100%, 80.375rem);
}

.p-company-csr__header {
  display: grid;
  grid-template-columns: 28.3125rem 1fr;
}

.p-company-csr__lead {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2.5;
  padding-top: 5.3125rem;
}

.p-company-csr__block {
  border-top: 0.0625rem solid #008d41;
  display: flex;
  gap: 6.75rem;
  margin-top: 5rem;
  padding-inline: 7.125rem;
  padding-top: 5rem;
}

.p-company-csr__text-wrap {
  flex: 1;
}

.p-company-csr__heading {
  color: #3d9465;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.p-company-csr__text {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2.3;
  margin-top: 2.1875rem;
}

.p-company-csr__text--after-list {
  margin-top: 0.9375rem;
}

.p-company-csr__text--co2 {
  margin-top: 4.125rem;
}

.p-company-csr__text--waste {
  margin-top: 4.5625rem;
}

.p-company-csr__img-wrap {
  flex-shrink: 0;
  width: 20.125rem;
}

.p-company-csr__img-wrap img {
  -o-object-fit: cover;
  aspect-ratio: 323/411;
  border-radius: 1.25rem;
  height: auto;
  object-fit: cover;
}

.p-company-csr__img-area {
  flex-shrink: 0;
  width: 20.1875rem;
}

.p-company-csr__sdgs-icons {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-company-csr__sdgs-list {
  background-color: #f5f5f5;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 1.9375rem;
  padding: 1.125rem 2.1875rem;
}

.p-company-csr__sdgs-item {
  align-items: baseline;
  color: #333333;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 400;
  gap: 0.625rem;
  letter-spacing: 0.09em;
  line-height: 1.9;
}

.p-company-csr__sdgs-item::before {
  background-color: #008d41;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}

.p-company-flow {
  background-color: #ffffff;
  overflow: hidden;
  padding-block: 11.25rem;
  width: 100%;
}

.p-company-flow__track {
  -webkit-animation: company-flow-scroll 30s linear infinite;
  animation: company-flow-scroll 30s linear infinite;
  display: flex;
  gap: 3.75rem;
  width: -webkit-max-content;
  width: max-content;
}

.p-company-flow__track img {
  flex-shrink: 0;
  height: 13.125rem;
  width: auto;
}

@-webkit-keyframes company-flow-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes company-flow-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-company-declaration {
  padding-bottom: 13.125rem;
  position: relative;
}

.p-company-declaration::after {
  background: #f9f9f9;
  bottom: 0;
  content: "";
  height: 34%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-company-declaration__body {
  margin-top: 7.625rem;
}

.p-company-declaration__subtitle {
  -webkit-transform: skewX(-6deg);
  color: #008d41;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  transform: skewX(-6deg);
}

.p-company-declaration__text-wrap {
  margin-top: 5.25rem;
}

.p-company-declaration__text {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2.3;
}

.p-company-declaration__img-area {
  display: flex;
  gap: 8.625rem;
  margin-top: 3.4375rem;
}

.p-company-declaration__img-wrap {
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.04);
  flex: 1;
  overflow: hidden;
}

.p-company-declaration__img-wrap img {
  -o-object-fit: cover;
  aspect-ratio: 665/411;
  height: auto;
  object-fit: cover;
}

/*-----------------------------
	完了コンテンツエリア
------------------------------*/
.p-contact-thanks {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 6.25rem;
}

/*-----------------------------
	Thanksヘッダー（英字 + 日本語タイトル）
------------------------------*/
.p-contact-thanks__header {
  align-items: center;
  display: flex;
  gap: 1.375rem;
}

.p-contact-thanks__en {
  color: #008d41;
  font-family: "Comfortaa", cursive;
  font-size: 3.125rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.115;
}

.p-contact-thanks__title {
  color: #008d41;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.3;
  white-space: nowrap;
}

/*-----------------------------
	本文テキスト
------------------------------*/
.p-contact-thanks__text {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.3;
}

.p-contact-thanks__text + .p-contact-thanks__text {
  margin-top: 3.125rem;
}

.p-contact {
  padding-block: 14.875rem 15.625rem;
  position: relative;
}

/*-----------------------------
	装飾レイヤー（左端の同心円SVG）
------------------------------*/
.p-contact__layer {
  left: 0;
  position: absolute;
  top: 31.25rem;
}

.p-contact__layer img {
  height: 77.3125rem;
  width: 32.0625rem;
}

/*-----------------------------
	インナー
------------------------------*/
.p-contact__inner {
  position: relative;
  z-index: 1;
}

/*-----------------------------
	フォームエリア
------------------------------*/
.p-contact__body {
  margin-left: auto;
  margin-top: 6.25rem;
  width: min(100%, 62.9375rem);
}

/*-----------------------------
	フォーム本体
------------------------------*/
.p-contact__form {
  display: flex;
  flex-direction: column;
  margin-top: 6.25rem;
}

/*-----------------------------
	フィールド共通
------------------------------*/
.p-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-contact__field + .p-contact__field {
  margin-top: 2rem;
}

/*-----------------------------
	ラベル行
------------------------------*/
.p-contact__label-row {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-contact__label {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.3125;
  padding-block: 0.625rem;
}

.p-contact__required {
  color: #ea5e4f;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

/*-----------------------------
	テキスト入力
------------------------------*/
.p-contact__input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.0625rem solid #5da27d;
  border-radius: 0.25rem;
  color: #333333;
  font-size: 1rem;
  height: 3rem;
  letter-spacing: 0.09em;
  line-height: 1.375;
  padding-inline: 1.625rem 1.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.p-contact__input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.p-contact__input:-ms-input-placeholder {
  color: #b0b0b0;
}

.p-contact__input::-ms-input-placeholder {
  color: #b0b0b0;
}

.p-contact__input::placeholder {
  color: #b0b0b0;
}

.p-contact__input:focus {
  border-color: #008d41;
  box-shadow: 0 0 0 0.1875rem rgba(0, 141, 65, 0.15);
  outline: none;
}

/*-----------------------------
	セレクト（種別）
------------------------------*/
.p-contact__select-wrap {
  max-width: 100%;
  position: relative;
  width: 41.4375rem;
}

.p-contact__select-wrap::after {
  -webkit-transform: translateY(-50%);
  border-color: #008d41 transparent transparent transparent;
  border-style: solid;
  border-width: 0.625rem 0.375rem 0 0.375rem;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
  transform: translateY(-50%);
  width: 0;
}

.p-contact__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.0625rem solid #5da27d;
  border-radius: 0.25rem;
  color: #333333;
  cursor: pointer;
  font-size: 1rem;
  height: 3rem;
  letter-spacing: 0.09em;
  line-height: 1.375;
  padding-inline: 1.625rem 1.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.p-contact__select:invalid,
.p-contact__select:has(option[value=""]:checked) {
  color: #b0b0b0;
}

.p-contact__select:focus {
  border-color: #008d41;
  box-shadow: 0 0 0 0.1875rem rgba(0, 141, 65, 0.15);
  outline: none;
}

/*-----------------------------
	テキストエリア
------------------------------*/
.p-contact__textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.0625rem solid #5da27d;
  border-radius: 0.25rem;
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.375;
  max-height: 37.5rem;
  min-height: 14.8125rem;
  padding: 1.1875rem 1.625rem;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.p-contact__textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}

.p-contact__textarea:-ms-input-placeholder {
  color: #b0b0b0;
}

.p-contact__textarea::-ms-input-placeholder {
  color: #b0b0b0;
}

.p-contact__textarea::placeholder {
  color: #b0b0b0;
}

.p-contact__textarea:focus {
  border-color: #008d41;
  box-shadow: 0 0 0 0.1875rem rgba(0, 141, 65, 0.15);
  outline: none;
}

/*-----------------------------
	個人情報取扱い
------------------------------*/
.p-contact__privacy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-contact__privacy-text {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 1.375;
}

s .p-contact__privacy-link {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: opacity 0.2s ease;
}
/*-----------------------------
	チェックボックス（acceptance）
------------------------------*/
.wpcf7-acceptance,
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-acceptance .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.75rem;
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.3125;
}

.p-contact__checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.0625rem solid #5da27d;
  border-radius: 0.3125rem;
  cursor: pointer;
  display: block !important;
  flex-shrink: 0;
  height: 1.875rem;
  margin: 0;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  width: 1.875rem;
}

.p-contact__checkbox::after {
  -webkit-transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M2.5 7.5L6.8 11.8L15.5 2.8' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  content: "";
  height: 1.125rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  width: 1.25rem;
}

.p-contact__checkbox:checked::after {
  opacity: 1;
}

.p-contact__checkbox:focus-visible {
  box-shadow: 0 0 0 0.1875rem rgba(0, 141, 65, 0.3);
  outline: none;
}

/*-----------------------------
	送信ボタン
------------------------------*/
.p-contact__submit {
  display: flex;
  margin-top: 2rem;
}

.p-contact__submit-wrap {
  display: inline-block;
  position: relative;
  width: 23.8125rem;
}

.p-contact__submit-btn {
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background-color: #008d41;
  border: 0.0625rem solid #008d41;
  border-radius: 2.5rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  height: 4.3125rem;
  justify-content: center;
  letter-spacing: 0.09em;
  padding-inline: 2rem 1rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width: 100%;
}
.p-contact__submit-line {
  -webkit-transform: translateY(-50%);
  background-color: #ffffff;
  display: block;
  height: 0.0625rem;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  width: 3rem;
}

.wpcf7-spinner {
  display: none !important;
}

/*-----------------------------
	バリデーション
------------------------------*/
.wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid {
  border-color: #5da27d;
}

.wpcf7-form.invalid .wpcf7-not-valid,
.wpcf7-form.unaccepted .wpcf7-not-valid {
  border-color: #ea5e4f;
}

.wpcf7-not-valid-tip {
  color: #ea5e4f;
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

/*-----------------------------
	送信結果メッセージ
------------------------------*/
.wpcf7-response-output {
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
}

.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(0, 141, 65, 0.08);
  border: 0.0625rem solid #008d41;
  color: #008d41;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: rgba(234, 94, 79, 0.08);
  border: 0.0625rem solid #ea5e4f;
  color: #ea5e4f;
}

.p-drawer {
  display: none;
}
.p-drawer__panel {
  background-color: #f5f5f5;
  inset: 0;
  overflow-y: auto;
  position: fixed;
}

/*-----------------------------
	ロゴ（左上・白背景・角丸）
------------------------------*/
.p-drawer__logo {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 1.875rem 0;
  display: flex;
  height: 4.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 15.125rem;
}

.p-drawer__logo-link {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.p-drawer__logo-img {
  -o-object-fit: contain;
  display: block;
  flex-shrink: 0;
  height: 2.5rem;
  object-fit: contain;
  width: 3rem;
}

.p-drawer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-drawer__logo-ja {
  color: #1f1715;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.p-drawer__logo-en {
  color: #1f1715;
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

/*-----------------------------
	クローズボタン（右上）
------------------------------*/
.p-drawer__close {
  align-items: center;
  background-color: #008d41;
  border-radius: 100vmax;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  height: 3.5rem;
  justify-content: center;
  position: fixed;
  right: 0.4375rem;
  top: 0.375rem;
  width: 3.5rem;
  z-index: 200;
}

.p-drawer__close-icon {
  display: block;
  height: 0.5rem;
  position: relative;
  width: 1.4375rem;
}
.p-drawer__close-icon::before, .p-drawer__close-icon::after {
  background-color: #ffffff;
  border-radius: 0.0625rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.p-drawer__close-icon::before {
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
}
.p-drawer__close-icon::after {
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
}

.p-drawer__close-label {
  color: #ffffff;
  display: block;
  font-family: "Comfortaa", cursive;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
}

/*-----------------------------
	ナビゲーション
------------------------------*/
.p-drawer__nav {
  -webkit-padding-before: 8rem;
  margin-inline: auto;
  padding-block-start: 8rem;
  padding-inline: 2.0625rem;
  width: min(100%, 31.25rem);
}

.p-drawer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-drawer__nav-link {
  display: flex;
  flex-direction: column;
  padding-block: 0.625rem;
}

.p-drawer__nav-item--top .p-drawer__nav-link {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-drawer__nav-en {
  color: #6d6d6d;
  display: block;
  font-family: "Comfortaa", cursive;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.115;
}

.p-drawer__nav-ja {
  color: #333333;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/*-----------------------------
	お問い合わせボタン
------------------------------*/
.p-drawer__contact {
  -webkit-padding-start: 3.125rem;
  -webkit-padding-end: 0.75rem;
  -webkit-margin-before: 2.5rem;
  align-items: center;
  background-color: #008d41;
  border-radius: 1.75rem;
  display: flex;
  gap: 0.9375rem;
  height: 3.5rem;
  justify-content: flex-start;
  margin-block-start: 2.5rem;
  padding-inline-end: 0.75rem;
  padding-inline-start: 3.125rem;
  width: 14.3125rem;
}

.p-drawer__contact-text {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  white-space: nowrap;
}

.p-drawer__contact-line {
  background-color: #ffffff;
  display: block;
  height: 0.0625rem;
  width: 2.875rem;
}

.p-news-detail {
  padding-block: 14.875rem 14.9375rem;
}

/*-----------------------------
	コンテンツエリア（フィルター + 記事 横並び）
------------------------------*/
.p-news-detail__body {
  display: flex;
  gap: 13.4375rem;
  margin-top: 9.6875rem;
}

/*-----------------------------
	記事
------------------------------*/
.p-news-detail__article {
  flex: 1;
}

.p-news-detail__article > * + * {
  margin-top: 0;
}

/*-----------------------------
	記事ヘッダー（下にborder）
------------------------------*/
.p-news-detail__article-header {
  border-bottom: 1px solid #5da27d;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
}

/*-----------------------------
	記事タイトル
------------------------------*/
.p-news-detail__title {
  color: #008d41;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

/*-----------------------------
	メタ情報（日付・カテゴリ）
------------------------------*/
.p-news-detail__meta {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.p-news-detail__date {
  color: #333333;
  font-family: "Comfortaa", cursive;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.5714285714;
}

.p-news-detail__cat {
  align-items: center;
  background-color: #008d41;
  border-radius: 2.5rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  letter-spacing: -0.03em;
  line-height: 2;
  padding-block: 0.125rem;
  padding-inline: 0.625rem;
  width: 6rem;
}

/*-----------------------------
	記事コンテンツ
------------------------------*/
.p-news-detail__content {
  padding-block: 2.5rem;
  padding-inline: 1.25rem;
}

.p-news-detail__content > * + * {
  margin-top: 2.5rem;
}

.p-news-detail__content p {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2;
}

.p-news-detail__content h2 {
  color: #008d41;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-news-detail__content h3 {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  gap: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-news-detail__content h3::before {
  background-color: #008d41;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
}

.p-news-detail__content h4 {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-news-detail__content h4::before {
  background-color: #008d41;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
}

.p-news-detail__content img {
  height: auto;
  width: 100%;
}

/*-----------------------------
	前後記事ナビゲーション
------------------------------*/
.p-news-detail__post-nav {
  border-top: 1px solid #5da27d;
}

.p-news-detail__post-nav-inner {
  align-items: center;
  display: flex;
  gap: 21.375rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-news-detail__post-prev,
.p-news-detail__post-next {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 1rem;
  gap: 1rem;
  letter-spacing: 0.09em;
  line-height: 2;
  transition: color 0.2s ease;
}

.p-news-detail__post-nav-icon {
  flex-shrink: 0;
  height: 2.75rem;
  width: 2.75rem;
}

.p-news-detail__post-list {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2;
  transition: color 0.2s ease;
}
.p-news-detail__post-list-sp {
  display: none;
}

.p-news-detail__post-list-sp .c-btn-green {
  max-width: 100%;
  width: 19.125rem;
}

/*-----------------------------
    よく使われる要素のスタイル（仮）
------------------------------*/
.p-news-detail__content .wp-block-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(500px, 100%), 1fr));
}

.p-news-detail__content ul {
  -webkit-padding-start: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-inline-start: 1.25rem;
}

.p-news-detail__content ul li {
  -webkit-padding-start: 1rem;
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2;
  padding-inline-start: 1rem;
  position: relative;
}

.p-news-detail__content ul li::before {
  background-color: #008d41;
  border-radius: 50%;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: calc(1em - 0.25rem);
  width: 0.375rem;
}

.p-news-detail__content ol {
  -webkit-padding-start: 1.25rem;
  counter-reset: ol-counter;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-inline-start: 1.25rem;
}

.p-news-detail__content ol li {
  -webkit-padding-start: 1.5rem;
  color: #333333;
  counter-increment: ol-counter;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2;
  padding-inline-start: 1.5rem;
  position: relative;
}

.p-news-detail__content ol li::before {
  color: #008d41;
  content: counter(ol-counter) ".";
  font-size: 0.875rem;
  font-weight: 400;
  left: 0;
  line-height: 2;
  position: absolute;
}

.p-news-detail__content .wp-block-button {
  display: inline-flex;
}

.p-news-detail__content .wp-block-button__link {
  align-items: center;
  background-color: #008d41;
  border: 1px solid #008d41;
  border-radius: 2.5rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
  letter-spacing: 0.09em;
  line-height: 1.5;
  padding: 0.625rem 2rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.p-news-detail__content .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #008d41;
}
.p-news-detail__content table {
  border-collapse: collapse;
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2;
  width: 100%;
}

.p-news-detail__content th,
.p-news-detail__content td {
  border: 1px solid #5da27d;
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
}

.p-news-detail__content th {
  background-color: rgba(0, 141, 65, 0.06);
  font-weight: 400;
}

.p-news-detail__content a {
  color: #008d41;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: opacity 0.2s ease;
}
.p-news {
  padding-block: 14.875rem 15.625rem;
}

/*-----------------------------
	ボディ（フィルター + リスト）
------------------------------*/
.p-news__body {
  display: flex;
  gap: 13.4375rem;
  margin-top: 9.6875rem;
}

/*-----------------------------
	記事リストラッパー
------------------------------*/
.p-news__list-wrap {
  flex: 1;
}

/*-----------------------------
	記事リスト
------------------------------*/
.p-news__item {
  border-top: 0.0625rem solid #5da27d;
}

.p-news__item:last-child {
  border-bottom: 0.0625rem solid #5da27d;
}

.p-news__link {
  align-items: center;
  color: #333333;
  display: flex;
  gap: 6.125rem;
  padding-block: 3.25rem;
  padding-inline: 1.25rem;
}
.p-news__date {
  color: #333333;
  flex-shrink: 0;
  font-family: "Comfortaa", cursive;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.5714285714;
}

.p-news__meta {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 2.375rem;
}

.p-news__cat {
  align-items: center;
  background-color: #008d41;
  border-radius: 2.5rem;
  color: #ffffff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  justify-content: center;
  letter-spacing: -0.03em;
  line-height: 2;
  padding-block: 0.125rem;
  padding-inline: 0.75rem;
  width: 6rem;
}

.p-news__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333333;
  display: -webkit-box;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 1.375;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}

.p-news__text::after {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  background-color: #333333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

/*-----------------------------
	ページャー
------------------------------*/
.p-news__pager {
  margin-top: 3.25rem;
}

.p-news__pager-list {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.p-news__pager-link {
  align-items: center;
  border-radius: 100vmax;
  color: #333333;
  display: flex;
  font-family: "Comfortaa", cursive;
  font-size: 1rem;
  font-weight: 300;
  justify-content: center;
  line-height: 1;
  padding-block: 0.5rem;
  padding-inline: 0.875rem;
}

.p-news__pager-link.is-current {
  background-color: #008d41;
  color: #ffffff;
  height: 2.75rem;
  padding: 0;
  width: 2.75rem;
}
.p-page-top {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

/* ブレイクポイント対応（SP時は少し内側に） */
/* ラップ要素（画像を重ねるための基準） */
.p-page-top__wrap {
  position: relative;
}

/* 通常のアイコン画像 */
.p-page-top__wrap img {
  width: 3.125rem;
}

/* hover時に切り替えるアイコンを上に重ねて配置（初期は非表示） */
.p-page-top__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
}

/*---------------------------------------
    PC時のみhoverでアイコンを切り替える演出
----------------------------------------*/
/*-----------------------------
	コンテンツエリア
------------------------------*/
.p-privacy-policy {
  margin-top: 6.25rem;
}

/*-----------------------------
	リード文
------------------------------*/
.p-privacy-policy__lead {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.3;
}

/*-----------------------------
	番号付きリスト
------------------------------*/
.p-privacy-policy__list {
  list-style: decimal;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.p-privacy-policy__item {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.3;
}

.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 1.25rem;
}

.p-privacy-policy__item-text {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.3;
}

/*-----------------------------
	・付き箇条書きリスト
------------------------------*/
.p-privacy-policy__sub-list {
  list-style: none;
  margin-top: 0.25rem;
}

.p-privacy-policy__sub-item {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.3;
  padding-left: 1.25rem;
  position: relative;
}

.p-privacy-policy__sub-item::before {
  content: "・";
  left: 0;
  position: absolute;
}

/*-----------------------------
	社名テキスト
------------------------------*/
.p-privacy-policy__company {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.3;
  margin-top: 1.25rem;
}

/*-----------------------------
	TOPページボタン
------------------------------*/
.p-privacy-policy .c-btn-green {
  margin-top: 4rem;
}

.p-recruit-mv {
  padding-top: 6.25rem;
  position: relative;
}

.p-recruit-mv__inner {
  padding-inline: 2.5rem;
}

.p-recruit-mv__wrap {
  aspect-ratio: 1839/1020;
  border-radius: 1.875rem;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: min(100%, 115rem);
}

.p-recruit-mv__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-recruit-mv__copy {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 3.125rem;
  font-weight: 400;
  gap: 0;
  left: 12rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  position: absolute;
  top: 9.25rem;
}

.p-recruit-mv__copy-line {
  -webkit-transform: skewX(-6deg);
  display: inline-block;
  transform: skewX(-6deg);
}

/*-----------------------------
	エントリーバナー
	（MV内部のフッター付近配置 + ページ下部でも使用）
------------------------------*/
.p-recruit-mv__entry-wrap {
  margin-top: -9.25rem;
  padding-inline: 2.5rem;
  position: relative;
  z-index: 1;
}

.p-recruit-entry {
  align-items: center;
  background-color: #2a9a5d;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 8.125rem;
  justify-content: center;
  margin-inline: auto;
  min-height: 16.9375rem;
  width: min(100%, 105.75rem);
}

.p-recruit-entry__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-recruit-entry__label {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-recruit-entry__btn {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #008d41;
  border-radius: 3.125rem;
  color: #008d41;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.625rem;
  height: 5.1875rem;
  justify-content: center;
  letter-spacing: 0.09em;
  line-height: 1.2;
  padding-inline: 2.75rem;
  text-decoration: none;
  transition: 0.3s all;
  width: 19.875rem;
}
.p-recruit-entry__btn-icon {
  height: 0.875rem;
  width: 0.875rem;
}

.p-recruit-entry__btn-icon path {
  transition: 0.3s all;
}

.p-recruit-interview {
  overflow: hidden;
  padding-bottom: 24.375rem;
  padding-top: 17.25rem;
}

.p-recruit-interview__inner {
  margin-inline: auto;
  padding-inline: 1.5625rem;
  width: min(100%, 101rem);
}

.p-recruit-interview__list {
  display: flex;
  flex-direction: column;
  padding-top: 8.125rem;
}

.p-recruit-interview__list > li:nth-child(2) {
  margin-left: 7.68%;
  margin-top: 6rem;
}

.p-recruit-interview__list > li:nth-child(3) {
  margin-left: 15.38%;
  margin-top: 9.4375rem;
}

.p-interview-card {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.p-interview-card > * + * {
  margin-top: 0;
}

.p-interview-card::before {
  background-color: #f5f5f5;
  border-radius: 1.25rem;
  content: "";
  height: clamp(8.6875rem, 23.96vw, 28.75rem);
  position: absolute;
  width: clamp(12.5rem, 34.64vw, 41.5625rem);
  z-index: -1;
}

.p-recruit-interview__list > li:nth-child(1) .p-interview-card::before {
  left: 23%;
  top: -4.5625rem;
}

.p-recruit-interview__list > li:nth-child(2) .p-interview-card::before {
  bottom: -4rem;
  right: 69%;
}

.p-recruit-interview__list > li:nth-child(3) .p-interview-card::before {
  bottom: -6.5rem;
  left: 18.6%;
}

.p-interview-card__img {
  -o-object-fit: cover;
  aspect-ratio: 665/460;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  object-fit: cover;
  position: relative;
  width: clamp(12.5rem, 36.64vw, 41.5625rem);
  z-index: 0;
}

.p-interview-card__body {
  background-color: #ffffff;
  border-radius: 1.875rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: -5.57%;
  margin-top: 3.5rem;
  padding: clamp(2.5rem, 4.17vw, 5rem) clamp(3.125rem, 5.2vw, 6.25rem);
  position: relative;
  width: min(100%, clamp(18.75rem, 50vw, 46.9375rem));
  z-index: 1;
}

.p-interview-card__title {
  color: #333333;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-interview-card__info {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.p-interview-card__name {
  color: #008d41;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.8;
}

.p-interview-card__meta {
  color: #008d41;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.8;
}

.p-interview-card__text {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2;
  margin-top: 1.5rem;
}

.p-recruit-entry-section {
  padding-bottom: 5rem;
  position: relative;
}

.p-recruit-entry-section::after {
  background: #f9f9f9;
  bottom: 0;
  content: "";
  height: 58%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-recruit-entry-section__inner {
  padding-inline: 2.5rem;
}

.p-recruit-strategy {
  background-color: #f5f5f5;
  padding-block: 11.25rem 16.375rem;
}

.p-recruit-strategy__list {
  display: grid;
  gap: 3.75rem 2.9375rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8.75rem;
}

.p-recruit-strategy__card {
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 28.875rem;
  justify-content: flex-start;
  padding: 1.25rem 1.25rem 2.375rem;
}

.p-recruit-strategy__card-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
}

.p-recruit-strategy__card-icon {
  height: 5rem;
  width: 5rem;
}

.p-recruit-strategy__card-label {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}

.p-recruit-strategy__card-num {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 3.3125rem;
  width: 100%;
}

.p-recruit-strategy__card-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 0.375rem;
  width: 100%;
}

.p-recruit-strategy__num {
  color: #008d41;
  font-family: "Comfortaa", cursive;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.p-recruit-strategy__num--lg {
  font-size: 6.75rem;
}

.p-recruit-strategy__unit {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-recruit-strategy__num-wrap {
  align-items: baseline;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.p-recruit-strategy__num-row {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.p-recruit-strategy__sub-label {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-recruit-strategy__card-ref {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}

.p-recruit-strategy__card-ref-sub {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}

.p-recruit-strategy__card-desc {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: auto;
  text-align: center;
}

.p-recruit-strategy__card-note {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}

.p-recruit-strategy__dual-num {
  align-items: baseline;
  display: flex;
  gap: 0.9375rem;
}

.p-recruit-strategy__dual-item {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
}

.p-recruit-strategy__dual-gender {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-recruit-employee {
  padding-top: 18.25rem;
}

/*-----------------------------
	タイトルと本文の横並びレイアウト
------------------------------*/
.p-recruit-employee__layout {
  display: flex;
  gap: 8.125rem;
}

.p-recruit-employee__title {
  width: 32.1875rem;
}

.p-recruit-employee__content {
  flex: 1;
  min-width: 0;
}

/*-----------------------------
	借上住宅ブロック
------------------------------*/
.p-recruit-employee__block--housing {
  -webkit-padding-after: 3.625rem;
  -webkit-border-after: 1px solid #008d41;
  border-block-end: 1px solid #008d41;
  padding-block-end: 3.625rem;
}

.p-recruit-employee__block--reform {
  margin-top: 3.4375rem;
}

.p-recruit-employee__block-title {
  color: #3d9465;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-recruit-employee__block-body {
  align-items: flex-start;
  display: flex;
  gap: 6.25rem;
  padding-inline: 0.75rem;
}

.p-recruit-employee__block-text {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2;
  margin-top: 2.5rem;
}

.p-recruit-employee__block-img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  height: 11.375rem;
  object-fit: cover;
  width: 20.1875rem;
}

/*-----------------------------
	働き方改革ブロック
------------------------------*/

.p-recruit-employee__reform-body {
  display: flex;
  gap: 3.75rem;
  padding-inline: 0.75rem;
}

.p-recruit-employee__list {
  margin-top: 2.5rem;
}

.p-recruit-employee__list-item {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.625rem;
  letter-spacing: 0.09em;
  line-height: 2;
}

.p-recruit-employee__list-item::before {
  background-color: #008d41;
  border-radius: 50%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}

.p-recruit-employee__logos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-recruit-employee__logos-bottom {
  align-items: flex-end;
  display: flex;
  gap: 2.25rem;
}

.p-recruit-employee__logo--top {
  height: 4.8125rem;
  margin-left: 1.875rem;
  width: 16.25rem;
}

.p-recruit-employee__logo--sdgs {
  height: 8.0625rem;
  width: 15rem;
}

.p-recruit-employee__logo--hyogo {
  height: 11.25rem;
  width: 9.0625rem;
}

.p-recruit-jobs {
  padding-block: 15.625rem 9.125rem;
  padding-top: 15.625rem;
}

.p-recruit-jobs__list {
  display: flex;
  flex-direction: column;
  gap: 3.9375rem;
  margin-top: 6.25rem;
}

.p-recruit-jobs__card {
  background-color: #f5f5f5;
  border-radius: 1.25rem;
  display: flex;
  gap: 8.375rem;
  padding: 5rem 6.875rem;
}

.p-recruit-jobs__card-img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  height: 15.1875rem;
  object-fit: cover;
  width: 20.1875rem;
}

.p-recruit-jobs__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

.p-recruit-jobs__card-title {
  color: #3d9465;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-recruit-jobs__card-text {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}

/*-----------------------------
	研究開発 詳細リスト
------------------------------*/
.p-recruit-jobs__detail-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-recruit-jobs__detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-recruit-jobs__detail-header {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-recruit-jobs__detail-header::before {
  background-color: #008d41;
  border-radius: 50%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.9375rem;
  width: 0.9375rem;
}

.p-recruit-jobs__detail-label {
  color: #008d41;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2;
}

.p-recruit-jobs__detail-text {
  -webkit-padding-start: 1.5625rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2;
  padding-inline-start: 1.5625rem;
}

/*-----------------------------
	テキストコンテンツエリア
------------------------------*/
.p-top-about {
  background-color: #ffffff;
  padding-block: 9.375rem 13rem;
}

.p-top-about__inner {
  display: flex;
  position: relative;
}

.p-top-about__body {
  width: min(100%, 41.4375rem);
}

.p-top-about__text {
  -webkit-margin-before: 5rem;
  -webkit-margin-after: 5.875rem;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-block-end: 5.875rem;
  margin-block-start: 5rem;
}

/*-----------------------------
	画像グループ
------------------------------*/
.p-top-about__images {
  flex: 1;
  position: relative;
}
.p-top-about__images img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-about__img01 {
  -webkit-filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.04));
  border-radius: 1.25rem;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.04));
  height: 19.0625rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2.1875rem;
  width: 27.1875rem;
}

.p-top-about__img02 {
  -webkit-filter: drop-shadow(0 0.125rem 0.625rem rgba(0, 0, 0, 0.04));
  border-radius: 1.25rem;
  filter: drop-shadow(0 0.125rem 0.625rem rgba(0, 0, 0, 0.04));
  height: 20.5625rem;
  overflow: hidden;
  position: absolute;
  right: 12.125rem;
  top: 19.375rem;
  width: 29.3125rem;
  z-index: 1;
}

.p-top-about__img03 {
  -webkit-filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.04));
  border-radius: 1.25rem;
  bottom: -21.875rem;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.04));
  height: 26.375rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 20.0625rem;
  z-index: 0;
}

.p-top-business {
  background-color: #f9f9f9;
  padding-top: 13.125rem;
}

.p-top-business__list {
  -webkit-margin-before: 9.375rem;
  display: grid;
  gap: 1.5625rem;
  grid-template-columns: repeat(6, 1fr);
  margin-block-start: 9.375rem;
}

.p-top-business__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-top-business__item img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 0.75rem;
  height: auto;
  object-fit: contain;
  width: 13.875rem;
}

.p-top-business__item-name {
  color: #333333;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

.p-top-business__item-name--small {
  font-size: 1rem;
}

.p-top-business__foot {
  -webkit-margin-before: 6.75rem;
  display: flex;
  justify-content: center;
  margin-block-start: 6.75rem;
}

/*-----------------------------
	英語テキスト+棒線SVG 右→左に流れる帯（catch_wave と flow_wave の2種が重なる）
------------------------------*/
.p-top-flow {
  background-color: #f9f9f9;
  overflow: hidden;
  padding-block: 11.25rem 16.625rem;
  width: 100%;
}

.p-top-flow__mask {
  height: 15rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-top-flow__track {
  -webkit-animation: top-flow-scroll 35s linear infinite;
  animation: top-flow-scroll 35s linear infinite;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
}

.p-top-flow__track--catch {
  bottom: 0;
  display: flex;
  gap: 3.75rem;
  position: absolute;
  z-index: 1;
}

.p-top-flow__track--catch img {
  height: 9.375rem;
  width: 100%;
}

.p-top-flow__track--wave {
  -webkit-animation: top-flow-scroll-wave 15s linear infinite;
  animation: top-flow-scroll-wave 15s linear infinite;
  left: 0;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.p-top-flow__track--wave img {
  height: 14.8125rem;
  width: 100%;
}

@-webkit-keyframes top-flow-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes top-flow-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes top-flow-scroll-wave {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
@keyframes top-flow-scroll-wave {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
.p-top-fv {
  height: 100svh;
  min-height: 37.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-top-fv__overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.62) 100%);
  inset: 0;
  position: absolute;
  z-index: 2;
}

.p-top-fv__slider-mask {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.p-top-fv__slider-wrap {
  -webkit-transform: rotate(10deg);
  -webkit-transform-origin: center center;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  height: 200%;
  left: 50%;
  position: absolute;
  top: -20%;
  transform: rotate(10deg);
  transform-origin: center center;
  translate: -50%;
  width: 134.375rem;
}

.p-top-fv__swiper {
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  width: 24.875rem;
}

@-webkit-keyframes fv-scroll-down {
  0% {
    -webkit-transform: translateY(-33.333%);
    transform: translateY(-33.333%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fv-scroll-down {
  0% {
    -webkit-transform: translateY(-33.333%);
    transform: translateY(-33.333%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-top-fv__list {
  -webkit-animation-name: fv-scroll-down;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-name: fv-scroll-down;
  animation-timing-function: linear;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-top-fv__list-item {
  flex-shrink: 0;
  height: 29.8125rem;
  width: 24.875rem;
}

.p-top-fv__list-item img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*-----------------------------
	FVコンテンツ（キャッチコピー）
------------------------------*/
.p-top-fv__content {
  left: 9.8%;
  position: absolute;
  top: 38%;
  z-index: 3;
}

.p-top-fv__catch-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.p-top-fv__catch-item {
  -webkit-transform: skewX(-10deg);
  -webkit-transform-origin: left center;
  align-items: center;
  background-color: #008d41;
  display: inline-flex;
  max-width: 100%;
  padding-block: 0 0.5rem;
  padding-inline: 1.5rem 1.875rem;
  position: relative;
  transform: skewX(-10deg);
  transform-origin: left center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-fv__catch-item--second {
  padding-block: 0 0.5rem;
  padding-inline: 1.5rem 1.875rem;
}

.p-top-fv__catch-text {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.375rem;
  line-height: 150%;
  white-space: nowrap;
}

.p-top-fv__catch-text--main {
  font-size: 3.75rem;
}

.p-top-fv__catch-text--sub {
  font-size: 3.4375rem;
}

.p-top-fv__catch-text--large {
  font-size: 4rem;
}

/*-----------------------------
	最新ニュースボックス
------------------------------*/
.p-top-fv__news {
  background-color: #ffffff;
  border-radius: 1.25rem 0 0 0;
  bottom: -0.125rem;
  display: block;
  position: absolute;
  right: -0.0625rem;
  width: min(100%, 47rem);
  z-index: 3;
}

.p-top-fv__news-inner {
  padding-block: 2.125rem;
  padding-inline: 7.125rem 5.4375rem;
}

.p-top-fv__news-date {
  color: #777777;
  font-family: "Comfortaa", cursive;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}

.p-top-fv__news-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  margin-top: 0.5rem;
  overflow: hidden;
}
.p-top-news {
  padding-bottom: 6.25rem;
  padding-inline: 1.5625rem;
  position: relative;
}

.p-top-news::after {
  background: #f9f9f9;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-top-news__inner {
  background-color: #2a9a5d;
  border-radius: 1.875rem;
  display: flex;
  gap: 18.3125rem;
  height: 42.5625rem;
  margin-inline: auto;
  overflow: hidden;
  padding-block: 9.375rem 6.25rem;
  padding-inline: 14.25rem 7.125rem;
  position: relative;
  width: min(100%, 108.875rem);
}

.p-top-news__inner::before {
  background: url(../img/top/news_bg.webp) center center/contain no-repeat;
  content: "";
  height: 42.5625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 41.5625rem;
  z-index: 0;
}

/*-----------------------------
	タイトル（News + 下線 + 日本語）
------------------------------*/
.p-top-news__title {
  position: relative;
}

.p-top-news__en {
  color: #ffffff;
  font-family: "Comfortaa", cursive;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.1166666667;
}

.p-top-news__line {
  display: block;
  margin-top: 1.25rem;
}

.p-top-news__ja {
  color: #ffffff;
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 3.625rem;
}

/*-----------------------------
	一覧リスト + ボタン
------------------------------*/
.p-top-news__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 1;
}

.p-top-news__item {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

.p-top-news__item:last-child {
  border-bottom: none;
}

.p-top-news__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  gap: 3rem;
  padding-block: 2.5rem;
  position: relative;
}

.p-top-news__date {
  flex-shrink: 0;
  font-family: "Comfortaa", cursive;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
}

.p-top-news__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}

.p-top-news__text::after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-out;
  width: 0;
}
.p-top-news__btn {
  margin-top: 0.625rem;
}

.p-top-recruit {
  -webkit-padding-after: 9.9375rem;
  padding-block-end: 9.9375rem;
}

.p-top-recruit__images {
  margin-top: -5.3125rem;
  position: relative;
}

.p-top-recruit__img-main {
  aspect-ratio: 942/697;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.04);
  height: auto;
  overflow: hidden;
  width: min(100%, 58.875rem);
}

.p-top-recruit__img-main img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-recruit__img-sub {
  aspect-ratio: 577/570;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.04);
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 68%;
  width: min(100%, 36.0625rem);
}

.p-top-recruit__img-sub img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*-----------------------------
	テキストエリア
------------------------------*/
.p-top-recruit__body {
  margin-top: 9.375rem;
}

.p-top-recruit__btn {
  margin-top: 3.125rem;
}

.u-hover {
  /* デフォルトのスタイル */
  transition: opacity 0.5s;
}

/* ホバー可能なデバイスでのみホバー効果を有効化 */

.u-sp {
  display: none;
}

@media (min-width: 768px) {
  .l-header.is-scrolled {
    background-color: #ffffff;
  }
  .l-header.is-scrolled .l-header__nav-link {
    color: #333333;
    text-shadow: none;
  }
}

@media (min-width: 768px) and (any-hover: hover) {
  .l-header.is-scrolled .l-header__nav-link:hover {
    color: #008d41;
  }
}

@media screen and (max-width: 1600px) {
  .p-recruit-mv__copy {
    font-size: 2.75rem;
    top: 3.25rem;
  }
}

@media (max-width: 1510px) {
  html {
    font-size: 1.059602649vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-footer {
    padding-block: 5.625rem 0.875rem;
  }
  .l-footer__inner {
    padding-inline: 1.25rem;
  }
  .l-footer__body {
    flex-direction: column;
    gap: 3.625rem;
  }
  .l-footer__address {
    margin-top: 1.125rem;
  }
  .l-footer__address-label {
    font-size: 0.75rem;
  }
  .l-footer__right {
    align-items: flex-start;
  }
  .l-footer__nav-list {
    gap: 0.625rem;
  }
  .l-footer__copyright {
    -webkit-margin-before: 3.0625rem;
    font-size: 0.75rem;
    letter-spacing: 0.09em;
    margin-block-start: 3.0625rem;
  }
  .l-header__inner {
    height: 4.25rem;
    justify-content: space-between;
    padding-right: 0.4375rem;
  }
  .l-header__logo {
    height: 4.25rem;
    width: 15.125rem;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__nav-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .l-header__nav-item {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
  }
  .l-header__nav-link {
    color: #333333;
    padding-block: 1rem;
    padding-inline: 0;
    text-shadow: none;
  }
  .l-header__contact-btn {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
    margin-inline: auto;
    max-width: 17.5rem;
    width: 100%;
  }
  .l-header__hamburger {
    align-items: center;
    background-color: #008d41;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 0.5rem;
    height: 3.5rem;
    justify-content: center;
    padding: 0;
    width: 3.5rem;
    z-index: 201;
  }
  .l-inner {
    margin-inline: auto;
    max-width: 37.5rem;
    padding-inline: 1.25rem;
  }
  .l-inner-large {
    padding-inline: 1.25rem;
  }
  .l-inner-small {
    padding-inline: 1.25rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-btn-green {
    font-size: 0.9375rem;
    height: 3.3125rem;
    max-width: 21.875rem;
    padding-inline: 1.5rem 1rem;
    width: 100%;
  }
  .c-btn-green--md {
    max-width: 20rem;
    width: 100%;
  }
  .c-btn-green--sm {
    height: 3.5rem;
    max-width: 100%;
    padding-inline: 1.25rem 1rem;
    width: 14.3125rem;
  }
  .c-news-filter {
    padding-block: 0;
    position: static;
  }
  .c-news-filter__list {
    flex-direction: column;
    gap: 1rem;
  }
  .c-news-filter__link {
    font-size: 1.0625rem;
    padding-block: 0;
  }
  .c-page-content {
    padding-block: 7.1875rem 6.25rem;
  }
  .c-page-content__layer {
    display: none;
  }
  .c-page-content__body {
    margin-inline: auto;
    margin-top: 6.25rem;
    width: min(100%, 37.5rem);
  }
  .c-page-content-steps {
    margin-inline: auto;
    width: min(100%, 18.75rem);
  }
  .c-sec-title-green {
    gap: 0.375rem;
  }
  .c-sec-title-green__en {
    font-size: 1.875rem;
  }
  .c-sec-title-green--lg .c-sec-title-green__en {
    font-size: 1.875rem;
  }
  .c-sec-title-green--lg.c-sec-title-green--sp-md .c-sec-title-green__en {
    font-size: 2.5rem;
  }
  .c-sec-title-green--lg.c-sec-title-green--sp-lg .c-sec-title-green__en {
    font-size: 3.125rem;
  }
  .c-sec-title-green--sm .c-sec-title-green__en {
    font-size: 1.875rem;
  }
  .c-sec-title-green__ja {
    font-size: 0.875rem;
  }
  .c-sec-title__en {
    font-size: 2.5rem;
  }
  .c-sec-title__line {
    height: 0.125rem;
    margin-top: 0.5rem;
    width: 2.5rem;
  }
  .c-sec-title__ja {
    font-size: 0.9375rem;
    margin-top: 1rem;
  }
  .c-top-sec-title__wrap {
    color: #6d6d6d;
    gap: 1rem;
  }
  .c-top-sec-title svg path {
    stroke: #6d6d6d;
  }
  .c-top-sec-title__en {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
  }
  .c-top-sec-title__ja {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
  .c-top-sec-title__catch {
    -webkit-transform: skewX(-6deg);
    font-size: 1.875rem;
    letter-spacing: 0.01em;
    margin-top: 1.875rem;
    transform: skewX(-6deg);
  }
  .p-404 {
    margin-top: 3.75rem;
  }
  .p-404__text {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .p-404 .c-btn-green {
    margin-top: 2.5rem;
    width: 100%;
  }
  .p-business-features {
    padding-block: 8.125rem;
  }
  .p-business-features__lead {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-top: 1.5rem;
    max-width: 100%;
  }
  .p-business-features__card-list {
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .p-business-features__card {
    border-top: 0.0625rem solid #008d41;
    gap: 0.625rem;
    padding-inline: 0;
  }
  .p-business-features__card + .p-business-features__card {
    border-left: none;
    border-top: 0.0625rem solid #008d41;
    padding-top: 2.5rem;
  }
  .p-business-features__card-body {
    gap: 1.25rem;
  }
  .p-business-features__card-title {
    font-size: 1.25rem;
    text-align: center;
  }
  .p-business-features__card-text {
    font-size: 0.875rem;
  }
  .p-business-features__comparison {
    background-color: initial;
    border-radius: 0;
    margin-top: 3.125rem;
    overflow: visible;
    padding-block: initial;
    padding-inline: initial;
  }
  .p-business-features__comparison-list {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-business-features__comparison-item {
    gap: 1rem;
  }
  .p-business-features__comparison-tag {
    font-size: 1.125rem;
    gap: 0.375rem;
    padding-inline: 2.8125rem;
  }
  .p-business-features__comparison-num {
    font-size: 1.5rem;
  }
  .p-business-features__comparison-text {
    font-size: 1.25rem;
  }
  .p-business-features__chart {
    -webkit-overflow-scrolling: touch;
    background-color: #f9f9f9;
    margin-top: 2.5rem;
    overflow-x: auto;
    padding-left: 0.875rem;
    padding-top: 0.75rem;
  }
  .p-business-features__chart img {
    -o-object-fit: cover;
    height: 42.4375rem;
    min-width: 87.9375rem;
    object-fit: cover;
    width: 87.9375rem;
  }
  .p-business-development {
    padding-block: 6.25rem 6.6875rem;
  }
  .p-business-development__inner {
    padding-inline: 1.25rem;
    width: min(100%, 37.5rem);
  }
  .p-business-development__timeline-wrap {
    gap: 1.5rem;
    margin-top: 3.125rem;
  }
  .p-business-development__timeline-line {
    display: none;
  }
  .p-business-development__group {
    flex-direction: column;
    gap: 1rem;
    position: relative;
  }
  .p-business-development__group-line {
    background-color: #008d41;
    display: block;
    height: 0;
    left: 0.625rem;
    pointer-events: none;
    position: absolute;
    top: 3.375rem;
    width: 0.1875rem;
  }
  .p-business-development__group-body {
    flex-direction: column;
    gap: 0;
    position: relative;
    width: 100%;
  }
  .p-business-development__group-body::before {
    display: none;
  }
  .p-business-development__group-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .p-business-development__timeline {
    gap: 2.5rem;
    padding-left: 1.5rem;
  }
  .p-business-development__timeline::before {
    display: none;
  }
  .p-business-development__item::before {
    height: 1rem;
    left: -1.25rem;
    top: 0.25rem;
    width: 1rem;
  }
  .p-business-development__item-content {
    padding-left: 0.75rem;
  }
  .p-business-development__item-title {
    font-size: 1rem;
  }
  .p-business-development__item-text {
    font-size: 0.875rem;
  }
  .p-business-development__images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
    order: 1;
    padding-left: 2.1875rem;
    position: static;
    width: 100%;
  }
  .p-business-development__images--group2 {
    gap: 0;
    padding-left: 0;
  }
  .p-business-development__image {
    aspect-ratio: 207/128;
    border-radius: 0.625rem;
    flex-shrink: 0;
    height: auto;
    position: static;
    width: clamp(13.4375rem, 53vw, 18.75rem);
  }
  .p-business-development__image--01 {
    align-self: flex-start;
  }
  .p-business-development__image--03 {
    align-self: flex-start;
  }
  .p-business-development__image--02 {
    align-self: flex-end;
  }
  .p-business-development__image--04 {
    align-self: flex-end;
  }
  .p-business-development__image--05 {
    align-self: flex-start;
  }
  .p-business-development__image--05 {
    margin-top: -1.25rem;
  }
  .p-business-products {
    padding-block: 7.125rem 6.3125rem;
  }
  .p-business-products__head {
    margin-bottom: 2.5rem;
  }
  .p-business-products__lead {
    font-size: 1.25rem;
    margin-top: 1.6875rem;
  }
  .p-business-products__list {
    flex-direction: column;
  }
  .p-business-products__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
  .p-business-products__item:last-child {
    padding-bottom: 0;
  }
  .p-business-products__img {
    width: 100%;
  }
  .p-business-products__body {
    gap: 2rem;
    width: 100%;
  }
  .p-business-products__title {
    font-size: 1.25rem;
  }
  .p-business-products__text {
    line-height: 1.7;
    margin-top: 0.625rem;
  }
  .p-business-products__btns {
    align-items: center;
    flex-direction: column;
  }
  .p-company-title {
    padding-top: 7.1875rem;
  }
  .p-company-greeting {
    padding-block: 4.625rem;
  }
  .p-company-greeting__body {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  .p-company-greeting__text {
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
  .p-company-greeting__text p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .p-company-greeting__img-wrap {
    aspect-ratio: 543/611;
    height: auto;
    width: 100%;
  }
  .p-company-overview {
    padding-block: 3.75rem 5rem;
  }
  .p-company-overview__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-company-overview__table-wrap {
    padding: 0.9375rem 0.625rem;
  }
  .p-company-overview__label {
    font-size: 0.875rem;
    line-height: 2;
    padding-block: 1.5625rem;
    padding-left: 0.375rem;
    width: 6.6875rem;
  }
  .p-company-overview__value {
    font-size: 0.875rem;
    letter-spacing: 0.09em;
    line-height: 2;
    padding-block: 1.5625rem;
  }
  .p-company-overview__dt {
    font-size: 0.875rem;
  }
  .p-company-overview__dd {
    font-size: 0.875rem;
  }
  .p-company-history {
    padding-block: 5rem 4.25rem;
  }
  .p-company-history__bg-layer {
    display: none;
  }
  .p-company-history__inner {
    padding-inline: 1.25rem;
  }
  .p-company-history__timeline {
    margin-top: 2.5rem;
    padding-left: 3.125rem;
  }
  .p-company-history__line {
    left: 0.875rem;
  }
  .p-company-history__list-wrap {
    margin-left: -3.75rem;
    padding-left: 3.75rem;
  }
  .p-company-history__dot {
    height: 0.9375rem;
    left: -2.1875rem;
    top: 0.375rem;
    width: 0.9375rem;
  }
  .p-company-history__content {
    gap: 0.625rem;
  }
  .p-company-history__year {
    font-size: 1.25rem;
    width: 4rem;
  }
  .p-company-history__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-company-history__readmore {
    margin-inline: auto;
    margin-left: 0;
  }
  .p-company-history__close {
    margin-inline: auto;
    margin-left: 0;
  }
  .p-company-csr {
    padding-top: 6.25rem;
  }
  .p-company-csr__inner {
    margin-inline: auto;
    max-width: 37.5rem;
    padding-inline: 1.25rem;
  }
  .p-company-csr__header {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .p-company-csr__lead {
    font-size: 0.9375rem;
    line-height: 1.8;
    padding-top: 0;
  }
  .p-company-csr__block {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-inline: 0;
    padding-top: 2.5rem;
  }
  .p-company-csr__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
  .p-company-csr__text--after-list {
    margin-top: 0.625rem;
  }
  .p-company-csr__text--co2 {
    margin-top: 1.875rem;
  }
  .p-company-csr__text--waste {
    margin-top: 1.875rem;
  }
  .p-company-csr__img-wrap {
    margin-inline: auto;
    max-width: 25rem;
    width: 100%;
  }
  .p-company-csr__img-wrap img {
    margin-inline: auto;
    width: 20.1875rem;
  }
  .p-company-csr__img-area {
    width: 100%;
  }
  .p-company-csr__sdgs-icons {
    gap: 0.8125rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-company-csr__sdgs-list {
    margin-top: 0.625rem;
    padding-right: 2.6875rem;
  }
  .p-company-csr__sdgs-item {
    font-size: 0.9375rem;
  }
  .p-company-flow {
    padding-block: 6.25rem;
  }
  .p-company-flow__track img {
    height: 6.25rem;
  }
  .p-company-declaration {
    padding-bottom: 0;
  }
  .p-company-declaration::after {
    height: 36%;
  }
  .p-company-declaration__body {
    margin-top: 2.5625rem;
  }
  .p-company-declaration__subtitle {
    font-size: 1.25rem;
  }
  .p-company-declaration__text-wrap {
    margin-top: 2.5rem;
  }
  .p-company-declaration__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-company-declaration__img-area {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-company-declaration__img-wrap img {
    aspect-ratio: 350/216;
  }
  .p-contact-thanks {
    gap: 2.5rem;
    margin-top: 3.75rem;
  }
  .p-contact-thanks__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-contact-thanks__en {
    font-size: 2.5rem;
  }
  .p-contact-thanks__title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
  .p-contact-thanks__text {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .p-contact-thanks__text + .p-contact-thanks__text {
    margin-top: 2rem;
  }
  .p-contact {
    padding-block: 7.1875rem 6.25rem;
  }
  .p-contact__layer {
    display: none;
  }
  .p-contact__body {
    margin-inline: auto;
    margin-top: 6.25rem;
    width: min(100%, 37.5rem);
  }
  .p-contact__form {
    margin-top: 3.125rem;
  }
  .p-contact__input {
    font-size: 0.9375rem;
  }
  .p-contact__select {
    font-size: 0.9375rem;
  }
  .p-contact__textarea {
    min-height: 11.25rem;
    padding: 1.1875rem 1rem;
  }
  .p-contact__privacy-text {
    font-size: 0.9375rem;
  }
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.9375rem;
  }
  .p-contact__submit {
    margin-top: 2.5rem;
  }
  .p-contact__submit-wrap {
    width: 100%;
  }
  .p-drawer {
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.35s ease;
    z-index: 200;
  }
  .p-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .p-news-detail {
    padding-block: 7.1875rem 4.375rem;
  }
  .p-news-detail__body {
    flex-direction: column-reverse;
    gap: 5.625rem;
    margin-top: 7.75rem;
  }
  .p-news-detail__article-header {
    padding-bottom: 1.25rem;
    padding-left: 0;
  }
  .p-news-detail__meta {
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .p-news-detail__content {
    padding-block: 1.25rem;
    padding-inline: 0;
  }
  .p-news-detail__content > * + * {
    margin-top: 1.25rem;
  }
  .p-news-detail__content p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-news-detail__content h2 {
    font-size: 1.375rem;
  }
  .p-news-detail__content h3 {
    font-size: 1rem;
  }
  .p-news-detail__content h4 {
    font-size: 0.875rem;
  }
  .p-news-detail__post-nav-inner {
    gap: 0;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
  .p-news-detail__post-prev,
  .p-news-detail__post-next {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
  .p-news-detail__post-nav-icon {
    height: 2rem;
    width: 2rem;
  }
  .p-news-detail__post-list-sp {
    display: flex;
    justify-content: center;
    margin-top: 1.8125rem;
  }
  .p-news-detail__content .wp-block-gallery {
    grid-template-columns: 1fr;
  }
  .p-news-detail__content ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  .p-news-detail__content ul li {
    font-size: 0.875rem;
  }
  .p-news-detail__content ol {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  .p-news-detail__content ol li {
    font-size: 0.875rem;
  }
  .p-news-detail__content .wp-block-button__link {
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
  }
  .p-news-detail__content table {
    font-size: 0.875rem;
  }
  .p-news-detail__content a {
    text-underline-offset: 0.125rem;
  }
  .p-news {
    padding-block: 7.1875rem 4.375rem;
  }
  .p-news__body {
    flex-direction: column-reverse;
    gap: 7.3125rem;
    margin-top: 3.875rem;
  }
  .p-news__list-wrap {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
  .p-news__link {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    padding-block: 2rem;
    padding-inline: 1.25rem;
  }
  .p-news__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-news__text {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
  .p-news__pager {
    margin-top: 2rem;
  }
  .p-news__pager-list {
    gap: 0.625rem;
  }
  .p-page-top {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-privacy-policy {
    margin-top: initial;
  }
  .p-privacy-policy__lead {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .p-privacy-policy__list {
    margin-top: 1rem;
    padding-left: 1.125rem;
  }
  .p-privacy-policy__item {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .p-privacy-policy__item + .p-privacy-policy__item {
    margin-top: 1rem;
  }
  .p-privacy-policy__item-text {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .p-privacy-policy__sub-item {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 1.125rem;
  }
  .p-privacy-policy__company {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 1rem;
  }
  .p-privacy-policy .c-btn-green {
    margin-top: 2.5rem;
    width: 100%;
  }
  .p-recruit-mv {
    padding-top: 5rem;
  }
  .p-recruit-mv__inner {
    padding-inline: 0.5rem;
  }
  .p-recruit-mv__wrap {
    aspect-ratio: 374/229;
    border-radius: 0.625rem;
  }
  .p-recruit-mv__copy {
    -webkit-transform: translateX(-50%);
    align-items: center;
    font-size: 1.25rem;
    left: 50%;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    top: 0.75rem;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-recruit-mv__entry-wrap {
    margin-top: -2.6875rem;
    padding-inline: 0.75rem;
  }
  .p-recruit-entry {
    border-radius: 0.625rem;
    flex-direction: column;
    gap: 1.25rem;
    min-height: 12.4375rem;
    padding-block: 0.6875rem 1rem;
    padding-inline: 3.4375rem;
    width: min(100%, 37.5rem);
  }
  .p-recruit-entry__item {
    gap: 0.25rem;
  }
  .p-recruit-entry__label {
    font-size: 1rem;
  }
  .p-recruit-entry__btn {
    font-size: 0.875rem;
    height: 3.3125rem;
    padding-inline: 0;
    width: 15rem;
  }
  .p-recruit-interview {
    padding-bottom: 6.875rem;
    padding-top: 6.875rem;
  }
  .p-recruit-interview__inner {
    margin-inline: auto;
    padding-inline: 1.25rem;
    width: min(100%, 37.5rem);
  }
  .p-recruit-interview__list {
    padding-top: 6.25rem;
  }
  .p-recruit-interview__list > li:nth-child(2) {
    margin-left: initial;
    margin-top: 4.6875rem;
  }
  .p-recruit-interview__list > li:nth-child(3) {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .p-interview-card {
    flex-direction: column;
  }
  .p-interview-card::before {
    height: clamp(15rem, 50vw, 25rem);
    width: clamp(21.75rem, 50vw, 25rem);
  }
  .p-recruit-interview__list > li:nth-child(1) .p-interview-card::before {
    left: 46%;
  }
  .p-recruit-interview__list > li:nth-child(2) .p-interview-card::before {
    left: -14%;
    right: initial;
    top: 5.625rem;
  }
  .p-recruit-interview__list > li:nth-child(3) .p-interview-card::before {
    bottom: initial;
    left: initial;
    right: -10%;
    top: 6rem;
  }
  .p-interview-card__img {
    border-radius: 0.75rem;
    width: calc(100% - 1.5rem);
  }
  .p-recruit-interview__list > li:nth-child(odd) .p-interview-card__img {
    margin-left: -1.25rem;
  }
  .p-recruit-interview__list > li:nth-child(even) .p-interview-card__img {
    margin-left: auto;
    margin-right: -1.25rem;
  }
  .p-interview-card__body {
    margin-left: initial;
    margin-top: -1.875rem;
    min-height: auto;
    padding: 1.875rem 2.1875rem;
    width: 100%;
  }
  .p-interview-card__title {
    font-size: 1.25rem;
  }
  .p-interview-card__info {
    margin-top: 0.875rem;
  }
  .p-interview-card__name {
    font-size: 0.875rem;
  }
  .p-interview-card__meta {
    font-size: 0.875rem;
  }
  .p-interview-card__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .p-recruit-entry-section {
    padding-bottom: 5rem;
  }
  .p-recruit-entry-section::after {
    height: 55%;
  }
  .p-recruit-entry-section__inner {
    padding-inline: 1.25rem;
  }
  .p-recruit-strategy {
    padding-block: 5rem;
  }
  .p-recruit-strategy__list {
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
  }
  .p-recruit-strategy__card {
    border-radius: 0.9375rem;
    gap: 0;
    height: 15rem;
    padding: 0.5rem 1rem 1.5rem;
  }
  .p-recruit-strategy__card.p-recruit-strategy__card--compact .p-recruit-strategy__card-num {
    margin-top: 0;
  }
  .p-recruit-strategy__card.p-recruit-strategy__card--compact .p-recruit-strategy__num {
    line-height: 0.9;
  }
  .p-recruit-strategy__card-header {
    flex-direction: row;
    gap: 0.625rem;
  }
  .p-recruit-strategy__card-icon {
    height: 3.8125rem;
    width: 3.8125rem;
  }
  .p-recruit-strategy__card-label {
    font-size: 0.9375rem;
  }
  .p-recruit-strategy__card-num {
    margin-top: 0.625rem;
  }
  .p-recruit-strategy__card-footer {
    margin-top: 0.125rem;
  }
  .p-recruit-strategy__num {
    font-size: 4rem;
  }
  .p-recruit-strategy__num--lg {
    font-size: 5rem;
  }
  .p-recruit-strategy__unit {
    font-size: 0.875rem;
  }
  .p-recruit-strategy__sub-label {
    font-size: 0.875rem;
  }
  .p-recruit-strategy__card-ref {
    font-size: 0.8125rem;
  }
  .p-recruit-strategy__card-ref-sub {
    font-size: 0.6875rem;
  }
  .p-recruit-strategy__card-desc {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
  .p-recruit-strategy__card-note {
    font-size: 0.875rem;
  }
  .p-recruit-strategy__dual-gender {
    font-size: 0.8125rem;
  }
  .p-recruit-employee {
    padding-top: 6.875rem;
  }
  .p-recruit-employee__layout {
    flex-direction: column;
    gap: 4.1875rem;
  }
  .p-recruit-employee__title {
    width: 100%;
  }
  .p-recruit-employee__block--housing {
    -webkit-padding-after: 2.5rem;
    margin-inline: -1.25rem;
    padding-block-end: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-recruit-employee__block--reform {
    margin-top: 0;
  }
  .p-recruit-employee__block-title {
    font-size: 1.25rem;
  }
  .p-recruit-employee__block-body {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-recruit-employee__block-text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
  .p-recruit-employee__block-img {
    aspect-ratio: 323/182;
    height: auto;
    width: 100%;
  }
  .p-recruit-employee__block--reform {
    padding-top: 4.1875rem;
  }
  .p-recruit-employee__reform-body {
    flex-direction: column;
    gap: 2.5rem;
    padding-inline: initial;
  }
  .p-recruit-employee__list {
    margin-top: 1.875rem;
  }
  .p-recruit-employee__list-item {
    font-size: 0.875rem;
  }
  .p-recruit-employee__logos {
    gap: 0.8125rem;
  }
  .p-recruit-employee__logos-bottom {
    gap: 1.9375rem;
  }
  .p-recruit-employee__logo--top {
    height: auto;
    margin-left: 0;
    width: 19.625rem;
  }
  .p-recruit-employee__logo--sdgs {
    height: auto;
    width: 12rem;
  }
  .p-recruit-employee__logo--hyogo {
    height: auto;
    width: 7.125rem;
  }
  .p-recruit-jobs {
    padding-block: 11.875rem 5.25rem;
  }
  .p-recruit-jobs__list {
    gap: 6.0625rem;
    margin-top: 2.5rem;
  }
  .p-recruit-jobs__card {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 0.875rem;
  }
  .p-recruit-jobs__card-img {
    aspect-ratio: 323/243;
    height: auto;
    width: 100%;
  }
  .p-recruit-jobs__card-title {
    font-size: 1.25rem;
  }
  .p-recruit-jobs__card-text {
    letter-spacing: 0.13em;
    line-height: 1.8;
  }
  .p-recruit-jobs__detail-header {
    align-items: baseline;
  }
  .p-recruit-jobs__detail-text {
    -webkit-padding-start: 1.25rem;
    -webkit-padding-end: 1.25rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
    padding-inline-end: 1.25rem;
    padding-inline-start: 1.25rem;
  }
  .p-top-about {
    padding-block: 7.9375rem 0;
    padding-bottom: calc(380px + 10vw);
    position: relative;
  }
  .p-top-about__inner {
    flex-direction: column;
    gap: 2.8125rem;
    width: min(100%, 37.5rem);
  }
  .p-top-about__text {
    -webkit-margin-before: 2.5rem;
    -webkit-margin-after: 1.75rem;
    font-size: 0.875rem;
    margin-block-end: 1.75rem;
    margin-block-start: 2.5rem;
  }
  .p-top-about__img01 {
    height: auto;
    right: 0;
    top: 0;
    width: clamp(228px, 48vw, 278px);
  }
  .p-top-about__img02 {
    height: auto;
    left: 0;
    right: initial;
    top: 9.125rem;
    width: clamp(246px, 50vw, 296px);
  }
  .p-top-about__img03 {
    bottom: -31.875rem;
    height: auto;
    right: 0;
    width: clamp(168px, 35vw, 200px);
  }
  .p-top-business {
    padding-top: 10.6875rem;
  }
  .p-top-business__list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -webkit-margin-before: 2.5rem;
    column-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    margin-block-start: 2.5rem;
    row-gap: 1.25rem;
  }
  .p-top-business__item img {
    width: 7.5rem;
  }
  .p-top-business__item-name {
    font-size: 0.875rem;
  }
  .p-top-business__item-name--small {
    font-size: 0.8125rem;
  }
  .p-top-business__foot {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
  .p-top-flow {
    padding-block: 6.875rem 11.4375rem;
  }
  .p-top-flow__mask {
    height: 7.5rem;
  }
  .p-top-flow__track--catch img {
    height: 5rem;
  }
  .p-top-flow__track--wave img {
    height: 7.5rem;
  }
  .p-top-fv {
    min-height: 31.25rem;
  }
  .p-top-fv__slider-wrap {
    gap: 0.9375rem;
    width: 52.8125rem;
  }
  .p-top-fv__swiper {
    width: 9.8125rem;
  }
  .p-top-fv__list {
    gap: 0.25rem;
  }
  .p-top-fv__list-item {
    height: 11.75rem;
    width: 9.8125rem;
  }
  .p-top-fv__content {
    left: 2%;
    top: 60%;
  }
  .p-top-fv__catch-heading {
    gap: 0.375rem;
  }
  .p-top-fv__catch-item {
    padding-block: 0.125rem 0.25rem;
    padding-inline: 0.625rem 0.8125rem;
  }
  .p-top-fv__catch-item--second {
    padding-block: 0 0.25rem;
    padding-inline: 0.625rem 1.125rem;
  }
  .p-top-fv__catch-text {
    letter-spacing: 0.1em;
  }
  .p-top-fv__catch-text--main {
    font-size: 1.625rem;
  }
  .p-top-fv__catch-text--sub {
    font-size: 1.5rem;
  }
  .p-top-fv__catch-text--large {
    font-size: 1.75rem;
  }
  .p-top-fv__news {
    max-width: 31.25rem;
    width: calc(100% - 1.375rem);
  }
  .p-top-fv__news-inner {
    padding-block: 0.75rem;
    padding-inline: 2.5625rem 1.25rem;
  }
  .p-top-fv__news-date {
    font-size: 0.6875rem;
    line-height: 2;
  }
  .p-top-fv__news-text {
    -webkit-line-clamp: 1;
    font-size: 0.875rem;
    line-height: 1.57;
    margin-top: 0;
  }
  .p-top-news {
    padding-bottom: 0;
    padding-inline: 0.9375rem;
  }
  .p-top-news::after {
    height: 35%;
  }
  .p-top-news__inner {
    flex-direction: column;
    gap: 0;
    height: auto;
    padding-block: 4.75rem 4.5rem;
    padding-inline: 1.6875rem;
  }
  .p-top-news__inner::before {
    background: url(../img/top/news_bg_sp.webp) center center/contain no-repeat;
    left: -1.5rem;
    top: -8rem;
    width: 23.4375rem;
  }
  .p-top-news__en {
    font-size: 2.5rem;
  }
  .p-top-news__line {
    margin-top: 0.4375rem;
  }
  .p-top-news__ja {
    margin-top: 2.4375rem;
  }
  .p-top-news__body {
    margin-top: 2.9375rem;
  }
  .p-top-news__link {
    align-items: baseline;
    gap: 1.75rem;
    padding-block: 2.5rem;
    padding-inline: 0.625rem;
  }
  .p-top-news__date {
    font-size: 0.75rem;
  }
  .p-top-news__text {
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
  }
  .p-top-news__btn {
    margin-inline: auto;
    margin-top: 1.0625rem;
    width: 100%;
  }
  .p-top-recruit {
    -webkit-padding-after: 6.375rem;
    padding-block-end: 6.375rem;
  }
  .p-top-recruit__images {
    margin-top: -3.3125rem;
  }
  .p-top-recruit__img-main {
    aspect-ratio: 225/166;
    border-radius: 0.3125rem;
    width: clamp(225px, 48vw, 400px);
  }
  .p-top-recruit__img-sub {
    aspect-ratio: 138/136;
    border-radius: 0.3125rem;
    top: 60%;
    width: clamp(138px, 30vw, 250px);
  }
  .p-top-recruit__body {
    margin-top: 6.375rem;
  }
  .p-top-recruit__btn {
    margin-top: 1.75rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .p-recruit-mv__copy {
    font-size: 1.0625rem;
  }
  .p-top-business__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .l-footer__nav-link:hover {
    color: #008d41;
  }
  .l-footer__nav-link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .l-header__nav-link:hover {
    color: #008d41;
  }
  .l-header__nav-link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .l-header__contact-btn:hover {
    background-color: #ffffff;
    color: #008d41;
  }
  .l-header__contact-btn:hover .l-header__contact-line {
    background-color: #008d41;
  }
  .c-btn-green:hover {
    background-color: #ffffff;
    color: #008d41;
  }
  .c-btn-green:hover .c-btn-green__text-wrap {
    color: #008d41;
  }
  .c-btn-green:hover .c-btn-green__text {
    color: #008d41;
  }
  .c-btn-green:hover .c-btn-green__line {
    background-color: #008d41;
  }
  .c-btn-green--outline:hover {
    background-color: #008d41;
    color: #ffffff;
  }
  .c-btn-green--outline:hover .c-btn-green__text-wrap {
    color: #ffffff;
  }
  .c-btn-green--outline:hover .c-btn-green__text {
    color: #ffffff;
  }
  .c-btn-green--outline:hover .c-btn-green__line {
    background-color: #ffffff;
  }
  .c-news-filter__link:hover::after {
    opacity: 1;
  }
  .p-contact__privacy-link:hover {
    opacity: 0.7;
  }
  .p-contact__submit-btn:hover {
    background-color: #ffffff;
    color: #008d41;
  }
  .p-contact__submit-btn:hover ~ .p-contact__submit-line {
    background-color: #008d41;
  }
  .p-news-detail__post-prev:hover,
  .p-news-detail__post-next:hover,
  .p-news-detail__post-list:hover {
    color: #008d41;
  }
  .p-news-detail__content .wp-block-button__link:hover {
    background-color: #ffffff;
    border-color: #008d41;
    color: #008d41;
  }
  .p-news-detail__content .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #008d41;
    color: #ffffff;
  }
  .p-news-detail__content a:hover {
    opacity: 0.7;
  }
  .p-news__link:hover .p-news__text::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .p-news__pager-link:not(.is-current):hover {
    opacity: 0.7;
  }
  .p-page-top__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .p-page-top__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .p-recruit-entry__btn:hover {
    background-color: #008d41;
    color: #ffffff;
  }
  .p-recruit-entry__btn:hover .p-recruit-entry__btn-icon path {
    fill: #ffffff;
  }
  .p-top-fv__news .p-top-fv__news-date,
  .p-top-fv__news .p-top-fv__news-text {
    transition: color 0.3s ease-out;
  }
  .p-top-fv__news:hover .p-top-fv__news-date,
  .p-top-fv__news:hover .p-top-fv__news-text {
    color: #008d41;
  }
  .p-top-news__link:hover .p-top-news__text::after {
    width: 100%;
  }
  .u-hover:hover {
    opacity: 0.8;
    transition: opacity 0.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */