@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 32px;
  --g-padding-m: 64px;
  --g-padding-l: 136px;
  --g-color-base: #F5F2EC;
  --g-color-red: #FF4F45;
  --g-color-green: #63BC49;
  --g-color-black: #000;
  --g-color-blue: #5e8ec1;
  --g-color-white: #fff;
  --g-color-border: #707070;
  --g-color-yellow: #F59E33;
}
@media screen and (max-width: 1400px) {
  :root {
    --g-padding-s: 32rem;
    --g-padding-m: 64rem;
    --g-padding-l: 136rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

.c-font-xs {
  font-size: 12rem;
  letter-spacing: 0.05em;
}

.c-font-s {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-font-m {
  font-size: 25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-font-l {
  font-size: 45rem;
  font-weight: 500;
  line-height: 90rem;
  letter-spacing: 0.05em;
}

.c-font-xl {
  font-size: 120rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body.is-loading .js-cursor {
  display: none;
}

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

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2564102564vw;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  overflow-x: hidden;
  background: #E9EBEE;
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

.black a,
.black p {
  color: #000;
}

h1, h2, h3, h4, h5, a, p, span {
  color: var(--g-color-black);
}

section {
  position: relative;
  overflow: hidden;
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
  bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
  bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
  transform: translateY(0);
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span {
    transform: unset !important;
  }
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span::after {
    content: unset;
  }
}

.forpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }
}

.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forsp {
    display: block;
  }
}

.s-container {
  max-width: 680px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 350rem;
  }
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1250rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 340rem;
  }
}

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slide-auto-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 70s infinite linear;
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-area {
    animation: loop-area 50s infinite linear;
  }
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-auto-loop-txt {
  font-size: 18.5vh;
  color: var(--g-color-black);
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 120rem;
  }
}

.slide-auto-loop-img {
  width: 2235px;
  overflow: hidden;
  margin: 0 40px;
}
@media screen and (max-width: 1400px) {
  .slide-auto-loop-img {
    margin: 0 40rem;
    width: 2235rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    margin: 0 -30rem;
    width: 473rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .more-btn {
    text-align: center;
  }
}
.more-btn a,
.more-btn button {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: 1px solid var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .more-btn a,
.more-btn button {
    padding: 10rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn a,
.more-btn button {
    margin: auto;
    padding: 10rem 15rem;
  }
}
.more-btn a span,
.more-btn button span {
  letter-spacing: 0.1em;
  font-size: 22px;
  color: var(--g-color-black);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .more-btn a span,
.more-btn button span {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn a span,
.more-btn button span {
    font-size: 20rem;
  }
}

.sec-ttl {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-ttl {
    padding-left: 30rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    padding-left: 30rem;
    margin-bottom: 32rem;
  }
}
.sec-ttl h2 {
  font-size: 40px;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 28rem;
  }
}
.sec-ttl h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  height: 2px;
  background: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-ttl h2::after {
    width: 115%;
  }
}
.sec-ttl h2 span {
  font-size: 44px;
}
@media screen and (max-width: 1400px) {
  .sec-ttl h2 span {
    font-size: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 span {
    font-size: 30rem;
  }
}
.sec-ttl._white h2 {
  color: var(--g-color-white);
}
.sec-ttl._white h2::after {
  background: var(--g-color-white);
}

.lower-fv {
  padding-top: 220px;
  height: 600px;
}
@media screen and (max-width: 1400px) {
  .lower-fv {
    padding-top: 220rem;
    height: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv {
    padding-top: 80rem;
    height: 350rem;
  }
}
.lower-fv .container {
  height: 100%;
  position: relative;
}
.lower-fv-ttl {
  text-align: center;
}
.lower-fv-ttl h2 {
  text-align: center;
  margin: auto;
  font-size: 50px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .lower-fv-ttl h2 {
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-ttl h2 {
    font-size: 30rem;
  }
}
.lower-fv-ttl h2 > span span {
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s ease-in-out, filter 1s ease-in-out;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.2);
}
.lower-fv-ttl h2 > span span:nth-of-type(1) {
  transition-delay: 0s;
}
.lower-fv-ttl h2 > span span:nth-of-type(2) {
  transition-delay: 0.18s;
}
.lower-fv-ttl h2 > span span:nth-of-type(3) {
  transition-delay: 0.36s;
}
.lower-fv-ttl h2 > span span:nth-of-type(4) {
  transition-delay: 0.54s;
}
.lower-fv-ttl h2 > span span:nth-of-type(5) {
  transition-delay: 0.72s;
}
.lower-fv-ttl h2 > span span:nth-of-type(6) {
  transition-delay: 0.9s;
}
.lower-fv-ttl h2 > span span:nth-of-type(7) {
  transition-delay: 1.08s;
}
.lower-fv-ttl h2 > span span:nth-of-type(8) {
  transition-delay: 1.26s;
}
.lower-fv-ttl h2 > span span:nth-of-type(9) {
  transition-delay: 1.44s;
}
.lower-fv-ttl h2 > span span:nth-of-type(10) {
  transition-delay: 1.62s;
}
.lower-fv-ttl h2 > span span:nth-of-type(11) {
  transition-delay: 1.8s;
}
.lower-fv-ttl h2 > span span:nth-of-type(12) {
  transition-delay: 1.98s;
}
.lower-fv-ttl h2 > span span:nth-of-type(13) {
  transition-delay: 2.16s;
}
.lower-fv-ttl h2 > span span:nth-of-type(14) {
  transition-delay: 2.34s;
}
.lower-fv-ttl h2 > span span:nth-of-type(15) {
  transition-delay: 2.52s;
}
.lower-fv-ttl h2._show {
  opacity: 1;
}
.lower-fv-ttl h2._show > span span {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.lower-fv-link {
  position: absolute;
  left: 0;
  bottom: 15px;
}
@media screen and (max-width: 1400px) {
  .lower-fv-link {
    bottom: 15rem;
  }
}
.lower-fv-link ul {
  display: flex;
  align-items: center;
  justify-content: left;
  opacity: 0;
  transform: translateY(30px);
  gap: 0 15px;
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .lower-fv-link ul {
    gap: 0 15rem;
  }
}
.lower-fv-link ul._show {
  transform: translateY(0);
  opacity: 1;
}
.lower-fv-link ul a,
.lower-fv-link ul li {
  font-size: 17px;
  color: var(--g-color-black);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .lower-fv-link ul a,
.lower-fv-link ul li {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-link ul a,
.lower-fv-link ul li {
    font-size: 14rem;
  }
}

.section__subttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .section__subttl {
    font-size: 25.6px;
  }
}
@media screen and (max-width: 768px) {
  .section__subttl {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
}

.flex {
  display: flex;
}

.row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}
.row.gap-1 {
  gap: 1rem;
}
.row.gap-2 {
  gap: 2rem;
}
.row.gap-3 {
  gap: 3rem;
}
.row.gap-4 {
  gap: 4rem;
}
.row .col-2-1 {
  flex: 1 0 auto;
}

.list {
  list-style: disc;
  padding-left: 1.5em;
}

.fs16 {
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.small-link {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  transition: all 0.3s ease;
  transition-property: background, color;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0.5em 1.5em;
  border: var(--g-color-blue) solid 1px;
  border-radius: 1.6rem;
  background: none;
  color: var(--g-color-blue);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.small-link:hover {
  background: var(--g-color-blue);
  color: #fff;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

._bold {
  font-weight: 700;
}

.js-ttl,
.js-ttl-io {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.js-ttl.show,
.js-ttl-io.show {
  opacity: 1;
}
.js-ttl > span,
.js-ttl-io > span {
  display: inline-flex;
  align-items: center;
}
.js-ttl > span span,
.js-ttl-io > span span {
  display: inline-block;
  transform: translate(0, 101%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-ttl > span span._delay._show,
.js-ttl-io > span span._delay._show {
  transform: translate(0);
}
.js-ttl > span span._delay._show:nth-of-type(1),
.js-ttl-io > span span._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-ttl > span span._delay._show:nth-of-type(2),
.js-ttl-io > span span._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-ttl > span span._delay._show:nth-of-type(3),
.js-ttl-io > span span._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-ttl > span span._delay._show:nth-of-type(4),
.js-ttl-io > span span._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-ttl > span span._delay._show:nth-of-type(5),
.js-ttl-io > span span._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-ttl > span span._delay._show:nth-of-type(6),
.js-ttl-io > span span._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-ttl > span span._delay._show:nth-of-type(7),
.js-ttl-io > span span._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-ttl > span span._delay._show:nth-of-type(8),
.js-ttl-io > span span._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-ttl > span span._delay._show:nth-of-type(9),
.js-ttl-io > span span._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-ttl > span span._delay._show:nth-of-type(10),
.js-ttl-io > span span._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}
.js-ttl > span span._delay._show:nth-of-type(11),
.js-ttl-io > span span._delay._show:nth-of-type(11) {
  transition-delay: 0.82s;
}
.js-ttl > span span._delay._show:nth-of-type(12),
.js-ttl-io > span span._delay._show:nth-of-type(12) {
  transition-delay: 0.9s;
}
.js-ttl > span span._delay._show:nth-of-type(13),
.js-ttl-io > span span._delay._show:nth-of-type(13) {
  transition-delay: 0.98s;
}
.js-ttl > span span._delay._show:nth-of-type(14),
.js-ttl-io > span span._delay._show:nth-of-type(14) {
  transition-delay: 1.06s;
}
.js-ttl > span span._delay._show:nth-of-type(15),
.js-ttl-io > span span._delay._show:nth-of-type(15) {
  transition-delay: 1.12s;
}
.js-ttl > span span._delay._show:nth-of-type(16),
.js-ttl-io > span span._delay._show:nth-of-type(16) {
  transition-delay: 1.2s;
}
.js-ttl > span span._delay._show:nth-of-type(17),
.js-ttl-io > span span._delay._show:nth-of-type(17) {
  transition-delay: 1.28s;
}
.js-ttl > span span._delay._show:nth-of-type(18),
.js-ttl-io > span span._delay._show:nth-of-type(18) {
  transition-delay: 1.36s;
}
.js-ttl > span span._delay._show:nth-of-type(19),
.js-ttl-io > span span._delay._show:nth-of-type(19) {
  transition-delay: 1.44s;
}
.js-ttl > span span._delay._show:nth-of-type(20),
.js-ttl-io > span span._delay._show:nth-of-type(20) {
  transition-delay: 1.52s;
}
.js-ttl > span span._delay._show:nth-of-type(21),
.js-ttl-io > span span._delay._show:nth-of-type(21) {
  transition-delay: 1.6s;
}
.js-ttl > span span._delay._show:nth-of-type(22),
.js-ttl-io > span span._delay._show:nth-of-type(22) {
  transition-delay: 1.68s;
}
.js-ttl > span span._delay._show:nth-of-type(23),
.js-ttl-io > span span._delay._show:nth-of-type(23) {
  transition-delay: 1.74s;
}
.js-ttl > span span._delay._show:nth-of-type(24),
.js-ttl-io > span span._delay._show:nth-of-type(24) {
  transition-delay: 1.82s;
}
.js-ttl > span span._delay._show:nth-of-type(25),
.js-ttl-io > span span._delay._show:nth-of-type(25) {
  transition-delay: 1.9s;
}
.js-ttl > span span._delay._show:nth-of-type(26),
.js-ttl-io > span span._delay._show:nth-of-type(26) {
  transition-delay: 1.98s;
}
.js-ttl > span span._delay._show:nth-of-type(27),
.js-ttl-io > span span._delay._show:nth-of-type(27) {
  transition-delay: 2.04s;
}
.js-ttl > span span._delay._show:nth-of-type(28),
.js-ttl-io > span span._delay._show:nth-of-type(28) {
  transition-delay: 2.12s;
}
.js-ttl > span span._delay._show:nth-of-type(29),
.js-ttl-io > span span._delay._show:nth-of-type(29) {
  transition-delay: 2.2s;
}
.js-ttl > span span._delay._show:nth-of-type(30),
.js-ttl-io > span span._delay._show:nth-of-type(30) {
  transition-delay: 2.28s;
}
.js-ttl > span span._show,
.js-ttl-io > span span._show {
  transform: translate(0, 0);
}

.js-io._clip {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.5s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadetoup {
  transform: translate(0, 130%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .js-io._fadeleft {
    transform: translateX(100rem) scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .js-io._fadeleft {
    transform: translateX(50rem) scale(1.1);
  }
}
.js-io._lettering {
  opacity: 0;
}
.js-io._lettering span {
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s ease-in-out, filter 1s ease-in-out;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.2);
}
.js-io._lettering span:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._lettering span:nth-of-type(2) {
  transition-delay: 0.18s;
}
.js-io._lettering span:nth-of-type(3) {
  transition-delay: 0.34s;
}
.js-io._lettering span:nth-of-type(4) {
  transition-delay: 0.42s;
}
.js-io._lettering span:nth-of-type(5) {
  transition-delay: 0.5s;
}
.js-io._lettering span:nth-of-type(6) {
  transition-delay: 0.58s;
}
.js-io._lettering span:nth-of-type(7) {
  transition-delay: 0.66s;
}
.js-io._lettering span:nth-of-type(8) {
  transition-delay: 0.74s;
}
.js-io._lettering span:nth-of-type(9) {
  transition-delay: 0.82s;
}
.js-io._lettering span:nth-of-type(10) {
  transition-delay: 0.9s;
}
.js-io._lettering span:nth-of-type(11) {
  transition-delay: 0.98s;
}
.js-io._lettering span:nth-of-type(12) {
  transition-delay: 1.06s;
}
.js-io._lettering span:nth-of-type(13) {
  transition-delay: 1.12s;
}
.js-io._lettering span:nth-of-type(14) {
  transition-delay: 1.2s;
}
.js-io._lettering._show {
  opacity: 1;
}
.js-io._lettering._show span {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
.js-io._faderight {
  transform: translateX(-50px);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadexy {
  transform: translate3d(20px, 20px, 0);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.21s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.25s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.29s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.33s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.37s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.41s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.45s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.49s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.53s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.57s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.61s;
}
.js-io._delay._show:nth-of-type(17) {
  transition-delay: 0.65s;
}
.js-io._delay._show:nth-of-type(18) {
  transition-delay: 0.69s;
}
.js-io._delay._show:nth-of-type(19) {
  transition-delay: 0.73s;
}
.js-io._delay._show:nth-of-type(20) {
  transition-delay: 0.77s;
}
.js-io._delay._show:nth-of-type(21) {
  transition-delay: 0.81s;
}
.js-io._delay._show:nth-of-type(22) {
  transition-delay: 0.85s;
}
.js-io._delay._show:nth-of-type(23) {
  transition-delay: 0.89s;
}
.js-io._delay._show:nth-of-type(24) {
  transition-delay: 0.93s;
}
.js-io._delay._show:nth-of-type(25) {
  transition-delay: 0.97s;
}
.js-io._delay._show:nth-of-type(26) {
  transition-delay: 1.01s;
}
.js-io._delay._show:nth-of-type(27) {
  transition-delay: 1.05s;
}
.js-io._delay._show:nth-of-type(28) {
  transition-delay: 1.09s;
}
.js-io._delay._show:nth-of-type(29) {
  transition-delay: 1.13s;
}
.js-io._delay._show:nth-of-type(30) {
  transition-delay: 1.17s;
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}

._cus-blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  filter: blur(10px);
  opacity: 0;
}
._cus-blur._show {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

._cus-fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
._cus-fadeup._show {
  transform: translate(0);
  opacity: 1;
}
._cus-fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
._cus-fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
._cus-fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
._cus-fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
._cus-fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
._cus-fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}

.handle-anime-txt {
  animation-name: handle_anime_txt;
  animation-duration: 0.87s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes handle_anime_txt {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
    transform: translate(0, 100%) scale(1, 3.6);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0) scale(1);
  }
}
.js-io-anime {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
}

.handle-anime {
  animation-name: handle_anime;
  animation-duration: 0.653s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.776s;
}

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
}
@media screen and (max-width: 1400px) {
  .parallax-img__wrap .parallax-img {
    height: calc(100% + 150rem);
  }
}
@media screen and (max-width: 768px) {
  .parallax-img__wrap .parallax-img {
    height: 100%;
  }
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--g-color-black);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt > p {
  font-size: 96px;
  color: var(--g-color-white);
  line-height: 1;
}
.loading-content .loading-txt-progress {
  position: relative;
}
.loading-content .loading-txt-progress p {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
.loading-content .loading-txt-progress p.loaded {
  opacity: 0;
}
.loading-content .loading-txt-progress .loading-progress-bar {
  height: 1px;
  width: 200px;
  background-color: var(--g-color-white);
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress .loading-progress-bar {
    width: 200rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--g-color-black);
}
.loading-content .loading-txt-progress .loading-progress-bar.loaded {
  opacity: 0;
}
.loading-content .loading-end {
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 0;
  left: 0;
  background: var(--g-color-base);
  transition: width 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.loading-content .loading-end.ended {
  width: 100%;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

.c-preloader__progress {
  color: var(--g-color-black);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: MPLUS1;
}

body.is-loading .js-cursor {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  transition: all 0.4s ease-in-out;
}
.header-container {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 1400px) {
  .header-container {
    padding-right: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding-right: 20rem;
    padding-left: 20rem;
  }
}
.header-logo {
  visibility: visible;
}
.header-logo h1 a {
  padding: 20px 0;
  display: block;
}
.header-logo h1 a img {
  width: 200px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  .header-logo h1 a img {
    width: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo h1 a img {
    width: 100rem;
  }
}
.header-logo h1 a .logo {
  display: block;
}
.header-logo h1 a .inv-logo {
  display: none;
}
.header-link {
  visibility: hidden;
}
.header-link ul {
  display: flex;
  -moz-column-gap: 3em;
       column-gap: 3em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-link ul {
    display: none;
  }
}
.header-link ul li {
  visibility: visible;
  position: relative;
}
.header-link ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
.header-link ul li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1400px) {
  .header-link ul li:not(:last-child) {
    margin-right: 40px;
  }
}
.header-link ul li a {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .header-link ul li a {
    font-size: 20rem;
  }
}
.header-link ul li a:hover {
  opacity: 0.4;
}
.header-link ul li.has-dropdown::after {
  display: none;
}
.header-link ul li.has-dropdown > a {
  position: relative;
}
.header-link ul li.has-dropdown > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
.header-link ul li.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
  pointer-events: auto;
}
.header-link ul li.has-dropdown:hover .dropdown-menu::before {
  pointer-events: auto;
}
.header-link ul li.has-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-width: 220px;
  padding: 15px 15px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  pointer-events: none;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.header-link ul li.has-dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 15px;
  background: transparent;
}
@media screen and (max-width: 1400px) {
  .header-link ul li.has-dropdown .dropdown-menu {
    min-width: 280rem;
    padding: 20rem 0;
  }
}
.header-link ul li.has-dropdown .dropdown-menu li {
  width: 100%;
  margin: 0 !important;
}
.header-link ul li.has-dropdown .dropdown-menu li::after {
  display: none;
}
.header-link ul li.has-dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-link ul li.has-dropdown .dropdown-menu li a {
  text-align: center;
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: var(--g-color-black);
  white-space: nowrap;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1400px) {
  .header-link ul li.has-dropdown .dropdown-menu li a {
    padding: 15rem 0;
    font-size: 18rem;
  }
}
.header-link ul li.has-dropdown .dropdown-menu li a span {
  transition: all 0.25s ease;
  position: relative;
  left: 0;
}
.header-link ul li.has-dropdown .dropdown-menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.header-link ul li.has-dropdown .dropdown-menu li a:hover span {
  left: 3px;
}
.header-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-btn {
    visibility: visible;
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35rem;
    height: 35rem;
  }
}
.header-sp-btn span {
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header-sp-btn span {
    background: var(--g-color-black);
    height: 2px;
    width: 35rem;
  }
}
.header-sp-btn span:nth-child(1), .header-sp-btn span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .header-sp-btn span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 12rem));
  }
}
@media screen and (max-width: 768px) {
  .header-sp-btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 12rem));
  }
}
@media screen and (max-width: 768px) {
  .header-sp-btn.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.header-sp-btn.active span:nth-child(2) {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header-sp-btn.active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.header.black li::after {
  background: var(--g-color-black);
}
.header.black a {
  color: var(--g-color-black);
}
.header.black a .logo {
  display: none;
}
.header.black a .inv-logo {
  display: block;
}
.header.black .header-link .has-dropdown > a::after {
  background: var(--g-color-black);
}
.header.down {
  transform: translateY(-101%);
}
@media screen and (max-width: 768px) {
  .header.down {
    transform: translateY(0);
  }
}

.full-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 850;
  background: var(--g-color-white);
  display: none;
}
@media screen and (max-width: 768px) {
  .full-menu {
    display: block;
    transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
    visibility: hidden;
  }
}
.full-menu.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .full-menu-container {
    height: 100%;
    padding: 21rem 30rem;
    padding-top: 160rem;
    overflow-y: auto;
  }
}
.full-menu-container ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .full-menu-container ul li:not(:last-child) {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-container ul li a {
    font-size: 24rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: var(--g-color-black);
  }
}
@media screen and (max-width: 768px) {
  .full-menu-container ul li.has-submenu .submenu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .full-menu-container ul li.has-submenu .submenu-toggle::after {
    content: "▼";
    font-size: 12rem;
    margin-left: 10rem;
    color: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
  }
  .full-menu-container ul li.has-submenu .submenu-toggle.active::after {
    transform: rotate(180deg);
  }
  .full-menu-container ul li.has-submenu .submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
  }
  .full-menu-container ul li.has-submenu .submenu.active {
    max-height: 1000px;
    opacity: 1;
    padding-top: 30rem;
    margin-top: 0;
  }
  .full-menu-container ul li.has-submenu .submenu li {
    margin-bottom: 20rem !important;
  }
  .full-menu-container ul li.has-submenu .submenu li a {
    font-size: 18rem !important;
    font-weight: normal !important;
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .full-menu-container ul li.has-submenu .submenu li a:hover {
    color: var(--g-color-black) !important;
  }
  .full-menu-container ul li.has-submenu .submenu li:last-child {
    margin-bottom: 0 !important;
  }
}

.footer {
  background: #171717;
}
.footer-head {
  padding: 20px 0 15px;
  border-bottom: 1px solid var(--g-color-white);
}
@media screen and (max-width: 1400px) {
  .footer-head {
    padding: 20rem 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-head {
    padding: 0;
  }
}
.footer-head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1400px) {
  .footer-head ul {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-head ul {
    display: none;
  }
}
.footer-head ul li a {
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  color: var(--g-color-white);
}
@media screen and (max-width: 1400px) {
  .footer-head ul li a {
    font-size: 25rem;
  }
}
.footer-main {
  padding: 160px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 0;
  transform: translateX(100px);
}
@media screen and (max-width: 1400px) {
  .footer-main {
    transform: translateX(100rem);
    padding: 160rem 0;
    gap: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    transform: translateX(0);
    grid-template-columns: repeat(1, 1fr);
    gap: 40rem 0;
    padding: 60rem 0;
  }
}
.footer__elem p {
  font-size: 17px;
  font-weight: 500;
  color: var(--g-color-white);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .footer__elem p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__elem p {
    font-size: 16rem;
  }
}
.footer__elem p span {
  display: block;
}
.footer__elem-ttl {
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .footer__elem-ttl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__elem-ttl {
    margin-bottom: 10rem;
  }
}
.footer__elem-ttl p {
  font-size: 23px;
}
@media screen and (max-width: 1400px) {
  .footer__elem-ttl p {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__elem-ttl p {
    font-size: 20rem;
  }
}

.footer2 {
  background: #242D32;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer2 {
    padding-top: 40px;
  }
}

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 24px;
  }
}
.footer-logo__logo {
  display: block;
  width: 200px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer-logo__logo {
    font-size: 16px;
  }
}
.footer-logo__site {
  font-size: 22px;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-logo__site {
    font-size: 16px;
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.footer-page-link {
  display: flex;
  flex-direction: row;
  justify-content: end;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-page-link {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer-page-link li {
    flex: 0 0 50%;
  }
}
.footer-page-link__anchor {
  display: block;
  color: white;
  line-height: 1;
  transition: 0.2s;
}
.footer-page-link__anchor:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .footer-page-link__anchor {
    font-size: 16px;
  }
}
.footer-page-link__en {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer-page-link__ja {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-page-link__ja {
    font-size: 13px;
  }
}

.footer-page-location {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  border-bottom: solid 1px #394348;
}
@media screen and (max-width: 768px) {
  .footer-page-location {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: solid 1px #394348;
  }
}
.footer-page-location__item {
  flex: 1 1 auto;
  margin-bottom: 16px;
  padding-bottom: 16px;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer-page-location__item {
    margin-bottom: 12px;
  }
}
.footer-page-location__site {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer-page-location__site {
    font-size: 16px;
  }
}
.footer-page-location__location {
  font-size: 14px;
  color: #ccc;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .footer-page-location__location {
    font-size: 14px;
  }
}

.footer-copyright {
  width: 100%;
  text-align: right;
  color: #ccc;
  font-size: 14px;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.single-campaign {
  background: var(--g-color-white);
  padding-top: 200px;
}
@media screen and (max-width: 1400px) {
  .single-campaign {
    padding-top: 200rem;
  }
}
.single-campaign-main * {
  font-size: 14px;
  font-weight: 400;
  color: var(--g-color-black);
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .single-campaign-main * {
    margin-bottom: 32rem;
    font-size: 14rem;
  }
}
.single-campaign-main h1,
.single-campaign-main h2,
.single-campaign-main h3,
.single-campaign-main h4,
.single-campaign-main h5,
.single-campaign-main h6 {
  padding: 14px 24px;
  position: relative;
  background: #FAF8F7;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .single-campaign-main h1,
.single-campaign-main h2,
.single-campaign-main h3,
.single-campaign-main h4,
.single-campaign-main h5,
.single-campaign-main h6 {
    font-size: 16rem;
    padding: 14rem 24rem;
  }
}
.single-campaign-main h1::after,
.single-campaign-main h2::after,
.single-campaign-main h3::after,
.single-campaign-main h4::after,
.single-campaign-main h5::after,
.single-campaign-main h6::after {
  content: "";
  width: 8px;
  height: 100%;
  background: #D8C1B2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .single-campaign-main h1::after,
.single-campaign-main h2::after,
.single-campaign-main h3::after,
.single-campaign-main h4::after,
.single-campaign-main h5::after,
.single-campaign-main h6::after {
    width: 8rem;
  }
}
.single-campaign-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .single-campaign-img {
    margin-bottom: 32rem;
  }
}
.single-campaign-img img {
  width: 100%;
  height: auto;
}
.single-campaign-date {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .single-campaign-date {
    margin-bottom: 8rem;
  }
}
.single-campaign-date span {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #999;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-campaign-date span {
    font-size: 14rem;
  }
}
.single-campaign-date span svg {
  width: 12px;
  height: auto;
  margin-right: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-campaign-date span svg {
    width: 12rem;
    margin-right: 4rem;
  }
}
.single-campaign-ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .single-campaign-ttl {
    padding-bottom: 16rem;
  }
}
.single-campaign-ttl p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--g-color-black);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-campaign-ttl p {
    font-size: 16rem;
  }
}
.single-campaign-tb {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-campaign-tb {
    margin-bottom: 40rem;
  }
}
.single-campaign-tb * {
  margin-bottom: 0;
}
.single-campaign-tb__elem {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  padding: 22px 0;
}
@media screen and (max-width: 1400px) {
  .single-campaign-tb__elem {
    padding: 22rem 0;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-tb__elem {
    display: block;
  }
}
.single-campaign-tb__elem-ttl p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .single-campaign-tb__elem-ttl p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-tb__elem-ttl p {
    margin-bottom: 10rem;
    font-size: 16rem;
  }
}
.single-campaign-tb__elem-price__wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}
.single-campaign-tb__elem-price__wrap svg {
  width: 24px;
  height: auto;
  margin: 0 16px;
}
.single-campaign-tb__elem-price {
  position: relative;
}
.single-campaign-tb__elem-price span {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
}
.single-campaign-tb__elem-price p {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: bold;
  position: relative;
  padding-left: 5px;
}
.single-campaign-tb__elem-price:first-child p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #F16A6A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}
.single-campaign-tb__elem-price:last-child span,
.single-campaign-tb__elem-price:last-child p {
  color: #F16A6A;
}
.single-campaign-btn {
  text-align: center;
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .single-campaign-btn {
    padding-top: 34rem;
  }
}
.single-campaign-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-campaign-btn a svg {
  width: 20px;
  height: auto;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .single-campaign-btn a svg {
    width: 20rem;
    margin-right: 16rem;
  }
}
.single-campaign-btn a span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--g-color-black);
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-campaign-btn a span {
    font-size: 16rem;
  }
}
.single-campaign-btn a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.single-campaign-btn a:hover span::after {
  width: 100%;
  left: 0;
  right: auto;
}

.sec-fv {
  height: 750px;
  padding-top: 265px;
}
@media screen and (max-width: 1400px) {
  .sec-fv {
    height: 750rem;
    padding-top: 265rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv {
    height: 600rem;
    padding-top: 200rem;
  }
}
.sec-fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-fv-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-main {
  z-index: 2;
  position: relative;
}
.sec-fv-main h2 {
  font-size: 78px;
  color: var(--g-color-white);
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 120px;
  text-shadow: 0px 0px 30px rgb(0, 0, 0);
  /*text-shadow:
  1px 1px 0 rgba($color: #fff, $alpha: 1),
  -1px -1px 0 rgba($color: #fff, $alpha: 1),
  1px -1px 0 rgba($color: #fff, $alpha: 1),
  -1px 1px 0 rgba($color: #fff, $alpha: 1);*/
}
@media screen and (max-width: 1400px) {
  .sec-fv-main h2 {
    margin-bottom: 120rem;
    font-size: 68rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main h2 {
    font-size: 48rem;
    margin-bottom: 60rem;
  }
}
.sec-fv-main h2 > span {
  display: block;
}
.sec-fv-main h2 > span:nth-child(2) {
  padding-left: 180px;
}
@media screen and (max-width: 1400px) {
  .sec-fv-main h2 > span:nth-child(2) {
    padding-left: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main h2 > span:nth-child(2) {
    padding-left: 0;
    text-align: right;
    text-wrap: nowrap;
  }
}
.sec-fv-main h2 > span span {
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s ease-in-out, filter 1s ease-in-out;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.sec-fv-main h2 > span span:nth-of-type(1) {
  transition-delay: 0s;
}
.sec-fv-main h2 > span span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.sec-fv-main h2 > span span:nth-of-type(3) {
  transition-delay: 0.18s;
}
.sec-fv-main h2 > span span:nth-of-type(4) {
  transition-delay: 0.26s;
}
.sec-fv-main h2 > span span:nth-of-type(5) {
  transition-delay: 0.34s;
}
.sec-fv-main h2 > span span:nth-of-type(6) {
  transition-delay: 0.42s;
}
.sec-fv-main h2 > span span:nth-of-type(7) {
  transition-delay: 0.5s;
}
.sec-fv-main h2 > span span:nth-of-type(8) {
  transition-delay: 0.58s;
}
.sec-fv-main h2 > span span:nth-of-type(9) {
  transition-delay: 0.66s;
}
.sec-fv-main h2 > span span:nth-of-type(10) {
  transition-delay: 0.74s;
}
.sec-fv-main h2 > span span:nth-of-type(11) {
  transition-delay: 0.82s;
}
.sec-fv-main h2 > span span:nth-of-type(12) {
  transition-delay: 0.9s;
}
.sec-fv-main h2 > span span:nth-of-type(13) {
  transition-delay: 0.98s;
}
.sec-fv-main h2 > span span:nth-of-type(14) {
  transition-delay: 1.06s;
}
.sec-fv-main h2 > span span:nth-of-type(15) {
  transition-delay: 1.12s;
}
.sec-fv-main h2._show {
  opacity: 1;
}
.sec-fv-main h2._show > span span {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.sec-fv-main p {
  font-size: 26px;
  color: var(--g-color-white);
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 1400px) {
  .sec-fv-main p {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main p {
    font-size: 20rem;
  }
}
.sec-fv-main p._show {
  opacity: 1;
  transform: translate(0);
}

.sec-news {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-news {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 60rem 0;
  }
}
.sec-news-txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-news-txt {
    margin-bottom: 50rem;
  }
}
.sec-news-txt p {
  text-align: center;
  font-size: 22px;
  color: var(--g-color-black);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-news-txt p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-txt p {
    font-size: 18rem;
  }
}
.sec-news-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-news-main {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-main {
    padding: 0;
    display: block;
  }
}
.sec-news__elem:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-news__elem:not(:last-child) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem:not(:last-child) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem:last-child {
    margin-bottom: 50rem;
  }
}
.sec-news__elem-date p {
  font-size: 17px;
  color: var(--g-color-blue);
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-news__elem-date p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-date p {
    font-size: 18rem;
  }
}
.sec-news__elem-date p span {
  color: var(--g-color-black);
}
.sec-news__elem-ttl p {
  font-size: 17px;
  color: var(--g-color-black);
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-news__elem-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-ttl p {
    font-size: 15rem;
  }
}
.sec-news__elem-ttl p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.sec-news__elem a {
  display: block;
  border: 1px solid #bbb;
  border-radius: 12px;
  padding: 1.1em 1.7em;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .sec-news__elem a {
    padding: 12px 16px;
  }
}
.sec-news__elem a:hover {
  border-color: var(--g-color-blue);
}
.sec-works {
  background: var(--g-color-white);
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-works {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-works {
    padding: 60rem 0;
  }
}
.sec-works-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-works-main {
    display: block;
  }
}
.sec-works-content {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-works-content {
    max-width: 100%;
  }
}
.sec-works-txt {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec-works-txt {
    margin-bottom: 100rem;
  }
}
.sec-works-txt p {
  font-size: 16px;
  color: var(--g-color-black);
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-works-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-works-txt p {
    font-size: 16rem;
  }
}
.sec-works-txt p span {
  display: block;
}
.sec-works-img {
  max-width: 45%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-works-img {
    max-width: 100%;
  }
}
.sec-works-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
@media screen and (max-width: 1400px) {
  .sec-works-gallery {
    gap: 40rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-works-gallery {
    grid-template-columns: 1fr;
    gap: 20rem;
  }
}
.sec-works-gallery__elem {
  width: 246px;
  height: 142px;
}
@media screen and (max-width: 1400px) {
  .sec-works-gallery__elem {
    width: 246rem;
    height: 142rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-works-gallery__elem {
    width: 100%;
    height: 150rem;
  }
}
.sec-works-gallery__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works-btn {
  text-align: center;
}

.sec-recruit {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-recruit {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit {
    padding: 60rem 0;
  }
}
.sec-recruit .container {
  text-align: center;
}
.sec-recruit-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .sec-recruit-main {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-main {
    display: block;
    margin-bottom: 40rem;
  }
}
.sec-recruit-img {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .sec-recruit-img {
    max-width: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-img {
    max-width: 100%;
    margin-bottom: 30rem;
  }
}
.sec-recruit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recruit-txt {
  max-width: 620px;
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 1400px) {
  .sec-recruit-txt {
    max-width: 620rem;
    padding-left: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-txt {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 40rem;
  }
}
.sec-recruit-txt p {
  font-size: 22px;
  color: var(--g-color-black);
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .sec-recruit-txt p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-txt p {
    font-size: 18rem;
    line-height: 1.8;
  }
}
.sec-recruit-txt p:nth-child(1) {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-recruit-txt p:nth-child(1) {
    margin-bottom: 30rem;
    font-size: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-txt p:nth-child(1) {
    font-size: 28rem;
    margin-bottom: 30rem;
  }
}
.sec-recruit-btn {
  display: inline-flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--g-color-black);
  gap: 70px;
}
@media screen and (max-width: 1400px) {
  .sec-recruit-btn {
    padding: 0 30rem;
    padding-bottom: 20rem;
    gap: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-btn {
    gap: 40rem;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-btn__elem:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.sec-recruit-btn__elem a span {
  font-size: 22px;
  color: var(--g-color-black);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-recruit-btn__elem a span {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-btn__elem a span {
    font-size: 20rem;
  }
}

.sec-about {
  padding: 100px 0 200px;
}
@media screen and (max-width: 1400px) {
  .sec-about {
    padding: 100rem 0 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about {
    padding: 60rem 0 100rem;
  }
}
.sec-about-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec-about-main {
    flex-direction: column;
  }
}
.sec-about-ttl h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  color: var(--g-color-black);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .sec-about-ttl h2 {
    font-size: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl h2 {
    font-size: 40rem;
    -ms-writing-mode: unset;
        writing-mode: unset;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt {
    text-align: center;
  }
}
.sec-about-txt p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  color: var(--g-color-black);
  margin-right: 55px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1400px) {
  .sec-about-txt p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt p {
    font-size: 22rem;
    line-height: 1.6;
    margin-right: 0;
    -ms-writing-mode: unset;
        writing-mode: unset;
  }
}
.sec-about-txt p span {
  display: block;
}
.sec-about-txt p span:not(:first-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-about-txt p span:not(:first-child) {
    margin-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt p span:not(:first-child) {
    margin-right: 0;
  }
}

.sec-company {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-company {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-company {
    padding: 60rem 0;
  }
}
.sec-company-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-company-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.sec-company-bg video,
.sec-company-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company .container {
  position: relative;
  z-index: 2;
}
.sec-company-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec-company-ttl {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-company-ttl {
    margin-bottom: 60rem;
  }
}
.sec-company-ttl .sec-ttl {
  text-align: left;
}
.sec-company-txt {
  margin-top: 40px;
  margin-bottom: 148px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec-company-txt {
    margin-top: 40rem;
    margin-bottom: 148rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-company-txt {
    margin-top: 30rem;
    text-align: left;
    margin-bottom: 60rem;
  }
}
.sec-company-txt p {
  text-align: left;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.8;
  color: var(--g-color-white);
  text-shadow: 0 0 36px var(--g-color-black);
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-company-txt p {
    font-size: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-company-txt p {
    font-size: 21rem;
    line-height: 1.6;
  }
}
.sec-company-txt p span {
  display: block;
}
.sec-company-txt p span:nth-child(2) {
  padding-left: 150px;
}
@media screen and (max-width: 1400px) {
  .sec-company-txt p span:nth-child(2) {
    padding-left: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-company-txt p span:nth-child(2) {
    padding-left: 0;
  }
}
.sec-company-btn {
  text-align: right;
}
.sec-company-btn a {
  position: relative;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: var(--g-color-white);
  padding: 0 20px 10px 20px;
}
@media screen and (max-width: 1400px) {
  .sec-company-btn a {
    padding: 0 20rem 10rem 20rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-company-btn a {
    font-size: 20rem;
  }
}
.sec-company-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--g-color-white);
  left: 0;
  bottom: 0;
}

.en-g {
  font-family: "Cormorant Garamond", serif;
}

.mb-1 {
  margin-bottom: 1rem;
}

.section__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section__ttl {
    margin-bottom: 40px;
  }
}
.section__ttl .ja {
  font-size: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section__ttl .ja {
    font-size: 16px;
  }
}
.section__ttl .ja:before {
  content: "";
  background: var(--g-color-blue);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.section__ttl .en {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__ttl .en {
    font-size: 44px;
  }
}
.section__ttl--inv .ja {
  color: #fff;
}
.section__ttl--inv .en {
  color: #fff;
}
.section__ttl.is-white .ja,
.section__ttl.is-white .en {
  color: var(--g-color-white);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(0, 0, 0, 0.6);
}

.bg-niigata {
  position: relative;
  z-index: -3;
}
.bg-niigata:before {
  content: url(./../img/niigata-fill.svg);
  position: absolute;
  width: 800px;
  top: 80px;
  right: 80px;
  opacity: 0.55;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.7)) drop-shadow(0 12px 28px rgba(0, 0, 0, 0.6));
  z-index: -2;
  background-size: 400px auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.bg-niigata:after {
  content: "";
  width: 800px;
  height: 100%;
  z-index: -1;
  display: block;
  background: linear-gradient(rgba(233, 235, 238, 0) 0, #e9ebee 95%);
  position: absolute;
  top: 80px;
  right: 80px;
}

.sec-news-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-news-column {
    flex-direction: column;
  }
}
.sec-news-column__ttl {
  flex: 0 0 30%;
}
.sec-news-column__content {
  flex: 0 0 60%;
}

.business-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .business-ttl {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .business-ttl {
    margin-bottom: 40rem;
  }
}
.business-ttl h2 {
  font-size: 57px;
  color: var(--g-color-black);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .business-ttl h2 {
    font-size: 57px;
  }
}
@media screen and (max-width: 768px) {
  .business-ttl h2 {
    font-size: 36rem;
  }
}

.sec-business-sttl {
  text-align: right;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-business-sttl {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-business-sttl {
    margin-bottom: 50rem;
  }
}
.sec-business-sttl::after {
  content: "";
  position: absolute;
  top: 160%;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-black);
  transform: rotate(-2deg);
}
.sec-business-sttl h2 {
  font-size: 44px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .sec-business-sttl h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .sec-business-sttl h2 {
    font-size: 26rem;
  }
}
.sec-business-sttl._left {
  text-align: left;
}
.sec-business-sttl._left::after {
  right: auto;
  left: 0;
  transform: rotate(2deg);
}

.sec-business-btn {
  text-align: center;
}
.sec-business-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 500;
  font-style: italic;
  width: 182px;
  height: 51px;
  background: var(--g-color-black);
  padding-bottom: 5px;
  border: 1px solid var(--g-color-black);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec-business-btn a {
    font-size: 40px;
    width: 182px;
    height: 51px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec-business-btn a {
    font-size: 30rem;
    width: 140rem;
    height: 40rem;
    padding-bottom: 4rem;
  }
}
.sec-business-btn a:hover {
  background: var(--g-color-white);
  color: var(--g-color-black);
}

.sec-strengths {
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .sec-strengths {
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths {
    padding-top: 60rem;
  }
}
.sec-strengths-ttl .sec-ttl {
  text-align: left;
}
.sec-strengths-main > p {
  font-size: 24px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-main > p {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-main > p {
    font-size: 18rem;
    margin-bottom: 30rem;
  }
}
.sec-strengths-content {
  position: relative;
  background: url(../img/strengths-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content {
    padding: 60rem 0;
  }
}
.sec-strengths-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.sec-strengths-content .container {
  position: relative;
  z-index: 2;
}
.sec-strengths-content .container > p {
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content .container > p {
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content .container > p {
    font-size: 17rem;
  }
}
.sec-strengths-content-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  padding: 0 40px;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content-main {
    margin-bottom: 80rem;
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content-main {
    padding: 0;
    margin-bottom: 50rem;
    display: none;
  }
}
.sec-strengths-content-main-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-strengths-content-main-sp {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    margin-bottom: 50rem;
  }
}
.sec-strengths-content__elem-item {
  border: 1px solid var(--g-color-white);
  padding: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content__elem-item {
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content__elem-item {
    padding: 10rem;
  }
}
.sec-strengths-content__elem-item:first-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content__elem-item:first-child {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content__elem-item:first-child {
    margin-bottom: 0;
  }
}
.sec-strengths-content__elem-item-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content__elem-item-ttl {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content__elem-item-ttl {
    margin-bottom: 10rem;
  }
}
.sec-strengths-content__elem-item-ttl p {
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content__elem-item-ttl p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content__elem-item-ttl p {
    font-size: 20rem;
  }
}
.sec-strengths-content__elem-item-txt p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content__elem-item-txt p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content__elem-item-txt p {
    font-size: 16rem;
  }
}
.sec-strengths-content-mid {
  max-width: 286px;
  width: 100%;
  margin: 0 50px;
}
@media screen and (max-width: 1400px) {
  .sec-strengths-content-mid {
    width: 286rem;
    margin: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-strengths-content-mid {
    display: none;
    width: 100%;
  }
}

.strengths-graphic {
  width: 286px;
  height: 286px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .strengths-graphic {
    width: 286rem;
    height: 286rem;
  }
}
.strengths-graphic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(94, 142, 193, 0.15), transparent 70%);
  border-radius: 8px;
}
@media screen and (max-width: 1400px) {
  .strengths-graphic::before {
    border-radius: 8rem;
  }
}
.strengths-graphic-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  z-index: 2;
  opacity: 0.8;
}
@media screen and (max-width: 1400px) {
  .strengths-graphic-logo {
    width: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .strengths-graphic-logo {
    width: 120rem;
  }
}
.strengths-graphic .strength-section {
  position: absolute;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1400px) {
  .strengths-graphic .strength-section {
    width: 40rem;
    height: 40rem;
  }
}
.strengths-graphic .strength-section:nth-of-type(1) {
  top: 0;
  left: 0;
}
.strengths-graphic .strength-section:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 2px solid rgba(94, 142, 193, 0.5);
  border-left: 2px solid rgba(94, 142, 193, 0.5);
}
@media screen and (max-width: 1400px) {
  .strengths-graphic .strength-section:nth-of-type(1)::before {
    border-width: 2rem;
  }
}
.strengths-graphic .strength-section:nth-of-type(2) {
  top: 0;
  right: 0;
}
.strengths-graphic .strength-section:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 2px solid rgba(94, 142, 193, 0.5);
  border-right: 2px solid rgba(94, 142, 193, 0.5);
}
@media screen and (max-width: 1400px) {
  .strengths-graphic .strength-section:nth-of-type(2)::before {
    border-width: 2rem;
  }
}
.strengths-graphic .strength-section:nth-of-type(3) {
  bottom: 0;
  right: 0;
}
.strengths-graphic .strength-section:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid rgba(94, 142, 193, 0.5);
  border-right: 2px solid rgba(94, 142, 193, 0.5);
}
@media screen and (max-width: 1400px) {
  .strengths-graphic .strength-section:nth-of-type(3)::before {
    border-width: 2rem;
  }
}
.strengths-graphic .strength-section:nth-of-type(4) {
  bottom: 0;
  left: 0;
}
.strengths-graphic .strength-section:nth-of-type(4)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid rgba(94, 142, 193, 0.5);
  border-left: 2px solid rgba(94, 142, 193, 0.5);
}
@media screen and (max-width: 1400px) {
  .strengths-graphic .strength-section:nth-of-type(4)::before {
    border-width: 2rem;
  }
}

.sec-construct {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-construct {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct {
    padding: 60rem 0;
  }
}
.sec-construct-main {
  padding: 0 50px;
}
@media screen and (max-width: 1400px) {
  .sec-construct-main {
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct-main {
    padding: 0;
  }
}
.sec-construct__elem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 54px;
}
@media screen and (max-width: 1400px) {
  .sec-construct__elem {
    gap: 0 54rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct__elem {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct__elem:nth-child(2) {
    margin-top: 50rem;
    flex-direction: column-reverse;
  }
}
.sec-construct__elem-txt {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 1400px) {
  .sec-construct__elem-txt {
    padding: 0 30rem 30rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct__elem-txt {
    padding: 0 20rem 20rem 20rem;
    margin-bottom: 20rem;
  }
}
.sec-construct__elem-txt::before, .sec-construct__elem-txt::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 135px;
  height: 190px;
  background: url(../img/txt-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  .sec-construct__elem-txt::before, .sec-construct__elem-txt::after {
    top: 15rem;
    width: 135rem;
    height: 190rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct__elem-txt::before, .sec-construct__elem-txt::after {
    top: 15rem;
    width: 80rem;
    height: 130rem;
  }
}
.sec-construct__elem-txt::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.sec-construct__elem-txt p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-construct__elem-txt p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct__elem-txt p {
    font-size: 15rem;
  }
}
.sec-construct__elem-txt p:first-child {
  font-size: 19px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-construct__elem-txt p:first-child {
    font-size: 19rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct__elem-txt p:first-child {
    font-size: 18rem;
    margin-bottom: 10rem;
  }
}
.sec-construct__elem-img {
  max-width: 533px;
  height: 356px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .sec-construct__elem-img {
    max-width: 533rem;
    height: 356rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct__elem-img {
    max-width: 100%;
    height: 250rem;
  }
}
.sec-construct__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-construct-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
  margin-top: 120px;
  padding: 0 50px;
}
@media screen and (max-width: 1400px) {
  .sec-construct-content {
    gap: 50rem 40rem;
    margin-top: 120rem;
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct-content {
    grid-template-columns: 1fr;
    gap: 30rem 20rem;
    margin-top: 60rem;
    padding: 0;
  }
}
.sec-construct-content__elem p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-construct-content__elem p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct-content__elem p {
    font-size: 16rem;
  }
}
.sec-construct-content__elem-ttl {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-construct-content__elem-ttl {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct-content__elem-ttl {
    margin-bottom: 20rem;
  }
}
.sec-construct-content__elem-ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 250px;
}
.sec-construct-content__elem-ttl p {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1400px) {
  .sec-construct-content__elem-ttl p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-construct-content__elem-ttl p {
    font-size: 20rem;
  }
}

.construct-bg {
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .construct-bg {
    height: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .construct-bg {
    height: 180rem;
  }
}
.construct-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.construct-bg-container {
  height: 100%;
}
.construct-bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.sec-renovation {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-renovation {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation {
    padding: 60rem 0;
  }
}
.sec-renovation-main > p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-main > p {
    font-size: 18rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-main > p {
    font-size: 16rem;
    margin-bottom: 30rem;
  }
}
.sec-renovation-conclusion {
  margin-top: 60px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-conclusion {
    margin-top: 60rem;
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-conclusion {
    font-size: 16rem;
    margin-top: 40rem;
  }
}
.sec-renovation-tb {
  counter-reset: renovation-counter;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-tb {
    gap: 40rem;
    padding: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb {
    grid-template-columns: 1fr;
    gap: 40rem;
    padding: 0;
  }
}
.sec-renovation-tb__elem {
  position: relative;
  background: #fff;
  overflow: visible;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sec-renovation-tb__elem:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb__elem:hover {
    transform: none;
  }
}
.sec-renovation-tb__elem-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-tb__elem-img {
    height: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb__elem-img {
    height: 200rem;
  }
}
.sec-renovation-tb__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.sec-renovation-tb__elem:hover .sec-renovation-tb__elem-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb__elem:hover .sec-renovation-tb__elem-img img {
    transform: none;
  }
}
.sec-renovation-tb__elem-content {
  padding: 30px 25px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-tb__elem-content {
    padding: 30rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb__elem-content {
    padding: 25rem 20rem;
  }
}
.sec-renovation-tb__elem-ttl {
  font-size: 20px;
  line-height: 1.4;
  color: var(--g-color-black);
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-tb__elem-ttl {
    font-size: 20rem;
    margin-bottom: 15rem;
    padding-left: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb__elem-ttl {
    font-size: 18rem;
    margin-bottom: 12rem;
    padding-left: 50rem;
  }
}
.sec-renovation-tb__elem-ttl::before {
  counter-increment: renovation-counter;
  content: "0" counter(renovation-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--g-color-blue);
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-tb__elem-ttl::before {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb__elem-ttl::before {
    font-size: 38rem;
  }
}
.sec-renovation-tb__elem-txt {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .sec-renovation-tb__elem-txt {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-renovation-tb__elem-txt {
    font-size: 15rem;
  }
}

.sec-flow {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-flow {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow {
    padding: 60rem 0;
    padding-top: 0;
  }
}
.sec-flow-container {
  background: url(../img/flow-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-flow-container {
    padding: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-container {
    padding: 50rem 30rem;
  }
}
.sec-flow-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.sec-flow-ttl {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec-flow-ttl h2 {
  font-size: 33px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-flow-ttl h2 {
    font-size: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-ttl h2 {
    font-size: 21rem;
  }
}
.sec-flow-main {
  position: relative;
  z-index: 2;
}
.sec-flow__elem {
  display: flex;
  align-items: start;
  justify-content: left;
  border-bottom: 1px solid var(--g-color-white);
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem {
    padding: 25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-num {
    position: absolute;
    top: 25rem;
    left: 0;
  }
}
.sec-flow__elem-num p {
  font-size: 25px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem-num p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-num p {
    font-size: 20rem;
  }
}
.sec-flow__elem-txt {
  max-width: 70%;
  width: 100%;
  padding-left: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem-txt {
    padding-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-txt {
    max-width: 100%;
    padding-left: 0;
  }
}
.sec-flow__elem-txt p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--g-color-white);
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem-txt p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-txt p {
    padding-right: 80rem;
    font-size: 16rem;
  }
}
.sec-flow__elem-txt p:first-child {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  z-index: 1;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem-txt p:first-child {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 30rem;
    padding-left: 80rem;
    padding-right: 0;
  }
}
.sec-flow__elem-txt p:first-child span {
  position: relative;
  z-index: 2;
  display: block;
}
.sec-flow__elem-txt p:first-child img {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: unset;
  width: 350px;
  z-index: 1;
  transform: translateX(-15%);
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem-txt p:first-child img {
    width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-txt p:first-child img {
    transform: translateX(-12%);
    width: 380rem;
  }
}
.sec-flow__elem-img {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem-img {
    right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-img {
    top: 60%;
    right: 0;
  }
}
.sec-flow__elem-img img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .sec-flow__elem-img img {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-img img {
    width: 70rem;
  }
}

.sec-infra {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-infra {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra {
    padding: 60rem 0;
    padding-top: 0;
  }
}
.sec-infra-main-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .sec-infra-main-ttl {
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main-ttl {
    margin-bottom: 16rem;
  }
}
.sec-infra-main-ttl p {
  font-size: 25px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-infra-main-ttl p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main-ttl p {
    font-size: 20rem;
  }
}
.sec-infra-main > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-infra-main > p {
    margin-bottom: 50rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main > p {
    font-size: 15rem;
    margin-bottom: 30rem;
  }
}
.sec-infra-main-tb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 150px;
  margin-bottom: 50px;
  counter-reset: infra-counter;
}
@media screen and (max-width: 1400px) {
  .sec-infra-main-tb {
    padding: 0 150rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main-tb {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30rem;
  }
}
.sec-infra-main-tb__elem {
  padding: 20px 30px;
  border-bottom: 1px solid var(--g-color-black);
  border-left: 1px solid var(--g-color-black);
  background: var(--g-color-white);
}
@media screen and (max-width: 1400px) {
  .sec-infra-main-tb__elem {
    padding: 20rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main-tb__elem {
    padding: 10rem 20rem;
    border-right: 1px solid var(--g-color-black);
  }
}
.sec-infra-main-tb__elem:nth-child(1), .sec-infra-main-tb__elem:nth-child(2) {
  border-top: 1px solid var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-infra-main-tb__elem:nth-child(1) {
    border-bottom: unset;
  }
}
.sec-infra-main-tb__elem:nth-child(2), .sec-infra-main-tb__elem:nth-child(4) {
  border-right: 1px solid var(--g-color-black);
}
.sec-infra-main-tb__elem-ttl {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  counter-increment: infra-counter;
}
.sec-infra-main-tb__elem-ttl p {
  font-size: 23px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: bold;
  padding-left: 40px;
}
@media screen and (max-width: 1400px) {
  .sec-infra-main-tb__elem-ttl p {
    font-size: 23rem;
    padding-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main-tb__elem-ttl p {
    font-size: 20rem;
    padding-left: 35rem;
  }
}
.sec-infra-main-tb__elem-ttl p::before {
  counter-increment: none;
  content: counter(infra-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: var(--g-color-blue);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .sec-infra-main-tb__elem-ttl p::before {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main-tb__elem-ttl p::before {
    font-size: 32rem;
  }
}
.sec-infra-main-tb__elem-txt p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-infra-main-tb__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-main-tb__elem-txt p {
    font-size: 14rem;
  }
}
.sec-infra-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1400px) {
  .sec-infra-imgs {
    gap: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-infra-imgs {
    gap: 10rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-infra-imgs-img {
  width: 100%;
}
.sec-infra-imgs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-performance {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-performance {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance {
    padding: 60rem 0;
    padding-top: 0;
  }
}
.sec-performance-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-performance-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-ttl {
    margin-bottom: 30rem;
  }
}
.sec-performance-ttl h2 {
  font-size: 35px;
  line-height: 1.4;
  padding-right: 100px;
  color: var(--g-color-black);
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-performance-ttl h2 {
    font-size: 35rem;
    padding-right: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-ttl h2 {
    font-size: 26rem;
    padding-right: 0;
  }
}
.sec-performance-ttl h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-black);
}
.sec-performance-main-ttl {
  margin-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  .sec-performance-main-ttl {
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-main-ttl {
    margin-bottom: 16rem;
  }
}
.sec-performance-main-ttl p {
  font-size: 28px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-performance-main-ttl p {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-main-ttl p {
    font-size: 18rem;
  }
}
.sec-performance-main > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 1400px) {
  .sec-performance-main > p {
    margin-bottom: 32rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-main > p {
    font-size: 15rem;
    margin-bottom: 50rem;
  }
}
.sec-performance-tb {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-performance-tb {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-tb {
    margin-bottom: 30rem;
  }
}
.sec-performance__elem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  border-bottom: 1px solid var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-performance__elem {
    padding: 40rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance__elem {
    padding: 30rem 0;
    flex-direction: column;
  }
}
.sec-performance__elem:first-child {
  border-top: 1px solid var(--g-color-black);
}
.sec-performance__elem-img {
  max-width: 448px;
  height: 235px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .sec-performance__elem-img {
    max-width: 448rem;
    height: 235rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance__elem-img {
    max-width: 100%;
    margin-bottom: 20rem;
    height: 200rem;
  }
}
.sec-performance__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-performance__elem-txt {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-performance__elem-txt {
    padding-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance__elem-txt {
    padding-left: 0;
  }
}
.sec-performance__elem-txt p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-performance__elem-txt p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance__elem-txt p {
    font-size: 16rem;
  }
}
.sec-performance__elem-txt p:first-child {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-performance__elem-txt p:first-child {
    font-size: 23rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance__elem-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}

.sec-dismantling {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-dismantling {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-dismantling {
    padding: 60rem 0;
  }
}
.sec-dismantling-main {
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-dismantling-main {
    flex-direction: column;
  }
}
.sec-dismantling-txt {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  padding-right: 50px;
  padding-top: 180px;
}
@media screen and (max-width: 1400px) {
  .sec-dismantling-txt {
    padding-right: 50rem;
    padding-top: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-dismantling-txt {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 30rem;
  }
}
.sec-dismantling-txt p {
  margin-left: auto;
  font-size: 19px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1400px) {
  .sec-dismantling-txt p {
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-dismantling-txt p {
    font-size: 16rem;
  }
}
.sec-dismantling-txt p span {
  display: block;
}
.sec-dismantling-img {
  max-width: 594px;
  width: 100%;
  height: 451px;
}
@media screen and (max-width: 1400px) {
  .sec-dismantling-img {
    max-width: 594rem;
    height: 451rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-dismantling-img {
    max-width: 100%;
    height: 250rem;
  }
}
.sec-dismantling-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-demolition {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-demolition {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition {
    padding: 60rem 0;
    padding-top: 0;
  }
}
.sec-demolition-ttl .sec-business-sttl h2 {
  padding-left: 80px;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-ttl .sec-business-sttl h2 {
    padding-left: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-ttl .sec-business-sttl h2 {
    padding-left: 0;
  }
}
.sec-demolition-main {
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-main {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-main {
    padding: 0;
  }
}
.sec-demolition-main > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-main > p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-main > p {
    font-size: 15rem;
  }
}
.sec-demolition-tb {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-tb {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-tb {
    margin-bottom: 30rem;
  }
}
.sec-demolition-tb__elem {
  display: flex;
  align-items: stretch;
  justify-content: left;
  border-bottom: unset;
}
.sec-demolition-tb__elem-img {
  max-width: 120px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-tb__elem-img {
    padding: 10rem 20rem;
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-tb__elem-img {
    max-width: 80rem;
    padding: 5rem 10rem;
  }
}
.sec-demolition-tb__elem-img svg {
  width: 64px;
  height: 64px;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1400px) {
  .sec-demolition-tb__elem-img svg {
    width: 64rem;
    height: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-tb__elem-img svg {
    width: 52rem;
    height: 52rem;
  }
}
.sec-demolition-tb__elem-txt {
  padding: 20px 30px;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-tb__elem-txt {
    padding: 20rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-tb__elem-txt {
    padding: 15rem 20rem;
  }
}
.sec-demolition-tb__elem-txt p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-tb__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-tb__elem-txt p {
    font-size: 14rem;
  }
}
.sec-demolition-tb__elem-txt p:first-child {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-demolition-tb__elem-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-demolition-tb__elem-txt p:first-child {
    font-size: 18rem;
    margin-bottom: 5rem;
  }
}

.demolition-bg {
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .demolition-bg {
    height: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .demolition-bg {
    height: 180rem;
  }
}
.demolition-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.demolition-bg-container {
  height: 100%;
}
.demolition-bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.sec-tech {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-tech {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech {
    padding: 60rem 0;
  }
}
.sec-tech .container {
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-tech .container {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech .container {
    padding: 0;
  }
}
.sec-tech-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-tech-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-ttl {
    margin-bottom: 30rem;
  }
}
.sec-tech-ttl h2 {
  font-size: 32px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-tech-ttl h2 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-ttl h2 {
    font-size: 26rem;
  }
}
.sec-tech-tb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-tech-tb {
    gap: 25rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-tb {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30rem;
  }
}
.sec-tech-tb__elem {
  border: 1px solid var(--g-color-black);
}
.sec-tech-tb__elem p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-tech-tb__elem p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-tb__elem p {
    font-size: 16rem;
  }
}
.sec-tech-tb__elem-ttl {
  padding: 10px 20px;
  border-bottom: 1px solid var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-tech-tb__elem-ttl {
    padding: 10rem 20rem;
  }
}
.sec-tech-tb__elem-ttl p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-tech-tb__elem-ttl p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-tb__elem-ttl p {
    font-size: 20rem;
  }
}
.sec-tech-tb__elem-txt {
  padding: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-tech-tb__elem-txt {
    padding: 20rem;
  }
}
.sec-tech-column {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media screen and (max-width: 1400px) {
  .sec-tech-column {
    margin-bottom: 60rem;
    gap: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-column {
    margin-bottom: 40rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-tech-column__elem {
  width: 100%;
}
.sec-tech-column__elem-img {
  width: 100%;
  height: 212px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-tech-column__elem-img {
    height: 212rem;
    margin-bottom: 20rem;
  }
}
.sec-tech-column__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-tech-column__elem-txt p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-tech-column__elem-txt p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-column__elem-txt p {
    font-size: 16rem;
  }
}
.sec-tech-column__elem-txt p:first-child {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec-tech-column__elem-txt p:first-child {
    font-size: 22rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-column__elem-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 5rem;
  }
}

.sec-commerce {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-commerce {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce {
    padding: 60rem 0;
  }
}
.sec-commerce-main {
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-main {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-main {
    padding: 0;
  }
}
.sec-commerce-main > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-main > p {
    font-size: 16rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-main > p {
    font-size: 15rem;
    margin-bottom: 30rem;
  }
}
.sec-commerce-tb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 160px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb {
    gap: 160rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb {
    display: none;
  }
}
.sec-commerce-tb__elem {
  width: 40%;
  position: relative;
  z-index: 2;
}
.sec-commerce-tb__elem:first-child {
  text-align: right;
}
.sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item {
  margin-bottom: 45px;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item {
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item {
    margin-bottom: 30rem;
  }
}
.sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item::before {
  left: unset;
  right: 100%;
}
.sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item::after {
  left: unset;
  right: calc(100% + 61px);
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item::after {
    right: calc(100% + 61rem);
  }
}
.sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item:nth-child(1)::after {
  content: "2";
}
.sec-commerce-tb__elem:last-child .sec-commerce-tb__elem-item:nth-child(2)::after {
  content: "4";
}
.sec-commerce-tb__elem-item {
  padding: 20px;
  border: 1px solid var(--g-color-black);
  position: relative;
  background: var(--g-color-white);
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem-item {
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb__elem-item {
    padding: 10rem;
  }
}
.sec-commerce-tb__elem-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem-item:not(:last-child) {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb__elem-item:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.sec-commerce-tb__elem-item::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 100%;
  width: 80px;
  height: 2px;
  background: var(--g-color-black);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem-item::before {
    top: 35rem;
    width: 80rem;
  }
}
.sec-commerce-tb__elem-item::after {
  content: "1";
  width: 42px;
  height: 42px;
  background: var(--g-color-white);
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: calc(100% + 61px);
  transform: translatey(-50%);
  border: 2px solid var(--g-color-black);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem-item::after {
    left: calc(100% + 61rem);
    width: 42rem;
    height: 42rem;
    top: 35rem;
  }
}
.sec-commerce-tb__elem-item:nth-child(2)::after {
  content: "3";
}
.sec-commerce-tb__elem-item:nth-child(3)::after {
  content: "5";
}
.sec-commerce-tb__elem-item p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem-item p {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb__elem-item p {
    font-size: 14rem;
  }
}
.sec-commerce-tb__elem-item p:first-child {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb__elem-item p:first-child {
    font-size: 19rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb__elem-item p:first-child {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
}
.sec-commerce-tb-line {
  position: absolute;
  left: 50%;
  top: 35px;
  width: 2px;
  height: 68%;
  background: var(--g-color-black);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb-line {
    top: 35rem;
  }
}
.sec-commerce-tb-sp {
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb-sp {
    display: block;
    margin-bottom: 30rem;
  }
}
.sec-commerce-tb-sp__elem {
  padding: 20px;
  border: 1px solid var(--g-color-black);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-tb-sp__elem {
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb-sp__elem {
    padding: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb-sp__elem:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.sec-commerce-tb-sp__elem p {
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb-sp__elem p {
    font-size: 14rem;
  }
}
.sec-commerce-tb-sp__elem p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb-sp__elem p span {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    border: 1px solid var(--g-color-black);
    font-size: 20rem;
    font-weight: bold;
    color: var(--g-color-black);
    margin-right: 10rem;
  }
}
.sec-commerce-tb-sp__elem p:first-child {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-commerce-tb-sp__elem p:first-child {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
}
.sec-commerce-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-imgs {
    gap: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-imgs {
    gap: 10rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-commerce-img {
  width: 100%;
  height: 154px;
}
@media screen and (max-width: 1400px) {
  .sec-commerce-img {
    height: 154rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-commerce-img {
    height: 120rem;
  }
}
.sec-commerce-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-facility {
  padding: 100px 0;
  background: #171717;
}
@media screen and (max-width: 1400px) {
  .sec-facility {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility {
    padding: 60rem 0;
  }
}
.sec-facility-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-ttl {
    margin-bottom: 30rem;
  }
}
.sec-facility-ttl h2 {
  font-size: 50px;
  line-height: 1.4;
  color: var(--g-color-white);
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-facility-ttl h2 {
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-ttl h2 {
    font-size: 30rem;
  }
}
.sec-facility-ttl h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-white);
}
.sec-facility-main {
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main {
    padding: 0;
  }
}
.sec-facility-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content {
    gap: 35rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content {
    flex-direction: column;
    gap: 30rem;
    margin-bottom: 30rem;
  }
}
.sec-facility-main-content-txt {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content-txt {
    padding: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content-txt {
    padding: 20rem;
  }
}
.sec-facility-main-content-txt::before, .sec-facility-main-content-txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: url(../img/facility-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content-txt::before, .sec-facility-main-content-txt::after {
    width: 72rem;
    height: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content-txt::before, .sec-facility-main-content-txt::after {
    width: 50rem;
    height: 50rem;
  }
}
.sec-facility-main-content-txt::before {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
.sec-facility-main-content-txt p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content-txt p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content-txt p {
    font-size: 16rem;
  }
}
.sec-facility-main-content-txt p:first-child {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content-txt p:first-child {
    font-size: 28rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
.sec-facility-main-content-img-container {
  width: 486px;
  height: 263px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content-img-container {
    width: 486rem;
    height: 263rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content-img-container {
    width: 100%;
    height: 200rem;
    margin-bottom: 20rem;
  }
}
.sec-facility-main-content-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-facility-main-content-img p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content-img p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content-img p {
    font-size: 14rem;
  }
}
.sec-facility-main-content-img p:nth-child(2) {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-content-img p:nth-child(2) {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-content-img p:nth-child(2) {
    font-size: 18rem;
    margin-bottom: 5rem;
  }
}
.sec-facility-main-column {
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-column {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-column {
    margin-bottom: 50rem;
  }
}
.sec-facility-main-column__elem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-column__elem {
    gap: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-column__elem {
    flex-direction: column;
    gap: 20rem;
  }
}
.sec-facility-main-column__elem:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-column__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-column__elem:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.sec-facility-main-column__elem-img {
  max-width: 423px;
  width: 100%;
  height: 223px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-column__elem-img {
    max-width: 423rem;
    height: 223rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-column__elem-img {
    max-width: 100%;
    height: 200rem;
  }
}
.sec-facility-main-column__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-facility-main-column__elem-txt {
  max-width: 100%;
  width: 100%;
}
.sec-facility-main-column__elem-txt p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-column__elem-txt p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-column__elem-txt p {
    font-size: 16rem;
  }
}
.sec-facility-main-column__elem-txt p:first-child {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-column__elem-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-column__elem-txt p:first-child {
    font-size: 18rem;
    margin-bottom: 5rem;
  }
}
.sec-facility-main-intro {
  position: relative;
  padding: 30px;
  margin-bottom: 50px;
}
.sec-facility-main-intro::before, .sec-facility-main-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: url(../img/facility-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-facility-main-intro::before {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-intro {
    padding: 30px;
    margin-bottom: 50px;
  }
  .sec-facility-main-intro::before, .sec-facility-main-intro::after {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-intro {
    padding: 20px;
    margin-bottom: 30px;
  }
  .sec-facility-main-intro::before, .sec-facility-main-intro::after {
    width: 50px;
    height: 50px;
  }
}
.sec-facility-main-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--g-color-white) !important;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-intro p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-intro p {
    font-size: 16px;
  }
}
.sec-facility-main-intro p:first-child {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-intro p:first-child {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-intro p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.sec-facility-main-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-imgs {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.sec-facility-main-img-item {
  display: flex;
  flex-direction: column;
}
.sec-facility-main-img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-img {
    height: 250px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-img {
    height: 200px;
    margin-bottom: 15px;
  }
}
.sec-facility-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-facility-main-img-desc {
  flex: 1;
}
.sec-facility-main-img-title {
  font-size: 20px;
  line-height: 1.5;
  color: var(--g-color-white) !important;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-img-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-img-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.sec-facility-main-img-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-white) !important;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-facility-main-img-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-main-img-text {
    font-size: 14px;
  }
}

.sec-estate {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-estate {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate {
    padding: 60rem 0;
  }
}
.sec-estate-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-estate-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-ttl {
    margin-bottom: 30rem;
  }
}
.sec-estate-ttl h2 {
  font-size: 50px;
  line-height: 1.4;
  color: var(--g-color-black);
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-estate-ttl h2 {
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-ttl h2 {
    font-size: 30rem;
  }
}
.sec-estate-ttl h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-black);
  transition: all 0.4s ease-in-out;
}
.sec-estate-main {
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-estate-main {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-main {
    padding: 0;
  }
}
.sec-estate-main > p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-estate-main > p {
    font-size: 17rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-main > p {
    font-size: 15rem;
    margin-bottom: 30rem;
  }
}
.sec-estate-tb {
  padding: 0 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-estate-tb {
    padding: 0 80rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-tb {
    padding: 0;
    margin-bottom: 30rem;
  }
}
.sec-estate-tb > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-estate-tb > p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-tb > p {
    font-size: 14rem;
  }
}
.sec-estate-tb-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-estate-tb-main {
    gap: 30rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-tb-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 20rem;
    margin-bottom: 20rem;
  }
}
.sec-estate-tb__elem {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  padding: 22px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 1400px) {
  .sec-estate-tb__elem {
    padding: 22rem 26rem;
    border-radius: 0;
    box-shadow: 0 8rem 24rem rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-tb__elem {
    padding: 18rem 20rem;
  }
}
.sec-estate-tb__elem:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}
.sec-estate-tb__elem-txt {
  padding: 0;
  display: grid;
  gap: 10px;
}
.sec-estate-tb__elem-txt p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-estate-tb__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-tb__elem-txt p {
    font-size: 14rem;
  }
}
.sec-estate-tb__elem-txt p:first-child {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: bold;
  position: relative;
  padding-left: 0;
}
@media screen and (max-width: 1400px) {
  .sec-estate-tb__elem-txt p:first-child {
    font-size: 22rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-tb__elem-txt p:first-child {
    font-size: 19rem;
    margin-bottom: 4rem;
  }
}
.sec-estate-tb__elem-txt p:first-child::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--g-color-blue);
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .sec-estate-tb__elem-txt p:first-child::after {
    width: 42rem;
    height: 3rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-estate-tb__elem-txt p:first-child::after {
    width: 36rem;
    height: 3rem;
    margin-top: 8rem;
  }
}

.sec-holding {
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec-holding {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding {
    padding-bottom: 60rem;
  }
}
.sec-holding-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-ttl {
    margin-bottom: 30rem;
  }
}
.sec-holding-ttl h2 {
  font-size: 50px;
  line-height: 1.4;
  color: var(--g-color-black);
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-holding-ttl h2 {
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-ttl h2 {
    font-size: 30rem;
  }
}
.sec-holding-ttl h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-black);
  transition: all 0.4s ease-in-out;
}
.sec-holding-main {
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main {
    padding: 0;
  }
}
.sec-holding-main-txt > p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-txt > p {
    font-size: 17rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-txt > p {
    font-size: 15rem;
    margin-bottom: 30rem;
  }
}
.sec-holding-main-txt > p:first-child {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-txt > p:first-child {
    font-size: 26rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-txt > p:first-child {
    font-size: 20rem;
    margin-bottom: 5rem;
  }
}
.sec-holding-main__elem {
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main__elem {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main__elem {
    margin-bottom: 40rem;
  }
}
.sec-holding-main__elem-content {
  border: 1px solid var(--g-color-black);
  margin-bottom: 30px;
  display: block;
  padding: 20px 30px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main__elem-content {
    margin-bottom: 30rem;
    padding: 20rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main__elem-content {
    margin-bottom: 20rem;
    padding: 10rem 20rem;
  }
}
.sec-holding-main__elem-txt {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
}
.sec-holding-main__elem-txt p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main__elem-txt p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main__elem-txt p {
    font-size: 15rem;
  }
}
.sec-holding-main__elem-txt p:first-child {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main__elem-txt p:first-child {
    font-size: 25rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main__elem-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 5rem;
  }
}
.sec-holding-main__elem-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main__elem-imgs {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main__elem-imgs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-holding-main__elem-img {
  width: 100%;
  height: 303px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main__elem-img {
    height: 303rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main__elem-img {
    height: 200rem;
  }
}
.sec-holding-main__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-holding-main-last > p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-last > p {
    font-size: 20rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last > p {
    font-size: 18rem;
    margin-bottom: 30rem;
  }
}
.sec-holding-main-last-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-last-content {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last-content {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30rem;
  }
}
.sec-holding-main-last-content__elem {
  border: 1px solid var(--g-color-black);
  padding: 20px 35px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-last-content__elem {
    padding: 20rem 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last-content__elem {
    padding: 10rem 20rem;
  }
}
.sec-holding-main-last-content__elem:first-child {
  border-right: unset;
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last-content__elem:first-child {
    border-right: 1px solid var(--g-color-black);
    border-bottom: unset;
  }
}
.sec-holding-main-last-content__elem p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-last-content__elem p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last-content__elem p {
    font-size: 15rem;
  }
}
.sec-holding-main-last-content__elem p:first-child {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-last-content__elem p:first-child {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last-content__elem p:first-child {
    font-size: 20rem;
    margin-bottom: 5rem;
  }
}
.sec-holding-main-last-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-last-imgs {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last-imgs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-holding-main-last-img {
  width: 100%;
  height: 356px;
}
@media screen and (max-width: 1400px) {
  .sec-holding-main-last-img {
    height: 356rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-holding-main-last-img {
    height: 250rem;
  }
}
.sec-holding-main-last-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-performance-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-performance-imgs {
    gap: 22rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-imgs {
    gap: 10rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30rem;
  }
}
.sec-performance-img {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1400px) {
  .sec-performance-img {
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-performance-img {
    height: 150rem;
  }
}
.sec-performance-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-tech-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1400px) {
  .sec-tech-imgs {
    gap: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-imgs {
    gap: 10rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-tech-img {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1400px) {
  .sec-tech-img {
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech-img {
    height: 150rem;
  }
}
.sec-tech-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-facility-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-imgs {
    gap: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-imgs {
    gap: 10rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-facility-img {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1400px) {
  .sec-facility-img {
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-facility-img {
    height: 150rem;
  }
}
.sec-facility-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-voice {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-voice {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice {
    padding: 60rem 0;
  }
}
.sec-voice-ttl {
  padding-left: 80px;
}
@media screen and (max-width: 1400px) {
  .sec-voice-ttl {
    padding-left: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice-ttl {
    padding-left: 0;
  }
}
.sec-voice-ttl .sec-ttl {
  text-align: left;
}
.sec-voice-main {
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-voice-main {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice-main {
    padding: 0;
  }
}
.sec-voice__elem {
  display: flex;
  align-items: start;
  justify-content: left;
  gap: 0 120px;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem {
    gap: 0 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 30rem;
  }
}
.sec-voice__elem:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .sec-voice__elem:nth-child(2) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec-voice__elem:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem:not(:last-child) {
    margin-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem:not(:last-child) {
    margin-bottom: 60rem;
  }
}
.sec-voice__elem-img {
  width: 341px;
  height: 341px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-img {
    width: 341rem;
    height: 341rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-img {
    width: 250rem;
    height: 250rem;
    margin-bottom: 20rem;
  }
}
.sec-voice__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-voice__elem-txt {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt {
    max-width: 100%;
  }
}
.sec-voice__elem-txt .voice-catch {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--g-color-blue);
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-catch {
    margin-bottom: 20rem;
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-catch {
    margin-bottom: 18rem;
    padding-bottom: 15rem;
  }
}
.sec-voice__elem-txt .voice-catch p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-catch p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-catch p {
    font-size: 17rem;
  }
}
.sec-voice__elem-txt .voice-info {
  display: flex;
  gap: 35px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-info {
    gap: 35rem;
    margin-bottom: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-info {
    gap: 25rem;
    margin-bottom: 25rem;
  }
}
.sec-voice__elem-txt .voice-info dl {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-info dl {
    gap: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-info dl {
    gap: 10rem;
  }
}
.sec-voice__elem-txt .voice-info dl dt {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-info dl dt {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-info dl dt {
    font-size: 14rem;
  }
}
.sec-voice__elem-txt .voice-info dl dd {
  font-size: 15px;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-info dl dd {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-info dl dd {
    font-size: 14rem;
  }
}
.sec-voice__elem-txt .voice-content h4 {
  font-size: 17px;
  font-weight: bold;
  color: var(--g-color-black);
  margin-bottom: 10px;
  margin-top: 28px;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-content h4 {
    font-size: 17rem;
    margin-bottom: 10rem;
    margin-top: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-content h4 {
    font-size: 16rem;
    margin-bottom: 8rem;
    margin-top: 22rem;
  }
}
.sec-voice__elem-txt .voice-content h4:first-child {
  margin-top: 0;
}
.sec-voice__elem-txt .voice-content p {
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .sec-voice__elem-txt .voice-content p {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt .voice-content p {
    font-size: 14rem;
  }
}

.recruit-bg {
  height: 420px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .recruit-bg {
    height: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-bg {
    height: 250rem;
  }
}
.recruit-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.recruit-bg-container {
  height: 100%;
}
.recruit-bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-data {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-data {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-data {
    padding: 60rem 0;
  }
}
.sec-data-ttl {
  padding-left: 80px;
}
@media screen and (max-width: 1400px) {
  .sec-data-ttl {
    padding-left: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-data-ttl {
    padding-left: 0;
  }
}
.sec-data-ttl .sec-ttl {
  text-align: left;
}
.sec-data-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 120px;
}
@media screen and (max-width: 1400px) {
  .sec-data-main {
    gap: 48rem 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-data-main {
    gap: 30rem;
  }
}
.sec-data__elem-img {
  text-align: center;
}
.sec-data__elem-img img {
  width: 120px;
}
@media screen and (max-width: 1400px) {
  .sec-data__elem-img img {
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-data__elem-img img {
    width: 70rem;
  }
}
.sec-data__elem-txt p {
  font-size: 30px;
  font-weight: bold;
  color: var(--g-color-black);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec-data__elem-txt p {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-data__elem-txt p {
    font-size: 18rem;
  }
}
.sec-data__elem-txt .data-value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--g-color-blue);
  text-align: center;
  margin-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1400px) {
  .sec-data__elem-txt .data-value {
    font-size: 28rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-data__elem-txt .data-value {
    font-size: 17rem;
    margin-top: 5rem;
  }
}
.sec-data__elem-txt .data-value small {
  font-size: 0.55em;
  font-weight: 500;
  color: #555;
  vertical-align: baseline;
}

.sec-benefits {
  padding: 100px 0;
  padding-top: 0;
}
@media screen and (max-width: 1400px) {
  .sec-benefits {
    padding: 100rem 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits {
    padding: 60rem 0;
    padding-top: 0;
  }
}
.sec-benefits-ttl {
  padding-left: 80px;
}
@media screen and (max-width: 1400px) {
  .sec-benefits-ttl {
    padding-left: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits-ttl {
    padding-left: 0;
  }
}
.sec-benefits-ttl .sec-ttl {
  text-align: left;
}
.sec-benefits__elem {
  padding-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .sec-benefits__elem {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits__elem {
    padding-bottom: 20rem;
  }
}
.sec-benefits__elem-txt {
  border: 1px solid var(--g-color-black);
  margin-bottom: 20px;
  padding: 20px 40px;
}
@media screen and (max-width: 1400px) {
  .sec-benefits__elem-txt {
    margin-bottom: 20rem;
    padding: 20rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits__elem-txt {
    margin-bottom: 16rem;
    padding: 16rem 32rem;
  }
}
.sec-benefits__elem-txt p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-benefits__elem-txt p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits__elem-txt p {
    font-size: 16rem;
  }
}
.sec-benefits__elem-txt p:first-child {
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-benefits__elem-txt p:first-child {
    margin-bottom: 10rem;
    font-size: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits__elem-txt p:first-child {
    font-size: 20rem;
  }
}
.sec-benefits__elem-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 78px;
}
@media screen and (max-width: 1400px) {
  .sec-benefits__elem-img {
    gap: 0 78rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits__elem-img {
    display: block;
  }
}
.sec-benefits__elem-img-item {
  width: 290px;
  height: 290px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-benefits__elem-img-item {
    border-radius: 20rem;
    width: 290rem;
    height: 290rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-benefits__elem-img-item {
    width: 100%;
    height: 200rem;
    margin-bottom: 20rem;
  }
}
.sec-benefits__elem-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .benefits-list {
    flex-direction: column;
  }
}
.benefits-list__item {
  flex: 0 0 30%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .benefits-list__item {
    flex: 0 0 100%;
  }
}
.benefits-list__ttl {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.2em;
}
.benefits-list__number {
  color: var(--g-color-blue);
  margin-right: 0.2em;
  font-size: 0.9em;
  line-height: 1;
}
.benefits-list__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  margin-bottom: 16px;
}

.sec-msg {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-msg {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg {
    padding: 60rem 0;
  }
}
.sec-msg-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 1400px) {
  .sec-msg-main {
    gap: 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-main {
    flex-direction: column;
    gap: 0 40rem;
  }
}
.sec-msg-content {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-msg-content {
    margin-bottom: 30rem;
  }
}
.sec-msg-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-msg-ttl {
    margin-bottom: 30rem;
  }
}
.sec-msg-ttl h2 {
  font-size: 30px;
  color: var(--g-color-black);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-msg-ttl h2 {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-ttl h2 {
    font-size: 24rem;
  }
}
.sec-msg-txt p {
  font-size: 16px;
  line-height: 2.1;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1400px) {
  .sec-msg-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-txt p {
    line-height: 1.8;
    font-size: 14rem;
  }
}
.sec-msg-img {
  max-width: 500px;
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .sec-msg-img {
    max-width: 500rem;
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-img {
    max-width: 100%;
    height: 300rem;
  }
}
.sec-msg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.sec-philosophy {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy {
    padding: 60rem 0;
  }
}
.sec-philosophy-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-philosophy-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.sec-philosophy-bg-inner {
  width: 100%;
  height: 100%;
}
.sec-philosophy-bg-main.parallax-img {
  height: 130%;
}
@media screen and (max-width: 768px) {
  .sec-philosophy-bg-main.parallax-img {
    height: 100%;
  }
}
.sec-philosophy-bg-main.parallax-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.sec-philosophy .container {
  position: relative;
  z-index: 2;
}
.sec-philosophy-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy-ttl {
    margin-bottom: 30rem;
  }
}
.sec-philosophy-ttl h2 {
  font-size: 50px;
  line-height: 1;
  color: var(--g-color-white);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy-ttl h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy-ttl h2 {
    font-size: 30rem;
  }
}
.sec-philosophy-main {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 46px 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy-main {
    gap: 46rem 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy-main {
    flex-direction: column;
    gap: 30rem 0;
  }
}
.sec-philosophy__elem {
  text-align: center;
  background: #fff;
  padding: 25px 80px;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy__elem {
    padding: 25rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy__elem {
    padding: 20rem 30rem;
    display: block;
    width: 100%;
  }
}
.sec-philosophy__elem-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy__elem-ttl {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy__elem-ttl {
    margin-bottom: 10rem;
  }
}
.sec-philosophy__elem-ttl p {
  font-size: 39px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy__elem-ttl p {
    font-size: 39px;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy__elem-ttl p {
    font-size: 24rem;
  }
}
.sec-philosophy__elem-txt p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-philosophy__elem-txt p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .sec-philosophy__elem-txt p {
    font-size: 16rem;
  }
}

.sec-history {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-history {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-history {
    padding: 60rem 0;
  }
}
.sec-history-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-history-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-history-ttl {
    margin-bottom: 30rem;
  }
}
.sec-history-ttl h2 {
  font-size: 50px;
  line-height: 1;
  color: var(--g-color-black);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-history-ttl h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-history-ttl h2 {
    font-size: 36rem;
  }
}
.sec-history-main {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 60px 50px;
  flex-wrap: wrap;
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .sec-history-main {
    gap: 60rem 50rem;
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-history-main {
    flex-direction: column;
    gap: 40rem 0;
    padding: 0;
  }
}
.sec-history__elem._w-7 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec-history__elem._w-7 {
    width: 100%;
  }
}
.sec-history__elem._w-3 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .sec-history__elem._w-3 {
    width: 100%;
  }
}
.sec-history__elem._w-5 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sec-history__elem._w-5 {
    width: 100%;
  }
}
.sec-history__elem-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .sec-history__elem-ttl {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-history__elem-ttl {
    margin-bottom: 10rem;
  }
}
.sec-history__elem-ttl p {
  font-size: 23px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-history__elem-ttl p {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-history__elem-ttl p {
    font-size: 20rem;
  }
}
.sec-history__elem-txt:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .sec-history__elem-txt:not(:last-child) {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-history__elem-txt:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.sec-history__elem-txt p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-history__elem-txt p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-history__elem-txt p {
    font-size: 16rem;
  }
}

.sec-challenge {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-challenge {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge {
    padding: 60rem 0;
  }
}
.sec-challenge-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-ttl {
    margin-bottom: 30rem;
  }
}
.sec-challenge-ttl h2 {
  font-size: 45px;
  line-height: 1;
  color: var(--g-color-black);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-ttl h2 {
    font-size: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-ttl h2 {
    font-size: 30rem;
  }
}
.sec-challenge-elem {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem {
    flex-direction: column;
    text-align: center;
  }
}
.sec-challenge-elem__txt {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem__txt {
    max-width: 100%;
    text-align: left;
  }
}
.sec-challenge-elem__txt p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem__txt p {
    font-size: 16px;
  }
}
.sec-challenge-elem__order {
  font-size: 196px;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: -0.4em;
  left: 0;
  color: #d0d0d0;
  font-style: italic;
  font-weight: bold;
}
.sec-challenge-elem__img {
  flex: 0 0 52%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem__img {
    width: 600rem;
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem__img {
    position: unset;
    transform: translateY(0);
    width: 100%;
    height: 250rem;
    margin-top: 30rem;
  }
}
.sec-challenge-elem__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e9ebee, transparent 50%);
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem__img::after {
    display: none;
  }
}
.sec-challenge-elem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-challenge-elem__img-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.95), 0 0 20px rgba(0, 0, 0, 0.9), 0 2px 8px rgb(0, 0, 0);
  z-index: 3;
  margin: 0;
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .sec-challenge-elem__img-caption {
    font-size: 16px;
    bottom: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem__img-caption {
    font-size: 14px;
    bottom: 12px;
    right: 12px;
  }
}
.sec-challenge-elem-content-ttl {
  margin-bottom: 31px;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-ttl {
    margin-bottom: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-ttl {
    margin-bottom: 20rem;
  }
}
.sec-challenge-elem-content-ttl p {
  font-size: 24px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-ttl p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-ttl p {
    font-size: 18rem;
  }
}
.sec-challenge-elem-content > p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content > p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content > p {
    font-size: 16rem;
  }
}
.sec-challenge-elem-content-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-mid {
    margin: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-mid {
    display: block;
    margin: 30rem 0;
  }
}
.sec-challenge-elem-content-mid-txt {
  max-width: 100%;
  width: 100%;
  padding-right: 60px;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-mid-txt {
    padding-right: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-mid-txt {
    padding-right: 0;
  }
}
.sec-challenge-elem-content-mid-txt p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-mid-txt p {
    font-size: 16rem;
  }
}
.sec-challenge-elem-content-mid-txt p:first-child {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-mid-txt p:first-child {
    font-size: 21rem;
    margin-bottom: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-mid-txt p:first-child {
    font-size: 20rem;
    margin-bottom: 20rem;
  }
}
.sec-challenge-elem-content-mid-img {
  max-width: 470px;
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-mid-img {
    width: 470rem;
    height: 270rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-mid-img {
    max-width: 100%;
    width: 100%;
    height: 260rem;
    margin-top: 30rem;
  }
}
.sec-challenge-elem-content-mid-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-challenge-elem-content-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-grid {
    gap: 0 30rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-grid {
    flex-direction: column;
    gap: 42px 0;
    margin-bottom: 21px;
  }
}
.sec-challenge-elem-content-grid__number {
  display: flex;
  width: 1.6em;
  aspect-ratio: 1/1;
  background: var(--g-color-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.sec-challenge-elem-content-grid-item p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-grid-item p {
    font-size: 15rem;
  }
}
.sec-challenge-elem-content-grid-item p:first-child {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-grid-item p:first-child {
    font-size: 19rem;
    margin-bottom: 20rem;
  }
}
.sec-challenge-elem-content-privacy {
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-privacy {
    padding-top: 20rem;
    margin-top: 40rem;
  }
}
.sec-challenge-elem-content-privacy p {
  font-size: 20px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-challenge-elem-content-privacy p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-challenge-elem-content-privacy p {
    font-size: 16rem;
  }
}
.sec-challenge-elem-content-privacy p a {
  position: relative;
}
.sec-challenge-elem-content-privacy p a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  transition: all 0.4s ease-in-out;
  background: var(--g-color-black);
  right: 0;
  bottom: -3px;
}
.sec-challenge-elem-content-privacy p a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.message-lead {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .message-lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .message-lead {
    font-size: 18px;
  }
}

.philosophy-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.philosophy-box {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .philosophy-box {
    gap: 32px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-box {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.philosophy-box__theme-bar {
  color: #fff;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .philosophy-box__theme-bar {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-box__theme-bar {
    font-size: 14px;
    gap: 14px;
  }
}
.philosophy-box__theme-bar:after {
  flex: 1 1 auto;
  content: "";
  background: #fff;
  width: 3px;
  height: 100%;
}
.philosophy-box__content {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .philosophy-box__content {
    flex: 1 1 auto;
  }
}
.philosophy-box__order {
  flex: 0 0 auto;
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.8;
  font-style: italic;
  margin-bottom: 0.2em;
  margin-top: -0.2em;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .philosophy-box__order {
    font-size: 96px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-box__order {
    font-size: 48px;
  }
}
.philosophy-box__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .philosophy-box__wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.philosophy-box__heading {
  flex: 0 0 360px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .philosophy-box__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-box__heading {
    flex: 0 0 auto;
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.philosophy-box__desc {
  color: #fff;
  line-height: 2;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .philosophy-box__desc {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-box__desc {
    font-size: 16px;
    line-height: 1.8;
  }
}

.company-location {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .company-location {
    gap: 0;
  }
}
.company-location__item {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.company-location__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .company-location__item {
    padding: 12px 0;
  }
}
.company-location__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--g-color-black);
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .company-location__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .company-location__title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.company-location__address {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .company-location__address {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .company-location__address {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.company-location__map {
  width: 100%;
  height: 200px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .company-location__map {
    height: 180px;
  }
}
.company-location__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
}

.company-outline-table {
  width: 100%;
  border-top: #ccc solid 1px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .company-outline-table {
    margin-bottom: 24px;
  }
}
.company-outline-table tr {
  border-bottom: #ccc solid 1px;
}
.company-outline-table th,
.company-outline-table td {
  padding: 1.6em 0;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .company-outline-table th,
.company-outline-table td {
    padding: 25.6px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .company-outline-table th,
.company-outline-table td {
    padding: 1.2em 0;
    font-size: 14px;
  }
}
.company-outline-table th {
  width: 13.5rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .company-outline-table th {
    width: 216px;
  }
}
@media screen and (max-width: 768px) {
  .company-outline-table th {
    padding-right: 1em;
  }
}
.company-outline-table td a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.company-outline-table td a:hover {
  opacity: 0.7;
}

.construction-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  margin: 16px 0 16px 24px;
  padding: 16px 16px 16px 24px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
@media screen and (max-width: 1400px) {
  .construction-types {
    gap: 8rem 24rem;
    margin: 16rem 0 16rem 24rem;
    padding: 16rem 16rem 16rem 24rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .construction-types {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 10rem;
    margin: 12rem 0 12rem 16rem;
    padding: 12rem 12rem 12rem 16rem;
    border-radius: 4rem;
  }
}
.construction-types__item {
  font-size: 90%;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .construction-types__item {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  .construction-types__item {
    font-size: 12px;
  }
}

.technician-qualifications {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 32px;
  margin: 16px 0 16px 24px;
  padding: 20px 20px 20px 24px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
@media screen and (max-width: 1400px) {
  .technician-qualifications {
    gap: 12rem 32rem;
    margin: 16rem 0 16rem 24rem;
    padding: 20rem 20rem 20rem 24rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .technician-qualifications {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 16rem;
    margin: 12rem 0 12rem 16rem;
    padding: 16rem 16rem 16rem 16rem;
    border-radius: 4rem;
  }
}
.technician-qualifications__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 95%;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .technician-qualifications__item {
    font-size: 15.2px;
  }
}
@media screen and (max-width: 768px) {
  .technician-qualifications__item {
    font-size: 13px;
  }
}
.technician-qualifications__label {
  font-weight: 500;
  color: var(--g-color-black);
}
.technician-qualifications__value {
  font-weight: 600;
  color: var(--g-color-black);
  white-space: nowrap;
}

.sec-history .section__subttl:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 1400px) {
  .sec-history .section__subttl:not(:first-of-type) {
    margin-top: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-history .section__subttl:not(:first-of-type) {
    margin-top: 40rem;
  }
}

.sec-contact {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .sec-contact {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact {
    padding: 60rem 0;
  }
}
.sec-contact-main > p {
  font-size: 20px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec-contact-main > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-main > p {
    font-size: 16rem;
  }
}
.sec-contact-main > p:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .sec-contact-main > p:not(:last-child) {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-main > p:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.sec-contact-form {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec-contact-form {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form {
    margin-bottom: 60rem;
  }
}
.sec-contact-form__elem:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .sec-contact-form__elem:not(:last-child) {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.sec-contact-form__elem-label {
  margin-bottom: 5px;
}
.sec-contact-form__elem-label label {
  font-size: 20px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-contact-form__elem-label label {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-label label {
    font-size: 18rem;
  }
}
.sec-contact-form__elem-inp input,
.sec-contact-form__elem-inp select,
.sec-contact-form__elem-inp textarea {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--g-color-black);
  padding: 10px;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 1400px) {
  .sec-contact-form__elem-inp input,
.sec-contact-form__elem-inp select,
.sec-contact-form__elem-inp textarea {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-inp input,
.sec-contact-form__elem-inp select,
.sec-contact-form__elem-inp textarea {
    font-size: 16rem;
    height: 50rem;
  }
}
.sec-contact-form__elem-inp textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-inp textarea {
    height: 200rem;
  }
}
.sec-contact-form-submit {
  text-align: center;
}
.sec-contact-form-submit button {
  margin: auto;
  width: 426px;
  height: 78px;
  border: unset;
  outline: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-black);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec-contact-form-submit button {
    width: 426rem;
    height: 78rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form-submit button {
    width: 100%;
    height: 60rem;
  }
}
.sec-contact-form-submit button:hover {
  transform: scale(0.95);
}
.sec-contact-form-submit button span {
  font-size: 30px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: bold;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 1400px) {
  .sec-contact-form-submit button span {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form-submit button span {
    font-size: 24rem;
  }
}
.sec-contact-detail {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 80px;
  gap: 0 50px;
}
@media screen and (max-width: 1400px) {
  .sec-contact-detail {
    margin-bottom: 80rem;
    gap: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-detail {
    flex-direction: column;
    gap: 50rem 0;
  }
}
.sec-contact-detail__elem {
  max-width: 25%;
}
@media screen and (max-width: 768px) {
  .sec-contact-detail__elem {
    max-width: 100%;
  }
}
.sec-contact-detail__elem-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
  .sec-contact-detail__elem-ttl {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-detail__elem-ttl {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.sec-contact-detail__elem-ttl img {
  margin-bottom: 5px;
  width: 40px;
}
@media screen and (max-width: 1400px) {
  .sec-contact-detail__elem-ttl img {
    margin-bottom: 5rem;
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-detail__elem-ttl img {
    width: 34rem;
    margin-right: 10rem;
    margin-bottom: 0;
  }
}
.sec-contact-detail__elem-ttl p {
  font-size: 22px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .sec-contact-detail__elem-ttl p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-detail__elem-ttl p {
    font-size: 20rem;
  }
}
.sec-contact-detail__elem-txt p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec-contact-detail__elem-txt p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-detail__elem-txt p {
    font-size: 16rem;
  }
}

.construction-archive {
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .construction-archive {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --- 検索フォーム --- */
.search-form-section {
  padding: 0;
  margin-bottom: 50px;
  overflow: hidden;
}

.search-filter-form {
  display: block;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 20px;
}

.filter-group {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.filter-label {
  width: 180px;
  background: #f8f9fa;
  color: #242D32;
  font-weight: bold;
  padding: 25px;
  margin: 0;
  display: flex;
  align-items: center;
}

.filter-options {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 施設用途内のカテゴリ（建築・土木） */
.usage-category {
  margin-bottom: 15px;
}

.usage-category:last-child {
  margin-bottom: 0;
}

.category-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 5px;
}

/* チェックボックスリスト */
.checkbox-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px 15px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.4;
}

.checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* カスタムチェックマーク */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.checkbox-item:hover input ~ .checkmark {
  background-color: #f0f0f0;
}

.checkbox-item input:checked ~ .checkmark {
  background-color: #242D32;
  border-color: #242D32;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

/* フォーム下部（キーワードとボタン） */
.filter-footer {
  padding: 30px;
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.keyword-search {
  flex: 1;
}

.keyword-search input {
  width: 100%;
  max-width: 400px;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.form-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.submit-btn {
  background: #242D32;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .filter-group {
    flex-direction: column;
  }
  .filter-label {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
  .checkbox-list {
    grid-template-columns: 1fr 1fr;
  }
  .filter-footer {
    flex-direction: column;
    align-items: stretch;
  }
}
/* --- 検索結果ステータス --- */
.results-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #242D32;
}

.result-count {
  font-size: 18px;
  font-weight: bold;
}
.result-count span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-left: 10px;
}

/* --- 実績グリッド --- */
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .work-grid {
    grid-template-columns: 1fr;
  }
}

.work-item {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.work-item:hover .work-img img {
  transform: scale(1.1);
}

.work-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #eee;
}
.work-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.work-info {
  padding: 20px;
}
.work-info h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.work-info .year {
  display: inline-block;
  font-size: 13px;
  background: #f8f9fa;
  padding: 4px 10px;
  border-radius: 2px;
  color: #666;
}

.no-results {
  grid-column: 1/-1;
  font-size: 16px;
}

.works-detail-header {
  padding-top: 160px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .works-detail-header {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.works-detail-header .lower-fv-link {
  position: relative;
  bottom: auto;
  margin-bottom: 50px;
}

.works-detail-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.works-detail-title h1 {
  font-size: 42px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .works-detail-title h1 {
    font-size: 28px;
  }
}
.works-detail-title div {
  font-size: 16px;
}

.construction-detail {
  margin: 0 auto 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .construction-detail {
    padding-left: 0;
    padding-right: 0;
  }
}

.construction-detail h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .construction-detail h1 {
    font-size: 22px;
  }
}

.work-slider-container {
  margin-bottom: 50px;
}

.main-slider {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: visible;
  border-radius: 6px;
}
.main-slider .swiper-slide {
  background: #000;
  position: relative;
}
.main-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-slider .swiper-slide img {
    aspect-ratio: 4/3;
  }
}
.main-slider .caption {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  padding: 24px 32px;
  margin: 0;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  box-sizing: border-box;
  white-space: nowrap;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .main-slider .caption {
    font-size: 24px;
    padding: 16px 20px;
    letter-spacing: 2px;
  }
}

/* Swiperナビゲーションの色変更 */
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 20px;
  border-radius: 4px;
  transition: background 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

/* サムネイル */
.thumbs-slider {
  width: 66%;
  margin: 10px auto 0;
  box-sizing: border-box;
  padding: 5px 0;
}
.thumbs-slider .swiper-wrapper {
  justify-content: center;
}
.thumbs-slider .swiper-slide {
  height: auto;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
  border-radius: 4px;
  overflow: hidden;
}
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--primary-color);
}
.thumbs-slider img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* スマホ表示時のサムネイルサイズ調整 */
@media (max-width: 768px) {
  .thumbs-slider .swiper-slide {
    width: 25%;
  }
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .spec-table {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .spec-table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
  }
}

.spec-table th,
.spec-table td {
  padding: 18px 25px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .spec-table th,
.spec-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border-bottom: none;
  }
}

.spec-table th {
  background-color: #f8f9fa;
  color: #000;
  font-weight: bold;
  width: 25%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .spec-table th {
    white-space: normal;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
  }
}

.spec-table td {
  background-color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .spec-table td {
    padding: 15px;
  }
}

/* --- 戻るボタン --- */
.back-to-list {
  text-align: center;
  margin-bottom: 60px;
}

.back-to-list .btn {
  display: inline-block;
  background-color: transparent;
  color: #242d32;
  border: 1px solid #242d32;
  padding: 12px 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.back-to-list .btn:hover {
  background-color: #242d32;
  color: #fff;
}

/* --- 関連施工実績 --- */
.related-works h2 {
  font-size: 22px;
  color: var(--text-main);
  margin-bottom: 25px;
  text-align: center;
}