@charset "UTF-8";


.contents-area p {
    margin: 0;
    font-size: 1.7rem;
    margin-bottom: 8px;
}

.top-area {
    background-image: url(../images/70th-top.jpg);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    object-fit: cover;
    color: #FFFFFF;
    margin-bottom: 0;
}

.top-text-area {
    max-width: 660px;
    margin: auto;
    padding-top: 3rem;
    text-align: center;
    padding-bottom: 5rem;
}
.top-text-area p {
    margin: 0;
    font-size: 2.4rem;
    margin-bottom: 0.5rem;

}
.top-toptext-m span {
    font-size: 4rem;
    font-weight: bold;

}

.top-toptext-l span {
    font-size: 13rem;
    font-weight: bold;
}



.top-area img {
    display: block;
    margin: auto;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    object-position: 0 80%;
}

.text-area {
    color: #FFFFFF;
}

.event-area {
    padding-top: 2rem;
    background: linear-gradient(#2D4078, #328AB6);
    padding-bottom: 5rem;
}
.event-section{
    max-width: 660px;
    margin: auto;
    /* margin-bottom: 5rem; */
}

.event-text-s {
    font-size: 1.5rem;
}
.event-title{
    margin-bottom: 1rem;
}

.event-box {
    max-width: 600px;
    background-color: #001C47;
    margin: auto;
    margin-bottom: 2rem;
    padding: 1rem;
    padding-left: 2rem;
}


.new-initiatives-area {
    /* background-color: #FFFFFF; */
    background: linear-gradient(#d6e6ef, #FFFFFF);

}
.new-initiatives-section{
    padding-top: 2rem;
    max-width: 660px;
    margin: auto;
}

.new-initiatives-area h2 {
    color: black;
}

.new-initiatives-contents {
    max-width: 600px;
    margin: auto;
    color: black;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.new-initiatives-contents-box {
    padding: 1rem;
}

.new-initiatives-img-area img {
    max-width: 280px;
    border: 1px solid #595959;
}

.new-initiatives-contents-title{
   text-align: center;
   margin-top: 5px;
   margin-bottom: 10px;
}
.new-initiatives-contents-title span{
    font-size: 1.6rem;
}

.end-area {
    max-width: 660px;
    margin: auto;
}

.end-img-area {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.end-img-area img {
    width: 350px;
}

h2 {
    margin-top: 0;
    text-align: center;
    font-size: 2.5rem;
}

h3 {
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
}

h3 span {
    font-size: 2rem;
}

a:hover{
    text-decoration: none;
}

/* スマホ */
@media screen and (max-width: 767px) {
    .top-text-area{
        background-image: url(../images/70th-top.jpg);
        background-position: 40% 95%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top-text-area p {
        font-size: 1.6rem;
    }
    .top-toptext-m span {
        font-size: 3rem;
    }
    .top-toptext-l span {
        font-size: 10rem;
    }
    .event-box {
        max-width: 300px;
        padding: 1rem;
    }
    .new-initiatives-contents {
        max-width: 600px;
        color: black;
        display: flex;
        flex-flow: column;
    }
    .new-initiatives-contents-box{
        margin: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 1rem;        
    }
    .new-initiatives-contents-detail{
        max-width: 300px;
        padding: 1rem;
    }
}

/* PC */
@media screen and (min-width: 768px) {}