@charset "utf-8";
#top .mv li a{
    display: block;
    z-index: 9999;
}
#top .sec1{
    position: relative;
    overflow: hidden;
}
#top .sec1::after{
    top: 80px;
    left: 40%;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: url(../img/top/sec1_img2.jpg) no-repeat;
    z-index: -1;
}
#top .sec1 h2{
    position: relative;
    color: #1f2a73;
    font-family: oswald, sans-serif;
    font-weight: 900;
    font-size: 8rem;
    line-height: 1;
    display: inline-block;
    margin-top: 20px;
}
#top .sec1 h2 span{
    position: absolute;
    font-size: 2.3rem;
    font-weight: bold;
    right: 0;
    bottom: 20px;
}
#top .sec1 .txt_area{
    background: #fff;
    padding: 20px 40px;
    margin-top: 30px;
    width: 58%;
}
#top .sec1 .txt_area h3{
    font-family: ten-mincho-text, serif;
    font-size: 2.5rem;
}
#top .sec1 .txt_area hr{
    border-bottom: 1px solid #191919;
    margin: 15px 0;
    width: 200px;
}
#top .sec1 .txt_area p{
    line-height:2;
}
@media screen and (max-width:1024px) {
	#top .sec1{
        position: relative;
        overflow: hidden;
    }
    #top .sec1::after{
        top: 16%;
        left: 20%;
        background: url(../img/top/sp/sec1_img2.jpg) no-repeat;
        background-size: contain;
    }
    #top .sec1 h2{
        font-size: 4rem;
        margin-top:0;
    }
    #top .sec1 h2 span{
        font-size: 1.4rem;
        right: -8%;
        bottom: 8%;
    }
    #top .sec1 .txt_area{
        padding: 4%;
        margin: 35% 2% 0;
        width: auto;
        box-shadow: 0px 3px 12px 0px rgba(35, 35, 35, 0.1);
    }
}

#top .sec2{
    background: #24269e url(../img/top/sec2_bg.jpg) no-repeat;
	background-position: top 0 right 0;
    background-size: contain;
    color: #fff;
}
#top .sec2 .sec_inner{
    margin-bottom: 0;
    padding: 60px 0 80px;
}
#top .sec2 .ttl_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top .sec2 .ttl_area h2{
    font-family: oswald, sans-serif;
    font-weight: 900;
    font-size: 8rem;
    line-height: 1;
    display: flex;
    align-items: center;
}
#top .sec2 .ttl_area h2 span{
    font-size: 2.3rem;
    font-weight: bold;
    margin-left: 20px;
}
#top .sec2 .box_wrap{
    display: flex;
    max-width: 1100px;
    justify-content: space-between;
    margin: 80px auto 0;
}
#top .sec2 .box_wrap .box{
    text-align: center;
    border: 1px solid #fff;
    width: 30%;
    padding: 20px 0;
}
#top .sec2 .box_wrap .box p:first-of-type{
    font-family: oswald, sans-serif;
    font-size: 5rem;
    font-weight: 600;
    color: #4449ec;
    line-height: 1;
}
#top .sec2 .box_wrap .box p:first-of-type span{
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
    color: #fff;
    margin: 20px 0;
}
#top .sec2 .box_wrap .box h4{
    font-family: ten-mincho-text, serif;
    font-size: 2.3rem;
}
#top .sec2 .box_wrap .box hr{
    border-bottom: 1px solid #fff;
    margin: 20px 80px;
}
#top .sec2 .box_wrap .box p:last-of-type{
    font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
	#top .sec2{
        background: #24269e url(../img/top/sp/sec2_bg.jpg) no-repeat;
        background-position:bottom 0 right 0;
        background-size: contain;
    }
    #top .sec2 .sec_inner{
        padding:0;
    }
    #top .sec2 .ttl_area{
        display:block;
    }
    #top .sec2 .ttl_area h2{
        font-size: 4rem;
    }
    #top .sec2 .ttl_area h2 span{
        font-size: 1.4rem;
        margin-left: 3%;
    }
    #top .sec2 .box_wrap{
        display:block;
        margin:12% auto;
    }
    #top .sec2 .box_wrap .box{
        width: auto;
        padding: 4% 0;
        margin: 0 4% 6%;
    }
    #top .sec2 .box_wrap .box:last-of-type{
        margin-bottom: 0;
    }
    #top .sec2 .box_wrap .box p:first-of-type{
        font-size: 3rem;
    }
    #top .sec2 .box_wrap .box p:first-of-type span{
        font-size: 2rem;
        margin: 4% 0;
    }
    #top .sec2 .box_wrap .box h4{
        font-size: 2rem;
    }
    #top .sec2 .box_wrap .box hr{
        margin: 2% 20%;
    }
    #top .sec2 .box_wrap .box p:last-of-type{
        font-size: 1.3rem;
    }
}

#top .sec3 .sec_inner{
    margin: 0 auto;
}
#top .sec3 .box_wrap{
	display: flex;
}
#top .sec3 .box{
	position: relative;
	width: 50%;
	height:360px;
}
#top .sec3 .box:first-of-type{
    background: url(../img/top/sec3_img1.jpg) no-repeat;
    background-size: cover;
    border-radius: 0 40px 0 40px;
}
#top .sec3 .box:last-of-type{
	background: url(../img/top/sec3_img2.jpg) no-repeat;
	margin-top: 50px;
    background-size: cover;
    border-radius:40px 0 40px 0;
}
#top .sec3 .box a{
    display: block;
    background: radial-gradient(rgba(25, 25, 25, 0.2), rgba(25, 25, 25, 0.7));
    width: 100%;
    height: 100%;
}
#top .sec3 .box:first-of-type a{
    border-radius: 0 40px 0 40px;
}
#top .sec3 .box:last-of-type a{
    border-radius:40px 0 40px 0;
}
#top .sec3 .box a:hover{
    background-color: rgba(25, 25, 25, 0.7);
    transition: all 0.5s ease 0.2s;
}
#top .sec3 .box .txt_area{
    width: 100%;
	text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#top .sec3 .box .txt_area h2{
	font-size: 3.2rem;
    font-weight: bold;
}
#top .sec3 .box .txt_area h2 span{
	display: block;
    font-family: oswald, sans-serif;
    color:#1f2a73;
    font-size: 2rem;
    font-weight: 500;
}
#top .sec3 .box .txt_area p{
	margin-top:10%;
}
#top .sec3 .box .btn_area{
	position: absolute;
    bottom: -23px;
    right: 20px;
}
/* #top .sec3 .box a:hover .btn{
	background:#1f2a73;
	transition: all 0.5s ease 0.2s;
} */
@media screen and (max-width: 1024px) {
    #top .sec3 .inner{
        padding-top: 15%x;
    }
    #top .sec3 .inner:before{
        height: 50vh;
    }
    #top .sec3 .box_wrap{
        display:block;
    }
    #top .sec3 .box{
        position: relative;
        width:auto;
        height:35vh;
        margin: 0 2%;
    }
    #top .sec3 .box:last-of-type{
        margin:16% 2% 0;
    }
    #top .sec3 .box a:hover{
        background-color: rgba(0,0,0,1);
        transition: all 0.5s ease 0.2s;
    }
    #top .sec3 .box .txt_area{
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    #top .sec3 .box .txt_area h2{
        font-size:2rem;
    }
    #top .sec3 .box .txt_area h2 span{
        font-size:1.6rem;
    }
    #top .sec3 .box .txt_area p{
        margin-top:6%;
    }
    #top .sec3 .box .btn_area{
        position: absolute;
        bottom: -23px;
        right: 0;
        width: 80%;
    }
    #top .sec3 .box .btn_area span{
        display: block;
        width: auto;
    }
}

#top .sec4 h2{
    font-family: oswald, sans-serif;
    font-weight: 900;
    font-size: 8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #1f2b73;
}
#top .sec4 h2 span{
    font-size: 2.3rem;
    font-weight: bold;
    margin-left: 20px;
}
#top .sec4 .news_wrap{
    margin: 50px 40px 0;
    overflow-y: scroll;
    height: 400px;
}
#top .sec4 .news_wrap::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

#top .sec4 .news_wrap::-webkit-scrollbar-track {
    background: #ccc;
}

#top .sec4 .news_wrap::-webkit-scrollbar-thumb {
    background: #333
	;
}
#top .sec4 dl{
    border-bottom: 1px dotted #191919;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
#top .sec4 dl:last-of-type{
    margin-bottom:0;
}
#top .sec4 dl dt{
    font-weight: bold;
    margin-bottom:5px;
}
#top .sec4 dl dt span{
    background:url(../img/common/icon_clock.png) no-repeat;
    background-size:contain;
    padding-left: 20px;
    margin-right: 20px;
    font-weight: bold;
}
#top .sec4 dl dd{
    margin: 0 10px;
}
#top .sec4 dl dd a{
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	#top .sec4{
        padding-bottom: 20%;
     }
    #top .sec4 .sec_inner{
        padding:0;
    }
    #top .sec4 h2{
        font-size: 4rem;
    }
    #top .sec4 h2 span{
        font-size: 1.4rem;
        margin-left: 3%;
    }
    #top .sec4 .news_wrap{
        margin:8% 2% 0;
        height: 300px;
    }
    #top .sec4 dl{
        margin-bottom: 6%;
        padding-bottom: 3%;
    }
    #top .sec4 dl dt{
        margin-bottom:2%;
    }
    #top .sec4 dl dd{
        margin: 0 2%;
    }
}