@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

body {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000;
}
body.preload * {
  transition: 0s !important;
}

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

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6.25rem;
  padding-inline: 3.75rem;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 834px) {
  .l-header {
    height: 5rem;
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    height: 3.75rem;
    padding-inline: 1rem;
  }
}
.l-header.is-fixed {
  background-color: #fff;
  box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}
.l-header__logo {
  width: 7.625rem;
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    width: 6.1rem;
  }
}
@media screen and (max-width: 480px) {
  .l-header__logo {
    width: 4.575rem;
  }
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5.625rem 3.125rem 3.125rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: #323232;
    transition: opacity 0.75s cubic-bezier(0.485, 0.135, 0, 0.995), visibility 0.75s cubic-bezier(0.485, 0.135, 0, 0.995);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
  }
  .is-opened .l-header__nav {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.625rem 0;
  position: relative;
  z-index: 100;
}
.l-header__trigger span {
  display: block;
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #f7d981;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
  transform-origin: 50%;
}
.is-opened .l-header__trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.is-opened .l-header__trigger span.top-bar {
  transform: translate(-50%, -50%) rotate(20deg);
}
.is-opened .l-header__trigger span.bottom-bar {
  transform: translate(-50%, -50%) rotate(-20deg);
}
.l-header__menu {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-header__menu {
    flex-direction: column;
    gap: 1.375rem;
  }
}
.l-header__menu-item {
  display: flex;
  align-items: center;
}
.l-header__menu-item a {
  display: flex;
  align-items: center;
  color: #f7d981;
  font-size: 0.875rem;
  font-weight: 500;
  padding-inline: 1em;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 834px) {
  .l-header__menu-item a {
    font-size: 0.9rem;
    padding-inline: 0;
  }
}
.l-header__menu-item a:hover {
  opacity: 0.7;
}
.l-header__menu-item a.btn {
  justify-content: center;
  width: 8rem;
  height: 2.25rem;
  border: 1px solid;
  border-radius: 1.125rem;
  margin-left: 1em;
}
@media screen and (max-width: 834px) {
  .l-header__menu-item a.btn {
    margin-left: 0;
  }
}

.l-footer {
  width: 100%;
  text-align: center;
  margin-top: 7.5rem;
  padding: 1.875rem;
}
@media screen and (max-width: 834px) {
  .l-footer {
    margin-top: 6rem;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    margin-top: 4.5rem;
  }
}
.l-footer__copy {
  font-size: 0.6875rem;
}

.l-wrap {
  width: 100%;
}
.prealod .l-wrap {
  opacity: 0;
}

.l-inner {
  width: auto;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 3.125rem;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-inner {
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  font-size: 0.9625rem;
  white-space: nowrap;
  transition: opacity 0.2s ease-out;
  color: #000;
  background-color: #f7d981;
  border: 1px solid #f7d981;
}
.c-button:hover {
  opacity: 0.7;
}
.c-buttonWrapper {
  width: 13.125rem;
  height: 2.875rem;
  margin-top: 2.25rem;
}
.c-buttonWrapper.--center {
  margin-inline: auto;
}
.c-buttonWrapper p {
  width: 100%;
  height: 100%;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-head {
  width: 100%;
  margin-bottom: 3.375rem;
  position: relative;
}
.c-head__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 9rem;
  overflow: hidden;
  line-height: 0.8;
  opacity: 0.25;
}
.c-head__subtitle span {
  display: inline-block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  transition: none;
}
.c-head__title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.25em;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  .c-head__subtitle {
    font-size: 10.4625rem;
  }
}
@media screen and (max-width: 834px) {
  .c-head__subtitle {
    font-size: 16.7065868263vw;
  }
}
@media screen and (min-width: 481px) {
  .c-head__subtitle {
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .c-head__subtitle {
    font-size: 17.0833333333vw;
  }
}

.c-text {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
}

.c-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-flex-j-center {
  justify-content: center;
}
.c-flex-a-center {
  align-items: center;
}

.c-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover {
  display: block;
  overflow: hidden;
}
.hover figure {
  display: block;
  overflow: hidden;
}
.hover img {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.485, 0.135, 0, 0.995) 0s;
}
.hover:hover img {
  transform: scale(1.2);
}

.p-idx-fv {
  width: 100%;
  height: 100svh;
}
.p-idx-fv__txtfield {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: inherit;
  height: 100%;
  color: #f7d981;
  position: relative;
}
.p-idx-fv__en {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-idx-fv__en {
    font-size: 6.6620402498vw;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-fv__en {
    order: 2;
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-fv__en {
    font-size: 10vw;
  }
}
.p-idx-fv__text {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 2.5em;
}
@media screen and (max-width: 834px) {
  .p-idx-fv__text {
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-fv__text {
    margin-top: 2em;
  }
}
@media screen and (min-width: 835px) {
  .p-idx-fv__illust {
    width: 46%;
    position: absolute;
    right: 3.75rem;
    top: 48%;
    translate: 0 -50%;
    z-index: -1;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-fv__illust {
    width: 75%;
    order: 1;
    margin: 0 auto 5%;
  }
}
.p-idx-lead {
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2.4;
  margin-block: 7.5rem;
  padding: 5rem 3.75rem;
  color: #f7d981;
  background-color: #323232;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .p-idx-lead {
    font-size: 0.875rem;
    margin-block: 6rem;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-lead {
    font-weight: 500;
    text-align: left;
    font-size: 0.84375rem;
    margin-block: 4.5rem;
  }
}
.p-idx-section {
  padding-top: 8.75rem;
}
@media screen and (max-width: 834px) {
  .p-idx-section {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-section {
    padding-top: 5.25rem;
  }
}
.p-idx-column {
  padding: 3.75rem;
  border-radius: 5px;
  box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
  background-color: #323232;
}
@media screen and (max-width: 834px) {
  .p-idx-column {
    padding: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-column {
    padding: 1.875rem 1.25rem;
  }
}
.p-idx-service {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 834px) {
  .p-idx-service {
    gap: 1.875rem;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-service {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 835px) {
  .p-idx-service.is-reverse {
    flex-direction: row-reverse;
  }
}
.p-idx-service__txtfield {
  flex: 1;
}
.p-idx-service__image {
  width: calc(33.333% - 1.25rem);
  aspect-ratio: 385/257;
}
@media screen and (max-width: 834px) {
  .p-idx-service__image {
    width: 100%;
  }
}
.p-idx-service__title {
  font-weight: 500;
  font-size: 1.125rem;
  color: #f7d981;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 834px) {
  .p-idx-service__title {
    font-size: 1rem;
  }
}
.p-idx-service__text {
  font-weight: bold;
  font-size: 1.125rem;
  color: #f7d981;
  margin-top: 2em;
}
@media screen and (max-width: 834px) {
  .p-idx-service__text {
    font-size: 1rem;
  }
}
.p-idx-service__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-block: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-idx-service__list {
    margin-block: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-service__list {
    margin-block: 1.125rem;
  }
}
.p-idx-service__list li {
  width: 100%;
  display: flex;
  color: #f7d981;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p-idx-service__list li {
    width: 100%;
  }
}
.p-idx-service__list li:before {
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  font-family: "Poppins", sans-serif;
  background-color: #000;
  margin-right: 0.9375rem;
  color: #f7d981;
  border-radius: 50%;
}
.p-idx-service__fc {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.p-idx-service__fc li {
  width: calc(33.3333% - 1.25rem);
}
@media screen and (max-width: 834px) {
  .p-idx-service__fc li {
    width: calc(50% - 0.9375rem);
  }
}
@media screen and (max-width: 480px) {
  .p-idx-service__fc li {
    width: 100%;
  }
}
.p-idx-service__fc-image {
  width: 100%;
  aspect-ratio: 385/257;
}
.p-idx-service__fc-title {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 1em 0 0.6em;
}
.p-idx-service__fc-text {
  color: #666;
  font-size: 0.84375rem;
  line-height: 1.75;
}
.p-idx-company__table {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  border-top: 1px solid #666;
}
.p-idx-company__table.--ln {
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .p-idx-company__table {
    display: block;
  }
  .p-idx-company__table thead, .p-idx-company__table tbody, .p-idx-company__table tr, .p-idx-company__table th, .p-idx-company__table td {
    display: block;
  }
  .p-idx-company__table tr {
    width: 100%;
    padding: 1.375rem 0 1.625rem;
    border-bottom: 1px solid #666;
  }
}
.p-idx-company__table th {
  width: 11.625rem;
  text-align: left;
  font-weight: bold;
  font-size: 0.8125rem;
}
@media screen and (max-width: 834px) {
  .p-idx-company__table th {
    width: 8.625rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-company__table th {
    width: 100%;
    font-size: 0.78125rem;
    line-height: 1.84;
  }
}
.p-idx-company__table td {
  font-size: 0.9rem;
  line-height: 1.74;
}
.p-idx-company__table td small {
  font-size: 0.72rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 480px) {
  .p-idx-company__table td {
    font-size: 0.84375rem;
    line-height: 1.77;
    margin-top: 0.3125rem;
  }
  .p-idx-company__table td small {
    padding-left: 1.625rem;
  }
}
@media screen and (min-width: 481px) {
  .p-idx-company__table th, .p-idx-company__table td {
    vertical-align: middle;
    padding: 0.9375rem 0;
    height: 6.875rem;
    border-bottom: 1px solid #666;
  }
}
.p-idx-inq__table {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 480px) {
  .p-idx-inq__table {
    display: block;
  }
  .p-idx-inq__table tbody, .p-idx-inq__table thead, .p-idx-inq__table tr, .p-idx-inq__table td, .p-idx-inq__table th {
    display: block;
  }
  .p-idx-inq__table tr + tr {
    margin-top: 1.875rem;
  }
  .p-inq-confirm .p-idx-inq__table tr + tr {
    margin-top: 2.5rem;
  }
}
.p-idx-inq__table th {
  text-align: left;
  width: 18.75rem;
  font-size: 0.9rem;
  line-height: 3.4375rem;
}
@media screen and (min-width: 481px) {
  .p-inq-confirm .p-idx-inq__table th {
    line-height: 1.74;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-inq__table th {
    width: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-inq__table th {
    width: 100%;
    font-size: 0.84375rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
.p-idx-inq__table td {
  font-size: 0.9rem;
  line-height: 1.74;
}
@media screen and (max-width: 480px) {
  .p-idx-inq__table td {
    font-size: 0.84375rem;
    line-height: 1.77;
  }
}
.p-idx-inq__table th, .p-idx-inq__table td {
  vertical-align: top;
}
@media screen and (min-width: 481px) {
  .p-idx-inq__table tr:not(:last-child) th, .p-idx-inq__table tr:not(:last-child) td {
    padding-bottom: 2.5rem;
  }
  .p-inq-confirm .p-idx-inq__table tr:not(:last-child) th, .p-inq-confirm .p-idx-inq__table tr:not(:last-child) td {
    padding-bottom: 4.375rem;
  }
}
.mw_wp_form .p-idx-inq__table .error,
.p-idx-inq__table .wpcf7-not-valid-tip {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.5rem 0 0 1.5625rem;
}
@media screen and (max-width: 834px) {
  .mw_wp_form .p-idx-inq__table .error,
  .p-idx-inq__table .wpcf7-not-valid-tip {
    padding: 0.5rem 0 0 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .mw_wp_form .p-idx-inq__table .error,
  .p-idx-inq__table .wpcf7-not-valid-tip {
    padding: 0.3125rem 0 0 0;
    font-size: 0.83125rem;
  }
}
.p-idx-inq__input {
  width: 100%;
  padding: 0 1.5625rem;
  font-size: 0.9rem;
  height: 3.4375rem;
  outline: none;
  color: #fff;
  background-color: #323232;
  border-radius: 0.3125rem;
  border: none;
}
.p-idx-inq__input.wpcf7-not-valid {
  border-color: #ffffff;
}
.p-idx-inq__input::-moz-placeholder {
  color: #666;
}
.p-idx-inq__input::placeholder {
  color: #666;
}
@media screen and (max-width: 834px) {
  .p-idx-inq__input {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-inq__input {
    font-size: 0.84375rem;
  }
}
.p-idx-inq__textarea {
  width: 100%;
  height: 9.5rem;
  padding: 0.9375rem 1.5625rem;
  font-size: 0.9rem;
  outline: none;
  color: #fff;
  background-color: #323232;
  border-radius: 0.3125rem;
  border: none;
}
.p-idx-inq__textarea.wpcf7-not-valid {
  border-color: #ffffff;
}
.p-idx-inq__textarea::-moz-placeholder {
  color: #666;
}
.p-idx-inq__textarea::placeholder {
  color: #666;
}
@media screen and (max-width: 834px) {
  .p-idx-inq__textarea {
    padding: 0.875rem 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-inq__textarea {
    height: 10rem;
    font-size: 0.84375rem;
  }
}
.p-idx-inq__select {
  position: relative;
}
.p-idx-inq__select::before {
  content: "";
  background-color: #323232;
  width: 0.5625rem;
  height: 0.375rem;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 834px) {
  .p-idx-inq__select::before {
    right: 1.25rem;
  }
}
.p-inq-confirm .p-idx-inq__select::before {
  display: none;
}
.p-idx-inq__select select {
  color: #f7d981;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-idx-inq__required {
  vertical-align: top;
  color: #ffffff;
}
.p-idx-ln {
  padding-top: 7.5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-ln {
    padding-top: 5.625rem;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-ln__en {
    font-size: 11.1377245509vw;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-ln__en {
    font-size: 11.6424116424vw;
    white-space: nowrap;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
}

@media screen and (min-width: 1241px) {
  .u-dn-lg-min {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .u-dn-lg-max {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .u-dn-md-max {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .u-dn-sm-min {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .u-dn-sm-max {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */