html {
  position: relative;
  scroll-padding-top: 8vw;
  overflow-x: hidden;
}

.body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
  overflow-x: hidden;
}

.main {
  padding-top: 6.718vw;
}
@media (max-width: 768px) {
  .main {
    padding-top: 13vw;
  }
}

img,
source {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .for_pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .for_sp {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75% 11%;
  background: #414141;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 3% 2.66%;
  }
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-logo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .header__nav-logo {
    width: 42.2%;
  }
}
.header__nav-btn {
  width: 39.5%;
  transition: 0.26s;
}
@media screen and (max-width: 768px) {
  .header__nav-btn {
    width: 45%;
  }
}
.header__nav-btn:hover {
  filter: brightness(1.075);
  scale: 0.97;
}

.fv {
  margin-bottom: 3.5%;
}
.fv__sec01 {
  display: flex;
  align-items: center;
  margin-bottom: 3.5%;
  padding: 6% 11%;
  background: 151% 50%/75% no-repeat url(../image/bg_fv.svg);
}
@media screen and (max-width: 768px) {
  .fv__sec01 {
    flex-flow: column;
    margin-bottom: 3.5%;
    padding: 12vw 2.66% 0;
    height: 124vw;
    background: 52% 100%/128% no-repeat url(../image/bg_fv.svg);
  }
}
.fv__sec01--movie {
  background: 151% 50%/75% no-repeat url(../image/bg_fv_movie.webp);
}
@media screen and (max-width: 768px) {
  .fv__sec01--movie {
    margin-bottom: 4.5%;
    height: auto;
    background: 52% 100%/128% no-repeat url(../image/bg_fv_movie.webp);
  }
}
.fv__sec01-txtarea {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .fv__sec01-txtarea {
    display: inline-block;
    width: 100%;
  }
}
.fv__sec01-read {
  margin-bottom: 0.8vw;
  font-size: 3.75vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv__sec01-read {
    font-size: 8vw;
  }
}
.fv__sec01-read::first-line {
  font-size: 0.667em;
}
.fv__sec01-read-blue {
  color: #003AA8;
}
.fv__sec01-data {
  display: flex;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .fv__sec01-data {
    justify-content: flex-end;
  }
}
.fv__sec01-data-circle {
  display: grid;
  place-items: center;
  width: 14.8vw;
  font-size: 2.18vw;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
  background: #004B95;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .fv__sec01-data-circle {
    width: 22.8vw;
    font-size: 3.5vw;
  }
}
.fv__sec01-data-circle-inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__sec01-data-circle-inner.no2 {
    transform: translateY(0.5vw);
  }
}
.fv__sec01-data-est-small {
  font-size: 0.714em;
}
.fv__sec01-data-num-large {
  font-size: 1.5em;
}
.fv__sec01-data-num-small {
  font-size: 0.714em;
}
.fv__sec01-movie {
  position: relative;
  flex: 1;
  transform: translateY(4.5vw);
}
.fv__sec01-movie::before, .fv__sec01-movie::after {
  content: "";
  position: absolute;
  bottom: 0.5vw;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv__sec01-movie::before, .fv__sec01-movie::after {
    bottom: 3vw;
  }
}
.fv__sec01-movie::before {
  left: -12%;
  width: 8.28vw;
  aspect-ratio: 1/1.523;
  background: center/contain no-repeat url(../image/img_plant_fv_sec01.webp);
}
@media screen and (max-width: 768px) {
  .fv__sec01-movie::before {
    left: -19%;
    width: 14.13vw;
  }
}
.fv__sec01-movie::after {
  right: -25%;
  width: 15.85vw;
  aspect-ratio: 1/1;
  background: center/contain no-repeat url(../image/img_peaple_fv_sec01.webp);
}
@media screen and (max-width: 768px) {
  .fv__sec01-movie::after {
    right: -20%;
    width: 26.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__sec01-movie {
    width: 74%;
    transform: translateY(3vw);
  }
}
.fv__sec01-movie-item {
  position: absolute;
  top: 37.75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91.5%;
  aspect-ratio: 16/9;
}
.fv__sec02 {
  margin: 0 auto;
  width: 78%;
  position: relative;
  background: rgba(242, 242, 242, 0.72);
  border-radius: 0.65vw;
  padding: 3.3% 26% 2.7% 4%;
}
@media screen and (max-width: 768px) {
  .fv__sec02 {
    width: 94.6%;
  }
}
.fv__sec02::before {
  content: "";
  position: absolute;
  display: inline-block;
}
.fv__sec02-read {
  margin-bottom: 0.65em;
  padding-bottom: 0.25em;
  font-size: 1.87vw;
  font-weight: 600;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .fv__sec02-read {
    margin-bottom: 1em;
    padding-bottom: 0.75em;
    text-align: center;
    font-size: 4.26vw;
  }
}
.fv__sec02-list-item {
  margin-bottom: 0.5em;
  background: left/3.5% no-repeat url(../image/icn_check_blue.svg);
}
@media screen and (max-width: 768px) {
  .fv__sec02-list-item {
    background: left 1.2vw/3.5% no-repeat url(../image/icn_check_blue.svg);
  }
}
@media screen and (max-width: 768px) {
  .fv__sec02 {
    padding: 4% 7% 2%;
  }
}
.fv__sec02::before {
  right: 3%;
  bottom: 0;
  width: 29.6%;
  aspect-ratio: 1/1;
  background: center/cover no-repeat url(../image/img_fv_sec02.webp);
}
@media screen and (max-width: 768px) {
  .fv__sec02::before {
    right: 0.5%;
    width: 34.5%;
  }
}
.fv__sec02-list {
  font-size: 1.56vw;
}
@media screen and (max-width: 768px) {
  .fv__sec02-list {
    font-size: 3.46vw;
    font-weight: 600;
  }
}
.fv__sec02-list-item {
  padding-left: 1.75em;
  opacity: 0;
}
.fv__sec02-list-item.is-active {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 768px) {
  .fv__sec02-list-item {
    padding-left: 1.5em;
    background: left 1.2vw/3.5% no-repeat url(../image/icn_check_blue.svg);
  }
}

.reason {
  margin-bottom: 6.5%;
}
@media screen and (max-width: 768px) {
  .reason {
    margin-bottom: 11.5%;
  }
}
.reason__head {
  margin-bottom: 1.8em;
  padding: 0.4em 0;
  text-align: center;
  font-size: 2.96vw;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, #004B95, #1c1c1c);
  box-shadow: 0px 10px 10px -2px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.reason__head span {
  font-size: 0.666em;
}
@media screen and (max-width: 768px) {
  .reason__head {
    font-size: 5.86vw;
  }
}
.reason__head::before {
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  opacity: 0;
  background-color: #fff;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 50px;
  height: 100%;
}
.reason__head.is-active::before {
  animation: shine 0.7s linear;
}
.reason__sec-head {
  margin: 0 auto;
  width: 78%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5vw;
  line-height: 1.3em;
  font-size: 2.5vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .reason__sec-head {
    width: 94.6%;
  }
}
@media screen and (max-width: 768px) {
  .reason__sec-head {
    width: 100%;
    flex-flow: column;
    gap: 3.5vw;
    text-align: center;
    line-height: 1.5em;
    font-size: 5.33vw;
  }
}
.reason__sec-head-secret {
  padding-left: 1.7em;
  color: #003AA8;
  background: left/22% no-repeat url(../image/icn_key.svg);
}
.reason__sec-head-secret.is-active {
  animation: balloon 2s ease-out;
  opacity: 1;
}
.reason__sec-head-num {
  display: inline-block;
  margin-left: 0.15em;
  letter-spacing: 0.005em;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.875em;
  transform: translateY(15%);
}
.reason__sec-head-txt--blue {
  color: #003AA8;
}
.reason__sec01 {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .reason__sec01 {
    margin-bottom: 7.5vw;
  }
}
.reason__sec01 .reason__sec-head {
  margin-bottom: 3%;
}
.reason__sec01-gradarea {
  padding-block: 3% 1.75%;
  text-align: center;
  font-weight: 600;
  background: #E5F2FF;
  -webkit-clip-path: ellipse(55% 100% at bottom);
  clip-path: ellipse(55% 100% at bottom);
}
@media screen and (max-width: 768px) {
  .reason__sec01-gradarea {
    padding-block: 5% 4%;
    -webkit-clip-path: ellipse(59% 100% at bottom);
    clip-path: ellipse(59% 100% at bottom);
  }
}
.reason__sec01-gradarea-datattl {
  font-size: 1.875vw;
}
@media screen and (max-width: 768px) {
  .reason__sec01-gradarea-datattl {
    margin-bottom: 0.65em;
    font-size: 3.73vw;
  }
}
.reason__sec01-gradarea-datadesc {
  display: inline-block;
  font-size: 4.68vw;
  color: #0051EA;
}
@media screen and (max-width: 768px) {
  .reason__sec01-gradarea-datadesc {
    font-size: 9vw;
  }
}
.reason__sec01-gradarea-datadesc strong {
  padding: 0 0.2em 0.1em;
  background: linear-gradient(to bottom, transparent 0, transparent 68%, #FFF 68%, #FFF 83%, transparent 83%, transparent 100%);
}
.reason__sec01-gradarea-datadesc strong span {
  font-size: 0.533em;
  color: #1c1c1c;
}
.reason__sec01-gradarea-datadesc small {
  display: block;
  text-align: right;
  font-size: 1.09vw;
  font-weight: lighter;
  color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  .reason__sec01-gradarea-datadesc small {
    font-size: 2.13vw;
  }
}
.reason__sec02 {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .reason__sec02 {
    margin-bottom: 11%;
  }
}
.reason__sec02 .reason__sec-head {
  margin-bottom: 4%;
}
.reason__sec02-content {
  margin: 0 auto;
  width: 78%;
}
@media screen and (max-width: 768px) {
  .reason__sec02-content {
    width: 94.6%;
  }
}
.reason__sec02-subhead {
  margin-bottom: 1.4vw;
  padding-block: 0.85em 0.55em;
  text-align: center;
  background: #FFDB3E;
  border-radius: 0.4vw;
}
@media screen and (max-width: 768px) {
  .reason__sec02-subhead {
    margin-bottom: 4.4vw;
  }
}
.reason__sec02-subhead-txt {
  display: inline-block;
  padding-left: 2em;
  line-height: 1.7em;
  font-size: 1.56vw;
  font-weight: 600;
  background: 0% 50%/4% no-repeat url(../image/icn_check_black.svg);
}
@media screen and (max-width: 768px) {
  .reason__sec02-subhead-txt {
    padding: 0;
    font-size: 3.46vw;
    background: 7% 17%/6% no-repeat url(../image/icn_check_black.svg);
  }
}
.reason__sec02-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .reason__sec02-list {
    gap: 2.5vw;
  }
}
.reason__sec02-list-item {
  position: relative;
  flex: 1;
}
.reason__sec02-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53.3%;
  display: inline-block;
  width: 9.25vw;
  aspect-ratio: 1/0.475;
  background: center/cover no-repeat url(../image/icn_dakara_reason.svg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason__sec02-list-item::before {
    width: 16vw;
  }
}
.reason__sec02-list-item-point {
  position: relative;
  margin-bottom: 0.8vw;
  padding: 0.5% 6.5%;
  aspect-ratio: 1/0.5;
  border-radius: 0.6vw;
  background: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .reason__sec02-list-item-point {
    margin-bottom: 1.6vw;
    aspect-ratio: 1/0.98;
  }
}
.reason__sec02-list-item-point-num {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.09vw;
}
@media screen and (max-width: 768px) {
  .reason__sec02-list-item-point-num {
    font-size: 2.13vw;
  }
}
.reason__sec02-list-item-point-num span {
  display: inline-block;
  padding-left: 0.15em;
  font-size: 2.285em;
  transform: translateY(0.5vw);
}
.reason__sec02-list-item-point-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 56.5%;
  white-space: nowrap;
  text-align: center;
  font-size: 1.875vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .reason__sec02-list-item-point-txt {
    top: 53%;
    font-size: 3.35vw;
  }
}
.reason__sec02-list-item-point-txt strong {
  display: inline-block;
  padding: 0 0.1em;
  background: linear-gradient(to bottom, transparent 0, transparent 80%, #F3C349 80%, #F3C349 90%, transparent 90%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .reason__sec02-list-item-point-txt strong {
    background: linear-gradient(to bottom, transparent 0, transparent 84.5%, #F3C349 84.5%, #F3C349 90%, transparent 90%, transparent 100%);
  }
}
.reason__sec02-list-item-point-txt strong.no03 {
  background: linear-gradient(to bottom, transparent 0, transparent 84.5%, #F3C349 84.5%, #F3C349 90%, transparent 90%, transparent 100%);
}
.reason__sec02-list-item-answer {
  position: relative;
  aspect-ratio: 1/0.475;
  border-radius: 0.6vw;
  background: #EBF5FF;
}
@media screen and (max-width: 768px) {
  .reason__sec02-list-item-answer {
    aspect-ratio: 1/0.834;
  }
}
.reason__sec02-list-item-answer-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 52.5%;
  white-space: nowrap;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 600;
  color: #0051EA;
}
@media screen and (max-width: 768px) {
  .reason__sec02-list-item-answer-txt {
    top: 53%;
    font-size: 3.35vw;
  }
}
.reason__sec03 {
  padding-top: 7%;
  background: #F9F9F9;
  background: linear-gradient(to bottom, #F9F9F9 0, #F9F9F9 75%, transparent 75%, transparent 100%);
  overflow: hidden;
}
.reason__sec03 .reason__sec-head {
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .reason__sec03 .reason__sec-head {
    margin-bottom: 12%;
  }
}
.reason__sec03-servicelist {
  display: flex;
  flex-wrap: wrap;
  gap: 1.56vw;
  width: 66.7%;
  margin: 0 auto 6%;
}
@media screen and (max-width: 768px) {
  .reason__sec03-servicelist {
    gap: 2.4vw;
    margin: 0 auto 14%;
    width: 100%;
  }
}
.reason__sec03-servicelist-item {
  width: 48.8%;
}
@media screen and (max-width: 768px) {
  .reason__sec03-servicelist-item {
    scale: 1.15;
  }
}
.reason__sec03-support {
  margin: 0 auto 8%;
  padding-block: 3% 4.5%;
  width: 90%;
  border-radius: 0.65vw;
  background: #004B95;
  box-shadow: 0 0.3vw 0.8vw 0.09vw rgba(75, 75, 75, 0.56);
}
@media screen and (max-width: 768px) {
  .reason__sec03-support {
    padding-block: 9% 8.5%;
    width: 94.6%;
    border-radius: 2.5vw;
  }
}
.reason__sec03-support-head {
  position: relative;
  padding-top: 5%;
  text-align: center;
  font-size: 2.968vw;
  font-weight: 600;
  z-index: 1;
  margin-bottom: 4%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason__sec03-support-head {
    font-size: 5.866vw;
  }
}
.reason__sec03-support-head::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.818em;
}
@media screen and (max-width: 768px) {
  .reason__sec03-support-head::before {
    top: 35%;
  }
}
.reason__sec03-support-head::before {
  content: "SUPPORT";
  color: #fff;
  opacity: 0;
}
.reason__sec03-support-head.is-active::before {
  animation: centerTextSupport 2s ease-in-out;
  opacity: 0.14;
}
.reason__sec03-supportlist {
  display: flex;
  justify-content: center;
  gap: 2.2vw;
  margin: 0 auto;
  width: 74.3%;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist {
    width: 93.5%;
  }
}
.reason__sec03-supportlist-item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding-block: 2.75%;
  border-radius: 0.65vw;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item {
    padding-block: 4%;
  }
}
.reason__sec03-supportlist-item-head {
  font-size: 2.18vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-head {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-img {
    margin-block: 3.5%;
  }
}
.reason__sec03-supportlist-item-img.no1 {
  width: 71.9%;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-img.no1 {
    width: 75%;
  }
}
.reason__sec03-supportlist-item-img.no2 {
  width: 91%;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-img.no2 {
    width: 100%;
  }
}
.reason__sec03-supportlist-item-caption {
  width: 91%;
}
.reason__sec03-supportlist-item-txt {
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 1.25vw;
  border: 0.12vw solid #C7C7C7;
  border-radius: 0.55vw;
  box-shadow: 1.25px 1.25px 1.25px 1.25px #eee;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-txt {
    font-size: 2.93vw;
  }
}
.reason__sec03-supportlist-item-txt.no1 {
  margin-bottom: 0.45em;
  height: 3.03vw;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-txt.no1 {
    height: 11.3vw;
  }
}
.reason__sec03-supportlist-item-txt.no2 {
  padding-block: 0.4em;
  height: 3.03vw;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-txt.no2 {
    height: 11.3vw;
  }
}
.reason__sec03-supportlist-item-txt.no3 {
  height: 6.6vw;
}
@media screen and (max-width: 768px) {
  .reason__sec03-supportlist-item-txt.no3 {
    height: 23.78vw;
  }
}
.reason__sec04 {
  margin: 0 auto;
  width: 78%;
  position: relative;
  background: rgba(242, 242, 242, 0.72);
  border-radius: 0.65vw;
  padding: 2.75% 15% 2%;
}
@media screen and (max-width: 768px) {
  .reason__sec04 {
    width: 94.6%;
  }
}
.reason__sec04::before {
  content: "";
  position: absolute;
  display: inline-block;
}
.reason__sec04-read {
  margin-bottom: 0.65em;
  padding-bottom: 0.25em;
  font-size: 1.87vw;
  font-weight: 600;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .reason__sec04-read {
    margin-bottom: 1em;
    padding-bottom: 0.75em;
    text-align: center;
    font-size: 4.26vw;
  }
}
.reason__sec04-list-item {
  margin-bottom: 0.5em;
  background: left/3.5% no-repeat url(../image/icn_check_blue.svg);
}
@media screen and (max-width: 768px) {
  .reason__sec04-list-item {
    background: left 1.2vw/3.5% no-repeat url(../image/icn_check_blue.svg);
  }
}
@media screen and (max-width: 768px) {
  .reason__sec04 {
    padding: 4.75% 7% 8%;
  }
}
.reason__sec04::before {
  right: 3%;
  bottom: 0;
  width: 16.7%;
  aspect-ratio: 1/1.617;
  background: center/cover no-repeat url(../image/img_reason_sec04.webp);
}
@media screen and (max-width: 768px) {
  .reason__sec04::before {
    width: 22.7%;
  }
}
.reason__sec04-read {
  margin-bottom: 0.75em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__sec04-read {
    margin-bottom: 1em;
  }
}
.reason__sec04-list-item {
  padding-left: 1em;
  font-size: 2.18vw;
  font-weight: 600;
  opacity: 0;
}
.reason__sec04-list-item.is-active {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 768px) {
  .reason__sec04-list-item {
    margin: 0 auto;
    padding-left: 1.5em;
    width: 90%;
    font-size: 4.26vw;
    background: left 1.5vw/6% no-repeat url(../image/icn_check_blue.svg);
    white-space: nowrap;
  }
}
.reason__sec04-lead {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-block: 0.1em 1.1em;
  width: 38%;
  text-align: center;
  font-size: 1.875vw;
  font-weight: 600;
  color: #0051EA;
  background: rgba(242, 242, 242, 0.72);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .reason__sec04-lead {
    padding-block: 0 0.9em;
    width: 49.2%;
    font-size: 3.73vw;
  }
}

.customer__head {
  margin-bottom: 1.8em;
  padding: 0.4em 0;
  text-align: center;
  font-size: 2.96vw;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, #004B95, #1c1c1c);
  box-shadow: 0px 10px 10px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 1.25em;
  position: relative;
  overflow: hidden;
}
.customer__head span {
  font-size: 0.666em;
}
@media screen and (max-width: 768px) {
  .customer__head {
    font-size: 5.86vw;
  }
}
@media screen and (max-width: 768px) {
  .customer__head {
    margin-bottom: 1.8em;
    line-height: 1.28em;
  }
}
.customer__head::before {
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  opacity: 0;
  background-color: #fff;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 50px;
  height: 100%;
}
.customer__head.is-active::before {
  animation: shine 0.7s linear;
}
.customer__sec01 {
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .customer__sec01 {
    margin-bottom: 14%;
  }
}
.customer__sec01-head {
  position: relative;
  padding-top: 5%;
  text-align: center;
  font-size: 2.968vw;
  font-weight: 600;
  z-index: 1;
  margin-bottom: 0.4em;
  color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  .customer__sec01-head {
    font-size: 5.866vw;
  }
}
.customer__sec01-head::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.818em;
}
@media screen and (max-width: 768px) {
  .customer__sec01-head::before {
    top: 35%;
  }
}
.customer__sec01-head::before {
  content: "VOICE";
  color: #004B95;
  opacity: 0;
}
.customer__sec01-head.is-active::before {
  animation: centerTextVoice 2s ease-in-out;
  opacity: 0.05;
}
.customer__sec01-read {
  margin-bottom: 2.4em;
  text-align: center;
  font-size: 1.56vw;
}
@media screen and (max-width: 768px) {
  .customer__sec01-read {
    font-size: 3.46vw;
  }
}
.customer__sec01-slider {
  position: relative;
  margin: 0 auto;
  padding: 0 2.5%;
  width: 78%;
  transform: translateX(-1vw);
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider {
    padding: 0;
    width: 100%;
    transform: unset;
  }
}
.customer__sec01-slider-list {
  padding: 0 0.25vw 1.5vw !important;
}
.customer__sec01-slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.customer__sec01-slider-arrow {
  width: 1.8vw;
  transition: 0.26s;
  cursor: pointer;
}
.customer__sec01-slider-arrow--prev {
  rotate: 180deg;
}
.customer__sec01-slider-arrow:hover {
  opacity: 0.6;
  scale: 0.9;
}
.customer__sec01-slider .splide__pagination {
  gap: 0.7vw;
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider .splide__pagination {
    gap: 2vw;
    margin-top: 5.5%;
  }
}
.customer__sec01-slider .splide__pagination__page {
  width: 0.8vw;
  aspect-ratio: 1/1;
  border-radius: 200%;
  background: #000;
  transition: 0.13s;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider .splide__pagination__page {
    width: 2.66vw;
  }
}
.customer__sec01-slider .splide__pagination__page.is-active {
  background: #003AA8;
}
.customer__sec01-slider-item {
  padding: 0.5%;
}
.customer__sec01-slider-item-inner {
  height: 100%;
  border-radius: 0.85vw;
  overflow: hidden;
  box-shadow: 0 0.2vw 0.5vw 0 rgba(75, 75, 75, 0.3);
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-item-inner {
    border-radius: 1vw;
  }
}
.customer__sec01-slider-item-num {
  display: block;
  margin-bottom: 0.45em;
  padding-block: 0.33em;
  width: 4vw;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.56vw;
  color: #fff;
  border-radius: 0 0 0.8vw 0;
  background: #003AA8;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-item-num {
    margin-bottom: -8%;
    padding-block: 0.45em;
    width: 11.7vw;
    font-size: 3.733vw;
  }
}
.customer__sec01-slider-personal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 9%;
  width: 87%;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-personal {
    align-items: flex-end;
    margin: 0 auto 5.5%;
    padding: 0 2.5% 6%;
    border-bottom: 1px solid #003AA8;
  }
}
.customer__sec01-slider-personal-summary {
  font-size: 1.56vw;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-personal-summary {
    margin-bottom: 3%;
    font-size: 3.46vw;
  }
}
.customer__sec01-slider-personal-job {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-personal-job {
    margin-bottom: 3%;
    font-size: 2.93vw;
  }
}
.customer__sec01-slider-personal-salary {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-personal-salary {
    margin-bottom: 3%;
    font-size: 2.93vw;
  }
}
.customer__sec01-slider-personal-img {
  display: inline-block;
  margin-right: 3%;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-personal-img {
    width: 46%;
    transform: translateY(2.25vw);
  }
}
.customer__sec01-slider-voice {
  margin: 0 auto 2.5em;
  width: 87%;
  line-height: 1.65em;
  font-size: 1.09vw;
}
@media screen and (max-width: 768px) {
  .customer__sec01-slider-voice {
    line-height: 1.65em;
    font-size: 3.2vw;
  }
}
.customer__sec02 {
  position: relative;
  padding-block: 6%;
  background: center/cover no-repeat url(../image/bg_sec02_gradarea_customer_submit.webp);
}
@media screen and (max-width: 768px) {
  .customer__sec02 {
    padding-block: 12% 15%;
  }
}
.customer__sec02::before, .customer__sec02::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: center/contain no-repeat;
}
.customer__sec02::before {
  top: 6%;
  left: 25.9%;
  width: 9.14vw;
  aspect-ratio: 1/0.393;
  background-image: url(../image/icn_head_sec02_customer_01.svg);
}
@media screen and (max-width: 768px) {
  .customer__sec02::before {
    top: 5.5%;
    left: 1.6%;
    width: 15.6vw;
  }
}
.customer__sec02::after {
  top: 2.5%;
  right: 23.5%;
  width: 12.73vw;
  aspect-ratio: 1/1;
  background-image: url(../image/icn_head_sec02_customer_02.webp);
}
@media screen and (max-width: 768px) {
  .customer__sec02::after {
    top: 0.75%;
    right: -0.5%;
    width: 27vw;
  }
}
.customer__sec02-container {
  margin: 0 auto;
  padding-bottom: 3%;
  width: 46.8%;
  border-radius: 1.5vw;
  box-shadow: 0 0.2vw 0.9vw 0 rgba(75, 75, 75, 0.3);
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .customer__sec02-container {
    padding-bottom: 7.5%;
    width: 94.6%;
  }
}
.customer__sec02-head {
  margin-bottom: 5%;
  padding: 4% 0 2%;
  background: linear-gradient(to right, #000, #003AA8);
}
.customer__sec02-head-item {
  display: block;
  text-align: center;
  font-size: 1.875vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .customer__sec02-head-item {
    font-size: 4.26vw;
  }
}
.customer__sec02-head-item small {
  font-size: 0.833em;
}
.customer__sec02-head-item--top {
  margin-bottom: 0.2em;
  color: #fff;
}
.customer__sec02-head-item--bottom {
  padding: 0.4em 0;
  box-shadow: 0 0.1vw 0.5vw 0.01vw #686868 inset;
  background: #FFEA76;
}
.customer__sec02-head-item--movie {
  font-size: 1.56vw;
}
.customer__sec02-head-item--movie .youtube-icn {
  display: inline-block;
  padding-right: 1.8em;
  background: 88% 65%/35% no-repeat url(../image/icn_youtube_submit.svg);
}
@media screen and (max-width: 768px) {
  .customer__sec02-head-item--movie {
    font-size: 3.2vw;
  }
}
.customer__sec02-read {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .customer__sec02-read {
    margin-bottom: 1.5em;
    font-size: 2.933vw;
  }
}
.customer__sec02-movie {
  margin: 0 auto 4.5%;
  width: 53.9%;
}
@media screen and (max-width: 768px) {
  .customer__sec02-movie {
    margin: 0 auto 10%;
    width: 85.7%;
  }
}
.customer__sec02-movie-caption {
  display: block;
  margin-bottom: 0.3em;
  font-size: 0.937vw;
}
@media screen and (max-width: 768px) {
  .customer__sec02-movie-caption {
    text-align: center;
    font-size: 2.93vw;
  }
}
.customer__sec02-movie-item {
  width: 100%;
  aspect-ratio: 1/0.566;
  border: 1px solid #004B95;
  border-radius: 0.5vw;
}
@media screen and (max-width: 768px) {
  .customer__sec02-movie-item {
    border-radius: 1.5vw;
  }
}
.customer__sec02-form-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 66.7%;
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-inner {
    width: 85.7%;
  }
}
.customer__sec02-form-box {
  margin-bottom: 1.25vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-box {
    margin-bottom: 2.4vw;
  }
  .customer__sec02-form-box.no09 {
    margin-bottom: 8%;
  }
}
.customer__sec02-form-box.no01, .customer__sec02-form-box.no02 {
  width: 47.5%;
}
.customer__sec02-form-box--checkarea {
  display: flex;
  align-items: baseline;
}
.customer__sec02-form-label {
  font-size: 1.09vw;
  margin-bottom: 0.35em;
  color: #1E90FD;
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-label {
    font-size: 2.66vw;
  }
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-label {
    width: 85.7%;
  }
}
.customer__sec02-form-label--ex {
  padding-left: 1em;
  font-weight: lighter;
  color: #b5b5b5;
}
.customer__sec02-form-input {
  font-size: 1.09vw;
  display: block;
  padding: 1.1em 1.4em;
  width: 100%;
  line-height: 1.4em;
  border: 1px solid #A0AFC5;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-input {
    font-size: 2.66vw;
  }
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-input {
    padding: 0.8em 1em;
  }
}
.customer__sec02-form-input--txtarea {
  min-height: 9em;
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-input--txtarea {
    min-height: 7em;
  }
}
.customer__sec02-form-input::-moz-placeholder {
  color: #b5b5b5;
}
.customer__sec02-form-input::placeholder {
  color: #b5b5b5;
}
.customer__sec02-form-checkbox {
  width: max(1.25vw, 1.3rem);
  aspect-ratio: 1/1;
  border: 1px solid #A0AFC5;
  border-radius: 15%;
  transition: 0.16s;
}
.customer__sec02-form-checkbox:checked {
  border: 1px solid #1E90FD;
  background: #1E90FD;
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-checkbox {
    width: max(3.5vw, 2rem) !important;
  }
}
.customer__sec02-form-checkbox-note {
  font-size: 1.09vw;
  padding-left: 1em;
  transform: translateY(-5%);
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-checkbox-note {
    font-size: 2.66vw;
  }
}
.customer__sec02-form-checkbox-note-link {
  display: inline-block;
  margin-top: 0.5em;
  padding-right: 1.5em;
  color: #1E90FD;
  border-bottom: 1px solid #1E90FD;
  background: right/contain no-repeat url(../image/icn_link.svg);
}
.customer__sec02-form-submit {
  display: block;
  margin: 2% auto 0;
  padding: 0.65em 1.7em;
  text-align: center;
  font-size: 1.56vw;
  font-weight: 600;
  color: #fff;
  border-radius: 2em;
  background: #F3C349;
  transition: 0.26s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .customer__sec02-form-submit {
    padding: 0.5em 2em;
    font-size: 3.733vw;
  }
}
.customer__sec02-form-submit:hover {
  filter: brightness(1.075);
  scale: 0.97;
}
.customer__sec02-form-submit .youtube-icn {
  display: inline-block;
  padding-right: 1.8em;
  background: 87% 56%/35% no-repeat url(../image/icn_youtube_submit.svg);
}
.customer__sec02-form-submit small {
  font-size: 0.7em;
}

#js-form--sf {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.submit-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  background: center/cover no-repeat url(../image/bg_sec02_gradarea_customer_submit.webp);
}
.submit-page__container {
  margin-bottom: 0 auto;
  padding-block: 4% 8%;
  width: 70%;
  border-radius: 2.5vw;
  box-shadow: 0 0.2vw 0.9vw 0 rgba(75, 75, 75, 0.3);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .submit-page__container {
    padding-block: 8% 6.5%;
    width: 94.6%;
  }
}
.submit-page__head {
  margin-bottom: 0.9em;
  text-align: center;
  font-size: 1.875vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .submit-page__head {
    margin-bottom: 2.5em;
    font-size: 3.2vw;
  }
}
.submit-page__txt {
  margin-bottom: 1.6em;
  text-align: center;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .submit-page__txt {
    margin-bottom: 1em;
    font-size: 2.93vw;
  }
}
.submit-page__txt:last-of-type {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .submit-page__txt:last-of-type {
    margin-bottom: 2.5em;
  }
}
.submit-page__btn {
  margin: 0 auto 1em;
  width: 33.3%;
  display: block;
  text-align: center;
  padding-block: 0.7em;
  font-size: 1.48vw;
  font-weight: 600;
  border-radius: 2em;
  transition: 0.26s;
}
@media screen and (max-width: 768px) {
  .submit-page__btn {
    width: 42.2%;
    font-size: 2.53vw;
  }
}
.submit-page__btn:hover {
  filter: brightness(1.3);
  scale: 0.97;
}
.submit-page__btn--download {
  color: #fff;
  background: #1E90FF;
}
.submit-page__btn--back {
  border: 1px solid #707070;
}

.footer {
  font-size: 1.09vw;
  color: #fff;
  background: #414141;
}
.footer__inner {
  padding: 1.6% 11% 0.8%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    font-size: 2.53vw;
  }
}
.footer__nav-logo {
  display: block;
  margin-bottom: 8%;
  width: 15.6vw;
}
@media screen and (max-width: 768px) {
  .footer__nav-logo {
    width: 51.5vw;
  }
}
.footer__info {
  font-weight: 600;
}
.footer__info-item {
  margin-bottom: 2.5%;
  text-align: right;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .footer__info-item {
    font-size: 2.13vw;
    margin-bottom: 6.5%;
  }
  .footer__info-item--copy {
    font-size: 1.8vw;
    margin: 10.5% 0 0 0;
  }
}

.js-input.error {
  background: rgba(241, 101, 101, 0.075);
  border: 1px solid #f16565;
}

.js-submitBtn.inactive {
  pointer-events: none;
  opacity: 0.5;
}

@keyframes shine {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes balloon {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
@keyframes centerTextSupport {
  0% {
    letter-spacing: 30px;
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
    opacity: 0.14;
  }
}
@keyframes centerTextVoice {
  0% {
    letter-spacing: 30px;
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
    opacity: 0.05;
  }
}/*# sourceMappingURL=style.css.map */