@charset "UTF-8";
/*---------- MV ----------*/
/* ------------------------------------------------
                    MV
--------------------------------------------------- */
.mv-wrap{
	width: 100%;
	padding: 0 0 40px;
	background: url("../../img/top/bg_mv_pc.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}
.mv-ttl {
	width: 46%;
	max-width: 720px;
	margin: 60px auto ;
}

@media (max-width: 767px) {
.mv-wrap {
		width: 100%;
		padding: 0.1vw 0 6vw;
		background: url("../../img/top/bg_mv_sp.jpg") center center no-repeat;
		background-size: cover;
		position: relative;
	}
	.mv-ttl {
		width: 90%;
		margin:40vw auto 6vw;
	}
}

/* mv-bottom */
.mv-bottom{
    margin:60px auto ;
}
.mv-bottom-reskilling{
	border:1px solid #7196CA;
	margin:0 auto 60px;
	border-radius: 20px;
	padding: 1em ;
	width:100%;
	max-width: 660px
}
.mv-bottom-txt{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size:2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom:20px;
}
.mv-bottom-txt span{
    font-size: 2.4rem;
}
.mv-bottom-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 80px;
}
.mv-logo-reskilling{
    width:180px;
}
.mv-txt-reskilling{
    width:330px;
}
/* news */
.sec-ttl.news{
	margin-top: 80px;
	margin-bottom:30px
}
.news-wrap{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    padding:50px 0;
    display: flex;
    align-items: center;
    padding:20px 20px;
    margin:0 auto;
    border:1px solid #A2A2A2;
    border-radius: 20px;
}
.news-wrap a.news-cont-wrap {
	width: calc(100% - 220px);
    display: flex;
    align-items: center;
}
.btn-red{
    background: #CF001C;
    color:#fff;
    font-weight: 500;
    border-radius: 50px;
    position: relative;
    padding-right:10px;
    text-align: center;
}
.btn-red::after{
    content:'';
    position: absolute;
    width:13px;
    height:13px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    top:0;
    bottom:0;
    margin:auto;
    right:15px;
}
.news-wrap .btn-red{
    font-weight: 700;
    width:220px;
    height:40px;
    line-height: 40px;
}
.news-date{
    font-size:1.8rem;
    color:#EB9144;
    width:10%;
}
.news-txt{
    font-size:1.8rem;
    width:calc(90% - 220px);
    padding:0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px){
 
    /* mv-bottom */
    .mv-bottom{
        margin:-3vw auto 10vw;
    }
	.mv-bottom{
        margin:10vw auto;
    }
	.mv-bottom-reskilling{
		margin-bottom:6vw;
		border-radius: 3vw;
	}

    .mv-bottom-txt{
        font-size:3.9vw;
        margin-bottom:3vw;
    }
    .mv-bottom-txt span{
        font-size: 4.2vw;
    }
    .mv-bottom-flex{
        gap:0 5vw;
       
    }
    .mv-logo-reskilling{
        width:25.714vw;
    }
    .mv-txt-reskilling{
        width:47.143vw;
    }
    /* news */
	.sec-ttl.news{
		margin-top: 10vw;
		margin-bottom:5vw;

	}
    .news-wrap{
        padding:7vw 0;
        flex-wrap: wrap;
        padding:3vw 3vw;
        border-radius: 3vw;
    }
	.news-wrap a.news-cont-wrap {
		width: 100%;
        flex-wrap: wrap;
	}
    .btn-red{
        padding-right:1vw;
    }
    .btn-red::after{
        width:2vw;
        height:2vw;
        right:1.8vw;
    }
    .news-wrap .btn-red{
        width:40vw;
        height:6vw;
        line-height: 6vw;
        font-size:3.4vw;
        margin:0 auto -6vw;
    }
    .news-date{
        font-size:3.4vw;
        width:100%;
        padding:0 1.5vw;
    }
    .news-txt{
        font-size:3.7vw;
        width:100%;
        padding:1vw 1.5vw;
        margin-bottom:2vw;
    }
}

/*---------- cta ----------*/
.sec-cta{
    padding:50px 0;
}
.sec-cta .cta-tel{
    display: block;
    text-align: center;
    margin-bottom:40px;
}
@media (max-width: 768px){}

/*---------- about ----------*/
.sec-about{
    background:url(../../img/top/bg_about.jpg) no-repeat;
    background-size: cover;
    padding:120px 0;
}
.sec-about .sec-ttl-en{
    color:#fff;
}
.sec-about .sec-ttl-ja{
    color:#fff;
}
.sec-about .sec-ttl-ja::after {
    background: linear-gradient(to right, #fff 50%, #e5e5e5 50%);
    color:#fff;
}
.sec-about .sec-txt{
    color:#fff;
}
.about-btn-con{
    display: flex;
    justify-content: space-between;
}
.about-btn-con a{
    display: block;
    background: rgba(255, 255, 255,0.9);
    border-radius: 20px;
    padding:40px 20px;
    text-align: center;
    position: relative;
    width:calc((100% - 3.4%)/2);
    box-shadow:0 0 20px rgba(0, 0, 0, 0.25);
}
.about-btn-con a::after{
    position: absolute;
    content:'';
    display: inline-block;
    background:url(../../img/common/icon_arrow_en_r.svg) no-repeat;
    background-size: 100%;
    width:50px;
    height:50px;
    border-radius: 50%;
    top:50%;
    transform: translateY(-50%);
    right:5%;
}
.btn-about::before{
    position: absolute;
    content:'';
    display: inline-block;
    background:url(../../img/top/icon_about.svg) no-repeat;
    background-size: 100%;
    width:90px;
    height:79px;
    top:50%;
    transform: translateY(-50%);
    left:5%;
}
.btn-activity::before{
    position: absolute;
    content:'';
    display: inline-block;
    background:url(../../img/top/icon_activity.svg) no-repeat;
    background-size: 100%;
    width:90px;
    height:79px;
    top:50%;
    transform: translateY(-50%);
    left:5%;
}
.btn-con-inn{
    position: relative;
    width:65%;
    margin:0 auto;
}
.btn-con-ttl{
    font-size: 3.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    color:#CF001C;
}
.btn-con-txt{
    font-size:1.7rem;
    font-weight: 500;
}
@media (max-width: 1080px){
    .about-btn-con a{
        padding:3vw 3vw;
    }
    .about-btn-con a::after{
        width:5.202vw;
        height:5.202vw;
    }
    .btn-con-ttl{
        font-size: 2.8vw;
    }
    .btn-con-txt{
        font-size: 2vw;
    }
    .btn-about::before,
    .btn-activity::before{
        width: 9vw;
        height: 8vw;
    }
}
@media (max-width: 768px){
    .sec-about{
        padding:10vw 0;
    }
    .about-btn-con{
        flex-wrap: wrap;
    }
    .about-btn-con a{
        border-radius: 3vw;
        padding:5vw 3vw;
        width:100%;
    }
    .about-btn-con a+a{
        margin-top:6vw;
    }
    .about-btn-con a::after{
        width:7.143vw;
        height:7.143vw;
    }
    .btn-about::before,
    .btn-activity::before{
        width:12.857vw;
        height:11.286vw;
        left: 6%;
    }
    .btn-con-ttl{
        font-size: 5.1vw;
        margin-bottom:1vw;
    }
    .btn-con-txt{
        font-size:3.4vw;
    }
}

/*---------- recurrent ----------*/
.sec-recurrent{
    padding:120px 0;
}
.recurrent-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recurrent-link a{
    display: block;
    width:calc((100% - 5%)/2);
    height:280px;
    color:#fff;
    text-align: center;
    position: relative;
    background-size: cover;
    padding:0 10px;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.recurrent-link a:nth-of-type(n+3){
    margin-top:90px;
}
.link-recurrent{
    background:url(../../img/top/img_recurrent.jpg) no-repeat;
}
.link-feature{
    background:url(../../img/top/img_feature.jpg) no-repeat;
}
.link-qualification{
    background:url(../../img/top/img_qualification.jpg) no-repeat;
}
.link-course{
    background:url(../../img/top/img_course.jpg) no-repeat;
}
.link-reskilling{
    background:url(../../img/top/img_reskilling.jpg) no-repeat;
}
.link-support{
    background:url(../../img/top/img_support.jpg) no-repeat;
}
.link-ttl{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.2rem;
    font-weight:700;
    line-height: 1.4;
    margin-bottom:25px;
}
.link-ttl span{
	display: inline-block
}
.link-txt{
    font-size: 2rem;
    font-weight:500;
    line-height: 1.6;
    margin-bottom:20px;
}
.recurrent-link a .btn-red{
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    width:180px;
    height:40px;
    line-height: 35px;
    position: absolute;
    bottom:-20px;
    left:0;
    right:0;
    margin:auto;
}
@media (max-width: 1080px){
    .recurrent-link a{
        height:25.5vw;
        padding: 0 0;
    }
    .link-ttl{
        font-size: 3vw;
        margin-bottom:2.315vw;
    }
    .link-txt{
        font-size: 1.8vw;
        margin-bottom:1.852vw;
    }
}
@media (max-width: 768px){
    .sec-recurrent{
        padding:13vw 0;
    }
    .recurrent-link a{
        width:100%;
        height:40vw;
        padding:0 2vw;
    }
    .recurrent-link a:nth-of-type(n+2) {
        margin-top: 10vw;
    }
    .link-ttl{
        font-size: 5.2vw;
        margin-bottom:3vw;
    }
    .link-txt{
        font-size: 3.4vw;
        margin-bottom:2vw;
    }
    .recurrent-link a .btn-red{
        font-size: 3.4vw;
        width:25.714vw;
        height:5.714vw;
        line-height: 5vw;
        bottom:-2.857vw;
    }
}

/*---------- interview & instructors----------*/
.sec-interview{
    background:url(../../img/top/bg_interview.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding:100px 0;
}
.sec-instructors{
    padding:100px 0;
}
/* slider */
.card-slider{
    display: flex;
    justify-content: space-between;
}
.card-slider-item{
    width:calc((100% - 5%*2)/3);
    border-radius: 20px;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.25);
    display: block;
    height:340px;
    position: relative;
}
.card-slider-item.card01{
    background:url(../../img/top/img_interview_01.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.card-slider-item.card02{
    background:url(../../img/top/img_interview_02.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.card-slider-item.card03{
    background:url(../../img/top/img_interview_03.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
/*.card-slider-item:nth-of-type(1),
.card-slider-item:nth-of-type(3){
    margin-top:40px;
}*/
.card-slider-item img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
}
/*.card-slider .slick-center.card-slider-item{
    opacity: 1;
   transform: translateY(-40px);
}*/
.card-copy{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size:2.7rem;
    font-weight: 700;
    color:#CF001C;
    line-height: 1.4;
    margin-top:7%;
}
.card-copy span{
    display: inline;
    background: #fff;
    padding:0 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.card-txt{
    position: absolute;
    bottom:7%;
    left:25px;
}
.card-num{
    font-family: "Allura", cursive;
    font-size:4rem;
    color:#fff;
    line-height: 0.8;
}
.card-num span{
    font-size:5.5rem;
    display: inline-block;
    margin-left:13px;
}
.card-name{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size:2rem;
    font-weight: 700;
    color:#fff;
    margin-bottom:25px;
}
.card-name span{
    font-size: 2rem;
}
.card-view{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color:#CF001C;
    background: #fff;
    border-radius: 50px;
    padding:5px 30px;
    display: inline-block;
}
.sec-instructors .card-copy,
.sec-instructors .card-num,
.sec-instructors .card-name,
.sec-instructors .card-view{
    color:#1A2C61;
}
.sec-instructors .card-slider-item.card01{
    background:url("../../img/instructors/img_instructor_01.jpg") no-repeat;
    background-size: cover;
    background-position: right;
}
.sec-instructors .card-slider-item.card02{
    background:url(../../img/instructors/img_instructor_02.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.sec-instructors .card-slider-item.card03{
    background:url(../../img/instructors/img_instructor_03.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.sec-instructors .card-name{
    margin-bottom:50px;
}

/* arrow */
.card-arrow {
    display: flex;
    align-items: center;
    width:90%;
    max-width:1200px;
    margin:0 auto;
}
.sec-interview .card-arrow .prev-arrow,
.sec-interview .card-arrow .next-arrow {
    display: block;
    width:50px;
    height:50px;
    background: url(../../img/common/icon_arrow_en_w.svg) no-repeat;
    background-size: 100%;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    position:relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
    will-change: filter;
}
.sec-instructors .card-arrow .prev-arrow,
.sec-instructors .card-arrow .next-arrow {
    display: block;
    width:50px;
    height:50px;
    background: url(../../img/common/icon_arrow_en_n.svg) no-repeat;
    background-size: 100%;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    position:relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
    will-change: filter;
}
.card-arrow .prev-arrow {
    transform: rotate(180deg);
    margin-right: 40px;
}
.sec-interview .btn-view-all,
.sec-instructors .btn-view-all{
    margin:50px auto 0;
}
.sec-instructors .btn-view-all{
    background: #fff;
    color:#CF001C;
    border:2px solid #CF001C;
}
.sec-instructors .btn-view-all::after{
    background: #CF001C;
}
@media (max-width: 1280px){
    .card-slider-item{
        height:26.5vw;
    }
    .card-copy{
        font-family: "Zen Maru Gothic", sans-serif;
        font-size:2.109vw;
        font-weight: 700;
        color:#CF001C;
        line-height: 1.4;
        margin-top:7%;
    }
    .card-copy span{
        display: inline;
        background: #fff;
        padding:0 0.781vw;
    }
    .card-txt{
        position: absolute;
        bottom:7%;
        left:1.953vw;
    }
    .card-num{
        font-family: "Allura", cursive;
        font-size:2.906vw;
        color:#fff;
        line-height: 0.8;
    }
    .card-num span{
        font-size:4.469vw;
        margin-left:1.016vw;
    }
    .card-name{
        font-family: "Zen Maru Gothic", sans-serif;
        /*font-size:1.719vw;*/
		font-size: 1.563vw;
        font-weight: 700;
        color:#fff;
        margin-bottom:1.953vw;
    }
    .card-name span{
        font-size: 1.563vw;
    }
    .card-view{
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.563vw;
        font-weight: 700;
        color:#CF001C;
        background: #fff;
        border-radius: 3.906vw;
        padding:0.391vw 2.344vw;
        display: inline-block;
    }
    .sec-instructors .card-name{
        margin-bottom:3.766vw;
    }
}
@media (max-width: 768px){
    .sec-interview{
        padding:13vw 0;
    }
    .sec-instructors{
        padding:13vw 0;
    }
    .sec-interview .sec-txt,
    .sec-instructors .sec-txt{
        margin-bottom:3vw;
    }

    /* slider */
    .card-slider-item{
        width:70vw;
        margin: 5vw 3vw 10vw;
        border-radius: 3vw;
        height:80vw;
    }
/*    .card-slider-item:nth-of-type(1),
    .card-slider-item:nth-of-type(3){
        margin-top:10vw;
    }*/
    .card-slider-item img {
        border-radius: 3vw;
    }
 /*   .card-slider .slick-center.card-slider-item{
        transform: translateY(-5vw);
    }*/
    .card-copy{
        font-size:5.2vw;
    }
    .card-copy span{
        padding:0 3vw;
    }
    .card-txt{
        left:4vw;
    }
    .card-num{
        font-size:7.7vw;
    }
    .card-num span{
        font-size:10.5vw;
        margin-left:2vw;
    }
    .card-name{
		font-size: 3.8vw;
        margin-bottom:25px;
    }
    .card-name span{
        font-size: 3.8vw
    }
    .card-view{
        font-size: 3.4vw;
        padding:.8vw 5vw;
    }
    /* arrow */
    .slider-wrap{
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .card-arrow {
        width:95%;
        max-width:initial;
        justify-content: space-between;
        position: absolute;
        top:45%;
        transform: translateY(-50%);
        left:0;
        right:0;
        margin:auto;
    }
    .sec-interview .card-arrow .prev-arrow,
    .sec-interview .card-arrow .next-arrow {
        width:11.5vw;
        height:11.5vw;
    }
    .sec-instructors .card-arrow .prev-arrow,
    .sec-instructors .card-arrow .next-arrow {
        width:11.5vw;
        height:11.5vw;
    }
    .card-arrow .prev-arrow {
        margin-right: 0;
    }
    .sec-interview .btn-view-all,
    .sec-instructors .btn-view-all{
        margin:-7vw auto 0;
    }
    .sec-instructors .card-name {
        margin-bottom: 18.766vw;
    }
}

/*---------- column ----------*/
.sec-column{
    padding:100px 0;
}
.column-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:50px 60px;
    margin-bottom:50px;
}
.column-con a{
    display: block;
    width:calc((100% - 60px)/2);
    background: #fff;
    border-radius: 40px;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.25);
    padding:30px 40px 40px 40px;
}
.column-image{
    width:53%;
    margin:0 auto 30px;
}
.column-ttl{
    font-size:2.8rem;
    font-weight: 700;
    color:#EB9144;
}
.column-txt{
    font-size:2rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1080px){
    .column-con{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap:5vw 5vw;
        margin-bottom:50px;
    }
    .column-con a{
        width:calc((100% - 5vw)/2);
        padding:3vw 5vw 5vw 5vw;
    }
    .column-ttl{
        font-size:2.593vw;
    }
    .column-txt{
        font-size:1.85vw;
    }
}
@media (max-width: 768px){
    .sec-column{
        padding:13vw 0;
    }
    .column-con{
        gap:6vw 0;
        margin-bottom:7vw;
    }
    .column-con a{
        display: flex;
        align-items: center;
        width:100%;
        border-radius: 6vw;
        padding:4vw 5vw;
    }
    .column-image{
        width:15vw;
        height:15vw;
        margin:0 5vw 0 0;
    }
    .column-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .column-txtarea{
        width:80%;
    }
    .column-ttl{
        font-size:4.5vw;
    }
    .column-txt{
        font-size:3.4vw;
    }
}

