@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Author: COMLAB
*/
/* font
  ========================================================================== */
/*Import font data*/
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansJP-Regular.ttf") format("truetype"), url("./fonts/NotoSansJP-Regular.woff") format("woff"), url("./fonts/NotoSansJP-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansJP-Medium.ttf") format("truetype"), url("./fonts/NotoSansJP-Medium.woff") format("woff"), url("./fonts/NotoSansJP-Medium.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansJP-SemiBold.ttf") format("truetype"), url("./fonts/NotoSansJP-SemiBold.woff") format("woff"), url("./fonts/NotoSansJP-SemiBold.svg") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansJP-Bold.ttf") format("truetype"), url("./fonts/NotoSansJP-Bold.woff") format("woff"), url("./fonts/NotoSansJP-Bold.svg") format("svg");
  font-weight: 700;
}
/*font family settings*/
/* mixin
  ========================================================================== */
/* !このファイルは制作時に書き換えを行わないでください! */
/* base
  ========================================================================== */
body {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.4px;
  color: #222;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

a:focus {
  outline: none;
}

section {
  position: relative;
}

textarea {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.slick-slide {
  outline: none;
}

li {
  list-style-type: none;
}

/*Safariでplaceholderの位置がずれるのを修正*/
body.js_isSafari input::-webkit-input-placeholder {
  position: relative;
  top: 0.18em;
}

/*Firefoxでplaceholdertextのopacityが小さくなるのを修正*/
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}

/* Android系で出るタップ時の青い枠を出さない */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フォーカスインジケーターの表示 */
/*
*:focus-visible {
  outline: 2px solid #33568A;
  outline-offset:2px;
}
*/
/* header
   ========================================================================== */
/* block skip */
.c-skip_nav a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.c-skip_nav a:focus, .c-skip_nav a a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 5px;
  left: 5px;
  clip: auto;
  z-index: 1000;
  font-size: 1.8rem;
  padding: 5px;
  background-color: #FFF;
  border: #CCC solid 1px;
  text-align: center;
}

/* 404(notfound)
   ========================================================================== */
.p-notfound {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
}
@media screen and (max-width: 840px) {
  .p-notfound {
    height: 330px;
  }
}

.p-notfound__text {
  padding-top: 3em;
}

.p-notfound__button {
  padding-top: 3em;
}
.p-notfound__button > a {
  text-decoration: underline;
}

/* variable
  ========================================================================== */
/* filter */
/* triangle */
/* common
  ========================================================================== */
body {
  font-family: "NotoSansJP", Yu Gothic, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #222;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.625;
  font-weight: 400;
}

/* display */
.u-dp__ib {
  display: inline-block;
}

/* width */
.u-width__full, .u-width__wide, .u-width__mid, .u-width__min, .u-width__exmin {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 840px) {
  .u-width__full, .u-width__wide, .u-width__mid, .u-width__min, .u-width__exmin {
    max-width: 89.3%;
  }
}
.u-width__full {
  max-width: 100%;
  width: 1440px;
}
.u-width__wide {
  width: 1280px;
}
@media (min-width: 841px) {
  .u-width__wide {
    max-width: 88.89%;
  }
}
.u-width__mid {
  width: 1080px;
}
@media (min-width: 841px) {
  .u-width__mid {
    max-width: 85.72%;
  }
}
.u-width__min {
  width: 940px;
}
@media (min-width: 841px) {
  .u-width__min {
    max-width: 85.72%;
  }
}
.u-width__exmin {
  width: 800px;
}
@media (min-width: 841px) {
  .u-width__exmin {
    max-width: 85.72%;
  }
}

/* font */
.u-font__min {
  font-family: Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
}
.u-font__got {
  font-family: "NotoSansJP", Yu Gothic, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.u-font__en {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* list */
.u-list__dot > li:before {
  content: "・";
}
.u-list__ast > li:before {
  content: "※";
}
.u-list__foot > li:before {
  content: "＊";
}
.u-list__circle > li:before {
  content: "●";
}
.u-list__square > li {
  list-style-type: square !important;
}
.u-list__dash > li:before {
  content: "-";
}
.u-list__num {
  counter-reset: ulnNum;
}
.u-list__num > li {
  counter-increment: ulnNum;
}
.u-list__num > li:before {
  content: "(" counter(ulnNum) ")";
}

/* .p-section_title */
.p-section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em 0;
}
@media (max-width: 840px) {
  .p-section_title {
    gap: 0.25em 0;
  }
}
@media (max-width: 540px) {
  .p-section_title {
    gap: 0;
  }
}
.p-section_title.__white .p-section_title__en,
.p-section_title.__white .p-section_title__jp {
  color: #fff;
}

.p-section_title__en {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  text-indent: -0.075em;
  color: #0068b3;
}
@media (max-width: 840px) {
  .p-section_title__en {
    font-size: 3.75rem;
    letter-spacing: 0.04em;
    line-height: 1.0666666667;
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .p-section_title__en {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.1458333333;
    font-weight: 700;
  }
}

.p-section_title__jp {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 840px) {
  .p-section_title__jp {
    font-size: 0.96875rem;
    letter-spacing: 0.08em;
    line-height: 1.1935483871;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-section_title__jp {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    line-height: 1.4615384615;
    font-weight: 500;
  }
}
.p-section_title__jp:before {
  content: "-";
  margin-right: 0.275em;
}

/* .p-section_sub */
.p-section_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.95em 0;
}
@media (max-width: 840px) {
  .p-section_sub {
    gap: 0.57em 0;
  }
}
@media (max-width: 540px) {
  .p-section_sub {
    gap: 0.2em 0;
  }
}
.p-section_sub__en {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-indent: -0.06em;
  font-size: 3.125rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 840px) {
  .p-section_sub__en {
    font-size: 3.0625rem;
    letter-spacing: 0.04em;
    line-height: 1.0714285714;
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .p-section_sub__en {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.1458333333;
    font-weight: 700;
  }
}

.p-section_sub__jp {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  color: #0068b3;
}
.p-section_sub__jp:before {
  content: "-";
}

/* .p-common_breadcrumb */
.p-common_breadcrumb {
  margin-top: 1.3em;
}
@media (max-width: 840px) {
  .p-common_breadcrumb {
    display: none;
  }
}

.p-common_breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-common_breadcrumb__list > li {
  font-size: 0.75rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-common_breadcrumb__list > li + li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  rotate: -45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  margin: auto 0;
}
.js-isWin .p-common_breadcrumb__list > li + li::before {
  top: 10%;
}
.p-common_breadcrumb__list > li > a {
  padding: 0.9em;
}
.p-common_breadcrumb__list > li > a[aria-current=page] {
  color: #0068b3;
}
@media (max-width: 840px) {
  .p-common_breadcrumb__list > li > a {
    padding: 0.5em 0.9em;
  }
}
@media (max-width: 540px) {
  .p-common_breadcrumb__list > li > a {
    padding: 0.25em 0.9em;
  }
}
.p-common_breadcrumb__list > li:first-of-type > a {
  padding-left: 0;
}

/* .p-common_table */
.p-common_table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.1em 1fr;
  grid-template-columns: 13.1em 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 840px) {
  .p-common_table {
    -ms-grid-columns: 9.7em 1fr;
    grid-template-columns: 9.7em 1fr;
  }
}
@media (max-width: 540px) {
  .p-common_table {
    -ms-grid-columns: 6.25em 1fr;
    grid-template-columns: 6.25em 1fr;
  }
}

.p-common_table__dt,
.p-common_table__dd {
  font-weight: 400;
  border-top: 2px solid #d9d9d9;
  padding: 1.375em 1.4em;
}
@media (max-width: 840px) {
  .p-common_table__dt,
  .p-common_table__dd {
    font-size: 0.90625rem;
    letter-spacing: 0.08em;
    line-height: 1.6551724138;
    font-weight: 400;
    padding: 1.17em 1em;
  }
}
@media (max-width: 540px) {
  .p-common_table__dt,
  .p-common_table__dd {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    line-height: 1.6923076923;
    font-weight: 400;
    padding: 0.96em 0.6em;
  }
}
.p-common_table__dt:last-of-type,
.p-common_table__dd:last-of-type {
  border-bottom: 2px solid #d9d9d9;
}

.p-common_table__dd p + p {
  margin-top: 1lh;
}
.p-common_table__dd p a {
  display: block;
  text-decoration: underline;
  color: #0068b3;
  padding-bottom: 0.35em;
}
@media (max-width: 840px) {
  .p-common_table__dd p a {
    padding-bottom: 0.175em;
  }
}
@media (max-width: 540px) {
  .p-common_table__dd p a {
    padding-bottom: 0;
  }
}

/* .p-common_btn */
.p-common_btn {
  border-radius: 40px;
  height: 80px;
  background: #0068b3;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 255px;
  padding: 0 calc(3em + 30px) 0 3em;
  position: relative;
}
.p-common_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: auto;
}
.p-common_btn:not([target]):after {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(./img/common/icon-common_arrow__bl.svg) no-repeat center/52% #fff;
  right: 1.95em;
}
.p-common_btn[target]:after {
  width: 23px;
  aspect-ratio: 82/75;
  background: url(./img/common/icon-common_tab.svg) no-repeat center/contain;
  right: 3.3em;
}
.p-common_btn.__white {
  background: #fff;
}
.p-common_btn.__white:after {
  background: url(./img/common/icon-common_arrow__wt.svg) no-repeat center/52% #0068b3;
}

.p-common_btn__text {
  color: #fff;
}
.__white .p-common_btn__text {
  font-weight: 400;
  color: #222;
}

/* .p-common_scroll */
.p-common_scroll {
  position: fixed;
  left: 5.1%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 10;
}
@media (max-width: 840px) {
  .p-common_scroll {
    display: none;
  }
}
.is-viewFooter .p-common_scroll {
  opacity: 0;
}

.p-common_scroll__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.75rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}

.p-common_scroll__bar {
  width: 1px;
  height: 60px;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}
.p-common_scroll__bar:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #0068b3;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

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

@keyframes scroll {
  0% {
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    top: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* parts
  ========================================================================== */
/* .p-parts_hero */
.p-parts_hero {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 840px) {
  .p-parts_hero {
    height: 390px;
  }
}
@media (max-width: 540px) {
  .p-parts_hero {
    height: 300px;
  }
}
.p-parts_hero:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.2)), color-stop(39.9%, rgba(48, 48, 48, 0.11)), to(rgba(64, 64, 64, 0)));
  background: linear-gradient(rgba(34, 34, 34, 0.2) 0%, rgba(48, 48, 48, 0.11) 39.9%, rgba(64, 64, 64, 0) 100%);
}

.p-parts_hero__wrapper {
  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;
  height: 100%;
  position: relative;
  z-index: 10;
  padding-top: 3.7em;
}
@media (max-width: 840px) {
  .p-parts_hero__wrapper {
    padding-top: 3.1em;
  }
  .p-parts_hero__wrapper:has(.u-dp__ib) {
    padding-top: 4.3em;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__wrapper {
    padding-top: 2.5em;
  }
  .p-parts_hero__wrapper:has(.u-dp__ib) {
    padding-top: 4.85em;
  }
}

.p-parts_hero__text {
  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;
  text-align: center;
  gap: 1em 0;
  color: #fff;
}
@media (max-width: 840px) {
  .p-parts_hero__text {
    gap: 0.85em 0;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__text {
    gap: 0.65em 0;
  }
}
.p-parts_hero__text .__en {
  font-size: 3.75rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 840px) {
  .p-parts_hero__text .__en {
    font-size: 3.125rem;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__text .__en {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 700;
  }
}
.p-parts_hero__text .__jp {
  font-size: 1.1875rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 840px) {
  .p-parts_hero__text .__jp {
    font-size: 0.96875rem;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__text .__jp {
    font-size: 0.75rem;
  }
}

/* .p-parts_contact */
.p-parts_contact {
  padding-top: 8.6em;
  padding-bottom: 9.4em;
  background: #fff;
}
@media (max-width: 840px) {
  .p-parts_contact {
    padding-top: 6.9em;
    padding-bottom: 8.8em;
  }
}
@media (max-width: 540px) {
  .p-parts_contact {
    padding-top: 5.25em;
    padding-bottom: 8.15em;
  }
}

@media (max-width: 840px) {
  .p-parts_contact__wrapper .p-section_title .p-section_title__en {
    text-indent: -0.0375em;
  }
}
@media (max-width: 540px) {
  .p-parts_contact__wrapper .p-section_title .p-section_title__en {
    text-indent: 0;
  }
}
@media (max-width: 840px) {
  .p-parts_contact__wrapper .p-section_title .p-section_title__jp {
    margin-left: 0.15em;
  }
}
@media (max-width: 540px) {
  .p-parts_contact__wrapper .p-section_title .p-section_title__jp {
    margin-left: 0.3em;
  }
}

.p-parts_contact__about {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 400;
  margin-top: 2.45em;
}
@media (max-width: 840px) {
  .p-parts_contact__about {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 2.575em;
  }
}
@media (max-width: 540px) {
  .p-parts_contact__about {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
    margin-top: 2.7em;
  }
}

.p-parts_contact__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;
  gap: 1px 2px;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  margin-top: 3.5em;
}
@media (max-width: 840px) {
  .p-parts_contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.9em;
  }
}
@media (max-width: 540px) {
  .p-parts_contact__list {
    margin-top: 2.35em;
  }
}

.p-parts_contact__list__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 840px) {
  .p-parts_contact__list__box {
    width: 100%;
  }
}
.p-parts_contact__list__box .__link {
  height: 282px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3em 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1100px) {
  .p-parts_contact__list__box .__link {
    height: 211px;
  }
}
@media (max-width: 840px) {
  .p-parts_contact__list__box .__link {
    height: 180px;
  }
}
@media (max-width: 540px) {
  .p-parts_contact__list__box .__link {
    height: 140px;
  }
}
.p-parts_contact__list__box .__link .__link__icon,
.p-parts_contact__list__box .__link .__link__text {
  position: relative;
  z-index: 10;
}
.p-parts_contact__list__box .__link .__link__icon img {
  width: auto;
  height: 50px;
}
@media (max-width: 1100px) {
  .p-parts_contact__list__box .__link .__link__icon img {
    height: 43px;
  }
}
@media (max-width: 840px) {
  .p-parts_contact__list__box .__link .__link__icon img {
    height: 35px;
  }
}
.p-parts_contact__list__box .__link .__link__text {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .p-parts_contact__list__box .__link .__link__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 840px) {
  .p-parts_contact__list__box .__link .__link__text {
    font-size: 1rem;
  }
}
.p-parts_contact__list__box .__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 104, 179, 0.7);
}
.p-parts_contact__list__box.__web .__link {
  background-image: url(./img/common/bg-common_contact__web.jpg);
}
.p-parts_contact__list__box.__tel .__link {
  background-image: url(./img/common/bg-common_contact__tel.jpg);
  background-position: top center;
}
.p-parts_contact__list__box.__line .__link {
  background-image: url(./img/common/bg-common_contact__line.jpg);
}

/* header
  ========================================================================== */
/* .l-header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.p-header__wrapper {
  height: 113px;
  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;
  position: relative;
  z-index: 1000;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.js-oneScroll .p-header__wrapper {
  background: rgba(255, 255, 255, 0.9);
}
.js-oneScroll.js-humburgerOpen .p-header__wrapper {
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 840px) {
  .p-header__wrapper {
    height: 85px;
  }
}
@media (max-width: 540px) {
  .p-header__wrapper {
    height: 73px;
  }
}

.p-header_logo {
  height: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.js-humburgerOpen .p-header_logo {
  opacity: 0;
  pointer-events: none;
}

.p-header_logo__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;
  height: 100%;
  padding: 0 2.25svw;
  -webkit-filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
  -webkit-transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, filter 0.25s;
  transition: opacity 0.25s, filter 0.25s, -webkit-filter 0.25s;
}
.js-oneScroll .p-header_logo__link {
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 840px) {
  .p-header_logo__link {
    padding: 0 5svw;
  }
}
.p-header_logo__link .__img {
  width: 210px;
}
@media (max-width: 840px) {
  .p-header_logo__link .__img {
    width: 195px;
  }
}
@media (max-width: 540px) {
  .p-header_logo__link .__img {
    width: 180px;
  }
}

.p-header_gnav {
  height: 100%;
  margin-right: 2.1svw;
}
@media (max-width: 1100px) {
  .p-header_gnav {
    display: none;
  }
}

.p-header_gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.p-header_gnav__menu__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;
}
.p-header_gnav__menu__item .__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;
  height: 100%;
  color: #fff;
  padding: 0 1.14em;
  -webkit-transition: opacity 0.25s, color 0.25s;
  transition: opacity 0.25s, color 0.25s;
}
@media (max-width: 1240px) {
  .p-header_gnav__menu__item .__link {
    padding: 0 1.3svw;
  }
}
.js-oneScroll .p-header_gnav__menu__item:not(.__contact) .__link:hover, .p-header_gnav__menu__item:not(.__contact) .__link:hover {
  color: #0068b3;
  opacity: 1;
}
.js-oneScroll .p-header_gnav__menu__item:not(.__contact) .__link {
  color: #222;
}
.p-header_gnav__menu__item.__contact {
  margin-left: 1.25em;
}
.p-header_gnav__menu__item.__contact .__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;
  width: 176px;
  height: 61px;
  border-radius: 31px;
  background: #0068b3;
  padding: 0;
}

.c-humburger {
  height: 113px;
  width: auto;
  aspect-ratio: 1/1;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
}
@media (min-width: 1101px) {
  .c-humburger {
    display: none;
  }
}
@media (max-width: 840px) {
  .c-humburger {
    height: 85px;
  }
}
@media (max-width: 540px) {
  .c-humburger {
    height: 73px;
  }
}

.c-humburger__wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-transition: gap 0.25s;
  transition: gap 0.25s;
}
.js-humburgerOpen .c-humburger__wrapper {
  gap: 0;
}
@media (max-width: 840px) {
  .c-humburger__wrapper {
    gap: 10px 0;
  }
}
@media (max-width: 540px) {
  .c-humburger__wrapper {
    gap: 10px 0;
  }
}

.c-humburger__bar {
  width: 41%;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: opacity 0.25s, width 0.25s, background 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, width 0.25s, background 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, width 0.25s, background 0.25s;
  transition: opacity 0.25s, transform 0.25s, width 0.25s, background 0.25s, -webkit-transform 0.25s;
}
.js-oneScroll .c-humburger__bar {
  background: #222;
}
.js-humburgerOpen .c-humburger__bar {
  width: 46%;
}
.js-oneScroll.js-humburgerOpen .c-humburger__bar {
  background: #fff;
}
.js-humburgerOpen .c-humburger__bar.__top {
  -webkit-transform: translate(0%, 85%) rotate(45deg);
          transform: translate(0%, 85%) rotate(45deg);
}
.js-humburgerOpen .c-humburger__bar.__middle {
  opacity: 0;
}
.js-humburgerOpen .c-humburger__bar.__bottom {
  -webkit-transform: translate(0%, -85%) rotate(-45deg);
          transform: translate(0%, -85%) rotate(-45deg);
}

/* .p-humburger_menu */
.p-humburger_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
}

.p-humburger_menu__wrapper {
  background: rgba(34, 34, 34, 0.9);
  border-radius: 0 0 30px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  color: #fff;
  overflow: auto;
}
.js-humburgerOpen .p-humburger_menu__wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-humburger_menu__inner {
  width: 420px;
  padding: 113px 0 3.5em;
}
@media (max-width: 840px) {
  .p-humburger_menu__inner {
    padding-top: 85px;
  }
}
@media (max-width: 540px) {
  .p-humburger_menu__inner {
    padding-top: 73px;
  }
}

.p-humburger_menu__list__item {
  border-bottom: 1px solid #707070;
}
.p-humburger_menu__list__item .__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;
  padding: 1.175em 0;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 400;
}
.p-humburger_menu__list__item:first-of-type .__link {
  padding-top: 0.6em;
}

.p-humburger_menu__content {
  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;
  margin-top: 1.45em;
}

.p-humburger_menu__content__link {
  border-radius: 100px;
  background: #0068b3;
  padding: 1.1em 2.5em;
  letter-spacing: 0;
}

/* main
  ========================================================================== */
/* footer
  ========================================================================== */
/* .l-footer */
.l-footer {
  background: #242e3b;
  color: #fff;
  padding: 3.6em 0 0.4em;
}
@media (max-width: 840px) {
  .l-footer {
    padding: 3.025em 0 0.4em;
  }
}

.p-footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
      grid-template-areas: "logo nav" "address nav" "copy copy";
}
@media (max-width: 840px) {
  .p-footer__wrapper {
    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;
  }
}

/* .p-footer_logo */
.p-footer_logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}
@media (max-width: 840px) {
  .p-footer_logo {
    width: 440px;
    max-width: 100%;
    margin-top: 5.2em;
  }
}

.p-footer_logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1em 1em 0;
}
@media (max-width: 840px) {
  .p-footer_logo__link {
    padding: 0.8em 0;
  }
}
@media (max-width: 540px) {
  .p-footer_logo__link {
    padding: 0.6em 3.5%;
  }
}
.p-footer_logo__link .__img {
  width: 315px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
}
@media (max-width: 840px) {
  .p-footer_logo__link .__img {
    width: 255px;
  }
}
@media (max-width: 540px) {
  .p-footer_logo__link .__img {
    width: 195px;
  }
}

/* .p-footer_address */
.p-footer_address {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: address;
  margin-top: 0.8em;
}
@media (max-width: 840px) {
  .p-footer_address {
    width: 440px;
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .p-footer_address {
    padding-left: 6.75%;
  }
}

.p-footer_address__name,
.p-footer_address__detail {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 400;
}

.p-footer_address__name {
  text-indent: -0.675em;
}
@media (max-width: 840px) {
  .p-footer_address__name {
    font-size: 1.0625rem;
    line-height: 1.625;
  }
}
@media (max-width: 540px) {
  .p-footer_address__name {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-footer_address__name:not(:first-child) {
  margin-top: 1.35em;
}
@media (max-width: 840px) {
  .p-footer_address__name:not(:first-child) {
    margin-top: 1em;
  }
}
@media (max-width: 540px) {
  .p-footer_address__name:not(:first-child) {
    margin-top: 0.65em;
  }
}

@media (max-width: 840px) {
  .p-footer_address__detail {
    font-size: 1rem;
    line-height: 1.65;
  }
}
@media (max-width: 540px) {
  .p-footer_address__detail {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
.p-footer_address__detail .__post {
  text-indent: -0.175em;
}
/* .p-footer_nav */
.p-footer_nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: nav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media (min-width: 841px) {
  .p-footer_nav {
    margin-top: 1.2em;
  }
}
@media (max-width: 840px) {
  .p-footer_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer_nav__list {
  -webkit-columns: 3 auto;
     -moz-columns: 3 auto;
          columns: 3 auto;
  -webkit-column-gap: 2.65em;
     -moz-column-gap: 2.65em;
          column-gap: 2.65em;
}
@media (max-width: 1100px) and (min-width: 841px) {
  .p-footer_nav__list {
    -webkit-columns: 2 auto;
       -moz-columns: 2 auto;
            columns: 2 auto;
  }
}
@media (max-width: 540px) {
  .p-footer_nav__list {
    -webkit-columns: 2 auto;
       -moz-columns: 2 auto;
            columns: 2 auto;
    -webkit-column-gap: 2.85em;
       -moz-column-gap: 2.85em;
            column-gap: 2.85em;
  }
}

.p-footer_nav__list__box .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.44em 0;
}

/* .p-footer_copy */
.p-footer_copy {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: copy;
  border-top: 1px solid #d9d9d9;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.625;
  font-weight: 400;
  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;
  width: 100%;
  padding: 1.5em 0;
  margin-top: 4.2em;
}
@media (max-width: 840px) {
  .p-footer_copy {
    font-size: 0.875rem;
    padding: 1.375em 0;
    margin-top: 3.25em;
  }
}
@media (max-width: 540px) {
  .p-footer_copy {
    font-size: 0.75rem;
    padding: 1.25em 0;
    margin-top: 2.3em;
  }
}

/* index
  ========================================================================== */
/* .p-index_kv */
.p-index_kv {
  width: 100%;
  height: 640px;
  position: relative;
}
@media (max-width: 840px) {
  .p-index_kv {
    background-image: url(./img/index/img-index_kv__sp.jpg);
  }
}
.p-index_kv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.2)), to(rgba(64, 64, 64, 0)));
  background: linear-gradient(rgba(34, 34, 34, 0.2) 0%, rgba(64, 64, 64, 0) 100%);
}

.p-index_kv__slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-index_kv__slider,
.p-index_kv__slider .slick-list,
.p-index_kv__slider .slick-track {
  width: 100%;
  height: 100%;
}
.p-index_kv__slider:not(.slick-initialized) .p-index_kv__slider__box:not(:first-of-type) {
  display: none;
}

.p-index_kv__slider__box {
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}
.p-index_kv__slider__box .__img,
.p-index_kv__slider__box .__img img {
  width: 100%;
  height: 100%;
}
.p-index_kv__slider__box .__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_kv__wrapper {
  padding: 0 5%;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 840px) {
  .p-index_kv__wrapper {
    padding: 0 4.6%;
  }
}
@media (max-width: 540px) {
  .p-index_kv__wrapper {
    padding: 0 4.2%;
  }
}

.p-index_kv__text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em 0;
  margin-bottom: 2.95em;
}
@media (max-width: 840px) {
  .p-index_kv__text {
    margin-bottom: 2.7em;
    gap: 0.7em 0;
  }
}
@media (max-width: 540px) {
  .p-index_kv__text {
    margin-bottom: 2.5em;
    gap: 0.8em 0;
  }
}
.p-index_kv__text .__jp {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 600;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 840px) {
  .p-index_kv__text .__jp {
    font-size: 2.1875rem;
    letter-spacing: 0.05em;
    line-height: 1.4571428571;
    font-weight: 600;
  }
}
@media (max-width: 540px) {
  .p-index_kv__text .__jp {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    line-height: 1.4666666667;
    font-weight: 600;
  }
}
.p-index_kv__text .__jp .__brackets {
  margin: 0 -0.5em;
}
.p-index_kv__text .__en {
  padding: 0 0.32em;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 840px) {
  .p-index_kv__text .__en {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.0555555556;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-index_kv__text .__en {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.1666666667;
    font-weight: 400;
  }
}

/* .p-index_pickup */
.p-index_pickup {
  margin-top: 2em;
}
@media (max-width: 840px) {
  .p-index_pickup {
    margin-top: 1.5em;
  }
}
@media (max-width: 540px) {
  .p-index_pickup {
    margin-top: 1em;
  }
}

.p-index_pickup__wrapper {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(177, 177, 177, 0.5);
          box-shadow: 3px 3px 6px rgba(177, 177, 177, 0.5);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      grid-template-areas: "title article link";
}
@media (min-width: 841px) {
  .p-index_pickup__wrapper {
    height: 64px;
  }
}
@media (max-width: 1100px) {
  .p-index_pickup__wrapper {
    height: 78px;
  }
}
@media (max-width: 840px) {
  .p-index_pickup__wrapper {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 3fr (auto)[2] 5fr;
    grid-template-rows: 3fr repeat(2, auto) 5fr;
        grid-template-areas: "title ." "title article" "title link" "title .";
    height: 130px;
  }
}

.p-index_pickup__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-weight: 700;
  color: #0068b3;
  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;
  height: 100%;
  padding-left: 2.8em;
  grid-area: title;
}

.p-index_news__wrapper > .p-index_pickup__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
@media (max-width: 840px) {
  .p-index_pickup__title {
    padding-left: 2.1em;
  }
}
@media (max-width: 540px) {
  .p-index_pickup__title {
    padding-left: 1.45em;
  }
}
.p-index_pickup__title:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #0068b3;
  margin: 0 3.225em;
}
@media (max-width: 1100px) {
  .p-index_pickup__title:after {
    height: 60%;
  }
}
@media (max-width: 840px) {
  .p-index_pickup__title:after {
    height: 76.92%;
    margin: 0 1.45em;
  }
}

.p-index_pickup__article {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  color: #0068b3;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2.4em 1fr;
  grid-template-columns: auto 1fr;
      grid-template-areas: "time name";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.4em;
  grid-area: article;
}
@media (max-width: 1100px) {
  .p-index_pickup__article {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 1fr (auto)[2] 1fr;
    grid-template-rows: 1fr repeat(2, auto) 1fr;
        grid-template-areas: "." "time" "name" ".";
    padding-right: 1.6em;
  }
}
@media (max-width: 840px) {
  .p-index_pickup__article {
    gap: 0.375em 0;
  }
}

.p-index_pickup__article__time,
.p-index_pickup__article__name {
  font-weight: 500;
}

.p-index_pickup__article__time {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: time;
}

.p-index_news__list__box .__link > .p-index_pickup__article__time {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 1100px) {
  .p-index_pickup__article__time {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 840px) {
  .p-index_pickup__article__time {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

.p-index_pickup__article__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  grid-area: name;
}

.p-index_news__list__box .__link > .p-index_pickup__article__name {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.p-index_pickup__link {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
  font-weight: 500;
  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: 0 1em;
  height: 100%;
  padding: 0 1.9em;
  grid-area: link;
}

.p-index_news__wrapper > .p-index_pickup__link {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 840px) {
  .p-index_pickup__link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.05em 1.7em;
  }
}
.p-index_pickup__link:after {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: arrow;
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(./img/common/icon-common_arrow__wt.svg) no-repeat center/52% #0068b3;
}

/* .p-index_about */
.p-index_about {
  margin-top: 9.4em;
}
@media (max-width: 840px) {
  .p-index_about {
    margin-top: 7.8em;
  }
}
@media (max-width: 540px) {
  .p-index_about {
    margin-top: 6.25em;
  }
}

.p-index_about__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.56% 44.44% 4.17% 482px 1fr 5.56%;
  grid-template-columns: 5.56% 44.44% 4.17% 482px 1fr 5.56%;
  -ms-grid-rows: 448px;
  grid-template-rows: 448px;
      grid-template-areas: "pic pic . info . .";
}
@media (max-width: 1240px) {
  .p-index_about__wrapper {
    -ms-grid-columns: 5.56% 44.44% 4.17% 1fr 5.56%;
    grid-template-columns: 5.56% 44.44% 4.17% 1fr 5.56%;
        grid-template-areas: "pic pic . info .";
  }
}
@media (max-width: 1100px) {
  .p-index_about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-index_about__info {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-index_recruit__wrapper > .p-index_about__info {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (min-width: 1101px) {
  .p-index_about__info {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1101px) {
  .p-index_about__info .p-section_title {
    margin-top: 0.25em;
  }
}

.p-index_about__info__text {
  margin-top: 2.7em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1100px) {
  .p-index_about__info__text {
    margin-top: 2.75em;
  }
}
@media (max-width: 840px) {
  .p-index_about__info__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-index_about__info__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.5714285714;
    font-weight: 400;
  }
}

.p-index_about__info__link {
  padding: 0 0.95em;
}
@media (max-width: 1100px) {
  .p-index_about__info__link {
    margin-top: 3em;
  }
}
@media (max-width: 840px) {
  .p-index_about__info__link {
    margin-top: 2.5em;
  }
}
@media (max-width: 540px) {
  .p-index_about__info__link {
    margin-top: 1.95em;
  }
}
.p-index_about__info__link .p-common_btn {
  margin-left: auto;
}
@media (max-width: 1100px) {
  .p-index_about__info__link .p-common_btn {
    margin-right: auto;
  }
}

.p-index_about__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: pic;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  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;
}

.p-index_recruit__wrapper > .p-index_about__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
}
@media (max-width: 1100px) {
  .p-index_about__pic {
    width: 92.86%;
    margin-top: 4em;
    max-height: 450px;
  }
}
@media (max-width: 840px) {
  .p-index_about__pic {
    width: 94.66%;
    max-height: 375px;
    margin-top: 3em;
  }
}
@media (max-width: 540px) {
  .p-index_about__pic {
    margin-top: 2em;
    max-height: 250px;
  }
}
.p-index_about__pic .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-index_service */
.p-index_service {
  background: #ecf4fa;
  margin-top: 11.75em;
}
@media (max-width: 840px) {
  .p-index_service {
    margin-top: 9.9em;
  }
}
@media (max-width: 540px) {
  .p-index_service {
    margin-top: 8em;
  }
}
.p-index_service:before {
  content: "";
  display: block;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 0 0 100svw;
  border-color: transparent transparent transparent #ecf4fa;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1140px) {
  .p-index_service:before {
    border-width: 64px 0 0 100svw;
  }
}
@media (max-width: 840px) {
  .p-index_service:before {
    border-width: 46px 0 0 100svw;
  }
}
@media (max-width: 540px) {
  .p-index_service:before {
    border-width: 28px 0 0 100svw;
  }
}
.p-index_service:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100svw 83px 0;
  border-color: transparent #ecf4fa transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 1140px) {
  .p-index_service:after {
    border-width: 0 100svw 64px 0;
  }
}
@media (max-width: 840px) {
  .p-index_service:after {
    border-width: 0 100svw 46px 0;
  }
}
@media (max-width: 540px) {
  .p-index_service:after {
    border-width: 0 100svw 28px 0;
  }
}

.p-index_service__wrapper {
  padding: 2.4em 0 4.9em;
}
@media (max-width: 840px) {
  .p-index_service__wrapper {
    padding: 2.8em 0 4.13em;
  }
}
@media (max-width: 540px) {
  .p-index_service__wrapper {
    padding: 3.2em 0 3.35em;
  }
}
@media (min-width: 841px) {
  .p-index_service__about {
    margin-top: 2.4em;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.4444444444;
    font-weight: 400;
  }
}
@media (max-width: 840px) {
  .p-index_service__about {
    margin-top: 2.6em;
  }
}
@media (max-width: 540px) {
  .p-index_service__about {
    margin-top: 2.8em;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

.p-index_service__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;
  gap: 2em 3.17%;
  margin-top: 3.6em;
}
@media (max-width: 840px) {
  .p-index_service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.45em;
  }
}
@media (max-width: 540px) {
  .p-index_service__list {
    margin-top: 3.3em;
  }
}

.p-index_service__list__box {
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 840px) {
  .p-index_service__list__box {
    width: 100%;
  }
}
.p-index_service__list__box .__link {
  height: 321px;
  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-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
@media (max-width: 840px) {
  .p-index_service__list__box .__link {
    height: 264px;
  }
}
@media (max-width: 540px) {
  .p-index_service__list__box .__link {
    height: 207px;
  }
}
.p-index_service__list__box .__link .__link__text,
.p-index_service__list__box .__link .__link__mark {
  position: relative;
  z-index: 10;
}
.p-index_service__list__box .__link .__link__text {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
  font-weight: 500;
  text-align: center;
  min-height: 2lh;
}
@media (max-width: 1100px) {
  .p-index_service__list__box .__link .__link__text {
    font-size: 1.3125rem;
    letter-spacing: 0.08em;
    line-height: 1.4285714286;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-index_service__list__box .__link .__link__text {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.4444444444;
    font-weight: 500;
  }
}
.p-index_service__list__box .__link .__link__mark {
  position: absolute;
  right: 2.6%;
  bottom: 5%;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.95em;
}
@media (max-width: 840px) {
  .p-index_service__list__box .__link .__link__mark {
    right: 3.6%;
    bottom: 6.5%;
  }
}
@media (max-width: 540px) {
  .p-index_service__list__box .__link .__link__mark {
    right: 4.6%;
    bottom: 8%;
  }
}
.p-index_service__list__box .__link .__link__mark:after {
  content: "";
  display: block;
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(./img/index/icon-index_service__arrow.svg) no-repeat center/50% #fff;
}
.p-index_service__list__box .__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 104, 179, 0.7);
}
.p-index_service__list__box.__fa .__link {
  background-image: url(./img/index/bg-index_service01.jpg);
}
.p-index_service__list__box.__si .__link {
  background-image: url(./img/index/bg-index_service02.jpg);
}

/* .p-index_products */
.p-index_products {
  margin-top: 12.62em;
}
@media (max-width: 840px) {
  .p-index_products {
    margin-top: 10.47em;
  }
}
@media (max-width: 540px) {
  .p-index_products {
    margin-top: 8.32em;
  }
}

.p-index_products__wrapper {
  overflow: hidden;
}
.p-index_products__list {
  width: 1095px;
  margin-top: 4.1em;
}
@media (max-width: 1300px) {
  .p-index_products__list {
    width: 365px;
  }
}
@media (max-width: 840px) {
  .p-index_products__list {
    margin-top: 3.4em;
  }
}
@media (max-width: 540px) {
  .p-index_products__list {
    max-width: 100%;
    margin-top: 2.7em;
  }
}

.p-index_products__list__slider .slick-list {
  overflow: visible;
  margin: 0 auto;
}
.p-index_products__list__slider:not(.slick-initialized) .__box:not(:first-of-type) {
  display: none;
}
.p-index_products__list__slider .__box {
  padding: 0 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
}
@media (max-width: 840px) {
  .p-index_products__list__slider .__box {
    padding: 0 11px;
  }
}
@media (max-width: 540px) {
  .p-index_products__list__slider .__box {
    padding: 0 15px;
  }
}
.p-index_products__list__slider .__box .__box__img {
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  aspect-ratio: 350/216;
}
.p-index_products__list__slider .__box .__box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_products__list__slider .__box .__box__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1em 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index_products__list__slider .__box .__box__info .__box__info__cat {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
  color: #0068b3;
  border: 1px solid #0068b3;
  border-radius: 8px;
  height: 32px;
  padding: 0 1.05em;
  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;
}
@media (max-width: 840px) {
  .p-index_products__list__slider .__box .__box__info .__box__info__cat {
    border-radius: 7px;
  }
}
.p-index_products__list__slider .__box .__box__info .__box__info__name {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 400;
}

.p-index_products__link {
  margin-top: 4em;
}
@media (max-width: 840px) {
  .p-index_products__link {
    margin-top: 3.6em;
  }
}
@media (max-width: 540px) {
  .p-index_products__link {
    margin-top: 3.25em;
  }
}
.p-index_products__link .p-common_btn {
  margin-left: auto;
}
@media (max-width: 840px) {
  .p-index_products__link .p-common_btn {
    margin-right: auto;
  }
}

/* .p-index_recruit */
.p-index_recruit {
  margin-top: 9.35em;
  padding: 7.3em 0 3.15em;
}
@media (max-width: 1300px) {
  .p-index_recruit {
    padding: 6.3em 0 2.15em;
  }
}
@media (max-width: 1140px) {
  .p-index_recruit {
    padding: 5em 0;
  }
}
@media (max-width: 840px) {
  .p-index_recruit {
    margin-top: 7.8em;
  }
}
@media (max-width: 540px) {
  .p-index_recruit {
    margin-top: 6.25em;
  }
}
.p-index_recruit:before {
  content: "";
  display: block;
  background: #0068b3;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(545px + 19.8%);
  height: 100%;
  border-radius: 0 30px 30px 0;
  z-index: 1;
}
@media (max-width: 1140px) {
  .p-index_recruit:before {
    width: 92.86%;
  }
}
@media (max-width: 840px) {
  .p-index_recruit:before {
    width: 94.66%;
  }
}

.p-index_recruit__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.56% 545px 3.06% 3.54% 1fr 5.56%;
  grid-template-columns: 5.56% 545px 3.06% 3.54% 1fr 5.56%;
  -ms-grid-rows: 593px;
  grid-template-rows: 593px;
      grid-template-areas: ". info . pic pic pic";
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .p-index_recruit__wrapper {
    -ms-grid-columns: 5.56% 506px 3.06% 3.54% 1fr 5.56%;
    grid-template-columns: 5.56% 506px 3.06% 3.54% 1fr 5.56%;
    -ms-grid-rows: 553px;
    grid-template-rows: 553px;
  }
  .p-index_recruit__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-index_recruit__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-index_recruit__wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-index_recruit__wrapper > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-index_recruit__wrapper > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-index_recruit__wrapper > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
}
@media (max-width: 1140px) {
  .p-index_recruit__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-index_recruit__info {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: info;
  padding: 1.9em 0;
}

.p-index_recruit__wrapper > .p-index_recruit__info {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (min-width: 1141px) {
  .p-index_recruit__info {
    max-width: 100%;
  }
}
@media (max-width: 1140px) {
  .p-index_recruit__info {
    padding: 0 0 3.5em;
  }
}
.p-index_recruit__info__sub {
  margin-top: 1.525em;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1300px) {
  .p-index_recruit__info__sub {
    font-size: 1.625rem;
    letter-spacing: 0.08em;
    line-height: 1.4615384615;
    font-weight: 500;
  }
}
@media (max-width: 1140px) {
  .p-index_recruit__info__sub {
    padding-right: 5%;
    margin-top: 2.35em;
  }
}
@media (max-width: 540px) {
  .p-index_recruit__info__sub {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    line-height: 1.6363636364;
    font-weight: 500;
    margin-top: 2.45em;
  }
}

.p-index_recruit__info__text {
  margin-top: 1.95em;
  max-width: 33em;
  color: #fff;
}
@media (max-width: 1300px) {
  .p-index_recruit__info__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 1140px) {
  .p-index_recruit__info__text {
    margin-top: 2.1em;
    padding-right: 5%;
  }
}
@media (max-width: 540px) {
  .p-index_recruit__info__text {
    margin-top: 2.2em;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

.p-index_recruit__info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 31.95em;
  margin-top: 2.85em;
}
@media (max-width: 840px) {
  .p-index_recruit__info__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-index_recruit__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: pic;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  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;
}

.p-index_recruit__wrapper > .p-index_recruit__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
}
@media (max-width: 1140px) {
  .p-index_recruit__pic {
    margin-left: auto;
    width: 92.86%;
    max-height: 450px;
  }
}
@media (max-width: 840px) {
  .p-index_recruit__pic {
    width: 94.66%;
    max-height: 400px;
  }
}
@media (max-width: 540px) {
  .p-index_recruit__pic {
    height: 272px;
  }
}
.p-index_recruit__pic .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-index_news */
.p-index_news {
  margin-top: 9.1em;
}
@media (max-width: 840px) {
  .p-index_news {
    margin-top: 7.7em;
  }
}
@media (max-width: 540px) {
  .p-index_news {
    margin-top: 6.25em;
  }
}

.p-index_news__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 772px;
  grid-template-columns: auto 1fr 772px;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
      grid-template-areas: "title . list" ". . link";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1240px) {
  .p-index_news__wrapper {
    -ms-grid-columns: auto 5.33% 1fr;
    grid-template-columns: auto 5.33% 1fr;
  }
}
@media (min-width: 841px) {
  .p-index_news__wrapper {
    grid-row-gap: 2.65em;
  }
}
@media (max-width: 840px) {
  .p-index_news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index_news__wrapper .p-section_title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  grid-area: title;
}
@media (min-width: 841px) {
  .p-index_news__wrapper .p-section_title {
    margin-top: 0.5em;
  }
}

.p-index_news__list {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: list;
}
@media (max-width: 840px) {
  .p-index_news__list {
    width: 100%;
    margin-top: 1.55em;
  }
}

.p-index_news__list__box {
  border-bottom: 1px solid #d9d9d9;
}
.p-index_news__list__box .__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.7em 1fr 1.7em auto;
  grid-template-columns: auto 1fr auto;
  -ms-grid-rows: 28px 0.8em auto;
  grid-template-rows: 28px auto;
      grid-template-areas: "time cat ." "name name arrow";
  grid-column-gap: 1.7em;
  grid-row-gap: 0.8em;
  padding: 1.065em 0.55em 1.065em 0.45em;
}
@media (max-width: 540px) {
  .p-index_news__list__box .__link {
    grid-row-gap: 0.85em;
    padding: 0.98em 0 0.98em 0.9%;
  }
}
.p-index_news__list__box .__link .__link__time {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: time;
      align-self: center;
}
.p-index_news__list__box .__link .__link__cat {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: cat;
  background: #b1b1b1;
  border-radius: 8px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.925em;
}
.p-index_news__list__box .__link .__link__cat .__link__cat__text {
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}
.p-index_news__list__box .__link .__link__name {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: name;
}
.p-index_news__list__box .__link .__link__name .__link__name__text {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 840px) {
  .p-index_news__list__box .__link .__link__name .__link__name__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.5333333333;
    font-weight: 400;
    padding-right: 6.5%;
  }
}
@media (max-width: 540px) {
  .p-index_news__list__box .__link .__link__name .__link__name__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.4285714286;
    font-weight: 400;
    padding-right: 13%;
  }
}
.p-index_news__list__box .__link:after {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: arrow;
  content: "";
  display: block;
  width: 30px;
  height: auto;
  -ms-grid-row-align: center;
      align-self: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(./img/common/icon-common_arrow__wt.svg) no-repeat center/52% #0068b3;
}

.p-index_news__link {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: link;
}

.p-index_news__wrapper > .p-index_news__link {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 840px) {
  .p-index_news__link {
    margin-left: auto;
    margin-top: 0.5em;
  }
}

.p-index_news__link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 0 1.9em;
  padding: 1em 0.55em;
}
@media (max-width: 540px) {
  .p-index_news__link__btn {
    padding-right: 0;
  }
}
.p-index_news__link__btn .__text {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.1em 0;
}
.p-index_news__link__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(./img/common/icon-common_arrow__wt.svg) no-repeat center/52% #0068b3;
}

/* about
  ========================================================================== */
/* .p-about_message */
.p-about_message {
  margin-top: 7.7em;
}
@media (max-width: 840px) {
  .p-about_message {
    margin-top: 7em;
  }
}
@media (max-width: 540px) {
  .p-about_message {
    margin-top: 6.25em;
  }
}

.p-about_message__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.14% 5.35% 543px 4.65% 1fr 7.14%;
  grid-template-columns: 7.14% 5.35% 543px 4.65% 1fr 7.14%;
  -ms-grid-rows: auto 1fr auto 1fr auto;
  grid-template-rows: auto 1fr auto 1fr auto;
      grid-template-areas: ". . sub . figure figure" ". . . . figure figure" ". . text . figure figure" ". . . . figure figure" ". . signature . figure figure";
  height: 482px;
}
@media (max-width: 1400px) {
  .p-about_message__wrapper {
    -ms-grid-columns: 7.14% 5.35% 38.78% 4.65% 1fr 7.14%;
    grid-template-columns: 7.14% 5.35% 38.78% 4.65% 1fr 7.14%;
  }
}
@media (max-width: 1240px) {
  .p-about_message__wrapper {
        grid-template-areas: ". sub sub . figure figure" ". . . . figure figure" ". text text . figure figure" ". . . . figure figure" ". signature signature . figure figure";
  }
}
@media (max-width: 1100px) {
  .p-about_message__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-about_message__wrapper .p-section_sub {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub;
}
@media (min-width: 1101px) {
  .p-about_message__wrapper .p-section_sub {
    max-width: 100%;
  }
}

.p-about_message__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
}

.p-about_environment__wrapper > .p-about_message__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-service_product__box__head > .p-about_message__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-service_product__box__case .__box > .p-about_message__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .p-about_message__text {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-about_message__text {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-recruit_numbers__list__box .__head > .p-about_message__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

.p-recruit_numbers__list__box .__head[data-num="2"] > .p-about_message__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.p-recruit_benefits__list__box > .p-about_message__text {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.p-sustainability_action__list__box:not(:has(.__childe)) > .p-about_message__text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.p-sustainability_action__list__box:has(.__childe) > .p-about_message__text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media (min-width: 1101px) {
  .p-about_message__text {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .p-about_message__text {
    margin-top: 2.9em;
  }
}
@media (max-width: 840px) {
  .p-about_message__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-about_message__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

.p-about_message__signature {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: signature;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1101px) {
  .p-about_message__signature {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .p-about_message__signature {
    margin-top: 1.9em;
  }
}
.p-about_message__signature img {
  width: 137px;
}
@media (max-width: 840px) {
  .p-about_message__signature img {
    width: 131px;
  }
}
@media (max-width: 540px) {
  .p-about_message__signature img {
    width: 125px;
  }
}

.p-about_message__picture {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: figure;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-service_product__box__head > .p-about_message__picture {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-recruit_interview__list__box:nth-of-type(odd) > .p-about_message__picture {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-recruit_interview__list__box:nth-of-type(even) > .p-about_message__picture {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media (max-width: 1100px) {
  .p-about_message__picture {
    width: 92.86%;
    margin-left: auto;
    margin-top: 2.5em;
    max-height: 450px;
  }
}
@media (min-width: 841px) {
  .p-about_message__picture:before, .p-about_message__picture:after {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .p-about_message__picture:before {
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#bdbdba), to(#b0aca3));
    background: linear-gradient(to top, #bdbdba 0%, #b0aca3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .p-about_message__picture:after {
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#bfc7d1), to(#d9d9d9));
    background: linear-gradient(to top, #bfc7d1 0%, #d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (max-width: 840px) {
  .p-about_message__picture {
    width: 94.66%;
    max-height: 400px;
  }
}
@media (max-width: 540px) {
  .p-about_message__picture {
    height: 263px;
  }
}
.p-about_message__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
@media (min-width: 1871px) {
  .p-about_message__picture img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* .p-about_philosophy */
.p-about_philosophy {
  margin-top: 9.65em;
  background: #0068b3;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .p-about_philosophy {
    margin-top: 8.51em;
  }
}
@media (max-width: 840px) {
  .p-about_philosophy {
    margin-top: 7.38em;
  }
}
@media (max-width: 540px) {
  .p-about_philosophy {
    margin-top: 6.25em;
  }
}

.p-about_philosophy__wrapper {
  position: relative;
  padding: 6.1em 0 5.65em;
}
@media (max-width: 840px) {
  .p-about_philosophy__wrapper {
    padding: 5.8em 0 5.3em;
  }
}
@media (max-width: 640px) {
  .p-about_philosophy__wrapper {
    padding: 5.55em 0 4.95em;
  }
}
.p-about_philosophy__wrapper:before {
  content: "Philosophy";
  display: block;
  position: absolute;
  top: -0.1275em;
  left: -0.08em;
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(13rem, 16.45svw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 840px) {
  .p-about_philosophy__wrapper:before {
    font-size: 6.25rem;
    top: 0.225em;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .p-about_philosophy__wrapper:before {
    font-size: 4rem;
    top: 0.7em;
  }
}

.p-about_philosophy__inner {
  position: relative;
  z-index: 10;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
}

.p-about_philosophy__head {
  font-size: 3.125rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 840px) {
  .p-about_philosophy__head {
    font-size: 2.8125rem;
  }
}
@media (max-width: 640px) {
  .p-about_philosophy__head {
    font-size: 2.5rem;
    font-weight: 600;
  }
}

.p-about_philosophy__sub {
  font-size: 1.625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  margin-top: 2.2em;
}
@media (max-width: 840px) {
  .p-about_philosophy__sub {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.25;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .p-about_philosophy__sub {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    line-height: 1.5454545455;
    font-weight: 500;
  }
}

.p-about_philosophy__text {
  margin-top: 2.75em;
}
@media (max-width: 840px) {
  .p-about_philosophy__text {
    margin-top: 2.55em;
  }
}
@media (max-width: 640px) {
  .p-about_philosophy__text {
    margin-top: 2.35em;
  }
}

/* .p-about_company */
.p-about_company {
  margin-top: 9.55em;
}
@media (max-width: 840px) {
  .p-about_company {
    margin-top: 7.9em;
  }
}
@media (max-width: 640px) {
  .p-about_company {
    margin-top: 6.25em;
  }
}

.p-about_company__list {
  margin-top: 3.7em;
}
@media (max-width: 840px) {
  .p-about_company__list {
    margin-top: 3.15em;
  }
}
@media (max-width: 540px) {
  .p-about_company__list {
    margin-top: 2.6em;
  }
}
.p-about_company__list .p-common_table__dt {
  border-color: #0068b3;
}
/* .p-about_access */
.p-about_access {
  background: #ecf4fa;
  margin-top: 14.6em;
}
@media (max-width: 840px) {
  .p-about_access {
    margin-top: 11.25em;
  }
}
@media (max-width: 540px) {
  .p-about_access {
    margin-top: 7.9em;
  }
}
.p-about_access:before {
  content: "";
  display: block;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 0 0 100svw;
  border-color: transparent transparent transparent #ecf4fa;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1140px) {
  .p-about_access:before {
    border-width: 64px 0 0 100svw;
  }
}
@media (max-width: 840px) {
  .p-about_access:before {
    border-width: 46px 0 0 100svw;
  }
}
@media (max-width: 540px) {
  .p-about_access:before {
    border-width: 28px 0 0 100svw;
  }
}
.p-about_access:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100svw 83px 0;
  border-color: transparent #ecf4fa transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 1140px) {
  .p-about_access:after {
    border-width: 0 100svw 64px 0;
  }
}
@media (max-width: 840px) {
  .p-about_access:after {
    border-width: 0 100svw 46px 0;
  }
}
@media (max-width: 540px) {
  .p-about_access:after {
    border-width: 0 100svw 28px 0;
  }
}

.p-about_access__wrapper {
  padding: 1.3em 0 3.6em;
}
@media (max-width: 840px) {
  .p-about_access__wrapper {
    padding: 2.3em 0 3.5em;
  }
}
@media (max-width: 540px) {
  .p-about_access__wrapper {
    padding: 3.35em 0;
  }
}
.p-about_access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5em 7.4%;
  margin-top: 3.7em;
}
@media (max-width: 840px) {
  .p-about_access__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2em;
    gap: 3.5em 7.4%;
  }
}
@media (max-width: 540px) {
  .p-about_access__list {
    margin-top: 2.7em;
    gap: 2.45em 7.4%;
  }
}

.p-about_access__list__box {
  width: 46.3%;
}
@media (max-width: 840px) {
  .p-about_access__list__box {
    width: 100%;
  }
}
.p-about_access__list__box .__figure {
  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;
  overflow: hidden;
  border-radius: 30px;
}
.p-about_access__list__box .__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about_access__list__box .__name {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0.9em;
}
@media (max-width: 840px) {
  .p-about_access__list__box .__name {
    font-size: 1.1875rem;
    letter-spacing: 0.08em;
    line-height: 1.3684210526;
    font-weight: 400;
    padding: 0 2%;
    margin-top: 1.15em;
  }
}
@media (max-width: 540px) {
  .p-about_access__list__box .__name {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.4444444444;
    font-weight: 400;
    margin-top: 1.4em;
  }
}
.p-about_access__list__box .__address {
  margin-top: 1em;
}
@media (max-width: 840px) {
  .p-about_access__list__box .__address {
    padding: 0 2%;
    margin-top: 0.7em;
  }
}
@media (max-width: 540px) {
  .p-about_access__list__box .__address {
    margin-top: 0.4em;
  }
}
.p-about_access__list__box .__address .__address__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.3em;
}
@media (max-width: 540px) {
  .p-about_access__list__box .__address .__address__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about_access__list__box .__map {
  margin-top: 0.6em;
}
@media (max-width: 840px) {
  .p-about_access__list__box .__map {
    padding: 0 2%;
    margin-top: 0.48em;
  }
}
@media (max-width: 540px) {
  .p-about_access__list__box .__map {
    margin-top: 0.35em;
  }
}
.p-about_access__list__box .__map .__map__link {
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 400;
  color: #598cb1;
  text-decoration: underline;
}
@media (max-width: 840px) {
  .p-about_access__list__box .__map .__map__link {
    font-size: 1.125rem;
    letter-spacing: 0em;
    line-height: 1.4444444444;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-about_access__list__box .__map .__map__link {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.625;
    font-weight: 400;
  }
}

/* .p-about_history */
.p-about_history {
  padding-top: 9.6em;
  background: #fff;
}
@media (max-width: 840px) {
  .p-about_history {
    padding-top: 8.75em;
  }
}
@media (max-width: 540px) {
  .p-about_history {
    padding-top: 7.9em;
  }
}

.p-about_history__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10.7em 1fr;
  grid-template-columns: 10.7em 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 3.3em;
}
@media (max-width: 840px) {
  .p-about_history__list {
    margin-top: 2.7em;
    -ms-grid-columns: 8.2em 1fr;
    grid-template-columns: 8.2em 1fr;
  }
}
@media (max-width: 540px) {
  .p-about_history__list {
    margin-top: 2.1em;
    -ms-grid-columns: 5.75em 1fr;
    grid-template-columns: 5.75em 1fr;
  }
}

.p-about_history__list__dt,
.p-about_history__list__dd {
  padding: 0.82em 0;
  position: relative;
}
@media (max-width: 840px) {
  .p-about_history__list__dt,
  .p-about_history__list__dd {
    padding: 0.7em 0;
  }
}
@media (max-width: 540px) {
  .p-about_history__list__dt,
  .p-about_history__list__dd {
    padding: 0.58em 0;
  }
}

.p-about_history__list__dt {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
  font-weight: 700;
  color: #0068b3;
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 2.25em 1fr;
  grid-template-columns: auto 2.25em 1fr;
  height: calc(1lh + 1.64em);
  white-space: nowrap;
}
@media (max-width: 840px) {
  .p-about_history__list__dt {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.1666666667;
    font-weight: 700;
    height: calc(1.2lh + 1.4em);
  }
  .js-isSafari .p-about_history__list__dt {
    height: calc(1.2lh + 1.5em);
  }
}
@media (max-width: 540px) {
  .p-about_history__list__dt {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    line-height: 1.1538461538;
    font-weight: 700;
    height: calc(1.4lh + 1.16em);
  }
  .js-isSafari .p-about_history__list__dt {
    height: calc(1.4lh + 1.3em);
  }
}
.p-about_history__list__dt .__month {
  -ms-grid-column-align: center;
      justify-self: center;
}

.p-about_history__list__dd {
  padding-left: 2.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .p-about_history__list__dd {
    padding-left: 2.3em;
    font-size: 0.90625rem;
    letter-spacing: 0.08em;
    line-height: 1.6551724138;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-about_history__list__dd {
    padding-left: 1.8em;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    line-height: 1.6923076923;
    font-weight: 400;
  }
}
.p-about_history__list__dd:before, .p-about_history__list__dd:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #0068b3;
}
.p-about_history__list__dd:before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(0.8lh + 0.82em);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 840px) {
  .p-about_history__list__dd:before {
    top: calc(0.65lh + 0.7em);
  }
}
@media (max-width: 540px) {
  .p-about_history__list__dd:before {
    top: calc(0.5lh + 0.58em);
  }
}
.p-about_history__list__dd:after {
  width: 1px;
  height: 100%;
  top: 0;
}
.p-about_history__list__dd:first-of-type:after {
  top: auto;
  bottom: 0;
}
.p-about_history__list__dd:first-of-type:after, .p-about_history__list__dd:last-of-type:after {
  height: 92%;
}
@media (max-width: 840px) {
  .p-about_history__list__dd:first-of-type:after, .p-about_history__list__dd:last-of-type:after {
    height: 89%;
  }
}
@media (max-width: 540px) {
  .p-about_history__list__dd:first-of-type:after, .p-about_history__list__dd:last-of-type:after {
    height: 86%;
  }
}

/* .p-about_related */
.p-about_related {
  padding-top: 8.25em;
  padding-bottom: 9.35em;
  background: #fff;
}
@media (max-width: 840px) {
  .p-about_related {
    padding-top: 7em;
    padding-bottom: 7.8em;
  }
}
@media (max-width: 540px) {
  .p-about_related {
    padding-top: 5.8em;
    padding-bottom: 6.25em;
  }
}

.p-about_related__bnr {
  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;
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 3.7em;
}
@media (max-width: 840px) {
  .p-about_related__bnr {
    border-radius: 21px;
    margin-top: 3.2em;
  }
}
@media (max-width: 540px) {
  .p-about_related__bnr {
    border-radius: 12px;
    margin-top: 2.7em;
  }
}
/* .p-about_environment */
.p-about_environment {
  position: relative;
}
.p-about_environment:before, .p-about_environment:after {
  content: "";
  display: block;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.p-about_environment.is-bg_view:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./img/about/bg-about_environment.jpg) no-repeat center/cover;
  z-index: -1;
}
.p-about_environment:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0068b3;
  opacity: 0.5;
  z-index: 1;
}

.p-about_environment__wrapper {
  color: #fff;
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 2.5em 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "sub link" "text link";
  grid-row-gap: 2.5em;
  padding: 6.8em 0 6.15em;
}
@media (max-width: 940px) {
  .p-about_environment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 2.4em;
    padding: 4.9em 0 4.3em;
  }
}
@media (max-width: 540px) {
  .p-about_environment__wrapper {
    grid-row-gap: 2.3em;
    padding: 2.95em 0 2.45em;
  }
}

.p-about_environment__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 600;
}

.p-about_environment__wrapper > .p-about_environment__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-service_product__box__head > .p-about_environment__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .p-about_environment__sub {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-about_environment__sub {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-recruit_benefits__list__box > .p-about_environment__sub {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media (max-width: 840px) {
  .p-about_environment__sub {
    font-size: 2.25rem;
  }
}
@media (max-width: 540px) {
  .p-about_environment__sub {
    font-size: 2rem;
  }
}

.p-about_environment__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
}

.p-about_environment__wrapper > .p-about_environment__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-service_product__box__head > .p-about_environment__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-service_product__box__case .__box > .p-about_environment__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .p-about_environment__text {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-about_environment__text {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-recruit_numbers__list__box .__head > .p-about_environment__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

.p-recruit_numbers__list__box .__head[data-num="2"] > .p-about_environment__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.p-recruit_benefits__list__box > .p-about_environment__text {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.p-sustainability_action__list__box:not(:has(.__childe)) > .p-about_environment__text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.p-sustainability_action__list__box:has(.__childe) > .p-about_environment__text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media (min-width: 981px) {
  .p-about_environment__text {
    max-width: 33em;
  }
}
@media (max-width: 840px) {
  .p-about_environment__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-about_environment__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
@media (max-width: 940px) {
  .p-about_environment__text .__pc-only {
    display: none;
  }
}

.p-about_environment__link {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: link;
  align-self: flex-end;
}

.p-index_news__wrapper > .p-about_environment__link {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 940px) {
  .p-about_environment__link {
    margin-top: 0.3em;
  }
}
@media (max-width: 540px) {
  .p-about_environment__link {
    margin-top: 0.6em;
  }
}
/* service
  ========================================================================== */
/* .p-service_about */
.p-service_about {
  margin-top: 7.5em;
}
@media (max-width: 840px) {
  .p-service_about {
    margin-top: 6.8em;
  }
}
@media (max-width: 540px) {
  .p-service_about {
    margin-top: 6.1em;
  }
}

@media (max-width: 840px) {
  .p-service_about__wrapper p {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-service_about__wrapper p {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

/* .p-service_anchor */
.p-service_anchor {
  margin-top: 4.9em;
}
@media (max-width: 840px) {
  .p-service_anchor {
    margin-top: 3.95em;
  }
}
@media (max-width: 540px) {
  .p-service_anchor {
    margin-top: 3em;
  }
}

.p-service_anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65em 3.3em;
}

.p-service_anchor__list__box .__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 0 0.8em;
  padding: 0.4em 0;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 840px) {
  .p-service_anchor__list__box .__btn {
    gap: 0 0.55em;
    font-size: 1.0625rem;
  }
}
@media (max-width: 540px) {
  .p-service_anchor__list__box .__btn {
    gap: 0 0.3em;
    font-size: 1rem;
  }
}
.p-service_anchor__list__box .__btn.__non-indent {
  gap: 0;
  white-space: nowrap;
}
.p-service_anchor__list__box .__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(./img/common/icon-common_arrow__wt.svg) no-repeat center/52% #0068b3;
  rotate: 90deg;
}

/* .p-service_product */
.p-service_product {
  margin-top: 9.05em;
  overflow: hidden;
}
@media (max-width: 840px) {
  .p-service_product {
    margin-top: 6.45em;
  }
}
@media (max-width: 540px) {
  .p-service_product {
    margin-top: 3.85em;
  }
}

.p-service_product__box + .p-service_product__box {
  margin-top: 9.2em;
}
@media (max-width: 840px) {
  .p-service_product__box + .p-service_product__box {
    margin-top: 7.85em;
  }
}
@media (max-width: 540px) {
  .p-service_product__box + .p-service_product__box {
    margin-top: 6.5em;
  }
}

.p-service_product__box__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.33% 50%;
  grid-template-columns: 1fr 50%;
  -ms-grid-rows: (auto)[3] 1fr;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-column-gap: 8.33%;
      grid-template-areas: "figure name" "figure sub" "figure text" "figure link";
}
@media (max-width: 1240px) {
  .p-service_product__box__head {
    -ms-grid-columns: 1fr 5% 55%;
    grid-template-columns: 1fr 55%;
    grid-column-gap: 5%;
  }
}
@media (min-width: 1101px) {
  .p-service_product__box__head {
    min-height: 369px;
  }
}
@media (max-width: 1100px) {
  .p-service_product__box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service_product__box__head .__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  color: #0068b3;
  grid-area: name;
}
@media (min-width: 1241px) {
  .p-service_product__box__head .__name {
    white-space: nowrap;
  }
  .p-service_product__box__head .__name.__mini {
    font-size: 1.8125rem;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 500;
  }
}
@media (max-width: 1240px) {
  .p-service_product__box__head .__name {
    font-size: 1.6875rem;
    letter-spacing: 0.08em;
    line-height: 1.1851851852;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__head .__name {
    font-size: 1.5625rem;
    letter-spacing: 0.08em;
    line-height: 1.28;
    font-weight: 500;
  }
}
.p-service_product__box__head .__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: sub;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.15em;
}
@media (max-width: 840px) {
  .p-service_product__box__head .__sub {
    margin-top: 1em;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__head .__sub {
    margin-top: 0.9em;
  }
}
.p-service_product__box__head .__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: text;
  margin-top: 2.35em;
}
@media (max-width: 840px) {
  .p-service_product__box__head .__text {
    margin-top: 1.9em;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__head .__text {
    margin-top: 1.5em;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-service_product__box__head .__figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: figure;
  border-radius: 30px;
  overflow: hidden;
      align-self: end;
  height: 100%;
}
@media (max-width: 1100px) {
  .p-service_product__box__head .__figure {
    margin-top: 1em;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service_product__box__head .__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service_product__box__head .__link {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: link;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media (max-width: 1100px) {
  .p-service_product__box__head .__link {
    margin-top: 2.5em;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.p-service_product__box__head .__link .p-common_btn {
  width: 290px;
}
.p-service_product__box__head .__link .p-common_btn[target] {
  width: 307px;
}
@media (max-width: 840px) {
  .p-service_product__box__head .__link .p-common_btn[target] {
    padding-left: 4em;
  }
}

.p-service_product__box__gallery {
  margin-top: 4.55em;
}
@media (min-width: 1101px) {
  .p-service_product__box__gallery {
    /*display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.388%;
    grid-row-gap: 1em;*/
    width: 1460px;
  }
}
@media (max-width: 1100px) {
  .p-service_product__box__gallery {
    width: 355px;
    margin-top: 3.75em;
  }
}
@media (max-width: 840px) {
  .p-service_product__box__gallery {
    margin-top: 3em;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__gallery {
    margin-top: 2.2em;
  }
}
.p-service_product__box__gallery .slick-list {
  overflow: visible;
  margin: 0 auto;
}
.p-service_product__box__gallery:not(.slick-initialized) .__box {
  display: none;
}
.p-service_product__box__gallery .__box {
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  margin: 0 7.5px;
}
@media (max-width: 1100px) {
  .p-service_product__box__gallery .__box {
    margin: 0 10px;
  }
}
.p-service_product__box__gallery .__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service_product__box__case {
  margin-top: 5.45em;
}
@media (max-width: 1100px) {
  .p-service_product__box__case {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  .p-service_product__box__case {
    margin-top: 5.2em;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case {
    margin-top: 5em;
  }
}
.p-service_product__box__case .__sub {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  background: #0068b3;
  padding: 0.35em 3.7%;
}
.p-service_product__box__case .__sub + .__box {
  margin-top: 1.5em;
}
@media (max-width: 840px) {
  .p-service_product__box__case .__sub + .__box {
    margin-top: 1.65em;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case .__sub + .__box {
    margin-top: 1.8em;
  }
}
@media (max-width: 1100px) {
  .p-service_product__box__case .__sub {
    width: 92.86%;
    margin-left: auto;
  }
}
@media (max-width: 840px) {
  .p-service_product__box__case .__sub {
    width: 94.66%;
    font-size: 1.75rem;
    padding: 0.325em 5.05%;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case .__sub {
    font-size: 1.5rem;
    padding: 0.3em 6.4%;
  }
}
.p-service_product__box__case .__box {
  background: #ecf4fa;
  min-height: 353px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 345px;
  grid-template-columns: 1fr 345px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "head slide" "text slide";
  grid-column-gap: 5%;
  padding: 3.65em 6% 3.7em 6.9%;
}
@media (min-width: 1101px) {
  .p-service_product__box__case .__box {
    grid-row-gap: 1.8em;
  }
}
@media (max-width: 1100px) {
  .p-service_product__box__case .__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.49em 7.14% 3.46em 7.14%;
  }
}
@media (max-width: 840px) {
  .p-service_product__box__case .__box {
    padding: 3.32em 5.35% 3.23em 5.35%;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case .__box {
    padding: 3.15em 4% 3em 4%;
  }
}
.p-service_product__box__case .__box + .__box {
  margin-top: 3.5em;
}
@media (max-width: 840px) {
  .p-service_product__box__case .__box + .__box {
    margin-top: 3.75em;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case .__box + .__box {
    margin-top: 4em;
  }
}
.p-service_product__box__case .__box .__box__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.5833333333;
  font-weight: 500;
  grid-area: head;
}
@media (max-width: 1100px) {
  .p-service_product__box__case .__box .__box__head {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (max-width: 840px) {
  .p-service_product__box__case .__box .__box__head {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    line-height: 1.4545454545;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case .__box .__box__head {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case .__box .__box__head .u-dp__ib {
    display: inline;
  }
}
.p-service_product__box__case .__box .__box__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: text;
}
@media (max-width: 1100px) {
  .p-service_product__box__case .__box .__box__text {
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-top: 2.2em;
  }
}
@media (max-width: 840px) {
  .p-service_product__box__case .__box .__box__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-service_product__box__case .__box .__box__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-service_product__box__case .__box .__box__slide {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: slide;
  -ms-grid-row-align: center;
      align-self: center;
  border-radius: 30px;
  overflow: hidden;
  max-width: 100%;
  background: #fff;
}
.js-isSafari .p-service_product__box__case .__box .__box__slide {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.js-isSafari .p-service_product__box__case .__box .__box__slide:hover {
  opacity: 0.5;
}
@media (max-width: 1100px) {
  .p-service_product__box__case .__box .__box__slide {
    margin-top: 1.35em;
    width: 540px;
  }
}
.p-service_product__box__case .__box .__box__slide .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-service_product__box__case .__box .__box__slide .slick-arrow {
  height: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-service_product__box__case .__box .__box__slide .slick-arrow:hover {
  opacity: 0.5;
}
.p-service_product__box__case .__box .__box__slide .slick-arrow::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  margin-top: -50%;
}
.p-service_product__box__case .__box .__box__slide .slick-arrow.slick-prev {
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-service_product__box__case .__box .__box__slide .slick-arrow.slick-prev:before {
  rotate: 135deg;
}
.p-service_product__box__case .__box .__box__slide .slick-arrow.slick-next {
  right: 0;
}
.p-service_product__box__case .__box .__box__slide .slick-arrow.slick-next:before {
  rotate: -45deg;
}
.p-service_product__box__case .__box .__box__slide:not(.slick-initialized) .__box__slide__inner {
  display: none;
}
.p-service_product__box__case .__box .__box__slide .__box__slide__inner {
  aspect-ratio: 345/213;
}
.p-service_product__box__case .__box .__box__slide .__box__slide__inner 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;
  width: 100%;
  height: 100%;
}
.js-isSafari .p-service_product__box__case .__box .__box__slide .__box__slide__inner a:hover {
  opacity: 1;
}
.p-service_product__box__case .__box .__box__slide .__box__slide__inner a img,
.p-service_product__box__case .__box .__box__slide .__box__slide__inner a video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-isSafari .p-service_product__box__case .__box .__box__slide .__box__slide__inner a img,
.js-isSafari .p-service_product__box__case .__box .__box__slide .__box__slide__inner a video {
  width: calc(100% - 1px);
}

/* .p-service_forte */
.p-service_forte {
  margin-top: 11.85em;
  z-index: 10;
}
@media (max-width: 840px) {
  .p-service_forte {
    margin-top: 9em;
  }
}
@media (max-width: 540px) {
  .p-service_forte {
    margin-top: 6.2em;
    margin-bottom: 3.1em;
  }
}

.p-service_forte__title {
  font-size: 2.625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
  color: #0068b3;
  text-align: center;
}
@media (max-width: 840px) {
  .p-service_forte__title {
    font-size: 2.3125rem;
    letter-spacing: 0.08em;
    line-height: 1.2162162162;
    font-weight: 600;
  }
}
@media (max-width: 540px) {
  .p-service_forte__title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 600;
  }
}

.p-service_forte__inner {
  margin-top: 5.1em;
  position: relative;
  counter-reset: sfbNum;
}
.p-service_forte__inner:before, .p-service_forte__inner:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.p-service_forte__inner:before {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-service_forte__inner:has(.is-view[data-box="1"]):before {
  background: #0068b3;
}
.p-service_forte__inner:after {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.p-service_forte__inner:has(.is-view[data-box="3"]):after {
  background: #0068b3;
}
@media (max-width: 1100px) {
  .p-service_forte__inner {
    margin-top: 3.8em;
  }
}
@media (max-width: 840px) {
  .p-service_forte__inner {
    margin-top: 2.5em;
  }
}
@media (max-width: 540px) {
  .p-service_forte__inner {
    margin-top: 1.2em;
  }
}

.p-service_forte__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 394px;
  counter-increment: sfbNum;
  position: relative;
}
.p-service_forte__box:nth-of-type(1) {
  z-index: 10;
}
.p-service_forte__box:nth-of-type(2) {
  z-index: 9;
}
.p-service_forte__box:nth-of-type(3) {
  z-index: 8;
}
@media (max-width: 1100px) {
  .p-service_forte__box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service_forte__box + .p-service_forte__box {
  margin-top: 3em;
}
@media (max-width: 1100px) {
  .p-service_forte__box + .p-service_forte__box {
    margin-top: calc(1.5em + 40px);
  }
}
.p-service_forte__box:before, .p-service_forte__box:last-of-type:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media (min-width: 1101px) {
  .p-service_forte__box:before, .p-service_forte__box:last-of-type:after {
    width: 50%;
    height: 1px;
  }
}
@media (max-width: 1100px) {
  .p-service_forte__box:before, .p-service_forte__box:last-of-type:after {
    height: 40px;
    width: 1px;
  }
}
.p-service_forte__box.is-view:before, .p-service_forte__box.is-view:last-of-type:after {
  background: #0068b3;
}
@media (min-width: 1101px) {
  .p-service_forte__box:nth-of-type(odd):before {
    top: -6.85%;
    rotate: 21.9deg;
  }
}
@media (max-width: 1100px) {
  .p-service_forte__box:nth-of-type(odd):before {
    top: -0.8em;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 1101px) {
  .p-service_forte__box:nth-of-type(even):before {
    top: -5%;
    rotate: -21.75deg;
  }
}
@media (max-width: 1100px) {
  .p-service_forte__box:nth-of-type(even):before {
    top: -0.8em;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.p-service_forte__box:first-of-type {
  padding-top: 1.7em;
}
@media (max-width: 1100px) {
  .p-service_forte__box:first-of-type {
    padding-top: calc(0.35em + 40px);
  }
}
.p-service_forte__box:first-of-type:before {
  top: 0;
}
@media (min-width: 1101px) {
  .p-service_forte__box:first-of-type:before {
    width: 25%;
    left: 50%;
    right: auto;
    rotate: 23.5deg;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (max-width: 1100px) {
  .p-service_forte__box:first-of-type:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-service_forte__box:last-of-type {
  padding-bottom: 1.6em;
}
@media (max-width: 1100px) {
  .p-service_forte__box:last-of-type {
    padding-bottom: calc(0.8em + 40px);
  }
}
.p-service_forte__box:last-of-type:after {
  bottom: 0;
}
@media (min-width: 1101px) {
  .p-service_forte__box:last-of-type:after {
    width: 25%;
    left: 50%;
    right: auto;
    rotate: -23.3deg;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.p-service_forte__box__figure,
.p-service_forte__box__info {
  position: relative;
  z-index: 10;
}
@media (min-width: 1101px) {
  .p-service_forte__box__figure,
  .p-service_forte__box__info {
    width: 50%;
  }
}

.p-service_forte__box__figure {
  overflow: hidden;
  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;
}
@media (min-width: 1101px) {
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__figure {
    padding-left: 5.8%;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__figure img {
    border-radius: 50px 0 0 50px;
  }
}
@media (max-width: 1100px) {
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__figure {
    margin-left: auto;
    border-radius: 50px 0 0 50px;
  }
}
@media (min-width: 1101px) {
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__figure {
    padding-right: 5.8%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__figure img {
    border-radius: 0 50px 50px 0;
  }
}
@media (max-width: 1100px) {
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__figure {
    border-radius: 0 50px 50px 0;
  }
}
@media (max-width: 1100px) {
  .p-service_forte__box__figure {
    width: 92.86%;
    margin-top: 4em;
    max-height: 450px;
  }
}
@media (max-width: 840px) {
  .p-service_forte__box__figure {
    width: 94.66%;
    max-height: 375px;
    margin-top: 2.9em;
  }
}
@media (max-width: 540px) {
  .p-service_forte__box__figure {
    margin-top: 1.8em;
    max-height: 250px;
  }
}
.p-service_forte__box__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service_forte__box__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto auto auto 1fr;
  grid-template-rows: 1fr auto auto auto 1fr;
}
@media (max-width: 1100px) {
  .p-service_forte__box__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-service_forte__box:nth-of-type(2) .p-service_forte__box__info {
    min-width: 343px;
  }
}
.p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info {
  -ms-grid-columns: 7.14% 1fr 542px;
  grid-template-columns: 7.14% 1fr 542px;
      grid-template-areas: ". . ." ". . num" ". . sub" ". . text" ". . .";
}
@media (max-width: 1240px) {
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info {
    -ms-grid-columns: 7.14% 1fr;
    grid-template-columns: 7.14% 1fr;
        grid-template-areas: ". ." ". num" ". sub" ". text" ". .";
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .p-section_sub {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .p-about_message__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .p-about_environment__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .p-about_environment__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__box__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
.p-service_forte__box:nth-of-type(even) .p-service_forte__box__info {
  -ms-grid-columns: 542px 1fr 7.14%;
  grid-template-columns: 542px 1fr 7.14%;
      grid-template-areas: ". . ." "num . ." "sub . ." "text . ." ". . .";
}
@media (max-width: 1240px) {
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info {
    -ms-grid-columns: 1fr 7.14%;
    grid-template-columns: 1fr 7.14%;
        grid-template-areas: ". ." "num ." "sub ." "text ." ". .";
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-section_sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-about_message__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-about_environment__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-about_environment__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__box__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 1101px) {
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-service_forte__box__info:before {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  background: #0068b3;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  color: #fff;
  content: counter(sfbNum, decimal-leading-zero);
  grid-area: num;
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 0 30px 30px 30px;
  padding: 0 0.725em;
}
.p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-service_forte__box__info:before {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-recruit_numbers__list__box .__head > .p-service_forte__box__info:before {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.p-recruit_numbers__list__box .__head[data-num="2"] > .p-service_forte__box__info:before {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.p-sustainability_action__list__box:not(:has(.__childe)) > .p-service_forte__box__info:before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-sustainability_action__list__box:has(.__childe) > .p-service_forte__box__info:before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-service_forte__box__info .__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
  font-weight: 500;
  margin-top: 0.9em;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .p-service_forte__box__info .__sub {
    margin-top: 0.7em;
  }
}
@media (max-width: 840px) {
  .p-service_forte__box__info .__sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .p-service_forte__box__info .__sub {
    font-size: 1.25rem;
  }
}
.p-service_forte__box__info .__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
  margin-top: 1.175em;
}
@media (max-width: 840px) {
  .p-service_forte__box__info .__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.7333333333;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-service_forte__box__info .__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.8571428571;
    font-weight: 400;
  }
}

/* recruit
  ========================================================================== */
/* .p-recruit_about */
.p-recruit_about {
  margin-top: 7.5em;
}
@media (max-width: 840px) {
  .p-recruit_about {
    margin-top: 6.8em;
  }
}
@media (max-width: 540px) {
  .p-recruit_about {
    margin-top: 6.1em;
  }
}

.p-recruit_about__wrapper {
  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;
  text-align: center;
}
.p-recruit_about__wrapper:after {
  content: "";
  display: block;
  width: auto;
  height: 26px;
  aspect-ratio: 2/3;
  background: url(./img/recruit/icon-recruit_about.svg) no-repeat center/contain;
  margin-top: 3.35em;
}
@media (max-width: 840px) {
  .p-recruit_about__wrapper:after {
    margin-top: 2.85em;
  }
}
@media (max-width: 540px) {
  .p-recruit_about__wrapper:after {
    margin-top: 2.35em;
  }
}

.p-recruit_about__title {
  font-size: 2.625rem;
  letter-spacing: 0.06em;
  line-height: 1.5238095238;
  font-weight: 700;
  color: #0068b3;
}
@media (max-width: 1100px) {
  .p-recruit_about__title {
    font-size: 2.1875rem;
    letter-spacing: 0.06em;
    line-height: 1.5428571429;
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .p-recruit_about__title {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.5714285714;
    font-weight: 700;
  }
}

.p-recruit_about__text {
  margin-top: 2.8em;
}
@media (max-width: 840px) {
  .p-recruit_about__text {
    margin-top: 3em;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-recruit_about__text {
    margin-top: 3.2em;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

/* .p-recruit_jobs */
.p-recruit_jobs {
  margin-top: 5em;
}
@media (max-width: 840px) {
  .p-recruit_jobs {
    margin-top: 4.5em;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs {
    margin-top: 3.9em;
  }
}

.p-recruit_jobs__list {
  margin-top: 3.5em;
}
@media (max-width: 840px) {
  .p-recruit_jobs__list {
    margin-top: 3em;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__list {
    margin-top: 2.65em;
  }
}

.p-recruit_jobs__list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1100px) {
  .p-recruit_jobs__list__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit_jobs__list__box + .p-recruit_jobs__list__box {
  margin-top: 3.5em;
}
@media (max-width: 840px) {
  .p-recruit_jobs__list__box + .p-recruit_jobs__list__box {
    margin-top: 3em;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__list__box + .p-recruit_jobs__list__box {
    margin-top: 2.5em;
  }
}
.p-recruit_jobs__list__box .__picture {
  overflow: hidden;
  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;
}
@media (min-width: 1101px) {
  .p-recruit_jobs__list__box .__picture {
    width: 46.3%;
  }
}
@media (max-width: 1100px) {
  .p-recruit_jobs__list__box .__picture {
    max-height: 375px;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__list__box .__picture {
    height: 250px;
  }
}
.p-recruit_jobs__list__box .__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit_jobs__list__box .__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.8em 4.5% 2.8em 5.75%;
  background: #4a7594;
}
@media (min-width: 1101px) {
  .p-recruit_jobs__list__box .__info {
    width: 53.7%;
  }
}
@media (max-width: 1100px) {
  .p-recruit_jobs__list__box .__info {
    padding-top: 2.95em;
    padding-bottom: 2.35em;
    padding-right: 5.75%;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__list__box .__info {
    padding-top: 2.1em;
    padding-bottom: 1.9em;
  }
}
.p-recruit_jobs__list__box .__info .__info__head {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.0833333333;
  font-weight: 500;
}
@media (max-width: 840px) {
  .p-recruit_jobs__list__box .__info .__info__head {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__list__box .__info .__info__head {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 500;
  }
}
.p-recruit_jobs__list__box .__info .__info__text {
  margin-top: 1.6em;
}
@media (max-width: 1100px) {
  .p-recruit_jobs__list__box .__info .__info__text {
    margin-top: 1.65em;
  }
}
@media (max-width: 840px) {
  .p-recruit_jobs__list__box .__info .__info__text {
    font-size: 0.90625rem;
    letter-spacing: 0.08em;
    line-height: 1.724137931;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__list__box .__info .__info__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-recruit_jobs__list__box .__info .__info__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.55em;
}
@media (max-width: 1100px) {
  .p-recruit_jobs__list__box .__info .__info__list {
    margin-top: 2.1em;
  }
}
.p-recruit_jobs__list__box .__info .__info__list {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.7333333333;
  font-weight: 400;
}
@media (max-width: 840px) {
  .p-recruit_jobs__list__box .__info .__info__list {
    font-size: 0.90625rem;
    letter-spacing: 0.08em;
    line-height: 1.6551724138;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__list__box .__info .__info__list {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.5714285714;
    font-weight: 400;
  }
}

.p-recruit_jobs__link {
  margin-top: 5em;
  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;
}
@media (max-width: 840px) {
  .p-recruit_jobs__link {
    margin-top: 4.5em;
  }
}
@media (max-width: 540px) {
  .p-recruit_jobs__link {
    margin-top: 3.9em;
  }
}
.p-recruit_jobs__link .p-common_btn {
  min-width: 307px;
}
/* .p-recruit_interview */
.p-recruit_interview {
  background: #ecf4fa;
  margin-top: 13.1em;
}
@media (max-width: 840px) {
  .p-recruit_interview {
    margin-top: 10em;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview {
    margin-top: 8.25em;
  }
}
.p-recruit_interview:before {
  content: "";
  display: block;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 0 0 100svw;
  border-color: transparent transparent transparent #ecf4fa;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1140px) {
  .p-recruit_interview:before {
    border-width: 64px 0 0 100svw;
  }
}
@media (max-width: 840px) {
  .p-recruit_interview:before {
    border-width: 46px 0 0 100svw;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview:before {
    border-width: 28px 0 0 100svw;
  }
}
.p-recruit_interview:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100svw 83px 0;
  border-color: transparent #ecf4fa transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 1140px) {
  .p-recruit_interview:after {
    border-width: 0 100svw 64px 0;
  }
}
@media (max-width: 840px) {
  .p-recruit_interview:after {
    border-width: 0 100svw 46px 0;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview:after {
    border-width: 0 100svw 28px 0;
  }
}

.p-recruit_interview__wrapper {
  padding: 3.65em 0 4.25em;
}
@media (max-width: 840px) {
  .p-recruit_interview__wrapper {
    padding: 3.3em 0 4.32em;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__wrapper {
    padding: 2.95em 0 4.4em;
  }
}
.p-recruit_interview__list {
  margin-top: 3.7em;
}
@media (max-width: 1100px) {
  .p-recruit_interview__list {
    margin-top: 3.2em;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list {
    margin-top: 2.7em;
  }
}

.p-recruit_interview__list__box {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 6.57%;
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box {
    grid-column-gap: 5%;
  }
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit_interview__list__box + .p-recruit_interview__list__box {
  margin-top: 4em;
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box + .p-recruit_interview__list__box {
    margin-top: 4.45em;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box + .p-recruit_interview__list__box {
    margin-top: 4.9em;
  }
}
.p-recruit_interview__list__box:nth-of-type(odd) {
  -ms-grid-columns: 37.04% 1fr;
  grid-template-columns: 37.04% 1fr;
      grid-template-areas: "figure info";
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box:nth-of-type(odd) {
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }
}
.p-recruit_interview__list__box:nth-of-type(even) {
  -ms-grid-columns: 1fr 37.04%;
  grid-template-columns: 1fr 37.04%;
      grid-template-areas: "info figure";
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box:nth-of-type(even) {
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
  }
}
.p-recruit_interview__list__box .__figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: figure;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box .__figure {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit_interview__list__box .__figure .__figure__img {
  width: 100%;
  height: 496px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box .__figure .__figure__img {
    height: auto;
    max-height: 500px;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__figure .__figure__img {
    max-height: 450px;
  }
}
.p-recruit_interview__list__box .__figure .__figure__cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em 0.5em;
  margin-top: 2em;
}
@media (min-width: 1101px) {
  .p-recruit_interview__list__box .__figure .__figure__cap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box .__figure .__figure__cap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box .__figure .__figure__cap {
    margin-top: 1.4em;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__figure .__figure__cap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "job job" "year name";
    margin-top: 0.75em;
  }
}
.p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__job {
  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;
  color: #fff;
  background: #598cb1;
  border-radius: 8px;
  padding: 0 0.575em 0.025em 0.575em;
  grid-area: job;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__job {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6333333333;
    font-weight: 500;
    padding: 0 0.65em;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__job {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.6428571429;
    font-weight: 500;
  }
}
.p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__year {
  color: #598cb1;
  grid-area: year;
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__year {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.7333333333;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__year {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.8571428571;
    font-weight: 500;
  }
}
.p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 500;
  padding-left: 0.4em;
  grid-area: name;
}
@media (max-width: 1100px){
  .p-index_pickup__article__time {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-index_pickup__article__name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-index_news__list__box .__link .__link__time {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-index_news__list__box .__link .__link__name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-service_product__box__head .__name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__name {
    font-size: 1.0625rem;
    letter-spacing: 0.08em;
    line-height: 1.5294117647;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__name {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.625;
    font-weight: 500;
  }
}
.p-recruit_interview__list__box .__info {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: info;
  padding-top: 0.2em;
  margin-left: -0.2em;
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box .__info {
    padding-top: 1.59em;
  }
}
.p-recruit_interview__list__box .__info .__info__sub {
  padding-left: calc(0.5em + 6px);
  font-size: 1.625rem;
  letter-spacing: 0.08em;
  line-height: 1.2307692308;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1100px) {
  .p-recruit_interview__list__box .__info .__info__sub {
    padding-left: calc(0.575em + 6px);
    font-size: 1.4375rem;
    letter-spacing: 0.08em;
    line-height: 1.2608695652;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__info .__info__sub {
    padding-left: calc(0.65em + 6px);
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}
.p-recruit_interview__list__box .__info .__info__sub:not(:first-of-type) {
  margin-top: 1.925em;
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box .__info .__info__sub:not(:first-of-type) {
    margin-top: 1.96em;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__info .__info__sub:not(:first-of-type) {
    margin-top: 2em;
  }
}
.p-recruit_interview__list__box .__info .__info__sub:before {
  content: "";
  display: block;
  width: 6px;
  height: 1lh;
  background: #598cb1;
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit_interview__list__box .__info .__info__text {
  margin-top: 1.55em;
  padding-left: 0.175em;
}
@media (max-width: 840px) {
  .p-recruit_interview__list__box .__info .__info__text {
    margin-top: 1.59em;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-recruit_interview__list__box .__info .__info__text {
    margin-top: 1.625em;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

/* .p-recruit_numbers */
.p-recruit_numbers {
  margin-top: 12.55em;
}
@media (max-width: 840px) {
  .p-recruit_numbers {
    margin-top: 10.45em;
  }
}
@media (max-width: 540px) {
  .p-recruit_numbers {
    margin-top: 8.35em;
  }
}

.p-recruit_numbers__title {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 840px) {
  .p-recruit_numbers__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 540px) {
  .p-recruit_numbers__title {
    font-size: 2rem;
  }
}

.p-recruit_numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.55em;
}
@media (max-width: 940px) {
  .p-recruit_numbers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.45em 0;
    margin-top: 4.2em;
  }
}
@media (max-width: 540px) {
  .p-recruit_numbers__list {
    margin-top: 2.9em;
  }
}

.p-recruit_numbers__list__box {
  width: min(300px, 30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9em 0;
}
@media (max-width: 1100px) {
  .p-recruit_numbers__list__box {
    width: min(300px, 32%);
  }
}
@media (max-width: 940px) {
  .p-recruit_numbers__list__box {
    width: min(300px, 90%);
    margin-left: auto;
    margin-right: auto;
    gap: 0.925em 0;
  }
}
.p-recruit_numbers__list__box .__head {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  color: #fff;
  background: #0068b3;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
.js-isSafari .p-recruit_numbers__list__box .__head {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.p-recruit_numbers__list__box .__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.1em 31px 0.1em auto 0.1em 31px 0.1em 1fr;
  grid-template-columns: 1fr 31px auto 31px 1fr;
  -ms-grid-rows: 3fr 1.375em 2lh 1.375em auto 1.375em 5fr;
  grid-template-rows: 3fr 2lh auto 5fr;
      grid-template-areas: ". . . . ." "text text text text text" ". . num unit ." ". . . . .";
  grid-column-gap: 0.1em;
  grid-row-gap: 1.375em;
}
.p-recruit_numbers__list__box .__head[data-num="2"] {
  -ms-grid-columns: 1fr (auto)[2] 1fr;
  grid-template-columns: 1fr repeat(2, auto) 1fr;
      grid-template-areas: ". . . ." "text text text text" ". num unit ." ". . . .";
}
@media (max-width: 1100px) {
  .p-recruit_numbers__list__box .__head {
    grid-row-gap: 1.12em;
  }
}
@media (max-width: 940px) {
  .p-recruit_numbers__list__box .__head {
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 0.86em;
  }
}
@media (max-width: 540px) {
  .p-recruit_numbers__list__box .__head {
    width: 83.33%;
    grid-row-gap: 0.6em;
  }
}
.p-recruit_numbers__list__box .__head .__head__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  width: 100%;
  grid-area: text;
  text-align: center;
      align-self: center;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media (max-width: 1100px) and (min-width: 941px) {
  .p-recruit_numbers__list__box .__head .__head__text {
    font-size: 1.0625rem;
    letter-spacing: 0.08em;
    line-height: 1.4470588235;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-recruit_numbers__list__box .__head .__head__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.4666666667;
    font-weight: 500;
  }
}
.p-recruit_numbers__list__box .__head .__head__num {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: num;
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 6.875rem;
  letter-spacing: -0.016em;
  line-height: 0.7272727273;
  font-weight: 400;
}
@media (max-width: 1100px) and (min-width: 941px) {
  .p-recruit_numbers__list__box .__head .__head__num {
    font-size: 6.125rem;
    letter-spacing: -0.016em;
    line-height: 0.8163265306;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-recruit_numbers__list__box .__head .__head__num {
    font-size: 5.75rem;
    letter-spacing: -0.016em;
    line-height: 0.8695652174;
    font-weight: 400;
  }
}
.p-recruit_numbers__list__box .__head[data-num="2"] .__head__num {
  margin-left: 0.1em;
}
.p-recruit_numbers__list__box .__head .__head__unit {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  grid-area: unit;
  -ms-grid-row-align: end;
      align-self: end;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1100px) and (min-width: 941px) {
  .p-recruit_numbers__list__box .__head .__head__unit {
    font-size: 1.625rem;
  }
}
@media (max-width: 540px) {
  .p-recruit_numbers__list__box .__head .__head__unit {
    font-size: 1.375rem;
  }
}
.p-recruit_numbers__list__box .__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

/* .p-recruit_benefits */
.p-recruit_benefits {
  margin-top: 9.9em;
}
@media (max-width: 840px) {
  .p-recruit_benefits {
    margin-top: 8.25em;
  }
}
@media (max-width: 540px) {
  .p-recruit_benefits {
    margin-top: 6.6em;
  }
}

.p-recruit_benefits__title {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 840px) {
  .p-recruit_benefits__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 540px) {
  .p-recruit_benefits__title {
    font-size: 2rem;
  }
}

.p-recruit_benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em 3.7%;
  margin-top: 5.55em;
}
@media (max-width: 1300px) {
  .p-recruit_benefits__list {
    gap: 1.45em 2%;
    margin-top: 4.2em;
  }
}
@media (max-width: 1100px) {
  .p-recruit_benefits__list {
    gap: 1.4em 2%;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    margin-top: 2.9em;
  }
}

.p-recruit_benefits__list__box {
  width: 48.15%;
  min-height: 123px;
  border-radius: 30px;
  background: #f8f7f7;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.5em 1fr;
  grid-template-columns: 8.5em 1fr;
  -ms-grid-rows: 1fr 0.1em auto 0.1em auto 0.1em 1fr;
  grid-template-rows: 1fr repeat(2, auto) 1fr;
      grid-template-areas: "icon ." "icon sub" "icon text" "icon .";
  grid-row-gap: 0.1em;
  padding: 1em 3% 1em 0.4%;
}
@media (max-width: 1300px) {
  .p-recruit_benefits__list__box {
    width: 49%;
    -ms-grid-columns: min(22svw, 7.25em) 1fr;
    grid-template-columns: min(22svw, 7.25em) 1fr;
  }
}
@media (max-width: 1100px) {
  .p-recruit_benefits__list__box {
    width: 100%;
    padding: 1em 7% 1em 2.5%;
  }
}
.p-recruit_benefits__list__box .__icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  grid-area: icon;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.p-recruit_benefits__list__box .__icon img {
  width: revert-layer;
}
@media (max-width: 840px) {
  .p-recruit_benefits__list__box .__icon img {
    max-width: 60px;
  }
}
.p-recruit_benefits__list__box:nth-of-type(6) .__icon {
  padding-left: 0.5em;
}
.p-recruit_benefits__list__box .__sub {
      -ms-grid-row: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      align-self: end;
  grid-area: sub;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-weight: 400;
  color: #0068b3;
}
@media (min-width: 1201px) {
  .p-recruit_benefits__list__box .__sub {
    white-space: nowrap;
  }
}
.p-recruit_benefits__list__box .__sub .__sub__small {
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}
.p-recruit_benefits__list__box .__text {
      -ms-grid-row: 5;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      align-self: start;
  grid-area: text;
  padding-top: 0.2em;
}
@media (max-width: 840px) {
  .p-recruit_benefits__list__box .__text {
    line-height: 1.5;
    padding-top: 0.27em;
  }
}
@media (max-width: 540px) {
  .p-recruit_benefits__list__box .__text {
    line-height: 1.375;
    padding-top: 0.35em;
  }
}

/* .p-recruit_summary */
.p-recruit_summary {
  margin-top: 14.6em;
  padding-bottom: 6.15em;
}
@media (max-width: 840px) {
  .p-recruit_summary {
    margin-top: 10.6em;
    padding-bottom: 5.25em;
  }
}
@media (max-width: 540px) {
  .p-recruit_summary {
    margin-top: 6.75em;
    padding-bottom: 4.35em;
  }
}

.p-recruit_summary__bg {
  background: #ecf4fa;
  position: relative;
}
.p-recruit_summary__bg:before {
  content: "";
  display: block;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 0 0 100svw;
  border-color: transparent transparent transparent #ecf4fa;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1140px) {
  .p-recruit_summary__bg:before {
    border-width: 64px 0 0 100svw;
  }
}
@media (max-width: 840px) {
  .p-recruit_summary__bg:before {
    border-width: 46px 0 0 100svw;
  }
}
@media (max-width: 540px) {
  .p-recruit_summary__bg:before {
    border-width: 28px 0 0 100svw;
  }
}
.p-recruit_summary__bg:before {
  -webkit-transform: translateY(-100%) scale(-1, 1);
          transform: translateY(-100%) scale(-1, 1);
}
.p-recruit_summary__bg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100svw 83px 0;
  border-color: transparent #ecf4fa transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 1140px) {
  .p-recruit_summary__bg:after {
    border-width: 0 100svw 64px 0;
  }
}
@media (max-width: 840px) {
  .p-recruit_summary__bg:after {
    border-width: 0 100svw 46px 0;
  }
}
@media (max-width: 540px) {
  .p-recruit_summary__bg:after {
    border-width: 0 100svw 28px 0;
  }
}
.p-recruit_summary__bg:after {
  -webkit-transform: translateY(100%) scale(-1, 1);
          transform: translateY(100%) scale(-1, 1);
}

.p-recruit_summary__wrapper {
  padding: 3em 0 6.8em;
}
@media (max-width: 840px) {
  .p-recruit_summary__wrapper {
    padding: 3.85em 0 5.7em;
  }
}
@media (max-width: 540px) {
  .p-recruit_summary__wrapper {
    padding: 4.7em 0 4.6em;
  }
}
.p-recruit_summary__list {
  margin-top: 5.05em;
}
@media (min-width: 841px) {
  .p-recruit_summary__list {
    -ms-grid-columns: 14.375em 1fr;
    grid-template-columns: 14.375em 1fr;
  }
}
@media (max-width: 840px) {
  .p-recruit_summary__list {
    margin-top: 3.75em;
  }
}
@media (max-width: 540px) {
  .p-recruit_summary__list {
    margin-top: 2.45em;
  }
}
.p-recruit_summary__list .p-common_table__dt,
.p-recruit_summary__list .p-common_table__dd {
  border-top: 1px solid #707070;
}
@media (min-width: 841px) {
  .p-recruit_summary__list .p-common_table__dt,
  .p-recruit_summary__list .p-common_table__dd {
    padding: 1.41em 1em;
  }
}
@media (max-width: 840px) {
  .p-recruit_summary__list .p-common_table__dt,
  .p-recruit_summary__list .p-common_table__dd {
    padding: 1.2em 0.5em;
  }
}
@media (max-width: 540px) {
  .p-recruit_summary__list .p-common_table__dt,
  .p-recruit_summary__list .p-common_table__dd {
    padding: 1em 0;
  }
}
.p-recruit_summary__list .p-common_table__dt:last-of-type,
.p-recruit_summary__list .p-common_table__dd:last-of-type {
  border-bottom: 1px solid #707070;
}
/* search
  ========================================================================== */
/* .p-search_about */
.p-search_about {
  margin-top: 4.1em;
}
@media (max-width: 840px) {
  .p-search_about {
    margin-top: 5.1em;
  }
}
@media (max-width: 540px) {
  .p-search_about {
    margin-top: 6.1em;
  }
}

.p-search_about__text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 840px) {
  .p-search_about__text {
    font-size: 1rem;
    letter-spacing: 0.065em;
    line-height: 2;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-search_about__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

.p-search_about__caution {
  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;
  margin-top: 1.1em;
}
.p-search_about__caution li {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1em;
  text-align: center;
}
@media (max-width: 840px) {
  .p-search_about__caution li {
    font-size: 0.90625rem;
  }
}
@media (min-width: 541px) {
  .p-search_about__caution li br.__sp-only {
    display: none;
  }
}
@media (max-width: 540px) {
  .p-search_about__caution li {
    font-size: 0.8125rem;
  }
}
.p-search_about__caution li:before {
  position: absolute;
  left: 0;
  top: 0;
}

/* .p-search_main */
.p-search_main {
  margin-top: 7.7em;
  margin-bottom: 1em;
}
@media (max-width: 840px) {
  .p-search_main {
    margin-top: 5.55em;
    margin-bottom: 1.9em;
  }
}
@media (max-width: 540px) {
  .p-search_main {
    margin-top: 3.4em;
    margin-bottom: 2.8em;
  }
}

.p-search_main__head {
  height: 70px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  background: #0068b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25em;
}
@media (max-width: 940px) {
  .p-search_main__head {
    height: 60px;
    margin-right: 0;
    max-width: 92.86%;
    padding: 0 1.125em;
    font-size: 1.75rem;
  }
}
@media (max-width: 840px) {
  .p-search_main__head {
    height: 50px;
    max-width: 94.65%;
    padding: 0 1em;
    font-size: 1.5rem;
  }
}

.p-search_main__cat {
  margin-top: 3.5em;
}
@media (max-width: 1100px) {
  .p-search_main__cat {
    margin-top: 3em;
  }
}
@media (max-width: 840px) {
  .p-search_main__cat {
    margin-top: 2.5em;
  }
}

.p-search_main__cat__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 29.6% 2.25% 1fr 2.25% auto;
  grid-template-columns: 29.6% 1fr auto;
  -ms-grid-rows: 48px;
  grid-template-rows: 48px;
      grid-template-areas: "select search button";
  grid-column-gap: 2.25%;
}
@media (max-width: 1100px) {
  .p-search_main__cat__inner {
    -ms-grid-columns: 29.6% 1fr;
    grid-template-columns: 29.6% 1fr;
    -ms-grid-rows: 48px auto;
    grid-template-rows: 48px auto;
        grid-template-areas: "select search" "button button";
  }
}
@media (max-width: 840px) {
  .p-search_main__cat__inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 48px 0.5em 48px 0.5em auto;
    grid-template-rows: repeat(2, 48px) auto;
        grid-template-areas: "select" "search" "button";
    grid-row-gap: 0.5em;
  }
}

.p-search_main__cat__select {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  height: 100%;
  width: 100%;
  grid-area: select;
}
.p-search_main__cat__select .__box {
  position: relative;
}
.p-search_main__cat__select .__box,
.p-search_main__cat__select .__box .__select {
  width: 100%;
  height: 100%;
}
.p-search_main__cat__select .__box:has(.__select):after {
  content: "";
  display: block;
  width: 13px;
  height: auto;
  aspect-ratio: 9/5;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0.9em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./img/search/icon-search_select__arrow.svg) no-repeat center/contain;
}
.p-search_main__cat__select .__box .__select {
  border: 1px solid #707070;
  background: #fff;
  padding-left: 0.9em;
  letter-spacing: 0.05em;
}

.p-search_main__cat__search {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-area: search;
}
@media (min-width: 1101px) {
  .p-search_main__cat__search {
    padding-right: 2.3%;
  }
}
.p-search_main__cat__search,
.p-search_main__cat__search .__form,
.p-search_main__cat__search .__form input {
  width: 100%;
  height: 100%;
}
.p-search_main__cat__search .__form input {
  border: 1px solid #707070;
  background: #fff;
  letter-spacing: 0.05em;
  padding-left: 0.94em;
}
.p-search_main__cat__search .__form input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.p-search_main__cat__search .__form input::-moz-placeholder {
  color: #d9d9d9;
}
.p-search_main__cat__search .__form input:-ms-input-placeholder {
  color: #d9d9d9;
}
.p-search_main__cat__search .__form input::-ms-input-placeholder {
  color: #d9d9d9;
}
.p-search_main__cat__search .__form input::placeholder {
  color: #d9d9d9;
}

.p-search_main__cat__search__icon {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  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;
  width: 194px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #707070;
  background: #222;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  grid-area: button;
  margin: 0 auto;
}

@media (max-width: 1100px){
  .p-search_main__cat__select {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-search_main__cat__search {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-search_main__cat__search__icon {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media (max-width: 840px){
  .p-search_main__cat__select {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-search_main__cat__search {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-search_main__cat__search__icon {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1100px) {
  .p-search_main__cat__search__icon {
    margin-top: 2em;
  }
}
@media (max-width: 840px) {
  .p-search_main__cat__search__icon {
    margin-top: 1.5em;
  }
}
.p-search_main__cat__search__icon:hover {
  opacity: 0.5;
}

.p-search_main__list {
  margin-top: 3.5em;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 940px) {
  .p-search_main__list:not(:has(.p-search_main__list__none)) {
    overflow-x: scroll;
    margin-right: 0;
    max-width: 92.86%;
    padding-bottom: calc(0.9em + 3px);
  }
  .p-search_main__list {
    /*&::-webkit-scrollbar {
    	height: 3px;
    }
    &::-webkit-scrollbar-track {
    	background-color: #d9d9d9;
    }
    &::-webkit-scrollbar-thumb {
    	background-color: #0068b3;
    }*/
  }
}
@media (max-width: 840px) {
  .p-search_main__list:not(:has(.p-search_main__list__none)) {
    max-width: 94.65%;
  }
}
.p-search_main__list::-webkit-scrollbar {
  display: none;
}
.p-search_main__list .simplebar-scrollbar::before {
  background: #0068b3;
  border-radius: 0;
  height: 3px !important;
  top: 0;
  left: 0;
  right: 0;
}
.p-search_main__list .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.p-search_main__list .simplebar-track {
  background: #d9d9d9;
  height: 3px !important;
  max-width: calc(100% - 7.14svw);
}
@media (max-width: 840px) {
  .p-search_main__list .simplebar-track {
    max-width: calc(100% - 5.35svw);
  }
}

.js-search_main__list__table,
.p-search_main__list__table {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.p-search_main__list__table {
  width: 100%;
  display: block;
}
@media (max-width: 940px) {
  .p-search_main__list__table {
    min-width: 870px;
  }
}
.p-search_main__list__table .__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  position: relative;
}
.p-search_main__list__table .__tr > * {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1em 1.8%;
}
.p-search_main__list__table .__tr > *:first-of-type {
  border-left: 1px solid #707070;
}
@media (max-width: 1100px) {
  .p-search_main__list__table .__tr > * {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: 500;
    padding: 0.9em 1.8%;
  }
}
@media (max-width: 840px) {
  .p-search_main__list__table .__tr > * {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 500;
    padding: 0.8em 1.5%;
  }
}
.p-search_main__list__table .__tr .__maker {
  width: 17.3%;
}
@media (max-width: 940px) {
  .p-search_main__list__table .__tr .__maker {
    position: sticky;
    top: 0;
    left: 0;
    border-right: 0;
  }
  .p-search_main__list__table .__tr .__maker:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #707070;
    position: absolute;
    right: -1px;
    top: 0;
  }
}
.p-search_main__list__table .__tr .__name,
.p-search_main__list__table .__tr .__type {
  width: 18.41%;
}
.p-search_main__list__table .__tr .__num {
  width: 9.62%;
}
.p-search_main__list__table .__tr .__spec {
  width: 36.26%;
}
.p-search_main__list__table .__head {
  display: block;
  width: 100%;
}
.p-search_main__list__table .__head .__tr > * {
  min-height: 55px;
  background: #b1b1b1;
}
@media (max-width: 1100px) {
  .p-search_main__list__table .__head .__tr > * {
    min-height: 51px;
  }
}
@media (max-width: 840px) {
  .p-search_main__list__table .__head .__tr > * {
    min-height: 47px;
  }
}
.p-search_main__list__table .__body {
  display: block;
  width: 100%;
}
@media (max-width: 940px) {
  .p-search_main__list__table .__body .__tr {
    /*&:before {
    	content: attr(data-maker);
    	background: #fff;
    }*/
  }
}
.p-search_main__list__table .__body .__tr > * {
  background: #fff;
  min-height: 90px;
}
@media (max-width: 1100px) {
  .p-search_main__list__table .__body .__tr > * {
    min-height: 81px;
  }
}
@media (max-width: 840px) {
  .p-search_main__list__table .__body .__tr > * {
    min-height: 72px;
  }
}
.p-search_main__list__table .__body .__tr .__type {
  padding: 1em 1%;
}
.p-search_main__list__table .__body .__tr .__spec {
  text-align: left;
}
.p-search_main__list__table .__body .__tr .__spec p {
  min-height: 2lh;
}
.p-search_main__list__table .__body .__tr:last-of-type > * {
  border-bottom: 1px solid #707070;
}

.p-search_main__list__none {
  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: 1px solid #b1b1b1;
  padding: 1em 5%;
}
@media (max-width: 840px) {
  .p-search_main__list__none {
    font-size: 0.9375rem;
  }
}
@media (max-width: 540px) {
  .p-search_main__list__none {
    font-size: 0.875rem;
  }
}

.p-search_main__pagination {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-top: 4.4em;
}
.p-search_main__pagination:not(:has(.page-numbers)) {
  display: none;
}
.p-search_main__pagination .page-numbers {
  width: 1.565em;
  height: 48px;
  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;
}
.p-search_main__pagination .page-numbers.current {
  pointer-events: none;
  color: #0068b3;
}
.p-search_main__pagination .page-numbers.current:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #0068b3;
  position: absolute;
  top: 0;
  bottom: -1.7em;
  left: 0;
  right: 0;
  margin: auto;
}
.p-search_main__pagination .page-numbers.dots {
  width: 1.75em;
}
.p-search_main__pagination .page-numbers.prev, .p-search_main__pagination .page-numbers.next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(./img/common/icon-common_pager__wt.svg) no-repeat center/50% #0068b3;
  border-radius: 100%;
  margin: auto 0;
  text-indent: -9999px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  overflow: hidden;
}
.p-search_main__pagination .page-numbers.prev:hover, .p-search_main__pagination .page-numbers.next:hover {
  background-color: rgba(0, 104, 179, 0.5);
  opacity: 1;
}
.p-search_main__pagination .page-numbers.prev {
  left: -2.45em;
  rotate: 180deg;
}
.p-search_main__pagination .page-numbers.next {
  right: -2.45em;
}
@media (max-width: 480px) {
  .p-search_main__pagination:has(.prev):has(.dots):has(.next) {
    width: 100%;
    padding-bottom: calc(48px + 0.25em);
  }
  .p-search_main__pagination:has(.prev):has(.dots):has(.next) .page-numbers.prev, .p-search_main__pagination:has(.prev):has(.dots):has(.next) .page-numbers.next {
    -webkit-transform: none;
            transform: none;
    top: auto;
    max-height: 48px;
    overflow: hidden;
  }
  .p-search_main__pagination:has(.prev):has(.dots):has(.next) .page-numbers.prev {
    left: 0;
  }
  .p-search_main__pagination:has(.prev):has(.dots):has(.next) .page-numbers {
    right: 0;
  }
}

/* news
  ========================================================================== */
/* .p-single_main */
.p-single_main {
  margin: 3em 0 1.1em;
}
@media (max-width: 1200px) {
  .p-single_main {
    margin-bottom: 1.7em;
  }
}
@media (max-width: 840px) {
  .p-single_main {
    margin-bottom: 2.3em;
  }
}

.p-single_main__wrapper {
  margin: 8.7em auto 0;
}
@media (min-width: 1201px) {
  .p-single_main__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(92.59% - 160px) 7.41% 160px;
    grid-template-columns: calc(92.59% - 160px) 160px;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-column-gap: 7.41%;
        grid-template-areas: "posts side" "pager .";
  }
}
@media (max-width: 1200px) {
  .p-single_main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 840px;
    margin-top: 7.5em;
  }
}
@media (max-width: 840px) {
  .p-single_main__wrapper {
    margin-top: 6.25em;
  }
}

/* .p-single_posts */
.p-single_posts {
  width: 840px;
  max-width: 100%;
  grid-area: posts;
}

.p-single_posts__wrapper {
  border-bottom: 2px dotted #0068b3;
  padding-bottom: 0.95em;
  max-width: 840px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 2.4% 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto 0.55em 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 2.4%;
  grid-row-gap: 0.55em;
      grid-template-areas: "info title" ". content";
}
@media (max-width: 840px) {
  .p-single_posts__wrapper {
    -ms-grid-rows: auto 1em auto;
        grid-template-areas: "info title" "content content";
    -ms-grid-columns: 116px 1fr;
    grid-template-columns: 116px 1fr;
    grid-row-gap: 1em;
    padding-bottom: 0.85em;
  }
}
@media (max-width: 540px) {
  .p-single_posts__wrapper {
    -ms-grid-columns: 112px 1fr;
    grid-template-columns: 112px 1fr;
    grid-row-gap: 1.4em;
    padding-bottom: 0.725em;
  }
}
.p-single_posts__wrapper + .p-single_posts__wrapper {
  margin-top: 3em;
}
@media (max-width: 840px) {
  .p-single_posts__wrapper + .p-single_posts__wrapper {
    margin-top: 2.7em;
  }
}
@media (max-width: 540px) {
  .p-single_posts__wrapper + .p-single_posts__wrapper {
    margin-top: 2.4em;
  }
}

.p-single_posts__info {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em 0;
  margin-top: 0.35em;
}

.p-index_recruit__wrapper > .p-single_posts__info {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 1200px) {
  .p-single_posts__info {
    margin-top: 0;
  }
}
.p-single_posts__info .__date {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media (max-width: 840px) {
  .p-single_posts__info .__date {
    font-size: 1.0625rem;
    letter-spacing: 0.08em;
    line-height: 1.4705882353;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-single_posts__info .__date {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 500;
  }
}
.p-single_posts__info .__cat {
  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;
  height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.1em;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background: #b1b1b1;
  border-radius: 8px;
  max-width: 100%;
}
.p-single_posts__info .__cat .__cat__text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.p-single_posts__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
  font-weight: 500;
}

.p-index_news__wrapper > .p-single_posts__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

@media (max-width: 840px){
  .p-index_pickup__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-index_pickup__article {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-index_pickup__link {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-index_news__wrapper .p-section_title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-index_news__link {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-about_environment__link {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-service_product__box__head .__link {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-single_posts__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 841px) {
  .p-single_posts__title {
    max-width: 640px;
  }
}
@media (max-width: 840px) {
  .p-single_posts__title {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-single_posts__title {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 500;
  }
}

.p-article_content {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: content;
}
@media (min-width: 841px) {
  .p-article_content {
    max-width: 640px;
  }
}
@media (max-width: 840px) {
  .p-article_content {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.5666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-article_content {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 400;
  }
}

/* .p-acv_pager */
.p-acv_pager {
  margin-top: 4.4em;
  grid-area: pager;
}

.p-acv_pager__inner {
  width: 100%;
}

.p-acv_pager__wrapper .navigation.pagination .nav-links {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers {
  width: 1.565em;
  height: 48px;
  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;
}
.p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.current {
  pointer-events: none;
  color: #0068b3;
}
.p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.current:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #0068b3;
  position: absolute;
  top: 0;
  bottom: -1.7em;
  left: 0;
  right: 0;
  margin: auto;
}
.p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.dots {
  width: 1.75em;
}
body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev, body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(./img/common/icon-common_pager__wt.svg) no-repeat center/50% #0068b3;
  border-radius: 100%;
  margin: auto 0;
  text-indent: -9999px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  overflow: hidden;
}
body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev:hover, body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next:hover {
  background-color: rgba(0, 104, 179, 0.5);
  opacity: 1;
}
body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev {
  left: -2.45em;
  rotate: 180deg;
}
body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next {
  right: -2.45em;
}
#single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev, #single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  margin: auto 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev a, #single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/common/icon-common_pager__wt.svg) no-repeat center/50% #0068b3;
  border-radius: 100%;
  text-indent: -9999px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  overflow: hidden;
}
#single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev a:hover, #single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next a:hover {
  background-color: rgba(0, 104, 179, 0.5);
  opacity: 1;
}
#single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev {
  left: -2.45em;
  rotate: 180deg;
}
#single .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next {
  right: -2.45em;
}
@media (max-width: 480px) {
  body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links:has(.prev):has(.dots):has(.next) {
    width: 100%;
    padding-bottom: calc(48px + 0.25em);
  }
  body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links:has(.prev):has(.dots):has(.next) .page-numbers.prev, body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links:has(.prev):has(.dots):has(.next) .page-numbers.next {
    -webkit-transform: none;
            transform: none;
    top: auto;
    max-height: 48px;
  }
  body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links:has(.prev):has(.dots):has(.next) .page-numbers.prev {
    left: 0;
  }
  body:not(#single) .p-acv_pager__wrapper .navigation.pagination .nav-links:has(.prev):has(.dots):has(.next) .page-numbers {
    right: 0;
  }
}

/* .p-sidenav */
.p-sidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6em 2em;
  grid-area: side;
  margin-top: 0.1em;
}
@media (min-width: 1201px){
  .p-single_posts {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-acv_pager {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-sidenav {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1201px) {
  .p-sidenav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .p-sidenav {
    margin-top: 6.15em;
    gap: 3.3em 2em;
  }
}
@media (max-width: 680px) {
  .p-sidenav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8.15em;
    gap: 2em 2em;
  }
}

.p-sidenav__wrapper {
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (max-width: 1200px) {
  .p-sidenav__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-sidenav_ttl {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 2px dotted #0068b3;
  display: block;
  padding-bottom: 0.3em;
  color: #0068b3;
}

.p-sidenav_list {
  margin-top: 0.05em;
}
.p-sidenav_list li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  line-height: 1.25;
  padding: 0.625em 2%;
  letter-spacing: 0.05em;
  color: #000;
}
.p-sidenav_list li a:before {
  content: "-";
}

/* sustainability
  ========================================================================== */
/* .p-sustainability_basic */
.p-sustainability_basic {
  margin-top: 7.7em;
}
@media (max-width: 840px) {
  .p-sustainability_basic {
    margin-top: 7em;
  }
}
@media (max-width: 540px) {
  .p-sustainability_basic {
    margin-top: 6.4em;
  }
}

@media (max-width: 540px) {
  .p-sustainability_basic__wrapper .p-section_sub {
    gap: 0.3em 0;
  }
}
@media (max-width: 540px) {
  .p-sustainability_basic__wrapper .p-section_sub .p-section_sub__en {
    line-height: 1.05;
  }
}

.p-sustainability_basic__text {
  width: 886px;
  margin-top: 3.65em;
}
@media (max-width: 840px) {
  .p-sustainability_basic__text {
    margin-top: 3em;
  }
}
@media (max-width: 540px) {
  .p-sustainability_basic__text {
    margin-top: 2.3em;
  }
}
@media (max-width: 920px) {
  .p-sustainability_basic__text p br {
    display: none;
  }
}
@media (max-width: 840px) {
  .p-sustainability_basic__text p {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-sustainability_basic__text p {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

/* .p-sustainability_action */
.p-sustainability_action {
  margin-top: 5.1em;
}
@media (max-width: 840px) {
  .p-sustainability_action {
    margin-top: 5.4em;
  }
}
@media (max-width: 540px) {
  .p-sustainability_action {
    margin-top: 5.75em;
  }
}

@media (max-width: 540px) {
  .p-sustainability_action__wrapper .p-section_sub {
    gap: 0.3em 0;
  }
}
@media (max-width: 540px) {
  .p-sustainability_action__wrapper .p-section_sub .p-section_sub__en {
    line-height: 1.05;
  }
}

.p-sustainability_action__list {
  width: 886px;
  counter-reset: salNum;
  margin-top: 1.2em;
}
@media (max-width: 840px) {
  .p-sustainability_action__list {
    margin-top: 0.95em;
  }
}
@media (max-width: 540px) {
  .p-sustainability_action__list {
    margin-top: 0.7em;
  }
}

.p-sustainability_action__list__box {
  counter-increment: salNum;
  position: relative;
}
@media (min-width: 841px) {
  .p-sustainability_action__list__box {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 1.3em;
    min-height: 7.85em;
  }
  .p-sustainability_action__list__box:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 86px);
    background: #d9d9d9;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 840px) {
  .p-sustainability_action__list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
    padding: 1.7em 0 0.9em;
  }
}
.p-sustainability_action__list__box:not(:has(.__childe)) {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
      grid-template-areas: "num text";
}
.p-sustainability_action__list__box:has(.__childe) {
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
      grid-template-areas: "num text" ". childe";
}
.p-sustainability_action__list__box:before {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  content: counter(salNum, decimal-leading-zero) ".";
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
  color: #0068b3;
  grid-area: num;
}
.p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-sustainability_action__list__box:before {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-recruit_numbers__list__box .__head > .p-sustainability_action__list__box:before {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.p-recruit_numbers__list__box .__head[data-num="2"] > .p-sustainability_action__list__box:before {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.p-sustainability_action__list__box:not(:has(.__childe)) > .p-sustainability_action__list__box:before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-sustainability_action__list__box:has(.__childe) > .p-sustainability_action__list__box:before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-sustainability_action__list__box .__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
      align-self: center;
  grid-area: text;
  padding: 2.44em 0;
}
@media (max-width: 840px) {
  .p-sustainability_action__list__box .__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
    padding: 1.7em 0;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .p-sustainability_action__list__box .__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
    padding: 1.1em 0;
  }
}
.p-sustainability_action__list__box .__childe {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: childe;
  counter-reset: salcNum;
}
@media (max-width: 840px) {
  .p-sustainability_action__list__box .__childe {
    margin-top: 0.95em;
  }
}
.p-sustainability_action__list__box .__childe .__childe__box {
  counter-increment: salcNum;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 841px) {
  .p-sustainability_action__list__box .__childe .__childe__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.65em;
    padding: 0.96em 0;
  }
}
@media (max-width: 840px) {
  .p-sustainability_action__list__box .__childe .__childe__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0.65em 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "num text" "num icon";
    grid-column-gap: 0.65em;
    padding: 1.45em 0;
  }
  .p-sustainability_action__list__box .__childe .__childe__box:last-of-type {
    border-bottom: 0;
    padding-bottom: 0.55em;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .p-about_message__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .p-about_environment__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__box__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .p-service_forte__box__info:before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__head__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__head__num {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__icon {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .p-sustainability_action__list__box:before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
.p-sustainability_action__list__box .__childe .__childe__box:first-of-type {
  padding-top: 0;
}
.p-sustainability_action__list__box .__childe .__childe__box:before {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  content: counter(salcNum);
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #0068b3;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  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;
  padding-top: 0.1em;
  grid-area: num;
}
.p-sustainability_action__list__box .__childe .__childe__box .__childe__box__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.6em 0;
  grid-area: text;
}
@media (max-width: 840px) {
  .p-sustainability_action__list__box .__childe .__childe__box .__childe__box__text {
    padding: 0.15em 0;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-sustainability_action__list__box .__childe .__childe__box .__childe__box__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-sustainability_action__list__box .__childe .__childe__box .__childe__box__text p {
  max-width: 31.5em;
}
.p-sustainability_action__list__box .__childe .__childe__box .__childe__box__icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px 0.5em 45px 0.5em 45px;
  grid-template-columns: repeat(3, 45px);
  grid-column-gap: 0.5em;
  grid-area: icon;
}
@media (max-width: 1240px){
  .p-about_message__wrapper .p-section_sub {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-about_message__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-about_message__signature {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-about_message__picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  .p-about_environment__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-about_environment__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_product__box__head .__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_product__box__head .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_product__box__head .__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  .p-service_product__box__case .__box .__box__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box__info:before {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-service_forte__box__info:before {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service_forte__box__info .__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box__info .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_interview__list__box .__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  .p-recruit_numbers__list__box .__head .__head__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__head__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__head__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_numbers__list__box .__head .__head__num {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__head__num {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-recruit_benefits__list__box .__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_benefits__list__box .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box:before {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .p-sustainability_action__list__box:before {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-sustainability_action__list__box .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box:before {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__childe__box:before {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box .__childe__box__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-service_forte__box:nth-of-type(odd) .p-service_forte__box__info > .__childe__box__text {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-service_forte__box:nth-of-type(even) .p-service_forte__box__info > .__childe__box__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 840px){
  .p-article_content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__childe__box:before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__childe__box__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_action__list__box .__childe .__childe__box > .__childe__box__icon {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 540px){
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__job {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_interview__list__box .__figure .__figure__cap .__figure__cap__year {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 840px) {
  .p-sustainability_action__list__box .__childe .__childe__box .__childe__box__icon {
    -ms-grid-columns: 89px 0.9em 89px 0.9em 89px;
    grid-template-columns: repeat(3, 89px);
    grid-column-gap: 0.9em;
    margin-top: 0.61em;
  }
}
@media (max-width: 840px) and (min-width: 541px) {
  .p-sustainability_action__list__box .__childe .__childe__box .__childe__box__icon {
    margin-left: auto;
  }
}
.p-sustainability_action__list__box .__childe .__childe__box .__childe__box__icon .__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

/* .p-sustainability_plan */
.p-sustainability_plan {
  margin-top: 6.75em;
}
@media (max-width: 840px) {
  .p-sustainability_plan {
    margin-top: 5.8em;
    margin-bottom: 1.4em;
  }
}
@media (max-width: 540px) {
  .p-sustainability_plan {
    margin-top: 4.8em;
    margin-bottom: 2.8em;
  }
}

@media (min-width: 1101px) {
  .p-sustainability_plan__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.55% 749px;
    grid-template-columns: 1fr 749px;
    -ms-grid-rows: auto 2.7em auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 1.55%;
    grid-row-gap: 2.7em;
        grid-template-areas: "pic main" ". sign";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1017px;
    margin-right: auto;
  }
  .p-sustainability_plan__inner > .p-index_about__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_plan__inner > .p-index_recruit__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1100px) {
  .p-sustainability_plan__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-sustainability_plan__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: pic;
  -ms-grid-column-align: center;
      justify-self: center;
}

.p-index_recruit__wrapper > .p-sustainability_plan__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
}
@media (max-width: 1100px) {
  .p-sustainability_plan__pic {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.p-sustainability_plan__pic img {
  width: 155px;
}

.p-sustainability_plan__main {
  grid-area: main;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  gap: 0.825em 0;
}
@media (max-width: 1100px) {
  .p-sustainability_plan__main {
    text-align: center;
    margin-top: 1.95em;
  }
}
@media (max-width: 840px) {
  .p-sustainability_plan__main {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.4444444444;
    font-weight: 500;
    gap: 0.94em 0;
  }
}
@media (max-width: 540px) {
  .p-sustainability_plan__main {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.625;
    font-weight: 500;
    gap: 1.05em 0;
  }
}
.p-sustainability_plan__main .__sub {
  font-size: 3.875rem;
  letter-spacing: 0.08em;
  line-height: 0.9516129032;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 0 min(0.43em, 3svw);
}
@media (min-width: 1101px) {
  .p-sustainability_plan__main .__sub {
    padding-left: 0.125em;
  }
}
@media (max-width: 1100px) {
  .p-sustainability_plan__main .__sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: min(3.875rem, 8svw);
    letter-spacing: 0.0475em;
  }
}
.p-sustainability_plan__main .__sub:before, .p-sustainability_plan__main .__sub:after {
  content: "";
  display: block;
  background: url(./img/sustainability/dec-sustainability_brackets.svg) no-repeat center/contain;
  height: auto;
  width: min(20px, 2.4svw);
  aspect-ratio: 10/17;
}
.p-sustainability_plan__main .__sub:before {
  margin-bottom: auto;
}
.p-sustainability_plan__main .__sub:after {
  margin-top: auto;
  rotate: 180deg;
}
@media (min-width: 1101px) {
  .p-sustainability_plan__main .__bottom {
    white-space: nowrap;
  }
}

.p-sustainability_plan__sign {
  grid-area: sign;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1240px){
  .p-index_about__info {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-index_about__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-index_recruit__info {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-index_recruit__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_interview__list__box .__info {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-single_posts__info {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-sustainability_plan__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media (min-width: 1101px){
  .p-sustainability_plan__inner > .p-sustainability_plan__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-sustainability_plan__main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-sustainability_plan__sign {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 1100px) {
  .p-sustainability_plan__sign {
    margin-top: 2.6em;
  }
}
@media (max-width: 840px) {
  .p-sustainability_plan__sign .__date,
  .p-sustainability_plan__sign .__comp {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.5333333333;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-sustainability_plan__sign .__date,
  .p-sustainability_plan__sign .__comp {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-sustainability_plan__sign .__name {
  margin-top: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.9em;
}
@media (max-width: 840px) {
  .p-sustainability_plan__sign .__name {
    margin-top: 1em;
  }
}
@media (max-width: 540px) {
  .p-sustainability_plan__sign .__name {
    margin-top: 0.95em;
  }
}
@media (max-width: 840px) {
  .p-sustainability_plan__sign .__name .__name__job {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.8571428571;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-sustainability_plan__sign .__name .__name__job {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    line-height: 2.1666666667;
    font-weight: 400;
  }
}
.p-sustainability_plan__sign .__name .__name__main {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 840px) {
  .p-sustainability_plan__sign .__name .__name__main {
    font-size: 1.125rem;
  }
}
@media (max-width: 540px) {
  .p-sustainability_plan__sign .__name .__name__main {
    font-size: 1rem;
  }
}

/* products
  ========================================================================== */
/* .p-products_about */
.p-products_about {
  margin-top: 4.5em;
}
@media (max-width: 840px) {
  .p-products_about {
    margin-top: 5.3em;
  }
}
@media (max-width: 540px) {
  .p-products_about {
    margin-top: 6.1em;
  }
}

.p-products_about__text {
  text-align: center;
}
@media (max-width: 840px) {
  .p-products_about__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-products_about__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

/* .p-products_list */
.p-products_list {
  margin-top: 7.9em;
}
@media (max-width: 840px) {
  .p-products_list {
    margin-top: 7.2em;
  }
}
@media (max-width: 540px) {
  .p-products_list {
    margin-top: 6.57em;
  }
}

.p-products_list__title {
  text-align: center;
}
.p-products_list__title:not(:first-of-type) {
  margin-top: 6.28em;
}
@media (max-width: 840px) {
  .p-products_list__title img {
    zoom: 0.915;
  }
}
@media (max-width: 540px) {
  .p-products_list__title img {
    zoom: 0.83;
  }
}

.p-products_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.55em 3.7%;
  margin-top: 2.65em;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 6.28em;
}
@media (max-width: 840px) {
  .p-products_list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.3em;
    gap: 2.55em 3.7%;
    padding-bottom: 5.14em;
  }
}
@media (max-width: 540px) {
  .p-products_list__item {
    margin-top: 1.9em;
    gap: 1.55em 3.7%;
    padding-bottom: 4em;
  }
}

.p-products_list__item__box {
  width: 48.15%;
}
@media (max-width: 840px) {
  .p-products_list__item__box {
    width: 100%;
  }
}
.p-products_list__item__box .__link {
  display: block;
}
.p-products_list__item__box .__link .__link__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125em 0;
}
@media (max-width: 840px) {
  .p-products_list__item__box .__link .__link__figure {
    gap: 0.84em 0;
  }
}
@media (max-width: 540px) {
  .p-products_list__item__box .__link .__link__figure {
    gap: 0.55em 0;
  }
}
.p-products_list__item__box .__link .__link__figure .__link__figure__img {
  border-radius: 30px;
  border: 1px solid #d9d9d9;
}
.p-products_list__item__box .__link .__link__figure .__link__figure__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 841px) {
  .p-products_list__item__box .__link .__link__figure .__link__figure__img img {
    max-height: 260px;
  }
}
.p-products_list__item__box .__link .__link__figure .__link__figure__caption {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: #000;
}
@media (max-width: 840px) {
  .p-products_list__item__box .__link .__link__figure .__link__figure__caption {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.3333333333;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-products_list__item__box .__link .__link__figure .__link__figure__caption {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.375;
    font-weight: 500;
  }
}

/* .p-products_more */
.p-products_more {
  margin-top: 6.25em;
}
@media (max-width: 840px) {
  .p-products_more {
    margin-top: 5.2em;
  }
}
@media (max-width: 540px) {
  .p-products_more {
    margin-top: 4.1em;
  }
}

.p-products_more__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4.7em 1.85%;
}
@media (max-width: 1100px) {
  .p-products_more__table {
    gap: 4.7em 2.94%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .p-products_more__table {
    gap: 0;
  }
}

.p-products_more__table__box {
  width: 32.1%;
  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: 1em 0;
}
@media (max-width: 1100px) {
  .p-products_more__table__box {
    width: 48.53%;
  }
}
@media (max-width: 640px) {
  .p-products_more__table__box {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 4em 0;
  }
  .p-products_more__table__box:first-of-type {
    padding-top: 0;
  }
}
.p-products_more__table__box .__sub {
  -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;
}
.p-products_more__table__box .__link .__figure {
  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: 1.1em 0;
  width: 100%;
}
@media (max-width: 1100px) {
  .p-products_more__table__box .__link .__figure {
    gap: 0.85em 0;
  }
}
@media (max-width: 640px) {
  .p-products_more__table__box .__link .__figure {
    gap: 0.6em 0;
  }
}
.p-products_more__table__box .__link .__figure .__figure__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
}
@media (min-width: 1101px) {
  .p-products_more__table__box .__link .__figure .__figure__img {
    max-height: 260px;
  }
}
@media (max-width: 640px) {
  .p-products_more__table__box .__link .__figure .__figure__img {
    aspect-ratio: 338/168;
  }
}
.p-products_more__table__box .__link .__figure .__figure__img.__contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-products_more__table__box .__link .__figure .__figure__caption {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .p-products_more__table__box .__link .__figure .__figure__caption {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.3333333333;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .p-products_more__table__box .__link .__figure .__figure__caption {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.375;
    font-weight: 500;
  }
}

.p-products_more__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 3.96%;
  margin-top: 7.7em;
}
@media (max-width: 840px) {
  .p-products_more__link {
    margin-top: 5.8em;
  }
}
@media (max-width: 540px) {
  .p-products_more__link {
    margin-top: 3.9em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.88em 3.96%;
  }
}

.p-products_more__link__box .__btn {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 500;
  color: #0068b3;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 0.15em;
}
@media (max-width: 840px) {
  .p-products_more__link__box .__btn {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.3333333333;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-products_more__link__box .__btn {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.375;
    font-weight: 500;
  }
}

.p-products_more__search {
  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;
  margin-top: 6.25em;
}
@media (max-width: 840px) {
  .p-products_more__search {
    margin-top: 5.1em;
  }
}
@media (max-width: 540px) {
  .p-products_more__search {
    margin-top: 3.95em;
  }
}
.p-products_more__search .__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;
  width: 396px;
  max-width: 86.6%;
  height: 81px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.0833333333;
  font-weight: 600;
  border-radius: 41px;
  color: #f8f7f7;
  background: #222;
}
@media (max-width: 840px) {
  .p-products_more__search .__btn {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-weight: 600;
    height: 72px;
  }
}
@media (max-width: 540px) {
  .p-products_more__search .__btn {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.375;
    font-weight: 600;
    height: 64px;
  }
}

/* .p-products_agrot */
.p-products_agrot {
  position: relative;
  z-index: 10;
  margin-top: 8.15em;
  margin-bottom: 6.65em;
}
@media (max-width: 840px) {
  .p-products_agrot {
    margin-top: 7.2em;
    margin-bottom: 4.8em;
  }
}
@media (max-width: 540px) {
  .p-products_agrot {
    margin-top: 6.25em;
    margin-bottom: 2.9em;
  }
}

.p-products_agrot__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.4em 1.55em;
  background: url(./img/products/bg-products_agrot.jpg) no-repeat center/cover;
}
@media (max-width: 840px) {
  .p-products_agrot__link {
    border-radius: 20px;
    padding: 1.6em 1.55em;
  }
}
@media (max-width: 540px) {
  .p-products_agrot__link {
    border-radius: 10px;
    padding: 1.75em 8%;
  }
}

.p-products_agrot__link__box {
  height: 336px;
  width: 53.35%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em 0;
  color: #5aad42;
  padding-bottom: 0.55em;
}
@media (max-width: 840px) {
  .p-products_agrot__link__box {
    width: max(305px, 60%);
    border-radius: 15px;
    gap: 0.73em 0;
    padding-bottom: 0.38em;
  }
}
@media (max-width: 540px) {
  .p-products_agrot__link__box {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    gap: 0.49em 0;
    padding-bottom: 0.2em;
  }
}
.p-products_agrot__link__box .__head {
  font-weight: 700;
}
@media (max-width: 840px) {
  .p-products_agrot__link__box .__head {
    font-size: 0.90625rem;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 540px) {
  .p-products_agrot__link__box .__head {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
  }
}
.p-products_agrot__link__box .__middle img {
  width: 239px;
}
@media (max-width: 840px) {
  .p-products_agrot__link__box .__middle img {
    width: 217px;
  }
}
@media (max-width: 540px) {
  .p-products_agrot__link__box .__middle img {
    width: 196px;
  }
}
.p-products_agrot__link__box .__bottom {
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 840px) {
  .p-products_agrot__link__box .__bottom {
    font-size: 0.96875rem;
  }
}
@media (max-width: 540px) {
  .p-products_agrot__link__box .__bottom {
    font-size: 0.875rem;
  }
}

/* contact
  ========================================================================== */
/* .p-contact_about */
.p-contact_about {
  margin-top: 4.5em;
}
@media (max-width: 840px) {
  .p-contact_about {
    margin-top: 5.3em;
  }
}
@media (max-width: 540px) {
  .p-contact_about {
    margin-top: 6.1em;
  }
}

.p-contact_about__text {
  text-align: center;
}
@media (max-width: 840px) {
  .p-contact_about__text {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-contact_about__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}

.p-contact_form {
  position: relative;
  z-index: 10;
}
@media (max-width: 840px) {
  .p-contact_form {
    margin-bottom: 0.2em;
  }
}
@media (max-width: 540px) {
  .p-contact_form {
    margin-bottom: 0.4em;
  }
}

/* form(common)
  ========================================================================== */
/* .p-form_list */
.p-form_list {
  padding-top: 8.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .p-form_list {
    padding-top: 4.7em;
  }
}
@media (max-width: 540px) {
  .p-form_list {
    padding-top: 3.2em;
  }
}
.p-form_list input[type=checkbox] {
  width: 19px;
  height: 19px;
  border-radius: 5px;
  cursor: pointer;
}

.p-form_list__title {
  width: 347px;
  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;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 1100px) {
  .p-form_list__title {
    width: 260px;
  }
}
@media (max-width: 840px) {
  .p-form_list__title {
    width: 100%;
    margin-top: 0;
  }
}
.p-form_list__title .__require {
  font-style: normal;
  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;
  height: 1.6lh;
  color: #de0000;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0.5em;
}
.p-form_list__title .__require:before {
  content: "※";
}
.p-form_list__title .__link {
  width: 100%;
}
.p-form_list__title .__link a {
  color: #0068b3;
  text-decoration: underline;
}

.p-form_list__box {
  width: 100%;
  padding: 0.94em 0;
}
@media (max-width: 840px) {
  .p-form_list__box {
    padding: 0.6em 0;
  }
}
.p-form_list__box:not(.__checkbox) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 840px) {
  .p-form_list__box:not(.__checkbox) > p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    margin-top: 0.5em;
  }
}
@media (min-width: 541px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.94em 1.5em;
  }
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
    margin-top: 1em;
  }
}
@media (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 2em 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 0.5em auto 0.5em auto 0.5em auto;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 2em;
    grid-row-gap: 0.5em;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(5) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(7) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-of-type(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  letter-spacing: 0;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/contact/icon-contact_check.svg);
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 0.5em;
  border-radius: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 10;
  background: url(./img/contact/icon-contact_check__wt.svg) no-repeat center/70% #fff;
  border: 1px solid #707070;
}
.p-form_list__box > p .wpcf7-form-control-wrap {
  width: calc(100% - 347px);
}
@media (max-width: 1100px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    width: calc(100% - 260px);
  }
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-select) {
  display: block;
  position: relative;
}
.p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-select):after {
  content: "";
  display: block;
  width: 14px;
  height: 54px;
  position: absolute;
  right: 3.25%;
  top: 0;
  background: url(./img/contact/icon-contact_select.svg) no-repeat center/contain;
  pointer-events: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100% !important;
  -webkit-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
  padding-left: 0.8em;
  background: #fff;
  border: 1px solid #707070;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
    line-height: 1.4705882353;
    font-weight: 400;
    padding-left: 0.85em;
  }
}
@media (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 0.9em;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder {
  color: #d9d9d9;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
  color: #d9d9d9;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
  color: #d9d9d9;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  height: 60px;
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-number,
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
    height: 56px;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  cursor: pointer;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  max-height: 270px;
  line-height: 1.75;
  padding: 0.45em 1.1em;
  resize: none;
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 0.55em 1em;
  }
}
@media (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 0.65em 0.9em;
  }
}
.p-form_list__box.__your-kind {
  padding: 0.9em 0;
}
@media (max-width: 840px) {
  .p-form_list__box.__your-kind {
    padding: 2.85em 0;
  }
}
.p-form_list__box.__your-kind .p-form_list__title {
  height: 1lh;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 1001px) {
  .p-form_list__box.__your-num {
    width: 273px;
  }
}
@media (min-width: 1001px) {
  .p-form_list__box.__your-num .p-form_list__title {
    padding-left: 1.9em;
    width: calc(112px + 1.9em);
  }
}
.p-form_list__box.__your-num > p .wpcf7-form-control-wrap {
  width: 130px;
}
@media (min-width: 1001px) {
  .p-form_list__box.__your-product {
    width: calc(100% - 273px);
  }
}
.p-form_list__box.__your-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-form_list__box.__your-date .p-form_list__body {
  width: calc(100% - 347px);
}
@media (max-width: 840px) {
  .p-form_list__box.__your-date .p-form_list__body {
    width: 100%;
    margin-top: 0.5em;
  }
}
.p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box {
  position: relative;
  height: 60px;
  width: 246px;
}
.p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box .p-form_list__body__box__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  opacity: 1;
  border: 1px solid #707070;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 840px) {
  .p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box .p-form_list__body__box__head {
    padding-left: 0.85em;
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
    line-height: 1.4705882353;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box .p-form_list__body__box__head {
    padding-left: 0.9em;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: 400;
  }
}
.p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box .p-form_list__body__box__head:not(.is-active) {
  color: #d9d9d9;
}
.p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box .p-form_list__body__box__head {
  /*.js-isSafari:not(.js-isPc) & {
  	pointer-events: none;
  }*/
}
.p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box .p-form_list__body__box__head.__cal:after {
  content: "";
  display: block;
  height: 100%;
  width: 32px;
  background: url(./img/contact/icon-common_calendar.svg) no-repeat center/contain;
  position: absolute;
  right: 6%;
  top: 0;
}
.p-form_list__box.__your-date .p-form_list__body .p-form_list__body__box {
  /*.is-Safari & {
  	.wpcf7-form-control-wrap {
  		width: 100%;
  		height: 100%;
  		display: block;
  		z-index: 10;
  		.wpcf7-validates-as-date {
  			width: 100%;
  			height: 100%;
  			display: block;
  			z-index: 10;
  			opacity: 0;
  		}
  	}
  }*/
}
@media (max-width: 840px) {
  .p-form_list__box.__your-post > p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-form_list__box.__your-post > p .wpcf7-form-control-wrap {
  width: 244px;
}
.p-form_list__box.__your-post > p .__innner__note {
  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-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 48px;
  width: 168px;
  border-radius: 24px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.625;
  font-weight: 400;
  background: #222;
  color: #fff;
  margin-left: 1em;
}
@media (max-width: 840px) {
  .p-form_list__box.__your-post > p .__innner__note {
    margin-top: 8px;
    margin-left: 1.35em;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .p-form_list__box.__your-post > p .__innner__note {
    margin-left: 1.7em;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
@media (min-width: 841px) {
  .p-form_list__box.__your-subject .p-form_list__title {
    height: 2lh;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}

.p-form_list__pp {
  width: 100%;
  margin-top: 4.9em;
}
@media (max-width: 840px) {
  .p-form_list__pp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    margin-top: 2.9em;
  }
}
@media (max-width: 540px) {
  .p-form_list__pp {
    margin-top: 0.9em;
  }
}
.p-form_list__pp p {
  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;
  letter-spacing: 0.1em;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  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;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/contact/icon-contact_check.svg);
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "NotoSansJP", Yu Gothic, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media (max-width: 840px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media (max-width: 540px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    line-height: 1.5714285714;
    font-weight: 500;
  }
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a:hover {
  opacity: 0.5;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 0.9em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 10;
  background: url(./img/contact/icon-contact_check__wt.svg) no-repeat center/70% #fff;
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (max-width: 840px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
    margin-right: 1.05em;
  }
}
@media (max-width: 540px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
    margin-right: 1.2em;
  }
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before:hover {
  opacity: 0.5;
}

.p-form_list__submit {
  margin-top: 6.357em;
  text-align: center;
  width: 100%;
}
@media (max-width: 840px) {
  .p-form_list__submit {
    margin-top: 4.25em;
  }
}
@media (max-width: 540px) {
  .p-form_list__submit {
    margin-top: 2.15em;
  }
}
.p-form_list__submit p {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form_list__submit p .__btn {
  width: 266px;
  max-width: 100%;
  height: 72px;
  border-radius: 41px;
  color: #fff;
  background: #0068b3;
  border: 1px solid #0068b3;
  padding: 0;
  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;
  /*transition:
  	background 0.25s,
  	color 0.25s;*/
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  font-weight: 600;
  cursor: pointer;
}
.p-form_list__submit p .__btn:hover {
  /*color: #0068b3;
  background: #fff;*/
  opacity: 0.5;
}
.p-form_list__submit p .wpcf7-spinner {
  margin-top: 1em;
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}

/* spinner rotation */
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}
@media (max-width: 840px) {
  .wpcf7-not-valid-tip {
    margin-top: 0.25em;
  }
}
@media (max-width: 540px) {
  .wpcf7-not-valid-tip {
    margin-top: 0;
  }
}

.wpcf7 form .wpcf7-response-output {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  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: #fff;
}
@media (max-width: 840px) {
  .wpcf7 form .wpcf7-response-output {
    margin-top: 0.5em;
  }
}