@charset "UTF-8";


.features{
    background: url(../img/special/features_bg.png) 50% 50% no-repeat;
    background-size: cover;
    margin-top: 120px;
}
.features_inner{
    padding-top: 100px;
    padding-bottom: 135px;
}

@media only screen and (max-width: 950px) {

}



/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 767px) {
    .features{
    margin-top: 5rem;
}
    .features_inner{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
}


/*　
---------------------------------------------------------*/

.learning{}
.learning_inner{
    padding-top: 96px;
    padding-bottom: 100px;
}
.learning_name{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;    
}
.learning_name_txt1{
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    background: #fff;
    padding: 2px 10px;    
}
.learning_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 1.7%;
    margin-top: -88px;
}
.learning_box{
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid; /* サブグリッド */    
}
.learning_mv{
    position: relative;
    z-index: 1;
    padding-top: 128%;
    margin-bottom: 4px;
}
.learning_img{
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0px);
}
.learning_mv:before{
    content: "";
    z-index: 2;
    position: absolute;
    background: url(../img/special/learning_arrow.svg) 0 0 no-repeat;
    background-size: contain;
    width: 39%;
    height: 19.3%;
    top:0;
    left: -29%;
}
.learning_box:nth-child(1) .learning_mv:before{
    display: none;
}
.learning_box:nth-child(2) .learning_mv:before{
    top: 48%;
}
.learning_box:nth-child(3) .learning_mv:before{
    top: 34%;
}
.learning_box:nth-child(4) .learning_mv:before{
    top: 20%;
}


.learning_img img{
    width: 100%;
}
.learning_box:nth-child(1) .learning_img{
    top: 39%;
    width: 84%;
}
.learning_box:nth-child(2) .learning_img{
    top: 27%;
    width: 84%;
}
.learning_box:nth-child(3) .learning_img{
    top: -4%;
    width: 84%;
}
.learning_box:nth-child(4) .learning_img{
    top: 0%;
    width: 101%;
}


.learning_ttl{
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: var(--color-blue2);
    margin-bottom: 6px;
}
.learning_mes{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.learning_list{
    background: #DEEFFB;
    border-radius: 10px;
    padding: 20px 22px;
}
.learning_list li{
    font-size: 14px;
    padding-left: 17px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.learning_list li + li{
    margin-top: 14px;
}
.learning_list li:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: var(--color-black);
    width: 4px;
    height: 4px;
    top: 9px;
    left: 5px;
    border-radius: 10px;
}

.learning_btn{
    text-align: center;

    margin-top: 60px;

}

@media only screen and (max-width: 950px) {
}

/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 767px) {
  
    .learning{}
    .learning_inner{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
    .learning_name{
    gap: .5rem 0;
}
    .learning_name_txt1{
    font-size: 2rem;
    padding: .2rem .6rem;
}
    .learning_main{
    grid-template-columns: 1fr;
    margin-top: 2.6rem;
    gap: 14rem 0;
}
    .learning_box{
    display: block;
}
    .learning_mv{
    padding-top: 0;
    margin: 0 5rem 0rem;
}
    .learning_img{
    position: static;
    transform: translate(0px, 0px);
}
    .learning_mv:before{
    left: 0;
    right: 0;
    margin: auto;
    top: -11rem !important;
    background-image: url(../img/special/learning_arrow_sp.svg);
    width: 5.3rem;
    height: 7.5rem;
}
    .learning_box:nth-child(1) .learning_mv:before{}
    .learning_box:nth-child(2) .learning_mv:before{}
    .learning_box:nth-child(3) .learning_mv:before{}
    .learning_box:nth-child(4) .learning_mv:before{}
    .learning_img img{}
    .learning_box:nth-child(1) .learning_img{
    width: auto;
}
    .learning_box:nth-child(2) .learning_img{
    width: auto;
}
    .learning_box:nth-child(3) .learning_img{
    width: auto;
}
    .learning_box:nth-child(4) .learning_img{
    width: auto;
    margin: 0 -2.5rem;
}
    .learning_ttl{
    font-size: 2.4rem;
    margin-bottom: .5rem;
}
    .learning_mes{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
    .learning_list{
    padding: 2rem 2.2rem;
}
    .learning_list li{
    font-size: 1.4rem;
    padding-left: 1.7rem;
}
    .learning_list li + li{}
    .learning_list li:before{
    width: .4rem;
    height: .4rem;
    top: .9rem;
    left: .5rem;
    border-radius: 10rem;
}
    .learning_btn{}

}


/*　
---------------------------------------------------------*/


.day{
    background: #fff;
}
.day_inner{
    padding-top: 100px;
    padding-bottom: 80px;
}
.day_list{
    background: var(--color-blue4);
    border-radius: 10px;
    display: flex;
    padding: 27px 1.5%;
    margin-bottom: 42px;
}
.day_list li{
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}
.day_list li:before{
    content: "";
    z-index: 5;
    position: absolute;
    width: 7px;
    height: 7px;

    /* Navy */
    background: #00264B;
    border: 4px solid #EAF3FA;
    left: 0;
    right: 0;
    top: 77px;
    margin: auto;
    border-radius: 100px;
}
.day_list li:after{
    content: "";
    z-index: 1;
    position: absolute;
    background: var(--color-black);
    opacity: .3;
    height: 1px;
    top: 84px;
    right:0;
    left: 0;
}
.day_list li:first-child:after{
    left: 50%;
}
.day_list li:last-child:after{
    right:50%;

}

.day_list_time{
    display: grid;
    gap: 0 0;
    font-size: 20px;
    color: var(--color-blue2);
    position: relative;
    z-index: 1;
}
.day_list_time:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: var(--color-blue2);
    width: 1px;
    height: 10px;
    top:0;
    bottom: 0;
    right:0;
    left: 0;
    margin: auto;
}
.day_list_time span{}
.day_list_name{
    margin: 14px -20px 0;
    line-height: 1.5;
}

.day .e-imgSet{
    margin-bottom: 0;
}


@media only screen and (max-width: 950px) {
}

/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 767px) {
      
    .day{}
    .day_inner{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
    .day_list{
    display: grid;
    padding: 1.6rem 1rem;
    margin-bottom: 4rem;
    gap: 0;
}
    .day_list li{
    display: flex;
    text-align: left;
    padding: 0.15rem 0;
}
    .day_list li:before{
    width: .5rem;
    height: .5rem;
    top: 1.1rem;
    left: -1.8rem;
    right: 0;
}
    .day_list li:after{
    width: 1px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 1.9rem;
    margin: auto;
}
    .day_list li:first-child:after{
    left: 0;
    top: 50%;
}
    .day_list li:last-child:after{
    right: 0;
    left: -1.8rem;
    bottom: 50%;
}
    .day_list_time{
    display: flex;
    font-size: 1.8rem;
    width: 14.05rem;
    gap: 0 2rem;
    margin-right: 3.4rem;
}
    .day_list_time:before{
    width: .8rem;
    height: 1px;
    bottom: auto;
    top: 1.7rem;
}
    .day_list_time span{
    flex: 1;
}
    .day_list_time span:nth-child(1){
    text-align: right;
}
    .day_list_time span:nth-child(2){}
    .day_list_name{
    margin: 0;
    position: relative;
    z-index: 1;
    top: 0.5rem;
    flex: 1;
}
    .day_list_name span{
        font-size: 1.2rem;
    }
    .day .e-imgSet{
    grid-template-columns: 1fr;
    margin-top: 2rem !important;
}

}



/*　
---------------------------------------------------------*/



@media only screen and (max-width: 950px) {
}

/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 767px) {
  

}



