@charset "UTF-8";
/* カラー */
/* テーマカラー */
/* テキストカラー */
/* ボーダーカラー */
/* グラデーション */
/* フォント */
/* フォントサイズ */
/* スペーサー */
/* コンテンツ・ページ幅 */
/* ブレークポイント */
/*========================================
  ## レスポンシブサイズ
  指定のブレイクポイントの間だけサイズがレスポンシブ変化します。
  フォントサイズ等で使用する。
  元ネタはここ。
  https://min-max-calculator.9elements.com/

  [ 引数一覧 ]
  $from: 開始フォントサイズ
  $to: 終了フォントサイズ
  $bMax: 開始ブレイクポイント | 省略可 | デフォルトはmd
  $bMin: 終了ブレイクポイント | 省略可 | デフォルトはsm

  [ 使い方 ]
  font-size: rf(18,16) //最大サイズ18px から 最低サイズ16pxまでなめらかに変化する。
========================================*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input,
select {
  vertical-align: middle;
}

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

img, picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  transition: opacity 0.3s ease-in-out;
}

.body-inner {
  transition: opacity 0.3s ease-in-out;
}

.wf-loading .body-inner {
  opacity: 0;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.55;
  color: #3C3C3C;
  background-color: #fff;
  font-kerning: normal;
}

p {
  line-height: 1.65;
}

small {
  font-size: 87.5%;
}

/*==================================
  共通スタイル
==================================*/
.wrapper {
  flex-grow: 1;
}

/* ページ幅・コンテンツ幅 */
.u-page-width,
.u-content-width {
  margin-inline: auto;
  width: 100%;
}

.u-page-width:not(.u-padding-inner) {
  max-width: 1200px;
}
.u-page-width.u-padding-inner {
  max-width: calc(1200px + 4rem);
}

.u-content-width:not(.u-padding-inner) {
  max-width: 1000px;
}
.u-content-width.u-padding-inner {
  max-width: calc(1000px + 4rem);
}

.u-padding-inner {
  padding: 0rem 2rem;
}
@media (max-width: 576px) {
  .u-padding-inner {
    padding: 0rem 8vw;
  }
}

.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-cover-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.u-cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 576px) {
  .u-pc-only {
    display: none;
  }
}

@media not all and (max-width: 576px) {
  .u-sp-only {
    display: none !important;
  }
}

/* テキスト系 */
.u-bold {
  font-weight: bold !important;
}

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

.u-text-danger {
  color: #E3006E;
}

.u-text-muted {
  color: #f6f6f6;
}

.u-link {
  color: #1a73e8 !important;
  transition: 0.25s opacity ease-in-out;
}
@media (hover: hover) {
  .u-link:hover {
    opacity: 0.7;
  }
}

/* セクション系 */
.u-section-margin {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .u-section-margin {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .u-section-margin {
    margin-bottom: 30px;
  }
}

.u-section-paddign {
  padding: 160px 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-section-paddign {
    padding: 12.3076923077vw 0;
  }
}
@media (max-width: 576px) {
  .u-section-paddign {
    padding: 16vw 0;
  }
}

.c-section-title {
  font-size: 80px;
  font-family: good-times, sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-section-title {
    font-size: 6.1538461538vw;
  }
}
@media (max-width: 576px) {
  .c-section-title {
    font-size: 9.3333333333vw;
  }
}
.c-section-title small {
  font-size: 60px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-section-title small {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .c-section-title small {
    font-size: 8vw;
  }
}

.c-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: none;
  font-family: good-times, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #3C3C3C;
}
.c-link::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #E3006E;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(100% + 15px);
  transition: 0.25s transform ease-in-out;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-link::after {
    width: 6.9230769231vw;
    height: 0.0769230769vw;
    left: calc(100% + 1.1538461538vw);
  }
}
@media (max-width: 576px) {
  .c-link::after {
    width: 16vw;
    height: 0.2666666667vw;
    left: calc(100% + 2.6666666667vw);
  }
}
@media (hover: hover) {
  .c-link:hover::after {
    transform: translateX(6px);
  }
}

.c-btn-wrapper {
  position: relative;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  .c-btn-wrapper {
    margin-left: 0;
  }
}
.c-btn-wrapper::before, .c-btn-wrapper::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #c8c8c8;
  position: absolute;
  transition: 0.25s width ease-in-out;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-btn-wrapper::before, .c-btn-wrapper::after {
    width: calc(100% - 1.5384615385vw);
    height: 0.0769230769vw;
  }
}
@media (max-width: 576px) {
  .c-btn-wrapper::before, .c-btn-wrapper::after {
    width: calc(100% - 3.4666666667vw);
    height: 0.2666666667vw;
  }
}
.c-btn-wrapper::before {
  top: 0;
}
.c-btn-wrapper::after {
  bottom: 0;
}
@media (hover: hover) {
  .c-btn-wrapper:hover .c-btn::after {
    transform: translateX(6px);
  }
}
.c-btn-wrapper .c-btn {
  padding: 16px 0;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-btn-wrapper .c-btn {
    padding: 1.2307692308vw 0;
  }
}
@media (max-width: 576px) {
  .c-btn-wrapper .c-btn {
    padding: 2.9333333333vw 0;
  }
}
.c-btn-wrapper.--center {
  margin-inline: auto;
}

.c-btn {
  display: flex;
  align-items: center;
  gap: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: good-times, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #3C3C3C;
  transition: 0.25s opacity ease-in-out;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-btn {
    gap: 1.6923076923vw;
  }
}
@media (max-width: 576px) {
  .c-btn {
    gap: 4vw;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #E3006E;
  transition: 0.25s transform ease-in-out;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-btn::after {
    width: 2.6923076923vw;
    height: 0.0769230769vw;
  }
}
@media (max-width: 576px) {
  .c-btn::after {
    width: 6.1333333333vw;
    height: 0.2666666667vw;
  }
}

/* VIEW MORE風リンク - 楕円アイコン付き */
.c-link--circle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #3C3C3C;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.c-link--circle::after {
  content: "";
  display: block;
  width: 55px;
  height: 39px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni40MTYiIGhlaWdodD0iNDAuODciIHZpZXdCb3g9IjAgMCA1Ni40MTYgNDAuODciPiA8ZyBpZD0iYnRuIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc1LjExMiAtMjMzNC43NTMpIj4gPHBhdGggaWQ9IuODkeOCuV84MDEiIGRhdGEtbmFtZT0i44OR44K5IDgwMSIgZD0iTTU0LjgyNCw1LjAyN2MzLjQ5MSw2LjA0Ny0yLjU0NCwxNi4yNzMtMTQuMDQsMjQuNjA4YTYyLjcwNyw2Mi43MDcsMCwwLDEtNS4zMjgsMy40MzNDMjAuNzI4LDQxLjU3MSw1LjUyLDQyLjgsMS40ODgsMzUuODJTNi4xMjgsMTYuMjgzLDIwLjg1Niw3Ljc3OSw1MC43OTMtMS45NTYsNTQuODI0LDUuMDI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc1LjE3NyAyMzM0Ljc2NCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2UzMDE2ZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz4gPHBhdGggaWQ9IuODkeOCuV84MDIiIGRhdGEtbmFtZT0i44OR44K5IDgwMiIgZD0iTTU0LjY3NywzMC43ODIsNTkuNjQ5LDM0LjdsLTQuOTcyLDMuOTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDkuNjQxIDIzMjAuNDkxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTMwMTZlIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPiA8bGluZSBpZD0i57eaXzE5OSIgZGF0YS1uYW1lPSLnt5ogMTk5IiB4Mj0iMTEuOTE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTcuMzc2IDIzNTUuMTg4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTMwMTZlIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPiA8L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .c-link--circle:hover {
    color: #E3006E;
  }
  .c-link--circle:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni40MTYiIGhlaWdodD0iNDAuODciIHZpZXdCb3g9IjAgMCA1Ni40MTYgNDAuODciPiA8ZyBpZD0iYnRuIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc1LjExMiAtMjMzNC43NTMpIj4gPHBhdGggaWQ9IuODkeOCuV84MDEiIGRhdGEtbmFtZT0i44OR44K5IDgwMSIgZD0iTTU0LjgyNCw1LjAyN2MzLjQ5MSw2LjA0Ny0yLjU0NCwxNi4yNzMtMTQuMDQsMjQuNjA4YTYyLjcwNyw2Mi43MDcsMCwwLDEtNS4zMjgsMy40MzNDMjAuNzI4LDQxLjU3MSw1LjUyLDQyLjgsMS40ODgsMzUuODJTNi4xMjgsMTYuMjgzLDIwLjg1Niw3Ljc3OSw1MC43OTMtMS45NTYsNTQuODI0LDUuMDI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc1LjE3NyAyMzM0Ljc2NCkiIGZpbGw9IiNlMzAxNmUiIHN0cm9rZT0iI2UzMDE2ZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz4gPHBhdGggaWQ9IuODkeOCuV84MDIiIGRhdGEtbmFtZT0i44OR44K5IDgwMiIgZD0iTTU0LjY3NywzMC43ODIsNTkuNjQ5LDM0LjdsLTQuOTcyLDMuOTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDkuNjQxIDIzMjAuNDkxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPiA8bGluZSBpZD0i57eaXzE5OSIgZGF0YS1uYW1lPSLnt5ogMTk5IiB4Mj0iMTEuOTE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTcuMzc2IDIzNTUuMTg4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPiA8L2c+PC9zdmc+");
  }
}

.bg-gray {
  background-color: #f4f4f4;
}

.c-pageWrapper {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-pageWrapper {
    padding-top: 9.2307692308vw;
  }
}
@media (max-width: 576px) {
  .c-pageWrapper {
    padding-top: 24vw;
  }
}

.c-breadcrumb {
  max-width: calc(1340px + 4rem);
  margin-inline: auto;
  margin-bottom: 52px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-breadcrumb {
    margin-bottom: 4vw;
  }
}
@media (max-width: 576px) {
  .c-breadcrumb {
    margin-bottom: 8.5333333333vw;
  }
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.c-breadcrumb__item {
  list-style: none;
  font-size: 14px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-breadcrumb__item {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 576px) {
  .c-breadcrumb__item {
    font-size: 2.6666666667vw;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "〉";
  margin-left: 4px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .c-breadcrumb__item:not(:last-child)::after {
    margin-left: 0.3076923077vw;
  }
}
@media (max-width: 576px) {
  .c-breadcrumb__item:not(:last-child)::after {
    margin-left: 0.8vw;
  }
}

.c-breadcrumb__link {
  text-decoration: none;
  color: #3C3C3C;
  font-weight: 400;
}

.p-page-header__title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-page-header__title-wrap {
    gap: 0.7692307692vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-page-header__title-wrap {
    gap: 1.8666666667vw;
    margin-bottom: 13.8666666667vw;
  }
}
.p-page-header__title-wrap::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(135deg, rgb(227, 0, 110) 0%, rgb(113, 117, 214) 100%);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-page-header__title-wrap::before {
    width: 3.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-page-header__title-wrap::before {
    width: 6.4vw;
  }
}

.p-page-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 35px;
  font-family: good-times, sans-serif;
  font-weight: bold;
  color: #7175D6;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-page-header__title {
    font-size: 2.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-page-header__title {
    font-size: 4.8vw;
  }
}

.p-page-header__subtitle {
  font-size: 32px;
  font-weight: bold;
  padding-left: 55px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-page-header__subtitle {
    font-size: 2.4615384615vw;
    padding-left: 4.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-page-header__subtitle {
    font-size: 6.4vw;
    padding-left: 8vw;
  }
}

.p-page-header__catchcopy {
  padding-left: 56px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-page-header__catchcopy {
    padding-left: 4.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-page-header__catchcopy {
    padding-left: 0;
  }
}

.p-page-header__catchcopy-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 70px;
  font-family: good-times, sans-serif;
  font-weight: bold;
  background: linear-gradient(135deg, rgb(227, 0, 110) 0%, rgb(113, 117, 214) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-page-header__catchcopy-text {
    font-size: 5.3846153846vw;
    margin-bottom: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-page-header__catchcopy-text {
    font-size: 9.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-page-header__catchcopy-text.--gradation2 {
  background: linear-gradient(135deg, rgb(113, 117, 214) 0%, rgb(217, 86, 164) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-page-header__text {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-page-header__text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-page-header__text {
    font-size: 4vw;
  }
}

.u-mb-0 {
  margin-bottom: 0;
}

.c-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.c-badge-primary {
  color: #fff;
  background-color: #7175D6;
}

.c-badge-secondary {
  color: #fff;
  background-color: #626262;
}

.c-badge-danger {
  color: #fff;
  background-color: #E3006E;
}

.c-badge-light {
  color: #fff;
  background-color: #f6f6f6;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-header {
  margin-bottom: 3rem;
}
.form-footer {
  margin-top: 3rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 14px 22px 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #999be1;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(113, 117, 214, 0.25);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f9f9f9;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

textarea.form-control {
  height: auto;
  resize: vertical;
}

.custom-select {
  display: inline-block;
  width: 100%;
  padding: 14px 32px 16px 22px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #999be1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 117, 214, 0.25);
}

.p-contact {
  padding: 130px 0 150px;
  background: linear-gradient(135deg, rgb(242, 242, 242) 0%, rgb(219, 219, 219) 70%, rgb(219, 219, 219) 100%);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact {
    padding: 10vw 0 11.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-contact {
    padding: 23.2vw 0 26.6666666667vw;
    background: #dedede;
  }
}

.p-contact__head {
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__head {
    margin-bottom: 3.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-contact__head {
    margin-bottom: 8.5333333333vw;
  }
}

.p-contact__title {
  color: #fff;
  margin-bottom: 45px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__title {
    margin-bottom: 3.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-contact__title {
    margin-bottom: 3.2vw;
  }
}

.p-contact__subtitle {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #3C3C3C;
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__subtitle {
    font-size: 3.0769230769vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-contact__subtitle {
    font-size: 7.2vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-contact__text {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.025em;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__text {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-contact__text {
    font-size: 4vw;
  }
}

.p-contact__cards {
  display: flex;
  gap: 40px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__cards {
    gap: 3.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-contact__cards {
    flex-flow: column;
    gap: 2.6666666667vw;
  }
}

.p-contact__card {
  flex: 1;
  background: #404040;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card {
    border-radius: 0.9230769231vw;
    padding: 3.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card {
    border-radius: 2.1333333333vw;
    padding: 8.5333333333vw;
  }
}

.p-contact__card--web {
  cursor: pointer;
}
@media (hover: hover) {
  .p-contact__card--web:hover .p-contact__card-btn a {
    background: #fff;
    color: #3C3C3C;
  }
}

.p-contact__card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card-icon {
    width: 3.5384615385vw;
    height: 3.5384615385vw;
    margin-bottom: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card-icon {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-contact__card-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card-title {
    font-size: 1.5384615385vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card-title {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-contact__card-tel {
  margin-bottom: 8px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card-tel {
    margin-bottom: 0.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card-tel {
    margin-bottom: 1.3333333333vw;
  }
}
.p-contact__card-tel a, .p-contact__card-tel span {
  font-size: 25px;
  font-family: good-times, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card-tel a, .p-contact__card-tel span {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card-tel a, .p-contact__card-tel span {
    font-size: 6.6666666667vw;
  }
}

.p-contact__card-time {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card-time {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card-time {
    font-size: 3.7333333333vw;
  }
}

.p-contact__card-btn {
  max-width: 200px;
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card-btn {
    max-width: 15.3846153846vw;
    margin-top: 0.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card-btn {
    max-width: 53.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.p-contact__card-btn a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px 12px;
  border-radius: 10px;
  background-color: #000;
  transition: 0.25s background-color ease-in-out;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__card-btn a {
    font-size: 1.5384615385vw;
    padding: 0.7692307692vw 1.5384615385vw 0.9230769231vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-contact__card-btn a {
    font-size: 4.8vw;
    padding: 2.4vw 3.4666666667vw 2.9333333333vw;
  }
}
.p-contact__card-btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 30px;
  z-index: 100;
  background-color: #fff;
  transition: all ease 0.6s;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-header {
    padding: 1.5384615385vw 2.3076923077vw;
  }
}
@media (max-width: 576px) {
  .l-header {
    padding: 3.4666666667vw 3.7333333333vw;
  }
}
.l-header.is-hidden {
  transform: translateY(-100%);
}

.l-header.bg-transparent {
  background-color: transparent;
}

.home .l-header {
  background-color: transparent;
}

.home.is-past-mv .l-header {
  background-color: #fff;
}

.l-header.lp-header .l-header__nav-link {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .l-header.lp-header .l-header__nav-link {
    color: #3C3C3C;
  }
  .l-header.lp-header .l-header__nav-link.l-header__nav-link-btn {
    color: #E3006E;
  }
}

.l-header.lp-header.is-past-mv .l-header__nav-link {
  color: #3C3C3C;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-header__inner {
    gap: 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .l-header__inner {
    gap: 8.5333333333vw;
  }
}

.l-header__logo {
  width: 150px;
  position: relative;
  z-index: 1001;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-header__logo {
    width: 11.5384615385vw;
  }
}
@media (max-width: 576px) {
  .l-header__logo {
    width: 26.6666666667vw;
  }
}

.l-header__logo-link {
  display: block;
}

@media (max-width: 576px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    z-index: 1000;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: good-times, sans-serif;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-header__nav-list {
    gap: 1.9230769231vw;
  }
}
@media (max-width: 576px) {
  .l-header__nav-list {
    position: absolute;
    top: 50%;
    left: 12.8vw;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1000;
    flex-flow: column;
    align-items: flex-start;
    gap: 6.9333333333vw;
  }
}

.l-header__nav-link {
  text-decoration: none;
  color: #3C3C3C;
  font-size: 13px;
  transition: 0.25s opacity ease-in-out;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-header__nav-link {
    font-size: 1vw;
  }
}
@media (max-width: 576px) {
  .l-header__nav-link {
    font-size: 4vw;
  }
}
.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3C3C3C;
  transition: 0.1s width ease-in-out;
}
.l-header__nav-link::before {
  content: attr(data-jp);
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
  font-size: 15px;
}
@media (hover: hover) {
  .l-header__nav-link:hover span {
    opacity: 0;
  }
  .l-header__nav-link:hover::before {
    opacity: 1;
  }
  .l-header__nav-link:hover::after {
    width: 100%;
  }
}

.l-header__nav-link.l-header__nav-link-btn {
  font-size: 16px;
  font-weight: 600;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-header__nav-link.l-header__nav-link-btn {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .l-header__nav-link.l-header__nav-link-btn {
    font-size: 4.8vw;
  }
}
.l-header__nav-link.l-header__nav-link-btn::after {
  background-color: #E3006E;
}

.l-header.lp-header.is-past-mv .l-header__nav-link.l-header__nav-link-btn {
  color: #E3006E;
}

.header-hamburger {
  display: none;
  position: absolute;
  right: 2.6666666667vw;
  top: 4.2666666667vw;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  z-index: 1000;
  cursor: pointer;
  background: #E3006E;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger::before, .header-hamburger::after {
  content: "";
  position: absolute;
  width: 4.8vw;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.header-hamburger::before {
  top: calc(50% - 1.0666666667vw);
}
.header-hamburger::after {
  top: calc(50% + 1.0666666667vw);
}
.header-hamburger.active span {
  opacity: 0;
}
.header-hamburger.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.header-hamburger.active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.l-footer {
  background: #282828;
}

.l-footer__inner {
  display: flex;
}
@media (max-width: 576px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 10.6666666667vw 8vw;
    gap: 10.6666666667vw;
  }
}

.l-footer__left {
  padding: 70px;
  width: 28.6111111111%;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__left {
    padding: 5.3846153846vw;
  }
}
@media (max-width: 576px) {
  .l-footer__left {
    padding: 0;
    width: 100%;
    align-items: flex-start;
  }
}

.l-footer__logo {
  width: 158px;
  cursor: pointer;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__logo {
    width: 12.1538461538vw;
  }
}
@media (max-width: 576px) {
  .l-footer__logo {
    width: 42.1333333333vw;
  }
}

.l-footer__copyright {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__copyright {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 576px) {
  .l-footer__copyright {
    font-size: 3.7333333333vw;
  }
}

.l-footer__right {
  width: 100%;
  padding: 70px;
  background: #3c3c3c;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__right {
    padding: 5.3846153846vw;
  }
}
@media (max-width: 576px) {
  .l-footer__right {
    background: transparent;
    padding: 0;
  }
}

.l-footer__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 120px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__nav {
    gap: 9.2307692308vw;
  }
}
@media (max-width: 576px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}

.l-footer__nav-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .l-footer__nav-column {
    width: 100%;
  }
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__nav-list {
    gap: 0.6153846154vw;
  }
}
@media (max-width: 576px) {
  .l-footer__nav-list {
    gap: 4.2666666667vw 1.3333333333vw;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .l-footer__nav-item {
    width: calc(50% - 1.3333333333vw);
  }
}

.l-footer__nav-heading {
  margin-bottom: 24px;
  color: #fff;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__nav-heading {
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .l-footer__nav-heading {
    border-bottom: 1px solid #505050;
    padding-bottom: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}

.l-footer__nav-list-wrap {
  display: flex;
  gap: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .l-footer__nav-list-wrap {
    gap: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .l-footer__nav-list-wrap {
    gap: 4.2666666667vw;
  }
  .l-footer__nav-list-wrap .l-footer__nav-list {
    flex-direction: column;
    width: 100%;
  }
  .l-footer__nav-list-wrap .l-footer__nav-list .l-footer__nav-item {
    width: 100%;
  }
}

.l-footer__nav-link {
  color: #fff;
  text-decoration: none;
  transition: 0.25s color ease-in-out;
}
@media (hover: hover) {
  .l-footer__nav-link:hover {
    color: #E3006E;
  }
}

html {
  scroll-behavior: smooth;
}

.p-lp-mv {
  background: url(../img/lp/lp-mv.webp) no-repeat center center/cover;
  height: 850px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-mv {
    height: 65.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-mv {
    height: 173.3333333333vw;
    background: url(../img/lp/lp-mv-sp.webp) no-repeat center center/cover;
    justify-content: center;
    align-items: flex-end;
  }
}

.p-lp-mv .p-lp-cta__buttons {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
.p-lp-mv .p-lp-cta__buttons .p-lp-cta__button {
  max-width: 330px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-mv .p-lp-cta__buttons .p-lp-cta__button {
    max-width: 25.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-mv .p-lp-cta__buttons .p-lp-cta__button {
    max-width: 95%;
  }
}
@media (max-width: 576px) {
  .p-lp-mv .p-lp-cta__buttons .p-lp-cta__button--contact {
    border: 1px solid #fff;
  }
}

.p-lp-mv__hexagon {
  width: 700px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-mv__hexagon {
    width: 53.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-mv__hexagon {
    width: 100%;
    height: auto;
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
}

.p-lp-mv__hexagon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .p-lp-mv__content-box {
    padding-bottom: 53.3333333333vw;
  }
}

.p-lp-mv__title {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-right: 160px;
  margin-bottom: 18px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-mv__title {
    font-size: 6.1538461538vw;
    gap: 1.5384615385vw;
    margin-right: 12.3076923077vw;
    margin-bottom: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-mv__title {
    align-items: center;
    font-size: 8vw;
    gap: 3.2vw;
    margin-right: 0;
    margin-bottom: 3.2vw;
  }
}
.p-lp-mv__title span {
  font-family: good-times, sans-serif;
  font-weight: 600;
}

.p-lp-mv__title-line {
  display: inline-block;
  background-color: #fff;
  color: #E3006E;
  padding: 15px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-mv__title-line {
    padding: 1.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp-mv__title-line {
    padding: 1.0666666667vw 2.1333333333vw 0.8vw;
  }
}

.p-lp-mv__subtitle {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-mv__subtitle {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  .p-lp-mv__subtitle {
    font-size: 4.8vw;
    text-align: center;
  }
}

.p-lp-features {
  padding: 120px 0 170px;
  background: url(../img/lp/features-bg.webp) no-repeat center center/cover;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features {
    padding: 9.2307692308vw 0 13.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features {
    padding: 30.4vw 0 16vw;
    background-image: url(../img/lp/features-bg-sp.webp);
    background-color: #f2f2f2;
  }
}

.p-lp-features__header {
  margin-left: 120px;
  margin-bottom: 58px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__header {
    margin-left: 9.2307692308vw;
    margin-bottom: 4.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__header {
    margin-left: 8vw;
    margin-bottom: 7.4666666667vw;
  }
}

.p-lp-features__title {
  font-size: 60px;
  font-weight: bold;
  color: #E3006E;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__title {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__title {
    font-size: 8.5333333333vw;
  }
}

.p-lp-features__title-en {
  font-size: 26px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 6px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__title-en {
    font-size: 2vw;
    margin-left: 0.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__title-en {
    font-size: 5.3333333333vw;
    margin-left: 0;
  }
}

.p-lp-features__item {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 50px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__item {
    gap: 7.6923076923vw;
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10.6666666667vw;
    margin-bottom: 14.9333333333vw;
  }
}
.p-lp-features__item:nth-child(1) {
  margin-left: 120px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__item:nth-child(1) {
    margin-left: 9.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__item:nth-child(1) {
    margin-left: 0;
  }
}
.p-lp-features__item:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .p-lp-features__item:nth-child(2) {
    flex-direction: column;
  }
  .p-lp-features__item:nth-child(2) .p-lp-features__item-image {
    margin-left: auto;
  }
  .p-lp-features__item:nth-child(2) .p-lp-features__item-content {
    order: 1;
  }
}
.p-lp-features__item:nth-child(3) {
  margin-bottom: 0;
}

.p-lp-features__item-image {
  width: 43.1818181818%;
  aspect-ratio: 570/380;
}
@media (max-width: 576px) {
  .p-lp-features__item-image {
    width: 92%;
    aspect-ratio: 345/230;
  }
}

.p-lp-features__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-features__item-content {
  max-width: 510px;
  padding-inline: 15px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__item-content {
    max-width: 39.2307692308vw;
    padding-inline: 1.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__item-content {
    max-width: 100%;
    padding-inline: 7.4666666667vw;
  }
}

.p-lp-features__item-title {
  font-size: 36px;
  font-weight: bold;
  color: #E3006E;
  margin-bottom: 26px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__item-title {
    font-size: 2.7692307692vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__item-title {
    font-size: 6.9333333333vw;
    margin-bottom: 3.7333333333vw;
    line-height: 1.5;
  }
}

.p-lp-features__item-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-features__item-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-features__item-text {
    font-size: 4vw;
    font-weight: 400;
  }
}

.p-lp-nav {
  background-color: #f2f2f2;
}
@media (max-width: 576px) {
  .p-lp-nav {
    padding: 24vw 0 0;
  }
}

.p-lp-nav__list {
  display: flex;
  gap: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-nav__list {
    gap: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.3333333333vw;
  }
}

.p-lp-nav__item {
  flex: 1;
  position: relative;
  background-color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  transition: 0.25s all ease-in-out;
  text-decoration: none;
  display: block;
  color: #3c3c3c;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-nav__item {
    padding: 1.3846153846vw 1.5384615385vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp-nav__item {
    padding: 4vw 4.2666666667vw 7.4666666667vw;
    border-radius: 1.3333333333vw;
    flex: 0 0 calc(50% - 1.3333333333vw);
  }
}
@media (hover: hover) {
  .p-lp-nav__item:hover {
    background-color: #E3006E;
    color: #fff;
  }
  .p-lp-nav__item:hover .p-lp-nav__icon path {
    fill: #fff;
  }
}

.p-lp-nav__text {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-nav__text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-nav__text {
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13.3333333333vw;
  }
}

.p-lp-nav__icon {
  width: 11px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-nav__icon {
    right: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-nav__icon {
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 3.2vw;
  }
}

.p-lp-results {
  padding: 160px 0;
  background-color: #f2f2f2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results {
    padding: 12.3076923077vw 0;
  }
}
@media (max-width: 576px) {
  .p-lp-results {
    padding: 22.4vw 0 20.2666666667vw;
  }
}

.p-lp-results__header {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__header {
    margin-bottom: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__header {
    margin-bottom: 5.3333333333vw;
  }
}

.p-lp-results__title {
  font-size: 60px;
  font-weight: bold;
  color: #E3006E;
  letter-spacing: -0.035em;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__title {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__title {
    font-size: 8.5333333333vw;
  }
}

.p-lp-results__title-en {
  font-size: 26px;
  font-family: good-times, sans-serif;
  font-weight: 600;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__title-en {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__title-en {
    font-size: 5.3333333333vw;
  }
}

@media (max-width: 576px) {
  .p-lp-results__list {
    margin-left: 7.4666666667vw;
  }
}

.p-lp-results__card-image {
  position: relative;
  aspect-ratio: 550/320;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__card-image {
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__card-image {
    margin-bottom: 2.4vw;
  }
}

.p-lp-results__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-results__card-company {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__card-company {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__card-company {
    font-size: 3.4666666667vw;
  }
}

.p-lp-results__card-person {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__card-person {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__card-person {
    font-size: 3.4666666667vw;
  }
}

.p-lp-results__card-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__card-text {
    font-size: 1.3846153846vw;
    margin-top: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__card-text {
    font-size: 4vw;
    margin-top: 4vw;
  }
}

.p-lp-results__link-wrap {
  margin-top: 48px;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__link-wrap {
    margin-top: 3.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__link-wrap {
    margin-top: 8.5333333333vw;
  }
}
.p-lp-results__link-wrap.p-lp2-solutions__link-wrap {
  margin-top: 64px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-results__link-wrap.p-lp2-solutions__link-wrap {
    margin-top: 4.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp-results__link-wrap.p-lp2-solutions__link-wrap {
    margin-top: 10.6666666667vw;
  }
}

.p-lp-solution {
  background-color: #f2f2f2;
}

.p-lp-solution__inner {
  display: flex;
  align-items: center;
  gap: 105px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solution__inner {
    gap: 8.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solution__inner {
    flex-direction: column;
    gap: 9.3333333333vw;
  }
}

.p-lp-solution__visual {
  width: 48.6111111111%;
}
@media (max-width: 576px) {
  .p-lp-solution__visual {
    width: 100%;
  }
}

.p-lp-solution__devices-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-solution__right {
  width: 36.1111111111%;
}
@media (max-width: 576px) {
  .p-lp-solution__right {
    width: 100%;
    padding-inline: 7.4666666667vw;
  }
}

.p-lp-solution__title {
  margin-bottom: 32px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solution__title {
    margin-bottom: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solution__title {
    margin-bottom: 8vw;
    text-align: center;
  }
}

.p-lp-solution__title-text {
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solution__title-text {
    font-size: 3.0769230769vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solution__title-text {
    font-size: 8.5333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}

.p-lp-solution__title-highlight {
  font-size: 50px;
  background-color: #E3006E;
  color: #fff;
  padding: 10px 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solution__title-highlight {
    font-size: 3.8461538462vw;
    padding: 0.7692307692vw 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solution__title-highlight {
    font-size: 8.8vw;
    padding: 1.5384615385vw 3.2vw;
  }
}
.p-lp-solution__title-highlight span {
  font-family: good-times, sans-serif;
  font-weight: 600;
  font-size: 60px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solution__title-highlight span {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solution__title-highlight span {
    font-size: 10.6666666667vw;
  }
}

.p-lp-solution__text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solution__text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solution__text {
    font-size: 4vw;
  }
}

.p-lp-problems {
  padding: 160px 0 100px;
  background-color: #f2f2f2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems {
    padding: 12.3076923077vw 0 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems {
    padding: 25.6vw 0 18.6666666667vw;
  }
}

@media (max-width: 576px) {
  .p-lp-problems__inner {
    padding: 0;
  }
}

.p-lp-problems__block {
  background-color: #3d3d3d;
  padding: 84px 100px 100px;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__block {
    padding: 6.4615384615vw 7.6923076923vw 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__block {
    padding: 13.3333333333vw 8vw 14.6666666667vw;
  }
}
.p-lp-problems__block::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 30px solid #3d3d30;
  border-bottom: 0;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__block::before {
    border-right-width: 7.6923076923vw;
    border-left-width: 7.6923076923vw;
    border-top-width: 2.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__block::before {
    border-right-width: 16vw;
    border-left-width: 16vw;
    border-top-width: 4.8vw;
  }
}

.p-lp-problems__header {
  text-align: center;
  margin-bottom: 58px;
  color: #fff;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__header {
    margin-bottom: 4.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__header {
    margin-bottom: 9.3333333333vw;
  }
}

.p-lp-problems__label {
  font-size: 39px;
  font-family: good-times, sans-serif;
  color: #E3006E;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__label {
    font-size: 3vw;
    margin-bottom: 0.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__label {
    font-size: 6.1333333333vw;
    margin-bottom: 0;
  }
}

.p-lp-problems__title {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__title {
    font-size: 3.4615384615vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__title {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-lp-problems__title span {
  font-size: 65px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__title span {
    font-size: 5vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__title span {
    font-size: 11.2vw;
  }
}

.p-lp-problems__subtitle {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__subtitle {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__subtitle {
    font-size: 4vw;
  }
}

.p-lp-problems__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__list {
    gap: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__list {
    gap: 3.2vw;
  }
}

.p-lp-problems__item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  background-color: #fff;
  gap: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__item {
    gap: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__item {
    width: 100%;
    gap: 3.2vw;
  }
}

.p-lp-problems__item-icon {
  width: 56px;
  height: 56px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__item-icon {
    width: 4.3076923077vw;
    height: 4.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__item-icon {
    width: 10.1333333333vw;
    height: 17.8666666667vw;
  }
}

.p-lp-problems__checkmark {
  width: 26px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: -5px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__checkmark {
    width: 2vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__checkmark {
    width: 4vw;
  }
}

.p-lp-problems__item-text {
  color: #E3006E;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-problems__item-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-problems__item-text {
    font-size: 4vw;
    line-height: 1.5;
  }
}

.p-lp-solve {
  background-color: #f2f2f2;
  overflow: hidden;
}

.p-lp-solve__header {
  padding: 40px 0 0;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__header {
    padding: 3.0769230769vw 0 0;
    margin-bottom: 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__header {
    padding: 14.6666666667vw 0 0;
    margin-bottom: 14.6666666667vw;
  }
}
.p-lp-solve__header::before {
  content: "";
  position: absolute;
  width: 525px;
  height: 443px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/lp/icon-hexagon.svg) no-repeat center center/100%;
  display: block;
  z-index: -1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__header::before {
    width: 40.3846153846vw;
    height: 34.0769230769vw;
    top: -1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__header::before {
    width: 112vw;
    height: 93.8666666667vw;
    top: 0;
  }
}

.p-lp-solve__branding {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__branding {
    gap: 2.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__branding {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-lp-solve__logo {
  flex: 1;
  text-align: right;
}

.p-lp-solve__logo-img {
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__logo-img {
    width: 19.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__logo-img {
    width: 32vw;
  }
}

.p-lp-solve__multiply {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__multiply {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__multiply {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-lp-solve__multiply::before, .p-lp-solve__multiply::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 2px;
  background-color: #707070;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__multiply::before, .p-lp-solve__multiply::after {
    width: 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__multiply::before, .p-lp-solve__multiply::after {
    width: 10.6666666667vw;
  }
}
.p-lp-solve__multiply::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-lp-solve__multiply::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-lp-solve__ai {
  font-size: 70px;
  flex: 1;
  font-weight: 500;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__ai {
    font-size: 5.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__ai {
    font-size: 8.5333333333vw;
  }
}
.p-lp-solve__ai span {
  font-size: 105px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__ai span {
    font-size: 8.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__ai span {
    font-size: 12.8vw;
  }
}

.p-lp-solve__title {
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__title {
    font-size: 5vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__title {
    font-size: 9.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.p-lp-solve__subtitle {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__subtitle {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__subtitle {
    font-size: 4vw;
  }
}

.p-lp-solve__content {
  position: relative;
  z-index: 2;
}

.p-lp-solve__point {
  background-color: #3c3c3c;
  color: #fff;
  padding: 40px 52px 70px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__point {
    padding: 3.0769230769vw 4vw 5.3846153846vw;
    margin-bottom: 1.1538461538vw;
    gap: 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__point {
    flex-direction: column;
    padding: 6.4vw 6.4vw 11.2vw;
    margin-bottom: 2.4vw;
    gap: 4.2666666667vw;
  }
}
.p-lp-solve__point:last-child {
  margin-bottom: 0;
}

.p-lp-solve__point-label {
  font-size: 20px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  color: #E3006E;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__point-label {
    font-size: 1.5384615385vw;
    gap: 0.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__point-label {
    font-size: 3.7333333333vw;
    gap: 1.6vw;
  }
}
.p-lp-solve__point-label span {
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__point-label span {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__point-label span {
    font-size: 8.8vw;
  }
}

.p-lp-solve__point-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__point-title {
    font-size: 2.4615384615vw;
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__point-title {
    font-size: 5.6vw;
    margin-bottom: 3.7333333333vw;
  }
}

.p-lp-solve__point-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__point-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__point-text {
    font-size: 4vw;
  }
}

.p-lp-solve__visual {
  position: relative;
  aspect-ratio: 1440/622;
  width: 100%;
  margin-top: -100px;
  z-index: 1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-solve__visual {
    margin-top: -7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-solve__visual {
    aspect-ratio: 375/416;
    margin-top: -16vw;
  }
}

.p-lp-solve__visual-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-issues-solutions {
  padding: 110px 0;
  background-color: #f2f2f2;
  background-image: url(../img/lp/issues-solutions.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions {
    padding: 8.4615384615vw 0;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions {
    padding: 14.9333333333vw 0;
  }
}

.p-lp-issues-solutions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px 50px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__grid {
    gap: 9.2307692308vw 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__grid {
    grid-template-columns: 1fr;
    gap: 15.4666666667vw;
  }
}

.p-lp-issues-solutions__issue {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__issue {
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__issue {
    margin-bottom: 8vw;
  }
}
.p-lp-issues-solutions__issue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.p-lp-issues-solutions__label {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: -26px;
  z-index: 1;
  font-family: good-times, sans-serif;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__label {
    font-size: 2.3076923077vw;
    margin-bottom: -2vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__label {
    font-size: 6.4vw;
    margin-bottom: -4.8vw;
  }
}

.p-lp-issues-solutions__issue-title {
  font-size: 32px;
  font-weight: bold;
  color: #E3006E;
  background-color: #fff;
  padding: 22px;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__issue-title {
    font-size: 2.4615384615vw;
    padding: 1.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__issue-title {
    font-size: 5.8666666667vw;
    padding: 4vw 5.3333333333vw;
  }
}
.p-lp-issues-solutions__issue-title::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__issue-title::before {
    left: 3.0769230769vw;
    border-right-width: 3.0769230769vw;
    border-left-width: 3.0769230769vw;
    border-top-width: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__issue-title::before {
    left: 8.5333333333vw;
    border-right-width: 6.4vw;
    border-left-width: 6.4vw;
    border-top-width: 3.2vw;
  }
}

.p-lp-issues-solutions__solution {
  position: relative;
}
.p-lp-issues-solutions__solution::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.p-lp-issues-solutions__solution-label {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
  font-family: good-times, sans-serif;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__solution-label {
    font-size: 2.3076923077vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__solution-label {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}

.p-lp-issues-solutions__solution-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__solution-title {
    font-size: 2vw;
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__solution-title {
    font-size: 5.8666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}

.p-lp-issues-solutions__solution-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-issues-solutions__solution-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-issues-solutions__solution-text {
    font-size: 4vw;
  }
}

.p-lp-thoughts {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts {
    padding: 9.2307692308vw 0;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts {
    padding: 13.3333333333vw 0;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  .p-lp-thoughts::before {
    content: "";
    position: absolute;
    left: -21.3333333333vw;
    top: 61.3333333333vw;
    width: 103.7333333333vw;
    height: 87.4666666667vw;
    display: block;
    background: url(../img/lp/icon-hexagon.svg) no-repeat top center/cover;
    z-index: -1;
  }
}

.p-lp-thoughts__content {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts__content {
    gap: 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts__content {
    flex-flow: column;
    gap: 16vw;
  }
}

.p-lp-thoughts__visual {
  width: 38.6111111111%;
  aspect-ratio: 556/657;
  flex-shrink: 0;
  text-align: right;
}
@media (max-width: 576px) {
  .p-lp-thoughts__visual {
    width: 58.1333333333vw;
    position: absolute;
    left: 50%;
    top: 34.6666666667vw;
    transform: translateX(-50%);
  }
}

.p-lp-thoughts__visual-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 556px;
}

.p-lp-thoughts__text {
  width: 41.6666666667%;
}
@media (max-width: 576px) {
  .p-lp-thoughts__text {
    width: 100%;
    padding-inline: 7.4666666667vw;
  }
}

.p-lp-thoughts__header {
  margin-bottom: 32px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts__header {
    margin-bottom: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts__header {
    text-align: center;
    margin-bottom: 77.3333333333vw;
  }
}

.p-lp-thoughts__title-line {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts__title-line {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts__title-line {
    font-size: 8.5333333333vw;
  }
}

.p-lp-thoughts__subtitle {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
  margin-top: 12px;
  font-family: good-times, sans-serif;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts__subtitle {
    font-size: 2vw;
    margin-top: 0.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts__subtitle {
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.p-lp-thoughts__heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts__heading {
    font-size: 2.4615384615vw;
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts__heading {
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
    text-align: center;
  }
}

.p-lp-thoughts__paragraph {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts__paragraph {
    font-size: 1.3846153846vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts__paragraph {
    font-size: 4vw;
    margin-bottom: 5.8666666667vw;
  }
}

.p-lp-thoughts__signature {
  font-size: 18px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-thoughts__signature {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-thoughts__signature {
    font-size: 4vw;
  }
}

.p-lp-flow {
  padding: 140px 0;
  background: #f2f2f2 url(../img/lp/flow-bg.webp) no-repeat top center/cover;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow {
    padding: 10.7692307692vw 0;
  }
}
@media (max-width: 576px) {
  .p-lp-flow {
    padding: 22.4vw 0;
    background-image: url(../img/lp/flow-bg-sp.webp);
  }
}

.p-lp-flow__header {
  margin-bottom: 75px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__header {
    margin-bottom: 5.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__header {
    margin-bottom: 12vw;
  }
}

.p-lp-flow__title {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__title {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__title {
    font-size: 8.5333333333vw;
  }
}

.p-lp-flow__subtitle {
  font-size: 26px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
  margin-top: 12px;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__subtitle {
    font-size: 2vw;
    margin-top: 0.9230769231vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__subtitle {
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}

.p-lp-flow__description {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__description {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__description {
    font-size: 4vw;
  }
}

.p-lp-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__grid {
    gap: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__grid {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

.p-lp-flow__card {
  padding: 60px 32px 45px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__card {
    padding: 4.6153846154vw 2.4615384615vw 3.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__card {
    padding: 16vw 6.6666666667vw 12vw;
  }
}

.p-lp-flow__number {
  position: absolute;
  left: 18px;
  top: 20px;
  font-size: 24px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__number {
    left: 1.3846153846vw;
    top: 1.5384615385vw;
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__number {
    left: 6.6666666667vw;
    top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}

.p-lp-flow__card-title {
  color: #E3006E;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__card-title {
    font-size: 1.6923076923vw;
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__card-title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}

.p-lp-flow__card-text {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-flow__card-text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp-flow__card-text {
    font-size: 4vw;
  }
}

.p-lp-faq {
  padding: 140px 0;
  background: #fff url(../img/lp/faq_bg.webp) no-repeat top center/cover;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq {
    padding: 10.7692307692vw 0;
  }
}
@media (max-width: 576px) {
  .p-lp-faq {
    padding: 17.3333333333vw 0;
    background-image: url(../img/lp/faq_bg-sp.webp);
  }
}

.p-lp-faq__header {
  margin-bottom: 44px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__header {
    margin-bottom: 3.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__header {
    margin-bottom: 11.2vw;
  }
}

.p-lp-faq__title {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__title {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__title {
    font-size: 8.5333333333vw;
  }
}

.p-lp-faq__subtitle {
  font-size: 26px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__subtitle {
    font-size: 2vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__subtitle {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
}

.p-lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__list {
    gap: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__list {
    gap: 5.3333333333vw;
  }
}

.p-lp-faq__answer,
.p-lp-faq__question {
  padding: 20px 64px 20px 30px;
  display: flex;
  gap: 35px;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__answer,
.p-lp-faq__question {
    padding: 1.5384615385vw 4.9230769231vw 1.5384615385vw 2.3076923077vw;
    gap: 2.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__answer,
.p-lp-faq__question {
    padding: 4.8vw 10.1333333333vw 4.8vw 4.8vw;
    gap: 3.2vw;
  }
}

.p-lp-faq__answer-inner {
  display: flex;
  gap: 35px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__answer-inner {
    gap: 2.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__answer-inner {
    gap: 3.2vw;
  }
}

.p-lp-faq__question {
  cursor: pointer;
  background-color: #f2f2f2;
}

.p-lp-faq__answer {
  background-color: #505050;
  display: none;
}

.p-lp-faq__question-label,
.p-lp-faq__answer-label {
  font-size: 26px;
  font-family: good-times, sans-serif;
  font-weight: 600;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__question-label,
.p-lp-faq__answer-label {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__question-label,
.p-lp-faq__answer-label {
    font-size: 5.8666666667vw;
  }
}

.p-lp-faq__question-text,
.p-lp-faq__answer-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__question-text,
.p-lp-faq__answer-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__question-text,
.p-lp-faq__answer-text {
    font-size: 4vw;
  }
}

.p-lp-faq__answer-text {
  color: #fff;
}

.p-lp-faq__question-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__question-icon {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    right: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__question-icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    right: 3.2vw;
  }
}
.p-lp-faq__question-icon::before, .p-lp-faq__question-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E3006E;
  transition: 0.25s all ease-in-out;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-faq__question-icon::before, .p-lp-faq__question-icon::after {
    width: 1.5384615385vw;
    height: 0.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp-faq__question-icon::before, .p-lp-faq__question-icon::after {
    width: 3.4666666667vw;
    height: 0.2666666667vw;
  }
}
.p-lp-faq__question-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-lp-faq__item.is-open .p-lp-faq__question-icon::after {
  opacity: 0;
}

.p-lp-cta {
  padding: 106px 0 88px;
  background: #f2f2f2 url(../img/lp/cta_bg.webp) no-repeat bottom center/cover;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta {
    padding: 8.1538461538vw 0 6.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta {
    padding: 10.6666666667vw 0 12.8vw;
    background-image: url(../img/lp/cta_bg-sp.webp);
    background-position: center top;
  }
}

.p-lp-cta__title {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__title {
    margin-bottom: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__title {
    margin-bottom: 8vw;
  }
}

.p-lp-cta__title-text {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__title-text {
    font-size: 3.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__title-text {
    font-size: 5.8666666667vw;
  }
}

.p-lp-cta__title-line {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1.2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__title-line {
    font-size: 6.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__title-line {
    font-size: 10.1333333333vw;
  }
}

.p-lp-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__buttons {
    gap: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__buttons {
    flex-flow: column;
    gap: 4vw;
  }
}

.p-lp-cta__button {
  background-color: #E3006E;
  color: #fff;
  padding: 18px 25px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 250px;
  transition: 0.25s opacity ease-in-out;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__button {
    padding: 1.3846153846vw 1.9230769231vw 1.5384615385vw;
    border-radius: 0.7692307692vw;
    font-size: 1.5384615385vw;
    gap: 0.7692307692vw;
    max-width: 19.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__button {
    padding: 3.7333333333vw 4vw;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
    gap: 0;
    max-width: 66.6666666667vw;
    justify-content: space-between;
  }
}
@media (hover: hover) {
  .p-lp-cta__button:hover {
    opacity: 0.7;
  }
}

.p-lp-cta__button-icon {
  line-height: 1;
}
.p-lp-cta__button-icon img {
  width: auto;
  height: 17px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__button-icon img {
    height: 1.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__button-icon img {
    height: 4.5333333333vw;
  }
}

.p-lp-cta__button-text {
  line-height: 1;
}
@media (max-width: 576px) {
  .p-lp-cta__button-text {
    margin: auto;
  }
}

.p-lp-cta__button--download {
  background-color: #3c3c3c;
}

.p-contact--lp {
  background: #fff;
  padding: 100px 0;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact--lp {
    padding: 7.6923076923vw 0;
  }
}
@media (max-width: 576px) {
  .p-contact--lp {
    padding: 16vw 0;
  }
}

.p-contact__card {
  border-radius: 0;
}

.p-contact__subtitle {
  font-size: 45px;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-contact__subtitle {
    font-size: 3.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-contact__subtitle {
    font-size: 8vw;
  }
}

.p-lp2-mv {
  background: url(../img/lp/lp2-mv.webp) no-repeat center center/cover;
  height: 850px;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-bottom: 50px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv {
    height: 65.3846153846vw;
    padding-top: 12.3076923077vw;
    padding-bottom: 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv {
    height: 173.3333333333vw;
    padding-top: 45.8666666667vw;
    padding-bottom: 13.8666666667vw;
    background-image: url(../img/lp/lp2-mv-sp.webp);
  }
}

.p-lp2-mv__content {
  text-align: center;
  color: #fff;
}

.p-lp2-mv__headline {
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv__headline {
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv__headline {
    margin-bottom: 2.6666666667vw;
  }
}

.p-lp2-mv__headline-top {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv__headline-top {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv__headline-top {
    font-size: 6.9333333333vw;
    margin-inline: -4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-lp2-mv__headline-top small {
  font-size: 48px;
  margin-left: 10px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv__headline-top small {
    font-size: 3.6923076923vw;
    margin-left: 0.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv__headline-top small {
    font-size: 6.9333333333vw;
    margin-left: 0;
  }
}

.p-lp2-mv__headline-box {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 112px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
  color: #fff;
  padding: 5px;
  position: relative;
  margin-inline: auto;
  background: linear-gradient(transparent 30%, #E3006E 30%);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv__headline-box {
    font-size: 8.6153846154vw;
    padding: 0.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv__headline-box {
    font-size: 13.3333333333vw;
    padding: 0.8vw;
  }
}

.p-lp2-mv__subheadline {
  margin-bottom: 108px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv__subheadline {
    margin-bottom: 8.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv__subheadline {
    margin-bottom: 18.6666666667vw;
  }
}

.p-lp2-mv__subheadline-text {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.025em;
  display: block;
  color: #fff;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv__subheadline-text {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv__subheadline-text {
    margin-inline: -4.2666666667vw;
    font-size: 4vw;
  }
}

.p-lp2-mv .p-lp-cta__button {
  max-width: 330px;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-mv .p-lp-cta__button {
    max-width: 25.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-mv .p-lp-cta__button {
    max-width: 100%;
  }
}

.p-lp-cta__button-caption {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__button-caption {
    font-size: 1.5384615385vw;
    top: -2.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__button-caption {
    font-size: 4.5333333333vw;
    top: -8vw;
  }
}
.p-lp-cta__button-caption::after, .p-lp-cta__button-caption::before {
  content: "";
  position: absolute;
  top: 2px;
  width: 9px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 9px 23px;
  background-position: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__button-caption::after, .p-lp-cta__button-caption::before {
    top: 0.1538461538vw;
    width: 0.6923076923vw;
    height: 1.7692307692vw;
    background-size: 0.6923076923vw 1.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__button-caption::after, .p-lp-cta__button-caption::before {
    top: 0.5333333333vw;
    width: 1.8666666667vw;
    height: 5.0666666667vw;
    background-size: 1.8666666667vw 5.0666666667vw;
  }
}
.p-lp-cta__button-caption::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.889%22%20height%3D%2222.588%22%20viewBox%3D%220%200%2010.889%2022.588%22%3E%20%3Cg%20id%3D%22lline%22%20transform%3D%22translate(0.492%200.087)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_43%22%20data-name%3D%22%E7%B7%9A%2043%22%20y2%3D%2222.76%22%20transform%3D%22matrix(0.985%2C%200.174%2C%20-0.174%2C%200.985%2C%203.952%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20y2%3D%2222.76%22%20transform%3D%22matrix(0.985%2C%200.174%2C%20-0.174%2C%200.985%2C%209.905%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  right: -16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__button-caption::after {
    right: -1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__button-caption::after {
    right: -4.2666666667vw;
  }
}
.p-lp-cta__button-caption::before {
  left: -16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.889%22%20height%3D%2223.588%22%20viewBox%3D%220%200%209.889%2023.588%22%3E%20%3Cg%20id%3D%22line%22%20transform%3D%22translate(0.492%200.087)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_43%22%20data-name%3D%22%E7%B7%9A%2043%22%20y1%3D%2222.76%22%20transform%3D%22matrix(-0.985%2C%200.174%2C%20-0.174%2C%20-0.985%2C%208.905%2C%2022.414)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20y1%3D%2222.76%22%20transform%3D%22matrix(-0.985%2C%200.174%2C%20-0.174%2C%20-0.985%2C%203.952%2C%2023.414)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__button-caption::before {
    left: -1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__button-caption::before {
    left: -4.2666666667vw;
  }
}

.p-lp2-problems {
  padding: 160px 0;
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems {
    padding: 12.3076923077vw 0;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems {
    padding: 65.8666666667vw 0 16.5333333333vw;
  }
}

.p-lp2-problems__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__content {
    gap: 0 6.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__content {
    gap: 15.4666666667vw;
  }
}

.p-lp2-problems__left {
  width: calc(50% - 40px);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__left {
    width: calc(50% - 3.0769230769vw);
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__left {
    width: 100%;
  }
}

.p-lp2-problems__title {
  text-align: center;
  margin-bottom: 26px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__title {
    margin-bottom: 2vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__title {
    margin-bottom: 2.6666666667vw;
  }
}

.p-lp2-problems__title-text {
  font-size: 60px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__title-text {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__title-text {
    font-size: 6.9333333333vw;
  }
}

.p-lp2-problems__title-highlight {
  font-size: 93px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
  color: #E3006E;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__title-highlight {
    font-size: 7.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__title-highlight {
    font-size: 11.4666666667vw;
  }
}
.p-lp2-problems__title-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 50px);
  height: 70%;
  background-color: #fff;
  z-index: -1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__title-highlight::after {
    left: 2.3076923077vw;
    width: calc(100% - 3.8461538462vw);
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__title-highlight::after {
    left: 4.8vw;
    width: calc(100% - 8vw);
  }
}

.p-lp2-problems__intro {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__intro {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__intro {
    font-size: 4vw;
  }
}

.p-lp2-problems__intro-text {
  font-size: 18px;
  line-height: 2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__intro-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__intro-text {
    font-size: 4vw;
  }
}

.p-lp2-problems__visual {
  position: absolute;
  left: 61.2307692308vw;
  top: 110px;
  width: 394px;
  height: 414px;
  z-index: 1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__visual {
    top: 8.4615384615vw;
    width: 30.3076923077vw;
    height: 31.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__visual {
    left: 50%;
    transform: translateX(-50%);
    top: 8.5333333333vw;
    width: 51.4666666667vw;
    height: 54.1333333333vw;
  }
}

.p-lp2-problems__visual-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp2-problems__item {
  width: calc(50% - 40px);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item {
    width: calc(50% - 3.0769230769vw);
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item {
    width: 100%;
  }
}
.p-lp2-problems__item:nth-child(2) {
  margin-top: 400px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item:nth-child(2) {
    margin-top: 30.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item:nth-child(2) {
    margin-top: 0;
  }
}
.p-lp2-problems__item:nth-child(3) {
  margin-top: -260px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item:nth-child(3) {
    margin-top: -20vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item:nth-child(3) {
    margin-top: 0;
  }
}
.p-lp2-problems__item:nth-child(4) {
  margin-top: 60px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item:nth-child(4) {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item:nth-child(4) {
    margin-top: 0;
  }
}

.p-lp2-problems__item-content {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 12px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item-content {
    gap: 2.1538461538vw;
    margin-bottom: 0.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}

.p-lp2-problems__item-number {
  font-size: 50px;
  font-weight: 600;
  font-family: good-times, sans-serif;
  line-height: 1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item-number {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item-number {
    font-size: 8vw;
  }
}

.p-lp2-problems__item-title {
  font-size: 32px;
  font-weight: 600;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item-title {
    font-size: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item-title {
    font-size: 5.8666666667vw;
  }
}

.p-lp2-problems__item-text {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-problems__item-text {
    border-radius: 1.5384615385vw;
    padding: 3.8461538462vw;
    margin-bottom: 1.5384615385vw;
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-problems__item-text {
    border-radius: 3.2vw;
    padding: 6.9333333333vw 8vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.p-lp2-problems__item-text:last-child {
  margin-bottom: 0;
}

.p-lp2-features {
  padding: 145px 0 0;
  background: #f2f2f2 url(../img/lp/features2-bg.webp) no-repeat top center/100% 610px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features {
    padding: 11.1538461538vw 0 0;
    background-size: 100% 46.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features {
    padding: 38.9333333333vw 0 0;
    background-size: 100% 106.6666666667vw;
    background-image: url(../img/lp/features2-bg-sp.webp);
  }
}

.p-lp2-features__content {
  margin-bottom: 92px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__content {
    margin-bottom: 7.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__content {
    margin-bottom: 13.3333333333vw;
  }
}

.p-lp2-features__title {
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__title {
    margin-bottom: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__title {
    margin-bottom: 3.7333333333vw;
  }
}

.p-lp2-features__title-text {
  font-size: 45px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__title-text {
    font-size: 3.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__title-text {
    font-size: 5.3333333333vw;
  }
}

.p-lp2-features__title-highlight {
  font-size: 108px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: block;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__title-highlight {
    font-size: 8.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__title-highlight {
    font-size: 12.2666666667vw;
    margin-inline: -4.2666666667vw;
  }
  .p-lp2-features__title-highlight span {
    display: none;
  }
}
.p-lp2-features__title-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 180px);
  height: 70%;
  background-color: #E3006E;
  z-index: -1;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__title-highlight::after {
    left: 2.3076923077vw;
    width: calc(100% - 13.8461538462vw);
  }
}
@media (max-width: 576px) {
  .p-lp2-features__title-highlight::after {
    left: 4.8vw;
    width: calc(100% - 8vw);
  }
}

.p-lp2-features__text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__text {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__text {
    font-size: 4vw;
  }
}

.p-lp2-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__list {
    gap: 2.3076923077vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
  }
}

.p-lp2-features__item {
  background-color: #fff;
  padding: 60px 50px 70px;
  border-radius: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__item {
    padding: 4.6153846154vw 3.8461538462vw 5.3846153846vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__item {
    display: flex;
    align-items: flex-start;
    gap: 8.5333333333vw;
    padding: 8.5333333333vw 5.3333333333vw 8.5333333333vw;
    border-radius: 3.2vw;
    margin-inline: -2.6666666667vw;
  }
}

.p-lp2-features__item-icon {
  width: 110px;
  height: 110px;
  display: block;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__item-icon {
    width: 8.4615384615vw;
    height: 8.4615384615vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__item-icon {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.p-lp2-features__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp2-features__item-title {
  font-size: 32px;
  font-weight: 700;
  color: #E3006E;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__item-title {
    font-size: 2.4615384615vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__item-title {
    text-align: left;
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-lp2-features__item-text {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-features__item-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-features__item-text {
    font-size: 4vw;
  }
}

.p-lp2-solutions {
  background-color: #f2f2f2;
  padding: 100px 0 120px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions {
    padding: 7.6923076923vw 0 9.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions {
    padding: 10.6666666667vw 0 19.2vw;
  }
}

.p-lp2-solutions__header {
  text-align: center;
  margin-bottom: 92px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__header {
    margin-bottom: 7.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__header {
    margin-bottom: 8.5333333333vw;
  }
}

.p-lp2-solutions__illustration {
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__illustration {
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__illustration {
    margin-bottom: 4.2666666667vw;
  }
}

.p-lp2-solutions__illustration-img {
  width: 450px;
  height: auto;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__illustration-img {
    width: 34.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__illustration-img {
    width: 64vw;
  }
}

.p-lp2-solutions__title {
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__title {
    font-size: 5vw;
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__title {
    font-size: 9.6vw;
    margin-bottom: 3.7333333333vw;
  }
}

.p-lp2-solutions__intro {
  font-size: 25px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.025em;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__intro {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__intro {
    font-size: 4.8vw;
  }
}

.p-lp2-solutions__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__list {
    gap: 3.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
}

.p-lp2-solutions__item {
  background-color: #3c3c3c;
  padding: 60px 40px 70px;
  color: #fff;
  border-radius: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item {
    padding: 4.6153846154vw 3.0769230769vw 5.3846153846vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item {
    padding: 6.6666666667vw 5.3333333333vw 9.6vw;
    border-radius: 2.6666666667vw;
  }
}

.p-lp2-solutions__item-number {
  font-size: 26px;
  font-weight: 600;
  font-family: good-times, sans-serif;
  color: #E3006E;
  margin-bottom: 16px;
  display: block;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-number {
    font-size: 2vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-number {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-lp2-solutions__item-challenge {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-challenge {
    gap: 2.3076923077vw;
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-challenge {
    position: relative;
    display: block;
    padding-left: 10.1333333333vw;
    margin-bottom: 6.4vw;
  }
}

.p-lp2-solutions__item-challenge-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-challenge-title {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-challenge-title {
    font-size: 4vw;
    position: absolute;
    left: 0;
    top: 1.6vw;
  }
}

.p-lp2-solutions__item-challenge-text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 8px 8px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  background-color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-challenge-text {
    font-size: 1.8461538462vw;
    padding: 0.6153846154vw 0.6153846154vw 0.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-challenge-text {
    font-size: 4.2666666667vw;
    line-height: 2;
    padding: 0.5333333333vw 1.6vw 0.5333333333vw;
  }
}

.p-lp2-solutions__item-support {
  padding-bottom: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-support {
    padding-bottom: 2.4615384615vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-support {
    padding-bottom: 7.4666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}

.p-lp2-solutions__item-support-label {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-support-label {
    font-size: 1.6923076923vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-support-label {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
}

.p-lp2-solutions__item-support-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-support-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-support-text {
    font-size: 4vw;
  }
}

.p-lp2-solutions__item-results-label {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-results-label {
    font-size: 1.6923076923vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-results-label {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
}

.p-lp2-solutions__item-results-item {
  list-style: none;
  position: relative;
  padding-left: 20px;
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-results-item {
    padding-left: 1.5384615385vw;
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-results-item {
    padding-left: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-lp2-solutions__item-results-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  background-color: #9a9a9a;
  border-radius: 50%;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-solutions__item-results-item::before {
    top: 0.9230769231vw;
    width: 1.0769230769vw;
    height: 1.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-solutions__item-results-item::before {
    top: 2.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.p-lp2-reasons {
  padding: 0 0 420px;
  background: #f2f2f2 url(../img/lp/reasons2-bg.webp) no-repeat bottom center/100% 580px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons {
    padding: 0 0 32.3076923077vw;
    background-size: 100% 44.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons {
    padding: 0 0 74.6666666667vw;
    background-size: 100% 100vw;
    background-image: url(../img/lp/reasons2-bg-sp.webp);
  }
}

.p-lp2-reasons__header {
  text-align: center;
}

.p-lp2-reasons__title {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 42px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons__title {
    font-size: 4.3076923077vw;
    margin-bottom: 3.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons__title {
    line-height: 1.5;
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-lp2-reasons__title span {
  font-size: 75px;
  display: inline-block;
  margin-right: 8px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons__title span {
    font-size: 5.7692307692vw;
    margin-right: 0.6153846154vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons__title span {
    font-size: 12.8vw;
    margin-right: 1.3333333333vw;
  }
}
.p-lp2-reasons__title strong {
  color: #E3006E;
}

.p-lp2-reasons__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons__list {
    gap: 0.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons__list {
    gap: 5.3333333333vw;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-lp2-reasons__item {
  background-color: #fff;
  padding: 36px 35px 50px;
  border-radius: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons__item {
    padding: 2.7692307692vw 2.6923076923vw 3.8461538462vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons__item {
    padding: 6.6666666667vw 8vw 6.9333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.p-lp2-reasons__item-number {
  font-size: 22px;
  font-weight: 600;
  font-family: good-times, sans-serif;
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons__item-number {
    font-size: 1.6923076923vw;
    margin-bottom: 0.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons__item-number {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}

.p-lp2-reasons__item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  color: #E3006E;
  margin-bottom: 24px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons__item-title {
    font-size: 1.6923076923vw;
    margin-bottom: 1.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons__item-title {
    font-size: 4.5333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.p-lp2-reasons__item-title small {
  font-weight: 400;
}

.p-lp2-reasons__item-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-reasons__item-text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-reasons__item-text {
    font-size: 4vw;
  }
}

.p-lp2-voices {
  padding: 120px 0;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices {
    padding: 9.2307692308vw 0;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices {
    padding: 16vw 0 21.3333333333vw;
  }
}

.p-lp2-voices__content {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__content {
    gap: 9.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__content {
    flex-direction: column;
    align-items: center;
    gap: 12vw;
  }
}

.p-lp2-voices__left {
  flex-shrink: 0;
}

.p-lp2-voices__title {
  writing-mode: vertical-rl;
}
@media (max-width: 576px) {
  .p-lp2-voices__title {
    writing-mode: horizontal-tb;
  }
}

.p-lp2-voices__title-text {
  display: block;
  font-size: 25px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__title-text {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__title-text {
    font-size: 4.8vw;
  }
}

.p-lp2-voices__title-highlight {
  display: block;
  font-size: 76px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #E3006E;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__title-highlight {
    font-size: 5.8461538462vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__title-highlight {
    font-size: 13.6vw;
  }
}

.p-lp2-voices__quote {
  margin-bottom: 32px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__quote {
    margin-bottom: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__quote {
    margin-bottom: 7.4666666667vw;
  }
}

.p-lp2-voices__quote-text {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__quote-text {
    font-size: 2.4615384615vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__quote-text {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-lp2-voices__quote-company {
  margin-bottom: 22px;
  font-weight: 500;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__quote-company {
    margin-bottom: 1.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__quote-company {
    font-size: 4vw;
    margin-bottom: 3.4666666667vw;
  }
}

.p-lp2-voices__effects {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__effects {
    gap: 2.4615384615vw;
    padding: 2.3076923077vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__effects {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
    padding: 5.8666666667vw;
    border-radius: 3.2vw;
  }
}

.p-lp2-voices__effects-label {
  font-size: 22px;
  font-weight: 700;
  color: #E3006E;
  writing-mode: vertical-rl;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__effects-label {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__effects-label {
    font-size: 4vw;
    writing-mode: horizontal-tb;
    margin-bottom: 2.6666666667vw;
  }
}

.p-lp2-voices__effects-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__effects-list {
    gap: 0.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__effects-list {
    gap: 1.6vw;
  }
}

.p-lp2-voices__effects-item {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__effects-item {
    font-size: 1.3846153846vw;
    padding-left: 1.5384615385vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__effects-item {
    font-size: 4vw;
    padding-left: 3.2vw;
  }
}
.p-lp2-voices__effects-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  background-color: #c8c8c8;
  border-radius: 50%;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-voices__effects-item::before {
    top: 0.5384615385vw;
    width: 1.0769230769vw;
    height: 1.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-voices__effects-item::before {
    top: 1.6vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}

.p-lp2-partner {
  padding-top: 140px;
  background-color: #f2f2f2;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-partner {
    padding-top: 10.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-partner {
    padding-top: 40vw;
  }
  .p-lp2-partner .u-padding-inner {
    padding: 0;
  }
}

.p-lp2-partner__inner {
  background-color: #3d3d3d;
  padding: 100px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-partner__inner {
    padding: 7.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-partner__inner {
    padding: 13.3333333333vw 8vw;
  }
}

.p-lp2-partner__header {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-partner__header {
    margin-bottom: 3.6923076923vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-partner__header {
    margin-bottom: 8.5333333333vw;
  }
}

.p-lp2-partner__title {
  font-size: 60px;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-partner__title {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2307692308vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-partner__title {
    font-size: 9.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-lp2-partner__subtitle {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-partner__subtitle {
    font-size: 2.3076923077vw;
    margin-bottom: 2.4615384615vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-partner__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.8;
  }
}

.p-lp2-partner__intro {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-partner__intro {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-partner__intro {
    font-size: 4vw;
    text-align: left;
  }
}

.p-lp2-partner .p-lp-problems__item {
  width: 100%;
  max-width: 742px;
  margin-inline: auto;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp2-partner .p-lp-problems__item {
    max-width: 57.0769230769vw;
  }
}
@media (max-width: 576px) {
  .p-lp2-partner .p-lp-problems__item {
    max-width: 100%;
  }
}

.cr-red {
  color: #E3006E;
}

.p-lp-cta__text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 62px;
  text-align: center;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta__text {
    font-size: 2.4615384615vw;
    margin-bottom: 4.7692307692vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta__text {
    display: none;
  }
}

@media (max-width: 576px) {
  .p-lp-cta--lp2 {
    background: #f2f2f2;
    padding: 16vw 0;
  }
  .p-lp-cta--lp2 .p-lp-cta__title {
    margin-bottom: 14.9333333333vw;
  }
}

.p-lp-cta--lp2 .p-lp-cta__button {
  max-width: 330px;
  position: relative;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .p-lp-cta--lp2 .p-lp-cta__button {
    max-width: 25.3846153846vw;
  }
}
@media (max-width: 576px) {
  .p-lp-cta--lp2 .p-lp-cta__button {
    max-width: 100%;
  }
}

.p-lp-cta--lp2 .p-lp-cta__button-caption {
  color: #3C3C3C;
}
.p-lp-cta--lp2 .p-lp-cta__button-caption::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.889%22%20height%3D%2223.588%22%20viewBox%3D%220%200%209.889%2023.588%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_93%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2093%22%20transform%3D%22translate(0.492%200.086)%22%3E%20%3Cpath%20id%3D%22%E7%B7%9A_43%22%20data-name%3D%22%E7%B7%9A%2043%22%20d%3D%22M.5%2C22.76h-1V0h1Z%22%20transform%3D%22matrix(-0.985%2C%200.174%2C%20-0.174%2C%20-0.985%2C%208.905%2C%2022.414)%22%20fill%3D%22%23505050%22%2F%3E%20%3Cpath%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20d%3D%22M.5%2C22.76h-1V0h1Z%22%20transform%3D%22matrix(-0.985%2C%200.174%2C%20-0.174%2C%20-0.985%2C%203.952%2C%2023.414)%22%20fill%3D%22%23505050%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-lp-cta--lp2 .p-lp-cta__button-caption::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.889%22%20height%3D%2222.588%22%20viewBox%3D%220%200%2010.889%2022.588%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_92%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2092%22%20transform%3D%22translate(0.492%200.087)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_43%22%20data-name%3D%22%E7%B7%9A%2043%22%20y2%3D%2222.76%22%20transform%3D%22matrix(0.985%2C%200.174%2C%20-0.174%2C%200.985%2C%203.952%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23505050%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20y2%3D%2222.76%22%20transform%3D%22matrix(0.985%2C%200.174%2C%20-0.174%2C%200.985%2C%209.905%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23505050%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
/*# sourceMappingURL=lp.css.map */