@charset "UTF-8";


/*============================
	s-contents /company__page
============================*/

.s-cont__atc {
    width: 32%;
    max-width: 377px;
    margin-bottom: 30px;
}

.s-cont__h3 {
    margin-top: .75em;

    & img {
        width: 55px;
    }
}

@media screen and (max-width:1024px) {
    .s-cont__atc {
        width: 32%;
        margin-bottom: 20px;
    }

    .s-cont__h3 {
        margin-top: .75em;

        & img {
            width: 45px;
        }
    }
}

@media screen and (max-width:767px) {
    .s-cont__atc {
        width: 100%;
        margin: 0 auto 30px;

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

    .s-cont__h3 {
        display: flex;

        .txt {
            font-size: 1.8rem;
        }

        & img {
            width: 45px;
        }
    }
}

/* company__page common */
.kv.detail-kv .inner {
    border: none;
}

.company__page .com__secttl {
    text-align: left;

    .font-en {
        font-size: 2.4rem;
    }

    .txt {
        font-size: 4.6rem;

        &::before {
            content: "";
            position: absolute;
            width: 1em;
            height: 8px;
            border-top: solid 2px #4d3939;
            border-bottom: solid 2px #4d3939;
            left: 0;
            bottom: -.5em;
        }

    }
}

.com__secttl {
    white-space: nowrap;
    position: relative;

    .font-en {
        font-size: 2.4rem;
        display: block;
        color: #1169ab;
    }

    .txt {
        font-size: 4.6rem;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 1em;
            height: 8px;
            border-top: solid 2px #4d3939;
            border-bottom: solid 2px #4d3939;
            left: 0;
            bottom: -.5em;
        }

    }
}

.company__page .sub__pagelink02 li {
    width: 18%;
    min-width: 150px;
}


@media screen and (max-width:1024px) {
    .company__page .com__secttl {
        text-align: left;

        .font-en {
            font-size: 2rem;
        }

        .txt {
            font-size: 3rem;

            &::before {
                width: 1.5em;
                height: 6px;
                border-top: solid 1px #4d3939;
                border-bottom: solid 1px #4d3939;
                bottom: -.75em;
            }
        }
    }

    .com__secttl {

        .font-en {
            font-size: 2rem;
        }

        .txt {
            font-size: 3rem;

            &::before {
                width: 1.5em;
                height: 6px;
                border-top: solid 1px #4d3939;
                border-bottom: solid 1px #4d3939;
                bottom: -.75em;
            }

        }
    }
}

@media screen and (max-width:767px) {
    .company__page .com__secttl {
        text-align: left;

        .font-en {
            font-size: 2rem;
        }

        .txt {
            font-size: 2.4rem;

            &::before {
                width: 1.5em;
                height: 6px;
                border-top: solid 1px #4d3939;
                border-bottom: solid 1px #4d3939;
                bottom: -.75em;
            }
        }
    }

    .com__secttl {

        .font-en {
            font-size: 2rem;
        }

        .txt {
            font-size: 2.4rem;

            &::before {
                width: 1.5em;
                height: 6px;
                border-top: solid 1px #4d3939;
                border-bottom: solid 1px #4d3939;
                bottom: -.75em;
            }

        }
    }

    .company__page .sub__pagelink02 li {
        width: 48%;
        min-width: 150px;
    }

}

/* company-about__page */
/*============================
	ca-message
============================*/
.ca-message {
    padding-bottom: 0;
}

.cam__img {
    width: 40%;
    max-width: 468px;
}

.com__txtwrap {
    width: 58%;
}

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

@media screen and (max-width:767px) {
    .cam__img {
        width: 100%;
        margin: 0 auto 20px;
    }

    .com__txtwrap {
        width: 100%;
    }
}

/*============================
   ca-about
============================*/
.caa__tbl {
    width: 100%;
}

.caa__tbl th {
    white-space: nowrap;
    padding: 1em;
    border: solid 2px #1169ab;
    border-left: none;
    border-right: none;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    line-height: 1.6;
}

.caa__tbl td {
    padding: 1em;
    border: solid 2px #c2bbb4;
    border-left: none;
    border-right: none;
    vertical-align: top;
    text-align: left;
    line-height: 1.6;
}

.caa__tbl .g-map__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin-left: 2em;
    height: 40px;
    background: #1169ab;
    color: #fff;
    white-space: nowrap;
    border-radius: 20px;

    & i {
        margin-left: .5em;
    }
}

@media screen and (max-width:1024px) {
    .caa__tbl th {
        padding: 1em;
    }

    .caa__tbl td {
        padding: 1em;
    }

    .caa__tbl .g-map__btn {
        width: 200px;
        font-size: 1.2rem;
        margin-left: 2em;
        height: 35px;
        border-radius: 17.5px;
    }
}

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

    .caa__tbl td {
        padding: 1em 0;
    }

    .caa__tbl .g-map__btn {
        width: 160px;
        font-size: 1.2rem;
        margin-left: 2em;
        height: 35px;
        border-radius: 17.5px;
        margin: 10px auto 0 0;
    }
}

/*============================
	ca-history 
============================*/
.cah__list {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 2px;
        height: calc(100% - 10px);
        background: #4d3939;
        left: 11px;
        top: .1em;
    }
}

.cah__list li {
    display: flex;
    margin-bottom: 1em;
    padding-left: 40px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        left: 0;

        width: 23px;
        height: 23px;
        background-color: #fed008;
        border-radius: 50%;
        top: .1em;
    }
}

.cah__date {
    font-weight: bold;
    width: 8em;
}

.cah__txt {
    font-weight: bold;
    width: calc(100% - 8em);
}

@media screen and (max-width:1024px) {
    .cah__list {
        &::before {
            width: 2px;
            height: calc(100% - 10px);
            left: 11px;
            top: .1em;
        }
    }

    .cah__list li {
        margin-bottom: 1em;
        padding-left: 40px;

        &::before {

            width: 23px;
            height: 23px;
            top: .1em;
        }
    }

    .cah__date {
        width: 8em;
    }

    .cah__txt {
        width: calc(100% - 8em);
    }
}

@media screen and (max-width:767px) {
    .cah__list {
        &::before {
            width: 2px;
            height: calc(100% - 10px);
            left: 10px;
            top: .1em;
        }
    }

    .cah__list li {
        margin-bottom: 1em;
        padding-left: 30px;

        &::before {

            width: 20px;
            height: 20px;
            top: .1em;
        }
    }

    .cah__date {
        width: 7em;
    }

    .cah__txt {
        width: calc(100% - 7em);
    }
}

/*============================
	ca-activities 
============================*/
.ca-activities {
    padding-bottom: 0;
}

.caat__atc {
    width: 48%;
    max-width: 580px;
    margin-bottom: 30px;
}

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

@media screen and (max-width:767px) {
    .caat__atc {
        width: 100%;
        margin: 0 auto 30px;

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

/*============================
	ca-sdgs
============================*/
.cas__staff {
    width: 80%;
    max-width: 670px;
    margin: 0 auto 30px;
}

.cas__tbl {
    width: 100%;
    table-layout: fixed;
}

.cas__tbl th {
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.6;
    padding: 1.5em 1em;
    border-bottom: dashed 1.5px #4d3939;
    text-align: left;
}

.cas__tbl th:nth-child(even) {
    background: #ffea91;
}

.cas__tbl td {
    line-height: 1.6;
    padding: 1.5em 1em;
    border-bottom: dashed 1.5px #4d3939;
}

.cas__tbl td:nth-child(even) {
    background: #ffea91;
}

.cas__tbl td:last-child {
    vertical-align: middle;
}

.cas__ico {
    max-width: 82px;
    width: 45%;
    margin: 0 1% 10px;
}

.cas__img02 {
    width: 80%;
    max-width: 536px;
    margin: 0 auto;
}

.ca-sdgs p {
    line-height: 1.8;
}

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


    .cas__ico {
        max-width: 60px;
        width: 45%;
        margin: 0 1% 5px;
    }

    .cas__img02 {
        width: 80%;
    }
}

@media screen and (max-width:767px) {
    .cas__lead {
        text-align: left;
    }

    .cas__lead02 {
        text-align: left;
    }

    .cas__staff {
        width: 100%;
        margin: 0 auto 30px;
    }

    .cas__tblwarp {
        overflow: hidden;
        overflow-x: scroll;
    }

    .cas__tbl {
        min-width: 780px;
    }

    .cas__icos {
        display: flex;
    }

    .cas__ico {
        max-width: 60px;
        width: 45%;
        margin: 0 1% 5px;
    }

    .cas__img02 {
        width: 100%;
    }
}

/* company-staff__page */


/*============================
	ca-sdgs
============================*/
.csc__atc {
    margin-bottom: 30px;
}

.csc__img {
    margin-bottom: 10px;
}

.csc__h3 {
    margin-bottom: 15px;

    .position {
        font-size: 1.4rem;
    }

    .name {
        display: block;
    }
}

.csc__btn {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background: #1169ab;
    color: #fff;
    border-color: #1169ab;
    font-size: 1.4rem;
    margin: 0 auto;

    &:hover {
        color: #1169ab;
    }
}

.csc__atc:hover .csc__btn {
    background: #fff;
    color: #1169ab;

}

.csc__gropu {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 100px;

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

.character .csc__atc {
    width: 48%;
    margin-bottom: 30px;
}

.csc__info li {
    display: flex;
    padding: .5em;
    border-top: dashed 1px #4d3939;

    &:last-child {
        border-bottom: dashed 1px #4d3939;
    }
}

.csc__info--ttl {
    font-weight: bold;
    white-space: nowrap;
    width: 8em;
}

.csc__info--txt {
    width: calc(100% - 8em);
}

@media screen and (max-width:1024px) {
    .csc__atc {
        margin-bottom: 30px;
    }

    .csc__img {
        margin-bottom: 10px;
    }

    .csc__h3 {
        margin-bottom: 15px;

        .position {
            font-size: 1.2rem;
        }

    }

    .csc__btn {
        width: 200px;
        height: 30px;
        border-radius: 15px;
        font-size: 1.2rem;
    }


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

    }

    .character .csc__atc {
        width: 48%;
        margin-bottom: 30px;
    }

    .csc__info li {
        padding: .5em;

    }

    .csc__info--ttl {
        width: 8em;
    }

    .csc__info--txt {
        width: calc(100% - 8em);
    }
}

@media screen and (max-width:767px) {
    .csc__items {
        display: flex;
        justify-content: space-between;
    }

    .csc__atc {
        width: 49%;
        margin: 0 0 30px;
    }

    .csc__img {
        margin-bottom: 10px;
    }

    .csc__h3 {
        margin-bottom: 15px;

        .position {
            font-size: 1rem;
            line-height: 1.2;
            letter-spacing: 0;
        }

    }

    .csc__btn {
        width: 200px;
        height: 30px;
        border-radius: 15px;
        font-size: 1.2rem;
    }


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

    }

    .character .csc__atc {
        width: 100%;
        margin: 0 auto 30px;

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

    .csc__info li {
        padding: .5em;

    }

    .csc__info--ttl {
        width: 8em;
    }

    .csc__info--txt {
        width: calc(100% - 8em);
    }
}

/* company-staff-detail__page */

.company-staff-detail__page .kv {
    background: #ffd009;
}

/*============================
	csd-contents
============================*/
.csd-contents {
    padding: 80px 0 0;
    background: linear-gradient(#ffd009 0, #ffd009 40%, transparent 40%, transparent 100%);
}

.csd__img {
    max-width: 570px;
    width: 48%;
    position: relative;
    z-index: 9;
}

.csd__box {
    max-width: 1100px;
    width: 90%;
    margin: -300px 0 0 auto;
    background: #ffea91;
    padding: 20px 2%;
}

.csd__txtwrap {
    width: 55%;
    margin: 0 0 0 auto;
}

.cad__ttl {
    span {
        display: block;
    }

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

        .fs-36 {
            margin-right: .5em;
        }
    }
}

.csd__info li {
    display: flex;
    padding: .5em;
    border-top: dashed 1px #4d3939;

    &:last-child {
        border-bottom: dashed 1px #4d3939;
    }
}

.csd__info--ttl {
    font-weight: bold;
    white-space: nowrap;
    width: 6em;
}

.csd__info--txt {
    width: calc(100% - 6em);
}

.csd__comment {
    margin-top: 40px;
    background: #fff;
    padding: 2em 5%;
}

.csd__btn {
    margin: 0 auto;
    width: 280px;
    height: 60px;
    border-radius: 0;
    background: #1169ab;
    border-color: #1169ab;
    color: #fff;
    font-size: 1.6rem;

    &:hover {
        color: #1169ab;
    }
}

@media screen and (max-width:1024px) {
    .csd-contents {
        padding: 40px 0 0;
        background: linear-gradient(#ffd009 0, #ffd009 40%, transparent 40%, transparent 100%);
    }

    .csd__img {
        width: 48%;
    }

    .csd__box {
        width: 90%;
        margin: -25% 0 0 auto;
        padding: 20px 3%;
    }

    .csd__txtwrap {
        width: 55%;
        margin: 0 0 0 auto;
    }

    .cad__ttl {
        .name {
            display: flex;

            .fs-36 {
                margin-right: .5em;
            }
        }
    }

    .csd__info li {
        padding: .5em;
    }

    .csd__info--ttl {
        width: 6em;
    }

    .csd__info--txt {
        width: calc(100% - 6em);
    }

    .csd__comment {
        margin-top: 20px;
        padding: 1em 5%;
    }

    .csd__btn {
        margin: 0 auto;
        width: 240px;
        height: 50px;
        font-size: 1.4rem;
    }

}

@media screen and (max-width:767px) {
    .csd-contents {
        padding: 20px 0 0;
        background: linear-gradient(#ffd009 0, #ffd009 40%, transparent 40%, transparent 100%);
    }

    .csd__img {
        width: 90%;
    }

    .csd__box {
        width: 95%;
        margin: -20px 0 0 auto;
        padding: 40px 5% 20px;
    }

    .csd__txtwrap {
        width: 100%;
        margin: 0;
    }

    .csd__info li {
        padding: .5em;
    }

    .csd__info--ttl {
        width: 6em;
    }

    .csd__info--txt {
        width: calc(100% - 6em);
    }

    .csd__comment {
        margin-top: 20px;
        padding: 1em 5%;
    }

    .csd__btn {
        margin: 0 auto;
        width: 240px;
        height: 50px;
        font-size: 1.4rem;
    }
}



/*============================
	csd-relation 
============================*/

.csd-relation {
    .inner {
        max-width: 1820px;
    }
}



.csdr__box {
    position: relative;
    padding: 50px;

    &::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
    }
}

.csdr__swiper-area {

    width: 500%;
    overflow: hidden;
}

/* swiper */
.csdr__swiper {
    width: 360px;
    margin: 0;
    overflow: visible;
}

.csdr__atc {
    width: 100%;
    margin: 0;
}

.csdr__swbtn-wrap {
    margin: -60px 0 60px;
}

.cr-swiper-button-prev {
    position: relative;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 9;
    top: auto;
}

.cr-swiper-button-next {
    position: relative;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 9;
    top: auto;
    margin-left: 20px;
}

.cr-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../img/cmn/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cr-swiper-button-next::before {
    content: "";
    font-weight: bold;
    position: absolute;
    background: url(../img/cmn/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}


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

    .csdr__box {
        padding: 30px;
    }

    .csdr__swiper-area {

        width: 300%;
    }

    /* swiper */
    .csdr__swiper {
        width: 280px;
    }

    .csdr__swbtn-wrap {
        margin: -30px 0 30px;
    }

    .cr-swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .cr-swiper-button-next {
        width: 50px;
        height: 50px;
        margin-left: 20px;
    }

}

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

    .csdr__box {
        padding: 20px;
    }

    .csdr__swiper-area {

        width: 200%;
    }

    /* swiper */
    .csdr__swiper {
        width: 280px;
    }

    .csdr__swbtn-wrap {
        display: flex;
        margin: 0 0 20px;
    }

    .cr-swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .cr-swiper-button-next {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}


/* company-shop__page */


/*============================
	csd-contents
============================*/
.csh-map {
    padding: 60px 0 0;
}

.schl__atc {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 60px;
}

.schl__btnwrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.schl__btn {
    display: block;
    width: 49%;
}

@media screen and (max-width:1024px) {
    .csh-map {
        padding: 30px 0 0;
    }

    .schl__atc {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }

    .schl__btnwrap {
        width: 100%;
    }

    .schl__btn {
        width: 49%;
    }
}

@media screen and (max-width:767px) {
    .csh-map {
        padding: 30px 0 0;
    }

    .schl__atc {
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .schl__btnwrap {
        display: flex;
        position: relative;
        left: auto;
        bottom: 0;
        margin: 20px auto 0;
    }

    .schl__btn {
        width: 49%;
    }
}


/* company-shop-detail__page */
.company-shop-detail__page .breadcrumb {
    margin: 0;
}

/*============================
    cshd-contents
============================*/
.cshd-contents {
    padding-bottom: 0;
}

.cshd__left {
    width: 50%;
}

.cshd__right {
    width: 48%;
}

.cshd__thumb {
    opacity: .5;
}

/* swiper */
.cshd__thumb.swiper-slide-thumb-active {
    opacity: 1;
}

.cs-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.cs-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.cs-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../img/housebuiltforsale/hsd_sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cs-swiper-button-next::before {
    content: "";
    font-weight: bold;
    position: absolute;
    background: url(../img/housebuiltforsale/hsd_sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cshd__swiper .swiper-button-disabled {
    opacity: .5;
}


.cshd__info li {
    display: flex;
    padding: .5em;
    border-top: dashed 1px #4d3939;

    &:last-child {
        border-bottom: dashed 1px #4d3939;
    }
}

.cshd__info--ttl {
    font-weight: bold;
    white-space: nowrap;
    width: 6em;
}

.cshd__info--txt {
    width: calc(100% - 6em);
}

.cshd__btn--container {
    width: 48%;

    .fs-14 {
        margin-top: .5em;
    }
}


.cshd__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 60px;
    color: #fff;
    white-space: nowrap;
    background: #de6a6f;

    & img {
        width: auto;
        margin-right: .5em;
    }


}

.cshd__mail {
    background: #1169ab;
}

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

    .cshd__left {
        width: 50%;
    }

    .cshd__right {
        width: 48%;
    }

    /* swiper */

    .cs-swiper-button-prev {
        width: 30px;
        height: 30px;
        left: 0;
    }

    .cs-swiper-button-next {
        width: 30px;
        height: 30px;
        left: 100%;
    }



    .cshd__info--ttl {
        width: 6em;
    }

    .cshd__info--txt {
        width: calc(100% - 6em);
    }

    .cshd__btn--container {
        width: 48%;

        .fs-14 {
            font-size: 1.2rem;
            letter-spacing: 0;
            margin-top: .5em;
        }
    }

    .cshd__btn {
        width: 100%;
        max-width: 280px;
        height: 50px;
        font-size: 1.2rem;

        & img {
            margin-right: .5em;
            transform: scale(.75);
        }


    }

}

@media screen and (max-width:767px) {
    .cshd__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .cshd__right {
        width: 100%;
    }

    /* swiper */




    .cshd__info--ttl {
        width: 6em;
    }

    .cshd__info--txt {
        width: calc(100% - 6em);
    }

    .cshd__btn--container {
        width: 100%;
        margin: 0 auto 15px;

        .fs-14 {
            font-size: 1.2rem;

            margin-top: .5em;
        }
    }

    .cshd__btn {
        width: 100%;
        max-width: 280px;
        height: 50px;
        font-size: 1.6rem;
        margin: 0 auto;

        & img {
            margin-right: .5em;
            transform: scale(1);
        }


    }

}


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

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

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


/*============================
	cshd__staff
============================*/
.cshd__staff iframe {
    width: 100%;
    height: 380px;
    margin: 0 auto 100px;
}

.cshds__btn {
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .cshd__staff iframe {
        height: 300px;
        margin: 0 auto 60px;
    }
}

@media screen and (max-width:767px) {
    .cshds__items {
        display: flex;
        justify-content: space-between;
    }

    .cshds__items .csc__atc {
        width: 49%;
    }

    .cshd__staff iframe {
        height: 240px;
        margin: 0 auto 40px;
    }
}