@charset "utf-8";

/*------------------------------------------------------------
共通・リセット
--------------------------------------------------------------*/
#contents_outer {
    background: #fff!important;
}

#contents_inner {
    width: 1080px;
    margin: 20px auto;
}
#path {
    margin: 0 auto;
    padding-top: 20px;
    width: 1080px;
}

.h1_section {
    display: none;
}

#contents {
    width: 100%;
    padding: 0 0 90px;
}

.cont-wrap * {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'メイリオ','Meiryo', Helvetica,sans-serif;
    color: #000;
    font-size: 18px;
}

/*------------------------------------------------------------
メイン
--------------------------------------------------------------*/
.mainView {
    background-attachment: fixed;
    height: 400px;
    background: url(../images/img_main.jpg)no-repeat top 0vw center/cover;
}

/*------------------------------------------------------------
私たちの事業の強みと特長
--------------------------------------------------------------*/
.strength__ttl {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
}

.strength__mainTtl {
    font-size: 30px;
    font-weight: 500;
    color: #595656;
    letter-spacing: 0.05em;
}

.strength__subTtl {
    display: block;
    color: #595656;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Noto Serif JP';
}

.strength__statement {
    line-height: 1.94;
    margin-bottom: 42px;
}

.strength-point__info {
    margin-bottom: 42px;
}

.strength-point__info:last-child {
    margin-bottom: 0;
}

.strength-point__infoDesc {
    padding: 25px 30px 0;
    line-height: 1.94;
}