@charset "utf-8";

.content-title {
    font-size: 2.0rem;
    font-weight: 500;
    border-bottom: 5px solid ;
    border-image: linear-gradient(to right,rgba(44,179,255,100%),rgba(99,224,209,100%));
    border-image-slice: 1;
    padding: 0 0 21px 13px;
}
.content-text {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0 50px 0 13px;
}
.summary-bg-w {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 23px 37px 23px 31px;
}
.summary-text {
    margin-top: 20px;
    line-height: 1.5;
}
.bold {
    font-weight: bold;
}

.main-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.container {
    padding: 0 50px;
}
h1 {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    background-image: url(../images/dot.png);
    padding: 47px 0;
}
.text {
    font-size: 1.25rem;
    text-align: center;
    background-color: #FFFC86;
    padding: 38px 0;
    margin: 59px 0 125px;
}
.point-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.point-list .point-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    position: relative;
}
.point-list .point-item:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: -20px;
    width: 1px;
    height: 170px;
    background-color: #000000;
}
.point-list .point-item .number {
    font-size: 2.0rem;
    font-weight: bold;
    width: 90px;
    height: 90px;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    object-fit: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -55px;
    left: -10px;
}
.point-list .point-item img {
    display: block;
    width: 90%;
    height: 60%;
    object-fit: cover;
}
.point-text {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 23px;
}
.content-wrapper {
    margin-top: 137px
}
.content-wrapper .content-group {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.content-wrapper .content:nth-child(2) {
    margin-top: 91px;
}

.summary {
    font-size: 1.25rem;
    background-image: url(../images/dot.png);
    padding: 42px 50px;
    margin-top: 71px;
}

/* about */

.about h2 {
    font-size: 2.25rem;
    text-align: center;
    margin-top: 91px;
}

/* content-1 */

.about .about-content-1 {
    display: flex;
    margin-top: 126px;
}
.about .about-text {
    font-size: 1.25rem;
    line-height: 1.5;
}
.about .about-text:nth-child(1) {
    margin-bottom: 20px;
}
.about .about-content-1 img {
    margin-left: 53px;
}

/* content-2 */

.about .about-content-2 {
    margin: 45px 0 106px;
}
.about .about-content-2 .content-text {
    padding-left: 45px;
    margin-top: 16px;
}
.about .about-content-2 .about-content-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 31px auto 0;
}
.about .about-content-2 .about-content-group .inner-text {
    font-size: 1.5rem;
    font-weight: 500;
}
.about .about-content-2 .about-content-group .inner-text:nth-child(1) {
    margin: 63px 0 100px;
}
.about .about-content-2 .about-content-group .inner-text:nth-child(2) {
    margin-bottom: 47px;
}
.about .about-content-2 .about-content-group .innerwrapper {
    width: 35%;
}
.about .about-img-group {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 82px;
}
.about .about-img-group img {
    width: 45%;
}

/* content-3 */

.about .about-content-3 {
    margin-bottom: 100px;
}
.about .about-content-3 .content-text-2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 16px 0 45px 129px;
}
.about .about-content-3 .example-img-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.about .about-content-3 .example-img-group .ex-img {
    width: 45%;
}
.about .about-content-3 .example-img-group .ex-img:nth-child(n + 3) {
    margin-top: 65px;
}
.about .about-content-3 .example-img-group .ex-img-1 {
    width: 100%;
}

/* content-4 */

.about .about-content-4 .content-title.content-title-sp {
    display: none;
}
.about .about-content-4 .ability {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.about .about-content-4 .summary-bg-w {
    padding: 45px 36px 54px 33px;
}


@media screen and (max-width:768px) {
    /* メイン */

    /* 共通 */

    .content-title {
        font-size: 1.0rem;
        padding: 0 0 10px 2px;
    }
    .content-text {
        font-size: 0.875rem;
        padding: 21px 0 0;
    }
    .summary-bg-w {
        padding: 16px 16px 20px 19px;
    }
    .summary-text {
        margin-top: 20px;
        line-height: 1.5;
    }
    .bold {
        font-weight: bold;
    }

    /*  */

    .main-wrapper {
        width: 100%;
    }
    .container {
        padding: 0 30px;
    }
    h1 {
        font-size: 1.5rem;
    }
    .text {
        font-size: 0.875rem;
        text-align: left;
        background-color: #ffffff;
        padding: 0;
        margin: 17px 30px 114px;
    }
    .point-list {
        display: block;
    }
    .point-list .point-item {
        width: 100%;
        margin-bottom: 70px;
    }
    .point-list .point-item:nth-child(n + 2)::before {
        display: none;
    }
    .point-list .point-item img {
        width: 100%;
        height: 100%;
    }
    .point-list .point-item .point-text {
        font-size: 1.25rem;
    }
    .content-wrapper {
        margin-top: 0px
    }
    .content-wrapper .content-group {
        display: flex;
        flex-direction: column-reverse;
    }
    .content-wrapper .content:nth-child(2) {
        margin-top: 68px;
    }

    .summary {
        font-size: 0.875rem;
        padding: 35px 12px 28px 13px;
    }

    /* about */

    .about h2 {
        font-size: 1.5rem;
        margin-top: 37px;
    }

    /* content-1 */

    .about .about-content-1 {
        display: block;
        margin-top: 42px;
    }
    .about .about-text {
        font-size: 0.875rem;
    }
    .about .about-content-1 img {
        display: block;
        width: 100%;
        margin: 30px auto 0;
    }

    /* content-2 */

    .about .about-content-2 {
        margin: 45px 0 50px;
    }
    .about .about-content-2 .content-text {
        padding: 12px 0 0 0;
        margin-top: 0;
    }
    .about .about-content-2 .about-content-group {
        margin: 24px auto 0;
    }
    .about .about-content-2 .about-content-group .inner-text {
        font-size: 0.875rem;
    }
    .about .about-content-2 .about-content-group .inner-text:nth-child(1) {
        margin: 0 0 100px;
    }
    .about .about-content-2 .about-content-group .innerwrapper {
        width: 35%;
    }
    .about .about-content-2 .about-content-group > img {
        width: 40%;
    }
    .about .about-img-group {
        flex-direction: column;
        margin-top: 27px;
    }
    .about .about-img-group > img {
        width: 100%;
    }
    .about .about-img-group > img:nth-child(1) {
        margin-bottom: 43px;
    }

    /* content-3 */

    .about .about-content-3 {
        margin: 62px 0 50px;
    }
    .about .about-content-3 .content-text-2 {
        font-size: 0.875rem;
        margin: 13px 0 0 0 ;
    }
    .about .about-content-3 .example-img-group {
        display: block;
    }
    .about .about-content-3 .example-img-group::after {
        width: 100%;
        height: auto;
        bottom: -311px;
        right: 8px;
    }
    .about .about-content-3 .example-img-group .ex-img {
        width: 100%;
        margin-top: 50px;
    }
    .about .about-content-3 .example-img-group .ex-img:nth-child(n + 3) {
        margin-top: 35px;
    }

    /* content-4 */

    .about .about-content-4 .summary {
        margin-top: 30px;
    }
    .about .about-content-4 .ability {
        display: block;
        margin-bottom: 35px;
    }
    .about .about-content-4 .ability > img {
        width: 100%;
    }
    .about .about-content-4 .summary-bg-w {
        padding: 13px 20px 21px 9px;
    }
}