@charset "UTF-8";
.cp2Read_wrap {
    height: 540px;
    box-sizing: border-box;
    position: relative;
    padding: 135px 0 0;
    margin: 70px 0 218px;
}
.cp2Read_wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 540px;
    background: url(../img/company02_mv_bk2.jpg) center center/cover no-repeat;
    z-index: 1
}
.cp2Read_ttl {
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700
}
.cp2Read_ttl span {
    display: block;
    font-size: 36px;
}
.cp2Read_txt {
    font-size: 22px;
    line-height: 1.666;
    color: #fff;
    font-weight: 500;
    padding-top: 30px;
    text-shadow: 4px 4px 4px #000;
}
.c-cnt {
    background: #faf4ec;
    position: relative;
    padding: 145px 0 82px;
    margin-bottom: 200px;
}
.c-cnt:before {
    content: none;
}
.c-cnt.is-ver2 {
    padding: 128px 0 60px;
    margin-bottom: 200px;
}
.c-ttl_wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -85px;
}
.c-ttl {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 0;
}
.c-ttl span {
    font-size: 150px;
    line-height: 1;
}
.cp2Pre_ttl {
    font-size: 42px;
    line-height: 1;
    color: #170e09;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}
.cp2Pre_txt {
    font-size: 22px;
    line-height: 2;
    color: #170e09;
    font-weight: 500;
    text-align: center;
}
.cp2Read_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cp2Read_lst li {
    width: 307px;
    box-sizing: border-box;
    background: #e78000;
    color: #fff;
    border-radius: 6px;
    padding: 30px 30px;
}
.cp2Read_box .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.cp2Read_box .txt {
    font-size: 14px;
    line-height: 2;
}
.cp2Slg_ttl {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -67px;
}
.cp2Slg_ttl .ttl {
    width: 420px;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #e78000;
    padding: 42px 0;
    border-radius: 6px;
    margin: 0 auto;
    box-sizing: border-box;
}
.cp2Slg_wrap {
    text-align: center;
}
.cp2Slg_wrap .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 26px;
}
.cp2Slg_wrap .txt {
    font-size: 24px;
    line-height: 2;
}
.cp2Slg_ttl .ttl .fs-s {
    display: block;
    font-size: 18px;
    margin-top: 20px;
}
.cp2Slg_ttl.ver2 {
    top: -86px;
}
.c-sb {
    padding-top: 10px;
}
.company02 .c-cnt.ver2 {
    background: none;
    padding: 0 0 50px;
    margin-bottom: 60px;
}
.c-cnt.ver2:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #faf4ec;
    left: 0;
    border-radius: 0 6px 6px 0;
    width: -webkit-calc(870px + (100% - 1000px) / 2);
    width: calc(870px + (100% - 1000px) / 2);
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
}
.c-cnt.ver2:after {
    z-index: 1;
    background: #e78000;
    display: block;
    position: absolute;
    content: '';
    bottom: auto;
    top: 76px;
    right: 0;
    width: -webkit-calc(210px + (100% - 1000px) / 2);
    width: calc(210px + (100% - 1000px) / 2);
    height: 160px;
    border-radius: 6px 0 0 6px;
}
.cpTtl_warp {
    margin-bottom: 30px;
    overflow: hidden;
}
.cpTtl_ttl {
    font-size: 46px;
    line-height: 1.3;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.c-cnt.ver2 .cpTtl_ttl {
    float: right;
}
.c-list_cnt.ver2 .img .in, .c-list_cnt.ver3 .img .in {
    height: 220px;
}
.c-list_cnt.ver3 {
    width: 307px;
    margin-right: 39px;
}
.c-list_cnt.ver3:last-child {
    margin-right: 0;
}
@media (min-width:896px) {
}
@media only screen and (max-width:896px) {
    .cp2Read_wrap {
        height: auto;
        padding: 38px 20px 40px;
        margin: 30px 0 80px;
    }
    .cp2Read_wrap:before {
        width: 100%;
        height: 100%;
        background: url(../img/sp/company02_mv_bk2.jpg) center center/cover no-repeat;
    }
    .cp2Read_ttl {
        font-size: 25px;
        line-height: 1.4;
    }
    .cp2Read_ttl span {
        font-size: 12px;
    }
    .cp2Read_txt {
        font-size: 12px;
        padding-top: 16px
    }
    .c-cnt {
        padding: 70px 0 38px;
        margin-bottom: 92px;
    }
    .c-cnt.is-ver2 {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
        box-sizing: border-box;
        padding: 82px 0 30px;
        margin-bottom: 65px;
    }
    .c-cnt.is-ver2 .c-main.ver2 {
        padding: 0
    }
    .c-ttl_wrap {
        top: -40px;
    }
    .c-ttl {
        font-size: 45px;
    }
    .c-ttl span {
        font-size: 70px;
    }
    .cp2Pre_ttl {
        font-size: 20px;
        line-height: 1.57;
        margin-bottom: 24px;
    }
    .cp2Pre_txt {
        font-size: 12px;
        line-height: 2;
    }
    .cp2Read_lst {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cp2Read_lst li {
        width: 100%;
        margin: 0 0 40px;
        padding: 30px 20px;
    }
    .cp2Read_lst li:last-child {
        margin: 0;
    }
    .cp2Read_box .ttl {
        font-size: 20px;
        line-height: 1.57;
        margin-bottom: 24px;
    }
    .cp2Read_box .txt {
        font-size: 12px;
        line-height: 2;
    }
    .cp2Slg_ttl {
        top: -35px;
    }
    .cp2Slg_ttl .ttl {
        width: 230px;
        font-size: 25px;
        padding: 30px 0;
    }
    .cp2Slg_wrap .ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cp2Slg_wrap .txt {
        font-size: 12px;
        line-height: 2;
    }
    .cp2Slg_ttl .ttl .fs-s {
        font-size: 15px;
        margin-top: 10px;
    }
    .cp2Slg_ttl.ver2 {
        top: -50px;
    }
    .c-sb {
        padding-top: 5px;
    }
    .company02 .c-cnt.ver2 {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    .c-cnt.ver2:before {
        border-radius: 0;
        width: 100%;
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
    }
    .c-cnt.ver2:after {
        right: auto;
        left: 0;
        top: 30px;
        width: 130px;
        height: 130px;
        border-radius: 0 5px 5px 0;
    }
    .cpTtl_warp {
        margin-bottom: 20px;
    }
    .c-cnt.ver2 .cpTtl_ttl {
        float: left;
        font-size: 23px;
    }
    .c-list_cnt.ver3 .img {
        width: 157px;
        height: 112px;
    }
    .c-list_cnt.ver3 {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    .c-list_cnt.ver3:first-child {
        margin-top: 0;
    }
    .c-list_cnt.ver3 a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .c-list_cnt.ver3 .img .in {
        height: auto;
    }
    .c-list_cnt.ver3 .txtbx {
        width: -webkit-calc(100% - 157px);
        width: calc(100% - 157px);
        box-sizing: border-box;
        padding-left: 20px;
    }
    .c-list_cnt.ver3 .txt {
        padding-top: 0;
    }
}
@media only screen and (max-width:360px) {
    .c-cnt.is-ver2 .c-main.ver2 {
        padding: 0 10px
    }
}

/* Policy 追加 */
.c-cnt.is-ver3 {
    padding: 128px 0 60px;
    margin-bottom: 100px;
}
@media only screen and (max-width:896px) {
    .c-cnt.is-ver3 {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
        box-sizing: border-box;
        padding: 82px 0 30px;
        margin-bottom: 65px;
    }
}

/* ビジョンマップ ボタン */
.btn_vission_map:hover{
	color: #fff;
	background: #e78000;
	text-decoration: none;
	border: solid 2px #e78000;
}
.btn_vission_map {
	width: 250px;
	margin: 50px auto 50px;
	padding: 20px 0;
	font-size: 14px;
	/* font-size: 1.2rem; */
	font-weight: 700;
	display: block;
	border: solid 2px #170e09;
	text-align: center;
	line-height: 1.2;
	/* letter-spacing: .2em; */
}

/* フローティングバナー */
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 30px; /* バナーの上下の位置 */
  right: 10px; /* バナーの左右の位置 */
  width: 250px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100%; /* スマホの画面幅いっぱいにバナーを表示 */
    bottom: 0px; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
  }
}
