/*----------------------------------------------------------
main_box
----------------------------------------------------------*/
.main_box{
    background: url(../img/main_bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    display: block;
}
.main_box .inner{
    position: relative;
}
.main_box .ttl-box{
    line-height: 1.5;
    text-align: left;
    position: relative;
    margin-top: 15px; 
    color: #FFFFFF;   
}
.main_box .ttl{
    width: fit-content;
    margin-bottom: 20px;
    font-size: 4.2rem;
    position: relative;
}
.main_box .ttl::after{
    display: block;
    content: "";
    width: 240px;
    height: 130px;
    background: url(../img/main_products.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right:-250px;
}
.main_box p {
    line-height: 1.8;
    margin-bottom: 24px;
} 
.main_box .btn-list{
    display: flex;
    gap:30px
}
.main_box .btn-list > li{
    width:50%;
    max-width: 350px;
}
.main_box .btn{
    width: 100%;
}
@media screen and (max-width: 1280px) {
    .main_box{
        background-position: 35% 0;
    }
    .main_box .ttl{
        font-size: 3.8rem;
    } 
}
@media screen and (max-width: 768.9px) {
    .main_box{
        height:550px;
        padding: 25px 0;
        background: url(../img/main_bg_sp.jpg);
        background-position: 50% 80%;
        position: relative;
    }
    .main_box::before{
        display: block;
        content: "";
        width: 100%;
        height: 80%;
        position: absolute;
        top:0;
        left:0;
        background:linear-gradient(180deg, rgba(63, 21, 0, 1) 40%,rgba(63, 21, 0, 0.5) 80%, rgba(63, 21, 0, 0) 100%);
    }
    .main_box .ttl-box{
        z-index: 1;
    }
    .main_box .ttl{
        font-size: 2.4rem;
        line-height: 1.5;
    }  
    .main_box .ttl::after{
       display: none;
    }
    .main_box .ttl-box p {
        position: relative;
    }
    .main_box .ttl-box p::after{
        display: block;
        content: "";
        width: 250px;
        height: 140px;
        background: url(../img/main_products.png)no-repeat;
        background-size: contain;
        position: absolute;
        top: 100px;
        left:50%;
        transform: translateX(-50%);

    }
    .main_box .btn-list{
        display: none;
    }
}
@media screen and (max-width: 450px) {
     .main_box .ttl-box{
        text-align: left;
    }
    .main_box .logo-box{
        justify-content:flex-start;
    }

}
/*----------------------------------------------------------
#sec01
----------------------------------------------------------*/
#sec01 .fl-box{
    align-items: center;
    gap:70px;
}
#sec01 .fl-box .img-box{
    flex-basis: 480px;
}
#sec01 .arrow-caption{
    text-align: center;
}
#sec01 .arrow-caption .img-arrow{
    width:130px;
    margin:30px auto 30px;
}
#sec01 .arrow-caption .caption{
    font-size: 2.4rem;
    line-height: 1.6;
}
@media screen and (max-width: 768.9px) {
    #sec01 .fl-box{
        gap: 25px;
    }
    #sec01 .fl-box .img-box{
        flex-basis: 100%;
    }
    #sec01 .arrow-caption .img-arrow{
        width:100px;
        margin:20px auto 20px;
    }
    #sec01 .arrow-caption .caption{
        font-size: 2.0rem;
    }
}
/*----------------------------------------------------------
#sec02
----------------------------------------------------------*/
#sec02 .link{
    margin-top: 20px;
}
#sec02 .sec-inner{
    background: #FFFFFF;
    border: 1px solid #f1f1f1;
    padding: 40px 45px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}
#sec02 .sec-inner + .sec-inner{
    margin-top:50px;
}
@media screen and (max-width: 768.9px) {
    #sec02 .sec-inner{
        padding: 32px 24px;
    }
    #sec02 .sec-inner + .sec-inner{
        margin-top:30px;
    }    
}
/*----------------------------------------------------------
#sec03
----------------------------------------------------------*/
#sec03 .fl-box{
    align-items: flex-start;
    gap:70px;
}
#sec03 .fl-box01 + .fl-box01{
    margin-top: 40px;
}
#sec03 .fl-box01 .img-box{
    flex-basis: 480px;
}
#sec03 .sec-inner_box{
    border: 4px solid #f1f1f1;
    padding: 25px 30px;
}
#sec03 .sec-inner_box + .sec-inner_box{
    margin-top: 30px;
}
#sec03 .fl-box02{
    gap:30px;
    flex-direction: column;
    max-width: 960px;
    margin:auto;
}
#sec03 .fl-box03{
    gap:30px;
    width: 100%;
    border: 4px solid #f1f1f1;
    padding: 20px 20px;
}
#sec03 .fl-box03 .img-box{
    width: 300px;
    text-align: center;
}
#sec03 .fl-box03 .img-box img{
    max-width: 170px;
}
#sec03 .fl-box03:nth-of-type(3) .img-box img{
    max-width: 120px;
} 
#sec03 .fl-box03:nth-of-type(4) .img-box img{
    max-width:100%;
} 
#sec03 .fl-box03 .txt-ttl{
    color:#ea002a;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
#sec03 .fl-box03 .point-list .external-link .icon{
    vertical-align: baseline;
}
#sec03 .fl-box03 .point-list .external-link:hover{
    text-decoration: underline;
}
@media screen and (max-width: 768.9px) {
    #sec03 .fl-box{
        gap:30px;
    }
    #sec03 .fl-box01 .img-box{
        flex-basis:inherit;
    }
    #sec03 .fl-box02{
        flex-direction: column;
    }
    #sec03 .fl-box03{
        width:100%;
    }
    #sec03 .fl-box03 .img-box{
        max-width: 250px;
        margin: auto;
    }
    #sec03 .fl-box03:nth-of-type(4) .img-box{
        max-width: 100%;
        width: 100%;
    }
    #sec03 .fl-box03 .txt-ttl{
        font-size: 1.6rem;
    }
}
/*----------------------------------------------------------
#sec04
----------------------------------------------------------*/
#sec04 .fl-box{
    align-items: center;
    gap:70px;
}
#sec04 .fl-box01 .img-box{
    flex-basis: 480px;
}
@media screen and (max-width: 768.9px) {
    #sec04 .fl-box{
        gap:30px;
    }
    #sec04 .fl-box .img-box{
        flex-basis:inherit;
    }

}

/*----------------------------------------------------------
#sec05
----------------------------------------------------------*/

#sec05 .txt-box{
    margin-bottom: 30px;
}
