.pos-rel{
    position: relative;
}
.pos-abs{
    position: absolute;
}
#STU .h1-anim{
    position: absolute;
    left: 50%;
    top: calc(50% - 4vw);
    transform: translate(-50%,-50%);
}
#STU .h1-anim h1{
    color: #fff;
    border: none;
    font-size: min(4.86vw,70px);
    white-space: nowrap;
    text-align: center;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 32px rgba(0, 0, 0, 0.90);
}
@media (max-width: 767px) {
    #STU .h1-anim{
        top: 50%;
    }
    #STU .h1-anim h1{
        font-size: 26px;
        padding-bottom: 13.8vw;
    }
}
#STU .h2{
    color: #000;
    font-family: Oswald;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 120% */
    text-transform: uppercase;
    text-align: left;
}
@media (max-width: 767px) {
    #STU .h2{
        font-size: 50px;
        margin-bottom: 32px;
    }
}
#STU .h2 b {
    display: block;
}
#STU .h2 span{
    display: block;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 767px) {
    #STU .sp-row-gap-s{
        row-gap: 9px;
    }
    .sp-row-gap-xs{
        row-gap: 3px;
    }
}
@media (max-width: 767px) {
    #STU .h2 span{
        font-size: 18px;
        margin-top: 16px;
    }
}
.col-text h2:after{
    display: none;
}
@media (min-width: 1080px) {
    .col-text{
        width: calc(3 / 4 * 100%);
    }
}
@media (max-width: 1079px) {
    .col-text{
        max-width: 100%;
    }
}


.col-text p{
    line-height: 2;
    text-align: justify;
}
.figure-catch{
    padding-bottom: 105px;
}
@media (max-width: 767px) {
    .figure-catch{
        padding-bottom: 40px;
    }
}
.figure-catch .col-block{
    margin-bottom: 88px;

}
.bg-grey{
    background-color: #e8e8e8;
}
.bg-white-gray{
    background: linear-gradient(to bottom, #ffffff 27.5%, #E8E8E8 27.5%);
}
@media (max-width: 767px) {
    .bg-white-gray{
        background: linear-gradient(to bottom, #ffffff 42%, #E8E8E8 42%);
    }
}
.bg-white-purple{
    background: linear-gradient(to bottom, #ffffff 27.5%, #EFDBF7 27.5%);
}
@media (max-width: 767px) {
    .bg-white-purple{
        background: linear-gradient(to bottom, #ffffff 42%, #EFDBF7 42%);
    }
}
.bg-white{
    background: #ffffff;
}

.contents-out--time .col-middle{
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .contents-out--time .col-middle{
        padding-top: 0;
    }
    .contents-out--time .col-middle p{
        margin-bottom: 0;
    }
}
.contents-out--time .col-middle p{
    line-height: 2;
}
.contents-out--time .col-block{
    position: relative;
    z-index: 2;
}
@media print, screen and (max-width: 767px) {
    .contents-right.contents-out--time.contents-out .col_1-2.out-box {
        padding-right: 0;
        padding-left: 16px;
    }
}
@media print, screen and (min-width: 1304px){
    .contents-out--time:after {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        content: "";
        width: calc((100% - 1240px) * 0.5);
        background-color: #fff;
        z-index: 1;
    }
}
@media print, screen and (min-width: 768px)  and (max-width: 1303px) {
    .contents-out--time:after {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        content: "";
        width: 32px;
        background-color: #fff;
        z-index: 1;
    }
}
.maincontents .contents-block .carousel-contents-header{
    margin-bottom: 48px;
}
.maincontents .contents-block .carousel-contents-header h2{
    padding-bottom: 0;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.maincontents .carousel-contents-header p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 200% */
}
.maincontents .carousel-contents-header h2:after{
    display: none;
}
@media (min-width: 768px){

    .col-message {
        padding: 40px 110px;
        display: grid;
        place-items: center;
        grid-gap: 0 10vw;
        grid-template-columns: 206px minmax(auto, 604px);
    }
}
@media (min-width: 768px) and (max-width: 1079px) {
    .col-message{
        padding: 5vw;
        grid-gap: 0 5vw;
    }
}
@media (max-width: 767px) {
    .col-message{
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-top: 80px;
    }
    .col-message figure{
        padding-right: 75px;
        margin-left: -16px;
        margin-top: -40px;
    }
    .col-message-desc{
        padding: 30px 40px 40px;
    }
}
.col-message h3{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}

.col-message p{
    font-size: 18px;
    line-height: 2;
}
@media (max-width: 767px) {
    .col-message h3{
        font-size: 15px;
        line-height: 2;
        margin-bottom: 15px;
    }
    .col-message p{
        font-size: 15px;
        line-height: 2;
    }
}
