@charset "UTF-8";
:root {
  --max-view-width: clamp(0px, 93.3333333333vw, 1881.6px);
  --padding: clamp(0px, 6.5972222222vw, 133px);
  --black: #202020;
  --orange: #FE6030;
  --yellow: #92C82D;
  --white: #fff;
  --gray: #616161;
  --blue: #5390F8;
}

/* !!------------------------------------ */
/* !! @note 共通 */
/* !!------------------------------------ */
a {
  text-decoration: none;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}
body.is__hidden {
  overflow: hidden;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

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

svg {
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

alabel {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

::-moz-selection {
  color: var(--white);
  background: var(--black);
}

::selection {
  color: var(--white);
  background: var(--black);
}

::-moz-selection {
  color: var(--white);
  background: var(--black);
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-size: 10px;
}
html.wp-login {
  margin-top: 0 !important;
}
html.mac {
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--black);
  word-break: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
body.on {
  overflow: hidden;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.inner {
  max-width: var(--max-view-width);
  min-width: var(--max-view-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding);
  padding-left: var(--padding);
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.container {
  height: 100%;
  overflow: clip;
  position: relative;
}

.table-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    width: 100vw;
    overflow-x: scroll;
  }
}

.wrap {
  display: grid;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap {
    flex-direction: column;
  }
}

section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}

.movie-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lead__txt {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .lead__txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}

.btn__viewmore {
  width: clamp(0px, 20.8333333333vw, 420px);
  height: clamp(0px, 5.5555555556vw, 112px);
  font-size: clamp(0px, 1.3888888889vw, 28px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn__viewmore {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 13.8666666667vw, 72.8px);
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    border: none;
  }
}
.btn__viewmore:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/common/arrow__white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: clamp(0px, 1.875vw, 37.8px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn__viewmore:after {
    width: clamp(0px, 5.8666666667vw, 30.8px);
    height: clamp(0px, 5.8666666667vw, 30.8px);
    right: clamp(0px, 4vw, 21px);
  }
}
@media screen and (min-width: 768px) {
  .btn__viewmore {
    transition: background-color 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  }
  .btn__viewmore:after {
    transition: right 0.2s ease-out;
  }
  .btn__viewmore:hover {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--black);
  }
  .btn__viewmore:hover:after {
    background-image: url(../img/common/arrow__black.svg);
    right: clamp(0px, 1.1805555556vw, 23.8px);
  }
}

.link__viewmore {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
  position: absolute;
  top: clamp(0px, 2.7777777778vw, 56px);
  right: clamp(0px, 6.25vw, 126px);
}
@media screen and (max-width: 767px) {
  .link__viewmore {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    top: clamp(0px, 10.1333333333vw, 53.2px);
    right: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
@media screen and (min-width: 768px) {
  .link__viewmore:after {
    content: "";
    width: 0;
    height: clamp(0px, 0.0694444444vw, 1.4px);
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.link__viewmore .icon__arrow {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
}
@media screen and (min-width: 768px) {
  .link__viewmore:after {
    transition: width 0.2s ease-out;
  }
  .link__viewmore .icon__arrow {
    transition: transform 0.2s ease-out;
  }
  .link__viewmore:hover:after {
    width: calc(100% - clamp(0px, 3.0555555556vw, 61.6px));
  }
  .link__viewmore:hover .icon__arrow {
    transform: scale(1.2);
  }
}

.en-font {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.ttl__h2--group {
  position: relative;
}
.ttl__h2--group .en-font {
  font-size: clamp(0px, 5.5555555556vw, 112px);
  font-weight: 700;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .ttl__h2--group .en-font {
    font-size: clamp(0px, 9.6vw, 50.4px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.ttl__h2--group .ttl__h2 {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ttl__h2--group .ttl__h2 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.ttl__h2--group svg {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: clamp(0px, 1.8055555556vw, 36.4px);
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .ttl__h2--group svg {
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}

.color__orange {
  color: var(--orange);
}

.color__yellow {
  color: var(--yellow);
}

.icon__arrow {
  width: clamp(0px, 2.5vw, 50.4px);
  height: clamp(0px, 2.5vw, 50.4px);
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon__arrow {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    border: none;
  }
}
.icon__arrow:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/common/arrow__white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .icon__arrow:after {
    width: clamp(0px, 5.3333333333vw, 28px);
    height: clamp(0px, 5.3333333333vw, 28px);
  }
}

/* !!------------------------------------ */
/* !! @note header */
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0px, 2.7777777778vw, 56px) clamp(0px, 15.2777777778vw, 308px) clamp(0px, 2.7777777778vw, 56px) clamp(0px, 3.3333333333vw, 67.2px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .header {
    height: clamp(0px, 13.3333333333vw, 70px);
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
    background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
    -webkit-backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
    mix-blend-mode: normal;
    z-index: 5;
  }
}
.header__logo {
  width: clamp(0px, 13.2638888889vw, 267.4px);
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: clamp(0px, 31.2vw, 163.8px);
  }
}
.header .logo__link {
  width: 100%;
  height: 100%;
  display: block;
}
.header .logo__link img {
  width: 100%;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(0px, 2.9166666667vw, 58.8px);
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: 100vh;
    gap: 0;
    display: none;
    align-items: flex-start;
    background-image: url(../img/common/bg__sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: fixed;
    top: clamp(0px, 13.3333333333vw, 70px);
    left: 0;
    z-index: 5;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header__nav::-webkit-scrollbar {
    display: none;
  }
}
.header .nav__list {
  display: flex;
  gap: clamp(0px, 2.2222222222vw, 44.8px);
}
@media screen and (max-width: 767px) {
  .header .nav__list {
    width: 100%;
    gap: clamp(0px, 8.5333333333vw, 44.8px);
    flex-direction: column;
    padding: clamp(0px, 10.6666666667vw, 56px);
  }
}
.header .nav__item a {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  font-weight: 500;
  color: var(--white);
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .nav__item a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: clamp(-11.2px, -0.5555555556vw, 0px);
    left: 0;
    transition: width 0.2s ease-out;
  }
  .header .nav__item a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header .nav__item a {
    width: 100%;
    height: auto;
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    color: var(--black);
    display: block;
    position: relative;
  }
  .header .nav__item a:after {
    content: "";
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    background-image: url(../img/common/arrow__black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: clamp(0px, 0.2666666667vw, 1.4px);
    right: 0;
  }
}
.header .nav__item a .en-font {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .nav__item a .en-font {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
    display: block;
    margin-bottom: clamp(0px, 1.6vw, 8.4px);
  }
}
@media screen and (max-width: 767px) {
  .header .footer {
    padding: clamp(0px, 18.6666666667vw, 98px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 32vw, 168px);
  }
  .header .footer .logo {
    width: clamp(0px, 57.6vw, 302.4px);
    height: auto;
    display: block;
    margin: 0 auto clamp(0px, 6.1333333333vw, 32.2px);
  }
  .header .footer .link__group {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: clamp(0px, 1.3333333333vw, 7px);
    margin: 0 auto clamp(0px, 5.3333333333vw, 28px);
    padding: clamp(0px, 3.7333333333vw, 19.6px) clamp(0px, 5.3333333333vw, 28px);
  }
  .header .footer .link__group--ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
  .header .footer .link__group img {
    width: clamp(0px, 23.7333333333vw, 124.6px);
  }
  .header .footer .link__privacypolicy {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(0px, 3.2vw, 16.8px);
    display: flex;
    align-items: center;
    gap: clamp(0px, 1.3333333333vw, 7px);
    margin: 0 auto;
  }
  .header .footer .link__privacypolicy:after {
    content: "";
    width: clamp(0px, 2.9333333333vw, 15.4px);
    height: clamp(0px, 2.9333333333vw, 15.4px);
    background-image: url(../img/common/icon__link--white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.btn__contact {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  color: var(--white);
  padding: clamp(0px, 0.9027777778vw, 18.2px) clamp(0px, 1.8055555556vw, 36.4px);
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: clamp(0px, 1.5972222222vw, 32.2px);
  position: fixed;
  top: clamp(0px, 2.2916666667vw, 46.2px);
  right: clamp(0px, 3.3333333333vw, 67.2px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn__contact {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .btn__contact:hover {
    color: var(--black);
    background-color: var(--white);
  }
}
@media screen and (max-width: 767px) {
  .btn__contact {
    width: clamp(0px, 28.8vw, 151.2px);
    height: clamp(0px, 13.3333333333vw, 70px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 0;
    top: 0;
    right: clamp(0px, 13.3333333333vw, 70px);
    z-index: 5;
  }
}

.btn__hbg {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn__hbg {
    width: clamp(0px, 13.3333333333vw, 70px);
    height: clamp(0px, 13.3333333333vw, 70px);
    display: block;
    background-color: var(--white);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
  }
  .btn__hbg span {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 0.2666666667vw, 1.4px);
    background-color: var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn__hbg span:before, .btn__hbg span:after {
    content: "";
    width: 100%;
    height: clamp(0px, 0.2666666667vw, 1.4px);
    background-color: var(--black);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.2s ease-out, transform 0.2s ease-out;
  }
  .btn__hbg span:before {
    top: clamp(-7px, -1.3333333333vw, 0px);
  }
  .btn__hbg span:after {
    top: clamp(0px, 1.3333333333vw, 7px);
  }
  .btn__hbg.is__active span {
    background-color: transparent;
  }
  .btn__hbg.is__active span:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .btn__hbg.is__active span:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}

.nav__bg {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__bg {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
  }
}

/* !!------------------------------------ */
/* !! @note TOP */
.top .kv__section {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .top .kv__section {
    height: clamp(0px, 87.7333333333vw, 460.6px);
    margin-top: clamp(0px, 13.3333333333vw, 70px);
  }
}
.top .kv__section .main__txt {
  width: clamp(0px, 35.6944444444vw, 719.6px);
  height: clamp(0px, 11.8055555556vw, 238px);
  position: relative;
  z-index: 2;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .top .kv__section .main__txt {
    width: clamp(0px, 72.5333333333vw, 380.8px);
    height: clamp(0px, 23.7333333333vw, 124.6px);
    display: none;
  }
}
.top .kv__section .video__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top .kv__section .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: clamp(0px, 7.2222222222vw, 145.6px);
}
@media screen and (max-width: 767px) {
  .top .kv__section .inner {
    padding-bottom: clamp(0px, 13.3333333333vw, 70px);
  }
}
.top .kv__section .main__ttl {
  height: 100%;
  font-size: clamp(0px, 5vw, 100.8px);
  line-height: 1.4;
  font-weight: 700;
  color: var(--white);
  display: flex;
  padding: clamp(0px, 7.2222222222vw, 145.6px) 0;
  flex-direction: column;
  justify-content: flex-end;
}
.top .kv__section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.top .content__wrap {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg__contents.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top .content__wrap {
    background-image: url(../img/common/bg__contents___sp.webp);
  }
}
.top .aboutus__section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  padding-bottom: clamp(0px, 8.75vw, 176.4px);
}
@media screen and (max-width: 767px) {
  .top .aboutus__section {
    padding-top: clamp(0px, 10.6666666667vw, 56px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .aboutus__section .aboutus__wrap {
  display: grid;
  grid-template-columns: clamp(0px, 36.4583333333vw, 735px) clamp(0px, 35.4166666667vw, 714px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top .aboutus__section .aboutus__wrap {
    grid-template-columns: 1fr;
  }
  .top .aboutus__section .aboutus__wrap--left .btn__viewmore {
    display: none;
  }
}
.top .aboutus__section .aboutus__wrap--right {
  display: grid;
  gap: 1em;
}
.top .aboutus__section .aboutus__wrap--right .btn__viewmore {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .aboutus__section .aboutus__wrap--right .btn__viewmore {
    display: flex;
  }
}
.top .aboutus__section .ttl__h2 {
  height: clamp(0px, 13.8888888889vw, 280px);
  font-size: clamp(0px, 5vw, 100.8px);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top .aboutus__section .ttl__h2 {
    height: auto;
    margin-bottom: clamp(0px, 8vw, 42px);
  }
  .top .aboutus__section .ttl__h2 .main__txt {
    width: clamp(0px, 72.5333333333vw, 380.8px);
    height: clamp(0px, 23.7333333333vw, 124.6px);
  }
}
.top .aboutus__section .btn__viewmore {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .top .aboutus__section .btn__viewmore:hover {
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .aboutus__section .btn__viewmore {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin: clamp(0px, 10.6666666667vw, 56px) auto 0;
  }
}
.top .slide__img {
  gap: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .slide__img {
    gap: clamp(0px, 1.6vw, 8.4px);
    z-index: 3;
  }
}
.top .slide__img img {
  max-width: inherit;
  width: auto;
  height: clamp(0px, 39.5833333333vw, 798px);
}
@media screen and (max-width: 767px) {
  .top .slide__img img {
    height: clamp(0px, 74.6666666667vw, 392px);
  }
}
.top .ourworks__section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
    z-index: 2;
  }
}
.top .ourworks__section:after {
  content: "";
  width: clamp(0px, 63.9583333333vw, 1289.4px);
  height: clamp(0px, 42.6388888889vw, 859.6px);
  background-image: url(../img/index/bg__ourworks.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: clamp(-72.8px, -3.6111111111vw, 0px);
  right: clamp(-337.4px, -16.7361111111vw, 0px);
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .top .ourworks__section:after {
    width: clamp(0px, 85.8666666667vw, 450.8px);
    height: clamp(0px, 57.3333333333vw, 301px);
    top: clamp(-11.2px, -2.1333333333vw, 0px);
    right: clamp(-176.4px, -33.6vw, 0px);
  }
}
.top .ourworks__section .ttl__h2--group {
  color: var(--white);
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  padding-bottom: clamp(0px, 10.8333333333vw, 218.4px);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ttl__h2--group {
    padding-top: clamp(0px, 19.2vw, 100.8px);
    padding-bottom: clamp(0px, 35.7333333333vw, 187.6px);
  }
}
.top .ourworks__section .ttl__h2--group .ttl__h2, .top .ourworks__section .ttl__h2--group .en-font {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ttl__h2--group .ttl__h2, .top .ourworks__section .ttl__h2--group .en-font {
    z-index: 2;
  }
}
.top .ourworks__section .ttl__h2--group:after {
  content: "";
  width: clamp(0px, 50.8333333333vw, 1024.8px);
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: clamp(-207.2px, -10.2777777778vw, 0px);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ttl__h2--group:after {
    width: clamp(0px, 69.3333333333vw, 364px);
    left: calc(-50vw + 50%);
    z-index: 1;
  }
}
.top .ourworks__section .ttl__h2--group svg {
  width: clamp(0px, 27.8472222222vw, 561.4px);
  height: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ttl__h2--group svg {
    width: clamp(0px, 49.0666666667vw, 257.6px);
    height: clamp(0px, 7.2vw, 37.8px);
    z-index: 2;
  }
}
.top .ourworks__section .ourworks__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 4.5833333333vw, 92.4px) clamp(0px, 1.6666666667vw, 33.6px);
  margin-top: clamp(-145.6px, -7.2222222222vw, 0px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ourworks__list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
    margin-top: clamp(-154px, -29.3333333333vw, 0px);
  }
}
.top .ourworks__section .ourworks__list a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .ourworks__section .ourworks__list a img {
    transition: transform 0.2s ease-out;
  }
  .top .ourworks__section .ourworks__list a:hover img {
    transform: scale(1.05);
  }
}
.top .ourworks__section .ourworks__list .img__wrap {
  width: 100%;
  height: clamp(0px, 14.375vw, 289.8px);
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ourworks__list .img__wrap {
    height: clamp(0px, 50.4vw, 264.6px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .ourworks__section .ourworks__list .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.top .ourworks__section .ourworks__list .ttl__h3 {
  height: 4em;
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
  padding-bottom: clamp(0px, 1.1111111111vw, 22.4px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ourworks__list .ttl__h3 {
    height: auto;
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-bottom: clamp(0px, 3.7333333333vw, 19.6px);
    padding-bottom: clamp(0px, 3.7333333333vw, 19.6px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.top .ourworks__section .ourworks__list .info__list--item {
  font-size: clamp(0px, 0.8333333333vw, 16.8px);
  line-height: 1.6;
  display: grid;
  grid-template-columns: clamp(0px, 2.7777777778vw, 56px) auto;
  gap: clamp(0px, 2.4305555556vw, 49px);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ourworks__list .info__list--item {
    font-size: clamp(0px, 3.2vw, 16.8px);
    grid-template-columns: clamp(0px, 10.6666666667vw, 56px) auto;
    gap: clamp(0px, 8vw, 42px);
  }
}
.top .ourworks__section .ourworks__list .category__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
  margin-top: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ourworks__list .category__list {
    gap: clamp(0px, 1.0666666667vw, 5.6px);
    margin-top: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.top .ourworks__section .ourworks__list .category__list--item {
  font-size: clamp(0px, 0.8333333333vw, 16.8px);
  color: var(--white);
  padding: clamp(0px, 0.5555555556vw, 11.2px) clamp(0px, 0.9722222222vw, 19.6px);
  background-color: #969696;
  border-radius: clamp(0px, 0.9722222222vw, 19.6px);
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .ourworks__list .category__list--item {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.6vw, 8.4px) clamp(0px, 3.2vw, 16.8px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.top .ourworks__section .btn__viewmore {
  margin: clamp(0px, 5.5555555556vw, 112px) auto 0;
}
@media screen and (max-width: 767px) {
  .top .ourworks__section .btn__viewmore {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .movie__section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .movie__section {
    padding-top: clamp(0px, 23.4666666667vw, 123.2px);
  }
}
.top .movie__section:after {
  content: "";
  width: clamp(0px, 58.4722222222vw, 1178.8px);
  height: clamp(0px, 38.9583333333vw, 785.4px);
  background-image: url(../img/index/bg__movie.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: clamp(-333.2px, -16.5277777778vw, 0px);
  left: clamp(-141.4px, -7.0138888889vw, 0px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .movie__section:after {
    width: clamp(0px, 111.2vw, 583.8px);
    height: clamp(0px, 74.1333333333vw, 389.2px);
    top: clamp(-56px, -10.6666666667vw, 0px);
    right: clamp(-200.2px, -38.1333333333vw, 0px);
    bottom: auto;
    left: auto;
  }
}
.top .movie__section .ttl__h2--group {
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .top .movie__section .ttl__h2--group {
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.top .movie__section .ttl__h2--group svg {
  width: clamp(0px, 15.625vw, 315px);
  height: clamp(0px, 4.3055555556vw, 86.8px);
}
@media screen and (max-width: 767px) {
  .top .movie__section .ttl__h2--group svg {
    width: clamp(0px, 27.4666666667vw, 144.2px);
    height: clamp(0px, 7.4666666667vw, 39.2px);
  }
}
.top .movie__section .movie__wrap {
  display: grid;
  grid-template-columns: auto clamp(0px, 56.25vw, 1134px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top .movie__section .movie__wrap {
    grid-template-columns: 1fr;
  }
  .top .movie__section .movie__wrap--left {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .movie__section .movie__item {
  width: 100%;
  height: clamp(0px, 30.9027777778vw, 623px);
  background-color: #D4D0D0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .movie__section .movie__item {
    height: clamp(0px, 49.0666666667vw, 257.6px);
  }
}
.top .movie__section .movie__item .icon__play {
  width: clamp(0px, 3.3333333333vw, 67.2px);
  height: clamp(0px, 3.3333333333vw, 67.2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .movie__section .movie__item .icon__play {
    width: clamp(0px, 10.6666666667vw, 56px);
    height: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .movie__section .movie__item .icon__play img {
  width: 100%;
}
.top .movie__section .movie__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
@media screen and (min-width: 768px) {
  .top .movie__section .movie__item > img {
    transition: transform 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .top .movie__section .movie__item:hover > img {
    transform: scale(1.05);
  }
}
.top .service__section {
  padding-top: clamp(0px, 13.1944444444vw, 266px);
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
}
@media screen and (max-width: 767px) {
  .top .service__section {
    padding-top: clamp(0px, 26.6666666667vw, 140px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .service__section:after {
  content: "";
  width: clamp(0px, 69.0277777778vw, 1391.6px);
  height: clamp(0px, 45.9722222222vw, 926.8px);
  background-image: url(../img/index/bg__service.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: clamp(-58.8px, -2.9166666667vw, 0px);
  right: clamp(-747.6px, -37.0833333333vw, 0px);
}
@media screen and (max-width: 767px) {
  .top .service__section:after {
    width: clamp(0px, 159.4666666667vw, 837.2px);
    height: clamp(0px, 87.7333333333vw, 460.6px);
    background-image: url(../img/index/bg__ourworks___sp.webp);
    top: clamp(-84px, -16vw, 0px);
    right: auto;
    left: clamp(-485.8px, -92.5333333333vw, 0px);
  }
}
.top .service__section .ttl__h2--group {
  text-align: center;
  margin-bottom: clamp(0px, 3.6111111111vw, 72.8px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .service__section .ttl__h2--group {
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.top .service__section .ttl__h2--group .ttl__h2, .top .service__section .ttl__h2--group .en-font {
  text-align: center;
}
.top .service__section .ttl__h2--group svg {
  width: clamp(0px, 19.8611111111vw, 400.4px);
  height: clamp(0px, 4.3055555556vw, 86.8px);
}
@media screen and (max-width: 767px) {
  .top .service__section .ttl__h2--group svg {
    width: clamp(0px, 34.9333333333vw, 183.4px);
    height: clamp(0px, 7.4666666667vw, 39.2px);
  }
}
.top .service__section .service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 2.0833333333vw, 42px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .service__section .service__list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 3.2vw, 16.8px);
  }
}
.top .service__section .service__list a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 2.7777777778vw, 56px) clamp(0px, 2.7777777778vw, 56px) clamp(0px, 7.1527777778vw, 144.2px);
  background-image: url(../img/index/bg__service___item.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .service__section .service__list a {
    transition: background-image 0.2s ease-out;
  }
  .top .service__section .service__list a:hover {
    background-image: url(../img/index/bg__service___item--hover.webp);
  }
  .top .service__section .service__list a:hover .icon__arrow {
    border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
    background-color: transparent;
    transform: scale(1.2);
  }
  .top .service__section .service__list a:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__white.svg);
  }
}
@media screen and (max-width: 767px) {
  .top .service__section .service__list a {
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 6.4vw, 33.6px) clamp(0px, 14.4vw, 75.6px);
  }
}
.top .service__section .service__list .service__ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  color: var(--white);
  margin: 0 auto clamp(0px, 2.5694444444vw, 51.8px) 0;
  padding: clamp(0px, 0.6944444444vw, 14px) clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .top .service__section .service__list .service__ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
    padding: clamp(0px, 1.6vw, 8.4px) clamp(0px, 3.2vw, 16.8px);
  }
}
.top .service__section .service__list .ttl__h3 {
  font-size: clamp(0px, 3.0555555556vw, 61.6px);
  font-weight: 700;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .top .service__section .service__list .ttl__h3 {
    font-size: clamp(0px, 7.4666666667vw, 39.2px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.top .service__section .service__list .lead__txt {
  color: var(--white);
  text-align: center;
}
.top .service__section .service__list .icon__arrow {
  width: clamp(0px, 2.5vw, 50.4px);
  height: clamp(0px, 2.5vw, 50.4px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: clamp(0px, 4.1666666667vw, 84px);
  bottom: clamp(0px, 4.1666666667vw, 84px);
  transform: none;
}
@media screen and (min-width: 768px) {
  .top .service__section .service__list .icon__arrow {
    transition: background-color 0.2s ease-out, transform 0.2s ease-out, border 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .top .service__section .service__list .icon__arrow {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    right: clamp(0px, 6.4vw, 33.6px);
    bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .service__section .service__list .icon__arrow:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/common/arrow__black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top .service__section .service__list .icon__arrow:after {
    width: clamp(0px, 5.3333333333vw, 28px);
    height: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .service__section .service__list--item:first-child .service__ttl {
  background-color: var(--orange);
}
.top .service__section .service__list--item:first-child .ttl__h3 {
  color: var(--orange);
}
.top .service__section .service__list--item:last-child .service__ttl {
  background-color: var(--yellow);
}
.top .service__section .service__list--item:last-child .ttl__h3 {
  color: var(--yellow);
}
.top .service__section .btn__viewmore {
  width: 100%;
  height: clamp(0px, 8.6805555556vw, 175px);
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  color: var(--black);
  margin-top: clamp(0px, 3.3333333333vw, 67.2px);
  background-color: var(--white);
}
.top .service__section .btn__viewmore:after {
  content: none;
}
.top .service__section .btn__viewmore .icon__arrow {
  width: clamp(0px, 2.5vw, 50.4px);
  height: clamp(0px, 2.5vw, 50.4px);
  background-color: var(--black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: clamp(0px, 4.1666666667vw, 84px);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .top .service__section .btn__viewmore .icon__arrow {
    transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  }
}
.top .service__section .btn__viewmore .icon__arrow:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/common/arrow__white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top .service__section .btn__viewmore:hover {
    color: var(--white);
    background-color: var(--black);
  }
  .top .service__section .btn__viewmore:hover .icon__arrow {
    background-color: var(--white);
    transform: translateY(-50%) scale(1.2);
  }
  .top .service__section .btn__viewmore:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__black.svg);
  }
}
.top .number__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .top .number__section {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .number__section:before, .top .number__section:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
}
.top .number__section:before {
  width: clamp(0px, 62.7777777778vw, 1265.6px);
  height: clamp(0px, 32.4305555556vw, 653.8px);
  background-image: url(../img/index/bg__number1.webp);
  bottom: 0;
  left: clamp(-336px, -16.6666666667vw, 0px);
}
@media screen and (max-width: 767px) {
  .top .number__section:before {
    width: clamp(0px, 126.1333333333vw, 662.2px);
    height: clamp(0px, 65.0666666667vw, 341.6px);
    bottom: 0;
    left: clamp(-288.4px, -54.9333333333vw, 0px);
  }
}
.top .number__section:after {
  width: clamp(0px, 28.5416666667vw, 575.4px);
  height: clamp(0px, 72.1527777778vw, 1454.6px);
  background-image: url(../img/index/bg__number2.webp);
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top .number__section:after {
    width: clamp(0px, 50.9333333333vw, 267.4px);
    height: clamp(0px, 128.5333333333vw, 674.8px);
    top: 0;
    right: clamp(-82.6px, -15.7333333333vw, 0px);
  }
}
.top .number__section .ttl__h2--group {
  color: var(--white);
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .top .number__section .ttl__h2--group {
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.top .number__section .ttl__h2--group svg {
  width: clamp(0px, 20.9722222222vw, 422.8px);
  height: clamp(0px, 4.0972222222vw, 82.6px);
}
@media screen and (max-width: 767px) {
  .top .number__section .ttl__h2--group svg {
    width: clamp(0px, 38.9333333333vw, 204.4px);
    height: clamp(0px, 7.4666666667vw, 39.2px);
  }
}
.top .number__section .number__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0px, 1.3194444444vw, 26.6px) clamp(0px, 1.1805555556vw, 23.8px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .number__section .number__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 3.2vw, 16.8px) clamp(0px, 1.6vw, 8.4px);
  }
}
.top .number__section .number__list--item {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(0px, 1.6666666667vw, 33.6px) clamp(0px, 1.3888888889vw, 28px) clamp(0px, 2.7777777778vw, 56px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .top .number__section .number__list--item {
    padding: clamp(0px, 4vw, 21px) clamp(0px, 2.6666666667vw, 14px) clamp(0px, 6.4vw, 33.6px);
  }
}
.top .number__section .icon__wrap {
  height: clamp(0px, 6.25vw, 126px);
  margin-bottom: clamp(0px, 1.25vw, 25.2px);
}
@media screen and (max-width: 767px) {
  .top .number__section .icon__wrap {
    height: clamp(0px, 14.4vw, 75.6px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .number__section .icon__wrap img {
  width: auto;
  height: 100%;
}
.top .number__section .number__ttl {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-weight: 700;
  margin-bottom: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .top .number__section .number__ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 1.3333333333vw, 7px);
  }
}
.top .number__section .number__txt {
  font-size: clamp(0px, 1.25vw, 25.2px);
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .top .number__section .number__txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.top .number__section strong {
  font-weight: 700;
}
.top .number__section strong.jp-font {
  font-size: clamp(0px, 1.9444444444vw, 39.2px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top .number__section strong.jp-font {
    font-size: clamp(0px, 4.5333333333vw, 23.8px);
  }
}
.top .number__section strong.en-font {
  font-size: clamp(0px, 4.4444444444vw, 89.6px);
}
@media screen and (max-width: 767px) {
  .top .number__section strong.en-font {
    font-size: clamp(0px, 10.1333333333vw, 53.2px);
  }
}
.top .number__section .note__txt {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  margin-top: clamp(0px, 0.4166666667vw, 8.4px);
}
@media screen and (max-width: 767px) {
  .top .number__section .note__txt {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 1.3333333333vw, 7px);
  }
}
.top .news__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .news__section {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .news__section:after {
  content: "";
  width: clamp(0px, 71.1111111111vw, 1433.6px);
  height: clamp(0px, 39.375vw, 793.8px);
  background-image: url(../img/index/bg__news.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: clamp(0px, 2.9861111111vw, 60.2px);
  left: clamp(-250.6px, -12.4305555556vw, 0px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .news__section:after {
    content: none;
  }
}
.top .news__section .ttl__h2--group {
  text-align: center;
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .top .news__section .ttl__h2--group {
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.top .news__section .ttl__h2--group svg {
  width: clamp(0px, 14.6527777778vw, 295.4px);
  height: clamp(0px, 4.0972222222vw, 82.6px);
}
@media screen and (max-width: 767px) {
  .top .news__section .ttl__h2--group svg {
    width: clamp(0px, 25.3333333333vw, 133px);
    height: clamp(0px, 7.2vw, 37.8px);
  }
}
.top .news__section .news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 2.4305555556vw, 49px);
}
@media screen and (max-width: 767px) {
  .top .news__section .news__list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .news__section .news__list a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .news__section .news__list a img {
    transition: transform 0.2s ease-out;
  }
  .top .news__section .news__list a:hover img {
    transform: scale(1.05);
  }
}
.top .news__section .img__wrap {
  height: clamp(0px, 16.8055555556vw, 338.8px);
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .news__section .img__wrap {
    height: auto;
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .news__section .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.top .news__section time {
  font-size: clamp(0px, 0.9027777778vw, 18.2px);
  display: block;
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .top .news__section time {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .news__section .news__ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .top .news__section .news__ttl {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .news__section .lead__txt {
  line-height: 1.6;
}
.top .news__section .btn__viewmore {
  margin: clamp(0px, 4.1666666667vw, 84px) auto 0;
}
@media screen and (max-width: 767px) {
  .top .news__section .btn__viewmore {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}

.media__wrap {
  margin-top: clamp(0px, 6.9444444444vw, 140px);
  padding: clamp(0px, 6.9444444444vw, 140px) 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .media__wrap {
    margin-top: clamp(0px, 13.3333333333vw, 70px);
    padding: clamp(0px, 13.3333333333vw, 70px) 0;
  }
}
.media__wrap:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}
.media__wrap .lead__txt {
  line-height: 1.4;
  font-weight: 700;
  color: var(--white);
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .media__wrap .lead__txt {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.media__wrap .media__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .media__wrap .media__list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.media__wrap .media__list--item {
  background-color: var(--white);
}
.media__wrap .media__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: clamp(0px, 2.0833333333vw, 42px) clamp(0px, 1.7361111111vw, 35px) clamp(0px, 2.6388888889vw, 53.2px);
}
@media screen and (min-width: 768px) {
  .media__wrap .media__list a {
    transition: background-color 0.2s ease-out;
  }
  .media__wrap .media__list a:hover {
    background-color: #C9C8C8;
  }
}
@media screen and (max-width: 767px) {
  .media__wrap .media__list a {
    display: grid;
    grid-template-columns: clamp(0px, 40vw, 210px) clamp(0px, 32vw, 168px);
    justify-content: space-between;
    padding: clamp(0px, 5.3333333333vw, 28px) clamp(0px, 6.4vw, 33.6px);
  }
}
.media__wrap .media__list .media__ttl {
  width: 100%;
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
  padding-bottom: clamp(0px, 1.3888888889vw, 28px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid #000;
}
@media screen and (max-width: 767px) {
  .media__wrap .media__list .media__ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
.media__wrap .media__list img {
  width: auto;
  height: clamp(0px, 3.1944444444vw, 64.4px);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .media__wrap .media__list img {
    height: clamp(0px, 7.4666666667vw, 39.2px);
    display: block;
    margin: 0 auto;
  }
}

.other__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .other__section {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 16vw, 84px);
  }
}
.other__section:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(228, 228, 228, 0.4);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}
.other__section .other__list {
  border-top: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .other__section .other__list {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.other__section .other__list--item {
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .other__section .other__list--item {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.other__section .other__list a {
  width: 100%;
  height: 100%;
  display: block;
  padding: clamp(0px, 4.1666666667vw, 84px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .other__section .other__list a {
    padding: clamp(0px, 9.0666666667vw, 47.6px) 0;
  }
}
@media screen and (min-width: 768px) {
  .other__section .other__list a .icon__arrow {
    transition: background-color 0.2s ease-out, transform 0.2s ease-out, border 0.2s ease-out;
  }
  .other__section .other__list a:hover .icon__arrow {
    background-color: transparent;
    transform: translateY(-50%) scale(1.2);
  }
  .other__section .other__list a:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__black.svg);
  }
}
.other__section .other__list .en-font {
  font-size: clamp(0px, 5.5555555556vw, 112px);
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .other__section .other__list .en-font {
    font-size: clamp(0px, 9.6vw, 50.4px);
    margin-bottom: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.other__section .other__list .other__ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .other__section .other__list .other__ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}

.contact__section {
  padding: clamp(0px, 9.7222222222vw, 196px) 0;
  background-image: url(../img/index/bg__contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .contact__section {
    padding: clamp(0px, 16vw, 84px) clamp(0px, 5.3333333333vw, 28px);
    background-image: url(../img/index/bg__contact___sp.webp);
  }
}
.contact__section a {
  width: 100%;
  height: clamp(0px, 29.4444444444vw, 593.6px);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(clamp(0px, 1.1111111111vw, 22.4px));
  -webkit-backdrop-filter: blur(clamp(0px, 1.1111111111vw, 22.4px));
  border-radius: clamp(0px, 1.3888888889vw, 28px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__section a {
    transition: backdrop-filter 0.2s ease-out;
  }
  .contact__section a .icon__arrow {
    transition: background-color 0.2s ease-out, transform 0.2s ease-out, border 0.2s ease-out;
  }
  .contact__section a:hover {
    backdrop-filter: blur(clamp(0px, 2.2222222222vw, 44.8px));
    -webkit-backdrop-filter: blur(clamp(0px, 2.2222222222vw, 44.8px));
  }
  .contact__section a:hover .icon__arrow {
    background-color: transparent;
    transform: scale(1.5);
  }
  .contact__section a:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__white.svg);
  }
}
@media screen and (max-width: 767px) {
  .contact__section a {
    height: clamp(0px, 55.2vw, 289.8px);
    backdrop-filter: blur(clamp(0px, 4.2666666667vw, 22.4px));
    -webkit-backdrop-filter: blur(clamp(0px, 4.2666666667vw, 22.4px));
    border-radius: clamp(0px, 2.6666666667vw, 14px);
  }
}
.contact__section .ttl__h2 {
  font-size: clamp(0px, 5.5555555556vw, 112px);
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .contact__section .ttl__h2 {
    font-size: clamp(0px, 9.6vw, 50.4px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.contact__section .lead__txt {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__section .lead__txt {
    line-height: 1.6;
  }
}
.contact__section .icon__arrow {
  width: clamp(0px, 2.5vw, 50.4px);
  height: clamp(0px, 2.5vw, 50.4px);
  background-color: var(--white);
  border-radius: 50%;
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
  position: absolute;
  top: auto;
  right: clamp(0px, 4.1666666667vw, 84px);
  bottom: clamp(0px, 4.1666666667vw, 84px);
  transform: none;
}
@media screen and (max-width: 767px) {
  .contact__section .icon__arrow {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    border: none;
    right: clamp(0px, 6.4vw, 33.6px);
    bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.contact__section .icon__arrow:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/common/arrow__black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .contact__section .icon__arrow:after {
    width: clamp(0px, 5.3333333333vw, 28px);
    height: clamp(0px, 5.3333333333vw, 28px);
  }
}

/* !!------------------------------------ */
/* !! @note footer */
.footer {
  color: var(--white);
  padding: clamp(0px, 9.0277777778vw, 182px) 0;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: clamp(0px, 18.6666666667vw, 98px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.footer .footer__nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
  padding-bottom: clamp(0px, 2.0833333333vw, 42px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
}
@media screen and (max-width: 767px) {
  .footer .footer__nav {
    flex-direction: column;
    gap: clamp(0px, 12.8vw, 67.2px);
    margin-bottom: clamp(0px, 8vw, 42px);
    padding-bottom: clamp(0px, 8vw, 42px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.footer .logo__link {
  width: clamp(0px, 19.6527777778vw, 396.2px);
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .logo__link {
    width: clamp(0px, 54.4vw, 285.6px);
  }
}
.footer .nav__list {
  display: flex;
  gap: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .footer .nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0px, 6.6666666667vw, 35px);
  }
}
.footer .nav__list a {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .nav__list a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: clamp(-11.2px, -0.5555555556vw, 0px);
    left: 0;
    transition: width 0.2s ease-out;
  }
  .footer .nav__list a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .nav__list a {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.footer .footer__bottom--content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom--content {
    flex-direction: column-reverse;
    gap: clamp(0px, 5.3333333333vw, 28px);
    align-items: flex-start;
  }
}
.footer .sub__nav {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  display: flex;
  align-items: baseline;
  gap: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .footer .sub__nav {
    width: 100%;
    font-size: clamp(0px, 3.2vw, 16.8px);
    justify-content: space-between;
  }
}
.footer .sub__nav--item:first-child a {
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.6944444444vw, 14px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .sub__nav--item:first-child a {
    gap: clamp(0px, 1.3333333333vw, 7px);
  }
}
.footer .sub__nav--item:first-child a:after {
  content: "";
  width: clamp(0px, 0.9722222222vw, 19.6px);
  height: clamp(0px, 0.9722222222vw, 19.6px);
  background-image: url(../img/common/icon__link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .footer .sub__nav--item:first-child a:after {
    width: clamp(0px, 2.9333333333vw, 15.4px);
    height: clamp(0px, 2.9333333333vw, 15.4px);
  }
}
@media screen and (min-width: 768px) {
  .footer .sub__nav--item:first-child a:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: clamp(-11.2px, -0.5555555556vw, 0px);
    left: 0;
    transition: width 0.2s ease-out;
  }
  .footer .sub__nav--item:first-child a:hover:before {
    width: 100%;
  }
}
.footer .sub__nav .en-font {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .sub__nav .en-font {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.footer .link__group {
  display: flex;
  align-items: center;
  gap: clamp(0px, 1.3888888889vw, 28px);
  padding: clamp(0px, 0.8333333333vw, 16.8px) clamp(0px, 2.9861111111vw, 60.2px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .footer .link__group {
    gap: clamp(0px, 4vw, 21px);
    padding: clamp(0px, 2.6666666667vw, 14px) clamp(0px, 8vw, 42px);
  }
}
.footer .link__group--ttl {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .footer .link__group--ttl {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.footer .link__group img {
  width: clamp(0px, 8.2638888889vw, 166.6px);
}
@media screen and (max-width: 767px) {
  .footer .link__group img {
    width: clamp(0px, 23.7333333333vw, 124.6px);
  }
}

/* !!------------------------------------ */
/* !! @note PAGE */
@media screen and (max-width: 767px) {
  .page .header {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    mix-blend-mode: difference;
  }
  .page .header.is__active {
    mix-blend-mode: normal;
  }
  .page .header.is__active .logo__white {
    display: none;
  }
  .page .header.is__active .logo__black {
    display: block;
  }
}
.page .logo__black {
  display: none;
}
.page .kv__section {
  padding-top: clamp(0px, 9.8611111111vw, 198.8px);
  padding-bottom: clamp(0px, 10.5555555556vw, 212.8px);
  background-color: var(--black);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page .kv__section {
    padding-top: clamp(0px, 20vw, 105px);
    padding-bottom: clamp(0px, 20vw, 105px);
  }
}
.page .kv__section:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg__page--kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page .kv__section:after {
    background-image: url(../img/common/bg__page--kv___sp.webp);
  }
}
.page .kv__section .ttl__h2--group img {
  width: clamp(0px, 55.5555555556vw, 1120px);
  margin-left: clamp(-134.4px, -6.6666666667vw, 0px);
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 767px) {
  .page .kv__section .ttl__h2--group img {
    width: clamp(0px, 81.8666666667vw, 429.8px);
    margin-left: clamp(-44.8px, -8.5333333333vw, 0px);
  }
}
.page .kv__section .ttl__h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  color: var(--white);
  margin-top: clamp(-32.2px, -1.5972222222vw, 0px);
}
@media screen and (max-width: 767px) {
  .page .kv__section .ttl__h2 {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-top: clamp(-9.8px, -1.8666666667vw, 0px);
  }
}

.workslink__section {
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
  background-color: var(--white);
  z-index: 1;
}
.workslink__section:after {
  content: "";
  width: 100%;
  height: calc(100% - clamp(0px, 14.1666666667vw, 285.6px));
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .workslink__section:after {
    height: calc(100% - clamp(0px, 16.5333333333vw, 86.8px));
  }
}
.workslink__section .ourworks__wrap {
  position: relative;
}
.workslink__section .ourworks__wrap .link__works {
  width: 100%;
  height: clamp(0px, 40.4861111111vw, 816.2px);
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/aboutus/bg__ourworks___link.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .workslink__section .ourworks__wrap .link__works {
    transition: background-image 0.2s ease-out;
  }
  .workslink__section .ourworks__wrap .link__works:hover {
    background-image: url(../img/aboutus/bg__ourworks___link--hover.webp);
  }
  .workslink__section .ourworks__wrap .link__works:hover .icon__arrow {
    background-color: var(--white);
    border-color: var(--white);
    transform: scale(1.2);
  }
  .workslink__section .ourworks__wrap .link__works:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__black.svg);
  }
}
@media screen and (max-width: 767px) {
  .workslink__section .ourworks__wrap .link__works {
    height: clamp(0px, 45.3333333333vw, 238px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    background-image: url(../img/aboutus/bg__ourworks___link___sp.webp);
  }
}
.workslink__section .ourworks__wrap .en-font {
  font-size: clamp(0px, 5.5555555556vw, 112px);
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .workslink__section .ourworks__wrap .en-font {
    font-size: clamp(0px, 9.6vw, 50.4px);
    margin-bottom: clamp(0px, 1.6vw, 8.4px);
  }
}
.workslink__section .ourworks__wrap .icon__arrow {
  top: auto;
  right: clamp(0px, 6.9444444444vw, 140px);
  bottom: clamp(0px, 6.9444444444vw, 140px);
  transform: none;
}
@media screen and (min-width: 768px) {
  .workslink__section .ourworks__wrap .icon__arrow {
    transition: transform 0.2s ease-out, background-color 0.2s ease-out, border 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .workslink__section .ourworks__wrap .icon__arrow {
    right: clamp(0px, 7.4666666667vw, 39.2px);
    bottom: clamp(0px, 7.4666666667vw, 39.2px);
  }
}

.mvv__ttl, .service__ttl {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  color: var(--white);
  display: inline-block;
  padding: clamp(0px, 0.8333333333vw, 16.8px) clamp(0px, 1.9444444444vw, 39.2px);
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .mvv__ttl, .service__ttl {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: clamp(0px, 2.1333333333vw, 11.2px) clamp(0px, 4.8vw, 25.2px);
  }
}

/* !!------------------------------------ */
/* !! @note About us */
.page-aboutus .mvv__section {
  padding-top: clamp(0px, 8.3333333333vw, 168px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section {
    padding-top: clamp(0px, 13.3333333333vw, 70px);
  }
}
.page-aboutus .mvv__section .ttl__h2 {
  width: clamp(0px, 31.5277777778vw, 635.6px);
  font-size: clamp(0px, 5.5555555556vw, 112px);
  text-align: center;
  margin: clamp(0px, 8.3333333333vw, 168px) auto clamp(0px, 2.7777777778vw, 56px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .ttl__h2 {
    width: clamp(0px, 60.2666666667vw, 316.4px);
    font-size: clamp(0px, 9.6vw, 50.4px);
    margin: clamp(0px, 16vw, 84px) auto clamp(0px, 6.4vw, 33.6px);
  }
}
.page-aboutus .mvv__section .ttl__h2:before, .page-aboutus .mvv__section .ttl__h2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--black);
  position: relative;
}
.page-aboutus .mvv__section .ttl__h2:before {
  top: clamp(0px, 0.7638888889vw, 15.4px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .ttl__h2:before {
    top: clamp(0px, 1.3333333333vw, 7px);
  }
}
.page-aboutus .mvv__section .ttl__h2:after {
  bottom: clamp(0px, 0.7638888889vw, 15.4px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .ttl__h2:after {
    bottom: clamp(0px, 1.3333333333vw, 7px);
  }
}
.page-aboutus .mvv__section .ttl__h2.vision__ttl {
  margin-bottom: clamp(0px, 5vw, 100.8px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .ttl__h2.vision__ttl {
    margin-bottom: clamp(0px, 9.6vw, 50.4px);
  }
}
.page-aboutus .mvv__section .ttl__h2.vision__ttl:after {
  bottom: clamp(-19.6px, -0.9722222222vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .ttl__h2.vision__ttl:after {
    bottom: clamp(-9.8px, -1.8666666667vw, 0px);
  }
}
.page-aboutus .mvv__section .ttl__h2 span {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-weight: 700;
  line-height: 1.8;
  padding: 0 clamp(0px, 0.8333333333vw, 16.8px);
  background-color: var(--white);
  position: absolute;
  bottom: clamp(-44.8px, -2.2222222222vw, 0px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .ttl__h2 span {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: 0 clamp(0px, 1.6vw, 8.4px);
    bottom: clamp(-28px, -5.3333333333vw, 0px);
  }
}
.page-aboutus .mvv__section .sub__ttl {
  font-size: clamp(0px, 2.7777777778vw, 56px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .sub__ttl {
    font-size: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-aboutus .mvv__section .lead__txt {
  text-align: center;
  margin-top: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .lead__txt {
    margin-top: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-aboutus .mvv__section .vision__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 1.1111111111vw, 22.4px);
  margin-top: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .vision__wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 1.6vw, 8.4px);
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.page-aboutus .mvv__section .vision__item {
  padding: clamp(0px, 4.8611111111vw, 98px) clamp(0px, 4.1666666667vw, 84px) clamp(0px, 4.1666666667vw, 84px);
  background-color: var(--black);
  border-radius: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .vision__item {
    padding: clamp(0px, 8.5333333333vw, 44.8px) clamp(0px, 4.8vw, 25.2px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-aboutus .mvv__section .vision__item:first-of-type li:before {
  background-image: url(../img/aboutus/icon__check--orange.svg);
}
.page-aboutus .mvv__section .vision__item:last-of-type li:before {
  background-image: url(../img/aboutus/icon__check--yellow.svg);
}
.page-aboutus .mvv__section .ttl__h3 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(0px, 1.8055555556vw, 36.4px);
  padding-bottom: clamp(0px, 1.9444444444vw, 39.2px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--gray);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .ttl__h3 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-aboutus .mvv__section .mvv__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0px, 0.2083333333vw, 4.2px);
  margin-left: clamp(-8.4px, -0.4166666667vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .mvv__list {
    gap: clamp(0px, 0.5333333333vw, 2.8px);
    margin-left: clamp(-4.2px, -0.8vw, 0px);
  }
}
.page-aboutus .mvv__section .mvv__list--item {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .mvv__list--item {
    font-size: clamp(0px, 2.9333333333vw, 15.4px);
    gap: clamp(0px, 1.3333333333vw, 7px);
  }
}
.page-aboutus .mvv__section .mvv__list--item:before {
  content: "";
  width: clamp(0px, 2.4305555556vw, 49px);
  height: clamp(0px, 2.4305555556vw, 49px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .mvv__list--item:before {
    width: clamp(0px, 5.3333333333vw, 28px);
    height: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-aboutus .mvv__section .value__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0px, 1.25vw, 25.2px);
  margin-top: clamp(0px, 4.1666666667vw, 84px);
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .value__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.page-aboutus .mvv__section .value__list--item {
  padding: clamp(0px, 3.8888888889vw, 78.4px) clamp(0px, 3.4722222222vw, 70px) clamp(0px, 3.2638888889vw, 65.8px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: clamp(0px, 1.3888888889vw, 28px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .value__list--item {
    padding: clamp(0px, 8.8vw, 46.2px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 5.3333333333vw, 28px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-aboutus .mvv__section .value__list--item:before {
  content: "0" counter(number);
  counter-increment: number 1;
  font-size: clamp(0px, 2.7777777778vw, 56px);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: var(--white);
  text-stroke: clamp(0px, 0.1041666667vw, 2.1px) var(--black);
  -webkit-text-stroke: clamp(0px, 0.1041666667vw, 2.1px) var(--black);
  paint-order: stroke fill;
  position: absolute;
  top: clamp(0px, 1.6666666667vw, 33.6px);
  left: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .value__list--item:before {
    font-size: clamp(0px, 6.4vw, 33.6px);
    text-stroke-width: clamp(0px, 0.2666666667vw, 1.4px);
    -webkit-text-stroke-width: clamp(0px, 0.2666666667vw, 1.4px);
    top: clamp(0px, 4vw, 21px);
    left: clamp(0px, 4vw, 21px);
  }
}
.page-aboutus .mvv__section .value__list--item .ttl__h3 {
  font-size: clamp(0px, 1.9444444444vw, 39.2px);
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .value__list--item .ttl__h3 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-aboutus .mvv__section .value__list--item .lead__txt {
  text-align: justify;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .value__list--item .lead__txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-aboutus .mvv__section .value__list .img__wrap {
  width: clamp(0px, 10.4861111111vw, 211.4px);
  margin: 0 auto clamp(0px, 0.4166666667vw, 8.4px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .mvv__section .value__list .img__wrap {
    width: clamp(0px, 24vw, 126px);
    margin: 0 auto clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-aboutus .mvv__section .value__list .img__wrap img {
  width: 100%;
}
.page-aboutus .message__section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section {
    padding-top: clamp(0px, 17.3333333333vw, 91px);
  }
}
.page-aboutus .message__section:after {
  content: "";
  width: calc(50vw + clamp(0px, 12.7083333333vw, 256.2px));
  height: calc(100% - clamp(0px, 11.1111111111vw, 224px));
  background-color: var(--black);
  position: absolute;
  top: clamp(0px, 11.1111111111vw, 224px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section:after {
    width: calc(50vw - clamp(0px, 9.3333333333vw, 49px));
    height: 100%;
    top: clamp(0px, 17.3333333333vw, 91px);
  }
}
.page-aboutus .message__section .message__wrap {
  display: grid;
  grid-template-columns: clamp(0px, 22.9166666667vw, 462px) clamp(0px, 40.2777777778vw, 812px);
  justify-content: space-between;
  padding: clamp(0px, 6.25vw, 126px) clamp(0px, 6.25vw, 126px) clamp(0px, 6.9444444444vw, 140px) clamp(0px, 6.5972222222vw, 133px);
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .message__wrap {
    width: clamp(0px, 82.9333333333vw, 435.4px);
    grid-template-columns: 1fr;
    gap: clamp(0px, 6.4vw, 33.6px);
    padding: clamp(0px, 9.6vw, 50.4px) clamp(0px, 6.6666666667vw, 35px) clamp(0px, 13.3333333333vw, 70px) clamp(0px, 6.4vw, 33.6px);
  }
}
.page-aboutus .message__section .message__wrap:before {
  content: "";
  width: clamp(0px, 0.0694444444vw, 1.4px);
  height: calc(100% + clamp(0px, 4.5833333333vw, 92.4px));
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .message__wrap:before {
    width: clamp(0px, 0.2666666667vw, 1.4px);
    height: calc(100% + clamp(-8.4px, -1.6vw, 0px));
    top: clamp(0px, 6.9333333333vw, 36.4px);
  }
}
.page-aboutus .message__section .message__wrap:after {
  content: "";
  width: calc(100% + clamp(0px, 4.375vw, 88.2px));
  height: clamp(0px, 0.0694444444vw, 1.4px);
  background-color: var(--black);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .message__wrap:after {
    width: 100vw;
    height: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-aboutus .message__section .message__wrap--right {
  display: grid;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .message__wrap--right {
    gap: 4em;
  }
}
.page-aboutus .message__section .ttl__h2--group {
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .ttl__h2--group {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.page-aboutus .message__section .ttl__h2--group .en-font {
  font-size: clamp(0px, 3.3333333333vw, 67.2px);
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .ttl__h2--group .en-font {
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-aboutus .message__section .ttl__h2--group .ttl__h2 {
  font-size: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .ttl__h2--group .ttl__h2 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-aboutus .message__section .ttl__h3 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: clamp(0px, 1.5277777778vw, 30.8px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .ttl__h3 {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-aboutus .message__section .img__wrap {
  width: clamp(0px, 21.1111111111vw, 425.6px);
  padding-top: clamp(0px, 2.0833333333vw, 42px);
  padding-bottom: clamp(0px, 2.2916666667vw, 46.2px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .img__wrap {
    width: clamp(0px, 58.9333333333vw, 309.4px);
    padding-top: clamp(0px, 5.3333333333vw, 28px);
    padding-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-aboutus .message__section .img__wrap:before {
  content: "";
  width: calc(100% + clamp(0px, 10.9722222222vw, 221.2px));
  height: clamp(0px, 0.0694444444vw, 1.4px);
  display: block;
  background-color: var(--black);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .img__wrap:before {
    width: calc(100% + clamp(0px, 11.7333333333vw, 61.6px));
    height: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-aboutus .message__section .img__wrap img {
  width: 100%;
}
.page-aboutus .message__section .name__txt {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .name__txt {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-aboutus .message__section .name__txt span {
  font-weight: normal;
}
.page-aboutus .message__section .link__note {
  width: clamp(0px, 7.9166666667vw, 159.6px);
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-aboutus .message__section .link__note {
    width: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-aboutus .business__section {
  padding-top: clamp(0px, 12.5vw, 252px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-aboutus .business__section .ttl__h2--group {
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .ttl__h2--group {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-aboutus .business__section .en-font {
  font-size: clamp(0px, 3.3333333333vw, 67.2px);
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .en-font {
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-aboutus .business__section .ttl__h2 {
  font-size: p(20);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .ttl__h2 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-aboutus .business__section .ttl__h3 {
  font-size: clamp(0px, 2.7777777778vw, 56px);
  font-weight: 700;
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
.page-aboutus .business__section .lead__txt {
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .lead__txt {
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__wrap {
    display: grid;
    grid-template-columns: clamp(0px, 10.6666666667vw, 56px) auto auto;
    justify-content: center;
  }
}
.page-aboutus .business__section .flow__wrap + .note__txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__wrap + .note__txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    text-align: center;
    display: block;
    margin-top: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-aboutus .business__section .ttl__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 0.0694444444vw, 1.4px);
  margin-bottom: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .ttl__wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 0.2666666667vw, 1.4px);
    margin-bottom: 0;
  }
}
.page-aboutus .business__section .flow__list {
  display: grid;
  grid-template-columns: clamp(0px, 14.7916666667vw, 298.2px) clamp(0px, 28.3333333333vw, 571.2px) clamp(0px, 14.7916666667vw, 298.2px) clamp(0px, 14.7916666667vw, 298.2px);
  gap: clamp(0px, 2.2222222222vw, 44.8px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list {
    height: clamp(0px, 238.6666666667vw, 1253px);
    grid-template-columns: 1fr;
    gap: clamp(0px, 4.5333333333vw, 23.8px);
    margin-left: clamp(0px, 8vw, 42px);
  }
}
.page-aboutus .business__section .flow__list--item {
  position: relative;
}
.page-aboutus .business__section .flow__list--item:after {
  content: "";
  width: clamp(0px, 1.0416666667vw, 21px);
  height: calc(clamp(0px, 3.4722222222vw, 70px) / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--black);
  position: absolute;
  top: clamp(0px, 6.3888888889vw, 128.8px);
  right: clamp(-32.9px, -1.6319444444vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list--item:after {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 2.4vw, 12.6px);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    right: auto;
    bottom: clamp(-11.2px, -2.1333333333vw, 0px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-aboutus .business__section .flow__list--item:last-child:after {
  content: none;
}
.page-aboutus .business__section .flow__list .figure__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list .figure__wrap {
    grid-template-columns: 1fr;
  }
}
.page-aboutus .business__section .flow__list .figure__wrap figure {
  width: clamp(0px, 14.7916666667vw, 298.2px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list .figure__wrap figure {
    width: clamp(0px, 33.6vw, 176.4px);
  }
}
.page-aboutus .business__section .flow__list .figure__wrap figure + figure {
  margin-left: clamp(-25.2px, -1.25vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list .figure__wrap figure + figure {
    margin: clamp(-22.4px, -4.2666666667vw, 0px) auto 0;
  }
}
.page-aboutus .business__section .flow__list figure {
  width: 100%;
  height: clamp(0px, 14.7916666667vw, 298.2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list figure {
    width: clamp(0px, 33.6vw, 176.4px);
    height: clamp(0px, 33.6vw, 176.4px);
    margin: 0 auto;
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-aboutus .business__section .flow__list figure img {
  width: clamp(0px, 7.1527777778vw, 144.2px);
  position: relative;
  top: clamp(-12.6px, -0.625vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list figure img {
    width: clamp(0px, 17.0666666667vw, 89.6px);
    top: clamp(-7px, -1.3333333333vw, 0px);
  }
}
.page-aboutus .business__section .flow__list figure figcaption {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  line-height: 1.2;
  font-weight: 700;
  margin-top: clamp(0px, 0.6944444444vw, 14px);
  position: relative;
  top: clamp(-12.6px, -0.625vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list figure figcaption {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-top: clamp(0px, 1.6vw, 8.4px);
    top: clamp(-7px, -1.3333333333vw, 0px);
  }
}
.page-aboutus .business__section .flow__list .lead__txt {
  line-height: 1.6;
  text-align: center;
  margin-top: clamp(0px, 1.3888888889vw, 28px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list .lead__txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    line-height: 1.4;
    margin-top: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-aboutus .business__section .flow__list + .flow__ttl {
  font-size: clamp(0px, 2.0833333333vw, 42px);
  font-weight: 700;
  text-align: center;
  margin-top: clamp(0px, 3.75vw, 75.6px);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list + .flow__ttl {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    gap: clamp(0px, 1.6vw, 8.4px);
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-left: clamp(0px, 8vw, 42px);
    position: relative;
  }
}
.page-aboutus .business__section .flow__list + .flow__ttl:before, .page-aboutus .business__section .flow__list + .flow__ttl:after {
  content: "";
  width: clamp(0px, 13.2638888889vw, 267.4px);
  height: clamp(0px, 0.5555555556vw, 11.2px);
  background-image: url(../img/aboutus/ttl__arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list + .flow__ttl:before, .page-aboutus .business__section .flow__list + .flow__ttl:after {
    width: 100%;
    height: clamp(0px, 58.1333333333vw, 305.2px);
    background-image: url(../img/aboutus/ttl__arrow___sp.svg);
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-aboutus .business__section .flow__list + .flow__ttl:after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__list + .flow__ttl:after {
    transform: scale(-1, -1);
    top: auto;
    bottom: 0;
  }
}
.page-aboutus .business__section .flow__ttl {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  text-align: center;
  padding: clamp(0px, 1.25vw, 25.2px);
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .flow__ttl {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    writing-mode: vertical-rl;
  }
}
.page-aboutus .business__section .note__txt {
  font-size: clamp(0px, 0.9027777778vw, 18.2px);
  line-height: 1.6;
  text-align: right;
  margin-top: clamp(0px, 1.9444444444vw, 39.2px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .business__section .note__txt {
    display: none;
  }
}
.page-aboutus .company__section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  padding-bottom: clamp(0px, 12.5vw, 252px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
    padding-bottom: clamp(0px, 18.6666666667vw, 98px);
  }
}
.page-aboutus .company__section .ttl__h2--group {
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .ttl__h2--group {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.page-aboutus .company__section .en-font {
  font-size: clamp(0px, 3.3333333333vw, 67.2px);
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .en-font {
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-aboutus .company__section .ttl__h2 {
  font-size: p(20);
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .ttl__h2 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .img__wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
.page-aboutus .company__section .img__wrap img {
  width: 100%;
}
.page-aboutus .company__section .company__list {
  display: grid;
  gap: clamp(0px, 1.6666666667vw, 33.6px);
  margin-top: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .company__list {
    gap: clamp(0px, 5.3333333333vw, 28px);
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.page-aboutus .company__section .company__list--item {
  display: grid;
  grid-template-columns: clamp(0px, 12.1527777778vw, 245px) auto;
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .company__list--item {
    grid-template-columns: clamp(0px, 24vw, 126px) auto;
  }
}
.page-aboutus .company__section .company__list--item p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  padding-bottom: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .company__list--item p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
    padding-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-aboutus .company__section .company__ttl {
  font-weight: 700;
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .company__ttl {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-aboutus .company__section .company__txt {
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid #ccc;
}
@media screen and (max-width: 767px) {
  .page-aboutus .company__section .company__txt {
    display: block;
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
  .page-aboutus .company__section .company__txt span {
    display: none;
  }
}
.page-aboutus .company__section .company__txt a {
  margin-left: 1em;
  text-decoration: underline;
}
.page-aboutus .workslink__section {
  background-color: var(--white);
}

/* !!------------------------------------ */
/* !! @note Service */
.page .service__content--section {
  padding-top: clamp(0px, 8.3333333333vw, 168px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page .service__content--section {
    padding-top: clamp(0px, 13.3333333333vw, 70px);
  }
}
.page .service__content--section .ttl__h2 {
  width: clamp(0px, 41.875vw, 844.2px);
  font-size: clamp(0px, 5vw, 100.8px);
  text-align: center;
  font-weight: 700;
  margin: clamp(0px, 8.3333333333vw, 168px) auto clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .ttl__h2 {
    width: clamp(0px, 78.4vw, 411.6px);
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
    margin: clamp(0px, 16vw, 84px) auto clamp(0px, 5.3333333333vw, 28px);
  }
}
.page .service__content--section .ttl__h2:before, .page .service__content--section .ttl__h2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--black);
  position: relative;
}
.page .service__content--section .ttl__h2:before {
  top: clamp(0px, 0.4166666667vw, 8.4px);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .ttl__h2:before {
    top: clamp(0px, 0.8vw, 4.2px);
  }
}
.page .service__content--section .ttl__h2:after {
  bottom: clamp(-2.8px, -0.1388888889vw, 0px);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .ttl__h2:after {
    bottom: 0;
  }
}
.page .service__content--section .lead__txt {
  text-align: center;
}
.page .service__content--section .bg__wrap {
  color: var(--white);
  margin-top: clamp(0px, 6.9444444444vw, 140px);
  padding: clamp(0px, 9.0277777778vw, 182px) 0;
  background-image: url(../img/service/bg__service--homeselect.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap {
    width: 100vw;
    margin-top: clamp(0px, 21.3333333333vw, 112px);
    margin-left: calc(-50vw + 50%);
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px);
    background-image: url(../img/service/bg__service--homeselect___sp.webp);
  }
}
.page .service__content--section .bg__wrap .ttl__h3 {
  font-size: clamp(0px, 2.7777777778vw, 56px);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .ttl__h3 {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 8vw, 42px);
    line-height: 1.6;
  }
}
.page .service__content--section .bg__wrap .ttl__h3 strong {
  font-weight: 700;
  text-decoration: underline;
}
.page .service__content--section .bg__wrap .ttl__h3 strong span {
  position: relative;
}
.page .service__content--section .bg__wrap .ttl__h3 strong span:before {
  content: "";
  width: clamp(0px, 0.6944444444vw, 14px);
  height: clamp(0px, 0.6944444444vw, 14px);
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: clamp(-8.4px, -0.4166666667vw, 0px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .ttl__h3 strong span:before {
    width: clamp(0px, 1.0666666667vw, 5.6px);
    height: clamp(0px, 1.0666666667vw, 5.6px);
    top: clamp(-4.2px, -0.8vw, 0px);
  }
}
.page .service__content--section .bg__wrap .service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 1.1111111111vw, 22.4px);
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .service__list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .service__content--section .bg__wrap .service__list a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 4.5833333333vw, 92.4px);
  background-color: rgba(186, 186, 186, 0.3);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: clamp(0px, 1.3888888889vw, 28px);
  backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
  -webkit-backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .service__list a {
    padding: clamp(0px, 9.6vw, 50.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
    backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
    -webkit-backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
  }
}
.page .service__content--section .bg__wrap .service__list a:before {
  content: "0" counter(number);
  counter-increment: number 1;
  font-size: clamp(0px, 2.7777777778vw, 56px);
  font-family: "Open Sans", sans-serif;
  paint-order: stroke fill;
  font-weight: 700;
  color: transparent;
  text-stroke: clamp(0px, 0.0694444444vw, 1.4px) var(--white);
  -webkit-text-stroke: clamp(0px, 0.0694444444vw, 1.4px) var(--white);
  position: absolute;
  top: clamp(0px, 2.4305555556vw, 49px);
  left: clamp(0px, 2.4305555556vw, 49px);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .service__list a:before {
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin: 0 auto clamp(0px, 2.6666666667vw, 14px) 0;
    text-stroke-width: clamp(0px, 0.1333333333vw, 0.7px);
    -webkit-text-stroke-width: clamp(0px, 0.1333333333vw, 0.7px);
    top: clamp(0px, 5.3333333333vw, 28px);
    left: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page .service__content--section .bg__wrap .service__list a .icon__arrow {
  width: clamp(0px, 2.5vw, 50.4px);
  height: clamp(0px, 2.5vw, 50.4px);
  background-color: transparent;
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: clamp(0px, 2.4305555556vw, 49px);
  bottom: clamp(0px, 2.4305555556vw, 49px);
  transform: none;
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .service__list a .icon__arrow {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    right: clamp(0px, 4.2666666667vw, 22.4px);
    bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page .service__content--section .bg__wrap .service__list a .icon__arrow:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/common/arrow__white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .service__list a .icon__arrow:after {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
  }
}
@media screen and (min-width: 768px) {
  .page .service__content--section .bg__wrap .service__list a {
    transition: background 0.2s ease-out;
  }
  .page .service__content--section .bg__wrap .service__list a .ttl__h4, .page .service__content--section .bg__wrap .service__list a .lead__txt {
    transition: color 0.2s ease-out;
  }
  .page .service__content--section .bg__wrap .service__list a:before {
    transition: text-stroke-color 0.2s ease-out, -webkit-text-stroke-color 0.2s ease-out;
  }
  .page .service__content--section .bg__wrap .service__list a .icon__arrow {
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out;
  }
  .page .service__content--section .bg__wrap .service__list a:hover {
    background-color: var(--white);
    background-image: none;
  }
  .page .service__content--section .bg__wrap .service__list a:hover:before {
    text-stroke-color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }
  .page .service__content--section .bg__wrap .service__list a:hover .ttl__h4 {
    color: var(--orange);
  }
  .page .service__content--section .bg__wrap .service__list a:hover .lead__txt {
    color: var(--black);
  }
  .page .service__content--section .bg__wrap .service__list a:hover .icon__arrow {
    background-color: var(--black);
    border-color: var(--black);
    transform: scale(1.2);
  }
  .page .service__content--section .bg__wrap .service__list a:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__white.svg);
  }
}
.page .service__content--section .bg__wrap .service__list .ttl__h4 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .service__list .ttl__h4 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 0.8vw, 4.2px);
  }
}
@media screen and (max-width: 767px) {
  .page .service__content--section .bg__wrap .service__list .lead__txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .service__section {
  padding-top: clamp(0px, 9.0277777778vw, 182px);
  padding-bottom: clamp(0px, 12.5vw, 252px);
  background-color: #E4E4E4;
}
@media screen and (max-width: 767px) {
  .page .service__section {
    padding: 0;
  }
}
.page .service__section .service__list {
  display: grid;
  gap: clamp(0px, 2.7777777778vw, 56px);
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list {
    gap: clamp(0px, 6.4vw, 33.6px);
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 18.6666666667vw, 98px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page .service__section .service__list--item {
  padding: clamp(0px, 6.6666666667vw, 134.4px) clamp(0px, 6.25vw, 126px) clamp(0px, 3.4722222222vw, 70px) clamp(0px, 8.0555555556vw, 162.4px);
  background-color: var(--white);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list--item {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 8.5333333333vw, 44.8px) clamp(0px, 14.9333333333vw, 78.4px) clamp(0px, 10.6666666667vw, 56px);
  }
}
.page .service__section .service__list--item:before {
  content: "0" counter(number);
  counter-increment: number 1;
  font-size: clamp(0px, 3.8888888889vw, 78.4px);
  font-family: "Open Sans", sans-serif;
  paint-order: stroke fill;
  font-weight: 700;
  color: transparent;
  text-stroke: clamp(0px, 0.0694444444vw, 1.4px) var(--black);
  -webkit-text-stroke: clamp(0px, 0.0694444444vw, 1.4px) var(--black);
  position: absolute;
  top: clamp(0px, 9.5138888889vw, 191.8px);
  left: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list--item:before {
    font-size: clamp(0px, 6.4vw, 33.6px);
    text-stroke-width: clamp(0px, 0.1333333333vw, 0.7px);
    -webkit-text-stroke-width: clamp(0px, 0.1333333333vw, 0.7px);
    top: clamp(0px, 21.3333333333vw, 112px);
    left: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page .service__section .service__list--item:after {
  content: "";
  width: 1px;
  height: calc(100% - clamp(0px, 5.5555555556vw, 112px));
  background-color: var(--black);
  position: absolute;
  top: clamp(0px, 2.0833333333vw, 42px);
  left: clamp(0px, 8.0555555556vw, 162.4px);
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list--item:after {
    height: calc(100% - clamp(0px, 69.8666666667vw, 366.8px));
    top: clamp(0px, 6.4vw, 33.6px);
    left: clamp(0px, 15.7333333333vw, 82.6px);
  }
}
.page .service__section .service__list .service__list--ttl {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  line-height: 1.5;
  font-weight: 700;
  padding: clamp(0px, 3.125vw, 63px) clamp(0px, 2.0833333333vw, 42px) clamp(0px, 1.1111111111vw, 22.4px) clamp(0px, 3.75vw, 75.6px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list .service__list--ttl {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
    padding: 0;
  }
}
.page .service__section .service__list .service__list--ttl:before {
  content: "";
  width: calc(100% + clamp(0px, 5.9722222222vw, 120.4px));
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list .service__list--ttl:before {
    width: calc(100% + clamp(0px, 17.6vw, 92.4px));
    top: clamp(-22.4px, -4.2666666667vw, 0px);
  }
}
.page .service__section .service__list .service__list--ttl strong {
  font-weight: 700;
}
.page .service__section .service__list .lead__txt {
  padding: 0 clamp(0px, 2.0833333333vw, 42px) 0 clamp(0px, 3.75vw, 75.6px);
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list .lead__txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: 0;
  }
}
.page .service__section .service__list ol {
  display: grid;
  grid-template-columns: repeat(5, clamp(0px, 11.1111111111vw, 224px));
  gap: clamp(0px, 1.0416666667vw, 21px);
  padding: clamp(0px, 1.875vw, 37.8px) 0 clamp(0px, 2.7777777778vw, 56px) clamp(0px, 3.75vw, 75.6px);
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list ol {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 2.6666666667vw, 14px);
    padding: clamp(0px, 4.2666666667vw, 22.4px) 0 0 0;
  }
}
.page .service__section .service__list ol li {
  height: clamp(0px, 11.1111111111vw, 224px);
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #DEDEDE;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page .service__section .service__list ol li {
    height: clamp(0px, 28vw, 147px);
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .service__section .service__list ol li span {
  text-align: center;
}
.page .service__section .service__list ol li strong {
  font-weight: 700;
}

.service__ttl {
  background-color: var(--orange);
}

.workslink__section {
  background-color: #E4E4E4;
}

.page-homedesign .service__ttl {
  background-color: var(--yellow);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__list--item {
    padding-top: clamp(0px, 26.6666666667vw, 140px);
  }
  .page-homedesign .service__section .service__list--item:before {
    top: clamp(0px, 26.6666666667vw, 140px);
  }
  .page-homedesign .service__section .service__list--item#person02, .page-homedesign .service__section .service__list--item#corporation01, .page-homedesign .service__section .service__list--item#corporation02, .page-homedesign .service__section .service__list--item#corporation03 {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
  }
  .page-homedesign .service__section .service__list--item#person02:before, .page-homedesign .service__section .service__list--item#corporation01:before, .page-homedesign .service__section .service__list--item#corporation02:before, .page-homedesign .service__section .service__list--item#corporation03:before {
    top: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-homedesign .service__content--section .bg__wrap .service__list--item a {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .page-homedesign .service__content--section .bg__wrap .service__list--item a:hover .ttl__h4 {
    color: var(--yellow);
  }
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
    padding-bottom: clamp(0px, 18.6666666667vw, 98px);
  }
}
.page-homedesign .service__section .select__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .select__list + .ttl__h2 {
    margin-top: clamp(0px, 13.3333333333vw, 70px);
  }
}
.page-homedesign .service__section .select__list a {
  width: 100%;
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 1.7361111111vw, 35px) 0 clamp(0px, 1.25vw, 25.2px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .select__list a {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    padding: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-homedesign .service__section .select__list a:after {
  content: "";
  width: clamp(0px, 1.1111111111vw, 22.4px);
  height: calc(clamp(0px, 1.1111111111vw, 22.4px) / 2);
  display: block;
  margin: clamp(0px, 0.9027777778vw, 18.2px) auto 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .page-homedesign .service__section .select__list a:after {
    transition: background-color 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .select__list a:after {
    width: clamp(0px, 2.6666666667vw, 14px);
    height: clamp(0px, 1.3333333333vw, 7px);
    margin-top: clamp(0px, 2.6666666667vw, 14px);
  }
}
@media screen and (min-width: 768px) {
  .page-homedesign .service__section .select__list a {
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
  }
  .page-homedesign .service__section .select__list a:hover {
    color: var(--white);
    background-color: var(--black);
  }
  .page-homedesign .service__section .select__list a:hover:after {
    background-color: var(--yellow);
  }
}
.page-homedesign .service__section .ttl__h2 {
  width: clamp(0px, 34.7222222222vw, 700px);
  font-size: clamp(0px, 3.3333333333vw, 67.2px);
  text-align: center;
  font-weight: 700;
  margin: clamp(0px, 11.1111111111vw, 224px) auto clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .ttl__h2 {
    width: clamp(0px, 78.4vw, 411.6px);
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin: clamp(0px, 21.3333333333vw, 112px) auto clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-homedesign .service__section .ttl__h2:before, .page-homedesign .service__section .ttl__h2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--black);
  position: relative;
}
.page-homedesign .service__section .ttl__h2:before {
  top: clamp(0px, 0.4166666667vw, 8.4px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .ttl__h2:before {
    top: clamp(0px, 0.8vw, 4.2px);
  }
}
.page-homedesign .service__section .ttl__h2:after {
  bottom: clamp(-2.8px, -0.1388888889vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .ttl__h2:after {
    bottom: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-homedesign .service__section .ttl__h2 + .lead__txt {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .ttl__h2 + .lead__txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-homedesign .service__section .ttl__h2 + .ttl__h3 {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .ttl__h2 + .ttl__h3 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.8;
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-homedesign .service__section .ttl__h2 + .ttl__h3 + .lead__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .ttl__h2 + .ttl__h3 + .lead__txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-homedesign .service__section .anchor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 1.6666666667vw, 33.6px);
  margin-top: clamp(0px, 3.4722222222vw, 70px);
  margin-bottom: clamp(0px, 5.5555555556vw, 112px);
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .anchor__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 8vw, 42px);
    margin-bottom: 0;
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
  .page-homedesign .service__section .anchor__list--item {
    width: calc(50% - clamp(0px, 1.3333333333vw, 7px));
  }
}
.page-homedesign .service__section .anchor__list a {
  height: clamp(0px, 14.5833333333vw, 294px);
  display: flex;
  font-size: clamp(0px, 1.9444444444vw, 39.2px);
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border-radius: clamp(0px, 1.3888888889vw, 28px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .anchor__list a {
    height: clamp(0px, 32vw, 168px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    line-height: 1.5;
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-homedesign .service__section .anchor__list a:after {
  content: "0" counter(number);
  counter-increment: number 1;
  font-size: clamp(0px, 2.7777777778vw, 56px);
  font-family: "Inter", sans-serif;
  color: transparent;
  text-stroke: clamp(0px, 0.0694444444vw, 1.4px) var(--white);
  -webkit-text-stroke: clamp(0px, 0.0694444444vw, 1.4px) var(--white);
  position: absolute;
  top: clamp(0px, 2.0833333333vw, 42px);
  left: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .anchor__list a:after {
    font-size: clamp(0px, 6.4vw, 33.6px);
    text-stroke-width: clamp(0px, 0.1333333333vw, 0.7px);
    -webkit-text-stroke-width: clamp(0px, 0.1333333333vw, 0.7px);
    top: clamp(0px, 3.4666666667vw, 18.2px);
    left: clamp(0px, 4vw, 21px);
  }
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__list {
    padding-top: clamp(0px, 12.8vw, 67.2px);
    padding-bottom: 0;
  }
}
.page-homedesign .service__section .service__wrap {
  display: grid;
  grid-template-columns: clamp(0px, 22.7083333333vw, 457.8px) clamp(0px, 38.75vw, 781.2px);
  justify-content: space-between;
  padding-top: clamp(0px, 3.125vw, 63px);
  padding-bottom: clamp(0px, 1.3888888889vw, 28px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 4.2666666667vw, 22.4px);
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-homedesign .service__section .service__wrap--left {
    padding-left: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-homedesign .service__section .service__wrap:before {
  content: "";
  width: calc(100% + clamp(0px, 5.9722222222vw, 120.4px));
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__wrap:before {
    width: calc(100% + clamp(0px, 10.6666666667vw, 56px));
    top: clamp(-22.4px, -4.2666666667vw, 0px);
  }
}
.page-homedesign .service__section .service__wrap .service__list--ttl, .page-homedesign .service__section .service__wrap .lead__txt {
  height: auto;
  padding-top: 0;
  padding-right: 0;
}
.page-homedesign .service__section .service__wrap .service__list--ttl:before, .page-homedesign .service__section .service__wrap .lead__txt:before {
  content: none;
}
.page-homedesign .service__section .service__wrap .img__wrap img {
  width: 100%;
}
.page-homedesign .service__section .service__wrap--right {
  position: relative;
}
.page-homedesign .service__section .service__wrap .swiper {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__wrap .swiper {
    width: clamp(0px, 70.1333333333vw, 368.2px);
  }
}
.page-homedesign .service__section .service__wrap .swiper img {
  width: 100%;
}
.page-homedesign .service__section .service__wrap .swiper-button-prev, .page-homedesign .service__section .service__wrap .swiper-button-next {
  width: clamp(0px, 1.0416666667vw, 21px);
  height: clamp(0px, 1.0416666667vw, 21px);
  margin: 0;
  border-top: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-right: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  position: absolute;
  top: 50%;
  left: auto;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__wrap .swiper-button-prev, .page-homedesign .service__section .service__wrap .swiper-button-next {
    width: clamp(0px, 3.2vw, 16.8px);
    height: clamp(0px, 3.2vw, 16.8px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-homedesign .service__section .service__wrap .swiper-button-prev:after, .page-homedesign .service__section .service__wrap .swiper-button-next:after {
  content: none;
}
.page-homedesign .service__section .service__wrap .swiper-button-next {
  right: clamp(-32.2px, -1.5972222222vw, 0px);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__wrap .swiper-button-next {
    right: clamp(-22.4px, -4.2666666667vw, 0px);
  }
}
.page-homedesign .service__section .service__wrap .swiper-button-prev {
  left: clamp(-32.2px, -1.5972222222vw, 0px);
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .service__wrap .swiper-button-prev {
    left: clamp(-22.4px, -4.2666666667vw, 0px);
  }
}
.page-homedesign .service__section .business__partner--wrap {
  margin-top: clamp(0px, 2.7777777778vw, 56px);
  padding: clamp(0px, 4.1666666667vw, 84px) clamp(0px, 4.8611111111vw, 98px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .business__partner--wrap {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    margin: clamp(0px, 6.4vw, 33.6px) auto 0;
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-homedesign .service__section .business__partner--wrap .partner__ttl {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  color: var(--white);
  font-weight: 700;
  padding: clamp(0px, 0.6944444444vw, 14px);
  background-color: var(--black);
  display: inline-block;
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .business__partner--wrap .partner__ttl {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: clamp(0px, 2.6666666667vw, 14px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-homedesign .service__section .business__partner--wrap .partner__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .business__partner--wrap .partner__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-homedesign .service__section .business__partner--wrap .partner__list--item {
  height: clamp(0px, 5.9722222222vw, 120.4px);
  background-color: #E7E7E7;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .business__partner--wrap .partner__list--item {
    height: clamp(0px, 16.8vw, 88.2px);
  }
}
.page-homedesign .service__section .link__renoken {
  width: clamp(0px, 70vw, 1411.2px);
  height: auto;
  display: block;
  margin: clamp(0px, 4.1666666667vw, 84px) auto 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .link__renoken {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    margin: clamp(0px, 8vw, 42px) auto 0;
  }
}
.page-homedesign .service__section .link__renoken img {
  width: 100%;
}
.page-homedesign .service__section .link__renoken .icon__arrow {
  top: auto;
  right: clamp(0px, 2.7777777778vw, 56px);
  bottom: clamp(0px, 2.7777777778vw, 56px);
  background-color: var(--white);
  border: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .page-homedesign .service__section .link__renoken .icon__arrow {
    right: clamp(0px, 3.7333333333vw, 19.6px);
    bottom: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-homedesign .service__section .link__renoken .icon__arrow:after {
  background-image: url(../img/common/arrow__black.svg);
}
@media screen and (min-width: 768px) {
  .page-homedesign .service__section .link__renoken .icon__arrow {
    transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  }
  .page-homedesign .service__section .link__renoken img {
    transition: transform 0.2s ease-out;
  }
  .page-homedesign .service__section .link__renoken:hover .icon__arrow {
    background-color: var(--black);
    transform: scale(1.2);
  }
  .page-homedesign .service__section .link__renoken:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__white.svg);
  }
  .page-homedesign .service__section .link__renoken:hover img {
    transform: scale(1.05);
  }
}

.link__ourworks {
  width: 100%;
  height: clamp(0px, 8.6805555556vw, 175px);
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  color: var(--white);
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(0px, 2.7777777778vw, 56px);
  position: relative;
}
.link__ourworks .icon__arrow {
  background-color: var(--white);
  right: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (min-width: 768px) {
  .link__ourworks .icon__arrow {
    transition: transform 0.2s ease-out;
  }
}
.link__ourworks .icon__arrow:after {
  background-image: url(../img/common/arrow__black.svg);
}
@media screen and (min-width: 768px) {
  .link__ourworks {
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out;
  }
  .link__ourworks:hover {
    color: var(--black);
    background-color: var(--white);
  }
  .link__ourworks:hover .icon__arrow {
    background-color: transparent;
    transform: translateY(-50%) scale(1.2);
  }
  .link__ourworks:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__black.svg);
  }
}

/* !!------------------------------------ */
/* !! @note FAQ */
.page .faq__content--section {
  padding-top: clamp(0px, 4.1666666667vw, 84px);
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page .faq__content--section {
    padding-top: clamp(0px, 10.6666666667vw, 56px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}

.page-faq .workslink__section {
  background-color: var(--white);
}
.page-faq .faq__list {
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid #D9D9D9;
}
.page-faq .faq__list:first-of-type {
  margin-top: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .page-faq .faq__list:first-of-type {
    margin-top: clamp(0px, 17.0666666667vw, 89.6px);
  }
}
.page-faq .faq__list--ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  display: grid;
  grid-template-columns: clamp(0px, 2.0833333333vw, 42px) auto clamp(0px, 3.4722222222vw, 70px);
  align-items: center;
  gap: clamp(0px, 1.1111111111vw, 22.4px);
  padding: clamp(0px, 2.0833333333vw, 42px) clamp(0px, 2.7777777778vw, 56px) clamp(0px, 2.0833333333vw, 42px) clamp(0px, 3.8888888889vw, 78.4px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-faq .faq__list--ttl {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    line-height: 1.8;
    align-items: baseline;
    flex-direction: column;
    grid-template-columns: clamp(0px, 6.4vw, 33.6px) auto;
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 15.2vw, 79.8px) clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.3333333333vw, 28px);
    position: relative;
  }
}
.page-faq .faq__list--ttl:before {
  content: "Q";
  width: clamp(0px, 2.0833333333vw, 42px);
  height: clamp(0px, 2.0833333333vw, 42px);
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-faq .faq__list--ttl:before {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-faq .faq__list--ttl:after {
  content: "";
  width: clamp(0px, 3.4722222222vw, 70px);
  height: clamp(0px, 3.4722222222vw, 70px);
  margin-left: auto;
  background-image: url(../img/faq/icon__arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .page-faq .faq__list--ttl:after {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
    position: absolute;
    top: clamp(0px, 6.4vw, 33.6px);
    right: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-faq .faq__list--ttl._open:after {
  transform: rotate(0deg);
}
.page-faq .faq__list--ttl._open + .faq__list--txt {
  min-height: clamp(0px, 7.7083333333vw, 155.4px);
}
@media screen and (max-width: 767px) {
  .page-faq .faq__list--ttl._open + .faq__list--txt {
    min-height: 0;
  }
}
.page-faq .faq__list--txt {
  min-height: 0;
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  line-height: 1.8;
  text-align: justify;
  display: grid;
  grid-template-columns: clamp(0px, 2.0833333333vw, 42px) auto;
  align-items: center;
  gap: clamp(0px, 1.1111111111vw, 22.4px);
  padding: clamp(0px, 1.25vw, 25.2px) clamp(0px, 3.8888888889vw, 78.4px);
  background-color: #F5F5F6;
  transition: min-height 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .page-faq .faq__list--txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    grid-template-columns: clamp(0px, 6.4vw, 33.6px) auto;
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    align-items: baseline;
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-faq .faq__list--txt:before {
  content: "A";
  width: clamp(0px, 2.0833333333vw, 42px);
  height: clamp(0px, 2.0833333333vw, 42px);
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-faq .faq__list--txt:before {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}

/* !!------------------------------------ */
/* !! @note 一覧ページ */
.page .post__section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page .post__section {
    padding-top: clamp(0px, 16vw, 84px);
  }
}
.page .post__section .ttl__h2 {
  width: clamp(0px, 52.0138888889vw, 1048.6px);
  font-size: clamp(0px, 2.7777777778vw, 56px);
  text-align: center;
  font-weight: 700;
  margin: 0 auto clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .page .post__section .ttl__h2 {
    width: clamp(0px, 78.4vw, 411.6px);
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
    line-height: 1.2;
    margin: 0 auto clamp(0px, 10.6666666667vw, 56px);
  }
}
.page .post__section .ttl__h2:before, .page .post__section .ttl__h2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--black);
  position: relative;
}
.page .post__section .ttl__h2:before {
  top: clamp(0px, 0.2083333333vw, 4.2px);
}
@media screen and (max-width: 767px) {
  .page .post__section .ttl__h2:before {
    top: clamp(0px, 1.6vw, 8.4px);
  }
}
.page .post__section .ttl__h2:after {
  bottom: clamp(-1.4px, -0.0694444444vw, 0px);
}
@media screen and (max-width: 767px) {
  .page .post__section .ttl__h2:after {
    bottom: clamp(0px, 0.8vw, 4.2px);
  }
}
.page .post__section .ttl__h3 {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  margin-top: clamp(0px, 9.0277777778vw, 182px);
  margin-bottom: clamp(0px, 1.8055555556vw, 36.4px);
  padding-bottom: clamp(0px, 1.7361111111vw, 35px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .post__section .ttl__h3 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-top: clamp(0px, 21.3333333333vw, 112px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page .post__section .post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 5.5555555556vw, 112px) clamp(0px, 1.6666666667vw, 33.6px);
  margin-top: clamp(0px, 6.9444444444vw, 140px);
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 8.5333333333vw, 44.8px);
    margin-top: clamp(0px, 14.9333333333vw, 78.4px);
  }
}
.page .post__section .post__list a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .page .post__section .post__list a img {
    transition: transform 0.2s ease-out;
  }
  .page .post__section .post__list a:hover img {
    transform: scale(1.05);
  }
}
.page .post__section .post__list .img__wrap {
  height: clamp(0px, 14.375vw, 289.8px);
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list .img__wrap {
    height: clamp(0px, 50.1333333333vw, 263.2px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page .post__section .post__list .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.page .post__section .post__list .post__ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  height: calc(2.8em + clamp(0px, 1.1111111111vw, 22.4px));
  line-height: 1.4;
  font-weight: 700;
  text-align: justify;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
  padding-bottom: clamp(0px, 1.1111111111vw, 22.4px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list .post__ttl {
    height: auto;
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.6;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page .post__section .post__list .category__list {
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list .category__list {
    gap: clamp(0px, 1.6vw, 8.4px);
  }
}
.page .post__section .post__list .category__list--item {
  font-size: clamp(0px, 0.8333333333vw, 16.8px);
  color: var(--white);
  padding: clamp(0px, 0.5555555556vw, 11.2px) clamp(0px, 0.9722222222vw, 19.6px);
  background-color: #969696;
  border-radius: clamp(0px, 0.9722222222vw, 19.6px);
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list .category__list--item {
    font-size: clamp(0px, 2.9333333333vw, 15.4px);
    padding: clamp(0px, 1.6vw, 8.4px) clamp(0px, 3.2vw, 16.8px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .post__section .post__list .property__data___list {
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list .property__data___list {
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page .post__section .post__list .property__data___list--item {
  display: grid;
  grid-template-columns: clamp(0px, 2.5vw, 50.4px) auto;
  gap: clamp(0px, 2.4305555556vw, 49px);
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list .property__data___list--item {
    grid-template-columns: clamp(0px, 9.6vw, 50.4px) auto;
    gap: clamp(0px, 9.3333333333vw, 49px);
  }
}
.page .post__section .post__list .property__data___list--item p {
  font-size: clamp(0px, 0.8333333333vw, 16.8px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page .post__section .post__list .property__data___list--item p {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .post__section .category__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .page .post__section .category__list {
    gap: clamp(0px, 1.6vw, 8.4px);
  }
}
.page .post__section .category__list--item {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  color: var(--black);
  padding: clamp(0px, 0.6944444444vw, 14px) clamp(0px, 1.1111111111vw, 22.4px);
  background-color: #D4D4D4;
  border-radius: clamp(0px, 1.1805555556vw, 23.8px);
}
@media screen and (max-width: 767px) {
  .page .post__section .category__list--item {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.6vw, 8.4px) clamp(0px, 3.2vw, 16.8px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .post__section .category__list--item.select__none {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .page .post__section .category__list--item.select__none {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .post__section .category__list + .lead__txt {
  margin-top: clamp(0px, 6.9444444444vw, 140px);
}
@media screen and (max-width: 767px) {
  .page .post__section .category__list + .lead__txt {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page .post__section .media__wrap {
  margin-top: clamp(0px, 11.1111111111vw, 224px);
}
@media screen and (max-width: 767px) {
  .page .post__section .media__wrap {
    margin-top: clamp(0px, 13.3333333333vw, 70px);
  }
}
.page .btn__search {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: clamp(0px, 1.3888888889vw, 28px) clamp(0px, 22.2222222222vw, 448px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  background-color: var(--black);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page .btn__search {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: clamp(0px, 5.3333333333vw, 28px) clamp(0px, 28.2666666667vw, 148.4px);
    border: none;
  }
}
.page .btn__search:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .page .btn__search {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .page .btn__search:hover {
    color: var(--black);
    background-color: var(--white);
  }
}
.page .btn__reset {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  top: clamp(0px, 0.2777777778vw, 5.6px);
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page .btn__reset:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .page .btn__reset {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    top: clamp(0px, 0.5333333333vw, 2.8px);
  }
}

.dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.dialog[open] {
  display: flex;
}
.dialog[open] .dialog__wrap:focus {
  outline: none;
}
.dialog[open] .bg__dialog {
  opacity: 1;
}
.dialog .btn__close {
  width: clamp(0px, 1.25vw, 25.2px);
  height: clamp(0px, 1.25vw, 25.2px);
  position: absolute;
  top: clamp(0px, 1.3888888889vw, 28px);
  right: clamp(0px, 1.3888888889vw, 28px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .dialog .btn__close {
    width: clamp(0px, 4.8vw, 25.2px);
    height: clamp(0px, 4.8vw, 25.2px);
    top: clamp(0px, 5.3333333333vw, 28px);
    right: clamp(0px, 5.3333333333vw, 28px);
  }
}
.dialog .btn__close:before, .dialog .btn__close:after {
  content: "";
  width: 100%;
  height: clamp(0px, 0.0694444444vw, 1.4px);
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .dialog .btn__close:before, .dialog .btn__close:after {
    height: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.dialog .btn__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dialog .btn__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dialog__wrap {
  height: calc(100% - clamp(0px, 6.9444444444vw, 140px));
  max-width: clamp(0px, 79.9305555556vw, 1611.4px);
  min-width: clamp(0px, 79.9305555556vw, 1611.4px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(0px, 6.9444444444vw, 140px) clamp(0px, 4.8611111111vw, 98px);
  background-color: var(--white);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dialog__wrap {
    height: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    max-width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    min-width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    padding: clamp(0px, 10.6666666667vw, 56px);
  }
}
.dialog__wrap::-webkit-scrollbar {
  display: none;
}
.dialog .bg__dialog {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: fixed;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}
.dialog .category__wrap {
  display: grid;
  grid-template-columns: clamp(0px, 9.0277777778vw, 182px) auto;
  align-items: baseline;
  gap: clamp(0px, 2.7777777778vw, 56px);
  padding: clamp(0px, 2.0833333333vw, 42px) 0;
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid #D4D4D4;
}
@media screen and (max-width: 767px) {
  .dialog .category__wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 4.2666666667vw, 22.4px);
    padding: clamp(0px, 4.2666666667vw, 22.4px) 0;
  }
}
.dialog .category__wrap:first-of-type {
  padding-top: 0;
}
.dialog .category__ttl {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dialog .category__ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.dialog .category__ttl:focus {
  outline: none;
}
.dialog .category__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0px, 1.3888888889vw, 28px) 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dialog .category__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 4.2666666667vw, 22.4px) 0;
  }
}
.dialog .category__list--item {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dialog .category__list--item {
    font-size: clamp(0px, 3.2vw, 16.8px);
    position: relative;
  }
}
.dialog label {
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .dialog label {
    width: 100%;
    gap: 0;
    padding-left: clamp(0px, 5.6vw, 29.4px);
  }
}
.dialog label:before {
  content: "";
  width: clamp(0px, 1.0416666667vw, 21px);
  height: clamp(0px, 1.0416666667vw, 21px);
  background-color: var(--white);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid #000;
  border-radius: clamp(0px, 0.0694444444vw, 1.4px);
}
@media screen and (max-width: 767px) {
  .dialog label:before {
    width: clamp(0px, 3.4666666667vw, 18.2px);
    height: clamp(0px, 3.4666666667vw, 18.2px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    border-radius: clamp(0px, 0.2666666667vw, 1.4px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.dialog input {
  display: none;
}
.dialog input:checked + label:before {
  background-image: url(../img/ourworks/icon__check.svg);
  background-repeat: no-repeat;
  background-size: clamp(0px, 0.5555555556vw, 11.2px) auto;
  background-position: center center;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .dialog input:checked + label:before {
    background-size: clamp(0px, 2.1333333333vw, 11.2px) auto;
  }
}
.dialog .btn__wrap {
  margin-top: clamp(0px, 3.4722222222vw, 70px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .dialog .btn__wrap {
    margin-top: clamp(0px, 6.4vw, 33.6px);
  }
}
.dialog .btn__wrap .btn__search {
  padding-right: clamp(0px, 10.4166666667vw, 210px);
  padding-left: clamp(0px, 10.4166666667vw, 210px);
}
@media screen and (max-width: 767px) {
  .dialog .btn__wrap .btn__search {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.dialog .btn__wrap .btn__reset {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .dialog .btn__wrap .btn__reset {
    text-align: center;
    margin-top: clamp(0px, 4.2666666667vw, 22.4px);
    position: static;
    transform: none;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(0px, 6.9444444444vw, 140px);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  letter-spacing: 1.2em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.wp-pagenavi .current {
  opacity: 0.5;
}

/* !!------------------------------------ */
/* !! @note Our Works 詳細ページ */
.page-single .article {
  padding-top: clamp(0px, 14.4444444444vw, 291.2px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-single .article {
    padding-top: clamp(0px, 32vw, 168px);
  }
}
.page-single .article time {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  display: block;
  margin-bottom: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .page-single .article time {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-single .article .ttl__h1 {
  font-size: clamp(0px, 2.7777777778vw, 56px);
  line-height: 1.6;
  text-align: justify;
  font-weight: 700;
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-single .article .ttl__h1 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-single .article .info__wrap {
  padding: 0 clamp(0px, 7.6388888889vw, 154px);
}
@media screen and (max-width: 767px) {
  .page-single .article .info__wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-single .article .thumbnnail__wrap {
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-single .article .thumbnnail__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.page-single .article .category__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(0px, 3.8888888889vw, 78.4px);
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .page-single .article .category__list {
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
    gap: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-single .article .category__list--item {
  font-size: clamp(0px, 0.8333333333vw, 16.8px);
  color: var(--white);
  padding: clamp(0px, 0.5555555556vw, 11.2px) clamp(0px, 0.9722222222vw, 19.6px);
  background-color: #969696;
  border-radius: clamp(0px, 0.9722222222vw, 19.6px);
}
@media screen and (max-width: 767px) {
  .page-single .article .category__list--item {
    font-size: clamp(0px, 2.9333333333vw, 15.4px);
    padding: clamp(0px, 1.6vw, 8.4px) clamp(0px, 3.2vw, 16.8px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-single .article .property__data--wrap {
  display: flex;
  align-items: center;
  gap: clamp(0px, 3.75vw, 75.6px);
  margin-top: clamp(0px, 3.3333333333vw, 67.2px);
  padding: clamp(0px, 2.2916666667vw, 46.2px) 0;
  border-top: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .page-single .article .property__data--wrap {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    flex-direction: column;
    align-items: flex-start;
    margin: clamp(0px, 8vw, 42px) auto 0;
    padding: clamp(0px, 6.4vw, 33.6px) 0;
    gap: 0;
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-single .article .property__data--wrap .property__ttl {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  color: var(--white);
  display: inline-block;
  padding: clamp(0px, 0.9027777778vw, 18.2px) clamp(0px, 0.6944444444vw, 14px);
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .page-single .article .property__data--wrap .property__ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    padding: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article .property__data___list--item {
  display: flex;
  gap: clamp(0px, 0.8333333333vw, 16.8px);
}
@media screen and (max-width: 767px) {
  .page-single .article .property__data___list--item {
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-single .article .property__data___list--item p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-single .article .property__data___list--item p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-single .article .property__data___list--item p.data__ttl {
  width: 3em;
}
.page-single .article .property__data___list--item p.data__txt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-single .article .slider__wrap {
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
    overflow: hidden;
  }
}
.page-single .article .swiper {
  position: relative;
}
.page-single .article .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.page-single .article .slider {
  height: clamp(0px, 39.0277777778vw, 786.8px);
  background-color: #f5f5f5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-single .article .slider {
    height: clamp(0px, 53.8666666667vw, 282.8px);
    margin: 0 auto;
  }
}
.page-single .article .slider .swiper-slide {
  background-color: #f5f5f5;
}
.page-single .article .slider img {
  object-fit: contain;
  -o-object-fit: contain;
}
.page-single .article .swiper-button-prev, .page-single .article .swiper-button-next {
  width: clamp(0px, 3.125vw, 63px);
  height: 100%;
  margin: 0;
  background-color: var(--black);
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-single .article .swiper-button-prev, .page-single .article .swiper-button-next {
    width: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-single .article .swiper-button-prev:after, .page-single .article .swiper-button-next:after {
  content: "";
  width: clamp(0px, 1.1111111111vw, 22.4px);
  height: clamp(0px, 1.1111111111vw, 22.4px);
  border-top: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
  border-right: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .page-single .article .swiper-button-prev:after, .page-single .article .swiper-button-next:after {
    width: clamp(0px, 1.6vw, 8.4px);
    height: clamp(0px, 1.6vw, 8.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-single .article .swiper-button-prev {
  left: 0;
}
.page-single .article .swiper-button-prev:after {
  left: calc(50% + clamp(0px, 0.3472222222vw, 7px));
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .page-single .article .swiper-button-prev:after {
    left: calc(50% + clamp(0px, 0.8vw, 4.2px));
  }
}
.page-single .article .swiper-button-next {
  right: 0;
}
.page-single .article .swiper-button-next:after {
  left: calc(50% - clamp(0px, 0.3472222222vw, 7px));
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-single .article .swiper-button-next:after {
    left: calc(50% - clamp(0px, 0.8vw, 4.2px));
  }
}
.page-single .article .slide-thumbnail {
  margin-top: clamp(0px, 1.9444444444vw, 39.2px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-single .article .slide-thumbnail {
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.page-single .article .slide-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
  transform: none !important;
}
@media screen and (max-width: 767px) {
  .page-single .article .slide-thumbnail .swiper-wrapper {
    gap: clamp(0px, 1.3333333333vw, 7px);
  }
}
.page-single .article .slide-thumbnail .swiper-slide {
  width: calc((100% - clamp(0px, 5vw, 100.8px)) / 10) !important;
  height: clamp(0px, 3.75vw, 75.6px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-single .article .slide-thumbnail .swiper-slide {
    width: calc((100% - clamp(0px, 5.3333333333vw, 28px)) / 5) !important;
    height: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-single .article .slide-thumbnail .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background-color 0.2s ease-out;
}
.page-single .article .slide-thumbnail .swiper-slide.swiper-slide-thumb-active:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-single .article .slide-thumbnail .swiper-slide img {
    height: auto;
  }
}
.page-single .article .bg__content--wrap {
  margin-top: clamp(0px, 6.9444444444vw, 140px);
  padding-top: clamp(0px, 6.9444444444vw, 140px);
  background: #E4E4E4;
  background-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-single .article .bg__content--wrap {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    padding-top: clamp(0px, 16vw, 84px);
  }
}
.page-single .article .bg__content--wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg__contents.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-single .article .bg__content--wrap .media__wrap {
  margin-top: clamp(0px, 11.1111111111vw, 224px);
}
@media screen and (max-width: 767px) {
  .page-single .article .bg__content--wrap .media__wrap {
    margin-top: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-single .article .content__wrap {
  padding: clamp(0px, 6.9444444444vw, 140px) clamp(0px, 6.9444444444vw, 140px) clamp(0px, 10.4166666667vw, 210px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    margin: 0 auto;
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-single .article .content__wrap h2 {
  font-size: clamp(0px, 2.0833333333vw, 42px);
  font-weight: 700;
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
  padding-bottom: clamp(0px, 1.8055555556vw, 36.4px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    line-height: 1.4;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-single .article .content__wrap h3 {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  margin-top: clamp(0px, 4.4444444444vw, 89.6px);
  margin-bottom: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap h3 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    line-height: 1.4;
    margin-top: clamp(0px, 17.0666666667vw, 89.6px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-single .article .content__wrap h4 {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  margin-top: clamp(0px, 1.1111111111vw, 22.4px);
  margin-bottom: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap h4 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.4;
    margin-top: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article .content__wrap p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap p {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-single .article .content__wrap p + p {
  margin-top: 1em;
}
.page-single .article .content__wrap p strong {
  font-weight: 700;
}
.page-single .article .content__wrap p a {
  text-decoration: underline;
}
.page-single .article .content__wrap p + h2 {
  margin-top: clamp(0px, 5.5555555556vw, 112px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap p + h2 {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-single .article .content__wrap ul li {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap ul li {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article .content__wrap ul li:before {
  content: "・";
}
.page-single .article .content__wrap ul li strong {
  font-weight: 700;
}
.page-single .article .content__wrap hr {
  border-top: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  margin: clamp(0px, 2.7777777778vw, 56px) 0;
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap hr {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    margin: clamp(0px, 10.6666666667vw, 56px) 0;
  }
}
.page-single .article .content__wrap .has-text-align-center {
  text-align: center;
}
.page-single .article .content__wrap .wp-block-embed {
  margin-top: clamp(0px, 2.7777777778vw, 56px);
  margin-bottom: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-embed {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-single .article .content__wrap .wp-block-columns {
  display: grid;
  gap: clamp(0px, 0.6944444444vw, 14px);
  margin-top: clamp(0px, 2.7777777778vw, 56px);
  margin-bottom: clamp(0px, 2.7777777778vw, 56px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-columns {
    gap: clamp(0px, 1.6vw, 8.4px);
    margin-top: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-single .article .content__wrap .wp-block-columns + h2 {
  margin-top: clamp(0px, 5.5555555556vw, 112px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-columns + h2 {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-single .article .content__wrap .wp-block-columns.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-columns.col-2 {
    grid-template-columns: 1fr;
  }
}
.page-single .article .content__wrap .wp-block-columns.col-2:before {
  content: "";
  width: clamp(0px, 4.5833333333vw, 92.4px);
  height: clamp(0px, 0.8333333333vw, 16.8px);
  background-image: url(../img/common/icon__arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-columns.col-2:before {
    width: clamp(0px, 10.6666666667vw, 56px);
    height: clamp(0px, 3.2vw, 16.8px);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.page-single .article .content__wrap .wp-block-columns.col-2 .wp-block-column {
  padding: clamp(0px, 3.75vw, 75.6px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-columns.col-2 .wp-block-column {
    padding: clamp(0px, 9.3333333333vw, 49px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-single .article .content__wrap .wp-block-columns.col-2 .wp-block-column:before {
  content: "";
  width: clamp(0px, 4.5138888889vw, 91px);
  height: clamp(0px, 2.0833333333vw, 42px);
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-columns.col-2 .wp-block-column:before {
    width: clamp(0px, 15.7333333333vw, 82.6px);
    height: clamp(0px, 7.4666666667vw, 39.2px);
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-single .article .content__wrap .wp-block-columns.col-2 .wp-block-column img {
  width: 100%;
}
.page-single .article .content__wrap .wp-block-columns.col-2 .wp-block-column:first-of-type:before {
  content: "Befor";
}
.page-single .article .content__wrap .wp-block-columns.col-2 .wp-block-column:last-of-type:before {
  content: "After";
}
.page-single .article .content__wrap .wp-block-columns.col-2 .size-large {
  padding: 0;
}
.page-single .article .content__wrap .wp-block-columns .wp-element-caption {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  display: block;
  margin-top: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .wp-block-columns .wp-element-caption {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article .content__wrap .size-large {
  padding: 0 clamp(0px, 5.2777777778vw, 106.4px);
}
@media screen and (max-width: 767px) {
  .page-single .article .content__wrap .size-large {
    padding: 0;
  }
}
.page-single .article .content__wrap .size-large img {
  display: block;
  margin: 0 auto;
}
.page-single .article .content__wrap .aligncenter {
  text-align: center;
}
.page-single .btn__viewmore {
  margin: clamp(0px, 8.3333333333vw, 168px) auto 0;
}
@media screen and (max-width: 767px) {
  .page-single .btn__viewmore {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  .page-single .media__wrap {
    padding-right: clamp(0px, 5.3333333333vw, 28px);
    padding-left: clamp(0px, 5.3333333333vw, 28px);
  }
}

/* !!------------------------------------ */
/* !! @note News 一覧ページ */
.page-news .post__section {
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
}
@media screen and (max-width: 767px) {
  .page-news .post__section {
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-news .post__section .post__list {
  margin-top: 0;
  gap: clamp(0px, 5.5555555556vw, 112px) clamp(0px, 2.5694444444vw, 51.8px);
}
@media screen and (max-width: 767px) {
  .page-news .post__section .post__list {
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-news .post__section .post__list .post__ttl {
  height: auto;
  font-size: clamp(0px, 1.25vw, 25.2px);
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page-news .post__section .post__list .post__ttl {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-news .post__section time {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  display: block;
  margin-bottom: clamp(0px, 0.9027777778vw, 18.2px);
}
@media screen and (max-width: 767px) {
  .page-news .post__section time {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-news .workslink__section {
  background-color: var(--white);
}

/* !!------------------------------------ */
/* !! @note Contact */
.page .contact__content--section {
  padding-top: clamp(0px, 4.1666666667vw, 84px);
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
  background-color: rgba(228, 228, 228, 0.4);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section {
    padding-top: clamp(0px, 10.6666666667vw, 56px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page .contact__content--section:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/contact/bg__contents.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page .contact__content--section .contact__wrap > p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__wrap > p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page .contact__content--section form {
  margin-top: clamp(0px, 4.1666666667vw, 84px);
  padding: clamp(0px, 6.5277777778vw, 131.6px) clamp(0px, 10.4166666667vw, 210px) clamp(0px, 9.0277777778vw, 182px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section form {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.page .contact__content--section .contact__list {
  display: grid;
  gap: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list {
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page .contact__content--section .contact__list--item {
  display: grid;
  flex-direction: column;
  gap: clamp(0px, 0.9027777778vw, 18.2px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list--item {
    gap: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .contact__content--section .contact__list--ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list--ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page .contact__content--section .contact__list--ttl span {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  color: var(--white);
  padding: clamp(0px, 0.2777777778vw, 5.6px) clamp(0px, 0.5555555556vw, 11.2px);
  background-color: var(--black);
  border-radius: clamp(0px, 0.2777777778vw, 5.6px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list--ttl span {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 2.1333333333vw, 11.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page .contact__content--section .contact__list .form__wrap {
  display: flex;
  gap: clamp(0px, 1.0416666667vw, 21px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list .form__wrap {
    flex-direction: column;
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page .contact__content--section .contact__list .form__wrap span {
  width: 100%;
  display: block;
}
.page .contact__content--section .contact__list .form__wrap span[data-name=your-lastname], .page .contact__content--section .contact__list .form__wrap span[data-name=your-firstname], .page .contact__content--section .contact__list .form__wrap span[data-name=your-company] {
  width: auto;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list .form__wrap span[data-name=your-lastname], .page .contact__content--section .contact__list .form__wrap span[data-name=your-firstname], .page .contact__content--section .contact__list .form__wrap span[data-name=your-company] {
    width: 100%;
  }
}
.page .contact__content--section .contact__list input, .page .contact__content--section .contact__list select, .page .contact__content--section .contact__list textarea {
  width: 100%;
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 1.8;
  padding: clamp(0px, 0.8333333333vw, 16.8px) clamp(0px, 1.1111111111vw, 22.4px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list input, .page .contact__content--section .contact__list select, .page .contact__content--section .contact__list textarea {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    padding: clamp(0px, 3.7333333333vw, 19.6px) clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page .contact__content--section .contact__list input:focus, .page .contact__content--section .contact__list select:focus, .page .contact__content--section .contact__list textarea:focus {
  outline: none;
}
.page .contact__content--section .contact__list input::-moz-placeholder, .page .contact__content--section .contact__list select::-moz-placeholder, .page .contact__content--section .contact__list textarea::-moz-placeholder {
  color: #CECDCD;
}
.page .contact__content--section .contact__list input::placeholder, .page .contact__content--section .contact__list select::placeholder, .page .contact__content--section .contact__list textarea::placeholder {
  color: #CECDCD;
}
.page .contact__content--section .contact__list input::-moz-placeholder {
  color: #CECDCD;
}
.page .contact__content--section .contact__list input::placeholder {
  color: #CECDCD;
}
.page .contact__content--section .contact__list input[name=your-lastname], .page .contact__content--section .contact__list input[name=your-firstname] {
  width: clamp(0px, 17.0138888889vw, 343px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list input[name=your-lastname], .page .contact__content--section .contact__list input[name=your-firstname] {
    width: 100%;
  }
}
.page .contact__content--section .contact__list input[name=your-company] {
  width: clamp(0px, 35.0694444444vw, 707px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list input[name=your-company] {
    width: 100%;
  }
}
.page .contact__content--section .contact__list textarea {
  height: clamp(0px, 34.0277777778vw, 686px);
  resize: none;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .contact__list textarea {
    height: clamp(0px, 64vw, 336px);
  }
}
.page .contact__content--section .contact__list .wpcf7-not-valid {
  border-color: #F90000;
}
.page .contact__content--section [data-name=your-select]:after {
  content: "";
  width: clamp(0px, 1.1111111111vw, 22.4px);
  height: clamp(0px, 1.1111111111vw, 22.4px);
  background-image: url(../img/contact/icon__arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: clamp(0px, 1.4583333333vw, 29.4px);
  right: clamp(0px, 1.7361111111vw, 35px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section [data-name=your-select]:after {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 4.2666666667vw, 22.4px);
    top: clamp(0px, 4.8vw, 25.2px);
    right: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page .contact__content--section [data-name=your-acceptance] {
  display: block;
  margin-top: clamp(0px, 4.8611111111vw, 98px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section [data-name=your-acceptance] {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.8;
    display: block;
    padding-left: clamp(0px, 9.6vw, 50.4px);
  }
}
.page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before, .page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
  content: "";
  width: clamp(0px, 2.2222222222vw, 44.8px);
  height: clamp(0px, 2.2222222222vw, 44.8px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before, .page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
    width: clamp(0px, 6.9333333333vw, 36.4px);
    height: clamp(0px, 6.9333333333vw, 36.4px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before {
  margin-right: clamp(0px, 0.8333333333vw, 16.8px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before {
    margin-right: clamp(0px, 3.2vw, 16.8px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
  background-image: url(../img/contact/icon__check.svg);
  background-repeat: no-repeat;
  background-size: clamp(0px, 1.6666666667vw, 33.6px) auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
    background-size: clamp(0px, 4.8vw, 25.2px) auto;
    top: 0;
    transform: none;
  }
}
.page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label a:hover {
    text-decoration: none;
  }
}
.page .contact__content--section [data-name=your-acceptance] input {
  display: none;
}
.page .contact__content--section [data-name=your-acceptance] input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.page .contact__content--section [type=submit] {
  width: clamp(0px, 20.8333333333vw, 420px);
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin: clamp(0px, 2.7777777778vw, 56px) auto 0;
  padding: clamp(0px, 1.6666666667vw, 33.6px);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section [type=submit] {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 13.3333333333vw, 70px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    padding: 0;
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page .contact__content--section [type=submit]:disabled {
  color: var(--black);
  opacity: 0.5;
}
.page .contact__content--section .wpcf7-spinner {
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  display: block;
  margin: clamp(0px, 1.3888888889vw, 28px) auto 0;
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .wpcf7-spinner {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
    margin: clamp(0px, 5.3333333333vw, 28px) auto 0;
  }
}
.page .contact__content--section .wpcf7 form .wpcf7-response-output {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  text-align: center;
  margin: 0;
  padding: clamp(0px, 1.3888888889vw, 28px);
  border-width: clamp(0px, 0.1388888889vw, 2.8px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .wpcf7 form .wpcf7-response-output {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
    padding: clamp(0px, 5.3333333333vw, 28px);
    border-width: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page .contact__content--section .wpcf7-not-valid-tip {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  color: #F90000;
  margin-top: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page .contact__content--section .wpcf7-not-valid-tip {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}

/* !!------------------------------------ */
/* !! @note Thanks */
.page .thanks__content--section {
  padding-top: clamp(0px, 10.4166666667vw, 210px);
  padding-bottom: clamp(0px, 10.4166666667vw, 210px);
  background-color: rgba(228, 228, 228, 0.4);
}
@media screen and (max-width: 767px) {
  .page .thanks__content--section {
    padding-top: clamp(0px, 10.6666666667vw, 56px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page .thanks__content--section:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/contact/bg__contents.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page .thanks__wrap {
  width: calc(100% - clamp(0px, 15vw, 302.4px));
  margin: 0 auto;
  padding: clamp(0px, 5.5555555556vw, 112px) clamp(0px, 6.5277777778vw, 131.6px);
  background-color: var(--white);
  border-radius: clamp(0px, 0.8333333333vw, 16.8px);
}
@media screen and (max-width: 767px) {
  .page .thanks__wrap {
    width: 100%;
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page .thanks__wrap h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: clamp(0px, 0.8333333333vw, 16.8px);
}
@media screen and (max-width: 767px) {
  .page .thanks__wrap h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page .thanks__wrap p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page .thanks__wrap p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page .btn__viewmore {
  font-weight: 300;
  margin: clamp(0px, 6.9444444444vw, 140px) auto 0;
}
@media screen and (max-width: 767px) {
  .page .btn__viewmore {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}

/* !!------------------------------------ */
/* !! @note 404 */
.page-notfound {
  background-color: var(--white);
  background-image: url(../img/common/bg__contents.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-notfound .kv__section {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv__section {
    padding-top: clamp(0px, 24.2666666667vw, 127.4px);
  }
}
.page-notfound .kv__section:after {
  content: none;
}
.page-notfound .kv__section .ttl__h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .page-notfound .kv__section .ttl__h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    line-height: 1.6;
    text-align: center;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-notfound .kv__section .lead__txt {
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-notfound .kv__section .lead__txt {
    text-align: center;
  }
}
.page-notfound .img__wrap {
  background-color: var(--white);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: clamp(0px, 4.6527777778vw, 93.8px);
}
@media screen and (max-width: 767px) {
  .page-notfound .img__wrap {
    padding-top: clamp(0px, 13.8666666667vw, 72.8px);
  }
}
.page-notfound .img__wrap img {
  width: clamp(0px, 16.7361111111vw, 337.4px);
  position: relative;
  right: clamp(-8.4px, -0.4166666667vw, 0px);
  bottom: clamp(-4.2px, -0.2083333333vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-notfound .img__wrap img {
    width: clamp(0px, 49.6vw, 260.4px);
    position: relative;
    right: clamp(-7px, -1.3333333333vw, 0px);
    bottom: clamp(-1.4px, -0.2666666667vw, 0px);
  }
}
.page-notfound .img__wrap + .en-font {
  font-size: clamp(0px, 4.4444444444vw, 89.6px);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin-top: clamp(0px, 0.9027777778vw, 18.2px);
}
@media screen and (max-width: 767px) {
  .page-notfound .img__wrap + .en-font {
    font-size: clamp(0px, 12.8vw, 67.2px);
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-notfound .notfound__wrap {
  display: grid;
  grid-template-columns: clamp(0px, 26.0416666667vw, 525px) auto;
  align-items: center;
  padding: clamp(0px, 7.7777777778vw, 156.8px) clamp(0px, 8.6805555556vw, 175px);
  gap: clamp(0px, 3.0555555556vw, 61.6px);
  background-image: url(../img/notfound/bg__page--kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .page-notfound .notfound__wrap {
    grid-template-columns: 1fr;
    padding: clamp(0px, 13.3333333333vw, 70px) clamp(0px, 5.3333333333vw, 28px);
    gap: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-notfound .btn__viewmore {
  margin-top: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .page-notfound .btn__viewmore {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}

/* !!------------------------------------ */
/* !! @note TOPページ テキストストロークアニメーション */
/* =========================================
   1. ベースのアニメーションと色の設定（例として黒）
   ========================================= */
.js-svg-path {
  opacity: 0;
  fill: transparent;
  stroke: #333333; /* デフォルトの線の色（黒など） */
  stroke-width: 1px;
  transition: opacity 0.3s ease, stroke-dashoffset 2s ease-in-out, fill 1s ease-in-out 1.5s;
}

.js-svg-path.is-active {
  opacity: 1;
  stroke-dashoffset: 0 !important;
  stroke-width: 1;
}

.js-svg-path.color__black {
  stroke: var(--black);
}

.js-svg-path.color__black.is-active {
  fill: var(--black);
  stroke: var(--black);
}

.js-svg-path.color__white {
  stroke: var(--white);
}

.js-svg-path.color__white.is-active {
  fill: var(--white);
  stroke: var(--white);
}

.js-left {
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.js-left.is-active {
  animation: left-reveal 1.2s ease-out forwards;
}

@keyframes left-reveal {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.modal-video {
  background-color: rgba(46, 58, 69, 0.8);
}

.modal-video-body {
  max-width: clamp(0px, 76.3888888889vw, 1540px);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modal-video-body {
    max-width: 100%;
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}

.modal-video-inner {
  padding: 0;
}

.modal-video-close-btn {
  width: clamp(0px, 3.4722222222vw, 70px);
  height: clamp(0px, 3.4722222222vw, 70px);
  top: clamp(-84px, -4.1666666667vw, 0px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .modal-video-close-btn {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    top: clamp(-56px, -10.6666666667vw, 0px);
  }
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  width: clamp(0px, 3.4722222222vw, 70px);
  height: 1px;
  margin: 0;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    width: clamp(0px, 8vw, 42px);
  }
}
.modal-video-close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=main.css.map */