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

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

  #business #under_main_img {
    background: url(../images/business/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 430px;
    padding: 0px !important;
    margin-bottom: 135px;
    position: relative;
  }
  
  #business #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;
  }
  
  #business #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%;
  }
  
  #business #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;
  }
  
  #business .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 135px;
  }
  
  #business .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #business .contactBlock__link {
    background: #A00000;
  }
  
  #business .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #business .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #business .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;
  }
  
  #business .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: flex;
    justify-content: center;
  }
  
  #business .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #business .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #business .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #business .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business .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;
  }
  
  #business .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business .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;
  }
  
  #business .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #business .contactBlock__TelFax__inner.line {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 30px;
    margin-right: 30px;
  }
  
  #business .cntsBlock {
    padding: 75px 0px;
  }
  
  #business .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #business .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #business .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #business .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #business .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #business .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #business .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;
  }
  
  #business .cntsBlock .slideBlock .bx-wrapper,
  #business .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #business .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  
  #business .cntsBlock .productList {
    width: 1120px;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #business .cntsBlock .productList__inner {
    width: 47%;
    text-align: center;
    margin-bottom: 50px;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 1) {
    background: url(../images/business/product01_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 2) {
    background: url(../images/business/product02_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 3) {
    background: url(../images/business/product03_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 4) {
    background: url(../images/business/product04_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner .pht img {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
  }
  
  #business .cntsBlock .productList__inner h3 {
    font-size: 2.6rem;
    color: #000450;
  }
  
  #business .cntsBlock .productList__inner h3::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #B59F74;
    margin: 15px auto;
  }
  
  #business .cntsBlock .productList__inner p {
    font-size: 1.6rem;
  }
  

}

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

  #business #under_main_img {
    background: url(../images/business/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 276px;
    padding: 0px !important;
    margin-bottom: 98px;
    position: relative;
  }
  
  #business #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 50%;
    width: 77vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    text-align: center;
  }
  
  #business #under_main_img .main_en_txt {
    display: block;
    font-size: 1.7rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 58%;
  }
  
  #business #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 190px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #business .leadTxt {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 106px;
    padding: 0 3vw;
  }
  
  #business .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #business .contactBlock__link {
    background: #A00000;
  }
  
  #business .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #business .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #business .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;
  }
  
  #business .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: block;
    justify-content: center;
  }
  
  #business .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #business .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #business .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #business .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business .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: 31px;
  }
  
  #business .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business .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;
  }
  
  #business .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #business .contactBlock__TelFax__inner.line {
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    /* padding-right: 30px; */
    /* margin-right: 30px; */
    margin: 0 0 27px;
  }
  
  #business .cntsBlock {
    padding: 38px 0px 0;
  }
  
  #business .cntsBlock.slideBlockWrap {
    padding: 40px 0px 0px 0px;
  }
  
  #business .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #business .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #business .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #business .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
    padding: 0 3vw;
  }
  
  #business .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #business .cntsBlock .slideBlock__inner {
    display: block;
    padding: 14px 8px;
    text-align: center;
    font-size: 1.5rem;
    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;
    box-sizing: border-box;
    width: 72%;
    word-wrap: break-word;
  }
  
  #business .cntsBlock .slideBlock .bx-wrapper,
  #business .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #business .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  
  #business .cntsBlock .productList {
    width: 92%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #business .cntsBlock .productList__inner {
    width: 47%;
    text-align: center;
    margin-bottom: 50px;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 1) {
    background: url(../images/business/product01_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 2) {
    background: url(../images/business/product02_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 3) {
    background: url(../images/business/product03_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner:nth-child(4n + 4) {
    background: url(../images/business/product04_bg.png) no-repeat center top;
    background-size: contain;
  }
  
  #business .cntsBlock .productList__inner .pht img {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
  }
  
  #business .cntsBlock .productList__inner h3 {
    font-size: 2.6rem;
    color: #000450;
  }
  
  #business .cntsBlock .productList__inner h3::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #B59F74;
    margin: 15px auto;
  }
  
  #business .cntsBlock .productList__inner p {
    font-size: 1.6rem;
  }
  

}

