@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
//PC
============================ */
.app-description {
  padding-bottom: 42px;
}
.app-description__heading {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.5;
}
.app-description p {
  margin: 0 0 14px;
  color: #42474a;
}
.app-description p:last-child {
  margin-bottom: 0;
}

.app-information {
  margin: 0 0 42px;
  border-top: 1px solid #e1e3e5;
}
.app-information__row {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  padding: 19px 0;
  border-bottom: 1px solid #e1e3e5;
  gap: 28px;
}
.app-information dt {
  font-size: 15px;
  font-weight: 700;
}
.app-information dd {
  margin: 0;
  color: #42474a;
  font-size: 15px;
}

/* ============================
//_categories.scss
//PC
============================ */
.categories__heading {
  margin: 0 0 24px;
  font-size: 26px;
}

.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: 64px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  gap: 24px;
}
.category__toggle {
  flex-shrink: 0;
  padding: 4px 11px;
  border: 1px solid #e1e3e5;
  border-radius: 16px;
  background: #f6f6f7;
  color: #6d7175;
  font-size: 12px;
  font-weight: 400;
}
.category__close {
  display: none;
}
.category[open] .category__open {
  display: none;
}
.category[open] .category__close {
  display: inline;
}
.category__body {
  padding: 0 0 28px 250px;
}
.category__group {
  margin-bottom: 20px;
}
.category__group:last-child {
  margin-bottom: 0;
}
.category__group h3 {
  margin: 0 0 6px;
  font-size: 15px;
}
.category__group p {
  margin: 0;
  color: #42474a;
  font-size: 15px;
  line-height: 1.9;
}

/* ============================
//_common.scss
//PC
============================ */
body {
  color: #313236;
  font-size: 16px;
  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
//PC
============================ */
.footer__info,
.footer__map,
.footer__list,
.footer-terms__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer {
  width: 100%;
  min-width: 1400px;
  background-color: #fff;
}
.footer__inner {
  box-sizing: border-box;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1100px;
  padding: 80px 0 100px;
  gap: 24px;
}
.footer__logo {
  display: block;
  width: 260px;
  height: 40px;
  transition: 0.3s;
  background: url("../../../images/common/logo.svg") no-repeat center/contain;
  font-size: 0;
}
.footer__logo:hover {
  opacity: 0.7;
}
.footer__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__box.is-pc-full {
  width: auto;
}
.footer__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.footer__info--anker {
  max-width: 360px;
}
.footer__content {
  display: flex;
  max-width: 1100px;
  gap: 40px;
}
.footer__heading {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__list--tool {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
.footer__title {
  padding-bottom: 4px;
  border-bottom: solid 2px #d2e9f2;
  font-size: 22px;
  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;
}
.footer-terms__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 24px;
  color: #fff;
}
.footer-terms__list {
  display: flex;
}
.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;
}
.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
//PC
============================ */
.gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  margin-bottom: 46px;
  gap: 16px;
}
.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: 16/9;
}
.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;
  flex-direction: column;
  gap: 12px;
}
.gallery__thumbnail {
  position: relative;
  flex: 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e1e3e5;
  border-radius: 8px;
  background: #fff;
}
.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: 14px;
  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: 24px;
}
.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: 64px minmax(0, 1fr) 64px;
  align-items: center;
  width: min(100%, 1100px);
  max-height: calc(100vh - 48px);
  padding: 56px 24px 28px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.gallery-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  padding: 6px 10px;
  border: 0;
  background-color: transparent;
  color: #42474a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.gallery-modal__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-height: calc(100vh - 150px);
  margin: 0;
}
.gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
}
.gallery-modal__navigation {
  justify-self: center;
  padding: 10px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 999px;
  background-color: #fff;
  color: #42474a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.gallery-modal__navigation:hover {
  background-color: #f6f6f7;
}
.gallery-modal__count {
  grid-column: 1/-1;
  margin: 16px 0 0;
  color: #6d7175;
  font-size: 12px;
  text-align: center;
}

/* ============================
//_header.scss
//PC
============================ */
.header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
.header__inner {
  padding: 20px;
}
@media (width <= 1400px) {
  .header__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 32px 0;
  }
}
.header__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  gap: 40px;
}
.header__logo {
  display: block;
  width: 280px;
  height: 40px;
  transition: 0.3s;
  background: url("../../../images/common/logo.svg") no-repeat center/contain;
  font-size: 0;
  text-decoration: none;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__button-box {
  display: flex;
  gap: 16px;
}

.nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
  gap: 20px;
}

.nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}
.nav-list__item {
  position: relative;
  flex-shrink: 0;
}
.nav-list__menu {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  color: #313236;
  font-weight: bold;
  gap: 4px;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
}
.nav-list__menu:hover {
  cursor: pointer;
}
.nav-list__arrow {
  display: block;
  width: 16px;
  height: 6px;
  mask: url("../../../images/icon/navy/ico_arrow02_down.svg") no-repeat center/contain;
  background-color: #27abe1;
}
.nav-list__underline {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.3s ease;
  background-color: #27abe1;
}
.nav-list__menu:hover .nav-list__underline {
  width: 100%;
}
.nav-list__divider {
  display: none;
}

.button {
  display: flex;
  z-index: 100;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 54px;
  transition-duration: 0.3s;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.button--small {
  width: 166px;
  height: 46px;
}
.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: none;
}

/* ============================
//_inquiry.scss
//PC
============================ */
.top-inquiry {
  overflow: hidden;
  padding: 0 32px;
  border-top: 1px solid #e1e3e5;
  background: #f2fbff;
  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;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto;
  padding: 80px 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 16px #d2e9f2;
}
.top-inquiry .main-wrap__inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.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: 10px;
}
.top-inquiry .heading__item {
  margin: 0;
  color: #313236;
  font-size: 32px;
}
.top-inquiry .heading__text {
  margin: 0;
  color: #313236;
}
.top-inquiry .heading__sub {
  display: table;
  color: #27abe1;
  font-family: "sofia-pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.request-form {
  width: 100%;
}
.request-form .form-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 40px 0;
  gap: 20px 128px;
}
.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;
  align-self: start;
  width: 200px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  gap: 16px;
}
.request-form .form-field__tag {
  flex-shrink: 0;
  padding: 4px;
  border-radius: 4px;
  background: #e60012;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  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: 16px 0;
  gap: 0;
}
.request-form .form-field.request_custom_fields_4934453330329 label {
  width: auto;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 400;
  gap: 0;
}
.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 {
  width: 100%;
  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;
  width: 440px;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
}
.request-form .hc-multiselect-menu li {
  width: 100%;
  line-height: 1.75;
}
.request-form .hc-multiselect-menu li label {
  display: block;
  position: relative;
  width: fit-content;
  height: auto;
  padding: 0 0 0 32px;
  overflow: visible;
  font-size: 16px;
  white-space: normal;
  cursor: pointer;
}
.request-form .hc-multiselect-menu li label input {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
}
.request-form .notification-error {
  grid-column: 2;
  margin: -4px 0 0;
  padding: 9px 12px;
  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: 16px;
  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
//PC
============================ */
.lp-container {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin: 0 auto;
}

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

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

.lp-section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}
.lp-section-heading__title {
  margin: 0;
  color: #202223;
  font-size: 36px;
  line-height: 1.45;
}
.lp-section-heading__text {
  margin: 18px 0 0;
  color: #42474a;
  font-size: 16px;
  line-height: 1.9;
}

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

.lp-hero {
  padding: 64px 0 88px;
  overflow: hidden;
  background: linear-gradient(112deg, rgb(242, 251, 255) 0%, rgb(242, 251, 255) 40%, rgb(255, 255, 255) 40%), #fff;
}
.lp-hero__inner {
  display: grid;
  width: calc(100% - 64px);
  max-width: 1320px;
  grid-template-columns: minmax(400px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: 40px;
}
.lp-hero__content {
  width: 100%;
}
.lp-hero__title {
  margin: 0;
  color: #202223;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.lp-hero__title span {
  color: #007cae;
}
.lp-hero__lead {
  margin: 22px 0 0;
  color: #42474a;
  font-size: 16px;
  line-height: 1.9;
}
.lp-hero__actions {
  display: flex;
  margin-top: 30px;
}
.lp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}
.lp-hero__meta li {
  padding: 5px 12px;
  border-radius: 50px;
  background-color: #fff;
  color: #007cae;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 0 10px rgba(0, 124, 174, 0.1);
}
.lp-hero__visual {
  position: relative;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(33, 170, 224, 0.18);
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 18px 48px rgba(0, 124, 174, 0.16);
  overflow: hidden;
}
.lp-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-outcomes {
  background-color: #fff;
}

.lp-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lp-result-grid--two {
  max-width: 820px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.lp-problems {
  background-color: #f2fbff;
}
.lp-problems__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 72px;
}
.lp-problems__heading h2 {
  margin: 0;
  color: #202223;
  font-size: 34px;
  line-height: 1.5;
}
.lp-problems__heading > p:last-child {
  margin: 20px 0 0;
  color: #42474a;
  font-size: 16px;
  line-height: 1.9;
}

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

.lp-features {
  background-color: #fff;
}

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

.lp-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 64px;
}
.lp-feature--reverse .lp-feature__visual {
  order: 2;
}
.lp-feature--reverse .lp-feature__content {
  order: 1;
}
.lp-feature__visual {
  margin: 0;
  padding: 14px;
  border-radius: 16px;
  background-color: #f2fbff;
  box-shadow: 0 0 16px #d2e9f2;
}
.lp-feature__visual img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.lp-feature__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 30px;
  margin-bottom: 16px;
  border-radius: 50px;
  background-color: #27abe1;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
}
.lp-feature h3 {
  margin: 0;
  color: #202223;
  font-size: 26px;
  line-height: 1.55;
}
.lp-feature p {
  margin: 18px 0 0;
  color: #42474a;
  font-size: 16px;
  line-height: 1.9;
}

.lp-feature-detail {
  margin-top: 22px;
}
.lp-feature-detail + .lp-feature-detail {
  padding-top: 22px;
  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: 10px;
}

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

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

.lp-step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
}

.lp-step-card {
  padding: 32px;
  border-radius: 12px;
  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: 16px;
  font-weight: 600;
}
.lp-step-card h3 {
  margin: 14px 0 0;
  color: #202223;
  font-size: 22px;
}
.lp-step-card p {
  margin: 12px 0 0;
  color: #42474a;
  font-size: 14px;
  line-height: 1.85;
}

.lp-faq {
  background-color: #fff;
}

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

.lp-closing {
  padding: 0 32px 96px;
  background-color: #fff;
}
.lp-closing__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 52px 64px;
  border-radius: 20px;
  background-color: #f2fbff;
  box-shadow: 0 0 16px #d2e9f2;
  gap: 48px;
}
.lp-closing__inner h2 {
  margin: 0;
  color: #202223;
  font-size: 26px;
  line-height: 1.55;
}
.lp-closing__inner p:last-child {
  margin: 14px 0 0;
  color: #42474a;
  font-size: 14px;
}
.lp-closing__inner > .button {
  flex: 0 0 264px;
}

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

.app-detail {
  width: calc(100% - 48px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 0 80px;
}
