@charset "UTF-8";
/*--------------------------
 変数
----------------------------*/
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/*--------------------------
 ページスタイル
----------------------------*/

/*PC用*/
@media screen and (min-width:641px) {


  #company_service #under_main_img {
    background: url(../images/company_service/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 430px;
    padding: 0px !important;
    margin-bottom: 60px;
    position: relative;
  }
  
  #company_service #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 4.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #company_service #under_main_img .main_en_txt {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #company_service #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #company_service .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 135px;
  }
  
  #company_service .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #company_service .contactBlock__link {
    background: #A00000;
  }
  
  #company_service .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #company_service .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #company_service .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #company_service .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: flex;
    justify-content: center;
  }
  
  #company_service .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #company_service .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #company_service .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #company_service .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_service .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #company_service .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_service .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #company_service .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #company_service .contactBlock__TelFax__inner.line {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 30px;
    margin-right: 30px;
  }
  
  #company_service .cntsBlock {
    padding: 75px 0px;
  }
  
  #company_service .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #company_service .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #company_service .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #company_service .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #company_service .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #company_service .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #company_service .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #company_service .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #company_service .cntsBlock .slideBlock__inner {
    display: inline-block;
    padding: 75px 50px;
    text-align: center;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #company_service .cntsBlock .slideBlock .bx-wrapper,
  #company_service .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #company_service .cntsBlock.phtBlock {
    width: 1120px;
    margin: 0 auto 150px auto;
    padding: 0px;
    text-align: center;
    position: relative;
  }
  
  #company_service .cntsBlock.phtBlock img {
    width: 100%;
    height: auto;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock {
    background: #fff;
    width: 80%;
    padding: 50px 10px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock h2 {
    font-size: 2.8rem;
    margin-bottom: 0px;
    list-style: 1;
    font-weight: bold;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B59F74;
    margin: 15px auto;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock p.time {
    font-size: 2.4rem;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock p.close {
    font-size: 2rem;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock ul {
    margin-top: 25px;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock ul.chui li {
    color: #ff0000;
    font-size: 1.4rem;
    list-style: none;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock ul.chui li::before {
    content: '※';
  }
  
  #company_service .cntsBlock .serviceList {
    width: 1120px;
    margin: 0px auto;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr {
    background: #ccc;
    background-size: contain;
    height: 400px;
    margin-bottom: 35px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr:last-child {
    margin-bottom: 0px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__inner {
    background: linear-gradient(90deg, #0c0a5a 50%, transparent 70%);
    width: 100%;
    height: 100%;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts {
    width: 50%;
    height: 100%;
    position: relative;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts h3 {
    writing-mode: vertical-rl;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 50px;
    white-space: nowrap;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts__note {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts__note p {
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 20px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts .btnBlock {
    text-align: center;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts .btnBlock a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.4rem;
    color: #fff;
    background: url(../images/common/icon_link_arrow_gold.svg) no-repeat right 13px center;
    background-size: 10px;
    border: 1px solid #fff;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts .btnBlock a:hover {
    background: #B59F74;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood01 .serviceBnr__cnts,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood02 .serviceBnr__cnts,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood03 .serviceBnr__cnts {
    background: url(../images/company_service/logomark.svg) no-repeat left -50px bottom -50px;
    background-size: 300px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood01 .serviceBnr__inner,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood02 .serviceBnr__inner,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood03 .serviceBnr__inner {
    background: linear-gradient(90deg, #0c0a5a 50%, transparent 70%);
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood01 {
    background: url(../images/company_service/pht001.jpg) no-repeat right center #0c0a5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood02 {
    background: url(../images/company_service/pht002.jpg) no-repeat right center #0c0a5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood03 {
    background: url(../images/company_service/pht003.jpg) no-repeat right center #0c0a5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrCold01 {
    background: url(../images/company_service/pht004.jpg) no-repeat right center #450c5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrCold01 .serviceBnr__cnts {
    background: url(../images/company_service/logomark.svg) no-repeat left -50px bottom -50px;
    background-size: 300px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrCold01 .serviceBnr__inner {
    background: linear-gradient(90deg, #450c5a 50%, transparent 70%);
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrEstate01 {
    background: url(../images/company_service/pht005.jpg) no-repeat right center #093950;
    margin-bottom: 75px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrEstate01 .serviceBnr__cnts {
    background: url(../images/company_service/logomark.svg) no-repeat left -50px bottom -50px;
    background-size: 300px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrEstate01 .serviceBnr__inner {
    background: linear-gradient(90deg, #093950 50%, transparent 70%);
  }
  
  #company_service .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}

/*SP用*/
@media screen and (max-width:640px) {


  #company_service #under_main_img {
    background: url(../images/company_service/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 281px;
    padding: 0px !important;
    margin-bottom: 60px;
    position: relative;
  }
  
  #company_service #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #company_service #under_main_img .main_en_txt {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #company_service #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #company_service .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 135px;
  }
  
  #company_service .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #company_service .contactBlock__link {
    background: #A00000;
  }
  
  #company_service .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #company_service .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #company_service .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #company_service .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: block;
    justify-content: center;
  }
  
  #company_service .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #company_service .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #company_service .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto 2px;
  }
  
  #company_service .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_service .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 28px;
  }
  
  #company_service .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_service .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 31px;
  }
  
  #company_service .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #company_service .contactBlock__TelFax__inner.line {
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    /* padding-right: 30px; */
    /* margin-right: 30px; */
    margin: 0 0 33px;
  }
  
  #company_service .cntsBlock {
    padding: 33px 0px;
  }
  
  #company_service .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #company_service .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #company_service .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #company_service .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #company_service .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #company_service .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #company_service .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #company_service .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #company_service .cntsBlock .slideBlock__inner {
    display: inline-block;
    padding: 75px 50px;
    text-align: center;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #company_service .cntsBlock .slideBlock .bx-wrapper,
  #company_service .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #company_service .cntsBlock.phtBlock {
    width: 1120px;
    margin: 0 auto 150px auto;
    padding: 0px;
    text-align: center;
    position: relative;
  }
  
  #company_service .cntsBlock.phtBlock img {
    width: 100%;
    height: auto;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock {
    background: #fff;
    width: 80%;
    padding: 50px 10px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock h2 {
    font-size: 2.8rem;
    margin-bottom: 0px;
    list-style: 1;
    font-weight: bold;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B59F74;
    margin: 15px auto;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock p.time {
    font-size: 2.4rem;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock p.close {
    font-size: 2rem;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock ul {
    margin-top: 25px;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock ul.chui li {
    color: #ff0000;
    font-size: 1.4rem;
    list-style: none;
  }
  
  #company_service .cntsBlock.phtBlock .infoBlock ul.chui li::before {
    content: '※';
  }
  
  #company_service .cntsBlock .serviceList {
    width: 100%;
    margin: 0px auto;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr {
    background: #ccc;
    background-size: contain;
    height: 400px;
    margin-bottom: 35px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr:last-child {
    margin-bottom: 0px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__inner {
    background: linear-gradient(90deg, #0c0a5a 50%, transparent 70%);
    width: 100%;
    height: 100%;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts {
    width: 70%;
    height: 100%;
    position: relative;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts h3 {
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    top: 68px;
    left: 2vw;
    white-space: nowrap;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts__note {
    position: absolute;
    top: 50%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts__note p {
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 20px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts .btnBlock {
    text-align: center;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts .btnBlock a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.4rem;
    color: #fff;
    background: url(../images/common/icon_link_arrow_gold.svg) no-repeat right 13px center;
    background-size: 10px;
    border: 1px solid #fff;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr__cnts .btnBlock a:hover {
    background: #B59F74;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood01 .serviceBnr__cnts,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood02 .serviceBnr__cnts,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood03 .serviceBnr__cnts {
    background: url(../images/company_service/logomark.svg) no-repeat left -50px bottom -50px;
    background-size: 300px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood01 .serviceBnr__inner,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood02 .serviceBnr__inner,
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood03 .serviceBnr__inner {
    background: linear-gradient(90deg, #0c0a5a 50%, transparent 70%);
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood01 {
    background: url(../images/company_service/pht001.jpg) no-repeat right center #0c0a5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood02 {
    background: url(../images/company_service/pht002.jpg) no-repeat right center #0c0a5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrFood03 {
    background: url(../images/company_service/pht003.jpg) no-repeat right center #0c0a5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrCold01 {
    background: url(../images/company_service/pht004.jpg) no-repeat right center #450c5a;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrCold01 .serviceBnr__cnts {
    background: url(../images/company_service/logomark.svg) no-repeat left -50px bottom -50px;
    background-size: 300px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrCold01 .serviceBnr__inner {
    background: linear-gradient(90deg, #450c5a 50%, transparent 70%);
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrEstate01 {
    background: url(../images/company_service/pht005.jpg) no-repeat right center #093950;
    margin-bottom: 75px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrEstate01 .serviceBnr__cnts {
    background: url(../images/company_service/logomark.svg) no-repeat left -50px bottom -50px;
    background-size: 300px;
  }
  
  #company_service .cntsBlock .serviceList .serviceBnr.bnrEstate01 .serviceBnr__inner {
    background: linear-gradient(90deg, #093950 50%, transparent 70%);
  }
  
  #company_service .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}
