@charset "utf-8";
/* CSS Document */
.wrap{
  font-family: "Noto Sans JP", serif;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #232323;
  word-break: break-all;
}
a:hover{
  opacity: 0.8;
}
.header{
  position: relative;
}
.header_logo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
}

.footer .banner{
  background-color: #FF7700;
  padding: 90px 30px;
}
.footer .banner ul{
  max-width: 1200px;
  margin: 0 auto;
}
.footer .banner ul li a{
  display: block;
}
.footer .banner ul li img{
  width: 100%;
}
.footer .banner ul li + li{
  margin-top: 25px;
}
.footer_bottom{
  padding: 30px;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap:20px;
}
.footer_bottom .copyright{
  font-size: 12px;
  margin-left: auto;
}

/* page */
.page{
  padding-bottom: 100px;
}
.page .section_ttl{
  height: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFEEE0;
  text-align: center;
}
.section_ttl h1{
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
}
.section_ttl h1 span{
  font-size: 30px;
}

.head_caption{
  padding: 80px 30px;
}
.head_caption .ttl{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
}
.head_caption .txt{
  text-align: center;
}
.head_caption .link{
  color: #232323;
  display: block;
  width: fit-content;
  margin: 15px auto 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 44px;
  line-height: 1;
}
.head_caption .link::before{
  content:"";
  width: 35px;
  height: 25px;
  background-image: url(../images/free_call.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  line-height: 1;
}
.head_caption .link + .txt{
  margin-top: 10px;
}

.main_contents{
  max-width: 1200px;
  margin: 0 auto;
}
.main_contents + .main_contents{
  margin-top: 120px;
}
.main_contents .img{
  margin: 30px auto;
}
.main_contents_w{
  max-width: 100%;
}
.main_contents_w .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.main_contents .icon{
  display: flex;
  gap:5px;
  align-items: center;
  margin-top: 20px;
}

.page .main_contents h2{
  color: #fff;
  background-color: #FF7700;
  font-size: 25px;
  font-weight: 700;
  padding: 20px;
  line-height: 1.4;
}
.page .main_contents .ttl_f{
  margin-top: 40px;
}

.page .main_contents h3{
  font-size: 20px;
  font-weight: 700;
  color: #FF7700;
  padding-bottom: 15px;
  border-bottom: solid 1px #707070;
  margin-top: 40px;
  line-height: 1.4;
}
.page .main_contents h4{
  font-size: 17px;
  font-weight: 700;
  color: #FF7700;
  margin-top: 40px;
}

.page .main_contents > p,
.page .main_contents .inner > p{
  margin: 1.5em 0 0;
}
.page .main_contents > ul{
  margin-top: 20px;
}

.main_contents .link_simu{
  width: 500px;
  max-width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3ec64b;
  border-radius: 6px;
}

.head_mt{
  margin-top: 80px;
}

.supplement{
  margin-top: 80px;
  padding: 44px 54px;
  background-color: #FFEDDE;
  border-radius: 8px;
}
.supplement .ttl{
  color: #FF7700;
  font-size: 20px;
  font-weight: 700;
}
.supplement ul{
  margin-top: 10px;
}
.supplement ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.supplement ul + .ttl{
  margin-top: 30px;
}

.scholarship_flex{
  display: flex;
  gap:40px;
}
.scholarship_flex .item .ttl{
  text-align: center;
  font-weight: 700;
  color: #FF7700;
  font-size: 16px;
  margin:40px auto 10px;
}
.scholarship_flex .item .scholarship_chart{
  width: 510px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scholarship_flex .item .scholarship_chart p{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 118px;
  background-color: #FFEDDE;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color:#FF7700;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.point{
  display: flex;
  justify-content: space-between;
  gap:15px;
  margin-top: 30px;
}
.point .item{
  width: 390px;
  min-height: 244px;
  background-color: #FFF8F2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 30px 40px;
}
.point .item .ttl{
  padding-left: 78px;
  position: relative;
}
.point .item .ttl::before{
  content: "";
  width: 58px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.point .item:nth-child(1) .ttl::before{
  background-image: url("../images/number_1.svg");
}
.point .item:nth-child(2) .ttl::before{
  background-image: url("../images/number_2.svg");
}
.point .item:nth-child(3) .ttl::before{
  background-image: url("../images/number_3.svg");
}
.point .item .ttl p{
  font-size: 30px;
  font-weight: 700;
  color: #FF7700;
  padding-bottom: 10px;
  border-bottom: solid 1px #FF7700;
  margin: 0;
  line-height: 1.4;
}
.point .item .txt{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
}
.point .item .txt span{
  color: #FF7700;
}
.point .item .txt + .txt{
  margin-top: 20px;
  padding-top: 20px;
  border-top:dashed 1px #FF7700;
}

.caution{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:10px 40px;
  margin-top: 30px;
}
.caution p{
  font-size: 20px;
  font-weight: 700;
  color: #FF7700;
  margin: 0;
}

.division_merit{
  display: flex;
  justify-content: space-between;
  gap:20px;
  margin-top: 30px;
}
.division_merit .item{
  width: 390px;
  padding: 10px 20px 20px;
  background-color: #FFF8F2;
  border-radius: 10px;
}
.division_merit .item .ttl{
  font-size: 20px;
  font-weight: 700;
  color: #FF7700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #ff7700;
}
.division_merit .item .txt{
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
.division_merit_notes{
  margin-top: 30px;
}

.plan_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap:20px;
  margin-top: 30px;
}
.plan_flex .right{
  padding: 15px 40px;
  border-radius: 10px;
  background-color: #FFA556;
}
.plan_flex .right ul{
  display: flex;
  justify-content: space-between;
  gap:30px;
}
.plan_flex .right ul li{
  color: #fff;
  text-align: right;
  line-height: 1.4;
}

.simulator{
  margin: 60px auto 0;
  border: solid 1px #FF7700;
  max-width: 500px;

}
.simulator .ttl{
  text-align: center;
  color: #fff;
  background-color: #FF7700;
  padding: 4px 20px;
  font-size: 20px;
  font-weight: 700;
}
.simulator .inner{
  padding: 20px;
}
.simulator a{
  background-color:#2883FB;
  color: #fff;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  border-radius: 4px;
}
.loan_callcenter{
  margin: 30px auto;
  max-width: 800px;
  padding: 20px 54px;
  background-color: #FFEDDE;
  border-radius: 8px;
}

.loan_callcenter .ttl{
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #232323;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.4;
}
.loan_callcenter .name{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.loan_callcenter .tel{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.loan_callcenter .link{
  color: #232323;
  line-height: 1;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 10px auto 0;
}

@media screen and (max-width: 1260px) {
  .main_contents{
    padding: 0 30px;
  }
  .main_contents_w{
    padding: 0;
  }
  .main_contents_w .inner{
    padding: 0 30px;
  }
  
  .scholarship_flex .item{
    width: calc(50% - 15px);
  }
  .scholarship_flex .item .scholarship_chart{
    width: 100%;
  }
  .scholarship_flex .item .scholarship_chart p{
    width: calc(50% - 15px);
    font-size: 18px;
  }
  
}
@media screen and (max-width: 860px) {
  .header_logo{
    width: 140px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .footer .banner{
    padding: 50px 30px;
  }
  .footer .banner ul li + li{
    margin-top: 15px;
  }
  .footer_logo{
    width: 180px;
  }
  
  .main_contents .icon li{
    max-width: calc((100% - 30px) / 7 );
  }
  
  .page .section_ttl{
    height: 200px;
    padding: 0 10px;
  }
  .section_ttl h1{
    font-size: 36px;
    line-height: 1.2;
  }
  .section_ttl h1.mt-05{
    margin-top: -0.5em;
  }
  .section_ttl h1 span{
    font-size: 20px;
    line-height: 1.2;
  }
  
  .supplement{
    padding: 30px;
  }
  .scholarship_flex{
    flex-direction: column;
  }
  .scholarship_flex .item{
    width: 100%;
  }
  .scholarship_flex .item .ttl{
    margin-top: 0;
  }
  
  .scholarship_flex .item .scholarship_chart{
    flex-direction: column;
    align-items: center;
    gap:10px;
  }
  .scholarship_flex .item .scholarship_chart p{
    width: 100%;
  }
  
  .point{
    flex-direction: column;
  }
  .point .item{
    width: 100%;
  }
  
  .plan_flex .right{
    width: 100%;
  }
  .plan_flex .right ul{
    flex-direction: column;
    
    gap:10px;
  }
  
  .division_merit{
    flex-direction: column;
  }
  .division_merit .item{
    width: 100%;
  }
  
  .loan_callcenter{
    padding: 20px;
  }
  
}
