@charset "UTF-8";

/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #595757;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.l-inner {
  max-width: 78.47222vw;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (max-width: 1499px) {
  .l-inner {
    max-width: 70.625rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

.c-btn {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.c-btn:hover {
  background-color: #0056b3;
}

.c-title {
  font-size: 1.5rem;
  color: green;
}

@media screen and (max-width: 1199px) {
  .c-title {
    color: blue;
  }
}

@media screen and (max-width: 999px) {
  .c-title {
    color: red;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    color: black;
  }
}

.p-case {
  padding: 12.152778vw 0 19.09722vw;
  background-color: #231815;
}

@media screen and (max-width: 767px) {
  .p-case {
    padding: 2.5rem 0 3.125rem;
  }
}

.p-case__inner.l-inner {
  max-width: 70.625rem;
}

.p-case__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6.59722vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case__title {
    font-weight: 600;
    font-size: 2.625rem;
  }
}

.p-case__swiper-container {
  position: relative;
}

.p-case__swiper {
  margin-top: 3.81944vw;
}

@media screen and (max-width: 767px) {
  .p-case__swiper {
    margin: 1.25rem auto 0;
    width: 91%;
  }
}

.p-case__swiper .swiper-slide {
  padding: 6.25rem;
  background-image: url(../images/top/swiper-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-case__swiper .swiper-slide {
    height: 34.8125rem;
    padding: 2.1875rem 1.875rem 3.125rem;
    background-image: url(../images/top/swiper-bg-sp.png);
  }
}

.p-case__swiper .swiper-slide-flex-wrap {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-case__swiper .swiper-slide-flex-wrap {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.p-case__swiper .swiper-slide-flex-number {
  padding: 1.1875rem 1.5625rem;
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFF;
  text-align: center;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-case__swiper .swiper-slide-flex-number {
    padding: 0.4375rem 0.625rem;
    font-size: 1.0625rem;
  }
}

.p-case__swiper .swiper-slide-flex-money {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4.4375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3E3A39;
}

@media screen and (max-width: 767px) {
  .p-case__swiper .swiper-slide-flex-money {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.p-case__swiper .swiper-slide-flex-title {
  margin-top: 2.1875rem;
  font-weight: 700;
  font-size: 2.0625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1B2951;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case__swiper .swiper-slide-flex-title {
    margin-top: 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.5294117647;
  }
}

.p-case__swiper .swiper-slide-flex-text {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.4444444444;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 767px) {
  .p-case__swiper .swiper-slide-flex-text {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
  }
}

.p-case__swiper-container .swiper-button-prev,
.p-case__swiper-container .swiper-button-next {
  position: absolute;
  width: 2.75rem;
  height: 5.5rem;
  z-index: 5;
}

@media screen and (max-width: 1199px) {

  .p-case__swiper-container .swiper-button-prev,
  .p-case__swiper-container .swiper-button-next {
    width: 1.875rem;
    height: 3.75rem;
  }
}

@media screen and (max-width: 767px) {

  .p-case__swiper-container .swiper-button-prev,
  .p-case__swiper-container .swiper-button-next {
    width: 1.25rem;
    height: 2.5rem;
  }
}

.p-case__swiper-container .swiper-button-prev {
  left: -6.25rem;
}

@media screen and (max-width: 1199px) {
  .p-case__swiper-container .swiper-button-prev {
    left: -3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case__swiper-container .swiper-button-prev {
    left: -0.6875rem;
  }
}

.p-case__swiper-container .swiper-button-next {
  right: -6.25rem;
}

@media screen and (max-width: 1199px) {
  .p-case__swiper-container .swiper-button-next {
    right: -3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case__swiper-container .swiper-button-next {
    right: -0.6875rem;
  }
}

.p-case__swiper-container .swiper-button-prev::after,
.p-case__swiper-container .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 2.75rem;
  height: 5.5rem;
}

@media screen and (max-width: 767px) {

  .p-case__swiper-container .swiper-button-prev::after,
  .p-case__swiper-container .swiper-button-next::after {
    width: 1.25rem;
    height: 2.5rem;
  }
}

.p-case__swiper-container .swiper-button-prev::after {
  background-image: url(../images/top/case-swiper01.svg);
}

.p-case__swiper-container .swiper-button-next::after {
  background-image: url(../images/top/case-swiper02.svg);
}

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

.p-company {
  padding: 9.72222vw 0 9.02778vw;
  background-color: #1B2951;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding: 2.8125rem 0 3.4375rem;
  }
}

.p-company__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-company__wrap {
    flex-direction: column-reverse;
    gap: 1.5625rem;
  }
}

.p-company__wrap-img {
  position: relative;
  width: 31.48%;
  height: 0;
  padding-top: 40%;
}

@media screen and (max-width: 767px) {
  .p-company__wrap-img {
    width: 100%;
    padding-top: 55%;
  }
}

.p-company__wrap-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company__wrap-body {
  width: 62%;
}

@media screen and (max-width: 767px) {
  .p-company__wrap-body {
    width: 100%;
  }
}

.p-company__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5.0694vw;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 2rem;
    text-align: center;
  }
}

.p-company__text {
  margin-top: 2.43056vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-company__text {
    margin-top: 0.9375rem;
    font-size: 1.0625rem;
    text-align: center;
  }
}

.p-company__list {
  margin-top: 2.77778vw;
}

@media screen and (max-width: 767px) {
  .p-company__list {
    margin-top: 1.5625rem;
  }
}

.p-company__item {
  display: flex;
  justify-content: space-between;
}

.p-company__item-sp {
  margin-top: 0.3125rem;
}

.p-company__item-sp dt,
.p-company__item-sp dd {
  font-size: 0.6875rem;
  line-height: 1.9090909091;
}

.p-company__item dt,
.p-company__item dd {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {

  .p-company__item dt,
  .p-company__item dd {
    font-size: 0.6875rem;
    line-height: 1.9090909091;
  }
}

.p-company__item dt {
  width: 16%;
}

@media screen and (max-width: 999px) {
  .p-company__item dt {
    width: 18%;
  }
}

@media screen and (max-width: 767px) {
  .p-company__item dt {
    width: 22%;
  }
}

.p-company__item dd {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .p-company__item dd {
    width: 68%;
  }
}

.p-company__main {
  margin-top: 2.5rem;
  padding: 1.25rem;
  border: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
  .p-company__main {
    margin-top: 2.1875rem;
  }
}

.p-company__main-title {
  padding-left: 0.3125rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-company__main-title {
    font-size: 1.125rem;
  }
}

.p-company__main-text {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-company__main-text {
    margin-top: 1.0625rem;
    font-size: 0.9375rem;
    letter-spacing: 0.18em;
    font-feature-settings: "palt";
  }
}

.p-consultation {
  padding: 3.75rem 0;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-consultation {
    padding: 2.1875rem 0;
  }
}

.p-consultation.p-consultation--color {
  background-color: #F6C31E;
}

.p-consultation__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-consultation__wrap {
    gap: 0.625rem;
  }
}

.p-consultation__wrap-img {
  max-width: 14.166667vw;
}

@media screen and (max-width: 767px) {
  .p-consultation__wrap-img {
    max-width: 4.0625rem;
  }
}

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

.p-consultation__wrap-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 3.819444vw;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-consultation__wrap-title {
    font-size: 1.0625rem;
    letter-spacing: 0.1em;
  }
}

.p-consultation__wrap-title.p-consultation__wrap-title--color {
  color: #1B2951;
}

.p-consultation__wrap-title span {
  display: inline-block;
  margin-top: 0.3125rem;
  font-size: 6.5vw;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .p-consultation__wrap-title span {
    font-size: 1.6875rem;
    letter-spacing: 0.1em;
  }
}

.p-consultation__text {
  margin: 1.875rem auto 0;
  max-width: 70.875rem;
  padding: 0 25px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-consultation__text {
    font-size: 0.625rem;
    margin: 0.9375rem auto 0;
  }
}

.p-consultation__text.p-consultation__text--white {
  color: #FFF;
}

.p-faq {
  padding: 4.6875rem 0 8.125rem;
  background-color: #FEF2DA;
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding: 1.875rem 0 3.125rem;
  }
}

.p-faq__title {
  padding: 1.375rem 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.28em;
  color: #FFF;
  background-color: #1B2951;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faq__title {
    padding: 1.0625rem 0;
    font-weight: 600;
    font-size: 1.25rem;
  }
}

.p-faq__list {
  margin-top: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 1.5625rem;
  }
}

.p-faq-list__item {
  padding: 1.5625rem 3.625rem;
  background-color: #FFF;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-faq-list__item {
    padding: 1rem 0.4375rem 1rem 1.25rem;
  }
}

.p-faq-list__item:not(:first-of-type) {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-faq-list__item:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}

.faq-list__item-question {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  letter-spacing: 0.08em;
  color: #595757;
}

@media screen and (max-width: 767px) {
  .faq-list__item-question {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.faq-list__item-answer {
  display: none;
  margin-top: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #595757;
}

@media screen and (max-width: 767px) {
  .faq-list__item-answer {
    margin-top: 0.4375rem;
    font-weight: 500;
    font-size: 0.6875rem;
  }
}

.p-flow {
  padding-bottom: 12.5278vw;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding-bottom: 5.3125rem;
  }
}

.p-flow__inner.l-inner {
  max-width: 70.625rem;
}

.p-flow__list {
  margin-top: 5.5556vw;
}

@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 1.875rem;
  }
}

.p-flow-list__item {
  height: 17.4375rem;
  padding: 2.77778vw 4.16667vw 2.77778vw 5.5556vw;
  display: flex;
  align-items: center;
  gap: 3.125vw;
  background-image: url(../images/top/flow-list-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .p-flow-list__item {
    height: 22.9492vw;
  }
}

@media screen and (max-width: 767px) {
  .p-flow-list__item {
    height: 30.1875rem;
    padding: 1.875rem 1.25rem;
    flex-direction: column;
    gap: 1rem;
    background-image: url(../images/top/flow-list-bg-sp.svg);
  }
}

.p-flow-list__item:not(:first-of-type) {
  margin-top: 3.81944vw;
}

@media screen and (max-width: 767px) {
  .p-flow-list__item:not(:first-of-type) {
    margin-top: 1.5625rem;
  }
}

.p-flow-list__item-img {
  width: 20.957%;
}

@media screen and (max-width: 767px) {
  .p-flow-list__item-img {
    width: 10.625rem;
  }
}

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

.p-flow-list__item-body {
  width: 79%;
}

@media screen and (max-width: 767px) {
  .p-flow-list__item-body {
    width: 100%;
  }
}

.p-flow-list__item-body h3 {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #C9A063;
}

@media screen and (max-width: 767px) {
  .p-flow-list__item-body h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-flow-list__item-body p {
  margin-top: 1.04167vw;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-flow-list__item-body p {
    font-size: 0.9375rem;
    line-height: 2.0666666667;
    letter-spacing: 0.17em;
  }
}

.p-footer {
  padding: 2.8125rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.375rem 0;
  }
}

.p-footer__copyright {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}

.p-free {
  padding: 6.944444vw 0;
  background-image: url(../images/top/free-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-free {
    padding: 2.1875rem 0;
    background-image: url(../images/top/free-bg-sp.png);
  }
}

.p-free__inner {
  position: relative;
  max-width: 84.93056vw;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-free__inner {
    max-width: 40rem;
    padding: 0 20px;
  }
}

.p-free__title {
  max-width: 53.819444vw;
  margin-left: 4.86111111vw;
}

@media screen and (max-width: 767px) {
  .p-free__title {
    max-width: 19.875rem;
    margin: 0 auto;
  }
}

.p-free__text {
  margin-top: 1.73611111vw;
  padding-left: 5.90278vw;
  display: inline-block;
  font-weight: 700;
  font-size: 2.6389vw;
  line-height: 1.2631578947;
  letter-spacing: 0.14em;
  color: #1B2951;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-free__text {
    margin-top: 0.75rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-free__wrap {
  width: 92%;
  margin-top: 2.43056vw;
  padding: 2.77778vw;
  display: flex;
  align-items: center;
  gap: 2.43056vw;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-free__wrap {
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.9375rem 0.625rem;
    gap: 0.625rem;
  }
}

.p-free__wrap-text {
  padding: 1.25rem 2.125rem;
  font-weight: 700;
  font-size: 2.70833vw;
  line-height: 1;
  letter-spacing: 0.115em;
  color: #FFF;
  writing-mode: vertical-rl;
  border: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
  .p-free__wrap-text {
    padding: 0.4375rem;
    font-size: 0.875rem;
    border: 1px solid #FFF;
  }
}

.p-free__wrap-img {
  max-width: 38.541667vw;
}

@media screen and (max-width: 767px) {
  .p-free__wrap-img {
    max-width: 12.5rem;
  }
}

.p-free__wrap-img a {
  margin-top: 1.25rem;
  display: inline-block;
  transition: 0.3s opacity;
}

.p-free__wrap-img a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-free__wrap-img a {
    margin-top: 0.625rem;
  }
}

.p-free__wrap-img a img {
  transition: transform 0.6s ease;
  width: 38.541667vw;
}

@media screen and (max-width: 767px) {
  .p-free__wrap-img a img {
    width: 12.5rem;
  }
}

.p-free__img {
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  max-width: 27.77778vw;
}

@media screen and (max-width: 767px) {
  .p-free__img {
    max-width: 6.4375rem;
    right: 0.3125rem;
  }
}

.p-free__wrap-img a:hover img {
  transform: scale(1.1);
}

.p-header {
  width: 100%;
  height: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
  }
}

.p-header.transform {
  background-color: #FFF;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.05);
}

.p-header__inner {
  height: inherit;
  padding: 0 5.9375rem 0 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 1.25rem;
  }
}

.p-header__logo {
  max-width: 18.75rem;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    display: none;
  }
}

.p-header__nav {
  height: inherit;
}

.p-header__nav-items {
  height: inherit;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-header__nav-items {
    gap: 0.625rem;
  }
}

.p-header__nav-item {
  max-width: 20.875rem;
}

@media screen and (max-width: 767px) {
  .p-header__nav-item {
    max-width: 10.6875rem;
  }
}

.p-header__nav-item :nth-of-type(2) {
  max-width: 14.25rem;
}

@media screen and (max-width: 767px) {
  .p-header__nav-item :nth-of-type(2) {
    max-width: 7.1875rem;
  }
}

.p-info {
  position: relative;
  padding: 13.19444vw 0 18.75vw;
  background-image: url(../images/top/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-info {
    padding: 1.25rem 0 4.375rem;
    background-image: url(../images/top/info-bg-sp.png);
  }
}

.p-info__title {
  padding: 1.31944vw 0;
  font-weight: 700;
  font-size: 2.6389vw;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #FFF;
  text-align: center;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-info__title {
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
}

.p-info-list {
  margin-top: 3.81944vw;
}

@media screen and (max-width: 767px) {
  .p-info-list {
    margin-top: 1.25rem;
  }
}

.p-info-list__item {
  display: flex;
  align-items: center;
  gap: 1.38889vw;
}

@media screen and (max-width: 767px) {
  .p-info-list__item {
    gap: 0.5625rem;
  }
}

.p-info-list__item:not(:first-of-type) {
  margin-top: 3.125vw;
}

@media screen and (max-width: 767px) {
  .p-info-list__item:not(:first-of-type) {
    margin-top: 0.625rem;
  }
}

.p-info-list__item-img {
  width: 2.43056vw;
  height: 2.70833vw;
}

@media screen and (max-width: 767px) {
  .p-info-list__item-img {
    width: 5%;
    height: 1.1875rem;
  }
}

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

.p-info-list__item-text {
  font-weight: 700;
  font-size: 2.08333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-info-list__item-text {
    width: 92.2%;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-info02 {
  padding-bottom: 6.111111111vw;
  background-color: #FEF2DA;
}

@media screen and (max-width: 767px) {
  .p-info02 {
    padding-bottom: 3.375rem;
  }
}

.p-info02__wrap {
  margin-top: -12.152778vw;
  padding-top: 11.45833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.38889vw;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-info02__wrap {
    margin-top: -3.4375rem;
    padding-top: 2.8125rem;
    gap: 0.3125rem;
  }
}

.p-info02__wrap-img {
  width: 18.8889%;
}

@media screen and (max-width: 767px) {
  .p-info02__wrap-img {
    width: 27.6%;
  }
}

.p-info02__wrap-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.8472222vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-info02__wrap-text {
    font-size: 0.75rem;
  }
}

.p-info02__wrap-text span {
  font-size: 6.18056vw;
}

@media screen and (max-width: 767px) {
  .p-info02__wrap-text span {
    font-size: 1.5625rem;
  }
}

.p-info02__wrap02 {
  padding-top: 9.7222222vw;
}

@media screen and (max-width: 767px) {
  .p-info02__wrap02 {
    padding-top: 2.8125rem;
  }
}

.p-info02__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.8889vw;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #1B2951;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info02__title {
    font-size: 1.5625rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-info02__list {
  margin-top: 5.90278vw;
}

@media screen and (max-width: 767px) {
  .p-info02__list {
    margin-top: 0.9375rem;
  }
}

.p-info02-list__item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-info02-list__item {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.p-info02-list__item:not(:first-of-type) {
  margin-top: 4.86111vw;
}

@media screen and (max-width: 767px) {
  .p-info02-list__item:not(:first-of-type) {
    margin-top: 1.875rem;
  }
}

.p-info02-list__item-body {
  width: 55.76%;
}

@media screen and (max-width: 767px) {
  .p-info02-list__item-body {
    width: 100%;
  }
}

.p-info02-list__item-title {
  padding: 0.875rem 0;
  font-weight: 700;
  font-size: 2.6389vw;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #FFF;
  text-align: center;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-info02-list__item-title {
    padding: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-info02-list__item-text {
  margin-top: 2.08333vw;
  font-weight: 500;
  font-size: 1.38889vw;
  line-height: 2.25;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-info02-list__item-text {
    margin-top: 1.0625rem;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-info02-list__item-img {
  width: 38.7%;
}

@media screen and (max-width: 767px) {
  .p-info02-list__item-img {
    width: 100%;
  }
}

.p-info02-list__item-img img {
  width: 100%;
  aspect-ratio: 420/372;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-info02-list__item-img img {
    aspect-ratio: 326/289;
  }
}

.p-mv {
  aspect-ratio: 1440/758;
}

@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 375/383;
  }
}

.p-mv__inner {
  position: relative;
  width: 89.6%;
  background-image: url(../images/top/mv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1289/758;
}

@media screen and (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    background-image: none;
    aspect-ratio: unset;
  }
}

.p-mv__img {
  position: absolute;
  top: 22%;
  right: 3%;
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .p-mv__img {
    position: unset;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img img {
    width: 100%;
    aspect-ratio: 379/366;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-point {
  padding-bottom: 6.9444vw;
  background-color: #FEF2DA;
}

@media screen and (max-width: 767px) {
  .p-point {
    padding-bottom: 4.0625rem;
  }
}

.p-point__inner {
  max-width: 96.5278vw;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-point__inner {
    max-width: 40rem;
    padding: 0 0.9375rem;
  }
}

.p-point-list {
  margin-top: 9.02778vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.77778vw;
}

@media screen and (max-width: 767px) {
  .p-point-list {
    margin-top: 6.25rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.625rem;
  }
}

.p-point-list__item {
  position: relative;
  padding: 9.02778vw 1.59722vw 2.5694vw;
  background-image: url(../images/top/point-list-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-point-list__item {
    height: 35.625rem;
    padding: 6.25rem 1.375rem 2.375rem;
    background-image: url(../images/top/point-list-bg-sp.png);
  }
}

.p-point-list__item-img img {
  width: 100%;
  aspect-ratio: 366/244;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-point-list__item-img img {
    aspect-ratio: 299/199;
  }
}

.p-point-list__item-body {
  margin-top: 1.38889vw;
}

@media screen and (max-width: 767px) {
  .p-point-list__item-body {
    margin-top: 0.9375rem;
  }
}

.p-point-list__item-body-title {
  font-weight: 700;
  font-size: 2.22222vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #1B2951;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-point-list__item-body-title {
    font-size: 1.95312vw;
  }
}

@media screen and (max-width: 767px) {
  .p-point-list__item-body-title {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

.p-point-list__item-body-text {
  margin-top: 1.73611vw;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5555555556;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 767px) {
  .p-point-list__item-body-text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
}

.p-point-list__item-tag {
  position: absolute;
  top: -5.25rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 13.125rem;
}

@media screen and (max-width: 767px) {
  .p-point-list__item-tag {
    top: -4.375rem;
    max-width: 10.8125rem;
  }
}

.p-price {
  padding: 10.06944vw 0 7.98611vw;
  background-color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-price {
    padding: 2.5rem 0;
  }
}

.p-price__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-price__wrap {
    flex-direction: column-reverse;
    gap: 0.625rem;
  }
}

.p-price__wrap-img {
  width: 32.6%;
}

@media screen and (max-width: 767px) {
  .p-price__wrap-img {
    width: 14.5rem;
  }
}

.p-price__wrap-title {
  width: 61.85%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6389vw;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-price__wrap-title {
    width: 100%;
    font-size: 1.0625rem;
    text-align: center;
  }
}

.p-price__wrap-title span {
  display: inline-block;
  margin-bottom: 0.9375rem;
  font-size: 4.72222vw;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-price__wrap-title span {
    font-size: 2.0625rem;
  }
}

.p-price__list {
  margin-top: 4.16667vw;
  padding: 2.77778vw 3.125vw 0 1.18056vw;
  display: flex;
  gap: 3.47222vw;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-price__list {
    margin-top: 1.25rem;
    padding: 1.5625rem 1.25rem 0.9375rem;
    flex-direction: column-reverse;
    gap: 0.625rem;
    align-items: center;
  }
}

.p-price__list-img {
  width: 23.7%;
}

@media screen and (max-width: 767px) {
  .p-price__list-img {
    width: 10.75rem;
  }
}

.p-price__list-body {
  width: 61.2%;
}

@media screen and (max-width: 767px) {
  .p-price__list-body {
    width: 100%;
  }
}

.p-price__list-body-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-price__list-body-title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-price__list-body-text {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 1.1875rem;
  color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-price__list-body-text {
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.p-price__list-body-img {
  margin-top: 0.9375rem;
}

.p-price__list-body-text02 {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #1B2951;
}

@media screen and (max-width: 767px) {
  .p-price__list-body-text02 {
    margin-top: 1.25rem;
    font-weight: 600;
  }
}

.p-romance {
  padding: 5.5556vw 0;
  background-color: #1B2951;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-romance {
    padding: 1.875rem 0;
  }
}

.p-romance__inner {
  max-width: 75vw;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-romance__inner {
    max-width: 40rem;
    padding: 0 20px;
  }
}

.p-romance__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.38889vw;
}

@media screen and (max-width: 767px) {
  .p-romance__title {
    gap: 0.5rem;
  }
}

.p-romance__title-img {
  width: 16.79%;
}

@media screen and (max-width: 767px) {
  .p-romance__title-img {
    width: 18.4615%;
  }
}

.p-romance__title-text {
  font-weight: 700;
  font-size: 2.77778vw;
  line-height: 1.3;
  letter-spacing: 0.115em;
}

@media screen and (max-width: 767px) {
  .p-romance__title-text {
    font-size: 0.875rem;
  }
}

.p-romance__title-text span {
  font-size: 5.5556vw;
}

@media screen and (max-width: 767px) {
  .p-romance__title-text span {
    font-size: 1.75rem;
  }
}

.p-romance__img {
  margin: 1.875rem auto 0;
  max-width: 56.375rem;
}

@media screen and (max-width: 767px) {
  .p-romance__img {
    margin-top: 1.25rem;
  }
}

.p-romance__text,
.p-romance__text02 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.6111111111;
  letter-spacing: 0.135em;
}

@media screen and (max-width: 767px) {

  .p-romance__text,
  .p-romance__text02 {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-romance__text {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-romance__text {
    margin-top: 1.25rem;
  }
}

.p-romance__text02 {
  margin-top: 3.125rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-romance__text02 {
    margin-top: 1.25rem;
    text-align: left;
  }
}

.simulator {
  margin: 3.125rem auto 0;
  max-width: 70.875rem;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .simulator {
    margin: 0.9375rem auto 0;
  }
}

.simulator.thanks {
  min-height: 100vh;
  overflow: hidden;
}

.simulator__form {
  position: relative;
  padding: 5vw 7vw;
  z-index: 1;
  background-color: #FFF;
  outline: 10px solid #7A6A56;
  outline-offset: -10px;
}

@media screen and (max-width: 767px) {
  .simulator__form {
    padding: 1.875rem 3.125rem;
    outline: 5px solid #7A6A56;
    outline-offset: -5px;
  }
}

.simulator__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875vw;
}

@media screen and (max-width: 767px) {
  .simulator__top {
    gap: 0.625rem;
  }
}

.simulator__img {
  width: 9.25vw;
}

@media screen and (max-width: 767px) {
  .simulator__img {
    width: 3.3125rem;
  }
}

.simulator__tag {
  padding: 0.25rem 0 0.5rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #7A6A56;
  text-align: center;
  border-top: 2px solid #7A6A56;
  border-bottom: 2px solid #7A6A56;
}

@media screen and (max-width: 767px) {
  .simulator__tag {
    padding: 0.0625rem 0 0.3125rem;
    max-width: 9.0625rem;
    margin: 0 auto;
    font-size: 1rem;
  }
}

.simulator__tag span {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .simulator__tag span {
    font-size: 1.625rem;
  }
}

.simulator__question {
  position: relative;
  margin-top: 0.625rem;
}

.simulator__question-text {
  font-weight: 700;
  font-size: 2.5vw;
  letter-spacing: 0.12em;
  color: #7A6A56;
  display: none;
}

@media screen and (max-width: 767px) {
  .simulator__question-text {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}

.simulator__question-text--4 {
  font-size: 1.5vw;
}

@media screen and (max-width: 767px) {
  .simulator__question-text--4 {
    font-size: 0.625rem;
  }
}

.simulator__question-text.current {
  display: block;
}

.simulator__answers-wrap {
  margin-top: 3vw;
}

@media screen and (max-width: 767px) {
  .simulator__answers-wrap {
    margin-top: 0.9375rem;
  }
}

.simulator__answers {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2vw 2.5vw;
  display: none;
}

@media screen and (max-width: 767px) {
  .simulator__answers {
    width: 84.44%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

.simulator__answers.current {
  display: grid;
}

.simulator__answer {
  display: grid;
  place-content: center;
  height: 6.25vw;
  font-weight: 700;
  border-radius: 1vw;
  font-size: 2.5vw;
  letter-spacing: 0.12em;
  text-align: center;
  color: #FFF;
  background-color: #7A6A56;
  border: 2px solid #595757;
  box-shadow: inset -0.375vw -0.375vw 0px rgba(0, 0, 0, 0.22), 0.375vw 0.375vw 0px #595757;
  cursor: pointer;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .simulator__answer {
    height: 2.8125rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    border: 1px solid #595757;
    box-shadow: inset -2px -2px 0px rgba(0, 0, 0, 0.22), 2px 2px 0px #595757;
  }
}

.simulator__answer:hover {
  box-shadow: none;
  transform: translate(0.1666666667vw, 0.1666666667vw);
}

.form {
  padding: 40px 100px;
  background-color: #fefaf6;
  margin: 0 50px;
  border-radius: 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 20px 10px;
    margin: 0;
    border-radius: 10px;
  }
}

.form.current {
  display: block;
}

.form__items {
  display: grid;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .form__items {
    gap: 10px;
  }
}

.form__item {
  display: grid;
  gap: 10px;
}

.form__item-label {
  font-size: 24px;
  color: #102c57;
}

@media screen and (max-width: 767px) {
  .form__item-label {
    font-size: 14px;
  }
}

.form__item-red {
  font-size: 12px;
  color: #930d08;
}

@media screen and (max-width: 767px) {
  .form__item-red {
    font-size: 10px;
  }
}

.form__item-label span {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 18px;
  line-height: 1;
  background-color: #930d08;
  color: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .form__item-label span {
    font-size: 11px;
    margin-left: 10px;
    padding: 1px 5px;
  }
}

.form__item-input {
  padding: 10px 20px;
  width: 100%;
  font-size: 24px;
  background-color: #fff;
  border: 2px solid #997748;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .form__item-input {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.form__info {
  margin-top: 10px;
  font-size: 18px;
  color: #102c57;
}

@media screen and (max-width: 767px) {
  .form__info {
    font-size: 12px;
  }
}

.form__info a {
  text-decoration: underline;
}

.form__submit {
  margin: 30px auto 0;
  display: grid;
  width: 450px;
  height: 70px;
  place-content: center;
  font-size: 28px;
  background-color: #7A6A56;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 15px;
    font-size: 16px;
    width: 200px;
    height: 40px;
    border-radius: 10px;
  }
}

.form__submit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1800px) and (min-width: 768px) {
  .simulator__title-top .left {
    font-size: 1.6111111111vw;
  }

  .simulator__title-top .middle {
    font-size: 3.1666666667vw;
  }

  .simulator__title-top .right {
    font-size: 2.0555555556vw;
  }

  .simulator__title-bottom {
    font-size: 3.2222222222vw;
    margin-top: 0.5555555556vw;
  }

  .simulator__accent {
    width: 8.6111111111vw;
    height: 8.6111111111vw;
  }

  .simulator__accent--1 {
    top: -0.1111111111vw;
    left: -0.1111111111vw;
  }

  .simulator__accent--2 {
    top: -0.1111111111vw;
    right: -0.1111111111vw;
  }

  .simulator__accent--3 {
    bottom: -0.1111111111vw;
    left: -0.1111111111vw;
  }

  .simulator__accent--4 {
    bottom: -0.1111111111vw;
    right: -0.1111111111vw;
  }

  .form {
    padding: 2.2222222222vw 5.5555555556vw;
    margin: 0 2.7777777778vw;
    border-radius: 1.6666666667vw;
  }

  .form__items {
    gap: 1.1111111111vw;
  }

  .form__item {
    gap: 0.5555555556vw;
  }

  .form__item-label {
    font-size: 1.3333333333vw;
  }

  .form__item-label span {
    margin-left: 1.1111111111vw;
    font-size: 1vw;
    padding: 0.1666666667vw 0.5555555556vw;
    border-radius: 0.1666666667vw;
    line-height: 0.0555555556vw;
  }

  .form__item-input {
    border: 0.1111111111vw solid #997748;
    font-size: 1.3333333333vw;
    padding: 0.5555555556vw 1.1111111111vw;
    border-radius: 0.1666666667vw;
  }

  .form__info {
    margin-top: 0.5555555556vw;
    font-size: 1vw;
  }

  .form__submit {
    font-size: 1.5555555556vw;
    border-radius: 2.7777777778vw;
    margin: 1.6666666667vw auto 0;
    width: 25vw;
    height: 3.8888888889vw;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */