@charset "utf-8";
/* CSS Document */

.bus_title01{
    font-size: 42px;
    line-height: 166%;
    font-weight: bold;
    text-align: center;
    color: #009FE8
}

#sec_spe01 .bus_title01{
    margin-top: 105px;
}

#sec_spe01 .txt{
    font-size: 18px;
    line-height: 200%;
    color: #231815;
    text-align: center;
    max-width: 940px;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
    margin-top: 35px;
}

#sec_spe01 .img{
    text-align: center;
    margin-top: 70px;
    width: 100%;
}

#sec_spe01 .note{
    font-size: 28px;
    line-height: 171%;
    color: #009FE8;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 185px;
}

#sec_spe01 .content_sp{
    width: 100%;
    display: none;
}

#sec_spe01 .content_sp .titlesp01{
    font-size: 22px;
    line-height: 171%;
    color: #009FE8;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

#sec_spe01 .content_sp .titlesp02{
    font-size: 18px;
    line-height: 171%;
    color: #009FE8;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

#sec_spe01 .content_sp .titlesp02 span{
    font-size: 14px;
}

#sec_spe01 .content_sp img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.bus_title02{
    font-size: 24px;
    line-height: 160%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4B4B4B;
    min-height: 60px;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
}

@media all and (-ms-high-contrast:none) {
    .bus_title02{
        height: 60px;
        padding-top:10px;
    }
}

#sec_spe02 .txt{
    font-weight: bold;
    font-size: 28px;
    line-height: 158%;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 60px;
}

#sec_spe02 .div_all_item{
    display: flex;
    justify-content:center;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto 170px;
}

#sec_spe02 .div_all_item .div_item{
    width: 24.333%;
    margin-right: 0.889%;
    background-color: #009FE8;
    min-height: 280px;
    margin-bottom: 10px;
    padding: 30px 25px 20px;
}

#sec_spe02 .div_all_item .div_item:nth-child(2n){
    background-color: rgba(0, 159, 232, 0.8);
}

#sec_spe02 .div_all_item .div_item:nth-child(4n){
    margin-right: 0;
}

#sec_spe02 .div_all_item .div_item .title{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

#sec_spe02 .div_all_item .div_item.item_spec .title{
    padding-top: 20px;
    margin-bottom: 11px;
}

#sec_spe02 .div_all_item .div_item .title::before{
    content: "";
    height: 1px;
    width: 40px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#sec_spe02 .div_all_item .div_item .text{
    font-size: 16px;
    line-height: 175%;
    color: #FFFFFF;
    font-weight: bold;
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -100px;
    width: 100%;
    visibility: hidden;
}

#sec_spe03 .div_all_item{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

#sec_spe03 .div_all_item .div_item{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 60px;
}

#sec_spe03 .div_all_item .div_item .img{
    width: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sec_spe03 .div_all_item .div_item:nth-child(2n){
    justify-content:flex-end;
}

#sec_spe03 .div_all_item .div_item:nth-child(2n) .img{
    order:2;
}

#sec_spe03 .div_all_item .div_item .text{
    width: 56%;
    margin-left: 4%;
}

#sec_spe03 .div_all_item .div_item:nth-child(2n) .text{
    margin-right: 4%;
    margin-left: 0;
}

#sec_spe03 .div_all_item .div_item .text .title{
    font-size: 46px;
    line-height: 120%;
    font-weight: bold;
    color: #009FE8;
    margin-bottom: 25px;
    width: 100%;
}

#sec_spe03 .div_all_item .div_item:nth-child(2n) .text .title{
    margin-left: auto;
}

#sec_spe03 .div_all_item .div_item .text .txt{
    font-size: 16px;
    line-height: 200%;
    width: 100%;
    letter-spacing:-0.5px;
}

#sec_spe03 .div_all_item .div_item:nth-child(2n) .text .txt{
    margin-left: auto;
}

@media screen and (max-width:960px) {
    #sec_spe01 .txt{
        font-size: 15px;
    }
    #sec_spe03 .div_all_item .div_item .text{
        padding-right: 10px;
    }
    #sec_spe03 .div_all_item .div_item:nth-child(2n) .text{
        padding-right: 0;
        padding-left: 10px;
    }
    #sec_spe02 .txt{
        font-size: 3.542vw;
        margin-top: 9.375vw;
        margin-bottom: 6.250vw;
    }
    #sec_spe03 .div_all_item .div_item .text .title{
        font-size: 4.792vw;
    }
}
@media screen and (max-width:767px) {
    #sec_spe02 .txt br, #sec_spe01 .txt br, #sec_spe01 .note br{
        display: none;
    }
    #sec_spe01 .bus_title01 {
        margin-top: 13.690vw;
        font-size: 5.476vw;
    }
    #sec_spe01 .txt {
        font-size: 2.608vw;
        margin-top: 4.563vw;
    }
    #sec_spe01 .note {
        font-size: 3.651vw;
        margin-top: 9.126vw;
        margin-bottom: 24.120vw;
    }
    .bus_title02 {
        font-size: 3.129vw;
    }
    #sec_spe02 .txt {
        font-size: 4.033vw;
        margin-top: 11.734vw;
        margin-bottom: 7.823vw;
    }

    #sec_spe02 .div_all_item .div_item {
        width: 48%;
        margin-right: 4%;
        min-height: 36.506vw;
        padding: 2.608vw 4.563vw;
    }

    #sec_spe02 .div_all_item .div_item:nth-child(4n) {
        margin-right: 4%;
    }

    #sec_spe02 .div_all_item .div_item:nth-child(2n) {
        margin-right: 0%;
    }

    #sec_spe02 .div_all_item .div_item .title {
        font-size: 4.433vw;
        padding-top: 5.867vw;
        margin-bottom: 3.259vw;
    }

    #sec_spe02 .div_all_item .div_item .text {
        font-size: 2.086vw;
    }

    #sec_spe02 .div_all_item .div_item.item_spec .title {
        padding-top: 2.608vw;
        margin-bottom: 1.434vw;
    }

    #sec_spe02 .div_all_item {
        margin-bottom: 22.164vw;
    }

    #sec_spe03 .div_all_item{
        margin-bottom: 13.038vw;
    }

    #sec_spe03 .div_all_item .div_item .img {
        width: 100%;
        height: 52.151vw;
    }

    #sec_spe03 .div_all_item .div_item .text {
        width: 100%;
        margin-left: 0%;
    }

    #sec_spe03 .div_all_item .div_item:nth-child(2n) .text {
        margin-right: 0%;
        margin-left: 0;
    }

    #sec_spe03 .div_all_item .div_item .text .title {
        font-size: 5.997vw;
        margin-bottom: 3.259vw;
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
    }

    #sec_spe03 .div_all_item .div_item .text .txt {
        font-size: 2.086vw;
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    #sec_spe03 .div_all_item .div_item:nth-child(2n) .img {
        order: 0;
    }

    #sec_spe01 .img {
        margin-top: 9.126vw;
    }

}

@media screen and (max-width:580px) {
    #sec_spe01 .bus_title01 {
        margin-top: 40px;
        font-size: 22px;
    }

    #sec_spe01 .txt {
        font-size: 14px;
        margin-top: 20px;
    }

    #sec_spe01 .img {
        margin-top: 40px;
    }

    #sec_spe01 .note {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .bus_title02 {
        font-size: 18px;
        min-height: 45px;
    }
    @media all and (-ms-high-contrast:none) {
        .bus_title02{
            height: 45px;
            padding-top: 0px;
        }
    }

    #sec_spe02 .txt {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #sec_spe02 .div_all_item .div_item {
        width: 100%;
        margin-right: 0%;
        min-height: 270px;
        padding: 15px 20px;
        max-width:320px
    }

    #sec_spe02 .div_all_item .div_item .title {
        font-size: 28px;
        padding-top: 30px;
        margin-bottom: 15px;
    }

    #sec_spe02 .div_all_item .div_item .text {
        font-size: 14px;
    }

    #sec_spe02 .div_all_item .div_item.item_spec .title {
        padding-top: 15px;
        margin-bottom: 10px;
    }

    #sec_spe02 .div_all_item {
        margin-bottom: 60px;
    }

    #sec_spe03 .div_all_item{
        margin-bottom: 50px;
    }

    #sec_spe03 .div_all_item .div_item .img {
        height: 250px;
    }

    #sec_spe03 .div_all_item .div_item .text .title {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #sec_spe03 .div_all_item .div_item .text .txt {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:480px) {
    #sec_spe01 .img{
        display: none;
    }
    #sec_spe01 .content_sp{
        display: block;
    }
}