@charset "utf-8";

/* main_visual
---------------------------------------- */
#main_visual{
    display: block;
    width:100%;
    height:500px;
    background-image: url("../img/mv01.webp");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align: center;
    margin-bottom: 40px;
}
#main_visual h1{
    margin: 0;
    text-align: center;
}
#main_visual .logo{
    width:calc(100% - 100px);
    max-width:440px;
    margin-top: 100px;
}

@media screen and (max-width:500px){
    #main_visual{
        height:300px;
        margin-bottom:15px;
    }
    #main_visual .logo{
        width:calc(100% - 100px);
        max-width:440px;
        margin-top:55px;
    }
}


/* sec1
---------------------------------------- */
#sec1{
	width: calc(100% - 100px);
    max-width:900px;
    margin: 0 auto 60px auto;
}
#sec1 ul{
    border-top: 1px dotted #333;
}
#sec1 ul li{
    border-bottom: 1px dotted #333;
}
#sec1 ul li a{
    display: block;
    width:100%;
    background-image: url("../common/img/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size:16px;
}
#sec1 ul li a:hover{
    background-color: #F7EDED;
    text-decoration: none;
}
#sec1 ul li span{
    display: block;
    box-sizing: border-box;
    float: left;
    width:200px;
    padding:10px 0 10px 2px;
    font-weight: 400;
}
#sec1 ul li h3{
    display: block;
    float: left;
    width:calc(100% - 200px);
    padding:10px 0;
    font-weight: 400;
    font-size:15px;
}
#sec1 a.all{
    text-align: right;
    float: right;
    padding-right:25px;
    font-weight: 400;
    margin-top:10px;
    background-image: url("../common/img/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size:16px;
}

@media screen and (max-width:800px){
    #sec1{
        width: calc(100% - 40px);
        margin: 0 auto 52px auto;
    }
    #sec1 h2.title{
        margin-bottom:10px;
    }
    #sec1 ul li a{
        background-repeat: no-repeat;
        background-position: right 2px center;
        background-size: 12px;
    }
    #sec1 ul li span{
        display: block;
        box-sizing: border-box;
        float: none;
        width:100%;
        padding:10px 0 0 0;
        font-weight: 400;
    }
    #sec1 ul li h3{
        box-sizing: border-box;
        display: block;
        float: none;
        width:100%;
        padding:0 25px 10px 0;
        font-weight: 400;
        font-size:17px;
    }
    #sec1 a.all{
        padding-right:18px;
        font-weight: 400;
        margin-top:10px;
        background-position: right 2px center;
        background-size: 12px;
    } 
}


/* sec2
---------------------------------------- */
#sec2{
    width:100%;
    padding:40px 0;
    margin-bottom:0;
    text-align:center;
    background-color:#DDD;
    background-image: url("../common/img/bg_paper.png");
    background-repeat:repeat;
    background-position: center top;
}
#sec2 .inc{
	width: calc(100% - 100px);
    max-width: 900px;
    margin: 0 auto;
}
#sec2 .inc a{
    display: block;
    width:47.78%;
    max-width:430px;
    background-color:#FFF;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
}
#sec2 .inc a:first-of-type{
    float: left;
}
#sec2 .inc a:last-of-type{
    float: right;
}
#sec2 .inc a img{
    width:100%;
}

@media screen and (max-width:800px){
    #sec2{
        padding:40px 0 20px 0;
    }
    #sec2 .inc{
        width: calc(100% - 50px);
    }
    #sec2 .inc a{
        clear: both;
        float: none;
        box-sizing: border-box;
        width:100%;
        max-width:inherit;
        box-shadow:0px 0px 2px 0px rgba(0,0,0,0.3);
        margin: 0 auto 20px auto;
    }
}

/* sec3
---------------------------------------- */
#sec3{
    width:100%;
    padding:40px 0 50px 0;
    text-align:center;
    background-image: url("../common/img/bg_line.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 250px 250px;
}
#sec3 .inc{
	width: calc(100% - 100px);
    max-width: 900px;
    margin: 0 auto;
}
#sec3 .inc a{
    display: block;
    float: left;
    box-sizing: border-box;
    width:31.12%;
    max-width: 280px;
    background-color: #FFF;
    background-image: url("../common/img/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size:16px;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.5);
    text-align: center;
    color:#333;
    font-size:16px;
    margin-right:3.32%;
    height:100px;
    line-height:100px;
    font-weight: 550;
}
#sec3 .inc a:last-of-type{
    margin-right:0;
}
#sec3 .inc a:hover{
    text-decoration: none;
}
@media screen and (max-width:800px){
   #sec3{
        padding:20px 0 25px 0;
        background-size: 250px 250px;
    }
    #sec3 .inc{
        width: calc(100% - 50px);
        max-width:inherit;
    }
    #sec3 .inc a{
        clear: both;
        float: none;
        box-sizing: border-box;
        width:100%;
        max-width:inherit;
        background-position: right 10px center;
        background-size: 12px 12px;
        box-shadow:0px 0px 2px 0px rgba(0,0,0,0.5);
        font-size:16px;
        height:50px;
        line-height:50px;
        margin:0 0 15px 0;
    }
    #sec3 .inc a:last-of-type{
        margin-right:0;
    }
    #sec3 .inc a:hover{
        text-decoration: none;
    }
}


/* sec4
---------------------------------------- */
#sec4{
    width:100%;
    padding:40px 0 50px 0;
    text-align:center;
    background-color:#DDD;
    background-image: url("../common/img/bg_paper.png");
    background-repeat:repeat;
    background-position: center top;
    overflow: hidden;
}
#sec4 h2.title{
    margin-bottom: 10px;
}
#sec4 .inc{
	width: calc(100% - 100px);
    max-width: 930px;
    margin: 0 auto;
}
#sec4 .inc ul{
}
#sec4 .inc ul li{
    background-color: #FFF;
    display: block;
    float: left;
    box-sizing: border-box;
    /*
    width:31.12%;
    width: 280px;
    max-width: 280px;
    margin-right:3.32%;
    margin-right:30px;
    */
    margin:5px 15px;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.5);
}
#sec4 .inc ul li:last-of-type{
    margin-right:0;
}
#sec4 .inc ul li a{
    /*
    background-image: url("../common/img/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size:16px;
    */
    text-align: center;
    color:#333;
}
#sec4 .inc ul li a figure{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height:165px;
    position: relative;
}
#sec4 .inc ul li a figure img{
    position: absolute;
    right: 10px;
    top:51%;
    width:16px;
    heigth:auto;
}
#sec4 .inc ul li a h3{
    text-align: center;
    font-weight: 400;
    font-size:16px;
    padding:6px 10px 10px 10px;
    line-height: 140%;
}
#sec4 .inc ul li a:hover{
    text-decoration: none;
}

#sec4 .slick-arrow{
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size:32px;
    top:40%;
    z-index: 100;
    cursor: pointer;
    border: none;
    background-color: inherit;
    text-indent: -9999px;
    width:32px;
    height:32px;
    opacity: 1;
}
#sec4 .slick-prev{
    background-image: url("../common/img/icon_arrow_right.png");
    background-position: left center;
    left: 0;
    transform: rotate(180deg);
}
#sec4 .slick-next{
    background-image: url("../common/img/icon_arrow_right.png");
    background-position: right center;
    right: 0;
}


@media screen and (max-width:800px){
    #sec4{
        padding:20px 0 30px 0;
    }
    #sec4 .inc{
        width: calc(100% - 30px);
    }
    #sec4 h2.title{
        margin-bottom: 5px;
    }
    #sec4 .inc ul li{
        /*
        width:48%;
        max-width:inherit;
        margin:0 4% 20px 0;
        */
        margin:5px 10px;
        box-shadow:0px 0px 2px 0px rgba(0,0,0,0.5);
    }
    #sec4 .inc ul li a figure{
        height:100px;
    }
    #sec4 .inc ul li a figure img{
        right: 10px;
        top:51%;
        width:16px;
    }
    #sec4 .inc ul li a h3{
        font-size:15px;
        padding:6px 10px 9px 10px;
        line-height: 120%;
        text-align:justify;
    }
}

/* sec5
---------------------------------------- */
#sec5{
	width: calc(100% - 100px);
    max-width:900px;
    padding:20px 0px 25px 0px;
    text-align:center;
    background-color:#004F9D;
    margin:40px auto 50px auto;
    border-radius: 6px;
}
#sec5 .inc_left{
    display: block;
    float: left;
    width: calc(100% - 540px);
    max-width: 360px;
    margin: 0 0 0 30px;
    padding:14px 0 0 0;
    text-align: center;
}
#sec5 .inc_left h2{
    text-align: center;
    margin: 0 auto 24px auto;
}
#sec5 .inc_left h2 img.facebook{
    width:50%;
    max-width:165px;
}
#sec5 .inc_left p{
    width:100%;
    border-top:1px solid #FFF;
    padding:15px 0 0 0;
    text-align: center;
    color:#FFF;
    margin-bottom:30px;
}
#sec5 .inc_left a{
    display: block;
    width:82.223%;
    max-width:296px;
    margin: 0 auto;
}
#sec5 .inc_left a img{
    width:100%;
}
#sec5 .inc_right_pc{
    display: block;
    float: right;
    width:450px;
    margin: 0 20px 0 0;
}
#sec5 .inc_right_sp{
    display: none;
}

@media screen and (max-width:1000px){
    #sec5{
        width: calc(100% - 40px);
        padding: 10px 0px 15px 0px;
        margin: 30px auto 30px auto;
    }
    #sec5 .inc_left{
        clear: both;
        float: none;
        width: 100%;
        max-width:inherit;
        margin:0;
        padding:0;
    }
    #sec5 .inc_left h2{
        margin: 0 auto 10px auto;
    }
    #sec5 .inc_left h2 img.facebook{
        width:calc(100% - 50px);
        max-width:120px;
    }
    #sec5 .inc_left p{
        display: none;
    }
    #sec5 .inc_left a{
        display: none;
    }
    #sec5 .inc_left a img{
        width:100%;
    }
    #sec5 .inc_right_pc{
        display: none;
    }
    #sec5 .inc_right_sp{
        display: block;
        clear: both;
        float: none;
        width: 100%;
        max-width:inherit;
        height:450px;
        margin:0;
        padding:0;
        text-align:center;
    }
}


