@charset "UTF-8";
/*z-index memo*/
/*
 -1 #point ul li .txt::after
0018 .cta .tel
0019 .cta .img
0029 #voice .slick-arrow
0099 #header
0999 #popupad
*/

/* reset & base structure
----------------------------------------- */
:root {
  --blue: #0050cb;
  --l-blue: #eff4fd;
  --orange: #ff6c00;
  --l-orange: #ffeda6;
  --bg-gray: #e3e3e3;
  --sub: #e4f2fd;
  --red: #ed3838;

  --font-base: Helvetica, 'Helvetica Neue', 'Noto Sans CJK JP', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Arial, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  --font-num-noto: 'Noto Sans CJK JP', 'Noto Sans JP', Helvetica, 'Helvetica Neue', Arial, 'メイリオ', sans-serif;
}
a, abbr, acronym, address, applet, article, aside, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
}
body.preload * {
  transition: none !important;
}
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
}
li, ol, ul {
  list-style: none;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
caption, td, th {
  text-align: left;
  font-weight: 500;
}
em {
  font-style: normal;
}
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 55%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.9em;
}
a {
  color: #222;
  text-decoration: none;
  transition: .3s;
}
a:hover {
  opacity: .65;
  transition: .3s;
}
.sp {
  display: none;
}
.contents {
  padding-top: 76px
}
.section {
  padding: 70px 0;
}
.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width:767px) {
  body {
    font-size: 16px
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .contents {
    padding-top: 60px
  }
  .section {
    padding: 45px 0;
  }
}

/* heading
----------------------------------------- */
h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
h2 img {
  display: inline;
  width: auto;
  height: 1.8em;
  vertical-align: middle;
}
h2 img + span {
  padding-left: .3em;
  vertical-align: middle;
}
h3 {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 28px;
  }
}

/* btn
----------------------------------------- */
.btn {
  border-radius: 50px;
  width: 235px;
  max-width: 100%;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn_bd {
  border: 3px solid var(--blue);
  color: var(--blue);
  background: #fff;
  transition: ease-out .12s background
}
.btn_bd:hover {
  background: rgba(0, 80, 203, .2)
}
.btn_orange {
  background: var(--orange);
  color: #fff;
  border: 3px solid #fff;
  box-sizing: content-box;
}
.btn_lorange {
  border: 3px solid var(--orange);
  background: var(--l-orange);
  color: var(--orange);
}
@media screen and (max-width:767px) {
  .btn {
    font-size: 16px;
    height: 60px
  }
}

/* decoratioin
----------------------------------------- */
.linetHead {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #000;
  position: relative;
  padding: 0 5px 2px;
  margin-bottom: 30px;
}
.linetHead::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  transform: translateY(50%) rotate(45deg)
}
.spike {
  color: var(--blue);
  background: url(../images/bg_toge_white.png) no-repeat center center/100% auto;
  width: 231px;
  height: 99px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 5px;
  margin: 0 5px;
}
@media screen and (max-width:767px) {
  .linetHead {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .spike {
    width: 159px;
    height: 70px;
    padding: 0;
  }
}

/* fadeIn
----------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.hero .copy, .hero .img, .hero .txt {
  opacity: 0;
  transform: translateY(20px)
}
.hero .txt {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .4s forwards
}
.hero .copy {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .6s forwards
}
.hero .img {
  animation: fadeIn 2.5s cubic-bezier(.3, .3, .1, .9) .8s forwards
}
.animTrig {
  opacity: 0;
  transform: translateY(20px)
}
.animTrig.animStart {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 0s forwards
}
.animTrig--num > * {
  opacity: 0;
  transform: translateY(20px)
}
.animTrig--num.animStart > :nth-child(1) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .2s forwards
}
.animTrig--num.animStart > :nth-child(2) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .4s forwards
}
.animTrig--num.animStart > :nth-child(3) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .6s forwards
}
.animTrig--num.animStart > :nth-child(4) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .8s forwards
}
.animTrig--num.animStart > :nth-child(5) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1s forwards
}
.animTrig--num.animStart > :nth-child(6) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.2s forwards
}
.animTrig--num.animStart > :nth-child(7) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.4s forwards
}
.animTrig--num.animStart > :nth-child(8) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.6s forwards
}
.animTrig--num.animStart > :nth-child(9) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.8s forwards
}
.animTrig--num.animStart > :nth-child(10) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 2s forwards
}

/* #header
----------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 99;
}
#header.scroll {
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}
#header .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding-block: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  text-align: center;
  padding-bottom: 6px;
}
#header .logo span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 6px;
}
#header .logo img {
  display: block;
  height: 28px; 
}
#header .tel {
  margin-left: auto;
  margin-right: 10px;
  font-weight: 700;
  font-size: 29px;
  padding-top: .5em;
}
#header .tel, #header .tel a {
  color: var(--blue);
}
#header .tel a:hover {
  opacity: 1;
  transition: 0;
}
#header .tel small {
  font-size: 60%;
  margin-right: 5px;
}
#header .tel span {
  font-size: 47%;
  color: #000;
  margin-left: 5px;
  font-weight: 500;
  line-height: 1.4;
}
#header .ctaBtn .btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#header .ctaBtn .copy {
  color: var(--red);
  font-size: 15px;
  padding: .2em 0 .3em;
  font-family: var(--font-num-noto);
}
#header .ctaBtn .btn {
  height: 50px;
  width: 46%;
  min-width: 220px;
}
#header .ctaBtn .btn + .btn {
  margin-left: .8em;
}
@media screen and (max-width:1300px) {
  #header .tel {
    font-size: 27px;
  }
  #headerBtnWrap .btn {
    width: 200px;
    margin: 0 8px;
  }
  #headerBtnWrap_cp .btn {
    width: 200px;
    margin: 0 8px;
  }
  #headerBtnWrap_cp .cp_copy {
    font-size: 14px !important;
    margin: 2px 0 5px;
    padding-bottom: 0;
  }
}
@media screen and (max-width:1180px) {
  #header .tel {
    font-size: 25px;
  }
  #header .ctaBtn {
    display: none;
  }
}
@media screen and (max-width:767px) {
  #header {
    height: 50px;
  }
  #header .logo {
    width: 130px;
    padding: 0 15px;
  }
  #header .logo span {
    font-size: 8px;
    padding-bottom: 2px;
  }
  #header .logo img {
    height: 20px;
  }
  #header .inner {
    width: 100%;
    padding-block: 0;
  }
  #header .tel {
    margin-right: 1em;
    font-size: 4.8vw;
    line-height: 1.2;
  }
  #header .tel span {
    display: none;
  }
}

/* humberger
----------------------------------------- */
.switch {
  width: 80px;
  height: 56px;
  position: relative;
  cursor: pointer;
}
.switch:after, .switch:before {
  content: "";
  transition: cubic-bezier(.3, .5, 0, 1) .5s transform;
}
.switch span {
  transition: ease-out .3s opacity;
}
.switch span, .switch:after, .switch:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 38px;
  height: 3px;
  background: var(--blue);
}
.switch:before {
  transform: translateY(-17px);
}
.switch:after {
  transform: translateY(17px);
}
.switch.open span {
  opacity: 0;
}
.switch.open:before {
  transform: rotate(45deg);
}
.switch.open:after {
  transform: rotate(135deg);
}
.navGlobal {
  display: none;
  position: absolute;
  top: 76px;
  left: -20px;
  right: -20px;
  height: calc(100vh - 100px);
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  padding: 40px 0;
  overflow: hidden;
  overflow-y: scroll;
}
.navGlobal ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.navGlobal ul li a {
  color: var(--blue);
  font-size: 22px;
  line-height: 1.4;
  display: inline-block;
  font-weight: 700;
}
.navGlobal ul li {
  margin: 15px 0;
}
.navGlobal ul li a:hover {
  text-decoration: underline
}
.navGlobalBtnWrap {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .switch {
    width: 60px;
    height: 100%;
  }
  .switch span, .switch:after, .switch:before {
    width: 26px;
    height: 2px;
  }
  .switch:before {
    transform: translateY(-10px);
  }
  .switch:after {
    transform: translateY(10px);
  }
  .navGlobal {
    top: 50px;
    height: calc(100vh - 50px);
    padding: 25px 0 40px;
  }
  .navGlobal ul {
    width: 90%;
  }
  .navGlobal ul li {
    margin: 8px 0;
  }
  .navGlobal ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width:768px) {
  .switch {
    margin-right: -2.5vw;
  }
}
@media screen and (min-width:941px) {
  .navGlobalBtnWrap {
    display: none;
  }
}

/* .hero キービジュアル
----------------------------------------- */
.hero {
  padding: 20px 0 50px;
}
.hero .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.hero .txt {
  width: 557px;
  text-align: center;
}
.hero .img {
  width: 703px;
}
.hero .annual > span {
  font-size: 24px;
  background: linear-gradient(transparent 70%, var(--l-orange) 70%, var(--l-orange) 100%);
  padding-inline: .2em;
  color: var(--red);
  font-weight: 700;
  letter-spacing: .08em;
}
.hero .annual .amount {
  font-size: 120%;
}
.hero .annual .amount em {
  font-size: 140%;
}
.hero .ttl {
  margin-block: .8em 1.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 38px;
  color: #555;
  font-weight: 700;
}
.hero .ttl img {
  display: block;
  width: 95%;
  height: auto;
  padding-top: 8px;
}
.hero .badge {
  display: flex;
  justify-content: space-evenly;
}
.hero .badge .col {
  width: 48%;
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: 7px;
  padding: 12px 5px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
}
.hero .badge .col em {
  font-size: 32px;
  padding-inline: .08em;
}
.hero .badge .col.fee {
  padding-inline: 24px 5px;
}
.hero .badge .col.fee em {
  font-size: 40px;
  line-height: 1;
}
.hero .badge .col.fee .circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 35%;
  transform: translate(-40%, -50%) rotate(-10deg);
  border-radius: 50%;
  padding: .5em;
  background-color: var(--orange);
  color: #fff;
  aspect-ratio: 1 / 1;  
}
@media screen and (max-width:767px) {
  .hero {
    padding: 10px 0 30px;
  }
  .hero .inner {
    flex-direction: column;
  }
  .hero .annual > span {
    font-size: 20px;
  }
  .hero .ttl {
    font-size: 24px;
  }
  .hero .ttl img {
    width: 80%;
  }
  .hero .txt {
    width: 100%
  }
  .hero .badge .col.fee .circle {
    font-size: 14px;
    transform: translate(-40%, -100%) rotate(-10deg);
  }
  .hero .img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

/* #about 入金QUICKとは
----------------------------------------- */
#about.section {
  background-color: var(--l-blue);
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
#about h2 {
  margin-bottom: 1.2em;
}
#about p + p {
  margin-top: 1em;  
}
#about p span {
  font-size: 110%;
  font-weight: 700;
  color: var(--blue);
}
#about p span em {
  font-size: 120%;
  padding-inline: .1em;
}
#about .note {
  font-size: 12px;
  margin-top: 2.5em;
}
#about .wrap {
  display: flex;
  justify-content: center;
  margin-block: 4em;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
#about .wrap .col {
  width: 180px;
  margin-inline: 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
}
#about .wrap .col .bg {
  display: block;
  width: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50%);
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
#about .wrap .col .img {
  max-width: 160px;
  background-color: #fff;
  border-radius: 50%;
  margin-block: .5em 1em;
}
#about .wrap .col .logo.nq {
  height: 30px;
  padding-bottom: 4px;
}
#about .wrap hr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  border-top: 6px dotted var(--blue);
}
@media screen and (max-width:767px) {
  #about h2 {
    margin-bottom: .8em;
  }
  #about .inner > p {
    font-size: 16px;
    text-align: left;
  }
  #about .inner p.note {
    font-size: 12px;
  }
  #about p em {
    font-size: 30px;
  }
  #about .wrap {
    justify-content: space-between;
    margin-block: 2em;
  }
  #about .wrap .col {
    width: 30%;
    margin-inline: 0;
  }
  #about .wrap .col .logo.nq {
    height: 22px;
  }
  #about .wrap .col p {
    font-size: 14px;
  }
  #about .wrap hr {
    border-width: 3px;
  }
}
/* #system しくみ
----------------------------------------- */
#system.section {
  text-align: center;
}
#system h2 {
  margin-bottom: 1em;
}
#system h2 span {
  color: var(--blue);
}
#system .description {
  font-size: 32px;
  line-height: 1.4;
}
#system .description span {
  font-size: 110%;
  font-weight: 700;
  color: var(--blue);
}
#system .description em {
  font-size: 120%;
  padding-inline: .1em;
}
#system .img {
  margin-top: 3.5em;
}
#system .note {
  text-align: left;
  font-size: 12px;
  margin-top: 2.5em;
}

@media screen and (max-width:767px) {
  #system h2 {
    font-size: 28px;
    margin-bottom: .6em;
  }
  #system .description {
    font-size: 20px;
  }
  #system .img {
    margin-top: 2em;
  }
  #system .note {
    font-size: 12px;
    text-align: left;
  }
}

/* #flow 流れ
----------------------------------------- */
#flow {
  background-color: var(--l-blue);
}
#flow .inner + .inner {
  padding-top: 5em;
}
#flow .description {
  text-align: center;
  line-height: 1.4;
  margin: 2em 0 3.5em;
}
#flow .description .blue {
  color: var(--blue);
  padding-inline: .1em;
  font-weight: 700;
}
#flow .description .orange {
  color: var(--orange);
  padding-inline: .1em;
  font-weight: 700;
}
#flow .arrow {
  text-align: center;
  padding: 1em;
  width: 90%;
  margin: 2em auto;
  background-color: var(--blue);
  color: #fff;
  font-weight: 700;
  position: relative;
}
#flow .arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 2em solid var(--blue);
  border-top: 2.5em solid transparent;
  border-bottom: 2.5em solid transparent;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
#flow .wrap {
  display: flex;
  justify-content: space-between;
  counter-reset: num 0;
}
#flow .wrap.flow2 {
  counter-set: num 3;
}
#flow .wrap .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 30%;
  text-align: center;
  padding: 2em 1em 1.2em;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  border: 2px solid var(--blue);
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  counter-increment: num 1;
}
#flow .wrap .col::before {
  position: absolute;
  display: block;
  font-size: 36px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  content: counter(num);
  left: 0;
  top: 0;
  transform: translate(-30%, -30%);
  background-color: var(--blue);
  color: #fff;
  border-radius: 50%;
}
#flow .wrap .col:first-of-type::after, #flow .wrap .col:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #ccc;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  top: 50%;
  right: 0;
  transform: translate( calc(100% + 20px), -50%);
}
#flow .wrap .col p + p {
  border-top: 3px dotted #ccc;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  margin-top: 1em;
  padding-top: 1em;
  text-align: left;
}
#flow .wrap .col p + p a {
  color: var(--blue);
  text-decoration: underline;
  padding-inline: .2em;
}
#flow .wrap .col img {
  height: 40px;
  padding-bottom: .6em;
}
#flow .wrap .col .btn_orange {
  display: flex;
  width: auto;
  height: auto;
  font-size: 16px;
  padding: .6em 2em;
  margin: 1em auto 0;
  transition: .3s;
}
#flow .arrowWrap {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
#flow .arrowWrap .arrow {
  width: 40%;
}
#flow .arrow.orange {
  background-color: var(--orange);
}
#flow .arrow.orange::after {
  border-left: 2em solid var(--orange);
}
#flow .wrap .col.orange {
  border-color: var(--orange);
}
#flow .wrap .col.orange::before {
  background-color: var(--orange);
}
#flow .wrap .col.orange .ttl {
  color: var(--orange);
}
#flow .note {
  margin-top: 2em;
  font-size: 14px;
}
#flow .document {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2em!important;
}
#flow .document h3 {
  font-size: 20px;
}
#flow .document p {
  text-align: center;
  font-size: 16px;
  margin-block: 1em;
}
#flow .document p.note {
  text-align: left;
  font-size: 12px;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-block: 0;
}
#flow .document .blue {
  color: var(--blue);
  font-weight: 700;
  padding-inline: .1em;
}
#flow .document .wrap {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 7px;
  margin-bottom: 1.5em;
}
#flow .document dl {
  font-size: 15px;
  width: 49%;  
}
#flow .document dt::before {
  content: "●";
  display: inline-block;
  width: 1em;
}
#flow .document dd {
  padding-left: 1em;
}
#flow .document dd + dt {
  padding-top: 1em;
}
@media screen and (max-width:767px) {
  #flow .inner + .inner {
    padding-top: 2.5em;
  }
  #flow .description {
    font-size: 16px;
    text-align: left;
    margin: 1em 0;
  }
  #flow .wrap {
    flex-direction: column;
  }
  #flow .wrap .col {
    width: 100%;
    padding: 1em;
  }
  #flow .wrap .col::before {
    font-size: 28px;
    transform: translate(-40%,-20%);
  }
  #flow .wrap .col img {
    height: 1.7em;
    padding-bottom: .4em;
  }
  #flow .wrap .col p {
    font-size: 18px;
  }
  #flow .wrap .col p span.sp {
    display: inline;
  }
  #flow .wrap .col + .col {
    margin-top: 33px;
  }
  #flow .wrap .col p + p {
    font-size: 14px;
  }
  #flow .wrap .col:first-of-type::after, #flow .wrap .col:nth-child(2)::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #ccc;
    border-bottom: none;
    top: inherit;
    bottom: 0;
    right: 50%;
    transform: translate(50%, calc(100% + 10px))
  }
  #flow .arrow {
    display: none;
  }
  #flow .document h3 {
    font-size: 18px;
    color: var(--blue);
    margin-bottom: .4em;
  }
  #flow .document p {
    font-size: 15px;
    text-align: left;
  }
  #flow .document .wrap {
    padding: 1em;
  }
  #flow .document dl {
    width: 100%;
    font-size: 13px;
  }
  #flow .document dl + dl {
    padding-top: 1em;
  }
}

/* #voice ご利用者様の声
----------------------------------------- */
#voice.section {
  background-color: var(--l-blue);
  padding-bottom: 0;
}
#voice .inner {
  max-width: 1200px;
}
#voice .voice {
  margin: 2em 0 0;
}
#voice .item {
  margin: 15px;
  width: calc(33.333% - 30px);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 50px;
  float: none !important;
  height: auto;
  pointer-events: none !important;
}
#voice .item > * {
  pointer-events: auto;
}
#voice .item .num {
  color: var(--bg-gray);
  font-size: 50px;
  font-style: italic;
  position: absolute;
  top: 5px;
  left: 15px;
  transform: translateY(-100%);
  line-height: 1;
}
#voice .item dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#voice .item .head {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 14px 14px 0 0 ;
  text-align: center;
  position: relative;
  padding: 16px 20px 10px;
}
#voice .item .head dd span {
  font-style: italic;
  font-size: 34px;
  margin: 0 4px;
}
#voice .item .body {
  padding: 0 20px 24px;
  font-family: var(--font-num-noto);
}
#voice .item .info {
  padding: 1.5em 0;
  font-size: 16px;
}
#voice .item .info dl + dl {
  margin-top: .8em;
}
#voice .item .info dt {
  width: 55%;
}
#voice .item .info dd {
  width: 45%;
}
#voice .item .body .comment {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 1em;
  letter-spacing: .5px;
  border-top: 1px solid #000;
}
#voice .item .body p + p {
  margin-top: .4em;
}
@media screen and (max-width:767px) {
  #voice .voice {
    display: block;
    margin: 2em 0 0;
  }
  #voice .item {
    width: 100%;
    margin-top: 35px;
  }
  #voice .item .num {
    font-size: 36px;
    top: 3px;
  }
  #voice .item .head {
    font-size: 18px;
  }
  #voice .item .head span {
    font-size: 30px;
  }
}
/*slick*/
#voice .slick-list-wrap {
  pointer-events: none !important;
  overflow: hidden;
  width: 100%;
}
#voice .slick-list {
  pointer-events: none !important;
  width: calc(100% + 28px);
  margin-left: -15px;
}
#voice .slick-list button {
  display: none;
}
#voice .slick-track {
  display: flex;
  overflow: hidden;
}
#voice .slick-arrow {
  width: 55px;
  height: 55px;
  background: #4b78ce;
  border-radius: 50%;
  z-index: 29;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: ease-out .2s background;
  transform: translateY(-50%);
}
#voice .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#voice .slick-arrow:hover {
  background: var(--blue);
}
#voice .slick-next {
  right: -50px;
}
#voice .slick-next::before {
  transform: rotate(135deg);
  left: -3px;
}
#voice .slick-prev {
  left: -50px;
}
#voice .slick-prev::before {
  transform: rotate(-45deg);
  right: -3px;
}
@media screen and (max-width:767px) {
  #voice .slick-list-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #voice .slick-arrow {
    width: 35px;
    height: 35px;
  }
  #voice .slick-arrow::before {
    width: 12px;
    height: 12px;
  }
  #voice .slick-next {
    right: -12px;
  }
  #voice .slick-prev {
    left: -12px;
  }
}

/* #title 3つの満足度
----------------------------------------- */
#title.section {
  background-color: var(--l-blue);
}
#title h2 {
  margin-bottom: 30px;
}
#title h2 > span {
  color: var(--blue);
  font-size: 35px;
  margin-right: -.4em;
}
#title ul {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
  justify-content: space-between;
}
#title ul li {
  width: 29%;
  margin: 20px 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#title ul li .img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
#title ul li .txt {
  border-radius: 12px;
  padding: 25px 10px;
  background-color: #fff;
  line-height: 1.4;
  position: relative;
}
#title ul li .txt .man {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 40%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--l-blue);
}
#title ul li .txt em {
  font-weight: 700;
  color: var(--blue);
}
#title .note{
  font-size: 13px;
  text-align: right;
  margin-top: 5em;
}
@media screen and (max-width:767px) {
  #title h2 {
    margin-bottom: 0;
  }
  #title h2 span {
    font-size: inherit;
    padding: 0;
  }
  #title ul li {
    width: 100%;
  }
  #title ul li + li {
    margin-top: 20px;
  }
  #title ul li .img {
    max-width: 80%;
    padding-bottom: 5px;
  }
  #title ul li .txt {
    padding: 20px;
  }
  #title ul li .txt::after {
    font-size: 80px;
    top: 14px;
  }
  #title ul li .txt em {
    font-size: 18px;
  }
  #title ul li .txt .man {
    transform: translate(-40%, 20%);
  }
  #title .note{
    text-align: left;
    margin-top: 1em;
    font-size: 12px;
  }
}

/* #point 3つのポイント
----------------------------------------- */
#point h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#point h2 > span {
  padding: 0 0 .4em .4em;
}
#point h2 .num {
  color: var(--blue);
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 57px;
  display: inline-block;
  position: relative;
  top: .1em;
  margin-right: .1em;
}
#point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px -40px 0 ;
  counter-reset: number 0;
}
#point ul li {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#point ul li .img {
  display: block;
  max-width: 174px;
  width: 80%;
  margin: 0 auto 25px;
  position: relative;
}
#point ul li .txt {
  border: 3px solid #e3e3e3;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px 10px;
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
#point ul li .txt::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  font-style: italic;
  color: #e3e3e3;
  font-size: 98px;
  position: absolute;
  line-height: 1;
  left: -3px;
  top: 18px;
  transform: translateY(-100%);
  letter-spacing: -1px;
  z-index: -1; /*親要素txtよりも下にする*/
}
#point ul li .txt p + p {
  margin-top: .6em;
}
#point ul li .txt em {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1.4;
}
#point ul li .txt em span {
  font-size: 32px;
  line-height: 1;
}
#point ul li .txt .note {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 1.5em;
}
@media screen and (max-width:767px) {
  #point h2 {
    flex-direction: column;
    line-height: 1;
  }
  #point h2 span {
    padding: 0;
  }
  #point ul {
    margin: 0;
  }
  #point ul li {
    width: 100%;
    margin: 1em 0 0;
  }
  #point ul li + li {
    margin-top: 3em;
  }
  #point ul li .img {
    max-width: 133px;
    margin-bottom: 10px;
  }
  #point ul li .txt {
    padding: 20px;
    min-height: 0;
  }
  #point ul li .txt::after {
    font-size: 80px;
    top: 14px;
  }
  #point ul li .txt em {
    font-size: 18px;
  }
}
/* #service サービス概要
----------------------------------------- */
#service.section {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#service table {
  width: 100%;
  margin-top: 2em;
  border-top: 3px solid #e7e7e7;
}
#service table th, #service table td {
  padding: 35px 0;
  border-bottom: 3px solid #e7e7e7;
  line-height: 1.6;
  vertical-align: top;
}
#service table th {
  width: 240px;
  font-weight: 700;
}
#service table td {
  padding-left: 20px;
}
#service table li {
  margin-left: 1em;
  list-style: disc;
  font-feature-settings: "halt";
}
#service table li + li {
  margin-top: .4em;
}
@media screen and (max-width:767px) {
  #service h2 span {
    display: block;
  }
  #service table th, #service table td {
    line-height: 1.4;
    padding: 20px 0;
    font-size: 14px;
  }
  #service table th {
    width: 100px;
  }
  #service table td {
    padding-left: 14px;
  }
}
/* cta
----------------------------------------- */
.ctaSec.section {
  background: linear-gradient(110deg, #4c84db 0%, #4c84db 50%, var(--blue) 50%, var(--blue) 100%);
  padding: 0;
}
.ctaSec .cta {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.ctaSec .img {
  width: 45%;
  margin-right: 20px;
  padding: 60px 0px;
  height: 100%;
  z-index: 19; /*ナナメ背景より上*/
}
.ctaSec .tel {
  width: 55%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 18; /*ナナメ背景より上*/
}
.ctaSec .tel a {
  color: #fff;
}
.ctaSec .tel a:hover {
  opacity: 1;
  transition: none;
}
.ctaSec .tel .logo {
  display: block;
  width: 40%;
}
.ctaSec .tel .num {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
.ctaSec .tel small {
  font-size: 70%;
}
.ctaSec .tel .time {
  font-size: 18px;
  margin-top: 3px;
}
.ctaSec .tel .note {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .ctaSec.section {
    padding: 2.5em 2em;
    margin-bottom: 0;
  }
  .ctaSec .cta {
    flex-direction: column;
  }
  .ctaSec .cta::before {
    width: 68%;
  }
  .ctaSec .img {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .ctaSec .tel {
    width: 100%;
    margin-top: 3em;
    padding: 0;
  }
  .ctaSec .tel .num {
    margin: 10px -20px 0;
  }
}
/* #faq よくあるご質問
----------------------------------------- */
#faq h2 {
  color: var(--blue);
}
#faq .box {
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
  margin: 30px 0;
  overflow: hidden;
  font-family: var(--font-num-noto);
}
#faq .box::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: url(../images/q.svg) no-repeat center center/19px auto;
  background-color: #ff8233;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#faq .question {
  background: var(--blue);
  margin-bottom: -1px;
  color: #fff;
  padding: 8px 20px;
  padding-right: 60px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  border-radius: 12px;
}
#faq .question::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 17px;
  right: 20px;
  transition: ease-out .3s transform;
}
#faq .question.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#faq .question.open::after {
  transform: translateY(-10px) rotateX(180deg);
}
#faq .answer {
  background: #e3e3e3;
  padding: 15px 20px;
  box-sizing: border-box;
  display: none;
  border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
#faq .answer p {
  line-height: 1.6;
}
#faq .answer a {
  text-decoration: underline;
  color: var(--blue);
  transition: .3s;
}
#faq .answer a::hover {
  text-decoration: none;
  transition: .3s;
}

@media screen and (max-width:767px) {
  #faq .box {
    padding-left: 45px;
  }
  #faq .box::before {
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
  #faq .question {
    font-size: 18px;
    padding-right: 40px;
    padding-left: 18px;
    border-radius: 8px;
  }
  #faq .question::after {
    border-width: 7px;
    border-top-width: 7px;
    right: 15px;
  }
  #faq .answer {
    padding: 12px 18px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
/* seminar
----------------------------------------- */
section#seminar {
  background-color: var(--sub);
  padding: 60px 0;
}
#seminar .inner {
  max-width: 1200px;
}
#seminar h2 {
  margin-bottom: 1em;
}
#seminar .description {
  text-align: center;
}
#seminar .seminarList {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin: 4em 0 1.5em;
}
#seminar .seminarList li {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  border-radius: 6px;
  transition: .4s;
}
#seminar .seminarList li:not(.closed):hover {
  transition: .4s;  opacity: 1;
  transform: translateY(-3px);
}
#seminar .seminarList li:not(.closed):hover a {
  opacity: 1;
}
#seminar .seminarList li a {
  display: block;
  padding: 28px 20px 20px;
}
#seminar .seminarList li::before {
  content: "受付中";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate( -.5em, -50% );
  font-size: 18px;
  letter-spacing: .05em;
  background-color: var(--red);
  color: #fff;
  padding: .2em .5em;
  border-radius: 4px;  
}
#seminar .date {
  font-size: 22px;
  font-feature-settings: "halt";
  line-height: 1.2;
}
#seminar .date em {
  font-size: 125%;
  font-weight: 700;
  padding-inline: .1em;
}
#seminar .date span {
  font-size: 85%;
}
#seminar h3 {
  text-align:left;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "halt";
}
#seminar .img {
  margin: 1.5em 0 2.5em;
}
#seminar .seminarList li:not(.closed):hover .apply {
  background-color: var(--red);
  color: #fff;
  transition: .4s;
}
#seminar .apply {
  border: 2px solid var(--red);
  color: var(--red);
  text-align: center;
  border-radius: 5em;
  font-size: 14px;
  width: 50%;
  margin: 1.6em auto .6em;
  padding: .5em 1em;
  font-weight: 700;
  transition: .4s;
}
#seminar .seminarList li.closed {
  background-color: #f5f5f5;
  padding: 28px 20px 20px;
  color: #777;
}
#seminar .seminarList li.closed::before {
  content: "受付終了";
  background-color: #777;
}
#seminar li.closed .img {
  filter: grayscale(80%);
  opacity: .7;
}
#seminar li.closed .apply {
  border-color: #ccc;
  background-color: #ccc;
  color: #555;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #seminar .description {
    text-align: left;
  }
  #seminar .seminarList {
    flex-direction: column;
    margin-top: 2.5em;
    gap: 0;
  }
  #seminar .seminarList li.closed ,#seminar .seminarList li a {
    padding: 20px 20px 10px;
  }
  #seminar .seminarList li + li {
    margin-top: 2em;
  }
  #seminar .img {
    display: none;
  }
  #seminar .date {
    font-size: 18px;
    margin-bottom: 1em;
  }
  #seminar h3 {
    font-weight: 700;
  }
  #seminar .seminarList li::before {
    font-size: 14px;
  }
}
/* #footer
----------------------------------------- */
#footer {
  background: var(--blue);
  padding: 50px 0 30px;
  color: #fff;
}
#footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .logo {
  display: block;
  width: 250px;
  max-width: 52%;
}
#footer .btnWrap {
  display: flex;
}
#footer .btnWrap a + a {
  margin-left: 1em;
}
#footer .nav {
  margin-top: 2.4em;
  justify-content: center;
}
#footer .nav a {
  color: #fff;
  font-size: 14px;
  margin: 17px 30px;
  line-height: 1;
  padding-right: 20px;
  position: relative;
}
#footer .nav a:hover {
  text-decoration: underline;
}
#footer .nav a::after {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  background: url(../../cmn/img/icon_exlink.svg) no-repeat center center/100% auto;
  position: absolute;
  right: 0;
  top: 1px;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
#footer .logoCorp {
  display: block;
  width: 240px;
  margin: 1.5em auto 1em;
}
@media screen and (max-width:767px) {
  #footer .row {
    flex-direction: column;
  }
  #footer .btnWrap {
    flex-direction: column;
    margin-top: 2em;
  }
  #footer .btnWrap a + a {
    margin-left: 0;
    margin-top: 1em;
  }
  #footer .row.nav {
    flex-direction: row;
  }
  #footer .copyright {
    font-size: 10px;
  }
}