@charset "UTF-8";
.c-cnt {
    margin-bottom: 60px;
}
.c-cnt.ver1:before {
    right: 0;
    border-radius: 6px 0 0 6px;
    width: -webkit-calc(1000px + (100% - 1000px) / 2);
    width: calc(1000px + (100% - 1000px) / 2);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
}
.c-cnt.ver1:after {
    content: '';
    right: 0;
    width: 100%;
    height: 170px;
}
.c-cnt.ver2:before {
    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 {
    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;
}
.c-cnt.ver3:before {
    right: 0;
    border-radius: 6px 0 0 6px;
    width: -webkit-calc(920px + (100% - 1000px) / 2);
    width: calc(920px + (100% - 1000px) / 2);
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    border-radius: 6px 0 0 6px;
}
.c-cnt.ver3:after {
    content: '';
    bottom: auto;
    top: 76px;
    left: 0;
    width: -webkit-calc(210px + (100% - 1000px) / 2);
    width: calc(210px + (100% - 1000px) / 2);
    height: 160px;
    border-radius: 0 6px 6px 0;
}
.c-list_cnt.ver2 {
    width: 278px;
    margin-right: 39px;
}
.c-list_cnt.ver3 {
    width: 307px;
    margin-right: 39px;
}
.c-list_cnt.ver2 .img .in,
.c-list_cnt.ver3 .img .in {
    height: 220px;
}
.c-list_cnt.ver3:last-child {
    margin-right: 0;
}
.c-list_cnt.ver2 .ttl {
    font-size: 18px;
}
.cptpTtl_warp {
    margin-bottom: 30px;
}
.cptpTtl_warp .ttl {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.cptpTtl_warp .ttl span {
    color: #e78000;
}
.cptpTtl_warp .sb {
    width: 90%;
}
.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-cnt.ver1 .c-list_cnt .txt {
    color: #fff;
}
.pageCnt_warp.cp3 {
    margin-bottom: 60px;
}
.cp3Cnt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}
.cp3Cnt_side {
    width: 200px;
}
.cp3Cnt_lnk {
    position: sticky;
    top: 140px;
    left: 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.cp3Cnt_lnk li {
    border-bottom: 1px solid #faf4ec;
}
.cp3Cnt_lnk li:last-child {
    border-bottom: none;
}
.cp3Cnt_lnk li a {
    display: block;
    font-weight: bold;
    line-height: 1;
    background: #fff;
    padding: 18px 20px;
    position: relative;
    text-decoration: none;
}
.cp3Cnt_lnk li a:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url(../svg/icn_arw_right_brw.svg) no-repeat center;
    background-size: auto 100%;
}
.cp3Cnt_main {
    width: 760px;
}
.cp3Cnt_box {
    margin-bottom: 60px;
}
.cp3Cnt_box:last-child {
    margin-bottom: 0;
}
.cp3Cnt_h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.cp3Cnt_h2 .en {
    font-size: 30px;
    padding-right: 20px;
}
.cp3Cnt_h2 .or {
    color: #e78000;
}
.cp3Cnt_h3 {
    background: #e78000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 17px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.cp3Main_box {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 60px;
}
.cp3Main_box:last-child {
    margin-bottom: 0;
}
.cp3Main_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #faf4ec;
}
.cp3Main_dl:last-child {
    border-bottom: none;
}
.cp3Main_dl dt {
    width: 164px;
    line-height: 1.8;
    padding: 10px 30px;
    box-sizing: border-box;
    font-weight: bold;
}
.cp3Main_dl dd {
    line-height: 1.8;
    padding: 10px 0;
    padding-right: 30px;
    box-sizing: border-box;
}
.cp3Main_dl dd a {
    text-decoration: underline;
}
.cp3Main_dl dd .img {
    padding: 15px 0;
}
.cp3Main_map iframe {
    width: 100%;
    height: 420px;
}
.cp1Mv_txt {
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    width: 1126px;
    margin: auto;
    z-index: 3;
}
.cp1Msg_wrap {
    position: relative;
    margin: 60px 0;
    padding-top: 300px;
}
.cp1Msg_wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 618px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/company01_mv_bk2.jpg) center / cover no-repeat;
    z-index: 1;
}
.cp1Msg_ttl {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    z-index: 2;
    top: 100px;
    left: -webkit-calc((100% - 1000px) / 2);
    left: calc((100% - 1000px) / 2);
    letter-spacing: .05em;
}
.cp1Msg_txt {
    width: -webkit-calc(878px + (100% - 1200px) / 2);
    width: calc(878px + (100% - 1200px) / 2);
    border-radius: 6px 0 0 0;
    background: #fff;
    margin-left: auto;
    box-sizing: border-box;
    padding: 38px 0 0 38px;
    position: relative;
    z-index: 2;
}
.cp1Msg_txt .txt {
    width: 836px;
}
.cp2Read_wrap {
    background: #e78000;
    position: relative;
    padding: 70px 0;
    margin: 60px 0;
}
.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: 50px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.cp2Read_txt {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
}
.cp2Read_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}
.cp2Read_lst li {
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    width: 306px;
    padding: 28px 0;
}
.cp2Read_box .ttl {
    font-size: 20px;
    line-height: 1.4;
    color: #e78000;
    text-align: center;
}
.cp2Read_box span {
    font-size: 36px;
    font-weight: bold;
}
.cp2Read_lst li:nth-child(3) .ttl span {
    font-size: 26px;
}
.cp2Read_box .txt {
    padding: 15px 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.c-ttl {
    font-size: 100px;
    margin-bottom: -12px;
}
.c-ttl span {
    font-size: 150px;
}
.c-cnt.ver4 {
    padding-bottom: 90px;
}
.c-cnt.ver4:before {
    right: 0;
    width: 100%;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 0;
}

.cp2Pre_txt {
    text-align: center;
    margin-bottom: 60px;
}
.cp2Pre_txt .ttl {
    font-size: 46px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 40px;
}
.cp2Pre_txt .txt {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}
.cp2Pre_lst li {
    background: #fff;
    border-radius: 6px;
    position: relative;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding: 30px 50px;
    margin-bottom: 30px;
    margin-left: auto;
}
.cp2Pre_lst li:last-child {
    margin-bottom: 0;
}
.cp2Pre_lst li:before {
    display: block;
    position: absolute;
    left: -20px;
    top: -10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #e78000;
    z-index: 1;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    font-family: 'AvenirNext Lt Pro', sans-serif;
}
.cp2Pre_lst li:nth-child(1):before {
    content: '1';
}
.cp2Pre_lst li:nth-child(2):before {
    content: '2';
}
.cp2Pre_lst li:nth-child(3):before {
    content: '3';
}
.cp2Pre_lst li:nth-child(4):before {
    content: '4';
}
.cp2Pre_lst li:nth-child(5):before {
    content: '5';
}
.cp2Pre_box .ttl {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 25px;
}
.cp2Pre_box .txt {
    font-size: 16px;
    line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
    .c-cnt.ver1:before {
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px);
    }
    .c-cnt.ver2:before {
        height: -webkit-calc(100% - 150px);
        height: calc(100% - 150px);
    }
    .c-cnt.ver3:before {
        height: -webkit-calc(100% - 150px);
        height: calc(100% - 150px);
    }
    .cpTtl_ttl {
        max-height: 4.2em;
    }
}
@media (min-width: 896px) {
    .c-cnt.ver1 .c-list_cnt a:hover .txt {
        opacity: .8;
    }
    .cp3Cnt_lnk li.current a,
    .cp3Cnt_lnk li a:hover {
        background: #e78000;
        color: #fff;
    }
    .cp3Cnt_lnk li.current a:before,
    .cp3Cnt_lnk li a:hover:before {
        background: url(../svg/icn_arw_right_w.svg) no-repeat center;
        background-size: auto 100%;
    }
}
@media only screen and (max-width: 896px) {
    .c-cnt {
        margin-bottom: 30px;
    }
    .c-cnt.ver1:before {
        border-radius: 0;
        width: 100%;
        height: 100%;
    }
    .c-cnt.ver1:after {
        content: none;
    }
    .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;
    }
    .c-cnt.ver3:before {
        border-radius: 0;
        width: 100%;
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
    }
    .c-cnt.ver3:after {
        right: 0;
        left: auto;
        top: 30px;
        width: 130px;
        height: 130px;
        border-radius: 5px 0 0 5px;
    }
    .c-list_cnt.ver2 {
        width: 47%;
        margin-right: 0;
    }
    .c-list_cnt.ver2 .img .in{
        height: auto;
    }
    .c-list_cnt.ver2 .ttl {
        font-size: 12px;
    }
    .c-list_cnt.ver3 {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    .c-list_cnt.ver3:nth-child(-n+2) {
        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 {
        width: 157px;
        height: 112px;
    }
    .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;
    }
    .cptpTtl_warp {
        padding-top: 45px;
        margin-bottom: 25px;
    }
    .cptpTtl_warp .ttl {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .cptpTtl_warp .sb {
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
    }
    .cpTtl_warp {
        margin-bottom: 20px;
    }
    .cpTtl_ttl {
        font-size: 23px;
        float: right;
    }
    .c-cnt.ver2 .cpTtl_ttl {
        float: left;
    }
    .c-cnt.ver1 .c-list_cnt .txt {
        color: #170e09;
    }

    .pageCnt_warp.cp3 {
        margin-bottom: 70px;
    }
    .cp3Cnt_wrap {
        display: block;
        position: relative;
        padding: 100px 0 25px;
    }
    .cp3Cnt_side {
        width: 100%;
    }
    .cp3Cnt_lnk {
        position: absolute;
        top: -100px;
        left: -20px;
        background: #e78000;
        border-radius: 0;
        width: 100%;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 14px 0;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
    }
    .cp3Cnt_lnk li {
        border-bottom: none;
        border-right: 1px solid #fff;
        text-align: center;
    }
    .cp3Cnt_lnk li:last-child {
        border-right: none;
    }
    .cp3Cnt_lnk li a {
        background: transparent;
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.6;
        color: #fff;
        box-sizing: border-box;
    }
    .cp3Cnt_lnk li a:before {
        content: none;
    }
    .cp3Cnt_main {
        width: 100%;
    }
    .cp3Cnt_box {
        margin-bottom: 50px;
    }
    .cp3Cnt_h2 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .cp3Cnt_h2 .en {
        font-size: 20px;
        padding-right: 10px;
    }
    .cp3Cnt_h3 {
        font-size: 15px;
        padding: 13px 15px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .cp3Main_box {
        background: transparent;
        margin-bottom: 60px;
        border-radius: 0;
    }
    .cp3Main_box:last-child {
        margin-bottom: 0;
    }
    .cp3Main_dl {
        display: block;
        border-bottom: none;
        background: #fff;
        border-radius: 5px;
        margin-bottom: 5px;
        padding: 15px 0;
    }
    .cp3Main_dl:last-child {
        margin-bottom: 0;
    }
    .cp3Main_dl dt {
        width: 100%;
        padding: 0 15px;
        margin-bottom: .6em;
    }
    .cp3Main_dl dd {
        padding: 0 15px;
    }
    .cp3Main_dl dd a {
        text-decoration: underline;
    }
    .cp3Main_dl dd .img {
        padding: 10px 0;
    }
    .cp3Main_dl dd .img img {
        width: 105px;
        height: auto;
    }
    .cp3Main_map iframe {
        width: 100%;
        height: 225px;
    }
    .cp1Mv_txt {
        top: 50px;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .cp1Msg_wrap {
        margin: 30px 0;
        padding-top: 200px;
    }
    .cp1Msg_wrap:before {
        width: 100%;
        height: 200px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/sp/company01_mv_bk2.jpg) center / cover no-repeat;
        z-index: 1;
    }
    .cp1Msg_ttl {
        font-size: 20px;
        top: 30px;
        left: 50%;
        margin-left: -27px;
    }
    .cp1Msg_txt {
        width: 100%;
        border-radius: 0;
        padding: 25px 20px 0;
    }
    .cp1Msg_txt .txt {
        width: 100%;
    }
    .cp2Read_wrap {
        padding: 0 0 30px;
        margin: 30px 0;
    }
    .cp2Read_wrap:before {
        height: 148px;
        background: url(../img/sp/company02_mv_bk2.jpg) center center / cover
    }
    .cp2Read_ttl {
        font-size: 18px;
        padding: 65px 0;
    }
    .cp2Read_txt {
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
        padding-top: 25px;
    }
    .cp2Read_lst {
        display: block;
        padding-top: 25px;
    }
    .cp2Read_lst li {
        border-radius: 5px;
        width: 100%;
        padding: 25px 0;
        margin-bottom: 20px;
    }
    .cp2Read_lst li:last-child {
        margin-bottom: 0;
    }
    .cp2Read_box .ttl {
        font-size: 15px;
    }
    .cp2Read_box span {
        font-size: 25px;
    }
    .cp2Read_lst li:nth-child(3) .ttl span {
        font-size: 20px;
    }
    .cp2Read_box .txt {
        padding: 20px 20px 0;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .c-ttl {
        font-size: 45px;
        line-height: .9;
        margin-bottom: 0;
    }
    .c-ttl span {
        font-size: 70px;
    }
    .c-cnt.ver4 {
        padding-bottom: 25px;
    }
    .c-cnt.ver4:before {
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px);
    }
    .cp2Pre_txt {
        margin-bottom: 40px;
    }
    .cp2Pre_txt .ttl {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .cp2Pre_txt .txt {
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
    }
    .cp2Pre_lst li {
        border-radius: 5px;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        padding: 18px 30px;
    }
    .cp2Pre_lst li:before {
        left: -10px;
        top: -10px;
        width: 30px;
        height: 30px;
        border-radius: 3px;
        font-size: 20px;
        padding-top: 8px;
    }
    .cp2Pre_box .ttl {
        font-size: 15px;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .cp2Pre_box .txt {
        font-size: 13px;
        line-height: 2;
    }
}
@media only screen and (max-width: 360px) {
    .cptpTtl_warp .ttl {
        font-size: 26px;
    }
    .c-list_cnt.ver2 .ttl {
        font-size: 10px;
    }
    .c-list_cnt.ver3 .img {
        width: 130px;
        height: 92px;
    }
    .c-list_cnt.ver3 .txtbx {
        width: -webkit-calc(100% - 130px);
        width: calc(100% - 130px);
        padding-left: 15px;
    }
    .cp3Cnt_lnk li a {
        padding: 0 12px;
        font-size: 12px;
    }
    .cp2Read_ttl {
        font-size: 15px;
        padding: 67px 0;
    }
}

/* フローティングバナー */
.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; /* バナーの左右の位置 */
  }
}
