@charset "utf-8";
.txt_line{
  background: -moz-linear-gradient(transparent 50%, #ffff3d 50%);
  background: -webkit-linear-gradient(transparent 50%, #ffff3d 50%);
  background: -ms-linear-gradient(transparent 50%, #ffff3d 50%);
  background: linear-gradient(transparent 50%, #ffff3d 50%);
}
.txt_line_full{
  background: -moz-linear-gradient(0deg, transparent 0%, transparent 10%, #ffff3d 10%, #ffff3d 90%, transparent 90%, transparent 100%);
  background: -webkit-linear-gradient(0deg, transparent 0%, transparent 10%, #ffff3d 10%, #ffff3d 90%, transparent 90%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, transparent 10%, #ffff3d 10%, #ffff3d 90%, transparent 90%, transparent 100%);
  background: linear-gradient(0deg, transparent 0%, transparent 10%, #ffff3d 10%, #ffff3d 90%, transparent 90%, transparent 100%);
}
/*ボタン-------------------------*/
.btn_link{
  text-align: center;
}
.btn_link a{
  position: relative;
  display: inline-block;
  width: 568px;
  border-radius: 34px;
}
.btn_link a::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #2c47ae;
  border-radius: 34px;
  z-index: 0;
}
.btn_link a span{
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 57px 20px 30px;
  border: solid 1px #2c47ae;
  border-radius: 34px;
  letter-spacing: 0.1em;  
  text-align: center;
  background: #fff url("../img/ico_btn_arrow.svg")no-repeat right 30px center;
  background-size: 24px auto;
  color: #2c47ae;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;  
}
.btn_link.small a{
  width: 380px;
}
.btn_link.small a::after{
  top: 3px;
}
.btn_link.small a span{
  padding: 14px 44px 14px 30px;
  font-size: 18px;
  font-size: 1.8rem;  
  padding-right: right 20px center;
  background-size: 20px auto;
}
.btn_link.blue a::after{
  background: #fff;
  border: solid 1px #2c47ae;
}
.btn_link.blue a span{
  background-color: #2c47ae;
  color: #fff;
  background-image: url("../img/ico_btn_arrow_w.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width :834px) {
  .btn_link a{
    width: 100%;
    max-width: 335px;
    border-radius: 28px;
  }
  .btn_link a::after{
    bottom: -3px;
    border-radius: 28px;
  }
  .btn_link a span{
    padding: 17.5px 40px 14.5px 15px;
    border: solid 1px #2c47ae;
    border-radius: 28px;
    background-position:right 15px center;
    background-size: 21px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn_link.small a{
    width: 100%;
    max-width: 280px;
  }
  .btn_link.small a::after{
    top: 1.5px;
  }
  .btn_link.small a span{
    padding: 14px 25px 14px 13px;
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: right 13px center;
    background-size: 14px auto;
  }
  .android .btn_link a::after{
    display: none;
  }
}
/*-----------------------------------------------
# トップ
----------------------------------------------- */
.sec_top{
  position: relative;
  background-image: repeating-linear-gradient(315deg, #edbcd6, #edbcd6 6px, transparent 6px, transparent 22px);
}
.sec_top::before,
.sec_top::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.sec_top::before{
  max-width: 684px;
  width: 35.625vw;
  height: 687px;
  background: url(../img/bg_main_l.png)no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
.sec_top::after{
  max-width: 537px;
  width: 27.968vw;
  height: 537px;
  background: url(../img/bg_main_r.png)no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec_top .inner{
  position: relative;
  padding-top: 108px;
  padding-bottom: 122px;
}
.sec_top h1.logo{
  width: 13.2%;
  max-width: 253px;
  position: absolute;
  top: 47px;
  left: 2.6%;
  z-index: 1;
}
.sec_top h1.ttl_main{
  max-width: 1535px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.sec_top h1.ttl_main img{
  width: 100%;
  max-width: 936px;
  display: block;
  margin: 0 auto;
}
@media print,screen and (max-width :1920px){
  main{
    background-size: 100% auto;
  }
}
@media print,screen and (max-width :1500px){
  .sec_top .inner{
    padding-top: 10vw;
  }
}
@media screen and (max-width :834px) {
  main{
    background: #eef6fd url("../img/bg_main_sp.jpg")no-repeat center top;
    background-size: 100% auto;
  }
  .sec_top{
    position: relative;
    background-image: repeating-linear-gradient(315deg, #edbcd6, #edbcd6 1px, transparent 1px, transparent 4px);
  }
  .sec_top::before{
    width: 60vw;
    max-width: 450px;
    background-image: url(../img/bg_main_l_sp.png);
  }
  .sec_top::after{
    width: 61.6vw;
    max-width: 462px;
    background-image: url(../img/bg_main_r_sp.png);
  }
  .sec_top .inner{
    width: 100%;
    padding-top: 75px;
    padding-top: 20%;
    padding-bottom: 40px;
  }
  .sec_top h1.logo{
    width: 33.73%;
    max-width: inherit ;
    top: 4vw;
    left: 5.3%;
  }
  .sec_top h1.ttl_main{
    width: 100%;
    padding: 0 22px 0 16px;
    max-width: 712px;
  }
  .sec_top h1.ttl_main img{
    width: 100%;
  }
  .sec_top .txt_campain{
    position: relative;
    width: 48%;
    margin-left: 4.3%;
    margin-top: -8px;
    max-width: 280px;
  }
}
/*-----------------------------------------------
# 追従
----------------------------------------------- */
.area_fixed{
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 350px;
  z-index: 100;
  transition: all 0.5s linear;
}
.area_fixed .box_campaign{
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.area_fixed .box_campaign img{
  width: 100%;
  max-width: 252px;
}
.area_fixed .box_contact{
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 25px 10px 25px;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(99, 99, 99, 0.6);
}
.area_fixed .box_contact >*{
  max-width: 280px;
  margin: 0 auto;
}
.area_fixed .box_contact .btn{
  position: relative;
  height: 58px;
}
.area_fixed .box_contact .btn::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  z-index:0;
  background: #fff;
  border: solid 1px #ffff3d;
  border-radius: 29px;
}
.area_fixed .box_contact .btn.tel::after{
  border-color: #2c47ae;
}
.area_fixed .box_contact .btn a{
  position: relative;
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center;  
  background: #ffff3d;
  color: #2c47ae;
  line-height: 1;
  font-weight: bold;
  border-radius: 29px;
  z-index:1;
}
.area_fixed .box_contact .btn.mail a span{
  display: inline-block;
  padding-left: 38px;
  background: url("../img/ico_mail.svg")no-repeat left center;
  background-size: 30px auto;
}
.area_fixed .box_contact .btn.tel a{
  background:#2c47ae;
  color: #fff;
}
.area_fixed .box_contact .btn.tel a span{
  display: inline-block;
  line-height: 28px;
  padding-left: 36px;
  background: url("../img/ico_search.svg")no-repeat left center;
  background-size: 28px auto;
}
.area_fixed .box_contact .txt{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-right: -1em;
  margin-bottom: 5px;
}
.area_fixed .box_contact .txt br.tab{
  display: none;
}
@media print,screen and (max-width :1800px) {
  .area_fixed{
    width: 18%;
    right: 5px;
    min-width: 200px;
  }
  .area_fixed .box_contact .btn a{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .area_fixed .box_contact .btn.mail a span,
  .area_fixed .box_contact .btn.tel a span{
    background-size: 20px auto;
    padding-left: 24px;
  }
  .area_fixed .box_contact .txt{
    font-size: 15px;
    font-size: 1.5rem;    
  }
  .area_fixed .box_contact .txt br.tab{
    display: block;
  }
}
@media print,screen and (min-width :1366px){
  .area_fixed.on{
    transform-origin: center center;
    transform: scale(0.75) translate(18%,17%);
  }  
}
@media screen and (max-width :1365px) and (min-width :835px) {
  .area_fixed.on{
    max-width: 550px;
  }
  .area_fixed .box_contact{
    transform: translateY(100%);
    transition: all 0.5s linear;
  }
  .area_fixed.on .box_contact{
    transform: translateY(0);
  }
}
@media screen and (max-width :1365px) {
  .area_fixed{
    display:flex;    
    align-items: flex-end;    
    position: fixed;
    max-width: 1000px;
    right: 0;
    width: 100%;
  }
  .area_fixed .box_campaign{
    width: 33%;
    max-width: 250px;
    order: 1;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: right;
  }
  .area_fixed .box_campaign img{
    width: 90%;
  }
  .area_fixed .box_contact{
    flex: 1;
    order: 0;    
    display:flex;    
    justify-content: center; 
    padding: 8px 10px 18px;
    box-shadow: 0px 0px 5px 0px rgba(99, 99, 99, 0.2);
  }
  .area_fixed .box_contact .btn{
    height: auto;  
  }
  .area_fixed .box_contact .btn::after{
    top: 3px;
    border-radius: 24px;
  }
  .area_fixed .box_contact .btn a{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_fixed .box_contact .btn.mail a span{
    padding-left: 27px;
    background-size: 18px auto;
  }
  .area_fixed .box_contact .btn.tel{
    height: 35px;
  }
  .area_fixed .box_contact .btn.tel a{
    border-radius: 18px;
  }
  .area_fixed .box_contact .btn.tel a span{
    line-height: 18px;
    padding-left: 27px;
    background-size: 18px auto;
  }
  .area_fixed .box_contact .box_tel{
    margin: 0 auto;
  }
  .area_fixed .box_contact > *{
    width: 100%;
    max-width: 300px;
  }
  .area_fixed .box_contact .txt{
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .area_fixed .box_contact .txt br.tab{
    display: none;
  }
}
@media screen and (max-width :834px) {
  .area_fixed{
    display: block;
    max-width: inherit;
    transform: translateY(0);
  }
  .area_fixed .box_campaign{
    width: 28%;
    max-width: 200px;
    margin: 0 0 10px auto;
  }
  .area_fixed .box_campaign img{
    width: 100%;
  }
  .area_fixed .box_contact{
    border-radius:0;
  }
  .area_fixed .box_contact > *{
    width: 47.5%;
  }
}
@media screen and (max-width :768px) {
  .area_fixed .box_contact .btn a{
    border-radius: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area_fixed .box_contact .txt{
    font-size: 9px;
    font-size: 0.9rem;
  }
}
/*-----------------------------------------------
# 合格実績 sec_result
----------------------------------------------- */
.sec_result{
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec_result .img_result {
  background-color: #fff;
  padding-bottom: 35px;
}
@media screen and (max-width :834px) {
  .sec_result{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec_result .img_result {
    padding-bottom: 20px;
  }
}
/*-----------------------------------------------
# よくいただくご質問
----------------------------------------------- */
.sec_faq{
  position: relative;
  background: -moz-linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background: -ms-linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  padding-bottom: 9.1%;
}
.sec_faq::before{
  content: '';
  position: absolute;
  top: -2%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 102%;
  background: url("../img/bg_faq.png")no-repeat right top;
  background-size: cover;
  transform: translateX(-50%);
  clip-path: polygon(0 253px, 100% 0, 100% 100%, 0 calc(100% - 253px));
}
.sec_faq .area_faq{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #daefff;
  background-image:
    radial-gradient(#d0e9fe 20%, transparent 20%),
    radial-gradient(#d0e9fe 20%, transparent 20%);
  background-size: 26px 26px;
  background-position: 0 0, 13px 13px;
}
.sec_faq .box_ttl{
  position: relative;
}
.sec_faq .box_ttl::before,
.sec_faq .box_ttl::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 126px), 50% 100%, 0% calc(100% - 126px));
  z-index:1;
}
.sec_faq .box_ttl::after{
  background: rgba(77,88,131,0.20);
  filter: blur(200px);
  z-index: 0;
  bottom: -3px;
}
.sec_faq .box_ttl_inner{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 0 30px;
}
.sec_faq .box_ttl h2{
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 160px;
}
.sec_faq .box_ttl span::before{
  content: '';
  width: 179px;
  height: 147px;
  position: absolute;
  right: -20px;
  top: -85px;
  background: url("../img/img_faq_deco.png")no-repeat left bottom;
  background-size: contain;
}
.sec_faq .box_ttl span{
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 0 3px;
  background: -moz-linear-gradient(transparent 65%, #ffff3d 65%);
  background: -webkit-linear-gradient(transparent 65%, #ffff3d 65%);
  background: -ms-linear-gradient(transparent 65%, #ffff3d 65%);
  background: linear-gradient(transparent 65%, #ffff3d 65%);
}
.sec_faq .box_ttl figure{
  margin-top: 4px;
  margin-bottom:40px;
  padding: 0 20px;
}
.sec_faq .box_ttl figure img{
  max-width: 1100px;
}
.sec_faq .box_txt{
  padding: 45px 10px 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sec_faq .box_txt .txt_large{
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.sec_faq .box_txt .txt_large span{
  font-size: 48px;
  font-size: 4.8rem;
}
.sec_faq .box_txt .txt{
  line-height: 2;
}
.sec_faq .box_txt .txt .txt_line{
  font-size: 24px;
  font-size: 2.4rem;
}
.sec_faq .box_txt br.tab{
  display: none;
  content-visibility:hidden;
}
@media print, screen and (max-width: 1920px){
  .sec_faq::before{
    clip-path: polygon(0 13.17vw, 100% 0, 100% 100%, 0 calc(100% - 13.17vw));
  }
}
@media print,screen and (max-width :1194px) {
  .sec_faq .box_ttl h2{
    padding: 0 120px;
  }
  .sec_faq .box_ttl span{
    display: block;
    background: -moz-linear-gradient(transparent 80%, #ffff3d 80%);
    background: -webkit-linear-gradient(transparent 80%, #ffff3d 80%);
    background: -ms-linear-gradient(transparent 80%, #ffff3d 80%);
    background: linear-gradient(transparent 80%, #ffff3d 80%);
  }
  .sec_faq .box_ttl span::before{
    width: 140px;
    right: -5px;
  }
  .sec_faq .box_ttl span br.for_sp{
    display: block;
    content-visibility: visible;
  }
  .sec_faq .box_txt br.tab{
    display: block;
    content-visibility: visible;
  }
}
@media screen and (max-width :834px) {
  .sec_faq{
    padding-top: -10px;
    padding-bottom:0;
  }
  .sec_faq::before{
    height: 14vw;
    top:0;
    background: #fff;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
  .sec_faq .inner{
    width: 100%;
    padding-top:13.5vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  }
  .sec_faq .area_faq{
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
  }
  .sec_faq .box_ttl::before,
  .sec_faq .box_ttl::after{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 66px), 50% 100%, 0% calc(100% - 66px));
  }
  .sec_faq .box_ttl_inner{
    padding: 0 0 40px;
  }
  .sec_faq .box_ttl h2{
    padding: 0;
  }
  .sec_faq .box_ttl span::before{
    position: relative;
    display: block;
    width: 37.2%;
    padding-top: 32.5%;
    height: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  .sec_faq .box_ttl span{
    margin-top: -14vw;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.125;
    background: -moz-linear-gradient(transparent 92%, #ffff3d 92%);
    background: -webkit-linear-gradient(transparent 92%, #ffff3d 92%);
    background: -ms-linear-gradient(transparent 92%, #ffff3d 92%);
    background: linear-gradient(transparent 92%, #ffff3d 92%);
  }
  .sec_faq .box_ttl figure{
    margin-top: 10px;
    margin-bottom:0;
    padding: 0;
  }
  .sec_faq .box_ttl figure img{
    max-width: 700px;
  }
  .sec_faq .box_txt{
    padding: 20px 1% 70px;
  }
  .sec_faq .box_txt .txt_large{
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .sec_faq .box_txt .txt_large span{
    font-size: 27px;
    font-size: 2.7rem;
  }
  .sec_faq .box_txt .txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_faq .box_txt .txt .txt_line{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_faq .box_txt br.tab{
    display: none;
    content-visibility:hidden;
  }
}

/*-----------------------------------------------
# 神⼤突破会
----------------------------------------------- */
.sec_shindai{
  margin-top: -3%;
  padding-top: 445px;
  padding-bottom: 100px;
  background: #fff url("../img/bg_shindai.png")no-repeat top center;
  background-size: 100% auto;
}
.sec_shindai .wrap_contents{
  background: #fff;
  padding: 0 30px;
}
.sec_shindai h2{
  text-align: center;
  transform: translateY(-50px);
}
.sec_shindai h2 img{
  width: 891px;
}
@media print,screen and (max-width :1920px){
  .sec_shindai{
    padding-top: 350px;
    background-size: 1920px auto;
  }
}
@media screen and (max-width :834px) {
  .sec_shindai{
    margin-top: -12px;
    padding-top: 61%;
    padding-bottom: 40px;
    background-image: url("../img/bg_shindai_sp.png");
    background-size: 100% auto;
  }
  .sec_shindai .inner{
    width: 100%;
  }
  .sec_shindai .wrap_contents{
    padding: 0 5.5%;
  }
  .sec_shindai h2{
    transform: translateY(0);
    margin-bottom: 50px;
  }
  .sec_shindai h2 img{
    margin-top: -20%;
    width: 58.2%;
  }
}
/*area_strong--------------*/
.sec_shindai .area_strong{
	justify-content: space-between;
  margin-bottom: 50px;
}
.sec_shindai .area_strong .box_item{
  position: relative;
  width: 48.24%;
  padding: 35px 0 20px;
  border: solid 5px #2c47ae;
}
.sec_shindai .area_strong .box_item > *{
  width: 95%;
  max-width: 450px;
  margin: 0 auto;
}
.sec_shindai .area_strong h3{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12;
  line-height: 1;
  text-align: center;
  color: #2c47ae;
  font-style: italic;
  vertical-align: middle;
}
.sec_shindai .area_strong h3>span{
  display: inline-block;
  padding: 0 30px;
  background: #fff;
}
.sec_shindai .area_strong h3 .no{
  font-size: 52px;
  font-size: 5.2rem;
  font-style: normal;
  vertical-align: middle;
  padding-left: 17px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  padding-bottom: 0.2em;
  letter-spacing: 0.08;
  display: inline-block;
}
.sec_shindai .area_strong .lead{
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.4;
  color: #2c47ae;
  font-style: italic;
  text-align: center;
}
/*no2*/
.sec_shindai .area_strong .box_item.no2 > *{
  max-width: 480px;
}
.sec_shindai .area_strong .box_item.no2 figure.flex{
  align-items: center;
}
.sec_shindai .area_strong .box_item.no2 figure.flex figcaption{
  flex: 1;
  font-weight: bold;
  padding-right: 1em;
  line-height: 1.667;
}
.sec_shindai .area_strong .box_item.no2 figure.flex img{
  width: 46.4%;
}
@media print,screen and (max-width :1280px){
  .sec_shindai .area_strong .lead{
    font-size: 28px;
    font-size: 2.344vw;
  }
}
@media screen and (max-width :834px){
  .sec_shindai .area_strong{
    margin-bottom: 30px;
  }
  .sec_shindai .area_strong .box_item{
    width:100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0 20px;
    border-width: 2.5px;
  }
  .sec_shindai .area_strong .box_item > *{
    width: 95%;
    max-width: inherit !important;
  }
  .sec_shindai .area_strong h3{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_shindai .area_strong h3>span{
    padding: 0 15px;
  }
  .sec_shindai .area_strong h3 .no{
    font-size: 30px;
    font-size: 3rem;
    padding-left: 10px;
    letter-spacing: 0.06;
  }
  .sec_shindai .area_strong .lead{
    margin-bottom: 10px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.333;
  }
  .sec_shindai .area_strong .box_item figure{
    text-align: center;
  }
  .sec_shindai .area_strong .box_item figure img{
    width: 70%;
    max-width: 400px;
  }
  /*no2*/
  .sec_shindai .area_strong .box_item.no2{
    margin-top: 40px;
  }
  .sec_shindai .area_strong .box_item.no2 figure.flex figcaption{
    line-height: 1.571;
    text-align: left;
    padding-right: 1.5em;
  }
  .sec_shindai .area_strong .box_item.no2 figure.flex img{
    width: 40.6%;
  }
}
/*area_news--------------*/
.sec_shindai .area_news .box_shindai{
  padding: 8px 8px;
  background: #e8effb;
  align-items: center;
  justify-content: center;
  background-size: auto auto;
  background-color: rgba(232, 239, 251, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1.8px, rgba(255, 255, 255, 1) 1.8px, rgba(255, 255, 255, 1) 3.6px );
}
.sec_shindai .area_news .box_shindai >p{
  padding-right: 53px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #2c47ae;
  font-style: italic;
  background:url("../img/ico_arrow.svg")no-repeat right 10px center;
  background-size: 42px auto;
}
.sec_shindai .area_news .box_shindai >a{
  display: inline-block;
  padding: 13px 40px 13px 50px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #2c47ae;
  border: solid 1px #2c47ae;
  border-radius: 24px;
  text-align: center;
  background: url("../img/ico_btn_arrow.svg")no-repeat right 17px center;
  background-size: 20px auto;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px rgba(44, 71, 174, 1);
}
@media print,screen and (max-width :1194px) {
  .sec_shindai .area_news .box_shindai >a{
    padding-left: 15px;
    min-width: 350px;
  }
}
@media screen and (max-width :834px) {
  .sec_shindai .area_news{
    max-width: 500px;
    margin: 0 auto;
  }
  .sec_shindai .area_news .box_shindai{
    padding: 12px 0;
  }
  .sec_shindai .area_news .box_shindai >p{
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    background: none;
  }
  .sec_shindai .area_news .box_shindai >a{
    width: 280px;
    max-width: 100%;
    min-width: inherit;
    display: block;
    margin: 10px auto 0;
    padding: 12px 34px 13px 20px;
    border-radius: 23px;
    background-position: right 13px center;
    background-size: 14px auto;
    font-size: 13px;
    font-size: 1.3rem;
    box-shadow: 0px 2px 0px 0px rgba(44, 71, 174, 1);
  }
}
/*-----------------------------------------------
# 創学ゼミ紹介 sec_point
----------------------------------------------- */
.sec_point{
  margin-top: -40px;
  padding-bottom: 30px;
  background: #fff;
}
.sec_point .area_point{
	justify-content: space-between;  
}
.sec_point .box_item{
  position: relative;
  width: 48.24%;
  background: #fff;
  padding: 50px 25px 30px;
}
.sec_point .box_item h2{
  width: 100%;
  margin-bottom: 15px;  
  color: #2c47ae;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.143;
}
.sec_point .box_item h2 .main{
  display: grid;
  place-items: center;  
  min-height: 2.3em;  
}
.sec_point .box_item h2 .sub{
  display: inline-block;
  width: 360px;
  max-width: 85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sec_point .box_item h2 .sub>span{
  display: block;
  position: relative;
  word-break: keep-all;
  padding: 15px 10px;  
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  z-index: 1;  
}
.sec_point .box_item h2 .sub::after,
.sec_point .box_item h2 .sub::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 1px #2c47ae;
  transform: skewX(-20deg);
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.sec_point .box_item h2 .sub::after{
  background: #2c47ae;
  top: 0;
  left: 0;
  z-index: 0;
}
.sec_point .box_item figure{
  text-align: center;
}
.sec_point .box_item.item1 figure img{
  max-width: 494px;
}
.sec_point .box_item figure .ico{
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  max-width: 204px;
  transform: translate(50%,-23%);
}
.sec_point .box_item figure+.txt{
  margin-top: 17px;
}
.sec_point .box_item .txt{
  text-align: center;
  font-weight: bold;
}
.sec_point .box_item .blue{
  color: #2c47ae;
}
.sec_point .btn_link{
  margin-top: 60px;
}
@media print,screen and (max-width :1360px) {
  .sec_point .box_item h2{
    font-size: 36px;
    font-size: 2.813vw;
  }
  .sec_point .box_item figure .ico{
    width: 30%;
    right: 5%;
  }
}
@media screen and (max-width :834px) {
  .sec_point{
    padding-top: 55px;
    padding-bottom: 12px;
  }
  .sec_point .box_item{
    width: 100%;
    padding: 48px 4.4% 25px;
  }
  .sec_point .box_item:nth-child(2){
    margin-top: 0;
    padding-top: 25px;
  }
  .sec_point .box_item h2{
    margin-bottom: 20px;  
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .sec_point .box_item h2 .main{
    min-height:inherit;  
  }
  .sec_point .box_item h2 .sub{
    width: auto;
    max-width: inherit;  
    transform: translate(-50%,-30%);
  }  
  .sec_point .box_item h2 .sub>span{
    padding: 9px 20px;  
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_point .box_item h2 .sub::before{
    left: 3px;
    top: 3px;
  }
  .sec_point .box_item h2 .ico{
    top: auto;
    bottom: 0;
    right: 0;
    width: 36%;
    max-width: 211px;
    transform: translate(50%,-23%);
  }
  .sec_point .box_item figure{
    position: relative;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .sec_point .box_item.item1 figure img{
    max-width: 100%;
  }
  .sec_point .box_item.item1 figure{
    width: 90%;
  }
  .sec_point .box_item figure .ico{
    top: auto;
    bottom: 0;
    right: 0;
    width:41.3%;
    max-width: 211px;
    transform: translate(19%,79%);
  }
  .sec_point .box_item figure+.txt{
    margin-top: 15px;
  }
  .sec_point .box_item .txt{
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    width: 90%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_point .btn_link{
    margin-top: 30px;
  }
}
/*-----------------------------------------------
# 冬期講習
----------------------------------------------- */
.sec_campaign{
  position: relative;
}
.sec_campaign::after{
  content: '';
  width: 580px;
  height: 580px;
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background:#6356A3 url("../img/bg_campaign.png")no-repeat top center;
  z-index: 0;
}
.sec_campaign .wrap_inner{
  position: relative;
  z-index: 1;
  padding-bottom: 95px;
  background: #6356A3;
  background: linear-gradient(180deg,rgba(99, 86, 163, 1) 0%, rgba(106, 124, 189, 1) 100%);
}
.sec_campaign .wrap_inner::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background:url("../img/bg_campaign.png")repeat top center;
}
.sec_campaign .ttl_sub{
  position: relative;
  width: 580px;
  margin: 0 auto;
  top: -74px;
}
.sec_campaign .ttl_sub p{
  width: 260px;
  margin: 0 auto 15px;
}
.sec_campaign .inner{
  z-index: 1;
  position: relative;
  margin-top: -60px;
}
.sec_campaign .box_ttl_main{
  text-align: center;
}
.sec_campaign .box_ttl_main h2{
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 1px 4px rgba(99, 99, 99, 0.5);
}
.sec_campaign .box_ttl_main .txt_note{
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_campaign .box_ttl_main .txt_note + .box_bnr{
  margin-top: 40px;
}
.sec_campaign .box_ttl_main .box_bnr a{
  width: fit-content;
  margin: 0 auto;
  max-width: 580px;
}
.sec_campaign h2 em{
  display: block;
  font-size: 88px;
  font-size: 8.8rem;
  letter-spacing: 0.1em;
}
.sec_campaign h2 em span{
  display: block;
  font-size: 64px;
  font-size: 6.4rem;
  letter-spacing: 0.2em;
}
.sec_campaign h2 .target{
  position: relative;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.24em;
}
.sec_campaign h2 .target::before,
.sec_campaign h2 .target::after{
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin: 13px 0;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(99, 99, 99, 0.5);
}
@media screen and (max-width :834px) {
  .sec_campaign::after{
    width: 290px;
    height: 290px;
    top: -50px;
    background-image:url("../img/bg_campaign_sp.png");
  }
  .sec_campaign .wrap_inner{
    padding-bottom: 50px;
  }
  .sec_campaign .wrap_inner::before{
    background-image:url("../img/bg_campaign_sp.png");
    background-size: cover;
  }
  .sec_campaign .ttl_sub{
    width: 290px;
    top: -12px;
  }
  .sec_campaign .ttl_sub p{
    width: 50%;
  }
  .sec_campaign .inner{
    margin-top: -20px;
  }
  .sec_campaign .box_ttl_main{
    position: relative;
  }
  .sec_campaign .box_ttl_main h2{
    position: static;
    line-height: 1.06;
    text-shadow: 0px 1px 2px rgba(99, 99, 99, 0.5);
    margin-top: 5px;
  }
  .sec_campaign h2 em{
    font-size: 49px;
    font-size: 4.9rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .sec_campaign h2 em span{
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0;
  }
  .sec_campaign h2 .target{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_campaign h2 .target::before,
  .sec_campaign h2 .target::after{
    margin: 5px 0;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(99, 99, 99, 0.5);
  }
  .sec_campaign .box_ttl_main .txt_note{
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* area_btm_image */
.sec_campaign .area_btm_image {
  margin-top: 66px;
  text-align: center;
}
.sec_campaign .area_btm_image .box_image {
  display: inline-block;
  background-color: #fff;
}
@media screen and (max-width :834px) {
  .sec_campaign .area_btm_image {
    margin-top: 30px;
  }
}

/*wrap_contents*/
.sec_campaign .wrap_contents{
  background: rgba(255,255,255,1);
  padding: 100px 0;
  margin-top: 90px;
}
.sec_campaign .list_school{
  max-width: 1090px;
  width: 90.833%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.sec_campaign .list_school li{
  width: 29.3577%;
}
.sec_campaign .list_school li button{
  display: block;
  width: 100%;
  background-color: #c6e3f8;
  color: #2c47ae;
  font-weight: bold;
  border-radius: 6px;
  padding: 20px;
  text-align: left;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  height: 100%;
  line-height: 1.2;
  min-height: 76px;
}
.sec_campaign .list_school li button::before{
  content: "";
  display: block;
  width:26px;
  height: 26px;
  background: url(../img/ico_btn_school.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width :835px){
  .sec_campaign .list_school li + li{
    margin-left: 5.963%;
  }
  .sec_campaign .list_school li:nth-child(n+4){
    margin-top: 30px;
  }
  .sec_campaign .list_school li:nth-child(3n+4){
    margin-left: 0;
  }
}
@media screen and (max-width :834px) {
  .sec_campaign .wrap_contents{
    margin-top: 40px;
    padding: 30px 0;
  }
  .sec_campaign .list_school{
    width: 94.029%;
  }
  .sec_campaign .list_school li{
    width: 47.619%;
  }
  .sec_campaign .list_school li + li{
    margin-left: 4.7619%;
  }
  .sec_campaign .list_school li:nth-child(n+3){
    margin-top: 15px;
  }
  .sec_campaign .list_school li:nth-child(2n+3){
    margin-left: 0;
  }
  .sec_campaign .list_school li button{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 15px;
    min-height: 69px;
    height: 100%;
  }
}
/* modal */
.modaal-container{
  max-width: 1200px;
}
.modaal-content-container{
  padding: 0
}
.modaal-wrapper .modaal-close{
  position: absolute;
  top: 13px;
  right: 13px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.modaal-close::before,.modaal-close::after{
  background-color: #2c47ae;
  height: 40px;
  width: 2px;
  top: 5px;
  transition: all 0.5s ease;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before{
  background-color: #2c47ae;
  opacity: 0.6;
}
.sec_modal_school{
  padding: 50px 50px 60px;
}
.sec_modal_school .area_ttl{
  text-align: center;
  color: #2c47ae;
}
.sec_modal_school .area_ttl .ttl_modal_school img{
  max-width: 414px;
}
.sec_modal_school .area_ttl .ttl_modal_school .sub{
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-style: italic;
}
.sec_modal_school .area_ttl .ttl_modal_school .sub::after{
  content: "";
  display: block;
  width: 126px;
  height: 10px;
  background: url(../img/ttl_modal_school_deco.svg)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec_modal_school .area_ttl dl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.sec_modal_school .area_ttl dl dt{
  border: 1px solid #2c47ae;
  padding: 9px 8px 7px 9px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.sec_modal_school .area_ttl dl dd{
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 12px;
}
.sec_modal_school .list_modal_school{
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.sec_modal_school .list_modal_school li{
  width: 48.181%;
  border: 3px solid #2c47ae;
  display: flex;
  flex-direction: column;
}
.sec_modal_school .list_modal_school li .ttl{
  background-color: #2c47ae;
  color: #fff;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 18px 35px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_modal_school .list_modal_school li .ttl .ico{
  background-color: #ffff3d;
  color: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_modal_school .list_modal_school li .txt{
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2c47ae;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
}
.sec_modal_school .btn_close{
  margin-top: 60px;
  text-align: center;
}
.sec_modal_school .btn_close .modaal-close::before,
.sec_modal_school .btn_close .modaal-close::after{
  content: none;
}
.sec_modal_school .btn_close button{
  position: relative;
  display: inline-block;
  width: 380px;
  border-radius: 34px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.sec_modal_school .btn_close button.modaal-close::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #2c47ae;
  border-radius: 34px;
  z-index: 0;
  transform: none;
}
.sec_modal_school .btn_close button span{
  position: relative !important;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 14px 30px 13px 30px !important;
  border: solid 1px #2c47ae !important;
  border-radius: 34px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #fff url(../img/ico_btn_close.svg) no-repeat right 16px center;
  background-size: 18px auto;
  color: #2c47ae;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.sec_modal_school .btn_close button:hover{
  opacity: 0.6;
}
@media screen and (min-width :835px){
  .sec_modal_school .list_modal_school li + li{
    margin-left: 3.636%;
  }
  .sec_modal_school .list_modal_school li:nth-child(n+3){
    margin-top: 40px;
  }
  .sec_modal_school .list_modal_school li:nth-child(2n+3){
    margin-left: 0;
  }
}
@media screen and (max-width :834px){
  .modaal-inner-wrapper{
    padding: 80px 20px;
  }
  .modaal-wrapper .modaal-close{
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
  .modaal-close::before, .modaal-close::after{
    left: 15px;
    height: 20px;
    width: 1px;
  }
  .sec_modal_school{
    padding: 30px 15px 30px;
  }
  .sec_modal_school .area_ttl .ttl_modal_school .sub{
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 4px;
  }
  .sec_modal_school .area_ttl .ttl_modal_school .sub::after{
    width: 86px;
  }
  .sec_modal_school .area_ttl .ttl_modal_school img{
    width: 93.114%;
  }
  .sec_modal_school .area_ttl dl{
    margin-top: 16px;
  }
  .sec_modal_school .area_ttl dl dt{
    padding: 3px 4px 2px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_modal_school .area_ttl dl dd{
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
  }
  .sec_modal_school .list_modal_school{
    margin-top: 35px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_modal_school .list_modal_school li{
    width: 100%;
    border-width: 2px;
  }
  .sec_modal_school .list_modal_school li + li{
    margin-top: 15px;
  }
  .sec_modal_school .list_modal_school li .ttl{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 20px 10px 22px;
  }
  .sec_modal_school .list_modal_school li .ttl .ico{
    width: 52px;
    height: 52px;
    font-size: 13px;
    font-size: 1.3rem;
    left: -25px;
  }
  .sec_modal_school .list_modal_school li .txt{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 10px 7px;
  }
  .sec_modal_school .btn_close{
    margin-top: 30px;
  }
  .sec_modal_school .btn_close button{
    width: 91.803%;
    max-width: 380px;
    top: 0;
    left: 0;
    right: auto;
    height: auto;
  }
  .sec_modal_school .btn_close button span{
    font-size: 13px;
    font-size: 1.3rem;
    background: #fff url(../img/ico_btn_close.svg) no-repeat right 14px center;
    background-size: 12px auto;
  }
  .sec_modal_school .btn_close button.modaal-close::after{
    top: 4px;
    left: 0;
  }
}
/*ボタン*/
.sec_campaign .wrap_contents+.btn_link{
  margin-top: 60px;
}
@media screen and (max-width :834px) {
  .sec_campaign .wrap_contents+.btn_link{
    margin-top: 35px;
  }
}
/*-----------------------------------------------
# リンク sec_link
----------------------------------------------- */
.sec_link{
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec_link ul.link_list li + li{
  margin-top: 37px;
}
@media screen and (max-width :834px) {
  .sec_link{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec_link ul.link_list li + li{
    margin-top: 20px;
  }
}
/*-----------------------------------------------
# 校舎一覧
----------------------------------------------- */
.sec_tel{
  background: #fff;
}
@media screen and (max-width :1024px) {
  .sec_tel{
    padding-bottom: 50px;
  }
}
@media screen and (max-width :834px) {
  .sec_tel{
    padding-bottom: 36%;
  }
}
