main{
    padding-top: 64px;
}
.header__logo img{
    width: 178px;
    height: 51px;
}
.header__hamburger{
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 22px;
    border-top: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    cursor: pointer;
    transition: 0.2s ease;
}
.header__hamburger:before,
.header__hamburger:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    inset: 0;
    margin: auto;
    background-color: #FFF;
    transition: 0.2s ease;
}
.header__nav {
    padding: 6px 0;
}
.header__menu{
    justify-content: center;
}
.header__content{
    display: none;
    height: 0;
    padding: 0 20px;
    background-color: #2C2C2C;
    overflow: hidden;
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    bottom: 0;
    transition: 0.2s ease;
}

.header__toggle:checked+.header__hamburger{
    border: none;
}
.header__toggle:checked+.header__hamburger:before{
    rotate: 45deg;
}
.header__toggle:checked+.header__hamburger:after{
    rotate: -45deg;
}
.header__toggle:checked~.header__menu .header__content{
    bottom: calc( 64px - 100vh);
    height: calc(100vh - 64px);
    overflow-y: auto;
}
.header__nav-item{
    padding: 16px 30px;
    border-bottom: solid 1px #FFF;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP";
}
.header__nav-item:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    rotate: 45deg;
}
.header__nav-link{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.header__nav-list{
    display: block;
    background-color: #000;

}
.header__entry-btn{
    background-color: #000;
    padding: 10px;
}
.header__entry-btn a{
    width: 100%;
    clip-path: none;
    font-size: 14px;
    font-weight: bold;
}
section{
    padding: 80px 0;
}
#mv{
    background-image: url(../img/seminar/mv_sp.jpg);
    height: auto;
    padding: 80px 0;
}
.mv__main-title{
    font-size: 40px;
    margin-bottom: 10px;
}
.mv__sub-title{
    font-size: 14px;
}
.mv__sub-title .text-bg-white{
    padding: 2px 4px;
}
.mv__gradation-btn{
    width: 335px;
    max-width: 100%;
    margin: auto;
}
.vision__message{
    width: 100%;
    font-size: 24px;
}

.bg-gradation-outer span{
    display: inline-block;
    margin-bottom: 4px;
}
.bg-gradation{
    padding: 2px 10px;
}
.vision__container{
    display: block;
}
.vision__iframe{
    width: 100%;
    padding-top: calc(100% * 9 / 16);
}
.vision__btn{
    width: 100%;
    margin-bottom: 40px;
}
.tl-flex{
    flex-direction: column;
    text-align: left;
    margin-bottom: 40px;
}
.tl-en{
    margin: 0 auto 0 0;
    line-height: 1;
    font-size: 52px;
}
.tl-jp{
    margin: 0 auto 0 0;
    font-size: 24px;
    line-height: 1.4;
}

.job__inner{
    padding: 40px 0;
    margin: 0 32px;
}

.job__list-1{
    gap: 40px 0;
}
.job__item-1{
    flex-basis: 100%;
}
.job__item-title:before{
    top: -8px;
}

.job__item-2{
    background-color: #FFF;
    width: 100%;
    padding: 0;
}

.job__point{
    font-size: 16px;
    color: #2C2C2C;
    padding-left: 12px;
    line-height: 1.75;
}

.swiper-slide.interview__item{
    padding: 40px 32px;
    width: calc(100% - 40px);
    max-width: 100%;
}
.interview__body{
    display: block;
}
.interview__title{
    font-size: 24px;
}
.interview_content h4{
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 18px;
}
.interview__body img{
    width: 246px;
}
.interview_content{
    width: 100%;
}
.interview__body dd{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2%;
}
.interview__body dd .c-red{
    padding: 2px;
}
.interview__body dl:nth-last-child(1){
    margin-bottom: 0;
}
.swiper-button-prev,
.swiper-button-next{
    width: 40px!important;
    height: 40px!important;
}
.swiper-button-prev{
    left: 0px!important;
}
.swiper-button-next{
    right: 0px!important;
}
.pagenation.swiper-pagination{
    padding-top: 20px;
}

.career__body{
    padding: 40px 32px;
}
.career__body dl{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
    margin-bottom: 32px;
}
.career__body dt{
    padding-top: 0;
}
.career__body dd{
    position: relative;
    padding-bottom: 16px;
    font-weight: 400;
}
.career__body dd:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: url(../img/seminar/dot_gray.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
}
.career__body dd:nth-last-child(1):after{
    background-image: url(../img/seminar/dot.svg);
}
.career__entry p{
    font-size: 16px;
}
.who__body{
    display: block;

}
.who__img{
    width: 100%;
    text-align: center;
}
.who__img img{
    width: 335px;
    margin: auto;
    max-width: 100%;
}
.who__text{
    width: 100%;
}

#seminar .inner{
    padding: 0;
}
.seminar__top{
    padding: 40px 32px;
    border-left: none;
    border-right: none;
}

.seminar__title{
    font-size: 21px;
}
.seminar__tag li{
    font-size: 20px;
}
.seminar__top p{
    font-size: 17px;
    line-height: 1.8;
}
#seminar img{
    width: 350px;
    margin: auto;
    max-width: 100%;
}
.bottom__main span{
    font-size: 40px;
    margin-bottom: 8px;
    display: inline-block;
}
.bottom__sub-title span{
    font-size: 15px;
    padding: 2px 4px;
}
.bottom__box{
    font-size: 20px;
}