@charset "UTF-8";
/**
 * レスポンシブのブレイクポイント設定
 */
/*
COLORS
================================================ */
:root {
  --pink: #F279A2;
  --blue: #1B6EB1;
  --sky-blue: #56ADF0;
  --orange: #ED794D;
  --yellow: #FFDC5A;
  --light-blue: #F2FAFF;
  --light-green: #E4E8E5;
  --light-grey: #F7F7F7;
  --placeholder: #9B9B9B;
  --grey: #ddd;
  --navy: #2E3180;
  --black: #333;
  --white: #fff;
  --gradation-orange: linear-gradient(180deg, #EA8863, #CC5223);
  --gradation-orange_hover: linear-gradient(180deg, #ea7b52, #cd4510);
  --gradation-blue: linear-gradient(180deg, #1C96CE, #1F67AF);
  --gradation-blue_hover: linear-gradient(180deg, #0b8fcc, #0154a7);
}

/*
TITLE
================================================ */
.l-ttl {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (width < 769px) {
  .l-ttl {
    line-height: 1.3;
  }
}
.l-ttl .ttl,
.l-ttl .ttlS {
  display: block;
}
@media (769px <= width) {
  .l-ttl .ttl {
    font-size: 4rem;
  }
}
@media (width < 769px) {
  .l-ttl .ttl {
    font-size: 6.933vw;
  }
}
.l-ttl .ttlS {
  margin-bottom: 0.25em;
  color: var(--blue);
}
@media (769px <= width) {
  .l-ttl .ttlS {
    font-size: 2.8rem;
  }
}
@media (width < 769px) {
  .l-ttl .ttlS {
    font-size: 5.867vw;
  }
}

/*
MV
================================================ */
@media (769px <= width) {
  #mv {
    padding: 30px 0 60px;
  }
}
@media (769px <= width < 1070px) {
  #mv {
    padding: 30px 1.308vw 60px;
  }
}
@media (width < 769px) {
  #mv {
    padding: 10.667vw 4vw 16vw;
  }
}
#mv .swiper {
  max-width: 1000px;
  width: 100%;
}
@media (769px <= width) {
  #mv .swiper {
    margin: 0 auto 50px;
  }
}
@media (width < 769px) {
  #mv .swiper {
    margin: 0 auto 5.667vw;
  }
}
@media (769px <= width) {
  #mv .swiper .swiper-wrapper {
    margin-bottom: 24px;
  }
}
@media (width < 769px) {
  #mv .swiper .swiper-wrapper {
    margin-bottom: 6.4vw;
  }
}
#mv .swiper .swiper-slide {
  position: relative;
}
@media (769px <= width) {
  #mv .swiper .swiper-slide img {
    border-radius: 20px;
  }
}
@media (width < 769px) {
  #mv .swiper .swiper-slide img {
    border-radius: 4.267vw;
  }
}
#mv .swiper .swiper-slide .rate {
  position: absolute;
  line-height: 1;
  font-weight: 700;
  background: var(--gradation-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (769px <= width) {
  #mv .swiper .swiper-slide .rate {
    bottom: 94px;
    right: 58px;
    font-size: 40px;
  }
  #mv .swiper .swiper-slide .rate span {
    font-size: 76px;
  }
}
@media (769px <= width < 1070px) {
  #mv .swiper .swiper-slide .rate {
    bottom: 8.8vw;
    right: 3.8vw;
    font-size: 4vw;
  }
  #mv .swiper .swiper-slide .rate span {
    font-size: 8vw;
  }
}
@media (width < 769px) {
  #mv .swiper .swiper-slide .rate {
    bottom: 16.3vw;
    right: 6.4vw;
    font-size: 5vw;
  }
  #mv .swiper .swiper-slide .rate span {
    font-size: 14vw;
  }
}
#mv .swiper .swiper-slide .date {
  position: absolute;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
}
@media (769px <= width) {
  #mv .swiper .swiper-slide .date {
    bottom: 187px;
    right: 65px;
    font-size: 19px;
    letter-spacing: 0.5px;
  }
}
@media (769px <= width < 1070px) {
  #mv .swiper .swiper-slide .date {
    bottom: 16.6vw;
    right: 6.2vw;
    margin-bottom: 1.5vw;
    font-size: 1.9vw;
  }
}
@media (width < 769px) {
  #mv .swiper .swiper-slide .date {
    bottom: 32vw;
    right: 7vw;
    font-size: 3.4vw;
  }
}
#mv .swiper .swiper-slide .interest {
  position: absolute;
  line-height: 1;
  font-weight: 700;
  color: var(--blue);
}
@media (769px <= width) {
  #mv .swiper .swiper-slide .interest {
    bottom: 35px;
    right: 69px;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
@media (769px <= width < 1070px) {
  #mv .swiper .swiper-slide .interest {
    bottom: 3vw;
    right: 5.8vw;
    font-size: 2vw;
  }
}
@media (width < 769px) {
  #mv .swiper .swiper-slide .interest {
    bottom: 7vw;
    right: 7vw;
    font-size: 3.6vw;
  }
}
#mv .swiper .swiper-pagination {
  bottom: 0;
}
#mv .swiper .swiper-pagination-bullet {
  background: var(--grey);
  opacity: 1;
}
@media (769px <= width) {
  #mv .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (width < 769px) {
  #mv .swiper .swiper-pagination-bullet {
    width: 2.667vw;
    height: 2.667vw;
  }
}
#mv .swiper .swiper-pagination-bullet-active {
  background: var(--blue);
}
@media (769px <= width) {
  #mv .announce {
    margin: 0 auto 50px;
    text-align: center;
  }
}
@media (width < 769px) {
  #mv .announce {
    margin: 0 auto 5.667vw;
  }
}
#mv .l-btn {
  display: flex;
  justify-content: center;
}
@media (769px <= width) {
  #mv .l-btn {
    gap: 0 38px;
  }
}
@media (769px <= width < 1070px) {
  #mv .l-btn {
    gap: 0 20px;
  }
}
@media (width < 769px) {
  #mv .l-btn {
    flex-direction: column;
    gap: 5.333vw;
  }
}

/*
 お客様の利益を最優先したご提案
================================================ */
#graph {
  background-image: url(../img/top/bg_graph@2x.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: var(--light-green);
  background-size: contain;
}
@media (769px <= width) {
  #graph {
    padding: 30px 0;
  }
}
@media (769px <= width < 1070px) {
  #graph {
    padding: 30px 1.308vw;
  }
}
@media (width < 769px) {
  #graph {
    padding: 8vw 4vw;
    background-size: cover;
  }
}
@media (769px <= width) {
  #graph .inner {
    margin-inline: auto;
    max-width: 1000px;
    display: flex;
    -webkit-justify-content: space-around;
    　justify-content: space-around;
  }
}
#graph .l-graph {
  background: var(--white);
}
@media (769px <= width) {
  #graph .l-graph {
    padding: 0 14px;
    width: 45%;
    border-radius: 20px;
  }
}
@media (width < 769px) {
  #graph .l-graph {
    padding: 0 3.733vw;
    margin-bottom: 2.733vw;
    border-radius: 4.267vw;
  }
}

/*
グッドモーゲージが選ばれる5つの理由
================================================ */
@media (769px <= width) {
  #reason {
    padding: 80px 0;
  }
}
@media (769px <= width < 1070px) {
  #reason {
    padding: 80px 1.308vw;
  }
}
@media (width < 769px) {
  #reason {
    padding: 10.667vw 4vw 16vw;
  }
}
#reason .inner {
  margin-inline: auto;
  max-width: 1100px;
}
@media (769px <= width) {
  #reason .l-ttl {
    margin-bottom: 20px;
  }
}
@media (width < 769px) {
  #reason .l-ttl {
    margin-bottom: 6vw;
  }
}
#reason .ttl,
#reason .ttlS {
  display: inline-block;
}
#reason .ttl {
  color: var(--blue);
}
#reason .ttlS {
  margin-bottom: 0;
  color: var(--black);
}
#reason .reason__list {
  display: grid;
}
@media (769px <= width) {
  #reason .reason__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 14px;
    margin-bottom: 60px;
  }
}
@media (width < 769px) {
  #reason .reason__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.267vw;
    margin-bottom: 10.667vw;
  }
}
#reason .reason__description {
  margin: 0 auto 2em;
}
@media (769px <= width) {
  #reason .reason__description {
    text-align: center;
  }
}
#reason .reason__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  font-weight: 600;
  background: var(--light-grey);
}
@media (769px <= width) {
  #reason .reason__item {
    gap: 10px;
    padding: 24px 0 14px;
    border-radius: 10px;
  }
}
@media (width < 769px) {
  #reason .reason__item {
    gap: 2.133vw;
    padding: 1.067vw 0 3.733vw;
    border-radius: 2.133vw;
  }
}
#reason .reason__item--ttl {
  color: var(--blue);
  font-weight: 600;
}
@media (769px <= width) {
  #reason .reason__item--ttl {
    font-size: 2rem;
  }
}
@media (width < 769px) {
  #reason .reason__item--ttl {
    font-size: 5.333vw;
  }
}
@media (769px <= width) {
  #reason .reason__item--ttl .number {
    font-size: 3rem;
  }
}
@media (width < 769px) {
  #reason .reason__item--ttl .number {
    font-size: 8vw;
  }
}
#reason .reason__item--img {
  flex: 1;
}
@media (width < 769px) {
  #reason .reason__item--text {
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
#reason .reason__invitation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media (769px <= width) {
  #reason .reason__invitation {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media (width < 769px) {
  #reason .reason__invitation {
    margin-bottom: 5.333vw;
    font-size: 4.8vw;
  }
}
#reason .reason__invitation::before,
#reason .reason__invitation::after {
  content: "";
  background-color: var(--black);
}
@media (769px <= width) {
  #reason .reason__invitation::before,
#reason .reason__invitation::after {
    width: 2px;
    height: 24px;
  }
}
@media (width < 769px) {
  #reason .reason__invitation::before,
#reason .reason__invitation::after {
    width: 0.533vw;
    height: 6.4vw;
  }
}
#reason .reason__invitation::before {
  transform: rotate(-35deg);
}
@media (769px <= width) {
  #reason .reason__invitation::before {
    margin-right: 18px;
  }
}
@media (width < 769px) {
  #reason .reason__invitation::before {
    margin-right: 4.8vw;
  }
}
#reason .reason__invitation::after {
  transform: rotate(35deg);
}
@media (769px <= width) {
  #reason .reason__invitation::after {
    margin-left: 18px;
  }
}
@media (width < 769px) {
  #reason .reason__invitation::after {
    margin-left: 4.8vw;
  }
}
#reason .l-btn {
  display: flex;
  justify-content: center;
}
@media (769px <= width) {
  #reason .l-btn {
    gap: 0 38px;
  }
}
@media (769px <= width < 1070px) {
  #reason .l-btn {
    gap: 0 20px;
  }
}
@media (width < 769px) {
  #reason .l-btn {
    flex-direction: column;
    gap: 5.333vw;
  }
}

/*
POINT
================================================ */
@media (769px <= width) {
  .point {
    padding: 80px 0;
  }
}
@media (769px <= width < 1070px) {
  .point {
    padding: 80px 1.308vw;
  }
}
@media (width < 769px) {
  .point {
    padding: 10.667vw 4vw 16vw;
  }
}
@media (769px <= width) {
  .point .l-ttl {
    margin-bottom: 24px;
  }
}
@media (width < 769px) {
  .point .l-ttl {
    margin-bottom: 6.4vw;
  }
}
@media (769px <= width) {
  .point .ttlS {
    font-size: 2rem;
  }
}
@media (width < 769px) {
  .point .ttlS {
    font-size: 5.333vw;
  }
}
@media (769px <= width) {
  .point .ttlS .number {
    font-size: 3rem;
  }
}
@media (width < 769px) {
  .point .ttlS .number {
    font-size: 8vw;
  }
}

#point2 .inner,
#point3 .inner {
  margin-inline: auto;
  max-width: 900px;
}

#point4 .inner,
#point5 .inner {
  margin-inline: auto;
  max-width: 1000px;
}

#point1 .img_recommend {
  display: block;
}
@media (769px <= width) {
  #point1 .img_recommend {
    margin: 0 auto 20px;
    max-width: 491px;
  }
}
@media (width < 769px) {
  #point1 .img_recommend {
    margin: 0 auto 5.333vw;
  }
}
#point1 .ttl__note {
  text-align: center;
}
@media (769px <= width) {
  #point1 .ttl__note {
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
}
@media (width < 769px) {
  #point1 .ttl__note {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
  }
}
@media (769px <= width) {
  #point1 .note {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (width < 769px) {
  #point1 .note {
    margin-bottom: 8vw;
    font-size: 2.667vw;
    line-height: 1.7;
  }
}
#point1 .point1__btn {
  display: flex;
  justify-content: center;
}
@media (769px <= width) {
  #point1 .point1__btn {
    gap: 0 20px;
  }
}
@media (width < 769px) {
  #point1 .point1__btn {
    flex-direction: column;
    gap: 5.333vw;
  }
}
#point1 .l-no {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (769px <= width) {
  #point1 .l-no {
    gap: 0 40px;
    margin-bottom: 15px;
  }
}
@media (width < 769px) {
  #point1 .l-no {
    gap: 0 8vw;
    margin-bottom: 4vw;
  }
}
#point1 .l-no::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  background-color: var(--grey);
}
@media (769px <= width) {
  #point1 .l-no::before {
    width: 1px;
    height: 184px;
  }
}
@media (width < 769px) {
  #point1 .l-no::before {
    width: 0.267vw;
    height: 49.067vw;
  }
}
#point1 .no1,
#point1 .no2 {
  font-weight: 600;
  text-align: center;
}
@media (769px <= width) {
  #point1 .no1 .no,
#point1 .no2 .no {
    margin-bottom: 10px;
  }
}
@media (width < 769px) {
  #point1 .no1 .no,
#point1 .no2 .no {
    font-size: 3.733vw;
  }
}
#point1 .no1 .plan,
#point1 .no2 .plan {
  color: var(--white);
}
@media (769px <= width) {
  #point1 .no1 .plan,
#point1 .no2 .plan {
    margin-bottom: 15px;
  }
}
@media (width < 769px) {
  #point1 .no1 .plan,
#point1 .no2 .plan {
    margin-bottom: 1.6vw;
    font-size: 3.733vw;
  }
}
@media (width < 769px) {
  #point1 .no1 .type,
#point1 .no2 .type {
    font-size: 3.733vw;
  }
}
#point1 .no1 .rate,
#point1 .no2 .rate {
  line-height: 1;
  font-weight: 700;
  background: var(--gradation-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (769px <= width) {
  #point1 .no1 .rate,
#point1 .no2 .rate {
    margin-bottom: 15px;
    font-size: 4rem;
  }
  #point1 .no1 .rate span,
#point1 .no2 .rate span {
    font-size: 10rem;
  }
}
@media (width < 769px) {
  #point1 .no1 .rate,
#point1 .no2 .rate {
    margin-bottom: 2.667vw;
  }
  #point1 .no1 .rate span,
#point1 .no2 .rate span {
    font-size: 8.533vw;
  }
}
@media (769px <= width) {
  #point1 .no1 .percent,
#point1 .no2 .percent {
    font-size: 1.4rem;
  }
}
@media (width < 769px) {
  #point1 .no1 .percent,
#point1 .no2 .percent {
    font-size: 3.2vw;
  }
}
#point1 .no1 .percent span,
#point1 .no2 .percent span {
  font-weight: 400;
}
#point1 .no1 .no {
  color: var(--orange);
}
#point1 .no1 .plan {
  background: var(--gradation-orange);
}
#point1 .no2 .no {
  color: var(--blue);
}
#point1 .no2 .plan {
  background: var(--gradation-blue);
}

@media (769px <= width) {
  #point2 .point2__banner {
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #point2 .point2__banner {
    margin-bottom: 5.333vw;
  }
}
#point2 .point2__banner .point2__list {
  display: flex;
}
@media (769px <= width) {
  #point2 .point2__banner .point2__list {
    gap: 0 20px;
    margin-top: 26px;
  }
}
@media (width < 769px) {
  #point2 .point2__banner .point2__list {
    gap: 0 2.667vw;
    margin-top: 2.667vw;
  }
}
#point2 .point2__text {
  font-weight: 600;
  text-align: center;
}
@media (769px <= width) {
  #point2 .point2__text {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}
@media (width < 769px) {
  #point2 .point2__text {
    margin-bottom: 5.333vw;
    font-size: 3.733vw;
  }
}

@media (769px <= width) {
  #point3 .banner_danshin {
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #point3 .banner_danshin {
    margin-bottom: 5.333vw;
  }
}
#point3 .point3__text {
  display: flex;
  align-items: flex-end;
}
@media (769px <= width) {
  #point3 .point3__text {
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #point3 .point3__text {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8vw;
  }
}
#point3 .point3__text .text {
  font-weight: 600;
  line-height: 1.7;
}
@media (769px <= width) {
  #point3 .point3__text .text {
    font-size: 2.8rem;
  }
}
@media (width < 769px) {
  #point3 .point3__text .text {
    margin-bottom: 2.667vw;
    font-size: 4.8vw;
  }
}
@media (width < 769px) {
  #point3 .point3__text img {
    width: 80%;
  }
}

#point4 .zeroyen__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (769px <= width) {
  #point4 .zeroyen__list {
    gap: 0 20px;
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #point4 .zeroyen__list {
    flex-wrap: wrap;
    gap: 2.667vw;
    margin-bottom: 5.333vw;
  }
}
#point4 .zeroyen__list::before, #point4 .zeroyen__list::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
}
@media (769px <= width) {
  #point4 .zeroyen__list::before, #point4 .zeroyen__list::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
#point4 .zeroyen__list::before {
  background-image: url(../img/top/img_point4-01@2x.png);
}
@media (769px <= width) {
  #point4 .zeroyen__list::before {
    left: 0;
    width: 164px;
    height: 198px;
    background-size: 164px 198px;
  }
}
@media (769px <= width < 1070px) {
  #point4 .zeroyen__list::before {
    width: 134px;
    height: 168px;
    background-size: 134px 168px;
  }
}
@media (width < 769px) {
  #point4 .zeroyen__list::before {
    left: -2.667vw;
    bottom: 2.667vw;
    width: 29.333vw;
    height: 35.413vw;
    background-size: 29.333vw 35.413vw;
  }
}
#point4 .zeroyen__list::after {
  background-image: url(../img/top/img_point4-02@2x.png);
}
@media (769px <= width) {
  #point4 .zeroyen__list::after {
    right: 0;
    width: 148px;
    height: 203px;
    background-size: 148px 203px;
  }
}
@media (769px <= width < 1070px) {
  #point4 .zeroyen__list::after {
    width: 118px;
    height: 173px;
    background-size: 118px 173px;
  }
}
@media (width < 769px) {
  #point4 .zeroyen__list::after {
    right: -2.667vw;
    bottom: 0;
    width: 26.667vw;
    height: 36.483vw;
    background-size: 26.667vw 36.483vw;
  }
}
#point4 .zeroyen__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  background: var(--yellow);
  border-radius: 50%;
}
@media (769px <= width) {
  #point4 .zeroyen__item {
    gap: 10px;
    width: 200px;
    height: 200px;
    font-size: 2rem;
  }
}
@media (width < 769px) {
  #point4 .zeroyen__item {
    width: 34.667vw;
    height: 34.667vw;
    font-size: 4vw;
  }
}
#point4 .zeroyen__item .zeroyen__ttl {
  line-height: 1.3;
}
#point4 .zeroyen__item .price {
  line-height: 1;
}
@media (769px <= width) {
  #point4 .zeroyen__item .price {
    font-size: 3rem;
  }
}
@media (width < 769px) {
  #point4 .zeroyen__item .price {
    font-size: 4.267vw;
  }
}
@media (769px <= width) {
  #point4 .zeroyen__item .price span {
    font-size: 7rem;
  }
}
@media (width < 769px) {
  #point4 .zeroyen__item .price span {
    font-size: 10.667vw;
  }
}
#point4 .note {
  text-align: center;
}
@media (769px <= width) {
  #point4 .note {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
@media (width < 769px) {
  #point4 .note {
    margin-bottom: 8vw;
    font-size: 2.667vw;
  }
}

#point5 .description {
  font-weight: 600;
  text-align: center;
}
@media (769px <= width) {
  #point5 .description {
    margin-bottom: 26px;
    font-size: 1.8rem;
  }
}
@media (width < 769px) {
  #point5 .description {
    margin-bottom: 5.333vw;
    font-size: 4.267vw;
  }
}
#point5 .support__list {
  display: flex;
  justify-content: center;
}
@media (769px <= width) {
  #point5 .support__list {
    gap: 0 20px;
    margin-bottom: 50px;
  }
}
@media (width < 769px) {
  #point5 .support__list {
    flex-wrap: wrap;
    gap: 2.667vw;
    margin-bottom: 10.667vw;
  }
}
#point5 .support__item {
  font-weight: 600;
  background: var(--yellow);
}
@media (769px <= width) {
  #point5 .support__item {
    padding: 14px 20px;
  }
}
@media (width < 769px) {
  #point5 .support__item {
    padding: 2.667vw;
    font-size: 3.733vw;
  }
}
@media (769px <= width) {
  #point5 .point__list {
    margin-bottom: 60px;
  }
}
@media (width < 769px) {
  #point5 .point__list {
    margin-bottom: 10.667vw;
  }
}
#point5 .point__item {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
}
@media (769px <= width) {
  #point5 .point__item {
    gap: 0 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
@media (width < 769px) {
  #point5 .point__item {
    gap: 0 3.733vw;
    padding: 2.667vw 4.267vw 4.267vw;
    border-radius: 2.667vw;
  }
}
#point5 .point__item + .point__item {
  margin-top: 40px;
}
#point5 .point__item::before {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 600;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 50%;
  box-sizing: content-box;
  z-index: 2;
}
@media (769px <= width) {
  #point5 .point__item::before {
    width: 50px;
    height: 50px;
    font-size: 2.8rem;
    border: 8px solid var(--white);
  }
}
@media (width < 769px) {
  #point5 .point__item::before {
    width: 10.667vw;
    height: 10.667vw;
    font-size: 5.333vw;
    border: 1.067vw solid var(--white);
  }
}
#point5 .point__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -50%;
  display: block;
  height: 100%;
  background-color: var(--black);
  z-index: 1;
}
@media (769px <= width) {
  #point5 .point__item:not(:last-of-type)::after {
    left: 49px;
    width: 5px;
  }
}
@media (width < 769px) {
  #point5 .point__item:not(:last-of-type)::after {
    left: 10.133vw;
    width: 0.8vw;
  }
}
@media (width < 769px) {
  #point5 .text_flow {
    font-size: 3.733vw;
  }
}
#point5 .point__ttl {
  font-weight: 600;
  color: var(--blue);
}
@media (769px <= width) {
  #point5 .point__ttl {
    font-size: 2.8rem;
  }
}
@media (width < 769px) {
  #point5 .point__ttl {
    font-size: 5.333vw;
  }
}
#point5 .flow1::before {
  content: "1";
}
@media (769px <= width) {
  #point5 .flow1 .icon_flow {
    width: 72px;
    height: 72px;
  }
}
@media (width < 769px) {
  #point5 .flow1 .icon_flow {
    width: 13.867vw;
    height: 13.867vw;
  }
}
#point5 .flow2::before {
  content: "2";
}
@media (769px <= width) {
  #point5 .flow2 .icon_flow {
    width: 59px;
    height: 74px;
  }
}
@media (width < 769px) {
  #point5 .flow2 .icon_flow {
    width: 12vw;
    height: 16vw;
  }
}
#point5 .flow3::before {
  content: "3";
}
@media (769px <= width) {
  #point5 .flow3 .icon_flow {
    width: 66px;
    height: 73px;
  }
}
@media (width < 769px) {
  #point5 .flow3 .icon_flow {
    width: 12.267vw;
    height: 14.133vw;
  }
}
#point5 .flow4::before {
  content: "4";
}
@media (769px <= width) {
  #point5 .flow4 .icon_flow {
    width: 69px;
    height: 62px;
  }
}
@media (width < 769px) {
  #point5 .flow4 .icon_flow {
    width: 14.667vw;
    height: 12.8vw;
  }
}
#point5 .flow5::before {
  content: "5";
}
@media (769px <= width) {
  #point5 .flow5 .icon_flow {
    width: 66px;
    height: 66px;
  }
}
@media (width < 769px) {
  #point5 .flow5 .icon_flow {
    width: 14.933vw;
    height: 14.933vw;
  }
}

.tabs {
  margin-inline: auto;
}
@media (769px <= width) {
  .tabs {
    max-width: 900px;
  }
}
@media (width < 769px) {
  .tabs {
    width: 100%;
  }
}

.tab__item {
  background-color: var(--grey);
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media (769px <= width) {
  .tab__item {
    width: calc(50% - 10px);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
  }
}
@media (width < 769px) {
  .tab__item {
    width: calc(50% - 1.333vw);
    height: 13.333vw;
    line-height: 13.333vw;
    font-size: 3.2vw;
    border-radius: 2.133vw 2.133vw 0 0;
  }
}
@media (769px <= width) {
  .tab__item span {
    font-size: 2.4rem;
  }
}
@media (width < 769px) {
  .tab__item span {
    font-size: 4.8vw;
  }
}

@media (769px <= width) {
  .tab__item--refunding {
    margin-left: 20px;
  }
}
@media (width < 769px) {
  .tab__item--refunding {
    margin-left: 2.667vw;
  }
}

.tab__item:hover {
  opacity: 0.75;
}

input[name=tab__item] {
  display: none;
}

.tab__content {
  display: none;
  clear: both;
  overflow: hidden;
  background-color: var(--white);
}
@media (769px <= width) {
  .tab__content {
    padding: 40px 50px 26px;
    border-top: 4px solid var(--blue);
  }
}
@media (width < 769px) {
  .tab__content {
    padding: 8vw 5.333vw;
    font-size: 3.733vw;
    border-top: 1.067vw solid var(--blue);
  }
}

#borrowing:checked ~ #borrowing_content,
#refunding:checked ~ #refunding_content {
  display: block;
}

.tabs input:checked + .tab__item {
  background-color: var(--yellow);
}

/*
STORE
================================================ */
#store {
  position: relative;
}
@media (769px <= width) {
  #store {
    margin-top: 176px;
    padding: 70px 0;
  }
}
@media (width < 769px) {
  #store {
    margin-top: 26.667vw;
    padding: 10.667vw 4vw 26.667vw;
  }
  #store::before, #store::after {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
  }
  #store::before {
    bottom: 0;
    left: 2.667vw;
    width: 44vw;
    height: 18.667vw;
    background-size: 44vw 18.667vw;
    background-image: url(../img/top/bg_store1@2x.png);
  }
  #store::after {
    bottom: 0;
    right: 2.667vw;
    width: 43.467vw;
    height: 17.067vw;
    background-size: 43.467vw 17.067vw;
    background-image: url(../img/top/bg_store2@2x.png);
  }
}
#store .inner {
  position: relative;
  margin-inline: auto;
  max-width: 1000px;
}
#store .l-ttl {
  position: absolute;
  width: 100%;
}
@media (769px <= width) {
  #store .l-ttl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    top: -184px;
  }
  #store .l-ttl::before, #store .l-ttl::after {
    display: block;
    content: "";
    background-repeat: no-repeat;
  }
  #store .l-ttl::before {
    width: 235px;
    height: 140px;
    background-size: 235px 140px;
    background-image: url(../img/top/bg_store1@2x.png);
  }
  #store .l-ttl::after {
    width: 233px;
    height: 134px;
    background-size: 233px 134px;
    background-image: url(../img/top/bg_store2@2x.png);
  }
}
@media (769px <= width < 1070px) {
  #store .l-ttl {
    top: -154px;
    justify-content: center;
    gap: 0 10px;
  }
  #store .l-ttl::before {
    width: 165px;
    height: 98.3px;
    background-size: 165px 98.3px;
  }
  #store .l-ttl::after {
    width: 163px;
    height: 93.58px;
    background-size: 163px 93.58px;
  }
}
@media (width < 769px) {
  #store .l-ttl {
    top: -34vw;
  }
}
#store .store__text {
  font-weight: 600;
  text-align: center;
}
@media (769px <= width) {
  #store .store__text {
    margin-bottom: 28px;
    font-size: 2rem;
  }
}
@media (width < 769px) {
  #store .store__text {
    margin-bottom: 5.333vw;
    font-size: 4.267vw;
  }
}
#store .store-search {
  margin: 0 auto;
  max-width: 1000px;
  background: var(--white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media (769px <= width) {
  #store .store-search {
    padding: 30px 44px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #store .store-search {
    margin: 0 4vw;
    padding: 5.867vw 5.333vw 6.933vw;
    border-radius: 1.333vw;
  }
}
#store .areas {
  display: grid;
}
@media (769px <= width) {
  #store .areas {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (width < 769px) {
  #store .areas {
    gap: 5.333vw;
  }
}
#store .area {
  display: flex;
  font-weight: 600;
}
@media (769px <= width) {
  #store .area {
    gap: 10px;
  }
}
@media (width < 769px) {
  #store .area {
    gap: 2.667vw;
  }
}
@media (width < 769px) {
  #store .area .label {
    font-size: 3.733vw;
  }
}
#store .selectwrap {
  width: 80%;
  position: relative;
  font-weight: normal;
}
#store select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 2px solid var(--grey);
  background: var(--white);
}
@media (769px <= width) {
  #store select {
    padding: 12px 42px 12px 12px;
    font-size: 14px;
    border-radius: 5px;
  }
}
@media (width < 769px) {
  #store select {
    padding: 2.667vw 8.533vw 2.667vw 3.2vw;
    font-size: 3.733vw;
    border-radius: 1.333vw;
  }
}
#store .selectwrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (769px <= width) {
  #store .selectwrap img {
    right: 14px;
    width: 15px;
    height: 9px;
  }
}
@media (width < 769px) {
  #store .selectwrap img {
    right: 3.2vw;
    width: 3.467vw;
    height: 1.867vw;
  }
}
#store .inline-actions {
  display: grid;
}
@media (769px <= width) {
  #store .inline-actions {
    gap: 10px;
    grid-template-columns: 1fr 60px;
  }
}
@media (width < 769px) {
  #store .inline-actions {
    gap: 2.667vw;
    grid-template-columns: 1fr 13.333vw;
  }
}
#store .btn-search {
  background: var(--blue);
  font-weight: 600;
  color: var(--white);
  padding: 10px 0;
}
@media (769px <= width) {
  #store .btn-search {
    width: 60px;
    border-radius: 5px;
  }
}
@media (width < 769px) {
  #store .btn-search {
    padding: 2.667vw 0;
    width: 20%;
    font-size: 3.467vw;
    border-radius: 1.333vw;
  }
}
#store .keyword-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (769px <= width) {
  #store .keyword-row {
    gap: 10px;
    margin-top: 20px;
  }
}
@media (width < 769px) {
  #store .keyword-row {
    flex-direction: column;
    gap: 2.667vw;
    margin-top: 8vw;
  }
}
#store .keyword-label {
  font-weight: 600;
}
@media (width < 769px) {
  #store .keyword-label {
    font-size: 3.733vw;
  }
}
#store .keyword {
  display: flex;
}
@media (769px <= width) {
  #store .keyword {
    gap: 8px;
  }
}
@media (width < 769px) {
  #store .keyword {
    align-items: center;
    flex-direction: column;
    gap: 2.667vw;
    width: 100%;
  }
}
#store .searchbox {
  position: relative;
}
@media (769px <= width) {
  #store .searchbox {
    width: 460px;
    margin: 15px auto;
  }
}
@media (width < 769px) {
  #store .searchbox {
    width: 100%;
  }
}
#store .searchbox input {
  width: 100%;
  border: 2px solid var(--grey);
  background: var(--white);
}
@media (769px <= width) {
  #store .searchbox input {
    padding: 12px 44px 12px 14px;
    font-size: 14px;
    border-radius: 5px;
  }
}
@media (width < 769px) {
  #store .searchbox input {
    padding: 2.667vw 8.533vw 2.667vw 3.2vw;
    font-size: 3.733vw;
    border-radius: 1.333vw;
  }
}
#store .searchbox .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (769px <= width) {
  #store .searchbox .icon {
    right: 12px;
    width: 20px;
    height: 20px;
  }
}
@media (width < 769px) {
  #store .searchbox .icon {
    right: 3.2vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
#store .btn {
  margin-inline: auto;
}

/*
NEWS
================================================ */
@media (769px <= width) {
  #news {
    padding: 60px 0 70px;
  }
}
@media (769px <= width < 1070px) {
  #news {
    padding: 60px 1.308vw 70px;
  }
}
@media (width < 769px) {
  #news {
    padding: 16vw 4vw;
  }
}
#news .inner {
  display: flex;
  margin-inline: auto;
  max-width: 1100px;
}
@media (769px <= width) {
  #news .inner {
    padding: 26px 50px;
    gap: 0 60px;
    border: 3px solid var(--blue);
  }
}
@media (769px <= width < 1070px) {
  #news .inner {
    gap: 0 30px;
  }
}
@media (width < 769px) {
  #news .inner {
    flex-direction: column;
    padding: 5.333vw;
    gap: 2.667vw;
    border: 0.8vw solid var(--blue);
  }
}
#news .ttl--news {
  flex-shrink: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (769px <= width) {
  #news .ttl--news {
    font-size: 2rem;
  }
}
@media (width < 769px) {
  #news .ttl--news {
    font-size: 4.8vw;
  }
}
#news .news-table {
  width: 100%;
}
@media (769px <= width) {
  #news .news-table {
    font-size: 1.6rem;
  }
}
@media (width < 769px) {
  #news .news-table {
    font-size: 3.733vw;
  }
}
@media (769px <= width) {
  #news .news-table li:not(:last-of-type) {
    border-bottom: 1px solid var(--grey);
  }
}
@media (width < 769px) {
  #news .news-table li:not(:last-of-type) {
    border-bottom: 0.267vw solid var(--grey);
  }
}
#news .news-table li a {
  position: relative;
  display: flex;
}
#news .news-table li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(../img/common/icon_arrow_black.svg);
}
@media (769px <= width) {
  #news .news-table li a::after {
    right: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
@media (width < 769px) {
  #news .news-table li a::after {
    right: 0;
    width: 4.8vw;
    height: 4.8vw;
    background-size: 4.8vw 4.8vw;
  }
}
#news .news-date {
  font-weight: 600;
}
@media (769px <= width) {
  #news .news-date {
    padding: 20px 20px 20px 14px;
  }
}
@media (width < 769px) {
  #news .news-date {
    padding: 2.667vw 0;
  }
}
@media (769px <= width) {
  #news .news-content {
    padding: 20px 50px 20px 20px;
  }
}
@media (width < 769px) {
  #news .news-content {
    padding: 2.667vw 8vw 2.667vw 2.667vw;
  }
}

/*
VOICE
================================================ */
@media (769px <= width) {
  #voice {
    margin-bottom: 90px;
  }
}
@media (769px <= width < 1070px) {
  #voice {
    padding: 0 1.308vw;
  }
}
@media (width < 769px) {
  #voice {
    margin-bottom: 21.333vw;
    padding: 0 4vw;
  }
}
#voice .inner {
  margin-inline: auto;
  max-width: 1100px;
}
@media (769px <= width) {
  #voice .l-ttl {
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #voice .l-ttl {
    margin-bottom: 10.667vw;
  }
}
#voice .voice__list {
  display: grid;
}
@media (769px <= width) {
  #voice .voice__list {
    grid-template-columns: repeat(3, 1fr); /* 3等分 */
    margin-bottom: 40px;
    gap: 25px;
  }
}
@media (769px <= width < 1070px) {
  #voice .voice__list {
    gap: 20px;
  }
}
@media (width < 769px) {
  #voice .voice__list {
    margin-bottom: 8vw;
    flex-direction: column;
    gap: 8vw;
  }
}
#voice .voice__list li {
  background: var(--light-grey);
}
@media (769px <= width) {
  #voice .voice__list li {
    padding: 16px 25px 25px;
    border-radius: 20px;
  }
}
@media (width < 769px) {
  #voice .voice__list li {
    padding: 5.333vw;
    border-radius: 4.267vw;
    font-size: 4vw;
  }
}
#voice .voice__list li img {
  display: block;
}
@media (769px <= width) {
  #voice .voice__list li img {
    margin: 0 auto 20px;
    width: 100px;
  }
}
@media (width < 769px) {
  #voice .voice__list li img {
    margin: 0 auto 3.733vw;
    width: 26.667vw;
  }
}
#voice .voice__list li .emphasis {
  color: var(--orange);
  font-weight: 600;
}

/*
USEFUL
================================================ */
@media (769px <= width) {
  #useful {
    margin-bottom: 96px;
  }
}
@media (769px <= width < 1070px) {
  #useful {
    padding: 0 1.308vw;
  }
}
@media (width < 769px) {
  #useful {
    margin-bottom: 21.333vw;
    padding: 0 4vw;
  }
}
#useful .inner {
  margin-inline: auto;
  max-width: 1000px;
}
@media (769px <= width) {
  #useful .l-ttl {
    margin-bottom: 50px;
  }
}
@media (width < 769px) {
  #useful .l-ttl {
    margin-bottom: 10.667vw;
  }
}
#useful .useful__list {
  display: flex;
}
@media (769px <= width) {
  #useful .useful__list {
    gap: 0 50px;
    margin-bottom: 40px;
  }
}
@media (769px <= width < 1070px) {
  #useful .useful__list {
    gap: 0 20px;
  }
}
@media (width < 769px) {
  #useful .useful__list {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 10.667vw;
  }
}
@media (769px <= width) {
  #useful .useful__list > li {
    width: 30%;
  }
}
#useful .useful__list .tag_useful {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0.5em 0 0.5em;
}
#useful .useful__list .tag_useful li a {
  display: inline-block;
  padding: 0.25em 0.5em 0.4em;
  font-weight: 600;
  background: var(--grey);
}
@media (769px <= width) {
  #useful .useful__list .tag_useful li a {
    font-size: 1.4rem;
  }
}
@media (width < 769px) {
  #useful .useful__list .tag_useful li a {
    font-size: 3.733vw;
  }
}
@media (width < 769px) {
  #useful .useful__text {
    font-size: 4vw;
  }
}
@media (769px <= width) {
  #useful .img_useful {
    margin-bottom: 12px;
  }
}
@media (width < 769px) {
  #useful .img_useful {
    margin-bottom: 2.667vw;
    width: 100%;
  }
}

/*
FAQ
================================================ */
@media (769px <= width) {
  #faq {
    margin-bottom: 80px;
  }
}
@media (769px <= width < 1070px) {
  #faq {
    padding: 0 1.308vw;
  }
}
@media (width < 769px) {
  #faq {
    margin-bottom: 16vw;
    padding: 0 4vw;
  }
}
#faq .inner {
  margin-inline: auto;
  max-width: 1000px;
}
@media (769px <= width) {
  #faq .l-ttl {
    margin-bottom: 60px;
  }
}
@media (width < 769px) {
  #faq .l-ttl {
    margin-bottom: 10.667vw;
  }
}
@media (769px <= width) {
  #faq .l-qa {
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #faq .l-qa {
    margin-bottom: 10.667vw;
  }
}
@media (769px <= width) {
  #faq .qa {
    border: 2px solid var(--blue);
    border-radius: 10px;
  }
}
@media (width < 769px) {
  #faq .qa {
    border: 0.533vw solid var(--blue);
    border-radius: 2.133vw;
  }
}
@media (769px <= width) {
  #faq .qa + .qa {
    margin-top: 20px;
  }
}
@media (width < 769px) {
  #faq .qa + .qa {
    margin-top: 5.333vw;
  }
}
@media (769px <= width) {
  #faq .qa summary,
#faq .qa .qa__text {
    padding: 1em 2em 1em 1em;
  }
}
@media (width < 769px) {
  #faq .qa summary,
#faq .qa .qa__text {
    padding: 1em;
  }
}
#faq .qa summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
#faq .qa summary::-webkit-details-marker {
  display: none;
}
#faq .qa summary .qa__ttl,
#faq .qa .qa__text {
  display: flex;
}
@media (769px <= width) {
  #faq .qa summary .qa__ttl,
#faq .qa .qa__text {
    gap: 0 26px;
  }
}
@media (width < 769px) {
  #faq .qa summary .qa__ttl,
#faq .qa .qa__text {
    gap: 0 2.667vw;
    font-size: 4vw;
  }
}
#faq .qa summary .qa__ttl {
  align-items: center;
}
@media (width < 769px) {
  #faq .qa summary .qa__ttl {
    margin-right: 1.6vw;
  }
}
#faq .qa .qa__text {
  line-height: 2;
}
#faq .qa summary .qa__ttl::before,
#faq .qa .qa__text::before {
  font-weight: 600;
  line-height: 1;
}
@media (769px <= width) {
  #faq .qa summary .qa__ttl::before,
#faq .qa .qa__text::before {
    font-size: 4rem;
  }
}
@media (width < 769px) {
  #faq .qa summary .qa__ttl::before,
#faq .qa .qa__text::before {
    font-size: 8vw;
  }
}
#faq .qa summary .qa__ttl::before {
  content: "Q";
  color: var(--blue);
}
#faq .qa summary::before,
#faq .qa summary::after {
  content: "";
  flex-shrink: 0;
  background-color: var(--blue);
}
@media (769px <= width) {
  #faq .qa summary::before,
#faq .qa summary::after {
    width: 27px;
    height: 3px;
    border-radius: 5px;
  }
}
@media (width < 769px) {
  #faq .qa summary::before,
#faq .qa summary::after {
    width: 5.867vw;
    height: 0.8vw;
    border-radius: 0.533vw;
  }
}
#faq .qa summary::before {
  position: absolute;
  rotate: 90deg;
  transition: all 0.3s;
}
@media (769px <= width) {
  #faq .qa summary::before {
    right: 2em;
  }
}
@media (width < 769px) {
  #faq .qa summary::before {
    right: 1em;
  }
}
#faq .qa[open] summary::before {
  rotate: 0deg;
}
#faq .qa .qa__text {
  position: relative;
  transition: transform 0.5s, opacity 0.5s;
}
#faq .qa[open] .qa__text {
  transform: none;
  opacity: 1;
}
#faq .qa .qa__text::before {
  content: "A";
  color: var(--orange);
}