@charset "UTF-8";

/* company__page */
@media screen and (max-width:1024px) {}

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

/*============================
	c-links
============================*/
.c-links {
    padding-bottom: 120px;
}

.c-link {
    margin-bottom: 30px;

    & a {
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 14px rgba(206, 227, 236, .3);
        height: 98px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 5%;
        font-weight: bold;
        border-radius: 15px;
    }

    .dot {
        font-size: 2rem;
        color: #c7e3f9;
        margin-right: .5em;
    }

    & img {
        width: 45px;
        transition: .3s ease-out;
    }

    &:hover img {
        transform: translate(10px);
    }
}

@media screen and (max-width:1024px) {
    .c-links {
        padding-bottom: 80px;
    }

    .c-link {
        margin-bottom: 20px;

        & a {
            height: 60px;
            padding: 10px 5%;
            border-radius: 10px;
        }

        .dot {
            font-size: 1.6rem;
            margin-right: .5em;
        }

        & img {
            width: 35px;
        }

    }


}

@media screen and (max-width:767px) {
    .c-links {
        padding-bottom: 60px;
    }

    .c-link {
        margin-bottom: 15px;

        & a {
            height: 60px;
            padding: 10px 5%;
            border-radius: 10px;
        }

        .dot {
            font-size: 1.4rem;
            margin-right: .5em;
        }

        & img {
            width: 35px;
        }

    }

}

/* company01__page philosophy  */
/*============================
	philosophy-top
============================*/
.company01__page .sub-bg {
    background-position: center top 600px;
}

.pt__ttl {
    .font-en {
        font-size: 7.8rem;
        opacity: .2;
        letter-spacing: 0;
        color: #000000;
        margin: 0 auto -.5em;
    }
}

.pt__img {
    max-width: 800px;
    margin: 0 auto;
}

.company01 .sub-bg {
    background: url(../img/cmn/sub_bg.png) no-repeat center -17% / cover;
}

@media screen and (max-width:1024px) {
    .company01__page .sub-bg {
        background-position: center top 500px;
    }

    .pt__ttl {
        .font-en {
            font-size: 5rem;
            margin: 0 auto -.5em;
        }
    }
}

@media screen and (max-width:767px) {
    .company01__page .sub-bg {
        background-position: center top 600px;
    }

    .pt__ttl {
        .font-en {
            font-size: 3rem;
            margin: 0 auto -.5em;
        }
    }

    .pt__lead {
        text-align: left;
    }
}

/*============================
	p-mission 
============================*/
.p-mission {
    padding-bottom: 120px;
}

.pm__atc {
    padding: 0 30px 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #96989a;

    &:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
}

.pm__h3 {
    position: relative;
    line-height: 1;

    &::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 100%;
        background: linear-gradient(#21dece, #3d78d5);
        left: -20px;
        top: 0;
    }


}

.pm__ul {

    li {
        width: 48%;
        min-height: 80px;
        margin-bottom: 15px;
        background: #fff;
        box-shadow: 0 0 14px rgba(206, 227, 236, .3);
        display: flex;
        align-items: center;
        padding: 10px 3%;
        line-height: 1.2;
        font-weight: bold;
        border-radius: 15px;
    }

    .dot {
        font-size: 1.6rem;
        color: #c7e3f9;
        margin-right: .5em;
    }

}

.pt__btn {
    height: 56px;
    border-radius: 28px;
    margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
    .p-mission {
        padding-bottom: 80px;
    }

    .pm__atc {
        padding: 0 20px 30px;
        margin-bottom: 30px;

    }

    .pm__h3 {

        &::before {
            width: 4px;
            left: -15px;
        }


    }

    .pm__ul {

        li {
            width: 48%;
            min-height: 60px;
            margin-bottom: 15px;
            padding: 10px 3%;
            border-radius: 15px;
        }

        .dot {
            font-size: 1.4rem;
            margin-right: .5em;
        }

    }

    .pt__btn {
        height: 50px;
        border-radius: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .p-mission {
        padding-bottom: 60px;
    }

    .pm__atc {
        padding: 0 20px 30px;
        margin-bottom: 30px;

    }

    .pm__h3 {

        &::before {
            width: 4px;
            left: -15px;
        }


    }

    .pm__ul {

        li {
            width: 100%;
            min-height: 50px;
            margin-bottom: 15px;
            padding: 10px 5%;
            border-radius: 10px;
        }

        .dot {
            font-size: 1.4rem;
            margin-right: .5em;
        }

    }

    .pt__btn {
        height: 46px;
        border-radius: 23px;
        margin-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}


/* company02__page message  */
/*============================
	message-contents
============================*/
.message-contents {
    padding-bottom: 120px;
}

.mc__txtwrap {
    width: 48%;
}

.mc__img {
    width: 50%;
}

.mc__copy {
    .font-en {
        font-size: 7rem;
        margin-bottom: -.5em;
        opacity: .2;
        color: #000;
    }

    .txt {
        line-height: 1.6;
    }
}

.mc__name {
    .position {
        display: block;
        margin-bottom: .5em;
    }
}

@media screen and (max-width:1024px) {
    .message-contents {
        padding-bottom: 80px;
    }

    .mc__txtwrap {
        width: 48%;
    }

    .mc__img {
        width: 50%;
    }

    .mc__copy {
        .font-en {
            font-size: 4rem;
            margin-bottom: -.5em;
        }
    }

}

@media screen and (max-width:767px) {
    .message-contents {
        padding-bottom: 60px;
    }

    .mc__txtwrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .mc__img {
        width: 100%;
    }

    .mc__copy {
        .font-en {
            font-size: 4rem;
            margin-bottom: -.5em;
        }
    }
}

/* company03__page outline  */
/*============================
	outline-contents
============================*/

.company03__page .sub-bg {
    background-position: center top -400px;
}

.oc__tbl {
    width: 100%;
}

.oc__tbl th {
    font-weight: bold;
    padding: 1em;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
    line-height: 1.6;
    text-align: left;
    white-space: nowrap;
}

.oc__tbl td {
    font-weight: bold;
    padding: 1em;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
    line-height: 1.6;
    position: relative;

    & p {
        font-weight: bold;
    }
}

.oc-tbl__btn {
    display: block;
    width: 207px;
    margin-left: 2em;
}

.oc__logo {
    &.logo01 {
        max-width: 180px;
    }

    &.logo02 {
        max-width: 246px;
    }
}

@media screen and (max-width:1024px) {
    .company03__page .sub-bg {
        background-position: center top -150px;
    }

    .oc-tbl__btn {
        width: 160px;
        margin-left: 2em;
    }

    .oc__logo {
        &.logo01 {
            max-width: 120px;
        }

        &.logo02 {
            max-width: 180px;
            margin-left: 1em;
        }
    }
}

@media screen and (max-width:767px) {
    .oc__tbl th {
        padding: 1em 1em 1em 0;
    }

    .oc__tbl td {
        padding: 1em 0 1em 0;

    }

    .oc-tbl__btn {
        width: 160px;
        margin: .5em 0 0 auto;
    }

    .oc__logo {
        &.logo01 {
            max-width: 100px;
            margin: .5em 0 0 auto;
        }

        &.logo02 {
            max-width: 140px;
            margin: .5em 0 0 auto;
        }
    }
}

/*============================
	o-office
============================*/
.o-office {
    padding-top: 200px;
}

.oof__box {
    padding: 50px 3%;
    background: rgba(255, 255, 255, .5);
    border-radius: 40px;
}

.oof__pagelinks li {
    margin-bottom: 20px;

    & a {
        display: block;
        width: 100%;
        height: 84px;
        background: #fff;
        border-radius: 15px;
        padding: 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .txt {
        width: 85%;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #dcdfe4;
            top: 0;
            right: 0;
        }
    }

    & i {
        width: 12%;
        color: #999ea3;
        text-align: center;
    }

}

.oof__atc {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 60px;

    & :last-child {
        margin-bottom: 0;
    }
}

.oof__txtwrap {
    width: 55%;
}

.off__gmap {
    width: 40%;

    & iframe {
        height: 300px;
        width: 100%;
    }

}

.off__h3 {
    display: flex;
    align-items: center;

    .dot {
        font-size: 1.8rem;
        color: #c7e3f9;
        margin-right: .5em;
    }
}

.off__tbl {
    width: 100%;
}

.off__tbl th {
    white-space: nowrap;
    padding: 1em;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
}

.off__tbl td {
    padding: 1em;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width:1024px) {
    .o-office {
        padding-top: 120px;
    }

    .oof__box {
        padding: 40px 3%;
        border-radius: 30px;
    }

    .oof__pagelinks li {
        margin-bottom: 15px;

        & a {
            height: 60px;
            border-radius: 10px;
        }

        .txt {
            width: 85%;
            height: 90%;
        }

        & i {
            font-size: 1.2rem;
        }

    }

    .oof__atc {
        padding-top: 60px;
        margin-top: -60px;
        margin-bottom: 40px;
    }

    .oof__txtwrap {
        width: 55%;
    }

    .off__gmap {
        width: 40%;

        & iframe {
            height: 260px;
        }

    }

    .off__h3 {
        .dot {
            font-size: 1.4rem;
            margin-right: .5em;
        }
    }

    .off__tbl th {
        padding: 1em;
    }

    .off__tbl td {
        padding: 1em;
    }
}

@media screen and (max-width:767px) {
    .o-office {
        padding-top: 80px;
    }

    .oof__box {
        padding: 30px 5%;
        border-radius: 20px;
    }

    .oof__pagelinks li {
        margin-bottom: 10px;

        & a {
            height: 50px;
            border-radius: 10px;
        }
    }

    .oof__atc {
        padding-top: 50px;
        margin-top: -50px;
        margin-bottom: 40px;
    }

    .oof__txtwrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .off__gmap {
        width: 100%;

        & iframe {
            height: 200px;
        }

    }

    .off__h3 {
        .dot {
            font-size: 1.4rem;
            margin-right: .5em;
        }
    }

    .off__tbl th {
        padding: 1em 1em 1em 0;
    }

    .off__tbl td {
        padding: 1em 0 1em;
    }
}

/*============================
	o-orgnaization
============================*/
.o-orgnaization {
    padding-bottom: 120px;
}

.oo__box {
    background: #fff;
    padding: 50px 5%;
    border-radius: 40px;
}

.oo__img {
    max-width: 1024px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .o-orgnaization {
        padding-bottom: 80px;
    }

    .oo__box {
        padding: 40px 5%;
        border-radius: 30px;
    }

}

@media screen and (max-width:767px) {
    .o-orgnaization {
        padding-bottom: 80px;
    }

    .oo__box {
        padding: 30px 5%;
        border-radius: 20px;
    }

    .oo__img {
        min-width: 600px;
    }
}

/* company04__page history  */
/*============================
	history
============================*/
.history-contents {
    padding-bottom: 120px;
}

.hc__ul {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 2px;
        height: calc(100% + 40px);
        background: #80d8c6;
        top: -20px;
        left: 129px;
    }
}

.hc__ul li {
    display: flex;
    margin-bottom: 2em;

    .hc__year {
        font-weight: bold;
        font-size: 2.8rem;
        white-space: nowrap;
        width: 120px;
        line-height: 1;
    }

    .hc__txt {
        width: calc(100% - 120px);
        flex: 0 1 auto;
        display: flex;
        padding-left: 3em;
        position: relative;

        &::before {
            content: " ";
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            background: #80d8c6;
            left: 0;
            top: .3em;
        }
    }

    .month {
        font-size: 1.8rem;
        font-weight: bold;
        width: 4em;
    }

    .txt {
        flex: 0 1 auto;
        font-size: 1.5rem;
    }
}

@media screen and (max-width:1024px) {
    .history-contents {
        padding-bottom: 80px;
    }

    .hc__ul {

        &::before {
            width: 2px;
            height: calc(100% + 40px);
            top: -20px;
            left: 107px;
        }
    }

    .hc__ul li {
        margin-bottom: 2em;

        .hc__year {
            font-size: 2rem;
            width: 100px;
        }

        .hc__txt {
            width: calc(100% - 100px);
            padding-left: 3em;

            &::before {
                width: 16px;
                height: 16px;
                border-radius: 8px;
                top: .5em;
            }
        }

        .month {
            font-size: 1.6rem;
            width: 4em;
        }

        .txt {
            width: calc(100% - 4em);
            font-size: 1.4rem;
        }
    }

}

@media screen and (max-width:767px) {
    .history-contents {
        padding-bottom: 60px;
    }

    .hc__ul {
        &::before {
            width: 2px;
            height: calc(100% + 40px);
            top: -20px;
            left: 67px;
        }
    }

    .hc__ul li {
        margin-bottom: 2em;

        .hc__year {
            font-size: 1.8rem;
            width: 60px;
            margin-top: .2em;
        }

        .hc__txt {
            width: calc(100% - 60px);
            padding-left: 2em;

            &::before {
                width: 16px;
                height: 16px;
                border-radius: 8px;
                top: .3em;
            }
        }

        .month {
            font-size: 1.4rem;
            width: 4em;
        }

        .txt {
            width: calc(100% - 3em);
            font-size: 1.4rem;
        }
    }
}


/* company05__page attempt  */
/*============================
	attempt-contents
============================*/
.attempt-contents {
    padding-bottom: 120px;
}

.ac__h3 {
    .fs-24 {
        position: relative;
        display: block;
        width: fit-content;
        margin: 0 auto 1em;

        &::before {
            content: "";
            position: absolute;
            width: 1.5em;
            height: 2px;
            background: linear-gradient(90deg, #21dece, #3d78d5);
            left: -2em;
            top: 50%;
            transform: translate(0, -50%);
        }

        &::after {
            content: "";
            position: absolute;
            width: 1.5em;
            height: 2px;
            background: linear-gradient(90deg, #21dece, #3d78d5);
            right: -2em;
            top: 50%;
            transform: translate(0, -50%);
        }
    }
}

.ac__ul li {
    padding: 0 1em 2em;
    border-bottom: solid 1px #96989a;
    margin-bottom: 2em;
    display: flex;
    align-items: flex-start;

    &:last-child {
        margin-bottom: 0;
    }

    .num {
        font-size: 5rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        white-space: nowrap;
        margin-right: 1em;
        position: relative;
        padding-left: .5em;

        &::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 1em;
            background: linear-gradient(#21dece, #3d78d5);
            left: -0;
            top: 50%;
            transform: translate(0, -50%);
        }
    }
}

.ac__box {
    padding: 40px 4%;
    background: #fff;
    border-radius: 40px;

    &.tp {
        background: rgba(255, 255, 255, .5);
    }
}

.ac__box--flex {
    align-items: flex-end;
    padding-bottom: 2em;
    border-bottom: solid 1px #96989a;
    margin-bottom: 1em;
}

.ac__box--txtwrap {
    flex: 0 1 auto;
    width: calc(100% - 172px);
    padding: 0 1em 0 0;
}

.ac__box--logo {
    width: 172px;
}

.ac__h4.dot {
    display: flex;
    align-items: center;

    .dot {
        margin-right: .5em;
        color: #c7e3f9;
        font-size: 1.8rem;
    }
}

.ac__h4.bd {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 1em;
        background: linear-gradient(#21dece, #3d78d5);
        left: -.5em;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.ac__box--item {
    margin-bottom: 80px;

    &:last-child {
        margin-bottom: 0;
    }
}

.ac__box--txtwrap02 {
    width: 55%;
}

.ac__flex--img {
    width: 40%;
    border-radius: 40px;
    overflow: hidden;
}

.ac__txtwrap-50 {
    width: 48%;
}

.ac__box--ul li {
    margin: 0 1em 1em 0;
    display: flex;

    .dot {
        color: #c7e3f9;
        margin-right: .25em;
    }
}

@media screen and (max-width:1024px) {
    .attempt-contents {
        padding-bottom: 80px;
    }

    .ac__h3 {
        .fs-24 {
            margin: 0 auto 1em;
        }
    }

    .ac__ul li {
        padding: 0 1em 2em;
        margin-bottom: 2em;

        .num {
            font-size: 4rem;
            margin-right: 1em;
            padding-left: .5em;

            &::before {
                width: 4px;
                height: 1em;
            }
        }
    }

    .ac__box {
        padding: 30px 4%;
        border-radius: 30px;
    }

    .ac__box--flex {
        padding-bottom: 2em;
        margin-bottom: 1em;
    }

    .ac__box--txtwrap {
        width: calc(100% - 140px);
        padding: 0 1em 0 0;
    }

    .ac__box--logo {
        width: 140px;
    }

    .ac__h4.dot {

        .dot {
            margin-right: .5em;
            font-size: 1.6rem;
        }
    }

    .ac__h4.bd {

        &::before {
            width: 4px;
            left: -.5em;
        }
    }

    .ac__box--item {
        margin-bottom: 60px;
    }

    .ac__box--txtwrap02 {
        width: 55%;
    }

    .ac__flex--img {
        width: 40%;
        border-radius: 30px;
    }

    .ac__txtwrap-50 {
        width: 48%;
    }

    .ac__box--ul li {
        margin: 0 1em 1em 0;

        .dot {
            margin-right: .25em;
        }
    }
}

@media screen and (max-width:767px) {
    .attempt-contents {
        padding-bottom: 60px;
    }


    .ac__ul li {
        padding: 0 0 2em;
        margin-bottom: 2em;

        .num {
            font-size: 3rem;
            margin-right: .5em;
            padding-left: .5em;

            &::before {
                width: 4px;
                height: 1em;
            }
        }
    }

    .ac__box {
        padding: 20px 5%;
        border-radius: 20px;
    }

    .ac__box--flex {
        padding-bottom: 2em;
        margin-bottom: 1em;
    }

    .ac__box--txtwrap {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .ac__box--logo {
        width: 120px;
        margin: 0 0 0 auto;
    }

    .ac__h4.dot {

        .dot {
            margin-right: .5em;
            font-size: 1.4rem;
        }
    }

    .ac__h4.bd {
        padding-left: 0.5em;

        &::before {
            width: 4px;
            left: 0;
        }
    }

    .ac__box--item {
        margin-bottom: 60px;
    }

    .ac__box--txtwrap02 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ac__flex--img {
        width: 100%;
        border-radius: 20px;
    }

    .ac__txtwrap-50 {
        width: 100%;
    }

    .ac__box--ul li {
        margin: 0 1em 1em 0;

        .dot {
            margin-right: .25em;
        }
    }
}