@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
@import "https://use.typekit.net/jiv1bke.css";
/* ------------------------------
  フォント
------------------------------ */
/* ------------------------------
  色バリアブル
------------------------------ */
/* ------------------------------
  フォントサイズ
------------------------------ */
/* noto-sans-jp-300 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../../../fonts/noto-sans-jp-v53-japanese-300.woff2") format("woff2");
}
/* noto-sans-jp-400 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/noto-sans-jp-v56-japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../../fonts/noto-sans-jp-v53-japanese-500.woff2") format("woff2");
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/noto-sans-jp-v53-japanese-700.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}

html {
  color: #202223;
  font-size: 100%;
  text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none;
}

/* ============================
//_mixin.scss
============================ */
/* ============================
//_app-detail.scss
//SP
============================ */
.app-description {
  padding-bottom: 32px;
}
.app-description__heading {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.55;
}
.app-description p {
  margin: 0 0 14px;
  color: #42474a;
}
.app-description p:last-child {
  margin-bottom: 0;
}

.app-information {
  margin: 0 0 36px;
  border-top: 1px solid #e1e3e5;
}
.app-information__row {
  padding: 16px 0;
  border-bottom: 1px solid #e1e3e5;
}
.app-information dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
.app-information dd {
  margin: 0;
  color: #42474a;
  font-size: 14px;
}

/* ============================
//_categories.scss
//SP
============================ */
.categories__heading {
  margin: 0 0 18px;
  font-size: 21px;
}

.category {
  border-top: 1px solid #e1e3e5;
}
.category:last-child {
  border-bottom: 1px solid #e1e3e5;
}
.category__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  gap: 12px;
}
.category__toggle {
  flex-shrink: 0;
  padding: 4px 9px;
  border: 1px solid #e1e3e5;
  border-radius: 16px;
  background: #f6f6f7;
  color: #6d7175;
  font-size: 10px;
  font-weight: 400;
}
.category__close {
  display: none;
}
.category[open] .category__open {
  display: none;
}
.category[open] .category__close {
  display: inline;
}
.category__body {
  padding: 0 0 22px;
}
.category__group {
  margin-bottom: 18px;
}
.category__group:last-child {
  margin-bottom: 0;
}
.category__group h3 {
  margin: 0 0 6px;
  font-size: 14px;
}
.category__group p {
  margin: 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}

/* ============================
//_common.scss
//SP
============================ */
body {
  color: #313236;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

/* ============================
//_footer.scss
//SP
============================ */
.footer__info,
.footer__map,
.footer__list,
.footer-terms__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  gap: 32px;
}
.footer__logo {
  display: block;
  width: 260px;
  height: 32px;
  transition: 0.3s;
  background: url("../../../images/common/logo.svg") no-repeat center left/contain;
  font-size: 0;
}
.footer__logo:hover {
  opacity: 0.7;
}
.footer__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
}
.footer__box.is-pc-full {
  width: auto;
}
.footer__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
}
.footer__info--anker {
  max-width: 360px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__heading {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__list--tool {
  display: flex;
  gap: 16px 32px;
}
.footer__title {
  padding-bottom: 4px;
  border-bottom: solid 2px #d2e9f2;
  font-size: 16px;
  font-weight: 600;
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__item--tool {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer__item:not(.footer__item--tool)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #007cae;
  mask: url("../../../images/icon/main-base/ico_link.svg") no-repeat center/contain;
}
.footer__box--anker .footer__item:not(.footer__item--tool)::after {
  display: none;
}
.footer__sub-text {
  color: #27abe1;
  font-size: 12px;
  cursor: default;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202223;
}
.footer__link:hover {
  color: #27abe1;
  text-decoration: underline;
}
.footer__link:not(.footer__link--strong)::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  border-radius: 5px;
  background-color: #27abe1;
}
.footer__link--strong {
  font-weight: 600;
}
.footer__link--strong::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background-color: #007cae;
  mask: url("../../../images/icon/main-base/ico_link.svg") no-repeat center/contain;
  cursor: pointer;
}

.footer-terms {
  width: 100%;
  background: #202223;
  font-size: 12px;
}
.footer-terms__content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 24px;
  color: #fff;
  gap: 16px;
}
.footer-terms__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-terms__item:not(:last-child) {
  margin-right: 25px;
}
.footer-terms__item:first-child {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-terms__item:first-child::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background-color: #fff;
  mask: url("../../../images/icon/main-base/ico_link.svg") no-repeat center/contain;
  cursor: pointer;
}
.footer-terms__link {
  transition: 0.3s;
  color: #fff;
  font-size: 12px;
}
.footer-terms__link:hover {
  opacity: 0.7;
}
.footer-terms__copy-right {
  font-size: 12px;
}

/* ============================
//_gallery.scss
//SP
============================ */
.gallery {
  margin-bottom: 34px;
}
.gallery__main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e1e3e5;
  border-radius: 8px;
  background: #f6f6f7;
  aspect-ratio: 4/3;
}
.gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery__trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: zoom-in;
}
.gallery__thumbnails {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 8px;
}
.gallery__thumbnail {
  position: relative;
  flex: 1 1 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #c9cccf;
  border-radius: 6px;
  background: #fff;
  aspect-ratio: 4/3;
}
.gallery__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__thumbnail--hidden {
  display: none;
}
.gallery__more {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: rgba(255, 255, 255, 0.72);
  color: #42474a;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.gallery__more[hidden] {
  display: none;
}

body.is-gallery-open {
  overflow: hidden;
}

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.gallery-modal__backdrop {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(32, 34, 35, 0.78);
}
.gallery-modal__dialog {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  width: 100%;
  max-height: calc(100vh - 24px);
  padding: 52px 8px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.gallery-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 8px;
  border: 0;
  background-color: transparent;
  color: #42474a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.gallery-modal__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-height: calc(100vh - 120px);
  margin: 0;
}
.gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}
.gallery-modal__navigation {
  justify-self: center;
  padding: 8px 6px;
  border: 1px solid #d1d1d1;
  border-radius: 999px;
  background-color: #fff;
  color: #42474a;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}
.gallery-modal__count {
  grid-column: 1/-1;
  margin: 12px 0 0;
  color: #6d7175;
  font-size: 10px;
  text-align: center;
}

/* ============================
//_header.scss
//SP
============================ */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px #d2e9f2;
}
.header__inner {
  padding: 24px 20px 20px;
  transform: translateZ(0);
}
.header__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: block;
  width: 220px;
  height: 28px;
  transition: 0.3s;
  background: url("../../../images/common/logo.svg") no-repeat center left/contain;
  font-size: 0;
  text-decoration: none;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.nav {
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 70px;
  left: 0;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  padding: 22px 20px 20px;
  overflow: auto;
  transition: 0.3s;
  opacity: 0;
  background-color: #fff;
  gap: 32px;
}
.nav.is-shown {
  visibility: visible;
  opacity: 1;
}

.nav-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}
.nav-list__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-list__menu {
  color: #313236;
  font-weight: 600;
}
.nav-list__arrow {
  display: none;
}
.nav-list__underline {
  display: none;
}
.nav-list__divider {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background-color: #d2e9f2;
}

.button {
  display: flex;
  z-index: 100;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 54px;
  transition-duration: 0.3s;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.button--primary {
  background-color: #ff5900;
  color: #fff;
}
.button--primary:hover {
  background-color: #f5b158;
}
.button--secondary {
  border: 2px solid #27abe1;
  background-color: #fff;
  color: #27abe1;
}
.button--secondary:hover {
  background-color: #27abe1;
  color: #fff;
}

.hamburger-menu {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.hamburger-menu .line {
  width: 100%;
  height: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 50px;
  background-color: #001f43;
}
.hamburger-menu .line:nth-child(1) {
  width: 24px;
}
.hamburger-menu .line:nth-child(3) {
  width: 20px;
}
.hamburger-menu.is-open .line:nth-child(1) {
  width: 32px;
  transform: translateY(11px) rotate(45deg);
}
.hamburger-menu.is-open .line:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.is-open .line:nth-child(3) {
  width: 32px;
  transform: translateY(-11px) rotate(-45deg);
}

/* ============================
//_inquiry.scss
//SP
============================ */
.top-inquiry {
  padding: 40px 20px;
  border-top: 1px solid #e1e3e5;
  background: #f2fbff;
  font-size: 14px;
  line-height: normal;
}
.top-inquiry input,
.top-inquiry button,
.top-inquiry textarea {
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}
.top-inquiry .main-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 16px #d2e9f2;
}
.top-inquiry .main-wrap__inner {
  display: flex;
  flex-direction: column;
  max-width: 768px;
  gap: 40px;
}
.top-inquiry .form-body {
  width: 100%;
  margin: 0 auto;
}
.top-inquiry .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.top-inquiry .heading__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.top-inquiry .heading__item {
  margin: 0;
  color: #313236;
  font-size: 24px;
}
.top-inquiry .heading__text {
  margin: 0;
  color: #313236;
  font-size: 14px;
}
.top-inquiry .heading__sub {
  display: table;
  color: #27abe1;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
}

.request-form .form-field {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
.request-form .form-field--top-first {
  margin-top: 0;
}
.request-form .form-field.request_ticket_form_id, .request-form .form-field.request_subject {
  display: none;
}
.request-form .form-field > label,
.request-form .form-field > legend {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-weight: 600;
  gap: 10px;
}
.request-form .form-field__tag {
  flex-shrink: 0;
  padding: 4px;
  border-radius: 4px;
  background: #e60012;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.request-form .form-field__tag--optional, .request-form .form-field__tag--blue {
  background: #27abe1;
}
.request-form .form-field.is-error input[type=text],
.request-form .form-field.is-error textarea {
  border-color: #eb3323;
  background: #feefed;
}
.request-form .form-field.request_custom_fields_4934453330329 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin: 32px 0 16px;
  gap: 0;
}
.request-form .form-field.request_custom_fields_4934453330329 label {
  display: block;
  min-width: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.request-form .form-field.request_custom_fields_4934453330329 input[type=checkbox] {
  margin: 0 12px 0 0;
}
.request-form .form-field.request_custom_fields_4934453330329 a {
  color: #313236;
  text-decoration: underline;
}
.request-form input[type=text],
.request-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  outline: none;
  background: #fff;
  box-shadow: inset 0 4px 8px rgba(89, 110, 127, 0.07);
  color: #313236;
  font-size: 16px;
  appearance: none;
}
.request-form input[type=text]::placeholder,
.request-form textarea::placeholder {
  color: #a5a5a5;
}
.request-form input[type=text]:focus,
.request-form textarea:focus {
  border: 2px solid #27abe1;
}
.request-form textarea {
  height: 240px;
  resize: vertical;
}
.request-form input[type=radio],
.request-form input[type=checkbox] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
  border: 1px solid #27abe1;
  border-radius: 4px;
  background: #fff;
  appearance: none;
}
.request-form input[type=radio]:checked,
.request-form input[type=checkbox]:checked {
  background: url("../../../images/icon/white/ico_check.svg") no-repeat center/16px #27abe1;
}
.request-form .hc-multiselect {
  color: #313236;
}
.request-form .hc-multiselect-menu {
  max-height: 100%;
  overflow: visible;
  background: none;
}
.request-form .hc-multiselect-menu ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
}
.request-form .hc-multiselect-menu li {
  line-height: 1.75;
}
.request-form .hc-multiselect-menu li label {
  position: relative;
  height: 100%;
  padding: 0 0 0 32px;
  overflow: visible;
  font-size: 14px;
  letter-spacing: 0.03em;
  white-space: normal;
}
.request-form .hc-multiselect-menu li label input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.request-form .notification-error {
  margin: 16px 0 0;
  padding: 8px;
  background: #feefed;
  color: #313236;
  font-size: 14px;
}
.request-form .form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  margin: 0 auto;
  gap: 16px;
}
.request-form .form-footer p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.request-form .button-submit {
  background: #ff5900;
  color: #fff;
}
.request-form .button-submit.disabled {
  background: #dedede;
  cursor: not-allowed;
}
.request-form .button-submit:not(.disabled):hover {
  background: #f5b158;
}

/* ============================
//_landing.scss
//SP
============================ */
.lp-container {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.lp-section {
  padding: 64px 0;
}

.lp-eyebrow,
.lp-section-heading__en {
  margin: 0 0 8px;
  color: #27abe1;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.lp-section-heading {
  margin: 0 auto 32px;
  text-align: center;
}
.lp-section-heading__title {
  margin: 0;
  color: #202223;
  font-size: 26px;
  line-height: 1.5;
}
.lp-section-heading__text {
  margin: 14px 0 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}

.lp-overview-text p {
  margin: 0;
}
.lp-overview-text p + p {
  margin-top: 12px;
}

.lp-hero {
  padding: 112px 0 64px;
  background: linear-gradient(180deg, #f2fbff 0%, #f2fbff 66%, #fff 66%);
}
.lp-hero__inner {
  display: flex;
  width: calc(100% - 32px);
  flex-direction: column;
  gap: 32px;
}
.lp-hero__content {
  width: 100%;
}
.lp-hero__title {
  margin: 0;
  color: #202223;
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.lp-hero__title span {
  color: #007cae;
}
.lp-hero__lead {
  margin: 14px 0 0;
  color: #42474a;
  font-size: 15px;
  line-height: 1.85;
}
.lp-hero__actions {
  display: flex;
  margin-top: 24px;
}
.lp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  gap: 7px;
}
.lp-hero__meta li {
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #fff;
  color: #007cae;
  font-size: 12px;
  font-weight: 600;
}
.lp-hero__visual {
  position: relative;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(33, 170, 224, 0.16);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 30px rgba(0, 124, 174, 0.16);
  overflow: hidden;
}
.lp-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-result-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-result-grid--two {
  margin: 0 auto;
}

.lp-result-card {
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 14px #d2e9f2;
}
.lp-result-card__number {
  display: block;
  margin-bottom: 8px;
  color: #27abe1;
  font-family: "sofia-pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.lp-result-card h3 {
  margin: 0;
  color: #202223;
  font-size: 16px;
  line-height: 1.6;
}
.lp-result-card p {
  margin: 10px 0 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}

.lp-problems {
  background-color: #f2fbff;
}
.lp-problems__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.lp-problems__heading h2 {
  margin: 0;
  color: #202223;
  font-size: 26px;
  line-height: 1.55;
}
.lp-problems__heading > p:last-child {
  margin: 14px 0 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}

.lp-problem-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 22px 20px;
  border-radius: 12px;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 0 14px #d2e9f2;
  gap: 16px;
}
.lp-problem-list li {
  display: flex;
  align-items: flex-start;
  color: #202223;
  font-size: 14px;
  line-height: 1.75;
  gap: 10px;
}
.lp-problem-list__icon {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background-color: #27abe1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.lp-feature-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.lp-feature {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-feature--reverse .lp-feature__visual,
.lp-feature--reverse .lp-feature__content {
  order: initial;
}
.lp-feature__visual {
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background-color: #f2fbff;
  box-shadow: 0 0 14px #d2e9f2;
}
.lp-feature__visual img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.lp-feature__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 50px;
  background-color: #27abe1;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.lp-feature h3 {
  margin: 0;
  color: #202223;
  font-size: 22px;
  line-height: 1.55;
}
.lp-feature p {
  margin: 14px 0 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}

.lp-feature-detail {
  margin-top: 18px;
}
.lp-feature-detail + .lp-feature-detail {
  padding-top: 18px;
  border-top: 1px solid #d2e9f2;
}
.lp-feature-detail h4 {
  margin: 0;
  color: #202223;
  font-size: 16px;
  line-height: 1.6;
}
.lp-feature-detail p {
  margin-top: 8px;
}

.lp-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  gap: 7px;
}
.lp-tag-list li {
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #f2fbff;
  color: #007cae;
  font-size: 12px;
  font-weight: 600;
}

.lp-support {
  background-color: #f2fbff;
}

.lp-step-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
}

.lp-step-card {
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 124, 174, 0.1);
}
.lp-step-card__number {
  color: #27abe1;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.lp-step-card h3 {
  margin: 10px 0 0;
  color: #202223;
  font-size: 16px;
}
.lp-step-card p {
  margin: 10px 0 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}

.lp-faq-list {
  border-top: 1px solid #d2e9f2;
}
.lp-faq-list details {
  border-bottom: 1px solid #d2e9f2;
}
.lp-faq-list summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 26px;
  align-items: center;
  padding: 18px 0;
  color: #202223;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
  gap: 10px;
}
.lp-faq-list details > p {
  margin: 0;
  padding: 0 0 20px 44px;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}
.lp-faq-list__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #27abe1;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
}
.lp-faq-list__toggle {
  transition: transform 0.3s;
  color: #27abe1;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
details[open] .lp-faq-list__toggle {
  transform: rotate(45deg);
}

.lp-closing {
  padding: 0 20px 64px;
  background-color: #fff;
}
.lp-closing__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 24px;
  border-radius: 14px;
  background-color: #f2fbff;
  box-shadow: 0 0 14px #d2e9f2;
  gap: 24px;
}
.lp-closing__inner h2 {
  margin: 0;
  color: #202223;
  font-size: 24px;
  line-height: 1.55;
}
.lp-closing__inner p:last-child {
  margin: 12px 0 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.8;
}

/* ============================
//_main.scss
//SP
============================ */
.main {
  width: 100%;
}

.app-detail {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 100px 0 54px;
}
