@charset "UTF-8";
/* フォント
  ----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
.zen-kaku-gothic-antique-regular {
  font-style: normal;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.zen-kaku-gothic-antique-medium {
  font-style: normal;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.zen-kaku-gothic-antique-bold {
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

body {
  font-weight: 500;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}

/* destyle.css v4.0.1
  ----------------------------------------------------------------- */
*,
::before,
::after {
  min-width: 0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

dd {
  margin-left: 0;
}

hr {
  clear: both;
  height: 0;
  margin: 0;
  overflow: visible;
  border-top-width: 1px;
  box-sizing: content-box;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* 共通のCSS
  ----------------------------------------------------------------- */
.sp {
  display: block;
}
@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.uc {
  text-transform: uppercase;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ボタン
  ----------------------------------------------------------------- */
.c-btn__icon {
  position: relative;
  width: 6.1111111111vw;
  height: 4.4444444444vw;
  line-height: 4.4444444444vw;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (min-width: 1024px) {
  .c-btn__icon {
    width: 1.9047619048vw;
    height: 1.3605442177vw;
    line-height: 1.3605442177vw;
  }
}
.c-btn__icon svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-btn__icon.-main path {
  transition: fill 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  fill: #f00;
}

.c-btn__icon.-white path {
  transition: fill 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  fill: #fff;
}

.c-btn--box {
  width: 77.7777777778vw;
  max-width: 100%;
  padding: 2px;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
}
@media (min-width: 1024px) {
  .c-btn--box {
    width: 21.4285714286vw;
  }
}
.c-btn--box .c-btn__link {
  display: grid;
  align-items: center;
  padding: 4.4444444444vw;
  background: #fff;
  color: #880527;
  transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1), background 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  grid-template-columns: 1fr auto;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media (min-width: 1024px) {
  .c-btn--box .c-btn__link {
    padding: 0.9523809524vw 1.5646258503vw;
  }
}
@media (any-hover: hover) {
  .c-btn--box .c-btn__link:-webkit-any-link:hover {
    background: transparent;
  }
  .c-btn--box .c-btn__link:-moz-any-link:hover {
    background: transparent;
  }
  .c-btn--box .c-btn__link:any-link:hover {
    background: transparent;
  }
  .c-btn--box .c-btn__link:-webkit-any-link:hover .c-btn__text {
    color: #fff;
  }
  .c-btn--box .c-btn__link:-moz-any-link:hover .c-btn__text {
    color: #fff;
  }
  .c-btn--box .c-btn__link:any-link:hover .c-btn__text {
    color: #fff;
  }
  .c-btn--box .c-btn__link:-webkit-any-link:hover .c-btn__icon {
    transform: translateX(5px);
  }
  .c-btn--box .c-btn__link:-moz-any-link:hover .c-btn__icon {
    transform: translateX(5px);
  }
  .c-btn--box .c-btn__link:any-link:hover .c-btn__icon {
    transform: translateX(5px);
  }
  .c-btn--box .c-btn__link:-webkit-any-link:hover .c-btn__icon path {
    fill: #fff;
  }
  .c-btn--box .c-btn__link:-moz-any-link:hover .c-btn__icon path {
    fill: #fff;
  }
  .c-btn--box .c-btn__link:any-link:hover .c-btn__icon path {
    fill: #fff;
  }
}
.c-btn--box .c-btn__link:focus-visible {
  background: transparent;
}
.c-btn--box .c-btn__link:focus-visible .c-btn__text {
  color: #fff;
}
.c-btn--box .c-btn__link:focus-visible .c-btn__icon {
  transform: translateX(5px);
}
.c-btn--box .c-btn__link:focus-visible .c-btn__icon path {
  fill: #fff;
}
.c-btn--box .c-btn__link.active {
  background: transparent;
  pointer-events: none;
}
.c-btn--box .c-btn__link.active .c-btn__text {
  color: #fff;
}
.c-btn--box .c-btn__link.active .c-btn__icon {
  transform: translateX(5px);
}
.c-btn--box .c-btn__link.active .c-btn__icon path {
  fill: #fff;
}
.c-btn--box .c-btn__text {
  position: relative;
  z-index: 1;
  color: #880527;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .c-btn--box .c-btn__text {
    font-size: 1.0884353741vw;
  }
}

.c-btn__border .c-btn__link {
  display: grid;
  align-items: center;
  padding-bottom: 1.6666666667vw;
  border-bottom: 2px solid #fff;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  grid-template-columns: 1fr auto;
}
@media (min-width: 1024px) {
  .c-btn__border .c-btn__link {
    padding-bottom: 0.5442176871vw;
  }
}
@media (any-hover: hover) {
  .c-btn__border .c-btn__link:-webkit-any-link:hover .c-btn__icon {
    transform: translateX(0);
  }
  .c-btn__border .c-btn__link:-moz-any-link:hover .c-btn__icon {
    transform: translateX(0);
  }
  .c-btn__border .c-btn__link:any-link:hover .c-btn__icon {
    transform: translateX(0);
  }
}
.c-btn__border .c-btn__link:focus-visible .c-btn__icon {
  transform: translateX(0);
}
.c-btn__border .c-btn__text {
  color: #fff;
  font-size: 3.3333333333vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .c-btn__border .c-btn__text {
    font-size: 1.3605442177vw;
  }
}
.c-btn__border .-jp {
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c-btn__border .c-btn__icon {
  transform: translateX(-3px);
  width: 3.6111111111vw;
  height: 2.7777777778vw;
  line-height: 2.7777777778vw;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (min-width: 1024px) {
  .c-btn__border .c-btn__icon {
    width: 1.9047619048vw;
    height: 1.3605442177vw;
    line-height: 1.3605442177vw;
  }
}

/* アイコン
  ----------------------------------------------------------------- */
.c-icon__next,
.c-icon__prev {
  position: relative;
  width: 2.7777777778vw;
  height: 4.4444444444vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .c-icon__next,
.c-icon__prev {
    width: 0.9523809524vw;
    height: 1.4965986395vw;
  }
}
.c-icon__next svg,
.c-icon__prev svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-icon__next.-main path,
.c-icon__prev.-main path {
  transition: fill 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  fill: #f00;
}

.c-icon__next.-white path,
.c-icon__prev.-white path {
  transition: fill 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  fill: #fff;
}

/* CSSアニメーション
  ----------------------------------------------------------------- */
.animation {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 500px;
}
.animation h2 {
  margin: 60px 0 30px;
  padding: 10px;
  background: #e0f6f8;
  font-weight: bold;
  font-size: 20px;
}
.animation h3 {
  margin: 40px 0 10px;
  font-size: 18px;
}

.fadein {
  opacity: 0;
}

.fadein.js-active {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slidein.js-active {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.zoomin.js-active {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.popup.js-active {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.fadeup.js-active {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blur.js-active {
  -webkit-animation: blur 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: blur 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.flow .bg__wrap {
  flex-shrink: 0;
  position: relative;
}
.flow.js-active .bg__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1d1d1d);
  content: "";
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform-origin: left center;
}
.flow .bg__wrap .bg__inner {
  display: inline-block;
  opacity: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-animation: text 1s 0.18s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: text 1s 0.18s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.matrix .bg__wrap {
  display: block;
  opacity: 0;
  overflow: hidden;
}
.matrix .bg__inner {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  font-weight: bold;
  font-size: 36px;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.js-active .bg__wrap {
  opacity: 1;
}
.matrix.js-active .bg__wrap .bg__inner {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: transparent;
  font-weight: bold;
  font-size: 36px;
  transition: color 0ms 450ms;
}
.mask::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  content: "";
}
.mask.js-active {
  color: #362ae0;
}
.mask.js-active::after {
  -webkit-animation: mask 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@-webkit-keyframes mask {
  0% {
    transform: translateX(-101%);
  }
  40%, 60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes mask {
  0% {
    transform: translateX(-101%);
  }
  40%, 60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.smooth {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  height: 40px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.smooth.js-active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/* モーダル
  ----------------------------------------------------------------- */
:where(dialog) {
  margin: unset;
  padding: unset;
  overflow: unset;
  border: unset;
  background-color: unset;
  color: unset;
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

.js-modal {
  margin: auto;
  box-shadow: 0 0 0 100vmax rgba(29, 29, 29, 0.2);
  background-color: #fff;
  transition: opacity var(--duration), scale var(--duration);
  --duration: .5s;
  --gutter: max(5vi, 20px);
  inline-size: min(100% - var(--gutter) * 2, 840px);
  block-size: min(100svb - var(--gutter) * 2, 475px);
  contain: strict;
}
.js-modal:not([data-active=true]) {
  opacity: 0;
  scale: 0.95;
}
.js-modal::-webkit-backdrop {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.js-modal::backdrop {
  transition: opacity 0.5s;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.js-modal:not([data-active=true])::-webkit-backdrop {
  opacity: 0;
}
.js-modal:not([data-active=true])::backdrop {
  opacity: 0;
}

.js-modal__container {
  padding: var(--gutter);
  overflow: auto;
  block-size: 100%;
  overscroll-behavior: contain;
}

.js-modal__close {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(29, 29, 29, 0.2);
  cursor: pointer;
  transition: background-color 0.3s;
  inset-block-start: 4px;
  inset-inline-end: 4px;
  inline-size: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.js-modal__close::before, .js-modal__close::after {
  display: inline-block;
  position: absolute;
  width: 45%;
  height: 2px;
  margin: auto;
  background-color: #1d1d1d;
  content: "";
  inset: 0;
}
.js-modal__close::before {
  rotate: 45deg;
}
.js-modal__close::after {
  rotate: 135deg;
}
.js-modal__close:focus-visible {
  background-color: #1d1d1d;
}
.js-modal__close:focus-visible::before, .js-modal__close:focus-visible::after {
  background-color: #fff;
}
.js-modal__close span {
  display: none;
}
@media (any-hover: hover) {
  .js-modal__close:hover {
    background-color: #1d1d1d;
  }
  .js-modal__close:hover::before, .js-modal__close:hover::after {
    background-color: #fff;
  }
}

.js-modal__btn {
  border: 1px solid #1d1d1d;
}

/* js-nav
  ----------------------------------------------------------------- */
.js-nav {
  margin-bottom: 11.1111111111vw;
}
@media (min-width: 1024px) {
  .js-nav {
    flex-shrink: 0;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 6.8027210884vw;
    width: 19.0476190476vw;
  }
}
.js-nav .c-btn--box {
  flex-shrink: 0;
  width: 55.5555555556vw;
}
@media (min-width: 1024px) {
  .js-nav .c-btn--box {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .js-nav .c-btn__icon {
    width: 0.6802721088vw;
    height: 1.3605442177vw;
  }
}
@media (min-width: 1024px) {
  .js-nav .js-nav__num + .c-btn--box {
    width: 16.8027210884vw;
  }
}

.js-nav__list {
  display: flex;
  flex-direction: row;
  gap: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .js-nav__list {
    flex-direction: column;
    gap: 1.6326530612vw;
  }
}

.js-nav__item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1111111111vw;
}
@media (min-width: 1024px) {
  .js-nav__item {
    flex-direction: row;
    gap: 0.5442176871vw;
  }
}

.js-nav__num {
  flex-shrink: 0;
  color: #f00;
  font-weight: 500;
  font-size: 3.3333333333vw;
  line-height: 1;
  font-family: "Oswald";
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .js-nav__num {
    width: 1.7006802721vw;
    font-size: 1.3605442177vw;
    line-height: 2.7210884354vw;
  }
}

.js-nav__accordion {
  width: 55.8333333333vw;
  padding: 2px;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
}
@media (min-width: 1024px) {
  .js-nav__accordion {
    width: calc(100% - 2.2448979592vw);
  }
}

.js-nav__accordion-title {
  display: block;
  position: relative;
  padding: 5vw 4.4444444444vw;
  background-color: #fff;
  color: #880527;
  font-weight: 700;
  font-size: 3.3333333333vw;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .js-nav__accordion-title {
    padding: 0.9523809524vw 1.5646258503vw;
    font-size: 1.156462585vw;
  }
}
.js-nav__accordion-title::-webkit-details-marker {
  display: none;
}
.js-nav__accordion-title::after {
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background: url(../img/svg/icon-bottom.svg) no-repeat center center/contain;
  content: "";
  translate: 0 -50%;
}
@media (min-width: 1024px) {
  .js-nav__accordion-title::after {
    right: 1.2244897959vw;
    width: 0.9523809524vw;
    height: 0.9523809524vw;
  }
}

.js-nav__accordion[open] .js-nav__accordion-title::after {
  background: url(../img/svg/icon-top.svg) no-repeat center center/contain;
  content: "";
}

.js-nav__accordion-list {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
  padding: 2.2222222222vw 4.7222222222vw;
  background-color: #fff;
  font-size: 3.8888888889vw;
  line-height: 1.4285714286;
}
@media (min-width: 1024px) {
  .js-nav__accordion-list {
    gap: 0.8163265306vw;
    padding: 0.5442176871vw 1.156462585vw;
    font-size: 0.9523809524vw;
  }
}

.js-nav__accordion-item {
  display: flex;
  gap: 1.1111111111vw;
  transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .js-nav__accordion-item {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .js-nav__accordion-item {
    gap: 0.2721088435vw;
  }
}
@media (any-hover: hover) {
  .js-nav__accordion-item:hover {
    color: #880527;
  }
}
.js-nav__accordion-item::before {
  display: block;
  flex-shrink: 0;
  content: "ー";
}
@media (min-width: 1024px) {
  .js-nav__accordion-item::before {
    display: inline-block;
  }
}
.js-nav__accordion-item.active {
  color: #880527;
}

.js-nav__btns {
  display: flex;
  align-items: flex-start;
  gap: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .js-nav__btns {
    flex-direction: column;
    gap: 0;
  }
}
.js-nav__btns .c-btn--box + .c-btn--box {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .js-nav__btns .c-btn--box + .c-btn--box {
    margin-top: -2px;
  }
}

.js-nav__btns + .js-nav__title {
  padding-top: 8.8888888889vw;
}
@media (min-width: 1024px) {
  .js-nav__btns + .js-nav__title {
    padding-top: 3.2653061224vw;
  }
}

.js-nav__title {
  padding-bottom: 1.1111111111vw;
  color: #880527;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .js-nav__title {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .js-nav__title {
    padding-bottom: 0.6802721088vw;
  }
}

@media (min-width: 1024px) {
  .js-nav.-works {
    width: 21.4285714286vw;
  }
}
.js-nav.-works .c-btn--box {
  width: 73.6111111111vw;
}
@media (min-width: 1024px) {
  .js-nav.-works .c-btn--box {
    width: 100%;
  }
}

/* Swiper
  ----------------------------------------------------------------- */
.js-slider .swiper-slide img {
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  position: relative;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  place-content: center;
}
@media (min-width: 1024px) {
  .swiper-button-prev, .swiper-button-next {
    width: 4.3537414966vw;
    height: 4.3537414966vw;
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  content: "";
}
@media (min-width: 1024px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    width: 1.3605442177vw;
    height: 2.0408163265vw;
  }
}
.swiper-button-prev::before {
  background: url(../img/svg/icon-prev_main.svg) no-repeat center center/contain;
}
.swiper-button-next::before {
  background: url(../img/svg/icon-next_main.svg) no-repeat center center/contain;
}
.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8163265306vw 0.5442176871vw;
  margin-top: 2.1768707483vw;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 1.0884353741vw;
  height: 3px;
  background-color: #707070;
  vertical-align: top;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-pagination-bullet-active {
  width: 2.7210884354vw;
  background-color: #880527;
}

.slider-mvFade .swiper-slide {
  transition-property: opacity, transform !important;
}
.slider-mvFade .swiper-slide[class*=-active] img {
  transition-delay: 0s;
}

/* タブ
  ----------------------------------------------------------------- */
.js-tab {
  color: rgba(29, 29, 29, 0.3);
  font-weight: 700;
  font-size: 3.0555555556vw;
  transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (min-width: 1024px) {
  .js-tab {
    font-size: 1.2244897959vw;
  }
}
@media (any-hover: hover) {
  .js-tab:hover {
    color: #1d1d1d;
  }
}
.js-tab[aria-selected=true] {
  color: #1d1d1d;
}

/* パンくずリスト（Breadcrumb NavXT）
  ----------------------------------------------------------------- */
.wp-breadcrumb {
  font-size: 2.7777777778vw;
  text-align: right;
}
@media (min-width: 1024px) {
  .wp-breadcrumb {
    font-size: 0.8843537415vw;
  }
}
.wp-breadcrumb > span:not(:last-of-type) {
  color: rgba(29, 29, 29, 0.5);
}
.wp-breadcrumb > span:last-of-type {
  color: #1d1d1d;
}
.wp-breadcrumb > span:not(:first-of-type)::before {
  display: inline-block;
  padding-right: 2px;
  color: rgba(29, 29, 29, 0.5);
  content: "/";
}

/* フォーム（Contact Form 7）
  ----------------------------------------------------------------- */
/* フォーム（Contact Form 7）
  ----------------------------------------------------------------- */
.wp-form .wp-form__list,
.wp-form__item,
.wp-form__address {
  display: flex;
  flex-direction: column;
}

.wp-form__list {
  gap: 13.3333333333vw;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .wp-form__list {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .wp-form__list {
    gap: 4.0816326531vw;
  }
}

.wp-form__item,
.wp-form__address {
  gap: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .wp-form__item,
.wp-form__address {
    gap: 0.6802721088vw;
  }
}

.wp-form__item.-address .wp-form__input.-short {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
}
@media (min-width: 1024px) {
  .wp-form__item.-address .wp-form__input.-short {
    gap: 0.5442176871vw;
  }
}
.wp-form__item.-address .wp-form__input.-short input {
  width: 50%;
}
@media (min-width: 1024px) {
  .wp-form__item.-address .wp-form__input.-short input {
    width: 30%;
  }
}

.wp-form__caution {
  color: #f00;
  font-weight: 400;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .wp-form__caution {
    font-size: 1.0884353741vw;
  }
}

.wp-form__label {
  font-weight: 700;
}
.wp-form__label span {
  display: inline-block;
  margin-left: 1rem;
  padding: 3px 6px;
  line-height: 1;
  text-align: center;
}
.wp-form__label .wp-form__required {
  background-color: #f00;
  color: #fff;
}

.wp-form__input input,
.wp-form__input textarea,
.wp-form__input select {
  width: 100%;
  padding: 2.2222222222vw 3.3333333333vw;
  outline: 1px solid #707070;
}
@media (min-width: 1024px) {
  .wp-form__input input,
.wp-form__input textarea,
.wp-form__input select {
    padding: 0.8163265306vw 1.0884353741vw;
  }
}
.wp-form__input input::-moz-placeholder, .wp-form__input textarea::-moz-placeholder, .wp-form__input select::-moz-placeholder {
  color: #707070;
}
.wp-form__input input::placeholder,
.wp-form__input textarea::placeholder,
.wp-form__input select::placeholder {
  color: #707070;
}
.wp-form__input input:focus,
.wp-form__input textarea:focus,
.wp-form__input select:focus {
  outline: 2px solid #707070;
}

.wp-form__select select {
  padding: 2.2222222222vw 3.3333333333vw;
  outline: 1px solid #707070;
}
@media (min-width: 1024px) {
  .wp-form__select select {
    padding: 0.8163265306vw 1.0884353741vw;
  }
}

.wp-form__btn input {
  width: 61.1111111111vw;
  padding: 3.3333333333vw 0;
  border: 1px solid #f00;
  border-radius: 100vmax;
  background-color: #f00;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s;
}
@media (min-width: 1024px) {
  .wp-form__btn input {
    width: 17.0068027211vw;
    padding: 0.8163265306vw 0;
  }
}
@media (any-hover: hover) {
  .wp-form__btn input:hover {
    background-color: #fff;
    color: #f00;
  }
}

.wp-form__unit {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wp-form__link {
  border-bottom: 1px solid #880527;
  color: #880527;
}

.wp-form__text span {
  display: inline-block;
  margin-left: 1rem;
  padding: 3px 6px;
  line-height: 1;
  text-align: center;
}
.wp-form__text .wp-form__required {
  background-color: #f00;
  color: #fff;
}

.wpcf7-radio,
.wpcf7-acceptance {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .wpcf7-radio,
.wpcf7-acceptance {
    gap: 0.6802721088vw;
  }
}
.wpcf7-radio input,
.wpcf7-acceptance input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
}

.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 7.2222222222vw;
}
@media (min-width: 1024px) {
  .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 1.9047619048vw;
  }
}
.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-radio .wpcf7-list-item-label::after {
  border-radius: 50%;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 5vw;
  height: 5vw;
  border: solid 1px #707070;
}
@media (min-width: 1024px) {
  .wpcf7-radio .wpcf7-list-item-label::before {
    width: 1.3605442177vw;
    height: 1.3605442177vw;
  }
}
.wpcf7-radio .wpcf7-list-item-label::after {
  top: 1.1111111111vw;
  left: 1.1111111111vw;
  transform: scale(0);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-color: #880527;
  color: transparent;
}
@media (min-width: 1024px) {
  .wpcf7-radio .wpcf7-list-item-label::after {
    top: 0.2721088435vw;
    left: 0.2721088435vw;
    width: 0.8163265306vw;
    height: 0.8163265306vw;
  }
}
.wpcf7-radio input:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input:focus + .wpcf7-list-item-label:before {
  border-color: #880527;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  transform: scale(1);
}

.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 6.9444444444vw;
}
@media (min-width: 1024px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 1.7006802721vw;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  display: block;
  top: 0;
  left: 0;
  width: 5vw;
  height: 5vw;
  border: solid 1px #707070;
  transition: all ease-in-out 0.125s;
}
@media (min-width: 1024px) {
  .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: 0.2040816327vw;
    left: 0;
    width: 1.2244897959vw;
    height: 1.2244897959vw;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label:after {
  top: 2.2222222222vw;
  left: 1.1111111111vw;
  transform: rotate(-45deg) scaleX(0);
  width: 3.3333333333vw;
  height: 1.6666666667vw;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: transform 0.125s ease-in-out;
  transform-origin: left;
}
@media (min-width: 1024px) {
  .wpcf7-acceptance .wpcf7-list-item-label:after {
    top: 0.8843537415vw;
    left: 0.3401360544vw;
    width: 0.8163265306vw;
    height: 0.3401360544vw;
  }
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  border-color: #880527;
  background-color: #880527;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  transform: rotate(-45deg) scaleX(1);
}

/* ページャー（WP-PageNavi）
  ----------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 2.2222222222vw;
  padding-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .wp-pagenavi {
    gap: 1.0884353741vw;
    padding-top: 6.8027210884vw;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: grid;
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  color: #f00;
  font-weight: 400;
  font-family: "Oswald";
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
  place-content: center;
}
@media (min-width: 1024px) {
  .wp-pagenavi span,
.wp-pagenavi a {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .wp-pagenavi span,
.wp-pagenavi a {
    width: 2.1768707483vw;
    height: 2.1768707483vw;
  }
}
.wp-pagenavi a {
  transition: background-color 0.8s cubic-bezier(0.2, 1, 0.2, 1), color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .wp-pagenavi a:hover {
    background-color: #f00;
    color: #fff;
  }
}
.wp-pagenavi .current {
  background-color: #f00;
  color: #fff;
}

/* Banner
  ----------------------------------------------------------------- */
.l-banner {
  padding-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .l-banner {
    padding-top: 12.2448979592vw;
  }
}

.l-banner__body {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-banner__body {
    max-width: 89.7959183673vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
.l-banner__body a {
  opacity: 0.8s cubic-bezier(0.2, 1, 0.2, 1) opacity;
}
@media (any-hover: hover) {
  .l-banner__body a:-webkit-any-link:hover {
    opacity: 0.4;
  }
  .l-banner__body a:-moz-any-link:hover {
    opacity: 0.4;
  }
  .l-banner__body a:any-link:hover {
    opacity: 0.4;
  }
}
.l-banner__body a:focus-visible {
  opacity: 0.4;
}

.slider-banner {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .slider-banner {
    max-width: 78.9115646259vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
.slider-banner .slider__container {
  position: relative;
}
.slider-banner .swiper-pagination {
  justify-content: center;
  margin-top: 2.1768707483vw;
}
.slider-banner .swiper-button-prev, .slider-banner .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.slider-banner .swiper-button-prev {
  left: -10vw;
}
@media (min-width: 1024px) {
  .slider-banner .swiper-button-prev {
    left: -5.5782312925vw;
  }
}
.slider-banner .swiper-button-next {
  right: -10vw;
}
@media (min-width: 1024px) {
  .slider-banner .swiper-button-next {
    right: -5.5782312925vw;
  }
}

/* CTA
  ----------------------------------------------------------------- */
.l-cta {
  padding-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .l-cta {
    padding-top: 12.2448979592vw;
  }
}

.l-cta__links {
  display: flex;
}

.l-cta__link {
  width: 50%;
  padding: 5vw 0;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  color: #fff;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (min-width: 1024px) {
  .l-cta__link {
    padding: 3.537414966vw 0;
  }
}
@media (any-hover: hover) {
  .l-cta__link:-webkit-any-link:hover {
    opacity: 0.4;
  }
  .l-cta__link:-moz-any-link:hover {
    opacity: 0.4;
  }
  .l-cta__link:any-link:hover {
    opacity: 0.4;
  }
}
.l-cta__link:focus-visible {
  opacity: 0.4;
}

.l-cta__link-unit {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.6666666667vw;
}
@media (min-width: 1024px) {
  .l-cta__link-unit {
    flex-direction: row;
    justify-content: center;
    gap: 1.6326530612vw;
  }
}

.l-cta__link-title {
  font-size: 7.7777777778vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .l-cta__link-title {
    font-size: 4.3537414966vw;
  }
}

.l-cta__link-pic {
  width: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .l-cta__link-pic {
    width: 2.8571428571vw;
  }
}
.l-cta__link-pic img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.l-cta__link-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2222222222vw;
  height: 11.1111111111vw;
  margin-top: 3.3333333333vw;
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-cta__link-text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .l-cta__link-text {
    gap: 1.3605442177vw;
    height: auto;
    margin-top: 0.8163265306vw;
  }
}
.l-cta__link-text::after {
  display: block;
  width: 1.6666666667vw;
  height: 2.5vw;
  background: url(../img/svg/icon-next_white.svg) no-repeat center center/cover;
  content: "";
}
@media (min-width: 1024px) {
  .l-cta__link-text::after {
    width: 0.6802721088vw;
    height: 1.2244897959vw;
  }
}

.l-cta__group {
  padding: 11.6666666667vw 0;
  background: url(../img/layout/cta_sp.png) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  .l-cta__group {
    padding: 4.8979591837vw 0;
    background: url(../img/layout/cta_pc.png) no-repeat center center/cover;
  }
}

.l-cta__group-body {
  text-align: center;
}

.l-cta__group-text--en {
  font-size: 4.1666666667vw;
  font-family: "Oswald";
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .l-cta__group-text--en {
    font-size: 2.1768707483vw;
  }
}

.l-cta__group-title {
  padding-top: 3.8888888889vw;
  font-weight: 700;
  font-size: 6.1111111111vw;
}
@media (min-width: 1024px) {
  .l-cta__group-title {
    padding-top: 1.6326530612vw;
    font-size: 2.7210884354vw;
  }
}

.l-cta__group-text--jp {
  padding-top: 3.8888888889vw;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-cta__group-text--jp {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .l-cta__group-text--jp {
    padding-top: 1.6326530612vw;
  }
}

.l-cta .c-btn--box {
  width: 87.2222222222vw;
  margin-top: 8.8888888889vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .l-cta .c-btn--box {
    width: 28.4353741497vw;
    margin-top: 3.6734693878vw;
  }
}
.l-cta .c-btn--box::before {
  width: 85.5555555556vw;
  height: 13.6111111111vw;
}
@media (min-width: 1024px) {
  .l-cta .c-btn--box::before {
    width: 28.0272108844vw;
    height: 4.2857142857vw;
  }
}
.l-cta .c-btn--box .c-btn__link {
  padding: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .l-cta .c-btn--box .c-btn__link {
    padding: 0.9523809524vw 1.5646258503vw;
  }
}

/* フッター
  ----------------------------------------------------------------- */
.l-footer {
  padding: 11.6666666667vw 0 8.3333333333vw;
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 4.7619047619vw 0 2.7210884354vw;
  }
}
.l-footer a {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) opacity;
}
@media (any-hover: hover) {
  .l-footer a:-webkit-any-link:hover {
    opacity: 0.4;
  }
  .l-footer a:-moz-any-link:hover {
    opacity: 0.4;
  }
  .l-footer a:any-link:hover {
    opacity: 0.4;
  }
}
.l-footer a:focus-visible {
  opacity: 0.4;
}

.l-footer__container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-footer__container {
    max-width: 93.8775510204vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
@media (min-width: 1024px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.l-footer__logo {
  display: block;
  width: 58.6111111111vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-footer__logo {
    width: 14.3537414966vw;
    margin-inline: 0;
  }
}
.l-footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.l-footer__texts {
  padding-top: 7.7777777778vw;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-footer__texts {
    padding-top: 1.2244897959vw;
    padding-left: 3.1292517007vw;
    inline-size: auto;
    margin-inline: 0;
  }
}

.l-footer__text {
  font-size: 3.3333333333vw;
  line-height: 1.7142857143;
}
@media (min-width: 1024px) {
  .l-footer__text {
    font-size: 0.9523809524vw;
  }
}

.l-footer__btns {
  display: none;
}
@media (min-width: 1024px) {
  .l-footer__btns {
    display: flex;
    gap: 1.9047619048vw;
  }
}

.l-footer__btn {
  position: relative;
  width: 18.3673469388vw;
  padding: 1.3605442177vw 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-footer__btn {
    font-size: 1.0884353741vw;
  }
}
.l-footer__btn:after {
  position: absolute;
  top: 50%;
  right: 1.6326530612vw;
  transform: translateY(-50%);
  width: 1.3605442177vw;
  height: 1.0884353741vw;
  content: "";
}
.l-footer__btn:first-of-type {
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
}
.l-footer__btn:first-of-type::after {
  background: url(../img/svg/icon-download.svg) no-repeat center center/cover;
}
.l-footer__btn:last-of-type {
  background-color: #1e89ef;
}
.l-footer__btn:last-of-type::after {
  background: url(../img/svg/icon-link_white.svg) no-repeat center center/cover;
}

.l-footer__nav {
  display: none;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-footer__nav {
    max-width: 93.8775510204vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
@media (min-width: 1024px) {
  .l-footer__nav {
    display: block;
    padding-top: 1.2244897959vw;
  }
}

.l-fnav {
  display: flex;
  justify-content: flex-end;
  gap: 4.693877551vw;
  padding-left: 3.1292517007vw;
  line-height: 2;
}
.l-fnav .-bold {
  font-weight: 700;
  font-size: 1.0204081633vw;
}
.l-fnav .-main {
  color: #880527;
  font-weight: 700;
  font-size: 1.0204081633vw;
}

.l-fnav__sub-list {
  display: flex;
  flex-direction: column;
  gap: 0.8163265306vw;
  padding-top: 0.8163265306vw;
}

.l-fnav__sub-list + .l-fnav__sub-list {
  padding-top: 2.9931972789vw;
}

.l-fnav__sub-item {
  line-height: 1;
}

.l-fnav__sub-text {
  font-size: 0.9523809524vw;
  line-height: 1;
}

.l-footer__copyright {
  padding-top: 10vw;
  color: rgba(31, 29, 29, 0.5);
  font-size: 3.3333333333vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .l-footer__copyright {
    padding-top: 4.4217687075vw;
    font-size: 0.8163265306vw;
  }
}

.padding-12 {
  padding-top: 0.8163265306vw;
}

.padding-16 {
  padding-top: 1.0884353741vw;
}

.padding-38 {
  padding-top: 2.5850340136vw;
}

/* ヘッダー
  ----------------------------------------------------------------- */
/* style.css または該当のSCSS内 */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  background-color: #fff;
}
.l-header a {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) opacity;
}
@media (any-hover: hover) {
  .l-header a:-webkit-any-link:hover {
    opacity: 0.4;
  }
  .l-header a:-moz-any-link:hover {
    opacity: 0.4;
  }
  .l-header a:any-link:hover {
    opacity: 0.4;
  }
}
.l-header a:focus-visible {
  opacity: 0.4;
}

.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5.5555555556vw;
  padding-left: 4.4444444444vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-header__container {
    gap: 2.8571428571vw;
    padding-right: 0;
    padding-left: 4.0816326531vw;
  }
}

.l-header__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 100;
  width: 10.125rem;
}
@media (min-width: 1024px) {
  .l-header__logo {
    width: 17.6870748299vw;
  }
}
.l-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.l-header__unit {
  display: flex;
  align-items: center;
  gap: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .l-header__unit {
    display: none;
  }
}

.l-gnav {
  display: none;
}
@media (min-width: 1024px) {
  .l-gnav {
    display: block;
  }
}

.l-gnav__list {
  display: flex;
  align-items: center;
  gap: 1.8367346939vw;
}

.l-gnav__item.-has-child {
  position: relative;
  padding: 1.768707483vw 1.0204081633vw 1.768707483vw 0;
}
@media (any-hover: hover) {
  .l-gnav__item.-has-child:hover::after {
    border-top: 0.4081632653vw solid #f00;
    border-bottom: 0;
  }
  .l-gnav__item.-has-child:hover .l-gnav__sub-nav {
    visibility: visible;
    opacity: 1;
  }
}
.l-gnav__item.-has-child::after {
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  width: 0.7482993197vw;
  height: 0.4081632653vw;
  border-top: 0;
  border-right: 0.3401360544vw solid transparent;
  border-bottom: 0.4081632653vw solid #f00;
  border-left: 0.3401360544vw solid transparent;
  border-style: solid;
  content: "";
}

.l-gnav__item.-flex {
  display: flex;
}

.l-gnav__text {
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-gnav__text {
    font-size: 1.0884353741vw;
  }
}

.l-gnav__text.-btn {
  display: block;
  display: grid;
  position: relative;
  height: 5.4421768707vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  place-content: center;
}

.-btn.-gradation {
  display: flex;
  align-items: center;
  gap: 0.8163265306vw;
  width: 14.5578231293vw;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
}
.-btn.-gradation:after {
  width: 1.9727891156vw;
  height: 1.4965986395vw;
  background: url(../img/svg/icon-catalog.svg) no-repeat center center/cover;
  content: "";
}

.-btn.-recruit {
  width: 10.8843537415vw;
  background-color: #1e89ef;
}

.l-gnav__sub-nav {
  display: inline-flex;
  gap: 1rem;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 5.4421768707vw;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.l-gnav__sub-inner {
  display: flex;
  gap: 4.3537414966vw;
  padding: 2.7210884354vw 4.0816326531vw;
}

.l-gnav__sub-group {
  padding-right: 4.3537414966vw;
}

.l-gnav__sub-unit {
  display: flex;
  flex-direction: column;
  gap: 0.8163265306vw;
}

.l-gnav__sub-title--en {
  font-size: 3.2653061224vw;
  line-height: 1.1;
  font-family: "Oswald";
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-gnav__sub-title--jp {
  color: #880527;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-gnav__sub-title--jp {
    font-size: 1.0884353741vw;
  }
}

.l-gnav__sub-pic {
  width: 22.4489795918vw;
  height: 10.8843537415vw;
  margin-top: 1.6326530612vw;
}
.l-gnav__sub-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-gnav__sub-list {
  display: flex;
  flex-direction: column;
  gap: 0.8163265306vw;
  padding-top: 0.8163265306vw;
}

.l-gnav__sub-text {
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-gnav__sub-text {
    font-size: 1.0884353741vw;
  }
}

.l-gnav__sub-text.-main {
  color: #880527;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-gnav__sub-text.-main {
    font-size: 1.0884353741vw;
  }
}

.l-header__btn {
  position: relative;
  z-index: 100;
  width: 26px;
  height: 38px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .l-header__btn {
    display: none;
  }
}

.l-header__line {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  content: "";
  transition: 0.4s;
}
.l-header__line::before, .l-header__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  content: "";
  transition: 0.4s;
}
.l-header__line::before {
  top: 10px;
}
.l-header__line::after {
  bottom: 10px;
}

.l-header__btn.is-active .l-header__line {
  background: transparent;
}
.l-header__btn.is-active .l-header__line::before, .l-header__btn.is-active .l-header__line::after {
  opacity: 1;
  top: 50%;
  translate: y -50%;
}
.l-header__btn.is-active .l-header__line::before {
  rotate: 45deg;
}
.l-header__btn.is-active .l-header__line::after {
  rotate: -45deg;
}

.l-dnav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  overflow-y: scroll;
  transition: 0.3s ease;
  inset: 0;
}

.l-dnav.is-active {
  visibility: visible;
  opacity: 1;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  transition: 0.5s ease;
}

.l-dnav__overlay {
  position: fixed;
  z-index: -1;
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
  inset: 0;
}

.l-dnav__body {
  padding: 4.375rem 1.625rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-dnav__body {
    padding: 9.5238095238vw 16.3265306122vw;
  }
}

.l-dnav__btns {
  display: flex;
  gap: 1.25rem;
}

.l-dnav__btn {
  display: grid;
  position: relative;
  width: calc((100% - 1.25rem) / 2);
  height: 3.375rem;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  place-content: center;
}
.l-dnav__btn:after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 1.0625rem;
  height: 0.8125rem;
  content: "";
}
@media (min-width: 1024px) {
  .l-dnav__btn:after {
    right: 1.2244897959vw;
  }
}

.l-dnav__btn.-catalog.sp {
  width: 27.7777777778vw;
  max-width: 10rem;
}
@media (min-width: 1024px) {
  .l-dnav__btn.-catalog.sp {
    display: none;
  }
}
.l-dnav__btn.-catalog.sp::after {
  background: none;
}

.l-dnav__btn.-recruit {
  background-color: #1e89ef;
}
.l-dnav__btn.-recruit::after {
  background: url(../img/svg/icon-link_white.svg) no-repeat center center/cover;
}

.l-dnav__btn.-catalog {
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
}
.l-dnav__btn.-catalog::after {
  background: url(../img/svg/icon-catalog.svg) no-repeat center center/cover;
}

.l-dnav__btn.-download {
  width: 11.875rem;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
}
@media (min-width: 1024px) {
  .l-dnav__btn.-download {
    width: calc((100% - 1.3605442177vw) / 2);
  }
}
.l-dnav__btn.-download::after {
  background: url(../img/svg/icon-download.svg) no-repeat center center/cover;
}

.l-dnav__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  list-style-type: none;
  position: relative;
  z-index: 100;
  padding: 9.4444444444vw 0 12.5vw;
}
@media (min-width: 1024px) {
  .l-dnav__list {
    padding: 4.6258503401vw 0 6.1224489796vw;
  }
}

.l-dnav__item {
  padding-top: 1.25rem;
  border-top: 1px solid #1d1d1d;
}

.l-dnav__accordion .l-dnav__text {
  display: block;
  position: relative;
  cursor: pointer;
}
.l-dnav__accordion .l-dnav__text::-webkit-details-marker {
  display: none;
}
.l-dnav__accordion .l-dnav__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.6875rem;
  height: 0.375rem;
  border-top: 0;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #f00;
  border-left: 5px solid transparent;
  border-style: solid;
  content: "";
}

.l-dnav__text {
  font-weight: 700;
  font-size: 0.9375rem;
}

.l-dnav__accordion[open] .l-dnav__text::after {
  border-top: 6px solid #f00;
  border-bottom: 0;
}

.l-dnav__sub-list {
  padding-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 2.5;
}

.l-dnav__sub-text.-main {
  color: #880527;
  font-weight: 700;
  font-size: 0.875rem;
}

.l-dnav__sub-list + .l-dnav__sub-list {
  padding-top: 1rem;
}

/* 下層ページのヘッダー
  ----------------------------------------------------------------- */
.l-page-header1--page-service {
  background-image: url(../img/page/header/bg/service_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-service {
    background-image: url(../img/page/header/bg/service_pc.jpg);
  }
}
.l-page-header1--page-soil-stabilization {
  background-image: url(../img/page/header/bg/ss_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-soil-stabilization {
    background-image: url(../img/page/header/bg/ss_pc.jpg);
  }
}
.l-page-header1--page-system-formwork1 {
  background-image: url(../img/page/header/bg/sf1_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-system-formwork1 {
    background-image: url(../img/page/header/bg/sf1_pc.jpg);
  }
}
.l-page-header1--page-system-formwork2 {
  background-image: url(../img/page/header/bg/sf2_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-system-formwork2 {
    background-image: url(../img/page/header/bg/sf2_pc.jpg);
  }
}
.l-page-header1--page-system-formwork3 {
  background-image: url(../img/page/header/bg/sf3_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-system-formwork3 {
    background-image: url(../img/page/header/bg/sf3_pc.jpg);
  }
}
.l-page-header1--page-system-formwork4 {
  background-image: url(../img/page/header/bg/sf4_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-system-formwork4 {
    background-image: url(../img/page/header/bg/sf4_pc.jpg);
  }
}
.l-page-header1--page-system-formwork5 {
  background-image: url(../img/page/header/bg/sf5_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-system-formwork5 {
    background-image: url(../img/page/header/bg/sf5_pc.jpg);
  }
}
.l-page-header1--page-signboard {
  background-image: url(../img/page/header/bg/signboard_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-signboard {
    background-image: url(../img/page/header/bg/signboard_pc.jpg);
  }
}
.l-page-header1--page-design {
  background-image: url(../img/page/header/bg/design_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-design {
    background-image: url(../img/page/header/bg/design_pc.jpg);
  }
}
.l-page-header1--page-other {
  background-image: url(../img/page/header/bg/other_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-other {
    background-image: url(../img/page/header/bg/other_pc.jpg);
  }
}
.l-page-header1--page-machine {
  background-image: url(../img/page/header/bg/machine_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-machine {
    background-image: url(../img/page/header/bg/machine_pc.jpg);
  }
}
.l-page-header1--page-company {
  background-image: url(../img/page/header/bg/company_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-company {
    background-image: url(../img/page/header/bg/company_pc.jpg);
  }
}
.l-page-header1--page-csr {
  background-image: url(../img/page/header/bg/csr_sp.jpg);
}
@media (min-width: 1024px) {
  .l-page-header1--page-csr {
    background-image: url(../img/page/header/bg/csr_pc.jpg);
  }
}

.l-page-header1 {
  position: relative;
  margin-top: 13.8888888889vw;
  margin-bottom: 17.7777777778vw;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .l-page-header1 {
    height: 41.4965986395vw;
    margin-top: 5.4421768707vw;
    margin-bottom: 9.5238095238vw;
    background-position: center bottom;
    background-size: cover;
  }
}
.l-page-header1 .l-ph__container {
  padding: 0 7.2222222222vw;
}
@media (min-width: 1024px) {
  .l-page-header1 .l-ph__container {
    position: relative;
    z-index: 1;
    padding: 0 0 0 6.8027210884vw;
  }
}
.l-page-header1 .l-ph__unit {
  padding-top: 13.0555555556vw;
}
@media (min-width: 1024px) {
  .l-page-header1 .l-ph__unit {
    padding-top: 6.8027210884vw;
  }
}
.l-page-header1 .wp-breadcrumb {
  padding-right: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .l-page-header1 .wp-breadcrumb {
    padding-right: 4.0816326531vw;
  }
}

.l-ph__unit {
  display: flex;
  flex-direction: column;
}

.l-ph__title-en {
  font-size: 13.3333333333vw;
  font-family: "Oswald";
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .l-ph__title-en {
    max-width: 35.0340136054vw;
    font-size: 5.4421768707vw;
  }
}

.l-ph__title-jp {
  color: #f00;
  font-weight: 700;
  font-size: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .l-ph__title-jp {
    font-size: 1.3605442177vw;
  }
}

.l-ph__body {
  padding-top: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .l-ph__body {
    padding-top: 4.3537414966vw;
  }
}

.l-ph__sub-title {
  display: inline-block;
  position: relative;
  padding: 0 0.8333333333vw;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .l-ph__sub-title {
    padding: 0 0.4081632653vw;
  }
}
.l-ph__sub-title span {
  font-weight: 700;
  font-size: 8.3333333333vw;
  line-height: 1;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .l-ph__sub-title span {
    font-size: 3.8095238095vw;
  }
}

.l-ph__text {
  color: #fff;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-ph__text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .l-ph__text {
    max-width: 24.4897959184vw;
  }
}

.l-ph__group {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  padding-top: 11.1111111111vw;
}
@media (min-width: 1024px) {
  .l-ph__group {
    gap: 1.0884353741vw;
    position: absolute;
    top: 7.4829931973vw;
    right: 0;
    z-index: 0;
    padding-top: 0;
  }
}

.l-ph__pic {
  width: 75.5555555556vw;
  height: 46.3888888889vw;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .l-ph__pic {
    width: 59.5238095238vw;
    height: 34.0136054422vw;
  }
}
.l-ph__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-page-header2 {
  padding-top: 19.4444444444vw;
  padding-bottom: 16.6666666667vw;
}
@media (min-width: 1024px) {
  .l-page-header2 {
    padding-top: 7.4829931973vw;
    padding-bottom: 13.6054421769vw;
  }
}
.l-page-header2 .l-ph__container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-page-header2 .l-ph__container {
    max-width: 93.8775510204vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
.l-page-header2 .l-ph__unit {
  padding-top: 13.3333333333vw;
}
@media (min-width: 1024px) {
  .l-page-header2 .l-ph__unit {
    padding-top: 4.0816326531vw;
  }
}

/* サービス
  ----------------------------------------------------------------- */
.l-service .c-btn--box {
  width: 68.3333333333vw;
  margin-top: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .l-service .c-btn--box {
    width: 21.4285714286vw;
    margin-top: 4.3537414966vw;
    margin-left: auto;
  }
}

.l-service__container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-service__container {
    max-width: 93.8775510204vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}

.l-service__body {
  padding: 4.1666666667vw 0 7.2222222222vw 8.3333333333vw;
}
@media (min-width: 1024px) {
  .l-service__body {
    padding: 2.7210884354vw 3.4013605442vw 4.3537414966vw;
  }
}

.l-service__group:nth-of-type(1) {
  background: url(../img/layout/l-service1_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .l-service__group:nth-of-type(1) {
    background: url(../img/layout/l-service1_pc.jpg) no-repeat top center/cover;
  }
}
.l-service__group:nth-of-type(2) {
  background: url(../img/layout/l-service2_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .l-service__group:nth-of-type(2) {
    background: url(../img/layout/l-service2_pc.jpg) no-repeat top center/cover;
  }
}

.l-service__group + .l-service__group {
  margin-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .l-service__group + .l-service__group {
    margin-top: 6.8027210884vw;
  }
}

.l-service__num, .l-service__item-num {
  color: #f00;
  font-weight: 500;
  font-size: 3.3333333333vw;
  font-family: "Oswald";
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .l-service__num, .l-service__item-num {
    font-size: 1.6326530612vw;
  }
}
.l-service__num span, .l-service__item-num span {
  font-size: 5vw;
}
@media (min-width: 1024px) {
  .l-service__num span, .l-service__item-num span {
    font-size: 2.4489795918vw;
  }
}

.l-service__title {
  display: inline-block;
  margin-top: 1.6666666667vw;
  padding-bottom: 0.8333333333vw;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .l-service__title {
    margin-top: 0.5442176871vw;
    padding-bottom: 0.1360544218vw;
  }
}
.l-service__title span {
  font-weight: 700;
  font-size: 8.3333333333vw;
  line-height: 1;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .l-service__title span {
    font-size: 4.3537414966vw;
  }
}

.l-service__text {
  padding-top: 38.8888888889vw;
  color: #fff;
  font-size: 4.4444444444vw;
  letter-spacing: -0.01em;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .l-service__text {
    padding-top: 4.7619047619vw;
    font-size: 2.1768707483vw;
  }
}

.l-service__btns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .l-service__btns {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 3.4013605442vw 3.4013605442vw;
  }
}

.l-service__btn {
  border-bottom: 1px solid #fff;
  background-color: #1d1d1d;
}
@media (min-width: 1024px) {
  .l-service__btn {
    width: 50%;
  }
  .l-service__btn:nth-child(even) {
    border-left: 1px solid #fff;
  }
  .l-service__btn:not(:nth-last-child(n+3)) {
    border-bottom: none;
  }
}

.l-service__btn-link {
  display: grid;
  align-items: center;
  padding: 4.4444444444vw;
  color: #fff;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  grid-template-columns: 1fr auto;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media (min-width: 1024px) {
  .l-service__btn-link {
    padding: 1.9047619048vw 1.5646258503vw;
  }
}
@media (any-hover: hover) {
  .l-service__btn-link:hover {
    opacity: 0.4;
  }
}

.l-service__btn-text {
  color: #fff;
  font-weight: 700;
  font-size: 4.1666666667vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .l-service__btn-text {
    font-size: 1.3605442177vw;
  }
}

.l-service__btn-icon {
  position: relative;
  width: 6.1111111111vw;
  height: 4.4444444444vw;
  line-height: 4.4444444444vw;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (min-width: 1024px) {
  .l-service__btn-icon {
    width: 1.9047619048vw;
    height: 1.3605442177vw;
    line-height: 1.3605442177vw;
  }
}
.l-service__btn-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.l-service__items {
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
  padding-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .l-service__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding-top: 8.1632653061vw;
  }
}

.l-service__item {
  display: block;
  padding: 4.1666666667vw 8.3333333333vw 7.2222222222vw;
  background-color: #1d1d1d;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .l-service__item:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .l-service__item {
    width: 50%;
    padding: 1.7006802721vw 4.0816326531vw 2.7210884354vw;
  }
}
.l-service__item .c-btn__border {
  width: 38.8888888889vw;
  margin-top: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .l-service__item .c-btn__border {
    width: 10.8843537415vw;
    margin-top: 4.3537414966vw;
    margin-left: auto;
  }
}
.l-service__item:nth-of-type(1) {
  background: url(../img/layout/l-service3_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .l-service__item:nth-of-type(1) {
    background: url(../img/layout/l-service3_pc.jpg) no-repeat top center/cover;
  }
}
.l-service__item:nth-of-type(2) {
  background: url(../img/layout/l-service4_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .l-service__item:nth-of-type(2) {
    background: url(../img/layout/l-service4_pc.jpg) no-repeat top center/cover;
  }
}
.l-service__item:nth-of-type(3) {
  background: url(../img/layout/l-service5_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .l-service__item:nth-of-type(3) {
    background: url(../img/layout/l-service5_pc.jpg) no-repeat top center/cover;
  }
}
.l-service__item:nth-of-type(4) {
  background: url(../img/layout/l-service6_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .l-service__item:nth-of-type(4) {
    background: url(../img/layout/l-service6_pc.jpg) no-repeat top center/cover;
  }
}

.l-service__item-title {
  display: inline-block;
  margin-top: 1.6666666667vw;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .l-service__item-title {
    margin-top: 0.5442176871vw;
  }
}
.l-service__item-title span {
  padding-bottom: 0.8333333333vw;
  font-weight: 700;
  font-size: 6.6666666667vw;
  line-height: 1;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .l-service__item-title span {
    padding-bottom: 0.1360544218vw;
    font-size: 2.7210884354vw;
  }
}

.l-service__item-text {
  padding-top: 8.8888888889vw;
  color: #fff;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .l-service__item-text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .l-service__item-text {
    padding-top: 1.4965986395vw;
  }
}

/* 下層ページ - パーツ
  ----------------------------------------------------------------- */
.text-s {
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .text-s {
    font-size: 1.0884353741vw;
  }
}

.text-m {
  font-weight: 700;
  font-weight: 700;
  font-size: 4.4444444444vw;
  line-height: 1.6153846154;
}
@media (min-width: 1024px) {
  .text-m {
    font-size: 1.768707483vw;
  }
}

.text-l {
  font-weight: 700;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.5625;
}
@media (min-width: 1024px) {
  .text-l {
    font-size: 2.1768707483vw;
  }
}

.text-center {
  text-align: center;
}

.color-main {
  color: #880527;
}

.color-red {
  color: #f00;
}

.weight-bold {
  font-weight: 700;
}

.border {
  border: 2px solid #880527;
}

.border-bottom {
  border-bottom: 1px solid #880527;
}

.pb-24 {
  padding-bottom: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .pb-24 {
    padding-bottom: 1.6326530612vw;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-12 {
  padding-top: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .pt-12 {
    padding-top: 0.8163265306vw;
  }
}

.pt-16 {
  padding-top: 2.7777777778vw;
}
@media (min-width: 1024px) {
  .pt-16 {
    padding-top: 1.0884353741vw;
  }
}

.pt-24 {
  padding-top: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .pt-24 {
    padding-top: 1.6326530612vw;
  }
}

.pt-28 {
  padding-top: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .pt-28 {
    padding-top: 1.9047619048vw;
  }
}

.pt-40 {
  padding-top: 7.7777777778vw;
}
@media (min-width: 1024px) {
  .pt-40 {
    padding-top: 2.7210884354vw;
  }
}

.pt-48 {
  padding-top: 10vw;
}
@media (min-width: 1024px) {
  .pt-48 {
    padding-top: 3.2653061224vw;
  }
}

.pt-56 {
  padding-top: 11.6666666667vw;
}
@media (min-width: 1024px) {
  .pt-56 {
    padding-top: 3.8095238095vw;
  }
}

.pt-64 {
  padding-top: 13.3333333333vw;
}
@media (min-width: 1024px) {
  .pt-64 {
    padding-top: 4.3537414966vw;
  }
}

.pt-80 {
  padding-top: 16.6666666667vw;
}
@media (min-width: 1024px) {
  .pt-80 {
    padding-top: 5.4421768707vw;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-12 {
  margin-top: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .mt-12 {
    margin-top: 0.8163265306vw;
  }
}

.mt-24 {
  margin-top: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .mt-24 {
    margin-top: 1.6326530612vw;
  }
}

.mt-40 {
  margin-top: 7.7777777778vw;
}
@media (min-width: 1024px) {
  .mt-40 {
    margin-top: 2.7210884354vw;
  }
}

.mt-64 {
  margin-top: 13.3333333333vw;
}
@media (min-width: 1024px) {
  .mt-64 {
    margin-top: 4.3537414966vw;
  }
}

.mt-80 {
  margin-top: 16.6666666667vw;
}
@media (min-width: 1024px) {
  .mt-80 {
    margin-top: 5.4421768707vw;
  }
}

.ml-auto {
  margin-left: auto;
}

.x-center {
  margin-right: auto;
  margin-left: auto;
}

.page__section + .page__section {
  padding-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .page__section + .page__section {
    padding-top: 8.1632653061vw;
  }
}

.w-50-sp {
  max-width: 50%;
}
@media (min-width: 1024px) {
  .w-50-sp {
    max-width: 100%;
  }
}

.w-60-sp {
  max-width: 60%;
}
@media (min-width: 1024px) {
  .w-60-sp {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .mw-600 {
    max-width: 40.8163265306vw;
  }
}

@media (min-width: 1024px) {
  .mw-700 {
    max-width: 47.619047619vw;
  }
}

@media (min-width: 1024px) {
  .mw-800 {
    max-width: 47.619047619vw;
  }
}

.js-scrollable.w-300 img {
  width: 300%;
  height: auto;
}
@media (min-width: 1024px) {
  .js-scrollable.w-300 img {
    width: 100%;
  }
}

.js-scrollable.w-250 img {
  width: 250%;
  height: auto;
}
@media (min-width: 1024px) {
  .js-scrollable.w-250 img {
    width: 100%;
  }
}

.js-scrollable.w-200 img {
  width: 200%;
  height: auto;
}
@media (min-width: 1024px) {
  .js-scrollable.w-200 img {
    width: 100%;
  }
}

.js-scrollable.w-150 img {
  width: 150%;
  height: auto;
}
@media (min-width: 1024px) {
  .js-scrollable.w-150 img {
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex-sp {
  display: flex;
}
@media (min-width: 1024px) {
  .flex-sp {
    flex-wrap: wrap;
  }
}

.flex-item {
  position: relative;
}
@media (min-width: 1024px) {
  .flex-item .c-btn--box {
    width: 100%;
  }
}

.flex-two {
  gap: 5vw;
}
@media (min-width: 1024px) {
  .flex-two {
    gap: 1.9047619048vw 4%;
  }
}
@media (min-width: 1024px) {
  .flex-two .flex-item {
    width: 48%;
  }
}
.flex-two .w-90 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-90 {
    width: 88%;
  }
}
.flex-two .w-80 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-80 {
    width: 78%;
  }
}
.flex-two .w-70 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-70 {
    width: 68%;
  }
}
.flex-two .w-60 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-60 {
    width: 58%;
  }
}
.flex-two .w-40 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-40 {
    width: 38%;
  }
}
.flex-two .w-30 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-30 {
    width: 28%;
  }
}
.flex-two .w-20 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-20 {
    width: 18%;
  }
}
.flex-two .w-10 {
  width: 100%;
}
@media (min-width: 1024px) {
  .flex-two .w-10 {
    width: 8%;
  }
}

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-three {
  gap: 5vw;
}
@media (min-width: 1024px) {
  .flex-three {
    gap: 2.8571428571vw 4%;
  }
}
@media (min-width: 1024px) {
  .flex-three .flex-item {
    width: 30.6666666667%;
  }
}

.page__container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page__container {
    display: flex;
    justify-content: space-between;
    gap: 7.4829931973vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}

.page__body {
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .page__body {
    min-width: 52.2448979592vw;
    max-width: 61.2244897959vw;
  }
}
.page__body img {
  width: 100%;
  height: auto;
}

.movie {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .movie {
    max-width: 34.0136054422vw;
  }
}
.movie a {
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .movie a:hover {
    opacity: 0.4;
  }
}
.movie img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.youtube iframe,
.youtube video {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .youtube.pt-24 {
    max-width: 34.0136054422vw;
  }
}
.youtube.pt-24 video {
  aspect-ratio: auto;
}

.list .item {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .list .item {
    font-size: 1.0884353741vw;
  }
}
.list .item:before {
  color: #880527;
  content: "●";
}

.catalog {
  display: flex;
}
.catalog .c-btn--box {
  width: 68.3333333333vw;
}
@media (min-width: 1024px) {
  .catalog .c-btn--box {
    width: 19.5918367347vw;
  }
}

.catalog__pic {
  max-width: 50vw;
}
@media (min-width: 1024px) {
  .catalog__pic {
    max-width: 14.2857142857vw;
  }
}
.catalog__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.414;
  width: 100%;
  height: 100%;
}

.catalog__text {
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .catalog__text {
    font-size: 1.0204081633vw;
  }
}

.catalog.-row {
  flex-direction: column;
  gap: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .catalog.-row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 3.2653061224vw;
  }
}
.catalog.-row .catalog__text {
  padding-bottom: 4.4444444444vw;
}
@media (min-width: 1024px) {
  .catalog.-row .catalog__text {
    padding-bottom: 1.2244897959vw;
  }
}

.catalog.-column {
  flex-direction: column;
  gap: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .catalog.-column {
    gap: 0.6802721088vw;
  }
}
.catalog.-column .catalog__text {
  padding-bottom: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .catalog.-column .catalog__text {
    padding-bottom: 2.4489795918vw;
  }
}

.flow {
  padding-top: 8.8888888889vw;
}
@media (min-width: 1024px) {
  .flow {
    max-width: 63.2653061224vw;
    padding-top: 2.7210884354vw;
  }
}

.flow__list {
  display: flex;
  flex-direction: column;
}

.flow__item {
  position: relative;
}
.flow__item:not(:last-of-type)::after {
  display: block;
  position: absolute;
  top: 0;
  left: 2.5vw;
  z-index: 0;
  width: 2px;
  height: 100%;
  background-color: #880527;
  content: "";
}
@media (min-width: 1024px) {
  .flow__item:not(:last-of-type)::after {
    left: 1.2244897959vw;
  }
}

.flow__unit {
  display: flex;
  gap: 2.7777777778vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .flow__unit {
    align-items: center;
    gap: 1.2244897959vw;
  }
}

.flow__num {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background-color: #880527;
  color: #fff;
  font-size: 3.8888888889vw;
  line-height: 5.5555555556vw;
  font-family: "Oswald";
  text-align: center;
}
@media (min-width: 1024px) {
  .flow__num {
    width: 2.5850340136vw;
    height: 2.5850340136vw;
    font-size: 1.3605442177vw;
    line-height: 2.5850340136vw;
  }
}

.flow__title {
  font-weight: 700;
  font-size: 4.1666666667vw;
}
@media (min-width: 1024px) {
  .flow__title {
    font-size: 1.768707483vw;
  }
}

.flow__body {
  position: relative;
  max-width: 76.9444444444vw;
  margin-left: auto;
  padding-top: 5.5555555556vw;
  padding-bottom: 11.1111111111vw;
}
@media (min-width: 1024px) {
  .flow__body {
    max-width: 44.8979591837vw;
    padding-top: 0.8163265306vw;
    padding-bottom: 5.4421768707vw;
  }
}

.heading1 {
  margin-bottom: 4.4444444444vw;
  padding: 5.2777777778vw 0;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  color: #fff;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  .heading1 {
    margin-bottom: 2.3129251701vw;
    padding: 1.0884353741vw 1.9047619048vw;
    font-size: 2.7210884354vw;
    text-align: left;
    letter-spacing: 0.04em;
  }
}

.heading2 {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  margin-bottom: 7.7777777778vw;
  color: #880527;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .heading2 {
    gap: 1.156462585vw;
    margin-bottom: 2.4489795918vw;
    font-size: 2.1768707483vw;
    line-height: 1;
  }
}
.heading2:after {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  content: "";
}
@media (min-width: 576px) {
  .heading2:after {
    height: 4px;
  }
}

.heading3 {
  margin-bottom: 3.3333333333vw;
  padding: 1.9444444444vw 0;
  background-color: #1d1d1d;
  color: #fff;
  line-height: 1 !important;
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .heading3 {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .heading3 {
    margin-bottom: 1.6326530612vw;
    padding: 0.7482993197vw 0;
  }
}

.table__list {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}

.table__item {
  border-bottom: 1px solid #707070;
}
@media (min-width: 1024px) {
  .table__item {
    display: flex;
    flex-wrap: wrap;
  }
}

.table__title,
.table__body {
  padding: 1.6666666667vw 2.2222222222vw;
}
@media (min-width: 1024px) {
  .table__title,
.table__body {
    padding: 0.9523809524vw;
  }
}

.table__title {
  border-bottom: 1px solid #707070;
  background-color: #ebebeb;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .table__title {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .table__title {
    width: 16.3265306122vw;
    border-right: 1px solid #707070;
    border-bottom: none;
  }
}

.table__body {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .table__body {
    width: calc(100% - 16.3265306122vw);
  }
}

.table__text {
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .table__text {
    font-size: 1.0884353741vw;
  }
}

.features {
  display: flex;
  align-items: flex-start;
  gap: 2.7777777778vw;
  padding-bottom: 1.6666666667vw;
}
@media (min-width: 1024px) {
  .features {
    align-items: center;
    gap: 0.8163265306vw;
    padding-bottom: 0.5442176871vw;
  }
}
.features:not(:first-of-type) {
  margin-top: 7.7777777778vw;
}
@media (min-width: 1024px) {
  .features:not(:first-of-type) {
    margin-top: 2.4489795918vw;
  }
}

.features__tag {
  flex-shrink: 0;
  min-width: 6.1111111111vw;
  margin-top: 0.8333333333vw;
  padding: 0 1.1111111111vw;
  background-color: #880527;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .features__tag {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .features__tag {
    min-width: 2.1768707483vw;
    margin-top: 0;
    padding: 0.0680272109vw 0.6802721088vw 0.1360544218vw;
  }
}
.features__tag span {
  font-weight: 500;
  font-family: "Oswald";
  letter-spacing: 0.08em;
}

.features__title {
  font-weight: 700;
  font-size: 4.4444444444vw;
  line-height: 1.6153846154;
}
@media (min-width: 1024px) {
  .features__title {
    font-size: 1.768707483vw;
  }
}

.features__title.color-main {
  color: #f00;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 9.4444444444vw;
  padding-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .links {
    gap: 6.8027210884vw;
    padding-top: 8.1632653061vw;
  }
}

.link-works {
  background: url(../img/layout/lw-bg_sp.png) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  .link-works {
    max-width: 63.2653061224vw;
    background: url(../img/layout/lw-bg_pc.png) no-repeat center center/cover;
  }
}
.link-works .c-btn--box {
  margin-top: 5.5555555556vw;
  text-align: left;
}
@media (min-width: 1024px) {
  .link-works .c-btn--box {
    width: 21.4285714286vw;
    margin-top: 0;
  }
}

.lw__container {
  padding: 4.4444444444vw 8.3333333333vw 7.2222222222vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .lw__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1.3605442177vw 2.9931972789vw 2.5850340136vw;
    text-align: left;
  }
}

.lw__title-en {
  color: #fff;
  font-weight: 500;
  font-size: 10vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .lw__title-en {
    font-size: 5.4421768707vw;
  }
}

.lw__title-jp {
  color: #fff;
  font-weight: 700;
  font-size: 3.6111111111vw;
}
@media (min-width: 1024px) {
  .lw__title-jp {
    font-size: 1.3605442177vw;
  }
}

.lw__text {
  padding-top: 4.4444444444vw;
  color: #fff;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .lw__text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .lw__text {
    padding-top: 3.4013605442vw;
  }
}

.link-machine {
  background: url(../img/layout/lm-bg_sp.png) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  .link-machine {
    max-width: 63.2653061224vw;
    background: url(../img/layout/lm-bg_pc.png) no-repeat center center/cover;
  }
}
.link-machine .c-btn--box {
  margin-top: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .link-machine .c-btn--box {
    width: 21.4285714286vw;
    margin-top: 3.0612244898vw;
  }
}

.lm__container {
  padding: 5.8333333333vw 7.7777777778vw 7.2222222222vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .lm__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.7210884354vw;
    padding: 2.3129251701vw 1.3605442177vw 2.8571428571vw 3.3333333333vw;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lm__body {
    width: 28.5714285714vw;
  }
}

.lm__title-en {
  color: #f00;
  font-size: 3.6111111111vw;
  font-family: "Oswald";
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .lm__title-en {
    font-size: 1.3605442177vw;
  }
}

.lm__title-jp {
  display: inline-block;
  position: relative;
  margin-top: 2.2222222222vw;
  padding: 0 0.8333333333vw 0.8333333333vw 0.8333333333vw;
  background-color: #fff;
  line-height: 1;
}
@media (min-width: 1024px) {
  .lm__title-jp {
    margin-top: 0.8163265306vw;
    padding: 0 0 0.1360544218vw 0;
  }
}
.lm__title-jp span {
  font-weight: 700;
  font-size: 7.7777777778vw;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .lm__title-jp span {
    font-size: 3.8095238095vw;
  }
}

.lm__pic-sp {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .lm__pic-sp {
    display: none;
  }
}
.lm__pic-sp img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.lm__text {
  padding-top: 2.2222222222vw;
  color: #fff;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .lm__text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .lm__text {
    padding-top: 2.1768707483vw;
  }
}

.lm__pic-pc {
  display: none;
}
@media (min-width: 1024px) {
  .lm__pic-pc {
    display: block;
    width: calc(100% - 31.2925170068vw);
  }
}
.lm__pic-pc img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

/* 下層ページ -
  ----------------------------------------------------------------- */
@media (min-width: 1024px) {
  .p-archive__list {
    width: 61.2244897959vw;
  }
}

.p-archive__item {
  border-bottom: 1px solid #f00;
}
.p-archive__item .c-btn__border {
  width: 33.3333333333vw;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .p-archive__item .c-btn__border {
    width: 10.2040816327vw;
  }
}
.p-archive__item .c-btn__link {
  padding-bottom: 0;
  border-bottom: none;
}
.p-archive__item .c-btn__text {
  color: #880527;
  font-weight: 700;
}

.p-archive__link {
  display: flex;
  flex-direction: column;
  gap: 8.3333333333vw;
  padding: 6.6666666667vw 0;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .p-archive__link:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .p-archive__link {
    flex-direction: row;
    gap: 2.0408163265vw;
    padding: 2.4489795918vw 0;
  }
}

.p-archive__pic {
  height: 55.5555555556vw;
}
@media (min-width: 1024px) {
  .p-archive__pic {
    width: 22.1088435374vw;
    height: 14.9659863946vw;
  }
}
.p-archive__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-archive__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5vw;
}
@media (min-width: 1024px) {
  .p-archive__body {
    gap: 0;
    width: calc(100% - 24.1496598639vw);
  }
}

.p-archive__unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-archive__tag {
  width: 42.7777777778vw;
  border-radius: 100vmax;
  background-color: #880527;
  color: #fff;
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .p-archive__tag {
    width: 10.4761904762vw;
  }
}
@media (min-width: 1024px) {
  .p-archive__tag {
    font-size: 1.0884353741vw;
  }
}

.p-archive__date {
  color: #f00;
  font-size: 3.6111111111vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .p-archive__date {
    font-size: 1.3605442177vw;
  }
}

.p-archive__text {
  padding-bottom: 1.1111111111vw;
  font-size: 3.0555555556vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .p-archive__text {
    padding-bottom: 0.2721088435vw;
    font-size: 0.9523809524vw;
  }
}

.p-archive__title {
  font-weight: 700;
  font-size: 4.4444444444vw;
}
@media (min-width: 1024px) {
  .p-archive__title {
    font-size: 1.6326530612vw;
  }
}

.p-archive__tag.-works {
  width: 61.1111111111vw;
}
@media (min-width: 1024px) {
  .p-archive__tag.-works {
    width: 17.9591836735vw;
  }
}

.tag-formwork {
  background-color: #ef6023 !important;
}

.tag-sisj {
  background-color: #009b32 !important;
}

/* 下層ページ - カタログ
  ----------------------------------------------------------------- */
.catalog__body {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .catalog__body {
    max-width: 77.8231292517vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}

.catalog__title {
  position: relative;
  text-align: center !important;
}
.catalog__title::after {
  display: inline-block;
  position: absolute;
  top: 6.1111111111vw;
  right: 6.1111111111vw;
  transform: rotate(225deg);
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: 0;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  content: "";
}
@media (min-width: 1024px) {
  .catalog__title::after {
    top: 2.1768707483vw;
    right: 2.0408163265vw;
    width: 0.8843537415vw;
    height: 0.8843537415vw;
    border-right: solid 4px #fff;
    border-bottom: solid 4px #fff;
  }
}
.catalog__title::marker {
  content: none;
}

.catalog__accordion[open] .catalog__title::after {
  top: 5.2777777778vw;
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .catalog__accordion[open] .catalog__title::after {
    top: 2.0408163265vw;
  }
}

.catalog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .catalog__list {
    gap: 3.2653061224vw;
  }
}
.catalog__list .catalog {
  width: calc((100% - 6.6666666667vw) / 2);
}
@media (min-width: 1024px) {
  .catalog__list .catalog {
    width: calc((100% - 9.7959183673vw) / 4);
  }
}
.catalog__list .c-btn--box {
  max-width: 100%;
}
.catalog__list .c-btn__text {
  font-size: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .catalog__list .c-btn__text {
    font-size: 0.9523809524vw;
  }
}

.catalog__accordion + .catalog__accordion {
  padding-top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .catalog__accordion + .catalog__accordion {
    padding-top: 8.1632653061vw;
  }
}

/* 下層ページ - 会社案内
  ----------------------------------------------------------------- */
.map iframe {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .map iframe {
    aspect-ratio: 3/1;
  }
}

.company-pic1 {
  max-width: 83.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .company-pic1 {
    max-width: 48.2993197279vw;
  }
}

.company-pic2 {
  max-width: 72.2222222222vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .company-pic2 {
    max-width: 36.7346938776vw;
  }
}

.company-pic3 {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .company-pic3 {
    max-width: 45.4421768707vw;
  }
}

.map-text {
  display: flex;
  align-items: flex-end;
  gap: 1.1111111111vw;
}
@media (min-width: 1024px) {
  .map-text {
    gap: 0.2721088435vw;
  }
}

.map {
  position: relative;
}

.map__icon {
  width: 6.6666666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .map__icon {
    width: 2.4489795918vw;
  }
}

.page__body .map__icon {
  display: inline-block;
  width: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .page__body .map__icon {
    width: 2.4489795918vw;
  }
}

.page__body .map__img {
  width: 200%;
  height: auto;
}
@media (min-width: 1024px) {
  .page__body .map__img {
    width: 100%;
  }
}

.map__link {
  position: absolute;
  width: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .map__link {
    width: 2.4489795918vw;
  }
}
.map__link a {
  display: block;
  cursor: pointer;
  pointer-events: auto;
}

.map__link.group1 {
  top: 90vw;
  right: -36.1111111111vw;
}
@media (min-width: 1024px) {
  .map__link.group1 {
    top: 30.9523809524vw;
    right: 17.6870748299vw;
  }
}
.map__link.group2 {
  top: 128.6111111111vw;
  right: -33.3333333333vw;
}
@media (min-width: 1024px) {
  .map__link.group2 {
    top: 44.7619047619vw;
    right: 18.5714285714vw;
  }
}
.map__link.group3 {
  top: 122.2222222222vw;
  right: -16.6666666667vw;
}
@media (min-width: 1024px) {
  .map__link.group3 {
    top: 42.5850340136vw;
    right: 24.5578231293vw;
  }
}
.map__link.group4 {
  top: 144.4444444444vw;
  right: -1.3888888889vw;
}
@media (min-width: 1024px) {
  .map__link.group4 {
    top: 49.2517006803vw;
    right: 29.8639455782vw;
  }
}
.map__link.group5 {
  top: 130.5555555556vw;
  right: 2.7777777778vw;
}
@media (min-width: 1024px) {
  .map__link.group5 {
    top: 45.5102040816vw;
    right: 30.6802721088vw;
  }
}
.map__link.group6 {
  top: 146.6666666667vw;
  right: 40.5555555556vw;
}
@media (min-width: 1024px) {
  .map__link.group6 {
    top: 50.6802721088vw;
    right: 44.2857142857vw;
  }
}
.map__link.group7 {
  top: 177.7777777778vw;
  right: 69.4444444444vw;
}
@media (min-width: 1024px) {
  .map__link.group7 {
    top: 61.4965986395vw;
    right: 54.2857142857vw;
  }
}

.modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.modal-container {
  width: 100%;
  margin: 0 7.2222222222vw;
  padding: 6.6666666667vw 5vw;
  overflow-y: auto;
  border: 1px solid #f00;
  border-radius: 3.3333333333vw;
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px) {
  .modal-container {
    width: 30rem;
    margin: 0;
    padding: 1.875rem;
    border-radius: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .modal-container {
    width: 32.6530612245vw;
    padding: 2.0408163265vw;
  }
}

.modal-header {
  position: relative;
}

.modal-close {
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f00;
  font-size: 5vw;
}
@media (min-width: 768px) {
  .modal-close {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .modal-close {
    font-size: 1.3605442177vw;
  }
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  padding-top: 5vw;
}
@media (min-width: 768px) {
  .modal-content {
    padding-top: 2.0625rem;
  }
}
@media (min-width: 1024px) {
  .modal-content {
    padding-top: 2.2448979592vw;
  }
}

.modal-title {
  padding-left: 6.3888888889vw;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .modal-title {
    padding-left: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .modal-title {
    padding-left: 2.1768707483vw;
    font-size: 1.0884353741vw;
  }
}

.modal-flex {
  display: flex;
  align-items: flex-start;
  gap: 1.1111111111vw;
}
@media (min-width: 768px) {
  .modal-flex {
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .modal-flex {
    gap: 0.5442176871vw;
  }
}

.modal-num {
  display: grid;
  flex-shrink: 0;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  border-radius: 50%;
  background-color: #880527;
  color: #fff;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1;
  font-family: "Oswald";
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
  place-content: center;
}
@media (min-width: 768px) {
  .modal-num {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .modal-num {
    width: 1.6326530612vw;
    height: 1.6326530612vw;
    font-size: 1.0884353741vw;
  }
}

.modal-body {
  width: 100%;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .modal-body {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .modal-body {
    font-size: 1.0884353741vw;
  }
}

.modal-group + .modal-group {
  margin-top: 4.4444444444vw;
  padding-top: 4.4444444444vw;
  border-top: 1px solid #f00;
}
@media (min-width: 768px) {
  .modal-group + .modal-group {
    margin-top: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .modal-group + .modal-group {
    margin-top: 1.2244897959vw;
    padding-top: 1.2244897959vw;
  }
}

.modal-btn {
  display: block;
  width: 30.5555555556vw;
  margin-top: 3.3333333333vw;
  margin-left: auto;
  padding: 0.5555555556vw 0 1.1111111111vw;
  border: 1px solid #f00;
  border-radius: 100vmax;
  color: #f00;
  text-align: center;
  transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1), background-color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .modal-btn:hover {
    background-color: #f00;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .modal-btn {
    width: 7.125rem;
    margin-top: 0.75rem;
    padding: 0.125rem 0 0.25rem;
  }
}
@media (min-width: 1024px) {
  .modal-btn {
    width: 7.7551020408vw;
    margin-top: 0.8163265306vw;
    padding: 0.1360544218vw 0 0.2721088435vw;
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* 下層ページ -
  ----------------------------------------------------------------- */
.thanks__body {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .thanks__body {
    max-width: 63.9455782313vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
.thanks__body .text-s {
  padding-top: 5vw;
}
@media (min-width: 1024px) {
  .thanks__body .text-s {
    padding-top: 1.9047619048vw;
  }
}
.thanks__body .c-btn--box {
  width: 75vw;
  margin-top: 13.3333333333vw;
}
@media (min-width: 1024px) {
  .thanks__body .c-btn--box {
    width: 18.3673469388vw;
    margin-top: 4.3537414966vw;
  }
}

.thanks__title {
  color: #880527;
  font-weight: 700;
  font-size: 4.4444444444vw;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .thanks__title {
    font-size: 1.6326530612vw;
  }
}

.policy__body {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .policy__body {
    max-width: 63.9455782313vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}

.policy__catch {
  padding-bottom: 3.3333333333vw;
  color: #880527;
  font-weight: 700;
  font-size: 4.4444444444vw;
  line-height: 1.6153846154;
}
@media (min-width: 1024px) {
  .policy__catch {
    font-size: 1.768707483vw;
  }
}
@media (min-width: 1024px) {
  .policy__catch {
    padding-bottom: 1.9047619048vw;
  }
}

.policy__list {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  padding-top: 7.7777777778vw;
}
@media (min-width: 1024px) {
  .policy__list {
    gap: 1.6326530612vw;
    padding-top: 3.6734693878vw;
  }
}

.policy__title {
  color: #880527;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .policy__title {
    font-size: 1.0884353741vw;
  }
}

.policy__text {
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .policy__text {
    font-size: 1.0884353741vw;
  }
}

/* 下層ページ - CSR
  ----------------------------------------------------------------- */
.flex-csr {
  gap: 13.3333333333vw;
}
@media (min-width: 1024px) {
  .flex-csr {
    gap: 4.3537414966vw 4%;
  }
}
.flex-csr .c-btn--box {
  width: 100%;
}

.csr-pic1 {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .csr-pic1 {
    max-width: 42.8571428571vw;
  }
}

.csr-pic2 {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .csr-pic2 {
    max-width: 44.8979591837vw;
  }
}

.csr-pic3 {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .csr-pic3 {
    max-width: 47.619047619vw;
  }
}

.flex-sdgs .flex-item img {
  position: relative;
}
@media (min-width: 1024px) {
  .flex-sdgs .flex-item img {
    left: -1.3605442177vw;
  }
}
.flex-sdgs .flex-item:nth-of-type(1) .text-color-sdgs,
.flex-sdgs .flex-item:nth-of-type(1) .item:before {
  color: #519444;
}
.flex-sdgs .flex-item:nth-of-type(2) .text-color-sdgs,
.flex-sdgs .flex-item:nth-of-type(2) .item:before {
  color: #eaba03;
}
.flex-sdgs .flex-item:nth-of-type(3) .text-color-sdgs,
.flex-sdgs .flex-item:nth-of-type(3) .item:before {
  color: #811433;
}
.flex-sdgs .flex-item:nth-of-type(4) .text-color-sdgs,
.flex-sdgs .flex-item:nth-of-type(4) .item:before {
  color: #d0691a;
}
.flex-sdgs .flex-item:nth-of-type(5) .text-color-sdgs,
.flex-sdgs .flex-item:nth-of-type(5) .item:before {
  color: #e09f1f;
}
.flex-sdgs .flex-item:nth-of-type(6) .text-color-sdgs,
.flex-sdgs .flex-item:nth-of-type(6) .item:before {
  color: #c29021;
}
.flex-sdgs .flex-item:nth-of-type(7) .text-color-sdgs,
.flex-sdgs .flex-item:nth-of-type(7) .item:before {
  color: #56783c;
}

/* 下層ページ - 機械
  ----------------------------------------------------------------- */
.machines {
  display: flex;
  flex-wrap: wrap;
  gap: 17.7777777778vw;
}
@media (min-width: 1024px) {
  .machines {
    gap: 2.7210884354vw 2.1768707483vw;
  }
}
@media (min-width: 1024px) {
  .machines .machine {
    width: calc((100% - 4.3537414966vw) / 3);
  }
}

@media (min-width: 1024px) {
  .machine {
    max-width: 21.4285714286vw;
  }
}
.machine .c-btn--box {
  width: 100%;
  margin-top: 4.4444444444vw;
}
@media (min-width: 1024px) {
  .machine .c-btn--box {
    margin-top: 1.0884353741vw;
  }
}

@media (min-width: 1024px) {
  .machine__inner {
    height: 21.768707483vw;
  }
}

@media (min-width: 1024px) {
  .machine__inner.auto {
    height: auto;
  }
}

.machine__pics {
  position: relative;
}

@media (min-width: 1024px) {
  .machine__pic {
    height: 12.5170068027vw;
  }
}
.machine__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.machine__icon1,
.machine__icon2,
.machine__icon3 {
  position: absolute;
}
.machine__icon1 img,
.machine__icon2 img,
.machine__icon3 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.machine__icon1,
.machine__icon2 {
  top: -3.8888888889vw;
  width: 26.6666666667vw;
  height: 16.9444444444vw;
}
@media (min-width: 1024px) {
  .machine__icon1,
.machine__icon2 {
    top: -0.9523809524vw;
    width: 6.5306122449vw;
    height: 4.1496598639vw;
  }
}

.machine__icon1 {
  right: -3.8888888889vw;
}
@media (min-width: 1024px) {
  .machine__icon1 {
    right: -0.9523809524vw;
  }
}

.machine__icon2 {
  right: 20.8333333333vw;
}
@media (min-width: 1024px) {
  .machine__icon2 {
    right: 5.1020408163vw;
  }
}

.machine__icon3 {
  top: -5.5555555556vw;
  left: -3.8888888889vw;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
}
@media (min-width: 1024px) {
  .machine__icon3 {
    top: -1.3605442177vw;
    left: -0.9523809524vw;
    width: 6.5306122449vw;
    height: 6.5306122449vw;
  }
}

.machine__title {
  padding: 4.4444444444vw 0;
  background-color: #1d1d1d;
  color: #fff;
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .machine__title {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .machine__title {
    padding: 1.0884353741vw 0;
  }
}

.machine__text {
  padding-top: 2.7777777778vw;
  font-size: 4.4444444444vw;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .machine__text {
    padding-top: 0.6802721088vw;
    font-size: 1.0884353741vw;
  }
}

.machine__accordion {
  margin-top: 5vw;
  border: 1px solid #707070;
}
@media (min-width: 1024px) {
  .machine__accordion {
    margin-top: 1.2244897959vw;
  }
}

.machine__accordion-title {
  display: block;
  position: relative;
  padding: 2.2222222222vw 4.7222222222vw;
  padding-right: 1em;
  background: #ebebeb;
  font-size: 3.6111111111vw;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .machine__accordion-title {
    padding: 0.5442176871vw 1.156462585vw;
    font-size: 1.0204081633vw;
  }
}
.machine__accordion-title::before {
  display: block;
}
@media (min-width: 1024px) {
  .machine__accordion-title::before {
    display: inline-block;
  }
}
.machine__accordion-title::-webkit-details-marker {
  display: none;
}
.machine__accordion-title::after {
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background: url(../img/page/soil-stabilization_machine/icon-bottom.svg) no-repeat center center/contain;
  content: "";
  translate: 0 -50%;
}
@media (min-width: 1024px) {
  .machine__accordion-title::after {
    right: 1.2244897959vw;
    width: 0.9523809524vw;
    height: 0.9523809524vw;
  }
}

.machine__accordion[open] .machine__accordion-title::after {
  background: url(../img/page/soil-stabilization_machine/icon-top.svg) no-repeat center center/contain;
  content: "";
}

.machine__accordion-detail {
  padding: 2.2222222222vw 4.7222222222vw;
  background-color: #fff;
  font-size: 3.6111111111vw;
  line-height: 1.4285714286;
}
@media (min-width: 1024px) {
  .machine__accordion-detail {
    padding: 0.5442176871vw 1.156462585vw;
    font-size: 0.9523809524vw;
  }
}

.machine__accordion-text {
  font-weight: 400;
}
.machine__accordion-text::before {
  display: block;
}
@media (min-width: 1024px) {
  .machine__accordion-text::before {
    display: inline-block;
  }
}

.machine__accordion-text.-medium {
  padding-top: 1.6666666667vw;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .machine__accordion-text.-medium {
    padding-top: 0.4081632653vw;
  }
}

/* 下層ページ -
  ----------------------------------------------------------------- */
.partner__body {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .partner__body {
    max-width: 78.9115646259vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
.partner__body .heading1 {
  text-align: center;
}

.partner__list {
  display: flex;
  flex-direction: column;
  margin-top: 13.8888888889vw;
  border-top: 1px solid #f00;
}
@media (min-width: 1024px) {
  .partner__list {
    max-width: 55.7823129252vw;
    margin: 0 auto;
    margin-top: 4.7619047619vw;
  }
}

.partner__item {
  padding: 7.7777777778vw 6.6666666667vw;
  border-bottom: 1px solid #f00;
}
@media (min-width: 1024px) {
  .partner__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.9047619048vw 2.0408163265vw;
  }
}
.partner__item .c-btn--box {
  width: 100%;
  margin-top: 4.4444444444vw;
}
@media (min-width: 1024px) {
  .partner__item .c-btn--box {
    width: 14.2857142857vw;
    margin-top: 0;
  }
}

.partner__date {
  color: #f00;
  font-size: 3.3333333333vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .partner__date {
    font-size: 1.0884353741vw;
  }
}

.partner__text {
  padding-top: 1.3888888889vw;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .partner__text {
    padding-top: 0.3401360544vw;
  }
}
@media (min-width: 1024px) {
  .partner__text {
    font-size: 1.0884353741vw;
  }
}

/* 下層ページ - 事業内容
  ----------------------------------------------------------------- */
.tag {
  position: absolute;
  top: -3.8888888889vw;
  right: -3.8888888889vw;
  width: 33.3333333333vw;
}
@media (min-width: 1024px) {
  .tag {
    top: -0.9523809524vw;
    right: -0.9523809524vw;
    width: 10.4761904762vw;
  }
}
.tag img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.netis {
  position: relative;
}

.netis-icon {
  position: absolute;
  top: -15.2777777778vw;
  right: -2.7777777778vw;
  width: 19.4444444444vw;
  height: 19.4444444444vw;
}
@media (min-width: 1024px) {
  .netis-icon {
    top: -0.6802721088vw;
    right: -1.3605442177vw;
    width: 6.8027210884vw;
    height: 6.8027210884vw;
  }
}
.netis-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.num-item + .num-item {
  padding-top: 3.8888888889vw;
}
@media (min-width: 1024px) {
  .num-item + .num-item {
    padding-top: 1.2244897959vw;
  }
}

.num-item {
  display: flex;
  gap: 1.1111111111vw;
}
@media (min-width: 1024px) {
  .num-item {
    gap: 0.5442176871vw;
  }
}

.num {
  display: grid;
  flex-shrink: 0;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  border: 1px solid #f00;
  border-radius: 50%;
  color: #f00;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald";
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
  place-content: center;
}
@media (min-width: 1024px) {
  .num {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .num {
    width: 1.6326530612vw;
    height: 1.6326530612vw;
  }
}

.box {
  display: inline-block;
  margin-top: 5.5555555556vw;
  padding: 2.7777777778vw 6.6666666667vw;
  border: 2px solid #880527;
}
@media (min-width: 1024px) {
  .box {
    margin-top: 2.1768707483vw;
    padding: 1.0884353741vw 2.0408163265vw;
  }
}

.list-acs {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .list-acs {
    gap: 2.4489795918vw;
  }
}

.flex-two.flex-sf {
  align-items: center;
  gap: 8.8888888889vw;
}
@media (min-width: 1024px) {
  .flex-two.flex-sf {
    justify-content: space-between;
    gap: 4.3537414966vw 4%;
  }
}
.flex-two.flex-sf .flex-item {
  width: 80%;
}
@media (min-width: 1024px) {
  .flex-two.flex-sf .flex-item {
    width: 27.2108843537vw;
  }
}
.flex-two.flex-sf a {
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.flex-two.flex-sf a:hover {
  opacity: 0.4;
}
.flex-two.flex-sf .color-red {
  display: block;
}

.border-bottom-feature {
  padding-bottom: 10vw;
  border-bottom: 2px solid #880527;
}
@media (min-width: 1024px) {
  .border-bottom-feature {
    padding-bottom: 3.2653061224vw;
  }
}

.other__list {
  display: flex;
  flex-direction: column;
  gap: 4.4444444444vw;
  max-width: 83.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .other__list {
    gap: 1.0884353741vw;
    max-width: 52.380952381vw;
  }
}

.other__item {
  padding: 1.6666666667vw 2.2222222222vw;
  background-color: #1d1d1d;
  color: #fff;
  font-weight: 700;
  font-size: 3.8888888889vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .other__item {
    padding: 0.9523809524vw 0;
    font-size: 1.2244897959vw;
  }
}

/* 下層ページ -
  ----------------------------------------------------------------- */
.p-single__body {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .p-single__body {
    max-width: 72.4489795918vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
.p-single__body .c-btn--box {
  width: 72.2222222222vw;
  margin-top: 16.6666666667vw;
}
@media (min-width: 1024px) {
  .p-single__body .c-btn--box {
    width: 21.4285714286vw;
    margin-top: 8.1632653061vw;
  }
}

.p-single__heading {
  padding-bottom: 5vw;
  border-bottom: 1px solid #f00;
}
@media (min-width: 1024px) {
  .p-single__heading {
    padding-bottom: 1.6326530612vw;
  }
}

.p-single__unit {
  display: flex;
  align-items: center;
  gap: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .p-single__unit {
    gap: 1.3605442177vw;
  }
}

.p-single__tag {
  width: 36.1111111111vw;
  border-radius: 100vmax;
  background-color: #880527;
  color: #fff;
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .p-single__tag {
    width: 10.4761904762vw;
  }
}
@media (min-width: 1024px) {
  .p-single__tag {
    font-size: 1.0884353741vw;
  }
}

.p-single__tag.-works {
  width: 61.1111111111vw;
}
@media (min-width: 1024px) {
  .p-single__tag.-works {
    width: 17.9591836735vw;
  }
}

.p-single__date {
  color: #f00;
  font-size: 3.6111111111vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .p-single__date {
    font-size: 1.3605442177vw;
  }
}

.p-single__title {
  padding-top: 2.7777777778vw;
  font-weight: 700;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.5625;
}
@media (min-width: 1024px) {
  .p-single__title {
    font-size: 2.1768707483vw;
  }
}
@media (min-width: 1024px) {
  .p-single__title {
    padding-top: 0.5442176871vw;
  }
}

.p-single__content {
  padding-top: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .p-single__content {
    padding-top: 3.2653061224vw;
  }
}

.p-single__text h2 {
  padding-top: 1em;
  color: #880527;
  font-weight: 700;
  font-size: 3.8888888889vw;
}
@media (min-width: 1024px) {
  .p-single__text h2 {
    font-size: 1.2244897959vw;
  }
}
.p-single__text p {
  padding-top: 1.2em;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .p-single__text p {
    font-size: 1.0884353741vw;
  }
}
.p-single__text img {
  max-width: 100%;
}

.p-single__table {
  padding-bottom: 8.3333333333vw;
}
@media (min-width: 1024px) {
  .p-single__table {
    width: 40.8163265306vw;
    padding-bottom: 5.4421768707vw;
  }
}

.p-single__table-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #707070;
}

.p-single__table-item {
  padding: 2.7777777778vw 0;
  border-bottom: 1px solid #707070;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .p-single__table-item {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .p-single__table-item {
    display: flex;
    gap: 1.4965986395vw;
    padding: 0.9523809524vw 0;
  }
}

.p-single__table-title {
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .p-single__table-title {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .p-single__table-title {
    width: 4.8979591837vw;
  }
}

.p-single__table-text {
  padding-top: 1.1111111111vw;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .p-single__table-text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .p-single__table-text {
    width: calc(100% - 6.3945578231vw);
    padding-top: 0;
  }
}

/* トップページ -
  ----------------------------------------------------------------- */
.t-mv {
  position: relative;
  height: 177.7777777778vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .t-mv {
    height: 56.2585034014vw;
  }
}

.t-mv__bg {
  position: relative;
  top: 22.2222222222vw;
}
@media (min-width: 1024px) {
  .t-mv__bg {
    top: 0;
  }
}
.t-mv__bg img {
  width: 100%;
}

.t-mv__cont {
  position: absolute;
  top: 23.6111111111vw;
  left: 6.3888888889vw;
}
@media (min-width: 1024px) {
  .t-mv__cont {
    top: 12.2448979592vw;
    left: 29.5238095238vw;
  }
}

.t-mv__inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.t-mv__title-jp {
  display: flex;
  flex-direction: column;
  position: relative;
}
.t-mv__title-jp span {
  display: inline-block;
  padding-bottom: 0.8333333333vw;
  font-weight: 900;
  font-size: 13.3333333333vw;
  line-height: 1;
  letter-spacing: -0.05em;
  line-height: 1.3636363636;
}
@media (min-width: 1024px) {
  .t-mv__title-jp span {
    padding-bottom: 0.1360544218vw;
    font-size: 6.1224489796vw;
  }
}

.t-mv__cover {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 170%;
  height: 170%;
  background-color: #fff;
}

.t-mv__title-en {
  padding-top: 18.8888888889vw;
  color: #fff;
  font-weight: 500;
  font-size: 7.7777777778vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .t-mv__title-en {
    padding-top: 0.5442176871vw;
    font-size: 3.2653061224vw;
  }
}

@media (min-width: 1024px) {
  .t-mv__texts {
    padding-top: 1.6326530612vw;
  }
}

.t-mv__text {
  color: #5a5a5a;
  font-size: 1.8055555556vw;
  font-family: "Oswald";
  line-height: 1.3846153846;
}
@media (min-width: 1024px) {
  .t-mv__text {
    font-size: 0.6802721088vw;
  }
}

.t-mv__banner {
  display: block;
  position: relative;
  top: 30.8333333333vw;
  left: 7.2222222222vw;
  z-index: 1;
  width: 85.5555555556vw;
  height: 33.3333333333vw;
}
@media (min-width: 1024px) {
  .t-mv__banner {
    position: absolute;
    top: 38.4353741497vw;
    right: 0;
    left: auto;
    width: 28.1632653061vw;
  }
}
@media (any-hover: hover) {
  .t-mv__banner:hover img {
    opacity: 0.4;
  }
}
.t-mv__banner img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.t-mv__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6666666667vw;
  position: absolute;
  left: 6.9444444444vw;
  padding-top: 13.8888888889vw;
  font-weight: 700;
  font-size: 7.7777777778vw;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .t-mv__catch {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70.7482993197vw;
    padding-top: 7.4829931973vw;
    font-size: 3.8095238095vw;
  }
}
.t-mv__catch span {
  display: inline-block;
  padding-bottom: 0.8333333333vw;
  background-color: #1d1d1d;
  color: #fff;
  line-height: 1;
}
@media (min-width: 1024px) {
  .t-mv__catch span {
    padding-bottom: 0.1360544218vw;
  }
}
@media (min-width: 1024px) {
  .t-mv__catch span + span {
    margin-left: -0.0680272109vw;
  }
}

.t-mv__bg {
  opacity: 0;
  transform: scale(0);
  -webkit-animation: scale-up-bl 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s both;
          animation: scale-up-bl 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes scale-up-bl {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 100%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: 0 100%;
  }
}

@keyframes scale-up-bl {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 100%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: 0 100%;
  }
}
.t-mv__title-jp span {
  transition: color 0.3s;
  transition-delay: 0.1s;
}

.t-mv__cover {
  transform: rotate(30deg);
  -webkit-animation: slideAwayDiagonal 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: slideAwayDiagonal 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  transform-origin: center;
}

@-webkit-keyframes slideAwayDiagonal {
  0% {
    transform: translate(-20%, -20%) rotate(30deg);
  }
  100% {
    transform: translate(150%, -150%) rotate(30deg);
  }
}

@keyframes slideAwayDiagonal {
  0% {
    transform: translate(-20%, -20%) rotate(30deg);
  }
  100% {
    transform: translate(150%, -150%) rotate(30deg);
  }
}
.t-mv__title-en,
.t-mv__texts {
  opacity: 0;
  -webkit-animation: mvopacity 0.5s forwards;
          animation: mvopacity 0.5s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes mvopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mvopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.t-mv__banner {
  transform: translateX(1000px);
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.t-mission {
  position: relative;
  margin-top: 55.5555555556vw;
}
@media (min-width: 1024px) {
  .t-mission {
    height: 60.5442176871vw;
    margin-top: 20.4081632653vw;
  }
}
.t-mission .container {
  position: relative;
  padding-bottom: 41.6666666667vw;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .t-mission .container {
    max-width: 78.9115646259vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
@media (min-width: 1024px) {
  .t-mission .container {
    padding-top: 2.3129251701vw;
    padding-bottom: 0;
  }
}
.t-mission .c-btn--box {
  margin-top: 6.9444444444vw;
}
@media (min-width: 1024px) {
  .t-mission .c-btn--box {
    width: 21.4285714286vw;
    margin-top: 2.1768707483vw;
  }
}

.t-mission__bg {
  opacity: 0;
  position: absolute;
  bottom: 16.6666666667vw;
  left: -100%;
  transform: scale(0);
  width: 100%;
}
@media (min-width: 1024px) {
  .t-mission__bg {
    bottom: 0;
    left: 0;
    height: 60.5442176871vw;
  }
}
.t-mission__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-mission__bg.js-active {
  -webkit-animation: scale-up-bl-sp 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
          animation: scale-up-bl-sp 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
}
@media (min-width: 1024px) {
  .t-mission__bg.js-active {
    -webkit-animation: scale-up-bl 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
            animation: scale-up-bl 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
  }
}

@-webkit-keyframes scale-up-bl-sp {
  0% {
    opacity: 0;
    left: -100%;
    transform: scale(0);
    transform-origin: 0 100%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0;
    transform: scale(1);
    transform-origin: 0 100%;
  }
}

@keyframes scale-up-bl-sp {
  0% {
    opacity: 0;
    left: -100%;
    transform: scale(0);
    transform-origin: 0 100%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0;
    transform: scale(1);
    transform-origin: 0 100%;
  }
}
.t-mission__pic-pc {
  display: none;
}
@media (min-width: 1024px) {
  .t-mission__pic-pc {
    display: block;
    position: absolute;
    top: 4.3537414966vw;
    right: 0;
    width: 41.156462585vw;
    height: 31.7278911565vw;
  }
}
.t-mission__pic-pc img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-mission__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .t-mission__body {
    width: 38.0952380952vw;
  }
}

.t-mission__title {
  font-weight: 500;
  font-size: 13.3333333333vw;
  font-family: "Oswald";
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
  .t-mission__title {
    font-size: 5.4421768707vw;
  }
}

.t-mission__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6666666667vw;
  margin-top: 5.5555555556vw;
  font-weight: 700;
  font-size: 6.1111111111vw;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  .t-mission__catch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9523809524vw;
    margin-top: 1.6326530612vw;
    font-size: 2.7210884354vw;
  }
}
.t-mission__catch span {
  display: inline-block;
  padding-bottom: 0.8333333333vw;
  background-color: #1d1d1d;
  color: #fff;
  line-height: 1;
}
@media (min-width: 1024px) {
  .t-mission__catch span {
    padding-bottom: 0.1360544218vw;
  }
}

.t-mission__pic-sp {
  width: 100%;
  padding-top: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .t-mission__pic-sp {
    display: none;
  }
}
.t-mission__pic-sp img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-mission__text {
  padding-top: 6.1111111111vw;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .t-mission__text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .t-mission__text {
    max-width: 30.9523809524vw;
    padding-top: 2.5850340136vw;
  }
}

.t-banner-movie {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .t-banner-movie {
    margin-top: -8.843537415vw;
  }
}
@media (min-width: 1024px) {
  .t-banner-movie {
    max-width: 63.9455782313vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
.t-banner-movie a {
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .t-banner-movie a:hover {
    opacity: 0.4;
  }
}
.t-banner-movie .container {
  position: relative;
  padding: 4.1666666667vw 0 5.5555555556vw 5.5555555556vw;
  background: url(../img/top/t-banner_sp.jpg) no-repeat center center/cover;
  color: #fff;
}
@media (min-width: 1024px) {
  .t-banner-movie .container {
    padding: 2.7210884354vw 0 2.7210884354vw 3.9455782313vw;
    background: url(../img/top/t-banner_pc.jpg) no-repeat center center/cover;
  }
}
.t-banner-movie .c-btn__border {
  width: 25.5555555556vw;
  margin-top: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .t-banner-movie .c-btn__border {
    width: 10.8843537415vw;
    margin-top: 2.0408163265vw;
  }
}

.t-bm__text {
  font-weight: 700;
  font-size: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .t-bm__text {
    font-size: 1.6326530612vw;
  }
}

.t-bm__title {
  padding-top: 0.5555555556vw;
  font-weight: 500;
  font-size: 9.1666666667vw;
  line-height: 1;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .t-bm__title {
    padding-top: 0.1360544218vw;
    font-size: 4.3537414966vw;
  }
}

.t-bm__catch {
  width: 31.9444444444vw;
  margin-top: 3.3333333333vw;
  padding: 0 2.7777777778vw 0.5555555556vw 2.7777777778vw;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 3.6111111111vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .t-bm__catch {
    width: 14.9659863946vw;
    margin-top: 1.6326530612vw;
    padding: 0 0.6802721088vw 0.1360544218vw 0.6802721088vw;
    font-size: 1.6326530612vw;
  }
}

.t-bm__caution {
  display: none;
}
@media (min-width: 1024px) {
  .t-bm__caution {
    display: block;
    position: absolute;
    bottom: 2.4489795918vw;
    left: 16.3265306122vw;
    font-size: 0.8843537415vw;
  }
}

.t-news {
  display: flex;
  justify-content: center;
  gap: 3.8888888889vw;
  padding-top: 22.2222222222vw;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .t-news {
    max-width: 82.9931972789vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
@media (min-width: 1024px) {
  .t-news {
    gap: 2.0408163265vw;
    padding-top: 11.5646258503vw;
  }
}
.t-news .c-btn--box {
  margin-top: 11.1111111111vw;
}
@media (min-width: 1024px) {
  .t-news .c-btn--box {
    margin-top: 5.4421768707vw;
  }
}

.t-news__text, .t-works__text {
  padding-top: 2.2222222222vw;
  font-weight: 500;
  font-size: 5.5555555556vw;
  font-family: "Oswald";
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
@media (min-width: 1024px) {
  .t-news__text, .t-works__text {
    padding-top: 0.9523809524vw;
    font-size: 2.4489795918vw;
  }
}

.t-news__container {
  width: 100%;
}
@media (min-width: 1024px) {
  .t-news__container {
    display: flex;
    gap: 4.6258503401vw;
  }
}

@media (min-width: 1024px) {
  .t-news__group {
    width: 21.4285714286vw;
  }
}

.t-news__title, .t-works__title {
  font-weight: 700;
  font-size: 7.7777777778vw;
}
@media (min-width: 1024px) {
  .t-news__title, .t-works__title {
    font-size: 3.8095238095vw;
  }
}

.js-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2222222222vw 3.3333333333vw;
  padding-top: 3.3333333333vw;
}
@media (min-width: 1024px) {
  .js-tabs {
    flex-direction: column;
    gap: 1.3605442177vw;
    width: auto;
    padding-top: 6.1224489796vw;
  }
}

@media (min-width: 1024px) {
  .t-news__body {
    width: calc(100% - 26.0544217687vw);
  }
}

.t-news__list {
  padding-top: 3.6111111111vw;
}
@media (min-width: 1024px) {
  .t-news__list {
    padding-top: 0;
  }
}

.t-news__item-link {
  display: block;
  padding: 5vw 0;
  border-bottom: 1px solid #1d1d1d;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .t-news__item-link:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .t-news__item-link {
    display: flex;
    gap: 1.3605442177vw;
    padding: 2.5850340136vw 0;
  }
}

.t-news__item-unit {
  display: flex;
  align-items: center;
  gap: 2.2222222222vw;
}
@media (min-width: 1024px) {
  .t-news__item-unit {
    flex-shrink: 0;
    gap: 1.3605442177vw;
  }
}

.t-news__item-date {
  color: #f00;
  font-size: 3.3333333333vw;
  font-family: "Oswald";
}
@media (min-width: 1024px) {
  .t-news__item-date {
    font-size: 1.3605442177vw;
  }
}

.t-news__item-tag {
  width: 25vw;
  border-radius: 100vmax;
  background-color: #880527;
  color: #fff;
  font-weight: 700;
  font-size: 2.7777777778vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .t-news__item-tag {
    width: 8.7074829932vw;
    font-size: 0.9523809524vw;
  }
}

.t-news__item-title {
  padding-top: 3.0555555556vw;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .t-news__item-title {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .t-news__item-title {
    padding-top: 0;
  }
}

.t-service__outer {
  margin-top: 8.8888888889vw;
  padding: 16.6666666667vw 0;
  background: url(../img/top/t-service-bg_sp.png) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  .t-service__outer {
    margin-top: 4.3537414966vw;
    padding: 11.5646258503vw 0 15.6462585034vw;
    background: url(../img/top/t-service-bg_pc.png) no-repeat center center/cover;
  }
}

.t-service {
  padding-bottom: 18.3333333333vw;
}
@media (min-width: 1024px) {
  .t-service {
    padding-bottom: 11.2925170068vw;
  }
}
.t-service .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .t-service .container {
    max-width: 78.9115646259vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}

.t-service__pic-pc {
  display: none;
}
@media (min-width: 1024px) {
  .t-service__pic-pc {
    display: block;
    position: absolute;
    top: 3.6734693878vw;
    left: 4.0816326531vw;
    width: 37.4149659864vw;
    height: 28.843537415vw;
  }
}
.t-service__pic-pc img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-service__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .t-service__body {
    width: 35.0340136054vw;
  }
}

.t-service__title-jp {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 3.3333333333vw;
  text-align: right;
}
@media (min-width: 1024px) {
  .t-service__title-jp {
    top: 1.0204081633vw;
    font-size: 1.3605442177vw;
  }
}

.t-service__title-en {
  color: #fff;
  font-weight: 500;
  font-size: 13.3333333333vw;
  font-family: "Oswald";
  text-align: right;
}
@media (min-width: 1024px) {
  .t-service__title-en {
    font-size: 5.4421768707vw;
  }
}

.t-service__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6666666667vw;
  width: 77.7777777778vw;
  margin-top: 5.5555555556vw;
  margin-left: auto;
  font-weight: 700;
  font-size: 6.1111111111vw;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  .t-service__catch {
    gap: 0.9523809524vw;
    width: auto;
    margin-top: 1.6326530612vw;
    font-size: 2.7210884354vw;
  }
}
.t-service__catch span {
  display: inline-block;
  padding-bottom: 0.8333333333vw;
  background: linear-gradient(90deg, #880527, #9b0024, #ad0020, #be0018, #ce0112, #de000e, #ef0008, #f00);
  color: #fff;
  line-height: 1;
}
@media (min-width: 1024px) {
  .t-service__catch span {
    padding-bottom: 0.1360544218vw;
  }
}

.t-service__pic-sp {
  width: 100%;
  padding-top: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .t-service__pic-sp {
    display: none;
  }
}
.t-service__pic-sp img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-service__text {
  padding-top: 6.1111111111vw;
  color: #fff;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .t-service__text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .t-service__text {
    max-width: 29.9319727891vw;
    margin-left: auto;
    padding-top: 2.5850340136vw;
  }
}

.t-banner-service {
  padding-top: 22.2222222222vw;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .t-banner-service {
    max-width: 78.9115646259vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
@media (min-width: 1024px) {
  .t-banner-service {
    padding-top: 6.8027210884vw;
  }
}
.t-banner-service .container {
  padding: 0 8.3333333333vw 8.3333333333vw;
  background: url(../img/top/t-service-banner-bg_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  .t-banner-service .container {
    background: url(../img/top/t-service-banner-bg_pc.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 1024px) {
  .t-banner-service .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 4.0816326531vw;
    padding: 3.2653061224vw 0 3.2653061224vw 5.2380952381vw;
  }
}
.t-banner-service .c-btn--box {
  margin-top: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .t-banner-service .c-btn--box {
    width: 21.4285714286vw;
    margin-top: 3.0612244898vw;
  }
}

.t-bs__pic {
  position: relative;
  top: -5vw;
  height: 44.4444444444vw;
}
@media (min-width: 1024px) {
  .t-bs__pic {
    top: 0;
    right: -4.0816326531vw;
    width: 34.0136054422vw;
    height: 18.0952380952vw;
  }
}
.t-bs__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-bs__body {
  padding-top: 1.1111111111vw;
}
@media (min-width: 1024px) {
  .t-bs__body {
    flex-shrink: 0;
    padding-top: 0;
  }
}

.t-bs__text {
  color: #f00;
  font-size: 3.6111111111vw;
  font-family: "Oswald";
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .t-bs__text {
    font-size: 1.6326530612vw;
  }
}

.t-bs__title {
  padding-top: 0.8333333333vw;
  color: #fff;
  font-weight: 700;
  font-size: 5.5555555556vw;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  .t-bs__title {
    padding-top: 1.0884353741vw;
    font-size: 2.7210884354vw;
  }
}

.t-works {
  display: flex;
  justify-content: center;
  gap: 3.8888888889vw;
  padding-top: 22.2222222222vw;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media (min-width: 1024px) {
  .t-works {
    gap: 2.0408163265vw;
    padding-top: 10.8843537415vw;
    padding-right: 0;
    padding-left: 10.5442176871vw;
  }
}
.t-works .c-btn--box {
  margin-top: 7.2222222222vw;
}
@media (min-width: 1024px) {
  .t-works .c-btn--box {
    width: 21.4285714286vw;
    margin-top: 5.4421768707vw;
  }
}

.t-works__container {
  width: 100%;
}

.c-card__link {
  display: grid;
  width: 77.5vw;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
}
@media (min-width: 1024px) {
  .c-card__link {
    width: 28.231292517vw;
  }
}
@media (any-hover: hover) {
  .c-card__link:hover {
    opacity: 0.4;
  }
}

.c-card__pic {
  display: block;
  aspect-ratio: 4/3;
}
.c-card__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-card__cat {
  width: 61.1111111111vw;
  margin-top: 4.1666666667vw;
  padding: 0.2777777778vw 0;
  border-radius: 100vmax;
  background-color: #880527;
  color: #fff;
  font-size: 2.7777777778vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-card__cat {
    width: 17.9591836735vw;
    margin-top: 1.9047619048vw;
    padding: 0.0680272109vw 0;
    font-size: 0.9523809524vw;
  }
}

.c-card__date {
  padding-top: 2.2222222222vw;
  font-size: 3.3333333333vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .c-card__date {
    padding-top: 0.9523809524vw;
    font-size: 0.9523809524vw;
  }
}

.c-card__title {
  padding-top: 1.6666666667vw;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .c-card__title {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .c-card__title {
    padding-top: 0.4081632653vw;
  }
}

.slider-overflowRight {
  overflow: hidden;
}
.slider-overflowRight .swiper {
  overflow: visible;
}
.slider-overflowRight .swiper-controller {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6.6666666667vw 0 4.4444444444vw;
}
@media (min-width: 1024px) {
  .slider-overflowRight .swiper-controller {
    padding: 0 0 2.1768707483vw;
  }
}
.slider-overflowRight .swiper-pagination {
  justify-content: flex-start;
  margin: 0 auto 0 0;
}
.slider-overflowRight .swiper-button-prev, .slider-overflowRight .swiper-button-next {
  flex-shrink: 0;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .slider-overflowRight .swiper-button-prev, .slider-overflowRight .swiper-button-next {
    width: 4.3537414966vw;
    height: 4.3537414966vw;
  }
}
.slider-overflowRight .swiper-button-prev::before, .slider-overflowRight .swiper-button-next::before {
  width: 5vw;
  height: 3.6111111111vw;
}
@media (min-width: 1024px) {
  .slider-overflowRight .swiper-button-prev::before, .slider-overflowRight .swiper-button-next::before {
    width: 1.3605442177vw;
    height: 2.0408163265vw;
  }
}
.slider-overflowRight .swiper-button-prev {
  transform: scale(-1, 1);
}
.slider-overflowRight .swiper-button-prev::before {
  background: url(../img/svg/icon-arrow_main.svg) no-repeat center center/contain;
}
.slider-overflowRight .swiper-button-next::before {
  background: url(../img/svg/icon-arrow_main.svg) no-repeat center center/contain;
}
.slider-overflowRight .swiper-button-disabled {
  opacity: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.slider-overflowRight .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.t-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10vw;
  padding-top: 33.3333333333vw;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .t-links {
    max-width: 93.8775510204vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
@media (min-width: 1024px) {
  .t-links {
    flex-direction: row;
    gap: 2.0408163265vw;
    padding-top: 17.6870748299vw;
  }
}

.t-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.2222222222vw;
  width: 68.3333333333vw;
  height: 50vw;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (min-width: 1024px) {
  .t-link {
    justify-content: flex-end;
    gap: 7.2222222222vw;
    aspect-ratio: 1/1;
    width: calc((100% - 4.0816326531vw) / 2);
    height: 24.7619047619vw;
    padding: 4.3537414966vw 0;
  }
}
@media (any-hover: hover) {
  .t-link:hover {
    opacity: 0.4 !important;
  }
}
.t-link .c-btn__border {
  width: 25.5555555556vw;
}
@media (min-width: 1024px) {
  .t-link .c-btn__border {
    width: 10.8843537415vw;
  }
}
.t-link:nth-of-type(1) {
  background: url(../img/top/t-link1_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .t-link:nth-of-type(1) {
    background: url(../img/top/t-link1_pc.jpg) no-repeat top center/cover;
  }
}
.t-link:nth-of-type(2) {
  background: url(../img/top/t-link2_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .t-link:nth-of-type(2) {
    background: url(../img/top/t-link2_pc.jpg) no-repeat top center/cover;
  }
}
.t-link:nth-of-type(3) {
  background: url(../img/top/t-link3_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 1024px) {
  .t-link:nth-of-type(3) {
    background: url(../img/top/t-link3_pc.jpg) no-repeat top center/cover;
  }
}

.t-link__title {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 5.5555555556vw;
  text-align: center;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  .t-link__title {
    top: 2.0408163265vw;
    font-size: 2.4489795918vw;
  }
}

.t-banner-recruit {
  padding-top: 30vw;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .t-banner-recruit {
    max-width: 78.9115646259vw;
    padding-right: 4.0816326531vw;
    padding-left: 4.0816326531vw;
  }
}
@media (min-width: 1024px) {
  .t-banner-recruit {
    padding-top: 12.2448979592vw;
  }
}
.t-banner-recruit .c-btn__border {
  width: 26.1111111111vw;
  margin-top: 5.5555555556vw;
  margin-right: 7.7777777778vw;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .t-banner-recruit .c-btn__border {
    width: 10.8843537415vw;
    margin-top: 2.7210884354vw;
    margin-right: 0;
  }
}

.t-br__container {
  display: block;
  padding: 63.3333333333vw 3.8888888889vw 9.7222222222vw 10.5555555556vw;
  background: url(../img/top/t-br_sp.png) no-repeat top center/cover;
  background-color: #1e89ef;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .t-br__container:hover {
    opacity: 0.4 !important;
  }
}
@media (min-width: 1024px) {
  .t-br__container {
    padding: 4.7619047619vw 0 4.0816326531vw 6.1224489796vw;
    background: url(../img/top/t-br_pc.png) no-repeat center center/cover;
    background-color: #1e89ef;
  }
}

@media (min-width: 1024px) {
  .t-br__body {
    width: 27.2108843537vw;
  }
}

.t-br__title {
  color: #fff;
  font-weight: 500;
  font-size: 3.6111111111vw;
  font-family: "Oswald";
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .t-br__title {
    font-size: 1.6326530612vw;
  }
}

.t-br__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.2222222222vw;
  padding-top: 1.1111111111vw;
}
@media (min-width: 1024px) {
  .t-br__catch {
    gap: 1.0884353741vw;
    padding-top: 0.8163265306vw;
  }
}
.t-br__catch span {
  display: inline-block;
  padding-bottom: 0.8333333333vw;
  background-color: #fff;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 5.5555555556vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .t-br__catch span {
    padding-bottom: 0.1360544218vw;
    font-size: 2.3129251701vw;
  }
}

.t-br__text {
  padding-top: 3.3333333333vw;
  color: #fff;
  font-size: 3.6111111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .t-br__text {
    font-size: 1.0884353741vw;
  }
}
@media (min-width: 1024px) {
  .t-br__text {
    padding-top: 1.6326530612vw;
  }
}