@charset "UTF-8";
/* ---------------------------
      Reset CSS（簡易版）
--------------------------- */
/* 全体の余白・枠線などをリセット */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* HTML5要素の表示をブロック化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* 画像のはみ出し防止 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

/* リストマークを非表示 */
ul,
ol {
  list-style: none;
}

/* リンクの初期化 */
a {
  color: inherit;
  text-decoration: none;
}

/* テキスト要素 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
em {
  font-weight: normal;
  font-style: normal;
}

/* フォーム要素の初期化 */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

/* ボタンにカーソル */
button {
  cursor: pointer;
}

/* body全体の初期設定 */
body {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 56.25%;
  }
}

body {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Times New Roman, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  background: #fffefc;
  height: auto;
}

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

h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}

p {
  font-weight: 600;
}

p.-big {
  font-size: 2rem;
  line-height: 3.4rem;
}

p.-small {
  font-size: 1.4rem;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

section {
  scroll-margin-top: 7rem;
}
@media (max-width: 768px) {
  section {
    scroll-margin-top: 100px;
  }
}

.l-fv {
  position: relative;
  width: 100%;
  color: #fffefc;
  padding: 7vh 5vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-fv {
    padding: 4vh 5vw;
    overflow-x: hidden;
  }
}
.l-fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fv-bg.jpg) no-repeat center bottom/cover;
  filter: brightness(0.6);
  z-index: -1;
}
@media (max-width: 768px) {
  .l-fv:before {
    background: url(../images/fv-bg-sp.jpg) no-repeat right center/cover;
  }
}
.l-fv__title h1 {
  width: fit-content;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.5vh;
}
@media (max-width: 768px) {
  .l-fv__title h1 {
    font-size: 17vw;
  }
}
.l-fv__title--sub {
  width: fit-content;
  font-size: 1.5vw;
  margin-bottom: 1.5vh;
}
@media (max-width: 768px) {
  .l-fv__title--sub {
    font-size: 6.4vw;
  }
}
.l-fv__title--label, .l-fv__price--label {
  display: block;
  width: fit-content;
  padding: 0.8rem 1.2rem 0.6rem;
  background-color: #fffefc;
  color: #111;
  letter-spacing: 0.5px;
  font-size: 1.6vw;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 3vh;
}
@media (max-width: 768px) {
  .l-fv__title--label, .l-fv__price--label {
    font-size: 4.5vw;
  }
}
.l-fv__catch {
  width: fit-content;
  font-size: 2.6vw;
  line-height: 1.8em;
  letter-spacing: 0.3px;
  margin-block: 9vh 5vh;
}
@media (max-width: 768px) {
  .l-fv__catch {
    font-size: 6vw;
    margin-block: 5vh;
  }
}
.l-fv__text {
  font-size: 1.25vw;
  margin-bottom: 10vh;
}
@media (max-width: 768px) {
  .l-fv__text {
    font-size: 5vw;
    margin-bottom: 3vh;
  }
}
.l-fv__price {
  margin-bottom: 4vh;
}
@media (max-width: 768px) {
  .l-fv__price {
    margin-bottom: 6.5vh;
  }
}
@media (max-width: 768px) {
  .l-fv__price--label {
    margin-bottom: 1vh;
  }
}
.l-fv__price--num {
  line-height: 1em;
  font-size: 2.25vw;
  font-family: "Segoe UI", Verdana, sans-serif;
  letter-spacing: 0.3px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .l-fv__price--num {
    font-size: 9vw;
  }
}
.l-fv__price--num small {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
  font-weight: 600;
  margin-left: 2px;
  font-size: 0.7em;
}
.l-fv__price--note {
  width: fit-content;
  font-size: 1vw;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-fv__price--note {
    font-size: 3vw;
  }
}
.l-fv__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vh;
  flex-direction: column;
  align-items: flex-start;
}
.l-fv__product {
  position: absolute;
  right: 5vw;
  bottom: 18vh;
  width: 22vw;
  height: auto;
}
@media (max-width: 768px) {
  .l-fv__product {
    right: -1vw;
    top: 42vh;
    width: 30vw;
  }
}

.l-fvbtn {
  align-items: center;
  padding: 1em 0.4em;
  border-radius: 5px;
  font-size: 1.2vw;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: center;
  width: 20em;
  color: #fffefc;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
  /* text-decoration: none; */
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .l-fvbtn {
    font-size: 2rem;
    padding-block: 1.2rem;
    width: 100%;
  }
}
.l-fvbtn:hover {
  background: rgb(12.1276595745, 34.4680851064, 77.8723404255);
}
.l-fvbtn img {
  width: 3rem;
  height: 3rem;
}
.l-fvbtn-blue {
  color: #fff;
  background: #13367A;
}
.l-fvbtn-blue:hover {
  background: rgb(12.1276595745, 34.4680851064, 77.8723404255);
}
.l-fvbtn-blue_line {
  color: #13367A;
  background: #fff;
  border: 3px solid #13367A;
}
.l-fvbtn-blue_line:hover {
  background: rgb(229.5, 229.5, 229.5);
}

.l-footer {
  background: #fffefc;
  color: #111;
  text-align: center;
}
.l-footer__top {
  padding: 2rem;
}
.l-footer__inner {
  display: flex;
  align-items: center;
  gap: 6vw;
  padding-block: 3rem;
  width: fit-content;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__logo {
  max-width: 280px;
  height: auto;
  margin-right: 2rem;
}
.l-footer__address--text {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.l-footer__address--tel {
  margin-left: 1em;
}
.l-footer__copyright {
  color: #fffefc;
  background: #13367A;
  padding: 2rem;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    padding-bottom: 7.5rem;
  }
}

.l-section {
  padding-block: 9rem 6rem;
}
@media (max-width: 768px) {
  .l-section {
    padding-block: 4rem;
    padding-inline: 1.2rem;
  }
}
.l-section--border {
  border-bottom: 1px solid #111;
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-inner {
    max-width: 100%;
  }
}

.l-wide {
  margin: 0 auto;
  width: 92.5vw;
}
@media (max-width: 768px) {
  .l-wide {
    width: 100%;
  }
}

.c-intro {
  display: flex;
  gap: 3vw;
  margin: 0 auto;
  width: 92.5vw;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .c-intro {
    width: 100%;
    flex-direction: column;
    gap: 7vw;
  }
}
.c-intro__left {
  width: 20rem;
}
@media (max-width: 768px) {
  .c-intro__left {
    width: 100%;
  }
}
.c-intro__right {
  flex: 1;
}
@media (max-width: 768px) {
  .c-intro__right {
    width: 100%;
  }
}
.c-intro__title {
  width: fit-content;
}
@media (min-width: 769px) {
  .c-intro__title {
    margin-top: 3px;
  }
}
.c-intro__title-en, .c-intro__title-jp {
  display: block;
  width: fit-content;
  font-weight: 600;
  line-height: 1em;
}
.c-intro__title-en {
  font-size: 3.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .c-intro__title-en {
    font-size: 3.8rem;
  }
}
.c-intro__title-jp {
  font-size: 1.3rem;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .c-intro__title-jp {
    font-size: 2rem;
  }
}
.c-intro__title-tag {
  display: block;
  width: fit-content;
  padding: 0.6rem 1rem 0.4rem;
  background-color: #111;
  color: #fffefc;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 1rem;
}
.c-intro__title-price {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
}
.c-intro__lead {
  font-size: 2.4rem;
  line-height: 1.65em;
  font-weight: 600;
  margin-bottom: 1em;
}
.c-intro__text {
  line-height: 1.65em;
}
.c-intro small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 0.2rem;
}

.c-btn {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
  display: block;
  align-items: center;
  padding: 1em;
  border-radius: 500px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  width: 22em;
  color: #FFF;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 1.8rem;
    padding-block: 1.2rem;
    width: 100%;
    text-align: center;
  }
}
.c-btn:hover {
  background: rgb(12.1276595745, 34.4680851064, 77.8723404255);
}
.c-btn img {
  width: 3rem;
  height: 3rem;
}
.c-btn-blue {
  color: #fff;
  background: #13367A;
}
.c-btn-blue:hover {
  background: rgb(12.1276595745, 34.4680851064, 77.8723404255);
}
.c-btn-blue_line {
  color: #13367A;
  background: #fff;
  border: 3px solid #13367A;
}
.c-btn-blue_line:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.c-btn-gray_line {
  color: #666;
  background: #fff;
  border: 3px solid #666;
}
.c-btn-gray_line:hover {
  background: rgb(229.5, 229.5, 229.5);
}

.c-cta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .c-cta {
    flex-direction: column;
    gap: 1rem;
  }
}

@layer components {
  .cta-fixed {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .cta-fixed__inner {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }
  .cta-fixed__item {
    flex: 1;
    text-align: center;
    padding: 16px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-fixed__item a {
    display: flex;
    text-decoration: none;
    color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }
  .cta-fixed__item a i {
    display: block;
    font-size: 2rem;
  }
  .cta-fixed__item .cta-fixed__mail {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    line-height: 1.1;
  }
  .cta-fixed__item--tel {
    background-color: #13367A;
  }
  .cta-fixed__item--tel .cta-fixed__number {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 1em;
  }
  .cta-fixed__item--form {
    background-color: #A0A0A0;
  }
  .cta-fixed__item--trial {
    background-color: #13367A;
  }
  .cta-fixed.show {
    opacity: 1;
    visibility: visible;
  }
  .cta-fixed.hide {
    display: block;
    /* ← 初期表示を保ちつつ hidden にしておく */
  }
}
.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  text-align: left;
  font-size: 1.4rem;
}
.c-table tr:not(:last-child) th,
.c-table tr:not(:last-child) td {
  border-bottom: 1px solid #111;
}
.c-table th {
  min-width: 9em;
}

.swiper {
  position: relative;
  padding-bottom: 4.6rem;
  /* パジネーションの高さ分の余白を追加 */
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  bottom: 0.5rem;
  transform: none;
  width: 1rem;
  height: 2rem;
  z-index: 10;
  background-image: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 2rem;
  font-weight: 900;
}

.swiper-button-prev {
  left: 0;
  color: #9A9B9B;
}

.swiper-button-next {
  left: 3rem;
  color: #111;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-faq__item {
  border-bottom: 1px solid #111;
  padding-block: 2rem;
}
.p-faq__item dt.question {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding-left: 2em;
  padding-right: 4rem;
  font-size: 1.8rem;
  line-height: 4.7rem;
}
@media (max-width: 768px) {
  .p-faq__item dt.question {
    line-height: 2.7rem;
    min-height: 2.8em;
  }
}
.p-faq__item dt.question::before {
  position: absolute;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Times New Roman, serif;
  content: "Q.";
  left: 0;
  top: 1rem;
  color: #111;
  text-align: center;
  line-height: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-faq__item dt.question::before {
    top: 1.2rem;
  }
}
.p-faq__item dt.question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #111;
  font-size: 24px;
  transition: transform 0.3s ease;
}
.p-faq__item dt.question.active::after {
  content: "−";
  transform: rotate(0deg);
}
.p-faq__item dd.answer {
  position: relative;
  margin-top: 1rem;
  padding-inline: 2.2em 4rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: none;
}
@media (max-width: 480px) {
  .p-faq__item dd.answer {
    font-size: 1.5rem;
  }
}
.p-faq__item dd.answer::before {
  position: absolute;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Times New Roman, serif;
  content: "A.";
  left: 0.5rem;
  top: 0.5rem;
  color: #111;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.c-video-embed {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-video-embed__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.c-video-embed video {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.c-video-embed--square {
  padding-top: 100%;
}
.c-video-embed--rounded {
  border-radius: 8px;
}
.c-video-embed--shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.c-video-embed--border {
  border: 2px solid #ccc;
}
.c-video-embed--dark {
  background-color: #000;
}
.c-video-embed--dark iframe {
  filter: brightness(0.8);
}
.c-video-embed--light {
  background-color: #fff;
}
.c-video-embed--light iframe {
  filter: brightness(1.2);
}

.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-bg.-bg {
  background-color: #fefeff;
}
.c-bg.-bg-green {
  background-color: #f9f9f2;
}
.c-bg.-bg-orange {
  background-color: #fdf7e4;
}
.c-bg.-bg-blue {
  background-color: #d8e6f5;
}

.c-text.-white {
  color: #fffefc;
}
.c-text.-black {
  color: #111;
}
.c-text.-green {
  color: #61b1a3;
}
.c-text.-mint {
  color: #a8d5ba;
}
.c-text.-mint-2 {
  color: #c7e6d4;
}
.c-text.-pink {
  color: #fe8896;
}
.c-text.-gold {
  color: #d4a017;
}
.c-text.-yellow {
  color: #e8c70b;
}
.c-text.-bright-yellow {
  color: #fdf001;
}
.c-text.-light-yellow {
  color: #f6ffb2;
}
.c-text.-offwhite {
  color: #fefffb;
}
.c-text.-gray {
  color: #EFEFEF;
}
.c-text.-ivory {
  color: #f9f9f4;
}
.c-text.-bg {
  color: #fefeff;
}
.c-text.-bg-green {
  color: #f9f9f2;
}
.c-text.-bg-orange {
  color: #fdf7e4;
}
.c-text.-bg-blue {
  color: #d8e6f5;
}
.c-text.-marker-yellow {
  color: #fff98b;
}
.c-text.-marker-green {
  color: #daf2e4;
}
.c-text.-underline {
  text-decoration: underline;
}
.c-text.-line-through {
  text-decoration: line-through;
}
.c-text.-italic {
  font-style: italic;
}
.c-text.-center {
  text-align: center;
}
.c-text.-right {
  text-align: right;
}
.c-text.-left {
  text-align: left;
}
.c-text.-bold {
  font-weight: 700;
}
.c-text.-black {
  font-weight: 900;
}
.c-text.-dotted {
  position: relative;
}
.c-text.-dotted:before {
  position: absolute;
  content: "●";
  font-size: 0.2em;
  left: 2em;
  top: -3em;
}
.c-text.-marker_y {
  background: linear-gradient(transparent 60%, #f9f37c 60%);
}
.c-text.-marker_b {
  background: linear-gradient(transparent 60%, #d8e6f5 60%);
}
.c-text.-marker_g {
  background: linear-gradient(transparent 60%, #DAF1E4 60%);
}

@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

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

.u-hidden {
  display: none !important;
}

.u-rounded {
  border-radius: 9999px;
}

.u-rounded-15 {
  border-radius: 15px;
}

.u-section-title {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Times New Roman, serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 5.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 6rem;
  color: #111;
}
@media (max-width: 768px) {
  .u-section-title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
}

.u-highlight {
  color: #61b1a3;
  background: linear-gradient(transparent 60%, #f9f37c 60%);
  font-weight: bold;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-mb-40 {
  margin-bottom: 4rem;
}

.u-mb-48 {
  margin-bottom: 4.8rem;
}

.u-mb-60 {
  margin-bottom: 6rem;
}

.lp-main {
  background: #fefeff;
}

.bg-gray {
  background: #EFEFEF;
}

/* 開発ストーリー */
.p-story.l-section {
  padding-inline: initial;
}
.p-story__content-title {
  margin-bottom: 7rem;
}
.p-story .c-cta {
  padding-inline: 2rem;
}
.p-story__content-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .p-story__content-body {
    margin-bottom: 5rem;
    flex-direction: column;
  }
}
.p-story__content-left {
  flex-basis: 44%;
}
@media (max-width: 768px) {
  .p-story__content-left {
    margin-bottom: 3rem;
  }
}
.p-story__content-right {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .p-story__content-right {
    padding-inline: 1.4rem;
  }
}
.p-story__content-right p {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.p-story__image-caption {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.35rem;
}
.p-story__signature {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-story__slide {
  margin-left: 3.75vw;
}

/* 特徴紹介 */
.p-features__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1vw;
}
@media (max-width: 768px) {
  .p-features__content {
    flex-direction: column;
    gap: 10vw;
  }
}
.p-features__item {
  flex: 1;
}
.p-features__item--text {
  margin-top: 2rem;
}
.p-features__item--title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-features__item--title {
    font-size: 1.7rem;
  }
}
.p-features__item--description {
  font-size: 1.35rem;
}
@media (min-width: 769px) {
  .p-features__item--description {
    padding-right: 1em;
  }
}
@media (max-width: 768px) {
  .p-features__item--description {
    font-size: 1.4rem;
  }
}

/* 仕組み紹介 */
.p-principle__image {
  margin: 0 auto;
  max-width: 650px;
  margin-bottom: 3rem;
}

/* スペック */
.p-spec__intro-left {
  flex-basis: 25vw;
}
.p-spec__intro-right {
  flex: 1;
}
.p-spec__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFF;
  padding: 3rem 4rem;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .p-spec__content {
    padding: 2.5rem;
    flex-direction: column;
  }
}
.p-spec__image {
  flex: 1;
}
.p-spec__text {
  flex: 1;
  line-height: 1.8;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
  font-weight: bold;
}
.p-spec__button {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .p-spec__button {
    flex-direction: column;
    gap: 1rem;
  }
}

/* 流れ */
.p-flow__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-flow__content {
    flex-direction: column;
  }
}
.p-flow__item {
  flex: 1;
  text-align: center;
  padding: 2rem 1rem 4rem;
  background-color: #fffefc;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
}
.p-flow__item--number {
  font-family: "Segoe UI", Verdana, sans-serif;
  font-weight: 600;
  font-size: 5rem;
  color: #13367A;
}
.p-flow__item--title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.p-flow__item--text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .p-flow__item--text {
    font-size: 1.65rem;
  }
}
.p-flow__cta {
  margin-bottom: 4rem;
}
.p-flow__cta--title {
  margin-block: 10rem 1rem;
}
@media (max-width: 768px) {
  .p-flow__cta--title {
    margin-block: 6rem 1rem;
  }
}

/* プラン */
.p-plan__subtitle {
  margin-block: -2rem 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-plan__subtitle {
    text-align: left;
  }
}
.p-plan__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-plan__content {
    flex-direction: column;
  }
}
.p-plan__content--existing {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-plan__content--existing .p-plan__item--title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    line-height: 1.4;
    padding-bottom: 2rem;
    border-bottom: 1px solid;
  }
}
.p-plan__content--existing .p-plan__item--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .p-plan__content--existing .p-plan__item--flex {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.p-plan__content--existing .p-plan__item--cost {
  margin-inline: initial;
  text-align: center;
}
@media (max-width: 768px) {
  .p-plan__content--existing .p-plan__item--cost li:first-child {
    background: #dddddd;
    padding-inline: 1rem;
  }
}
.p-plan__item {
  flex: 1;
  text-align: center;
  background-color: #fffefc;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
}
.p-plan__item--color {
  height: 4rem;
}
.p-plan__item:nth-child(1) .p-plan__item--color {
  background-color: #c7b299;
}
.p-plan__item:nth-child(2) .p-plan__item--color {
  background-color: #b3b3b3;
}
.p-plan__item:nth-child(3) .p-plan__item--color {
  background-color: #cb9b0c;
}
.p-plan__item--wrap {
  padding: 2rem 2rem 4rem;
}
.p-plan__item--number {
  font-family: "Segoe UI", Verdana, sans-serif;
  font-weight: 600;
  font-size: 5rem;
  color: #13367A;
}
.p-plan__item--title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .p-plan__item--title {
    font-size: 2.65rem;
    margin-bottom: 0.5rem;
  }
}
.p-plan__item--price {
  font-family: "Segoe UI", Verdana, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #13367A;
}
@media (max-width: 768px) {
  .p-plan__item--price {
    font-size: 4.2rem;
  }
}
.p-plan__item--price small {
  font-size: 0.65em;
  margin-left: 0.1em;
}
.p-plan__item--text {
  width: fit-content;
  margin: 2rem auto;
  padding: 1rem;
  border: 1px solid;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media (min-width: 769px) {
  .p-plan__item--text {
    display: inline-flex;
    align-items: center;
    min-height: 72px;
  }
}
@media (max-width: 768px) {
  .p-plan__item--text {
    font-size: 1.65rem;
    line-height: 1.6;
  }
}
.p-plan__item--cost {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
.p-plan__item--cost li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .p-plan__item--cost {
    font-size: 1.65rem;
  }
}
.p-plan__note {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.5em;
}
.p-plan__cta {
  margin-top: 6rem;
  background-color: #FFF;
  padding: 3rem 3rem 4rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, sans-serif;
}
@media (max-width: 768px) {
  .p-plan__cta {
    padding: 3rem 2rem 4rem;
  }
}
.p-plan__cta-title {
  color: #13367A;
  margin-bottom: 1.5rem;
  font-size: 3.4rem;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .p-plan__cta-title {
    font-size: 2.2rem;
  }
}
.p-plan__cta-text {
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 3rem;
}
.p-plan__cta-btn {
  margin-inline: auto;
}

.p-contact {
  position: relative;
  color: #fffefc;
  text-align: center;
  letter-spacing: 0.5px;
  padding-block: 9rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 5rem 4rem;
  }
}
.p-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer-bg.jpg) no-repeat center center/cover;
  filter: brightness(0.6);
  z-index: -1;
}
.p-contact__logo {
  width: 18vw;
  margin-inline: auto;
  max-width: 319px;
}
@media (max-width: 768px) {
  .p-contact__logo {
    width: 38vw;
  }
}
.p-contact__title {
  text-align: center;
  margin-block: 4rem 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .p-contact__text {
    font-size: 1.8rem;
  }
}