@charset "UTF-8";

p {
    margin: 0 0 0 0;
}

.mm_green {
    color: #34ada8;
}

.sec_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.util-ttl {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
}

article .section-inner {
    max-width: 780px;
    padding-left: 0;
}

#scrollUp img {
    width: 65%;
}

@media only screen and (max-width: 1030px) {
    article .section-inner {
        padding: 0 16px;
    }
}

@media screen and (max-width: 767px){
    .util-ttl {
        font-size: 5.5vw;
    }

    .sec_flex {
        flex-direction: column;
    }

    #top-catch h1 {
        width: auto;
    }
}

/* sec01 */

.sec01 {
    background: #fff;
}

.top-img::before {
    background-size: 102%;
}

.sec01_img,
.sec01_txt {
    width: 48%;
}

.sec01_txt {
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px){
    .top-img::before {
        background-size: cover;
    }

    .sec01_img,
    .sec01_txt {
        width: 100%;
    }

    .sec01_img {
        margin-bottom: 16px;
    }

    .sec01_txt {
        margin-bottom: 16px;
    }
}

/* sec02 */

.sec02_table {
    width: 100%;
    table-layout: fixed;
}

.sec02_table_item th,
.sec02_table_item td {
    text-align: center;
}

.sec02_table_01 {
    background-color: #d6efee;
    border-bottom: 1px solid #b3b3b3;
}

/* sc03 */

.sec03 {
    background: #fff;
}

.sec03_img,
.sec03_txt {
    width: 48%;
}

.sec03_txt {
    letter-spacing: -0.05em;
}

@media screen and (max-width: 767px){
    .sec03_img,
    .sec03_txt {
        width: 100%;
    }

    .sec03_txt {
        margin-bottom: 16px;
    }
}

/* sec04 */

.sec04-contents {
    margin-bottom: 48px;
    padding: 24px 0;
    background: #fff;
}

.sec04-items {
    max-width: 500px;
    margin: 0 auto;
}

.sec04_img {
    margin-bottom: 16px;
}

.sec04-triangle {
    margin-bottom: 16px;
}
.sec04-triangle img {
    width: 4%;
}

.sec04_txt {
    text-align: center;
}

@media screen and (max-width: 767px){
    .sec04-contents {
        padding: 16px;
    }
    .sec04-triangle img {
        width: 6%;
    }
    .sec04_txt {
        text-align: start;
    }
    .sec04-contents:nth-child(4) .sec04_txt {
        letter-spacing: 0.1em;
    }
}