/*---------------------------------------------------------------------------*/
.section-trisophy {
    padding: 12rem 0;
    background: url(../img/bg.png) left top repeat;
    position: relative;
}

@media screen and (max-width: 768px) {
    .section-trisophy {
        padding: 16vw 0;
    }
}

.section-trisophy .section-title {
    margin-bottom: 4rem;
}

.section-trisophy .section-title .ja {
    line-height: 1.3;
}

.section-trisophy .trisophy-txt {
    text-align: center;
}

.section-trisophy ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4rem 0;
}

.section-trisophy ul li {
    width: 20rem;
    height: 20rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .section-trisophy ul li {
        width: 40vw;
        height: 40vw;
        font-size: 4vw;
    }
}

@media screen and (min-width: 769px) {
    .section-trisophy ul li + li {
        margin-left: 4rem;
    }
}

.section-trisophy ul li:nth-child(1) {
    background: #E8A57B;
}

.section-trisophy ul li:nth-child(2) {
    background: #74B88D;
}

@media screen and (max-width: 768px) {
    .section-trisophy ul li:nth-child(2) {
        margin-left: 5.33333vw;
    }
}

.section-trisophy ul li:nth-child(3) {
    background: #86A4E8;
}

.section-trisophy dl {
    max-width: 90rem;
    margin: 0 auto;
}

.section-trisophy dl dt {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.section-trisophy dl dt:not(:first-child) {
    margin-top: 6rem;
}

/** section-company **/
.section-company {
    padding: 12rem 0;
}

@media screen and (max-width: 768px) {
    .section-company {
        padding: 16vw 0;
    }
}

.section-company .section-title {
    margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
    .section-company .director {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 4rem;
    }
}

.section-company .director-img {
    width: 40%;
}

@media screen and (max-width: 768px) {
    .section-company .director-img {
        width: 100%;
    }
}

.section-company .director-ctn {
    width: 55%;
    margin-left: 5%;
}

@media screen and (max-width: 768px) {
    .section-company .director-ctn {
        width: 100%;
        margin: 0;
    }
}

.section-company .director-ctn h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .section-company .director-ctn h3 {
        font-size: 6.4vw;
        text-align: center;
    }
}

.section-company table {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}

@media screen and (max-width: 768px) {
    .section-company table {
        margin-top: 10.66667vw;
    }
}

.section-company table th,
.section-company table td {
    padding: 2rem;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.section-company table th {
    background: #74B88D;
    width: 30%;
    color: #fff;
}

/** section-adviser **/
.section-adviser {
    padding: 12rem 0;
    background: url(../img/bg.png) left top repeat;
    position: relative;
}

@media screen and (max-width: 768px) {
    .section-adviser {
        padding: 16vw 0;
    }
}

.section-adviser .section-title {
    margin-bottom: 5rem;
}

@media screen and (min-width: 769px) {
    .adviser-art {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100rem;
        margin: 0 auto;
    }

    .upupup {
        margin-top: -270px;
    }
}

.adviser-art + .adviser-art {
    margin-top: 17rem;
}

@media screen and (max-width: 768px) {
    .adviser-art + .adviser-art {
        margin-top: 16vw;
    }
}

.adviser-art_img {
    width: -webkit-calc(360 / 1000 * 100%);
    width: -moz-calc(360 / 1000 * 100%);
    width: calc(360 / 1000 * 100%);
}

@media screen and (max-width: 768px) {
    .adviser-art_img {
        width: 100%;
        margin-bottom: 10.66667vw;
        text-align: center;
    }
}

.adviser-art_ctn {
    width: -webkit-calc(560 / 1000 * 100%);
    width: -moz-calc(560 / 1000 * 100%);
    width: calc(560 / 1000 * 100%);
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .adviser-art_ctn {
        width: 100%;
    }
}

.adviser-art_ctn h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}

.adviser-art:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.adviser-art_postion {
    font-size: 1.4rem;
    /*	text-align: center;*/
    margin-top: 1rem;
    text-align: left;

}
