.din-b{
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
}
body{
    font-family: "Source Sans 3", "Noto Sans JP";
    font-weight: 500;
    color: #000;
}
main{
    padding-top: 90px;
}
section{
    padding: 100px 0;
}
input{
    display: none;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #2C2C2C;
    z-index: 999;
}
.header__nav{
    padding: 8px 0;
}
.header__menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 0;
}
.header__logo img{
    width: 240px;
    height: 74px;
}
.header__nav-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 28px;
    flex-basis: 580px;
}
@media screen and (max-width: 950px) {
    .header__nav-list{
        gap: 20px 16px;
    }
}
.header__nav-link{
    color: #FFF;
    font-weight: bold;
}
.header__entry-btn a{
    width: 124px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #E50012 2.5%, #EF821D 89.3%);
    color: #FFF;
    clip-path: polygon(30px 0 , 100% 0, calc(100% - 30px) 100%, 0 100%);
}
.header__content{
    display: flex;
}


#mv{
    background-image: url(../img/seminar/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 608px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.c-gradation{
    background: linear-gradient(90deg, #E50012 2.5%, #EF821D 89.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-bg-white{
    padding: 10px 20px;
    background-color: #FFF;
}
.mv__main-title{
    margin-bottom: 32px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
}
.mv__main-title .text-bg-white{
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    margin-bottom: 8px;
    display: inline-block;
}
.mv__sub-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.mv__gradation-btn{
    display: flex;
    width: 268px;
    padding: 19.5px 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    background: linear-gradient(90deg, #E50012 2.5%, #EF821D 89.3%);
    position: relative;
}
.mv__gradation-btn:after{
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 36px;
    height: 7px;
    background-image: url(../img/seminar/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.tl-en{
    font-family: "din-2014", sans-serif;
    font-weight: 900;
    color: #E61717;
    font-size: 72px;
}

.vision__container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
}
.vision__iframe{
    width: 450px;
    max-width: 100%;
    height: 0;
    padding-top: calc(450px * 9 / 16);
    position: relative;
}
.vision__iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vision__message{
    font-size: 28px;
    font-weight: bold;
    width: 532px;
}
.bg-gradation-outer{
    margin: 12px 0 20px 0;
}
.bg-gradation{
    background: linear-gradient(90deg, #E50012 2.5%, #EF821D 89.3%);
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    padding: 6px 12px;
}
.bg-gradation.js-scroll{
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}
.bg-gradation.js-scroll.is_show{
    background-size: 100% 100%;
}
.vision__text p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
}
.bg-orange{
    background: linear-gradient(#EF821D,#EF821D);
    color: #FFF;
    padding: 2px 4px;
}
.bg-orange.js-scroll{
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}
.bg-orange.js-scroll.is_show{
    background-size: 100% 100%;
}
.bg-red{
    background: linear-gradient(#E50012,#E50012);
    color: #FFF;
    padding: 2px 4px;
}
.bg-red.js-scroll{
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}
.bg-red.js-scroll.is_show{
    background-size: 100% 100%;
}
.vision__btn{
    border: solid 2px #E50012;
    color: #E50012;
    display: flex;
    width: 268px;
    padding: 19.5px 0;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
}
.vision__btn:after{
    content: "";
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 36px;
    height: 7px;
    background-image: url(../img/seminar/arrow_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

#job{
    background:
    linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)),
    url(../img/seminar/bg.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}

.tl-flex{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
.tl-jp{
    font-size: 28px;
    font-weight: 600;
}
.job__body{
    background-color: #FFF;
    border: 1px solid #E50012;
}
.job__body img{
    width: 100%;
}
.job__inner{
    margin: 0 80px;
    padding: 60px 0;
    position: relative;
}
.job__inner:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/seminar/dot.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.job__inner:nth-last-child(1):after{
    content: none;
}
.job__title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}
.job__list-1{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px 30px;
    counter-set: num;
}
.job__item-1{
    width: 252px;
    counter-increment: num;
}
.job__item-title{
    font-size: 24px;
    font-weight: 700;
    color: #E50012;
    padding-left: 54px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 12px;
}
.job__item-title:before{
    content: counter(num);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 70px;
    font-weight: 600;
    font-family: "din-2014", sans-serif;
    line-height: 1;
}
.job__item-text{
    font-size: 16px;
    font-weight: 700;
}
.job__list-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.job__item-2{
    width: 390px;
    max-width: 100%;
    background-color: rgba(229, 0, 18, 0.05);
    padding: 20px;
}
.job__item-2__title{
    font-size: 24px;
    font-weight: 700;
    color: #EB2C12;
    padding-left: 20px;
    border-left: solid 4px #EB2C12;
    line-height: 1;
    margin-bottom: 12px;
}
.job__point{
    list-style: disc;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}
.job__point li{
    list-style: disc;
    line-height: 2;
}
.swiper{
    height: auto!important;
}
.swiper-wrapper{
    height: auto!important;
}
.swiper-slide{
    height: auto!important;
}
.interview__swiper {
    position: relative;
}
.swiper-slide.interview__item{
    padding: 50px 80px 80px 80px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.30);
    margin-bottom: 20px;
    width: 1024px;
    max-width: calc(100% - 120px);
}
.interview__title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Sans JP";
    margin-bottom: 32px;
}

.interview__body{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.interview__body img{
    width: 35%;
    margin: auto;
}
.interview_content{
    width: 60%;
}
.interview_content h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 24px;
}
.interview__body dl{
    margin-bottom: 24px;
}
.interview__q{
    color: #E50012;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.interview__body dd{
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}
.interview__body dd .bg-red{
    padding: 2px 4px;
}
.swiper-button-prev,
.swiper-button-next{
    width: 60px!important;
    height: 60px!important;
    border-radius: 30px!important;
    background-image: url(../img/seminar/swiper_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s ease;
}
.swiper-button-prev{
    left: calc((100% - 1024px) / 2 - 30px)!important;
}
.swiper-button-next{
    right: calc((100% - 1024px) / 2 - 30px)!important;
    rotate: 180deg;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    opacity: 0.5;
}
@media screen and (max-width: 1100px) {
.swiper-button-prev{
    left: 30px!important;
}
.swiper-button-next{
    right: 30px!important;
}
}

.pagenation.swiper-pagination {
    padding-top: 40px;
    position: static;
}
.pagenation .swiper-pagination-bullet-active{
    background: rgba(229, 0, 18);
}

#career{
    background:
    linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)),
    url(../img/seminar/bg.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}

.career__body{
    border: solid 2px #E50012;
    background-color: #FFF;
    position: relative;
    padding: 80px;
}
.career__body dl{
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 36px 114px;
    font-family: "Noto Sans";
    color: #000;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.career__body dl:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/seminar/dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.career__body dt{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.career__body dd{
    font-size: 16px;
    line-height: 1.75;
}

.entry__tl{
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 32px;
}
.career__entry p{
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
}
.who__body{
    display: flex;
    justify-content: center;
    gap: 20px 0;
}
.who__img{
    width: 520px;
}
.who__text{
    width: 450px;
}
.who_item{
    margin-bottom: 40px;
}
.who_item:nth-last-child(1){
    margin-bottom: 0;
}
.who__tl{
    font-size: 24px;
    font-weight: bold;
    color: #E50012;
    margin-bottom: 12px;
}
.who__text p{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.who__text p .bg-red{
    padding: 2px 2px;
}

#seminar{
    background:
    linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)),
    url(../img/seminar/bg.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}
.seminar__top{
    border: solid 2px #E50012;
    background-color: #FFF;
    padding: 80px;
}
.seminar__title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 32px;
}
.seminar__tag{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 32px;
}
.seminar__tag li{
    display: inline-block;
    padding: 0 20px;
    border: solid 2px #E50012;
    font-size: 24px;
    font-weight: 600;
    color: #E50012;

}
.seminar__top p{
    font-size: 22px;
    font-weight: 600;
    line-height: 2;

}


.seminar__bottom{
    margin-top: 80px;
    text-align: center;
}
.bottom__main {
    margin-bottom: 16px;
}
.bottom__main span{
    font-size: 52px;
    font-weight: bold;
}
.bottom__sub-title span{
    font-size: 20px;
}
.bottom__wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
    gap: 20px 76px;
}
.bottom__box{
    width: 304px;
    font-size: 24px;
    font-weight: bold;
}
.bottom__box p{
    line-height: 1.2;
    margin-bottom: 16px;
}
.bottom__box a img{
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

