/*********************

hero

***********************/

.top-hero {
    position: relative;
    padding-top: 80px;
    z-index: 1;
}

.top-hero__txt {
    position: absolute;
    bottom: 80px;
    left: 120px;
    z-index: 1;
}

.top-hero__txt p {
    margin-top: 28px;
}

.top-hero__txt h1 {
    color: #1c1c1c;
    font-size: 48px;
    line-height: 28px;
    letter-spacing: .0em;
    margin-bottom: 48px;
}

.top-hero__txt h1 span {
    background-color: #ffffff;
    letter-spacing: 0;
}

.top-hero__list {
    width: 100%;
}

.top-hero__list ul li img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.topHeroImg {
    display: block;
    width: 100%;
}

.top-hero__list--item {
    opacity: 0;
    transition: opacity .3s linear;
}

.top-hero__list--item.slick-initialized {
    opacity: 1;
}

.top-hero__list--item-sp {
    display: none;
}

@media screen and (max-width: 1080px) {
    .top-hero__list {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    .top-hero__txt h1 {
        font-size: 12vw;
        line-height: 14vw;
    }
    .top-hero__txt {
        top: 62vw;
        left: 2.0vw;
    }
    .top-hero__txt p span.white {
        font-size: 5.2vw;
    }
}

@media screen and (max-width: 720px) {
    .top-hero {
        padding-top: 14vw;
    }
    .top-hero__list--item {
        display: none;
    }
    .top-hero__list--item-sp {
        display: block;
    }
    .top-hero__list--item-sp {
        opacity: 0;
        transition: opacity .3s linear;
    }

    .top-hero__list--item-sp.slick-initialized {
        opacity: 1;
    }
    .topHeroSPImg {
        display: block;
        width: 100%;
    }
    .top-hero__txt {
        top: auto;
        bottom: 10vw;
        left: 2vw;
    }
    .top-hero__txt h1 {
        letter-spacing: 0;
        font-size: 7.0vw;
        line-height: 12vw;
        margin-bottom: 0;
    }
    .top-hero__txt h1 span {
        letter-spacing: 0;
    }
}

/**********************

アニメーション

************************/

.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    background-color: #ffffff;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

.bgappearTrigger,
.bgLRextendTrigger {
    opacity: 0;
}

/*******************

top-information

********************/

.top-information__box {
    align-items: center;    
    border: 2px solid #1c1c1c;
    display: flex;
    justify-content: space-between;
    padding: 48px 32px;
    margin: 80px auto 0 auto;
    width: 80%;
}

.top-information__title {
    width: 15%;
}

.top-information__title h3 {
    font-size: 24px;
    font-weight: 600;    
}

.top-information__box ul {
    width: 80%;
}

.top-information__box ul li {
    align-items: center;   
    border-top: 1px #D5D5D5 solid; 
    display: flex;
    padding: 24px 16px;
}

.top-information__box ul li:last-child {
    border-bottom: 1px #D5D5D5 solid; 
}

.top-information__txt {
    display: flex;  
    width: 100%;
}

.top-information__date {
    width: 15%;
}

.top-information__detail {
    width: 80%;
}

.top-information__detail p a {
    transition: .2s;
}

.top-information__detail p a:hover {
    text-decoration: underline;
}

.top-information__detail p {
    line-height: 22px;
    font-weight: 500;    
}

@media screen and (max-width: 720px) {
    .top-information__box {
        flex-direction: column;
        row-gap: 4.0vw;        
        padding: 4.8vw;
        margin: 12vw auto 0 auto;
        width: 80vw;
    }
    .top-information__title {
        width: 100%;
    }
    .top-information__box ul {
        width: 100%; 
    }
    .top-information__title h3 {
        font-size: 4.8vw;
    }
    .top-information__txt {
        flex-direction: column;
        row-gap: 1.2vw;        
        width: 95%;
    }
    .top-information__date {
        width: 100%;   
    }
    .top-information__detail {
        width: 100%;  
    }
    .top-information__box ul li {
        justify-content: space-between;        
        padding: 4.0vw 2.1vw;
    }
    .top-information__detail p a {
        letter-spacing: .02em;
        line-height: 6.0vw;        
    }
}

/*******************

top-overview

********************/

.top-overview {
    padding-top: 120px;
}

.top-overview__box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.top-overview__thumb {
    height: 640px;
    width: 48%;
}

.top-overview__thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.top-overview__detail {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 48%;
}

.top-overview__detail h2 {
    font-weight: 600;
    font-size: 40px;
}

.top-overview__txt {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.top-overview__txt p {
    font-weight: 500;
}

@media screen and (max-width: 720px) {
    .top-overview {
        padding-top: 12vw;
    }
    .top-overview__box {
        flex-direction:  column-reverse;
        row-gap: 4.0vw;
    }
    .top-overview__thumb {
        height: 100vw;
        width: 90vw;
    }
    .top-overview__detail {
        row-gap: 4.0vw;
        width: 90vw; 
    }
    .top-overview__detail h2 {
        font-size: 7.2vw;
        letter-spacing: .02em;
    }
}

/*******************

top-group

********************/

.top-group__list {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
}

a.top-group__box {
    align-items: center;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 32px;    
    transition: .4s;
    height: 320px;
    width: 32%;
}

a.top-group__box svg {
    font-size: 36px;
}

a.top-group__box:hover {
    background-color: #1c1c1c;
    color: #ffffff;
}

a.top-group__box:hover svg {
    color: #ffffff;
}

a.top-group__box:hover .common-arrow::before,
a.top-group__box:hover .common-arrow::after {
    background-color: #ffffff;
}

.top-group__title {
    align-items: center;
    column-gap: 16px; 
    display: flex;
}

.top-group__title p {
    font-weight: 600;
}

@media screen and (max-width: 720px) {
    .top-group__list {
        padding-top: 8vw;
        flex-direction: column;
        row-gap: 4.0vw;        
    }
    a.top-group__box {
        row-gap: 2.1vw;
        height: 40vw;
        width: 90vw;
    }
    a.top-group__box svg {
        font-size: 6.2vw;
    } 
}

/*******************

top-schedule

********************/

.top-schedule {
    padding-top: 120px;
}

.top-schedule__thumb {
    padding: 80px 0 40px 0;
    height: 480px;
    width: 100%;
}

.top-schedule__thumb img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.top-schedule__thumb-sp {
    display: none;
}

.top-schedule__list {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.top-schedule__box {
    display: flex;
    border: 2px solid #1c1c1c;
    flex-direction: column;
    padding: 40px 16px;
    width: 29%;
}

.top-schedule__title {
    align-items: center;    
    display: flex;
    column-gap: 6px;
    justify-content: center;
}

.top-schedule__title h3 {
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 24px;
}

.top-schedule__box h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;    
}

.top-schedule__box p {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.top-schedule__circle {
    display: block;
    background-color: #EA974F;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.circle-orange {
     background-color: #EA974F;   
}

.circle-yellow {
     background-color: #DDBF41;   
}

.circle-green {
     background-color: #4DAD3C;   
}

@media screen and (max-width: 720px) {
    .top-schedule__thumb-sp {
        margin-top: 3.2vw;
        display: block;
        height: 80vw;
        width: 100%;        
    }
    .top-schedule__thumb-sp img {
        object-fit: contain;
        height: 100%;
        width: 100%; 
    }
    .top-schedule__thumb {
        display: none;
    }
    .top-schedule {
        padding-top: 18vw;
    }
    .top-schedule__list {
        align-items: center;
        flex-direction: column;
        row-gap: 4.0vw;
        margin-top: 2.1vw;
    }
    .top-schedule__box {
        padding: 5.8vw 3.2vw;
        width: 82vw;
    }
    .top-schedule__title h3 {
        font-size: 5.8vw;
    }
    .top-schedule__box h4 {
        font-size: 4.0vw;
    }
    .top-schedule__box p {
        margin-top: 3.2vw;
        line-height: 5.8vw;
    }
}

/*******************

top-access

********************/

.top-access {
    padding-top: 120px;
}

.top-access__list {
    align-items: center;
    display: flex;
    justify-content: space-between;   
    margin-top: 40px; 
}

.top-access__box {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 50%;
}

.top-access__box dl dt,
.top-access__box dl dd {
    font-weight: 500;
}

.top-access__box dl dd a {
    color: #008cc7;
    text-decoration: underline;
}

.top-access__box dl dt {
    margin-bottom: 2px;
}

.top-access__box a.btn {
    border: 1px solid #1c1c1c;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    padding: 12px 0 16px 0;
    letter-spacing: .01em;    
    font-weight: 600;
    transition: .2s;
    width: 240px;
}

.top-access__box a.btn:hover {
    background-color: #1c1c1c;
    color: #ffffff;
}

.top-access__thumb {
    height: 400px;
    width: 50%;
}

.top-access__thumb iframe {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 720px) {
    .top-access {
        padding-top: 18vw;
    }
    .top-access__list {
        margin-top: 6.8vw;
        flex-direction: column;
        row-gap: 6.8vw;
    }
    .top-access__box {
        row-gap: 3.2vw;
        width: 90vw;
    }
    .top-access__thumb {
        height: 60vw;
        width: 90vw;
    }
    .top-access__box a.btn {
        width: 60vw;
    }
}