@charset "UTF-8";
:root {
  --theme-main-color: #1A1A1C;
  --text-normal: #333333;
  --border-gray: #D5D8DA;
  --background-gray: #F3F5F6;
  --text-gray: #606163;
  --text-light-gray: #9EA3A7;
}

/* Make images easier to work with */
.marker {
  background: linear-gradient(transparent 70%, #dee9fb 30%);
}

.font-blue {
  color: #1A1A1C;
}

.l-title {
  color: #231815;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: min(2.777vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-title {
    font-size: min(6.4vw, 28px);
  }
}
.l-title::after {
  content: "a";
  position: absolute;
  left: 50%;
  top: -60%;
  transform: translateX(-50%);
  color: #1A1A1C;
  font-size: min(1.666vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .l-title::after {
    font-size: min(3.733vw, 18px);
    top: -80%;
  }
}
.l-subtitle {
  color: #231815;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: min(1.3888vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .l-subtitle {
    font-size: min(4.8vw, 22px);
  }
}
.l-button-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .l-button-wrap {
    display: block;
  }
}
.l-button-white {
  display: flex;
  padding: min(1.7361vw, 25px) min(3.4722vw, 50px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #1A1A1C;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-button-white {
    padding: 24.5px 0;
  }
}
.l-button-white:hover {
  opacity: 0.7;
}

.l-button-white-img {
  width: 1.52777vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-button-white-img {
    width: 5.8666666667vw;
    height: auto;
  }
}
.l-button-white-text {
  color: #1A1A1C;
  font-size: min(1.3888vw, 20px);
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-button-white-text {
    font-size: min(5.333vw, 24px);
  }
}
.l-button-blue {
  display: flex;
  padding: min(1.7361vw, 25px) min(3.4722vw, 50px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #1A1A1C;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-button-blue {
    padding: 24.5px 0;
    margin-top: 24px;
  }
}
.l-button-blue:hover {
  opacity: 0.7;
}

.l-button-blue-img {
  width: 1.25vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-button-blue-img {
    width: 4.8vw;
    height: auto;
  }
}
.l-button-blue-text {
  color: #fff;
  font-size: min(1.3888vw, 20px);
  font-weight: 700;
  text-decoration: none;
}

.l-button-blue-text:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-button-blue-text {
    font-size: min(5.333vw, 24px);
  }
}
.l-button-blue-free {
  position: absolute;
  top: -25%;
  right: -5%;
  width: min(3.6111vw, 52px);
}

@media screen and (max-width: 768px) {
  .l-button-blue-free {
    position: absolute;
    top: -25%;
    right: -1%;
    width: min(15.2vw, 60px);
  }
}
.md-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}
.md-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}
.l-fv {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-fv {
    position: relative;
    z-index: 0;
    margin-top: 0px;
  }
}
.l-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -95%;
  z-index: -1;
  width: 100%;
  height: 95%;
  background: var(--linear, linear-gradient(90deg, #345198 0%, #2589b4 100%));
  transform: skewY(-16deg);
  transform-origin: bottom left;
}

@media screen and (max-width: 900px) {
  .l-fv::after {
    bottom: -33%;
    transform: skewY(-11deg);
  }
}
.l-fv_inner {
  padding: min(4.93vw, 71px) min(8.333vw, 120px) min(3.958vw, 57px);
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .l-fv_inner {
    padding: min(4.93vw, 71px) 18px min(3.958vw, 57px);
    display: block;
    justify-content: space-between;
  }
}
.l-fv_sub-title {
  background-color: #1A1A1C;
  display: inline-block;
  font-size: min(1.8055vw, 26px);
  color: #ffffff;
  padding: 4px 24px;
}

@media screen and (max-width: 900px) {
  .l-fv_sub-title {
    font-size: min(3.7333vw, 18px);
  }
}
.l-fv_main-title {
  margin-top: 20px;
  color: #231815;
  font-size: min(3.4722vw, 50px);
  font-weight: 900;
  line-height: 1.3;
}

@media screen and (max-width: 900px) {
  .l-fv_main-title {
    font-size: min(5.8666vw, 26px);
  }
}
.l-fv_main-title-blue {
  color: #1A1A1C;
  font-size: min(4.8611vw, 70px);
}

@media screen and (max-width: 900px) {
  .l-fv_main-title-blue {
    font-size: min(9.8666vw, 60px);
  }
}
.l-fv_main-title-big {
  font-size: min(4.8611vw, 70px);
}

@media screen and (max-width: 900px) {
  .l-fv_main-title-big {
    font-size: min(5.8666vw, 60px);
  }
}
.l-fv_image {
  width: min(50.694vw, 730px);
  margin-top: min(3.888vw, 56px);
}

@media screen and (max-width: 900px) {
  .l-fv_image {
    width: 100%;
    margin-top: min(3.888vw, 56px);
  }
}
.l-fv_contact {
  width: 35%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(3, 51, 86, 0.1);
  padding: min(2.222vw, 32px) min(3.1944vw, 46px);
}

@media screen and (max-width: 900px) {
  .l-fv_contact {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(3, 51, 86, 0.1);
    padding: 35px 5.3333333333vw 30px;
    margin-top: 13px;
  }
}
.l-fv_contact_title {
  color: #231815;
  font-family: Noto Sans JP;
  font-size: min(1.6666vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: min(0.0833vw, 1.2px);
  text-align: center;
}

@media screen and (max-width: 900px) {
  .l-fv_contact_title {
    font-size: min(5.333vw, 28px);
  }
}
label {
  display: block !important;
  margin-bottom: 0.5rem;
}

.d-flex.flex-row p:first-child {
  margin-right: min(0.833vw, 12px);
}

.wpcf7 {
  margin-top: min(1.666vw, 24px);
}

@media screen and (max-width: 900px) {
  .wpcf7-form {
    margin: 0 !important;
  }
}
.wpcf7-form p {
  margin-bottom: 0;
}

.policy {
  text-align: center;
  margin-top: 20px;
}

.policy p a {
  color: #231815;
  font-family: Noto Sans JP;
  font-size: min(3.2vw, 12px);
  font-style: normal;
  font-weight: 400;
  border-bottom: #000 1px solid;
}

.policy p {
  color: #231815;
  font-family: Noto Sans JP;
  font-size: min(3.2vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.download {
  position: relative;
  margin-top: min(2.43vw, 35px);
}

@media screen and (max-width: 900px) {
  .download {
    margin-top: min(5.333vw, 20px);
  }
}
.download::after {
  position: absolute;
  content: url(../images/lp/lp-fv_btn.png);
  right: calc(50% - min(9.375vw, 140px));
  top: 0;
  bottom: 0;
  transform: scale(0.5) translateY(20%) translateX(50%);
}

@media screen and (max-width: 900px) {
  .download::after {
    position: absolute;
    content: url(../images/lp/lp-fv_btn.png);
    right: 4%;
    top: 0;
    bottom: 0;
    transform: scale(0.5) translateY(27%) translateX(50%);
  }
}
.wpcf7-submit {
  display: block !important;
  padding: 22px 36px 22px 28px !important;
  color: #ffffff;
  font-size: min(1vw, 16px) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin: 0 auto !important;
  border: none !important;
  width: 100%;
}
.wpcf7-submit.btn-back{
  background-color: #d1d1d1 !important;
  color: var(--theme-main-color) !important;
}
@media screen and (max-width: 900px) {
  .wpcf7-submit {
    font-size: min(4.266vw, 16px) !important;
  }
}
.wpcf7-spinner {
  display: none !important;
}

.l-fv_contact_button-wrap {
  position: relative;
}

.l-fv_contact_button {
  position: absolute;
  bottom: 5.5%;
  right: 5%;
  width: min(1.25vw, 18px);
}

::-moz-placeholder {
  color: #dddddd;
}

::placeholder {
  color: #dddddd;
}

#download-link {
  padding-left: 17px;
}

.l-slider {
  position: relative;
  height: 160px;
  background-color: #fff;
}

.slider1 img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider2 img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-initialized .slick-slide {
  display: block;
  height: 50% !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.l-reason {
  background-color: #f2f5f6;
  position: relative;
}

.l-reason_inner {
  padding: 80px 9.722vw;
}

@media screen and (max-width: 768px) {
  .l-reason_inner {
    padding: 80px 20px;
  }
}
.l-reason_title {
  text-align: center;
  font-size: min(2.6388vw, 38px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-reason_title {
    font-size: min(5.333vw, 28px);
  }
}
.l-reason-title-blue {
  font-size: min(4.4444vw, 64px);
  color: #1A1A1C;
}

@media screen and (max-width: 768px) {
  .l-reason-title-blue {
    font-size: min(11.7333vw, 48px);
  }
}
.l-reason-title-big {
  font-size: min(2.7777vw, 40px);
}

@media screen and (max-width: 768px) {
  .l-reason-title-big {
    font-size: min(5.333vw, 24px);
  }
}
.l-reason_cards {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .l-reason_cards {
    margin-top: 30px;
  }
}
.l-card__title {
  position: relative;
  margin: 1.5em 0;
  padding: 20.4px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #fff;
  color: #231815;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: min(1.52vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .l-card__title {
    font-size: 20px;
    padding: 14px 10px;
  }
}
.l-card__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.l-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-cards {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
.l-card {
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 47.5px 0;
}

@media screen and (max-width: 768px) {
  .l-card {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
.l-card__img {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

.l-card__text {
  line-height: 1.4;
  margin-top: 12px;
  text-align: center;
  font-size: 1.5277vw;
  font-size: min(1.5277vw, 22px);
  color: #1A1A1C;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-card__text {
    font-size: min(5.333vw, 24px);
  }
}
.l-card__text-black {
  color: #231815;
}

.l-feature {
  position: relative;
}

.l-feature_inner {
  padding: 120px 0 80px;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-feature_inner {
    padding: 100px 0 60px;
  }
}
.l-feature_title.l-title::after {
  content: "FEATURE";
  top: -80%;
}

@media screen and (max-width: 768px) {
  .l-feature_title.l-title::after {
    content: "FEATURE";
    top: -40%;
  }
}
.l-feature_content {
  display: flex;
  padding: 80px 0;
}

.l-feature_content-reverse {
  display: flex;
  padding: 80px 0;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .l-feature_content {
    display: block;
    padding: 50px 0 0 4.8vw;
  }
  .l-feature_content-reverse {
    display: block;
    padding: 50px 0 0 4.8vw;
  }
}
.l-feature_content-meta {
  color: #231815;
  padding: 30px min(5.555vw, 80px) 0 min(10.416vw, 150px);
}

@media screen and (max-width: 768px) {
  .l-feature_content-meta {
    padding: 0;
    padding-right: 5.3333333333vw;
  }
}
.l-feature_content-title {
  display: flex;
  align-items: center;
}

.l-feature_content-number {
  font-size: min(3.3333vw, 48px);
  font-weight: 700;
  font-family: Red Hat Display;
  line-height: 1.4; /* 67.2px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-feature_content-number {
    font-size: min(9.333vw, 46px);
  }
}
.l-feature_content-number::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #d9d9d9;
  position: absolute;
  top: 30%;
  right: -20px;
}

.l-feature_content-eng {
  color: #1A1A1C;
  font-size: min(1.666vw, 24px);
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .l-feature_content-eng {
    font-size: min(3.733vw, 25px);
  }
}
.l-feature_content-text {
  margin-top: 10px;
  font-size: min(3.3333vw, 48px);
  font-weight: 700;
  line-height: 1.4; /* 67.2px */
  letter-spacing: 0.96px;
}

@media screen and (max-width: 768px) {
  .l-feature_content-text {
    font-size: min(8.8vw, 39px);
  }
}
.l-feature_content-subtext {
  margin-top: 24px;
  font-size: min(1.3888vw, 20px);
  font-weight: 400;
  line-height: 1.8; /* 36px */
  letter-spacing: 0.4px;
  width: min(38.402vw, 553px);
}

@media screen and (max-width: 768px) {
  .l-feature_content-subtext {
    font-size: min(3.7333vw, 18px);
    width: 100%;
  }
}
.l-feature_content-subtext-blue {
  color: #1A1A1C;
  font-weight: 700;
}

.l-feature_image {
  margin-top: 30px;
}

.l-feature_image img {
  aspect-ratio: 657/450;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-feature_image img {
    aspect-ratio: 355/243;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-function {
  background: #f2f5f6;
}

.l-function_inner {
  padding: min(5.555vw, 80px) min(9.7222vw, 120px);
}

@media screen and (max-width: 768px) {
  .l-function_inner {
    padding: 60px 20px;
  }
}
.l-function_content::after {
  content: "";
  display: block;
  width: min(4.8611vw, 70px);
  height: 4px;
  background-color: #1A1A1C;
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .l-function_content::after {
    width: min(13vw, 48px);
    top: 6%;
  }
}
@media screen and (max-width: 500px) {
  .l-function_content::after {
    top: 7%;
  }
}
@media screen and (max-width: 400px) {
  .l-function_content::after {
    top: 8%;
  }
}
@media screen and (max-width: 380px) {
  .l-function_content::after {
    top: 7%;
  }
}
.l-function_content-number {
  position: absolute;
  color: #1A1A1C;
  text-align: center;
  font-family: Red Hat Display;
  font-size: min(3.888vw, 56px);
  font-style: normal;
  font-weight: 700;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .l-function_content-number {
    font-size: min(12vw, 45px);
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .l-function_content-number {
    top: -8%;
  }
}
.l-function_title {
  position: relative;
  text-align: center;
  display: block;
  padding: 20px 40px;
  color: #fff;
  font-size: min(1.666vw, 24px);
  background: #1A1A1C;
  border-radius: 100px;
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-function_title {
    padding: 15px 0;
    font-size: min(5.333vw, 28px);
    max-width: 335px;
    width: 100%;
  }
}
.l-function_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #1A1A1C;
}

.l-function_subtitle {
  color: #231815;
  text-align: center;
  font-size: min(1.3888vw, 20px);
  font-weight: 400;
  line-height: 1.6; /* 32px */
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .l-function_subtitle {
    font-size: min(4.8vw, 22px);
  }
}
.l-function_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: min(5.555vw, 80px);
}

@media screen and (max-width: 768px) {
  .l-function_contents {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
    gap: 50px;
    max-width: 500px;
    width: 100%;
  }
}
.l-function_content {
  background: #fff;
  padding: min(5.555vw, 80px) 0 min(3.888vw, 56px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-function_content {
    padding: 50px 0 0;
  }
}
.l-function_content_img {
  padding: 0 min(3.1597vw, 45.5px);
}

@media screen and (max-width: 768px) {
  .l-function_content_img {
    padding: 0 26px;
    text-align: center;
  }
}
.l-function_content_body {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .l-function_content_body {
    padding: 20px 10px;
  }
}
.l-function_content_title {
  color: #1A1A1C;
  text-align: center;
  font-size: min(1.944vw, 28px);
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}

@media screen and (max-width: 768px) {
  .l-function_content_title {
    font-size: min(7.4666vw, 32px);
  }
}
.l-function_content_text {
  color: #231815;
  text-align: center;
  font-size: min(1.25vw, 18px);
  font-weight: 400;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .l-function_content_text {
    font-size: min(3.733vw, 14px);
  }
}
.l-strength_title.l-title::after {
  content: "STRENGTH";
}

.l-strength_inner {
  padding: 122px min(9.7222vw, 140px) 100px;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-strength_inner {
    padding: 122px 2.6666666667vw 100px;
  }
}
.l-strength_table {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .l-strength_table {
    padding: 30px 0 0px;
  }
}
@media screen and (max-width: 550px) {
  .scale {
    transform: scale(0.85);
    display: inline-block;
  }
  .scale2 {
    transform: scale(0.8);
    display: inline-block;
  }
  .scale3 {
    transform: scale(0.7);
    display: inline-block;
  }
  .scale-number {
    transform: scale(1.1);
    display: inline-block;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  text-align: center;
  color: #646464;
  font-size: min(1.736vw, 25px);
  height: 84px;
}

@media screen and (max-width: 768px) {
  th,
td {
    padding: 0px;
    height: 80px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  th,
td {
    height: auto;
    font-size: 12px;
  }
}
th {
  background-color: #fff;
}

.first-row {
  font-size: min(1.1111vw, 16px);
  background-color: #f3f5f6;
  color: #000;
  text-align: center;
}

.empty-cell {
  border: none;
  background-color: white;
}

.table-img {
  width: min(12.5vw, 180px);
  margin: 0 auto;
}

.table-price {
  height: 108px;
}

@media screen and (max-width: 768px) {
  .table-price {
    height: 80px;
  }
}
.table-price-font {
  font-size: min(2.43vw, 35px);
  font-weight: 700;
  font-family: DIN 2014;
}

.table-price-font-small {
  font-size: min(0.9722vw, 14px);
}

.table-price-font-plan {
  font-size: min(0.763vw, 11px);
  font-weight: 400;
}

.table-price-font-engineer {
  font-size: min(1.25vw, 18px);
  font-weight: 400;
}

.background-blue {
  background-color: #1A1A1C;
  color: #fff;
  font-size: min(1.1111vw, 16px);
}

.background-lightblue {
  background-color: #f2f7ff;
  color: #1a69c6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-strength_button {
    margin-top: 66.5px;
  }
}
.l-price {
  background-color: #f2f5f6;
  position: relative;
  overflow: hidden;
}

.l-price::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10vw solid #e9eef3;
  border-left: 50vw solid transparent;
}

.l-price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #e9eef3;
  border-right: 50vw solid transparent;
}

@media screen and (max-width: 768px) {
  .l-price::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 15vw solid #e9eef3;
    border-left: 50vw solid transparent;
  }
  .l-price::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 15vw solid #e9eef3;
    border-right: 50vw solid transparent;
  }
}
.l-price_title.l-title::after {
  content: "PRICE";
}

.l-price_inner {
  padding: 121px 0 153px;
}

@media screen and (max-width: 768px) {
  .l-price_inner {
    padding: 90px 21px 120px;
  }
}
.l-price_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.666vw, 24px);
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-price_contents {
    display: block;
    margin-top: 30px;
  }
}
.l-price_content {
  background-color: #fff;
  text-align: center;
  width: min(22.222vw, 320px);
  min-height: min(13.888vw, 200px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-price_content {
    max-width: 500px;
    width: 100%;
    min-height: min(45.333vw, 200px);
    margin: 0 auto;
    padding: 20px;
  }
  .l-price_content:first-child {
    margin-bottom: 24vw;
  }
}
.l-price_campaign {
  position: absolute;
  bottom: -53%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: min(15.069vw, 217px);
}

@media screen and (max-width: 768px) {
  .l-price_campaign {
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: min(57.8666vw, 300px);
  }
}
@media screen and (max-width: 700px) {
  .l-price_campaign {
    bottom: -130px;
  }
}
@media screen and (max-width: 640px) {
  .l-price_campaign {
    bottom: -120px;
  }
}
@media screen and (max-width: 500px) {
  .l-price_campaign {
    bottom: -90px;
  }
}
@media screen and (max-width: 380px) {
  .l-price_campaign {
    bottom: -80px;
  }
}
.l-price_content-plus {
  width: 24px;
}

@media screen and (max-width: 768px) {
  .l-price_content-plus {
    width: min(7.6vw, 40px);
    margin: 10px auto;
  }
}
.l-price_content-title {
  color: #231815;
  text-align: center;
  font-size: min(1.9444vw, 28px);
  font-weight: 700;
  padding-top: min(2.222vw, 32px);
}

@media screen and (max-width: 768px) {
  .l-price_content-title {
    font-size: min(4.8vw, 22px);
    padding-top: 20px;
  }
}
.l-price_content-text {
  color: #1A1A1C;
  font-size: min(1.666vw, 24px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-price_content-text {
    font-size: min(6.4vw, 28px);
  }
}
.l-price_content-number {
  color: #1A1A1C;
  font-size: min(5vw, 72px);
  font-weight: 700;
  font-family: Red Hat Display;
  letter-spacing: -13.6px;
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .l-price_content-number {
    font-size: min(19.2vw, 76px);
  }
}
.l-price_content-small {
  color: #1A1A1C;
  font-size: min(0.6944vw, 10px);
  font-weight: 400;
  line-height: 1.8; /* 18px */
}

@media screen and (max-width: 768px) {
  .l-price_content-small {
    font-size: min(0.9722vw, 14px);
  }
}
.l-price_content-text-little {
  color: #1A1A1C;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: min(1.25vw, 18px);
  font-weight: 400;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .l-price_content-text-little {
    font-size: min(4.8vw, 18px);
  }
}
.l-price_button {
  margin-top: 142px;
}

@media screen and (max-width: 768px) {
  .l-price_button {
    margin-top: 63.5px;
  }
}
.l-special {
  background-color: #e9eef3;
}

.l-special_title-wrap {
  text-align: center;
  padding-top: min(3.5416vw, 51px);
}

@media screen and (max-width: 768px) {
  .l-special_title-wrap {
    padding-top: 8vw;
  }
}
.l-special_title {
  color: #231815;
  font-size: min(2.2222vw, 32px);
  font-weight: 700;
  letter-spacing: 1.6px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-special_title {
    font-size: min(5.333vw, 24px);
  }
}
.l-special_title-number {
  color: #1A1A1C;
  font-size: min(5vw, 72px);
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .l-special_title-number {
    font-size: min(11.7333vw, 48px);
  }
}
.l-special_title-img {
  position: absolute;
  top: 31%;
  right: -8%;
  width: min(2.152vw, 31px);
}

@media screen and (max-width: 768px) {
  .l-special_title-img {
    position: absolute;
    top: 31%;
    right: -8%;
    width: min(5.6vw, 20px);
  }
}
.l-special_contents {
  padding: min(3.4722vw, 50px) min(12.5vw, 180px) min(5.555vw, 80px);
}

@media screen and (max-width: 768px) {
  .l-special_contents {
    padding: 8vw 5.3333333333vw 16vw;
    max-width: 600px;
    margin: 0 auto;
  }
}
.l-special_content {
  position: relative;
  background-color: #fff;
  max-width: 1080px;
  width: 100%;
  padding: min(2.7777vw, 40px) min(3.333vw, 48px) min(2.569vw, 37px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-special_content {
    padding: 40px 6.4vw;
  }
}
.l-special_content + .l-special_content {
  margin-top: 30px;
}

.l-special_content_title-wrap {
  display: flex;
  align-items: center;
}

.l-special_content_title-text {
  color: #1A1A1C;
  font-size: min(1.666vw, 24px);
  font-weight: 700;
  border-bottom: 4px solid #1A1A1C;
  margin-right: min(0.8333vw, 12px);
}

@media screen and (max-width: 768px) {
  .l-special_content_title-text {
    font-size: min(3.7333vw, 18px);
    border-bottom: 2px solid #1A1A1C;
    margin-right: 3.2vw;
  }
}
.l-special_content_title-number {
  color: #1A1A1C;
  text-align: center;
  font-size: min(3.47222vw, 50px);
  font-weight: 700;
  line-height: 0.7; /* 35px */
}

@media screen and (max-width: 768px) {
  .l-special_content_title-number {
    font-size: min(9.333vw, 39px);
  }
}
.l-special_content_maintext {
  color: #231815;
  font-size: min(2.7777vw, 40px);
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: min(2.7777vw, 40px);
}

@media screen and (max-width: 768px) {
  .l-special_content_maintext {
    font-size: min(9.333vw, 39px);
  }
}
.l-special_content_subtext {
  color: #231815;
  font-size: min(1.25vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  margin-top: min(1.111vw, 16px);
}

@media screen and (max-width: 768px) {
  .l-special_content_subtext {
    font-size: min(3.7333vw, 18px);
    margin-top: 16px;
  }
}
.l-special_content_img1 {
  position: absolute;
  top: 17%;
  right: 5%;
  width: min(23.958vw, 345px);
}

@media screen and (max-width: 768px) {
  .l-special_content_img1 {
    position: static;
    width: min(56vw, 210px);
    margin: 20px auto 0;
  }
}
.l-special_content_img2 {
  position: absolute;
  top: 10%;
  right: 7%;
  width: min(21.111vw, 304px);
}

@media screen and (max-width: 768px) {
  .l-special_content_img2 {
    position: static;
    width: min(56vw, 210px);
    margin: 20px auto 0;
  }
}
.l-special_content_img3 {
  position: absolute;
  top: 12%;
  right: 12%;
  width: min(15.277vw, 220px);
}

@media screen and (max-width: 768px) {
  .l-special_content_img3 {
    position: static;
    width: min(45.333vw, 170px);
    margin: 20px auto 0;
  }
}
.l-company_title.l-title::after {
  content: "COMPANY";
}

@media screen and (max-width: 768px) {
  .l-company_subtitle.l-subtitle {
    font-size: min(4.266vw, 20px);
  }
}
.l-company_inner {
  padding: min(8.4722vw, 122px) 0 min(5.5555vw, 80px);
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-company_inner {
    padding: 88px 0 60px;
  }
}
.l-company_logo-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: min(5.5555vw, 80px) auto 0;
  padding: 0 min(14vw, 212px);
}

@media screen and (max-width: 768px) {
  .l-company_logo-wrap {
    padding: 0 2.6666666667vw;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-company_logo {
  width: min(9.5138vw, 137px);
  margin: min(1.736vw, 25px) min(2.2916vw, 33px);
}

@media screen and (max-width: 768px) {
  .l-company_logo {
    width: min(26vw, 117px);
  }
}
.l-voice {
  background: linear-gradient(90deg, #345198 0%, #2589b4 100%);
}

.l-voice_inner {
  padding: 120px min(9.7222vw, 120px);
}

@media screen and (max-width: 768px) {
  .l-voice_inner {
    padding: 80px 5.3333333333vw 60px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-voice_title.l-title {
  color: #fff;
}

.l-voice_title.l-title::after {
  content: "VOICE OF CUSTOMER";
  color: #fff;
}

.l-voice_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.666vw, 24px);
  max-width: 1128px;
  margin-inline: auto;
  margin-top: min(5.555vw, 80px);
}

@media screen and (max-width: 768px) {
  .l-voice_cards {
    gap: 5.3333333333vw;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-voice_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-voice_card {
  background-color: #fff;
  padding: min(2.083vw, 30px) min(1.736vw, 25px) min(1.3888vw, 20px);
}

@media screen and (max-width: 768px) {
  .l-voice_card {
    background-color: #fff;
    padding: 30px 12.5px 0;
  }
}
.l-voice_card_img img {
  aspect-ratio: 310/174;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-voice_card_body {
    padding: 16px 12.5px;
  }
}
.l-voice_card_title {
  margin-top: min(1.111vw, 16px);
  color: #231815;
  font-family: Noto Sans JP;
  font-size: min(1.3888vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .l-voice_card_title {
    font-size: min(4.8vw, 22px);
  }
}
.l-voice_card_text {
  margin: min(0.2777vw, 4px) 0 min(0.69444vw, 10px);
  color: #231815;
  font-size: min(0.9722vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .l-voice_card_text {
    font-size: min(3.7333vw, 18px);
  }
}
.l-voice_card_company {
  color: #231815;
  font-family: Noto Sans JP;
  font-size: min(0.9722vw, 14px);
  font-weight: 700;
  line-height: 1.8;
  border-top: #000 1px solid;
  padding-top: min(0.6944vw, 10px);
}

@media screen and (max-width: 768px) {
  .l-voice_card_company {
    font-size: min(3.7333vw, 18px);
    margin-bottom: 0;
    margin-top: min(4.266vw, 16px);
  }
}
.l-flow {
  background: #f2f5f6;
}

.l-flow_inner {
  padding: min(8.4722vw, 122px) min(5.555vw, 80px);
}

@media screen and (max-width: 768px) {
  .l-flow_inner {
    padding: 88px 0 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-flow_title.l-title::after {
  content: "FLOW";
}

@media screen and (max-width: 768px) {
  .l-flow_subtitle.l-subtitle {
    margin-bottom: 25px;
  }
}
.l-flow_contents {
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-flow_contents {
    padding: 250px 0 340px;
  }
}
.l-flow_content {
  width: min(20.833vw, 300px);
  height: min(20.833vw, 300px);
  border-radius: 300px;
  border: 1px solid #1A1A1C;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: min(3.4722vw, 50px) 0 min(4.8611vw, 70px);
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-flow_content {
    width: min(80vw, 300px);
    height: min(80vw, 300px);
    border-radius: 300px;
    border: 1px solid #1A1A1C;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 55px 0;
    text-align: center;
    margin: 0 auto;
  }
}
.l-flow_content.l-flow_content1 {
  position: inherit;
  z-index: 2;
}

.l-flow_content.l-flow_content2 {
  position: absolute;
  top: 1%;
  left: calc(50% - min(18.75vw, 270px));
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-flow_content.l-flow_content2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.l-flow_content.l-flow_content3 {
  position: absolute;
  top: 0;
  left: calc(50% + min(18.75vw, 270px));
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .l-flow_content.l-flow_content3 {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
}
.l-flow_content-title-en {
  color: #1A1A1C;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .l-flow_content-title-en {
    font-size: min(3.7333vw, 16px);
  }
}
.l-flow_content-title {
  color: #212529;
  text-align: center;
  font-size: min(1.73611vw, 25px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: min(0.6944vw, 10px);
}

@media screen and (max-width: 768px) {
  .l-flow_content-title {
    font-size: min(5.333vw, 20px);
    margin-top: 20px;
  }
}
.l-flow_content-text {
  margin-top: min(1.111vw, 16px);
  color: #212529;
  font-size: min(0.9722vw, 14px);
  font-weight: 400;
  line-height: 1.8; /* 25.2px */
}

@media screen and (max-width: 768px) {
  .l-flow_content-text {
    font-size: min(3.7333vw, 14px);
    margin-top: 25px;
  }
}
.l-flow_content-arrow {
  width: min(0.7638vw, 11px);
}

@media screen and (max-width: 768px) {
  .l-flow_content-arrow {
    width: 12px;
  }
}
.l-flow_content-arrow.l-flow_content-arrow1 {
  position: absolute;
  top: 45%;
  left: calc(50% - min(9.375vw, 135px));
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .l-flow_content-arrow.l-flow_content-arrow1 {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) rotate(90deg);
  }
}
.l-flow_content-arrow.l-flow_content-arrow2 {
  position: absolute;
  top: 45%;
  left: calc(50% + min(9.375vw, 135px));
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .l-flow_content-arrow.l-flow_content-arrow2 {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) rotate(90deg);
  }
}
.l-faq_inner {
  padding: min(8.333vw, 120px) min(9.7222vw, 140px) min(6.944vw, 100px);
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-faq_inner {
    padding: 21.3333333333vw 5.3333333333vw 16vw;
  }
}
.l-faq_title.l-title::after {
  content: "FAQ";
}

.l-faq_contents {
  padding-top: min(5.555vw, 80px);
}

.l-faq_content {
  border-radius: 4px;
  background: #f2f5f6;
  padding: min(2.326vw, 33.5px) 0 min(2.7777vw, 40px) min(2.08333vw, 30px);
}

.l-faq_content + .l-faq_content {
  margin-top: min(1.388vw, 20px);
}

@media screen and (max-width: 768px) {
  .l-faq_content + .l-faq_content {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-faq_content {
    padding: 30px 20px;
  }
}
.l-faq_content-title-wrap {
  display: flex;
  align-items: center;
}

.l-faq_content-title-number {
  color: #1A1A1C;
  font-size: min(2.7777vw, 40px);
  font-weight: 700;
  line-height: 0.7;
  margin-right: min(1.388vw, 20px);
  font-family: Red Hat Display;
}

@media screen and (max-width: 768px) {
  .l-faq_content-title-number {
    font-size: min(9.333vw, 39px);
    margin-right: min(4vw, 15px);
  }
}
.l-faq_content-title-text {
  color: #1A1A1C;
  font-size: min(1.666vw, 24px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-faq_content-title-text {
    font-size: min(5.333vw, 24px);
  }
}
.l-faq_content-answer {
  color: #231815;
  font-size: min(1.25vw, 18px);
  font-weight: 400;
  line-height: 1.8;
  margin-left: min(7.2916vw, 105px);
}

@media screen and (max-width: 768px) {
  .l-faq_content-answer {
    font-size: min(3.73333vw, 18px);
    margin-left: min(17.6vw, 66px);
    margin-top: 10px;
  }
}
.l-contact {
  background: linear-gradient(90deg, #345198 0%, #2589b4 100%);
}

.l-contact_inner {
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-contact_inner {
    padding: 60px 0;
  }
}
.l-contact_text-wrap {
  padding-top: min(8.0555vw, 116px);
  padding-left: min(9.5833vw, 138px);
  padding-bottom: min(6.7583vw, 97.32px);
}

@media screen and (max-width: 768px) {
  .l-contact_text-wrap {
    padding: 20px 5.2666666667vw 0;
  }
}
.l-contact_maintext {
  color: #fff;
  font-size: min(3.4722vw, 50px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: min(0.1736vw, 2.5px);
}

@media screen and (max-width: 768px) {
  .l-contact_maintext {
    font-size: min(8vw, 34px);
  }
}
.l-contact_subtext {
  color: #fff;
  font-size: min(1.111vw, 16px);
  letter-spacing: min(0.0555vw, 0.8px);
  margin-top: min(1.319vw, 19px);
}

@media screen and (max-width: 768px) {
  .l-contact_subtext {
    font-size: min(3.7333vw, 18px);
    margin-top: min(8vw, 30px);
  }
}
.l-contact_button-wrap {
  display: flex;
  gap: min(1.666vw, 24px);
  margin-top: min(2.7777vw, 40px);
}

@media screen and (max-width: 768px) {
  .l-contact_button-wrap {
    display: block;
    margin-top: min(8vw, 30px);
  }
}
.l-contact_button {
  position: relative;
  border-radius: 2px;
  background: #fff;
  width: min(16.666vw, 240px);
  padding: min(1.354vw, 19.5px) min(1.111vw, 16px);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1A1A1C;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: min(0.6944vw, 10px);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-contact_button {
    margin-top: 15px;
    width: 100%;
    padding: min(6.1333vw, 23px) 0;
    font-size: 4.8vw;
  }
}
.l-contact_button:hover {
  opacity: 0.7;
}

.l-contact_button::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid min(0.2083vw, 3px) #1A1A1C;
  border-right: solid min(0.2083vw, 3px) #1A1A1C;
  display: inline-block;
  width: min(0.6944vw, 10px);
  height: min(0.6944vw, 10px);
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: min(2.0833vw, 30px);
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

@media screen and (max-width: 768px) {
  .l-contact_button::after {
    /* 擬似要素で矢印アイコンをつくる */
    content: "";
    border: 0;
    border-top: solid 0.5333333333vw #1A1A1C;
    border-right: solid 0.5333333333vw #1A1A1C;
    display: inline-block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  }
}
.l-contact_button-text {
  color: #1A1A1C;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: min(0.6944vw, 10px);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-contact_button-text {
    color: #1A1A1C;
    font-size: min(4.8vw, 18px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: min(0.6944vw, 10px);
    margin-bottom: 0;
  }
}
.l-contact_img1 {
  position: absolute;
  top: 13%;
  right: calc(50% - min(23.611vw, 340px));
  transform: translateX(50%);
  width: min(42.971vw, 618.79px);
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .l-contact_img1 {
    position: static;
    width: 89.6vw;
    transform: none;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .l-link {
    display: none !important; /* !important を使って JavaScript による変更を上書き */
  }
}
/* 768px以下の場合は初期状態では非表示 */
@media (max-width: 768px) {
  .l-link {
    position: fixed;
    bottom: 0;
    height: 62px;
    width: 100%;
    z-index: 100;
  }
  .l-link_button {
    background-color: #1A1A1C;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
  }
  .l-link_button-text {
    height: inherit;
    color: #fff;
    /* H2 */
    font-family: Noto Sans JP;
    font-size: min(5.333vw, 20px);
    font-weight: 700;
    line-height: 28px; /* 140% */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.133vw;
  }
  .l-link_button-img {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(9.066vw, 34px);
  }
}