/* =============================

overwrite

=============================== */
.l-main {
  padding-block: 0;
}
/* =================================== */
/*
  section
---------------------------*/
.fuan {
  margin-top: 6.25vw;
  padding-block: 6.25vw;
  background: #e8f5fc;
}
@media screen and (max-width: 768px) {
  .fuan {
    margin-top: 50px;
    padding-block: 50px;
  }
}
.fuan .c-btn-secondary {
  width: 294px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .fuan .c-btn-secondary {
    width: 85%;
    margin-top: 25px;
  }
}

.fuan-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.0833333333vw 2.0833333333vw 1.3888888889vw 2.0833333333vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fuan-common {
    padding: 30px 20px;
  }
}
.fuan-common__ttl {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 2px;
  color: #06c;
  border-bottom: 1px solid #06c;
}
@media screen and (max-width: 768px) {
  .fuan-common__ttl {
    padding-bottom: 8px;
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.fuan-common__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fuan-common__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.fuan-common__list-item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .fuan-common__list-item {
    width: auto;
  }
}

.fuan-help {
  position: relative;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .fuan-help {
    margin-top: 30px;
  }
}
.fuan-help__ttl {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 1.9px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fuan-help__ttl {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.fuan-help__ttl span {
  position: relative;
}
.fuan-help__ttl span::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: 4px;
  height: 50px;
  background: #404040;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .fuan-help__ttl span::before {
    left: -16px;
    height: 60px;
  }
}
.fuan-help__ttl span::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 4px;
  height: 50px;
  background: #404040;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .fuan-help__ttl span::after {
    right: -65px;
    height: 60px;
  }
}
.fuan-help__illust01 {
  max-width: 750px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .fuan-help__illust01 {
    margin-top: 10px;
  }
}
.fuan-help__comment {
  max-width: 1140px;
  margin: 26px auto 0;
}
@media screen and (max-width: 768px) {
  .fuan-help__comment {
    padding-inline: 10px;
  }
}
.fuan-help__illust02 {
  max-width: 810px;
  margin: 2.0833333333vw auto 0;
}

/* =================================== */
/*
  section
---------------------------*/
.reason {
  padding-block: 6.25vw;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-block: 40px;
  }
}
.reason__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__lead {
    font-size: 1.125rem;
    text-align: left;
  }
}

.reason-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .reason-box {
    margin-top: 20px;
  }
}
.reason-box__obj {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .reason-box__obj {
    display: none;
  }
}
.reason-box__img {
  width: 63.88%;
  aspect-ratio: 69/46;
}
@media screen and (max-width: 768px) {
  .reason-box__img {
    width: 100%;
    aspect-ratio: 1.618/1;
  }
}
.reason-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-box__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
  width: 31.48%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .reason-box__body {
    width: auto;
    margin: 20px 0 10px;
    gap: 15px;
  }
}
.reason-box__ttl {
  color: #06c;
  font-size: min(2.3333333333vw, 28px);
  font-weight: 700;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .reason-box__ttl {
    font-size: 1.25rem;
  }
}
.reason-box__txt {
  font-size: min(1.5vw, 18px);
  line-height: 1.66;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .reason-box__txt {
    font-size: 0.875rem;
  }
}
.reason-box__btn {
  width: 180px;
}
/* =================================== */
/*
  section
---------------------------*/
.flow {
  padding-block: 6.25vw;
  background: #e8f5fc;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-block: 40px;
  }
}
.flow__ttl {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 2px;
  color: #06c;
  border-bottom: 1px solid #06c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__ttl {
    font-size: 1.25rem;
  }
}
.flow__copy {
  margin-top: 3.4722222222vw;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__copy {
    margin-top: 30px;
    font-size: 1.125rem;
  }
}
.flow__txt {
  margin-top: 0.6944444444vw;
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__txt {
    margin-top: 20px;
    font-size: 0.875rem;
    text-align: left;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.other {
  position: relative;
  padding-block: 6.25vw;
}
.other .m-renewal-bnr {
  margin-bottom: 6.25vw;
}
/*# sourceMappingURL=management-renewal.css.map */