@media screen and (min-width: 750px){

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

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

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


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

/* ///////////////////////////////////////////////////////////////////
wrap1-ABOUTUS
/////////////////////////////////////////////////////////////////// */
.wrap1{
    position: relative;
    text-align: center;
    margin: 5% 0;
}
.wrap1 .sub{
    top: 0;
    right: 0vw;
    z-index: -1;
}
.wrap1 .img{
    width: 40%;
    margin: 0 auto 0 ;
    display: inline-block;
}
.wrap1 .content{
    display: inline-block;
    width: 59%;
    text-align: left;
    vertical-align: top;
}
.wrap1 h2{
    font-size: 2.6vw;
    font-weight: 900;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 5% auto 3%;
    text-align: left;
    display: inline-block;
    -webkit-text-stroke: 3px #fff; 
    paint-order: stroke fill;
}
.wrap1 p{
    font-size: 2vw;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    margin: 0 3% 5% auto;
    width: 90%;
}

.wrap1 .abs-img{
    display: block;
    position: absolute;
    bottom: -8vw;
    right: 2vw;
    width: 10vw;
    z-index: -1;
}

/* ///////////////////////////////////////////////////////////////////
wrap2-OONTENT
/////////////////////////////////////////////////////////////////// */
.wrap2{
    position: relative;
    text-align: center;
    margin:10% 0 0;
    overflow: hidden;
}
.wrap2 .abs-img{
    display: none;
}
.wrap2 .sub{
    top: 0;
    left:15vw;
    z-index: 0;
}
.wrap2 .img{
    width: 40%;
    margin: 0 ;
    display: block;
    z-index: -1;
    float: right;
}
.wrap2 .content{
    display: block;
    width: auto;
    text-align: left;
    width: 59%;
}
.wrap2 h2{
    font-size: 4vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 5% 0 2%;
    padding: 0 0 2% 10vw;
    text-align: left;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-text-stroke: 3px #fff; 
    paint-order: stroke fill;
}
.wrap2 h2::before{
    content: "";
    position: absolute;
    border-bottom: solid 3px #eaea00;
    width: 20vw;
    bottom: 0;
    left: 0;
}
.wrap2 .text{
    font-size: 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%;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 3%;
}
.wrap2 ul li h3{
    font-size: 2.5vw;
    font-weight: 700;
}
.wrap2 ul li p{
    margin: 0 0 0 5%;
    width: 90%;
    font-size: 2.3vw;
}

/* ///////////////////////////////////////////////////////////////////
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: 4vw;
    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: 3vw;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    margin: 1% 0 0 ;
}
.wrap3 .box{
    margin: 2% auto ;
    background-color: #fff;
    width: 90%;
    padding: 2% ;
    border: 2px solid #eaea00;
}
.wrap3 .box h3{
    font-size: 3vw;
    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: 2.5vw;
    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;
}

@import url("fa.min.css");


}
