#topHeader {
    position: relative;

    height: 100vh;
}



#top_headerSlides {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}


#top_headerSlides .swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    position: relative;
}

#top_headerSlides .swiper-slide .catch{
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50%));
    width: 100%;
    z-index: 20;

    letter-spacing: .3rem;
    padding: 0 5.5rem 0 calc(5.5rem + 380px);
    white-space:nowrap;
    font-size: 6.2rem;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(180, 180, 180, .7);
    text-align: center;

}



#top_headerCatch .swiper-slide {
    opacity: 0 !important;
}

#top_headerCatch .swiper-slide-active {
    opacity: 1 !important;
}


@media screen and (max-width: 360px) {
    #top_headerSlides .swiper-slide .catch{
        font-size: 2.6rem;
        padding: 0;

        /* transform: translateY(calc(-50% + 70px));
        transform: translateY(calc(-50% 0 150px));   for notification */
        transform: translateY(-150%);
        top: 50%;
        /* top: 180px; */
    }
}







#top_headerInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 5%;
    left: 3%;
    z-index: 30;
}

#top_headerInfo h1 {
    font-size: 3.4rem;
    margin-top: .1em;
}

#top_headerInfo h2 {
    font-size: 2rem;
    line-height: 1.2;
}


#top_headerInfo .subtitle{
    font-size: 1.8rem;
}


#top_headerInfo .news {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 1.6rem;
}

#top_headerInfo .notice {
    display: inline-block;
    margin-top: 15px;
    line-height: 1.8;
    font-size: 1.6rem;
    padding: 4px 8px;
    color: rgba(255,255,255,.8);
    /* border: 2px solid rgba(237,0,43,.8); */
    border: 2px solid rgba(255,255,255,.8);
    position: relative;
}

#top_headerInfo .notice:hover{
    background: #ffffff;
    color: #000000;
}

#top_headerInfo .notice a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

}


@media screen and (max-width: 360px) {
    #top_headerInfo h1 {
        font-size: 2.4rem;
    }

    #top_headerInfo h2 {
        font-size: 1.6rem;
    }

    #top_headerInfo p {
        margin-top: 10px;
        font-size: 1.4rem;
    }
}





#top_headerNews{
    position: absolute;
    width: 100%;
    z-index: 30;


    right: 2.5%;
    top: 7%;
    text-align: right;

    /* padding: 100px 0 30px; */
    /* bottom: 0; */
    /* left: 0; */
    /* background: linear-gradient(0deg, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0) 100%); */
    /* text-align: center; */

}

#top_headerNews dl{
    display: inline-block;
    list-style: none;
    text-align: left;
}


#top_headerNews dt{
    font-size: 1.6rem;
}

#top_headerNews dt, #top_headerNews a{
    padding: 0.5em 1.5em 0.5em 0.5em;
    line-height: 1;
}

#top_headerNews dd{
    margin-top: 0.5em;
}

#top_headerNews a{
    display: inline-block;

    position: relative;
    /* border-bottom: 1px solid transparent; */
}
#top_headerNews a:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    transition: all 0.5s ease 0s;
}

#top_headerNews a:hover:before{
    width: 100%;
    /* border-bottom: 1px solid #fff; */
}

#top_headerNews span{
    display: inline-block;
}

#top_headerNews .date{
    min-width: 100px;
    padding-right: 0.2em;
}

#top_headerNews .category{
    /* min-width: 200px; */
    padding-right: 0.8em;
}

#top_headerNews .title{

}



/* nav {
    border-bottom: 2px solid #005490;
}

nav ul {
    max-width: 1800px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

nav li {
    width: calc(25%);
    position: relative;
}

nav li:nth-child(n+2):before {
    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px solid #005490;
}

nav a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

nav .en {
    font-size: 2.2rem;
}

nav .ja {
    margin-top: .4rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 360px) {
    nav ul {
        width: 95%;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    nav li {
        width: 50%;
    }
    nav li:nth-child(n+2):before {
        border-left: none;
    }
    nav li:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        bottom: 0;
        border-bottom: 2px solid #005490;
    }
    nav .en {
        font-size: 1.8rem;
    }
    nav {
        border: none;
    }
} */

#top_introduction {
    padding: 100px 0;
}

#top_introduction .body {
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 50px;
}

#top_introduction .body > p {
    margin-top: 3.8rem;
}

#top_introduction h4{
    text-align: center;
    font-size: 2rem;
}

#top_introductionProfile{
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    margin-right: 50px;
}

#top_introductionProfile img{
    width: 180px;
}

#top_introductionProfile p{
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2rem;
    clear: both;
}

@media screen and (max-width: 360px) {
    #top_introduction {
        padding: 20px 0 0;
    }
    #top_introduction .body {
        font-size: 1.4rem;
        padding: 0 5px;
        margin-top: 30px;
    }
    #top_introduction .body p {
        margin-top: 2.4rem;
    }
    #top_introduction h4{
        font-size: 1.6rem;
    }
    #top_introductionProfile{
        margin-bottom: 50px;
        margin-right: 0px;
        float: none;
    }
    #top_introductionProfile img{
        width: 120px;
    }
    #top_introductionProfile p{
        font-size: 1.2rem;
    }
}


#top_introduction .movie-wrapper{
    margin-top: 50px;
    position: relative;
}

#top_introduction .movie-wrapper:before{
    display: block;
    content:"";
    padding-top: 56.25%;
}

#top_introduction .movie-wrapper iframe{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page_header{
    position: absolute;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}


.page_header .page_headerNav{
    background: rgba(0,0,0,.5);
    align-self: stretch;
    justify-content: center;
    padding: 32px 32px 32px 48px;
}

.page_header .page_headerNav [data-row] li a{
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid transparent;

}

.page_header .page_headerNav [data-row] li a:hover{
    border-bottom: 1px solid #fff;
}



#actnow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#actnow .feature{
    border: 6px solid #EB3F20;
    position: relative;
}

#actnow .feature .link.block{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#actnow .feature dt{
    background: #EB3F20;
    color: #fff;
    text-align: center;
    padding: 28px 0;
    font-weight: bold;
    font-size: 20px;
}

#actnow:hover dd{
    color: #EB3F20;
}


#actnow .feature .detail-wrapper{
    background: #fff;
    padding: 24px 12px 24px 18px;
}

#actnow .feature .detail-wrapper dd{
    font-weight: bold;
    position: relative;
    font-size: 16px;
}

#actnow .feature .detail-wrapper dd:before{
    content: "・";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    /* display: inline-block; */
    /* margin-right: .5em; */
}

#actnow .feature .detail-wrapper dd:nth-of-type(n + 2){
    margin-top: 1.2em;
}



#actnow > .link{
    margin-top: 30px;
    background: #fff;
    color: #000000;
    padding: 24px;
}

#actnow > .link span{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #EB3F20;
}

@media screen and (max-width: 360px) {
    #actnow{
        position: absolute;
        top: auto;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(0);
    }

    #actnow .feature{
        border-width: 4px;
    }
    #actnow .feature dt{
        font-size: 16px;
        padding: 12px 0;
    }
    #actnow .feature .detail-wrapper{
        padding: 18px 8px 18px 12px;
    }
    #actnow .feature .detail-wrapper dd{
        font-size: 12px;
    }

    #actnow > .link{
        margin-top: 20px;
        padding: 12px 18px;
    }

    #actnow > .link .span{
        font-size: 18px;
    }
}
