@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    カラー関数設定
    テーマカラーの設定(ダークモード非対応)

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
:root {
  --theme-white:#FFFFFF;
  --theme-black:#101010;
  --theme-navy:#032441;
  --theme-sky-blue:#F3F7FA;
  --theme-gray1:#9F9F9F;
  --theme-pink: #FFB5C2;
  --theme-red:#9D0000;
  --theme-gray2:#A0A1A3;
  --theme-gray3:#E8E8E8;
  --theme-green:#6CAE66;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  基本設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  ユーザーエージェント系の関数

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
　フォントの指定
-------------------------------------------*/
* {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*------------------------------------------
　フォントサイズの指定
-------------------------------------------*/
/* 各要素の指定用に1remを10px(62.5%)に設定 */
html {
  font-size: 62.5%;
}

/*-----------------------------------------------
font-sizeのレスポンシブ対応レイアウト関連
デフォルト　：　最大値[rem]
タブレット~スマホ：以下フォントサイズ計算式
font-size: calc(A[rem] + B[px] * (100vw - C)/D);
  A・・・最小文字サイズ[rem]
  B・・・最大文字サイズ (remをpx変換)– 最小文字サイズ (remをpx変換)[px]
  C・・・最小画面幅 [px]
  D・・・最大画面幅 – 最小画面幅[px]
スマホ：最小値[rem]
------------------------------------------------*/
/*
  テキストスタイル
*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  基本設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    共通関数

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  cursor: default;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  width: 100%;
}

main {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

section {
  margin: 0 auto;
}

textarea, input:not([type=submit]) {
  cursor: initial;
}

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

br.br_pc {
  display: none;
}
@media (max-width: 1000px) {
  br.br_pc {
    display: revert;
  }
}

br.br_tab {
  display: none;
}
@media (max-width: 840px) {
  br.br_tab {
    display: revert;
  }
}

br.br_s-tab {
  display: none;
}
@media (max-width: 780px) {
  br.br_s-tab {
    display: revert;
  }
}

br.br_sp {
  display: none;
}
@media (max-width: 550px) {
  br.br_sp {
    display: revert;
  }
}

br.br-none_sp {
  display: revert;
}
@media (max-width: 550px) {
  br.br-none_sp {
    display: none;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  共通パーツ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.scrollTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  border: 1px solid var(--theme-white);
  background-color: rgba(3, 36, 65, 0.8);
  z-index: 999;
  gap: 5px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.scrollTop .arrow {
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  border-right: 1px solid var(--theme-white);
  border-bottom: 1px solid var(--theme-white);
  transform: rotate(225deg);
}
.scrollTop span {
  color: var(--theme-white);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.page-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-bottom: 70px;
}
.page-header h1 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-header p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.news-list article {
  position: relative;
  display: grid;
}
.news-list article a {
  z-index: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-color: var(--theme-white);
}
.news-list article a .newsList_eyeCatch {
  display: inline-block;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.news-list article a .newsList_eyeCatch picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-list article a .newsList_eyeCatch img.eyeCatch {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list article a .newsList_eyeCatch span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-white);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 1.8rem;
  line-height: 190%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.news-list article a .newsList_eyeCatch span.local-activity, .news-list article a .newsList_eyeCatch span.challenge {
  color: var(--theme-navy);
}
.news-list article a .news-list_content {
  padding: 4px 8px 8px 8px;
}
.news-list article a .news-list_content .news-list_post-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.news-list article a .news-list_content .news-list_post-meta .news-list_time {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
  color: rgba(159, 159, 159, 0.8);
}
.news-list article a .news-list_content .news-list_post-meta .post-categories {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 2px;
}
.news-list article a .news-list_content .news-list_post-meta .post-categories .category {
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
  padding: 2px 6px;
  border: 1px solid var(--theme-navy);
}
.news-list article a .news-list_content span {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.news-list article div.bg-panel {
  opacity: 0;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--theme-white);
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@keyframes rotateAnime {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.news-list article div.bg-panel::after, .news-list article div.bg-panel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  background-image: conic-gradient(transparent, transparent, transparent, var(--theme-navy));
}
.news-list article div.bg-panel::before {
  animation: rotateAnime 2s infinite linear;
}
.news-list article div.bg-panel::after {
  animation: rotateAnime 2s -1s infinite linear;
}
@media (hover: hover) and (pointer: fine) {
  .news-list article:hover div.bg-panel {
    opacity: 1;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
  }
}

.service-image-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.service-image-link .img-area {
  position: relative;
}
.service-image-link .img-area span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--theme-white);
}
.service-image-link .img-area picture {
  display: inline-block;
  width: 100%;
  aspect-ratio: 8/5;
}
.service-image-link .img-area picture img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.service-image-link .img-area:nth-child(1) {
  grid-area: 1/1/2/2;
}
.service-image-link .img-area:nth-child(3) {
  grid-area: 1/2/2/3;
}
.service-image-link .img-area:nth-child(5) {
  grid-area: 1/3/2/4;
}
.service-image-link .content-area {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-image-link .content-area p {
  width: 90%;
  margin: 0 auto;
}
.service-image-link .content-area .btn-area {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 24px;
}
.service-image-link .content-area .btn-area a, .service-image-link .content-area .btn-area button {
  display: grid;
  place-items: center;
  width: min(90%, 220px);
  min-height: 70px;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
}
.service-image-link .content-area .btn-area a::before, .service-image-link .content-area .btn-area button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-white);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.service-image-link .content-area .btn-area a span, .service-image-link .content-area .btn-area button span {
  color: var(--theme-white);
  z-index: 1;
}
.service-image-link .content-area .btn-area.production-btn a {
  border: 1px solid var(--theme-navy);
  background-color: var(--theme-navy);
}
@media (hover: hover) and (pointer: fine) {
  .service-image-link .content-area .btn-area.production-btn a:hover::before {
    transform: translate(0, 0);
  }
  .service-image-link .content-area .btn-area.production-btn a:hover span {
    color: var(--theme-navy);
  }
}
.service-image-link .content-area .btn-area.medical-btn button {
  border: 1px solid var(--theme-pink);
  background-color: var(--theme-pink);
}
@media (hover: hover) and (pointer: fine) {
  .service-image-link .content-area .btn-area.medical-btn button:hover::before {
    transform: translate(0, 0);
  }
  .service-image-link .content-area .btn-area.medical-btn button:hover span {
    color: #ff4f6e;
  }
}
.service-image-link .content-area .btn-area.environment-btn a {
  border: 1px solid var(--theme-green);
  background-color: var(--theme-green);
}
@media (hover: hover) and (pointer: fine) {
  .service-image-link .content-area .btn-area.environment-btn a:hover::before {
    transform: translate(0, 0);
  }
  .service-image-link .content-area .btn-area.environment-btn a:hover span {
    color: #41723c;
  }
}
@media (max-width: 780px) {
  .service-image-link .img-area:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .service-image-link .img-area:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .service-image-link .img-area:nth-child(5) {
    grid-area: 3/1/4/2;
  }
  .service-image-link .img-area picture {
    aspect-ratio: unset;
    height: 100%;
  }
  .service-image-link .content-area {
    padding: 20px 0;
  }
}
@media (max-width: 550px) {
  .service-image-link {
    grid-template-columns: 1fr;
  }
  .service-image-link .img-area:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .service-image-link .img-area:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .service-image-link .img-area:nth-child(5) {
    grid-area: 5/1/6/2;
  }
}

.medical-modal {
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.medical-modal .modal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--theme-white);
  color: var(--theme-navy);
  width: min(90%, 600px);
  padding: 70px 20px;
  gap: 40px;
  position: relative;
}
.medical-modal .modal-container .close-modal {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
}
.medical-modal .modal-container .close-modal span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  top: 50%;
  right: 50%;
  transition: 0.4s;
}
.medical-modal .modal-container .close-modal span:nth-child(1) {
  transform: translate(50%, -50%) rotate(45deg);
}
.medical-modal .modal-container .close-modal span:nth-child(2) {
  transform: translate(50%, -50%) rotate(-45deg);
}
.medical-modal .modal-container .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.medical-modal .modal-container .modal-header .ask {
  text-align: center;
}
.medical-modal .modal-container .modal-header .ask span {
  display: inline-block;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.medical-modal .modal-container p {
  max-width: 400px;
}
.medical-modal .modal-container .btn-area {
  width: 100%;
  display: flex;
  gap: 50px;
  place-items: center;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
}
.medical-modal .modal-container .btn-area button, .medical-modal .modal-container .btn-area a {
  display: grid;
  place-items: center;
  width: 220px;
  height: 70px;
  padding: 12px 24px;
  position: relative;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
  overflow: hidden;
}
.medical-modal .modal-container .btn-area button::before, .medical-modal .modal-container .btn-area a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-black);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.medical-modal .modal-container .btn-area button span, .medical-modal .modal-container .btn-area a span {
  color: var(--theme-white);
  mix-blend-mode: difference;
}
@media (hover: hover) and (pointer: fine) {
  .medical-modal .modal-container .btn-area button:hover::before, .medical-modal .modal-container .btn-area a:hover::before {
    transform: translate(0, 0);
  }
}
.medical-modal .modal-container .btn-area a, .medical-modal .modal-container .btn-area button {
  max-width: 200px;
  width: 50%;
}
.medical-modal.active {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .medical-modal.active .modal-container > .close-modal:hover span:nth-child(1) {
    transform: translate(50%, -50%) rotate(-225deg);
  }
  .medical-modal.active .modal-container > .close-modal:hover span:nth-child(2) {
    transform: translate(50%, -50%) rotate(225deg);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  ヘッダー

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
  position: fixed;
  width: 100%;
  height: 110px;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: white;
  transition: 0.4s;
}
header.bg-blur {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
header .header-inner {
  width: min(95%, 1200px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
header .header-inner .header-inner_logo svg {
  transition: 0.4s;
  fill: var(--theme-navy);
  width: clamp(180px, 20vw, 230px);
}
header .header-inner .global-nav {
  display: inline-block;
}
header .header-inner .global-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 50px);
}
header .header-inner .global-nav ul li {
  position: relative;
  height: 50px;
  display: grid;
  place-items: center;
}
header .header-inner .global-nav ul li .main_page {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  height: 40px;
  color: var(--theme-black);
  display: grid;
  place-items: center;
}
header .header-inner .global-nav ul li:last-of-type > a {
  height: 50px;
  width: 160px;
  border-radius: 25px;
  border: 2px double var(--theme-black);
  color: var(--theme-white);
  background-color: var(--theme-black);
}
header .header-inner .global-nav ul li .toggle {
  display: none;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  cursor: pointer;
}
header .header-inner .global-nav ul li .toggle span {
  display: inline-block;
  position: absolute;
  background-color: var(--theme-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header-inner .global-nav ul li .toggle span:nth-child(1) {
  height: 20px;
  width: 1px;
  transition: 0.4s;
}
header .header-inner .global-nav ul li .toggle span:nth-child(2) {
  height: 1px;
  width: 20px;
}
header .header-inner .global-nav ul li .toggle.active span:nth-child(1) {
  height: 0;
}
@media (hover: none) or (pointer: coarse) {
  header .header-inner .global-nav ul li .toggle {
    display: inline-block;
  }
}
header .header-inner .global-nav ul li .sub_page {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  height: 0;
  top: 100%;
  left: -14px;
  gap: 2px;
  transition: 0.2s;
  z-index: 1;
}
header .header-inner .global-nav ul li .sub_page a, header .header-inner .global-nav ul li .sub_page button {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: var(--theme-white);
  display: grid;
  align-items: center;
  height: 40px;
  padding: 0 32px 0 14px;
}
@media (hover: hover) and (pointer: fine) {
  header .header-inner .global-nav ul li:hover .sub_page.row1 {
    height: 40px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row2 {
    height: 82px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row3 {
    height: 124px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row4 {
    height: 166px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row5 {
    height: 250px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row6 {
    height: 192px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row7 {
    height: 334px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row8 {
    height: 376px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row9 {
    height: 418px;
  }
  header .header-inner .global-nav ul li:hover .sub_page.row10 {
    height: 460px;
  }
}
@media (max-width: 840px) {
  header {
    height: 80px;
  }
  header .header-inner_logo {
    z-index: 1;
  }
  header .header-inner {
    width: 100%;
    padding: 0 5%;
    position: relative;
  }
  header .header-inner .global-nav > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    background-color: rgba(3, 36, 65, 0.9);
    padding-top: 80px;
    gap: 0;
    transform: translate(100vw, 0);
    transition: 0.4s;
  }
  header .header-inner .global-nav > ul li {
    height: auto;
    width: 100%;
    padding: 10px 0;
  }
  header .header-inner .global-nav > ul li a.main_page, header .header-inner .global-nav > ul li button.main_page {
    font-size: 1.8rem;
    line-height: 190%;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--theme-white);
    width: -moz-max-content;
    width: max-content;
  }
  header .header-inner .global-nav > ul li:last-of-type {
    padding: 20px 0;
  }
  header .header-inner .global-nav > ul li:last-of-type a {
    width: 250px;
    border-radius: 10px;
  }
  header .header-inner .global-nav > ul li div.sub_page {
    width: 100%;
    position: unset;
    gap: 0;
  }
  header .header-inner .global-nav > ul li div.sub_page a, header .header-inner .global-nav > ul li div.sub_page button {
    font-size: 1.8rem;
    line-height: 190%;
    font-weight: 400;
    letter-spacing: 0.1em;
    background-color: rgba(255, 255, 255, 0.3);
    color: var(--theme-white);
    padding: 10px 0;
    display: grid;
    height: 60px;
    place-items: center;
  }
  header .header-inner .global-nav > ul li div.sub_page.active {
    margin-top: 10px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row1 {
    height: 60px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row2 {
    height: 120px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row3 {
    height: 180px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row4 {
    height: 240px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row5 {
    height: 300px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row6 {
    height: 360px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row7 {
    height: 420px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row8 {
    height: 480px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row9 {
    height: 54px;
  }
  header .header-inner .global-nav > ul li div.sub_page.active.row10 {
    height: 600px;
  }
}
@media (max-width: 840px) and (hover: hover) and (pointer: fine) {
  header .header-inner .global-nav > ul li:hover .sub_page.row1 {
    height: 60px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row2 {
    height: 120px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row3 {
    height: 180px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row4 {
    height: 240px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row5 {
    height: 300px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row6 {
    height: 360px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row7 {
    height: 420px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row8 {
    height: 480px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row9 {
    height: 54px;
  }
  header .header-inner .global-nav > ul li:hover .sub_page.row10 {
    height: 600px;
  }
}
@media (max-width: 840px) {
  header.active .header-inner > .header-inner_logo svg {
    fill: var(--theme-white);
  }
  header.active .global-nav > ul {
    transform: translate(0, 0);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  ハンバーガーメニュー

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.hamburger-menu {
  display: none;
  width: 36px;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: absolute;
  right: 2.5vw;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 840px) {
  .hamburger-menu {
    display: inline-block;
  }
}
.hamburger-menu span {
  display: inline-block;
  position: absolute;
  height: 1.4px;
  background-color: var(--theme-navy);
  transition: 0.4s;
}
.hamburger-menu span:nth-child(1) {
  transition-delay: 0.4s;
  width: 100%;
  top: 4px;
  right: 0;
}
.hamburger-menu span:nth-child(2) {
  transition-delay: 0.6s;
  width: 100%;
  top: 18px;
  right: 0;
}
.hamburger-menu span:nth-child(3) {
  transition-delay: 0.8s;
  width: 100%;
  top: 32px;
  right: 0;
}
.hamburger-menu span:nth-child(4) {
  transition-delay: 0s;
  width: 0;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.hamburger-menu span:nth-child(5) {
  transition-delay: 0.2s;
  width: 0;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: rotate(45deg);
}
.hamburger-menu.active > span {
  background-color: var(--theme-white);
}
.hamburger-menu.active > span:nth-child(1) {
  transition-delay: 0s;
  width: 0%;
}
.hamburger-menu.active > span:nth-child(2) {
  transition-delay: 0.2s;
  width: 0%;
}
.hamburger-menu.active > span:nth-child(3) {
  transition-delay: 0.4s;
  width: 0%;
}
.hamburger-menu.active > span:nth-child(4) {
  transition-delay: 0.6s;
  width: 141%;
}
.hamburger-menu.active > span:nth-child(5) {
  transition-delay: 0.8s;
  width: 141%;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  フッターと、フッター上部のコンタクトへの動線

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.contact-link-area {
  display: flex;
  flex-direction: column;
  width: min(90%, 600px);
  margin: 0 auto;
  padding: 40px 0;
  gap: 40px;
  color: var(--theme-white);
  background-color: var(--theme-navy);
  box-shadow: 0 0 0 100vmax var(--theme-navy);
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
}
.contact-link-area .recruit-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: min(100%, 600px);
  min-height: 250px;
  border: 1px solid var(--theme-white);
  position: relative;
  overflow: hidden;
  padding: 50px clamp(20px, 3vw, 40px);
  margin: 80px 0;
  box-shadow: none;
  transition: 0.4s;
}
.contact-link-area .recruit-link .recruit-link_header {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.contact-link-area .recruit-link .recruit-link_header h3 span {
  display: inline-block;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.contact-link-area .recruit-link .recruit-link_header .more {
  border: 1px solid var(--theme-white);
  border-radius: 50%;
  width: 42px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  padding-top: 2px;
  transition: 0.4s;
}
.contact-link-area .recruit-link .recruit-link_header .more span {
  position: relative;
  width: 47%;
  border-bottom: 1px solid var(--theme-white);
  height: 1px;
  transition: 0.6s;
}
.contact-link-area .recruit-link .recruit-link_header .more span::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 35%;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--theme-white);
  transform: rotate(45deg);
  transform-origin: right top;
  transition: 0.6s;
}
.contact-link-area .recruit-link p {
  display: inline-block;
  width: min(100%, 400px);
  position: relative;
  z-index: 3;
}
.contact-link-area .recruit-link p span {
  display: inline-block;
}
.contact-link-area .recruit-link picture {
  position: absolute;
  width: 250px;
  right: -10%;
  top: 20px;
  display: inline-block;
  z-index: 1;
}
.contact-link-area .recruit-link picture img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  filter: grayscale(0);
}
.contact-link-area .recruit-link svg {
  position: absolute;
  width: 75%;
  bottom: 0;
  right: 0;
  fill: var(--theme-white);
  z-index: 2;
  transition: 0.4s;
}
@media (max-width: 550px) {
  .contact-link-area .recruit-link {
    padding-bottom: 100px;
  }
  .contact-link-area .recruit-link picture {
    top: auto;
    bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-link-area .recruit-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 1px 1px 0 var(--theme-white), 1px -1px 0px var(--theme-white), -1px 1px 0 var(--theme-white), -1px -1px 0px var(--theme-white), 1px 0px 0px var(--theme-white), 0px 1px 0px var(--theme-white), -1px 0px 0px var(--theme-white), 0px -1px 0px var(--theme-white);
  }
  .contact-link-area .recruit-link:hover svg {
    width: 78%;
  }
  .contact-link-area .recruit-link:hover picture > img {
    filter: grayscale(1);
  }
  .contact-link-area .recruit-link:hover .recruit-link_header > .more {
    background-color: white;
  }
  .contact-link-area .recruit-link:hover .recruit-link_header > .more span {
    border-bottom: 1px solid var(--theme-navy);
  }
  .contact-link-area .recruit-link:hover .recruit-link_header > .more span::after {
    border-top: 1px solid var(--theme-navy);
  }
}
.contact-link-area h2 {
  width: 100%;
  text-align: center;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.contact-link-area .contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-link-area .contact-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}
.contact-link-area .contact-form .form-line {
  display: flex;
  flex-direction: column;
}
.contact-link-area .contact-form .form-line .label {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  position: relative;
}
.contact-link-area .contact-form .form-line .label.required::after {
  position: absolute;
  content: "必須";
  background-color: var(--theme-red);
  padding: 0px 4px;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: -moz-max-content;
  width: max-content;
  color: var(--theme-white);
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
}
.contact-link-area .contact-form .form-line input[type=text], .contact-link-area .contact-form .form-line input[type=tel], .contact-link-area .contact-form .form-line input[type=email], .contact-link-area .contact-form .form-line textarea, .contact-link-area .contact-form .form-line select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid var(--theme-gray1);
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.4s;
  border-radius: 4px;
  box-shadow: none;
}
.contact-link-area .contact-form .form-line input[type=text].p-postal-code, .contact-link-area .contact-form .form-line input[type=tel].p-postal-code, .contact-link-area .contact-form .form-line input[type=email].p-postal-code, .contact-link-area .contact-form .form-line textarea.p-postal-code, .contact-link-area .contact-form .form-line select.p-postal-code {
  width: 150px;
}
.contact-link-area .contact-form .form-line input[type=text]:focus, .contact-link-area .contact-form .form-line input[type=tel]:focus, .contact-link-area .contact-form .form-line input[type=email]:focus, .contact-link-area .contact-form .form-line textarea:focus, .contact-link-area .contact-form .form-line select:focus {
  box-shadow: 1px 1px 0 var(--theme-gray1), 1px -1px 0px var(--theme-gray1), -1px 1px 0 var(--theme-gray1), -1px -1px 0px var(--theme-gray1), 1px 0px 0px var(--theme-gray1), 0px 1px 0px var(--theme-gray1), -1px 0px 0px var(--theme-gray1), 0px -1px 0px var(--theme-gray1);
  background-color: transparent;
}
.contact-link-area .contact-form .form-line select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
       appearance: menulist;
  display: grid;
  height: 42px;
  align-items: center;
}
.contact-link-area .contact-form .btn-area {
  text-align: center;
}
.contact-link-area .contact-form .btn-area .overcoat-btn {
  width: 200px;
  height: 70px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
}
@media (hover: hover) and (pointer: fine) {
  .contact-link-area .contact-form .btn-area .overcoat-btn:hover .overcoat-background {
    transform: translate(0, 0);
  }
}
.contact-link-area .contact-form .btn-area .overcoat-btn .overcoat-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 135%;
  z-index: 1;
  transition: 0.4s;
  background-color: var(--theme-black);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  transform: translate(-100%, 0);
}
.contact-link-area .contact-form .btn-area .overcoat-btn input[type=submit], .contact-link-area .contact-form .btn-area .overcoat-btn a, .contact-link-area .contact-form .btn-area .overcoat-btn button {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  mix-blend-mode: difference;
  color: var(--theme-white);
}
.contact-link-area .contact-form .btn-area .overcoat-btn .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
}

footer {
  width: 100%;
  background-color: var(--theme-black);
  color: var(--theme-white);
  padding-top: 64px;
}
footer .footer-inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--theme-white);
  gap: 24px;
}
@media (max-width: 780px) {
  footer .footer-inner {
    flex-direction: column;
  }
}
footer .footer-inner .footer-inner_left-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px 40px;
}
@media (max-width: 550px) {
  footer .footer-inner .footer-inner_left-box {
    flex-direction: column;
  }
}
footer .footer-inner .footer-inner_left-box .footer-logo svg {
  width: 110px;
  fill: var(--theme-white);
}
footer .footer-inner .footer-inner_left-box .footer-inner_corporate-info {
  display: flex;
  flex-direction: column;
}
footer .footer-inner .footer-inner_left-box .footer-inner_corporate-info span {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
}
footer .footer-inner .footer-inner_sns-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-inner .footer-inner_sns-logo a svg {
  width: 40px;
  vertical-align: top;
  fill: var(--theme-white);
  transition: 0.4s;
}
footer .footer-inner .footer-inner_sns-logo a svg path.clip {
  fill: var(--theme-black);
}
@media (hover: hover) and (pointer: fine) {
  footer .footer-inner .footer-inner_sns-logo a:hover svg {
    opacity: 0.4;
  }
}
footer .copyright {
  text-align: center;
  color: var(--theme-white);
  padding: 56px 0 40px;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  固定ページ デフォルト

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.default-sc1 {
  padding: 200px 0 140px;
  width: min(90%, 1000px);
  margin: 0 auto;
}
@media (max-width: 840px) {
  .default-sc1 {
    padding-top: 170px 0 140px;
  }
}
.default-sc1 .wp-block {
  margin: 20px auto;
}
.default-sc1 p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 2.6rem;
}
.default-sc1 h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.5;
}
.default-sc1 h2 {
  display: block;
  font-size: clamp(1.8em, 2.2vw, 2.2em);
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.5;
}
.default-sc1 h3 {
  display: block;
  font-size: clamp(1.4em, 1.5vw, 1.6em);
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.5;
}
.default-sc1 h4 {
  display: block;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.default-sc1 h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.default-sc1 h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.default-sc1 ul, .default-sc1 ol {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.default-sc1 ul li, .default-sc1 ol li {
  all: revert;
}
.default-sc1 ol {
  list-style-type: decimal;
}
.default-sc1 a {
  word-break: break-word;
  color: -webkit-link;
  text-decoration: underline;
  cursor: pointer;
}
.default-sc1 strong {
  font-weight: 700;
  letter-spacing: 1px;
}
.default-sc1 em {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.default-sc1 figure figcaption {
  text-align: center;
}
.default-sc1 table {
  border-collapse: collapse;
}
.default-sc1 table th, .default-sc1 table td {
  padding: 4px;
}
.default-sc1 .is-layout-flex {
  gap: clamp(24px, 24px + 20 * (100vw - 550px) / 650, 48px);
}
.default-sc1 .wp-block-gallery,
.default-sc1 .wp-block-table {
  margin-block-start: 20px;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  新着情報

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.error404 > main .not-found-sc1 {
  width: min(90%, 1000px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  padding: 150px 0 100px;
  gap: 20px;
}
@media (max-width: 840px) {
  .error404 > main .not-found-sc1 {
    padding: 120px 0 100px;
  }
}
@media (max-width: 550px) {
  .error404 > main .not-found-sc1 {
    grid-template-columns: 1fr;
  }
}
.error404 > main .not-found-sc1 div.img-container {
  max-width: 400px;
}
.error404 > main .not-found-sc1 div.img-container picture {
  display: inline-block;
  aspect-ratio: 4/5;
}
.error404 > main .not-found-sc1 div.img-container picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(1px 1px 2px var(--theme-navy));
}
.error404 > main .not-found-sc1 .content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 400px;
}
.error404 > main .not-found-sc1 .content-container span {
  text-align: right;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
  color: var(--theme-navy);
}
.error404 > main .not-found-sc1 .content-container span span {
  display: inline-block;
}
.error404 > main .not-found-sc1 .content-container span.fs1 {
  line-height: 1.1;
  font-size: clamp(80px, 15vw, 160px);
}
.error404 > main .not-found-sc1 .content-container span.fs2 {
  line-height: 1.1;
  font-size: clamp(30px, 4vw, 45px);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  TOP画面

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.home > main {
  padding-top: 110px;
}
@media (max-width: 840px) {
  .home > main {
    padding-top: 80px;
  }
}
.home > main .first-view {
  width: 100%;
  height: 70vh;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 840px) {
  .home > main .first-view {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .home > main .first-view {
    height: calc(100vh - 80px);
  }
}
.home > main .first-view .first-view_trisect-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.home > main .first-view .first-view_trisect-block .first-view_trisect-block_img {
  width: 100%;
  height: 100%;
  position: relative;
  mix-blend-mode: multiply;
}
.home > main .first-view .first-view_trisect-block .first-view_trisect-block_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: rgba(3, 36, 65, 0.3);
  z-index: 1;
  opacity: 0.9;
  transition: 0.4s;
}
.home > main .first-view .first-view_trisect-block .first-view_trisect-block_img picture {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.home > main .first-view .first-view_trisect-block .first-view_trisect-block_img picture img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home > main .first-view .first-view_trisect-block:nth-child(2) .first-view_trisect-block_img > picture > img {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.home > main .first-view .first-view_trisect-block .service-link-box {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: var(--theme-white);
}
@media (max-width: 840px) {
  .home > main .first-view .first-view_trisect-block .service-link-box {
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.home > main .first-view .first-view_trisect-block .service-link-box h2 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.home > main .first-view .first-view_trisect-block .service-link-box .content {
  text-align: center;
}
@media (max-width: 840px) {
  .home > main .first-view .first-view_trisect-block .service-link-box .content {
    display: none;
  }
}
.home > main .first-view .first-view_trisect-block .service-link-box .more {
  border: 1px solid var(--theme-white);
  border-radius: 50%;
  width: 42px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  padding-top: 2px;
  transition: 0.4s;
}
.home > main .first-view .first-view_trisect-block .service-link-box .more span {
  position: relative;
  width: 47%;
  border-bottom: 1px solid var(--theme-white);
  height: 1px;
  transition: 0.6s;
}
.home > main .first-view .first-view_trisect-block .service-link-box .more span::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 35%;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--theme-white);
  transform: rotate(45deg);
  transform-origin: right top;
  transition: 0.6s;
}
@media (hover: hover) and (pointer: fine) {
  .home > main .first-view .first-view_trisect-block:hover .first-view_trisect-block_img::before {
    opacity: 0;
  }
  .home > main .first-view .first-view_trisect-block:hover .first-view_trisect-block_img picture > img {
    scale: 1.03;
  }
  .home > main .first-view .first-view_trisect-block:hover .service-link-box > .more {
    border: 1px solid var(--theme-navy);
    background-color: var(--theme-white);
  }
  .home > main .first-view .first-view_trisect-block:hover .service-link-box > .more span {
    border-bottom: 1px solid var(--theme-navy);
  }
  .home > main .first-view .first-view_trisect-block:hover .service-link-box > .more span::after {
    border-top: 1px solid var(--theme-navy);
  }
}
.home > main .top-sc1 {
  width: 100%;
}
.home > main .top-sc1 .container {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 70px 0 200px;
}
.home > main .top-sc1 .container .catchphrase {
  padding-bottom: 140px;
}
.home > main .top-sc1 .container .catchphrase h2 {
  opacity: 0;
}
.home > main .top-sc1 .container .catchphrase h2 span {
  display: inline-block;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--theme-navy);
}
.home > main .top-sc1 .container .catchphrase div.float_anime {
  opacity: 0;
}
.home > main .top-sc1 .container .catchphrase div.float_anime svg {
  padding-top: 20px;
  width: min(800px, 100%);
  fill: var(--theme-navy);
}
.home > main .top-sc1 .container .top_about-us {
  position: relative;
}
.home > main .top-sc1 .container .top_about-us::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.home > main .top-sc1 .container .top_about-us .content-box h1 {
  padding: 100px 0 70px;
}
.home > main .top-sc1 .container .top_about-us .content-box h1 span {
  display: inline-block;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 2px var(--theme-white)) drop-shadow(0px 0px 3px var(--theme-white)) drop-shadow(0px 0px 4px var(--theme-white));
}
.home > main .top-sc1 .container .top_about-us .content-box p {
  width: min(400px, 100%);
  padding-bottom: 50px;
  filter: drop-shadow(0px 0px 2px var(--theme-white)) drop-shadow(0px 0px 3px var(--theme-white)) drop-shadow(0px 0px 4px var(--theme-white));
}
.home > main .top-sc1 .container .top_about-us .content-box div.btn-area {
  width: min(400px, 100%);
}
.home > main .top-sc1 .container .top_about-us .content-box div.btn-area a {
  display: grid;
  place-items: center;
  width: 220px;
  height: 70px;
  padding: 12px 24px;
  position: relative;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
  overflow: hidden;
}
.home > main .top-sc1 .container .top_about-us .content-box div.btn-area a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-black);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.home > main .top-sc1 .container .top_about-us .content-box div.btn-area a span {
  color: var(--theme-white);
  mix-blend-mode: difference;
}
@media (hover: hover) and (pointer: fine) {
  .home > main .top-sc1 .container .top_about-us .content-box div.btn-area a:hover::before {
    transform: translate(0, 0);
  }
}
@media (max-width: 550px) {
  .home > main .top-sc1 .container .top_about-us .content-box div.btn-area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.home > main .top-sc1 .container .top_about-us .pictures-box {
  position: absolute;
  width: min(90%, 500px);
  aspect-ratio: 2/3;
  z-index: -1;
  top: 150px;
  right: 0;
}
.home > main .top-sc1 .container .top_about-us .pictures-box picture {
  position: absolute;
  width: min(60%, 300px);
  aspect-ratio: 3/4;
}
.home > main .top-sc1 .container .top_about-us .pictures-box picture#top_about-us_1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.home > main .top-sc1 .container .top_about-us .pictures-box picture#top_about-us_2 {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: -1;
}
.home > main .top-sc1 .container .top_about-us .pictures-box picture img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .home > main .top-sc1 .container {
    padding: 70px 0 140px;
  }
  .home > main .top-sc1 .container .top_about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .home > main .top-sc1 .container .top_about-us .pictures-box {
    width: 90%;
    position: relative;
    aspect-ratio: 1/1;
    top: 0;
  }
  .home > main .top-sc1 .container .top_about-us .pictures-box picture {
    width: 54%;
  }
  .home > main .top-sc1 .container .top_about-us .pictures-box picture#top_about-us_2 {
    bottom: 0;
  }
}
@media (max-width: 550px) {
  .home > main .top-sc1 .container .top_about-us > .pictures-box {
    width: 100%;
  }
}
.home > main .top-sc2 {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 140px;
  position: relative;
}
.home > main .top-sc2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.home > main .top-sc2 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.home > main .top-sc2 div.btn-area {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 24px;
}
.home > main .top-sc2 div.btn-area a {
  display: grid;
  place-items: center;
  width: 220px;
  height: 70px;
  padding: 12px 24px;
  position: relative;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
  overflow: hidden;
}
.home > main .top-sc2 div.btn-area a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-black);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.home > main .top-sc2 div.btn-area a span {
  color: var(--theme-white);
  mix-blend-mode: difference;
}
@media (hover: hover) and (pointer: fine) {
  .home > main .top-sc2 div.btn-area a:hover::before {
    transform: translate(0, 0);
  }
}
.home > main .top-sc3 {
  width: 100%;
  padding-bottom: 140px;
  position: relative;
}
.home > main .top-sc3::before, .home > main .top-sc3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5vw;
  z-index: 2;
  pointer-events: none;
}
.home > main .top-sc3::before {
  left: 0;
  background: linear-gradient(to right, var(--theme-white), transparent);
}
.home > main .top-sc3::after {
  right: 0;
  background: linear-gradient(to left, var(--theme-white), transparent);
}
.home > main .top-sc3 .scroll-container {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  gap: 20px;
  width: 100%;
  padding: 0 calc((100vw - 1000px) / 2);
}
@media (max-width: 1111px) {
  .home > main .top-sc3 .scroll-container {
    padding: 0 5vw;
  }
}
.home > main .top-sc3 .scroll-container img {
  vertical-align: top;
  border: 1px solid var(--theme-gray1);
  width: calc((90vw - 40px) / 3);
  max-width: 320px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 780px) {
  .home > main .top-sc3 .scroll-container {
    gap: 10px;
  }
  .home > main .top-sc3 .scroll-container img {
    width: calc((90vw - 10px) / 2);
    max-width: 320px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  SERVICE 関連

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-template-page-service > main,
.page-template-page-service_industrial-machinery > main,
.page-template-page-service_medical > main {
  padding-top: 200px;
}
@media (max-width: 840px) {
  .page-template-page-service > main,
  .page-template-page-service_industrial-machinery > main,
  .page-template-page-service_medical > main {
    padding-top: 170px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  事業紹介
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.service-sc1 {
  width: 100%;
  padding-bottom: 100px;
}
.service-sc1 .page-header {
  width: min(90%, 1000px);
}
.service-sc1 .service-link-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service-sc1 .service-link-block .img-area {
  position: relative;
}
.service-sc1 .service-link-block .img-area span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--theme-white);
}
.service-sc1 .service-link-block .img-area picture {
  display: inline-block;
  aspect-ratio: 1/1;
}
.service-sc1 .service-link-block .img-area picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.service-sc1 .service-link-block .img-area:nth-child(1) {
  grid-area: 1/1/2/2;
}
.service-sc1 .service-link-block .img-area:nth-child(3) {
  grid-area: 1/2/2/3;
}
.service-sc1 .service-link-block .img-area:nth-child(5) {
  grid-area: 1/3/2/4;
}
.service-sc1 .service-link-block .content-area {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-sc1 .service-link-block .content-area p {
  width: min(90%, 310px);
  margin: 0 auto;
}
.service-sc1 .service-link-block .content-area .btn-area {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 24px;
}
.service-sc1 .service-link-block .content-area .btn-area a, .service-sc1 .service-link-block .content-area .btn-area button {
  display: grid;
  place-items: center;
  width: min(90%, 220px);
  min-height: 70px;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
}
.service-sc1 .service-link-block .content-area .btn-area a::before, .service-sc1 .service-link-block .content-area .btn-area button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-white);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.service-sc1 .service-link-block .content-area .btn-area a span, .service-sc1 .service-link-block .content-area .btn-area button span {
  color: var(--theme-white);
  z-index: 1;
}
.service-sc1 .service-link-block .content-area:nth-child(2) .btn-area a {
  border: 1px solid var(--theme-navy);
  background-color: var(--theme-navy);
}
@media (hover: hover) and (pointer: fine) {
  .service-sc1 .service-link-block .content-area:nth-child(2) .btn-area a:hover::before {
    transform: translate(0, 0);
  }
  .service-sc1 .service-link-block .content-area:nth-child(2) .btn-area a:hover span {
    color: var(--theme-navy);
  }
}
.service-sc1 .service-link-block .content-area:nth-child(4) .btn-area button {
  border: 1px solid var(--theme-pink);
  background-color: var(--theme-pink);
}
@media (hover: hover) and (pointer: fine) {
  .service-sc1 .service-link-block .content-area:nth-child(4) .btn-area button:hover::before {
    transform: translate(0, 0);
  }
  .service-sc1 .service-link-block .content-area:nth-child(4) .btn-area button:hover span {
    color: #ff4f6e;
  }
}
.service-sc1 .service-link-block .content-area:nth-child(6) .btn-area a {
  border: 1px solid var(--theme-green);
  background-color: var(--theme-green);
}
@media (hover: hover) and (pointer: fine) {
  .service-sc1 .service-link-block .content-area:nth-child(6) .btn-area a:hover::before {
    transform: translate(0, 0);
  }
  .service-sc1 .service-link-block .content-area:nth-child(6) .btn-area a:hover span {
    color: #41723c;
  }
}
@media (max-width: 840px) {
  .service-sc1 .service-link-block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .service-sc1 .service-link-block .img-area:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .service-sc1 .service-link-block .img-area:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .service-sc1 .service-link-block .img-area:nth-child(5) {
    grid-area: 3/1/4/2;
  }
  .service-sc1 .service-link-block .img-area picture {
    aspect-ratio: unset;
    height: 100%;
  }
  .service-sc1 .service-link-block .content-area {
    padding: 20px 0;
    justify-content: space-evenly;
  }
  .service-sc1 .service-link-block .content-area .btn-area {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .service-sc1 .service-link-block {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
  .service-sc1 .service-link-block .img-area:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .service-sc1 .service-link-block .img-area:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .service-sc1 .service-link-block .img-area:nth-child(5) {
    grid-area: 5/1/6/2;
  }
  .service-sc1 .service-link-block .content-area {
    padding: 20px 0 40px;
  }
  .service-sc1 .service-link-block .content-area p {
    width: 90%;
  }
}

.service-sc2 {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 140px;
  position: relative;
}
.service-sc2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.service-sc2 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.service-sc2 .img-block-area {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.service-sc2 .img-block-area .image-block {
  width: 100%;
  gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.service-sc2 .img-block-area .image-block:nth-child(2n-1) {
  flex-direction: row;
}
.service-sc2 .img-block-area .image-block:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-sc2 .img-block-area .image-block picture {
  width: calc(100% - 324px);
  max-width: 640px;
  aspect-ratio: 8/5;
}
.service-sc2 .img-block-area .image-block picture img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-sc2 .img-block-area .image-block .image-block_content {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.service-sc2 .img-block-area .image-block .image-block_content div {
  position: relative;
  padding-left: 85px;
  color: var(--theme-gray1);
  margin-bottom: 20px;
}
.service-sc2 .img-block-area .image-block .image-block_content div::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 1px;
  width: 70px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: var(--theme-gray1);
}
.service-sc2 .img-block-area .image-block .image-block_content h2 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
@media (max-width: 780px) {
  .service-sc2 .img-block-area .image-block:nth-child(2n-1), .service-sc2 .img-block-area .image-block:nth-child(2n) {
    flex-direction: column;
  }
  .service-sc2 .img-block-area .image-block:nth-child(2n-1) picture, .service-sc2 .img-block-area .image-block:nth-child(2n) picture {
    width: 100%;
  }
  .service-sc2 .img-block-area .image-block:nth-child(2n-1) .image-block_content, .service-sc2 .img-block-area .image-block:nth-child(2n) .image-block_content {
    width: 100%;
  }
}

.service-sc3 {
  width: 100%;
  padding-bottom: 140px;
}
.service-sc3 .affiliated-company-box {
  display: inline-block;
  width: 100%;
  position: relative;
}
.service-sc3 .affiliated-company-box picture {
  position: absolute;
  display: inline-block;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-sc3 .affiliated-company-box picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  filter: brightness(0.8);
}
.service-sc3 .affiliated-company-box .content-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: clamp(40px, 13vw, 160px) 0;
  width: min(1000px, 90%);
  margin: 0 auto;
}
.service-sc3 .affiliated-company-box .content-box .header {
  width: 335px;
  flex-grow: 1;
}
.service-sc3 .affiliated-company-box .content-box .header .tip {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
  color: var(--theme-white);
  padding-bottom: 20px;
}
.service-sc3 .affiliated-company-box .content-box .header h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--theme-white);
  z-index: 1;
}
.service-sc3 .affiliated-company-box .content-box .content {
  width: 400px;
}
.service-sc3 .affiliated-company-box .content-box .content p {
  color: var(--theme-white);
}
@media (max-width: 780px) {
  .service-sc3 .affiliated-company-box .content-box {
    flex-direction: column;
    padding: 70px 5%;
  }
  .service-sc3 .affiliated-company-box .content-box .header, .service-sc3 .affiliated-company-box .content-box .content {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .service-sc3 .affiliated-company-box:hover picture > img {
    filter: brightness(1.5);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  産業機械事業
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.service_industrial-machinery-sc1 {
  width: min(90%, 1000px);
}

.service_industrial-machinery-sc2 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.service_industrial-machinery-sc2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.service_industrial-machinery-sc2 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.service_industrial-machinery-sc2 .img-block-area {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.service_industrial-machinery-sc2 .img-block-area .image-block {
  width: 100%;
  gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n-1) {
  flex-direction: row;
}
.service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n) {
  flex-direction: row-reverse;
}
.service_industrial-machinery-sc2 .img-block-area .image-block picture {
  width: calc(100% - 324px);
  max-width: 640px;
  aspect-ratio: 8/5;
}
.service_industrial-machinery-sc2 .img-block-area .image-block picture img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service_industrial-machinery-sc2 .img-block-area .image-block .image-block_content {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.service_industrial-machinery-sc2 .img-block-area .image-block .image-block_content div {
  position: relative;
  padding-left: 85px;
  color: var(--theme-gray1);
  margin-bottom: 20px;
}
.service_industrial-machinery-sc2 .img-block-area .image-block .image-block_content div::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 1px;
  width: 70px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: var(--theme-gray1);
}
.service_industrial-machinery-sc2 .img-block-area .image-block .image-block_content h2 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
@media (max-width: 780px) {
  .service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n-1), .service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n) {
    flex-direction: column;
  }
  .service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n-1) picture, .service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n) picture {
    width: 100%;
  }
  .service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n-1) .image-block_content, .service_industrial-machinery-sc2 .img-block-area .image-block:nth-child(2n) .image-block_content {
    width: 100%;
  }
}

.service_industrial-machinery-sc3 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.service_industrial-machinery-sc3::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.service_industrial-machinery-sc3 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.service_industrial-machinery-sc3 .product-showcase_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 40px;
}
.service_industrial-machinery-sc3 .product-showcase_list .product {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service_industrial-machinery-sc3 .product-showcase_list .product img {
  width: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_industrial-machinery-sc3 .product-showcase_list .product span {
  color: var(--theme-gray1);
}
.service_industrial-machinery-sc3 .product-showcase_list .product h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.service_industrial-machinery-sc4 {
  padding: 100px 0 140px;
}

.service_industrial-machinery-sc5 {
  width: 100%;
  padding-bottom: 140px;
}
.service_industrial-machinery-sc5 .affiliated-company-box {
  display: inline-block;
  width: 100%;
  position: relative;
}
.service_industrial-machinery-sc5 .affiliated-company-box picture {
  position: absolute;
  display: inline-block;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service_industrial-machinery-sc5 .affiliated-company-box picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  filter: brightness(0.8);
}
.service_industrial-machinery-sc5 .affiliated-company-box .content-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: clamp(40px, 13vw, 160px) 0;
  width: min(1000px, 90%);
  margin: 0 auto;
}
.service_industrial-machinery-sc5 .affiliated-company-box .content-box .header {
  width: 335px;
  flex-grow: 1;
}
.service_industrial-machinery-sc5 .affiliated-company-box .content-box .header .tip {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
  color: var(--theme-white);
  padding-bottom: 20px;
}
.service_industrial-machinery-sc5 .affiliated-company-box .content-box .header h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--theme-white);
  z-index: 1;
}
.service_industrial-machinery-sc5 .affiliated-company-box .content-box .content {
  width: 400px;
}
.service_industrial-machinery-sc5 .affiliated-company-box .content-box .content p {
  color: var(--theme-white);
}
@media (max-width: 780px) {
  .service_industrial-machinery-sc5 .affiliated-company-box .content-box {
    flex-direction: column;
    padding: 70px 5%;
  }
  .service_industrial-machinery-sc5 .affiliated-company-box .content-box .header, .service_industrial-machinery-sc5 .affiliated-company-box .content-box .content {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .service_industrial-machinery-sc5 .affiliated-company-box:hover picture > img {
    filter: brightness(1.5);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  メディカル事業
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.service_medical-sc1 {
  width: min(90%, 1000px);
}

.service_medical-sc2,
.service_medical-sc3,
.service_medical-sc4,
.service_medical-sc5,
.service_medical-sc6 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.service_medical-sc2::before,
.service_medical-sc3::before,
.service_medical-sc4::before,
.service_medical-sc5::before,
.service_medical-sc6::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.service_medical-sc2 h2,
.service_medical-sc3 h2,
.service_medical-sc4 h2,
.service_medical-sc5 h2,
.service_medical-sc6 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}

.service_medical-sc7 {
  margin-bottom: 140px;
}

.service_medical-sc2 .product-box {
  display: flex;
  align-items: flex-end;
  gap: clamp(20px, 5.5vw, 70px);
}
.service_medical-sc2 .product-box picture {
  display: inline-block;
  aspect-ratio: 8/5;
  border: 1px solid var(--theme-gray1);
  padding: clamp(8px, 2vw, 40px);
  width: calc(100% - 300px);
}
.service_medical-sc2 .product-box picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_medical-sc2 .product-box .content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 40px);
  width: 300px;
}
.service_medical-sc2 .product-box .content h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 780px) {
  .service_medical-sc2 .product-box {
    flex-direction: column;
  }
  .service_medical-sc2 .product-box picture, .service_medical-sc2 .product-box .content {
    width: 100%;
  }
}

.service_medical-sc3 .features-top {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc3 .features-top img {
  vertical-align: top;
}
.service_medical-sc3 .features-box {
  display: flex;
  flex-direction: row;
  gap: clamp(16px, 4vw, 60px);
}
.service_medical-sc3 .features-box .block {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service_medical-sc3 .features-box .block picture {
  display: inline-block;
  width: 100%;
  aspect-ratio: 5/3;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc3 .features-box .block picture img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_medical-sc3 .features-box .block .content-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service_medical-sc3 .features-box .block .content-box h3 {
  display: inline-block;
  height: 5em;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 160%;
  letter-spacing: 0.09em;
}
.service_medical-sc3 .features-box .block .content-box p {
  flex-grow: 1;
}
@media (max-width: 550px) {
  .service_medical-sc3 .features-box {
    flex-direction: column;
  }
  .service_medical-sc3 .features-box .block {
    width: 100%;
  }
  .service_medical-sc3 .features-box .block .content-box h3 {
    height: auto;
    font-size: clamp(2.3rem, 5.5vw, 3rem);
  }
}

.service_medical-sc4 .principle-top {
  display: inline-block;
  width: 100%;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc4 .principle-top img {
  width: 100%;
  vertical-align: top;
}
.service_medical-sc4 .image-box {
  display: flex;
  flex-direction: row;
  gap: clamp(16px, 4vw, 60px);
  padding: 100px 0 40px;
}
.service_medical-sc4 .image-box picture {
  display: inline-block;
  width: 50%;
  aspect-ratio: 5/3;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc4 .image-box picture img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 550px) {
  .service_medical-sc4 .image-box {
    flex-direction: column;
  }
  .service_medical-sc4 .image-box picture {
    width: 100%;
  }
}
.service_medical-sc4 h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}

.service_medical-sc5 .function-top {
  display: inline-block;
  width: 100%;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc5 .function-top img {
  vertical-align: top;
}
.service_medical-sc5 .image-box {
  display: flex;
  flex-direction: row;
  gap: clamp(16px, 4vw, 60px);
  padding: 100px 0 40px;
}
.service_medical-sc5 .image-box picture {
  display: inline-block;
  width: 50%;
  aspect-ratio: 5/3;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc5 .image-box picture img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 550px) {
  .service_medical-sc5 .image-box {
    flex-direction: column;
  }
  .service_medical-sc5 .image-box picture {
    width: 100%;
  }
}
.service_medical-sc5 h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
.service_medical-sc5 .function-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding: 100px 0 40px;
}
.service_medical-sc5 .function-box .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.service_medical-sc5 .function-box .block picture {
  display: inline-block;
  width: 100%;
  aspect-ratio: 8/5;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc5 .function-box .block picture img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_medical-sc5 .function-box .block .content-box {
  flex-grow: 1;
}
.service_medical-sc5 .function-box .block .content-box h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 840px) {
  .service_medical-sc5 .function-box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .service_medical-sc5 .function-box .block {
    flex-direction: row;
  }
  .service_medical-sc5 .function-box .block picture {
    width: 50%;
  }
  .service_medical-sc5 .function-box .block .content-box {
    width: 50%;
  }
  .service_medical-sc5 .function-box .block .content-box h3 {
    padding-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .service_medical-sc5 .function-box {
    display: flex;
    flex-direction: column;
  }
  .service_medical-sc5 .function-box .block {
    flex-direction: column;
  }
  .service_medical-sc5 .function-box .block picture {
    width: 100%;
  }
  .service_medical-sc5 .function-box .block .content-box {
    width: 100%;
  }
}

.service_medical-sc6 .medical-overview-table {
  display: flex;
  flex-direction: column;
  width: min(600px, 100%);
  margin: 0 auto;
  padding-bottom: 70px;
}
.service_medical-sc6 .medical-overview-table .overview-table_tr {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 8px 20px;
  border-top: 1px solid var(--theme-gray1);
}
.service_medical-sc6 .medical-overview-table .overview-table_tr:last-child {
  border-bottom: 1px solid var(--theme-gray1);
}
.service_medical-sc6 .medical-overview-table .overview-table_tr .overview-table_th {
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.service_medical-sc6 .medical-overview-table .overview-table_tr .overview-table_td {
  width: min(320px, 100%);
}
@media (max-width: 550px) {
  .service_medical-sc6 .medical-overview-table .overview-table_tr {
    align-items: flex-start;
    flex-direction: column;
  }
  .service_medical-sc6 .medical-overview-table .overview-table_tr .overview-table_th {
    text-align: left;
    width: 100%;
  }
  .service_medical-sc6 .medical-overview-table .overview-table_tr .overview-table_td {
    width: 100%;
    text-align: right;
  }
}
.service_medical-sc6 h3 {
  width: min(600px, 100%);
  margin: 0 auto;
  padding: 70px 0 40px;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.service_medical-sc6 .parts-tbl {
  width: min(100%, 1000px);
  display: flex;
  flex-direction: column;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr {
  display: flex;
  align-items: center;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr.th {
  background-color: var(--theme-navy);
  color: var(--theme-white);
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr.td {
  border-bottom: 1px solid var(--theme-gray1);
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr div {
  text-align: center;
  padding: 10px;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr div span {
  display: inline-block;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr div:nth-child(1) {
  width: 200px;
  flex-grow: 1;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr div:nth-child(1) span {
  width: 120px;
  text-align: left;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr div.tr-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr div.tr-box div {
  width: 130px;
  padding: 0;
}
.service_medical-sc6 .parts-tbl .parts-tbl_tr div.tr-box div span {
  width: 40px;
  text-align: right;
}
@media (max-width: 780px) {
  .service_medical-sc6 .parts-tbl .parts-tbl_tr div.tr-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .service_medical-sc6 .parts-tbl .parts-tbl_tr div.tr-box {
    grid-template-columns: 1fr;
  }
}
.service_medical-sc6 .annotation {
  text-align: right;
}
.service_medical-sc6 .specifications {
  width: 100%;
  display: inline-block;
  border: 1px solid var(--theme-gray1);
  margin-top: 70px;
  padding: 10px;
}
.service_medical-sc6 .specifications img {
  width: 100%;
  vertical-align: top;
}
.service_medical-sc6 .dimensions {
  width: min(600px, 100%);
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
.service_medical-sc6 .dimensions h3 {
  text-align: left;
}
.service_medical-sc6 .dimensions picture {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--theme-gray1);
}
.service_medical-sc6 .dimensions picture img {
  width: min(400px, 100%);
  display: inline-block;
  vertical-align: top;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  ABOUT 関連

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  わたしたちについて
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-template-page-about > main,
.page-template-page-about_company > main {
  padding-top: 200px;
  overflow-x: hidden;
}
@media (max-width: 840px) {
  .page-template-page-about > main,
  .page-template-page-about_company > main {
    padding-top: 170px;
  }
}

.about-sc1 {
  width: min(90%, 1000px);
}

.about-sc2 {
  position: relative;
  width: min(90%, 1000px);
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  gap: clamp(24px, 5vw, 80px);
  padding: 100px 0 140px;
}
.about-sc2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.about-sc2 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.about-sc2 picture {
  width: 50%;
  aspect-ratio: 8/5;
  display: inline-block;
}
.about-sc2 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.about-sc2 .content {
  width: 50%;
}
.about-sc2 .content h1 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: clamp(20px, 4vw, 70px);
}
.about-sc2 .content h2 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: clamp(40px, 6vw, 70px);
}
@media (max-width: 780px) {
  .about-sc2 {
    flex-direction: column;
  }
  .about-sc2 picture {
    width: 100%;
  }
  .about-sc2 .content {
    width: 100%;
  }
}

.about-sc3 {
  width: 100%;
  position: relative;
  background-color: var(--theme-sky-blue);
  padding: 100px 0 140px;
  margin-bottom: 100px;
}
.about-sc3 .content {
  position: relative;
  width: min(90%, 1000px);
  margin: 0 auto;
  z-index: 1;
}
.about-sc3 .content svg {
  width: min(800px, 100%);
}
.about-sc3 .content svg g {
  fill: var(--theme-navy);
}
.about-sc3 .content h2 {
  padding: 100px 0 40px;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--theme-navy);
}
.about-sc3 .content p {
  width: min(470px, 100%);
  color: var(--theme-navy);
}
.about-sc3 picture {
  position: absolute;
  right: -20%;
  top: 27%;
  transform: translate(0, -50%);
  z-index: 0;
  opacity: 0.3;
}
.about-sc3 picture img {
  width: clamp(400px, 80vw, 1400px);
  transform: rotate(-45deg);
}

.about-sc4 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.about-sc4::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.about-sc4 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.about-sc4 .philosophy {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  align-items: stretch;
}
.about-sc4 .philosophy .philosophy_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.about-sc4 .philosophy .philosophy_box .tip {
  text-align: center;
}
.about-sc4 .philosophy .philosophy_box .phrase {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.about-sc4 .philosophy .philosophy_box .phrase span {
  display: inline-block;
}
.about-sc4 .philosophy .philosophy_box .phrase span.ts-small {
  font-size: 1.8rem;
  line-height: 190%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.about-sc4 .philosophy .philosophy_box .phrase-table {
  display: flex;
  flex-direction: column;
  width: min(600px, 100%);
  margin: 0 auto;
}
.about-sc4 .philosophy .philosophy_box .phrase-table .phrase-table_tr {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 8px 20px;
}
@media (max-width: 550px) {
  .about-sc4 .philosophy .philosophy_box .phrase-table .phrase-table_tr {
    align-items: flex-start;
    flex-direction: column;
  }
}
.about-sc4 .philosophy .philosophy_box .phrase-table .phrase-table_tr:not(:last-child) {
  border-bottom: 1px solid var(--theme-gray1);
}
.about-sc4 .philosophy .philosophy_box .phrase-table .phrase-table_tr .phrase-table_th {
  width: 120px;
}
.about-sc4 .philosophy .philosophy_box .phrase-table .phrase-table_tr .phrase-table_td {
  flex-grow: 1;
}

.about-sc5, .about-sc6 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.about-sc5::before, .about-sc6::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.about-sc5 h2, .about-sc6 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.about-sc5 div.btn-area, .about-sc6 div.btn-area {
  width: 100%;
  display: flex;
  gap: 50px;
  place-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.about-sc5 div.btn-area button, .about-sc5 div.btn-area a, .about-sc6 div.btn-area button, .about-sc6 div.btn-area a {
  display: grid;
  place-items: center;
  width: 220px;
  height: 70px;
  padding: 12px 24px;
  position: relative;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
  overflow: hidden;
}
.about-sc5 div.btn-area button::before, .about-sc5 div.btn-area a::before, .about-sc6 div.btn-area button::before, .about-sc6 div.btn-area a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-black);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.about-sc5 div.btn-area button span, .about-sc5 div.btn-area a span, .about-sc6 div.btn-area button span, .about-sc6 div.btn-area a span {
  color: var(--theme-white);
  mix-blend-mode: difference;
}
@media (hover: hover) and (pointer: fine) {
  .about-sc5 div.btn-area button:hover::before, .about-sc5 div.btn-area a:hover::before, .about-sc6 div.btn-area button:hover::before, .about-sc6 div.btn-area a:hover::before {
    transform: translate(0, 0);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  会社概要
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.about_company-sc1 {
  width: min(90%, 1000px);
}

.about_company-sc2 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.about_company-sc2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.about_company-sc2 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.about_company-sc2 .company-overview-table {
  display: flex;
  flex-direction: column;
  width: min(600px, 100%);
  margin: 0 auto;
  padding-bottom: 70px;
}
.about_company-sc2 .company-overview-table .overview-table_tr {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 8px 20px;
  border-top: 1px solid var(--theme-gray1);
}
.about_company-sc2 .company-overview-table .overview-table_tr:last-child {
  border-bottom: 1px solid var(--theme-gray1);
}
.about_company-sc2 .company-overview-table .overview-table_tr .overview-table_th {
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.about_company-sc2 .company-overview-table .overview-table_tr .overview-table_td {
  width: min(320px, 100%);
}
@media (max-width: 550px) {
  .about_company-sc2 .company-overview-table .overview-table_tr {
    align-items: flex-start;
    flex-direction: column;
  }
  .about_company-sc2 .company-overview-table .overview-table_tr .overview-table_th {
    text-align: left;
    width: 100%;
  }
  .about_company-sc2 .company-overview-table .overview-table_tr .overview-table_td {
    width: 100%;
    text-align: right;
  }
}
.about_company-sc2 iframe {
  display: block;
  border: none;
  width: min(600px, 100%);
  margin: 0 auto;
  aspect-ratio: 3/2;
  margin-bottom: 70px;
}

.about_company-sc3 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.about_company-sc3::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.about_company-sc3 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.about_company-sc3 .plant-block {
  display: flex;
  flex-direction: row;
  padding-bottom: 70px;
  gap: clamp(24px, 5vw, 64px);
}
.about_company-sc3 .plant-block picture {
  width: calc(100% - 330px);
  aspect-ratio: 8/5;
}
.about_company-sc3 .plant-block picture img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about_company-sc3 .plant-block .plant-block_content {
  width: 330px;
  display: flex;
  flex-direction: column;
}
.about_company-sc3 .plant-block .plant-block_content .plant-header div {
  display: block;
  position: relative;
  padding-left: 85px;
  color: var(--theme-gray1);
  margin-bottom: 20px;
}
.about_company-sc3 .plant-block .plant-block_content .plant-header div::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 1px;
  width: 70px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: var(--theme-gray1);
}
.about_company-sc3 .plant-block .plant-block_content .plant-header h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
.about_company-sc3 .plant-block .plant-block_content .plant-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about_company-sc3 .plant-block .plant-block_content .plant-info a {
  color: var(--theme-gray1);
  padding-right: 40px;
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.about_company-sc3 .plant-block .plant-block_content .plant-info a::after, .about_company-sc3 .plant-block .plant-block_content .plant-info a::before {
  position: absolute;
  top: 50%;
  content: "";
}
.about_company-sc3 .plant-block .plant-block_content .plant-info a::after {
  right: 0;
  border: 1px solid var(--theme-gray1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
}
.about_company-sc3 .plant-block .plant-block_content .plant-info a::before {
  right: 8px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid var(--theme-gray1);
  border-right: 1px solid var(--theme-gray1);
  transform: translate(0%, -50%) rotate(-45deg);
}
@media (max-width: 780px) {
  .about_company-sc3 .plant-block {
    flex-direction: column;
  }
  .about_company-sc3 .plant-block picture {
    width: 100%;
  }
  .about_company-sc3 .plant-block .plant-block_content {
    flex-direction: row;
    width: 100%;
  }
  .about_company-sc3 .plant-block .plant-block_content .plant-header {
    flex-grow: 1;
  }
  .about_company-sc3 .plant-block .plant-block_content .plant-info {
    width: 330px;
  }
}
@media (max-width: 550px) {
  .about_company-sc3 .plant-block .plant-block_content {
    flex-direction: column;
  }
}

.about_company-sc4 {
  width: min(90%, 1000px);
  padding: 100px 0 140px;
  position: relative;
}
.about_company-sc4::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.about_company-sc4 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.about_company-sc4 .equipment-table {
  display: flex;
  flex-direction: column;
}
.about_company-sc4 .equipment-table .equipment-table_tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--theme-gray1);
  gap: 10px;
}
.about_company-sc4 .equipment-table .equipment-table_tr.th {
  background-color: var(--theme-navy);
  color: var(--theme-white);
}
.about_company-sc4 .equipment-table .equipment-table_tr.td {
  background-color: var(--theme-white);
  color: var(--theme-black);
}
.about_company-sc4 .equipment-table .equipment-table_tr.td:not(:nth-child(-n+7)) {
  display: none;
}
.about_company-sc4 .equipment-table .equipment-table_tr .container-1 {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  padding: 17px 0px 17px 20px;
  gap: 10px;
}
.about_company-sc4 .equipment-table .equipment-table_tr .container-1 .container-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 55%;
}
.about_company-sc4 .equipment-table .equipment-table_tr .container-1 .container-2 span {
  width: 50%;
}
.about_company-sc4 .equipment-table .equipment-table_tr .container-1 .container-3 {
  width: 45%;
}
.about_company-sc4 .equipment-table .equipment-table_tr .container-4 {
  padding: 17px 20px 17px 0;
  width: 60px;
}
@media (max-width: 840px) {
  .about_company-sc4 .equipment-table .equipment-table_tr div.container-1 > .container-2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_company-sc4 .equipment-table .equipment-table_tr div.container-1 > .container-2 span {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .about_company-sc4 .equipment-table .equipment-table_tr div.container-1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_company-sc4 .equipment-table .equipment-table_tr div.container-1 .container-2, .about_company-sc4 .equipment-table .equipment-table_tr div.container-1 .container-3 {
    width: 100%;
  }
}
.about_company-sc4 div.btn-area {
  width: 100%;
  display: flex;
  gap: 50px;
  place-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.about_company-sc4 div.btn-area button, .about_company-sc4 div.btn-area a {
  display: grid;
  place-items: center;
  width: 220px;
  height: 70px;
  padding: 12px 24px;
  position: relative;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
  overflow: hidden;
}
.about_company-sc4 div.btn-area button::before, .about_company-sc4 div.btn-area a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-black);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.about_company-sc4 div.btn-area button span, .about_company-sc4 div.btn-area a span {
  color: var(--theme-white);
  mix-blend-mode: difference;
}
@media (hover: hover) and (pointer: fine) {
  .about_company-sc4 div.btn-area button:hover::before, .about_company-sc4 div.btn-area a:hover::before {
    transform: translate(0, 0);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  新着情報

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.blog > main,
.single > main {
  padding-top: 200px;
}
@media (max-width: 840px) {
  .blog > main,
  .single > main {
    padding-top: 170px;
  }
}

.news-sc1 {
  width: min(90%, 1000px);
  padding-bottom: 140px;
}
.news-sc1 .category-area {
  display: flex;
  gap: 20px 50px;
  padding-bottom: 70px;
}
@media (max-width: 780px) {
  .news-sc1 .category-area {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.news-sc1 .category-area .category-block {
  flex-grow: 1;
}
.news-sc1 .category-area .category-block .category-buttons {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 40px;
}
.news-sc1 .category-area .category-block .category-buttons button {
  position: relative;
}
.news-sc1 .category-area .category-block .category-buttons button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  width: 0;
  background-color: var(--theme-black);
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .news-sc1 .category-area .category-block .category-buttons button:hover::after {
    width: 100%;
  }
}
.news-sc1 .category-area .category-block .category-buttons button.active::after {
  width: 100%;
}
@media (max-width: 550px) {
  .news-sc1 .category-area .category-block .category-buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.news-sc1 .btn-area {
  text-align: center;
  padding-top: 70px;
}
.news-sc1 .btn-area .overcoat-btn {
  width: 200px;
  height: 70px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
}
@media (hover: hover) and (pointer: fine) {
  .news-sc1 .btn-area .overcoat-btn:hover .overcoat-background {
    transform: translate(0, 0);
  }
}
.news-sc1 .btn-area .overcoat-btn .overcoat-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 135%;
  z-index: 1;
  transition: 0.4s;
  background-color: var(--theme-black);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  transform: translate(-100%, 0);
}
.news-sc1 .btn-area .overcoat-btn input[type=submit], .news-sc1 .btn-area .overcoat-btn a, .news-sc1 .btn-area .overcoat-btn button {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  mix-blend-mode: difference;
  color: var(--theme-white);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  個別記事

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.single-sc1 {
  width: min(90%, 1000px);
  padding-bottom: 140px;
}
.single-sc1 .single-header h1 {
  text-align: left;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
.single-sc1 .single-header div.single-info {
  display: flex;
  align-items: center;
  gap: 50px;
}
.single-sc1 .single-header div.single-info .categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.single-sc1 .single-header div.single-info .categories span {
  border: 1px solid var(--theme-black);
  padding: 2px 4px;
}
.single-sc1 .single-header div.single-info time {
  display: inline-block;
}
.single-sc1 .eye-catch img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.single-sc2 {
  width: min(90%, 1000px);
  padding-bottom: 70px;
}
.single-sc2 .rtoc-mokuji-content {
  margin: 0 auto 0 0;
}
.single-sc2 .navigation {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 40px;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.single-sc2 .navigation a {
  position: relative;
}
.single-sc2 .navigation a:nth-child(1)::before, .single-sc2 .navigation a:nth-child(1)::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: var(--theme-black);
  top: 55%;
  left: -50px;
}
.single-sc2 .navigation a:nth-child(1)::before {
  width: 30px;
  height: 1px;
}
.single-sc2 .navigation a:nth-child(1)::after {
  width: 8px;
  height: 1px;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.single-sc2 .navigation a:nth-child(2)::before, .single-sc2 .navigation a:nth-child(2)::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: var(--theme-black);
  top: 55%;
  right: -50px;
}
.single-sc2 .navigation a:nth-child(2)::before {
  width: 30px;
  height: 1px;
}
.single-sc2 .navigation a:nth-child(2)::after {
  width: 8px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right center;
}
.single-sc2 .btn-area {
  text-align: center;
  padding: 100px 0 40px;
}
.single-sc2 .btn-area .overcoat-btn {
  width: 200px;
  height: 70px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
}
@media (hover: hover) and (pointer: fine) {
  .single-sc2 .btn-area .overcoat-btn:hover .overcoat-background {
    transform: translate(0, 0);
  }
}
.single-sc2 .btn-area .overcoat-btn .overcoat-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 135%;
  z-index: 1;
  transition: 0.4s;
  background-color: var(--theme-black);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  transform: translate(-100%, 0);
}
.single-sc2 .btn-area .overcoat-btn input[type=submit], .single-sc2 .btn-area .overcoat-btn a, .single-sc2 .btn-area .overcoat-btn button {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  mix-blend-mode: difference;
  color: var(--theme-white);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  RECRUIT 関連

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.post-type-archive-recruit > main,
.single-recruit > main {
  padding-top: 200px;
}
@media (max-width: 840px) {
  .post-type-archive-recruit > main,
  .single-recruit > main {
    padding-top: 170px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  共通処理
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.recruit-box-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px 60px;
}
.recruit-box-list .recruit-box {
  position: relative;
  padding: 30px 100px 30px 40px;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
  overflow: hidden;
}
.recruit-box-list .recruit-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-navy);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.recruit-box-list .recruit-box h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 20px;
  color: var(--theme-black);
  transition: 0.4s;
  z-index: 1;
}
.recruit-box-list .recruit-box span {
  color: var(--theme-black);
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
.recruit-box-list .recruit-box .more {
  border: 1px solid var(--theme-black);
  border-radius: 50%;
  width: 32px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  padding-top: 2px;
  transition: 0.4s;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
.recruit-box-list .recruit-box .more span {
  position: relative;
  width: 47%;
  border-bottom: 1px solid var(--theme-black);
  height: 1px;
  transition: 0.6s;
}
.recruit-box-list .recruit-box .more span::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 35%;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--theme-black);
  transform: rotate(45deg);
  transform-origin: right top;
  transition: 0.6s;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-box-list .recruit-box:hover::before {
    transform: translate(0, 0);
  }
  .recruit-box-list .recruit-box:hover h3 {
    color: var(--theme-white);
  }
  .recruit-box-list .recruit-box:hover span {
    color: var(--theme-white);
  }
  .recruit-box-list .recruit-box:hover .more {
    border: 1px solid var(--theme-white);
  }
  .recruit-box-list .recruit-box:hover .more span {
    border-bottom: 1px solid var(--theme-white);
  }
  .recruit-box-list .recruit-box:hover .more span::after {
    border-top: 1px solid var(--theme-white);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  採用情報
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.recruit-sc1 {
  width: 100%;
}
.recruit-sc1 .page-header {
  width: min(90%, 1000px);
}

.recruit-sc2 {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 140px;
  position: relative;
}
.recruit-sc2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.recruit-sc2 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
.recruit-sc2 .staff-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 64px;
}
.recruit-sc2 .staff-list .staff {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.recruit-sc2 .staff-list .staff img {
  width: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-sc2 .staff-list .staff h3 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.recruit-sc3 {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 140px;
  position: relative;
}
.recruit-sc3::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.recruit-sc3 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  個別採用情報
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.single-recruit-sc1 {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding-bottom: 140px;
}
.single-recruit-sc1 h1 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  padding-bottom: 70px;
}
.single-recruit-sc1 .recruit-field_box {
  width: min(90%, 600px);
  margin: 0 auto;
}
@media (max-width: 550px) {
  .single-recruit-sc1 .recruit-field_box {
    width: 100%;
  }
}
.single-recruit-sc1 .recruit-field_box div {
  display: flex;
  border-top: 1px solid var(--theme-gray1);
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px 30px;
}
.single-recruit-sc1 .recruit-field_box div:last-child {
  border-bottom: 1px solid var(--theme-gray1);
}
.single-recruit-sc1 .recruit-field_box div span:nth-child(1) {
  display: inline-block;
  width: calc(100% - 370px);
  min-width: 160px;
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.single-recruit-sc1 .recruit-field_box div span:nth-child(2) {
  white-space: break-spaces;
  width: 340px;
  padding-left: 10px;
  flex-grow: 1;
}
.single-recruit-sc1 .btn-area {
  width: 100%;
  display: flex;
  gap: 50px;
  place-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.single-recruit-sc1 .btn-area button, .single-recruit-sc1 .btn-area a {
  display: grid;
  place-items: center;
  width: 220px;
  height: 70px;
  padding: 12px 24px;
  position: relative;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
  overflow: hidden;
}
.single-recruit-sc1 .btn-area button::before, .single-recruit-sc1 .btn-area a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-black);
  transition: 0.4s;
  width: 135%;
  transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.single-recruit-sc1 .btn-area button span, .single-recruit-sc1 .btn-area a span {
  color: var(--theme-white);
  mix-blend-mode: difference;
}
@media (hover: hover) and (pointer: fine) {
  .single-recruit-sc1 .btn-area button:hover::before, .single-recruit-sc1 .btn-area a:hover::before {
    transform: translate(0, 0);
  }
}

.single-recruit-sc2 {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 140px;
  position: relative;
}
.single-recruit-sc2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--theme-navy);
  position: absolute;
  left: 0;
  top: 0;
}
.single-recruit-sc2 h2 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  お問合せ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-template-page-contact-input > main,
.page-template-page-contact-thanks > main {
  padding-top: 200px;
}
@media (max-width: 840px) {
  .page-template-page-contact-input > main,
  .page-template-page-contact-thanks > main {
    padding-top: 170px;
  }
}

.contact-sc1 {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding-bottom: 140px;
}
.contact-sc1 .wpcf7 {
  display: flex;
  flex-direction: column;
  width: min(90%, 600px);
  margin: 0 auto;
  padding: 40px 0;
  gap: 40px;
  color: var(--theme-black);
}
.contact-sc1 .wpcf7 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-sc1 .wpcf7 .contact-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}
.contact-sc1 .wpcf7 .contact-form .form-line {
  display: flex;
  flex-direction: column;
}
.contact-sc1 .wpcf7 .contact-form .form-line .label {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  position: relative;
}
.contact-sc1 .wpcf7 .contact-form .form-line .label.required::after {
  position: absolute;
  content: "必須";
  background-color: var(--theme-red);
  padding: 0px 4px;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: -moz-max-content;
  width: max-content;
  color: var(--theme-white);
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
}
.contact-sc1 .wpcf7 .contact-form .form-line input[type=text], .contact-sc1 .wpcf7 .contact-form .form-line input[type=tel], .contact-sc1 .wpcf7 .contact-form .form-line input[type=email], .contact-sc1 .wpcf7 .contact-form .form-line textarea, .contact-sc1 .wpcf7 .contact-form .form-line select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid var(--theme-gray1);
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.4s;
  border-radius: 4px;
  box-shadow: none;
}
.contact-sc1 .wpcf7 .contact-form .form-line input[type=text].p-postal-code, .contact-sc1 .wpcf7 .contact-form .form-line input[type=tel].p-postal-code, .contact-sc1 .wpcf7 .contact-form .form-line input[type=email].p-postal-code, .contact-sc1 .wpcf7 .contact-form .form-line textarea.p-postal-code, .contact-sc1 .wpcf7 .contact-form .form-line select.p-postal-code {
  width: 150px;
}
.contact-sc1 .wpcf7 .contact-form .form-line input[type=text]:focus, .contact-sc1 .wpcf7 .contact-form .form-line input[type=tel]:focus, .contact-sc1 .wpcf7 .contact-form .form-line input[type=email]:focus, .contact-sc1 .wpcf7 .contact-form .form-line textarea:focus, .contact-sc1 .wpcf7 .contact-form .form-line select:focus {
  box-shadow: 1px 1px 0 var(--theme-gray1), 1px -1px 0px var(--theme-gray1), -1px 1px 0 var(--theme-gray1), -1px -1px 0px var(--theme-gray1), 1px 0px 0px var(--theme-gray1), 0px 1px 0px var(--theme-gray1), -1px 0px 0px var(--theme-gray1), 0px -1px 0px var(--theme-gray1);
  background-color: transparent;
}
.contact-sc1 .wpcf7 .contact-form .form-line select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
       appearance: menulist;
  display: grid;
  height: 42px;
  align-items: center;
}
.contact-sc1 .wpcf7 .contact-form .btn-area {
  text-align: center;
}
.contact-sc1 .wpcf7 .contact-form .btn-area .overcoat-btn {
  width: 200px;
  height: 70px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
}
@media (hover: hover) and (pointer: fine) {
  .contact-sc1 .wpcf7 .contact-form .btn-area .overcoat-btn:hover .overcoat-background {
    transform: translate(0, 0);
  }
}
.contact-sc1 .wpcf7 .contact-form .btn-area .overcoat-btn .overcoat-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 135%;
  z-index: 1;
  transition: 0.4s;
  background-color: var(--theme-black);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  transform: translate(-100%, 0);
}
.contact-sc1 .wpcf7 .contact-form .btn-area .overcoat-btn input[type=submit], .contact-sc1 .wpcf7 .contact-form .btn-area .overcoat-btn a, .contact-sc1 .wpcf7 .contact-form .btn-area .overcoat-btn button {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  mix-blend-mode: difference;
  color: var(--theme-white);
}
.contact-sc1 .wpcf7 .contact-form .btn-area .overcoat-btn .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
}

.contact-thanks-sc1 {
  width: min(90%, 1000px);
  padding-bottom: 140px;
  margin: 0 auto;
}
.contact-thanks-sc1 .btn-area {
  text-align: center;
}
.contact-thanks-sc1 .btn-area .overcoat-btn {
  width: 200px;
  height: 70px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-black);
  background-color: var(--theme-white);
}
@media (hover: hover) and (pointer: fine) {
  .contact-thanks-sc1 .btn-area .overcoat-btn:hover .overcoat-background {
    transform: translate(0, 0);
  }
}
.contact-thanks-sc1 .btn-area .overcoat-btn .overcoat-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 135%;
  z-index: 1;
  transition: 0.4s;
  background-color: var(--theme-black);
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  transform: translate(-100%, 0);
}
.contact-thanks-sc1 .btn-area .overcoat-btn input[type=submit], .contact-thanks-sc1 .btn-area .overcoat-btn a, .contact-thanks-sc1 .btn-area .overcoat-btn button {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  mix-blend-mode: difference;
  color: var(--theme-white);
}/*# sourceMappingURL=style.css.map */