@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #101A0E;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
body.home {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  body {
    margin-top: 60px;
    padding-top: 48px;
  }
}
@media screen and (min-width: 901px) {
  body {
    margin-top: clamp(64px, 6.25vw, 100px);
    padding-top: clamp(80px, 7.25vw, 116px);
  }
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p,
a,
span,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* ▽▽▽▽ table ▽▽▽▽ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  tr + tr th,
  tr + tr td {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 24px;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 24px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.6);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

.js_image {
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js_image.is-show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-left {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-left {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.blur_show {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* △△△△追従△△△△ */
/* ▽▽▽▽文字囲み▽▽▽▽ */
.js-wrap_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.js-wrap span:not(.js-wrap_text) {
  position: relative;
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: uppercase;
}
.js-wrap.-show span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* △△△△文字囲み△△△△ */
.c_header {
  position: relative;
  z-index: 200;
}

.c_header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: clamp(60px, 6.25vw, 100px);
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  top: 0%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    position: fixed;
    z-index: 10;
    top: 0%;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  }
}
.c_header__block.is-hidden {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 0;
  pointer-events: none;
}

.c_header__logo {
  max-width: 261px;
  width: clamp(164px, 16.25vw, 260px);
}
.c_header__logo a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.c_header__logo img {
  width: 100%;
  height: auto;
}

.c_header__banner {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 10.0625vw;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 1100px) {
  .c_header__banner {
    display: none !important;
  }
}
.c_header__banner.is-hidden {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  opacity: 0;
  pointer-events: none;
}

.c_header__banner___link {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  font-size: clamp(1rem, 1.7vw, 1.0625rem);
  line-height: 105%;
  text-align: center;
  color: #fff;
  padding: 22px 21px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c_header__banner___link._contact {
  background: #009944;
  border-top-left-radius: 14px;
  overflow: clip;
}
.c_header__banner___link._entry {
  background: #101A0E;
  border-bottom-left-radius: 14px;
  overflow: clip;
}

/* ハンバーガー：SPのみ表示。アイコンはspanで描画しopen時に変形 */
.c_header__hamburger {
  position: absolute;
  right: 8.5px;
  top: 50%;
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #009944;
  border-radius: 50%;
  overflow: clip;
}

@media screen and (min-width: 1101px) {
  .c_header__hamburger {
    display: none;
  }
}
.c_header__hamburger button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

/* 3本ライン */
.c_header__hamburger button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background: #fff;
}

/* 上・中・下のバーに変形トランジションを付与 */
.c_header__hamburger button > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 5px));
  -webkit-transform: translate(-50%, calc(-50% - 5px));
  -ms-transform: translate(-50%, calc(-50% - 5px));
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c_header__hamburger button > span:nth-child(2) {
  -webkit-transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c_header__hamburger button > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 5px));
  -webkit-transform: translate(-50%, calc(-50% + 5px));
  -ms-transform: translate(-50%, calc(-50% + 5px));
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c_header__hamburger button.is-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.c_header__hamburger button.is-open > span:nth-child(2) {
  opacity: 0;
}

.c_header__hamburger button.is-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

/* グローバルナビ：PCのみ表示。縦中央に配置 */
@media screen and (max-width: 1100px) {
  .c_header__nav {
    display: none;
  }
}
.c_header__nav___list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.c_header__nav___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
}
.c_header__nav___item svg {
  display: block;
}

.c_header__nav___item a,
.c_header__nav___item button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .c_header__nav___item a:hover,
  .c_header__nav___item button:hover {
    opacity: 1;
    color: #009944;
  }
}
@media (hover: none) {
  .c_header__nav___item a,
  .c_header__nav___item button {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_header__nav___item a:active,
  .c_header__nav___item button:active {
    opacity: 1;
    color: #009944;
  }
}

/* ==============================
  c_header__mega Menu（メガメニュー）
  - .c_header__mega.is-open でオーバーレイ／本体を表示
  - PC: ヘッダー直下に重ねる
  - SP: パディングを広めに
============================== */
.c_header__mega___overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0ms 400ms, opacity 400ms linear;
  transition: visibility 0ms 400ms, opacity 400ms linear;
}

/* メガメニュー本体コンテナ。高さアニメはJSで付与 */
.c_header__mega___container {
  position: absolute;
  position: fixed;
  top: clamp(60px, 6.25vw, 100px);
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(250, 250, 250, 0.9);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0ms 400ms, opacity 400ms linear;
  transition: visibility 0ms 400ms, opacity 400ms linear;
}

/* PCはヘッダー高に合わせる */
@media screen and (min-width: 1101px) {
  .c_header__mega___container {
    top: clamp(60px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1100px) {
  .c_header__mega___container {
    padding: 0 20px 80px;
  }
}
/* セクション（各パネル）
   PCでは重ねて配置し、表示中だけ is-open で見せる */
@media screen and (min-width: 1101px) {
  .c_header__mega___section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0ms 400ms, opacity 400ms linear;
    transition: visibility 0ms 400ms, opacity 400ms linear;
  }
}
/* SPではアコーディオンの見切れ線 */
@media screen and (max-width: 1100px) {
  .c_header__mega___section {
    border-bottom: 1px solid #e1e1e1;
  }
}
/* 見出し（SPのみ表示、アコーディオンのトリガー） */
.c_header__mega___header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 1101px) {
  .c_header__mega___header {
    display: none;
  }
}
.c_header__mega___header a,
.c_header__mega___header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 65px;
  margin: 0;
  padding: 0 20px;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 見出し右の＋（span疑似要素で線を描画） */
.c_header__mega___header button > span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}

.c_header__mega___header button > span::before,
.c_header__mega___header button > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 1px;
  background: #333;
}

.c_header__mega___header button > span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* 本文領域（PCは常に表示、SPは閉じておく） */
.c_header__mega___body {
  position: relative;
}

@media screen and (min-width: 1101px) {
  .c_header__mega___body {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__mega___body {
    display: none;
    overflow: hidden;
  }
}
@media screen and (min-width: 1101px) {
  .c_header__mega___inner {
    padding-top: clamp(24px, 2vw, 32px);
    padding-bottom: clamp(32px, 2.5vw, 40px);
    padding-left: clamp(20px, 16.5vw, 264px);
    padding-right: clamp(20px, 16.5vw, 264px);
  }
}
@media screen and (max-width: 1100px) {
  .c_header__mega___inner {
    padding-bottom: 25px;
  }
}
.c_header__mega__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 20px 24px;
}
.c_header__mega__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c_header__mega__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c_header__mega__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.c_header__mega__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 1100px) {
  .c_header__mega__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
    margin-top: 16px;
  }
}

.c_header__mega__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 8px 16px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .c_header__mega__link {
    padding-left: 0;
    padding-right: 0;
  }
}
.c_header__mega__link::after {
  background-color: #009944;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__mega__link::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__mega__link::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__mega__link::after {
  width: 0;
}
.c_header__mega__link i {
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__mega__link i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__mega__link i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__mega__link svg {
  display: block;
}
@media (hover: hover) {
  .c_header__mega__link:hover {
    opacity: 1;
  }
  .c_header__mega__link:hover::after {
    width: 100%;
  }
  .c_header__mega__link:hover i {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media (hover: none) {
  .c_header__mega__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_header__mega__link:active {
    opacity: 1;
  }
  .c_header__mega__link:active::after {
    width: 100%;
  }
  .c_header__mega__link:active i {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

/* SP: 先頭セクションの上線（見切れ調整） */
@media screen and (max-width: 1100px) {
  .c_header__mega___section:first-child {
    border-top: 1px solid #e1e1e1;
  }
}
/* 表示中のセクション。PCで前面に出し、フェードを有効化 */
.c_header__mega___section.is-open {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0ms, opacity 400ms linear;
  transition: visibility 0ms, opacity 400ms linear;
}

/* アコーディオン展開時は＋を−に変形 */
.c_header__mega___section.is-expanded .c_header__mega___header button > span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* メガメニュー表示状態：オーバーレイ／本体の表示をまとめてON */
.c_header__mega.is-open .c_header__mega___overlay,
.c_header__mega.is-open .c_header__mega___container {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0ms, opacity 400ms linear;
  transition: visibility 0ms, opacity 400ms linear;
}
@media screen and (max-width: 1100px) {
  .c_header__mega.is-open .c_header__mega___overlay,
  .c_header__mega.is-open .c_header__mega___container {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 48px;
  }
}

.c_mv {
  display: block;
  position: relative;
  padding-bottom: clamp(80px, 10vw, 160px);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .c_mv {
    padding-top: 80px;
  }
}
@media screen and (min-width: 901px) {
  .c_mv {
    padding-top: clamp(80px, 7.25vw, 116px);
  }
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c_mv__effect {
  position: absolute;
  z-index: -1;
  left: -8.875vw;
  top: 19.3125vw;
  width: 51.4375vw;
  rotate: 16deg;
}
@media screen and (max-width: 1600px) {
  .c_mv__effect {
    left: -10.9375vw;
    max-width: 823px;
  }
}
@media screen and (max-width: 900px) {
  .c_mv__effect {
    width: 127.4666666667%;
  }
}
@media screen and (max-width: 900px) and (min-width: 601px) {
  .c_mv__effect {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .c_mv__effect {
    top: 24.2666666667vw;
    left: -17.6vw;
  }
}

.c_mv__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1501px) {
  .c_mv__container {
    margin-left: calc((100vw - 1485px) / 2);
  }
}
@media screen and (max-width: 1500px) {
  .c_mv__container {
    max-width: 1530px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_mv__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c_mv__container {
  overflow: hidden;
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .c_mv__container {
    padding-left: 8.125vw;
  }
}

.c_mv__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(108px, 7.25vw, 116px);
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .c_mv__columns {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .c_mv__columns {
    gap: 48px;
  }
}
@media screen and (max-width: 900px) {
  .c_mv__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_mv__wrap {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .c_mv__wrap {
    width: 100%;
    max-width: 68.2993197279%;
    border-top-left-radius: 64px;
    overflow: clip;
  }
}
@media screen and (max-width: 1500px) {
  .c_mv__wrap {
    margin-right: -30px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__wrap {
    border-top-left-radius: 32px;
    overflow: clip;
    width: calc(100vw - 30px);
  }
}

.c_mv__catch {
  position: absolute;
  bottom: 1.5vw;
  right: 2.625vw;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0.8125rem, 2vw, 1.25rem);
  line-height: 1.5;
  text-transform: uppercase;
}
.c_mv__catch span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0.8125rem, 2vw, 1.25rem);
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (min-width: 1001px) {
  .c_mv__headline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .c_mv__headline {
    padding-top: 10.75vw;
  }
}
@media screen and (max-width: 600px) {
  .c_mv__headline {
    max-width: 208px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c_mv__headline h2 {
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
@media screen and (max-width: 1600px) {
  .c_mv__headline h2 {
    max-width: 19.0625vw;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .c_mv__headline h2 {
    max-width: 22.5vw;
  }
}
@media screen and (max-width: 900px) {
  .c_mv__headline h2 {
    max-width: 352px;
  }
}
.c_mv__headline p {
  font-size: clamp(0.8125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .c_mv__headline p {
    padding: 0 4px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .c_mv__headline p {
    font-size: 16px;
  }
}

.move_txt span {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-size: inherit;
  font-weight: inherit;
}

.move_txt.active span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c_mv.js-trigger .c_mv__effect {
  opacity: 0;
}
.c_mv.js-trigger .c_mv__headline {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}
.c_mv.js-trigger._on .c_mv__effect {
  opacity: 1;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c_mv.js-trigger._on .c_mv__headline {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.c_kv {
  display: block;
}
.c_kv img {
  display: block;
  max-width: 100%;
}

.c_kv__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 900px) {
  .c_kv__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.c_kv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 9.75vw, 156px);
}
@media screen and (max-width: 1200px) {
  .c_kv__block {
    gap: 56px;
  }
}
@media screen and (max-width: 900px) {
  .c_kv__block {
    gap: 24px;
  }
}
@media screen and (min-width: 901px) {
  .c_kv__block._single {
    gap: 40px;
  }
}

.c_kv__caption {
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3rem, 7.2vw, 4.5rem);
  line-height: 1;
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .c_kv__caption {
    font-size: 64px;
  }
}

.c_kv__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: clamp(12px, 1vw, 16px);
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .c_kv__lead {
    font-size: 22px;
  }
}

.c_kv__pic {
  position: relative;
  opacity: 0.9;
  border-top-left-radius: 56px;
  overflow: clip;
}
@media screen and (min-width: 901px) {
  .c_kv__pic {
    -ms-flex-preferred-size: 61.5714285714%;
        flex-basis: 61.5714285714%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c_kv__pic img {
    height: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .c_kv__pic {
    -ms-flex-preferred-size: 53.875%;
        flex-basis: 53.875%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_kv__pic {
    margin-right: -40px;
  }
}
@media screen and (max-width: 500px) {
  .c_kv__pic {
    border-top-left-radius: 24px;
    overflow: clip;
    margin-right: -30px;
  }
}
.c_kv__pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0));
  opacity: 0.2;
}
.c_kv__pic img {
  min-height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_bread {
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
}
.c_bread .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px 8px;
  color: #707070;
  line-height: 1;
}
.c_bread .breadcrumbs span,
.c_bread .breadcrumbs a {
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  font-weight: 500;
  line-height: 1;
}
.c_bread .breadcrumbs .post.current-item {
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .c_bread .breadcrumbs .post.current-item {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .c_bread .breadcrumbs .post.current-item {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .c_bread .breadcrumbs .post.current-item {
    width: clamp(100px, 33.3333333333vw, 300px);
  }
}
@media screen and (max-width: 500px) {
  .c_bread .breadcrumbs .post.current-item {
    width: 100px;
  }
}

.c_cta {
  padding-top: clamp(72px, 7.5vw, 120px);
  padding-bottom: clamp(72px, 6.6875vw, 107px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/page/bg_cta.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c_cta__head {
  color: #fff;
  margin-bottom: clamp(40px, 4vw, 64px);
}

.c_cta__caption {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3rem, 4.8vw, 4.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.c_cta__label {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.c_cta__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(32px, 4vw, 64px) clamp(24px, 4.5vw, 72px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
}

@media screen and (min-width: 901px) {
  .c_cta__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .c_cta__info {
    text-align: center;
  }
}

.c_cta__lead {
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: clamp(8px, 1.5vw, 24px);
  text-align: left;
}

.c_cta__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.875rem, 4.2vw, 2.625rem);
  line-height: 1;
}

.c_cta__unit svg {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 3.6666666667vw, 33px);
  height: auto;
}

.c_cta__num {
  font-size: inherit;
  line-height: inherit;
}

.c_cta__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 901px) {
  .c_cta__time {
    margin-top: 4px;
  }
}

.c_cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(12px, 1vw, 16px);
}
@media screen and (min-width: 901px) {
  .c_cta__btns {
    -ms-flex-preferred-size: 375px;
        flex-basis: 375px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .c_cta__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c_cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  width: 240px;
}

.c_cta__btn___label {
  display: inline-block;
  font-size: inherit;
}

.c_footer {
  position: relative;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .c_footer .container {
    padding: 0 40px;
  }
}

.c_footer__block {
  padding-top: 40px;
}
@media screen and (min-width: 1001px) {
  .c_footer__block {
    padding-top: 56px;
  }
}

@media screen and (min-width: 1001px) {
  .c_footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}

@media screen and (max-width: 900px) {
  .c_footer__content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .c_footer__content {
    max-width: 270px;
  }
}

@media screen and (min-width: 1001px) {
  .c_footer__nav {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_footer__nav {
    -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav {
    margin-bottom: 40px;
  }
}
.c_footer__nav span {
  display: none;
}
.c_footer__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav .menu {
    margin-top: 40px;
    gap: 18px 24px;
  }
}
@media screen and (min-width: 1001px) {
  .c_footer__nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 96px;
    height: 258px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_footer__nav .menu {
    gap: 20px 56px;
  }
}
.c_footer__nav .menu {
  /* @include break(1000, max){
      border-top: 1px solid $cl_sub__gray;
  } */
}
.c_footer__nav .menu a {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
}
@media (hover: hover) {
  .c_footer__nav .menu a:hover {
    opacity: 1;
    color: #009944;
  }
}
@media (hover: none) {
  .c_footer__nav .menu a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_footer__nav .menu a:active {
    opacity: 1;
    color: #009944;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li {
    width: calc(50% - 12px);
    border-bottom: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.2;
  }
  .c_footer__nav a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: none !important;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: block;
  margin-top: clamp(12px, 1vw, 16px);
}
.c_footer__nav .sub-menu li,
.c_footer__nav .children li {
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
}
.c_footer__nav .sub-menu li + li,
.c_footer__nav .children li + li {
  margin-top: 8px;
}
.c_footer__nav .sub-menu a,
.c_footer__nav .children a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_footer__nav .sub-menu a::before,
.c_footer__nav .children a::before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "-";
}

.c_footer__link {
  display: block;
  max-width: 308px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .c_footer__link {
    max-width: 261px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .c_footer__link {
    max-width: 220px;
  }
}

.c_footer__image {
  width: 100%;
  height: auto;
}

.c_footer__address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .c_footer__address {
    font-weight: 500;
    margin-top: 4px;
  }
}

.c_footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .c_footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c_footer__sns___link {
  width: 30px;
}

.c_footer__policy {
  margin-top: clamp(24px, 2.5vw, 40px);
}
@media screen and (max-width: 900px) {
  .c_footer__policy {
    text-align: center;
  }
}

.c_footer__policy___link {
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .c_footer__policy___link {
    font-size: 12px;
    font-weight: 400;
  }
}

.c_footer__copy {
  display: block;
  padding-top: clamp(18px, 1.4375vw, 23px);
  padding-bottom: clamp(19px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #101A0E;
  color: #fff;
  margin-top: clamp(40px, 7.25vw, 116px);
  font-size: clamp(0.625rem, 1.4vw, 0.875rem);
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_footer__copy {
    margin-top: 56px;
  }
}

.c_footer__rtt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  position: absolute;
  right: 2.875vw;
  bottom: 24px;
  aspect-ratio: 1/1;
  width: clamp(46px, 6.6666666667vw, 80px);
  border-radius: 50%;
  overflow: clip;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .c_footer__rtt {
    bottom: 1.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__rtt {
    bottom: 36px;
  }
}
.c_footer__rtt svg {
  display: block;
}

.c_footer__rtt___text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.625rem, 1.6vw, 1rem);
  line-height: 1;
  letter-spacing: 0.01em;
}

.c_address__block {
  display: block;
  max-width: 300px;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__inner {
  position: relative;
  padding-top: clamp(80px, 7.5vw, 120px);
  padding-bottom: clamp(96px, 10vw, 160px);
}

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .c_block__narrow {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .c_block__narrow {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c_block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c_block__bg img {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.c_block__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(80px, 6.625vw, 106px);
}
@media screen and (max-width: 900px) {
  .c_block__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .c_block__nav {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1230px) {
  .c_block__nav {
    margin-left: -30px;
  }
}
@media screen and (max-width: 900px) {
  .c_block__nav {
    margin-left: -30px;
  }
}
@media screen and (max-width: 900px) and (min-width: 501px) {
  .c_block__nav {
    margin-left: -40px;
  }
}

.c_block__nav___list {
  position: sticky;
  z-index: 10;
  top: clamp(72px, 6.875vw, 110px);
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(40px, 4vw, 64px);
  padding-right: clamp(40px, 3.5vw, 56px);
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .c_block__nav___list {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (min-width: 901px) {
  .c_block__nav___list {
    max-height: calc(100vh - 110px);
    overflow-y: scroll;
  }
  .c_block__nav___list::-webkit-scrollbar {
    width: 3px;
  }
  .c_block__nav___list::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
  }
}

.c_block__nav___item {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.25;
}
.c_block__nav___item + .c_block__nav___item {
  margin-top: clamp(16px, 1.5vw, 24px);
}

.c_block__nav___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.25;
  color: #8F8F8F;
}
.c_block__nav___link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #009944;
  border-radius: 50%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_block__nav___link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_block__nav___link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_block__nav___link::before {
  opacity: 0;
}
.c_block__nav___link.c_anchor__active {
  color: #101A0E;
}
.c_block__nav___link.c_anchor__active::before {
  opacity: 1;
}
@media (hover: hover) {
  .c_block__nav___link:hover {
    opacity: 1;
    color: #101A0E;
  }
  .c_block__nav___link:hover::before {
    opacity: 1;
  }
}
@media (hover: none) {
  .c_block__nav___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_block__nav___link:active {
    opacity: 1;
    color: #101A0E;
  }
  .c_block__nav___link:active::before {
    opacity: 1;
  }
}

@media screen and (min-width: 901px) {
  .c_block__contents {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_single .c_block__contents {
    width: 64.2857142857%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c_block__nav___child {
  margin-top: 16px;
  padding-left: 14px;
}
@media screen and (max-width: 900px) {
  .c_block__nav___child {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 16px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .c_block__nav___child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
  }
  .c_block__nav___child > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c_block__nav___child > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 901px) {
  .c_block__nav___child___item + .c_block__nav___child___item {
    margin-top: clamp(12px, 1vw, 16px);
  }
}

.c_block__nav___child___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.25;
  color: #8F8F8F;
}
@media (hover: hover) {
  .c_block__nav___child___link:hover {
    opacity: 1;
    color: #101A0E;
  }
}
@media (hover: none) {
  .c_block__nav___child___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_block__nav___child___link:active {
    opacity: 1;
    color: #101A0E;
  }
}

.c_front__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1vw, 16px);
}

.c_front__caption {
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3rem, 4.8vw, 4.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.c_front__lead {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.c_main__head {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.c_main__lead {
  font-size: clamp(1.875rem, 2.6666666667vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.c_main__caption {
  margin-top: clamp(16px, 1.6vw, 24px);
}

.c_sub__lead {
  font-size: clamp(1.25rem, 2.1333333333vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
}

.c_lower__head {
  margin-bottom: clamp(64px, 5.5vw, 88px);
  text-align: center;
}

.c_lower__slug {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.c_lower__lead {
  margin-top: clamp(12px, 1vw, 16px);
  font-size: clamp(1.75rem, 3.6vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .c_text {
    line-height: 1.5625;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5625) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5625) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .c_text {
    line-height: 1.25;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}

.c_top {
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
}

.c_top__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #00f;
}

.c_top__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #ddd;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

.c_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.c_top__text {
  font-size: inherit;
}

.c_more {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_more__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_sldier linear 5000ms infinite;
          animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #ddd;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .c_btn {
    gap: 12px;
  }
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: clamp(60px, 7.3333333333vw, 66px);
  padding-left: clamp(28px, 1.875vw, 30px);
  padding-right: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #009944;
  border-radius: 50px;
  overflow: clip;
}
@media screen and (max-width: 600px) {
  .c_btn__link {
    max-width: 252px;
  }
}
.c_btn__link._back {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.c_btn__link._back .c_btn__icon {
  rotate: 180deg;
}
.c_btn__link._w {
  background-color: #fff;
  border: 1px solid #009944;
}
.c_btn__link._w .c_btn__text {
  color: #009944;
}
.c_btn__link._w .c_btn__icon {
  background-color: #009944;
}
.c_btn__link._w .c_btn__icon path {
  fill: #fff;
}
@media (hover: hover) {
  .c_btn__link:hover {
    opacity: 1;
    background-color: #B7D200;
  }
  .c_btn__link:hover .c_btn__icon {
    scale: 1.5;
  }
  .c_btn__link:hover .c_btn__icon svg {
    scale: 0.9;
  }
  .c_btn__link:hover .c_btn__icon path {
    fill: #B7D200;
  }
  .c_btn__link:hover._w {
    background-color: #009944;
  }
  .c_btn__link:hover._w .c_btn__text {
    color: #fff;
  }
  .c_btn__link:hover._w .c_btn__icon {
    background-color: #fff;
  }
  .c_btn__link:hover._w .c_btn__icon path {
    fill: #009944;
  }
}
@media (hover: none) {
  .c_btn__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_btn__link:active {
    opacity: 1;
    background-color: #B7D200;
  }
  .c_btn__link:active .c_btn__icon {
    scale: 1.5;
  }
  .c_btn__link:active .c_btn__icon svg {
    scale: 0.9;
  }
  .c_btn__link:active .c_btn__icon path {
    fill: #B7D200;
  }
  .c_btn__link:active._w {
    background-color: #009944;
  }
  .c_btn__link:active._w .c_btn__text {
    color: #fff;
  }
  .c_btn__link:active._w .c_btn__icon {
    background-color: #fff;
  }
  .c_btn__link:active._w .c_btn__icon path {
    fill: #009944;
  }
}

.c_btn__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1;
}

.c_btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(22px, 2.6666666667vw, 24px);
  height: auto;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_btn__icon {
  border-radius: 50%;
}
.c_btn__icon svg {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 6/10;
  width: clamp(5px, 0.6666666667vw, 6px);
}
.c_btn__icon path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_btn__large {
  max-width: 400px;
  padding-left: clamp(27px, 2.5vw, 40px);
  padding-right: clamp(20px, 1.625vw, 26px);
  height: clamp(60px, 9.3333333333vw, 84px);
}
.c_btn__large .c_btn__text {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
}
.c_btn__large .c_btn__icon {
  width: clamp(22px, 3.5555555556vw, 32px);
}

.c_slider__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c_slider__slide + .c_slider__slide {
  margin-top: 20px;
}
.c_slider__slide {
  z-index: 1;
}
.c_slider__slide._left {
  -webkit-animation: a_recruit_catch__slider1 30s linear infinite;
          animation: a_recruit_catch__slider1 30s linear infinite;
}
.c_slider__slide._right {
  -webkit-animation: a_recruit_catch__slider1 40s linear infinite;
          animation: a_recruit_catch__slider1 40s linear infinite;
}

.c_slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_slider__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-top: clamp(6px, 0.5vw, 8px);
  padding-bottom: clamp(6px, 0.5vw, 8px);
  padding-left: clamp(12px, 1vw, 16px);
  padding-right: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  overflow: clip;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.c_slider__tag::before {
  content: "＃";
  color: #009944;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}

.c_slider__voice {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@-webkit-keyframes a_recruit_catch__slider1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 10px));
            transform: translateX(calc(-50% - 10px));
  }
}

@keyframes a_recruit_catch__slider1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 10px));
            transform: translateX(calc(-50% - 10px));
  }
}
.c_banner {
  margin-top: clamp(80px, 10vw, 160px);
}

.c_banner__side {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.c_banner__side > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c_banner__side > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .c_banner__side {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    max-width: 420px;
    gap: 16px;
  }
}

.c_banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  padding: 24px 34px 24px 24px;
  background-color: #009944;
}
.c_banner__link[href*=company] {
  background-color: #B7D200;
}
.c_banner__link[href*=company] .c_banner__ico path {
  fill: #B7D200;
}
@media screen and (max-width: 600px) {
  .c_banner__link {
    gap: 16px;
    padding: 20px 24px 20px 20px;
  }
}

.c_banner__pic {
  width: clamp(96px, 8.5vw, 136px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .c_banner__pic {
    width: 100%;
    -ms-flex-preferred-size: 23.0769230769%;
        flex-basis: 23.0769230769%;
  }
}

.c_banner_info {
  text-align: center;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_banner_info span {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.375rem, 4.4vw, 2.75rem);
  line-height: 1;
  text-transform: uppercase;
}
.c_banner_info p {
  margin-top: 8px;
  font-size: clamp(0.8125rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
}

.c_banner__inner {
  display: contents;
}

.c_banner__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(28px, 4.4444444444vw, 40px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_banner__ico {
  border-radius: 50%;
}

.c_banner__ico svg {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 7/13;
  width: clamp(5px, 0.7777777778vw, 7px);
  height: auto;
}
.c_banner__ico svg path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__ico svg path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__ico svg path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

@media (hover: hover) {
  .c_banner__link:hover {
    opacity: 1;
    background-color: #008A3D;
  }
  .c_banner__link:hover[href*=company] {
    background-color: #AEC700;
  }
}
@media (hover: none) {
  .c_banner__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_banner__link:active {
    opacity: 1;
    background-color: #008A3D;
  }
  .c_banner__link:active[href*=company] {
    background-color: #AEC700;
  }
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c_wp__label {
  font-weight: inherit;
}

.c_pagelist {
  margin-bottom: clamp(80px, 6.625vw, 106px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 12px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 600px) {
  .c_pagelist li + li {
    margin-top: 8px;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
  background-color: #fff;
  color: #009944;
  border: 1px solid #009944;
  padding-top: clamp(12px, 0.875vw, 14px);
  padding-bottom: clamp(12px, 0.875vw, 14px);
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  border-radius: 24px;
  overflow: clip;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_pagelist a[aria-current=page] {
  background-color: #009944;
  color: #fff;
}
@media (hover: hover) {
  .c_pagelist a:hover {
    opacity: 1;
    background-color: #009944;
    color: #fff;
  }
}
@media (hover: none) {
  .c_pagelist a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_pagelist a:active {
    opacity: 1;
    background-color: #009944;
    color: #fff;
  }
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.c_pagenavi {
  margin-top: clamp(56px, 4.5vw, 72px);
  padding-top: clamp(40px, 3vw, 48px);
  border-top: 1px solid #CCCCCC;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.c_pagenavi a,
.c_pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding: 0 3px 8px !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
}
.c_pagenavi a:hover,
.c_pagenavi span:hover {
  opacity: 1;
  color: #009944;
  border-bottom: 1px solid #009944 !important;
}
.c_pagenavi a.previouspostslink, .c_pagenavi a.nextpostslink,
.c_pagenavi span.previouspostslink,
.c_pagenavi span.nextpostslink {
  border: none;
  border-radius: 0;
}
.c_pagenavi a.previouspostslink:hover, .c_pagenavi a.nextpostslink:hover,
.c_pagenavi span.previouspostslink:hover,
.c_pagenavi span.nextpostslink:hover {
  background: transparent;
}
.c_pagenavi img {
  display: block;
  width: 8px;
}
.c_pagenavi .current {
  color: #009944;
  border-bottom: 1px solid #009944 !important;
}
.c_pagenavi .previouspostslink img {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.c_pagenavi .nextpostslink img {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #CCCCCC;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
@media screen and (max-width: 600px) {
  .c_single__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_single__nav___move {
  max-width: 106px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #009944;
  border: 1px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: clamp(28px, 3.5555555556vw, 32px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_single__nav___move i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_single__nav___move i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_single__nav___move i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c_single__nav___move i svg {
  aspect-ratio: 6/10;
  width: clamp(5px, 0.6666666667vw, 6px);
  height: auto;
}
.c_single__nav___move i path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_single__nav___move i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_single__nav___move i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_single__nav___move a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 0.875vw, 14px);
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
}
@media (hover: hover) {
  .c_single__nav___move a:hover {
    opacity: 1;
    color: #009944;
  }
  .c_single__nav___move a:hover i {
    background-color: #fff;
  }
  .c_single__nav___move a:hover i path {
    fill: #009944;
  }
}
@media (hover: none) {
  .c_single__nav___move a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_single__nav___move a:active {
    opacity: 1;
    color: #009944;
  }
  .c_single__nav___move a:active i {
    background-color: #fff;
  }
  .c_single__nav___move a:active i path {
    fill: #009944;
  }
}

.c_single__nav___back {
  width: 100%;
  max-width: 280px;
}

.mw_wp_form {
  margin-top: clamp(40px, 6vw, 96px);
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #C6CACC;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 12px;
    right: 56px;
    width: 44px;
    line-height: 29px;
    font-size: 12px;
    font-weight: 700;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
}
.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.file-text {
  word-break: break-all;
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #009944;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding: 1.25em;
  color: #fff;
  background-image: url("../images/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 16px center;
  background-color: #C50000;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a,
.form-btns [type=submit] {
  border-radius: 36px;
  overflow: clip;
  background: url(../images/common/icon_contact_btn.svg) 90% 50% no-repeat #009944;
  background-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .form-btns a,
  .form-btns [type=submit] {
    max-width: 240px;
    text-align: left;
    padding-left: 24px;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background: url(../images/common/icon_contact_btn___hover.svg) 90% 50% no-repeat #B7D200;
  background-size: 24px;
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

/* recaptcha 位置逆 */
.grecaptcha-badge {
  z-index: 1;
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.p_front {
  margin-bottom: clamp(96px, 10vw, 160px);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
p_front__topics----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .p_front__topics .container {
    padding-left: 8.125vw;
  }
}

.p_front__topics___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p_front__topics___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (min-width: 901px) {
  .p_front__topics___info {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_front__topics___item + .p_front__topics___item {
  margin-top: 24px;
}

.p_front__topics___link {
  display: block;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1000px) {
  .p_front__topics___link {
    padding-bottom: 28px;
  }
}
.p_front__topics___link::before {
  content: "";
  background: #009944;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p_front__topics___tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .p_front__topics___tag {
    margin-bottom: 12px;
  }
}

.p_front__topics___cat {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 12px 6px;
  border: 1px solid;
  border-radius: 50px;
  overflow: clip;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.p_front__topics___time {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: 1;
  color: #009944;
}

.p_front__topics___new {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  color: #FF0000;
}

.p_front__topics___caption {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 500px) {
  .p_front__topics___caption {
    -webkit-line-clamp: 3;
  }
}

.p_front__topics___inner {
  position: relative;
  display: block;
  padding-right: 88px;
}
@media screen and (max-width: 1000px) {
  .p_front__topics___inner {
    padding-right: 48px;
  }
}

.p_front__topics___link:hover {
  opacity: 1;
}
.p_front__topics___link:hover::before {
  width: 100%;
}

.p_front__topics___btn {
  margin-top: clamp(40px, 4.25vw, 68px);
}

/*================================================
p_front__topics----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
p_front__slider----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__slider {
  width: 100%;
  overflow: hidden;
  margin-top: 68px;
}
@media screen and (max-width: 900px) {
  .p_front__slider {
    margin-top: 80px;
  }
}

.p_front__slider___container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3680px;
  min-width: 3680px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p_front__slider___container {
    width: 1434px;
    min-width: 1434px;
  }
}

.p_front__slider___pic {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_front__slider___pic img {
  -webkit-animation: visual_slider 30000ms linear infinite;
          animation: visual_slider 30000ms linear infinite;
  width: 3680px;
  min-width: 3680px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p_front__slider___pic img {
    -webkit-animation: visual_slider_sp 20000ms linear infinite;
            animation: visual_slider_sp 20000ms linear infinite;
    width: 1434px;
    min-width: 1434px;
  }
}

@-webkit-keyframes visual_slider {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -3680px 0;
  }
}

@keyframes visual_slider {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -3680px 0;
  }
}
@-webkit-keyframes visual_slider_sp {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -1434px 0;
  }
}
@keyframes visual_slider_sp {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -1434px 0;
  }
}
/*================================================
p_front__slider----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
p_front__lower----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__lower {
  position: relative;
  padding-top: 64px;
  padding-bottom: clamp(120px, 8.75vw, 140px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_front__lower___bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__lower___bg {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__lower___bg {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.p_front__lower___bg {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (min-width: 1601px) {
  .p_front__lower___bg {
    overflow: hidden;
  }
}
.p_front__lower___bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1601px) {
  .p_front__lower___bg img {
    height: auto;
  }
}

.p_front__lower___head p {
  margin-top: clamp(24px, 3vw, 48px);
}

.p_front__lower___btn {
  margin-top: clamp(40px, 3.5vw, 56px);
  gap: 16px;
}

.p_front__lower.lazy_show .p_front__lower___bg {
  opacity: 1;
}

/*================================================
p_front__lower----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
p_front__company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__company {
  position: relative;
  padding-top: clamp(240px, 26.25vw, 420px);
}
@media screen and (min-width: 1601px) {
  .p_front__company {
    padding-top: 26.25vw;
  }
}
@media screen and (max-width: 600px) {
  .p_front__company {
    padding-top: 130px;
  }
}

.p_front__company___bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p_front__company___bg {
    aspect-ratio: 375/220;
    height: auto;
  }
  .p_front__company___bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p_front__company___bg.js-trigger._on {
  width: 100%;
  -webkit-animation: nuru 2s forwards;
          animation: nuru 2s forwards;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes nuru {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@keyframes nuru {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
.p_front__company___wrap {
  position: relative;
  padding-top: clamp(40px, 8vw, 128px);
  padding-bottom: clamp(120px, 11.25vw, 180px);
}
.p_front__company___wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px;
  overflow: clip;
  background-color: #fff;
  width: 96vw;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .p_front__company___wrap::before {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .p_front__company___wrap::before {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: clip;
  }
}

.p_front__company___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(80px, 6.75vw, 108px);
}
@media screen and (max-width: 900px) {
  .p_front__company___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .p_front__company___side {
    padding-left: 20px;
  }
}

.p_front__company___image {
  position: relative;
  aspect-ratio: 554/579;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 901px) {
  .p_front__company___image {
    -ms-flex-preferred-size: 46.1666666667%;
        flex-basis: 46.1666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p_front__company___image {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_front__company___pic {
  position: absolute;
}
.p_front__company___pic:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 74.0072202166%;
}
.p_front__company___pic:nth-of-type(2) {
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 45.8483754513%;
}

.p_front__company___lead {
  margin-top: 40px;
}

.p_front__company___btn {
  margin-top: clamp(40px, 3.5vw, 56px);
}
@media screen and (max-width: 600px) {
  .p_front__company___btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*================================================
p_front__company----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
p_front__recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__recruit {
  position: relative;
  padding-top: clamp(80px, 7.5vw, 120px);
  padding-bottom: clamp(40px, 3.75vw, 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p_front__recruit {
    padding-top: 0;
  }
  .p_front__recruit .c_front__head {
    margin-top: 40px;
    text-align: center;
  }
}
.p_front__recruit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-right-radius: 64px;
  border-bottom-left-radius: 64px;
  overflow: clip;
  background: radial-gradient(90.77% 90.77% at 51.77% 4.72%, rgba(183, 210, 0, 0.7) 0%, #B8D207 100%);
  width: 92vw;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .p_front__recruit::before {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p_front__recruit::before {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: clip;
  }
}

@media screen and (max-width: 900px) {
  .p_front__recruit__staff {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    aspect-ratio: 363/215;
    max-width: 363px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .p_front__recruit__staff picture {
    position: absolute;
  }
}

.p_front__recruit__staff__left {
  position: absolute;
  top: 19.5625%;
  left: 10vw;
  aspect-ratio: 460/308;
  width: 28.75vw;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .p_front__recruit__staff__left {
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p_front__recruit__staff__left {
    display: contents;
  }
  .p_front__recruit__staff__left picture {
    position: absolute;
  }
  .p_front__recruit__staff__left picture:nth-of-type(1) {
    left: 0;
    bottom: 13.023255814%;
    width: 34.7107438017%;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p_front__recruit__staff__left picture:nth-of-type(2) {
    bottom: 0;
    left: 37.741046832%;
    width: 25.0688705234%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width: 901px) {
  .p_front__recruit__staff__left picture {
    position: absolute;
  }
  .p_front__recruit__staff__left picture:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 54.7826086957%;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p_front__recruit__staff__left picture:nth-of-type(2) {
    bottom: 0;
    right: 0;
    width: 39.347826087%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.p_front__recruit__staff__right {
  position: absolute;
  top: -3.5vw;
  right: 9.375vw;
  aspect-ratio: 406/410;
  width: 25.375vw;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .p_front__recruit__staff__right {
    right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p_front__recruit__staff__right {
    display: contents;
  }
  .p_front__recruit__staff__right picture {
    position: absolute;
  }
  .p_front__recruit__staff__right picture:nth-of-type(1) {
    top: 0;
    right: 30.8539944904%;
    width: 26.7217630854%;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p_front__recruit__staff__right picture:nth-of-type(2) {
    top: 29.7674418605%;
    right: 0;
    width: 31.955922865%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width: 901px) {
  .p_front__recruit__staff__right picture {
    position: absolute;
  }
  .p_front__recruit__staff__right picture:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 50.2463054187%;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .p_front__recruit__staff__right picture:nth-of-type(2) {
    bottom: 0;
    right: 0;
    width: 60.0985221675%;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.p_front__recruit___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(80px, 7.25vw, 116px);
}
@media screen and (max-width: 900px) {
  .p_front__recruit___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (min-width: 901px) {
  .p_front__recruit___inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 405px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p_front__recruit___inner {
    max-width: 31.914893617%;
  }
}

.p_front__recruit___head .c_front__caption {
  font-size: clamp(3rem, 6.4vw, 6rem);
}

.p_front__recruit___btn {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_front__recruit___slider {
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 80px;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-bottom: 56px;
  overflow: hidden;
}
@media screen and (min-width: 1601px) {
  .p_front__recruit___slider {
    margin-top: 5vw;
  }
}

.p_front__recruit___slider .slider__block {
  position: relative;
  overflow: hidden;
  margin-top: clamp(32px, 3vw, 48px);
}

.p_front__recruit___slider .slider__text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 4.8vw, 3rem);
  line-height: 1;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 20px;
  text-align: center;
}

.p_front__recruit___slider .slider__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.p_front__recruit___slider .slider__container._left .-wrap {
  -webkit-animation: loop-slide-Right 80s infinite linear 1s both;
          animation: loop-slide-Right 80s infinite linear 1s both;
}
.p_front__recruit___slider .slider__container._right .-wrap {
  -webkit-animation: loop-slide-Left 80s infinite linear 1s both;
          animation: loop-slide-Left 80s infinite linear 1s both;
}

.p_front__recruit___slider .slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  -webkit-animation: loop-slide-Right 56s infinite linear 1s both;
          animation: loop-slide-Right 56s infinite linear 1s both;
}
@media screen and (max-width: 600px) {
  .p_front__recruit___slider .slider__wrap {
    gap: 8px;
  }
}

.p_front__recruit___slider .slider__pic {
  width: clamp(230px, 48.4444444444vw, 436px);
  height: auto;
  position: relative;
}
.p_front__recruit___slider .slider__pic img {
  overflow: clip;
  aspect-ratio: 436/303;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p_front__recruit___slider____btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -3.25vw;
  margin-bottom: -3.25vw;
  z-index: 1;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1601px) {
  .p_front__recruit___slider____btn {
    top: -50px;
    margin-bottom: -52px;
  }
}
.p_front__recruit___slider____btn ._inner span {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.8vw, 1.125rem);
  line-height: 1;
  text-transform: uppercase;
}
.p_front__recruit___slider____btn ._inner p {
  margin-top: clamp(8px, 1vw, 16px);
  font-size: clamp(1.125rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}
.p_front__recruit___slider____btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #009944;
  color: #fff;
  width: 100%;
  max-width: 630px;
  padding: clamp(28px, 3vw, 48px) clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  overflow: clip;
}
.p_front__recruit___slider____btn a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(20px, 4.4444444444vw, 40px);
  height: auto;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__recruit___slider____btn a i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__recruit___slider____btn a i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_front__recruit___slider____btn a i {
  border-radius: 50%;
}
.p_front__recruit___slider____btn a i svg {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 7/13;
  width: clamp(4px, 0.7777777778vw, 7px);
  height: auto;
}
.p_front__recruit___slider____btn a i path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__recruit___slider____btn a i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__recruit___slider____btn a i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media (hover: hover) {
  .p_front__recruit___slider____btn a:hover {
    opacity: 1;
    background-color: #008A3D;
  }
  .p_front__recruit___slider____btn a:hover ._icon {
    scale: 1.2;
  }
  .p_front__recruit___slider____btn a:hover ._icon svg {
    scale: 0.9;
  }
}
@media (hover: none) {
  .p_front__recruit___slider____btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_front__recruit___slider____btn a:active {
    opacity: 1;
    background-color: #008A3D;
  }
  .p_front__recruit___slider____btn a:active ._icon {
    scale: 1.2;
  }
  .p_front__recruit___slider____btn a:active ._icon svg {
    scale: 0.9;
  }
}

.p_front__recruit___follow {
  margin-top: clamp(32px, 3.75vw, 60px);
}

.p_front__recruit___follow .sns__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.75rem, 2vw, 1.25rem);
  letter-spacing: 0.1em;
}
.p_front__recruit___follow .sns__text::before, .p_front__recruit___follow .sns__text::after {
  width: 1px;
  height: 24px;
  background-color: #000000;
  content: "";
}
.p_front__recruit___follow .sns__text::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 16px;
}
.p_front__recruit___follow .sns__text::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 16px;
}

.p_front__recruit___follow .sns__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(16px, 1.75vw, 28px) 1fr clamp(16px, 1.75vw, 28px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: clamp(16px, 1.75vw, 28px);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: clamp(24px, 1.75vw, 28px);
  margin-left: auto;
  margin-right: auto;
}

.p_front__recruit___follow .sns__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_front__recruit___follow .sns__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_front__recruit___follow .sns__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p_front__recruit___follow .sns__link {
  width: clamp(32px, 5.5555555556vw, 50px);
}

/*================================================
p_front__recruit----END
==================================================*/
.p_front__activity {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_front__activity___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009944;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .p_front__activity___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 1101px) {
  .p_front__activity___wrap {
    position: relative;
    z-index: 1;
    width: 50%;
    min-height: 380px;
    overflow: hidden;
    padding-top: clamp(72px, 4.6875vw, 75px);
    padding-bottom: clamp(72px, 4.6875vw, 75px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .p_front__activity___wrap::before {
    content: "";
    background-image: url("../images/page/home/front_activity.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .p_front__activity___wrap {
    display: contents;
    width: 100%;
  }
}

.p_front__activity___btn {
  margin-top: clamp(24px, 3.25vw, 52px);
}
@media screen and (max-width: 1100px) {
  .p_front__activity___btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

.p_front__activity___wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.p_front__activity___wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_front__activity__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .p_front__activity__head {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 64px 20px;
  }
  .p_front__activity__head::before {
    content: "";
    background-image: url("../images/page/home/front_activity.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
  }
}

.p_front__activity__head .c_front__caption {
  color: #fff;
}

.p_front__activity___inner {
  width: 50%;
  padding-top: clamp(40px, 3.25vw, 52px);
  padding-bottom: clamp(40px, 3.25vw, 52px);
  padding-left: clamp(30px, 4.75vw, 76px);
  padding-right: clamp(30px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .p_front__activity___inner {
    width: 100%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }
}

.p_front__activity___inner .c_sub__lead + p {
  margin-top: 16px;
}

.p_front__group {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_front__group___lead {
  background-color: #009944;
  color: #fff;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
}

.p_front__group___list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  border: 1px solid #CCCCCC;
  border-top: none;
}

.p_front__group___list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_front__group___list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_front__group___list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p_front__group___list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 900px) {
  .p_front__group___list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p_front__group___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #CCCCCC;
  overflow: hidden;
  padding: clamp(16px, 1.375vw, 22px) clamp(16px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 168px;
}
@media screen and (max-width: 600px) {
  .p_front__group___item {
    min-height: 90px;
  }
}
@media screen and (min-width: 901px) {
  .p_front__group___item:nth-of-type(4n+1) {
    border-left: none;
  }
  .p_front__group___item:nth-of-type(n+5) {
    border-top: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 900px) {
  .p_front__group___item:nth-of-type(2n+1) {
    border-left: none;
  }
  .p_front__group___item:nth-of-type(n+3) {
    border-top: 1px solid #CCCCCC;
  }
}

.p_front__group___link {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.p_front__group___logo {
  width: 100%;
  max-width: 200px;
}
.p_front__group___logo._large {
  max-width: 236px;
}
@media screen and (max-width: 600px) {
  .p_front__group___logo {
    width: 100%;
  }
}

.p_contact__list {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 5vw, 80px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  max-width: 296px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #009944;
  color: #009944;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 0.625em;
    padding-bottom: 0.5em;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  background-color: #009944;
  color: #fff;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #009944;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: clamp(16px, 1.5vw, 24px);
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_contact__lead::before {
  content: "●";
  color: #009944;
}

.p_contact__caption {
  line-height: 2;
}
.p_contact__caption + .p_contact__lead {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p_contact__tel small {
  font-size: clamp(1rem, 2.2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.75;
}
.p_contact__tel i {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(22px, 3.6666666667vw, 33px);
  height: auto;
}
.p_contact__tel i svg {
  display: block;
  width: 100%;
  height: auto;
}
.p_contact__tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.625rem, 4.2vw, 2.625rem);
  line-height: 1;
}

.p_contact__time {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
}

.p_contact__btn {
  margin-top: clamp(48px, 5vw, 80px);
}

.p_privacy__block + .p_privacy__block {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_privacy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 2;
}
.p_privacy__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_privacy__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_privacy__label {
  font-weight: 700;
  margin-bottom: clamp(8px, 0.625vw, 10px);
}

.p_privacy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
}
.p_privacy__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_privacy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_privacy__text {
  font-weight: 500;
}

/* list型 */
/* flex型 */
.p_archive__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(60px, 5vw, 80px);
  padding-top: clamp(60px, 5vw, 80px);
  border-top: 1px solid #ddd;
}

.p_archive__side___pic {
  display: block;
  max-width: 400px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_archive__side___pic {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__side___pic:hover {
  opacity: 1;
}
.p_archive__side___pic:hover img {
  scale: 1.1;
}

.p_archive__side___inner {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_archive__side___lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}

.p_archive__side___link {
  display: inline-block;
  font-size: inherit;
}

/* grid型 */
.p_archive__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 72px 26px;
}
.p_archive__card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p_archive__card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p_archive__card > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p_archive__card > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 900px) {
  .p_archive__card {
    -ms-grid-columns: 1fr 26px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 26px;
  }
}
@media screen and (max-width: 600px) {
  .p_archive__card {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_archive__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(12px, 1vw, 16px);
}

.p_archive__info ._cat {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 12px;
  color: #fff;
  border-radius: 50px;
  overflow: clip;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.p_archive__info time {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
}

.p_archive__info ._new {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  color: #FF0000;
}

.p_archive__headline ._lead {
  margin-top: clamp(10px, 0.75vw, 12px);
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
}

.p_archive__pic {
  overflow: hidden;
  aspect-ratio: 280/207;
  width: 100%;
  height: auto;
}
.p_archive__pic img {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.p_archive__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p_archive__link {
  display: block;
}
@media (hover: hover) {
  .p_archive__link:hover {
    opacity: 1;
  }
  .p_archive__link:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .p_archive__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_archive__link:active {
    opacity: 1;
  }
  .p_archive__link:active img {
    scale: 1.1;
  }
}

.p_archive__nav {
  margin-bottom: clamp(80px, 6.625vw, 106px);
}

@media screen and (min-width: 1001px) {
  .p_archive__nav___list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__nav___list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
  }
  .p_archive__nav___list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p_archive__nav___list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.p_archive__nav___link {
  display: block;
  font-size: inherit;
  text-align: center;
  background-color: #fff;
  color: #009944;
  border: 1px solid #009944;
  padding-top: clamp(12px, 0.875vw, 14px);
  padding-bottom: clamp(12px, 0.875vw, 14px);
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  border-radius: 24px;
  overflow: clip;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__nav___link {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__nav___link {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media (hover: hover) {
  .p_archive__nav___link:hover {
    opacity: 1;
    background-color: #009944;
    color: #fff;
  }
}
@media (hover: none) {
  .p_archive__nav___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_archive__nav___link:active {
    opacity: 1;
    background-color: #009944;
    color: #fff;
  }
}

.p_archive__nav___link._all {
  background-color: #fff;
  color: #009944;
  border: 1px solid #009944;
}
.p_archive__nav___link._all.active {
  background-color: #009944;
  color: #fff;
}
@media (hover: hover) {
  .p_archive__nav___link._all:hover {
    background-color: #009944;
    color: #fff;
  }
}
@media (hover: none) {
  .p_archive__nav___link._all {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_archive__nav___link._all:active {
    background-color: #009944;
    color: #fff;
  }
}

.p_single {
  position: relative;
  padding-bottom: clamp(96px, 10vw, 160px);
}
.p_single.post {
  padding-top: clamp(80px, 5.5vw, 88px);
}
.p_single.works, .p_single.property, .p_single.job-people {
  padding-bottom: 0;
}

.p_single__block {
  padding-top: clamp(40px, 6.25vw, 100px);
  padding-bottom: clamp(40px, 6.25vw, 100px);
  padding-left: clamp(20px, 6.875vw, 110px);
  padding-right: clamp(20px, 6.875vw, 110px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: clip;
}

.p_single__block___head {
  margin-bottom: 24px;
}

.p_single__block___info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}

.p_single__block___cat {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 12px;
  color: #fff;
  border-radius: 50px;
  overflow: clip;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.p_single__block___time {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
}

.p_single__block___new {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  color: #FF0000;
}

.p_single__block___lead {
  display: block;
}

.p_single__block___image {
  display: block;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
}

.p_single__block___inner a {
  text-decoration: underline;
  color: #009944;
}

.p_found {
  position: relative;
  padding-bottom: clamp(80px, 10vw, 160px);
}

.p_found__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-top: clamp(56px, 7vw, 112px);
  margin-bottom: clamp(28px, 2vw, 32px);
}

.p_found__caption {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.5rem, 7.2vw, 4.5rem);
  line-height: 1;
  text-transform: uppercase;
  margin-top: clamp(24px, 2vw, 32px);
}

.p_found__label {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
}

.p_found__menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 32px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.p_found__btn {
  margin-top: clamp(48px, 4vw, 64px);
}

.p_strength__wrapper {
  max-width: 594px;
  margin-left: auto;
  margin-right: auto;
}

.p_strength__wrapper .c_main__caption {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_strength__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(120px, 13.5vw, 216px);
}
.p_strength__side + .p_strength__side {
  margin-top: clamp(80px, 7.5vw, 120px);
}
@media screen and (max-width: 900px) {
  .p_strength__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p_strength__side:nth-of-type(odd) {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .p_strength__side:nth-of-type(odd) {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .p_strength__side:nth-of-type(odd) {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_strength__side:nth-of-type(odd) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 901px) {
  .p_strength__side:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p_strength__side:nth-of-type(even) {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .p_strength__side:nth-of-type(even) {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .p_strength__side:nth-of-type(even) {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_strength__side:nth-of-type(even) {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 901px) {
  .p_strength__side .p_strength__inner {
    -ms-flex-preferred-size: 38.5714285714%;
        flex-basis: 38.5714285714%;
  }
}

@media screen and (min-width: 901px) {
  .p_strength__side .p_strength__pic {
    -ms-flex-preferred-size: 56.0714285714%;
        flex-basis: 56.0714285714%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 700px) {
  .p_business {
    overflow: clip;
  }
}

.p_business__wrapper {
  max-width: 694px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .p_business__wrapper .c_main__lead {
    font-size: 24px;
    text-align: left;
  }
}

.p_business__wrapper .c_main__caption {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_business__info {
  position: relative;
  aspect-ratio: 0.9854809437;
  width: 543px;
  margin-top: clamp(40px, 3vw, 48px);
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media screen and (max-width: 900px) {
  .p_business__info {
    width: 100%;
  }
}
.p_business__info.js-trigger._on {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p_business__info.js-trigger._on .p_business__logo {
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(0) scale(1);
          transform: translateX(-50%) rotate(0) scale(1);
}
.p_business__info.js-trigger._on .p_business__parts {
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-animation-name: anim_business_move;
          animation-name: anim_business_move;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.p_business__info.js-trigger._on .p_business__effect {
  display: block;
  -webkit-animation: scale 4000ms ease-out infinite;
          animation: scale 4000ms ease-out infinite;
}

.p_business__logo {
  position: absolute;
  z-index: 2;
  top: 28.3609576427%;
  left: 50%;
  transform: translateX(-50%) rotate(-360deg) scale(1);
  -webkit-transform: translateX(-50%) rotate(-360deg) scale(1);
  -ms-transform: translateX(-50%) rotate(-360deg) scale(1);
  width: 46.2246777164%;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.p_business__circle {
  display: block;
  aspect-ratio: 1/1;
  width: 71.0865561694%;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 15.8379373849%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 60px 40px rgba(0, 153, 68, 0.5);
          box-shadow: 0px 0px 60px 40px rgba(0, 153, 68, 0.5);
  opacity: 0.4;
}

.p_business__effect {
  display: block;
  aspect-ratio: 1/1;
  width: 89.1344383057%;
  border-radius: 50%;
  position: absolute;
  top: 6.8139963168%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 75.24px 50.16px rgba(0, 153, 68, 0.4);
          box-shadow: 0px 0px 75.24px 50.16px rgba(0, 153, 68, 0.4);
  opacity: 0.2;
  display: none;
}
.p_business__effect:nth-of-type(2) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes anim_business_move {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-360deg) scale(0.2);
            transform: translate(-50%, -50%) rotate(-360deg) scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
            transform: translate(0, 0) rotate(0) scale(1);
  }
}
@keyframes anim_business_move {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-360deg) scale(0.2);
            transform: translate(-50%, -50%) rotate(-360deg) scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
            transform: translate(0, 0) rotate(0) scale(1);
  }
}
.p_business__parts {
  display: block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #009944;
  width: 28.729281768%;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-box-shadow: inset 0px 4px 30px 20px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 4px 30px 20px rgba(0, 0, 0, 0.15);
  counter-increment: mycounter;
}
.p_business__parts._01 {
  top: 3.6832412523%;
  left: 35.7274401473%;
}
.p_business__parts._02 {
  top: 26.7034990792%;
  right: 3.6832412523%;
}
.p_business__parts._03 {
  bottom: 8.2872928177%;
  right: 15.6537753223%;
}
.p_business__parts._04 {
  bottom: 8.2872928177%;
  left: 15.6537753223%;
}
.p_business__parts._05 {
  top: 26.7034990792%;
  left: 3.6832412523%;
}

.p_business__parts .-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position: relative;
  top: 19.8%;
  padding: 0 20px;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
}
.p_business__parts .-lead::before {
  content: counter(mycounter, decimal-leading-zero);
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 1.2;
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .p_business__parts .-lead {
    font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  }
  .p_business__parts .-lead::before {
    font-size: clamp(1.125rem, 3.1111111111vw, 1.75rem);
  }
}
@media screen and (max-width: 600px) {
  .p_business__parts .-lead {
    font-size: 10px;
  }
  .p_business__parts .-lead::before {
    font-size: 12px;
  }
}

.p_business__block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_business__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(32px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  padding-left: clamp(30px, 3vw, 48px);
  padding-right: clamp(30px, 3vw, 48px);
  border: 1px solid #CCCCCC;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: mycounter;
}
@media screen and (min-width: 901px) {
  .p_business__side {
    gap: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p_business__side {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_business__side + .p_business__side {
  margin-top: 32px;
}

.p_business__side .p_business__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p_business__side .p_business__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p_business__side .p_business__lead::before {
  content: "｜";
  color: #CCCCCC;
}

.p_business__side .p_business__num {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.5;
}

@media screen and (min-width: 901px) {
  .p_business__side .p_business__pic {
    -ms-flex-preferred-size: 40.1459854015%;
        flex-basis: 40.1459854015%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 901px) {
  .p_business__side .p_business__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_company__title {
  position: relative;
  color: #009944;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 3vw, 48px);
  padding-bottom: clamp(3px, 0.3125vw, 5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p_company__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #009944;
}

.p_company__wrapper {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.p_company__wrapper br {
  display: block;
}

.p_company__wrapper .c_main__caption {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_company__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 3vw, 48px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: clamp(56px, 5.5vw, 88px) clamp(40px, 3vw, 48px);
  margin-top: clamp(72px, 5.5vw, 88px);
}

.p_company__block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_company__block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 600px) {
  .p_company__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}

.p_company__block .p_company__link {
  display: block;
}
@media (hover: hover) {
  .p_company__block .p_company__link:hover {
    opacity: 1;
  }
  .p_company__block .p_company__link:hover .p_company__pic img {
    scale: 1.05;
  }
  .p_company__block .p_company__link:hover .p_company__icon {
    background-color: #009944;
  }
  .p_company__block .p_company__link:hover .p_company__icon path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p_company__block .p_company__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_company__block .p_company__link:active {
    opacity: 1;
  }
  .p_company__block .p_company__link:active .p_company__pic img {
    scale: 1.05;
  }
  .p_company__block .p_company__link:active .p_company__icon {
    background-color: #009944;
  }
  .p_company__block .p_company__link:active .p_company__icon path {
    fill: #fff;
  }
}

.p_company__block .p_company__pic {
  aspect-ratio: 500/380;
  width: 100%;
  height: auto;
  overflow: clip;
}
.p_company__block .p_company__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_company__block .p_company__pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_company__block .p_company__pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.p_company__block .p_company__head {
  position: relative;
  margin-top: clamp(12px, 1vw, 16px);
  padding-right: clamp(64px, 5.375vw, 86px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_company__block .p_company__lead {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 2;
}
.p_company__block .p_company__lead + p {
  font-weight: 500;
}

.p_company__block .p_company__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 4.4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: clamp(32px, 5.3333333333vw, 48px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_company__block .p_company__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_company__block .p_company__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) {
  .p_company__block .p_company__icon {
    right: 16px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p_company__block .p_company__icon {
    right: 12px;
  }
}
.p_company__block .p_company__icon svg {
  aspect-ratio: 9/16;
  width: clamp(6px, 1vw, 9px);
  height: auto;
}
.p_company__block .p_company__icon path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_company__block .p_company__icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_company__block .p_company__icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Other Company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_company__other {
  background-color: #F8FAE5;
  padding-top: clamp(48px, 7vw, 112px);
  padding-bottom: clamp(48px, 7vw, 112px);
}

.p_company__other___head {
  margin-bottom: clamp(32px, 3.5vw, 56px);
  text-align: center;
}

.p_company__other___slug {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4.2vw, 2.625rem);
  text-transform: uppercase;
  line-height: 1;
}

.p_company__other___lead {
  margin-top: clamp(8px, 0.625vw, 10px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_company__other___list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 65px 1fr 65px 1fr 65px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 65px;
}

.p_company__other___list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_company__other___list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_company__other___list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p_company__other___list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 1200px) {
  .p_company__other___list {
    gap: 49px;
  }
}
@media screen and (max-width: 900px) {
  .p_company__other___list {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
  }
}
@media screen and (max-width: 600px) {
  .p_company__other___list {
    gap: 20px;
  }
}

.p_company__other___item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p_company__other___item + .p_company__other___item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -33px;
    width: 1px;
    height: 100%;
    opacity: 0.5;
    background-color: #CCCCCC;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p_company__other___item + .p_company__other___item::before {
    left: -24px;
  }
}

.p_company__other___pic {
  overflow: hidden;
  aspect-ratio: 250/170;
  width: 100%;
  height: auto;
}
.p_company__other___pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_company__other___pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_company__other___pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.p_company__other___inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: clamp(16px, 1.5vw, 24px);
}

.p_company__other___inner p {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .p_company__other___inner p {
    font-size: 13px;
  }
}

.p_company__other___icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: clamp(28px, 3.5555555556vw, 32px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_company__other___icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_company__other___icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_company__other___icon svg {
  aspect-ratio: 6/10;
  width: clamp(5px, 0.6666666667vw, 6px);
  height: auto;
}
.p_company__other___icon path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_company__other___icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_company__other___icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_company__other___link {
  display: block;
}
@media (hover: hover) {
  .p_company__other___link:hover {
    opacity: 1;
  }
  .p_company__other___link:hover .p_company__other___pic img {
    scale: 1.05;
  }
  .p_company__other___link:hover .p_company__other___icon {
    background-color: #009944;
  }
  .p_company__other___link:hover .p_company__other___icon path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p_company__other___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_company__other___link:active {
    opacity: 1;
  }
  .p_company__other___link:active .p_company__other___pic img {
    scale: 1.05;
  }
  .p_company__other___link:active .p_company__other___icon {
    background-color: #009944;
  }
  .p_company__other___link:active .p_company__other___icon path {
    fill: #fff;
  }
}

.p_message__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .p_message__side {
    gap: clamp(64px, 5vw, 80px);
  }
  .p_message__side:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p_message__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p_message__side + .p_message__side {
  margin-top: clamp(48px, 4vw, 64px);
}

@media screen and (min-width: 901px) {
  .p_message__pic {
    -ms-flex-preferred-size: 31.6666666667%;
        flex-basis: 31.6666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p_message__pic {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 901px) {
  .p_message__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_message__lead + p {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_message__info {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: clamp(24px, 1.75vw, 28px);
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.p_message__info ._company {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_message__info ._name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 4px;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_message__info ._name small {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.p_philosophy__info {
  position: relative;
  aspect-ratio: 700/620;
  width: 100%;
  max-width: 700px;
  margin-top: clamp(40px, 3vw, 48px);
  margin-left: auto;
  margin-right: auto;
}

.p_philosophy__logo {
  position: absolute;
  z-index: 1;
  aspect-ratio: 289/224;
  width: 41.2857142857%;
  height: auto;
  top: 40.3225806452%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p_philosophy__icon {
  position: absolute;
  z-index: 1;
  aspect-ratio: 274/211;
  width: 39.1428571429%;
  height: auto;
}
.p_philosophy__icon._01 {
  top: 3.8709677419%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p_philosophy__icon._02 {
  top: 45.1612903226%;
  left: 5.7142857143%;
}
.p_philosophy__icon._03 {
  top: 45.1612903226%;
  right: 5.7142857143%;
}

.p_philosophy__circle {
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  aspect-ratio: 1/1;
  width: 72.7142857143%;
  height: auto;
  opacity: 0.2;
  border-radius: 50%;
  border: 6px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 79.2px 52.8px rgba(0, 153, 68, 0.5);
          box-shadow: 0px 0px 79.2px 52.8px rgba(0, 153, 68, 0.5);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
企業理念動き----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_philosophy__info.lazy {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p_philosophy__info.lazy .p_philosophy__logo,
.p_philosophy__info.lazy .p_philosophy__icon {
  opacity: 0;
}
.p_philosophy__info.lazy .p_philosophy__circle {
  transform: translateX(-50%) scale(0);
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
}

.p_philosophy__info.lazy_show .p_philosophy__icon {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.p_philosophy__info.lazy_show .p_philosophy__icon._01 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p_philosophy__info.lazy_show .p_philosophy__icon._02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p_philosophy__info.lazy_show .p_philosophy__icon._03 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p_philosophy__info.lazy_show .p_philosophy__logo {
  opacity: 1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p_philosophy__info.lazy_show .p_philosophy__circle {
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
信条----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_creed {
  margin-top: clamp(80px, 5.5vw, 88px);
}

.p_creed__list {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.p_creed__item {
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: mycounter;
  line-height: 1;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: clip;
}
.p_creed__item + .p_creed__item {
  margin-top: 24px;
}
.p_creed__item ._inner {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp(1rem, 2.2vw, 1.375rem);
  font-weight: 700;
  line-height: 2;
}
.p_creed__item ._inner::before {
  content: counter(mycounter) "．";
}

.p_policy__wrapper {
  margin-top: clamp(40px, 3vw, 48px);
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: clip;
  border-radius: 16px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_policy__wrapper ._lead {
  display: block;
  color: #009944;
  margin-bottom: clamp(12px, 1vw, 16px);
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 2;
}

.p_policy__dtit {
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 700;
  line-height: 2;
}

.p_policy__data {
  margin-top: 16px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
品質方針----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_quality {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p_quality__item {
  position: relative;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.p_quality__item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
環境方針----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_environmental {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_environmental__lead {
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 2;
}

.p_environmental__list {
  counter-reset: number 0;
}

.p_environmental__item {
  position: relative;
  font-weight: 500;
}
.p_environmental__item::before {
  content: "・";
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) "．";
}

.p_environmental__list___child {
  counter-reset: number 0;
  padding-left: 1em;
}

.p_environmental__item___child {
  position: relative;
  font-weight: 500;
}
.p_environmental__item___child::before {
  counter-increment: number 1;
  content: counter(number) "）";
  display: inline-block;
}

.p_outline__block {
  padding-top: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(32px, 4vw, 64px);
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: clip;
}
.p_outline__block + .p_outline__block {
  margin-top: clamp(80px, 6.5vw, 104px);
}

.p_outline__block .p_company__title {
  margin-bottom: clamp(32px, 4.5vw, 72px);
}

.p_outline__block table td a:not([href*=tel]) {
  text-decoration: underline;
  color: #009944;
}

.p_outline__block table .hidden-view {
  display: none;
}
.p_outline__block table .hidden-view.open {
  display: table-row;
}

.p_outline__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_outline__btn___link {
  cursor: pointer;
  border: none;
  padding: unset;
  margin: unset;
  background: unset;
  border: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: clamp(60px, 7.3333333333vw, 66px);
  padding-left: clamp(28px, 1.875vw, 30px);
  padding-right: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #009944;
  border-radius: 50px;
  overflow: clip;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1;
}
.p_outline__btn___link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(22px, 2.6666666667vw, 24px);
  height: auto;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_outline__btn___link i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_outline__btn___link i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_outline__btn___link i {
  border-radius: 50%;
}
.p_outline__btn___link i svg {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 10/6;
  width: clamp(8px, 1.1111111111vw, 10px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_outline__btn___link i svg {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_outline__btn___link i svg {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_outline__btn___link i path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_outline__btn___link i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_outline__btn___link i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_outline__btn___link::before {
  content: "もっと見る";
}
@media (hover: hover) {
  .p_outline__btn___link:hover {
    opacity: 1;
  }
  .p_outline__btn___link:hover svg {
    rotate: 180deg;
  }
}
@media (hover: none) {
  .p_outline__btn___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_outline__btn___link:active {
    opacity: 1;
  }
  .p_outline__btn___link:active svg {
    rotate: 180deg;
  }
}
.p_outline__btn___link.open::before {
  content: "閉じる";
}
.p_outline__btn___link.open svg {
  rotate: 180deg;
}

.p_group__block {
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
}

.p_group__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: clamp(80px, 5.5vw, 88px);
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #8F8F8F;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p_group__side {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_group__side + .p_group__side {
  margin-top: clamp(40px, 3vw, 48px);
}

@media screen and (min-width: 901px) {
  .p_group__tmb {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 901px) {
  .p_group__inner {
    width: clamp(380px, 44.8888888889vw, 404px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_group__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: clamp(56px, 9.3333333333vw, 84px);
}
.p_group__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_group__caption {
  margin-top: clamp(8px, 0.75vw, 12px);
  line-height: 1.75;
}

.p_group__name {
  display: block;
  margin-top: clamp(8px, 0.75vw, 12px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.75;
}

.p_group__info {
  margin-top: clamp(8px, 0.75vw, 12px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
}

.p_group__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(8px, 0.75vw, 12px);
}

.p_group__site___link {
  color: #009944;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
  text-decoration: underline;
}

.p_recruit__title {
  position: relative;
  color: #009944;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 3vw, 48px);
  padding-bottom: clamp(3px, 0.3125vw, 5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p_recruit__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #009944;
}

.p_recruit__caption {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 2;
}

.p_recruit__mv {
  position: relative;
  bottom: -12.5%;
  margin-bottom: -12.5%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1391px) {
  .p_recruit__mv {
    max-width: 1420px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1390px) {
  .p_recruit__mv {
    max-width: 1420px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_recruit__mv {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p_recruit__mv___pic {
  border-top-left-radius: 56px;
  overflow: clip;
}
@media screen and (max-width: 600px) {
  .p_recruit__mv___pic {
    border-top-left-radius: 24px;
    overflow: clip;
  }
}
.p_recruit__mv___pic img {
  min-height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_recruit__main {
  padding-top: clamp(56px, 5vw, 80px);
  padding-bottom: clamp(80px, 9.125vw, 146px);
  background: radial-gradient(90.77% 90.77% at 51.77% 4.72%, rgba(183, 210, 0, 0.7) 0%, #B8D207 100%);
  border-top-right-radius: 56px;
  border-bottom-left-radius: 56px;
  overflow: clip;
}
@media screen and (max-width: 600px) {
  .p_recruit__main {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: clip;
    padding-top: 80px;
  }
}

.p_recruit__main___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p_recruit__main___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p_recruit__main___inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: clamp(24px, 3vw, 48px);
  }
}

.p_recruit__main___inner ._slug {
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(4rem, 9.0666666667vw, 8.5rem);
  line-height: 1;
}

.p_recruit__main___inner ._lead {
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(2rem, 5.3333333333vw, 5rem);
  font-weight: 700;
  line-height: 1.4;
}

.p_recruit__main___inner .p_recruit__caption {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_recruit__main___image {
  position: relative;
  aspect-ratio: 668/898;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 901px) {
  .p_recruit__main___image {
    -ms-flex-preferred-size: 47.7142857143%;
        flex-basis: 47.7142857143%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -2.25%;
  }
}
.p_recruit__main___image ._pic {
  position: absolute;
  z-index: 1;
}
.p_recruit__main___image ._pic:nth-of-type(1) {
  width: 39.9700598802%;
  top: 0;
  left: 11.9153674833%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p_recruit__main___image ._pic:nth-of-type(2) {
  width: 49.4011976048%;
  top: 23.8307349666%;
  right: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p_recruit__main___image ._pic:nth-of-type(3) {
  width: 53.5928143713%;
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p_recruit__main___image ._bg {
  position: absolute;
  width: 83.8323353293%;
  top: 23.8307349666%;
  left: 0;
  mix-blend-mode: luminosity;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p_recruit__main___image ._bg img {
  opacity: 0.1;
}

.p_recruit__job___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(56px, 5vw, 80px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (max-width: 900px) {
  .p_recruit__job___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.p_recruit__job___inner {
  position: relative;
  aspect-ratio: 738/385;
  width: 100%;
  height: auto;
  padding-top: clamp(16px, 2vw, 32px);
}
@media screen and (min-width: 901px) {
  .p_recruit__job___inner {
    -ms-flex-preferred-size: 61.5%;
        flex-basis: 61.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p_recruit__job___inner {
    padding: 24px 20px;
  }
}

.p_recruit__job___pic {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow: clip;
  width: 89.1598915989%;
}
@media screen and (max-width: 600px) {
  .p_recruit__job___pic {
    width: 100%;
  }
}

.p_recruit__job___head {
  position: relative;
  z-index: 1;
  color: #fff;
}
.p_recruit__job___head ._slug {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.5rem, 6.4vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}
.p_recruit__job___head ._lead {
  margin-top: clamp(8px, 1vw, 16px);
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .p_recruit__job___info {
    -ms-flex-preferred-size: 25.1666666667%;
        flex-basis: 25.1666666667%;
  }
}

.p_recruit__job___btn {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_recruit__voice {
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: clamp(80px, 7vw, 112px);
  padding-top: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(24px, 2.5vw, 40px);
}

.p_recruit__sns {
  margin-top: clamp(80px, 7vw, 112px);
}

.p_recruit__sns p {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.p_recruit__sns___btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (max-width: 1200px) {
  .p_recruit__sns___btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p_recruit__sns___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 387px;
  height: 96px;
  background-color: #fff;
  border: 3px solid #101A0E;
  border-radius: 94px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_recruit__sns___link img {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__sns___link img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__sns___link img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 600px) {
  .p_recruit__sns___link {
    width: 100%;
    max-width: 280px;
    height: 66px;
  }
}
.p_recruit__sns___link._tiktok path {
  fill: #101A0E;
}
@media screen and (max-width: 600px) {
  .p_recruit__sns___link._tiktok svg {
    display: block;
    width: 39.1061452514%;
    height: auto;
  }
}
.p_recruit__sns___link._instagram i {
  width: 40px;
}
.p_recruit__sns___link._instagram path {
  fill: #101A0E;
}
.p_recruit__sns___link._instagram {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p_recruit__sns___link._instagram {
    font-size: 24px;
  }
  .p_recruit__sns___link._instagram i {
    width: 30px;
  }
}
.p_recruit__sns___link._youtube i {
  width: 40px;
}
.p_recruit__sns___link._youtube path {
  fill: #101A0E;
}
.p_recruit__sns___link._youtube span svg {
  display: block;
}
@media screen and (max-width: 600px) {
  .p_recruit__sns___link._youtube i {
    width: 30px;
  }
  .p_recruit__sns___link._youtube span {
    width: 30.7262569832%;
    height: auto;
  }
  .p_recruit__sns___link._youtube svg {
    width: 100%;
  }
}
@media (hover: hover) {
  .p_recruit__sns___link:hover {
    background-color: #101A0E;
    color: #fff;
    opacity: 1;
  }
  .p_recruit__sns___link:hover._tiktok path {
    fill: #fff;
  }
  .p_recruit__sns___link:hover._instagram path {
    fill: #fff;
  }
  .p_recruit__sns___link:hover._instagram img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .p_recruit__sns___link:hover._youtube path {
    fill: #fff;
  }
  .p_recruit__sns___link:hover._youtube img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .p_recruit__sns___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_recruit__sns___link:active {
    background-color: #101A0E;
    color: #fff;
    opacity: 1;
  }
  .p_recruit__sns___link:active._tiktok path {
    fill: #fff;
  }
  .p_recruit__sns___link:active._instagram path {
    fill: #fff;
  }
  .p_recruit__sns___link:active._instagram img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .p_recruit__sns___link:active._youtube path {
    fill: #fff;
  }
  .p_recruit__sns___link:active._youtube img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.p_recruit__page {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_recruit__page___side {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 56px;
}

.p_recruit__page___side > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_recruit__page___side > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .p_recruit__page___side {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.p_recruit__page___pic {
  aspect-ratio: 572/360;
  width: 100%;
  height: auto;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow: clip;
}
.p_recruit__page___pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__page___pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__page___pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.p_recruit__page___info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: clamp(24px, 2vw, 32px);
}

.p_recruit__page___head span {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4.8vw, 3rem);
  line-height: 1;
}
.p_recruit__page___head h2 {
  margin-top: clamp(8px, 0.625vw, 10px);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}

.p_recruit__page___icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  border: 2px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: clamp(32px, 5.3333333333vw, 48px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__page___icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__page___icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_recruit__page___icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .p_recruit__page___icon {
    right: 16px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p_recruit__page___icon {
    right: 12px;
    border: 1px solid #009944;
  }
}
.p_recruit__page___icon svg {
  aspect-ratio: 9/16;
  width: clamp(6px, 1vw, 9px);
  height: auto;
}
.p_recruit__page___icon path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__page___icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__page___icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

@media (hover: hover) {
  .p_recruit__page___item:hover {
    opacity: 1;
  }
  .p_recruit__page___item:hover .p_recruit__page___pic img {
    scale: 1.05;
  }
  .p_recruit__page___item:hover .p_recruit__page___icon {
    background-color: #009944;
  }
  .p_recruit__page___item:hover .p_recruit__page___icon path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p_recruit__page___item {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_recruit__page___item:active {
    opacity: 1;
  }
  .p_recruit__page___item:active .p_recruit__page___pic img {
    scale: 1.05;
  }
  .p_recruit__page___item:active .p_recruit__page___icon {
    background-color: #009944;
  }
  .p_recruit__page___item:active .p_recruit__page___icon path {
    fill: #fff;
  }
}

.p_recruit__requirements {
  position: relative;
  margin-top: clamp(80px, 9vw, 144px);
  padding-top: clamp(64px, 8vw, 128px);
  padding-bottom: clamp(64px, 7vw, 112px);
  background-color: #F8FAE5;
}
@media screen and (max-width: 700px) {
  .p_recruit__requirements {
    margin-top: 96px;
    padding-top: 96px;
  }
}

.p_recruit__requirements__circle {
  aspect-ratio: 1/1;
  width: clamp(150px, 21.7777777778vw, 196px);
  position: absolute;
  z-index: 1;
  top: -3vw;
  right: 12.5vw;
}
@media screen and (max-width: 1600px) {
  .p_recruit__requirements__circle {
    right: clamp(20px, 12.5vw, 200px);
  }
}
@media screen and (max-width: 1600px) and (max-width: 1100px) {
  .p_recruit__requirements__circle {
    right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .p_recruit__requirements__circle {
    top: -6.4vw;
  }
}
@media screen and (max-width: 600px) {
  .p_recruit__requirements__circle {
    top: -9.6vw;
    right: 30px;
  }
}
.p_recruit__requirements__circle ._circle {
  width: 100%;
  height: 100px;
}
.p_recruit__requirements__circle ._circle img {
  -webkit-animation: 24s linear infinite rotation1;
          animation: 24s linear infinite rotation1;
}
.p_recruit__requirements__circle ._logo {
  position: absolute;
  top: 29.5918367347%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 34.693877551%;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p_recruit__requirements___side {
  position: relative;
  padding-bottom: clamp(32px, 2.5vw, 40px);
}
@media screen and (min-width: 701px) and (max-width: 1600px) {
  .p_recruit__requirements___side {
    height: 43.9166666667vw;
  }
}
@media screen and (min-width: 701px) and (max-width: 1000px) {
  .p_recruit__requirements___side {
    height: 58.3333333333vw;
  }
}

.p_recruit__requirements___wrap {
  position: relative;
  width: 67.25%;
}
@media screen and (max-width: 700px) {
  .p_recruit__requirements___wrap {
    width: 100%;
  }
}

.p_recruit__requirements___pic {
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow: clip;
}

.p_recruit__requirements___head {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: clamp(24px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
}
.p_recruit__requirements___head ._slug {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.5rem, 6.4vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}
.p_recruit__requirements___head ._lead {
  margin-top: clamp(12px, 1vw, 16px);
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 701px) {
  .p_recruit__requirements___btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47.6666666667%;
  }
}
@media screen and (max-width: 700px) {
  .p_recruit__requirements___btn {
    margin-top: 40px;
  }
}

.p_recruit__requirements___link {
  display: block;
  position: relative;
  width: 100%;
  height: clamp(140px, 12.5vw, 200px);
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(20px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #009944;
  border-radius: 8px;
  overflow: clip;
}
.p_recruit__requirements___link + .p_recruit__requirements___link {
  margin-top: clamp(16px, 1.5vw, 24px);
}
@media (hover: hover) {
  .p_recruit__requirements___link:hover {
    opacity: 1;
    background-color: #009944;
  }
  .p_recruit__requirements___link:hover ._lead,
  .p_recruit__requirements___link:hover ._slug {
    color: #fff;
  }
  .p_recruit__requirements___link:hover .p_recruit__requirements___icon {
    background-color: #fff;
  }
  .p_recruit__requirements___link:hover .p_recruit__requirements___icon path {
    fill: #009944;
  }
}
@media (hover: none) {
  .p_recruit__requirements___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_recruit__requirements___link:active {
    opacity: 1;
    background-color: #009944;
  }
  .p_recruit__requirements___link:active ._lead,
  .p_recruit__requirements___link:active ._slug {
    color: #fff;
  }
  .p_recruit__requirements___link:active .p_recruit__requirements___icon {
    background-color: #fff;
  }
  .p_recruit__requirements___link:active .p_recruit__requirements___icon path {
    fill: #009944;
  }
}

.p_recruit__requirements___info ._lead {
  font-size: clamp(1.75rem, 3.3333333333vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_recruit__requirements___info ._slug {
  display: block;
  color: #009944;
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  line-height: 1;
  text-transform: uppercase;
}

.p_recruit__requirements___icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 16%;
  right: 6.993006993%;
  background-color: #009944;
  border: 2px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: clamp(32px, 5.3333333333vw, 48px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__requirements___icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__requirements___icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_recruit__requirements___icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p_recruit__requirements___icon {
    border: 1px solid #009944;
  }
}
.p_recruit__requirements___icon svg {
  aspect-ratio: 9/16;
  width: clamp(6px, 1vw, 9px);
  height: auto;
}
.p_recruit__requirements___icon path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__requirements___icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__requirements___icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_recruit__requirements___icon path {
  fill: #fff;
}

.p_recruit__parallax {
  position: relative;
}

.p_recruit__parallax video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_recruit__parallax___btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p_recruit__parallax___btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(48px, 6.2222222222vw, 56px);
  height: auto;
  background-color: #101A0E;
  border-radius: 50%;
}
.p_recruit__parallax___btn i svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p_recruit__parallax___btnlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: 216px;
  padding: 10px;
  border-radius: 56px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p_recruit__parallax___btnlink {
    width: 180px;
  }
}
@media (hover: hover) {
  .p_recruit__parallax___btnlink:hover .p_recruit__parallax___label {
    text-shadow: 0 -2em 0 #101A0E, 0 0 0 #101A0E;
  }
}
@media (hover: none) {
  .p_recruit__parallax___btnlink {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_recruit__parallax___btnlink:active .p_recruit__parallax___label {
    text-shadow: 0 -2em 0 #101A0E, 0 0 0 #101A0E;
  }
}

.p_recruit__parallax___label {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 0 0 #101A0E, 0 2em 0 #101A0E;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}

.modal-container {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 900px;
  padding: 0 20px;
}

.modal-content {
  width: 100%;
  max-width: 900px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.modal-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

.modal-close {
  display: block;
  position: absolute;
  top: -1.6875vw;
  right: -0.625vw;
  width: clamp(32px, 6.2222222222vw, 56px);
  height: clamp(32px, 6.2222222222vw, 56px);
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background-color: #101A0E;
}
.modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(18px, 2.2222222222vw, 20px);
  height: clamp(2px, 0.3333333333vw, 3px);
  border-radius: 5px;
  background-color: #fff;
}
.modal-close span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
          transform: translate(-50%, -50%) rotate(405deg);
}
.modal-close span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-405deg);
          transform: translate(-50%, -50%) rotate(-405deg);
}
@media screen and (max-width: 900px) {
  .modal-close {
    position: absolute;
    top: unset;
    bottom: -8.8888888889vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.p_job__info {
  border-left: 4px solid #009944;
  padding-left: clamp(12px, 0.875vw, 14px);
}

.p_job__info ._name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p_job__info ._name span {
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.375rem, 3.2vw, 2rem);
  line-height: 1;
}
.p_job__info ._name small {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_job__info ._department {
  margin-top: clamp(6px, 0.5vw, 8px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
一覧----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_job__archive .p_job__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px;
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(80px, 6.5vw, 104px);
}
.p_job__archive .p_job__block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p_job__archive .p_job__block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 600px) {
  .p_job__archive .p_job__block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_job__archive .p_job__card {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #009944;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-bottom: clamp(40px, 3.25vw, 52px);
  padding-left: clamp(32px, 3vw, 48px);
  padding-right: clamp(32px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: clip;
}

.p_job__archive .p_job__tmb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.2%;
}

.p_job__archive .p_job__info {
  width: 56.9306930693%;
  margin-top: clamp(24px, 2vw, 32px);
}

.p_job__archive .p_job__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: clamp(32px, 2.625vw, 42px);
}

.p_job__archive .p_job__btn p {
  color: #009944;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1;
}

.p_job__archive .p_job__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 2px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: clamp(32px, 5.3333333333vw, 48px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_job__archive .p_job__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_job__archive .p_job__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 600px) {
  .p_job__archive .p_job__icon {
    border: 1px solid #009944;
  }
}
.p_job__archive .p_job__icon svg {
  aspect-ratio: 9/16;
  width: clamp(6px, 1vw, 9px);
  height: auto;
}
.p_job__archive .p_job__icon path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_job__archive .p_job__icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_job__archive .p_job__icon path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

@media (hover: hover) {
  .p_job__archive .p_job__card:hover {
    opacity: 1;
    background-color: #F8FAE5;
  }
  .p_job__archive .p_job__card:hover .p_job__icon {
    background-color: #009944;
  }
  .p_job__archive .p_job__card:hover .p_job__icon path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p_job__archive .p_job__card {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_job__archive .p_job__card:active {
    opacity: 1;
    background-color: #F8FAE5;
  }
  .p_job__archive .p_job__card:active .p_job__icon {
    background-color: #009944;
  }
  .p_job__archive .p_job__card:active .p_job__icon path {
    fill: #fff;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
詳細ページ----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_job__post {
  margin-top: clamp(80px, 7.5vw, 120px);
  margin-bottom: clamp(96px, 10vw, 160px);
}

.p_job__post .p_job__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  position: relative;
  background-color: #F8FAE5;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: clamp(32px, 5.25vw, 84px);
  padding-right: clamp(32px, 5.25vw, 84px);
  border-top-right-radius: 56px;
  border-bottom-left-radius: 56px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p_job__post .p_job__head {
    gap: 56px;
  }
}
@media screen and (max-width: 600px) {
  .p_job__post .p_job__head {
    padding-top: 56px;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p_job__post .p_job__tmb {
  -ms-flex-preferred-size: 38.5436893204%;
      flex-basis: 38.5436893204%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p_job__post .p_job__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_job__post .p_job__info {
  margin-top: clamp(32px, 3.5vw, 56px);
}

.p_job__post .p_job__number {
  display: block;
  position: absolute;
  bottom: 0;
  right: 2%;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(5rem, 12vw, 7.5rem);
  line-height: 0.7;
}
@media screen and (max-width: 600px) {
  .p_job__post .p_job__number {
    bottom: unset;
    right: unset;
    top: 0;
    left: 0;
  }
}

.p_job__post .p_job__works {
  margin-top: clamp(48px, 4vw, 64px);
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}

.p_job__post .p_job__works___lead + p {
  margin-top: 16px;
}

.p_job__post .p_job__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin-top: clamp(80px, 7.5vw, 120px);
}
@media screen and (max-width: 900px) {
  .p_job__post .p_job__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p_job__post .p_job__slider {
    -ms-flex-preferred-size: 46.6666666667%;
        flex-basis: 46.6666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_job__post .p_job__images {
  position: sticky;
  top: clamp(72px, 6.875vw, 110px);
  aspect-ratio: 560/700;
  width: 100%;
}
@media screen and (min-width: 901px) and (max-height: 800px) {
  .p_job__post .p_job__images {
    width: auto;
    height: calc(100vh - 8.75vw);
    max-height: 700px;
  }
}

.p_job__post .p_job__image {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 560/700;
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_job__post .p_job__image {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_job__post .p_job__image {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.p_job__post .p_job__image {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(4deg);
  -webkit-transform: translate(-50%, -50%) rotate(4deg);
  -ms-transform: translate(-50%, -50%) rotate(4deg);
  z-index: 0;
  opacity: 0;
}
.p_job__post .p_job__image.active {
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  z-index: 1;
  opacity: 1;
}

@media screen and (min-width: 901px) {
  .p_job__post .p_job__def {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_job__post .p_job__dtit {
  position: relative;
  padding-left: clamp(36px, 2.625vw, 42px);
  color: #009944;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_job__post .p_job__dtit::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.375rem, 3.2vw, 2rem);
  line-height: 1.2;
}

.p_job__post .p_job__data {
  margin-top: clamp(16px, 1.5vw, 24px);
}
.p_job__post .p_job__data + .p_job__dtit {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_job__schedule {
  background-color: #F8FAE5;
  margin-top: clamp(56px, 5vw, 80px);
  padding-top: clamp(32px, 3vw, 48px);
  padding-bottom: clamp(48px, 4vw, 64px);
  padding-left: clamp(20px, 3vw, 48px);
  padding-right: clamp(20px, 3vw, 48px);
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: clip;
}

.p_job__schedule ._slug {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-transform: uppercase;
  line-height: 1;
}

.p_job__schedule ._lead {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}

.p_job__schedule ._job {
  margin-top: clamp(24px, 2vw, 32px);
  background-color: #009944;
  color: #fff;
  padding-top: clamp(6px, 0.5vw, 8px);
  padding-bottom: clamp(6px, 0.5vw, 8px);
  padding-left: clamp(16px, 1.5vw, 24px);
  padding-right: clamp(16px, 1.5vw, 24px);
  border-radius: 30px;
  overflow: clip;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_job__post .p_job__schedule___wrap {
  padding-top: clamp(20px, 2vw, 32px);
  padding-left: clamp(16px, 2.1875vw, 35px);
  padding-right: clamp(16px, 2.1875vw, 35px);
}
.p_job__post .p_job__schedule___item + .p_job__schedule___item {
  margin-top: 8px;
}

.p_job__post .p_job__schedule___item time,
.p_job__post .p_job__schedule___item p {
  display: block;
  padding-left: clamp(32px, 3.25vw, 52px);
}

.p_job__post .p_job__schedule___item time {
  position: relative;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.2;
}
.p_job__post .p_job__schedule___item time::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: clamp(18px, 2.3333333333vw, 21px);
  height: auto;
  border: 4px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_job__post .p_job__schedule___item p {
  position: relative;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.5;
}
.p_job__post .p_job__schedule___item p::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #009944;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p_job__post .p_job__schedule___item p::before {
    left: 8px;
  }
}

.p_job__other {
  overflow: hidden;
}

.p_job__other {
  background-color: #F7F7F7;
  padding-top: clamp(48px, 7vw, 112px);
  padding-bottom: clamp(48px, 7vw, 112px);
}

.p_job__other___head {
  margin-bottom: clamp(32px, 3.5vw, 56px);
  text-align: center;
}

.p_job__other___slug {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4.2vw, 2.625rem);
  text-transform: uppercase;
  line-height: 1;
}

.p_job__other___lead {
  margin-top: clamp(8px, 0.625vw, 10px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_job__other .p_job__other__slide {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_job__other .p_job__other__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(8px, 0.625vw, 10px);
  padding-left: clamp(20px, 1.75vw, 28px);
  padding-right: clamp(8px, 0.625vw, 10px);
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: clip;
  background-color: #fff;
}
@media (hover: hover) {
  .p_job__other .p_job__other__link:hover {
    opacity: 1;
    background-color: #F8FAE5;
  }
}
@media (hover: none) {
  .p_job__other .p_job__other__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_job__other .p_job__other__link:active {
    opacity: 1;
    background-color: #F8FAE5;
  }
}

.p_job__other .p_job__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: clamp(18px, 1.625vw, 26px);
}

.p_job__other .p_job__tmb {
  -ms-flex-preferred-size: 39.7368421053%;
      flex-basis: 39.7368421053%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p_job__other__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_data__block + .p_data__block {
  margin-top: clamp(80px, 6.5vw, 104px);
}

.p_data__lead {
  margin-bottom: clamp(18px, 1.25vw, 20px);
  text-align: center;
}

.p_data__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
  margin-top: 40px;
}

.p_data__card {
  background-color: rgba(248, 250, 229, 0.8);
  border-radius: 8px;
  overflow: clip;
}

.p_data__card._middle {
  padding-top: clamp(32px, 2.625vw, 42px);
  padding-bottom: clamp(32px, 2.625vw, 42px);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
@media screen and (max-width: 600px) {
  .p_data__card._middle {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

.p_data__card._large {
  padding-top: clamp(32px, 2.625vw, 42px);
  padding-bottom: clamp(32px, 2.625vw, 42px);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.p_data__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}

.p_data__unit .num {
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3.5rem, 9.6vw, 6rem);
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}

.p_data__unit .txt_after {
  font-size: clamp(1.75rem, 4.8vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_data__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 16px 40px;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
}

.p_data__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_data__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_data__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1000px) {
  .p_data__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p_data__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: clamp(1.125rem, 2.5vw, 1.5625rem);
  font-weight: 700;
  line-height: 1.2;
  word-break: break-all;
}

.p_data__item ._check {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(24px, 3.3333333333vw, 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_data__item ._check rect {
  fill: #009944;
}
.p_data__item ._check svg {
  display: block;
  width: 100%;
  height: auto;
}

.p_data__pic._previous {
  max-width: 400px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
福井建設のいいところ----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_data__card._good {
  padding-top: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(32px, 4vw, 64px);
}

.p_data__good___list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(6px, 1vw, 16px);
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
.p_data__good___list li {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: clamp(6px, 0.75vw, 12px) clamp(16px, 1.5vw, 24px);
  border-radius: 30px;
  text-align: center;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.p_data__good___list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  translate: -50% 100%;
}
.p_data__good___list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7.5px 3.8px 0 3.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 500px) {
  .p_data__good___list li {
    margin-bottom: 6px;
    gap: 6px;
  }
  .p_data__good___list li::before {
    border-width: 6px 6px 0 0;
  }
  .p_data__good___list li::after {
    border-width: 1.2px 1.2px 0 0;
  }
}
.p_data__good___list li:nth-of-type(3n + 1) {
  background-color: #009944;
}
.p_data__good___list li:nth-of-type(3n + 1)::before {
  border-color: #009944 transparent transparent;
}
.p_data__good___list li:nth-of-type(3n + 1)::after {
  border-color: #009944 transparent transparent;
}
.p_data__good___list li:nth-of-type(3n + 2) {
  background-color: #B7D200;
}
.p_data__good___list li:nth-of-type(3n + 2)::before {
  border-color: #B7D200 transparent transparent;
}
.p_data__good___list li:nth-of-type(3n + 2)::after {
  border-color: #B7D200 transparent transparent;
}
.p_data__good___list li:nth-of-type(3n) {
  background-color: #57C22D;
}
.p_data__good___list li:nth-of-type(3n)::before {
  border-color: #57C22D transparent transparent;
}
.p_data__good___list li:nth-of-type(3n)::after {
  border-color: #57C22D transparent transparent;
}
.p_data__good___list.js-trigger li {
  opacity: 0;
}
.p_data__good___list.js-trigger._on li {
  opacity: 1;
  -webkit-animation: poyon 0.6s both;
          animation: poyon 0.6s both;
}
.p_data__good___list.js-trigger._on li:nth-of-type(4n + 1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p_data__good___list.js-trigger._on li:nth-of-type(4n + 2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p_data__good___list.js-trigger._on li:nth-of-type(4n + 3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p_data__good___list.js-trigger._on li:nth-of-type(4n + 4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.p_data__good___image {
  max-width: 497px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
グラフ部分----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_data__card._graph {
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(20px, 4.25vw, 68px);
  padding-right: 20px;
}

.p_data__card .chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media screen and (max-width: 1000px) {
  .p_data__card .chart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p_data__card .chart-inner {
  position: relative;
  width: clamp(200px, 18.3333333333vw, 220px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p_data__card .chart-inner {
    width: 100%;
  }
}

.p_data__card .chart-inner canvas {
  position: relative;
  z-index: 1;
}

.p_data__card .chart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 38.7596899225%;
}
@media screen and (max-width: 600px) {
  .p_data__card .chart-icon {
    width: 26.6666666667%;
  }
}

@media screen and (min-width: 901px) {
  .p_data__card .chart-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.p_data__card .chart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p_data__card .chart-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_data__card .chart-item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p_data__card .chart-item > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p_data__card .chart-item + .chart-item {
  margin-top: 12px;
}

.p_data__card .chart-item .num {
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  text-align: right;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}

.p_data__card .chart-item .txt_before,
.p_data__card .chart-item .txt_after {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_data__card .chart-item .txt_before {
  text-align: right;
}

.p_data__card .chart-item .txt_after {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.p_environment__block + .p_environment__block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_environment__wrap {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}
.p_environment__wrap + .p_environment__wrap {
  margin-top: clamp(40px, 3vw, 48px);
}

.p_environment__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: clamp(12px, 1vw, 16px);
}
.p_environment__lead::before {
  content: "●";
  color: #009944;
  display: block;
  font-size: clamp(1.125rem, 1.875vw, 1.875rem);
  position: relative;
  top: clamp(2px, 0.3333333333vw, 4px);
}
@media screen and (max-width: 600px) {
  .p_environment__lead::before {
    top: 2px;
  }
}

.p_environment__dtit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(12px, 1vw, 16px);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
}
.p_environment__dtit::before {
  content: "・";
}

.p_environment__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}

.p_environment__info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_environment__info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 600px) {
  .p_environment__info {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_environment__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-top: clamp(20px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 2.5vw, 40px);
  padding-left: clamp(20px, 2.5vw, 40px);
  padding-right: clamp(20px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(248, 250, 229, 0.8);
  border-radius: 8px;
  overflow: clip;
}
@media screen and (max-width: 900px) {
  .p_environment__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media screen and (min-width: 901px) {
  .p_environment__card ._icon {
    -ms-flex-preferred-size: 26.5486725664%;
        flex-basis: 26.5486725664%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p_environment__card ._icon {
    width: clamp(100px, 13.3333333333vw, 120px);
  }
}

@media screen and (min-width: 901px) {
  .p_environment__card ._inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .p_environment__card ._inner {
    width: 100%;
  }
}

.p_environment__card ._lead {
  color: #009944;
  margin-bottom: 8px;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_environment__card li,
.p_environment__card p {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .p_environment__card li br,
  .p_environment__card p br {
    display: none;
  }
}

.p_environment__card li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_environment__card li::before {
  content: "・";
}

.p_requirements__block + .p_requirements__block {
  margin-top: clamp(56px, 5vw, 80px);
}

.p_requirements__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: clamp(20px, 1.5vw, 24px);
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p_requirements__label::before {
  content: "● ";
  color: #009944;
}

.p_requirements__archive .p_requirements__tab + .p_requirements__tab {
  margin-top: 12px;
}

.p_requirements__archive .p_requirements__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  position: relative;
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(40px, 6vw, 96px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  border: 1px solid #009944;
  border-radius: 8px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media (hover: hover) {
  .p_requirements__archive .p_requirements__link:hover {
    opacity: 1;
    background-color: #009944;
  }
  .p_requirements__archive .p_requirements__link:hover .p_requirements__title {
    color: #fff;
  }
  .p_requirements__archive .p_requirements__link:hover .p_requirements__ico {
    background-color: #fff;
  }
  .p_requirements__archive .p_requirements__link:hover .p_requirements__ico path {
    fill: #009944;
  }
}
@media (hover: none) {
  .p_requirements__archive .p_requirements__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_requirements__archive .p_requirements__link:active {
    opacity: 1;
    background-color: #009944;
  }
  .p_requirements__archive .p_requirements__link:active .p_requirements__title {
    color: #fff;
  }
  .p_requirements__archive .p_requirements__link:active .p_requirements__ico {
    background-color: #fff;
  }
  .p_requirements__archive .p_requirements__link:active .p_requirements__ico path {
    fill: #009944;
  }
}

.p_requirements__archive .p_requirements__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1000px) {
  .p_requirements__archive .p_requirements__item {
    display: block;
  }
}

.p_requirements__archive .p_requirements__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p_requirements__archive .p_requirements__type {
  display: inline-block;
  padding-top: clamp(4px, 0.375vw, 6px);
  padding-bottom: clamp(6px, 0.5vw, 8px);
  padding-left: clamp(12px, 1vw, 16px);
  padding-right: clamp(12px, 1vw, 16px);
  color: #009944;
  background-color: #fff;
  border: 1px solid #009944;
  border-radius: 40px;
  overflow: clip;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 400;
  line-height: 1;
}

.p_requirements__archive .p_requirements__title {
  color: #009944;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}

.p_requirements__archive .p_requirements__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 3.2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #009944;
  border: 1px solid #009944;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: clamp(28px, 3.5555555556vw, 32px);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_requirements__archive .p_requirements__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_requirements__archive .p_requirements__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 600px) {
  .p_requirements__archive .p_requirements__ico {
    right: 16px;
  }
}
.p_requirements__archive .p_requirements__ico svg {
  aspect-ratio: 6/10;
  width: clamp(5px, 0.6666666667vw, 6px);
  height: auto;
}
.p_requirements__archive .p_requirements__ico path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_requirements__archive .p_requirements__ico path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_requirements__archive .p_requirements__ico path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_requirements__archive .p_requirements__ico path {
  fill: #fff;
}

.p_requirements__archive .p_requirements__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin-top: clamp(40px, 3.5vw, 56px);
}
@media screen and (max-width: 600px) {
  .p_requirements__archive .p_requirements__btn {
    gap: 12px;
  }
}

.p_requirements__archive .p_requirements__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: clamp(60px, 7.3333333333vw, 66px);
  padding-left: clamp(28px, 1.875vw, 30px);
  padding-right: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #B7D200;
  background-color: #fff;
  border-radius: 50px;
  overflow: clip;
  font-size: 16px;
  font-weight: 700;
}
@media (hover: hover) {
  .p_requirements__archive .p_requirements__btn a:hover {
    opacity: 1;
    background-color: #B7D200;
    color: #fff;
  }
}
@media (hover: none) {
  .p_requirements__archive .p_requirements__btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_requirements__archive .p_requirements__btn a:active {
    opacity: 1;
    background-color: #B7D200;
    color: #fff;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
詳細----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_requirements__post {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_requirements__post .p_requirements__flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 5px;
  margin-bottom: clamp(40px, 3vw, 48px);
}

.p_requirements__post .p_requirements__flow > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_requirements__post .p_requirements__flow > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_requirements__post .p_requirements__flow > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p_requirements__post .p_requirements__flow > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 700px) {
  .p_requirements__post .p_requirements__flow {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_requirements__post .p_requirements__flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
  padding-top: clamp(12px, 0.875vw, 14px);
  padding-bottom: clamp(12px, 0.875vw, 14px);
  padding-left: clamp(16px, 1.25vw, 20px);
  padding-right: clamp(16px, 1.25vw, 20px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 701px) {
  .p_requirements__post .p_requirements__flow li:not(:last-of-type) {
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
  }
}
@media screen and (max-width: 700px) {
  .p_requirements__post .p_requirements__flow li:not(:last-of-type) {
    position: relative;
    padding-bottom: 20px;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  }
}
.p_requirements__post .p_requirements__flow li:last-of-type {
  background-color: rgba(255, 56, 60, 0.14);
}

.p_requirements__post .p_requirements__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: clamp(32px, 3vw, 48px);
  padding-top: clamp(18px, 1.5vw, 24px);
  padding-bottom: clamp(18px, 1.5vw, 24px);
  padding-left: clamp(20px, 2vw, 32px);
  padding-right: clamp(20px, 2vw, 32px);
  background-color: #009944;
  border-radius: 8px;
  overflow: clip;
}
@media screen and (max-width: 1000px) {
  .p_requirements__post .p_requirements__head {
    display: block;
  }
}

.p_requirements__post .p_requirements__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p_requirements__post .p_requirements__type {
  display: inline-block;
  padding-top: clamp(4px, 0.375vw, 6px);
  padding-bottom: clamp(6px, 0.5vw, 8px);
  padding-left: clamp(12px, 1vw, 16px);
  padding-right: clamp(12px, 1vw, 16px);
  color: #009944;
  background-color: #fff;
  border: 1px solid #009944;
  border-radius: 40px;
  overflow: clip;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 400;
  line-height: 1;
}

.p_requirements__post .p_requirements__title {
  color: #fff;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p_requirements__post .p_requirements__title {
    line-height: 2;
  }
}

.p_requirements__post .p_requirements__block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: clip;
  border-radius: 16px;
  overflow: clip;
}

.p_requirements__post .p_requirements__btn {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_archive .p_initiatives__head p {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_archive .p_initiatives__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
  margin-top: clamp(48px, 4.5vw, 72px);
}

.p_archive .p_initiatives__card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_archive .p_initiatives__card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_archive .p_initiatives__card > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p_archive .p_initiatives__card {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_archive .p_initiatives__item {
  display: block;
  padding: clamp(20px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #009944;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: clip;
}
@media screen and (max-width: 900px) {
  .p_archive .p_initiatives__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_archive .p_initiatives__item ._icon {
  width: clamp(104px, 13.3333333333vw, 120px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.p_archive .p_initiatives__item ._lead {
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.p_activity {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_activity__inner {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.p_activity__inner.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
詳細----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_initiatives__post {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_initiatives__post .p_initiatives__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 3.5vw, 56px);
}
@media screen and (max-width: 900px) {
  .p_initiatives__post .p_initiatives__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p_initiatives__post .p_initiatives__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_initiatives__post .p_initiatives__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_initiatives__post .p_initiatives__block {
  margin-top: 16px;
}

@media screen and (min-width: 901px) {
  .p_initiatives__post .p_initiatives__image {
    width: 47.6666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_initiatives__post .p_initiatives__slider {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p_initiatives__post .p_initiatives__slider {
    position: sticky;
    top: clamp(72px, 6.875vw, 110px);
  }
}

.p_initiatives__post .p_initiatives__slider img {
  aspect-ratio: 572/430;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_initiatives__post .p_initiatives__media picture {
  margin: 0 4px;
}

.p_initiatives__post .p_initiatives__tmb {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_initiatives__post .p_initiatives__tmb picture {
  cursor: pointer;
  margin: 0 4px;
}

.p_initiatives__post .p_initiatives__tmb .slick-prev,
.p_initiatives__post .p_initiatives__tmb .slick-next {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  width: clamp(28px, 3.5555555556vw, 32px);
  height: auto;
  aspect-ratio: 1/1;
  font-size: 0px;
  line-height: 1;
  background-color: unset;
  border-radius: 50%;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_initiatives__post .p_initiatives__tmb .slick-prev::before,
.p_initiatives__post .p_initiatives__tmb .slick-next::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #009944;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #009944;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_initiatives__post .p_initiatives__tmb .slick-prev::after,
.p_initiatives__post .p_initiatives__tmb .slick-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../images/common/ico-arrow.svg") no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  aspect-ratio: 6/10;
  width: clamp(5px, 0.6666666667vw, 6px);
  height: auto;
}
@media (hover: hover) {
  .p_initiatives__post .p_initiatives__tmb .slick-prev:hover::before,
  .p_initiatives__post .p_initiatives__tmb .slick-next:hover::before {
    background: #fff;
  }
  .p_initiatives__post .p_initiatives__tmb .slick-prev:hover::after,
  .p_initiatives__post .p_initiatives__tmb .slick-next:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
  }
}
@media (hover: none) {
  .p_initiatives__post .p_initiatives__tmb .slick-prev,
  .p_initiatives__post .p_initiatives__tmb .slick-next {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_initiatives__post .p_initiatives__tmb .slick-prev:active::before,
  .p_initiatives__post .p_initiatives__tmb .slick-next:active::before {
    background: #fff;
  }
  .p_initiatives__post .p_initiatives__tmb .slick-prev:active::after,
  .p_initiatives__post .p_initiatives__tmb .slick-next:active::after {
    -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
  }
}

.p_initiatives__post .p_initiatives__tmb .slick-next {
  right: 0;
}

.p_initiatives__post .p_initiatives__tmb .slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}

.p_initiatives__post .p_initiatives__tmb .slick-list {
  width: 79.7202797203%;
  margin-left: auto;
  margin-right: auto;
}

.p_initiatives__post .p_initiatives__block {
  margin-top: 16px;
}

.p_initiatives__layout + .p_initiatives__layout {
  margin-top: clamp(40px, 3vw, 48px);
}

.p_initiatives__layout___lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_initiatives__layout___lead + .p_initiatives__layout___text {
  margin-top: 16px;
}

.p_initiatives__layout___table table tr th,
.p_initiatives__layout___table table tr td {
  padding: 16px;
  background-color: #fff;
  line-height: 1.75;
  border: 2px solid #fff;
}

.p_initiatives__layout___table table tr th {
  background-color: #8F8F8F;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p_initiatives__layout___table table tr th {
    width: 138px;
  }
}

.p_property__archive .p_property__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 56px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .p_property__archive .p_property__wrap {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .p_property__archive .p_property__wrap {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_property__archive .p_property__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p_property__archive .p_property__wrap {
  margin-bottom: clamp(56px, 5vw, 80px);
}
.p_property__archive .p_property__wrap p {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}
@media screen and (max-width: 900px) {
  .p_property__archive .p_property__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.p_property__archive .p_property__wrap .c_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 901px) {
  .p_property__archive .p_property__wrap .c_btn {
    width: 280px;
  }
}

.p_property .p_archive__info ._cat {
  color: #101A0E;
  font-weight: 500;
}

.p_property__archive .p_archive__headline ._lead {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_property__archive .p_archive__headline ._lead + ._caption {
  margin-top: 4px;
}

.p_property__archive .p_archive__headline ._caption {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 901px) {
  .p_property__archive .p_property__card {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p_property__archive .p_property__card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
詳細----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_property__post .p_property__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 3vw, 48px);
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (max-width: 1100px) {
  .p_property__post .p_property__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1101px) {
  .p_property__post .p_property__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_property__post .p_property__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_property__post .p_property__block {
  margin-top: 16px;
}

.p_property__post .p_property__image {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p_property__post .p_property__image {
    width: 40.7185628743%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .p_property__post .p_property__image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_property__post .p_property__slider {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p_property__post .p_property__slider {
    position: sticky;
    top: clamp(72px, 6.875vw, 110px);
  }
}

.p_property__post .p_property__slider img {
  aspect-ratio: 408/305;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_property__post .p_property__media picture {
  margin: 0 4px;
}

.p_property__post .p_property__tmb {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_property__post .p_property__tmb picture {
  cursor: pointer;
  margin: 0 4px;
}

.p_property__post .p_property__tmb .slick-prev,
.p_property__post .p_property__tmb .slick-next {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  position: absolute;
  top: unset;
  bottom: 0;
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  width: clamp(28px, 3.5555555556vw, 32px);
  height: auto;
  aspect-ratio: 1/1;
  font-size: 0px;
  line-height: 1;
  background-color: unset;
  border-radius: 50%;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: unset;
          transform: unset;
}
.p_property__post .p_property__tmb .slick-prev::before, .p_property__post .p_property__tmb .slick-prev::after,
.p_property__post .p_property__tmb .slick-next::before,
.p_property__post .p_property__tmb .slick-next::after {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  right: 0;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
}
.p_property__post .p_property__tmb .slick-prev::before,
.p_property__post .p_property__tmb .slick-next::before {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #009944;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_property__post .p_property__tmb .slick-prev::after,
.p_property__post .p_property__tmb .slick-next::after {
  display: inline-block;
  z-index: 1;
  background: url("../images/common/ico-arrow.svg") no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  aspect-ratio: 6/10;
  width: clamp(5px, 0.6666666667vw, 6px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
}
@media (hover: hover) {
  .p_property__post .p_property__tmb .slick-prev:hover::before,
  .p_property__post .p_property__tmb .slick-next:hover::before {
    background: #009944;
  }
  .p_property__post .p_property__tmb .slick-prev:hover::after,
  .p_property__post .p_property__tmb .slick-next:hover::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .p_property__post .p_property__tmb .slick-prev,
  .p_property__post .p_property__tmb .slick-next {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_property__post .p_property__tmb .slick-prev:active::before,
  .p_property__post .p_property__tmb .slick-next:active::before {
    background: #009944;
  }
  .p_property__post .p_property__tmb .slick-prev:active::after,
  .p_property__post .p_property__tmb .slick-next:active::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.p_property__post .p_property__tmb .slick-prev {
  left: 40.1960784314%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.p_property__post .p_property__tmb .slick-next {
  right: 40.1960784314%;
}

.p_property__post .p_property__block {
  margin-top: 16px;
}

.p_property__post .p_property__tmb___list {
  position: relative;
  padding-bottom: clamp(48px, 3.5vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_property__post .p_property__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px;
}
.p_property__post .p_property__price + p {
  margin-top: 16px;
}

.p_property__post .p_property__price .txt_before,
.p_property__post .p_property__price .txt_after {
  display: block;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_property__post .p_property__price ._num {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.5;
}

.p_property__post .p_property__table {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_property__post table tr th,
.p_property__post table tr td {
  padding: 16px;
  background-color: #fff;
  line-height: 1.5;
  border: 2px solid #fff;
}
@media screen and (max-width: 900px) {
  .p_property__post table tr th,
  .p_property__post table tr td {
    border: none;
  }
}

.p_property__post table tr th {
  background-color: #8F8F8F;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p_property__post table tr th {
    width: 138px;
  }
}

.p_property__post .p_property__map {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_property__post .p_property__map iframe {
  width: 100%;
  height: 456px;
}

.p_property__post .p_property__btn {
  margin-top: clamp(40px, 4vw, 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 424px;
}
.p_property__post .p_property__btn p {
  font-weight: 500;
  line-height: 1.5;
}

.p_property__post .p_property__btn___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  height: clamp(64px, 9.5555555556vw, 86px);
  background-color: #101A0E;
  color: #fff;
  margin-top: clamp(16px, 1.125vw, 18px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1;
}
.p_property__post .p_property__btn___link i {
  aspect-ratio: 1/1;
}
.p_property__post .p_property__btn___link i svg {
  display: block;
}

.p_property__other {
  background-color: #F8FAE5;
  padding-top: clamp(48px, 7vw, 112px);
  padding-bottom: clamp(48px, 7vw, 112px);
}

.p_property__other___head {
  margin-bottom: clamp(32px, 3.5vw, 56px);
  text-align: center;
}

.p_property__other___slug {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4.2vw, 2.625rem);
  text-transform: uppercase;
  line-height: 1;
}

.p_property__other___lead {
  margin-top: clamp(8px, 0.625vw, 10px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_property__other__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
}

.p_property__other__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_property__other__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_property__other__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p_property__other__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_property__other .p_archive__headline ._lead {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_property__other .p_archive__headline ._lead + ._caption {
  margin-top: 4px;
}

@media screen and (max-width: 900px) {
  .p_works__archive .c_block__nav___list {
    padding-left: 30px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 500px) {
  .p_works__archive .c_block__nav___list {
    max-width: 100%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p_works__archive .c_block__nav___item + .c_block__nav___item {
    margin-top: 24px;
  }
}
.p_works .p_archive__info ._cat {
  font-weight: 500;
}

.p_works .p_archive__info ._sub_cat {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.p_works__archive .p_archive__headline ._lead + ._caption {
  margin-top: 4px;
}

@media screen and (min-width: 901px) {
  .p_works__archive .p_works__card {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 40px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p_works__archive .p_works__card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p_works__other {
  background-color: #F8FAE5;
  padding-top: clamp(48px, 7vw, 112px);
  padding-bottom: clamp(48px, 7vw, 112px);
}

.p_works__other___head {
  margin-bottom: clamp(32px, 3.5vw, 56px);
  text-align: center;
}

.p_works__other___slug {
  display: block;
  color: #009944;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.75rem, 4.2vw, 2.625rem);
  text-transform: uppercase;
  line-height: 1;
}

.p_works__other___lead {
  margin-top: clamp(8px, 0.625vw, 10px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_works__other__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
}

.p_works__other__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_works__other__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_works__other__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p_works__other__list ._sub_cat {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.p_works__other .p_archive__headline ._lead {
  margin-top: clamp(8px, 0.625vw, 10px);
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
}
.p_works__other .p_archive__headline ._lead + ._caption {
  margin-top: 4px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
詳細----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_works__post .p_works__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 3vw, 48px);
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (max-width: 1100px) {
  .p_works__post .p_works__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1101px) {
  .p_works__post .p_works__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_works__post .p_works__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_works__post .p_works__block {
  margin-top: 16px;
}

.p_works__post .p_works__table + .p_works__def {
  margin-top: 32px;
}

.p_works__post .p_works__dtit {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_works__post .p_works__dtit + .p_works__data {
  margin-top: 8px;
}

.p_works__post .p_works__data + .p_works__dtit {
  margin-top: 32px;
}

.p_works__post table tr th,
.p_works__post table tr td {
  padding: 16px;
  background-color: #fff;
  line-height: 1.5;
  border: 2px solid #fff;
}
@media screen and (max-width: 900px) {
  .p_works__post table tr th,
  .p_works__post table tr td {
    border: none;
  }
}

.p_works__post table tr th {
  background-color: #8F8F8F;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p_works__post table tr th {
    width: 138px;
  }
}

.p_works__post .p_works__image {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p_works__post .p_works__image {
    width: 40.7185628743%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .p_works__post .p_works__image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_works__post .p_works__slider {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p_works__post .p_works__slider {
    position: sticky;
    top: clamp(72px, 6.875vw, 110px);
  }
}

.p_works__post .p_works__slider img {
  aspect-ratio: 408/305;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_works__post .p_works__media picture {
  margin: 0 4px;
}

.p_works__post .p_works__tmb {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_works__post .p_works__tmb picture {
  cursor: pointer;
  margin: 0 4px;
}

.p_works__post .p_works__tmb .slick-prev,
.p_works__post .p_works__tmb .slick-next {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  position: absolute;
  top: unset;
  bottom: 0;
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  width: clamp(28px, 3.5555555556vw, 32px);
  height: auto;
  aspect-ratio: 1/1;
  font-size: 0px;
  line-height: 1;
  background-color: unset;
  border-radius: 50%;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: unset;
          transform: unset;
}
.p_works__post .p_works__tmb .slick-prev::before, .p_works__post .p_works__tmb .slick-prev::after,
.p_works__post .p_works__tmb .slick-next::before,
.p_works__post .p_works__tmb .slick-next::after {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  right: 0;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
}
.p_works__post .p_works__tmb .slick-prev::before,
.p_works__post .p_works__tmb .slick-next::before {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #009944;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_works__post .p_works__tmb .slick-prev::after,
.p_works__post .p_works__tmb .slick-next::after {
  display: inline-block;
  z-index: 1;
  background: url("../images/common/ico-arrow.svg") no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  aspect-ratio: 6/10;
  width: clamp(5px, 0.6666666667vw, 6px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(70%) saturate(6327%) hue-rotate(136deg) brightness(96%) contrast(101%);
}
@media (hover: hover) {
  .p_works__post .p_works__tmb .slick-prev:hover::before,
  .p_works__post .p_works__tmb .slick-next:hover::before {
    background: #009944;
  }
  .p_works__post .p_works__tmb .slick-prev:hover::after,
  .p_works__post .p_works__tmb .slick-next:hover::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .p_works__post .p_works__tmb .slick-prev,
  .p_works__post .p_works__tmb .slick-next {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_works__post .p_works__tmb .slick-prev:active::before,
  .p_works__post .p_works__tmb .slick-next:active::before {
    background: #009944;
  }
  .p_works__post .p_works__tmb .slick-prev:active::after,
  .p_works__post .p_works__tmb .slick-next:active::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.p_works__post .p_works__tmb .slick-prev {
  left: 40.1960784314%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.p_works__post .p_works__tmb .slick-next {
  right: 40.1960784314%;
}

.p_works__post .p_works__block {
  margin-top: 16px;
}

.p_works__post .p_works__tmb___list {
  position: relative;
  padding-bottom: clamp(48px, 3.5vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}