@charset "UTF-8";

/* CSS Document */

/*====================================

    wrap_ex

====================================*/

.wrap_ex {
    background: #f0ebe3;
    padding: 80px 40px;
    margin-bottom: 100px;
}
.wrap_ex .inner {
}
.wrap_ex .inner .cell {
    margin-bottom: 80px;
}
.wrap_ex .inner .cell:last-child {
    margin-bottom: 0px;
}
.wrap_ex .inner .cell .ttl {
    width: 100%;
    text-align: center;
    font-size: 200%;
    line-height: 1em;
    position: relative;
    margin-bottom: 40px;
    font-weight: 400;
}
.wrap_ex .inner .cell .ttl:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #F29600;
    display: block;
    margin: 30px auto 0;
}
.wrap_ex .inner .cell .thought {
    width: 100%;
    text-align: center;
}
.wrap_ex .inner .cell .text_ph {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.wrap_ex .inner .cell .text_ph .ph {
    width: 40%;
}
.wrap_ex .inner .cell .text_ph .text {
    width: 60%;
    padding-right: 60px;
}
.wrap_ex .inner .cell .text_ph .text p span {
    font-weight: 400;
    font-size: 120%;
    display: block;
    margin-bottom: 20px;
} 
.wrap_ex .inner .cell .text_ph .text p {
}

/*====================================

    sustainability_list

====================================*/

.sustainability_list {
}
.sustainability_list .inner {
    padding: 0 40px;
}
.sustainability_list .inner .cell {
    width: 100%;
    display: table;
    border-bottom: 2px solid #f0ebe3;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.sustainability_list .inner .cell .text {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
.sustainability_list .inner .cell .text .icon_list {
    margin: 30px 0 0 0;
    padding: 0;
}
.sustainability_list .inner .cell .text .icon_list li {
    width: 50px;
    float: left;
    margin-right: 10px;
    border: none;
}
.sustainability_list .inner .cell .text .icon_list li img {
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.sustainability_list .inner .cell .ph {
    width: 30%;
    display: table-cell;
    vertical-align: top;
}
.sustainability_list .inner .cell .text {
    padding-right: 60px;
}
.sustainability_list .inner .cell .text .ttl {
    font-weight: 400;
    font-size: 120%;
    margin-bottom: 10px;
    display: block;
}

/*====================================

    clock

====================================*/

.clock {
    position: absolute;
    left: -80px;
    bottom: -20px;
}
.clock .clock_long,
.clock .clock_short,
.clock .clock_bg {
    width: 400px !important;
}
.clock .clock_long img,
.clock .clock_short img,
.clock .clock_bg img {
    width: 100%;
}



