@charset "UTF-8";
/*
 * style.css
 *
 */

/* !contents
---------------------------------------------------------- */
.contents{
}

h4{
    font-size: 1.8rem;
    text-align: center;
    max-width: 1000px;
}

@media ( min-width: 1024px ){
    h4{
        text-align: left;
        margin: 0 auto;
    }
}

/* box01 */
.box01{
    padding: 50px 0 0;
    background: #fdede4;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 6;
    border-top: 4px solid #f39800;
    border-bottom: 4px solid #f39800;
}

.box01 ul{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
}

.box01 ul li{ text-align: center; }
.box01 ul .sub-container{ padding-top: 20px; }

.box01 dl{
    padding-top: 0;
    line-height: 1.5;
}

.block01{
    display: flex;
    align-items: center;
    justify-content: center;
}
.block01 img{
    width: 80px;
}

.box01 dl dt{ font-size: 2rem; }

.box01 dl dd{
    padding-top: 20px;
    text-align: left;
}

.box01 .txt01{
    text-align: center;
    color: #ec6d85;
    font-size: 1.5rem;
}

.box01 .txt02{
    text-align: center;
    color: #e2a3ba;
    font-size: 1.3rem;
}

.box01 .txt02 span{
    display: block;
    padding-top: 15px;
}

.box01 .sub-container img{ filter:drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3)); }

.box01 .bt01{
    margin-top: 40px;
    width: 100%;
    background: #f39800;
    text-align: center;
}

.box01 .bt01 a{
    display: inline-block;
    width: 50px;
    padding: 20px 0;
}

@media ( min-width: 768px ){
    .block01 img{ width: auto; }
}
    
@media ( min-width: 1024px ){
    .box01{ padding: 100px 0 50px; }
    
    .box01 ul{
        flex-direction: row;
        justify-content: space-between;
    }
    
    .box01 ul li{ text-align: left; }
    /*.box01 ul .main-container img{ width: 128px; }*/
    
    .box01 ul .sub-container{
        padding-top: 0;
        text-align: right;
    }
    
    /*.box01 ul .sub-container img{ width: 450px; }*/
    
    .box01 dl{ padding-top: 0; }
    
    .block02{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .box01 dl dt{ font-size: 3rem; }
    .box01 dl dd{ padding-top: 20px; }
    
    .box01 .bt01{ background: none; }
    .box01 .bt01 a{ padding: 0; }
}

/* box02 */
.box02{
    width: 100%;
    padding: 50px 0 100px;
    background: #fff6e9;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 5;
}

.box02 ul{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
}

.box02 ul li{ text-align: center; }
.box02 ul .sub-container{ padding-top: 20px; }

.box02 dl{
    padding-top: 20px;
    line-height: 1.5;
}

.box02 dl dt{ }
.box02 dl dd{ padding-top: 40px; }

@media ( min-width: 1024px ){
    .box02 ul{
        display: flex;
        justify-content: space-between;
    }
    
    .box02 ul li{ text-align: left; }
    .box02 ul .main-container{ width: 520px; }
    
    .box02 ul .sub-container{
        width: 460px;
        padding-top: 0;
        text-align: right;
    }
    
    /*.box02 ul .sub-container img{ width: 500px; }*/
    
    .box02 dl{ padding-top: 0; }
    .box02 dl dt{ }
}

/* box03 */
.box03{
    z-index: 4;
    background: #d5ead8;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    padding: 100px 0;
}

.box03 dl{
    width: 90%;
    max-width: 1000px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
}

.box03 dl div{ margin-top: 20px; }

.box03 dl dt{
    font-size: 1.8rem;
    color: #595757;
    background: #fff;
    border: 7px solid #fff;
    border-radius: 14px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.5;
}

.box03 dl dt span{ font-size: 1.2rem; }

.box03 dl dd{
    padding-top: 20px;
    text-align: left;
    line-height: 1.5;
}

.box03 .bg01{
    width: 80%;
    height: 30px;
    z-index: 0;
    background: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}

@media ( min-width: 1024px ){
    .box03 dl{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .box03 dl div{ width: 30%; }
}

/* box04 */
.box04{
    z-index: 3;
    background: #fadbda;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    padding: 100px 0;
}

.box04 ul{ padding-top: 20px; }
.box04 ul li{ text-align: center; }

.box04 .caption{
    text-align: center;
    padding-top: 10px;
    height: 170px;
}

.box04 .caption .tit{ text-align: center; }

.box04 .caption p{ line-height: 1.5; text-align: left;}

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

/* bx-wrapper */
.bx-wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

@media ( min-width: 1024px ){
    .bx-wrapper .bx-prev { left: -40px; }
    .bx-wrapper .bx-next { right: -40px; }
}

/* box05 */
.box05{
    padding: 100px 0;
    background: #efefef;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.box05 ul{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.box05 ul li{ text-align: center; }
.box05 ul .sub-container{ padding-top: 20px; }

.box05 dl{
    padding-top: 20px;
    line-height: 1.5;
}

.box05 dl dt{}
.box05 dl dd{ padding-top: 40px; }

.box05 dl dd a{
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    border-radius: 20px;
    color: #000;
    font-size: 1.2rem;
}

.box05 dl dd a:hover{ color: #f39800; }
.box05 dl dd a span{ padding-left: 10px; }

.box05 .bg01{
    width: 80%;
    height: 30px;
    z-index: 0;
    background: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
}

@media ( min-width: 1024px ){
    .box05 ul{
        display: flex;
        justify-content: space-between;
    }
    
    .box05 ul li{ text-align: left; }
    .box05 ul .main-container{ width: 550px; }
    
    .box05 ul .sub-container{
        padding-top: 0;
        text-align: right;
    }
    
    /*.box05 ul .sub-container img{ width: 378px; }*/
    
    .box05 dl{ padding-top: 0; }
    .box05 dl dt{}
}

/* box06 */
.box06{
    padding: 100px 0;
    background: #f8efd2;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

.box06 ul{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.box06 ul li{ text-align: center; }
.box06 ul .bt-container{ padding-top: 20px; }

.box06 ul .bt-container a{
    display: table-cell;
    background: #f8c5ac;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 1.5;
}

.box06 ul .bt-container a:hover{ color: #f39800; }

.box06 ul .sub-container{ padding-top: 20px; }

.box06 dl{
    padding-top: 20px;
    line-height: 1.5;
}

.box06 dl dt{
    font-size: 1.4rem;
    padding: 40px 0;
}

.box06 dl dd{ font-size: 1.2rem; }
.box06 dl dd span{ color: #fff; }

@media ( min-width: 1024px ){
    .box06 ul{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .box06 ul li{ text-align: left; }
    .box06 ul .main-container{ width: 450px; }
    
    .box06 ul .bt-container{
        position: absolute;
        text-align: center;
        z-index: 0;
        left: 37%;
    }
    
    .box06 ul .bt-container a{
        width: 180px;
        height: 180px;
    }
    
    .box06 ul .sub-container{
        padding-top: 0;
        text-align: right;
        position: relative;
        z-index: 1;
    }
    
    /*.box06 ul .sub-container img{ width: 461px; }*/
    
    .box06 dl{ padding-top: 0; }
}
