/*
	media settings
**************************************************/
.section-line {
  width: 0.1rem;
  height: 3.6rem;
  margin: 0 auto 2rem;
  background: #dbb065;
}

.section-title {
  margin-bottom: 2rem;
  text-align: center;
}
.section-title > span {
  display: block;
  margin-bottom: 1.2rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.section-title > strong {
  display: block;
  color: #2b395b;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08rem;
}

.simple-title {
  color: #2b395b;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.12rem;
}

.fv {
  background: #2B395B;
  padding: 2.5rem 0 4.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .fv {
    padding: 5rem 0 5rem;
  }
}
.fv::before {
  content: "";
  background: url(../img/grade-right.svg) no-repeat center center/cover;
  width: 22rem;
  height: 22rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .fv::before {
    width: 34.5rem;
    height: 34.5rem;
  }
}
.fv::after {
  content: "";
  background: url(../img/grade-left.svg) no-repeat center center/cover;
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 0;
  left: -4rem;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .fv::after {
    width: 34.5rem;
    height: 34.5rem;
    top: auto;
    bottom: -16rem;
    left: 0;
  }
}
.fv-container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv-container {
    max-width: 70rem;
    margin: auto;
    height: 100%;
  }
}
.fv-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv-title > span {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
.fv-title strong {
  color: #DBB065;
  font-size: 3.5rem;
  letter-spacing: 0.4rem;
}

.form-top {
  padding-bottom: 3rem;
  background: #2B395B;
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .form-top {
    background: transparent;
    padding-top: 4rem;
    margin-top: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.form-top#form-top-foot {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .form-top#form-top-foot {
    margin-top: 0;
  }
}
.form-top-inner {
  background: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .form-top-inner {
    border-radius: 0;
    padding: 4rem 3rem;
    background: #2B395B;
  }
}
@media screen and (min-width: 769px) {
  #form-top-foot .form-top-inner {
    padding: 0 3rem;
  }
}
.form-top-wrap {
  padding: 2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .form-top-wrap {
    background: #fff;
  }
}
.form-top .form-flow-list {
  display: none;
}
.form-top .note-text {
  display: none;
}

.reason {
  padding: 1.6rem 0 3.6rem;
  background: rgba(219, 176, 101, 0.2);
}
.reason-list {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.4rem 2.5rem;
  background: #fff;
}
.reason-list li {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem 0;
  border-top: 0.1rem dashed #ccc;
}
.reason-list li:first-child {
  padding-top: 0;
  border-top: 0;
}
.reason-list li:last-child {
  padding-bottom: 0;
}
.reason-list li > img {
  flex: 0 0 auto;
  height: auto;
}
.reason-list .reason-icon01 {
  width: 4.8rem;
}
.reason-list .reason-icon02 {
  width: 3.283rem;
}
.reason-list .reason-icon03 {
  width: 4.8rem;
}
.reason-list .reason-icon04 {
  width: 3.974rem;
}
.reason-list h3 {
  margin-bottom: 0.8rem;
  color: #0a2f70;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.reason-list p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}

.merit {
  position: relative;
  padding: 4rem 0;
  background: #fff;
}
.merit .lp-section-line {
  margin-top: 2.4rem;
}
.merit-wrap {
  background: #2B395B;
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .merit-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.merit-wrap::before, .merit-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.merit-wrap::before {
  background: url(../img/grade-right-merit.svg) no-repeat center center/cover;
  width: 20rem;
  height: 20rem;
  top: 0;
  right: 0;
}
.merit-wrap::after {
  bottom: 0;
  left: 0;
  background: url(../img/grade-left-merit.svg) no-repeat center center/cover;
  width: 24rem;
  height: 24rem;
}

.merit-list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 2.4rem auto 0;
}
.merit-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 10.4rem;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0 0.7rem rgba(255, 255, 255, 0.8);
  color: #0a2f70;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.merit-list li + li {
  margin-top: 1.6rem;
}
.merit-list li span {
  margin-bottom: 0.8rem;
  color: #dbb065;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

.flow {
  padding: 2.4rem 0 4rem;
}
.flow-list {
  width: 100%;
  max-width: calc(100% - 2rem);
  margin: 2.4rem auto 0;
  list-style: none;
}
.flow-list li {
  position: relative;
  min-height: 10.9rem;
  padding: 2rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 0.1rem solid #C9D2E9;
}
.flow-list li + li {
  margin-top: 4rem;
}
.flow-list li + li::before {
  content: "";
  position: absolute;
  top: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 2.4rem 1.8rem 0 1.8rem;
  border-color: rgba(196, 157, 88, 0.3) transparent transparent transparent;
}
.flow-list h3 {
  margin-bottom: 0.8rem;
  color: #2B395B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.flow-list p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.45;
}

.qa {
  padding: 4rem 0;
  background: #F1F6FF;
}
.qa-list {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.qa-list dt,
.qa-list dd {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  column-gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.qa-list dt span,
.qa-list dd span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.qa-list dt {
  padding: 0 3.4rem 0 2.4rem;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.07rem;
  position: relative;
  cursor: pointer;
}
.qa-list dt > span {
  background: #0a2f70;
}
.qa-list dd {
  color: #000;
  padding: 1.6rem 2.4rem 0;
}
.qa-list dd span {
  background: #dbb065;
}
.qa-item {
  padding: 1.6rem 0;
  background: #fff;
  border-radius: 0.4rem;
}
.qa-item + .qa-item {
  margin-top: 1.6rem;
}
.qa-arrow {
  width: 1.2rem;
  height: 0.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translatey(-50%);
}
.qa-arrow::before {
  content: "";
  background: #000;
  width: 0.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.open .qa-arrow::before {
  transform: rotate(-45deg);
}
.qa-arrow::after {
  content: "";
  background: #000;
  width: 0.8rem;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
}
.open .qa-arrow::after {
  transform: rotate(45deg);
}

.cv-area {
  padding: 2.4rem 0 4rem;
  background: #2b395b;
  color: #fff;
}
.cv-area .lp-section-line {
  background: #dbb065;
}
.cv-area .lp-form-card {
  margin-top: 2.4rem;
}
.cv-area-title {
  text-align: center;
  line-height: 1.4;
}
.cv-area-title span {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.228rem;
}
.cv-area-title strong {
  display: block;
  color: #dbb065;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
.cv-area-text {
  text-align: center;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.tel-card {
  width: 100%;
  max-width: 100%;
  margin: 1.2rem auto 0;
  padding: 2.4rem 1.5rem;
  background: #fff;
  border-radius: 0.8rem;
  color: #000;
}
@media screen and (min-width: 769px) {
  .tel-card {
    width: calc(100% - 6rem);
  }
}
.tel-card > p {
  margin-bottom: 1.6rem;
  text-align: center;
}
.tel-card > p strong,
.tel-card > p span {
  display: block;
}
.tel-card > p strong {
  color: #2b395b;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.tel-card > p span {
  margin-top: 0.6rem;
  font-size: 1.4rem;
}

.lp-footer {
  background: #fff;
}
.lp-footer-nav {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  padding: 4rem 1.6rem 1.5rem;
  border-top: 0.1rem solid #d9d9d9;
}
.lp-footer-nav a {
  color: #333;
  font-size: 1.2rem;
}

.lp-copyright {
  padding: 0.8rem 1.6rem;
  background: #2b395b;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05rem;
}

/* footer */
.top .footer {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 769px) {
  .top .footer {
    margin-bottom: 9rem;
  }
}
.footer-links {
  padding: 2rem 3rem;
}
@media screen and (min-width: 769px) {
  .footer-links {
    padding: 4rem 3rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .footer .inner-narrow {
    max-width: 70rem;
    margin: auto;
  }
}
.footer-link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 1.5rem 2rem;
  line-height: 1;
}
.footer-link-list li a {
  color: #333;
  text-decoration: none;
}
.footer-link-list li a > img {
  width: 0.53rem;
  height: 1rem;
  vertical-align: middle;
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
}
.footer-link-list li i {
  display: inline-block;
  margin-left: 1rem;
  color: #333;
  font-weight: bold;
}
.footer-small {
  display: block;
  font-size: 1em;
  color: #333;
  text-align: center;
  background-color: #333;
  padding: 0.5rem 0;
}
.footer-text {
  padding: 1rem 0;
  font-size: 1rem;
}
.footer-copy {
  padding: 1rem 0;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #2B395B;
}

/* footer-nav */
.footer-nav {
  padding: 1.5rem 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 1rem 2rem;
  }
}
.footer-nav.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer-nav .cta-list {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .footer-nav .cta-list li {
    width: 37.5rem;
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list li {
    width: 100%;
    height: 5.5rem;
  }
}
.footer-nav .cta-list li a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}
.footer-nav .cta-list li a::after {
  content: none;
}
.footer-nav .cta-list li a .btn-text-wrap > span {
  font-size: 1.7rem;
}
.footer-nav .cta-list li a .cta-icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.5rem;
}
.footer-nav .cta-list .common-cta-web {
  box-shadow: none;
}
.footer-nav .cta-list .common-cta-rev {
  box-shadow: none;
}
.footer-nav .cta-list .common-cta-area {
  box-shadow: none;
}