/*support.css*/

.deBlock {
    padding-top: 80px;
    padding-bottom: 80px;
}

.topManabiWrap {
    margin-bottom: 0;
}


/*----------------------
bread
------------------------*/

.bread > .inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bread > .inner a,
.bread > .inner span,
.bread > .inner p {
    display: block;
    font-size: 1.3rem;
    padding: 5px 8px 5px;
}

.bread > .inner a {
    color: #005BCB;
}

.bread > .inner span {
    width: 8px;
    height: 8px;
    position: relative;
}

.bread > .inner span:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    margin: auto;
}

/*------------------------
受験生応援サイト
------------------------*/

/*
main {
    margin-top: 80px;
}
*/

#examSup .inner {
    width: 1360px;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
}

/*------------------------
examMain
------------------------*/

.examMain {
    padding-bottom: 60px;
    background-color: #F4F4F4;
}

.examMain .inner {
    position: relative;
}


.e_slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.e_slider .slick-slide img {
  width: auto;
  height: 500px;
}

.mainObi {
    width: fit-content;
    min-width: 360px;
    height: 460px;
    background-color: rgba(0,91,203,0.9);
    position: absolute;
    top: 0;
    left: 35px;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.mainObi .copy {
    position: absolute;
    right: -50px;
    bottom: 120px;
    transform:rotate(-18deg);
    transform-origin:left bottom;
}

.mainObi .sub {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    width: 139px;
    padding: 10px 0 26px;
    margin: 0 auto 15px;
}

.mainObi .sub:after {
    content: '';
    width: 139px;
    height: 17px;
    background: url(/img/prospective_students/sub_border02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mainObi .sub:before {
    content: '';
    width: 139px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.mainObi h1 {
    font-size: 6rem;
    line-height: 1.26;
    color: #fff;
    text-align: center;
}

.mainObi a.linkBtn {
    display: block;
    width: 278px;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
}

.mainObi a.linkBtn span {
    font-size: 1.6rem;
    font-weight: 600;
}

.mainObi a.linkBtn span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(/img/prospective_students/top_link_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    margin-top: -3px;
}

.examTopLinks {
    width: 100%;
    background-color: #fff;
    padding: 35px 4% 35px 4%;
    margin-top: -40px;
    box-shadow: rgba(112, 112, 112, 0.16) 0px 1px 4px;
    position: relative;
    z-index: 1;
}

.examTopLinks > ul {
    display: flex;
    justify-content: space-between;
}

.examTopLinks > ul > li {
    width: 24%;
}

.examTopLinks > ul > li > a {
    display: block;
    height: 80px;
    border: 1px solid #4A4A4A;
    display: flex;
    align-items: center;
    padding: 0 50px 0 20px;
    overflow: hidden;
    position: relative;
}

.examTopLinks > ul > li > a span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}

.examTopLinks > ul > li > a:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/img/prospective_students/top_link_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
/*    right: 15px;*/
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.examTopLinks > ul > li > a.one_min_btn {
    padding: 0;
    background-color: #3C88E8;
    background-image: url(/img/prospective_students/one_min_bk_01.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 78px 40px;
}

.examTopLinks > ul > li > a.one_min_btn:after {
    content: '';
    display: block;
    width: 80px;
    height: 40px;
    background-image: url(/img/prospective_students/one_min_bk_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.examTopLinks > ul > li > a.one_min_btn img {
    display: block;
    width: 188px;
    max-width: 70%;
    margin-left: 15px;
}

/*------------------------
SANNO DAYS
------------------------*/

.daysWrap {
    background: rgb(211,243,255);
    background: linear-gradient(227deg, rgba(211,243,255,1) 25%, rgba(255,240,250,1) 60%, rgba(247,247,247,1) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}


.daysCont {
    display: flex;
    padding-bottom: 45px;
    align-items: flex-start;
}

.daysCont .days_l {
/*
    min-width: 468px;
    margin-right: 92px;
*/
    width: 40%;
    margin-right: 2%;
}

.daysCont .days_r {
    width: 58%;
/*    min-width: calc(100% - 560px);*/
    flex: 1;
    margin-right: calc(50% - 50vw);
    position: relative;
}

.daysCont .days_l h2 {
    font-size: 8.3rem;
    font-size: min(8.3vw,8.3rem);
    line-height: 1.1;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
}

.daysCont .days_l h2:before,
.daysCont .days_l h2:after {
    content: none;
}

.daysCont .days_l .hash_tag li {
    color: #212121;
    font-size: 1.6rem;
}

.days_illust {
    width: 246px;
    margin-top: 50px;
}

.daysSnsLinks {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    
    margin-top: 45px;
    margin-right: 5%;
    max-width: 60%;
}

.daysSnsLinks li {
    max-width: 49%;
}

.daysSnsLinks li:first-child {
    margin-right: 15px;
}

.daysSnsLinks li > a {
    display: block;
    max-width: 100%;
    width: 210px;
    height: 50px;
    background-color: #000000;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:min(2.3vw,2.0rem);
}


/*------------------------
SANNO DAYS Slider
------------------------*/

.d_slider .item {
    margin: 0 10px;
    overflow: hidden;
}

.d_slider .item {
    display: block;
    aspect-ratio: 2 / 3.6;
    position: relative;
}

.d_slider .item video {
    display: block!important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
}

.d_slider .item.insta:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/img/common/insta_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.tiktok:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/img/common/tiktok_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.fb:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/img/common/fb_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.x:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/img/common/x_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.yt:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/img/common/yt_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}



.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0;
    position: relative;
    position: absolute;
    bottom: 95px;
    left: -135px;

}

@media screen and (min-width:768px) and (max-width:980px) {
    .arrow_box {
        left: 0;
        bottom: 25px;
    }
}


.prev-arrow,
.next-arrow {
    display: block;
    width: 45px;
    height: 45px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    margin-right: 15px;
}

.prev-arrow::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(/img/prospective_students/prev_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.next-arrow::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(/img/prospective_students/next_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------
Column Pattern02
-----------------*/

.sub_inner {
    width: 1110px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.column02 {
    width: 100%;
    margin: 0 auto 20px;
    padding: 40px 3% 40px 3%;
    background-color: #fff;
    border: 1px solid #E3E3E3;
}

.column02_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.column02_in .col02_img {
    display: block;
    width: 430px;
    max-width: 45%;
}

.column02_in .col02_cont {
    width: 530px;
    max-width: 52%;
}

.column02 h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.column02 h3 span.copy {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.column02_in p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.column02 .par {
    margin-top: 20px;
}

.column02 .btn01 {
    margin: 20px 0 0 auto;
    padding: 10px 48px 10px 20px;
}

.column02 a,
.column02 span {
    line-height: 1.3;
}


