/*
Theme Name: refactor2025
Description: Refactor site project
License: GPL
Version: 1.00
*/
* {
  -webkit-text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
nav,
main,
footer,
article,
section,
aside,
dl,
dt,
dd,
ul,
li,
ol,
blockquote,
address,
pre,
iframe,
form,
figure,
table,
tr,
th,
td,
tbody {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

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

ul {
  list-style: none;
}

ol {
  padding-left: 1rem;
}

dd {
  margin-left: 0;
}

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

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

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  transition: all 0.5s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  line-height: 1em;
  -ms-interpolation-mode: bicubic;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

input[type=text],
input[type=submit] {
  border-radius: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

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 {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
}

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

address {
  font-style: inherit;
}

b,
strong {
  font-weight: bolder;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  line-height: 1.5;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .l-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 911px) {
  .l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 540px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container--outer {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1280px) {
  .l-container--outer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-container--outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .l-container--outer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-container--inner {
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1280px) {
  .l-container--inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-container--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .l-container--inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-grid__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .l-grid__2col {
    grid-template-columns: 1fr;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 999;
}
.l-header-lower {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 30px;
  z-index: 999;
}
.l-header-lower::after {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: background 0.3s ease-out, filter 0.3s ease-out;
}
.l-header-lower.is-scrolled::after {
  background-color: #ffffff;
  filter: blur(40px);
}
.l-header::after {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: background 0.3s ease-out, filter 0.3s ease-out;
}
.l-header.is-scrolled::after {
  background-color: #ffffff;
  filter: blur(40px);
}
.l-header-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-header-wrap {
    grid-template-columns: 1fr 280px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.l-header-wrap .c-logo {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .l-header-wrap .c-logo {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header-wrap .c-logo__link {
  display: block;
}
.l-header-wrap .c-logo__link img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header-wrap .c-nav {
    display: none;
  }
}
.l-header-wrap .c-nav--header {
  width: 300px;
  height: 60px;
}
.l-header-wrap .c-nav--header .c-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, 0.75rem + 0.39vw, 1.063rem);
  color: #ffffff;
  background-color: #0071bc;
  border-radius: 9999px;
}
.l-header-wrap .c-nav--header .c-nav__link .c-nav-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #29abe2;
  padding: 4px;
}
.l-header-wrap .c-nav--header .c-nav__link .c-nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}
.l-header-wrap .c-nav--header .c-nav__link:hover .c-nav-icon img {
  transform: translateX(5px);
}

.c-button__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  max-width: 270px;
  height: 60px;
  font-size: clamp(0.938rem, 0.75rem + 0.39vw, 1.063rem);
  color: #ffffff;
  background-color: #0071bc;
  border-radius: 9999px;
}
.c-button__link-back {
  background-color: #000000;
  border: 1px solid #000000;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.c-button__link-back:hover {
  color: #000000;
  background-color: #ffffff;
}
.c-button__link .c-button-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #29abe2;
  padding: 4px;
}
.c-button__link .c-button-icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}
.c-button__link:hover .c-button-icon img {
  transform: translateX(5px);
}

.c-accordion {
  width: 50%;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .c-accordion {
    width: 70%;
    max-width: unset;
  }
}
@media screen and (max-width: 1280px) {
  .c-accordion {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion {
    width: 100%;
  }
}
.c-accordion__header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 20px;
  align-items: center;
  font-size: clamp(1.25rem, 1.083rem + 0.83vw, 1.75rem);
  font-weight: 600;
}
.c-accordion__header span {
  display: block;
  width: 40px;
  height: 40px;
}
.c-accordion__header span img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease-out;
  transform-origin: center;
}
.c-accordion__content {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s linear, margin 0.3s linear;
}
.c-accordion__content-title {
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  font-weight: 500;
  color: #29abe2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.c-accordion__content-text {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .c-accordion__content-text {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.c-accordion__item {
  margin-bottom: 10px;
}
.c-accordion__item.is-open .c-accordion__header span img {
  transform: rotate(90deg);
}
.c-accordion__item.is-open .c-accordion__content {
  max-height: 800px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.c-accordion-financial .c-accordion__header {
  color: #ffffff;
  background-color: #0071bc;
}

#contact {
  scroll-margin-top: calc(-20vw + 210px);
}

.section-contact {
  width: 100%;
  padding-top: calc(20vw - 5px);
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .section-contact {
    padding-top: 50px;
  }
}
.section-contact .contact-form__title {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #0071bc;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.667rem + 2.29vw, 2.5rem);
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-form__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-contact .contact-form__title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section-contact .contact-form__content {
  position: relative;
  padding: 60px;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .section-contact .contact-form__content {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .contact-form__content {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-contact .contact-form__content {
    padding: 10px;
  }
}
.section-contact .contact-form__text {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-form__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-contact .contact-form__text {
    margin-bottom: 10px;
  }
}
.section-contact .contact-form__text-link {
  position: relative;
  color: #29abe2;
}
.section-contact .contact-form__text-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #29abe2;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  content: "";
}
.section-contact .contact-form__text-link:hover::after {
  transform: scaleX(1);
}
.section-contact .contact-form__text-note {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-form__text-note {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-contact .contact-form__text-note {
    margin-bottom: 10px;
  }
}
.section-contact .contact-form__body .form-label {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  font-weight: 500;
}
.section-contact .contact-form__body .select,
.section-contact .contact-form__body .input {
  width: 100%;
  min-height: 60px;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
}
.section-contact .contact-form__body textarea {
  width: 100%;
  min-height: 300px;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
}
.section-contact .contact-form__footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-contact .contact-form__footer .button-submit {
  width: 300px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
  padding-left: 50px;
  font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.125rem);
  color: #ffffff;
  background-color: #0071bc;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-form__footer .button-submit {
    width: 100%;
    max-width: 280px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-contact .contact-form__footer .button-submit > input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-contact .contact-form__footer .button-submit .submit-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #29abe2;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-form__footer .button-submit .submit-icon {
    width: 30px;
    height: 30px;
    padding: 3px;
  }
}
.section-contact .contact-form__footer .button-submit .submit-icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
}
.section-contact .contact-form__footer .button-submit:hover .submit-icon img {
  transform: translateX(5px);
}

.confirm__body {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
.confirm__body dl {
  display: grid;
  grid-template-columns: 240px 1fr;
}
@media screen and (max-width: 1280px) {
  .confirm__body dl {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .confirm__body dl {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
}
.confirm__body dl dt {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px 20px;
  background-color: #e6e6e6;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  border: 1px solid #cccccc;
}
.confirm__body dl dt p {
  margin-bottom: 0 !important;
}
.confirm__body dl dd {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px 20px;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  border: 1px solid #cccccc;
}
.confirm__body dl dd p {
  margin-bottom: 0 !important;
}

.contact-form__text {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .contact-form__text {
    margin-bottom: 10px;
  }
}
.contact-form__text-link {
  position: relative;
  color: #29abe2;
}
.contact-form__text-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #29abe2;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  content: "";
}
.contact-form__text-link:hover::after {
  transform: scaleX(1);
}

.confirm-form__footer p {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .confirm-form__footer p {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }
}

.kv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1600;
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .kv {
    padding-top: clamp(10rem, 5.313rem + 9.77vw, 13.125rem);
  }
}
.kv-basic {
  position: relative;
  width: 100%;
  height: 380px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv-basic {
    height: 300px;
  }
}
@media screen and (max-width: 540px) {
  .kv-basic {
    height: 250px;
  }
}
.kv-basic .kv__wrap {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: -50px;
}
@media screen and (max-width: 540px) {
  .kv-basic .kv__wrap {
    padding-top: 40px;
  }
}
.kv-basic .kv__wrap .c-kv__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.kv-basic .kv__wrap .c-kv__inner .c-kv__heading {
  font-size: clamp(1.5rem, 1.125rem + 1.88vw, 2.625rem);
  font-weight: 600;
}
.kv-basic .kv__wrap .c-kv__inner .c-kv__heading-en {
  display: block;
  line-height: 1;
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  font-weight: 600;
  color: #29abe2;
}
.kv-content {
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
  padding-bottom: 44.1666666667vw;
  z-index: 10;
}
.kv-content > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.kv-content.is-active > * {
  opacity: 1;
  transform: translateY(0);
}
.kv-h3 {
  font-size: clamp(1.5rem, 0.875rem + 3.13vw, 3.375rem);
  font-weight: 500;
  color: #29abe2;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
.kv-h2 {
  font-size: clamp(2.375rem, 1.75rem + 3.13vw, 4.25rem);
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
.kv-company {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .kv-company {
    max-width: 450px;
  }
}
@media screen and (max-width: 540px) {
  .kv-company {
    max-width: 280px;
  }
}
.kv-company img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.kv-text {
  font-size: clamp(1.25rem, 0.792rem + 2.29vw, 2.625rem);
  font-weight: 500;
  text-align: center;
}
.kv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  max-width: 770px;
  height: 40vw;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.kv-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.kv-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.kv-img img {
  display: block;
  width: 100%;
  height: auto;
}

.section-needs {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  height: auto;
  min-height: 46.0625vw;
}
.section-needs .heading-h2 {
  position: relative;
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  font-weight: 600;
  margin-bottom: 60px;
  z-index: 2;
}
.section-needs .needs-content {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .section-needs .needs-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.section-needs .needs-content .needs-img {
  display: block;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .section-needs .needs-content .needs-img {
    display: none;
  }
}
.section-needs .needs-content .needs-img img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section-needs .needs-float-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  max-width: 1000px;
  z-index: 1;
}
.section-needs .needs-float-img img {
  width: 100%;
  height: auto;
  display: block;
}
.section-needs .needs-content {
  position: relative;
  z-index: 2;
}

.section-cta {
  padding-bottom: 450px;
}
.section-cta .cta-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1440px) {
  .section-cta .cta-wrap {
    grid-template-columns: 620px 1fr;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .cta-wrap {
    grid-template-columns: 1fr;
  }
}
.section-cta .cta-wrap .cta-wrap {
  width: 100%;
}
.section-cta .cta-wrap .cta-main {
  width: 100%;
  max-width: 700px;
  padding: 50px 60px 60px;
  background-color: #0071bc;
}
@media screen and (max-width: 1280px) {
  .section-cta .cta-wrap .cta-main {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .cta-wrap .cta-main {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .cta-wrap .cta-main {
    padding: 20px;
  }
}
.section-cta .cta-wrap .cta-main .cta-title {
  font-size: clamp(1.5rem, 1.125rem + 1.88vw, 2.625rem);
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 30px;
}
.section-cta .cta-wrap .cta-main .cta-text {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 60px;
}
.section-cta .cta-wrap .cta-main .cta-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  background-color: #ffffff;
  font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.125rem);
  font-weight: 500;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.section-cta .cta-wrap .cta-main .cta-button:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .section-cta .cta-wrap .cta-img {
    position: absolute;
    right: 10px;
    top: 40%;
    z-index: -1;
  }
}
.section-cta .cta-wrap .cta-img img {
  display: block;
  width: 100%;
  height: auto;
}

.section-service {
  width: 100%;
  margin-top: -550px;
  padding-top: 250px;
  height: calc(33.3333333333vw + 680px);
  background-color: #000000;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  .section-service {
    height: calc(50vw + 680px);
  }
}
@media screen and (max-width: 1140px) {
  .section-service {
    height: calc(50vw + 630px);
  }
}
@media screen and (max-width: 911px) {
  .section-service {
    height: calc((100vw - 80px) / 960 * 640 + 590px);
  }
}
@media screen and (max-width: 767px) {
  .section-service {
    height: calc((100vw - 60px) / 960 * 640 + 560px);
  }
}
@media screen and (max-width: 540px) {
  .section-service {
    height: calc((100vw - 40px) / 960 * 640 + 500px);
  }
}
.section-service .heading-h2 {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.section-service .service-trigger {
  margin-bottom: 40px;
}
.section-service .service-trigger-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .section-service .service-trigger-wrap {
    max-width: unset;
  }
}
.section-service .service-trigger__item {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 8px solid #cccccc;
}
@media screen and (max-width: 991px) {
  .section-service .service-trigger__item {
    border-bottom: none;
  }
}
.section-service .service-trigger__item.is-current {
  border-bottom: 8px solid #29abe2;
}
@media screen and (max-width: 991px) {
  .section-service .service-trigger__item.is-current {
    border-bottom: none;
  }
}
.section-service .service-trigger__item.is-current .service-trigger__link {
  background-color: none;
}
@media screen and (max-width: 991px) {
  .section-service .service-trigger__item.is-current .service-trigger__link {
    background-color: #29abe2;
  }
}
.section-service .service-trigger__link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(0.875rem, 0.183rem + 1.12vw, 1.188rem);
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .section-service .service-trigger__link {
    height: 10px;
    color: transparent;
    background-color: #cccccc;
    overflow-x: hidden;
  }
}
.section-service .slider-container {
  position: relative;
  height: auto;
  margin-top: 40px;
  min-height: 50vh;
}
.section-service .frame {
  position: absolute;
  aspect-ratio: 960/640;
  transition: all 0.5s ease;
  color: white;
  padding: 60px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  .section-service .frame {
    padding: 40px;
  }
}
@media screen and (max-width: 911px) {
  .section-service .frame {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-service .frame {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-service .frame {
    padding: 10px;
  }
}
.section-service .frame h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-size: clamp(1.375rem, 0.917rem + 2.29vw, 2.75rem);
  font-weight: 600;
  line-height: 1;
  color: #00ffff;
}
.section-service .frame p {
  font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1.125rem);
  font-weight: 500;
}
.section-service .frame1 {
  width: 35vw;
  left: 0%;
  top: 10%;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .section-service .frame1 {
    width: 42.75vw;
    top: 25%;
  }
}
@media screen and (max-width: 911px) {
  .section-service .frame1 {
    width: 75vw;
    top: 10%;
  }
}
.section-service .frame2 {
  width: 50vw;
  left: calc((100vw - 1280px) / 2);
  top: 0%;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .section-service .frame2 {
    width: 75vw;
    left: 60px;
  }
}
@media screen and (max-width: 911px) {
  .section-service .frame2 {
    width: calc(100vw - 80px);
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-service .frame2 {
    width: calc(100vw - 60px);
    left: 30px;
  }
}
@media screen and (max-width: 540px) {
  .section-service .frame2 {
    width: calc(100vw - 40px);
    left: 20px;
  }
}
.section-service .frame3 {
  width: 35vw;
  left: calc((100vw - 1280px) / 2 + 50vw - 17.5vw);
  top: 10%;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .section-service .frame3 {
    width: 42.5vw;
    left: calc(75vw + 60px - 21.25vw);
    top: 25%;
  }
}
@media screen and (max-width: 911px) {
  .section-service .frame3 {
    width: 75vw;
    top: 10%;
    left: calc(100vw - 80px - 37.5vw);
  }
}
.section-service .frame4 {
  width: 25vw;
  left: calc((100vw - 1280px) / 2 + 50vw + 17.5vw - 12.5vw);
  top: 15%;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .section-service .frame4 {
    width: 37.5vw;
    left: calc(75vw + 60px + 21.25vw - 17.25vw);
    top: 25%;
  }
}
@media screen and (max-width: 911px) {
  .section-service .frame4 {
    width: 17.25vw;
    top: 10%;
    left: 100vw;
  }
}
.section-service .frame5 {
  width: 15vw;
  left: calc((100vw - 1280px) / 2 + 50vw + 17.5vw + 12.5vw - 7.5vw);
  top: 20%;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .section-service .frame5 {
    left: 100vw;
    top: 25%;
  }
}
.section-service .frame:not(.frame2) .service-target__item-title,
.section-service .frame:not(.frame2) .service-target__item-text {
  display: none;
}

.section-feature {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-feature .feature-wrap {
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .section-feature .feature-wrap {
    padding: 50px 10px;
  }
}
.section-feature .feature-trigger {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.section-feature .feature-trigger__item {
  position: absolute;
  display: block;
  width: 350px;
  height: 350px;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .section-feature .feature-trigger__item {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .section-feature .feature-trigger__item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-trigger__item {
    position: relative;
    width: calc(100% - 10px);
    height: auto;
  }
}
.section-feature .feature-trigger__item:nth-of-type(1) {
  top: 0;
  right: 15%;
}
@media screen and (max-width: 991px) {
  .section-feature .feature-trigger__item:nth-of-type(1) {
    right: 25%;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-trigger__item:nth-of-type(1) {
    position: inherit;
  }
}
.section-feature .feature-trigger__item:nth-of-type(2) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-feature .feature-trigger__item:nth-of-type(2) {
    position: inherit;
    transform: translateY(0);
  }
}
.section-feature .feature-trigger__item:nth-of-type(3) {
  bottom: 0;
  right: 15%;
}
@media screen and (max-width: 991px) {
  .section-feature .feature-trigger__item:nth-of-type(3) {
    right: 25%;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-trigger__item:nth-of-type(3) {
    position: inherit;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-trigger__item.is-current {
    z-index: 11;
  }
}
.section-feature .feature-trigger__item.is-current .feature-trigger__link {
  background-color: #0071bc;
}
.section-feature .feature-trigger__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #29abe2;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.854rem + 0.1vw, 0.938rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: 50%;
  padding: 40px;
  transition: background 0.6s ease-out;
}
@media screen and (max-width: 1280px) {
  .section-feature .feature-trigger__link {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-trigger__link {
    border-radius: 10px;
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-feature .feature-trigger__link {
    padding: 10px;
  }
}
.section-feature .feature-trigger__link:hover {
  background-color: #0071bc;
}
.section-feature .feature-trigger__link .tab-heading {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
}
.section-feature .feature-trigger__link span {
  display: block;
  font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.625rem);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.25;
}
.section-feature .feature-target {
  position: relative;
  width: calc(100% - 150px);
  aspect-ratio: 1/1;
  border: 4px solid #0071bc;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .section-feature .feature-target {
    display: none;
  }
}
.section-feature .feature-target__item {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .section-feature .feature-target__item {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.section-feature .feature-target__item.is-active {
  visibility: visible;
  opacity: 1;
}
.section-feature .feature-target__title {
  font-size: clamp(1.625rem, 0.252rem + 4.06vw, 3.5rem);
  font-weight: 800;
  line-height: 1.6;
}
.section-feature .feature-float-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: floatImg 180s ease-in-out infinite;
          animation: floatImg 180s ease-in-out infinite;
  z-index: -1;
}
.section-feature .feature-float-img img {
  display: block;
  width: 100%;
  height: auto;
}

.section-partner {
  padding-top: 160px;
  background-image: var(--bg-img);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .section-partner {
    padding-bottom: 50px;
  }
}
.section-partner .partner__title {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .section-partner .partner__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-partner .partner__title {
    margin-bottom: 30px;
  }
}
.section-partner .partner__text {
  font-size: clamp(0.938rem, 0.833rem + 0.52vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .section-partner .partner__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-partner .partner__text {
    margin-bottom: 20px;
  }
}
.section-partner .partner__img {
  display: block;
  width: 40vw;
  max-width: 800px;
  aspect-ratio: 730/800;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.section-partner .partner__img img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .section-partner .partner__img img {
    transform: translateY(0);
  }
}

.section-company {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 130px;
  margin-top: -50px;
  background-color: #0071bc;
}
.section-company .company__title {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 911px) {
  .section-company .company__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-company .company__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .section-company .company__title {
    margin-bottom: 20px;
  }
}
.section-company .company__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .section-company .company__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.section-company .company__item-title {
  font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.125rem);
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 540px) {
  .section-company .company__item-title {
    font-size: 18px;
    font-weight: 600;
  }
}
.section-company .company__item-description {
  font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.125rem);
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 540px) {
  .section-company .company__item-description {
    font-weight: 400;
  }
}

.l-footer {
  padding-top: 40px;
  padding-bottom: 50px;
}
.l-footer .footer-wrap {
  padding: 40px 50px 20px;
  background: #e6e6e6;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-wrap {
    padding: 30px 30px 10px;
  }
}
@media screen and (max-width: 540px) {
  .l-footer .footer-wrap {
    padding: 30px 30px 10px;
  }
}
.l-footer .footer__content {
  padding-bottom: 120px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer .footer__content {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 540px) {
  .l-footer .footer__content {
    padding-bottom: 30px;
  }
}
.l-footer .footer__content--inner {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer__content--inner {
    max-width: 360px;
  }
}
@media screen and (max-width: 540px) {
  .l-footer .footer__content--inner {
    max-width: 260px;
  }
}
.l-footer .footer__content--inner .footer-logo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.l-footer .footer__content--inner .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer .footer__content .footer-text {
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.375rem);
  font-weight: 500;
  text-align: right;
}
.l-footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer .footer__bottom .footer-nav__item {
  margin-bottom: 5px;
}
.l-footer .footer__bottom .footer-nav__link {
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.3s ease-out;
}
.l-footer .footer__bottom .footer-nav__link:hover {
  opacity: 0.7;
}
.l-footer .footer__bottom .copyright {
  font-size: 12px;
}

.section-lower-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-lower-contact .lower-contact-wrap .contact-form__title {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  background-color: #0071bc;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.667rem + 2.29vw, 2.5rem);
  font-weight: 600;
  text-align: center;
}
.section-lower-contact .lower-contact-wrap .contact-form__content {
  position: relative;
  padding: 60px;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-lower-contact .lower-contact-wrap .contact-form__content {
    padding: 40px;
  }
}
@media screen and (max-width: 540px) {
  .section-lower-contact .lower-contact-wrap .contact-form__content {
    padding: 30px 20px;
  }
}
.section-lower-contact .lower-contact-wrap .contact-form__content p {
  margin-bottom: 30px;
}

.p-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 911px) {
  .p-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 540px) {
  .p-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-page--normal {
  background-color: #e6e6e6;
}
.p-page--contact {
  background-image: var(--bg-img);
}
.p-page__body {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 5px;
}
.p-page__body h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #0071bc;
  color: #0071bc;
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 911px) {
  .p-page__body h2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__body h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-page__body h2 {
    margin-top: 25px;
  }
}
.p-page__body p {
  margin-bottom: 30px;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
}
.p-page__body ul {
  margin-bottom: 30px;
  padding-left: 2rem;
  list-style-type: disc;
}
.p-page__body ul li {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  font-weight: 500;
  margin-bottom: 10px;
}
.p-page__body ul li > ul {
  margin-top: 30px;
  padding-left: 2rem;
  list-style-type: circle;
}
.p-page__body a {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-page__body a.block-link {
  color: #1e90ff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-page__body a.block-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1e90ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-out;
  counter-increment: "";
  content: "";
}
.p-page__body a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-out;
  counter-increment: "";
}
.p-page__body a:hover::after {
  transform: scaleX(1);
}

@-webkit-keyframes floatImg {
  0% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(90%);
  }
  100% {
    transform: translateY(-60%);
  }
}

@keyframes floatImg {
  0% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(90%);
  }
  100% {
    transform: translateY(-60%);
  }
}
.u-mt--0 {
  margin-top: 0 !important;
}
.u-mt--50 {
  margin-top: 50px !important;
}
.u-mt--100 {
  margin-top: 100px !important;
}
.u-mt--120 {
  margin-top: 120px !important;
}

.u-mb--20 {
  margin-bottom: 20px !important;
}
.u-mb--30 {
  margin-bottom: 30px !important;
}
.u-mb--40 {
  margin-bottom: 40px !important;
}
.u-mb--50 {
  margin-bottom: 50px !important;
}
.u-mb--100 {
  margin-bottom: 100px !important;
}
.u-mb--120 {
  margin-bottom: 120px !important;
}

.sp-on {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp-on {
    display: block;
  }
}

.tab-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .tab-on {
    display: block;
  }
}

.tab-off {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab-off {
    display: none;
  }
}

.wpcf7-spinner {
  display: none;
}

.u-color--accent {
  color: #ff2400;
}

.u-block {
  display: block !important;
}
/*# sourceMappingURL=style.css.map */