@charset "UTF-8";
/*----------------------------------------------------
	Concept
----------------------------------------------------*/

/* Sec01
---------------------------*/
#sec01{
    padding-bottom: 3rem;
}
#sec01 h3{
    font-size: 72px;
    text-align: center;
    color: #1d2087;
    margin-bottom: 3rem;
}
#sec01 .item_img {
    text-align: center;
    margin-bottom: 3rem;
}
#sec01 .item_img img{
    width: 790px;
    max-width: 100%;
}
#sec01 h4{
    font-size: 48px;
    text-align: center;
    color: #1d2087;
    margin-bottom: 3rem;
}
#sec01 p{
    text-align: center;
    line-height: 2.8;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec01{
        padding-bottom: 2rem;
    }
    #sec01 h3{
        font-size: 56px;
    }
    #sec01 .item_img img{
        width: 90%;
    }
    #sec01 h4{
        font-size: 36px;
    }
    #sec01 p{
        line-height: 1.8;
    }
}
@media screen and (max-width:767px) {
    #sec01{
        padding-bottom: 2rem;
    }
    #sec01 .item_img {
        margin-bottom: 2rem;
    }
    #sec01 h3{
        font-size: 36px;
        margin-bottom: 2rem;
    }
    #sec01 h4{
        font-size: 24px;
        margin-bottom: 2rem;
    }
    #sec01 p{
        text-align: left;
        line-height: 1.8;
    }
}

/* Sec02
---------------------------*/
#sec02{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#sec02 h4{
    font-size: 36px;
    color: #1d2087;
    text-align: center;
    margin-bottom: 3rem;
}
#sec02 .item_img{
    text-align: center;
    margin-bottom: 1rem;
}
#sec02 .item_img img{
    width: 90%;
}
#sec02 p{
    text-align: center;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec02{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #sec02 h4{
        font-size: 28px;
    }
}
@media screen and (max-width:767px) {
    #sec02{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    #sec02 h4{
        font-size: 24px;
    }
    #sec02 p{
        font-size: 18px;
        margin-bottom: 2rem;
    }
}

/* Sec03
---------------------------*/
#sec03{
    padding-top: 4rem;
    padding-bottom: 1rem;
}
#sec03 .ttl_sub_01{
    margin-bottom: 1rem;
}
#sec03 .cont01 {
    margin-bottom: 3rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec03{
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    #sec03 h3{
        margin-bottom: 3rem;
    }
    #sec03 .ttl_sub_01 span {
        font-size: 22px;
    }
    #sec03 .cont01 {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width:767px) {
    #sec03{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #sec03 .cont01 {
        margin-bottom: 2rem;
    }
}

/* Sec04
---------------------------*/
#sec04{
    padding-top: 4rem;
    padding-bottom: 3rem;
}
#sec04 .cont01{
    margin-bottom: 2rem;
    background-color: rgba(255,255,255,0.80);
    padding: 2rem 1rem 2rem .4rem;
}
#sec04 .item_img {
    margin-top: -1rem;
}
#sec04 dl dt{
    color: #1d2087;
    margin-bottom: .4rem;
}
#sec04 dl dd{
    background-color: #fff;
    padding: .6rem;
    margin-bottom: 1rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec04{
        padding-bottom: 2rem;
    }
    #sec04 .cont01{
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width:767px) {
    #sec04{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    #sec04 .cont01{
        padding: 3rem 1rem 2rem .4rem;
    }
    #sec04 .item_img {
        margin-bottom: 1rem;
    }
    #sec04 dl dt{
        margin-bottom: .6rem;
    }
}

/* Sec05
---------------------------*/
#sec05{
    padding-top: 4rem;
    padding-bottom: 5rem;
}
#sec05 .ttl_sub_01 {
    margin-bottom: 1rem;
}
#sec05 ul {
    margin-bottom: 1rem;
}
#sec05 .item_arrow {
    text-align: center;
    margin: 3rem 0;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec05{
        padding-bottom: 3rem;
    }
    #sec05 .item_arrow {
        margin: 2rem 0;
    }
}
@media screen and (max-width:767px) {
    #sec05{
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #sec05 ul li{
        font-size: 14px;
    }
    #sec05 .item_arrow {
        margin: 2rem 0 1rem;
    }
    #sec05 .item_arrow img{
        width: 50%;
    }
}