@charset "UTF-8";
/* Noto Sans JP */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/* Oswald */
@font-face {
  font-weight: 200;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff") format("woff");
  font-display: swap;
}
@-webkit-keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@-webkit-keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@-webkit-keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@-webkit-keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
@keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
/* ======================================================================
 p-frozen_storage
====================================================================== */
.section_warehouse {
  background: #151515;
}

.section_warehouse_container {
  padding: 60px 0 130px;
}

.section_warehouse_read {
  margin: 20px 0 0;
}

.section_warehouse_row {
  margin: 60px 0 0;
}

.section_warehouse_item {
  position: relative;
}
.section_warehouse_item + .section_warehouse_item:before {
  position: absolute;
  top: 56%;
  left: -37px;
  display: inline-block;
  width: 53px;
  height: 53px;
  background: url(../img/common/ico-arrow-3.svg) no-repeat left top/contain;
  content: "";
}

.section_warehouse_tag_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  height: 39px;
  border-radius: 999px;
  background: #fff;
}

.section_warehouse_txt {
  margin: 20px 0 0;
}

.section_warehouse_pic {
  display: block;
  margin: 15px 0 0;
}

.section_tech .c_imgtxt_1 {
  margin: 0 0 40px;
}

.section_tech_container {
  padding: 80px 0 100px;
}

.section_tech_spec {
  padding: 45px 0 0;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}

.section_tech_spec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.section_tech_spec_btn {
  display: block;
}

.section_tech_spec_txt_arrow {
  position: relative;
  padding-right: 25px;
}
.section_tech_spec_txt_arrow:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: inline-block;
  width: 18px;
  height: 7px;
  background: #151515;
  content: "";
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
  mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.modal {
  position: relative;
  margin: 80px auto;
  padding: 50px 0 0;
  max-width: 980px;
}

.modal_header {
  padding: 40px;
  background: url(../img/common/img-modal-header-bg.png) no-repeat left top/cover;
}

.modal_header_ttl {
  position: relative;
  padding: 0 0 25px;
}
.modal_header_ttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal_header_ttl._1:before, .modal_header_ttl._2:before, .modal_header_ttl._3:before, .modal_header_ttl._4:before, .modal_header_ttl._5:before, .modal_header_ttl._6:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal_header_ttl._1 {
  padding-top: 85px;
}
.modal_header_ttl._1:before {
  width: 76px;
  height: 65px;
  background: url(../img/common/ico-modal-spec-01.svg) no-repeat left top/contain;
}
.modal_header_ttl._2 {
  padding-top: 80px;
}
.modal_header_ttl._2:before {
  width: 70px;
  height: 60px;
  background: url(../img/common/ico-modal-spec-02.svg) no-repeat left top/contain;
}
.modal_header_ttl._3 {
  padding-top: 80px;
}
.modal_header_ttl._3:before {
  width: 60px;
  height: 61px;
  background: url(../img/common/ico-modal-spec-03.svg) no-repeat left top/contain;
}
.modal_header_ttl._4 {
  padding-top: 80px;
}
.modal_header_ttl._4:before {
  width: 80px;
  height: 61px;
  background: url(../img/common/ico-modal-spec-04.svg) no-repeat left top/contain;
}
.modal_header_ttl._5 {
  padding-top: 80px;
}
.modal_header_ttl._5:before {
  width: 152px;
  height: 61px;
  background: url(../img/common/ico-modal-spec-05.svg) no-repeat left top/contain;
}
.modal_header_ttl._6 {
  padding-top: 76px;
}
.modal_header_ttl._6:before {
  width: 116px;
  height: 56px;
  background: url(../img/common/ico-modal-spec-06.svg) no-repeat left top/contain;
}

.modal_content {
  padding: 40px;
  background: #fff;
}

.modal_imgtxt_ttl + .modal_imgtxt_txt {
  margin: 25px 0 0;
}

.modal_imgtxt_quote {
  position: relative;
  margin: 10px 0 0;
  padding-left: 15px;
  color: rgba(21, 21, 21, 0.5);
}
.modal_imgtxt_quote:before {
  position: absolute;
  left: 0;
  content: "※";
}

.modal_about {
  position: relative;
  margin: 25px 0 0;
  padding: 20px 40px 20px 200px;
  background: #ebebeb;
}

.modal_about_label {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background: #151515;
}

.modal_features {
  margin: 60px 0 0;
}

.modal_features_row {
  margin: 20px 0 0;
}

.modal_features_row_item {
  padding: 25px 35px 30px;
}
.modal_features_row_item:nth-of-type(1) {
  background: #1b4379;
}
.modal_features_row_item:nth-of-type(2) {
  background: #771c1c;
}

.modal_features_row_txt_1 {
  margin: 20px 0 0;
  padding: 7px;
  background: #fff;
}

.modal_features_row_txt_2 {
  margin: 10px 0 0;
  padding: 10px;
  border: 2px solid #fff;
}

.modal_features_quote {
  position: relative;
  margin: 10px 0 0;
  padding-left: 15px;
  color: rgba(21, 21, 21, 0.5);
}
.modal_features_quote:before {
  position: absolute;
  left: 0;
  content: "※";
}

.modal_scroll {
  margin: 40px 0 0;
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  font-size: 0;
}
.modal_close:before, .modal_close:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e6cb45;
  content: "";
}
.modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section_tech_banner {
  padding: 40px 0;
}

.section_tech_banner_link {
  display: inline-block;
}

.section_tech_banner_txt {
  position: relative;
  margin: 9px 0 0;
  padding-right: 35px;
}
.section_tech_banner_txt:after {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 28px;
  height: 7px;
  background: #fff;
  content: "";
  -webkit-mask-image: url(../img/common/ico-arrow-5.svg);
  mask-image: url(../img/common/ico-arrow-5.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.section_warehouse_service {
  margin: 60px 0 0;
}

.section_warehouse_service_ttl_bd {
  display: inline-block;
  padding: 9px 55px;
  border: 1px solid #e6cb45;
}

.section_warehouse_service_read {
  margin: 20px 0 0;
}

.section_warehouse_service_bg {
  position: relative;
  overflow: hidden;
  margin: 25px 0 0;
  padding: 40px;
  background: #2f2f2f;
}

.section_warehouse_service_row_3_txt {
  margin: 5px 0 0;
}

.section_warehouse_service_tags {
  margin: 50px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section_warehouse_service_tag {
  display: inline-block;
  padding: 7px 42px;
  border-radius: 999px;
  background: #fff;
}

.section_warehouse_service_row_2 {
  margin: 20px 0 0;
}

.section_warehouse_service_row_2_item + .section_warehouse_service_row_2_item {
  position: relative;
}
.section_warehouse_service_row_2_item + .section_warehouse_service_row_2_item:before {
  position: absolute;
  top: 85px;
  left: -37px;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../img/p-frozen_storage/ico-arrow.svg) no-repeat left top/contain;
  content: "";
}

.section_warehouse_service_row_2_txt {
  margin: 5px 0 0;
}

.section_warehouse_service_bg_obj {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section_warehouse_service_bg_obj_round {
  position: absolute;
  display: inline-block;
  width: 184px;
  height: 161px;
  border-radius: 50%;
  background: radial-gradient(#e5fdff 0%, rgba(229, 253, 255, 0.72) 30%, rgba(229, 253, 255, 0.3) 60%, rgba(229, 253, 255, 0) 100%);
  content: "";
  opacity: 0.5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.section_warehouse_service_bg_obj_round._1 {
  top: -1.5vh;
  left: -8vw;
}
.section_warehouse_service_bg_obj_round._2 {
  top: 8vh;
  left: 22vw;
  width: 185px;
  height: 162px;
}
.section_warehouse_service_bg_obj_round._3 {
  top: 24vh;
  left: -4.5vw;
  width: 132px;
  height: 116px;
}
.section_warehouse_service_bg_obj_round._4 {
  top: 17.5vh;
  left: 47.5vw;
  width: 377px;
  height: 339px;
}
.section_warehouse_service_bg_obj_round._5 {
  top: 34vh;
  left: 17.5vw;
  width: 184px;
  height: 162px;
}
.section_warehouse_service_bg_obj_round._6 {
  top: 64.5vh;
  left: -11vw;
  width: 377px;
  height: 339px;
}
@media screen and (max-width: 767px) {
  .section_warehouse_container {
    padding: 60px 0;
  }
  .section_warehouse_read {
    margin: 10px 0 0;
  }
  .section_warehouse_row {
    margin: 40px 0 0;
  }
  .section_warehouse_item + .section_warehouse_item {
    margin: 83px 0 0;
  }
  .section_warehouse_item + .section_warehouse_item:before {
    top: -65px;
    left: 50%;
    width: 43px;
    height: 43px;
    -webkit-transform: rotate(90deg) translateY(50%);
    transform: rotate(90deg) translateY(50%);
  }
  .section_warehouse_pic {
    margin: 25px 0 0;
  }
  .section_tech_container {
    padding: 50px 0 80px;
  }
  .section_tech_spec_item {
    width: calc(50% - 10px);
  }
  .section_tech_spec_item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .section_tech_spec_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .section_tech_spec_txt {
    margin: 5px 0 0;
  }
  .modal_header {
    padding: 30px 10px;
  }
  .modal_header_ttl._1 {
    padding-top: 80px;
  }
  .modal_header_ttl._2 {
    padding-top: 75px;
  }
  .modal_header_ttl._3 {
    padding-top: 75px;
  }
  .modal_header_ttl._4 {
    padding-top: 75px;
  }
  .modal_header_ttl._5 {
    padding-top: 75px;
  }
  .modal_header_ttl._6 {
    padding-top: 70px;
  }
  .modal_content {
    overflow: hidden;
    padding: 30px 20px;
  }
  .modal_imgtxt_txts {
    margin: 20px 0 0;
  }
  .modal_imgtxt_ttl + .modal_imgtxt_txt {
    margin: 15px 0 0;
  }
  .modal_about {
    padding: 65px 10px 20px;
  }
  .modal_about_label {
    top: 15px;
  }
  .modal_features {
    margin: 45px 0 0;
  }
  .modal_features_row_item {
    padding: 20px 25px;
  }
  .modal_features_row_item + .modal_features_row_item {
    margin: 20px 0 0;
  }
  .modal_features_row_txt_1 {
    margin: 10px 0 0;
  }
  .modal_features_row_txt_2 {
    margin: 7px 0 0;
  }
  .modal_scroll {
    position: relative;
  }
  .modal_scroll_inner {
    overflow-x: auto;
    padding-right: 20px;
    width: 100vw;
  }
  .modal_scroll_img {
    padding-right: 40px;
    width: 900px;
  }
  .modal_scroll_fixed_pic {
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .modal_scroll_fixed_img {
    width: 160px;
  }
  .section_tech_banner {
    padding: 20px;
  }
  .section_warehouse_service {
    margin: 40px 0 0;
  }
  .section_warehouse_service_ttl_bd {
    padding: 9px;
  }
  .section_warehouse_service_bg {
    margin-left: -20px;
    padding: 20px 20px 65px;
    width: 100vw;
  }
  .section_warehouse_service_row_3_item + .section_warehouse_service_row_3_item {
    margin: 35px 0 0;
  }
  .section_warehouse_service_row_2_item + .section_warehouse_service_row_2_item {
    margin: 90px 0 0;
  }
  .section_warehouse_service_row_2_item + .section_warehouse_service_row_2_item:before {
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .section_warehouse_service_bg_obj_round {
    width: 145px;
    height: 113px;
  }
  .section_warehouse_service_bg_obj_round._1 {
    top: 6vh;
    left: 64vw;
  }
  .section_warehouse_service_bg_obj_round._2 {
    display: none;
  }
  .section_warehouse_service_bg_obj_round._3 {
    display: none;
  }
  .section_warehouse_service_bg_obj_round._4 {
    display: none;
  }
  .section_warehouse_service_bg_obj_round._5 {
    display: none;
  }
  .section_warehouse_service_bg_obj_round._6 {
    display: none;
  }
  .mfp-container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .section_warehouse_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_warehouse_item + .section_warehouse_item {
    margin: 0 0 0 20px;
  }
  .section_tech .c_imgtxt_1_pic {
    margin-left: 35px;
  }
  .section_tech .c_imgtxt_1_img {
    max-width: 460px;
  }
  .section_tech_spec_item {
    width: calc(16.6666% - 16.6666666667px);
  }
  .section_tech_spec_item:not(:nth-child(6n+1)) {
    margin-left: 20px;
  }
  .section_tech_spec_item:nth-child(n+7) {
    margin-top: 20px;
  }
  .modal_imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal_imgtxt_img {
    max-width: 430px;
  }
  .modal_imgtxt_txts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 40px;
  }
  .modal_about_label {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .modal_features_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .modal_scroll_fixed_pic {
    display: none;
  }
  .section_tech_banner_img {
    max-width: 646px;
  }
  .section_warehouse_service_row_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
  }
  .section_warehouse_service_row_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .modal_close {
    cursor: pointer;
  }
}

/* 202408 */
.l_main_visual._noimg .l_main_visual_container {
  height: 290px;
}
.l_main .section_warehouse:nth-of-type(even) {
  background: #fff;
}
.section_tech_banner_link {
  border: solid 1px #fff;
}
.anchor_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 20px 30px;
  background: #151515;
  position: relative;
  z-index: 1;
}
.anchor_list .anchor_item {
  position: relative;
  border-bottom: solid 1px #fff;
  width: calc(50% - 10px);
}
.anchor_list .anchor_item:nth-of-type(n + 3) {
  margin-top: 35px;
}
.anchor_list .anchor_item:after {
  content: '';
  width: 16px;
  height: 9px;
  background: url(../img/p-frozen_storage/ico-arrow-02.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.anchor_list .anchor_item .anchor_link {
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sec4-img {
  width: 100%;
}
#section2 .pattern_list {
  background: #F4F4F4;
  padding: 20px;
  width: 100vw;
  margin: 0 0 0 -20px;
}
#section2 .pattern_img {
  width: 100%;
  height: auto;
}
#section2 .pattern_item + .pattern_item {
  margin: 20px auto 0;
}
#section1 .sec1_img {
  width: 100%;
  margin: 0 0 35px;
}
#section1 .c_btn_1._special {
  z-index: 2;
  border-color: #7DB212;
}
#section1 .c_btn_1._special:before {
  display: none;
}
#section1 .c_btn_1._special:after {
  background: #7DB212;
}

@media screen and (min-width: 768px) {
  .l_main_visual._noimg .l_main_visual_container {
    height: 400px;
  }
  .l_main_visual_tags {
    padding: 0 0 0 40px;
  }
  .anchor_list {
    padding: 0 0 80px;
    justify-content: center;
  }
  .anchor_list .anchor_item {
    margin: 0 17px;
    width: 170px;
  }
  .anchor_list .anchor_item:nth-of-type(n + 3) {
    margin-top: auto;
  }
  .anchor_list .anchor_item:after {
    bottom: -20px;
  }
  .anchor_list .anchor_item .anchor_link {
    width: auto;
    font-size: 1.6rem;
  }
  .section_warehouse_container {
    padding: 60px 0 100px;
  }
  .section_tech_banner {
    padding: 40px 0 0;
  }
  .sec4-img {
    width: auto;
  }
  #section2 .pattern_list {
    display: flex;
    justify-content: space-between;
    padding: 15px 40px 40px;
    width: auto;
    margin: auto;
  }
  #section2 .pattern_item + .pattern_item {
    margin: 0;
  }
  #section2 .pattern_img {
    width: auto;
  }
  #section1 .sec1_img {
    width: 900px;
    margin: 0 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .l_main_visual_obj:before {
    top: 50px;
    left: 50px;
  }
  .l_main_visual_obj:before {
    width: 262px;
    height: 190px;
  }
  #section4 .section_warehouse_service_bg {
    padding: 30px 20px;
  }
}