@charset "utf-8";

.youtubeWrap{
  max-width: 560px;
  margin: 50px auto 40px;
}
.youtubeWrapInner{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubeWrapInner iframe {
  width: 100%;
  height: 100%;
}

.freeWrap h2{
  background-color: #152c81;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  padding: 12px 20px;
  margin: 50px auto 40px;
}

.freeWrap	h3.line{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  position: relative;
  margin-bottom: 30px;
  padding-left: 14px;
  color: #152c81;
}
.freeWrap	h3.line::after {
  content: "";
  width: 4px;
  height: 100%;
  background: #152c81;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.freeWrap	h3.line::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e6960b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.boxtop-stripe{
  background: #fffff8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
  box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
  margin-top: 50px;
  margin-bottom: 50px;
}
.boxtop-stripeline{
  width: 100%;
  height: 7px;
  background-color: #2F4C9C;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.boxtop-stripeline::after{
  position: absolute;
  content: "";
  background-image: url("../../../assets/images/boxtop-stripeline.png");
  background-size: cover;
  width: 100%;
  height: 7px;
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
}


.catch{
  color: #152c81;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .catch{
    font-size: 24px;
  }
}

.pointcheck{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.pointcheck_wrap{
  display: flex;
  flex-wrap: wrap;
  background: #f2f7fd;
  border-radius: 4px;
  margin-bottom: 10px;
}
.pointcheck_inner{
  display: flex;
  align-items: center;
}
.pointcheck_title{
  color: #152c81;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
}
.pointcheck_title::before {
  content: url("../../../assets/images/check-sp.svg");
  position: absolute;
  left: 0px;
  top: -1px;
  margin-right: 10px;
}
@media screen and (max-width: 360px) {
  .pointcheck_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pointcheck{
    flex-direction: column;
  }
  .pointcheck_img img {
    max-width: 90px;
  }
  .pointcheck_inner {
    justify-content: flex-start;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pointcheck{
    justify-content: center;
  }
  .pointcheck_wrap:nth-of-type(-n+2){
		width: calc( (100% - 10px) / 2 );
    height: 180px;
  }
  .pointcheck_wrap:nth-of-type(n+3){
		width: calc( (100% - 20px) / 3 );
  }
  .pointcheck_img{  
    width: 34%;
    height: 100%;
  }
  .pointcheck_img img {
    width: 100%;
    height: 180px;
    border-radius: 3px 0 0 3px;
    -o-object-fit: cover;
    object-fit: cover;
  }  
  .pointcheck_wrap:nth-of-type(-n+2) .pointcheck_inner{
    width: 65%;
    padding: 30px 30px 30px 40px;
  }
  .pointcheck_wrap .pointcheck_inner{
    padding: 30px;
    flex-grow: 1;
  }
  .pointcheck_title {
    padding-left: 30px;
  }
  .pointcheck_wrap:nth-of-type(-n+2) .pointcheck_title{
    font-size: 20px;
  }
  .pointcheck_wrap:nth-of-type(n+3) .pointcheck_title{
    font-size: 18px;
  }
  .pointcheck_title::before {
    content: url("../../../assets/images/check.svg");
    position: absolute;
    left: 0px;
    top: -2px;
  }
}

.banner_01 .inner_01 .img{
  display: flex;
  justify-content: center;
}
.banner_01 .inner_02 .box{
  background-color: #fff;
  color: #e59100;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  position: relative;
}
.banner_01 .inner_02 .box::before{
  position: absolute;
  content: "";
  height: 100%;
  background: #e59100;
  left: 0;
  top: 0;
  width: 8px;
}
.banner_01 .inner_02 .lead{
  color: #152c81;
  font-weight: 700;
  margin-top: 0;
}
.button a{
  background-color: #152c81;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 41px 0 20px;
  border-radius: 4px;
}
.button a::after{
  position: absolute;
  content: url("../../../assets/images/icon/arrow-white-right-w10-h5_2.svg");
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_02{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.banner_02 a .text{
  color: #152c81;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
.banner_02 a .text::after{
  content: url("/assets/images/icon/arrow-nay-w4-h8.svg");
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .banner_01{
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 360px;
  }
  .banner_01 .inner_01,
  .banner_01 .inner_02{
    margin-bottom: 20px;
  }
  .banner_01 .inner_01 .img img{
    max-width: 305px;
  }
  .banner_01 .inner_01 .text{
    display: none;
  }
  .banner_01 .inner_02 .box{
    display: block;
    padding: 10px;
  }
  .banner_01 .inner_02 .lead{
    font-size: 20px;
  }
  .banner_01 .inner_03 .img{
    display: none;
  } 
  .banner_02{
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  .banner_02 > div:not(:first-of-type){
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner_01{
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }
  .banner_01 .inner_01{
    width: 25%;
  }
  .banner_01 .inner_02{
    width: 42%;
  }
  .banner_01 .inner_03{
    width: 25%;
  }
  .banner_01 .inner_01 .text{
    color: #152c81;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .banner_01 .inner_01 .text span{
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .banner_01 .inner_02 .box{
    display: inline-block;
    font-size: 14px;
    padding: 10px;
  }
 .banner_01  .inner_02 .lead{
    font-size: 20px;
  }
  .banner_02{
    column-gap: 30px;
    padding: 30px;
  }
  .banner_02 > div{
		width: calc( (100% - 30px) / 2 );
  }
  .banner_02 a .text{
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .banner_01{
    padding: 30px 45px;
  }
  .banner_01 .inner_02 .box{
    font-size: 18px;
    padding: 10px 20px 10px 15px;
  }
  .banner_01 .inner_02 .lead{
    font-size: 30px;
  }
  .banner_01 .inner_02 .text{
    font-size: 15px;
  }
}

