@charset "UTF-8";
.p-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 100;
}
.p-loading-conts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-loading-conts .img {
  width: 19.5rem;
  height: 6rem;
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
}
.p-loading-conts .img:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 110%;
  height: 100%;
  background: #fff;
  animation: loading 2s infinite linear;
}
.p-loading-conts .txt {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
}
.p-loading-read {
  display: none;
}

@keyframes loading {
  0% {
    left: 0%;
  }
  100% {
    left: 130%;
  }
}
.p-mv {
  padding-top: 15.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 10.4rem 0 0;
    margin-bottom: 0;
  }
}
.p-mv-inner {
  position: relative;
}
.p-mv-text {
  margin-top: 10rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-mv-text {
    margin-top: 0;
    width: 100%;
  }
}
.p-mv-headline {
  font-size: 3.2rem;
  line-height: 1.875;
  color: #0750cb;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv-headline {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 0;
  }
}
.p-mv-list {
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-list {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 1.7rem;
  }
}
.p-mv-list li {
  font-size: 2.4rem;
  line-height: 2.0833333333;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-list li {
    font-size: 1.4rem;
    line-height: 1.0714285714;
  }
}
.p-mv-list li::marker {
  color: #0750cb;
  content: "●";
}
.p-mv-img {
  width: 60%;
  margin: -10rem 0 0 auto;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-mv-img {
    width: 100%;
    margin: 0;
    padding-top: 4rem;
  }
}
.p-mv-triangle {
  align-items: center;
  background-color: #0750cb;
  display: flex;
  flex-direction: column;
}
.p-mv-triangle::before {
  border-top: 3rem solid #fff;
  border-left: 12.5rem solid transparent;
  border-right: 12.5rem solid transparent;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv-triangle::before {
    border-top: 1.5rem solid #fff;
    border-left: 5rem solid transparent;
    border-right: 5rem solid transparent;
  }
}
.p-mv-triangle .c-inner {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv-triangle .c-inner {
    margin-bottom: 1rem;
  }
}
.p-mv-triangle .c-inner p {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv-triangle .c-inner p {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.p-about {
  margin-bottom: 13rem;
  /* // counter*/
  /* // message*/
  /* // feature*/
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 3rem;
    margin-bottom: 0;
  }
}
.p-about-counter {
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-counter {
    margin-bottom: 8rem;
  }
}
.p-about-counter-sub {
  font-size: 2rem;
  font-weight: 700;
  color: #0750cb;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-counter-sub {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-about-counter-headline {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-counter-headline {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    margin-bottom: 2.5rem;
  }
}
.p-about-counter-btn {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .p-about-counter-btn {
    display: block;
  }
  .p-about-counter-btn .c-btn {
    margin-bottom: 3rem;
  }
}
.p-about-lead {
  border-bottom: 3px solid #d2d2d2;
  margin-bottom: 12rem;
}
.p-about-lead-head {
  font-size: 2.8rem;
  line-height: 1.0714285714;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead-head {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-about-lead-head::before {
  border-top: 3px solid #d2d2d2;
  content: "";
  flex-grow: 1;
  margin-right: 1em;
}
.p-about-lead-head::after {
  border-top: 3px solid #d2d2d2;
  content: "";
  flex-grow: 1;
  margin-left: 1em;
}
.p-about-lead-head span {
  background-color: #0750cb;
  color: #fff;
  font-weight: 700;
  margin-right: 1em;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead-head span {
    padding: 0.5rem 1.5rem;
  }
}
.p-about-lead h3 {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-lead h3 {
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.p-about-lead-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-lead-info {
    flex-direction: column;
  }
}
.p-about-lead-info-left {
  margin: 3rem 5rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead-info-left {
    margin: 1.5rem 0;
  }
}
.p-about-lead-info-right {
  margin: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead-info-right {
    margin: 1.5rem 0;
  }
}
.p-about-lead-info-line {
  border-bottom: 2px solid #ffd942;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.p-about-lead-info-year {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}
.p-about-lead-info-date {
  height: 10rem;
  position: relative;
  width: 15rem;
}
.p-about-lead-info-date-month {
  font-size: 5rem;
  line-height: 1;
  left: 0;
  position: absolute;
  top: 0;
}
.p-about-lead-info-date-slash {
  background: linear-gradient(135deg, transparent 0%, transparent 49%, #2f3136 49%, #2f3136 51%, transparent 51%, transparent 100%);
  border-radius: 5px;
  height: 10rem;
  position: absolute;
  width: 10rem;
  top: 0;
  bottom: 0;
  left: 10%;
}
.p-about-lead-info-date-day {
  font-size: 5rem;
  line-height: 1;
  bottom: 0;
  position: absolute;
  right: 0;
}
.p-about-lead-info-date-day span {
  font-size: 2.5rem;
  line-height: 2;
}
.p-about-lead-info-time {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.p-about-lead-info-list {
  padding-left: 2rem;
}
.p-about-lead-info-list li {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}
.p-about-lead-info-list li::marker {
  color: #ffd942;
  content: "■";
}
.p-about-lead-foot {
  font-size: 3rem;
  line-height: 1;
  color: #e61f20;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead-foot {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-about-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 9rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    display: block;
    margin-bottom: 6rem;
  }
}
.p-about-message .img {
  width: 53.3rem;
}
@media screen and (max-width: 767px) {
  .p-about-message .img {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-about-message .txt {
  width: 40rem;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about-message .txt {
    width: 100%;
    margin: 0;
  }
}
.p-about-message .txt-pre {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-message .txt-pre {
    margin-bottom: 2rem;
  }
}
.p-about-message .txt-pre span {
  display: inline-block;
  position: relative;
  padding-left: 4.5rem;
}
.p-about-message .txt-pre span:before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #2f3136;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-about-message .txt-ttl {
  font-size: 3.6rem;
  line-height: 1.6111111111;
  font-weight: 700;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-about-message .txt-ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.p-about-message .txt-ttl .m-blue {
  color: #0750cb;
}
.p-about-message .txt-detail {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-message .txt-detail {
    line-height: 2;
  }
}
.p-about-feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-about-feature {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about-feature-unit:nth-of-type(1) {
    padding: 0 6rem 0 0;
  }
  .p-about-feature-unit:nth-of-type(2) {
    padding: 0 6rem;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .p-about-feature-unit:nth-of-type(3) {
    padding: 0 0 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature-unit {
    padding: 6rem 0;
  }
  .p-about-feature-unit:nth-of-type(1) {
    padding: 0 0 6rem;
  }
  .p-about-feature-unit + .p-about-feature-unit {
    border-top: 1px solid #d2d2d2;
  }
}
.p-about-feature-unit .img {
  width: 30rem;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature-unit .img {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature-unit .txt {
    margin: 0 1.5%;
  }
}
.p-about-feature-unit .txt-ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature-unit .txt-ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-about-feature-unit .txt-note {
  font-size: 1.4rem;
  line-height: 1.6428571429;
  margin-top: 1.5rem;
}

.p-useful {
  margin-bottom: 13rem;
  padding-top: 5rem;
}
.p-useful .swiper {
  width: 100%;
  height: 100%;
  padding: 0 50px 30px 50px;
}
.p-useful .swiper-slide {
  display: block;
}
.p-useful .swiper-slide .txt {
  font-size: 1.6rem;
  line-height: 1.25;
}
.p-useful .swiper-button-prev,
.p-useful .swiper-button-next {
  width: 24px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-size: 24px 40px; /* 表示したいサイズ */
  transform: translateY(-50%);
  margin-top: 0;
}

.p-support {
  margin-bottom: 16rem;
  /* // unit*/
  /* // frequent*/
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-top: 2rem;
    margin-bottom: 7rem;
  }
}
.p-support-headline {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-support-headline {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}
.p-support-unit .unit-icon {
  background: #0750cb;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 22.4rem;
  height: 5.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.2rem;
  border-radius: 10rem;
  position: relative;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-icon {
    font-size: 1.6rem;
    font-weight: 500;
    width: 19.1rem;
  }
}
.p-support-unit .unit-icon:after {
  content: "";
  width: 1px;
  height: 4rem;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #2f3136;
}
.p-support-unit .unit-icon span {
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-icon span {
    padding-left: 2.5rem;
  }
}
.p-support-unit .unit-icon span:before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/top/icn_point.svg) no-repeat left top/contain;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-icon span:before {
    margin-top: 0;
  }
}
.p-support-unit .unit-box {
  border: 1px solid #f4f5f8;
  box-shadow: 0 0 10px #f4f5f8, 0 0 5px #f4f5f8;
  border-radius: 2rem;
  padding: 4.5rem 6rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-box {
    border-radius: 1.5rem;
    padding: 3rem 2rem 2rem;
  }
}
.p-support-unit .unit-box .box-issue {
  position: relative;
  padding-left: 14rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-box .box-issue {
    padding: 0;
  }
}
.p-support-unit .unit-box .box-issue:before {
  content: "";
  width: 10rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-box .box-issue:before {
    display: block;
    width: 6rem;
    height: 6rem;
    position: static;
    margin-bottom: 1rem;
  }
}
.p-support-unit .unit-box .box-issue .issue-ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-box .box-issue .issue-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support-unit .unit-box .box-issue .issue-info {
    font-size: 1.4rem;
  }
}
.p-support-unit .unit-box .box-answar {
  padding-top: 3.2rem;
  border-top: 1px solid #d2d2d2;
}
.p-support-unit .unit-box .box-answar .answar-ttl {
  font-size: 1.4rem;
  color: #0750cb;
  margin-bottom: 1rem;
}
.p-support-unit .unit-box .box-answar .answar-detail {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}
.p-support-unit.m-unit01 .box-issue:before {
  background-image: url(../img/top/icn_support_human01.png);
}
.p-support-unit.m-unit02 .box-issue:before {
  background-image: url(../img/top/icn_support_human02.png);
}
.p-support-unit.m-unit03 .box-issue:before {
  background-image: url(../img/top/icn_support_human03.png);
}
.p-support-unit + .p-support-unit {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-support-unit + .p-support-unit {
    margin-top: 4rem;
  }
}
.p-support-frequent {
  margin-top: 12rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-support-frequent {
    display: block;
    margin-top: 6rem;
  }
}
.p-support-frequent-col {
  width: 54.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-frequent-col {
    width: 100%;
  }
  .p-support-frequent-col + .p-support-frequent-col {
    margin-top: 4rem;
  }
}
.p-support-frequent .frequent-ttl {
  background: #f4f5f8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  border-radius: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-frequent .frequent-ttl {
    display: block;
    border-radius: 1.2rem;
    padding: 2rem 0;
    height: auto;
  }
}
.p-support-frequent .frequent-ttl span {
  color: #0750cb;
}
.p-support-frequent .frequent-list li {
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-support-frequent .frequent-list li {
    line-height: 1.5;
    letter-spacing: 0.05rem;
  }
}
.p-support-frequent .frequent-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/top/icn_check.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .p-support-frequent .frequent-list li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-support-frequent .frequent-list li + li {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-support-frequent .frequent-list li + li {
    margin-top: 1.5rem;
  }
}

.p-catch {
  padding: 13.5rem 0 0;
  background: #f4f5f8;
}
@media screen and (max-width: 767px) {
  .p-catch {
    padding: 6rem 0 0;
  }
}
.p-catch-headline {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-catch-headline {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
}
.p-catch-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-catch-point {
    display: block;
  }
}
.p-catch-point li {
  background: #fff;
  border-radius: 2rem;
  border: 1px solid #2f3136;
  padding: 6.5rem 4rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-catch-point li {
    border-radius: 1rem;
    padding: 3rem 2.5rem;
  }
  .p-catch-point li + li {
    margin-top: 2rem;
  }
}
.p-catch-point li .point-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-catch-point li .point-ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-catch-point li .point-detail {
    line-height: 1.8;
  }
}
.p-catch-img {
  margin: -5rem auto 0;
  max-width: 85rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-catch-img {
    margin: -2rem auto 0;
  }
}
.p-catch-btn {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-catch-btn {
    display: block;
    padding-bottom: 3rem;
  }
}
.p-catch-btn .c-btn {
  position: relative;
  outline: 1rem solid #fff;
}
.p-catch-btn .c-btn:focus {
  outline: 1rem solid #0750cb;
}
@media screen and (max-width: 767px) {
  .p-catch-btn .c-btn {
    margin-bottom: 3rem;
  }
}
.p-catch-btn .c-btn-sec {
  position: relative;
  outline: 1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-catch-btn .c-btn-sec {
    margin-bottom: 3rem;
  }
}

.p-flow-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 7.6rem;
  padding-top: 13.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow-wrap {
    display: block;
    padding-top: 5rem;
  }
}
.p-flow-head {
  width: 47.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-head {
    width: 100%;
  }
}
.p-flow-headline {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-headline {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.p-flow-lead {
  font-size: 1.8rem;
  margin-bottom: 7.5rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 767px) {
  .p-flow-lead {
    line-height: 2;
    margin-bottom: 2rem;
  }
}
.p-flow-img {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-flow-img {
    width: 20.1rem;
    margin: 0 auto;
  }
}
.p-flow-body {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 1.8rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-body {
    padding: 4rem 0 7rem;
  }
}
.p-flow-body:before {
  content: "";
  width: 1px;
  height: calc(100% - 6rem);
  background: #d2d2d2;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 2rem;
}
.p-flow-body-unit .unit-ttl {
  position: relative;
  padding-left: 6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0750cb;
}
@media screen and (max-width: 767px) {
  .p-flow-body-unit .unit-ttl {
    font-size: 2rem;
  }
}
.p-flow-body-unit .unit-ttl .num {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 4rem;
  height: 4rem;
  background: #0750cb;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .p-flow-body-unit .unit-ttl .num {
    top: -0.3rem;
  }
}
.p-flow-body-unit .unit-list {
  margin: 2.5rem 0 5.3rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-body-unit .unit-list {
    margin: 3rem 0 4rem;
  }
}
.p-flow-body-unit .unit-list li {
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow-body-unit .unit-list li {
    line-height: 1.5;
  }
}
.p-flow-body-unit .unit-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/top/icn_check.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .p-flow-body-unit .unit-list li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-flow-body-unit .unit-list li + li {
  margin-top: 1.1rem;
}

.p-faq {
  background: #f4f5f8;
  border-radius: 4rem 4rem 0 0;
  padding: 14rem 0 19rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    border-radius: 2rem 2rem 0 0;
    padding: 8rem 0 10rem;
  }
}
.p-faq-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-wrap {
    display: block;
  }
}
.p-faq-head {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-faq-head {
    width: 100%;
  }
}
.p-faq-headline {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq-headline {
    font-size: 2.6rem;
  }
}
.p-faq-body {
  flex: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-body {
    padding-top: 6rem;
  }
}
.p-faq-list li {
  border-top: 1px solid #d2d2d2;
  padding-bottom: 2.2rem;
}
.p-faq-list li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.p-faq-list li .list-q {
  width: 100%;
  display: inline-block;
  padding: 2.1rem 8rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-faq-list li .list-q {
    font-size: 1.8rem;
    padding-right: 4rem;
  }
}
.p-faq-list li .list-q:before, .p-faq-list li .list-q:after {
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background: #2f3136;
  position: absolute;
  right: 0.3rem;
  top: calc(50% + 1.1rem);
  transform: translateY(-50%);
  z-index: -1;
}
.p-faq-list li .list-q:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.p-faq-list li .list-q.is-open {
  padding-bottom: 0;
}
.p-faq-list li .list-q.is-open:after {
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .p-faq-list li .list-q.is-open:after {
    transform: translateY(-50%) rotate(0);
  }
}
.p-faq-list li .list-a {
  display: none;
  padding: 1.3rem 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-list li .list-a {
    padding-right: 1rem;
  }
}

.p-form-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5rem;
  padding: 14.2rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .p-form-wrap {
    display: block;
    padding: 8rem 5%;
  }
}
.p-form-head {
  flex: 1;
}
.p-form-headline {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-headline {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
}
.p-form-tel .tel-headline {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form-tel .tel-headline {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.p-form-tel .tel-number {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-form-tel .tel-number {
    width: 27rem;
    margin-bottom: 1.5rem;
  }
}
.p-form-tel .tel-number::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/icn_footer_tel.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-form-tel .tel-ontime {
  font-size: 1.4rem;
}
.p-form-body {
  width: 80rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-body {
    width: 100%;
    padding: 5rem 0 6rem;
  }
}
.p-form-body iframe {
  height: 185rem;
}
@media screen and (max-width: 767px) {
  .p-form-body iframe {
    height: 255rem;
  }
}
.p-form-body .dummy {
  width: 75rem;
  height: 152rem;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .p-form-body .dummy {
    width: 100%;
  }
}
