.secMainVisual.accsess {
  background: url(/assets/images/access/main_access.jpg) no-repeat;
  background-size: cover;
}
.accessBloc {
  font-size: 0;
  letter-spacing: normal;
  padding-right: 38px;
}
.accessBloc__cts {
  display: inline-block;
  margin-right: 38px;
  margin-bottom: 50px;
  vertical-align: top;
}
.accessBloc__cts:nth-child(2n) {
  display: inline-block;
  margin-right: -38px;
}
.accessBloc__cts .img {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 30px;
}
.accessBloc__cts .cts {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 230px);
}
.accessBloc__cts .areaList--item {
  font-size: 13px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.accessBloc__cts .areaList--item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .secMainVisual.accsess {
    background: url(/assets/images/access/main_access.jpg) no-repeat;
    background-size: cover;
  }
  .accessBloc {
    padding-right: 0;
  }
  .accessBloc__cts {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .accessBloc__cts:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .accessBloc {
    padding-left: 0;
  }
  .accessBloc__cts {
    margin-bottom: 40px;
  }
  .accessBloc__cts:last-child {
    margin-bottom: 0;
  }
  .accessBloc__cts .img {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .accessBloc__cts .cts {
    width: calc(100%);
  }
  .accessBloc__cts .areaList--item {
    font-size: 12px;
    margin-bottom: 5px;
    word-wrap: break-word;
  }
}

.accessmap {
  background: url(/assets/images/access/map_bk_new.png) center top no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}
.accessmap--sp {
  display: none;
}
.accessmap .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.accessmap:after {
  content: '';
  display: block;
  padding-top: 71.6797%;
}
.accessmap__item {
  display: block;
  position: absolute;
  /*max-width: 180px;*/
  max-width: 17.578125%;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  padding: 0.976562%;
  background: #fff;
}
.accessmap__item--txt {
  text-align: center;
  font-size: 1.45vmin;
  font-weight: normal;
  margin-top: 5px;
}
.accessmap__item.honsya {
  margin-top: 55.2734375%;
  position: absolute;
  top: 0;
  left: 39.6484375%;
}
.accessmap__item.tokyo {
/*  margin-top: 30.46875%;*/
  margin-top: 35%;
  position: absolute;
  top: 0;
  left: 80.2734375%;
}
.accessmap__item.cyubu {
/*  margin-top: 49.51171875%;*/
  margin-top: 52%;
  position: absolute;
  top: 0;
  left: 70%;
/*  left: 73.2421875%;*/
}
.accessmap__item.iwate {
/*  margin-top: 11.71875%;*/
  margin-top: 15%;
  position: absolute;
  top: 0;
  left: 80.2734375%;
}
.accessmap__item.central {
/*  margin-top: 4.00390625%; */
  margin-top: 1%;
  position: absolute;
  top: 0;
  left: 40%;
/*  left: 39.35546875%; */
}
.accessmap__item.shimura {
/*  margin-top: 26.46484375%; */
/*  margin-top: 27%; */
  margin-top: 1%;
  position: absolute;
  top: 0;
  left: 2.1484375%;
}
.accessmap__item.logistics {
/*  margin-top: 4.00390625%; */
  margin-top: 18%;
  position: absolute;
  top: 0;
  left: 2.1484375%;
/*  left: 17.87109375%; */
}
.accessmap__item.chemicaldepo {
/*  margin-top: 1%; */
  margin-top: 37%;
  position: absolute;
  top: 0;
  left: 2.1484375%;
/*  left: 20.87109375%; */
}
.accessmap__item.kumamoto {
/*  margin-top: 45.5078125%; */
  margin-top: 55%;
  position: absolute;
  top: 0;
  left: 2.1484375%;
}
.accessmap__item.hiroshima {
  margin-top: 1%;
  position: absolute;
  top: 0;
  left: 22%;
}
@media screen and (max-width: 768px) {
  .accessmap {
    display: none;
  }
  .accessmap--sp {
    display: block;
  }
}