@charset "UTF-8";


/* -----------
index
----------- */

@media (min-width: 768px){}

body {
    background: #fafaf7 url("../img/bg.gif") top center no-repeat;
}


.indexPhotoArea01{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 4px 0;
    
}
.indexPhotoArea01 img{
    width: 100vw;
    height: auto;
    display: block;
    margin: 0 2px 0 2px;
}

@media (min-width: 768px){
    .indexPhotoArea01{
        width: 100%;
        height: 480px;
        overflow: hidden;
        margin: 0 0 4px 0;

    }
    .indexPhotoArea01 img{
        width: 829px;
        height: 480px;
        display: block;
        margin: 0 2px 0 2px;
    }
}


.indexHeader{
    width: 100%;
    margin: 0 auto;
}

.indexHeaderArea01{
    width: 100%;
    height: 140px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    opacity: 0.9;
}
.indexHeaderArea01 h1{
    font-size: 28px;
    font-weight: 300;
    color: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexHeaderArea01 h1 span{
    font-size: 12px;
    font-weight: 300;
    color: #336699;
    margin: 2px 14px 0 0;
}

@media (min-width: 768px){
    .indexHeader{
        width: 946px;
        position: relative;
        margin: 0 auto;
    }

    .indexHeaderArea01{
        position: absolute;
        top: 280px;
        z-index: 100;
        width: 946px;
        height: 140px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        opacity: 0.9;
    }
    .indexHeaderArea01 h1{
        font-size: 28px;
        font-weight: 300;
        color: #336699;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .indexHeaderArea01 h1 span{
        font-size: 12px;
        font-weight: 300;
        color: #336699;
        margin: 2px 14px 0 0;
    }
}

.indexGnaviArea01{
    width: 100%;
    height: 6px;
    background: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    opacity: 0.96;
}
.indexGnaviArea01 ul{
    display: none;
}



@media (min-width: 768px){
    .indexGnaviArea01{
        position: absolute;
        top: 420px;
        z-index: 110;
        width: 946px;
        height: 60px;
        background: #336699;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        opacity: 0.96;
    }
    .indexGnaviArea01 ul{
        width: 946px;
        height: 60px;
        background: #336699;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .indexGnaviArea01 ul li{
        font-size: 14px;
        color: #FFFFFF;
    }
    .indexGnaviArea01 ul li a{
        font-size: 14px;
        color: #FFFFFF;
        transition: 0.2s all;
    }
    .indexGnaviArea01 ul li a:hover{
        font-size: 14px;
        color: #D5D91F;
    }
}



.indexHeader02{
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 0 0 60px 0;
}

.indexHeaderArea02{
    width: 80%;
    height: auto;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.indexHeaderArea02 h2{
    font-size: 20px;
    font-weight: 300;
    line-height: 2.0;
    color: #336699;
    padding: 60px 0 0 0;
    text-align: center;
}
.indexHeaderIllust01{
    width: 80%;
    height: auto;
    margin: 40px auto;
    padding: 0;
}
.indexHeaderIllust01 img{
    width: 100%;
    height: auto;
}


@media (min-width: 768px){
    .indexHeader02{
        width: 1000px;
        position: relative;
        margin: 0 auto;
        background: #FFFFFF;
        padding: 0;
    }

    .indexHeaderArea02{
        position: absolute;
        top: 0;
        z-index: 120;
        width: 1000px;
        height: 471px;
        padding: 0;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .indexHeaderArea02 h2{
        font-size: 20px;
        font-weight: 300;
        line-height: 2.0;
        color: #336699;
        padding: 42px 0 0 0;
        text-align: center;
    }
    .indexHeaderIllust01{
        position: absolute;
        top: 194px;
        left: 100px;
        z-index: 200;
    }
    .indexHeaderIllust01 img{
        width: 817px;
        height: auto;
    }
}


.indexContentArea01{
    width: 80%;
    margin: 0 auto;
    padding: 84px 0 0 0;
}
.indexContentArea01 h3{
    font-size: 20px;
    font-weight: 300;
    line-height: 2.0;
    color: #336699;
    padding: 0 0 0 0;
    text-align: center;
}
.indexContentArea01 p{
    font-size: 15px;
    font-weight: 300;
    line-height: 2.0;
    color: #333;
    padding: 32px 0 60px 0;
    text-align: center;
}

@media (min-width: 768px){
    .indexContentArea01{
        width: 1000px;
        margin: 0 auto;
        padding: 84px 0 0 0;
    }
    .indexContentArea01 h3{
        font-size: 20px;
        font-weight: 300;
        line-height: 2.0;
        color: #336699;
        padding: 0 0 0 0;
        text-align: center;
    }
    .indexContentArea01 p{
        font-size: 15px;
        font-weight: 300;
        line-height: 2.0;
        color: #333;
        padding: 32px 0 60px 0;
        text-align: center;
    }
}



.indexContentArea02{
    width: 60%;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.indexContentArea02 div{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 60px 0;
}
.indexContentArea02 div img{
    width: 100%;
    height: auto;
}
.indexContentArea02 div h4{
    font-size: 16px;
    font-weight: 300;
    line-height: 2.0;
    color: #336699;
    padding: 0 0 16px 0;
    text-align: center;
}
.indexContentArea02 div a.btn{
    width: 100%;
    height: 24px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 13px 0 0 0;
}
.indexContentArea02 div a.btn:hover{
    background: #30A1C2;
    color: #FFFFFF;
}

@media (min-width: 768px){
    .indexContentArea02{
        width: 1000px;
        margin: 0 auto;
        padding: 0 0 0 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .indexContentArea02 div{
        width: 312px;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .indexContentArea02 div h4{
        font-size: 16px;
        font-weight: 300;
        line-height: 2.0;
        color: #336699;
        padding: 0 0 16px 0;
        text-align: center;
    }
    .indexContentArea02 div a.btn{
        width: 312px;
        height: 24px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        margin: 13px 0 0 0;
    }
    .indexContentArea02 div a.btn:hover{
        background: #30A1C2;
        color: #FFFFFF;
    }
}

