@charset "utf-8";
h1, h2, h3, h4, h5, p, span, strong, th, td, dt, dd, a, div {
  letter-spacing: .1vw;
}

/*======= PAGE-MV =======*/

#main .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px;
  padding-top: 78px;
  box-sizing: border-box;
  background: url(../img/business/business-mv.jpg) no-repeat center;
  background-size: cover;
}

#main .mv h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 10px;
}

#main .mv h2 span {
  font-size: 20px;
  letter-spacing: 10px;
}

/*======= inner =======*/

#main {
  position: relative;
  overflow-x: hidden;
}

#main .main-up-inner {
  background: #fff;
  padding: 0 30px 1vw;
}

#main .main-md-inner {
  background: #f3f1f1;
  padding: 0 30px 1.5vw;
}

#main .main-dw-inner {
  background: #fff;
  padding: 0 30px 1.5vw;
}

.section-inner {
  padding: 30px 30px 60px 30px;
  background: #fff;
}

.section-inner.nopd {
  padding: 30px 30px 30px 30px;
  margin-bottom: 0;
}

.section-inner.nomg {
  margin-bottom: 0;
}

.section-inner.mg {
  margin-bottom: 5%;
}

.spbr {
  display: none;
}

.sp-cont {
  display: none;
}

@media screen and (max-width:1035px) {
  #main .mv {
    height: 175px;
    padding-top: 0;
  }
  #main .mv h2 {
    font-size: 20px;
  }
  #main .mv h2 span {
    font-size: 14px;
  }
  #main .main-up-inner, #main .main-dw-inner, #main .main-md-inner {
    padding: 0 3% 20px;
  }
  .section-inner {
    padding: 3%;
  }
  .section-inner.nopd {
    padding: 3% 3% 0 3%;
  }
}

@media screen and (max-width:785px) {
  #main .mv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #main .mv h2 {
    /* width: 90vw; */
    padding: 0 3%;
    text-align: left;
    font-size: 26px;
    letter-spacing: 1vw;
  }
  #main .mv h2 span {
    font-size: 16px;
    letter-spacing: 1vw;
  }
  #main .main-up-inner, #main .main-md-inner {
    padding: 0 3% 5%;
  }
  #main .main-dw-inner {
    padding: 0 0 5% 0;
  }
  .section-inner.nopdr {
    padding-right: 0;
  }
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
  .pc-cont {
    display: none;
  }
  .sp-cont {
    display: block;
  }
  .sp-space {
    display: none;
  }
}

@media screen and (max-width:400px) {
  #main .mv h2 {
    padding: 0 3%;
    text-align: left;
    font-size: 5.4vw;
    letter-spacing: .5vw;
  }
  #main .mv h2 span {
    font-size: 3.8vw;
  }
}

/*======= Breadcrumb =======*/

#main .topicpath {
  padding-left: 0;
}

/* ======= sections =======*/

/* ////////////////////////////PC/////////////////////////////// */

/* improvement */

.improvement {
  padding: 5% 0 8%;
}

.imp-content {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.imp-item {
  width: 47%;
  position: relative;
}

.imp-item img {
  width: 100%;
  height: auto;
}

.imp-item h3 {
  background: #e1201b;
  color: #fff;
  font-weight: bold;
  font-size: 1.2vw;
  padding: .8vw 1vw .8vw;
  position: absolute;
  top: -1.6vw;
  left: -2vw;
  z-index: 1;
}

.imp-item p {
  background: rgba(255, 255, 255, 0.8);
  color: #010101;
  font-weight: bold;
  font-size: 1.3vw;
  line-height: 3vw;
  text-align: center;
  position: absolute;
  display: block;
  width: 74%;
  padding: 1.6vw 1vw 5vw;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  letter-spacing: .3vw;
}

.imp-item:nth-of-type(2) p {
  padding: 4.6vw 1.4vw 5vw;
}

.imp-item p::before {
  content: "";
  background: url("../img/business/arrow-red-r.png") no-repeat center center/cover;
  width: 3.7vw;
  height: 1.1vw;
  position: absolute;
  right: 1.8vw;
  bottom: 2vw;
  z-index: 2;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.imp-item a:hover p::before {
  right: 1.3vw;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.imp-item a:hover p {
  background: rgba(255, 255, 255, 1);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.imp-btn {
  width: 80%;
  margin: auto;
  margin-top: 3%;
}

.imp-btn a {
  display: block;
  background: #e1201b;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1.4vw 0;
  font-size: 1.6vw;
  font-weight: bold;
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.imp-btn a::before {
  content: "";
  background: url("../img/business/arrow-wh-r.png") no-repeat center center/cover;
  width: 3.7vw;
  height: 1.1vw;
  position: absolute;
  right: 18vw;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 2;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.imp-btn a:hover {
  background: #010101;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.imp-btn a:hover::before {
  right: 16.5vw;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/* /////////////////////////////////////// */

.f-inner {
  width: 92%;
  margin: auto;
}

.section-tit {
  color: #000;
  font-size: 2vw;
  font-weight: bold;
  padding: 4vw 0 1.5vw;
  position: relative;
  letter-spacing: .2vw;
}
.section-tit::before {
  content: "";
  background: #000;
  width: 60vw;
  height: 2px;
  position: absolute;
  left: 41vw;
  top: 67%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
}
.office_page .section-tit::before {
  width: 78vw;
  right: 0;
  left:auto;
  top: 67%;
}

.s-pro { padding-top:7vw; }

.s-pro::before {
  width: 50vw;
  left: 47vw;
}

.s-case {
  padding-bottom: 0;
  margin-bottom: -1vw;
}

.s-case::before {
  width: 62vw;
  left: 37vw;
  top: 80%;
}

.sec-name {
  text-align: center;
  font-size: 1.7vw;
  font-weight: bold;
  padding: 1vw 0 3vw;
  line-height: 3vw;
}

.sec-txt {
  text-align: center;
  margin-bottom: 3vw;
}

.sec-txt p {
  display: inline-block;
  color: #e1201b;
  font-size: 1.7vw;
  font-weight: bold;
  padding: 1vw 2vw;
  border: 2px solid #e1201b;
  line-height: 3vw;
}

/* /////////////////////////////////////// */

/* merit */

.merit-item, .case-item {
  background: #f3f1f1;
  padding-bottom: 3%;
  margin-bottom: 3%;
}

/* //////////////////////////////////////////// */

.s-heading {
  background: #000;
  text-align: center;
  padding: 1%;
  padding-bottom: 1.5%;
}

.s-heading h3, .s-heading h4 {
  display: inline-block;
  color: #fff;
  font-size: 2.5vw;
  position: relative;
  letter-spacing: .3vw;
}

.s-heading h3::before, .s-heading h4::before {
  content: "";
  background: #e1201b;
  width: 0.8vw;
  height: 3vw;
  position: absolute;
  left: -2.5vw;
  top: 55%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

/* ////////////////////////////////////////////// */

.stock-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-top: 9%;
}

.btf-box {
  text-align: center;
  background: #FFF;
  border-radius: 10px;
  padding: 7.5vw 2vw 3vw;
  position: relative;
}

.btf-box::before {
  content: "";
  width: 11.4vw;
  height: 11.4vw;
  position: absolute;
  left: 50%;
  top: -6vw;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 1;
}

.be-icon::before {
  background: url("../img/business/before.png") no-repeat center center/cover;
}

.af-icon::before {
  background: url("../img/business/after.png") no-repeat center center/cover;
}

.arrow-box {
  text-align: center;
}

.btf-box.bef-box {
  width: 35%;
}

.btf-box.af-box {
  width: 52%;
}

.arrow-box {
  width: 12%;
}

.btf-box p {
  line-height: 2.3vw;
}

.btf-box.af-box>p {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 3%;
}

.s-gbox {
  display: block;
  background: #f3f1f1;
  padding: 1.7vw 0;
  margin-bottom: 3%;
}

.s-gbox p {
  font-size: 1.2vw;
  font-weight: bold;
}

.box-desc {
  font-size: 1.2vw;
  font-weight: bold;
}

.box-desc span {
  color: #000;
}

.btf-box.af-box .box-desc {
  text-align: left;
}

.arrow-box img {
  width: 2.5vw;
  height: 3.2vw;
}

.ec-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3%
}

.ec-box {
  width: 25%;
  margin: .5vw;
  background: #fff;
  padding: 3% 2%;
  text-align: center;
  border-radius: 10px;
}

.ec-box img {
  height: 6vw;
  margin-bottom: 2vw;
}

.ec-box p {
  font-size: 1.1vw;
  text-align: left;
  font-weight: bold;
  letter-spacing: .2vw;
}

.ec-box p span.yahoo {
  position: relative;
  display: inline-block;
}

.ec-box p span.yahoo::before {
  content: "ヤフー";
  font-size: .6vw;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -.3vw;
}
@media screen and (max-width:785px) {
  .ec-box p span.yahoo::before {
    content: "ヤフー";
    font-size: 1vw;
  }

}
.other-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3%
}

.other-box {
  width: 25%;
  margin: .5vw;
  background: #fff;
  padding: 3% 2%;
  text-align: center;
  border-radius: 10px;
}

.other-box img {
  height: 7vw;
  margin-bottom: 2vw;
}

.other-box p {
  font-size: 1.1vw;
  text-align: left;
  font-weight: bold;
  letter-spacing: .2vw;
}

/* //////////////////////////////////////// */

.content-desc {
  font-size: 1.7vw;
  font-weight: bold;
  padding: 3% 0 3% 2%;
  position: relative;
}

.content-desc::before {
  content: "";
  background: #464646;
  width: 0.8vw;
  height: 2.5vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

/* ///////////////////////////////////////// */

/* img_box */

.img_box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}

.img_box-item {
  width: 32%;
  margin-right: 2%;
}

.img_box-item:last-of-type {
  margin-right: 0;
}

.img_box-item img {
  width: 100%;
  height: auto;
}

.img_box-desc {
  position: relative;
  background: #f3f1f1;
  padding: 1vw;
}

.img_box-desc h4 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  margin: 2% 0 3% -1.6vw;
  padding: .8vw 1.5vw;
  background: #000000;
  z-index: 1;
}

.img_box-desc p {
  font-size: 1.25vw;
  line-height: 2.3vw;
  height: 16vw;
}

/* /////////////////////////////////// */

/* pkg-cv */

.pkg-cv {
  width: 100vw;
  background: #e1201b;
  position: relative;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  padding: 3% 0;
  text-align: center;
}

.pkg-cv h3 {
  width: 100%;
  color: #fff;
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: .5vw;
}

.pkg-cv h3 span {
  display: inline-block;
  font-size: 2.6vw;
  letter-spacing: .5vw;
  line-height: 1;
  vertical-align: -12%;
}

.pkg-cv-btn {
  margin-top: 2%;
  text-align: center;
}

.pkg-cv-btn a {
  display: inline-block;
  width: 22vw;
  color: #010101;
  font-size: 1.3vw;
  font-weight: bold;
  text-decoration: none;
  padding: 1vw 2vw 1.3vw 1vw;
  background: #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.pkg-cv-btn a::before {
  content: "";
  background: url("../img/business/t-arrow-red-S-r.png") no-repeat center center/cover;
  width: .9vw;
  height: 1.4vw;
  position: absolute;
  right: 11%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.pkg-cv-btn a:hover {
  background: #010101;
  color: #fff;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.pkg-cv-btn a:hover::before {
  background: url("../img/business/t-arrow-wh-S-r.png") no-repeat center center/cover;
}

/* contact-cv */

.contact-cv {
  padding: 3% 0;
  text-align: center;
}

.contact-cv h4 {
  color: #e1201b;
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: .5vw;
  margin-bottom: 1%;
}

.contact-cv h4 span {
  display: inline-block;
  font-size: 2.2vw;
  letter-spacing: .5vw;
  line-height: 1;
  vertical-align: -8%;
}

.contact-cv p {
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: .3vw;
}

.contact-cv-btn {
  margin-top: 2%;
  text-align: center;
}

.contact-cv-btn a {
  display: inline-block;
  width: 22vw;
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
  text-decoration: none;
  padding: 1vw .2vw 1.3vw 3vw;
  background: #e1201b;
  border-radius: 50px;
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  letter-spacing: .3vw;
}

.contact-cv-btn a::before {
  content: "";
  background: url("../img/business/t-arrow-wh-S-r.png") no-repeat center center/cover;
  width: .9vw;
  height: 1.4vw;
  position: absolute;
  right: 11%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
}

.contact-cv-btn a::after {
  content: "";
  background: url("../img/business/b-mail-wh-icon.png") no-repeat center center/cover;
  width: 2.2vw;
  height: 1.7vw;
  position: absolute;
  left: 24%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
}

.contact-cv-btn a:hover {
  background: #010101;
  color: #fff;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/* ////////////////////////////////////////////// */

/* storage */

.storage .img_box-desc p {
  height: 11vw;
}

.storage .img_box-content {
  margin-bottom: 1%;
}

.sto-txt {
  color: #e1201b;
  text-align: center;
  font-size: 1.3vw;
  background: #f3f1f1;
  padding: 1.2vw 0;
  margin-bottom: 3%;
}

/* inspection */

.inspection .img_box-desc p {
  height: 15vw;
}

/* distribution */

.distribution .img_box-desc p {
  height: 15vw;
}

/* contact-r-cv */

.contact-r-cv {
  width: 100vw;
  background: #e1201b;
  position: relative;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  padding: 3% 0;
  text-align: center;
}

.contact-r-cv h4 {
  color: #fff;
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: .5vw;
  margin-bottom: 1%;
}

.contact-r-cv h4 span {
  display: inline-block;
  font-size: 2.2vw;
  letter-spacing: .5vw;
  line-height: 1;
  vertical-align: -8%;
}

.contact-r-cv p {
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: .3vw;
  color: #fff;
}

.contact-r-cv-btn {
  margin-top: 2%;
  text-align: center;
}

.contact-r-cv-btn a {
  display: inline-block;
  width: 22vw;
  color: #010101;
  font-size: 1.3vw;
  font-weight: bold;
  text-decoration: none;
  padding: 1vw .2vw 1.3vw 3vw;
  background: #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  letter-spacing: .3vw;
}

.contact-r-cv-btn a::before {
  content: "";
  background: url("../img/business/t-arrow-red-S-r.png") no-repeat center center/cover;
  width: .9vw;
  height: 1.4vw;
  position: absolute;
  right: 11%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
}

.contact-r-cv-btn a::after {
  content: "";
  background: url("../img/business/b-mail-blk-icon.png") no-repeat center center/cover;
  width: 2.2vw;
  height: 1.7vw;
  position: absolute;
  left: 24%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.contact-r-cv-btn a:hover {
  background: #010101;
  color: #fff;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.contact-r-cv-btn a:hover::after {
  background: url("../img/business/b-mail-wh-icon.png") no-repeat center center/cover;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.contact-r-cv-btn a:hover::before {
  background: url("../img/business/t-arrow-wh-S-r.png") no-repeat center center/cover;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/* case */

.case-tit {
  display: inline-block;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  padding: 2vw 3vw 2vw 8vw;
  background: #010101;
  position: relative;
  -webkit-transform: translatey(4.5vw);
  -ms-transform: translatey(4.5vw);
  transform: translatey(4.5vw);
}

.case-tit::before {
  content: "";
  background: url("../img/business/office-building.png") no-repeat center center/cover;
  width: 3.5vw;
  height: 3.4vw;
  position: absolute;
  left: 7%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
}

.case-item {
  padding-top: 10%;
  margin-bottom: 0;
}

.cs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.cs-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  position: relative;
  width: 44%;
}

.cs-box::before {
  content: "";
  width: 8vw;
  height: 8vw;
  position: absolute;
  left: 50%;
  top: -4vw;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 1;
}

.be-icon::before {
  background: url("../img/business/before.png") no-repeat center center/cover;
}

.af-icon::before {
  background: url("../img/business/after.png") no-repeat center center/cover;
}

.cs-desc {
  font-size: 1.3vw;
  line-height: 2.2vw;
  text-align: left;
  padding: 4% 8%;
  height: 8.2vw;
}

.cs-desc li {
  position: relative;
}

.cs-desc li::before {
  content: "・";
  font-size: 1.7vw;
  position: absolute;
  left: -1.8vw;
  top: 0;
}

.cs-desc2 {
  height: 8vw;
}

.c-red {
  color: #e1201b;
}

.footer-up {
  text-align: center;
  background: #c0c0c0;
}

.footer-up p {
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: .4vw;
  padding: 3vw 0;
}

/* ////////////////////////////SP/////////////////////////////// */

@media screen and (max-width:785px) {
  .f-inner.s_f-inner {
    width: 90%;
    margin: auto;
  }
  /* improvement */
  .improvement {
    padding: 10% 0 13%;
  }
  .imp-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .imp-item {
    width: 100%;
    position: relative;
    padding-left: 3%;
    margin-bottom: 8%;
    height: 100%;
  }
  .imp-item:last-of-type {
    margin-bottom: 0;
  }
  .imp-item img {
    width: 100%;
    height: auto;
  }
  .imp-item h3 {
    font-size: 3.3vw;
    padding: 2.5vw 4vw 3.5vw;
    letter-spacing: .5vw;
    top: -4vw;
    left: 0;
  }
  .imp-item p {
    background: rgba(255, 255, 255, 0.9);
    font-size: 4vw;
    line-height: 9vw;
    width: 80%;
    padding: 3vw 1.4vw 9vw;
    top: 55%;
    left: 51%;
    letter-spacing: .3vw;
  }
  .imp-item:nth-of-type(2) p {
    padding: 5vw 1.4vw 16vw;
  }
  .imp-item p::before {
    width: 6.9vw;
    height: 2vw;
    right: auto;
    left: 50%;
    bottom: 5vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .imp-btn {
    width: 100%;
    margin: auto;
    margin-top: 3%;
  }
  .imp-btn a {
    padding: 3vw 12vw 3vw 0;
    font-size: 4vw;
    letter-spacing: .3vw;
  }
  .imp-btn a::before {
    width: 9vw;
    height: 2.6vw;
    right: 7vw;
    top: 52%;
  }
  .imp-btn a:hover::before {
    right: 7vw;
  }
  /* /////////////////////////////////////// */
  .section-tit {
    font-size: 4.5vw;
    padding: 10vw 0 3vw;
    letter-spacing: .3vw;
  }
  .section-tit::before {
    width: 12vw;
    left: 93%;
    top: 70%;
  }
  .office_page .section-tit::before {
    width: 60vw !important;
    top: 70%;
  }
  .s-pro { padding-top:13vw; }

  .s-pro::before {
    width: 44vw;
    left: 53vw;
    top: 76%;
  }
  .s-case {
    padding-bottom: 0;
    padding-right: 3%;
    padding-left: 3%;
  }
  .s-case::before {
    width: 16vw;
    left: 87%;
    top: 82%;
  }
  .sec-name {
    text-align: center;
    font-size: 4vw;
    line-height: 7vw;
    font-weight: bold;
    padding: 3vw 0 4vw;
  }
  .sec-name.sec-name-sp {
    padding: 5vw 0 6vw;
  }
  .sec-txt {
    text-align: center;
    margin-bottom: 5vw;
  }
  .sec-txt p {
    display: block;
    font-size: 4vw;
    padding: 3vw 0 3.5vw;
    line-height: 7vw;
    letter-spacing: .3vw;
  }
  /* /////////////////////////////////////// */
  .s-heading {
    background: #000;
    text-align: center;
    padding: 1.5vw 1.5% 2vw;
  }
  .s-heading h3, .s-heading h4 {
    display: inline-block;
    color: #fff;
    font-size: 4.5vw;
    position: relative;
    letter-spacing: .4vw;
  }
  .s-heading h3::before, .s-heading h4::before {
    width: 1vw;
    height: 5vw;
    left: -2.5vw;
    top: 55%;
  }
  .s-heading.twoline h4::before {
    top: 27%;
    left: 8.5vw;
  }
  /* ////////////////////////////////////////////// */
  .stock-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16%;
  }
  .merit-item, .case-item {
    margin-bottom: 8%;
  }
  .btf-box {
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    padding: 12vw 4vw 3vw;
    position: relative;
  }
  .btf-box::before {
    width: 17vw;
    height: 17vw;
    left: 50%;
    top: -9vw;
  }
  .arrow-box {
    text-align: center;
  }
  .btf-box.bef-box {
    width: 90%;
    margin-bottom: 5vw;
  }
  .btf-box.af-box {
    width: 90%;
  }
  .arrow-box {
    width: 100%;
    margin-bottom: 13vw;
    text-align: center;
  }
  .arrow-box img.sp-cont {
    display: inline-block;
  }
  .btf-box p {
    line-height: 2.3vw;
  }
  .btf-box.af-box>p {
    font-size: 3vw;
    margin-bottom: 5%;
    letter-spacing: .5vw;
  }
  .s-gbox {
    display: block;
    background: #f3f1f1;
    padding: 2vw 0;
    margin-bottom: 3%;
  }
  .s-gbox p {
    font-size: 3.4vw;
    line-height: 5vw;
    letter-spacing: .4vw;
  }
  .btf-box .box-desc {
    font-size: 3vw;
    line-height: 5vw;
  }
  .btf-box.af-box p.box-desc {
    margin-bottom: 0;
  }
  .box-desc span {
    color: #000;
  }
  .btf-box.af-box .box-desc {
    text-align: left;
  }
  .arrow-box img {
    width: 10vw;
    height: 4vw;
  }
  .ec-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 3.5%
  }
  .stock-content.f-inner, .ec-content.f-inner, .other-content.f-inner {
    width: 94%;
  }
  .ec-box {
    width: 43%;
    margin: auto;
    margin-bottom: .8vw;
    padding: 5% 3% 3%;
  }
  .ec-box-up {
    height: 32vw;
  }
  .ec-box-dw {
    height: 37vw;
  }
  .ec-box-up {
    height: 32vw;
  }
  .ec-box img {
    height: 10vw;
    margin-bottom: 3.5vw;
  }
  .ec-box p {
    font-size: 3.2vw;
    text-align: left;
    font-weight: bold;
    letter-spacing: .2vw;
  }
  .other-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 3.5%
  }
  .other-box {
    width: 43%;
    height: 28vw;
    margin: auto;
    margin-bottom: .8vw;
    padding: 5% 3% 3%;
  }
  .other-box-dw {
    height: 24vw;
  }
  .other-box img {
    height: 10vw;
    margin-bottom: 3.5vw;
  }
  .other-box p {
    font-size: 3.2vw;
    text-align: left;
    font-weight: bold;
    letter-spacing: .2vw;
  }
  /* //////////////////////////////////////// */
  .content-desc {
    font-size: 4.5vw;
    margin-bottom: 3%;
    letter-spacing: .4vw;
    padding: 3% 0 3% 4%
  }
  .content-desc::before {
    width: 1vw;
    height: 4vw;
    top: 52%;
  }
  .content-desc.th-line::before {
    top: 23%;
  }
  .content-desc.tw-line::before {
    top: 33%;
  }
  /* ///////////////////////////////////////// */
  /* img_box */
  .img_box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3%;
  }
  .img_box-item {
    width: 32%;
    margin-right: 2%;
  }
  .img_box-item:last-of-type {
    margin-right: 0;
  }
  .img_box-item img {
    width: 100%;
    height: auto;
  }
  .img_box-desc {
    padding: 1vw 2vw 1.8vw;
  }
  .img_box-desc h4 {
    font-size: 3.2vw;
    font-weight: bold;
    margin: 2% 0 3% -3vw;
    padding: .8vw 1.5vw;
  }
  .img_box-desc p {
    font-size: 3vw;
    line-height: 5vw;
    letter-spacing: .4vw;
    height: 27vw;
  }
  /* /////////////////////////////////// */
  /* pkg-cv */
  .pkg-cv {
    width: 100vw;
    padding: 5% 0;
  }
  .pkg-cv h3 {
    width: 100%;
    color: #fff;
    font-size: 3.5vw;
    line-height: 6vw;
    letter-spacing: 1vw;
  }
  .pkg-cv h3 span {
    font-size: 4.5vw;
    letter-spacing: 1vw;
    line-height: 1;
  }
  .pkg-cv-btn {
    margin-top: 3%;
  }
  .pkg-cv-btn a {
    width: 70vw;
    font-size: 4vw;
    letter-spacing: 1vw;
    padding: 2vw 4vw 2.5vw 1vw;
  }
  .pkg-cv-btn a::before {
    width: 2.5vw;
    height: 4vw;
    right: 9%;
  }
  /* contact-cv */
  .contact-cv {
    padding: 5% 0 10%;
  }
  .contact-cv h4 {
    font-size: 3.5vw;
    letter-spacing: .8vw;
    margin-bottom: 2%;
  }
  .contact-cv h4 span {
    font-size: 4.5vw;
    letter-spacing: .8vw;
  }
  .contact-cv p {
    font-size: 2.5vw;
    letter-spacing: .8vw;
  }
  .contact-cv-btn {
    margin-top: 5%;
    text-align: center;
  }
  .contact-cv-btn a {
    width: 70vw;
    font-size: 4vw;
    letter-spacing: 1vw;
    padding: 2vw .2vw 2.5vw 3vw;
  }
  .contact-cv-btn a::before {
    width: 2.5vw;
    height: 4vw;
    right: 15%;
  }
  .contact-cv-btn a::after {
    width: 4.5vw;
    height: 3.4vw;
    position: absolute;
    left: 22%;
    top: 50%;
  }
  /* ////////////////////////////////////////////// */
  /* storage */
  .storage .img_box-desc p {
    height: 22vw;
  }
  .storage .img_box-content {
    margin-bottom: 1%;
  }
  .sto-txt {
    font-size: 3vw;
    letter-spacing: .5vw;
    padding: 4vw 0;
    margin-bottom: 7%;
    line-height: 4.5vw;
  }
  /* inspection */
  .inspection .img_box-desc p {
    height: 27vw;
  }
  /* distribution */
  .distribution .img_box-desc p {
    height: 21.5vw;
  }
  /* contact-r-cv */
  .contact-r-cv {
    padding: 8% 0;
  }
  .contact-r-cv h4 {
    font-size: 3.5vw;
    letter-spacing: .8vw;
    margin-bottom: 2%;
  }
  .contact-r-cv h4 span {
    font-size: 4.5vw;
    letter-spacing: .8vw;
  }
  .contact-r-cv p {
    font-size: 2.5vw;
    letter-spacing: .8vw;
  }
  .contact-r-cv-btn {
    margin-top: 5%;
  }
  .contact-r-cv-btn a {
    width: 70vw;
    font-size: 4vw;
    letter-spacing: 1vw;
    padding: 2vw .2vw 2.5vw 3vw;
  }
  .contact-r-cv-btn a::before {
    width: 2.5vw;
    height: 4vw;
    right: 15%;
  }
  .contact-r-cv-btn a::after {
    width: 4.4vw;
    height: 3.4vw;
    position: absolute;
    left: 22%;
  }
  /* case */
  .case-tit {
    font-size: 4.5vw;
    padding: 3vw 0 3vw 14vw;
    width: calc(100% - 3%);
    letter-spacing: .4vw;
  }
  .case-tit::before {
    width: 5vw;
    height: 4.9vw;
    left: 5%;
    top: 52%;
  }
  .case-item {
    padding-top: 20%;
    margin-bottom: 5%;
    padding-bottom: 10%;
  }
  .cs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 3%;
  }
  .cs-box {
    width: 100%;
    height: 100%;
  }
  .cs-box::before {
    width: 18vw;
    height: 18.1vw;
    top: -9vw;
  }
  .case .arrow-box {
    margin-bottom: 15vw;
    margin-top: 6vw;
  }
  .cs-desc {
    font-size: 3.8vw;
    line-height: 5.5vw;
    padding: 6% 8%;
    height: auto;
    letter-spacing: .3vw;
  }
  .cs-desc li::before {
    font-size: 4vw;
    left: -3.6vw;
  }
  /* .cs-desc2 {
    height: 16vw;
  } */
  .footer-up {
    text-align: center;
    background: #f9d2d1;
  }
  .footer-up p {
    font-size: 4.7vw;
    line-height: 7vw;
    letter-spacing: .5vw;
    padding: 8vw 0;
  }
  /* //////////////////////////////////////////////// */
  /* slider */
  .service {
    width: 120vw;
    position: relative;
    margin-bottom: 18%;
  }
  .storage {
    width: 120vw;
    position: relative;
    margin-bottom: 13%;
  }
  .inspection {
    width: 120vw;
    position: relative;
    margin-bottom: 13%;
  }
  .distribution {
    width: 120vw;
    position: relative;
    margin-bottom: 15%;
  }
  .img_box-item {
    width: 90% !important;
  }
  .slick-list {
    padding: 0 30% 0 0!important;
  }
  .slick-slider .slick-list {
    -webkit-transform: translate3d(-2%, 0, 0) !important;
    transform: translate3d(-2%, 0, 0) !important;
  }
  .slick-slide {
    -webkit-transform: translatex(3%);
    -ms-transform: translatex(3%);
    transform: translatex(3%);
  }
  .slick-dots {
    bottom: -9vw !important;
    left: -18vw;
  }
  .storage .slick-dots {
    bottom: -7vw !important;
    left: -18vw;
  }
  .inspection .slick-dots {
    bottom: -6vw !important;
    left: -18vw;
  }
  .distribution .slick-dots {
    bottom: -7.7vw !important;
    left: -18vw;
  }
  .slick-dots li button:before {
    font-size: 30px !important;
    opacity: .4 !important;
  }
  .slick-dots li.slick-active button:before {
    font-size: 45px !important;
    opacity: .8 !important;
  }
}

@media screen and (max-width:380px) {
  .slick-dots {
    bottom: -10vw !important;
  }
  .storage .slick-dots {
    bottom: -10vw !important;
  }
  .inspection .slick-dots {
    bottom: -9vw !important;
  }
  .distribution .slick-dots {
    bottom: -9.7vw !important;
  }
  .storage, .inspection, .distribution {
    margin-bottom: 18%;
  }
  .slick-dotted.slick-slider .slick-dots li button:before {
    font-size: 40px !important;
    width: 30px !important;
    opacity: .4 !important;
  }
  .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
    font-size: 60px !important;
    width: 30px !important;
    opacity: .8 !important;
  }
}
.office_add {
width:100%;
  display: flex;
  gap: 30px;
}
.office_img{width:50%}
.office_img img{width:100%}
.office_des{width:calc(50% - 30px);padding: 20px 0 0;}
.office_des p{line-height:1.8;margin-bottom:15px;font-size: 1.8rem;}
.office_des  table {width: 100%;}
.office_des  table td{font-size: 1.8rem;line-height:1.8;}
.office_des  table tr td:first-child{width: 100px;}
.office_map{margin-top:40px;width:100%;}
@media screen and (max-width:767px) {
	.office_add {flex-direction: column;}
	.office_img{width:100%}	
	.office_des{width:100%}
	.office_des p{font-size:1.6rem}
	.office_des  table td{font-size: 1.6rem;}
}