:root {
  --color-body: #000;
  --color-red: #fe0708;
  --color-green: #069c39;
  --color-deco: #e1f8e9;
  --regular: 400;
  --medium: 500;
  --bold: 700;
}
:root {
  --line-rotate: -38deg;
}
.is-display_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-hidden_pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-hidden_sp {
    display: none;
  }
  .is-display_sp {
    display: block;
  }
}
.u-txt_left {
  text-align: left !important;
}
.u-txt_center {
  text-align: center !important;
}
.u-txt_right {
  text-align: right !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb125 {
  margin-bottom: 125px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt105 {
  margin-top: 105px !important;
}
.mt110 {
  margin-top: 110px !important;
}
.mt115 {
  margin-top: 115px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt125 {
  margin-top: 125px !important;
}
.mt1em {
  margin-top: 1em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.mt3em {
  margin-top: 3em !important;
}
.mt4em {
  margin-top: 4em !important;
}
.mt5em {
  margin-top: 5em !important;
}
.mt6em {
  margin-top: 6em !important;
}
.mt7em {
  margin-top: 7em !important;
}
.mt8em {
  margin-top: 8em !important;
}
.mt9em {
  margin-top: 9em !important;
}
.mt10em {
  margin-top: 10em !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.mb3em {
  margin-bottom: 3em !important;
}
.mb4em {
  margin-bottom: 4em !important;
}
.mb5em {
  margin-bottom: 5em !important;
}
.mb6em {
  margin-bottom: 6em !important;
}
.mb7em {
  margin-bottom: 7em !important;
}
.mb8em {
  margin-bottom: 8em !important;
}
.mb9em {
  margin-bottom: 9em !important;
}
.mb10em {
  margin-bottom: 10em !important;
}
.u-color-primary {
  color: var(--color-primary);
}
.u-color-secondary {
  color: var(--color-secondary);
}
.u-color-accent {
  color: var(--color-accent);
}
.cmn-pageHead {
  height: clamp(160px, 41.67vw, 320px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 clamp(40px, 8vw, 100px);
}
.cmn-pageHead.--company {
  background-image: url(../images/company/company_mv.png);
}
.cmn-pageHead.--facility {
  background-image: url(../images/facility/facility_mv.png);
}
.cmn-pageHead.--product {
  background-image: url(../images/product/product_mv.png);
}
.cmn-pageHead.--news {
  background-image: url(../images/news/news_mv.png);
}
.cmn-pageHead.--access {
  background-image: url(../images/access/access_mv.png);
}
.cmn-pageHead.--recruit {
  background-image: url(../images/recruit/recruit_mv.png);
}
.cmn-pageHead.--contact {
  background-image: url(../images/contact/contact_mv.png);
}
.cmn-pageHead.--privacy {
  background-image: url(../images/privacy/privacy_mv.png);
}
.cmn-pageHead.--notfound {
  background-image: url(../images/404/404_mv.png);
}
.cmn-pageHead__ttl {
  color: #fff;
  font-size: clamp(16px, 2.6vw, 20px);
  font-weight: var(--medium);
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: clamp(37px, 9.11vw, 70px);
  padding-left: clamp(70px, 10.16vw, 78px);
  z-index: 0;
  margin-left: max(20px, (100vw - 1512px)/2 + 120px);
}
.cmn-pageHead__ttl::after {
  content: "";
  display: block;
  background-image: url(../images/top/ttl_deco_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: clamp(140px, 35.16vw, 270px);
  aspect-ratio: 14/8;
  top: 0;
  left: 0;
  z-index: -1;
}
.cmn-pageHead__ttl::before {
  content: attr(data-text);
  white-space: nowrap;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 6.53vw, 64px);
  margin-bottom: clamp(10px, 3.91vw, 30px);
  display: block;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .cmn-pageHead__ttl.--sp_wrap {
    padding-top: 20px;
  }
  .cmn-pageHead__ttl.--sp_wrap::before {
    white-space: pre;
  }
}
.cmn-post_lead {
  display: grid;
  grid-template-columns: 1fr 750px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.cmn-post_lead__inner {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cmn-post_lead__inner {
    padding: 40px 0;
  }
}
.cmn-post_lead__text {
  font-size: clamp(20px, 3.65vw, 28px);
  font-weight: var(--bold);
  color: var(--color-green);
  line-height: 1.7;
  padding: 0 20px;
}
.cmn-post_lead__text::after {
  content: "";
  display: block;
  height: 4px;
  width: calc(100% + 40px);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.3%, var(--color-red)),
    color-stop(33.3%, var(--color-green))
  );
  background: linear-gradient(
    90deg,
    var(--color-red) 33.3%,
    var(--color-green) 33.3%
  );
  position: relative;
  left: -20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cmn-post_lead__text::after {
    width: 100%;
    left: 0;
  }
}
.cmn-post_lead::before,
.cmn-post_lead::after {
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(175px, 40.36vw, 310px);
  width: 100%;
  display: block;
  position: relative;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.4);
}
.cmn-post_lead::before {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
}
.cmn-post_lead::after {
  clip-path: polygon(calc(0% + 100px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cmn-post_lead.--facility::before {
  background-image: url(../images/facility/facility_lead_left.jpg);
}
.cmn-post_lead.--facility::after {
  background-image: url(../images/facility/facility_lead_right.jpg);
}
@media screen and (min-width: 767px) {
  .news .cmn-page_nav {
    margin-top: 100px;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
}
@media screen and (max-width: 767px) {
  .cmn-post_lead {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
    grid-template-rows: max-content 1fr max-content;
  }
  .cmn-post_lead::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 42px));
  }
  .cmn-post_lead::after {
    clip-path: polygon(0% 0%, 100% 42px, 100% 100%, 0% 100%);
  }
}
.news .cmn-page_nav {
  margin: 60px 0;
}
.cmn-page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(25px, 6.51vw, 50px);
}
.privacy .cmn-btn_prev > a {
  width: clamp(100px, 50.61vw, 300px);
}
.error .cmn-btn_prev > a {
  width: clamp(100px, 50.61vw, 300px);
}
.cmn-btn_prev > a {
  width: clamp(100px, 30.61vw, 300px);
  height: clamp(45px, 7.81vw, 60px);
  border: 1px solid var(--color-green);
  display: grid;
  place-items: center;
  position: relative;
}
.cmn-btn_prev > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-image: url(../images/common/icn_arrow_01_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 7px);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cmn-btn_next > a {
  width: clamp(100px, 30.61vw, 300px);
  height: clamp(45px, 7.81vw, 60px);
  border: 1px solid var(--color-green);
  display: grid;
  place-items: center;
  position: relative;
}
.cmn-btn_next > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-image: url(../images/common/icn_arrow_01_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.cmn-btn_return {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cmn-btn_return a {
  font-size: 1.4rem;
  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;
}
.cmn-btn_return a::before {
  content: "";
  background-image: url(../images/common/btn_return_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: clamp(25px, 4.17vw, 32px);
  aspect-ratio: 1/1;
  margin-bottom: 3px;
}
.breadcrumbs {
  padding: 5px 0;
}
.breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
.breadcrumbs li::before {
  display: inline-block;
  vertical-align: top;
  content: "＞";
  margin: 0 1em;
}
.breadcrumbs li:first-child::before {
  content: normal;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: var(--medium);
}
.pagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: var(--medium);
}
.pagination > ul span,
.pagination > ul a {
  display: inline-block !important;
  aspect-ratio: 1/1;
  line-height: 3.5rem;
  width: 2em;
  padding: 6px 0;
  text-align: center;
}
.pagination > ul span.current,
.pagination > ul a.current {
  background-color: var(--color-green);
  color: #fff;
  border-radius: 50%;
}
.pagination > ul:empty {
  display: none;
}
.pagination>span, .pagination a, .pagination span {
  display: inline-block !important;
  aspect-ratio: 1 / 1;
  line-height: 3.5rem;
  width: 2em;
  padding: 6px 0;
  text-align: center;
}
.pagination .current span {
  background-color: var(--color-green);
  color: #fff;
  border-radius: 50%;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-body);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: min(1200px, 100% - 40px);
  margin: auto;
}
.container.--md {
  width: min(1020px, 100% - 40px);
}
.container.--sm {
  width: min(1080px, 100% - 40px);
}
.contents__wrap {
  padding-top: 60px;
}
main {
  display: block;
}
@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
video {
  max-width: 100%;
  height: auto;
}
table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.table {
    display: block;
  }
  table.table tbody,
  table.table tr,
  table.table th,
  table.table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}
a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  opacity: 0.66;
}
em {
  font-style: normal;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.js-loading {
  background-color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  z-index: 1000;
}
.js-loading.--loaded {
  opacity: 0;
  visibility: hidden;
}
.loading .loading_txt {
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(-45deg, #ccc 0% 25%, #999 50%, #ccc 75% 100%);
  background-size: 200%;
  background-position: 50% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-animation: loadtext 1s infinite linear;
  animation: loadtext 1s infinite linear;
}
@-webkit-keyframes loadtext {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes loadtext {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header {
  position: sticky;
  background-color: #fff;
  top: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  padding-left: clamp(20px, 3.91vw, 30px);
}
@media screen and (min-width: 768px) {
  .header {
    height: 60px;
  }
}
.header__logo {
  width: clamp(140px, 23.44vw, 180px);
}
.header .tel {
  color: var(--color-green);
  position: absolute;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .header .tel {
    display: none;
  }
}
.header .tel__number {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.header .tel__number > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.header .tel__number > a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icn_tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.header .tel__note {
  font-size: 1rem;
  font-weight: var(--bold);
  text-align: center;
}
.gnav {
  display: block;
}
.gnav__btn {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 100;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: var(--color-green);
  --height: 3px;
  --top: 35%;
  --bottom: calc(100% - var(--top));
}
.gnav__btn span {
  position: absolute;
  left: 50%;
  display: block;
  width: 40%;
  height: var(--height);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gnav__btn span:first-child {
  top: var(--top);
}
.gnav__btn span:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.gnav__btn span:nth-child(3) {
  top: var(--bottom);
}
.gnav__btn.is-open span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnav__btn.is-open span:first-child {
  top: 48%;
  -webkit-transform: translate(-50%, 0px) rotate(135deg);
  transform: translate(-50%, 0px) rotate(135deg);
}
.gnav__btn.is-open span:nth-child(2) {
  opacity: 0;
}
.gnav__btn.is-open span:nth-child(3) {
  top: 48%;
  -webkit-transform: translate(-50%, 0px) rotate(225deg);
  transform: translate(-50%, 0px) rotate(225deg);
}
.gnav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 1099px) {
  .gnav_pc {
    display: none;
  }
}
.gnav_sp {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: var(--color-green);
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: grid;
  place-content: center;
  color: #fff;
}
.gnav_sp.is-open {
  opacity: 1;
  pointer-events: auto;
}
.gnav_sp__logo {
  position: absolute;
  top: 0;
  left: clamp(20px, 3.91vw, 30px);
  width: clamp(140px, 23.44vw, 180px);
  height: clamp(50px, 7.81vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gnav_sp__content {
  display: grid;
  grid-template-columns: 300px;
  row-gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 399px) {
  .gnav_sp__content {
    row-gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .gnav_sp__content {
    grid-template-columns: 300px 300px;
    grid-template-rows: 1fr -webkit-max-content;
    grid-template-rows: 1fr max-content;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.gnav_sp__list {
  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;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .gnav_sp__list {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 399px) {
  .gnav_sp__list {
    row-gap: 10px;
  }
}
.gnav_sp__list > li {
  font-weight: 500;
  width: 253px;
}
@media screen and (max-width: 767px) {
  .gnav_sp__list > li {
    margin: auto;
  }
}
.gnav_sp__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gnav_sp__list > li > a::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/icn_arrow_01_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px;
  position: relative;
  border-radius: 50%;
}
.gnav_sp_contact {
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .gnav_sp_contact {
    border-top: solid 2px #fff;
  }
}
@media screen and (min-width: 768px) {
  .gnav_sp_contact__head {
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
  }
}
.gnav_sp_contact__ttl {
  font-weight: var(--bold);
}
.gnav_sp_contact__ttl::before {
  content: attr(data-text);
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
}
.gnav_sp_contact__tel {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
  line-height: 1;
}
.gnav_sp_contact__tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/common/icn_tel_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.gnav_sp_contact__time {
  font-size: 1.4rem;
}
.gnav_sp_contact__mail {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .gnav_sp_contact__mail {
    margin-top: 20px;
  }
}
.gnav_sp_contact__mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 64px;
  background-color: var(--color-red);
  font-size: 1.4rem;
  font-weight: var(--medium);
}
.gnav_sp_contact__mail a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icn_email.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.gnav_sp_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.gnav_sp_sns > li {
  height: 24px;
}
@media screen and (min-width: 768px) {
  .gnav_sp_sns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.side_link {
  display: none;
}
@media screen and (min-width: 768px) {
  .side_link {
    position: fixed;
    right: 0;
    top: 36vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    gap: 25px;
  }
  .side_link__item {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: var(--bold);
    color: #fff;
    line-height: 1;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .side_link__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    padding: 20px 0;
    border-radius: 10px 0 0 10px;
  }
  .side_link__item > a::before {
    content: "";
    width: 20px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .side_link__item > .to_contact {
    background-color: var(--color-red);
  }
  .side_link__item > .to_contact::before {
    background-image: url(../images/common/icn_email.svg);
  }
  .side_link__item > .to_recruit {
    background-color: var(--color-green);
  }
  .side_link__item > .to_recruit::before {
    background-image: url(../images/common/icn_pc.svg);
  }
}
#totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: grid;
  place-content: center;
  width: clamp(45px, 7.81vw, 60px);
  background-color: var(--color-red);
  aspect-ratio: 1/1;
  z-index: 10;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#totop::before {
  content: "";
  width: clamp(12px, 2.08vw, 16px);
  aspect-ratio: 1/1;
  display: block;
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(25%) rotate(-45deg);
  transform: translateY(25%) rotate(-45deg);
}
.footer {
  background-color: var(--color-green);
  /* padding-bottom: 10px; */
}
.footer_contact {
  background-image: url(../images/common/footerContact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}
.footer_contact__inner {
  display: grid;
  background-color: #fff;
  width: min(860px, 100%);
  margin: auto;
  padding: 40px 0;
  row-gap: 20px;
}
.footer_contact__ttl {
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--color-green);
  text-align: center;
}
.footer_contact__ttl::before {
  content: attr(data-text);
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
.footer_contact__tel > a {
  color: var(--color-green);
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 5.21vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}
.footer_contact__tel > a::before {
  content: "";
  display: inline-block;
  width: clamp(21px, 4vw, 27px);
  height: clamp(21px, 4vw, 27vw);
  background-image: url(../images/common/icn_tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.footer_contact__time {
  font-weight: var(--medium);
  color: var(--color-green);
  font-size: 1.4rem;
  text-align: center;
}
.footer_contact__mail {
  padding-top: 20px;
  border-top: solid 2px var(--color-green);
  width: min(300px, 100%);
  margin: auto;
}
.footer_contact__mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 64px;
  background-color: var(--color-red);
  font-size: 1.4rem;
  font-weight: var(--medium);
  color: #fff;
}
.footer_contact__mail a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icn_email.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_contact__inner {
    grid-template-columns: 380px 380px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_contact__ttl {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .footer_contact__tel_wrap {
    border-right: solid 2px var(--color-green);
  }
  .footer_contact__mail {
    padding-top: 0;
    border-top: none;
  }
}
.footer__inner {
  background-color: var(--color-green);
  padding: 60px 20px 10px;
  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;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 30px 60px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__column.--right {
  width: min(500px, 100%);
}
.footer__logo {
  width: 160px;
}
.footer__name {
  font-weight: var(--bold);
  line-height: 2;
  margin-top: 10px;
}
.footer__address {
  font-size: 1.4rem;
  font-weight: var(--medium);
  line-height: 2;
  margin-top: 10px;
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 28px 44px; */
  gap: 28px 38px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer_nav li {
    min-width: 84px;
  }
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 35px;
}
.footer .copyright {
  margin-top: 50px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.home {
  --white: rgba(255, 255, 255, 0.9);
}
.home .mv {
  position: sticky;
  top: 0;
  z-index: -1;
  /* position: relative; */
  grid-area: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-width: 1680px;
  height: 777px;
}
@media (max-width: 768px) {
  .home .mv {
    min-width: unset;
    height: 640px;
    min-height: 560px;
    height: 100%;
  }
  .home .top-text {
    /* margin: 0 10px; */
    text-align: left;
    margin-bottom: 50px;
  }
  .home .productSystem__list {
    gap: 30px;
  }
  .home .productSystem__ttl {
    margin: auto !important;
    width: min(1240px, 100% - 40px) !important;
  }
  .home .productSystem__ttl > .wrap {
    display: block;
    text-align: left;
  }
}
.home .mv::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000;
  z-index: 2;
  pointer-events: none; */
}
.home .mv__video {
  /* width: 100%;
  height: calc(90vh - 50px);
  -o-object-fit: cover;
  object-fit: cover; */
  position: absolute;
  width: 100%;
  height: 100%;
  /* min-height: calc(94vh + 8.375rem); */
  min-height: calc(130% + 8.375rem);
  aspect-ratio: 16 / 9;
  top: 50%;
  left: 50%;
  z-index: 0;
  translate: -50% -50%;
}
.home .mv__text {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding-left: clamp(30px, 10.42vw, 80px);
}
.home .mv__text::after {
  content: "";
  display: block;
  background-image: url(../images/top/mv_copy_bg.png);
  /* background-image: url(../images/top/mv_copy_bg.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: clamp(140px, 47.4vw, 310px);
  aspect-ratio: 182/243;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.home .mv.text_hide > .mv__text {
  opacity: 0;
}
.home .mv.text_hide > .mv__video {
  height: 100vh;
}
.home .mv__ttl {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 8.85vw, 80px);
  line-height: 1.1;
  margin-top: 235px;
}
.home .mv__lead {
  font-size: clamp(13px, 4.17vw, 32px);
  margin-top: clamp(10px, 5.21vw, 25px);
  font-weight: var(--medium);
  line-height: 1.2;
}
.home .mv__lead span {
  font-size: clamp(13px, 4.17vw, 16px);
}
@media screen and (min-width: 768px) {
  .home .mv__img {
    height: calc(90vh - 60px);
  }
}
@media screen and (max-width: 768px) {
  .home .mv__video {
    min-height: calc(102vh + 8.375rem);
    /* width: 320vw; */
  }
  .home .mv__text {
    padding-left: 20px;
    top: 63%;
  }
  .home .mv__lead {
    font-size: 16px;
  }
  .home .mv__lead span {
    font-size: 14px;
  }
}
.home_contents {
  position: relative;
  z-index: 10;
}
.home_contents > * {
  position: relative;
  z-index: 1;
}
.home_contents::before {
  content: "";
  display: block;
  background-image: url(../images/top/mv_subtract_b1px.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: clamp(60px, 18.23vw, 140px);
  height: clamp(61px, 18.36vw, 141px);
  top: 0;
  -webkit-transform: translateY(calc(-100% + 1px));
  transform: translateY(calc(-100% + 1px));
}
.home .news {
  position: relative;
  background-color: #fff;
  padding: 0 20px 0;
  /* padding: 0 20px 30px; */
  border-bottom: 1px solid var(--color-green);
}
@media screen and (min-width: 768px) {
  .home .news {
    padding-left: 40px;
    width: 446px;
    border: 1px solid var(--color-green);
    position: absolute;
    /* right: max((100vw - 1512px)/2 + 25px, 25px); */
    right: 25px;
    -webkit-transform: translateY(calc(-50% - 10px));
    transform: translateY(calc(-50% - 10px));
    border-radius: 20px 0 0 0;
    z-index: 10;
    height: 120px;
  }
}
.home .news__ttl {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.6vw, 20px);
  color: #fff;
  background-color: var(--color-green);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
}
.home .news__date {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-green);
  line-height: 1;
}
.home .news__text {
  line-height: 1.2;
  margin-top: 0.5em;
  color: var(--color-green);
}
.home .top-ttl {
  color: var(--color-green);
  font-size: clamp(16px, 2.6vw, 20px);
  font-weight: var(--medium);
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: clamp(37px, 9.11vw, 70px);
  padding-left: clamp(70px, 10.16vw, 78px);
  z-index: 0;
}
.home .top-ttl::after {
  content: "";
  display: block;
  background-image: url(../images/top/ttl_deco_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: clamp(140px, 35.16vw, 270px);
  aspect-ratio: 14/8;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .company .top-ttl::after {
  background-image: url(../images/top/ttl_deco_02.png);
}
.home .top-ttl::before {
  content: attr(data-text);
  white-space: nowrap;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 6.53vw, 64px);
  margin-bottom: clamp(10px, 3.91vw, 30px);
  display: block;
  line-height: 1.1;
}
.home .top-ttl.--wrap::before {
  white-space: pre;
}
.home .top-ttl.--white {
  color: #fff;
}
.home .top-ttl.--white::after {
  background-image: url(../images/top/ttl_deco_01.svg);
}
.home .top-ttl.--deco_white::after {
  background-image: url(../images/top/ttl_deco_03.svg);
}
.home .top-lead {
  line-height: 1.75;
  font-size: clamp(24px, 3.65vw, 28px);
  font-weight: var(--bold);
  color: var(--color-green);
}
.home .top-lead.--white {
  color: #fff;
}
.home .top-text {
  line-height: 2;
}
.home .top-detail_btn > a {
  font-size: var(--medium);
  width: min(300px, 100%);
  height: 60px;
  display: grid;
  place-content: center;
  background-color: var(--color-green);
  color: #fff;
  position: relative;
}
.home .top-detail_btn > a::after {
  content: "";
  display: block;
  background-image: url(../images/common/icn_arrow_01_white.svg);
  /* background-image: url(../images/common/icn_arrow_01_white.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 9px;
  height: 15px;
  right: 25px;
  top: calc(50% - 9px);
}
.home .company .top-detail_btn > a {
  color: #069C39;
  background: #fff;
  position: relative;
}
.home .company .top-detail_btn > a::after {
  background-image: url(../images/common/icn_arrow_01_white.png);
}
.home .top-detail_btn.--white > a {
  color: var(--color-green);
  background-color: #fff;
}
.home .top-detail_btn.--white > a::after {
  background-image: url(../images/common/icn_arrow_01_green.svg);
}
.home .intro {
  overflow: hidden;
  padding-top: clamp(60px, 14.45vw, 111px);
  padding-bottom: clamp(60px, 14.45vw, 111px);
  position: relative;
}
.home .intro-product {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home .intro-product::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: max(0px, (100vw - 1280px)/2, 0px);
    width: 140px;
    height: 100%;
    background-color: var(--color-red);
    -webkit-transform: skew(var(--line-rotate)) translateX(20px);
    transform: skew(var(--line-rotate)) translateX(20px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 0;
  }
}
.home .intro__inner {
  width: min(1240px, 100% - 40px);
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home .intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .home .intro__column {
    width: min(481px, 48%);
  }
}
@media screen and (max-width: 767px) {
  .home .intro__column {
    padding: 0 0 60px 0;
    position: relative;
  }
  .home .intro__column::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10vw;
    width: 75px;
    height: 100%;
    background-color: var(--color-red);
    -webkit-transform: skew(var(--line-rotate));
    transform: skew(var(--line-rotate));
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    z-index: -1;
  }
  .home .news {
    padding-bottom: 20px;
  }
}
.home .intro__text {
  margin-top: 10px;
}
.home .intro__fig::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-deco);
  width: 52.1vw;
  height: min(22vw, 335px);
  top: -111px;
  right: min(-20px, (-100vw + 1240px)/2 - 20px);
  z-index: -1;
  border-radius: 80px 0 0 0;
}
.home .intro__fig > img {
  border-radius: 0 0 0 60px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .home .intro__fig {
    position: relative;
  }
  .home .intro__fig::before {
    width: 100vw;
    aspect-ratio: 375/190;
    height: auto;
    top: 0;
    left: -20px;
    border-radius: 40px 0 0 0;
  }
  .home .intro__fig > img {
    width: 90vw;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    margin-top: 40px;
    border-radius: 0 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .home .intro__fig {
    width: min(554px, 46%);
  }
}
.home .product {
  background-color: var(--color-green);
  border-radius: clamp(60px, 10vw, 80px) 0 0 0;
  position: relative;
  padding-bottom: 60px;
}
.home .product::after {
  content: "";
  display: block;
  height: 132px;
  width: 100%;
  position: absolute;
  bottom: -132px;
  --white: rgba(255, 255, 255, 0.9);
  background: linear-gradient(
    180deg,
    var(--white) 0px,
    var(--white) 20px,
    var(--color-green) 20px,
    var(--color-green) 44px,
    var(--white) 44px,
    var(--white) 64px,
    var(--color-red) 64px,
    var(--color-red) 88px,
    var(--white) 88px,
    var(--white) 108px,
    var(--color-green) 108px,
    var(--color-green) 132px
  );
}
.home .product__inner {
  width: min(1240px, 100% - 40px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .home .product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .product__column {
  padding-top: clamp(30px, 7.81vw, 60px);
}
.home .product__text {
  margin-top: 20px;
  color: #fff;
}
.home .product__btn {
  margin-top: clamp(50px, 6.12vw, 60px);
}
.home .product__btn > a {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .home .product {
    padding: 60px 0 30px;
  }
  .home .product__fig {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .home .productSystem__list {
    gap: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .home .product__column {
    width: min(465px, 40%);
    margin-right: clamp(10px, 6.12vw, 60px);
  }
  .home .product__fig {
    position: absolute;
    z-index: 2;
    width: min(835px, 55vw + min(0px, (100vw - 1100px) * 0.25));
    top: 260px;
    left: max(0px, (100vw - 1512px)/2);
  }
  .home .product__btn > a {
    margin-right: 0px;
  }
}
.home .productSystem {
  margin-top: 132px;
  padding-top: clamp(60px, 20.83vw, 170px);
  background-color: hsla(0, 0%, 100%, 0.9);
}
.home .productSystem__ttl {
  padding-top: 20px;
  padding-left: clamp(70px, 15.63vw, 120px);
  text-align: center;
  margin: auto;
}
.home .productSystem__ttl > .wrap {
  padding-right: clamp(35px, 7.81vw, 60px);
}
.home .productSystem__ttl::before {
  margin-bottom: 13px;
  text-align: left;
}
.home .productSystem__inner {
  background-color: #e1f8e9;
  padding-top: clamp(60px, 10.42vw, 80px);
  padding-bottom: clamp(60px, 13.02vw, 100px);
  margin-top: 40px;
}
.home .productSystem__titles {
  text-align: center;
}
.home .productSystem__contents {
  width: min(1240px, 100% - 40px);
  margin: auto;
  display: grid;
  row-gap: 30px;
}
.home .productSystem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: number 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.home .productSystem__list::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: var(--color-red);
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.home .productSystem__item {
  background-color: #fff;
  border: 1px var(--color-green) solid;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.6vw, 20px);
  color: var(--color-green);
  font-size: 2.4rem;
  font-weight: var(--bold);
  padding: 20px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  width: 100px;
}
.home .productSystem__item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  line-height: 1;
}
.home .productSystem__item::after {
  content: "";
  display: block;
  width: clamp(55px, 10.42vw, 80px);
  aspect-ratio: 16/19;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.home .productSystem__item:nth-of-type(1):after {
  background-image: url(../images/top/productSystem_icn_01.png);
}
.home .productSystem__item:nth-of-type(2):after {
  background-image: url(../images/top/productSystem_icn_02.png);
}
.home .productSystem__item:nth-of-type(3):after {
  background-image: url(../images/top/productSystem_icn_03.png);
}
.home .productSystem__item:nth-of-type(4):after {
  background-image: url(../images/top/productSystem_icn_04.png);
}
.home .productSystem__item:nth-of-type(5):after {
  background-image: url(../images/top/productSystem_icn_05.png);
}
.home .productSystem__item:nth-of-type(6):after {
  background-image: url(../images/top/productSystem_icn_06.png);
}
.home .productSystem__item:nth-of-type(7):after {
  background-image: url(../images/top/productSystem_icn_07.png);
}
.home .productSystem__item:nth-of-type(8):after {
  background-image: url(../images/top/productSystem_icn_08.png);
}
.home .productSystem__item:nth-of-type(9):after {
  background-image: url(../images/top/productSystem_icn_09.png);
}
.home .productSystem__btn {
  padding-top: 20px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.home .productSystem__btn > a {
  margin: auto;
}
.home .productSystem__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .home .productSystem__gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .productSystem__gallery_item {
    width: 33.33%;
  }
  .home .productSystem__gallery_item:nth-of-type(n + 4) {
    width: 50%;
  }
  .home .productSystem__titles {
    width: min(1240px, 100% - 40px);
    margin: auto;
  }
  .home .productSystem__lead.top-lead {
    text-align: left;
  }
}
@media screen and (max-width: 1149px) {
  .home .productSystem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: min(600px, 100%);
    margin: auto;
    gap: 45px;
  }
  .home .productSystem__list::before {
    width: max(7.5vw, 30px);
    height: 100%;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .home .productSystem__item {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 5px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .home .productSystem__contents {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, -webkit-max-content);
    grid-template-rows: repeat(3, max-content);
    row-gap: 50px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .home .productSystem__list {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .home .productSystem__btn {
    grid-column: 1/3;
    grid-row: 3/3;
    display: flex;
    justify-content: center;
    width: 630px;
    gap: 30px;
    text-align: center;
    margin: auto;
    flex-wrap: wrap;
  }
}
.home .company {
  padding-bottom: clamp(80px, 13.02vw, 100px);
}
.home .company-recruit__wrap {
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .home .company-recruit__wrap {
    background-color: #fff;
  }
  .home .company__inner {
    background-color: var(--color-green);
    border-radius: 0 0 50px 0;
    height: 414px;
  }
  .home .company__fig {
    padding-top: 0 !important;
  }
  .home .company .top-ttl {
    color: #fff;
  }
  .home .company__fig > img {
    width: 85% !important;
  }
}
.home .company__inner {
  width: min(1266px, 100%);
  margin: auto;
  position: relative;
}
.home .company__contents {
  /* background-color: #fff; */
  padding-bottom: 60px;
}
.home .company__lead {
  margin-top: 30px;
}
.home .company__text {
  margin-top: 1em;
}
.home .company__fig {
  /* position: relative; */
  /* z-index: 1; */
  /* padding-top: clamp(25px, 7.65vw, 75px); */
  padding-left: clamp(20px, 8.16vw, 80px);
  width: 609px;
}
.home .company__fig::before {
  content: "";
  /* width: min(830px, 100% - 40px); */
  /* aspect-ratio: 1.58/1;
  background-color: var(--color-green);
  border-radius: 0 0 0 clamp(40px, 10vw, 80px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; */
}
.home .company__fig > img {
  width: min(830px, 100%);
  border-radius: 0 0 clamp(40px, 10vw, 80px) 0;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  max-width: 609px;
  bottom: -35px;
}
.home .company__btn {
  margin-top: clamp(50px, 7.81vw, 60px);
}
.home .company__gallery {
  padding-top: clamp(60px, 13.02vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .home .company {
    padding-top: 100px;
  }
  .home .company__contents {
    border-radius: 0 0 0 100px;
    width: min(780px, 80vw);
    margin-left: auto;
    padding-left: clamp(20px, 14.29vw, 140px);
    padding-right: clamp(20px, 8.16vw, 80px);
    /* position: absolute;
    right: 0;
    top: 0;
    z-index: 2; */
  }
  .home .company__inner {
    /* padding-top: 70px; */
    display: flex;
    width: 100%;
    background-color: var(--color-green);
    border-radius: 0 0 50px 0;
    max-width: 1280px;
    gap: 260px;
    justify-content: space-between;
  }
  .home .company__ttl {
    margin-left: clamp(-78px, -9.11vw, -70px);
    color: #fff;
  }
  .home .company__gallery {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-column-gap: clamp(23px, 5.86vw, 45px);
    -moz-column-gap: clamp(23px, 5.86vw, 45px);
    column-gap: clamp(23px, 5.86vw, 45px);
  }
  .home .company__gallery_item > img {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 0 30px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .home .company__gallery_item:nth-of-type(even) {
    padding-top: min(100px, 10vw);
  }
}
@media screen and (max-width: 767px) {
  .home .company__contents {
    /* padding: 60px 20px; */
    padding: 0 20px;
  }
  .home .company {
    padding-top: clamp(50px, 13.02vw, 100px);
  }
  .home .company__btn > a {
    margin: auto;
    background: #fff;
    color: #069C39;
  }
  .home .company__fig {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1099px) {
  .home .company__gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    row-gap: max(16vw, 60px);
  }
  .home .company__gallery_item {
    width: 30%;
  }
  .home .company__gallery_item:nth-of-type(2) {
    -webkit-transform: translateY(max(8vw, 30px));
    transform: translateY(max(8vw, 30px));
  }
}
.home .recruit {
  background-color: var(--color-deco);
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}
.home .recruit::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  background-color: var(--color-red);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skew(var(--line-rotate));
  transform: skew(var(--line-rotate));
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 30%;
}
.home .recruit__inner {
  display: grid;
  width: min(1240px, 100% - 40px);
  margin: auto;
}
.home .recruit__lead {
  margin-top: 30px;
}
.home .recruit__text {
  margin-top: 20px;
}
.home .recruit__btn {
  margin-top: clamp(50px, 7.81vw, 60px);
}
.home .recruit__fig {
  padding-top: clamp(60px, 10.42vw, 80px);
}
@media screen and (min-width: 768px) {
  .home .recruit::after {
    left: calc(50% + 140px);
    width: 140px;
  }
  .home .recruit__inner {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: min(90px, 9vw);
    -moz-column-gap: min(90px, 9vw);
    column-gap: min(90px, 9vw);
  }
  .home .recruit__content {
    padding-left: clamp(30px, 10.42vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .home .recruit__btn > a {
    margin: auto;
  }
}
.company .cmn-company__ttl {
  background-color: var(--color-green);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: clamp(65px, 13.02vw, 100px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: max(20px, (100vw - 1260px)/2 + 20px);
  padding-right: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: clamp(1.8rem, 2.45vw, 2.4rem);
  gap: 30px;
  border-radius: 0 0 clamp(30px, 5vw, 40px);
}
.company .cmn-company__ttl::before {
  content: attr(data-text);
  display: block;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 2.86vw, 2.8rem);
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  line-height: 1.1;
}
.company .cmn-company__ttl::after {
  content: "";
  display: block;
  width: 2px;
  height: clamp(45px, 6.51vw, 50px);
  background-color: var(--color-red);
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .company .cmn-company__ttl {
    width: calc(100% - 20px);
    padding-left: 20px;
    padding-right: 0;
  }
  .company .cmn-company__ttl::before {
    white-space: pre;
    font-size: 2.8rem;
  }
}
.company .message {
  overflow-x: hidden;
}
.company .message__inner {
  display: grid;
  row-gap: 60px;
  padding-top: clamp(30px, 7.81vw, 60px);
  padding-bottom: clamp(60px, 21.43vw, 210px);
  position: relative;
}
.company .message__lead {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: var(--bold);
}
.company .message__text {
  line-height: 2;
  font-weight: var(--medium);
  margin-top: 30px;
}
.company .message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; */
  justify-content: start;
  flex-wrap: wrap;
  font-weight: var(--medium);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  gap: 15px;
}
.company .message__name span {
  display: block;
  width: 100%;
}
.company .message__name > img {
  width: 183px;
}
@media screen and (min-width: 768px) {
  .company .message__inner {
    grid-template-columns: 3.1fr 1fr;
    -webkit-column-gap: min(140px, 15vw);
    -moz-column-gap: min(140px, 15vw);
    column-gap: min(140px, 15vw);
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
  .company .message__pic {
    position: relative;
    z-index: 1;
  }
  .company .message__pic img {
    max-width: 260px;
  }
  .company .message__pic::after {
    content: "";
    width: 90px;
    height: 325px;
    background-color: var(--color-red);
    -webkit-transform: skew(var(--line-rotate));
    transform: skew(var(--line-rotate));
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    right: 145px;
    bottom: -45px;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .company .message__inner {
    position: relative;
    z-index: 1;
  }
  .company .message__inner::after {
    content: "";
    width: 90px;
    height: 325px;
    background-color: var(--color-red);
    -webkit-transform: skew(var(--line-rotate));
    transform: skew(var(--line-rotate));
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    right: 30%;
    bottom: 0;
    z-index: -1;
  }
  .company .message__pic {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .company .message__pic img {
    max-width: 140px;
  }
  .company .message__lead {
    line-height: 1.6;
  }
  .company .message__name {
    /* gap: 0; */
  }
}
.company .profile {
  padding-top: clamp(70px, 13.02vw, 100px);
  padding-bottom: calc(134px + clamp(60px, 8vw, 70px));
  background-image: url(../images/company/profile_bg.svg),
    linear-gradient(
      0deg,
      var(--color-red) 0px,
      var(--color-red) 24px,
      transparent 24px,
      transparent 44px,
      var(--color-deco) 44px,
      var(--color-deco) 64px,
      transparent 64px,
      transparent 86px,
      var(--color-deco) 86px,
      var(--color-deco) 110px,
      transparent 110px,
      transparent 134px,
      var(--color-deco) 134px
    );
  background-position: center 400px, top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .company .profile {
    background-position: center 160vw, top;
    background-size: 55%, auto;
  }
}
.company .profile__section {
  display: grid;
  row-gap: 30px;
  padding-top: clamp(40px, 7.81vw, 60px);
}
.company .profile__section:nth-of-type(n + 2) {
  padding-top: clamp(40px, 15.63vw, 120px);
}
.company .profile_guide {
  padding-top: 30px;
}
.company .profile_guide__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.company .profile_guide > iframe {
  width: 100%;
  height: 260px;
}
.company .profile__list {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.company .profile__list > dd {
  border-left: 1px solid #afafaf;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .company .profile__section {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .company .profile_guide {
    grid-column: 1/3;
  }
}
.company .history {
  padding-top: clamp(90px, 19.53vw, 150px);
  padding-bottom: clamp(120px, 19.53vw, 150px);
}
.company .history__table {
  margin-top: clamp(30px, 7.81vw, 60px);
}
.company .history__table tr {
  border-top: #c9c9c9 1px solid;
}
.company .history__table tr:last-of-type {
  border-bottom: #c9c9c9 1px solid;
}
.company .history__table th,
.company .history__table td {
  padding: 10px 40px;
}
.company .history__table th {
  width: 240px;
  text-align: center;
  background-color: var(--color-deco);
}
@media screen and (max-width: 767px) {
  .company .history tr {
    border-left: #c9c9c9 1px solid;
    border-right: #c9c9c9 1px solid;
  }
  .company .history th,
  .company .history td {
    display: block;
    padding: 10px 20px;
  }
  .company .history th {
    width: 100%;
    text-align: left;
  }
}
.facility .archive {
  padding-top: clamp(40px, 10.42vw, 80px);
}
.facility .archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px;
}
.facility .archive__list .archive__item img {
  /* transition: transform .6s ease; */
  width: 100%;
  height: auto;
}
.facility .archive__text {
  margin-top: 10px;
  border-top: #afafaf 1px solid;
  padding: 10px 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .facility .archive__list .archive__item:hover {
    position: relative;
    max-width: 373px;
    overflow: hidden;
  }
  .facility .archive__list .archive__item:hover img {
    transform: scale(1.4);
    transition: 1.3s;
  }
  .facility .archive__list .archive__item:hover .archive__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    padding: 115px 0;
    display: unset;
    background: rgba(0,0,0,0.45);
  }
}

.reason {
  /* background: #e9f6ef; */
  padding: 60px 0;
  background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#e9f6ef 50%
  );
  max-width: 1280px;
  margin: auto;
  margin-bottom: 100px;
  border-radius: 0 0 50px 50px;
}

.reason__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1a9b5f;
  margin-bottom: 85px;
}

.reason__cards {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px 30px;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  max-width: 300px;
  height: 377px;
}
.card__head {
  background: #e7f5ed;
  color: #1a9b5f;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 24px;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  max-width: 240px;
  margin: auto;
  border: 1px solid #000;
}
.card__head span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}
.card__icon {
  margin-top: 20px;
  margin-bottom: 15px;
}
.card__icon img {
  width: 110px;
  height: auto;
}
.card__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #069C39;
  font-size: 2rem;
}
.card__text {
  font-size: 16px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 40px 16px;
  }

  .reason__title {
    font-size: 22px;
  }

  .reason__cards {
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
    gap: 90px;
  }

  .card__icon img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .facility .archive__text {
    /* display: block; */
  }
}
.facility .info {
  background-color: var(--color-deco);
  padding-top: clamp(80px, 13.02vw, 100px);
  padding-bottom: clamp(100px, 19.53vw, 150px);
  margin-top: clamp(80px, 19.53vw, 150px);
  border-radius: clamp(60px, 8vw, 100px) 0 0 0;
}
.facility .info__ttl {
  width: min(360px, 75vw);
  height: 45px;
  margin: auto;
  font-size: 2.4rem;
  font-weight: var(--bold);
  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;
}
.facility .info__ttl::before,
.facility .info__ttl::after {
  content: "";
  display: block;
  height: 100%;
  width: 12px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.facility .info__ttl::before {
  border-left: var(--color-red) 3px solid;
  border-right: var(--color-green) 3px solid;
}
.facility .info__ttl::after {
  border-right: var(--color-red) 3px solid;
  border-left: var(--color-green) 3px solid;
}
.facility .table_wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .facility .table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSなめらか */
  }

  .facility .info_facility__table {
    min-width: 1080px; /* 横スクロール発生させる */
  }
}
.facility .info_facility__table {
  background-color: #fff;
  border-top: #c9c9c9 solid 1px;
  margin-top: 40px;
}
.facility .info_facility__table th {
  text-align: center;
  background-color: var(--color-green);
  color: #fff;
  font-weight: var(--bold);
}
.facility .info_facility__table tr {
  border-bottom: #c9c9c9 solid 1px;
  border-left: #c9c9c9 solid 1px;
}
.facility .info_facility__table th,
.facility .info_facility__table td {
  border-right: #c9c9c9 solid 1px;
}
.facility .info_facility__table td {
  padding: 0.6em 2em;
}
.ytp-chrome-top {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .facility .info_facility__table.--pc {
    /* display: none; */
  }
}
.facility .info_facility__table.--pc th {
  width: 28%;
  max-width: 280px;
  padding: 0.6em 2em;
}
.facility .info_facility__table.--pc th:last-of-type {
  width: 16%;
}
.facility .info_facility__table.--pc td:last-of-type {
  text-align: center;
}
.facility .info_facility__table.--sp th {
  vertical-align: middle;
}
.facility .info_facility__table.--sp th,
.facility .info_facility__table.--sp td {
  padding: 1em;
}
.facility .info_facility .sp_tables {
  display: none;
  margin-top: 40px;
}
.facility .info_facility .sp_tables table + table {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .facility .info_facility .sp_tables {
    /* display: block; */
  }
  .facility_container {
    width: 95% !important;
  }
}
.facility_container {
  width: 1080px;
}
.facility .info_processMap {
  margin-top: clamp(80px, 15.63vw, 120px);
}
.facility .info_processMap__table {
  margin-top: 40px;
  background-color: #fff;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  border-top: #c9c9c9 solid 1px;
  border-left: #c9c9c9 solid 1px;
  border-right: #c9c9c9 solid 1px;
}
.facility .info_processMap__table dt,
.facility .info_processMap__table dd {
  padding: 20px 30px;
  border-bottom: #c9c9c9 solid 1px;
}
.facility .info_processMap__table dd {
  border-left: #c9c9c9 solid 1px;
}
.facility .info_processMap__table .spec_buble__inner {
  padding: 0;
}
.facility .info_processMap__table .spec__inner div {
  display: grid;
  grid-template-columns: 120px 1fr;
}
.facility .info_processMap__table .spec__inner div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .facility .info_processMap__table {
    min-width: 1080px;
    /* grid-template-columns: 1fr; */
  }
  .facility .info_processMap__table dd {
    /* border: none; */
  }
  .facility .info_processMap__table .spec__inner div {
    /* grid-template-columns: 1fr;
    border-bottom: 1px solid #c9c9c9; */
  }
}
.facility.single .facility__content {
  display: grid;
  padding-top: clamp(40px, 10.42vw, 80px);
  padding-bottom: clamp(100px, 22.79vw, 175px);
}
.facility.single .facility__ttl {
  font-size: 2.4rem;
  font-weight: var(--medium);
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}
.facility.single .facility__ttl > .sub {
  font-size: 2rem;
  display: block;
  margin-top: 1em;
}
.facility.single .facility__text {
  margin-top: 20px;
}
.facility.single .facility_gallery__images img {
  width: 100%;
}
.facility.single .facility_gallery__thums {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: clamp(20px, 5.21vw, 40px);
}
.facility.single .facility__nav {
  margin-top: clamp(60px, 11.72vw, 90px);
}
@media screen and (max-width: 767px) {
  .facility.single .facility__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facility.single .facility_gallery {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .facility.single .facility__content {
    display: grid;
    grid-template-columns: 56% 40%;
    grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
    grid-template-rows: max-content 1fr max-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .facility.single .facility__ttl {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .facility.single .facility__text {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .facility.single .facility_gallery {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .facility.single .facility__nav {
    grid-column: 1/3;
  }
}
.product .archive {
  padding-top: clamp(40px, 10.42vw, 80px);
  padding-bottom: 150px;
}
.product .archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px;
}
.product .archive__text {
  margin-top: 10px;
  border-top: #afafaf 1px solid;
  padding: 10px 20px;
  display: none;
}
.product .archive .pagination {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .product .archive__text {
    display: block;
  }
}
.product.single .product__content {
  display: grid;
  padding-top: clamp(40px, 10.42vw, 80px);
  padding-bottom: clamp(100px, 22.79vw, 175px);
}
.product.single .product__ttl {
  font-size: 2.4rem;
  font-weight: var(--medium);
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}
.product.single .product__ttl > .sub {
  font-size: 2rem;
  display: block;
  margin-top: 1em;
}
.product.single .product__text {
  margin-top: 20px;
}
.product.single .product__pic__images img {
  width: 100%;
}
.product.single .product__nav {
  margin-top: clamp(60px, 11.72vw, 90px);
}
@media screen and (max-width: 767px) {
  .product.single .product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product.single .product__pic {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .product.single .product__content {
    display: block;
    /* display: grid; */
    grid-template-columns: 56% 40%;
    grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
    grid-template-rows: max-content 1fr max-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product.single .product__ttl {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .product.single .product__text {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .product.single .product__pic {
    /* grid-column: 1/2;
    grid-row: 1/3; */
    width: 100%;
    display: block;
    text-align: center;
  }
  .product.single .product__pic img {
    width: 700px;
  }
  .product.single .product__nav {
    grid-column: 1/3;
  }
}
.news .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.news .category_list a,
.news .category_list span {
  display: block;
  font-size: 1.4rem;
  font-weight: var(--bold);
  padding: 4px 8px;
  border: 1px solid #afafaf;
  border-radius: 6px;
}
.news .side__ttl {
  background-color: var(--color-deco);
  font-weight: var(--medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 15px;
  min-height: 36px;
  line-height: 1;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.news .side__ttl::before {
  content: attr(data-text);
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-green);
}
.news aside > section + section {
  margin-top: 50px;
}
.news__wrap {
  display: grid;
  grid-column: 1fr;
  padding-bottom: clamp(100px, 19.53vw, 150px);
}
.news__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 50px;
}
.news__article_header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 20px;
}
.news__item {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
}
.home .news__text {
  padding: 0;
}
.news__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 20px;
  gap: 15px;
}
.news__ttl {
  font-size: 1.8rem;
  font-weight: var(--medium);
  line-height: 1.4;
}
.news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.news__date dt,
.news__date dd {
  font-size: 1.4rem;
  font-weight: var(--medium);
}
.news__thum {
  text-align: center;
}
.news__thum > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__category {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
@media screen and (max-width: 767px) {
  .news__thum {
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .news__wrap {
    grid-template-columns: 70% 26%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .news .pagination {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .news__item {
    grid-template-columns: 33.5% 66.5%;
  }
  .news__thum {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.news .aside_monthly__details > summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
}
.news .aside_monthly__details > summary::marker {
  content: none;
}
.news .aside_monthly__details > summary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../../images/news/ep_arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news .aside_monthly__details[open] > summary::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.news .aside_monthly__details > ul {
  padding-left: 1em;
}
.news .aside_monthly__details + details {
  margin-top: 1em;
}
.news .pagination {
  margin-top: 100px;
}
.news.single article > * {
  margin-top: 15px;
}
.news.single .h1 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: var(--bold);
  color: var(--color-green);
}
.news.single .h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: var(--bold);
  background-color: var(--color-deco);
  padding: 10px;
}
.news.single .h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: var(--bold);
  color: var(--color-green);
}
.news.single .h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: var(--bold);
  background-color: var(--color-deco);
  padding: 10px;
}
.news.single .h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: var(--bold);
  color: var(--color-green);
}
.access .access__wrap {
  padding-bottom: clamp(100px, 19.53vw, 150px);
}
@media screen and (max-width: 767px) {
  .access .access {
    background-position: center 160vw, top;
    background-size: 55%, auto;
  }
}
.access .access__pic > img {
  border-radius: 0 0 40px 0;
}
.access .access__section {
  display: grid;
  row-gap: 30px;
  padding-top: clamp(40px, 7.81vw, 60px);
}
.access .access__section:nth-of-type(n + 2) {
  padding-top: clamp(40px, 15.63vw, 120px);
}
.access .access_guide {
  padding-top: 30px;
}
.access .access_guide__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.access .access_guide > iframe {
  width: 100%;
  height: 260px;
}
.access .access__list {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.access .access__list > dd {
  border-left: 1px solid #afafaf;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .access .access__section {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .access .access_guide {
    grid-column: 1/3;
  }
}
.recruit .lead {
  background-color: var(--color-deco);
  border-radius: 0 0 60px 0;
  padding: 50px 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.recruit .lead::after {
  content: "";
  display: block;
  width: 125px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(-38deg);
  transform: skew(-38deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 0px;
}
.recruit .lead__wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.recruit .lead__ttl {
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--color-green);
  line-height: 1.75;
  padding-bottom: 15px;
  border-bottom: 2px var(--color-green) solid;
}
.recruit .lead__text {
  font-weight: var(--medium);
  line-height: 1.75;
}
.recruit .lead__pic > img {
  border-radius: 0 clamp(40px, 8vw, 60px) 0 0;
}
.recruit .hero {
  position: relative;
  margin-bottom: 60px;
}
.recruit .hero .breadcrumbs.container {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  right: 0;
}
.recruit .hero .hero__bg {
  /* height: 100vh; */
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 90vh;
  object-fit: cover;
}
#en-gage {
  margin-bottom: 167px;
}
#engage-contributions-widget-wrapper {
  margin: auto;
}

.recruit .hero__scroll {
  position: absolute;
  /* bottom: 25px; */
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.recruit .hero__scroll img {
  animation: arrowMove 2.5s ease-in-out infinite;
}
.recruit .hero__scroll p {
  color: #fff;
}
.recruit .is_sps {
  display: none;
}
.mv_is_sps {
  display: none;
}
@keyframes arrowMove {
  /* 0〜80%：止まる（約2秒） */
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }
  80% {
    transform: translateY(0);
    opacity: 0.6;
  }

  /* 80〜100%：動く（約0.5秒） */
  90% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .recruit .lead::after {
    left: calc(50% + 600px);
  }
  .recruit .lead__wrap {
    grid-template-columns: 435fr 705fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
  .recruit .lead__pic {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .recruit .lead::after {
    left: 40%;
  }
  .recruit .lead__pic {
    grid-row: 1/2;
    padding-bottom: 40px;
  }
  .mv_is_pcs {
    display: none;
  }
  .mv_is_sps {
    display: block;
  }
  .recruit .is_pcs {
    display: none;
  }
  .recruit .is_sps {
    display: block;
  }
}
.recruit .occupation_inquiry {
  --padding-left: 48px;
  padding-bottom: clamp(100px, 19.53vw, 150px);
  padding-top: 90px;
}
.recruit .occupation_inquiry__ttl {
  font-size: 2.2rem;
  font-weight: var(--bold);
  padding-left: var(--padding-left);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit .occupation_inquiry__ttl::before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background-color: var(--color-green);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  left: 0;
  position: absolute;
}
.recruit .occupation__list {
  display: grid;
  grid-template-columns: 4em 1fr;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  margin-top: 20px;
}
.recruit .occupation__list > dt,
.recruit .occupation__list > dd {
  font-weight: var(--medium);
  line-height: 2;
}
.recruit .occupation__list > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recruit .occupation__list > dd {
  text-indent: -0.6em;
  margin-left: 0.6em;
}
.recruit .occupation__list > dd::before {
  content: "/ ";
}
@media screen and (min-width: 768px) {
  .recruit .occupation__list {
    padding-left: var(--padding-left);
  }
}
.recruit .inquiry {
  margin-top: 60px;
}
.recruit .inquiry__list {
  margin-top: 20px;
}
.recruit .inquiry__list > li {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content 1fr;
  grid-template-columns: max-content max-content 1fr;
  font-weight: var(--medium);
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recruit .inquiry__list {
    padding-left: var(--padding-left);
  }
}
@media screen and (max-width: 799px) {
  .recruit .inquiry__list {
    display: grid;
    gap: 2em;
  }
  .recruit .inquiry__list > li {
    grid-template-columns: 1fr;
  }
}
.recruit .external_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.recruit .external_link a {
  color: #00e;
}
.contact_container {
  width: min(685px, 100% - 40px);
  margin: auto;
  padding-bottom: clamp(120px, 20.83vw, 160px);
}
.contact_container .contact__wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 42px;
}
.contact_container .contact__wrap dt {
  font-weight: 600;
}
.contact_container .contact__wrap dt .required {
  color: #e30000;
  font-size: 0.9em;
  margin-left: 6px;
}
.contact_container .contact__wrap dt .required:before {
  content: "※";
}
.contact_container .contact__wrap dd input,
.contact_container .contact__wrap dd textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
  background: #fff;
}
.contact_container .contact__wrap dd input:focus,
.contact_container .contact__wrap dd textarea:focus {
  border-color: #094;
  outline: none;
}
.contact_container .contact__wrap dd input::-webkit-input-placeholder,
.contact_container .contact__wrap dd textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
.contact_container .contact__wrap dd input::-moz-placeholder,
.contact_container .contact__wrap dd textarea::-moz-placeholder {
  color: #d9d9d9;
}
.contact_container .contact__wrap dd input:-ms-input-placeholder,
.contact_container .contact__wrap dd textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
.contact_container .contact__wrap dd input::-ms-input-placeholder,
.contact_container .contact__wrap dd textarea::-ms-input-placeholder {
  color: #d9d9d9;
}
.contact_container .contact__wrap dd input::placeholder,
.contact_container .contact__wrap dd textarea::placeholder {
  color: #d9d9d9;
}
.contact_container .contact__wrap .agree__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 20px; */
}
.contact_container .contact__wrap .agree__content .agree__label {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.contact_container .contact__wrap .agree__content .agree__note {
  font-size: 1.4rem;
}
.contact_container .contact__wrap .agree__content .agree__note a {
  text-decoration: underline;
}
.contact_container .contact__submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  gap: 40px;
  justify-content: center;
}
.contact_container .contact__submit > li {
  width: min(100%, 300px);
}
.contact_container .contact__submit .cmn-submit_btn {
  background: var(--color-green);
  color: #fff;
  width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.contact_container .contact__submit .cmn-submit_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  /* background-image: url(../images/common/icn_arrow_01_white.svg); */
  background-image: url(../images/common/icn_arrow_01_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: calc((100% - 14px) / 2);
}
.contact_container .contact__submit .cmn-submit_btn:hover {
  opacity: 0.85;
}
.contact_container .contact__submit .contact_submit_group,
.contact_container .contact__submit .contact_submit_group_return {
  position: relative;
}
.contact_container .contact__submit .contact_submit_group img {
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 16px;
  top: calc((100% - 36px) / 2);
}
.contact_container .contact__submit .contact_submit_group_return img {
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 16px;
  top: calc((100% - 14px) / 2);
}
.contact_container .contact__submit .cmn-return_btn {
  width: 100%;
  height: 60px;
  border: var(--color-green) 1px solid;
  display: grid;
  place-content: center !important;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: unset !important;
}
.contact_container .contact__submit .cmn-return_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url(../images/common/icn_arrow_01_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: calc((100% - 14px) / 2);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item label {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .contact_container .contact__wrap {
    grid-template-columns: 1fr;
  }
  .contact_container .contact__wrap dt {
    margin-bottom: -25px;
  }
  .contact_container .contact__submit {
    flex-wrap: wrap;
    gap: 0px;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
  }
}
.contact .thanks {
  width: min(432px, 100% - 40px);
  margin: auto;
  text-align: center;
}
.contact .thanks__lead {
  font-size: clamp(2.4rem, 3.27vw, 3.2rem);
  font-weight: var(--bold);
  color: var(--color-green);
  line-height: 1.8;
  margin-top: clamp(30px, 7.81vw, 60px);
}
.contact .thanks__text {
  font-weight: var(--medium);
  margin-top: clamp(20px, 3.91vw, 30px);
}
.contact .thanks .contact__submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.privacy .policy_container {
  width: min(860px, 100% - 40px);
  margin: auto;
  padding-bottom: clamp(100px, 19.53vw, 150px);
}
.privacy .policy__ttl {
  font-size: clamp(2.4rem, 2.86vw, 2.8rem);
  color: var(--color-green);
  font-weight: var(--medium);
}
.privacy .policy__article {
  margin-top: 2em;
}
.privacy .policy__article_title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: var(--bold);
}
.privacy .policy__article_text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: var(--medium);
}
.privacy .policy__article_list {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: var(--medium);
}
.privacy .policy__companyName {
  margin-top: 2em;
  font-size: 1.6rem;
  font-weight: var(--medium);
  line-height: 2;
}
.privacy .policy__return > a {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(60px, 13.02vw, 100px);
}
.notfound__container {
  width: min(680px, 100% - 40px);
  margin: auto;
  text-align: center;
  padding-bottom: clamp(120px, 20.83vw, 160px);
}
.notfound__lead {
  font-size: clamp(2.4rem, 3.27vw, 3.2rem);
  font-weight: var(--bold);
  color: var(--color-green);
  line-height: 1.8;
  margin-top: clamp(30px, 7.81vw, 60px);
}
.notfound__text {
  font-weight: var(--medium);
  margin-top: clamp(20px, 3.91vw, 30px);
}
.notfound__return {
  margin-top: 75px;
}
.notfound__return > a {
  margin: auto;
}
