@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .sec01 {
    margin-bottom: 3px;
    padding-bottom: 96px;
    border-bottom: 10px solid #21292C;
}

#main .sec01 .txtBox {
    padding: 0 40px;
}

#main .sec01 .txtBox p {
    margin-bottom: 38px;
    line-height: 2.375;
}

#main .sec01 .txtBox p:last-child {
    margin-bottom: 0;
}

#main .sec02 {
    margin-bottom: 51px;
    padding-bottom: 80px;
    border-bottom: 10px solid #21292C;
}

#main .sec02 .comBgBox {
    margin-bottom: 42px;
    padding: 40px 20px 56px;
    background-image: url("../img/index/sec02_bg01.jpg");
}

#main .sec02 .headLine01 {
    margin-bottom: 45px;
}

#main .sec02 .subBox {
    padding: 0 40px;
}

#main .sec02 .subBox p {
    margin-bottom: 166px;
    line-height: 2.375;
}

#main .sec02 .subBox .photoUl {
    margin: -161px auto 0;
    width: 760px;
}

#main .sec02 .photoUl li {
    margin-top: 161px;
    width: 300px;
    float: left;
    position: relative;
    text-align: center;
}

#main .sec02 .photoUl li:nth-child(2n) {
    float: right;
}

#main .sec02 .photoUl li .bgTxt {
    margin-left: -111px;
    padding: 45px 10px 55px;
    width: 222px;
    display: block;
    position: absolute;
    left: 50%;
    top: -113px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #FD2443;
}

#main .sec02 .photoUl li .bgTxt .ttl {
    margin-bottom: 20px;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
}

#main .sec02 .photoUl li .bgTxt .large {
    min-height: 60px;
    display: block;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
}

#main .sec02 .photoUl li .bgTxt .large .sml {
    font-size: 2.6rem;
}

#main .sec02 .photoUl li .txt {
    margin-left: -150px;
    padding: 0 30px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 40px;
    line-height: 2.375;
    text-align: left;
    box-sizing: border-box;
}

#main .sec03 {
    padding-bottom: 80px;
    border-bottom: 10px solid #21292C;
}

#main .sec03 .headLine01 .inner {
    padding: 17px 10px;
    min-width: 399px;
}

#main .sec03 .headLine01 .inner .txt {
    margin-right: 66px;
}

#main .sec03 .ttl {
    margin-bottom: 73px;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.375;
    text-align: center;
}

#main .sec03 .ttl .yellow {
    color: #fccc24;
}

#main .sec03 .pho {
    text-align: center;
}

#main .sec04 {
    padding: 43px 0 61px;
    border-bottom: 10px solid #21292C;
}

#main .sec04 .headLine01 .inner {
    padding: 17px 10px;
    min-width: 379px;
    background-color: #24D086;
}

#main .sec04 .headLine01 .inner img {
    margin-top: -2px;
}

#main .sec04 .headLine01 .inner .txt {
    margin-right: 50px;
}

#main .sec04 .txtBox {
    margin: 0 auto 35px;
    width: 540px;
}

#main .sec04 .txtBox:last-child {
    margin-bottom: 0;
}

#main .sec04 .txtBox p {
    margin-bottom: 30px;
    line-height: 2.375;
}

#main .sec04 .txtBox p:last-child {
    margin-bottom: 0;
}

#main .sec04 .txtBox .sTtl {
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
}

#main .sec04 .txtBox .ttl {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -0.4px;
    line-height: 1;
    text-align: center;
}

#main .sec04 .txtBox .ttl .txt {
    margin-top: 15px;
    display: block;
}

#main .sec04 .txtBox .ttl .txt .yellow {
    color: #fccc24;
    font-size: 5rem;
    letter-spacing: -1px;
    line-height: 1;
}

#main .comGrayBox01 {
    padding: 23px 0 31px;
}

@media all and (max-width: 767px) {
    #main .sec01 {
        margin-bottom: 0;
        padding-bottom: 46px;
        border-bottom-width: 5px;
    }

    #main .sec01 .txtBox {
        padding: 0 31px;
    }

    #main .sec01 .txtBox p {
        margin-bottom: 24px;
        letter-spacing: -0.2px;
        line-height: 1.85;
    }
    
    #main .sec02 {
        margin-bottom: 20px;
        padding-bottom: 50px;
        border-bottom-width: 5px;
    }

    #main .sec02 .comBgBox {
        margin-bottom: 18px;
        padding: 18px 30px;
        background-image: url("../img/index/sp_sec02_bg01.jpg");
    }
    
    #main .sec02 .comBgBox .ttl {
        margin-bottom: 30px;
    } 

    #main .sec02 .headLine01 {
        margin-bottom: 20px;
    }

    #main .sec02 .subBox {
        padding: 0 31px;
    }

    #main .sec02 .subBox p {
        margin-bottom: 143px;
        line-height: 1.85;
    }

    #main .sec02 .subBox .photoUl {
        margin: 0 52px;
        width: auto;
    }

    #main .sec02 .photoUl li {
        margin: 0 0 105px;
        width: auto;
        float: none !important;
    }
    
    #main .sec02 .photoUl li img {
        width: 100%;
    }
    
    #main .sec02 .photoUl li:last-child {
        margin-bottom: 0;
    }

    #main .sec02 .photoUl li .bgTxt {
        margin-left: -78px;
        padding: 30px 10px 16px;
        width: 155px;
        top: -75px;
    }

    #main .sec02 .photoUl li .bgTxt .ttl {
        margin-bottom: 17px;
        font-size: 1rem;
        line-height: 1.43;
        font-weight: 400;
    }

    #main .sec02 .photoUl li .bgTxt .large {
        min-height: 63px;
        font-size: 2.1rem;
    }

    #main .sec02 .photoUl li .bgTxt .large .sml {
        font-size: 1.8rem;
    }

    #main .sec02 .photoUl li .txt {
        margin-left: 0;
        padding: 0 5px;
        position: absolute;
        bottom: 13px;
        line-height: 1.85;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #main .sec03 {
        padding-bottom: 50px;
        border-bottom: 5px solid #21292C;
    }
    
    #main .sec03 .headLine01 .inner {
        padding: 8px 10px;
        min-width: 229px;
    }
    
    #main .sec03 .headLine01 .inner .txt {
        margin-right: 26px;
    }

    #main .sec03 .ttl {
        margin-bottom: 20px;
        font-size: 2.5rem;
        letter-spacing: 0;
        line-height: 1.44;
    }

    #main .sec03 .pho {
        padding: 0 46px;
    }

    #main .sec04 {
        padding: 20px 30px 54px;
        border-bottom-width: 5px;
    }
    
    #main .sec04 .headLine01 {
        margin-bottom: 22px;
    }
    
    #main .sec04 .headLine01 .inner {
        padding: 8px 10px;
        min-width: 217px;
    }
    
    #main .sec04 .headLine01 .inner .txt {
        margin-right: 26px;
    }

    #main .sec04 .txtBox {
        margin: 0 0 35px;
        width: auto;
    }

    #main .sec04 .txtBox p {
        margin-bottom: 6px;
        line-height: 1.85;
    }

    #main .sec04 .txtBox .sTtl {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    #main .sec04 .txtBox .ttl {
        font-size: 2.5rem;
        letter-spacing: -1.2px;
    }
    
    #main .sec04 .txtBox .ttl .txt {
        margin-top: 6px;
    }

    #main .sec04 .txtBox .ttl .txt .yellow {
        font-size: 3rem;
        letter-spacing: -1.2px;
    }
    
    #main .comGrayBox01 {
        padding: 14px 10px 28px;
    }
}

@media all and (max-width: 374px) {
    #main .sec02 .subBox .photoUl {
        margin: 0 30px;
    }
    
    #main .sec02 .comBgBox {
        padding: 18px 20px;
    }
    
    #main .sec04 {
        padding: 20px 20px 50px;
    }
    
    #main .sec04 .txtBox .ttl {
        font-size: 2.2rem;
    }
    
    #main .sec04 .txtBox .ttl .txt .yellow {
        font-size: 2.6rem;
    }
}