@charset "utf-8";

.container {
    overflow: hidden;
    background: #f7f7f7;
}
#contents {
    width: auto;
    overflow: hidden;
}
.box * {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    box-sizing: border-box;
}
img {
    vertical-align: top;
}
a:hover {
    text-decoration: none;
}
a:hover img {
    opacity: .8;
}
::placeholder {
    color: #ccc;
}
:root {
    --blue: #3e6397;
    --gold: #d8b863;
}
.wrap {
    width: 950px;
    margin: auto;
}
[class*="btn-item"]{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size  : 16px;
    font-weight: 400;
    color      : #fff;
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.btn-item--blue   { background-color: #3e6397;}
.btn-item--purple { background-color: #452963;}

[class*="btn-item"]:after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top     : 50%;
    right   : 0;
}
[class*="btn-item"]:hover{
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.title {
    text-align: center;
    font-size  : 40px;
}
    .title__en {
        display: block;
        font-size  : 20px;
        color      : #3e6397;
        margin: -2px 0 27px;
    }


/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/

.mainview {
    width: 990px;
    margin: 10px auto 0;
}
.mainview * {
    outline: none;
}
    .mainview__items {
        padding: 0 20px;
    }
.mainview .slick-list {
    overflow: visible;
}
.slick-dots {
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin: 5px 0 0;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #dfdfdf;
    border-radius: 50%;
    border       : none;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
    font-size: inherit;
    color    : transparent;
    padding: 0;
}
.slick-dots .slick-active button {
    background-color: #575757;
}

/*-------------------------------------------------------------------------
アセットビオス特集
-------------------------------------------------------------------------*/

.topic {
    background: url("../images/top/bg_leaf.png") no-repeat center / cover;
    margin: 12px 0 0;
    padding: 62px 0 70px;
}
    .topic__ttl {
        text-align: center;
        line-height: 1;
        font-size  : 40px;
        font-weight: 500;
        margin: 0 0 43px;
    }
    .topic__contents {
        display        : flex;
        align-items    : flex-start;
        flex-direction : row-reverse;
        justify-content: space-between;
    }
        .topic__contents-right {
            width: 600px;
            display       : flex;
            flex-direction: column-reverse;
        }
            .topic__contents-right-bottom {
                display        : flex;
                flex-wrap      : wrap;
                justify-content: space-between;
            }
.topic__ttl-sub {
    font-size  : 20px;
    font-weight: 500;
    margin: 17px 0 4px;
}
.topic__text {
    font-size: 18px;
}
.topic-list__items {
    margin: 0 0 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.topic-list__items:last-child {
    margin: 0;
}

/*-------------------------------------------------------------------------
会社概要
-------------------------------------------------------------------------*/

.company {
    background: url("../images/top/bg_company.png") no-repeat center / cover;
    padding: 60px 0;
}
    .company__ttl {
        text-align: center;
        font-size  : 40px;
        font-weight: 500;
        margin: 0 0 70px;
    }
.greeting {
    display: flex;    
    background-color: #fff;
    margin: 0 0 90px 40px;
}
    .greeting__img {
        margin: -30px 0 0 -40px;
        position: relative;
        height: 365px;
    }
    .greeting__img:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top     : 10px;
        left    : 10px;
        border: 1px solid #fff;
    }
    .greeting__right {
        width: calc(100% - 310px + 40px);
        text-align: center;
    }
        .greeting__text {
            margin: 54px 0 0;
            font-size: 22px;
            font-weight: 500;
            line-height: 2.2;
            letter-spacing: 2px;
        }
        .greeting__name {
            text-align: right;
            margin: 39px 20px 39px;
        }
        .greeting__btn {
            text-align: right;
            margin: 0 10px 10px 0;
        }
.guide {
    background-color: #f1f2f2;
    display: flex;
    margin: 0 0 70px;
}
    .guide__left {
        width: calc(100% - 540px);
        padding: 20px;
    }
        .guide__ttl {
            display    : flex;
            align-items: center;
            font-size  : 22px;
            font-weight: 700;
        }
        .guide__address {
            margin: 17px 0 8px;
            font-family: 'Noto Sans JP', sans-serif;
            font-size  : 20px;
            font-weight: 400;
        }
            .guide__address-small {
                font-family: inherit;
                font-size  : 16px;
                display: block;
            }
        .guide-list {
            display    : flex;
            border-bottom: 1px solid #f1f2f3;
        }
        .guide-list a:hover {
            border-bottom: 1px solid #333;
        }
            .guide-list__ttl,
            .guide-list__text {
                font-family: 'Noto Sans JP', sans-serif;
                font-size  : 16px;
                height: 33px;
                line-height: 33px;
            }
            .guide-list__ttl {
                width: 99px;
                background-color: #d6dde8;
                padding: 0 0 0 18px;
            }
            .guide-list__text {
                width: calc(100% - 99px);
                background-color: #fff;
                padding: 0 0 0 12px;
            }
                .guide-list__text a {
                    font-family: inherit;
                    font-size  : inherit;
                    font-weight: inherit;
                    color      : inherit;
                }
    .guide__right iframe {
        width: 540px;
        height: 100%;
    }
.summary:not(:last-of-type){
    margin: 0 0 40px;
}
    .summary__ttl {
        text-align: center;
        line-height: 1;
        font-size  : 24px;
        font-weight: 500;
        color      : #fff;
        margin: 0 0 24px;
    }
    .summary-list {
        border-bottom: 1px dotted #fff;
        display: flex;
        margin: 0 0 8px;
        padding: 0 0 9px;
    }
        .summary-list__ttl,
        .summary-list__text {
            font-family: 'Noto Sans JP', sans-serif;
            font-size  : 16px;
            font-weight: 200;
            color      : #fff;
        }    
        .summary-list__ttl {
            width: 157px;
        }
        .summary-list__text {
            width: calc(100% - 157px);
        }

/*-------------------------------------------------------------------------
事業内容
-------------------------------------------------------------------------*/

.business-sec {
    padding: 60px 0;
    background-color: #fff;
}

    .business-list__items {
        margin: 0 0 20px;
        position: relative;
        padding: 0 20px 20px;
        background-image: url("../images/top/img_arw.png");
        background-repeat: no-repeat;
        background-position: right 22px top 19px;
        border: 1px solid #ece0c1;
        box-shadow: 0 1px 5px rgba(0,0,0,.2);
    }
    .business-list__items:last-child {
        margin: 0;
    }
        .business-list__ttl {
            background-color: #d8b863;
            width: 308px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            font-size  : 24px;
            font-weight: 500;
            color      : #fff;
            margin: 0 auto 28px;
        }
        .business-list__contents {
            display        : flex;
            align-items    : flex-start;
            justify-content: space-between;
        }
        .business-list__items:nth-child(2n) .business-list__contents {
            flex-direction: row-reverse;
        }
            .business-list__side {
                width: calc(100% - 240px - 20px);
            }
                .business-list__text {
                    font-family: 'Noto Sans JP', sans-serif;
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 1.7;
                    margin: 0 0 10px;
                }
                .business-list__link {
                    display: block;
                    text-decoration: underline;
                    font-family: 'Noto Sans JP', sans-serif;
                    font-size  : 16px;
                    font-weight: 300;
                    color      : #3e6397;
                    position: absolute;
                    bottom: 50px;
                    left: 281px;
                }

/*-------------------------------------------------------------------------
コンセプト
-------------------------------------------------------------------------*/

.consept {
    padding: 60px;
    background-color: #fffbef;
    display        : flex;
    justify-content: center;
}
    .consept-list__items {
        display    : flex;
        align-items: center;
        margin: 0 0 19px;
    }
        .consept-list__num {
            font-size: 85px;
            width: 72px;
            line-height: 1;
        }
        .consept-list__items:nth-child(2n - 1) .consept-list__num { color: #d8b863;}
        .consept-list__items:nth-child(2n) .consept-list__num     { color: #3e6397;}

        .consept-list__text {
            font-size: 22px;
            margin: 7px 0 0;
        }
            .consept-list__point {
                font-size  : inherit;
                font-weight: 500;
            }
            .consept-list__items:nth-child(2n - 1) .consept-list__point { color: #d8b863;}
            .consept-list__items:nth-child(2n) .consept-list__point     { color: #3e6397;}



/*-------------------------------------------------------------------------
CSR
-------------------------------------------------------------------------*/

.csr-sec {
    padding: 60px 0 53px;
    background: #f1f2f3;
}
    .csr__head {
        text-align: center;
        font-size  : 35px;
        font-weight: 500;
        color      : #452963;
        margin: 0 0 34px;
    }
    .csr-panel {
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0,0,0,.2);
        margin: 0 0 20px;
        padding: 25px 20px;
    }
        .csr-panel__ttl {
            text-align: center;
            font-size  : 24px;
            font-weight: 500;
            line-height: 1;
            margin: 0 0 20px;
        }
        .csr-panel__text {
            font-family: 'Noto Sans JP', sans-serif;
            font-size  : 16px;
            line-height: 1.7;
        }
    .csr__btn {
        text-align: right;
    }
