.p-mv {
  display: flex;
  align-items: center;
  background: url("../images/home/mv_bg_sp.jpg") no-repeat center/cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 8rem;
  aspect-ratio: 750/1097;
}
.p-mv__inner {
  max-width: 123rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .p-mv {
    background-image: url("../images/home/mv_bg.jpg");
    aspect-ratio: 1400/575;
  }
}
@media (max-width: 767px) {
  .p-mv::after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 20rem;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(8, 39, 74, 0.5));
  }
}
.p-mv .btn-primary::after {
  border-color: var(--color-primary);
}
.p-mv__wrap {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-mv__wrap {
    height: 50rem;
  }
}
@media (max-width: 767px) {
  .p-mv__wrap {
    padding: 9rem 0 70rem var(--gutter);
  }
}
.p-mv__img {
  z-index: 1;
  position: absolute;
}
@media (min-width: 768px) {
  .p-mv__img {
    position: absolute;
    top: -1.9rem;
    right: -12rem;
    width: 58.7rem;
  }
}
@media (max-width: 767px) {
  .p-mv__img {
    bottom: 0;
    right: calc(-1 * var(--gutter));
    left: calc(-1 * var(--gutter));
  }
}
.p-mv__sub {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  color: #e1eaee;
  font-weight: 700;
}
.p-mv__ttl {
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 4.8rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-mv__ttl {
    margin-bottom: 3.2rem;
    margin-left: -0.5rem;
  }
}
.p-mv__txt {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  gap: 1.3rem;
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-mv__txt {
    letter-spacing: 0.24em;
    font-size: 2.4rem;
    margin-bottom: 3.9rem;
  }
}
.p-mv__txt::before, .p-mv__txt::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background-color: #fff;
}
.p-mv .mv-news {
  background-color: #00618b;
  position: absolute;
  z-index: 3;
  padding: 3.2rem;
  bottom: 5.7rem;
}
@media (min-width: 768px) {
  .p-mv .mv-news {
    background-color: var(--color-secondary);
    padding: 1.6rem 2.4rem 0;
    bottom: 5.7rem;
    bottom: 0;
    left: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .p-mv .mv-news {
    right: var(--gutter);
    left: var(--gutter);
  }
}
.p-mv .mv-news__wrap {
  background-color: #fff;
  box-shadow: 0 0 0.8rem 1rem rgba(7, 80, 117, 0.05);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.8rem 3rem 1.8rem 7.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-mv .mv-news__wrap {
    gap: 1.5rem;
    padding: 1.8rem 3rem 1.8rem 11.5rem;
  }
}
.p-mv .mv-news__label {
  color: var(--color-primary);
  font-family: var(--font-en-2);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-mv .mv-news__label {
    font-size: 1.1rem;
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .p-mv .mv-news__label {
    min-height: 2.4rem;
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.4rem 2.2rem 0.2rem;
  }
}
.p-mv .mv-news__label::after {
  content: "";
  background: url("../images/common/icon_arrow01.png") no-repeat center/contain;
  width: 2.3rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .p-mv .mv-news__label::after {
    width: 1.4rem;
    height: 1.5rem;
    margin-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .p-mv .mv-news__label::after {
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-mv .mv-news__item {
  color: var(--color-primary);
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-mv .mv-news__item {
    border-bottom: 1px solid var(--color-primary);
    display: flex;
    align-items: center;
    gap: 1.1rem;
    font-size: 1.4rem;
  }
}
.p-mv .mv-news__link {
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: 0.16em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-mv .mv-news__link {
    flex-direction: column;
    font-weight: 400;
  }
}
.p-mv .mv-news__link:hover {
  border-bottom-color: transparent;
}
@media (max-width: 767px) {
  .p-mv .mv-news__row {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
.p-mv .mv-news__date {
  font-family: var(--font-en-2);
  font-weight: 500;
}

.p-intro {
  margin-bottom: 8rem;
}
.p-intro__box {
  background-color: #fff;
  text-align: center;
  padding-block: 8rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.05);
}
.p-intro__img {
  width: 16.3rem;
  margin: 0 auto 4.5rem;
}
@media (min-width: 768px) {
  .p-intro__img {
    width: 11.5rem;
    margin-bottom: 3.5rem;
  }
}
.p-intro__ttl {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 4.5rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-intro__ttl {
    margin-bottom: 4rem;
  }
}

.p-merit {
  padding-left: 15px;
  margin-bottom: 8rem;
  display: flex;
  justify-content: flex-end;
  --text-spacing: 0;
}
@media (min-width: 768px) {
  .p-merit {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .p-merit {
    flex-direction: column-reverse;
    padding-right: 15px;
    gap: 9rem;
  }
}
@media (min-width: 768px) {
  .p-merit__body {
    padding-right: 4rem;
    width: 50rem;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .p-merit__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-merit__image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .p-merit__image {
    padding-inline: var(--gutter);
  }
}
.p-merit__image img {
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.05);
  width: 100%;
}
.p-merit .c-txt {
  font-weight: 500;
}

.p-faq {
  margin-bottom: 11rem;
}
@media (min-width: 768px) {
  .p-faq {
    margin-bottom: 11rem;
  }
}
.p-faq__block {
  background-color: #fff;
  padding: 7.5rem 3.2rem;
}
@media (min-width: 768px) {
  .p-faq__block {
    padding: 7.5rem 8rem;
  }
}
.p-faq__ttl {
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.08em;
  font-size: 6.4rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-faq__ttl {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .p-faq__ttl {
    text-align: center;
  }
}
.p-faq__list dl {
  border-bottom: 1px solid #c7d9e0;
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
}
.p-faq__list dt {
  position: relative;
  font-weight: 700;
  border-left: 1.6rem solid var(--color-primary);
  font-size: 3.2rem;
  line-height: 1.6666666667;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.p-faq__list dt::before, .p-faq__list dt::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-faq__list dt::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.p-faq__list dt::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media (min-width: 768px) {
  .p-faq__list dt {
    letter-spacing: 0.04em;
    border-left-width: 0.8rem;
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding-left: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .p-faq__list dt {
    padding-block: 0.3rem;
  }
}
.p-faq__list dt:not(:first-child) {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  .p-faq__list dt:not(:first-child) {
    margin-top: 5rem;
  }
}
.p-faq__list dd {
  margin: 0;
  text-align: justify;
  --text-spacing: 0;
}
@media (min-width: 768px) {
  .p-faq__list dd {
    --text-spacing: 0.1em;
  }
}
.p-faq__more {
  text-align: right;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .p-faq__more {
    margin-top: 3rem;
  }
}
.p-entry {
  margin-bottom: 11.5rem;
}
.p-entry__list {
  display: flex;
  row-gap: 5rem;
}
@media (min-width: 768px) {
  .p-entry__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.3rem 1.7rem;
  }
}
@media (max-width: 767px) {
  .p-entry__list {
    flex-direction: column;
  }
}
.p-entry__list:not(:last-child) {
  margin-bottom: 3rem;
}
.p-entry__list-item {
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-entry__list-item {
    flex: 0 1 calc(25% - 1.275rem);
  }
}
@media (min-width: 768px) {
  .p-entry__list-item:nth-child(-n+3) {
    flex: 0 1 calc(25% - 1.2rem);
  }
}
.p-entry__list-head {
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2.4rem;
  gap: 3.4rem;
  height: 10.4rem;
}
@media (min-width: 768px) {
  .p-entry__list-head {
    justify-content: space-between;
    gap: 1.2rem;
    height: 7.2rem;
  }
}
.p-entry__list-step {
  font-family: var(--font-en);
  letter-spacing: 0.08em;
  padding-top: 0.2rem;
  border-right: 1px solid #fff;
  font-size: 2.6rem;
  padding-right: 3.4rem;
}
@media (min-width: 768px) {
  .p-entry__list-step {
    font-size: 1.6rem;
    padding-right: 1.2rem;
  }
}
.p-entry__list-number {
  font-weight: 700;
  font-family: var(--font-en-2);
  line-height: 1;
  font-size: 6.4rem;
}
@media (min-width: 768px) {
  .p-entry__list-number {
    font-size: 3.2rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-entry__list-number {
    margin-top: 0.3rem;
  }
}
.p-entry__list-icon img {
  height: 5.8rem;
}
@media (min-width: 768px) {
  .p-entry__list-icon img {
    height: 3.3rem;
  }
}
.p-entry__list-body {
  padding: 0 3.2rem 5rem;
}
@media (min-width: 768px) {
  .p-entry__list-body {
    padding: 0 2.4rem 2rem;
  }
}
.p-entry__list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1.3333333333;
  margin-block: 4.5rem;
  letter-spacing: 0.08em;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .p-entry__list-ttl {
    margin-block: 2rem;
    letter-spacing: 0.08em;
    font-size: 2.4rem;
    min-height: 6.4rem;
  }
}
.p-entry__list-txt {
  text-align: justify;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-entry__list-txt {
    letter-spacing: 0;
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.p-form {
  background: url("../images/common/bg_area_top.jpg") no-repeat top center/100% auto, url("../images/common/bg_area_bot.jpg") no-repeat bottom center/100% auto, var(--color-primary);
  padding-block: 11rem 9rem;
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .p-form {
    padding-block: 11rem;
  }
}
.p-form__head .hline01__sub {
  color: #fff;
}
.p-form__head .hline01__ttl {
  color: #fff;
}
.p-form__head .hline01__ttl::after {
  background-color: #fff;
}
.p-form__head .c-txt {
  color: #fff;
}
.p-form__lead {
  text-align: center;
  font-size: 3.2rem;
  margin-block: 6.4rem 4rem;
  color: #fff;
}
.p-form__lead:first-child {
  margin-top: 0;
}
.p-form__privacy {
  margin-bottom: 9.5rem;
}
@media (min-width: 768px) {
  .p-form__privacy {
    margin-bottom: 6rem;
  }
}
.p-form__privacy-wrap {
  background-color: #fff;
  letter-spacing: 0.16em;
  padding: 4rem 3.2rem 4rem 3.2rem;
  margin-bottom: 4rem;
  max-height: 45rem;
}
@media (min-width: 768px) {
  .p-form__privacy-wrap {
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    max-height: 30rem;
  }
}
.p-form__privacy-content {
  overflow-y: auto;
  height: 37rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .p-form__privacy-content {
    padding-block: 2rem;
    padding-right: 6rem;
    height: 25rem;
  }
}
.p-form__privacy-content::-webkit-scrollbar {
  width: 0.6rem;
}
.p-form__privacy-content::-webkit-scrollbar-track {
  background: #e5f0f3;
  border-radius: 1rem;
}
.p-form__privacy-content::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 1rem;
}
.p-form__privacy-ttl {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-form__privacy-ttl {
    font-size: 2.4rem;
  }
}
.p-form__privacy-txt {
  text-align: justify;
}
.p-form__privacy-lead {
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-form__privacy-lead {
    font-size: 2rem;
  }
}
.p-form__privacy-lead:not(:first-child) {
  margin-top: 2rem;
}
.p-form__privacy-check {
  display: flex;
  justify-content: center;
}
.p-form__privacy-check .custom-chekbox-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .p-form__privacy-check .custom-chekbox-wrap {
    width: auto;
  }
}
.p-form__privacy-check .custom-chekbox {
  cursor: pointer;
  justify-content: center;
  background-color: #fff;
  height: 13rem;
  border-radius: 10rem;
}
@media (min-width: 768px) {
  .p-form__privacy-check .custom-chekbox {
    min-width: 60rem;
    height: 6.4rem;
  }
}
@media (max-width: 767px) {
  .p-form__privacy-check .custom-chekbox {
    width: 100%;
  }
}
.p-form__step .hline01 {
  margin-bottom: 10rem;
}
.p-form__step-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  background-color: var(--color-primary);
  color: #fff;
  clip-path: polygon(100% 0%, calc(100% - 1.8rem) 50%, 100% 100%, 0 100%, 1.8rem 50%, 0 0);
  width: 26rem;
  height: 7.4rem;
  gap: 0.5rem;
  margin-block: 8rem 4.5rem;
}
@media (min-width: 768px) {
  .p-form__step-head {
    clip-path: polygon(100% 0%, calc(100% - 0.8rem) 50%, 100% 100%, 0 100%, 0.8rem 50%, 0 0);
    width: 16rem;
    height: 4rem;
    gap: 0.5rem;
    margin-block: 6rem 2rem;
  }
}
.p-form__step-head .txt {
  letter-spacing: 0.24em;
}
@media (max-width: 767px) {
  .p-form__step-head .txt {
    font-size: 2.8rem;
  }
}
.p-form__step-head .number {
  font-family: var(--font-en-2);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 6.4rem;
}
@media (min-width: 768px) {
  .p-form__step-head .number {
    font-size: 3.2rem;
  }
}
.p-form__step-note {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.p-form__cost-lead {
  font-weight: bold;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .p-form__cost-lead {
    font-size: 2rem;
  }
}
.p-form__cost .c-txt:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .p-form__cost .c-txt:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.p-form__cost .c-form__select {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block: 4.5rem;
}
.p-form__cost .form-select {
  margin-inline: auto;
}
.p-form__cost .form-check {
  margin-block: 4.5rem;
}
@media (max-width: 767px) {
  .p-form .c-form__foot {
    margin-top: 8rem;
  }
}

.p-info {
  margin-bottom: 11rem;
}
@media (min-width: 768px) {
  .p-info {
    background-color: #fff;
    padding: 7rem 8rem;
    box-shadow: 0px 0.5rem 2rem 0.1rem rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .p-info .hline01__ttl {
    margin-bottom: 12rem;
  }
}
.p-info .news-list {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-info .news-item {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.p-about .hline02 {
  margin-bottom: 2rem;
}
.p-about .hline02:not(:first-child) {
  margin-top: 5rem;
}
.p-about .c-txt {
  --text-spacing: 0.1em;
  text-align: justify;
}
.p-about .c-txt p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-about .c-txt p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-about__btn {
  display: flex;
  align-items: center;
  margin-block: 6rem;
  gap: 3.2rem;
}
@media (min-width: 768px) {
  .p-about__btn {
    margin-block: 5rem;
    gap: 5rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-about__btn {
    flex-direction: column;
  }
}
/*# sourceMappingURL=maps/home.css.map */
