.under__mv {

    padding-top: 40px;
    margin: 0 -27px;
}

.under__mv__img {
    padding-right: 15px;
}

.under__mv__txtarea {
    margin: 30px 27px 80px;
}

.h__ttl {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.h__ttl__line {}

.top__ttl__pc__line {}

.under__mv__txtarea .h__ttl02 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.h__ttl02 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.h__ttl02__line {}

.common__txt {}

.under__mv__txt {}

.message {
    background-color: #fff;
    margin-right: -27px;
    border-radius: 20px 0 0 20px;
    filter: drop-shadow(0 0 12px #0000001e);
    padding: 20px;
}

.message__inner {}

.message__img {
    margin-bottom: 20px;
}

.message .common__txt {
    margin-top: 20px;
}

.about__ttl {
    font-size: 32px;
    font-family: "Anton", sans-serif;
    color: #119CAB;
    padding-left: 0;
    padding-right: 0;
}

.phisosophy {
    margin-top: 70px;
    background-color: #fff;

    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);


}

.phisosophy .about__ttl, .phisosophy .h__ttl02, .strengths .about__ttl, .strengths .h__ttl02 {
    text-align: center;

}

.phisosophy .about__ttl {
    line-height: calc(42/32);
}

.phisosophy__txt {
    line-height: 2;
    margin-top: 20px;
}

.phisosophy__txt>span {
    font-weight: 700;
}

.strengths {
    background-color: #28C3D4;
    color: white;
    padding: 86px 27px 90px;
    mix-blend-mode: multiply;
    margin: 0 -27px;


    clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
    clip-path: polygon(0% 0%,
            100% 40px,
            /* 右上の頂点を上から20pxの位置に */
            100% 100%,
            0% calc(100% - 40px)
            /* 左下の頂点を下から20pxの位置に */
        );
    margin-top: 80px;
}

.strengths .about__ttl {
    color: #fff;
}

.strengths .h__ttl__line {
    border-color: #fff;
}

.strengths .h__ttl02 {
    margin-bottom: 24px;
}

.strengths__item {

    border-radius: 20px;
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;

}


.strengths__item__num {
    color: #119CAB;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 14px;
}

.strengths__item__txtarea {
    color: black;
}

.strengths__item__ttl {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}

.strengths__item__txt {
    line-height: calc(24/16);
    margin-top: 10px;
}

.company {
    margin: 80px 0;
}

.company .about__ttl, .company .h__ttl02 {
    text-align: center;
}

.company__list {

    border-radius: 20px;
    background: #fff;
    margin-top: 40px;
    padding: 20px;

}

.company__list>li {
    display: flex;
    padding: 0 10px;
    font-size: 14px;


    line-height: calc(20/14);
}

.company__list>li:not(:last-child) {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.company__list__ttl {
    font-weight: 600;
    max-width: 70px;
    min-width: 70px;
    margin-right: 10px;

}

.company__list__txt {
    font-weight: 500;
}

.access {
    padding-bottom: 80px;
}

.access .about__ttl, .access .h__ttl02 {
    text-align: center;
}

.access__map {
    height: 320px;
    margin-top: 40px;

}

.access__map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .content__wrapper {
        overflow: hidden;
    }

    .under__mv {

        padding-top: 80px;
        margin: 0 -27px;
        display: flex;
        align-items: center;
        /*  overflow: hidden; */
        width: 100%;
    }

    .under__mv__img {
        padding-right: 0;
        display: block;
        width: calc((100% - 96px)*0.53);
        position: relative;
        margin-left: calc((100% - 100vw)/2);
        width: calc(((100% - 76px)*0.53) + (100vw - 100%)/2);
    }

    .under__mv__txtarea {
        margin: 0;
        margin-top: 0;
        width: calc((100% - 76px)*0.47);
        margin-left: 76px;
    }

    .h__ttl {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        padding: 0;
    }

    .under__mv .h__ttl__line, .message .h__ttl__line {
        border: none;
    }

    .top__ttl__pc__line {
        display: block;
        height: 2px;
        background-color: #28C3D4;
        width: 100vw;
        margin-left: calc((100% - 100vw)/2);
        /*   margin-left: calc(100% - 100vw + 100%); */
        /*  margin-left: calc((100% - 100vw)/2 - 100%); */
        /*  position: absolute; */
        margin-top: 20px;
    }

    .under__mv__txtarea .h__ttl02 {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 24px;
        margin-top: 10px;
    }

    .h__ttl02 {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .h__ttl02__line {}

    .common__txt {}

    .under__mv__txt {
        max-width: 360px;
    }

    .message {
        background-color: #fff;
        background-color: transparent;
        margin-right: -0;
        /* border-radius: 1000px 0 0 1000px; */
        filter: drop-shadow(0 0 12px #0000001e);

        margin: 100px auto 200px;
        max-width: calc(936px + (275px*2));
        position: relative;
        padding: 0;

    }

    .message__box__pc {
        height: 100%;
        background-color: #fff;
        border-radius: 1000px 0 0 1000px;
        top: 0;
        width: 100%;
        position: absolute;
        overflow: hidden;
        margin-right: calc((100% - 100vw)/2);
        width: calc(100% + ((100vw - 100%) /2));
    }

    .message__inner {
        position: relative;
        display: flex;
        margin: 0 auto;
        flex-direction: row-reverse;
        /*  margin-right: calc((100vw - 936px)/2);
        width: 100vw; */
        padding: 200px 275px;
        align-items: start;
    }

    .message__img {
        margin-bottom: 0;
        width: 49%;
        position: relative;
    }

    .message__txtarea {
        width: 51%;

    }

    .message .top__ttl__pc__line {
        width: calc((100vw - 100%)/2 + 100%);
        margin-left: calc((100% - 100vw)/2);
    }

    .message .common__txt {
        margin-top: 20px;
        margin-right: 120px;
    }

    .about__ttl {
        font-size: 64px;
        font-family: "Anton", sans-serif;
        color: #119CAB;
        padding-left: 0;
        padding-right: 0;
    }

    @media screen and (max-width: 1250px) {
        .message .common__txt {
            margin-top: 20px;
            margin-right: 40px;
        }
    }


    .phisosophy {
        margin: 0 auto;
        background-color: #fff;

        padding: 64px 192px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);


        max-width: 1128px;
        border-radius: 32px;



    }




    .phisosophy .about__ttl, .phisosophy .h__ttl02, .strengths .about__ttl, .strengths .h__ttl02 {
        text-align: center;

    }

    .phisosophy .about__ttl {
        line-height: calc(42/32);
    }

    .phisosophy__txt {
        line-height: 2;
        margin-top: 24px;
    }

    .strengths .h__ttl02, .company .h__ttl02, .access .h__ttl02 {
        margin-top: 10px;
    }

    .phisosophy .h__ttl02 {
        margin-top: 14px;
    }

    .strengths {
        background-color: #28C3D4;
        color: white;
        padding: 200px 27px 176px;
        mix-blend-mode: multiply;
        margin: 0 -27px;


        clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
        margin-top: 200px;
    }

    .strengths__inner {
        max-width: 1248px;
        margin: 0 auto;
    }

    .strengths .about__ttl {
        color: #fff;
    }

    .strengths .h__ttl__line {
        border-color: #fff;
        max-width: 1140px;
        margin: 0 auto;
    }

    .strengths .h__ttl02 {
        margin-bottom: 64px;
    }

    .strengths__item {

        border-radius: 32px;
        background: #fff;
        padding: 51px 60px 41px;
        margin-bottom: 24px;

        max-width: calc(100% - 384px);
        display: flex;
        align-items: center;

    }

    .strengths__item__wrap .strengths__item:nth-child(2) {
        margin-left: 192px;
    }

    .strengths__item__wrap .strengths__item:nth-child(3) {
        margin-left: 384px;
    }


    .strengths__item__num {
        color: #119CAB;
        font-size: 160px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 14px;
        margin-right: 32px;
    }

    .strengths__item__txtarea {
        color: black;
    }

    .strengths__item__ttl {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        text-align: left;
    }

    .strengths__item__txt {
        line-height: calc(24/16);
        margin-top: 16px;
    }

    @media screen and (max-width: 1150px) {
        .message__box__pc {
            height: 100%;
            background-color: #fff;
            border-radius: 32px 0 0 32px;
            top: 0;
            width: 100%;
            position: absolute;
            overflow: hidden;
            margin-right: calc((100% - 100vw)/2);
            width: calc(100% + ((100vw - 100%) /2));

        }

        .message__inner {

            padding: 200px 27px;
        }

        .phisosophy {


            padding: 64px 64px;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);

        }

        .strengths__item__num {
            font-size: 120px;
        }

        .strengths__item {

            max-width: calc(100% - 160px);

        }

        .strengths__item__wrap .strengths__item:nth-child(2) {
            margin-left: 80px;
        }

        .strengths__item__wrap .strengths__item:nth-child(3) {
            margin-left: 160px;
        }
    }

    .company {
        margin: 192px auto 100px;
        max-width: 1140px;
    }

    .company .about__ttl, .company .h__ttl02 {
        text-align: center;
    }

    .company__list {
        margin: 0 auto;
        border-radius: 20px;
        background: #fff;
        margin-top: 64px;
        padding: 96px;
        max-width: 984px;

    }

    .company__list>li {
        display: flex;
        padding: 0 24px;
        font-size: 16px;


        line-height: calc(20/14);
    }

    .company__list>li:not(:last-child) {
        border-bottom: 1px solid #707070;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .company__list__ttl {
        font-weight: 600;
        max-width: 96px;
        min-width: 96px;
        margin-right: 24px;

    }

    .company__list__txt {
        font-weight: 500;
    }

    .access {
        padding-bottom: 200px;
    }

    .access .about__ttl, .access .h__ttl02 {
        text-align: center;
    }

    .access__map {
        height: 600px;
        margin: 64px -27px 0;

    }

    .access__map iframe {
        width: 100%;
        height: 100%;
    }
}