@charset "utf-8";
 
/* CSS Document */
/*--------------------------------------------------
共通
----------------------------------------------------*/
body#top{
background:linear-gradient(90deg,#fff 0%,#fff 50%,#ebf2f8 50%,#ebf2f8 100%);
    min-width: 100%;/*250110*/
position: relative;
}
/*#top main{
    margin-top: 0px!important;
}*/
#top main .inner{
    width: 1000px;
    margin: 0 auto;
    height: auto;
}
#top main li{
    list-style:none; 
}
#top main a{
    width: 100%;
    height: 100%;
    display: block; 
}
#top main .flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: center;
}
#top main h2{
    color: #363636;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
#top main h2 span{
    color: #6d6d6d;
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    font-weight: 500;
    margin-top: 12px;
}
#top main .yl_btn li{
    width: 260px;
    height: 50px;
    position: relative;
    margin: 60px auto 0;
}
#top main .yl_btn li a{
    font-size: 1.6rem;
    font-weight: 600;
    color:#000;
    text-align: center;
    background: #ffd631;
    box-sizing: border-box;
    padding-top: 13px;
}
#top main .yl_btn li a:after{
    position: absolute;
    width: 7px;
    height: 13px;
    background-image: url(../../img/btn_arrow.png);
    top: 39%;
    right: 12px;
    content: "";
}

@media only screen and (min-width: 768px){
#top main{
	margin-top: 72px !important;
}
}

/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
    body#top{
background: none;
         min-width: 100%;

}
#top main .inner{
    width: 90%;
    margin: 0 auto;
}
#top main .flex{
    display: block;
    flex-wrap: none;
    align-items: center;
}
#top main h2{
    color: #363636;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
#top main h2 span{
    color: #6d6d6d;
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    font-weight: 500;
    margin-top: 12px;
}
#top main .yl_btn li{
    width: 100%;
    height: 50px;
    position: relative;
    margin: 40px auto 0;
}
#top main .yl_btn li a{
    font-size: 1.6rem;
    font-weight: 600;
    color:#000;
    text-align: center;
    background: #ffd631;
    box-sizing: border-box;
    padding-top: 13px;
}
#top main .yl_btn li a:after{
    position: absolute;
    width: 7px;
    height: 13px;
    background-image: url(../../img/btn_arrow.png);
    top: 39%;
    right: 12px;
    content: "";
}
}/*---sp/end*/

/*--------------------------------------------------
header
----------------------------------------------------*/
@media only screen and (min-width: 768px){
#top header#top_head .bg_wt{/*200907*/
    position: relative;
}
#top header#top_head .bg_wt:after{/*200907*/
    position: absolute;
    background: none;/*250110*/
    height: 80px;
    content: "";
    width: 65%;
    right: 0;
} 
}
/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
    body#top header{
    top: 0;
    position: fixed;
    margin-top: 0;
    z-index: 5;
    background: #fff;
}
    #top header#top_head{
        background: #fff;/*250110*/
    }
    #top header#top_head .inner{
    width: 100%;
    height: auto;
}
#top header#top_head #gnav{
       background: #fff;
    padding: 15px;
    width: 100%;
	        height: auto;/*250110*/
}
#top header#top_head #m_head a.logo{/*200907*/
    background-image: none;
    width: 150px;
    height: auto;
}
#top header#top_head #m_head a.logo img{/*200907*/
    /*filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);*/
    display: block;
    margin: 0 auto;
    width: 100%;
}
#top header#top_head #m_head{
    position: static;
    left: 0;
    background: none;
}
   #top #top_head .slide-btn{
        background: #fff;
    }
    #top #gnav{
        position: absolute;
    top: -522px;
    background: #fff;
    width: 100%;
    text-align: center;
    /* padding: 10px 0; */
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    }
    #top .open #gnav{
        -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(582px);
}
}/*--sp */


/*--------------------------------------------------
MV
----------------------------------------------------*/
#top main .mv{
	    margin-bottom: -10px;
}
/*#top main .mv{
    background-image: url(../../img/mv_bg.png);
    background-size: cover;
    height: 600px;
    position: relative;
    background-position: bottom;
}
#top main .mv .inner_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: auto;
}
#top main .mv .inner_txt h1{
    font-size: 5rem;
    font-weight: 800;
    color:#fff;
    line-height: 1.4;
    text-shadow:0px -1px 5px #000000;
    font-family: "MS Pゴシック",sans-serif;
}
#top main .mv .inner_txt p{
    font-size: 2rem;
    font-weight: 600;
    color:#fff;
    line-height: 1;
    text-shadow:0px -1px 5px #000000;
    margin-top: 50px;
}*/


/*▼SP---------------------------*/
/*@media only screen and (max-width: 767px){
#top main .mv{
    background-image: url(../../img/mv_bg_sp.png);
    background-size: cover;
    height: 600px;
    position: relative;
}
#top main .mv .inner_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#top main .mv .inner_txt h1{
    font-size: 3rem;
    font-weight: 600;
    color:#fff;
    line-height: 1.4;
    text-shadow:0px -1px 5px #000000;
    text-align: center;
}
#top main .mv .inner_txt p{
    font-size: 1.5rem;
    font-weight: 600;
    color:#fff;
    line-height: 1;
    text-shadow:0px -1px 5px #000000;
    margin-top: 20px;
    text-align: center;
    }
}*/



/*--------------------------------------------------
sec01---製品サービス
----------------------------------------------------*/
#top main .sec01 .news{
    background: #2f3b50;
    color:#fff;
    padding: 15px;
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
}
#top main .sec01 .news li.ttl{
    border-right: 1px solid #fff;
    height: 50px;    
    padding-top: 13px;
    box-sizing: border-box;
    width: 175px;
    text-align: center;
}
#top main .sec01 .news li a{
    color:#fff;
    font-size: 1.4rem;
    padding-left: 30px;
}
#top main .sec01 .read{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 30px;
}
#top main .sec01{
    background-image: url(../../img/products_bg.png);
    background-size: cover;
    padding-bottom: 180px;
}
#top main .sec01 .sec01_2{
    margin-top: 100px;
}
#top main .sec01 .sec01_2 ul{
    /*justify-content: center;
    align-items: flex-start;
    margin-top: 60px;*/
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}
#top main .sec01 .sec01_2 ul li{
    width: 220px;
    text-align: center;
}
/*#top main .sec01 .sec01_2 ul li:nth-child(1),
#top main .sec01 .sec01_2 ul li:nth-child(2),
#top main .sec01 .sec01_2 ul li:nth-child(3),
#top main .sec01 .sec01_2 ul li:nth-child(5),
#top main .sec01 .sec01_2 ul li:nth-child(6){
    margin-right: 40px;
}*/

#top main .sec01 .sec01_2 ul li.line2{
    margin-top: 50px;
}
#top main .sec01 .sec01_2 ul li a{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
#top main .sec01 .sec01_2 ul li a img{
    display: block;
    margin: 0 auto 23px;
}
/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
#top main .sec01 .news{
    width: 100%;
}
#top main .sec01 .news li.ttl{
    border-right: 0px solid #fff;
    height: auto;    
    padding-top: 0px;
    box-sizing: border-box;
    width: 175px;
    text-align: left;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
}
#top main .sec01 .news li a{
    color:#fff;
    font-size: 1.5rem;
    padding-left: 0px;
    box-sizing: border-box;
}
#top main .sec01 .read{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 30px;
}
#top main .sec01{
    background-image: url(../../img/products_bg.png);
    background-size: cover;
    padding-bottom: 60px;
}
#top main .sec01 .sec01_2{
    margin-top: 40px;
}
#top main .sec01 .sec01_2 ul{
    justify-content: center;
    align-items: none;
    margin-top: 30px;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#top main .sec01 .sec01_2 ul li{
   width: 45%;
    text-align: center;
}
#top main .sec01 .sec01_2 ul li:nth-child(1),
#top main .sec01 .sec01_2 ul li:nth-child(2),
#top main .sec01 .sec01_2 ul li:nth-child(3),
#top main .sec01 .sec01_2 ul li:nth-child(5),
#top main .sec01 .sec01_2 ul li:nth-child(6){
    margin-right: 0px;
}

#top main .sec01 .sec01_2 ul li.line2{
    margin-top: 0px;
}
    #top main .sec01 .sec01_2 ul li:nth-child(3),
#top main .sec01 .sec01_2 ul li:nth-child(4),
#top main .sec01 .sec01_2 ul li:nth-child(5),
#top main .sec01 .sec01_2 ul li:nth-child(6){
    margin-top: 30px;
}
#top main .sec01 .sec01_2 ul li a{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
#top main .sec01 .sec01_2 ul li a img{
    display: block;
    margin: 0 auto 10px;
    width: 100%;
}
}/*---sp/end*/




/*--------------------------------------------------
sec02---適用事例
----------------------------------------------------*/
#top main .sec02{
    position: relative;
    height: auto;
    margin-top: -80px;
    z-index: 90;/*200918*/
}
#top main .sec02 .ttl{
    width: 100%;
    /*position: relative;*/
    padding: 40px;
    box-sizing: border-box;
    margin-top: 80px;
}
#top main .sec02 .ttl span.bg{
   position: absolute;
    left: 0;
    content: "";
	background:rgba(96,152,203,0.75);
    /* width: 580px; */
    height: 150px;
    top: 0;
    z-index: -1;
    width: 60%;
}
#top main .sec02 .ttl h2{
    box-sizing: border-box;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    color: #fff;
}
#top main .sec02 .ttl h2 span{
    display: block;
    font-size: 1.3rem;
    color: #fff;
}
#top main .sec02 .txt_area{
    width: 500px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
}
#top main .sec02 .img_box{
    position: absolute;
    display: inline-block;
    right: 0;
    top: -80px;
    z-index: -1;
}
#top main .sec02 .flex_btn{
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: start;
    margin-top: 30px;
    flex-wrap: wrap;
}
#top main .sec02 .flex_btn li{
    width: 317px;
    height: 300px;
    border: solid #6098cb 5px;
    background: #fff;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    margin-right: 24px;
}
#top main .sec02 .flex_btn li:nth-child(3){
    margin-right: 0px;
}
#top main .sec02 .flex_btn li a{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}
#top main .sec02 .flex_btn li img{
    display: block;
    margin: 0 auto 25px;
}
#top main .sec02 .flex_btn li:nth-child(1),
#top main .sec02 .flex_btn li:nth-child(3){
    margin-top: 30px;
}
#top main .sec02 .flex_btn li:nth-child(4),
#top main .sec02 .flex_btn li:nth-child(5){
    margin-top: 30px;
}
/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
#top main .sec02{
    position: static;
    height: auto;
    z-index: 0;
    margin-top: 0px;
    padding-bottom: 60px;
}
#top main .sec02 .ttl{
        width: 100%;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    margin-top: -70px;
}
#top main .sec02 .ttl span.bg{
   position: static;
    left: 0;
    content: "";
    background: #6098cbd9;
    /* width: 580px; */
    height: auto;
    top: 0;
    z-index: -1;
    width: 60%;
}
#top main .sec02 .ttl h2{
    box-sizing: border-box;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    background: #6098cbd9;
    padding: 30px;
}
#top main .sec02 .ttl h2 span{
    display: block;
    font-size: 1.3rem;
    color: #fff;
}
#top main .sec02 .txt_area{
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
}
#top main .sec02 .img_box{
    position: static;
    display: inline-block;
    right: 0;
    top: -80px;
    z-index: -1;
}
    #top main .sec02 .img_box img{
    width: 100%;
    display: block;
    margin: 0 auto;
    }
#top main .sec02 .flex_btn{
    display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
    padding: 0;
    align-items: start;
    margin-top: 30px;
}
#top main .sec02 .flex_btn li{
    width: 48%;
   height: auto;
    border: solid #6098cb 4px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    min-height: 200px;
    margin-right: 0;
}
    #top main .sec02 .flex_btn li:nth-child(3){
   margin-top: 20px;
}
#top main .sec02 .flex_btn li a{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 20px 10px;
    box-sizing: border-box;
}
#top main .sec02 .flex_btn li img{
   display: block;
margin: 0 auto 20px;
    width: 80%;
}
#top main .sec02 .flex_btn li:nth-child(1),
    #top main .sec02 .flex_btn li:nth-child(2){
    margin-top: 0px;
}
#top main .sec02 .flex_btn li:nth-child(4),
    #top main .sec02 .flex_btn li:nth-child(5){
    margin-top: 20px;
}
}/*---sp/end*/




/*--------------------------------------------------
sec03---適用事例
----------------------------------------------------*/
#top main .sec03{
    height: auto;
    margin-top: 100px;
}
#top main .sec03 .inner{
            padding-top: 396px;
}
#top main .sec03 .img_ttl{
    position: relative;
    height: auto;
}
#top main .sec03 .img_ttl .img_box{
    position: absolute;
    top:0;
    left: 0;
}
#top main .sec03 .img_ttl .ttl_box{
    position: absolute;
    top: 80px;
    right: 0;
    width: 60%;
}
#top main .sec03 .img_ttl .ttl_box h2{
	background:rgba(108,197,204,0.75);
    text-align: left;
    color: #fff;
     padding: 40px 20px;
}
#top main .sec03 .img_ttl .ttl_box h2 span{
    display: block;
    font-size: 1.3rem;
    color: #fff;
}

#top main .sec03 .txt_area{
    width: 500px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
}
#top main .sec03 .img_box{
    position: absolute;
    display: inline-block;
    right: 0;
    top: -80px;
    z-index: -1;
}
#top main .sec03 .flex_btn{
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: start;
    margin-top: 30px;
}
#top main .sec03 .flex_btn li{
    width: 317px;
    height: 300px;
    border: solid #6cc5cc 5px;
    background: #fff;
    text-align: center;
        padding: 50px 20px;
    box-sizing: border-box;
}
#top main .sec03 .flex_btn li a{
    font-size: 2rem;
    font-weight: 600;
}
#top main .sec03 .flex_btn li img{
   display: block;
margin: 0 auto 30px;
}
#top main .sec03 .flex_btn li:nth-child(1),
#top main .sec03 .flex_btn li:nth-child(3){
    margin-top: 30px;
}
/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
#top main .sec03{
    
    position: static;
    height: auto;
    margin-top: 0px;
    z-index: 0;
    padding-bottom: 60px;
}
#top main .sec03 .ttl{
    width: 100%;
    position: static;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 0px;
}
#top main .sec03 .ttl span.bg{
   position: static;
    left: 0;
    content: "";
    background: #6098cbd9;
    /* width: 580px; */
    height: auto;
    top: 0;
    z-index: -1;
    width: 60%;
}
#top main .sec03 .ttl h2{
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #6098cbd9;
}
#top main .sec03 .ttl h2 span{
    display: block;
    font-size: 1.3rem;
    color: #fff;
}
#top main .sec03 .txt_area{
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
}
#top main .sec03 .img_box{
    position: static;
    display: inline-block;
    right: 0;
    top: -80px;
    z-index: -1;
}
    #top main .sec03 .img_box img{
    width: 100%;
    display: block;
    margin: 0 auto;
    }
#top main .sec03 .flex_btn{
    display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
    padding: 0;
        align-items: stretch;/*200924*/
    margin-top: 30px;
}
#top main .sec03 .flex_btn li{
    width: 48%;
   height: auto;
    border: solid #6cc5cc 4px;
    background: #fff;
    text-align: center;
        padding: 0px;
    box-sizing: border-box;
        min-height: 200px;
}
#top main .sec03 .flex_btn li a{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 20px 10px;
    box-sizing: border-box;
}
#top main .sec03 .flex_btn li img{
   display: block;
margin: 0 auto 20px;
    width: 80%;
}
#top main .sec03 .flex_btn li:nth-child(1),
#top main .sec03 .flex_btn li:nth-child(3){
    margin-top: 0px;
}
    #top main .sec03 .img_ttl .ttl_box {
        position: static;
    top: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    }
    #top main .sec03 .inner{
        padding-top: 0px;
    }
    #top main .sec03 .img_ttl .img_box{
    position: static;
    top:0;
    left: 0;
}
#top main .sec03 .img_ttl .ttl_box{
    position: static;
    top: 0px;
    right: 0;
    width: 90%;
}
    #top main .sec03 .img_ttl .ttl_box h2{
        text-align: center;
        margin-top: -70px;
    position: relative;
    }
        #top main .sec03 .flex_btn li:nth-child(3){
   margin-top: 20px;
}
}/*---sp/end*/


/*--------------------------------------------------
sec04---会社情報
----------------------------------------------------*/
#top main .sec04{
    margin-top: 100px;
}
#top main .sec04 .ttl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}
#top main .sec04 .ttl h2{
    text-align: left;
    color:#fff;
    text-shadow:2px 0px 3px #000000;
    margin: 70px 0 60px;
}
#top main .sec04 .ttl h2 span{
    color:#fff;
}
#top main .sec04 .ttl li.message{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2.8rem;
    font-weight: 600;
}
#top main .sec04 .bg{ 
    background-image: url(../../img/aboutus_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#top main .sec04 .btn_area .video video{
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    border: 5px solid #0058a4;
}
#top main .sec04 .btn_area .video li{
    margin: 0 auto;
    width: 500px;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
}
#top main .sec04 .btn_area .video li:after{
    position: absolute;
    content: "";
    width: 51px;
    height: 12px;
    background-image: url(../../img/about_arrow1.png);
    bottom: 12px;
    right: 0px;
}
#top main .sec04 .bg .btn_area{
    background: #fff;
    width: 1200px;
    padding: 60px 0;
   box-shadow:0px 0px 6px 3px rgba(0,0,0,0.14);
}
#top main .sec04 .btn_area .flex{
justify-content: center;
    align-items: center;
    margin-top: 30px;
}
#top main .sec04 .btn_area .flex li img{
    display: block;
    margin-bottom: 20px;
    
}
#top main .sec04 .btn_area .flex li.line2{
    margin-top: 30px;
}
#top main .sec04 .btn_area .flex li a{
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
}
#top main .sec04 .btn_area .flex li a:after{
    position: absolute;
    content: "";
    width: 51px;
    height: 12px;
    background-image: url(../../img/about_arrow1.png);
    bottom: 12px;
    right: 15px;
}
#top main .sec04 .btn_area2 .flex{
        border-top: 2px solid #508ec6;
    padding-top: 30px;
    margin-bottom: 40px;
    width: 1000px;
    margin: 40px auto 40px;
    justify-content: space-between;
}
#top main .sec04 .btn_area2 li{
    background: #0058a4;
    width: 317px;
    height: 71px;
}
#top main .sec04 .btn_area2 .flex li a{
        position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
}
#top main .sec04 .btn_area2 .flex li a:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    background-image: url(../../img/about_arrow2.png);
    bottom: 26px;
    right: 15px;
}
#top main .sec04 .btn_area2 li a{
    color:#fff;
}
/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
#top main .sec04{
    margin-top: 0px;
}
#top main .sec04 .ttl{
    display: block;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 40px 0;
}
#top main .sec04 .ttl h2{
    text-align: center;
    color:#fff;
    text-shadow:2px 0px 3px #000000;
    margin: 0;
}
#top main .sec04 .ttl h2 span{
    color:#fff;
}
#top main .sec04 .ttl li.message{
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}
#top main .sec04 .bg{ 
    background-image: url(../../img/aboutus_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#top main .sec04 .btn_area .video video{
    margin: 0 auto 10px;
    display: block;
    width: 100%;
}
#top main .sec04 .btn_area .video li{
    margin: 0 auto;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
}
#top main .sec04 .btn_area .video li:after{
    position: absolute;
    content: "";
    width: 51px;
    height: 12px;
    background-image: url(../../img/about_arrow1.png);
    bottom: 12px;
    right: 0px;
}
#top main .sec04 .bg .btn_area{
    background: #fff;
    width: 90%;
    padding: 25px;
   box-shadow:0px 0px 6px 3px rgba(0,0,0,0.14);
    box-sizing: border-box;
}
#top main .sec04 .btn_area .flex{
justify-content: center;
    align-items: center;
    margin-top: 30px;
}
#top main .sec04 .btn_area .flex li img{
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
#top main .sec04 .btn_area .flex li.line2,
    #top main .sec04 .btn_area .flex li{
    margin-top: 24px;
}
#top main .sec04 .btn_area .flex li a{
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
}
#top main .sec04 .btn_area .flex li a:after{
    position: absolute;
    content: "";
    width: 51px;
    height: 12px;
    background-image: url(../../img/about_arrow1.png);
    bottom: 12px;
    right: 15px;
}
#top main .sec04 .btn_area2 .flex{
        border-top: 2px solid #508ec6;
    padding-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    margin: 40px auto 40px;
    justify-content: space-between;
}
#top main .sec04 .btn_area2 li{
    background: #0058a4;
    width: 100%;
    height: 71px;
}
#top main .sec04 .btn_area2 .flex li a{
        position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
}
#top main .sec04 .btn_area2 .flex li a:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    background-image: url(../../img/about_arrow2.png);
    bottom: 26px;
    right: 15px;
}
#top main .sec04 .btn_area2 li a{
    color:#fff;
}
}/*---sp/end*/




/*--------------------------------------------------
sec05---ニュース
----------------------------------------------------*/
#top main .sec05{
    margin-top: 100px;
    background: #f8f8f8;
    padding: 60px 0 ;
    margin-bottom: 100px;
}
#top main .sec05 dl{
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0;
    font-size: 1.5rem;
}
#top main .sec05 dd{
    display: inline-block;
}
#top main .sec05 dt{
    display: inline-block;
    font-weight: 600;
    color:#0058a4;
    padding-right: 30px;
}
/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
#top main .sec04{
    }
}/*---sp/end*/