@charset "UTF-8";


.contents-area p {
    margin: 0;
    font-size: 1.7rem;
    margin-bottom: 8px;
}

.top-area {
    width: 100%;
    object-fit: cover;    
    color: #FFFFFF;
    margin-bottom: 0;
}
.top-area img {
    display: block;
    margin: auto;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    object-position: 0 55%;
}

.top-text-area {   
    max-width: 600px;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.new-initiatives-area {
    background-color: #0968b7;
    padding-bottom: 6rem;
}
.new-initiatives-section{
    padding-top: 2rem;
    max-width: 660px;
    margin: auto;
}
.new-initiatives-section h2{
    color: #FFFFFF;
}
.new-initiatives-contents {
    max-width: 600px;
    margin: auto;
}

.new-initiatives-contents-box {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #f5fdff;
}

.new-initiatives-img-area img {
    margin: auto;
    margin-bottom: 1rem;
    display: block;
    max-width: 550px;
    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;
}
.detail-text-area{
    background-color: #e60012;
    color: #FFFFFF;
    padding-bottom: 6rem;
}
.detail-section{
    display: block;
    padding-top: 2rem;
    max-width: 660px;
    margin: auto;
}
.detail-contents{
    max-width: 600px;
    margin: auto;
    color: #FFFFFF;
}
.detail-contents-box{
    padding: 1rem;
    margin-bottom: 2rem;
}
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-area img{
        background-position: 40% 95%;
        width:100%;
        max-height: 300px;
    }
    .top-text-area {
        max-width: 400px;
    }
    .top-text-area p {
        font-size: 1.6rem;
    }
    .top-toptext-m span {
        font-size: 2.5rem;
    }
    .top-toptext-l span {
        font-size: 10rem;
    }

    .new-initiatives-contents {
        max-width: 600px;
    }
    .new-initiatives-img-area img{
        max-width: 350px;
    }
    .new-initiatives-contents-box{
        margin: auto;
        margin-bottom: 1rem;
        max-width: 400px;        
    }
    .new-initiatives-contents-detail{
        max-width: 400px;
        padding: 1rem;
        margin: auto;
    }
    .detail-contents-box{
        margin: auto;
        max-width: 400px;
        padding: 1rem;
    }
}

/* PC */
@media screen and (min-width: 768px) {}