@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

section {
  overflow: hidden; }

body {
  width: 100%;
  padding-top: 0vw;
  padding-bottom: 120px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo;
  position: relative;
  color: #000; }
  body .wrap {
    max-width: 750px;
    margin: 0 auto;
    position: relative; }

@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    padding-bottom: 20vw; } }
img {
  width: 100%;
  vertical-align: top; }

a {
  outline: none;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

.loan_fixed {
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 10;
  text-align: center; }
  .loan_fixed a {
    width: 70%;
    display: block;
    margin: 0 auto; }
    .loan_fixed a img {
      animation-iteration-count: infinite; }

/*=====================================================
ヘッダー
======================================================*/
/*=====================================================
フッター
======================================================*/
footer {
  padding: 30px 0; }
  footer .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between; }
    footer .flexbox .left {
      width: 20%; }
      footer .flexbox .left img {
        max-width: 100%;
        width: auto; }
    footer .flexbox .right {
      width: 75%; }
      footer .flexbox .right img {
        max-width: 80%;
        margin: 10px 0; }

@media screen and (max-width: 767px) {
  footer {
    padding: 6vw 0; }
    footer .flexbox .right img {
      margin: 2vw 0; } }
/*=====================================================
共通
======================================================*/
.contents_wrap {
  width: 90%;
  margin: 0 auto; }

/*=====================================================
MAIN
======================================================*/
#point {
  background: url("../img/education/point_bg_pattern.jpg") repeat-y center;
  background-size: 100%;
  padding: 40px 0 70px; }
  #point img {
    margin-bottom: 20px; }
  #point .future {
    background: #fff;
    margin-top: 50px;
    padding-bottom: 50px; }
    #point .future .future_txt {
      margin-top: -20px; }

#point_navi {
  position: relative;
  margin-top: -65px; }
  #point_navi ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    position: absolute;
    width: 90%;
    bottom: 5%;
    left: 5%; }
    #point_navi ul li {
      width: 31%; }

#use {
  background: #e8f4d4;
  padding: 50px 0; }
  #use img {
    margin-bottom: 20px; }

#compare {
  background: url("../img/education/compare_bg_pattern.jpg") repeat-y center;
  background-size: 100%;
  padding-bottom: 50px; }
  #compare img {
    margin-bottom: 20px; }
  #compare .compare_bg {
    background: #fff;
    padding: 50px 0 20px; }

#repay {
  background: url("../img/education/repay_bg.jpg");
  padding: 50px 0;
  position: relative; }
  #repay img {
    margin-bottom: 20px; }
  #repay:before, #repay:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    background: #0051a3; }
  #repay:before {
    top: 0; }
  #repay:after {
    bottom: 0; }

#flow {
  padding: 50px 0;
  background: #e8f4d4; }
  #flow .box {
    border: 2px #064b9e solid;
    border-radius: 8px; }
    #flow .box .txt_area {
      background: #fff;
      padding: 30px;
      border: 5px #afd969 solid;
      border-radius: 7px; }
      #flow .box .txt_area .step_ttl {
        font-weight: bold;
        margin: 30px 0 10px;
        border-bottom: 1px #3b3834 solid;
        font-size: 20px; }
  #flow .btn_web {
    display: block;
    margin-top: 40px; }

#guideline {
  padding: 50px 0 50px; }
  #guideline .detail {
    cursor: pointer; }
  #guideline .detail_box {
    background: #fff;
    width: 100%; }
    #guideline .detail_box img {
      width: 100%; }
    #guideline .detail_box h3 {
      background: #e8f4d4;
      padding: 10px 0 10px 30px;
      margin: 30px 0 0;
      position: relative;
      line-height: 1;
      font-size: 20px;
      font-weight: bold;
      border-radius: 5px; }
      #guideline .detail_box h3:before {
        content: "";
        width: 5px;
        height: 20px;
        border-radius: 5px;
        background: #024c9d;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto; }
    #guideline .detail_box .box_padding {
      padding: 10px; }
      #guideline .detail_box .box_padding p span {
        color: #e32131;
        font-weight: 600; }
      #guideline .detail_box .box_padding p strong {
        font-weight: 600; }
      #guideline .detail_box .box_padding ul li {
        text-indent: -20px;
        margin-left: 20px; }
      #guideline .detail_box .box_padding ul.notice li {
        text-indent: -14px;
        margin-left: 14px; }
    #guideline .detail_box .detail_close {
      cursor: pointer;
      margin-top: 30px;
      width: 50%;
      max-width: 290px; }
  #guideline .center {
    text-align: center; }
  #guideline .plan {
    color: #003467;
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px; }

#agree {
  background: #e0eefc;
  padding: 40px 0; }
  #agree .agree_ttl {
    background: #034d9f;
    padding: 10px 20px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  #agree .bold {
    font-weight: 600; }
  #agree ul {
    margin: 30px 0; }
    #agree ul li {
      margin-left: 20px;
      margin-bottom: 5px; }
      #agree ul li a {
        color: #036;
        font-weight: bold;
        text-decoration: underline; }
        #agree ul li a:hover {
          text-decoration: none; }
  #agree .agree_note {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333; }
    #agree .agree_note span {
      font-size: 14px; }
  #agree .CheckListBox {
    margin: 30px 0 0;
    text-align: center; }
    #agree .CheckListBox .CheckListItem {
      background-color: #08c;
      display: inline-block;
      margin: 1rem auto 2rem;
      padding: 1rem 3rem;
      border-radius: 3px;
      text-align: center;
      position: relative;
      cursor: pointer; }
      #agree .CheckListBox .CheckListItem .CheckListItem_input {
        display: none; }
      #agree .CheckListBox .CheckListItem .CheckListItem_text {
        display: inline-block;
        color: #fff;
        font-size: 1.3rem;
        margin-left: 2rem;
        text-align: center; }
      #agree .CheckListBox .CheckListItem .CheckListItem_text::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 30px;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        background: #fff; }
      #agree .CheckListBox .CheckListItem .CheckListItem_input:checked + .CheckListItem_text::after {
        content: "";
        display: block;
        position: absolute;
        top: 22px;
        left: 35px;
        width: 7px;
        height: 14px;
        transform: rotate(40deg);
        border-bottom: 3px solid #08c;
        border-right: 3px solid #08c;
        z-index: 99; }
  #agree .center {
    text-align: center; }
  #agree .applicationBtn.active {
    opacity: 0.5; }

#contact {
  padding: 40px 0; }
  #contact .form_box {
    padding: 40px 5px 40px 5px;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    background: #4d9cdd;
    background: linear-gradient(180deg, #259be0 0%, #0078cc 100%);
    color: #fff; }
    #contact .form_box .txt01 {
      font-weight: bold;
      color: #fff;
      font-size: 23px; }
    #contact .form_box .contact_tel {
      font-size: 50px;
      font-weight: bold;
      position: relative;
      display: inline-block;
      color: #fff;
      text-decoration: underline; }

#confirm {
  background: #fbedb1;
  padding: 30px 0;
  text-align: center;
  font-size: 24px; }

@media screen and (max-width: 767px) {
  #point {
    padding: 5vw 0 0; }
    #point img {
      margin-bottom: 4vw; }
    #point .future {
      margin-top: 8vw;
      padding-bottom: 10vw; }
      #point .future .future_txt {
        margin-top: -4vw; }

  #use {
    padding: 8vw 0; }
    #use img {
      margin-bottom: 4vw; }

  #compare {
    padding-bottom: 8vw; }
    #compare img {
      margin-bottom: 4vw; }
    #compare .compare_bg {
      padding: 8vw 0 4vw; }

  #repay {
    padding: 8vw 0; }
    #repay img {
      margin-bottom: 4vw; }
    #repay:before, #repay:after {
      height: 1.5vw; }

  #flow {
    padding: 8vw 0; }
    #flow .box .txt_area {
      padding: 5vw; }
      #flow .box .txt_area .step_ttl {
        margin: 5vw 0 2vw;
        font-size: 3.8vw; }
    #flow .btn_web {
      margin-top: 8vw; }

  #guideline .detail_box h3 {
    padding: 2vw 0 2vw 6vw;
    margin: 6vw 0 0;
    font-size: 4vw; }
    #guideline .detail_box h3:before {
      width: 1vw;
      height: 4vw;
      border-radius: 1vw;
      left: 3vw; }
  #guideline .detail_box .box_padding {
    padding: 2vw; }
    #guideline .detail_box .box_padding ul li {
      text-indent: -4vw;
      margin-left: 4vw; }
    #guideline .detail_box .box_padding ul.notice li {
      text-indent: -2.8vw;
      margin-left: 2.8vw; }
  #guideline .detail_box .detail_close {
    margin-top: 6vw; }

  #agree {
    padding: 8vw 0; }
    #agree .agree_ttl {
      padding: 2vw 4vw;
      border-radius: 1.2vw;
      font-size: 4.6vw;
      margin-bottom: 4vw; }
    #agree ul {
      margin: 6vw 0; }
      #agree ul li {
        margin-left: 4vw;
        margin-bottom: 1vw; }
    #agree .agree_note {
      padding: 4vw;
      margin: 4vw 0;
      font-size: 3.6vw; }
    #agree .CheckListBox {
      margin: 6vw 0 0; }
      #agree .CheckListBox .CheckListItem {
        margin: 1rem auto 2rem;
        padding: 1rem 3rem;
        border-radius: 3px; }
        #agree .CheckListBox .CheckListItem .CheckListItem_text {
          font-size: 1.3rem;
          margin-left: 2rem; }
        #agree .CheckListBox .CheckListItem .CheckListItem_text::before {
          top: 50%;
          margin-top: -10px;
          left: 30px;
          width: 20px;
          height: 20px;
          border-radius: 2px;
          background: #fff; }
        #agree .CheckListBox .CheckListItem .CheckListItem_input:checked + .CheckListItem_text::after {
          content: "";
          display: block;
          position: absolute;
          top: 22px;
          left: 35px;
          width: 7px;
          height: 14px;
          transform: rotate(40deg);
          border-bottom: 3px solid #08c;
          border-right: 3px solid #08c;
          z-index: 99; }
    #agree .center {
      text-align: center; }
    #agree .applicationBtn.active {
      opacity: 0.5; }

  #contact {
    padding: 8vw 0; }
    #contact .form_box {
      padding: 8vw 1vw;
      border-radius: 1.6vw;
      font-size: 4vw; }
      #contact .form_box .txt01 {
        font-size: 4vw; }
      #contact .form_box .contact_tel {
        font-size: 9vw; }

  #confirm {
    padding: 6vw 0;
    font-size: 4.8vw; } }
