@charset "UTF-8";


.br_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .br_sp {
        display: inline;
    }

    .br_pc {
        display: none;
    }
}


.marker {
    background: linear-gradient(transparent 70%, #ff0 0%);
}

h2 {
    font-size: 48px;
    color: #333;
    line-height: 1.3em;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 7vw;
    }
}

/*========================================

  main

========================================*/

#hero {
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    box-sizing: border-box;
    background-image: url(../img/hero_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #hero {
        padding-top: 8vw;
        padding-bottom: 8vw;
        background-image: url(../img/hero_bg_sp.jpg);
        background-repeat: no-repeat;
    }

    #hero img {
        width: 90vw;
    }
}


#section_1 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

#section_1 .chara {
    position: absolute;
    top: 80px;
    left: calc(50vw - 530px);
}

@media screen and (max-width: 767px) {
    #section_1 {
        padding-top: 2vw;
        padding-bottom: 8vw;
    }

    #section_1 .chara {
        width: 25vw;
        top: 40vw;
        left: 70vw;
    }

    #section_1 .box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    #section_1 .box img {
        width: 40vw;
    }

    #section_1 .box .txt2 {
        order: 1;
    }
}


#section_2 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #ecf7f9;
    text-align: center;
    position: relative;
    background-image: url(../img/02_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#section_2 .box {
    position: relative;
    text-align: left;
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}

#section_2 .box img {
    position: absolute;
    top: -18px;
    left: -70px;
}

#section_2 .box h3 {
    font-size: 32px;
    color: #333;
    font-weight: 800;
}

#section_2 .box p {
    font-size: 18px;
}

#section_2 .chara {
    position: absolute;
    top: 170px;
    left: calc(50vw + 250px);
}

@media screen and (max-width: 767px) {
    #section_2 {
        padding-top: 4vw;
        padding-bottom: 54vw;
        background-size: 120vw auto;
    }

    #section_2 .box {
        width: 75vw;
        margin-left: 18vw;
        margin-top: 6vw;
    }

    #section_2 .box img {
        width: 10vw;
        top: -3vw;
        left: -12vw;
    }

    #section_2 .box h3 {
        font-size: 5.5vw;
        line-height: 1.3em;
    }

    #section_2 .box p {
        font-size: 3.2vw;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    #section_2 .chara {
        width: 24vw;
        top: auto;
        bottom: 27vw;
        left: 30vw;
    }
}


#section_3 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#section_3 img {
    margin-top: 40px;
}

#section_3 h3 {
    font-size: 32px;
    color: #333;
    font-weight: 800;
    line-height: 1.5em;
}

#section_3 p {
    font-size: 15px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #section_3 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    #section_3 img {
        margin-top: 8vw;
        width: 77vw;
    }

    #section_3 h3 {
        font-size: 4vw;
        margin-top: 8vw;
    }

    #section_3 p {
        font-size: 2.5vw;
        margin-top: 3vw;
    }
}


#section_4 {
    padding-top: 50px;
    background-color: #ecf7f9;
    text-align: center;
}

#section_4 .box {
    width: 1140px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

#section_4 .box .item {
    width: 340px;
}

#section_4 .box .item img {
    border-radius: 10px;
}

#section_4 .box .item p {
    font-size: 24px;
    color: #333;
    font-weight: 800;
    margin-top: 10px;
}

#section_4 .atten {
    font-size: 15px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

#section_4 .box2 {
    background-color: #fff;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 40px;
}

#section_4 .box2 a {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    background-color: #eb6d33;
    padding: 30px 100px 30px 70px;
    border-radius: 60px;
    position: relative;
}

#section_4 .box2 a:hover {
    opacity: 0.7;
}

#section_4 .box2 a::after {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    transform: rotate(45deg);
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 48px;
    right: 80px;
}

@media screen and (max-width: 767px) {
    #section_4 {
        padding-top: 8vw;
    }

    #section_4 .box {
        width: 66vw;
        margin-top: 9vw;
        flex-wrap: wrap;
        row-gap: 7vw;
    }

    #section_4 .box .item {
        width: 76vw;
    }

    #section_4 .box .item img {
        border-radius: 2vw;
    }

    #section_4 .box .item p {
        font-size: 5vw;
        margin-top: 3vw;
    }

    #section_4 .atten {
        font-size: 2.5vw;
        width: 90vw;
        margin-top: 6vw;
    }

    #section_4 .box2 {
        margin-top: 5vw;
        padding-top: 18vw;
        padding-bottom: 10vw;
    }

    #section_4 .box2 a {
        font-size: 6vw;
        padding: 5vw 20vw 5vw 12vw;
        border-radius: 50vw;
    }

    #section_4 .box2 a::after {
        content: "";
        display: inline-block;
        width: 0.4em;
        height: 0.4em;
        transform: rotate(45deg);
        border-top: solid 0.5vw #fff;
        border-right: solid 0.5vw #fff;
        position: absolute;
        top: 8.5vw;
        right: 15vw;
    }
}