/* ///////////////////////////////////////////////////////////////////
トップ画像とニュース
/////////////////////////////////////////////////////////////////// */

.top-img{
    width: 100%;
    position: relative;
    display: block;
    background-image: url(../../images/top-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8% 0;
    text-align: center;
}

.top-img .image img{
    width: 20%;
}
.top-img .image .content p{
    font-size: 3.5vw;
    font-weight: 900;
    font-family: "Zen Kaku Gothic Antique", serif;
    margin: 1% 0 2%;
    color: #fff;
    line-height: 1.8;
    -webkit-text-stroke: 2px #0b4f9b; 
    paint-order: stroke fill;
}


/* ///////////////////////////////////////////////////////////////////
SUBTITLE-各種見出し
/////////////////////////////////////////////////////////////////// */
.sub{
    position: absolute;
    height: 12vw;
    z-index: 1;
}

/* ///////////////////////////////////////////////////////////////////
wrap1-ABOUTUS
/////////////////////////////////////////////////////////////////// */
.wrap1{
    position: relative;
    text-align: center;
    margin: 5% 0;

}
.wrap1 .sub{
    top: 35vw;
}
.wrap1 .img{
    width: 60%;
    margin: 0 auto 0 5%;
    display: block;
}
.wrap1 h2{
    font-size: 4.2vw;
    font-weight: 900;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 5% auto 3%;
    text-align: left;
    display: inline-block;
}
.wrap1 p{
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    margin: 0 3% 5% auto;
    width: 90%;
}

.wrap1 .abs-img{
    display: none;
}

/* ///////////////////////////////////////////////////////////////////
wrap2-OONTENT
/////////////////////////////////////////////////////////////////// */
.wrap2{
    position: relative;
    text-align: center;
    margin:10% 0 0;
}
.wrap2 .abs-img{
    position: absolute;
    top: 0;
    left: 5vw;
    width: 18vw;
    z-index: -1;
}
.wrap2 .sub{
    top: 42vw;
    left:1vw
}
.wrap2 .img{
    width: 60%;
    margin: 0 5% 0 auto;
    display: block;
}
.wrap2 h2{
    font-size: 6vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 8% 0 2%;
    padding: 0 0 2% 20vw;
    text-align: left;
    display: block;
    position: relative;
}
.wrap2 h2::before{
    content: "";
    position: absolute;
    border-bottom: solid 3px #eaea00;
    width: 35vw;
    bottom: 0;
    left: 0;
}
.wrap2 .text{
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 2% 5%;
    width: 90%;
}
.wrap2 ul{
    margin: 0 auto;
    width: 95%;
}
.wrap2 ul li{
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 3%;
}
.wrap2 ul li h3{
    font-size: 3.7vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    background-color: #0b4f9b;
    color: #fff;
    margin: 0 0 1%;
    padding: 1% 3%;
    display: inline-block;
}
.wrap2 ul li p{
    margin: 0 0 0 5%;
    width: 90%;
    font-size: 3.6vw;
}

/* ///////////////////////////////////////////////////////////////////
wrap3-GENRE
/////////////////////////////////////////////////////////////////// */
.wrap3{
    position: relative;
    text-align: center;
    margin: 5% 0 0;
    padding: 3% 0;
    background-color: rgba(106, 156, 202, 0.3);
}
.wrap3 .sub{
    top: 0;
    left: 0;
    z-index: 0;
}
.wrap3 h2{
    font-size: 6vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 3% 0 0;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
}
.wrap3 .text{
    font-size: 3.4vw;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    margin: 3% 0 0 ;
}
.wrap3 .box{
    margin: 5% auto;
    background-color: #fff;
    width: 90%;
    padding: 2% ;
    border: 2px solid #eaea00;
}
.wrap3 .box h3{
    font-size: 4vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 0 0 2%;
    padding: 1% 0 0 3%;
    text-align: left;
}
.wrap3 .box ul{
    margin: 0 0 0 5%;
    width: 95%;
    text-align: left;
}
.wrap3 .box ul li{
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 ;
}
.wrap3 .box ul li::after{
    content: "・";
}
.wrap3 .box ul li:last-child::after{
    content: "";
}
.wrap3 .abs-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12vw;
    z-index: 1;
}

