@charset "UTF-8";
.appear.up .item {
  transform: translateY(30px);
}

.appear.down .item {
  transform: translateY(-40px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.6s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.appear.inview .item {
  transform: none;
  opacity: 1;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 2s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #191919;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
}

.section_content {
  padding: 0 0 100px;
}
@media screen and (max-width: 600px) {
  .section_content {
    padding: 0 0 60px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

hr {
  margin-top: 3rem;
  padding-block: 1rem;
  border-inline: none;
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  hr {
    margin-top: 2rem;
    padding-block: 0.5rem;
  }
}

a {
  text-decoration: none;
  transition: 0.3s all;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.lg-inner {
  width: min(900px, 90%);
  margin: 0 auto;
}

.inner {
  width: min(600px, 90%);
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.pc {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}
.subat {
  font-size: clamp(1.2rem, 1.154rem + 0.21vw, 1.4rem);
  line-height: 1.6;
}

.bg-red {
  background: url(../images/bg.png) repeat-y center top/100%;
}

.bg-white {
  padding-block: 40px;
}
@media screen and (max-width: 960px) {
  .bg-white {
    padding-block: 20px;
  }
}

.bg-blue {
  padding-top: 80px;
  background: #008cd2;
}
@media screen and (max-width: 960px) {
  .bg-blue {
    padding-top: 40px;
  }
}

.mv {
  position: relative;
  z-index: 1;
  padding-block: 60px 0;
}

.catch {
  max-width: 90%;
  margin-inline: auto;
  text-align: center;
}

.catch_rocky {
  margin-block: 1.5rem 0;
}

.about .sub-txt {
  margin-top: 0.5rem;
  font-size: clamp(1.6rem, 1.415rem + 0.82vw, 2.4rem);
  font-weight: 600;
  line-height: 1.6;
  color: #fffa32;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about .sub-txt {
    font-size: 4.3vw;
  }
}

.about_block {
  margin-block: -5rem 2rem;
  background: white;
  border: 4px solid #fffa32;
  padding: 2.5rem 1rem;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .about_block {
    border: 3px solid #fffa32;
  }
}

.more-btnWrap {
  text-align: center;
  padding-block: 4rem;
}
@media screen and (max-width: 960px) {
  .more-btnWrap {
    padding-block: 3rem;
  }
}
.more-btnWrap .subat {
  color: white;
  display: inline-block;
  margin-top: 3rem;
  text-align: left;
}
.more-btnWrap .subat a {
  color: #fffa32;
  text-decoration: underline;
}
.more-btnWrap .subat a:hover {
  text-decoration: none;
}

.more-btn {
  max-width: 100%;
  margin-inline: auto;
}
.more-btn._yellow a {
  background: #fffa32;
  box-shadow: 0 8px 0 #d59513;
}
.more-btn._blue a {
  padding-top: 3rem;
  position: relative;
  background: #28a0e5;
  box-shadow: 0 8px 0 #1c6b99;
}
@media screen and (max-width: 960px) {
  .more-btn._blue a {
    padding-top: 2.5rem;
  }
}
.more-btn._blue a ._sub {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.75em;
  margin-inline: auto;
  max-width: 70%;
}
@media screen and (max-width: 960px) {
  .more-btn._blue a ._sub {
    top: -0.75em;
  }
}
.more-btn a {
  display: block;
  padding: 2rem 4rem;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .more-btn a {
    padding-inline: 2rem;
  }
}
.more-btn a:hover {
  box-shadow: none;
  transform: translateY(8px);
}
.more-btn a img {
  display: inline-block;
  width: 90%;
}

/**** アコーディオンメニュー ****/
.accordion_inner {
  display: none;
  padding: 15px;
  text-align: left;
  background: #e0f0e2;
}

.aco_btn {
  cursor: pointer;
  background: #00b997;
  color: white;
}

/** summary **/
.aco_btn--summary {
  position: relative;
  font-size: clamp(1.8rem, 1.662rem + 0.62vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 2rem;
}

.aco_btn--summary::before {
  position: absolute;
  content: "";
  background: url("../images/open.svg") no-repeat center center/contain;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.aco_btn--summary.open::before {
  background: url("../images/close.svg") no-repeat center center/contain;
  z-index: 1;
}

/** details **/
.aco_btn--details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem 6rem;
  min-height: 120px;
  border-radius: 80px;
  line-height: 0;
  border: 6px solid white;
  position: relative;
  z-index: 1;
}

.aco_btn--details::before {
  position: absolute;
  content: "";
  background: url("../images/arrow_btm.svg") no-repeat center/contain;
  width: 2.5rem;
  height: 2.5rem;
  right: 5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s all;
}

.aco_btn--details.open::before {
  transform: rotate(-180deg);
}

.aco_btn--details img {
  width: 65%;
}

.accordion_inner--details {
  transform: translateY(-50px);
  margin-bottom: -50px;
  padding: 10rem 4rem 6rem;
  border-radius: 25px;
  text-align: center;
}

.description_list {
  display: flex;
  flex-wrap: wrap;
}

.description_list dt,
.description_list dd {
  padding: 1.5rem;
  background: white;
}

.description_list dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  width: 30%;
  background: #b3b3b3;
  color: white;
  font-weight: 500;
}
.description_list dt:not(:last-of-type) {
  border-bottom: 1px solid white;
}

.description_list dd {
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  line-height: 1.4;
  font-weight: 500;
  width: 70%;
}
.description_list dd:not(:last-of-type) {
  border-bottom: 1px solid #b3b3b3;
}

.description_list dd span {
  font-size: clamp(2.2rem, 2.062rem + 0.62vw, 2.8rem);
  font-weight: 700;
  padding: 0 0.25rem;
}

.pdf-link {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding-right: 1em;
}

.pdf-link a {
  position: relative;
  color: #fa5032;
  text-decoration: underline;
}

.pdf-link a:hover {
  text-decoration: none;
}

.pdf-link a::before {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  margin: auto;
  background: url(../images/pdf_ico.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  right: -1.15em;
}

@media screen and (max-width: 960px) {
  .aco_btn--summary {
    text-align: left;
  }
  .aco_btn--summary::before {
    width: 25px;
    height: 25px;
    right: 1.5rem;
  }
  .aco_btn--details:before {
    width: 1.75rem;
    height: 1.75rem;
    right: 3rem;
  }
  .aco_btn--details {
    margin-top: 2rem;
    padding: 1rem 3rem;
    min-height: max(90px, 10vw);
    border: 4px solid white;
  }
  .aco_btn--details img {
    width: min(300px, 85%);
  }
  .accordion_inner--details {
    padding: 8rem 2rem 3rem;
  }
  .description_list dt,
  .description_list dd {
    padding: 1rem;
  }
  .description_list dt {
    width: 35%;
  }
  .description_list dd {
    width: 65%;
  }
}
.miraie-txt {
  width: 350px;
  max-width: 80%;
  margin-inline: auto;
  margin-block: 5rem 1rem;
}
@media screen and (max-width: 960px) {
  .miraie-txt {
    margin-block: 4rem 1rem;
  }
}

.miraie-ban {
  text-align: center;
}
.miraie-ban a {
  display: inline-block;
  transition: 0.3s all;
}
.miraie-ban a:hover {
  opacity: 0.6;
  transform: translateY(5px);
}

.refinancing-ttl {
  margin-block: -4rem 2rem;
}
@media screen and (max-width: 960px) {
  .refinancing-ttl {
    margin-top: -2rem;
  }
}

.refinancing-block {
  margin-block: 8rem 0;
  background: white;
  border: 4px solid #fffa32;
  padding: 0 2rem 2rem;
  border-radius: 15px;
}
@media screen and (max-width: 960px) {
  .refinancing-block {
    padding-inline: 1.5rem;
    border: 2px solid #fffa32;
  }
}

.refinancing-box-ttl {
  border-radius: 15px 15px 0 0;
  padding-block: 1rem;
}

.refinancing-box:not(:last-of-type) {
  margin-block: 0 3rem;
}
.refinancing-box._blue .refinancing-box-ttl {
  background: #008cd2;
}
.refinancing-box._blue ._inner {
  background: #def1fc;
}
.refinancing-box._green .refinancing-box-ttl {
  background: #00b997;
}
.refinancing-box._green ._inner {
  background: #ecf4d9;
}
.refinancing-box._yellow .refinancing-box-ttl {
  background: #00b997;
}
.refinancing-box._yellow ._inner {
  background: #fffcd1;
}
.refinancing-box ._inner {
  border-radius: 0 0 15px 15px;
  padding: 4rem 2rem;
}
@media screen and (max-width: 960px) {
  .refinancing-box ._inner {
    padding: 2rem 1.5rem;
  }
}

.refinancing-box-img {
  margin-block: 0 2rem;
}

.voice-box {
  padding: 1rem 1rem 0;
  background: white;
  display: grid;
  align-items: end;
  grid-template-columns: 2fr 8fr;
  border-radius: 15px;
  margin-block: 0 2rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .voice-box {
    padding: 2rem 0.5rem 0;
    grid-template-columns: 2.5fr 7.5fr;
  }
}
.voice-box .sub-txt {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  line-height: 1.8;
  margin-block: auto;
  padding: 2rem;
}
@media screen and (max-width: 600px) {
  .voice-box .sub-txt {
    font-size: 3.8vw;
    padding-block: 0 2rem;
    padding-inline: 1rem;
  }
}
.voice-box .sub-txt span {
  color: #00b997;
  font-weight: 500;
}

.graph {
  max-width: 80%;
  margin-inline: auto;
  margin-block: 0 2rem;
}

header {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  header {
    padding: 15px;
  }
}

.logo {
  width: 150px;
  transition: 0.3s all;
}
.logo:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .logo {
    width: 100px;
  }
}

.footer {
  padding: 20px 0;
  text-align: center;
}
.footer a:hover {
  opacity: 0.5;
}

.backtotop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  z-index: 500;
}
@media screen and (max-width: 480px) {
  .backtotop {
    width: 60px;
    height: 60px;
  }
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
}
.backtotop a {
  transition: 0.5s all;
}
.backtotop a:hover {
  opacity: 0.5;
}
.backtotop a img {
  width: 100%;
}

.backtotop a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #008cd2;
  width: 60px;
  height: 60px;
  z-index: 1000;
  border-radius: 50px;
  transition: 0.3s all;
}
.backtotop a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border: 3px solid white;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.backtotop a:hover {
  opacity: 0.5;
}

.copy {
  margin-top: 3rem;
  font-size: clamp(1rem, 0.954rem + 0.21vw, 1.2rem);
}/*# sourceMappingURL=style.css.map */