@charset "UTF-8";


/*============================
	concept 
============================*/
.concept {
    margin-top: 150px;
    padding: 150px 0 240px;
    background: url(../img/about/concept_bg.jpg) no-repeat center center/cover;
    color: #fff;
}

.conc__left {
    width: 55%;
}

.conc__img {
    width: 43%;

    & img {
        object-fit: cover;
        width: 100%;
        height: 792px;
    }
}

.conc__txtwrap {
    max-width: 680px;
    margin: 0 0 0 auto;
}

.conc__copy {
    line-height: 1.5;
    white-space: nowrap;
}

.conc__txt {
    line-height: 2.5;
    font-weight: 400;
}

@media screen and (max-width:1024px) {
    .concept {
        margin-top: 100px;
        padding: 100px 0 150px;
    }

    .conc__left {
        width: 55%;
    }

    .conc__img {
        width: 43%;

        & img {

            height: 500px;
        }
    }

    .conc__txtwrap {
        margin: 0 0 0 auto;
    }

    .conc__txt {
        line-height: 2.5;
    }
}

@media screen and (max-width:767px) {
    .concept {
        margin-top: 60px;
        padding: 60px 0;
    }

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

    .conc__img {
        width: 100%;

        & img {

            height: auto;
        }
    }

    .conc__txtwrap {
        margin: 0 0 0 auto;
    }
}

/*============================
	feature
============================*/
.fearture {
    padding-bottom: 0;
}

.feat__atc {
    margin-bottom: 80px;

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

.feat__img {
    width: 50%;
}

.feat__txtwrap {
    width: 45%;
}

.feat__h3 {
    display: flex;
    align-items: baseline;
    border-bottom: solid 1px #111;
    padding-bottom: 1em;

    .font-en {
        margin-left: 1em;
    }
}

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

    .feat__atc {
        margin-bottom: 60px;
    }

    .feat__img {
        width: 50%;
    }

    .feat__txtwrap {
        width: 45%;
    }

    .feat__h3 {
        padding-bottom: 1em;

    }

}

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

    .feat__atc {
        margin-bottom: 60px;
    }

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

    .feat__txtwrap {
        width: 100%;
    }

    .feat__h3 {
        padding-bottom: 1em;

    }

}

/*============================
	about common 
============================*/
/* about-sub-top */
.about-sub-top {
    padding: 150px 0 100px;
    background: url(../img/about/about_obj.png) no-repeat 30% 40%/45.8%;
}

.ast__ttl {
    .font-en {
        margin-top: .5em;
    }

    .txt {
        line-height: 1.2;
        white-space: normal;
    }
}

.ast__lead {
    line-height: 3;
}

.act__link {
    margin: 0 2%;
    display: block;
    width: 323px;
    height: 70px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8f2f43;
    border: solid 1px #8f2f43;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: 500;
    transition: .3s;
    max-width: 45%;

    & i {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
    }

    &:hover {
        background: #fff;
        color: #8f2f43;
    }
}

/* about-links */

.about-links {
    padding: 150px 0 0;
}

.a-links__img img {
    transition: .3s;
}

.a-links__item {
    width: 32%;
    max-width: 446px;

    &:hover {
        .a-links__img img {
            transform: scale(1.1);
        }
    }
}

.a-links__h3 {
    margin: .5em 0 .5em;
    padding-bottom: .2em;
    border-bottom: solid 1px #111;
}

.a-links__btn {
    text-align: right;
    margin: 1em 0 0;
}

@media screen and (max-width:1024px) {
    .about-sub-top {
        padding: 100px 0;
        background: url(../img/about/about_obj.png) no-repeat 30% 40%/45.8%;
    }


    .ast__lead {
        line-height: 3;
    }

    .act__link {
        margin: 0 2%;
        width: 260px;
        height: 60px;
        max-width: 45%;
    }


    /* about-links */

    .about-links {
        padding: 100px 0 0;
    }

    .a-links__item {
        width: 32%;
    }

    .a-links__h3 {
        margin: .5em 0 .5em;
        padding-bottom: .2em;
    }

    .a-links__btn {
        text-align: right;
        margin: 1em 0 0;
    }

}

@media screen and (max-width:767px) {
    .about-sub-top {
        padding: 60px 0;
        background: url(../img/about/about_obj.png) no-repeat 30% 40%/45.8%;
    }

    .ast__ttl {
        .txt {
            line-height: 1.5;
        }
    }

    .ast__lead {
        line-height: 2;
        text-align: left;
    }

    .act__link {
        margin: 0 auto 15px;
        width: 240px;
        height: 50px;
        max-width: 100%;

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

        }
    }

    /* about-links */

    .about-links {
        padding: 60px 0 0;
    }

    .a-links__item {
        width: 100%;
        margin: 0 auto 30px;

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

    .a-links__h3 {
        margin: .5em 0 .5em;
        padding-bottom: .2em;
    }

    .a-links__btn {
        text-align: right;
        margin: 1em 0 0;
    }

}

/*============================
	 point / features-page 
============================*/
.point {
    background: #f9f6ef;
}

.point__ttl {
    .font-en {
        margin-top: .5em;
    }
}

.point__atc {
    padding: 50px 0;
    border-top: solid 1px #bfb6a1;

    &:last-child {
        border-bottom: solid 1px #bfb6a1;
    }
}

.point__h3 {
    width: 25%;

    .txt {
        line-height: 1.4;
        white-space: normal;
    }

    .font-en {
        margin-bottom: .5em;
    }
}

.point__img {
    width: 30%;
}

.point__txt {
    width: 40%;
}

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

    .point__atc {
        padding: 30px 0;
    }

    .point__h3 {
        width: 25%;
    }

    .point__img {
        width: 30%;
    }

    .point__txt {
        width: 40%;
    }
}

@media screen and (max-width:767px) {
    .point__atc {
        padding: 20px 0;
    }

    .point__h3 {
        width: 100%;
        margin-bottom: 1em;
    }

    .point__img {
        width: 100%;
    }

    .point__txt {
        width: 100%;
        margin-top: 1em;
    }
}

/*============================
	definition / features-page 
============================*/
.definition {
    color: #fff;
}

.defin__ttl {
    .font-en {
        margin-bottom: .5em;
    }
}

.defin__ul {
    width: 45%;

    & li {
        padding: 1.5em 0;
        border-bottom: solid 1px #fff;
        display: flex;
        align-items: flex-start;
    }
}

.defin__img {
    width: 50%;
}

.defin__num {
    white-space: nowrap;
    line-height: 1;
    margin: .1em 0 0;
}

.defin__td {
    padding-left: 2em;
}

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

    .defin__ul {
        width: 45%;

        & li {
            padding: 1.5em 0;
        }
    }

    .defin__img {
        width: 50%;
    }

    .defin__num {
        margin: .1em 0 0;
    }

    .defin__td {
        padding-left: 1em;
    }
}

@media screen and (max-width:767px) {
    .defin__flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .defin__ul {
        width: 100%;

        & li {
            padding: 1.5em 0;
        }
    }

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

    .defin__num {
        margin: .1em 0 0;
    }

    .defin__td {
        padding-left: 1em;
    }
}


/*============================
	history / story-page 
============================*/
.history {
    background: #f9f6ef;
}

.history__atc {
    padding: 50px 0;
    border-top: solid 1px #bfb6a1;

    &:last-child {
        border-bottom: solid 1px #bfb6a1;
    }
}

.history__txtwrap {
    width: 55%;
}

.history__img {
    width: 40%;

    & img {
        width: 100%;
        max-width: 440px;
    }

}

.history__h3 {
    display: flex;
    align-items: baseline;

    .fs-20 {
        margin-left: 1em;
    }
}

.his__imgwrap {
    margin-top: 20px;
}

.his__img02 {
    width: 32%;
    max-width: 440px;
}

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

    .history__atc {
        padding: 30px 0;
    }

    ˝ .history__txtwrap {
        width: 55%;
    }

    .history__img {
        width: 40%;
    }

    .history__h3 {
        .fs-20 {
            margin-left: 1em;
        }
    }

    .his__imgwrap {
        margin-top: 20px;
    }

    .his__img02 {
        width: 32%;
    }
}

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

    .history__atc {
        padding: 30px 0;
    }

    .history__txtwrap {
        width: 100%;
        margin-bottom: 1em;
    }

    .history__img {
        width: 100%;
    }

    .history__h3 {
        .fs-20 {
            margin-left: 1em;
        }
    }

    .his__imgwrap {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .his__img02 {
        width: 49%;
        margin: 5px 0;
    }
}

/*============================
	award-contents  / award-page 
============================*/
.award-contents {
    background: #f9f6ef;
}

.awc__atc {
    display: flex;
    align-items: flex-start;
}

.awc__year {
    font-size: 8rem;
    white-space: nowrap;
    line-height: 1;
    width: 220px;
    margin: .5em 0 0;
}

.awc__tbl {
    width: calc(100% - 220px);

    & th {
        padding: 1em;
        color: #957935;
        white-space: nowrap;
        border-right: solid 1px #957935;

        &:first-child {
            width: 30%;
        }

        &:last-child {
            border: none;
        }
    }

    & td {
        padding: 1em;
        border-right: solid 1px #957935;
        text-align: center;
        line-height: 1.5;

        &:first-child {
            text-align: left;
        }

        &:last-child {
            border: none;
        }
    }
}

.awd__more-btn {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 60px;
    background: #907b5b;
    border: solid 1px #907b5b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
    margin: 30px auto;
    transition: .3s;

    & i {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
    }

    &:hover {
        color: #907b5b;
        background: #fff;
    }
}

.hide-area.show {
    display: block !important;
}

.more-btn.hide {
    display: none;
}

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

    .awc__atc {
        display: flex;
        align-items: flex-start;
    }

    .awc__year {
        font-size: 4rem;
        white-space: nowrap;
        line-height: 1;
        width: 140px;
        margin: 1.4em 0 0;
    }

    .awc__tbl {
        width: calc(100% - 140px);

        & th {
            padding: 1em;

            &:first-child {
                width: 30%;
            }

        }

        & td {
            padding: 1em;

        }
    }

    .awd__more-btn {
        height: 50px;
        font-size: 1.6rem;
        margin: 30px auto;
    }


}

@media screen and (max-width:767px) {
    .awc__atc {
        display: block;
    }

    .awc__year {
        font-size: 3rem;
        width: 100%;
        margin: .5em 0;
        text-align: center;
    }

    .awc__tbl {
        width: 100%;
        font-size: 1.2rem;

        & th {
            padding: 1em .5em;
            letter-spacing: 0;

            &:first-child {
                width: 30%;
            }

        }

        & td {
            padding: 1em .5em;
            letter-spacing: 0;

            &:first-child {
                padding: 1em .5em 1em 0;
            }

        }
    }

    .awd__more-btn {
        height: 50px;
        font-size: 1.6rem;
        margin: 30px auto;
    }

}