@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

blockquote {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.common__title {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}
.common__title::after {
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background-color: #fff;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .common__title {
    font-size: 26px;
  }
}

.common__title-en {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .common__title-en {
    font-size: 22px;
  }
}

.common__title-jp {
  font-size: 14px;
  color: #878787;
}
.common__title-jp::after {
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background-color: #fff;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .common__title-jp {
    font-size: 12px;
  }
  .common__title-jp::after {
    margin-bottom: 15px;
  }
}

.bg-color__black::after {
  background-color: #000;
}

.common__fv {
  margin-top: 88px;
}
@media screen and (max-width: 999px) {
  .common__fv {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .common__fv {
    margin-top: 88px;
  }
}

.common-fv__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .common-fv__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .common-fv__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .common-fv__inner {
    max-width: 100%;
    padding: 0;
  }
}

.common-fv__heading {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 11%;
}

.common-fv__title {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  -webkit-text-stroke: 1px #021e38;
}
@media screen and (max-width: 767px) {
  .common-fv__title {
    font-size: 9.3333333333vw;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade-in.is-active:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.fade-in.is-active:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.fade-in.is-active:nth-of-type(3) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.fade-in.is-active:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.6s ease-in-out, -webkit-transform 1.6s ease-in-out;
  transition: opacity 1.6s ease-in-out, -webkit-transform 1.6s ease-in-out;
  transition: opacity 1.6s ease-in-out, transform 1.6s ease-in-out;
  transition: opacity 1.6s ease-in-out, transform 1.6s ease-in-out, -webkit-transform 1.6s ease-in-out;
}

@media screen and (min-width: 1280px) {
  .hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-tab {
    display: block;
  }
}

.grecaptcha-badge {
  bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}

.header {
  background: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 94px;
  top: 0;
}

.header__inner {
  padding-inline: 80px;
  padding-block: 5px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .header__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .header__inner {
    padding: 5px 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    max-width: 100%;
    padding: 5px 20px;
  }
}

.header__title {
  width: 180px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 45%;
  }
}

.header__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1279px) {
  .header__cnt {
    margin-left: auto;
    gap: 0;
  }
}
.header__insta-icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .header__insta-icon {
    width: 30px;
    height: 30px;
  }
}

.header__icon {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .header__icon {
    width: 45px;
    height: 45px;
  }
}

.drawer__icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  z-index: 1000;
}
.drawer__icon.is-checked .drawer-icon__dot {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background-color: #fff;
}
.drawer__icon.is-checked .drawer-icon__dot::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #fff;
}
.drawer__icon.is-checked .drawer-icon__dot::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .drawer__icon {
    width: 30px;
    height: 30px;
  }
}

.drawer-icon__dot {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .drawer-icon__dot {
    width: 4px;
    height: 4px;
  }
}
.drawer-icon__dot::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .drawer-icon__dot::before {
    top: -8px;
    width: 4px;
    height: 4px;
  }
}
.drawer-icon__dot::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .drawer-icon__dot::after {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}

.bg-circle {
  position: fixed;
  z-index: 999;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border-radius: 50%;
  background-color: rgba(2, 30, 56, 0.97);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.bg-circle.is-active {
  -webkit-transform: scale(50);
          transform: scale(50);
}

.drawer__content {
  display: none;
}
.drawer__content.is-active {
  display: block;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-animation: appear 0.7s ease;
          animation: appear 0.7s ease;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.drawer-content__lists {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  height: 80vh;
}

.drawer-content__list {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.drawer-content__list::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  content: "";
}
.drawer-content__list:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.drawer-content__link {
  color: #fff;
}

.top {
  margin-top: 88px;
}

.fv__inner {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding-bottom: 20px;
  }
}

.fv__slider {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__slider {
    width: 100%;
    height: 80%;
  }
}

.fv__swiper-slide {
  width: 100%;
  height: 100%;
}

.fv__slide-content {
  margin-top: 30px;
  padding: 0 18% 0 18%;
}
@media screen and (max-width: 767px) {
  .fv__slide-content {
    margin-top: 15px;
    padding: 0 10% 0 10%;
  }
}

.fv-content__category {
  font-family: "Noto Sans", sans-serif;
  background: #e5e5e5;
  padding: 3px 5px;
  border-radius: 7px;
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .fv-content__category {
    font-size: 10px;
  }
}

.fv-content__client {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .fv-content__client {
    font-size: 10px;
  }
}

.fv-content__title {
  margin-top: 10px;
  font-size: 26px;
}
@media screen and (max-width: 999px) {
  .fv-content__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv-content__title {
    font-size: 2.3468057366vw;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 66px;
  height: 66px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 33px;
    height: 33px;
  }
}

.swiper-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/front-page/slide-arrow-left.png) no-repeat center/contain;
}

.swiper-button-next::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/front-page/slide-arrow-right.png) no-repeat center/contain;
}

.deco__scroll {
  margin: 0 auto;
  height: 54px;
}

.deco__scroll p {
  font-family: "Oswald", sans-serif;
  color: #222;
  width: 250px;
  margin: 0 auto;
  display: block;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 19px;
}
.deco__scroll p::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #222;
  margin: 8px auto 0;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.top-works {
  background-color: #021e38;
  color: #fff;
}

.top-works__inner {
  width: 1280px;
  padding: 40px 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .top-works__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .top-works__inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-works__inner {
    max-width: 100%;
    padding: 20px 40px;
  }
}

.top-works__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .top-works__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .top-works__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.top-works__card {
  position: relative;
  overflow: hidden;
}
.top-works__card:hover .top-works__mask {
  top: 0;
}

.top-works__img {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.top-works__img img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-works__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: rgba(2, 30, 56, 0.8);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.top-works__caption {
  font-size: 15px;
  word-break: keep-all;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.top-works__body {
  margin-top: 10px;
}

.top-works__category {
  font-family: "Noto Sans", sans-serif;
  background: #e5e5e5;
  padding: 3px 5px;
  border-radius: 7px;
  color: #000;
  font-size: 12px;
}

.top-works__client {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

.top-works__title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.top-works__staff {
  margin-top: 5px;
  color: #878787;
  font-size: 12px;
}

.top-works__button {
  margin-top: 40px;
}

.button__basic {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 12px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.button__basic:hover {
  background-color: #fff;
  color: #021e38;
}
@media screen and (max-width: 999px) {
  .button__basic {
    width: 50%;
  }
}

.button__secondary {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #021e38;
  border-radius: 10px;
  text-align: center;
  line-height: 12px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.button__secondary:hover {
  background-color: #021e38;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .button__secondary {
    width: 50%;
  }
}

.top-news__inner {
  width: 1280px;
  padding: 40px 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .top-news__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .top-news__inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    max-width: 100%;
    padding: 20px 40px;
  }
}

.top-news__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .top-news__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .top-news__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.top-news__card:hover .top-news__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-news__img {
  max-width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top-news__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 999px) {
  .top-news__img {
    max-width: unset;
    height: unset;
  }
}

.top-news__body {
  margin-top: 10px;
}

.top-news__category {
  background: #e5e5e5;
  padding: 3px 5px;
  border-radius: 7px;
  color: #000;
  font-size: 12px;
}

.top-news__date {
  font-size: 10px;
}

.top-news__title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.top-news__button {
  margin-top: 40px;
}

.footer__link {
  margin-top: 40px;
}

.footer-link__inner {
  position: relative;
  max-width: 1140px;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .footer-link__inner {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 999px) {
  .footer-link__inner {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.footer-link__img {
  overflow: hidden;
}
.footer-link__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.footer-link__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer-link__title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}

.footer-link__title {
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #021e38;
}
.footer-link__title::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background-color: #fff;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-link__text {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}
.footer-link__text::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  top: 141px;
  right: 68px;
}
.footer-link__text::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background-color: #fff;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .footer-link__text {
    white-space: nowrap;
  }
}

.footer {
  margin-top: 40px;
  background: #021e38;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}

.footer__inner {
  width: 1280px;
  padding: 40px 80px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .footer__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 999px) {
  .footer__inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    padding: 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__left {
    position: relative;
  }
}

.footer__title {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .footer__title {
    width: 215px;
    margin: 0 auto;
  }
}
.footer__address {
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
  }
}

small {
  font-family: "Noto Sans", sans-serif;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  small {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -215px;
    white-space: nowrap;
  }
}

.footer__text {
  letter-spacing: 0.03em;
}

.footer__nav {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .footer__nav {
    gap: 75px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}

.footer-nav__item a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.footer-nav__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  content: "";
}
.footer-nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .footer-nav__item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer-nav__item:not(:first-child) {
  margin-top: 20px;
}

.TextTyping span {
  display: none;
}

.footer__page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .footer__page-top {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

.profile {
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .profile {
    padding: 0;
    margin-top: unset;
  }
}

.profile__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .profile__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .profile__inner {
    max-width: 90%;
    padding-block: 20px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.profile__item {
  font-size: 16px;
}
.profile__item:not(:first-child) {
  margin-top: 30px;
}
.profile__item h3 {
  font-weight: bold;
}
.profile__item p {
  font-size: 14px;
}

.profile__text {
  margin-top: 10px;
  word-break: auto-phrase;
}

.business__list {
  padding-left: 14px;
}

.business__item {
  font-size: 14px;
}
.business__item::marker {
  content: "・";
}

.message {
  margin-top: 80px;
  background: #021e38;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .message {
    padding: 0;
    margin-top: unset;
  }
}

.message__inner {
  width: 1130px;
  padding-block: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .message__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .message__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .message__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.message__subtitle {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .message__subtitle {
    font-size: 18px;
  }
}

.message__wrap {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .message__wrap {
    font-size: 14px;
  }
}

.message__box:not(:first-child) {
  margin-top: 16px;
}

.message__head {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
}

.message__text {
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.message__name {
  margin-top: 30px;
  text-align: right;
}

.history {
  margin-top: 80px;
  color: #000;
}
@media screen and (max-width: 999px) {
  .history {
    padding: 0;
    margin-top: unset;
  }
}

.history__inner {
  width: 1130px;
  padding-block: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .history__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .history__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .history__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 1279px) {
  .history__timeline {
    font-size: 14px;
  }
}

.history__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  height: 100%;
  position: relative;
}

.history__year {
  width: 30%;
}

.history__description {
  width: 70%;
  word-break: auto-phrase;
}

.history__borderline {
  position: absolute;
  width: 1px;
  top: 0;
  left: 17%;
  height: 0;
  background-color: #000;
}

.service__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .service__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .service__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.service__items {
  display: grid;
  gap: 80px;
}

.service__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .service__intro {
    font-size: 14px;
  }
}

.service__slide {
  font-size: 72px;
  text-align: left;
  overflow: hidden;
  color: #e2e2e2;
  font-weight: 100;
  position: absolute;
  top: -12px;
  z-index: -1;
  margin: 0 calc(50% - 51vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .service__slide {
    font-size: 55px;
    top: -8px;
  }
}

.service-slide__text {
  font-family: "Oswald", sans-serif;
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  -webkit-animation: scrollSample01 80s linear infinite;
          animation: scrollSample01 80s linear infinite;
}
@-webkit-keyframes scrollSample01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollSample01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.service__desc {
  margin-top: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .service__desc {
    font-size: 13px;
    margin-top: 20px;
  }
}

.page__works {
  margin-top: 88px;
}

.page-works__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .page-works__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .page-works__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-works__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.page-works__nav {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-works__nav {
    gap: 5px;
  }
}

.page-works__link {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.page-works__link::after {
  background-color: #000;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 100%;
}
.page-works__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 999px) {
  .page-works__link {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-works__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .page-works__link {
    font-size: 14px;
  }
}

.is-select {
  background-color: #021e38;
  padding: 0px 15px;
  color: #fff;
}

.page-works__link-separator:last-of-type {
  display: none;
}

.page-works__cards {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 999px) {
  .page-works__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page-works__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-works__card {
  position: relative;
}

.delay-show {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.is-shown {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.page-works__img {
  text-align: center;
  overflow: hidden;
}
.page-works__img img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-works__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(2, 30, 56, 0.8);
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page-works__mask:hover {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}

.page-works__caption {
  font-size: 13px;
  word-break: keep-all;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.page-works__body {
  margin-top: 12px;
}

.page-works_category {
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #e5e5e5;
}

.page-works__client {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
}

.page-works__title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-works__title {
    font-size: 12px;
  }
}

.page-works__staff {
  margin-top: 6px;
  font-size: 12px;
  color: #878787;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .page-works__staff {
    font-size: 11px;
  }
}

.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination__previous {
  font-style: normal;
}

.page-numbers {
  padding: 10px 14px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  color: #bfbfbf;
}
.page-numbers.current {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    padding: 5px 10px;
  }
}

.pagination__next {
  color: #bfbfbf;
  font-style: normal;
}

.pickup__news {
  margin-top: 40px;
  padding: 0 80px;
  background-color: #021e38;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .pickup__news {
    padding: 0;
    margin-top: unset;
  }
}

.pickup-news__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .pickup-news__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .pickup-news__inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .pickup-news__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.page-news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-news__cards {
    gap: 15px;
  }
}

.page-news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .page-news__card {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-news__card {
    gap: 15px;
  }
}
.page-news__card:hover .page-news__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-news__img {
  width: 30%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 999px) {
  .page-news__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .page-news__img {
    width: 50%;
  }
}
.page-news__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.page-news__body {
  width: 70%;
}
@media screen and (max-width: 999px) {
  .page-news__body {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page-news__body {
    width: 50%;
  }
}

.page-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-news__info {
    display: grid;
  }
}

.page-news__category--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-news__category--box {
    gap: 5px;
  }
}

.page-news__category {
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-news__category {
    font-size: 9px;
    padding: 4px 3px;
  }
}

.back-color__gray {
  color: #000;
  background-color: #e5e5e5;
}

.page-news__date {
  font-size: 11px;
}

.page-news__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-news__title {
    margin-top: 6px;
    font-size: 14px;
  }
}

.page-news__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示する行数 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-news__text {
    margin-top: 6px;
    font-size: 12px;
    -webkit-line-clamp: 2; /* 表示する行数 */
  }
}

.news__all {
  margin-top: 40px;
  padding: 0 80px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news__all {
    padding: 0;
    margin-top: unset;
  }
}

.news-all__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .news-all__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .news-all__inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-all__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.recruit {
  margin-top: 88px;
}

.recruit__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .recruit__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .recruit__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.recruit__title {
  font-size: 20px;
  font-weight: 500;
}

.recruit__text {
  margin-top: 8px;
  font-size: 14px;
  margin-bottom: 40px;
}

.recruit__boxes {
  margin-top: 60px;
}

.recruit__box:not(:first-child) {
  margin-top: 80px;
}

.recruit__name {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit__name {
    font-size: 18px;
  }
}

.recruit__list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 10px 5px;
  border-top: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__list:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .recruit__list {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (max-width: 767px) {
  .recruit__detail {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .recruit___description {
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: keep-all;
    line-break: strict;
  }
}

.text__area {
  display: grid;
  white-space: pre-line;
}

.contact__message {
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .contact__message {
    padding: 0;
    margin-top: unset;
  }
}

.contact-message__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .contact-message__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .contact-message__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-message__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.contact-message__text {
  font-size: 16px;
}

.contact-message__link {
  text-decoration: underline;
}

.contact-form__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .contact-form__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .contact-form__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.wpcf7-form label {
  color: #666;
  position: relative;
}

.wpcf7-required {
  color: #e10d62;
}

.wpcf7-select {
  width: 100%;
  padding: 16px 60px;
  background: #e5e5e5;
  border: none;
  border-radius: 10px;
}
.wpcf7-select.is-empty {
  color: #666;
}
@media screen and (max-width: 767px) {
  .wpcf7-select {
    padding: 16px 16px;
    font-size: 13px;
  }
}

.wpcf7-text {
  width: 100%;
  padding: 16px 60px;
  background: #e5e5e5;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7-text {
    padding: 16px 16px;
    font-size: 13px;
  }
}

.wpcf7-textarea {
  width: 100%;
  height: 152px;
  padding: 16px 60px;
  background: #e5e5e5;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7-textarea {
    padding: 16px 16px;
    font-size: 13px;
  }
}

.wpcf7-form-acceptance {
  margin-top: 30px;
  text-align: center;
}

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-form-control-wrap:nth-child(1) {
  place-items: center;
}

.wpcf7-list-item {
  margin-bottom: 20px;
}

.wpcf7-form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
  text-align: center;
}
.wpcf7-form-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-form-acceptance .wpcf7-list-item-label {
  border: 1px solid #000;
  padding: 15px 45px 15px 65px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-acceptance .wpcf7-list-item-label {
    padding: 15px 35px 15px 45px;
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  .wpcf7-form-acceptance .wpcf7-list-item-label {
    padding: 15px 20px 15px 25px;
  }
}
.wpcf7-form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  width: 24px;
  height: 24px;
  background-color: #e5e5e5;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-acceptance .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    left: 20px;
  }
}
@media screen and (max-width: 374px) {
  .wpcf7-form-acceptance .wpcf7-list-item-label::before {
    width: 15px;
    height: 15px;
    left: 4px;
  }
}
.wpcf7-form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  cursor: pointer;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 27px;
  width: 20px;
  height: 20px;
  background: url(../img/page-contact/checkmark1.png) no-repeat center/cover;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-acceptance .wpcf7-list-item-label::after {
    left: 22px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 374px) {
  .wpcf7-form-acceptance .wpcf7-list-item-label::after {
    left: 7px;
    width: 11px;
    height: 11px;
  }
}

.wpcf7-form-submit {
  margin-top: 50px;
  text-align: center;
}

.wpcf7-submit {
  cursor: pointer;
  width: 100%;
  padding: 32px 60px;
  background: #e5e5e5;
  border: none;
  border-radius: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    padding-block: 20px;
    font-size: 13px;
  }
}

.wpcf7-not-valid-tip {
  text-align: left;
  color: #e10d62;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

.wpcf7-response-output {
  display: inline-block;
  text-align: left;
  margin: 0 !important;
  padding: 0 0 20px !important;
  color: #e10d62;
  font-size: 16px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 14px;
  }
}

.wpcf7-spinner {
  display: none;
}

.contact__button {
  margin-top: 50px;
}

.button__submit {
  cursor: pointer;
  width: 100%;
  padding: 32px 60px;
  background: #e5e5e5;
  border: none;
  border-radius: 10px;
}

.contact-tell__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .contact-tell__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .contact-tell__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-tell__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.contact-tell__box {
  width: 100%;
  height: 100%;
  padding: 16px 40px;
  background: #e5e5e5;
  border-radius: 10px;
  text-align: center;
}

.contact-tell__number {
  display: block;
  font-weight: 600;
}

.contact-tell__text {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contact-tell__text {
    font-size: 13px;
  }
}

.confirm__page {
  margin-top: 88px;
}

.confirm-page__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .confirm-page__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .confirm-page__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .confirm-page__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.confirm-page__main {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .confirm-page__main {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .confirm-page__main {
    width: 320px;
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .confirm-page__main {
    width: 280px;
    font-size: 14px;
  }
}

.confirm-previous {
  margin-bottom: 50px;
  cursor: pointer;
  width: 100%;
  padding: 20px 20px;
  background: #e5e5e5;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.confirm-previous:hover {
  background: #c2c2c2;
}

.confirm-submit {
  padding: 20px 20px;
  font-size: 16px !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.confirm-submit:hover {
  background: #c2c2c2;
}

.thanks__page {
  margin-top: 88px;
}

.thanks-page__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .thanks-page__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .thanks-page__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .thanks-page__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.thanks__body {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  color: #000;
}
@media screen and (max-width: 1279px) {
  .thanks__body {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .thanks__body {
    font-size: 13px;
    line-height: 1.6;
  }
}

.thanks__text {
  text-align: left;
  display: inline-block;
}

.thanks__link {
  display: block;
  text-decoration: underline;
}

.privacy__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .privacy__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .privacy__inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .privacy__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.privacy__text {
  line-height: 1.7;
  overflow-wrap: break-word;
}

.privacy__text-link {
  text-decoration: underline;
}

.privacy__container {
  padding-top: 40px;
}

.privacy-subtitle__wrap {
  margin-top: 15px;
}

.privacy__subtitle {
  font-size: 20px;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 7px;
}

.privacy__textbox {
  margin-top: 15px;
}

.privacy__lists {
  line-height: 1.7;
}

.privacy__list {
  margin-left: 16px;
}
.privacy__list::marker {
  content: "・";
}

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

.single-works__fv {
  margin-top: 88px;
}

.single-works__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .single-works__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .single-works__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-works__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.sw-fv__body {
  margin-top: 20px;
}

.sw-fv__title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sw-fv__title {
    font-size: 18px;
    word-break: keep-all;
    line-break: strict;
  }
}

.sw-fv__table {
  display: grid;
  margin-top: 20px;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .sw-fv__table {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sw-fv__table {
    margin-top: 20px;
  }
}

.sw-fv__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sw-fv__dt {
  width: 95px;
  color: #878787;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sw-fv__dt {
    width: 85px;
    font-size: 14px;
  }
}

.sw-fv__dd {
  font-size: 14px;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.sw-img__area {
  background: #021e38;
}

.sw-img__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .sw-img__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .sw-img__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sw-img__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.sw-img__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 10px;
}
@media screen and (max-width: 999px) {
  .sw-img__cards {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sw-img__cards {
    row-gap: 15px;
  }
  .sw-img__cards:first-of-type {
    margin-top: 15px;
  }
}

.sw-img__card {
  max-width: calc((100% - 40px) / 4);
}
@media screen and (max-width: 999px) {
  .sw-img__card {
    max-width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sw-img__card {
    max-width: 100%;
  }
}

.single__news {
  margin-top: 88px;
}

.sn__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .sn__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .sn__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sn__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.sn__body {
  margin-top: 20px;
}

.sn__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sn__category {
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #e5e5e5;
}

.sn__date {
  font-size: 11px;
}

.sn__title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sn__title {
    font-size: 20px;
  }
}

.sn__text {
  margin-top: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sn__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.hidden {
  display: none;
}

/* デフォルトはローダー表示 */
.loading {
  position: fixed; /* absolute だと body の高さに依存してズレる可能性 */
  inset: 0; /* left:0; top:0; width:100%; height:100% と同義 */
  background: #fff;
  z-index: 9999;
  display: grid;
  place-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

video {
  width: 100%;
}

.loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* JS 無効対策（同じ） */
@media (scripting: none) {
  .loading {
    display: none;
  }
  .hidden {
    display: block;
  }
}
.page__404 {
  margin-top: 88px;
}

.page-404__inner {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-block: 40px;
}
@media screen and (max-width: 1279px) {
  .page-404__inner {
    max-width: 78%;
  }
}
@media screen and (max-width: 999px) {
  .page-404__inner {
    max-width: 90%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-404__inner {
    max-width: 100%;
    padding: 20px 20px;
  }
}

.page-404__main {
  text-align: center;
  display: grid;
  place-items: center;
}

.page-404__head {
  font-size: 100px;
  color: #f0cdcd;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .page-404__head {
    font-size: 80px;
  }
}
@media screen and (max-width: 999px) {
  .page-404__head {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-404__head {
    font-size: 45px;
  }
}
@media screen and (max-width: 374px) {
  .page-404__head {
    font-size: 30px;
  }
}

.page-404__lead {
  font-size: 50px;
  color: #878787;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .page-404__lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) {
  .page-404__lead {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-404__lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .page-404__lead {
    font-size: 15px;
  }
}

.page-404__text {
  margin-top: 20px;
  font-size: 30px;
  color: #878787;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .page-404__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .page-404__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .page-404__text {
    font-size: 14px;
    width: 44%;
  }
}

.page-404__button {
  margin-top: 50px;
  display: inline-block;
  padding: 20px 40px;
  background: #e5e5e5;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  color: #878787;
}
@media screen and (max-width: 999px) {
  .page-404__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-404__button {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 374px) {
  .page-404__button {
    font-size: 14px;
    padding: 10px 20px;
  }
}