@charset "UTF-8";

.about .title {
    background-color: #fff;
    color: #000;
    font-size: 6rem;
    margin-bottom: 1rem;
    transform: rotate(-10deg);
    width: 23rem;
    transform: skewY(-10deg);
    position: absolute;
    right:0rem ;
    top: 23rem;
    text-align: center;
    letter-spacing: 1rem;
}

.item {
    margin-top: 3rem;
}

.jp {
    padding-left: 5rem;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.philosophy .detail {
    position: relative;
    margin-bottom: 10rem;
}
.sectiton-msg {
    margin: 3rem 0 6rem;
    padding: 0 5rem;
}
.sectiton-msg p {
    line-height: 2;
}
.sectionTitle {
    font-size: 4rem;
    border-bottom: 3px solid #fff;
    width: 4rem;
    padding-bottom: 1rem;
}
.sectionTitleJa {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.philosophy .detail img {
    position: absolute;
    width: 100%;
    padding: 0 5rem;
}

.number {
    font-size: 5rem;
}

.philosophy .detail .outer {
    display: flex;
    justify-content: space-around;
    margin: 0 3rem;
}

.philosophy .detail .inner {
    width: 30%;
    height: 30rem;
    padding: 6rem 0;
    text-align: center;
}

.policy .main_visual img {
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}

.policy .title {
    display: none;
    background-color: #fff;
    color: #000;
    font-size: 7rem;
    margin-bottom: 1rem;
    transform: rotate(-10deg);
    width: 26rem;
    transform: skewY(-10deg);
    position: absolute;
    right:0rem ;
    top: 201rem;
    text-align: center;
    letter-spacing: 1rem;
    font-weight: bold;
}

.policy .outer .inner {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    padding: 0 5rem;
}

.policy .outer .inner .number {
    margin-right: 1rem;
}

/*-------------------------------------

スマートフォン

-------------------------------------*/

@media screen and (max-width: 767px) {

    .about .title {
        top: 18rem;
        font-size: 4.5rem;
        width:17rem;
        letter-spacing: 0.7rem;
    }

    main .team .team_name {
        font-size: 4.2rem;
    }

    .en {
        font-size: 3rem;
        padding: 0 3rem;
    }

    .jp {
        font-size: 1.7rem;
        padding: 0 3rem;
        margin-bottom: 3rem;
    }

    .item::before {
        left: 5rem;
    }

    .sectiton-msg {
        padding: 0 3rem;
    }
    .sectiton-msg p {
        font-size:1.2rem;
    }

    .sectionTitle {
        font-size: 3rem;
    }

    .philosophy .detail {
        margin-bottom: 0;
    }
    .philosophy .detail img {
        display: none;
    }

    .policy .title {
        /*top: 140rem;*/
        display: none;
    }

    .philosophy .detail .outer {
        display: block;
        align-items: center;
        margin-bottom: 0rem;
    }

    .philosophy .detail .inner{
        width: 100%;
        align-items: center;
        padding: 1rem 0;
        text-align: left;
        height: auto;
    }

    .philosophy .detail .inner .number {
        margin-right: 2rem;
        font-size: 3rem;
    }

    .philosophy .detail .inner p {
        font-size: 1.2rem;
    }

    .policy .outer {
        display: block;
    }

    .policy .outer .inner {
        display: block;
        text-align: left;
        padding: 0 3rem;
    }

    .policy .inner .number {
        text-align: left;
        align-items: start;
        width: 100%;
        font-size: 3rem;
    }

    .policy .inner p {
        font-size: 1.2rem;
    }

    #footer {
        text-align: center;
    }
}