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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  border: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
  border: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #636a70;
  font-size: 1.1111111111vw;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-weight: 350;
  letter-spacing: 0.064em;
  letter-spacing: 0.084em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
body::-webkit-scrollbar {
  width: 0.6944444444vw;
  height: 0.6944444444vw;
}
body::-webkit-scrollbar-track {
  background: white;
}
body::-webkit-scrollbar-thumb {
  background: #ea5c30;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5vw;
    line-height: 1.8;
  }
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #636a70;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::selection {
  background: #ea5c30;
  color: #fff;
}

::-moz-selection {
  background: #ea5c30;
  color: #fff;
}

.l-wrapper {
  position: relative;
  overflow: clip;
  background: #e4e5e9;
}

.l-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(-100%);
}
.l-header.is-visible {
  transform: translateY(0);
}
.l-header_in {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header_in {
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 20vw;
  }
}
.l-header_logo {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .l-header_logo {
    top: 2.5694444444vw;
    left: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    top: 6.5vw;
    left: 5vw;
  }
}
.l-header_logo a {
  display: flex;
  align-items: flex-end;
}
.l-header_logo a img {
  width: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .l-header_logo a img {
    width: 30vw;
  }
}

.l-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-content {
    padding-top: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-top: 100svh;
  }
}
.l-content_bg {
  position: absolute;
  inset: 0;
  background: #f1f1f1;
}

.l-sec {
  position: relative;
  padding: 8.3333333333vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 15vw 5vw;
  }
}
.l-sec_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-sec_in {
    max-width: 83.3333333333vw;
  }
}

.l-footer {
  position: relative;
  background: url(../img/spec_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding-top: 18.0555555556vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 25vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.l-footer_in {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer_in {
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt {
    order: 2;
    margin-left: 6.25vw;
  }
}
.l-footer_top > ._txt ._title p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt ._title p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top > ._txt ._title p {
    font-size: 7.5vw;
  }
}
.l-footer_top > ._txt ._title span {
  display: block;
  font-family: "orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #636a70;
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt ._title span {
    margin-top: 1.7361111111vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top > ._txt ._title span {
    margin-top: 3.75vw;
    font-size: 3vw;
  }
}
.l-footer_top > ._txt ._company {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt ._company {
    margin-top: 4.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top > ._txt ._company {
    margin-top: 7.5vw;
    font-size: 4.5vw;
  }
}
.l-footer_top > ._txt ._address {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt ._address {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top > ._txt ._address {
    margin-top: 2.5vw;
  }
}
.l-footer_top > ._txt ._link {
  color: #fff;
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt ._link {
    margin-top: 3.4722222222vw;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top > ._txt ._link {
    margin-top: 7.5vw;
    padding-bottom: 2.5vw;
  }
}
.l-footer_top > ._txt ._link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ea5c30;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt ._link:hover::before {
    animation: link-underline-anime 0.4s ease-out forwards;
  }
}
@keyframes link-underline-anime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.l-footer_top > ._txt ._link::after {
  content: "";
  display: block;
  background: url(../img/ico_blank.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._txt ._link::after {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top > ._txt ._link::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top > ._img {
    order: 1;
    flex-basis: 44.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top > ._img {
    margin-top: 7.5vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_title {
    margin: 9.0277777778vw auto 0;
    max-width: 65.2777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_title {
    margin: 10vw auto 0;
  }
}
.l-footer_title p {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .l-footer_title p {
    height: 5.1388888889vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_title p {
    height: 5vw;
    margin: 0 auto;
  }
}
.l-footer_title p._txt1 {
  aspect-ratio: 940/74;
}
.l-footer_title p._txt2 {
  aspect-ratio: 940/74;
}
@media screen and (min-width: 769px) {
  .l-footer_title p._txt2 {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_title p._txt2 {
    margin-top: 5vw;
  }
}
.l-footer_title p img {
  width: auto;
  height: 100%;
}
.l-footer_copyright {
  text-align: center;
  font-family: "orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_copyright {
    margin-top: 6.9444444444vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    margin-top: 10vw;
    font-size: 3vw;
  }
}

.c-titleStyle1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-titleStyle1.-left {
  align-items: start;
}
.c-titleStyle1 > span {
  text-align: center;
}
.c-titleStyle1 > span._jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ea5c30;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > span._jp {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._jp {
    font-size: 6vw;
  }
}
.c-titleStyle1 > span._en {
  font-family: "orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.066em;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > span._en {
    margin-top: 1.3888888889vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._en {
    margin-top: 1.25vw;
    font-size: 2.5vw;
  }
}
.c-titleStyle1 > span._txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.066em;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > span._txt1 {
    margin-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._txt1 {
    margin-top: 1.25vw;
    font-size: 3vw;
  }
}
.c-titleStyle1 > span.-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > span._img {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._img {
    margin-bottom: 5vw;
  }
}
.c-titleStyle1 > span._img img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > span._img img {
    height: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._img img {
    height: 2.5vw;
  }
}

.p-secMain {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.p-secMain_in {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secMain_in {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_in {
    height: 100svh;
  }
}
.p-secMain_title {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-secMain_title {
    justify-content: center;
    width: 83.3333333333vw;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_title {
    padding-top: 60vw;
    width: 95vw;
    height: 100svh;
  }
}
.p-secMain_title p {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-secMain_title p {
    height: 11.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_title p {
    height: 12.5vw;
  }
}
.p-secMain_title p:nth-of-type(1) {
  transform: translateY(-100%) scale(1.4);
}
.p-secMain_title p:nth-of-type(2) {
  transform: translateY(0%) scale(1.4);
}
.p-secMain_title p:nth-of-type(3) {
  transform: translateY(100%) scale(1.4);
}
@media screen and (min-width: 769px) {
  .p-secMain_title p + p {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_title p + p {
    margin-top: 6.25vw;
  }
}
.p-secMain_title p img {
  width: auto;
  height: 100%;
  opacity: 0.6;
}
.p-secMain_title.is-visible p {
  opacity: 1;
  transition-duration: 1.8s;
  transform: scale(1);
}
.p-secMain_copy {
  position: absolute;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 0.8s;
  opacity: 0;
  transform: translateY(30%);
}
@media screen and (min-width: 769px) {
  .p-secMain_copy {
    right: 13.8888888889vw;
    top: 11.8055555556vw;
    width: 4.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_copy {
    right: 42.5vw;
    top: 37.5vw;
    width: 13.5vw;
  }
}
.p-secMain_copy.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-secMain_people {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transition-duration: 1.3s;
  transform: translateY(100%);
}
@media screen and (min-width: 769px) {
  .p-secMain_people {
    margin-top: 20.1388888889vw;
    margin-right: 24.3055555556vw;
    width: 36.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_people {
    margin-top: 82.5vw;
    margin-right: 7.5vw;
    width: 85vw;
  }
}
.p-secMain_people.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-secMain_people img {
  width: 100%;
  height: auto;
  animation: people-anime 5s ease-in-out infinite;
}
@keyframes people-anime {
  0% {
    transform: translateY(7%);
  }
  50% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(7%);
  }
}
.p-secMain_bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 1.5s;
  opacity: 0;
  transform: scale(1.5);
}
.p-secMain_bg.is-visible {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-secMain_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.p-cloud_wrap {
  pointer-events: none;
  position: absolute;
  left: -5%;
  right: -5%;
  width: 110%;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
.p-cloud_wrap ._cloud img {
  width: 100%;
}
.p-cloud_wrap ._cloud._cloud1 {
  flex-basis: 61%;
}
.p-cloud_wrap ._cloud._cloud2 {
  flex-basis: 39%;
}
.p-cloud_wrap ._cloud._cloud3 {
  flex-basis: 54%;
}
.p-cloud_wrap ._cloud._cloud4 {
  flex-basis: 46%;
}
.p-cloud_wrap ._cloud._cloud5 {
  flex-basis: 54%;
}
.p-cloud_wrap ._cloud._cloud6 {
  flex-basis: 46%;
}
.p-secMerit .p-cloud_wrap {
  bottom: 0;
  z-index: 0;
}

.p-secAfter .p-cloud_wrap {
  bottom: 0;
  z-index: 2;
}

.p-secLead {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secLead {
    padding-top: 13.8888888889vw;
    padding-bottom: 15.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead {
    padding-top: 25vw;
    padding-bottom: 32.5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secLead_in {
    max-width: 64.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_in {
    max-width: 85vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secLead_title p:nth-of-type(1) {
    aspect-ratio: 930/42;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_title p:nth-of-type(1) {
    aspect-ratio: 340/71;
  }
}
@media screen and (min-width: 769px) {
  .p-secLead_title p:nth-of-type(2) {
    margin-top: 3.8194444444vw;
    aspect-ratio: 930/72;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_title p:nth-of-type(2) {
    margin-top: 7.5vw;
    aspect-ratio: 340/135;
  }
}
@media screen and (min-width: 769px) {
  .p-secLead_title p:nth-of-type(3) {
    margin-top: 3.8194444444vw;
    aspect-ratio: 930/72;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_title p:nth-of-type(3) {
    margin-top: 5.75vw;
    aspect-ratio: 340/36;
  }
}
.p-secLead_title p img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 769px) {
  .p-secLead_cnt1 {
    margin-top: 16.8055555556vw;
    max-width: 46.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_cnt1 {
    margin-top: 25vw;
    width: 80vw;
  }
}
.p-secLead_cnt1 img {
  width: 100%;
}
.p-secLead ._obj {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secLead ._obj._obj1 {
    width: 54.5138888889vw;
    margin-top: 2.0833333333vw;
    margin-left: -4.5138888889vw;
    filter: blur(8px);
  }
}
@media screen and (max-width: 768px) {
  .p-secLead ._obj._obj1 {
    width: 96.25vw;
    margin-top: 2.5vw;
    margin-left: -41.25vw;
    filter: blur(4px);
  }
}
.p-secLead ._obj._obj2 {
  left: auto;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-secLead ._obj._obj2 {
    width: 4.5833333333vw;
    margin-top: 25.4166666667vw;
    margin-right: 18.75vw;
    filter: blur(12px);
  }
}
@media screen and (max-width: 768px) {
  .p-secLead ._obj._obj2 {
    width: 6.25vw;
    margin-top: 116.5vw;
    margin-right: 7.5vw;
    filter: blur(6px);
  }
}
@media screen and (min-width: 769px) {
  .p-secLead ._obj._obj3 {
    width: 99.375vw;
    margin-top: 44.4444444444vw;
    margin-left: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead ._obj._obj3 {
    width: 182.75vw;
    margin-top: 110vw;
    margin-left: 10vw;
  }
}
.p-secLead ._obj._obj4 {
  left: auto;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-secLead ._obj._obj4 {
    width: 101.3194444444vw;
    margin-top: 62.5vw;
    margin-right: -49.6527777778vw;
    filter: blur(10px);
  }
}
@media screen and (max-width: 768px) {
  .p-secLead ._obj._obj4 {
    width: 114.75vw;
    margin-top: 175vw;
    margin-right: -53.75vw;
    filter: blur(5px);
  }
}

.p-secProblem {
  background: #211f25 url(../img/problem_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .p-secProblem_in {
    max-width: 97.9166666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secProblem_cnt1 {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProblem_cnt1 {
    margin-top: 7.5vw;
  }
}
.p-secProblem_cnt1 ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-secProblem_cnt1 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProblem_cnt1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw;
  }
}
.p-secProblem_cnt1 ul li ._txt {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-secProblem_cnt1 ul li ._txt {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProblem_cnt1 ul li ._txt {
    margin-top: 5vw;
  }
}
.p-secProblem_cnt1 ul li ._txt span {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-secProblem_cnt1 ul li ._txt span {
    height: 1.3888888889vw;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProblem_cnt1 ul li ._txt span {
    height: 4vw;
    margin-right: 3.75vw;
  }
}
.p-secProblem_cnt1 ul li ._txt span img {
  vertical-align: top;
  width: auto;
  height: 100%;
}
.p-secProblem_cnt1 ul li ._txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secProblem_cnt1 ul li ._txt p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProblem_cnt1 ul li ._txt p {
    font-size: 4.5vw;
  }
}
.p-secProblem ._obj {
  position: absolute;
  top: 0;
  left: 0;
}
.p-secProblem ._obj._obj1 {
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .p-secProblem ._obj._obj1 {
    width: 4.5833333333vw;
    margin-top: 6.9444444444vw;
    margin-left: 10.4166666667vw;
    filter: blur(12px);
  }
}
@media screen and (max-width: 768px) {
  .p-secProblem ._obj._obj1 {
    width: 7.5vw;
    margin-top: 8.75vw;
    margin-left: 7.5vw;
    filter: blur(6px);
  }
}

@media screen and (min-width: 769px) {
  .p-secInnovation {
    padding-top: 18.0555555556vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation {
    padding-top: 25vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secInnovation_in {
    max-width: 97.2222222222vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 {
    margin-top: 7.5vw;
  }
}
.p-secInnovation_cnt1 ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw;
  }
}
.p-secInnovation_cnt1 ul li ._title {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.p-secInnovation_cnt1 ul li ._title p {
  font-family: "orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul li ._title p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul li ._title p {
    font-size: 4vw;
  }
}
.p-secInnovation_cnt1 ul li ._title span {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul li ._title span {
    height: 0.9722222222vw;
    margin-left: 0.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul li ._title span {
    height: 3.5vw;
    margin-left: 2vw;
  }
}
.p-secInnovation_cnt1 ul li ._title span img {
  vertical-align: top;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul li ._img {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul li ._img {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul li ._txt {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul li ._txt {
    margin-top: 3.75vw;
  }
}
.p-secInnovation_cnt1 ul li ._txt h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul li ._txt h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul li ._txt h3 {
    font-size: 5vw;
  }
}
.p-secInnovation_cnt1 ul li ._txt p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul li ._txt p {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul li ._txt p {
    margin-top: 2.5vw;
  }
}
.p-secInnovation_cnt1 ul li ._txt p span {
  display: inline-block;
  color: #9ea7af;
}
@media screen and (min-width: 769px) {
  .p-secInnovation_cnt1 ul li ._txt p span {
    font-size: 0.9027777778vw;
    margin-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation_cnt1 ul li ._txt p span {
    font-size: 3vw;
    margin-left: 3.75vw;
  }
}
.p-secInnovation ._obj {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secInnovation ._obj._obj1 {
    width: 69.7916666667vw;
    margin-top: 7.9861111111vw;
    margin-left: -11.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInnovation ._obj._obj1 {
    width: 101.25vw;
    margin-top: 7.5vw;
    margin-left: -40vw;
  }
}

.p-secMerit_cnt1,
.p-secHowto_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1,
  .p-secHowto_cnt1 {
    padding-left: 11.8055555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1,
  .p-secHowto_cnt1 {
    padding-left: 12.5vw;
  }
}
.p-secMerit_cnt1 ._subtitle,
.p-secHowto_cnt1 ._subtitle {
  position: absolute;
  top: 0;
  left: 0;
}
.p-secMerit_cnt1 ._subtitle > *,
.p-secHowto_cnt1 ._subtitle > * {
  font-family: "orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #e5e5e5;
  letter-spacing: 0.066em;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ._subtitle > *,
  .p-secHowto_cnt1 ._subtitle > * {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 ._subtitle > *,
  .p-secHowto_cnt1 ._subtitle > * {
    font-size: 7.5vw;
  }
}

.p-secMerit {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-secMerit {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li {
    display: flex;
    align-items: start;
  }
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li + li {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 ul li + li {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li ._img {
    width: 31.9444444444vw;
    min-width: 31.9444444444vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li ._txt {
    margin-left: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 ul li ._txt {
    margin-top: 5vw;
  }
}
.p-secMerit_cnt1 ul li ._txt ._title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-secMerit_cnt1 ul li ._txt ._title p {
  font-family: "orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li ._txt ._title p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 ul li ._txt ._title p {
    font-size: 4vw;
  }
}
.p-secMerit_cnt1 ul li ._txt ._title span {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li ._txt ._title span {
    height: 0.7638888889vw;
    margin-left: 0.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 ul li ._txt ._title span {
    height: 2.75vw;
    margin-left: 2vw;
  }
}
.p-secMerit_cnt1 ul li ._txt ._title span img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.p-secMerit_cnt1 ul li ._txt > h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li ._txt > h3 {
    margin-top: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 ul li ._txt > h3 {
    margin-top: 3.75vw;
    font-size: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secMerit_cnt1 ul li ._txt > p {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit_cnt1 ul li ._txt > p {
    margin-top: 3.75vw;
  }
}
.p-secMerit ._obj {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secMerit ._obj._obj1 {
    width: 99.375vw;
    margin-top: 9.0277777778vw;
    margin-left: 29.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit ._obj._obj1 {
    width: 157.75vw;
    margin-top: 2.5vw;
    margin-left: 5vw;
  }
}

.p-secHowto {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secHowto {
    margin-top: -5.5555555556vw;
    aspect-ratio: 1440/730;
  }
}
@media screen and (max-width: 768px) {
  .p-secHowto {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 769px) {
  .p-secHowto_in {
    height: 100%;
  }
}
.p-secHowto_cnt1 {
  height: 100%;
  display: flex;
}
.p-secHowto_cnt1 ._subtitle > * {
  opacity: 0.2;
}
@media screen and (min-width: 769px) {
  .p-secHowto_cnt1 {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secHowto_cnt1 ._txt {
    margin-left: 4.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHowto_cnt1 ._txt {
    margin-top: -2.5vw;
    margin-left: 0vw;
  }
}
.p-secHowto_cnt1 ._txt h3 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secHowto_cnt1 ._txt h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHowto_cnt1 ._txt h3 {
    font-size: 5vw;
  }
}
.p-secHowto_cnt1 ._txt p {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secHowto_cnt1 ._txt p {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHowto_cnt1 ._txt p {
    margin-top: 5vw;
  }
}
.p-secHowto_img1 {
  position: absolute;
  inset: 0;
}
.p-secHowto_img1 img {
  width: 100%;
}

.p-secSpec {
  z-index: 1;
  background: url(../img/spec_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .p-secSpec {
    padding-top: 9.7222222222vw;
  }
}
.p-secSpec_shoulder {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .p-secSpec_shoulder {
    width: 88.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_shoulder {
    width: 85vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secSpec_in {
    max-width: 97.2222222222vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt1 {
    position: relative;
    width: 75vw;
    margin: 7.5vw auto 0;
  }
}
.p-secSpec_cnt1 .swiper {
  overflow: visible;
}
.p-secSpec_cnt1 .swiper-ctrl {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 .swiper-button-next, .p-secSpec_cnt1 .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt1 .swiper-button-next, .p-secSpec_cnt1 .swiper-button-prev {
    transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer;
    pointer-events: auto;
    background: #ea5c30;
    width: 10vw;
    height: 10vw;
    min-width: 10vw;
    min-height: 10vw;
    border-radius: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt1 .swiper-button-next::before, .p-secSpec_cnt1 .swiper-button-prev::before {
    content: "";
    display: block;
    background: url(../img/ico_arrow1_white.svg) no-repeat center/contain;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.p-secSpec_cnt1 .swiper-button-next {
  right: 0;
  transform: translateX(70%);
  top: 21.25vw;
}
.p-secSpec_cnt1 .swiper-button-prev {
  left: 0;
  transform: translateX(-70%);
  top: 21.25vw;
}
.p-secSpec_cnt1 .swiper-button-prev::before {
  transform: rotate(180deg);
}
.p-secSpec_cnt1 .swiper-button-disabled {
  pointer-events: none !important;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 ul {
    margin-top: -4.8611111111vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 ul li {
    width: 23.2638888889vw;
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 ul li ._txt {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt1 ul li ._txt {
    margin-top: 3.75vw;
  }
}
.p-secSpec_cnt1 ul li ._txt > h3 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 ul li ._txt > h3 {
    padding: 0 35px;
  }
}
.p-secSpec_cnt1 ul li ._txt > h3 p {
  line-height: 1;
  display: inline-block;
}
.p-secSpec_cnt1 ul li ._txt > h3 p._txt1 {
  aspect-ratio: 260/20;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 ul li ._txt > h3 p._txt1 {
    height: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt1 ul li ._txt > h3 p._txt1 {
    height: 3.75vw;
  }
}
.p-secSpec_cnt1 ul li ._txt > h3 p._txt2 {
  aspect-ratio: 260/44;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 ul li ._txt > h3 p._txt2 {
    margin-top: 1.3888888889vw;
    height: 3.0555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt1 ul li ._txt > h3 p._txt2 {
    margin-top: 5vw;
    height: 8.75vw;
  }
}
.p-secSpec_cnt1 ul li ._txt > h3 p img {
  vertical-align: top;
  width: auto;
  height: 100%;
}
.p-secSpec_cnt1 ul li ._txt > p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt1 ul li ._txt > p {
    margin-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt1 ul li ._txt > p {
    margin-top: 5vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt2 {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt2 {
    margin-top: 15vw;
  }
}
.p-secSpec_cnt2 p {
  text-align: center;
  line-height: 1;
}
.p-secSpec_cnt2 p._txt1 {
  font-family: "orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #e5e5e5;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt2 p._txt1 {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt2 p._txt1 {
    font-size: 8.75vw;
  }
}
.p-secSpec_cnt2 p._txt2 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secSpec_cnt2 p._txt2 {
    margin-top: 2.0833333333vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSpec_cnt2 p._txt2 {
    margin-top: 5vw;
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px) {
  .p-secFaq {
    padding-top: 9.7222222222vw;
    padding-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 {
    margin-top: 7.5vw;
  }
}
.p-secFaq_cnt1 dl {
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 dl {
    border-radius: 0.2777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl {
    border-radius: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 dl + dl {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl + dl {
    margin-top: 3.75vw;
  }
}
.p-secFaq_cnt1 dl dt {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 dl dt {
    justify-content: center;
    min-height: 5.5555555556vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dt {
    min-height: 15vw;
    font-size: 4vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-right: 10vw;
    padding-left: 20px;
    text-align: left;
  }
}
.p-secFaq_cnt1 dl dt::before, .p-secFaq_cnt1 dl dt::after {
  content: "";
  background: #ea5c30;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 dl dt::before, .p-secFaq_cnt1 dl dt::after {
    width: 1.1111111111vw;
    right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dt::before, .p-secFaq_cnt1 dl dt::after {
    width: 4vw;
    right: 3.75vw;
  }
}
.p-secFaq_cnt1 dl dt:after {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: rotate(90deg);
}
.p-secFaq_cnt1 dl dt.is-visible::after {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 dl dt:hover {
    opacity: 0.8;
  }
}
.p-secFaq_cnt1 dl dd div p {
  display: flex;
  align-items: center;
  color: #ea5c30;
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 dl dd div p {
    justify-content: center;
    min-height: 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dd div p {
    min-height: 15vw;
    padding: 0 5vw 2.5vw;
    text-align: left;
  }
}

.p-secAfter {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-secAfter_in {
    max-width: 97.2222222222vw;
  }
}
.p-secAfter_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ea5c30;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-secAfter_title {
    font-size: 4.3055555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAfter_title {
    font-size: 5vw;
  }
}
.p-secAfter_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secAfter_cnt1 {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAfter_cnt1 {
    margin-top: 2.5vw;
  }
}
.p-secAfter_cnt1 ._people {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 32.6388888889vw;
  margin-left: 30.5555555556vw;
  margin-top: 20.1388888889vw;
}
.p-secAfter_cnt1 ._bg {
  position: relative;
  z-index: 0;
  aspect-ratio: 1400/680;
}
.p-secAfter_cnt1 ._bg img {
  position: absolute;
  aspect-ratio: 1400/826;
  width: 100%;
}

@media screen and (min-width: 769px) {
  html.lenis {
    height: auto;
  }
  html.lenis body {
    height: auto;
  }
  html.lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  html.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  html.lenis.lenis-stopped {
    overflow: hidden;
  }
  html.lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}

[data-animation-fadein] {
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
[data-animation-fadein].is-animation {
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}

[data-animation-slideup] {
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(150px) !important;
}
[data-animation-slideup].is-animation {
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  transform: translateY(0) !important;
}

[data-accordion] [data-accordion-cnt] {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
[data-accordion] [data-accordion-cnt] > * {
  overflow: hidden;
}
[data-accordion] [data-accordion-cnt].is-visible {
  grid-template-rows: 1fr;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1440px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */