@charset "UTF-8";
.ttl03 {
  font-size: 1.25em;
  font-weight: 700;
  font-feature-settings: "palt";
  padding-left: 1.25em;
  line-height: 1.7777777778;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.ttl03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.94em;
  height: 0.94em;
  background-color: #37b2e4;
  transform: translateY(44.1%);
}

@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 0.875em;
    line-height: 1.7647058824;
  }
}
.ttl04 {
  font-size: 1.5em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.0625em;
    line-height: 1.7647058824;
  }
}
.list01 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.list01__item:nth-child(n+2) {
  margin-top: 2.5em;
}

.list01__item--text {
  line-height: 1.75;
  font-feature-settings: "palt";
  margin-top: 0.75em;
}

@media screen and (max-width: 767px) {
  .list01__item--text {
    font-size: 0.8125em;
    line-height: 1.7692307692;
  }
}
.list01__item--text p {
  margin-bottom: 1.5em;
}

.list01__item--text .ttl02 {
  font-size: 1.125em;
}

ol.number {
  counter-reset: cnt;
}

ol.number li,
ol.number li.number__item {
  padding-left: 2.5em;
  counter-increment: cnt;
  margin-bottom: 0;
  position: relative;
}

ol.number li::before,
ol.number li.number__item::before {
  content: counter(cnt) ".";
  display: inline-block;
  width: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
}

ol.number li.number__item::before {
  background-color: unset !important;
}

.t__link-blue {
  color: #37b2e4;
  text-decoration: underline;
}

.t__red {
  color: #E50011;
}

.t__mt {
  margin-top: 2em;
}

ol.circle-number {
  counter-reset: cnt;
}

ol.circle-number li,
ol.circle-number li.circle-number__item {
  padding-left: 1.5em;
  counter-increment: cnt;
  margin-bottom: 0;
  position: relative;
}

ol.circle-number li::before,
ol.circle-number li.circle-number__item::before {
  content: counter(cnt);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875em;
  transform: translateY(30%);
  background-color: unset;
}

.t__img01 {
  display: block;
  width: 100%;
  max-width: 30em;
  margin: 1em auto 0;
}

ul.disc {
  counter-reset: cnt;
}

ul.disc li,
ul.disc li.disc__item {
  margin-bottom: 0;
  padding-left: 0.5em;
  position: relative;
}

ul.disc li::before,
ul.disc li.disc__item::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  background-color: #000;
  border-radius: 50%;
  font-size: 1em;
  transform: translate(0);
  border: none;
}

.kome {
  position: relative;
  display: block;
  padding-left: 1.25em;
}

.kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*======================================
    font
======================================*/
@font-face {
  font-family: "HelveticaNeue";
  src: url(../fonts/HelveticaNeue.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url(../fonts/HelveticaNeue-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url(../fonts/HelveticaNeue-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url(../fonts/HelveticaNeue-CondensedBlack.ttf) format("truetype");
  font-weight: 900;
}
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", HiraginoSans-W3, sans-serif;
  color: #3c3c3c;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

.en {
  font-family: "HelveticaNeue", sans-serif;
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: min(1.1111111111vw, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .container {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.1025641026vw, 1.6rem);
  }
}

.inner {
  width: 90%;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 36em;
  }
}

.full-view {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #e8f0f0;
}

/*======================================
    section
======================================*/
.section-title {
  font-size: 1.75em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.155em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.25em;
  }
}

.section-wrap {
  border-radius: 0.625em;
  background-color: #37b2e4;
  border: 1px solid #37b2e4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-wrap {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-head {
  padding: 1.4375em 0;
}

.section-body {
  background-color: #fff;
  padding: 3.125em 1.25em;
}
@media screen and (max-width: 767px) {
  .section-body {
    padding: 2.5em 1.25em;
  }
}

.section-body__text {
  font-size: 1.4375em;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.155em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .section-body__text {
    font-size: 1em;
  }
}

.header {
  display: flex;
  padding: 1.75em 2em 2em;
  align-items: flex-end;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1.25em 0.625em;
  }
}

.header__logo {
  width: 24.5em;
  transform: translateY(0.5em);
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 20em;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 14em;
  }
}

.header__logo--text {
  font-size: 0.8125em;
  line-height: 1.6153846154;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header__logo--text {
    font-size: 0.625em;
  }
}

.footer {
  margin-top: 5em;
  padding-bottom: 6.75em;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 3.75em;
  }
}

.footer__logo {
  width: 90%;
  max-width: 20.375em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 16em;
  }
}

.fv {
  background: url(../img/fv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../img/fv_sp.jpg) no-repeat center top/cover;
  }
}

.fv__inner {
  width: 90%;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fv__texts {
  color: #fff;
  padding: 4.375em 0 5.25em;
  max-width: 37.25em;
}
@media screen and (max-width: 767px) {
  .fv__texts {
    padding: 13em 0 0.625em;
    max-width: 21.875em;
  }
}

.fv__texts--lead {
  margin: 2em auto 0;
  max-width: 22.75em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__texts--lead {
    max-width: 20em;
    border-radius: 0.125em;
    overflow: hidden;
  }
  .fv__texts--lead img {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.fv__texts--bottom {
  margin-top: 1.875em;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
}
@media screen and (max-width: 767px) {
  .fv__texts--bottom {
    grid-template-columns: 1fr;
    width: fit-content;
    margin: 0.625em auto 0;
  }
}

@media screen and (max-width: 767px) {
  .fv__texts--detail {
    padding: 0.625em 1.25em;
  }
}
.fv__texts--detail:nth-child(n+2) {
  border-left: 1px solid #3e3e3e;
}
@media screen and (min-width: 768px) {
  .fv__texts--detail:nth-child(n+2) {
    padding-left: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .fv__texts--detail:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #fff;
  }
}

.fv__texts--text img {
  width: auto;
  height: 2.8125em;
}

.fv__button--wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 36.75em;
}
@media screen and (max-width: 767px) {
  .fv__button--wrap {
    transform: translate(-50%, 125%);
  }
}

.fv__button.button {
  background-color: #004d93;
  width: 100%;
  height: 7.375em;
  border-radius: 1.875em;
}
@media screen and (max-width: 767px) {
  .fv__button.button {
    height: 4em;
    border-radius: 1.25em;
  }
}
.fv__button.button::before {
  width: 1.75em;
  height: 1.75em;
}
@media screen and (max-width: 767px) {
  .fv__button.button::before {
    width: 1.25em;
    height: 1.25em;
  }
}
.fv__button.button span {
  display: inline-block;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .fv__button.button span {
    font-size: 1.25em;
  }
}
.fv__button.button span img {
  width: auto;
  height: 1em;
}

/*======================================
    point
======================================*/
.point {
  margin-top: 7em;
}
@media screen and (max-width: 767px) {
  .point {
    margin-top: 8em;
  }
}

.point__head {
  text-align: center;
}
.point__head span.head {
  font-size: 1.5em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.155em;
}
@media screen and (max-width: 767px) {
  .point__head span.head {
    font-size: 1em;
  }
}
.point__head span.title {
  display: inline-block;
  font-size: 3.0625em;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-top: 0.45em;
  position: relative;
  padding: 0 1.63em;
}
@media screen and (max-width: 767px) {
  .point__head span.title {
    font-size: 1.875em;
    padding: 0 1em;
    white-space: nowrap;
  }
}
.point__head span.title::before, .point__head span.title::after {
  content: "";
  position: absolute;
  bottom: 0.25em;
  width: 1.55em;
  height: 2.08em;
  background: url(../img/deco_point.svg) no-repeat center/contain;
}
.point__head span.title::before {
  left: 0;
  transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  .point__head span.title::before {
    transform: translateX(-50%) rotate(8deg);
  }
}
.point__head span.title::after {
  right: 0;
  transform: scale(-1, 1) rotate(8deg);
}
@media screen and (max-width: 767px) {
  .point__head span.title::after {
    transform: translateX(50%) scale(-1, 1) rotate(8deg);
  }
}
.point__head span.title span.number {
  font-size: 2.16em;
  font-family: "VD", sans-serif;
  letter-spacing: 0.12em;
  color: #ffc800;
  display: inline-block;
  margin-right: -0.13em;
}
@media screen and (max-width: 767px) {
  .point__head span.title span.number {
    font-size: 1.7em;
  }
}
.point__head span.title span.number img {
  width: auto;
  height: 1em;
}
.point__head span.title span.lg {
  font-size: 1.6122em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .point__head span.title span.lg {
    font-size: 1.4em;
  }
}

.point-lists {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .point-lists {
    margin-top: 1.25em;
  }
}

.point-list {
  border-radius: 4.375em;
  border: 0.8125em solid #37b2e4;
  overflow: hidden;
  background-color: #37b2e4;
}
@media screen and (max-width: 767px) {
  .point-list {
    border-radius: 1.25em;
    border: 0.4em solid #37b2e4;
    padding-top: 0.625em;
  }
}
.point-list:nth-child(n+2) {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .point-list:nth-child(n+2) {
    margin-top: 1.25em;
  }
}

.point-list__head {
  display: grid;
  grid-template-columns: 8.125em auto;
  column-gap: 2em;
  color: #fff;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .point-list__head {
    height: 7.625em;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .point-list__head {
    grid-template-columns: 1fr;
  }
}

.point-list__head--point {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  text-align: center;
  border-right: 0.21em solid #fff;
}
@media screen and (max-width: 767px) {
  .point-list__head--point {
    border-right: none;
    border-bottom: 0.21em solid #fff;
    justify-self: center;
    font-size: 0.625em;
  }
}
.point-list__head--point .number {
  display: block;
  font-size: 5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point-list__head--point .number {
    font-size: 4em;
  }
}

.point-list__head--title {
  font-size: 2.125em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
  line-height: 1.4117647059;
}
@media screen and (max-width: 1024px) {
  .point-list__head--title {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .point-list__head--title {
    font-size: 1em;
    text-align: center;
    margin-top: 1em;
  }
}
.point-list__head--title span {
  display: inline-block;
  padding: 0 0.1em;
}
.point-list__head--title .letter {
  letter-spacing: -0.17em;
}
.point-list__head--title .smd {
  font-size: 1.18em;
  font-weight: 700;
}
.point-list__head--title .md {
  font-size: 1.24em;
  letter-spacing: 0.1em;
}
.point-list__head--title .lg {
  font-size: 1.56em;
  font-weight: 700;
}
.point-list__head--title .xl {
  font-size: 1.97em;
  font-weight: 700;
  padding: 0 0.05em;
}
.point-list__head--title .note {
  font-size: max(0.41em, 1rem);
  line-height: 1.2857142857;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0;
  transform: translateY(20%);
}
@media screen and (max-width: 767px) {
  .point-list__head--title .note {
    display: block;
  }
}

.point-list__body {
  padding: 2em 0 3.125em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .point-list__body {
    padding: 2em 0;
  }
}
.point-list__body.-pb0 {
  padding-bottom: 0;
}

.point-list__body--text {
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.75;
  text-align: center;
}

.point1__contents {
  max-width: 51.25em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.375em;
}
@media screen and (max-width: 767px) {
  .point1__contents {
    margin-top: 0;
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .point1-table__wrap {
    overflow: scroll;
    padding-bottom: 0.75em;
    padding-top: 2em;
  }
}

.point1-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .point1-table {
    width: 40em;
  }
}
.point1-table tr > :nth-of-type(1) {
  width: 17.6em;
}
@media screen and (max-width: 767px) {
  .point1-table tr > :nth-of-type(1) {
    width: 14em;
  }
}
.point1-table tr > :nth-of-type(2) {
  width: 16.47em;
}
@media screen and (max-width: 767px) {
  .point1-table tr > :nth-of-type(2) {
    width: 12em;
  }
}
.point1-table tr.head {
  height: 2.375em;
}
.point1-table tr.lg {
  height: 3.375em;
}
.point1-table tr.lg td {
  font-size: 0.875em;
}
.point1-table tr.lg td span.lg {
  font-size: 2.21em;
  font-weight: 700;
  font-family: "HelveticaNeue", sans-serif;
}
.point1-table tr.lg td span.to {
  font-size: 0.84em;
}
.point1-table tr.lg td.color {
  font-size: 1.25em;
  color: #ffc800;
}
.point1-table tr.lg td.color span.color-lg {
  font-size: 2.55em;
}
.point1-table tr.lg td.color span.point {
  font-size: 0.73em;
}
.point1-table tr.lg td.ab {
  font-size: 0.625em;
}
.point1-table tr.lg td.ab span.xl {
  font-size: 3.4em;
}
.point1-table tr.lg td.ab span.xl span.point {
  font-size: 0.74em;
}
.point1-table tr.sm {
  height: 2.125em;
}
.point1-table tr.sm td {
  font-size: 0.625em;
}
.point1-table tr.sm td span.lg {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "HelveticaNeue", sans-serif;
}
.point1-table tr.sm td span.to {
  font-size: 0.82em;
}
.point1-table tr.sm td.color {
  font-size: 0.5em;
}
.point1-table tr.sm td.color span.color-sm {
  font-size: 2.75em;
}
.point1-table tr.sm td.color span.point {
  font-size: 0.77em;
}
.point1-table tr.sm td.ab {
  font-size: 0.5em;
}
.point1-table tr.sm td.ab span.xl {
  font-size: 2.75em;
}
.point1-table tr.sm td.ab span.xl span.point {
  font-size: 0.77em;
}
.point1-table tr th, .point1-table tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #3c3c3c;
}
.point1-table tr th.color, .point1-table tr td.color {
  background-color: #fff;
  border-left: 3px solid #ffc800;
  border-right: 3px solid #ffc800;
}
.point1-table tr th.color.bottom, .point1-table tr td.color.bottom {
  border-bottom: 3px solid #ffc800;
}
.point1-table tr th {
  font-weight: 700;
  font-size: 0.9375em;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
}
.point1-table tr th.color {
  position: relative;
}
.point1-table tr th.color::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4.5em;
  background-color: #004d93;
  border-left: 3px solid #ffc800;
  border-right: 3px solid #ffc800;
  border-top: 3px solid #ffc800;
  z-index: 2;
}
.point1-table tr th.color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 9em;
  height: 3.2em;
  background: url(../img/table_cardloan.svg) no-repeat center/contain;
  z-index: 3;
}
.point1-table tr td {
  font-family: "VD", sans-serif;
  font-weight: 700;
}
.point1-table tr td.color span.color-lg,
.point1-table tr td.color span.color-sm {
  font-family: "HelveticaNeue", sans-serif;
}
.point1-table tr td span.to {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", HiraginoSans-W3, sans-serif;
}
.point1-table tr td.ab span.xl {
  font-weight: 700;
  font-family: "HelveticaNeue", sans-serif;
  letter-spacing: -0.05em;
}
.point1-ex {
  margin-top: 1.875em;
  border-radius: 1.6875em;
  border: 1px solid #3c3c3c;
  padding: 1.125em 1.5em;
  display: flex;
  justify-content: center;
  column-gap: 1.25em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point1-ex {
    flex-direction: column;
    border-radius: 0.625em;
    grid-template-columns: 1fr;
    padding: 1.125em 0.75em;
  }
}

.point1-ex__head {
  font-feature-settings: "palt";
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4545454545;
  position: relative;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .point1-ex__head {
    text-align: center;
    padding-bottom: 1.5em;
    padding-right: 0;
  }
}
.point1-ex__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.1em;
  height: 2.4em;
  background: url(../img/point1_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .point1-ex__head::before {
    transform: translateY(40%) rotate(90deg);
    top: unset;
    bottom: 0;
    right: 50%;
  }
}
.point1-ex__head span.lg {
  font-size: 1.36em;
  letter-spacing: 0.015em;
}

.point1-ex__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.875em;
}
@media screen and (max-width: 767px) {
  .point1-ex__contents {
    grid-template-columns: 1fr;
    margin-top: 0.625em;
  }
}

.point1-ex__contents--item {
  border-top: 1px solid rgba(60, 60, 60, 0.38);
  border-bottom: 1px solid rgba(60, 60, 60, 0.38);
  padding: 0.3em 0;
}
@media screen and (min-width: 768px) {
  .point1-ex__contents--item {
    width: 25em;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .point1-ex__contents--item:nth-child(n+2) {
    border-top: none;
  }
}

.point1-ex__dl {
  display: grid;
  grid-template-columns: 6.85em auto;
}
@media screen and (max-width: 767px) {
  .point1-ex__dl {
    grid-template-columns: 5.9375em auto;
  }
}
.point1-ex__dl dt {
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  border-right: 1px solid rgba(60, 60, 60, 0.38);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point1-ex__dl dt {
    font-size: 0.5em;
  }
}
.point1-ex__dl dt span.logo {
  display: block;
  width: 9.25em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
.point1-ex__dl dt span.bank {
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1.1666666667;
}
.point1-ex__dl dd {
  padding-left: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .point1-ex__dl dd {
    padding-left: 0;
  }
}

.point1-ex__dd--head {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point1-ex__dd--head {
    font-size: 0.875em;
    justify-content: center;
  }
}
.point1-ex__dd--head span.number {
  font-size: 2.14em;
  font-weight: 900;
  font-family: "HelveticaNeue", sans-serif;
  font-feature-settings: "palt";
  display: inline-block;
  margin-left: 0.3em;
}
.point1-ex__dd--head span.yen {
  font-size: 0.57em;
  font-weight: 700;
  display: inline-block;
  margin-left: 0.3em;
}

.point1-ex__dd--note {
  margin-top: -0.25em;
  font-size: 0.75em;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .point1-ex__dd--note {
    text-align: left;
    padding-left: 2em;
    line-height: 1.5;
    margin-top: 0;
    font-size: 0.55em;
  }
}

.point2__warp {
  display: grid;
  grid-template-columns: 5.1875em auto;
  column-gap: 1.875em;
  width: 90%;
  max-width: 55.875em;
  margin: 0.4375em auto 0;
}
@media screen and (max-width: 767px) {
  .point2__warp {
    grid-template-columns: 1fr;
    row-gap: 0.625em;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .point2__icon {
    width: 4em;
    margin-left: auto;
    margin-right: auto;
  }
}

.point2__texts--lead {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  .point2__texts--lead {
    padding-left: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .point2__texts--lead {
    font-size: 1.125em;
    text-align: center;
  }
}

.point2__texts--text {
  font-size: 0.9375em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .point2__texts--text {
    margin-top: 1em;
  }
}

.point3__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1.25em auto 0;
  width: 60%;
}
@media screen and (min-width: 1440px) {
  .point3__logos {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .point3__logos {
    width: 90%;
  }
}

.point3__logo:nth-child(1) {
  width: 13.875em;
}
@media screen and (max-width: 767px) {
  .point3__logo:nth-child(1) {
    width: 10em;
  }
}
.point3__logo:nth-child(2) {
  width: 9.375em;
  margin-left: 1.25em;
}
@media screen and (max-width: 767px) {
  .point3__logo:nth-child(2) {
    width: 7em;
  }
}
.point3__logo:nth-child(3) {
  width: 6.5em;
  margin-left: 1em;
}
.point3__logo:nth-child(4) {
  width: 8em;
  margin-left: -1.125em;
}
.point3__logo:nth-child(5) {
  width: 5.375em;
  margin-left: -0.5em;
}
.point3__logo:nth-child(6) {
  width: 4.875em;
  margin-left: 1.375em;
}
.point3__logo:nth-child(7) {
  width: 6.5em;
  margin-left: 0.625em;
}

.point4-lists {
  max-width: 55em;
  width: 90%;
  margin: 1.875em auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3em;
}
@media screen and (max-width: 767px) {
  .point4-lists {
    max-width: 25em;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25em;
    row-gap: 0.625em;
  }
}

.point4-list {
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .point4-list {
    font-size: 0.875em;
  }
}

.point-button__wrap {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .point-button__wrap {
    margin-top: 1.25em;
  }
}

.point-button {
  width: 18.375em;
  height: 3.75em;
}

.button {
  margin: 0 auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
  text-align: center;
  background-color: #37b2e4;
  color: #fff;
  border-radius: 0.9375em;
  background-color: #37b2e4;
  filter: drop-shadow(0 0.125em 0.125em rgba(0, 0, 0, 0.5));
  position: relative;
  transition: all 0.3s ease;
}
.button:hover {
  filter: brightness(105%) drop-shadow(0 0.125em 0.125em rgba(0, 0, 0, 0.5));
}
.button:hover::before {
  transform: translateY(calc(-50% + 0.25em));
}
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625em;
  transform: translateY(-50%);
  width: 1em;
  height: 0.5em;
  background: url(../img/button_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.point5__wrap {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.point5__head {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.75em;
}
@media screen and (max-width: 767px) {
  .point5__head {
    flex-direction: column;
  }
}

.point5__head--icon {
  width: 8em;
}
@media screen and (max-width: 767px) {
  .point5__head--icon {
    width: 5em;
  }
}

.point5__head--texts {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .point5__head--texts span.sp {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .point5__head--texts {
    flex-direction: column;
    font-size: 0.8em;
    margin-top: 0.625em;
  }
  .point5__head--texts span.sp {
    display: block;
    margin-top: -0.5em;
  }
}
.point5__head--texts span.monthly {
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.1428571429;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
}
.point5__head--texts span.number {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 900;
  font-feature-settings: "palt";
  font-size: 6.625em;
  color: #ffc800;
  margin-left: 0.05em;
  display: inline-block;
}
.point5__head--texts span.number span.point {
  font-size: 0.55em;
}
.point5__head--texts span.yen {
  display: inline-block;
  align-self: flex-end;
  font-weight: 700;
  font-size: 1.875em;
  letter-spacing: 0.045em;
  line-height: 2;
  margin-left: 0.25em;
}

.point5__head--note {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .point5__head--note {
    font-size: 0.75em;
    text-align: center;
  }
}

.point5__ex {
  text-align: center;
  font-size: 0.8125em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.065em;
  margin-top: 1.75em;
}

.point5__ex--text {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
}
.point5__ex--text span.number {
  display: inline-block;
  font-size: 2.29em;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 900;
  font-feature-settings: "palt";
  margin-left: 0.1em;
}
.point5__ex--text span.number span.yen {
  font-size: 0.57em;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", HiraginoSans-W3, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-feature-settings: "palt";
}

.point5__ex--note {
  text-align: center;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  line-height: 1.75;
  margin-bottom: 1.75em;
}

.point6-lists {
  display: flex;
  justify-content: center;
  column-gap: 2em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .point6-lists {
    flex-wrap: wrap;
    column-gap: 1.25em;
    margin-top: 1.25em;
  }
}

.point6-list {
  text-align: center;
  color: #37b2e4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13.5em;
  height: 13.5em;
  border: 0.4375em solid #37b2e4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .point6-list {
    width: 9em;
    height: 9em;
    border: 0.3em solid #37b2e4;
  }
}

.point6-list__head {
  font-size: 1.5625em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .point6-list__head {
    font-size: 1em;
  }
}

.point6-list__body {
  font-size: 2.0625em;
  font-weight: 700;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: -0.5em;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 767px) {
  .point6-list__body {
    font-size: 1.5em;
  }
}
.point6-list__body span.number {
  color: #ffc800;
  font-size: 4.79em;
  font-weight: 900;
  font-family: "HelveticaNeue", sans-serif;
  letter-spacing: normal;
  font-feature-settings: "palt";
  display: inline-block;
  line-height: 1;
}
.point6-list__body span.yen {
  display: inline-block;
  position: absolute;
  bottom: 0.5em;
  right: 0;
  transform: translateX(50%);
}

.point7__wrap {
  width: 90%;
  max-width: 56.25em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 14.375em auto;
  column-gap: 6.25em;
}
@media screen and (max-width: 1024px) {
  .point7__wrap {
    grid-template-columns: 12em auto;
    column-gap: 2em;
  }
}
@media screen and (max-width: 767px) {
  .point7__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .point7__wrap {
    display: grid;
    grid-template-columns: 38% auto;
  }
}

.point7__phone {
  transform: translateY(1%);
}
@media screen and (max-width: 767px) {
  .point7__phone {
    width: 70%;
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25em;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .point7__phone {
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .point7__contents {
    display: contents;
  }
}

.point7__head {
  display: grid;
  grid-template-columns: 5.75em auto;
  column-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .point7__head {
    grid-template-columns: 2.5em auto;
    column-gap: 0.625em;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .point7__head {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.point7__head--text {
  text-align: left;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .point7__head--text {
    font-size: 0.875em;
  }
}

.point7__body {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .point7__body {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .point7__body {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .point7__body {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-bottom: 1.25em;
  }
}

.point7__body--item:nth-child(1) {
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .point7__body--item:nth-child(1) {
    padding: 0 0 1.25em;
  }
}
.point7__body--item:nth-child(2) {
  padding-left: 2em;
  border-left: 1px solid #3c3c3c;
}
@media screen and (max-width: 767px) {
  .point7__body--item:nth-child(2) {
    padding: 1.25em 0 0;
    border-left: none;
    border-top: 1px solid #3c3c3c;
  }
}

@media screen and (max-width: 767px) {
  .point7__body--text {
    font-size: 0.875em;
  }
}

.point7__body--link {
  display: block;
  margin-top: 1em;
  max-width: 14.875em;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .point7__body--link {
    margin-top: 0.5em;
  }
}
.point7__body--link:hover {
  opacity: 0.7;
}

.point7__body--note {
  font-size: 0.8125em;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .point7__body--note {
    font-size: 0.625em;
  }
}

/*======================================
    利用事例
======================================*/
.ex {
  margin-top: 11.25em;
  padding-bottom: 6.25em;
  background-color: #e8f2f2;
}
@media screen and (max-width: 767px) {
  .ex {
    margin-top: 6.25em;
    padding-bottom: 3.75em;
  }
}

.ex__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.57em;
  transform: translateY(-50%);
  background-color: #37b2e4;
  border-radius: 3em;
}

.ex__contents {
  margin-top: 1.25em;
  display: grid;
  grid-template-columns: 1fr 36% 1fr;
  column-gap: 2em;
}
@media screen and (max-width: 767px) {
  .ex__contents {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .ex__item:nth-child(2) {
    border-left: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    padding: 0 2em;
  }
}
@media screen and (max-width: 1024px) {
  .ex__item {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .ex__item {
    font-size: 1em;
  }
  .ex__item:nth-child(2) {
    padding: 2.5em 0;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    margin: 2.5em 0;
  }
}

.ex__item--img {
  max-width: 18.75em;
  margin-left: auto;
  margin-right: auto;
}

.ex__item--lead {
  text-align: center;
  margin-top: 1.25em;
}
.ex__item--lead span.underline {
  display: inline;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.045em;
  line-height: 1.2173913043;
  font-size: 1.4375em;
  padding-bottom: 0.13em;
  background-image: linear-gradient(to top, #ffc800 0%, #ffc800 0.13em, rgba(255, 255, 255, 0) 0.13em, rgba(255, 255, 255, 0) 100%);
}

.ex__item--text {
  letter-spacing: 0.045em;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25em;
  font-feature-settings: "palt";
}

.ex__item--bottom {
  margin-top: 1.5em;
}

.ex__item--cardloan {
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.375;
  font-feature-settings: "palt";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #37b2e4;
  max-width: 13.75em;
  padding-bottom: 0.8em;
  height: 5em;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 2.25em), 50% 100%, 0 calc(100% - 2.25em));
  margin: 0 auto;
}

.ex__item--illust {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.ex__item--illust.-ex1 {
  max-width: 8em;
  margin-top: -1.25em;
}
.ex__item--illust.-ex2 {
  max-width: 6.8125em;
  margin-top: -0.25em;
}
.ex__item--illust.-ex3 {
  max-width: 6.0625em;
  margin-top: -1.125em;
}

.ex__item--monthly {
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
  line-height: 1.1818181818;
  margin-top: 0.7em;
}
.ex__item--monthly span.lg {
  display: block;
  font-size: 0.9em;
}
.ex__item--monthly span.number {
  font-weight: 900;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 3.45em;
  color: #ffc800;
  letter-spacing: -0.01em;
  display: inline-block;
  line-height: 1;
  margin-right: 0.05em;
}
.ex__item--monthly span.letter {
  font-size: 0.55em;
}
.ex__item--monthly span.md {
  font-size: 1.14em;
  font-feature-settings: "palt";
}

.ex__item--atm {
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.52;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 0.8em;
}

.ex__item--fee {
  font-size: 1.5625em;
  font-weight: 700;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
}
.ex__item--fee span.lg {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.5em;
}
.ex__item--fee span.lg span.number {
  font-size: 3.45em;
  font-weight: 900;
  font-feature-settings: "palt";
  font-family: "HelveticaNeue", sans-serif;
  color: #ffc800;
  display: inline-block;
  margin-right: 0.05em;
}

.ex__item--note {
  text-align: center;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.75;
  font-size: 0.8125em;
}
.ex__item--note span.md {
  font-size: 1.15em;
  letter-spacing: 0.056em;
  display: block;
  font-feature-settings: "palt";
}

/*======================================
    ご利用までの流れ
======================================*/
.flow {
  background-color: #37b2e4;
  padding: 5.625em 0 6.25em;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 3.125em 0;
  }
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.875em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .steps {
    grid-template-columns: 1fr;
    max-width: 17.5em;
    margin-left: auto;
    margin-right: auto;
  }
}

.step {
  background-color: #fff;
  border-radius: 0.1875em;
  position: relative;
  padding-bottom: 1.625em;
}
.step:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 1.25em;
  height: 1.25em;
  background: url(../img/flow_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .step:not(:last-child)::before {
    right: 50%;
    top: unset;
    bottom: 0;
    transform: translate(50%, 100%) rotate(90deg);
  }
}

.step__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  transform: translate(-16.7%, -16.7%);
}

.step__img {
  max-width: 6em;
  height: 8.375em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.step__title {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  line-height: 1.75;
}

.step__text {
  text-align: center;
  font-size: 0.8125em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
  margin-top: 1em;
}

.flow__note {
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  line-height: 1.75;
  margin-top: 2em;
  color: #fff;
}

/*======================================
    返済
======================================*/
.repayment {
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .repayment {
    margin-top: 3.125em;
  }
}

.payment {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .payment {
    margin-top: 1.25em;
  }
}

.repayment__text {
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .repayment__text {
    font-size: 1em;
  }
}

.repayment__wrap {
  max-width: 44.375em;
  margin: 1.25em auto 0;
}
@media screen and (max-width: 767px) {
  .repayment__wrap {
    margin: 0.625em auto 0;
  }
}

.repayment__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.repayment__table tr th, .repayment__table tr td {
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  border: 2px solid #004d93;
}
.repayment__table tr th {
  background-color: #37b2e4;
  color: #fff;
  font-size: 1.125em;
  letter-spacing: 0.065em;
  height: 2.34em;
}
@media screen and (max-width: 767px) {
  .repayment__table tr th {
    font-size: 0.75em;
  }
  .repayment__table tr th:nth-child(2) {
    width: 10em;
  }
}
.repayment__table tr td {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  height: 2.15em;
}
@media screen and (max-width: 767px) {
  .repayment__table tr td {
    font-size: 0.875em;
  }
}

.repayment__note {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .repayment__note {
    font-size: 0.75em;
  }
}

.faq {
  background-color: #e8f2f2;
  margin-top: 6.875em;
  padding: 5.625em 0 8.125em;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 3.75em;
    padding: 3.75em 0;
  }
}

.faq__title {
  text-align: center;
  color: #37b2e4;
  font-weight: 700;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
}
.faq__title span.en {
  display: block;
  font-size: 2.25em;
  letter-spacing: 0.155em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", HiraginoSans-W3, sans-serif;
  margin-bottom: 0.3em;
}

.faq-lists {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .faq-lists {
    margin-top: 1.25em;
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-list {
  border: 1px solid #3c3c3c;
  border-radius: 0.625em 0 0 0;
}
.faq-list:nth-child(n+2) {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .faq-list:nth-child(n+2) {
    margin-top: 1.25em;
  }
}

.faq__dl dt, .faq__dl dd {
  padding-left: 6.875em;
}
@media screen and (max-width: 767px) {
  .faq__dl dt, .faq__dl dd {
    padding-left: 2.5em;
  }
}
.faq__dl dt {
  padding-right: 5em;
  min-height: 8.375em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__dl dt {
    min-height: 5em;
    padding-right: 2.5em;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
}
.faq__dl dt::before, .faq__dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 2.625em;
  height: 0.125em;
  background-color: #37b2e4;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__dl dt::before, .faq__dl dt::after {
    width: 1.25em;
    right: 1.25em;
  }
}
.faq__dl dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq__dl dt.active::after {
  transform: translateY(-50%);
}
.faq__dl dt:hover {
  cursor: pointer;
}
.faq__dl dt span.head {
  display: block;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.155em;
  line-height: 1.75;
  font-feature-settings: "palt";
  color: #37b2e4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__dl dt span.head {
    font-size: 1em;
  }
}
.faq__dl dt span.head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 1.27em), -50%);
  width: 1.4em;
  height: 1.5em;
  background: url(../img/faq_q.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .faq__dl dt span.head::before {
    transform: translate(calc(-100% - 0.5em), -50%);
    width: 1em;
    height: 1.2em;
  }
}
.faq__dl dd {
  padding-right: 3.5em;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  border-top: 1px solid #3c3c3c;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq__dl dd {
    font-size: 0.875em;
    padding-left: 2.7em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.faq__dl dd span.contents {
  font-weight: 700;
  letter-spacing: 0.155em;
  line-height: 1.75;
  font-feature-settings: "palt";
  display: block;
  position: relative;
}
.faq__dl dd span.contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(-100% - 1.75em), 25%);
  width: 1.75em;
  height: 1.75em;
  background: url(../img/faq_a.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .faq__dl dd span.contents::before {
    transform: translate(calc(-100% - 0.75em), 25%);
    width: 1.07em;
    height: 1.29em;
  }
}

.product {
  margin-top: 8.625em;
}
@media screen and (max-width: 767px) {
  .product {
    margin-top: 4em;
  }
}

@media screen and (max-width: 767px) {
  .product__inner {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }
}

.product__wrap {
  border: 1px solid #3c3c3c;
  border-radius: 0.625em 0 0 0;
}

.product__head {
  position: relative;
  min-height: 8.375em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.4375em;
}
@media screen and (max-width: 767px) {
  .product__head {
    min-height: 5em;
    padding-left: 2em;
  }
}
.product__head::before, .product__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 2.625em;
  height: 0.125em;
  background-color: #37b2e4;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .product__head::before, .product__head::after {
    width: 1.25em;
    right: 1.25em;
  }
}
.product__head::after {
  transform: translateY(-50%) rotate(90deg);
}
.product__head.active::after {
  transform: translateY(-50%);
}
.product__head:hover {
  cursor: pointer;
}

.product__title {
  font-size: 1.375em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.155em;
  color: #37b2e4;
}
@media screen and (max-width: 767px) {
  .product__title {
    font-size: 1em;
  }
}

.product__body {
  border-top: 1px solid #3c3c3c;
  display: none;
  padding: 3em 0 3.75em;
}
@media screen and (max-width: 767px) {
  .product__body {
    padding: 2em 0 2.75em;
  }
}

.product__body--contents {
  max-width: 38.625em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.product-list:nth-child(n+2) {
  margin-top: 1.25em;
}

.product-list__title {
  position: relative;
  margin-bottom: 0.25em;
}
.product-list__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #3c3c3c;
  z-index: -1;
}
.product-list__title span {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.6666666667;
  letter-spacing: 0.12em;
  background-color: #fff;
  padding-right: 0.75em;
}
@media screen and (max-width: 767px) {
  .product-list__title span {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}

.product-list__text {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.155em;
  line-height: 1.5714285714;
  font-feature-settings: "palt";
}
.product-list__text.-note {
  padding-left: 1em;
  position: relative;
}
.product-list__text.-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.product__rate {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.625em;
}
.product__rate tr th, .product__rate tr td {
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875em;
  letter-spacing: 0.12em;
  border: 1px solid #3c3c3c;
  line-height: 1.2142857143;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .product__rate tr th, .product__rate tr td {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .product__rate tr th:nth-child(2) {
    width: 5em;
  }
}

.product__repayment {
  table-layout: fixed;
  width: 100%;
  max-width: 25.25em;
  border-collapse: collapse;
  margin-bottom: 0.625em;
  margin-top: 0.625em;
}
.product__repayment tr th, .product__repayment tr td {
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875em;
  letter-spacing: 0.12em;
  border: 1px solid #3c3c3c;
  line-height: 1.2142857143;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .product__repayment tr th, .product__repayment tr td {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .product__repayment tr th:nth-child(2) {
    width: 10em;
  }
}

.product__note {
  padding-left: 1em;
  position: relative;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  line-height: 1.75;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .product__note {
    font-size: 0.625em;
  }
}
.product__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*======================================
    留意事項と個人情報
======================================*/
.agree {
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .agree {
    margin-top: 3.125em;
  }
}

.agree__wrap {
  background-color: #e8f2f2;
  border-radius: 0.625em;
  padding: 5.375em 0 5.625em;
}
@media screen and (max-width: 767px) {
  .agree__wrap {
    padding: 2.5em 0;
  }
}

.agree__contents {
  max-width: 54.875em;
  width: 90%;
  margin: 0 auto;
}

.agree__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.75em;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .agree__title {
    font-size: 1.25em;
  }
}

.scroll__wrap {
  background-color: #fff;
  padding: 2.375em 2em 2.375em 0;
  border-radius: 0.625em;
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .scroll__wrap {
    padding-right: 1em;
    margin-top: 1.25em;
  }
}

.scroll__contents {
  overflow-y: scroll;
  height: 16.75em;
  padding-right: 2.625em;
  position: relative;
  width: 94%;
  margin-left: auto;
}
.scroll__contents a {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .scroll__contents {
    padding-right: 1em;
  }
}
.scroll__contents::-webkit-scrollbar {
  height: 16.75em;
  width: 5px;
}
.scroll__contents::-webkit-scrollbar-track {
  border-left: 1px solid #37b2e4;
}
.scroll__contents::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #37b2e4;
}

.scroll__contents--title {
  font-size: 1.25em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.155em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .scroll__contents--title {
    font-size: 1em;
  }
}

.scroll__contents--numbers {
  margin-top: 1em;
  counter-reset: number;
}
.scroll__contents--numbers li {
  padding-left: 1.5em;
  position: relative;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.9285714286;
  font-weight: 700;
}
.scroll__contents--numbers li a {
  color: #37b2e4;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.scroll__contents--numbers li a:hover {
  opacity: 0.7;
}
.scroll__contents--numbers li.accent {
  color: #e60014;
}
.scroll__contents--numbers li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.agree__texts {
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .agree__texts {
    margin-top: 0.625em;
  }
}

.agree__text {
  color: #004d93;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.9285714286;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .agree__text {
    font-size: 0.75em;
  }
}
.agree__text.accent {
  color: #e60014;
}
.agree__text.-note {
  position: relative;
}
.agree__text.-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.agree__button--wrap {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .agree__button--wrap {
    margin-top: 2.5em;
  }
}

.agree-button::before {
  width: 0.875em;
  height: 0.875em;
  background: url(../img/flow_arrow.svg) no-repeat center/contain;
}
.agree-button:hover::before {
  transform: translate(0.2em, -50%);
}

/*======================================
    contact
======================================*/
.contact {
  margin-top: 5.625em;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 3.125em;
  }
}

.contact__wrap {
  max-width: 32.5em;
  margin-left: auto;
  margin-right: auto;
}

.contact__container {
  background-color: #e8f2f2;
  border-radius: 0.625em;
  text-align: center;
  padding: 1.75em 0;
}

.contact__head {
  font-weight: 500;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.contact__number {
  display: inline-block;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 2.9375em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .contact__number {
    font-size: 2em;
  }
}
.contact__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.36em;
  height: 0.8em;
  background: url(../img/icon_tel.svg) no-repeat center/contain;
}
.contact__number span.line {
  font-weight: 400;
}

.contact__hours {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-top: 1em;
}

.contact__text {
  font-size: 0.9375em;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
  max-width: 33.33em;
  margin: 1.75em auto 0;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 0.75em;
    margin-top: 1em;
  }
}

/*======================================
    固定ボタン
======================================*/
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #37b2e4;
  z-index: 300;
  padding: 0.625em 0;
  transform: translateY(80%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fixed.show {
  opacity: 1;
  transform: translateY(0);
}
.fixed:hover .fixed__button {
  filter: brightness(80%);
}
.fixed:hover .fixed__button::before {
  transform: translate(0.1em, -50%);
}

.fixed__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fixed__inner {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    column-gap: 0.625em;
  }
}

.fixed__head {
  background-color: #ffc800;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.4285714286;
  padding: 0 0.5em;
  border-radius: 3em;
}
@media screen and (max-width: 767px) {
  .fixed__head {
    font-size: 1em;
    border-radius: 0.625em;
  }
}

.fixed__sp {
  display: contents;
}
@media screen and (max-width: 767px) {
  .fixed__sp {
    display: block;
  }
}

.fixed__text {
  font-size: 1.75em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fixed__text {
    font-size: 1em;
    margin: 0;
  }
}
.fixed__text span.accent {
  display: inline-block;
  margin: 0 0.25em;
  font-size: 1.08em;
}
.fixed__text span.accent img {
  width: auto;
  height: 1em;
}

.fixed__button {
  font-size: 1.5625em;
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.56;
  background-color: #004d93;
  border-radius: 0.2em;
  padding-left: 0.48em;
  padding-right: 1.4em;
  position: relative;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fixed__button {
    font-size: 1em;
    margin-top: 0.2em;
  }
}
.fixed__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.48em;
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
  background: url(../img/fixed_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.to-top {
  position: fixed;
  bottom: 5em;
  right: 2.5vw;
  z-index: 300;
  width: 5.75em;
  filter: drop-shadow(0.1875em 0.1875em 0.1875em rgba(0, 0, 0, 0.2));
  display: none;
}
@media screen and (max-width: 1024px) {
  .to-top {
    width: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 2.5em;
    bottom: 4.5em;
    right: 0.25em;
  }
}

/*======================================
    shindan
======================================*/
.shindan {
  padding: 5.625em 0 6.875em;
}
@media screen and (max-width: 767px) {
  .shindan {
    padding: 2.5em 0 3.75em;
  }
}

.shindan__title {
  max-width: 26.625em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shindan__title {
    max-width: 15em;
  }
}

.shindan-form__lists {
  max-width: 26.25em;
  margin: 4.375em auto 0;
}
@media screen and (max-width: 767px) {
  .shindan-form__lists {
    margin-top: 2.5em;
  }
}

.shindan-form__list:nth-child(n+2) {
  margin-top: 2.5em;
}

.shindan-form__list--head {
  padding-left: 1em;
  color: #646464;
  font-size: 1.0625em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.58em;
}
.shindan-form__list--head::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #78afe1;
}

.shindan-form__list--select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d4dae8;
  background: #fff url(../img/select_arrow.svg) no-repeat center right 1.2em/1em 0.5em;
  border-radius: 0.625em;
  font-size: 20px;
  width: 100%;
  line-height: 1.75;
  padding: 0.825em 2em;
  color: #35508f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .shindan-form__list--select select {
    font-size: 16px;
  }
}

.shindan-form__list--input {
  display: flex;
  align-items: flex-end;
  column-gap: 0.625em;
  white-space: nowrap;
  color: #646464;
  font-weight: 700;
  font-size: 1.0625em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.shindan-form__list--input input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d4dae8;
  background-color: #fff;
  border-radius: 0.625em;
  font-size: 20px;
  max-width: 23.5em;
  width: 100%;
  line-height: 1.75;
  color: #35508f;
  font-weight: 700;
  padding: 0.825em 2em;
}
@media screen and (max-width: 767px) {
  .shindan-form__list--input input {
    font-size: 16px;
    max-width: 15em;
  }
}

.shindan-form__notes {
  max-width: 52em;
  margin: 3em auto 0;
}
@media screen and (max-width: 767px) {
  .shindan-form__notes {
    margin-top: 0.625em;
  }
}

.hindan-form__note {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-feature-settings: "palt";
  padding-left: 1em;
  position: relative;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .hindan-form__note {
    font-size: 0.875em;
  }
}
.hindan-form__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.shindan-form__submit {
  max-width: 36.75em;
  margin: 4.375em auto 0;
}
@media screen and (max-width: 767px) {
  .shindan-form__submit {
    margin-top: 2.5em;
  }
}
.shindan-form__submit button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.shindan-button {
  background-color: #35508f;
  font-size: 2.3125em;
  font-weight: 700;
  width: 100%;
  max-width: 15.89em;
  height: 3.24em;
  border: none;
  flex-direction: column;
  border-radius: 0.81em;
}
.shindan-button span.sm {
  font-size: 0.76em;
  line-height: 1.5;
}
.shindan-button span.text img {
  width: auto;
  height: 1em;
}
@media screen and (max-width: 767px) {
  .shindan-button {
    font-size: 1.25em;
  }
}
.shindan-button::before {
  right: 1em;
  width: 0.76em;
  height: 0.76em;
  background: url(../img/flow_arrow.svg) no-repeat center/contain;
}
.shindan-button:hover::before {
  transform: translate(0.2em, -50%);
}

.shindan-footer {
  margin-top: auto;
  background-color: #78afe1;
  padding: 2em 0;
}
.shindan-footer .footer__logo {
  max-width: 20.375em;
}

.shindan-kekka__title {
  text-align: center;
  font-size: 1.875em;
  font-feature-settings: "palt";
  letter-spacing: 0.085em;
  color: #35508f;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__title {
    font-size: 1.125em;
  }
}

.shindan-kekka__result {
  text-align: center;
  font-size: 3.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #35508f;
  line-height: 1.48;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__result {
    font-size: 1.375em;
    margin-top: 1.5em;
  }
}

.shindan-kekka__text {
  text-align: center;
  font-weight: 700;
  margin-top: 3.75em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__text {
    font-size: 0.875em;
  }
}

.shindan-kekka__button.-kekka01 {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__button.-kekka01 {
    margin-top: 1.25em;
  }
}
.shindan-kekka__button.-kekka02 {
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__button.-kekka02 {
    margin-top: 0.625em;
  }
}

.shindan-kekka__note {
  color: #646464;
  padding-left: 1em;
  position: relative;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: 700;
  width: fit-content;
  margin: 3.6em auto 0;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__note {
    font-size: 0.75em;
  }
}
.shindan-kekka__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.shindan-kekka__subtitle {
  font-size: 2.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.5294117647;
  color: #35508f;
  text-align: center;
  margin-top: 2.65em;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__subtitle {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 768px) {
  .shindan-kekka__subtitle.-mtsm {
    margin-top: 1.5em;
  }
}

.shindan-kekka__link {
  text-align: center;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__link {
    margin-top: 1.25em;
  }
}
.shindan-kekka__link a {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  border-bottom: 1px solid #35508f;
  color: #35508f;
  padding-bottom: 0.1em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .shindan-kekka__link a {
    font-size: 1em;
  }
}
.shindan-kekka__link a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
