@charset "UTF-8";
/* =========================================
   Compact Mansion LP - main.scss
   ========================================= */
/* ---------- variables ---------- */
/* ---------- mixin ---------- */
/* ---------- font ---------- */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJapanese/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJapanese/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJapanese/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

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

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

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

/* =========================================
   scope
   ========================================= */
#lp {
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
#lp p {
  margin: 0 0 16px;
  line-height: 1.6;
}
#lp p:last-child {
  margin: 0;
}
#lp .pc {
  display: block;
}
@media (max-width: 551px) {
  #lp .pc {
    display: none;
  }
}
#lp .has-tab {
  display: block;
}
@media (max-width: 991px) {
  #lp .has-tab {
    display: none;
  }
}
#lp .has-tab-sm {
  display: block;
}
@media (max-width: 768px) {
  #lp .has-tab-sm {
    display: none;
  }
}
#lp .tab-1200 {
  display: none;
}
@media (max-width: 1200px) {
  #lp .tab-1200 {
    display: block;
  }
}
#lp .tab {
  display: none;
}
@media (max-width: 991px) {
  #lp .tab {
    display: block;
  }
}
#lp .sp {
  display: none;
}
@media (max-width: 551px) {
  #lp .sp {
    display: block;
  }
}
#lp .txt-orange {
  color: #e89043;
}
#lp .txt-red {
  color: #E62222;
}
#lp .txt-blue {
  color: #0062b0;
}
#lp {
  /* ---------- utility ---------- */
}
#lp .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}
@media (max-width: 1240px) {
  #lp .container {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #lp .container {
    max-width: 768px;
  }
}
#lp nav {
  width: 352px;
  max-width: 100%;
}
#lp .btn.line {
  background-color: #06c755;
  border: 1px solid #06c755;
  color: #fff;
  display: block;
  max-width: 352px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 4px 12px 0 rgba(93, 93, 93, 0.25);
  padding: 9px 34px 9px 55px;
  text-decoration: none;
  position: relative;
  width: 100%;
}
#lp .btn.line::before, #lp .btn.line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#lp .btn.line::before {
  width: 48px;
  height: 48px;
  background-image: url("../images/icon-line-green.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 14px;
}
#lp .btn.line::after {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-arrow-white.svg") no-repeat center/contain;
  mask-size: contain;
  right: 18px;
}
#lp .btn.line span {
  font-size: 16px;
  letter-spacing: 1.6px;
}
#lp .btn.line:hover {
  background-color: #fff;
  color: #06c755;
  text-decoration: none;
}
#lp .btn.line:hover::after {
  background: url("../images/icon/icon-arrow-green.svg") no-repeat center/contain;
}
#lp .banner-link {
  text-align: center;
}
#lp .banner-link h3 a {
  display: block;
}
@media (max-width: 991px) {
  #lp .banner-link h3 a {
    width: 100%;
  }
}
@media (max-width: 551px) {
  #lp .banner-link h3 a {
    max-width: 335px;
    margin: 0 auto;
  }
}
#lp .banner-link .title-banner {
  display: block;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin: 0 0 6px;
}
@media (max-width: 551px) {
  #lp .banner-link .title-banner {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin: 0 0 5px;
  }
}
#lp .banner-link .title-banner span {
  font-size: 8px;
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
#lp .banner-link .note {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media (max-width: 551px) {
  #lp .banner-link .note {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
#lp .btn-line {
  border-radius: 100px;
  background: #06c755;
  border: 1px solid #06c755;
  color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 580px;
  margin: 0 auto 8px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 13px 44px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 991px) {
  #lp .btn-line {
    max-width: 609px;
  }
}
@media (max-width: 551px) {
  #lp .btn-line {
    font-size: 16px;
    padding: 14px 28px;
    letter-spacing: 1.6px;
  }
}
#lp .btn-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-arrow-white.svg") no-repeat center/contain;
}
@media (max-width: 551px) {
  #lp .btn-line::after {
    right: 16px;
  }
}
#lp .btn-line:hover {
  background: #fff;
  color: #06c755;
}
#lp .btn-line:hover::after {
  background: url("../images/icon/icon-arrow-green.svg") no-repeat center/contain;
}
#lp .p-title {
  color: #0062b0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 45px;
}
@media (max-width: 551px) {
  #lp .p-title {
    font-size: 28px;
    margin: 0 0 17px;
  }
}
#lp .p-title > i {
  font-size: 36px;
  line-height: 1.5;
  font-style: normal;
}
@media (max-width: 551px) {
  #lp .p-title > i {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
#lp section .description {
  text-align: center;
  margin: 0 0 49px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16px;
}
@media (max-width: 551px) {
  #lp section .description {
    margin: 0 0 20px;
    line-height: 1.7;
    text-align: left;
  }
}
#lp section .description span {
  font-weight: 700;
}
#lp {
  /* ---------- header ---------- */
}
#lp header {
  box-shadow: 0 6px 16px 0 rgba(17, 37, 89, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 2;
}
@media (max-width: 551px) {
  #lp header {
    padding: 14px 20px;
  }
}
#lp header nav {
  display: flex;
}
#lp header .logo > a {
  display: block;
}
#lp header .logo img {
  height: 40px;
  object-fit: contain;
}
@media (max-width: 551px) {
  #lp header .logo img {
    height: 26px;
  }
}
#lp #main {
  margin-top: 80px;
}
@media (max-width: 551px) {
  #lp #main {
    margin-top: 58px;
    overflow: hidden;
  }
}
#lp .p-mv {
  position: relative;
  background-image: url("../images/mv-pc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 26px 0 336px;
  text-align: center;
}
@media (max-width: 991px) {
  #lp .p-mv {
    padding: 33px 0 352px;
  }
}
@media (max-width: 551px) {
  #lp .p-mv {
    background-image: url("../images/mv-sp.jpg");
    padding: 29px 0 241px;
  }
}
#lp .p-mv .sub-title {
  font-size: 26px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #lp .p-mv .sub-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 551px) {
  #lp .p-mv .sub-title {
    font-size: 17px;
    margin-bottom: 14px;
    line-height: 1.4;
  }
}
#lp .p-mv h1 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3.36px;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  #lp .p-mv h1 {
    font-size: 48px;
    margin-bottom: 10px;
    margin-left: 31px;
  }
}
@media (max-width: 551px) {
  #lp .p-mv h1 {
    font-size: 31px;
    letter-spacing: 1.86px;
    line-height: 1.09;
    margin: 0 0 27px;
    white-space: nowrap;
  }
}
#lp .p-mv h1 > span {
  color: #c0cbe9;
  font-size: 48px;
  letter-spacing: 2.88px;
}
@media (max-width: 991px) {
  #lp .p-mv h1 > span {
    font-size: 38px;
  }
}
@media (max-width: 551px) {
  #lp .p-mv h1 > span {
    font-size: 23px;
    letter-spacing: 1.38px;
  }
}
#lp .p-mv h1 > i {
  font-size: 100px;
  font-style: normal;
  letter-spacing: 6px;
  line-height: 122px;
}
@media (max-width: 991px) {
  #lp .p-mv h1 > i {
    font-size: 72px;
    line-height: 0;
  }
}
@media (max-width: 551px) {
  #lp .p-mv h1 > i {
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 54px;
  }
}
#lp .p-mv .mv-text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin: 0 0 30px;
}
@media (max-width: 551px) {
  #lp .p-mv .mv-text {
    font-size: 25px;
    margin: 0 0 15px;
    letter-spacing: 1.25px;
  }
}
#lp .p-mv .mv-text .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  #lp .p-mv .mv-text .inner {
    letter-spacing: 0;
  }
}
#lp .p-mv .mv-text span {
  color: #c0cbe9;
}
#lp .p-mv .mv-text .box {
  background: #eff3f9;
  color: #333;
  font-weight: 700;
  font-size: 40px;
  padding: 1px 12px;
  margin: 0 10px 0 0;
  line-height: 1.4;
}
@media (max-width: 991px) {
  #lp .p-mv .mv-text .box {
    font-size: 33px;
    padding: 4px 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 551px) {
  #lp .p-mv .mv-text .box {
    font-size: 29px;
    padding: 2px 8px;
    margin: 0 5px 0 0;
  }
}
#lp .p-mv .mv-text .box i {
  font-style: normal;
}
#lp .p-mv h2 > a {
  display: block;
}
#lp .p-mv h2 > a:hover .btn-line {
  background: #fff;
  color: #06c755;
}
#lp .p-mv h2 > a:hover .btn-line::after {
  background-color: #06c755;
}
#lp .p-worries {
  background: #edf2f8;
  padding: 0 0 72px;
}
@media (max-width: 551px) {
  #lp .p-worries {
    padding: 0 0 53px;
  }
}
#lp .p-worries .list-info {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 65px 27px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  margin-top: -93px;
  margin-bottom: 66px;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 1238px) {
  #lp .p-worries .list-info {
    padding: 20px 20px 27px;
  }
}
@media (max-width: 991px) {
  #lp .p-worries .list-info {
    padding: 24px 16px 27px;
    max-width: 609px;
    margin: -121px auto 66px;
    flex-wrap: wrap;
  }
}
@media (max-width: 551px) {
  #lp .p-worries .list-info {
    padding: 0px 16px;
    margin-top: -130px;
    margin-bottom: 21px;
  }
}
#lp .p-worries .list-info .item {
  position: relative;
  width: auto;
  padding: 7px 42px;
  text-align: center;
}
@media screen and (max-width: 1238px) {
  #lp .p-worries .list-info .item {
    padding: 7px 20px;
  }
}
@media (max-width: 991px) {
  #lp .p-worries .list-info .item {
    width: 33.3333333333%;
    padding: 1px 10px;
  }
  #lp .p-worries .list-info .item br {
    display: none;
  }
}
@media (max-width: 551px) {
  #lp .p-worries .list-info .item {
    width: 100%;
    border-bottom: 1px solid #BBB;
    padding: 13px 0 15px;
  }
  #lp .p-worries .list-info .item br {
    display: block;
  }
}
#lp .p-worries .list-info .item::after {
  content: "";
  position: absolute;
  right: -1px;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  height: calc(100% - 12px);
  width: 1px;
  background: #bbb;
}
@media (max-width: 991px) {
  #lp .p-worries .list-info .item::after {
    height: calc(100% + 3px);
    top: calc(50% + 3px);
  }
}
@media (max-width: 551px) {
  #lp .p-worries .list-info .item::after {
    content: none;
  }
}
@media (max-width: 551px) {
  #lp .p-worries .list-info .item:last-child {
    border: 0 none;
  }
}
#lp .p-worries .list-info .item:last-child::after {
  content: none;
}
#lp .p-worries .list-info h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin: 0 0 2px;
}
#lp .p-worries .list-info h2 br {
  display: none !important;
}
@media (max-width: 991px) {
  #lp .p-worries .list-info h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
  #lp .p-worries .list-info h2 br {
    display: block !important;
  }
}
@media (max-width: 551px) {
  #lp .p-worries .list-info h2 {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
  #lp .p-worries .list-info h2 br {
    display: none !important;
  }
}
#lp .p-worries .list-info p {
  font-weight: 500;
  letter-spacing: 0.16px;
}
@media (max-width: 991px) {
  #lp .p-worries .list-info p {
    letter-spacing: -0.2px;
  }
}
@media (max-width: 551px) {
  #lp .p-worries .list-info p {
    line-height: 1.7;
    letter-spacing: -0.16px;
  }
}
#lp .p-worries .box-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 12px 45px;
  margin: 0 auto 48px;
  max-width: 996px;
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list {
    flex-direction: column-reverse;
    padding: 20px 16px 13px 13px;
    margin: 0 auto 32px;
  }
}
#lp .p-worries .box-list .image {
  width: 280px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list .image {
    width: 100%;
    margin-top: -18px;
  }
}
#lp .p-worries .box-list .image picture {
  display: block;
  margin-bottom: 12px;
}
#lp .p-worries .box-list .image picture img {
  width: 346px;
  object-fit: contain;
  position: absolute;
  top: -26px;
  left: -34px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list .image picture img {
    position: static;
    width: auto;
    height: 163px;
    top: auto;
    left: auto;
  }
}
#lp .p-worries .box-list .image p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
#lp .p-worries .box-list ul {
  list-style: outside none none;
  margin: 16px 0 0;
  padding: 0;
  width: calc(100% - 304px);
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list ul {
    width: 100%;
    margin: 0;
  }
}
#lp .p-worries .box-list ul > li {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  position: relative;
  display: flex;
  margin: 0 0 0px;
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list ul > li {
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list ul > li:nth-child(4) {
    letter-spacing: -1.7px;
  }
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list ul > li:nth-child(5) {
    letter-spacing: -1.9px;
  }
}
#lp .p-worries .box-list ul > li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-image: url("../images/icon/icon-checkbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: relative;
  top: 7px;
}
@media screen and (max-width: 767px) {
  #lp .p-worries .box-list ul > li::before {
    margin-right: 5px;
    top: 2px;
  }
}
#lp .p-worries .btn-more .btn-line {
  padding: 13px 19px 13px 0;
}
@media (max-width: 551px) {
  #lp .p-worries .btn-more .btn-line {
    padding: 13px 0;
  }
}
#lp .p-worries .btn-more .btn-line::after {
  right: 18px;
}
#lp .p-case {
  padding: 123px 0 79px;
  background: #f5f5f8;
  position: relative;
}
@media (max-width: 551px) {
  #lp .p-case {
    padding: 42px 0 60px;
  }
}
#lp .p-case::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  width: 246px;
  height: 90px;
  background-image: url("../images/icon-arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 551px) {
  #lp .p-case::after {
    width: 144px;
    height: 42px;
    top: -6px;
    left: calc(50% + 14px);
  }
}
@media (max-width: 551px) {
  #lp .p-case .p-title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 551px) {
  #lp .p-case .p-title > i {
    font-size: 18px;
  }
}
#lp .p-case .case-title {
  border-radius: 8px;
  background: #0062b0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.24px;
  text-align: center;
  padding: 9px 8px 14px;
  margin: 0 0 24px;
}
@media (max-width: 551px) {
  #lp .p-case .case-title {
    font-size: 16px;
    letter-spacing: 0.16px;
    margin: 0 0 16px;
    padding: 16px 8px;
  }
}
#lp .p-case .case-title span {
  font-size: 36px;
  letter-spacing: 0.36px;
  line-height: 1.4;
}
@media (max-width: 551px) {
  #lp .p-case .case-title span {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.6;
  }
}
#lp .p-case .list-case {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 551px) {
  #lp .p-case .list-case {
    gap: 10px;
  }
}
#lp .p-case .list-case .item {
  position: relative;
  width: calc((100% - 48px) / 3);
  border-radius: 8px;
  border: 0 solid rgba(9, 69, 136, 0.2);
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 16px 18px 11px;
}
@media screen and (max-width: 1200px) {
  #lp .p-case .list-case .item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #lp .p-case .list-case .item {
    width: 100%;
    padding: 16px 16px 14px;
  }
}
#lp .p-case .list-case .image img {
  display: block;
}
#lp .p-case .list-case .content-case {
  padding: 20px 0 0;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .content-case {
    padding: 16px 0 0;
  }
}
#lp .p-case .list-case .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 37px;
  margin: 0 0 12px;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price {
    gap: 16px 18px;
    margin: 0 0 10px;
  }
}
#lp .p-case .list-case .price .price-1 {
  position: relative;
  background: rgba(229, 229, 229, 0.3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 166px;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-1 {
    width: 163px;
  }
}
#lp .p-case .list-case .price .price-1::after {
  content: "";
  position: absolute;
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #0062b0;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-1::after {
    right: -15px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 10px solid #0062b0;
  }
}
#lp .p-case .list-case .price .price-1 .label {
  width: 47px;
  background: #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-1 .label {
    font-size: 14px;
    padding: 8px 0;
  }
}
#lp .p-case .list-case .price .price-1 .value {
  width: calc(100% - 47px);
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #666;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-1 .value {
    font-size: 22px;
  }
}
#lp .p-case .list-case .price .price-1 .value i {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-1 .value i {
    font-size: 14px;
  }
}
#lp .p-case .list-case .price .price-2 {
  background: #e89043;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  width: calc(100% - 203px);
  text-align: center;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-2 {
    font-size: 14px;
    width: calc(100% - 181px);
    padding: 0px 5px;
  }
}
#lp .p-case .list-case .price .price-2 .label {
  display: block;
}
#lp .p-case .list-case .price .price-2 .value {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-2 .value {
    font-size: 24px;
    line-height: 20px;
  }
}
#lp .p-case .list-case .price .price-2 .value i {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 551px) {
  #lp .p-case .list-case .price .price-2 .value i {
    font-size: 14px;
  }
}
#lp .p-case .list-case .compare {
  border: 2px solid #e89043;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 11px;
  line-height: 1.2;
  padding: 3px 0;
}
@media (max-width: 991px) {
  #lp .p-case .list-case .compare {
    font-size: 18px;
    padding: 2px 0;
    margin: 0 0 8px;
  }
}
#lp .p-case .list-case .compare > span {
  font-size: 26px;
  line-height: 22px;
}
@media (max-width: 991px) {
  #lp .p-case .list-case .compare > span {
    font-size: 24px;
  }
}
#lp .p-case .list-case .compare > span b {
  font-size: 24px;
}
#lp .p-case .list-case .compare i {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 991px) {
  #lp .p-case .list-case .compare i {
    font-size: 14px;
  }
}
#lp .p-case .list-case .data > li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 7px;
}
@media (max-width: 991px) {
  #lp .p-case .list-case .data > li {
    font-size: 14px;
    margin: 0 0 5px;
    gap: 8px;
  }
}
#lp .p-case .list-case .data > li > span {
  background: #0062b0;
  color: #fff;
  padding: 1px 8px;
  line-height: normal;
}
#lp .p-case .list-case .data > li:last-child {
  margin: 0;
}
#lp .p-case .note {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  margin: 22px 0 6px;
  text-align: right;
}
@media (max-width: 551px) {
  #lp .p-case .note {
    margin: 7px 0 18px;
  }
}
#lp .p-case .btn-more {
  text-align: center;
}
#lp .p-case .btn-more > a {
  display: inline-block;
  width: 100%;
  max-width: 282px;
  border-radius: 30px;
  border: 1px solid #0062b0;
  background: #FFF;
  text-align: center;
  color: #106BAF;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 44px;
  position: relative;
}
@media (max-width: 551px) {
  #lp .p-case .btn-more > a {
    max-width: 303px;
  }
}
#lp .p-case .btn-more > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-arrow-blue.svg") no-repeat center/contain;
}
#lp .p-cta {
  padding: 80px 0 73px;
  background-image: url("../images/bg-cta.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (max-width: 551px) {
  #lp .p-cta {
    background-image: url("../images/bg-cta-sp.jpg");
    padding: 51px 0 57px;
  }
}
#lp .p-cta h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 31px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 551px) {
  #lp .p-cta h2 {
    font-size: 27px;
    font-weight: 700;
    text-shadow: 0 1.042px 2.604px rgba(0, 0, 0, 0.15);
    margin: 0 0 18px;
    font-feature-settings: "palt";
  }
}
#lp .p-cta h3 {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.4px;
  margin: 0 0 32px;
}
@media (max-width: 551px) {
  #lp .p-cta h3 {
    letter-spacing: -0.08em;
  }
}
#lp .p-cta .banner-link h3 {
  margin: 0;
}
@media (max-width: 551px) {
  #lp .p-cta-2 h2 {
    line-height: 1.6;
  }
}
#lp .p-sold {
  padding: 66px 0 80px;
  background: #F5F5F8;
}
@media (max-width: 551px) {
  #lp .p-sold {
    padding: 41px 0 60px;
  }
}
#lp .p-sold .p-title {
  margin: 0 0 38px;
}
@media (max-width: 551px) {
  #lp .p-sold .p-title {
    font-size: 28px;
    letter-spacing: -1px;
    margin: 0 0 21px;
  }
}
@media (min-width: 1241px) {
  #lp .p-sold .p-title > span {
    letter-spacing: -0.08em;
  }
}
#lp .p-sold .p-title > span {
  font-feature-settings: "palt";
}
@media (max-width: 551px) {
  #lp .p-sold .p-title > span {
    letter-spacing: 0;
  }
}
@media (max-width: 551px) {
  #lp .p-sold .p-title > span {
    white-space: nowrap;
  }
}
@media (max-width: 551px) {
  #lp .p-sold .p-title > i {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 551px) {
  #lp .p-sold .image {
    text-align: center;
  }
}
#lp .p-sold .image img {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 551px) {
  #lp .p-sold .image img {
    margin: 0 auto;
  }
}
#lp .p-sold .compare {
  overflow-x: auto;
}
#lp .p-sold .compare table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
  table-layout: fixed;
  text-align: center;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table {
    display: grid;
    width: calc(100% - 121px);
    grid-template-columns: 152px 1fr 1fr;
    grid-auto-flow: column;
    gap: 2px;
    border-spacing: 0;
    margin: 0 auto;
  }
}
@media (max-width: 551px) {
  #lp .p-sold .compare table {
    width: 100%;
    grid-template-columns: 109px 1fr 1fr;
    margin: initial;
  }
}
@media (max-width: 991px) {
  #lp .p-sold .compare table thead, #lp .p-sold .compare table tbody {
    display: contents;
  }
}
@media (max-width: 991px) {
  #lp .p-sold .compare table th, #lp .p-sold .compare table td {
    display: block;
  }
}
#lp .p-sold .compare table thead {
  display: table-header-group;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table thead {
    display: contents;
  }
}
@media (max-width: 991px) {
  #lp .p-sold .compare table thead tr {
    border-top: 4px solid #1565a8;
  }
}
#lp .p-sold .compare table thead th {
  background: #1565a8;
  color: #fff;
  padding: 5px 5px 2px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #C6CAD0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table thead th {
    font-size: 14px;
    letter-spacing: 0.14px;
    border-width: 0 0 1px;
    padding: 5px;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#lp .p-sold .compare table thead th:first-child {
  width: 107px;
  border-left: 1px solid #C6CAD0;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table thead th:first-child {
    border-width: 1px 0 1px;
    width: auto;
    min-height: 45px;
    border-top: 1px solid #1565a8;
  }
}
#lp .p-sold .compare table tbody tr {
  border-top: 4px solid #fff;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody tr {
    display: block;
    border-top-color: #0062B0;
  }
}
#lp .p-sold .compare table tbody tr th:first-child, #lp .p-sold .compare table tbody tr td:first-child {
  width: 107px;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody tr th:first-child, #lp .p-sold .compare table tbody tr td:first-child {
    font-size: 14px;
    width: auto;
    min-height: 45px;
    border-top: 1px solid #0062B0;
  }
}
#lp .p-sold .compare table tbody tr.highlight {
  position: relative;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody tr.highlight {
    border: 4px solid #f57c00;
  }
}
#lp .p-sold .compare table tbody tr.highlight th, #lp .p-sold .compare table tbody tr.highlight td {
  border-top: 6px solid #f57c00;
  border-bottom: 6px solid #f57c00;
  padding: 24px 5px;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody tr.highlight th, #lp .p-sold .compare table tbody tr.highlight td {
    border-top: 0 none;
    border-bottom: 1px solid #C6CAD0;
    padding: 3px 0 5px;
  }
}
#lp .p-sold .compare table tbody tr.highlight th:first-child, #lp .p-sold .compare table tbody tr.highlight td:first-child {
  border-left: 6px solid #f57c00;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody tr.highlight th:first-child, #lp .p-sold .compare table tbody tr.highlight td:first-child {
    border-left: 0 none;
  }
}
#lp .p-sold .compare table tbody tr.highlight th:last-child, #lp .p-sold .compare table tbody tr.highlight td:last-child {
  border-right: 6px solid #f57c00;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody tr.highlight th:last-child, #lp .p-sold .compare table tbody tr.highlight td:last-child {
    border-right: 0 none;
  }
}
#lp .p-sold .compare table tbody td {
  background: #fff;
  padding: 9px 5px 15px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #C6CAD0;
  border-top: 0 none;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16px;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody td {
    padding: 3px 0 5px;
    border-width: 0 0 1px;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
  }
}
#lp .p-sold .compare table tbody td:first-child {
  border-left: 1px solid #C6CAD0;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table tbody td:first-child {
    border-width: 0 0 1px;
  }
}
#lp .p-sold .compare table .note {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.26px;
}
@media (max-width: 991px) {
  #lp .p-sold .compare table .note {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.11px;
    line-height: 1.2;
    color: #6B6B6B;
  }
}
#lp .p-sold .compare table .row-title {
  background: #1565a8;
  color: #fff;
  font-weight: bold;
  width: 120px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #C6CAD0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
@media (max-width: 551px) {
  #lp .p-sold .compare table .row-title {
    background: #1565a8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.14px;
    grid-column: 1;
  }
}
#lp .p-sold .content-graph {
  border-radius: 10px;
  border: 0 solid #C6CAD0;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  margin: 56px 0 60px;
}
@media (max-width: 551px) {
  #lp .p-sold .content-graph {
    margin: 32px 0;
  }
}
#lp .p-sold .content-graph h3 {
  border-radius: 10px 10px 0 0;
  background: #0062b0;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 28px 5px 32px;
}
@media (max-width: 551px) {
  #lp .p-sold .content-graph h3 {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 16px 9px;
  }
}
@media (max-width: 991px) {
  #lp .p-sold .box-point .image img {
    max-height: 145px;
    margin: 0 auto;
  }
}
#lp .p-sold .box-graph {
  padding: 33px 76px 33px 102px;
}
@media (max-width: 551px) {
  #lp .p-sold .box-graph {
    padding: 16px 16px 29px;
  }
}
#lp .p-sold .box-graph p {
  letter-spacing: 0.16px;
  font-weight: 500;
}
@media (max-width: 551px) {
  #lp .p-sold .box-graph p {
    line-height: 1.7;
    letter-spacing: -1px;
  }
}
#lp .p-sold .box-graph .image {
  border-radius: 6px;
  border: 1px solid #EDF2F8;
  padding: 13px;
  margin: 54px 0 0;
}
@media (max-width: 551px) {
  #lp .p-sold .box-graph .image {
    margin: 16px 0 0;
    padding: 0;
    border: 0 none;
  }
}
#lp .p-sold .box-graph .note {
  color: #828282;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  margin: 4px 0 0;
  letter-spacing: 0;
}
@media (max-width: 551px) {
  #lp .p-sold .box-graph .note {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.1px;
    margin: 20px 0 0;
  }
}
#lp .p-sold .box-point {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 48px 102px 48px 98px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 85px;
  align-items: center;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point {
    border-radius: 12px;
    padding: 17px 16px 29px;
    flex-direction: column-reverse;
  }
}
#lp .p-sold .box-point .image {
  width: 259px;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point .image {
    width: 100%;
  }
}
#lp .p-sold .box-point .content-point {
  width: calc(100% - 344px);
}
@media (max-width: 991px) {
  #lp .p-sold .box-point .content-point {
    width: 100%;
  }
}
#lp .p-sold .box-point p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point p {
    line-height: 1.7;
    margin: 0;
  }
}
#lp .p-sold .box-point .sub-title {
  color: #e89043;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin: 0 0 4px;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point .sub-title {
    margin: 0 0 9px;
  }
}
#lp .p-sold .box-point .sub-title::after {
  content: "";
  width: 120px;
  height: 1px;
  background: #e89043;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point .sub-title::after {
    margin-left: 8px;
    width: 80px;
  }
}
#lp .p-sold .box-point h3 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3px;
  position: relative;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point h3 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.2px;
  }
}
#lp .p-sold .box-point h3::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 52px;
  background-image: url("../images/icon-pen.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  top: -16px;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point h3::after {
    width: 38px;
    height: 40px;
  }
}
#lp .p-sold .box-point h4 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point h4 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#lp .p-sold .box-point h4 i {
  font-style: normal;
  line-height: 1;
}
#lp .p-sold .box-point h4 b {
  font-size: 46px;
}
@media (max-width: 991px) {
  #lp .p-sold .box-point h4 b {
    font-size: 32px;
  }
}
#lp .p-point {
  background: #EDF2F8;
  position: relative;
  padding: 109px 0 82px;
}
@media (max-width: 551px) {
  #lp .p-point {
    padding: 40px 0 60px;
  }
}
#lp .p-point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 123px solid transparent;
  border-right: 123px solid transparent;
  border-top: 62px solid #F5F5F5;
}
@media (max-width: 551px) {
  #lp .p-point::before {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #F5F5F5;
  }
}
#lp .p-point .p-title {
  margin: 0 0 36px;
}
@media (max-width: 551px) {
  #lp .p-point .p-title {
    margin: 0 0 26px;
  }
}
@media (max-width: 551px) {
  #lp .p-point .p-title i {
    font-size: 18px;
  }
}
@media (max-width: 551px) {
  #lp .p-point .description {
    margin: 0 0 20px;
  }
}
#lp .p-point .list-point {
  margin: 53px 0 0;
}
@media (max-width: 991px) {
  #lp .p-point .list-point {
    margin: 24px 0 0;
  }
}
#lp .p-point .list-point .item {
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  margin: 0 0 24px;
  border-radius: 8px;
  overflow: hidden;
}
#lp .p-point .list-point .item:last-child {
  margin: 0;
}
#lp .p-point .list-point .point-title {
  background: #e89043;
  padding: 1px 13px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .point-title {
    font-size: 24px;
    letter-spacing: 0.24px;
    padding: 12px 16px 4px;
  }
}
#lp .p-point .list-point .point-title span {
  font-size: 48px;
  letter-spacing: 0.48px;
  line-height: 1;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .point-title span {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
}
#lp .p-point .list-point .box-inner {
  padding: 19px 40px 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 60px;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .box-inner {
    padding: 14px 16px 24px;
    gap: 20px;
  }
}
#lp .p-point .list-point .box-inner .text-point {
  width: calc(100% - 540px);
  margin: -13px 0 0;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .box-inner .text-point {
    width: 100%;
    margin: 0;
  }
}
#lp .p-point .list-point .box-inner .image {
  width: 480px;
  border-radius: 6px;
  border: 1px solid #EDF2F8;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .box-inner .image {
    text-align: center;
    border: none;
    width: 100%;
  }
}
#lp .p-point .list-point .box-inner h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin: 0 0 23px;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .box-inner h4 {
    font-size: 24px;
    letter-spacing: 0.24px;
    margin: 0 0 9px;
  }
}
#lp .p-point .list-point .box-inner h4 .note {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .box-inner h4 .note {
    display: block;
    margin: 0 0 12px;
  }
}
#lp .p-point .list-point .box-inner p {
  font-weight: 500;
  letter-spacing: 0.16px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  #lp .p-point .list-point .box-inner p {
    margin: 0 0 11px;
  }
}
#lp .p-point .list-point .box-inner p:last-child {
  margin: 0;
}
#lp .p-flow {
  position: relative;
  padding: 80px 0;
  background-color: #F5F5F8;
  background-image: url(../images/flow/bg-flow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 991px) {
  #lp .p-flow {
    padding: 50px 0 60px;
    background-image: url(../images/flow/bg-flow-sp.png);
  }
}
#lp .p-flow .container {
  max-width: 1232px;
}
#lp .p-flow .p-title {
  margin: 0 0 38px;
}
@media (max-width: 991px) {
  #lp .p-flow .p-title {
    letter-spacing: -0.28px;
    margin: 0 0 23px;
  }
}
#lp .p-flow .description {
  margin: 0 0 54px;
}
@media (max-width: 991px) {
  #lp .p-flow .description {
    margin: 0 0 20px;
  }
}
#lp .p-flow .list-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow {
    margin: 24px 0 0;
  }
}
#lp .p-flow .list-flow .item {
  position: relative;
  width: calc((100% - 72px) / 4);
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 17px 16px;
}
@media (max-width: 991px) {
  #lp .p-flow .list-flow .item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow .item {
    width: 100%;
    padding: 5px 16px 17px;
  }
}
#lp .p-flow .list-flow .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #0062b0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow .item:not(:last-child)::after {
    right: auto;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 14px solid #0062b0;
    border-bottom: 0 none;
    top: auto;
    bottom: -18px;
    left: 50%;
    opacity: 1;
    visibility: visible;
  }
}
#lp .p-flow .list-flow .item:first-child .image img {
  height: 143px;
}
@media (max-width: 768px) {
  #lp .p-flow .list-flow .item:first-child .image img {
    height: 124px;
  }
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow .item:first-child .image img {
    height: 111px;
  }
}
#lp .p-flow .list-flow .item:nth-child(2) h3 {
  white-space: nowrap;
  letter-spacing: -0.05em;
}
@media (max-width: 1264px) {
  #lp .p-flow .list-flow .item:nth-child(2) h3 {
    white-space: unset;
  }
}
#lp .p-flow .list-flow .item:nth-child(2) .image img {
  height: 135px;
}
@media (max-width: 768px) {
  #lp .p-flow .list-flow .item:nth-child(2) .image img {
    height: 124px;
  }
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow .item:nth-child(2) .image img {
    height: 85px;
  }
}
#lp .p-flow .list-flow .item:nth-child(3) .image img {
  height: 177px;
}
@media (max-width: 768px) {
  #lp .p-flow .list-flow .item:nth-child(3) .image img {
    height: 124px;
  }
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow .item:nth-child(3) .image img {
    height: 129px;
  }
}
#lp .p-flow .list-flow .item:nth-child(4) .image img {
  height: 151px;
}
@media (max-width: 768px) {
  #lp .p-flow .list-flow .item:nth-child(4) .image img {
    height: 124px;
  }
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow .item:nth-child(4) .image img {
    height: 109px;
  }
}
#lp .p-flow .list-flow .image {
  margin: 0 0 -13px;
  text-align: center;
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow .image {
    position: absolute;
    content: "";
    margin: 0;
    top: 15px;
    right: 23px;
  }
}
#lp .p-flow .list-flow .image img {
  object-fit: contain;
}
#lp .p-flow .list-flow h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.27;
  margin: 0 0 6px;
  display: flex;
  gap: 11px;
  align-items: center;
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow h3 {
    font-size: 18px;
    letter-spacing: 0.18px;
    display: block;
  }
}
#lp .p-flow .list-flow h3 > span {
  color: #E2E2E2;
  font-size: 85px;
  font-family: YuGothic;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow h3 > span {
    font-size: 82px;
    display: block;
    margin: 0 0 24px;
  }
}
#lp .p-flow .list-flow p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  #lp .p-flow .list-flow p {
    margin-top: 24px;
  }
}
@media (max-width: 551px) {
  #lp .p-flow .list-flow p {
    line-height: 1.7;
    letter-spacing: initial;
    margin-top: initial;
  }
}
#lp .p-flow .list-flow p > span {
  font-weight: 700;
}
#lp #faq {
  background: #EDF2F8;
  padding: 80px 16px;
}
@media (max-width: 551px) {
  #lp #faq {
    padding: 50px 20px 58px;
  }
}
@media (max-width: 551px) {
  #lp #faq .p-title {
    margin: 0 0 32px;
  }
}
#lp #faq .container {
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(184, 198, 217, 0.3);
  border-radius: 6px;
  padding: 16px;
  box-sizing: border-box;
}
@media (max-width: 551px) {
  #lp #faq .container {
    padding: 0px 16px;
    border-radius: 10px;
  }
}
#lp #faq .inner {
  max-width: 996px;
  margin: 0 auto;
}
#lp #faq details {
  border-bottom: 2px dashed #c6cad0;
  padding: 29px 0;
}
@media (max-width: 551px) {
  #lp #faq details {
    padding: 27px 0 22px;
  }
}
#lp #faq details:last-of-type {
  border: none;
}
#lp #faq details p {
  padding: 0 104px 0 100px;
}
@media (max-width: 551px) {
  #lp #faq details p {
    padding: 0 32px;
  }
}
#lp #faq details > *:not(summary) {
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding-top: 25px;
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 1.6;
}
@media (max-width: 551px) {
  #lp #faq details > *:not(summary) {
    padding-top: 10px;
    line-height: 1.7;
  }
}
#lp #faq summary {
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #0062b0;
  cursor: pointer;
  margin: 0;
  padding: 0 104px 0 100px;
  position: relative;
  text-indent: -60px;
}
@media (max-width: 551px) {
  #lp #faq summary {
    padding: 0 38px 0 33px;
    text-indent: -30px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
#lp #faq summary:before {
  content: "Q.";
  color: #0062B0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.28px;
  padding-right: 28px;
}
@media (max-width: 551px) {
  #lp #faq summary:before {
    padding-right: 6px;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
#lp #faq summary:after {
  content: "";
  background: url(./../images/faq/open.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 44px;
  top: 10px;
  transition: transform 0.3s ease;
}
@media (max-width: 551px) {
  #lp #faq summary:after {
    right: 8px;
    top: 6px;
    transform: none;
    width: 19px;
    height: 19px;
  }
}
#lp #faq details[open] > *:not(summary) {
  opacity: 1;
  transform: translateY(0);
}
#lp #faq details[open] summary:after {
  transform: rotate(180deg);
  background: url(./../images/faq/close.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 551px) {
  #lp #faq details[open] summary:after {
    transform: none;
  }
}
#lp #cta {
  background: url(./../images/cta/bg-pc.jpg);
  color: #fff;
  padding: 120px 16px;
}
#lp #cta h2 {
  color: #fff;
  font-size: 54px;
}
#lp #cta p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.24px;
  text-align: center;
}
#lp #cta .cv {
  max-width: 792px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}
#lp #cta .cv img {
  margin-bottom: 55px;
}
#lp #cta .cv img:hover {
  filter: brightness(0.9);
}
#lp #cta .cta-btn {
  display: flex;
  gap: 24px;
  font-size: 16px;
}
#lp #cta .btn {
  padding: 16px;
  flex: 1;
  position: relative;
}
#lp #cta .btn:after {
  content: "";
  background: url("../images/icon/icon-arrow-white.svg") no-repeat center/contain;
  width: 16px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#lp #cta .btn:hover {
  filter: brightness(1.2);
}
#lp #cta .btn:hover:after {
  background: url("../images/icon/icon-arrow-green.svg") no-repeat center/contain;
}
#lp #cta .dl {
  border-radius: 30px;
  border: 2px solid #946300;
  background: linear-gradient(90deg, #ec7c1b 0%, #d66300 100%), #333;
}
#lp #cta .reservation {
  border-radius: 30px;
  border: 1px solid #946300;
  background: linear-gradient(90deg, #4475c4 0%, #3a70c7 37.02%, #244e92 100%), #555;
}
#lp footer {
  background: linear-gradient(180deg, rgb(5, 32, 82) 0%, rgb(10, 17, 51) 100%);
  color: #fff;
  padding: 40px 0;
}
#lp footer .container {
  max-width: initial;
}
@media (max-width: 551px) {
  #lp footer .container {
    padding: 0;
  }
}
#lp footer a {
  color: #fff;
}
#lp footer .banner-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto 32px;
  padding: 0 48px;
  text-align: center;
}
@media (max-width: 551px) {
  #lp footer .banner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
    padding: 0 20px;
  }
}
#lp footer .banner-list img {
  width: 254px;
}
@media (max-width: 551px) {
  #lp footer .banner-list img {
    width: 100%;
  }
}
#lp footer .banner-list a:hover {
  filter: brightness(1.2);
}
#lp footer .book-download {
  max-width: 1200px;
  margin: 0 auto 32px;
  text-align: center;
}
#lp footer .book-download a:hover {
  filter: brightness(1.2);
}
@media (max-width: 551px) {
  #lp footer .book-download img {
    width: 100%;
    padding: 0 20px;
  }
}
#lp footer .sns-list {
  display: flex;
  gap: 24px;
}
#lp footer .sns-list a:hover {
  filter: brightness(0.8);
}
#lp footer address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
#lp footer .inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1440px;
  border-top: solid #fff 1px;
  margin: 64px auto 0;
  padding: 48px 20px 0;
}
@media (max-width: 768px) {
  #lp footer .inner {
    flex-direction: column;
    margin: 64px 0 0;
  }
}
#lp footer .footer-logo {
  margin-bottom: 24px;
}
#lp footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (max-width: 551px) {
  #lp footer .footer-nav {
    gap: 20px 0;
  }
}
#lp footer .footer-nav li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}
#lp footer .footer-nav a:hover {
  text-decoration: underline;
}
@media (max-width: 551px) {
  #lp footer .footer-nav ul:last-child {
    width: 100%;
  }
}
@media (max-width: 551px) {
  #lp footer .nav-list {
    width: 50%;
  }
}
#lp footer .copy {
  text-align: center;
  font-size: 14px;
  margin: 32px auto 0;
}

/* 並びアニメ用グループ */
.fade-group > .fade {
  opacity: 1;
  transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-group > .fade:nth-child(1) {
  transition-delay: 0s;
}
.fade-group > .fade:nth-child(2) {
  transition-delay: 0.12s;
}
.fade-group > .fade:nth-child(3) {
  transition-delay: 0.24s;
}
.fade-group > .fade:nth-child(4) {
  transition-delay: 0.36s;
}
.fade-group > .fade:nth-child(5) {
  transition-delay: 0.48s;
}
.fade-group > .fade:nth-child(6) {
  transition-delay: 0.6s;
}
.fade-group > .fade:nth-child(7) {
  transition-delay: 0.72s;
}
.fade-group > .fade:nth-child(8) {
  transition-delay: 0.84s;
}
.fade-group > .fade:nth-child(9) {
  transition-delay: 0.96s;
}
.fade-group > .fade:nth-child(10) {
  transition-delay: 1.08s;
}
.fade-group > .fade.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* 単発フェード（グループ外でも使える） */
.fade:not(.fade-group > .fade) {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade:not(.fade-group > .fade).is-in {
  opacity: 1;
  transform: translateY(0);
}

/* 動き軽減 */
@media (prefers-reduced-motion: reduce) {
  .fade-group > .fade,
  .fade {
    transition: none;
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=main.css.map */