@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-facilities-single
====================================================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
}
.modal._active {
  visibility: visible;
  opacity: 1;
}
.modal .modal_container {
  padding: 50px;
}
.modal .modal_slider {
  margin: 0;
}
.modal .modal_slide .slick-arrow:before {
  content: "";
}
.modal .modal_slide .slick-arrow.slick-prev, .modal .modal_slide .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal .modal_slide .slick-arrow.slick-prev:before, .modal .modal_slide .slick-arrow.slick-next:before {
  color: #272620;
}
.modal .modal_slide .slick-arrow.slick-prev {
  top: 48%;
  left: -12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.modal .modal_slide .slick-arrow.slick-next {
  top: 48%;
  right: -12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.modal .modal_slide .slick-arrow.slick-disabled {
  display: none !important;
}
.modal .modal_pic {
  text-align: center;
}
.modal .modal_img {
  margin: 0 auto;
  width: auto;
  height: 75vh;
}
.modal .modal_close {
  margin: 40px 0 0;
}
.modal .modal_close .c_btn_1 {
  background: #fff;
}

.l_main_overlap {
  padding-bottom: 100px;
}

.section_summary_container {
  padding: 100px 0 50px;
}

.section_summary_ttl {
  margin: 0 0 9px;
}

.section_summary_date {
  color: #939393;
}

.section_access_container {
  padding: 50px 0;
}

.section_access_map {
  margin: 50px 0 0;
}

.section_gallery {
  overflow: hidden;
}

.section_gallerycontainer {
  padding: 50px 0;
}

.section_gallery_slider_img {
  -o-object-fit: contain;
  object-fit: contain;
}
.section_gallery_nav .slick-arrow {
  position: absolute;
  bottom: 50%;
  z-index: 1;
  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: 45px;
  height: 45px;
  border: 1px solid #151515;
  border-radius: 45px;
  background: #fff;
}
.section_gallery_nav .slick-arrow.slick-prev, .section_gallery_nav .slick-arrow.slick-next {
  font-size: 0;
}
.section_gallery_nav .slick-arrow.slick-prev:before, .section_gallery_nav .slick-arrow.slick-next:before {
  display: inline-block;
  width: 9px;
  height: 17px;
  background: #151515;
  content: "";
  -webkit-mask-image: url(../img/common/ico-pager-arrow.svg);
  mask-image: url(../img/common/ico-pager-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.section_gallery_nav .slick-arrow.slick-prev {
  left: -22.5px;
}
.section_gallery_nav .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_gallery_nav .slick-arrow.slick-next {
  right: -22.5px;
}

.section_gallery_nav_item:not(.slick-current) .section_gallery_nav_pic:before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.7);
  content: "";
}

.section_gallery_nav_pic {
  position: relative;
  margin: 0 4px;
}

.section_gallery_nav_img {
  -o-object-fit: cover;
  object-fit: cover;
}

.section_assets_container {
  padding: 50px 0;
}

.section_assets_imgtxt_tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.section_assets_imgtxt_tag {
  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;
  padding: 12px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
}

.section_assets_imgtxt_img {
  max-width: 108px;
}

.section_features_container {
  padding: 50px 0 100px;
}

.section_features_ttl {
  margin-right: auto;
  margin-left: auto;
}

.section_features_imgtxt {
  margin: 50px 0 0;
}

.section_relation {
  position: relative;
  overflow: hidden;
  background: #000;
}
.section_relation:before {
  position: absolute;
  top: 67px;
  left: 19.5vw;
  display: inline-block;
  width: 376px;
  height: 354px;
  border-radius: 50%;
  background: radial-gradient(#e5fdff 0%, rgba(229, 253, 255, 0.7) 30%, rgba(229, 253, 255, 0.3) 60%, rgba(229, 253, 255, 0) 100%);
  content: "";
  opacity: 0.35;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.section_relation_container {
  padding: 115px 0 100px;
}

.section_relation_object {
  position: absolute;
  top: 25px;
  left: 0;
}

.section_relation_object_txt {
  color: rgba(117, 117, 119, 0.2);
  letter-spacing: 1.07rem;
  font-size: 15.4rem;
  line-height: 1;
}

.section_relation_box_hdg_ttl {
  letter-spacing: 0.38rem;
}

.section_relation_box_hdg_en {
  margin: 10px 0 0;
}

.section_relation_box_hdg_more {
  margin: 20px 0 0;
}

.section_relation_box_hdg_link:link, .section_relation_box_hdg_link:active, .section_relation_box_hdg_link:visited {
  color: #fff;
  cursor: pointer;
}
.section_relation_box_hdg_link:hover {
  color: #fff;
}
.section_relation_box_hdg_link.c_btn_2:before {
  background: #fff;
}
.section_relation_box_hdg_link.c_btn_2:after {
  background: #272620;
}

.section_relation_box_hdg_pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 70px 0 0;
  padding: 12px 25px 12px 0;
}
.section_relation_box_hdg_pagination:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: calc(100% + 15px);
  height: 1px;
  background: #939393;
  content: "";
}

.section_relation_box_hdg_num .slick-num {
  color: #9f9f9f;
}

.section_relation_box_hdg_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_relation_box_hdg_arrows .slick-arrow {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.section_relation_box_hdg_arrows .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 9px;
  height: 17px;
  background: url(../img/common/ico-arrow-2.svg) no-repeat center center/contain;
  content: "";
}
.section_relation_box_hdg_arrows .slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.section_relation_box_hdg_arrows .slick-next {
  margin-left: 10px;
}
.section_relation_box_hdg_arrows .slick-next:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section_relation_box_slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_relation_box_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_relation_box_slide_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
}

.section_relation_box_slide_pic {
  position: relative;
  overflow: hidden;
}
.section_relation_box_slide_pic:before {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  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;
  padding-right: 10px;
  min-width: 97px;
  height: 39px;
  font-weight: bold;
  font-size: 1.7rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.section_relation_box_slide_pic.closed:before {
  background: #151515;
  color: #e6cb45;
  content: "成約済";
}
.section_relation_box_slide_pic.recruiting:before {
  background: #e6cb45;
  color: #151515;
  content: "募集中";
}
.section_relation_box_slide_pic.planning:before {
  background: #e6cb45;
  color: #151515;
  content: "計画中";
}
.section_relation_box_slide_pic.development-results:before {
  background: #e6cb45;
  color: #151515;
  content: "開発実績";
}

.section_relation_box_slide_img {
  aspect-ratio: 380/253;
  max-width: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section_relation_box_slide_ttl {
  margin: 20px 0 0;
  letter-spacing: 0.2rem;
}

.section_relation_box_slide_detail {
  margin: 20px 0 0;
}

.section_relation_box_slide_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_relation_box_slide_row + .section_relation_box_slide_row {
  margin: 10px 0 0;
}

.section_relation_box_slide_item {
  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;
  padding: 0 4px;
  width: 70px;
  border: 1px solid #fff;
}

.section_relation_box_slide_content {
  margin: 0 0 0 25px;
}

.section_relation_box_slide_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 0;
}

.section_relation_box_slide_link {
  position: relative;
  display: block;
  padding: 10px 0;
  border: 2px solid #d9d9d9;
  background: #d9d9d9;
}
.section_relation_box_slide_link:link, .section_relation_box_slide_link:active, .section_relation_box_slide_link:visited {
  color: #151515;
  cursor: pointer;
}
.section_relation_box_slide_link:hover {
  color: #fff;
}
.section_relation_box_slide_link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 6px;
  background: #151515;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
}
@media screen and (max-width: 767px) {
  .modal .modal_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    height: 100%;
  }
  .modal .modal_slide .slick-arrow.slick-prev, .modal .modal_slide .slick-arrow.slick-next {
    width: 15px;
    height: 15px;
  }
  .modal .modal_img {
    width: 100%;
    height: auto;
  }
  .js_modal {
    pointer-events: none;
  }
  .l_main_overlap {
    padding-bottom: 80px;
  }
  .section_summary_container {
    padding: 60px 0 30px;
  }
  .section_summary_def {
    margin: 10px 0 0;
  }
  .section_access_container {
    padding: 30px 0;
  }
  .section_access_map {
    margin: 30px 0 0;
  }
  .section_access_map iframe {
    width: 100%;
    height: 17vh;
  }
  .section_gallerycontainer {
    padding: 30px 0;
  }
  .section_gallery_slider_img {
    aspect-ratio: 335/168;
  }
  .section_gallery_nav {
    margin-top: 10px;
    margin-left: -2.5px;
    width: 100vw;
  }
  .section_gallery_nav .slick-arrow {
    bottom: -10%;
    width: 29px;
    height: 29px;
    border-radius: 29px;
  }
  .section_gallery_nav .slick-arrow.slick-prev:before, .section_gallery_nav .slick-arrow.slick-next:before {
    width: 6px;
    height: 11px;
  }
  .section_gallery_nav .slick-arrow.slick-prev {
    left: -12px;
  }
  .section_gallery_nav .slick-arrow.slick-next {
    right: 25px;
  }
  .section_gallery_nav_pic {
    margin: 0 2.5px;
  }
  .section_gallery_nav_img {
    aspect-ratio: 109/54;
  }
  .section_assets_container {
    padding: 30px 0;
  }
  .section_features_container {
    padding: 30px 0 60px;
  }
  .section_features_ttl {
    width: calc(100vw - 40px);
  }
  .section_features_imgtxt {
    margin: 30px 0 0;
    padding: 0 20px;
  }
  .section_relation:before {
    top: 76px;
    left: 45vw;
    width: 256px;
    height: 241px;
  }
  .section_relation_container {
    padding: 70px 20px 60px;
  }
  .section_relation_object {
    top: 225px;
    left: 85px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .section_relation_object_txt {
    font-size: 9rem;
    line-height: 1;
  }
  .section_relation_box_hdg_ttl {
    letter-spacing: 0.3rem;
  }
  .section_relation_box_hdg_more {
    text-align: center;
  }
  .section_relation_box_hdg_link {
    padding: 0 43px 0 0;
  }
  .section_relation_box_hdg_pagination {
    margin: 30px 0 0;
    padding: 20px 0;
  }
  .section_relation_box_hdg_pagination:before {
    width: calc(100% + 20px);
  }
  .section_relation_box_hdg_pagination:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: calc(100% + 20px);
    height: 1px;
    background: #939393;
    content: "";
  }
  .section_relation_box_hdg_arrows .slick-next {
    margin-left: 20px;
  }
  .section_relation_box_sliderwrap {
    margin: 15px 0 0;
  }
  .section_relation_box_slider {
    width: 100vw;
  }
  .section_relation_box_slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .section_relation_box_slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
  .section_relation_box_slide_inner {
    margin: 0;
  }
  .section_relation_box_slide_pic:before {
    min-width: 92px;
    height: 37px;
    font-size: 1.4rem;
  }
  .section_relation_box_slide_ttl {
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal_slide .slick-arrow.slick-prev, .modal .modal_slide .slick-arrow.slick-next {
    width: 22px;
    height: 22px;
  }
  .modal .modal_slide .slick-arrow.slick-prev {
    left: 12px;
  }
  .modal .modal_slide .slick-arrow.slick-next {
    right: 12px;
  }
  .section_summary_def {
    margin: 0 auto;
  }
  .section_summary_def_dtl {
    max-width: 800px;
  }
  .section_access_map iframe {
    max-width: 1000px;
    width: 100%;
    height: 40.5vh;
  }
  .section_gallery_slider {
    margin: 50px auto 0;
    max-width: 1000px;
  }
  .section_gallery_slider_img {
    aspect-ratio: 1000/500;
  }
  .section_gallery_nav {
    margin: 8px auto 0;
    max-width: 1008px;
  }
  .section_gallery_nav .slick-arrow {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .section_gallery_nav_img {
    aspect-ratio: 160/80;
  }
  .section_features_ttl {
    width: 1200px;
  }
  .section_relation_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_relation_box_hdg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5vw;
    flex: 0 0 28.5vw;
    padding: 0 0 0 80px;
  }
  .section_relation_box_slide.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_relation_box_slide_inner {
    max-width: 380px;
  }
}
@media screen and (min-width: 1025px) {
  .section_gallery_slider_pic {
    cursor: pointer;
  }
  .section_relation_box_slide_inner:hover .section_relation_box_slide_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .section_relation_box_slide_inner:hover .section_relation_box_slide_link {
    background: transparent;
  }
  .section_relation_box_slide_inner:hover .section_relation_box_slide_link:link, .section_relation_box_slide_inner:hover .section_relation_box_slide_link:active, .section_relation_box_slide_inner:hover .section_relation_box_slide_link:visited {
    color: #fff;
    cursor: pointer;
  }
  .section_relation_box_slide_inner:hover .section_relation_box_slide_link:hover {
    color: #fff;
  }
  .section_relation_box_slide_inner:hover .section_relation_box_slide_link:after {
    background: #fff;
  }
  .section_relation_box_slide_link:hover {
    background: transparent;
  }
  .section_relation_box_slide_link:hover:after {
    background: #fff;
  }
}

/* 202408 */
.l_main_visual_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
  max-width: 315px;
  margin: 30px auto 0;
  border: solid 1px #E5CB43;
  position: relative;
  z-index: 2;
}
.section_relation_box_slide_pic._pt2.closed:before {
  color: #7DB212;
}
.section_relation_box_slide_pic._pt2.recruiting:before,
.section_relation_box_slide_pic._pt2.planning:before,
.section_relation_box_slide_pic._pt2.development-results:before {
  color: #fff;
  background: #7DB212;
}
.section_relation_box_slide_row .section_relation_box_assets_ico {
  padding: 2px 5px;
}
.section_relation_box_slide_row .section_relation_box_assets_ico._pt1 {
  background: #E5CB46;
  color: #151515;
}
.section_relation_box_slide_row .section_relation_box_assets_ico._pt2 {
  background: #7DB212;
}
@media screen and (min-width: 768px) {
  .l_main_visual_btn {
    display: none;
  }
}