@charset "UTF-8";
/* top */

.company_wrap {
    padding: 20px 0 0 0;
}
.cmpTop_wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cmpTop_in {
    margin: 60px 0 0 0;
}
@media (min-width: 896px) {
    .cmpTop_in {
        width: 49.13793%;
        max-width: 570px;
    }
    .cmpTop_in:nth-child(1) ,
    .cmpTop_in:nth-child(2) {
        margin: 0 0 0 0;
    }
}
.cmpTop_img {
    margin: 0 0 35px 0;
    background: #000;
}
.cmpTop_img a {
    display: block;
}
.cmpTop_img img {
    width: 100%;
    height: auto;
}
@media (min-width: 896px) {
    .cmpTop_img {
        overflow: hidden;
        height: 270px;
    }
    .cmpTop_img img {
        transition: opacity 1s ease-in-out , all 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out , all 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out , all 1s ease-in-out;
        -webkit-transition: opacity 1s ease-in-out , all 1s ease-in-out;
    }
    .cmpTop_img a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }
}
body.company_top .c_ttl {
    margin: 0 0 35px 0;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
}
@media (min-width: 896px) {
    body.company_top .c_ttl {
        padding: 0 10px 15px 0;
    }
    body.company_top .c_ttl.is-all {
        width: 100%;
        display: block;
        padding: 0 0 15px 0;
    }
    body.company_top .c-ttl .is-ttl {
        letter-spacing: -0.02em;
        font-size: 27px;
    }
    .cmpTop-btn {
        width: 320px;
    }
}
/* mission */
.mission_wrap {
    margin: 0 0 150px;
}
.mission_wrap:last-child {
    margin: 0;
}
@media (min-width: 896px) {
    .mission_in {
        width: 1000px;
        margin: 0 auto;
    }
}
.mission-ttl {
    padding: 40px 0 0 0;
    margin: 0 0 20px 0;
    line-height: 1;
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.02em;
}
.mission-ttl.en {
    font-size: 53px;
    margin: 0 0 45px 0;
}
.mission-txt {
    margin: 0 0 20px 0;
    line-height: 1.5;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.02em;
}
body.en .mission-txt {
    font-size: 25px;
}
.mission-img {
    margin: 0 0 30px 0;
    text-align: center;
}
.mission-img.is-ver2 {
    margin: 120px 0 0 0;
}
.img-name {
    padding: 20px 0 0 0;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}
.img-name li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}
.mission-stx {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 40px 0;
}
.mission-stx:last-child {
    margin: 0 0 0 0;
}
/* history */
.history_in {
    padding: 60px 0 0 0;
}
@media (min-width: 896px) {
    .history_in {
        width: 1000px;
        margin: 0 auto;
    }
}
.history_dl {
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    width: 100%;
}
@media (min-width: 896px) {
    .history_dl {
        display: table;
    }
}
.history_dl:last-child {
    margin: 0 0 0 0;
}
.history-dt {
    text-align: left;
    width: 120px;
    font-weight: bold;
    font-size: 14px;
    line-height: 2.4;
}
.history-dd {
    text-align: left;
}
@media (min-width: 896px) {
    .history-dt {
        display: table-cell;
        vertical-align: top;
    }
    .history-dd {
        display: table-cell;
        vertical-align: top;
    }
}
.history-txt {
    font-size: 14px;
    line-height: 2;
}
.history-txt a {
    text-decoration: underline;
    display: inline-block;
    position: relative;
    padding: 0 18px 0 0;
}
.history-txt .is-blk:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    background: url(../svg/window.svg) no-repeat center center;
    background-size: 12px auto;
}
@media (min-width: 896px) {
    .history_img {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit--flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -webkit-flex-align: flex-start;
        align-items: flex-start;
    }
    .history_txt {
        width: calc(100% - 410px);
    }
    .history_img img {
        width: 340px;
        height: auto;
    }
    .history-txt a:hover {
        text-decoration: none;
    }
}
/* profile */
.profile_in {
    margin: 0 0 60px 0;
}
.profile_in:last-child {
    margin: 0 0 0 0;
}
.profile_table {
    width: 1000px;
    margin: 60px auto 0 auto;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}
.profile_table dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
}
.profile_table dl:last-child {
    border-bottom: 0;
}
.profile_table dl dt {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 15px 25px 0 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 2.4285714;
    background: #f7f7f7;
    width: 260px;
}
.profile_table dl dd {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 25px 15px 25px;
}
.profile-txt {
    font-size: 14px;
    line-height: 1.8;
}
.profile_chart {
    padding: 60px 0 0 0;
    text-align: center;
}
.profile-stx {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    padding: 80px 0 0 0;
}
.mission_flt {
    position: relative;
    margin: 50px 0 0 0;
}
.mission-flt {
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 9;
    width: 62%;
    margin: 0 0 0 -31%;
}
body.en .mission-flt {
    top: 80px;
    left: 0;
    width: 100%;
    margin: auto;
}
body.en .mission-flt .mission-stx {
    padding: 0 145px;
}
@media (min-width: 896px) {
    .proFlex_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 480px;
    }
    .proFlex-name {
        width: 150px;
        text-align: left;
    }
}
@media only screen and (max-width: 896px) {
    .company_wrap {
        padding: 15px 15px 0 15px;
    }
    .cmpTop_in {
        margin: 0 0 30px 0;
    }
    .cmpTop_in:last-child {
        margin: 0 0 0 0;
    }
    .cmpTop_img {
        margin: 0 0 15px 0;
    }
    body.company_top .c_ttl {
        margin: 0 0 25px 0;
    }
    .c-ttl .is-ttl {
        font-size: 18px;
    }
    .c-ttl .is-sb {
        font-size: 13px;
    }
    body.company_top .is-all .c-ttl .is-sb {
        padding: 0 0 0 0;
    }
    /* mission */
    .mission_wrap {
        margin: 0 0 30px;
    }
    .mission-ttl {
        padding: 20px 0 0 0;
        margin: 0 0 10px 0;
        font-size: 24px;
    }
    .mission-ttl.en {
        font-size: 28px;
        margin: 0 0 30px 0;
    }
    .mission-ttl.en2 {
        font-size: 29px;
    }
    .mission-txt {
        margin: 0px 0 15px 0;
        line-height: 1.5;
        font-size: 13px;
    }
    body.en .mission-txt {
        font-size: 13px;
    }
    .mission-img {
        margin: 0 -15px 25px -15px;
    }
    .mission-img.is-ver2 {
        margin: 60px 0 0 0;
    }
    .mission-img img {
        width: 100%;
        height: auto;
    }
    .img-name {
        padding: 20px 0 0 0;
        font-size: 12px;
    }
    .img-name li {
        font-size: 12px;
    }
    .mission-stx {
        font-size: 13px;
        line-height: 1.8;
        margin: 0 0 20px 0;
    }
    /* history */
    .history_in {
        padding: 30px 12px 0 13px;
    }
    .history_dl {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }
    .history-dt {
        width: auto;
        font-weight: normal;
        font-size: 12px;
        line-height: 1;
        margin: 0 0 10px 0;
    }
    .history-txt {
        font-size: 12px;
        line-height: 1.8;
    }
    .history_txt {
        margin: 0 0 20px 0;
    }
    .history_img img {
        width: 100%;
        height: auto;
    }
    /* profile */
    .profile_in {
        margin: 0 0 30px 0;
    }
    .profile_table {
        width: auto;
        margin: 50px 0 0 0;
    }
    .profile_table dl dt {
        padding: 13px 20px 0 20px;
        font-weight: bold;
        font-size: 12px;
        line-height: 2.3333333;
        width: 120px;
    }
    .profile_table dl dd {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        box-sizing: border-box;
        padding: 13px 20px 13px 20px;
    }
    .profile-txt {
        font-size: 12px;
        line-height: 1.8;
    }
    .profile_chart {
        width: auto;
        margin: 0;
        padding: 50px 0 0 0;
    }
    .profile-chart {
        width: calc(100% + 15px);
        overflow-x: scroll;
        padding: 0 0 20px 0;
    }
    .profile-stx {
        text-align: right;
        font-size: 12px;
        padding: 20px 0 0 0;
    }
    .mission_flt {
        margin: 30px 0 0 0;
        background: url(../img/sp/mission_img02.png) no-repeat center top;
        background-size: 100% auto;
        min-height: 182px;
    }
    .mission-flt {
        position: inherit;
        top: auto;
        left: auto;
        width: auto;
        margin: 0;
    }
    body.en .mission-flt {
        top: auto;
        left: auto;
        width: auto;
    }
    body.en .mission-flt .mission-stx {
        padding: 0;
    }
    .proFlex_wrap {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }
    .proFlex_wrap:last-child {
        border-bottom: 0;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .mission-ttl.en {
        font-size: 24px;
    }
    .mission-ttl.en2 {
        font-size: 24px;
    }
}/*@media*/
