/* =========================================
   content01 (代表あいさつ)
   ========================================= */
.content01 {
    padding: 80px 0;
}

.content01 .r__txt {
    margin: 40px 0 16px;
}

.daihyoname {
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: right;
}


/* =========================================
   content02 (当社の強み)
   ========================================= */
.content02 {}

.content02 .h2__ttl, .content02 .h2__ttl__e, .content02__r__txt {
    color: #fff;
    border-color: #fff;
}

.content02__r__txt {
    margin: 32px 0;
    font-weight: 400;
}

.content02__inner {
    padding: 80px 23px;

}

.content02__content__wrap {}

.content02__content {}

.content02__content__wrap .content02__content:not(:last-child) {
    margin-bottom: 24px;
}

.content02__content__top {
    background-color: #fff;
    width: 64px;
    height: 55px;
    margin: 0 auto;
    border-radius: 46px 46px 0 0;
    position: relative;
}

.content02__content__top::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #1C5E8C;
    border-radius: 100px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;

}

.content02__content__box {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px 20px 24px;

}

.content02__content__box__en__ttl {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;

    color: #036EB8;


}

.content02__content__box__ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;

    /* text-color */
    color: #2F2F2F;
    margin-top: 8px;
    margin-bottom: 24px;

}


/* =========================================
   content03 (会社概要)
   ========================================= */
.content03 {
    padding: 80px 0 56px;
}

.content03__list {
    margin-top: 40px;
}

.content03__list>li {
    display: flex;
    padding: 24px 0;
    border-top: #C0C0C0 1px solid;
    position: relative;
}

.content03__list__l {
    min-width: 112px;
    padding: 0 16px;

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    color: #2F2F2F;


    /* オートレイアウト内部 */
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.content03__list>li::before {
    content: "";
    left: 0;
    background-color: #036EB8;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    width: 112px;
}

.content03__list__r {
    padding: 0 16px;
    width: calc(100% - 112px);
    line-height: 26px;

}

@media screen and (min-width: 768px) {

    /* =========================================
   content01 (代表あいさつ)
   ========================================= */
    .content01 {
        max-width: 680px;
        margin: 0 auto;
        padding: 64px 0;
    }

    .content01 .r__txt {
        margin: 29px 0 24px;
    }

    .daihyoname {
        font-family: "Homemade Apple", cursive;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        text-align: right;
    }


    /* =========================================
   content02 (当社の強み)
   ========================================= */
    .content02 {}

    .content02 .h2__ttl, .content02 .h2__ttl__e, .content02__r__txt {
        color: #fff;
        border-color: #fff;
    }

    .content02__r__txt {
        margin: 32px auto;
        font-weight: 400;
        max-width: 680px;
    }

    .content02__inner {
        max-width: 1032px;
        margin: 0 auto;
        padding: 64px 23px;

    }

    .content02__content__wrap {
        display: flex;
        justify-content: center;
        gap: 24px;
        align-items: stretch
    }

    .content02__content {
        width: calc(100%/3);
    }

    .content02__content__wrap .content02__content:not(:last-child) {
        margin-bottom: 0;
    }

    .content02__content__top {
        background-color: #fff;
        width: 64px;
        height: 64px;
        margin: 0 auto;
        border-radius: 46px 46px 0 0;
        position: relative;
    }

    .content02__content__top::before {
        content: "";
        width: 24px;
        height: 24px;
        background-color: #1C5E8C;
        border-radius: 100px;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;

    }

    .content02__content__box {
        background-color: #fff;
        border-radius: 16px;
        padding: 32px 20px 24px;
        display: flex;
        flex-direction: column;
        height: calc(100% - 64px);
    }

    .content02__content__box__en__ttl {
        font-family: 'Oswald';
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        text-align: center;

        color: #036EB8;


    }

    .content02__content__box__ttl {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;

        /* text-color */
        color: #2F2F2F;
        margin-top: 8px;
        margin-bottom: 24px;

    }


    /* =========================================
   content03 (会社概要)
   ========================================= */
    .content03 {
        padding: 80px 0 112px;
    }

    .content03__list {
        margin: 0 auto;
        max-width: 680px;
        margin-top: 64px;
    }

    .content03__list>li {
        display: flex;
        padding: 24px 0;
        border-top: #C0C0C0 1px solid;
        position: relative;
    }

    .content03__list__l {
        min-width: 112px;
        padding: 0 16px;

        font-weight: 700;
        font-size: 16px;
        line-height: 24px;

        color: #2F2F2F;


        /* オートレイアウト内部 */
        flex: none;
        order: 0;
        flex-grow: 0;
        position: relative;
        display: flex;
        align-items: center;
    }

    .content03__list>li::before {
        content: "";
        left: 0;
        background-color: #036EB8;
        height: 2px;
        width: 100%;
        position: absolute;
        top: -2px;
        width: 112px;
    }

    .content03__list__r {
        padding: 0 16px;
        width: calc(100% - 112px);
        line-height: 26px;

    }
}