@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-top
====================================================================== */
.l_main_visual_top {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #151515;
}
.l_main_visual_top:before {
  position: absolute;
  bottom: 0;
  z-index: 4;
  display: inline-block;
  width: 100%;
  height: 360px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.55)), color-stop(40%, rgba(0, 0, 0, 0.9)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 25%, rgba(0, 0, 0, 0.9) 40%, black 100%);
  content: "";
}

.l_main_visual_top_container {
  padding: 60px 0;
}

.l_main_visual_top_loop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
  width: 100vw;
}
.l_main_visual_top_loop:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 180px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), color-stop(40%, rgba(21, 21, 21, 0.4)), color-stop(60%, rgba(21, 21, 21, 0.9)), to(#151515));
  background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 40%, rgba(21, 21, 21, 0.9) 60%, #151515 100%);
  content: "";
}

.l_main_visual_top_loop_txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 45px;
  white-space: nowrap;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 10px;
}
.l_main_visual_top_loop_txt:nth-child(odd) {
  -webkit-animation: flowToLeftOdd 40s -20s linear infinite;
  animation: flowToLeftOdd 40s -20s linear infinite;
}
.l_main_visual_top_loop_txt:nth-child(even) {
  -webkit-animation: flowToLeftEven 40s linear infinite;
  animation: flowToLeftEven 40s linear infinite;
}

.l_main_visual_top_round {
  position: absolute;
  top: 55px;
  left: 50vw;
  z-index: 2;
}

.l_main_visual_top_round_grad {
  display: inline-block;
  width: 376px;
  height: 334px;
  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%);
  opacity: 0.6;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.l_main_visual_top_pic {
  position: relative;
  z-index: 3;
  margin-top: -300px;
}

.l_main_visual_top_box {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.l_main_visual_top_box_left {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l_main_visual_top_box_left_ttl {
  position: absolute;
  bottom: 9vh;
  padding: 0 50px;
  letter-spacing: 3px;
  line-height: 1.5;
}

.l_main_visual_top_box_left_ttl_of {
  display: block;
  overflow: hidden;
}

.l_main_visual_top_box_left_ttl_tf {
  display: inline-block;
}

.l_main_visual_top_box_notice {
  position: relative;
  background: #404040;
}
.l_main_visual_top_box_notice:before {
  position: absolute;
  top: 50%;
  left: 40px;
  content: url(../img/common/ico-notice.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l_main_visual_top_box_right_property {
  padding: 30px;
}

.l_main_visual_top_box_right_link {
  position: relative;
  z-index: 1;
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
}
.l_main_visual_top_box_right_link:before, .l_main_visual_top_box_right_link:after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l_main_visual_top_box_right_link:before {
  right: 7px;
  bottom: 10px;
  z-index: 1;
  width: 24px;
  height: 8px;
  background: #fff;
  -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;
}
.l_main_visual_top_box_right_link:after {
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 25px;
  height: 25px;
  background: #d6a600;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.l_main_visual_top_box_right_img {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 54px;
  height: 40px;
  background: url(../img/common/ico-property.png) no-repeat left top/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l_main_visual_top_box_right_txt {
  position: absolute;
  bottom: 23px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section_whats {
  position: relative;
  overflow: hidden;
}

.section_whats_container {
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.section_whats_heading_en {
  margin: 14px 0 0;
}

.section_whats_btns {
  margin: 30px 0 0;
}

.section_whats_btn + .section_whats_btn {
  margin: 20px 0 0;
}

.section_whats_paragraph {
  margin: 15px 0 0;
  font-size: 1.5rem;
  line-height: 2;
}

.section_whats_obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_whats_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section_service {
  overflow-x: hidden;
}

.section_service_container {
  padding: 80px 0;
}

.section_service_pic {
  position: relative;
}

.section_middle {
  position: relative;
  overflow: hidden;
}

.section_middle_object {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 135px 0 100px;
  width: 100vw;
}

.section_middle_object_img {
  width: 2031px;
  height: 134px;
  -webkit-transform: translateX(7%);
  transform: translateX(7%);
}

.section_middle_object_bg {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-x: clip;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section_middle_object_bg_round {
  position: absolute;
  display: inline-block;
  width: 377px;
  height: 334px;
  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_middle_object_bg_round._1 {
  top: -80px;
  left: -8vw;
}
.section_middle_object_bg_round._2 {
  top: 150px;
  left: 10vw;
  width: 253px;
  height: 224px;
}
.section_middle_object_bg_round._3 {
  top: -20px;
  left: 34vw;
}
.section_middle_object_bg_round._4 {
  top: 130px;
  left: 68vw;
}
.section_middle_object_bg_round._5 {
  top: -35px;
  left: 86.5vw;
}

.section_middle_pic {
  position: relative;
  z-index: 1;
}

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

.section_recommend {
  position: relative;
  overflow: hidden;
}
.section_recommend: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_recommend_container {
  padding: 115px 0 100px;
}

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

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

.section_recommend_box_hdg_ttl {
  letter-spacing: 0.38rem;
}

.section_recommend_box_hdg_en {
  margin: 10px 0 0;
}

.section_recommend_box_hdg_more {
  margin: 20px 0 0;
}

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

.section_recommend_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_recommend_box_hdg_pagination:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: calc(100% + 15px);
  height: 1px;
  background: #939393;
  content: "";
}

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

.section_recommend_box_hdg_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_recommend_box_hdg_arrows .slick-arrow {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.section_recommend_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_recommend_box_hdg_arrows .slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.section_recommend_box_hdg_arrows .slick-next {
  margin-left: 10px;
}
.section_recommend_box_hdg_arrows .slick-next:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section_recommend_box_slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_recommend_box_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_recommend_box_slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_recommend_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_recommend_box_slide_pic {
  position: relative;
  overflow: hidden;
}
.section_recommend_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_recommend_box_slide_pic.closed:before {
  background: #151515;
  color: #e6cb45;
  content: "成約済";
}
.section_recommend_box_slide_pic.recruiting:before {
  background: #e6cb45;
  color: #151515;
  content: "募集中";
}
.section_recommend_box_slide_pic.planning:before {
  background: #e6cb45;
  color: #151515;
  content: "計画中";
}
.section_recommend_box_slide_pic.development-results:before {
  background: #e6cb45;
  color: #151515;
  content: "開発実績";
}

.section_recommend_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_recommend_box_slide_ttl {
  margin: 15px 0 0;
  letter-spacing: 0.2rem;
}

.section_recommend_box_slide_detail {
  margin: 15px 0 0;
}

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

.section_recommend_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_recommend_box_slide_content {
  margin: 0 0 0 25px;
}

.section_recommend_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_recommend_box_slide_link {
  position: relative;
  display: block;
  padding: 10px 0;
  border: 2px solid #d9d9d9;
  background: #d9d9d9;
}
.section_recommend_box_slide_link:link, .section_recommend_box_slide_link:active, .section_recommend_box_slide_link:visited {
  color: #151515;
  cursor: pointer;
}
.section_recommend_box_slide_link:hover {
  color: #151515;
}
.section_recommend_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;
}

.section_topics_container {
  padding: 110px 0 50px;
}

.section_topics_hdg_en {
  margin: 10px 0 0;
}

.section_topics_list {
  margin: 30px 0 0;
}

.section_topics_list_item {
  border-top: 1px solid #939393;
}
.section_topics_list_item:last-child {
  border-bottom: 1px solid #939393;
}

.section_topics_list_link {
  position: relative;
  display: block;
  padding: 30px 90px 30px 0;
}

.section_topics_list_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_topics_list_categories {
  margin: 0 0 0 15px;
}

.section_topics_list_category {
  padding: 3px 5px;
  background: #ebebeb;
}
.section_topics_list_category + .section_topics_list_category {
  margin: 0 0 0 10px;
}

.section_topics_list_ttl {
  margin: 10px 0 0;
}

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

.section_topics_list_tag {
  margin: 0 10px 5px 0;
  color: #6e6b5b;
}
.section_topics_list_tag:before {
  content: "#";
}

.section_topics_list_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 51px;
  height: 51px;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section_topics_list_arrow:before, .section_topics_list_arrow:after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section_topics_list_arrow:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #151515;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.section_topics_list_arrow:after {
  top: 20px;
  right: 12px;
  width: 24px;
  height: 8px;
  background: #000;
  -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;
}

.section_topics_more {
  margin: 40px 0 0;
}

.section_other {
  position: relative;
}
.section_other:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 280px;
  background: #f1f1f1;
  content: "";
}

.section_other_container {
  padding: 60px 0;
}

.section_other_box_item {
  position: relative;
  text-align: right;
}

.section_other_box_link {
  display: block;
}

.section_other_box_pic {
  position: relative;
}

.section_other_box_ttl {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 10;
  display: inline-block;
  padding: 13px 20px;
  background: rgba(39, 38, 32, 0.84);
  letter-spacing: 2px;
}

.section_other_box_btn {
  margin: 5px 0 0;
}

.my-parts {
  display: inline-block;
  width: 200px;
  height: 100px;
  background: #000;
  background: linear-gradient(135deg, transparent 15px, #000 0) top left, linear-gradient(-135deg, transparent 15px, #000 0) top right, linear-gradient(-45deg, transparent 15px, #000 0) bottom right, linear-gradient(45deg, transparent 15px, #000 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

[data-anim=cover-wrap] {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
[data-anim=cover-wrap]:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #151515;
  content: "";
  -webkit-transform: translate(-105%);
  transform: translate(-105%);
  -webkit-animation: inherit;
  animation: inherit;
}
[data-anim=cover-wrap]._show:after {
  -webkit-animation-name: CoverWrap;
  animation-name: CoverWrap;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
[data-anim=cover-wrap]._show picture {
  opacity: 1;
}
[data-anim=cover-wrap] picture {
  opacity: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}
@media screen and (max-width: 767px) {
  .l_main_visual_top {
    height: 650px;
  }
  .l_main_visual_top:before {
    height: 52vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(35%, rgba(0, 0, 0, 0.95)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.95) 35%, black 100%);
  }
  .l_main_visual_top_container {
    padding: 90px 0;
  }
  .l_main_visual_top_loop {
    padding: 20px 0;
  }
  .l_main_visual_top_loop:before {
    height: 100px;
  }
  .l_main_visual_top_loop_txt {
    padding: 0 20px;
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 7px;
  }
  .l_main_visual_top_round {
    top: 80px;
    left: 35vw;
  }
  .l_main_visual_top_round_grad {
    width: 230px;
    height: 204px;
  }
  .l_main_visual_top_pic {
    margin-top: -50px;
  }
  .l_main_visual_top_box_left_ttl {
    bottom: 18.3vh;
    padding: 0 20px;
    width: 100vw;
    letter-spacing: 0.5px;
    line-height: 1.9;
  }
  .l_main_visual_top_box_notice:before {
    top: 27px;
    left: 20px;
  }
  .l_main_visual_top_box_notice_link {
    display: block;
    padding: 15px 20px 20px;
  }
  .l_main_visual_top_box_notice_date {
    padding-left: 25px;
  }
  .l_main_visual_top_box_notice_txt {
    margin-top: 5px;
  }
  .l_main_visual_top_box_right {
    display: none;
  }
  .section_whats_container {
    padding: 80px 15px;
  }
  .section_whats_heading_en {
    margin: 10px 0 0;
  }
  .section_whats_paragraph {
    margin: 20px 0 0;
  }
  .section_service_container {
    padding: 40px 20px;
  }
  .section_middle_object {
    padding: 80px 0;
  }
  .section_middle_object_img {
    width: 1334px;
    height: 105px;
    -webkit-transform: translateX(19.5%);
    transform: translateX(19.5%);
  }
  .section_middle_object_bg_round {
    width: 212px;
    height: 188px;
  }
  .section_middle_object_bg_round._1 {
    top: -60px;
    left: -25vw;
  }
  .section_middle_object_bg_round._2 {
    top: 90px;
    left: 14vw;
  }
  .section_middle_object_bg_round._3 {
    top: -20px;
    left: 60vw;
  }
  .section_middle_object_bg_round._4 {
    display: none;
  }
  .section_middle_object_bg_round._5 {
    display: none;
  }
  .section_recommend:before {
    top: 76px;
    left: 45vw;
    width: 256px;
    height: 241px;
  }
  .section_recommend_container {
    padding: 70px 20px 60px;
  }
  .section_recommend_object {
    top: 225px;
    left: 85px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .section_recommend_object_txt {
    font-size: 9rem;
    line-height: 1;
  }
  .section_recommend_box_hdg_ttl {
    letter-spacing: 0.3rem;
  }
  .section_recommend_box_hdg_more {
    text-align: center;
  }
  .section_recommend_box_hdg_link {
    padding: 0 43px 0 0;
  }
  .section_recommend_box_hdg_pagination {
    margin: 30px 0 0;
    padding: 20px 0;
  }
  .section_recommend_box_hdg_pagination:before {
    width: calc(100% + 20px);
  }
  .section_recommend_box_hdg_pagination:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: calc(100% + 20px);
    height: 1px;
    background: #939393;
    content: "";
  }
  .section_recommend_box_hdg_arrows .slick-next {
    margin-left: 20px;
  }
  .section_recommend_box_sliderwrap {
    margin: 15px 0 0;
  }
  .section_recommend_box_slider {
    width: 100vw;
  }
  .section_recommend_box_slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .section_recommend_box_slider .slick-slide {
    margin-right: 15px;
  }
  .section_recommend_box_slide_inner {
    margin: 0;
  }
  .section_recommend_box_slide_pic:before {
    min-width: 92px;
    height: 37px;
    font-size: 1.4rem;
  }
  .section_topics_container {
    padding: 40px 20px 70px;
  }
  .section_topics_hdg_en {
    margin: 5px 0 0;
  }
  .section_topics_list {
    margin: 25px 0 0;
  }
  .section_topics_list_link {
    padding: 30px 50px 30px 0;
  }
  .section_topics_list_arrow {
    width: 33px;
    height: 33px;
  }
  .section_topics_list_arrow:after {
    top: 12px;
    right: 8px;
    width: 15px;
    height: 5px;
  }
  .section_topics_more {
    margin: 30px 0 0;
  }
  .section_other:before {
    width: 39vw;
    height: 82vh;
  }
  .section_other_container {
    padding: 0 20px 110px;
  }
  .section_other_box_item + .section_other_box_item {
    margin-top: 30px;
  }
  .section_other_box_ttl {
    bottom: 45px;
    left: -10px;
    padding: 9px 10px;
    letter-spacing: 1.8px;
  }
  .section_other_box_btn {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l_main_visual_top_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l_main_visual_top_box_notice_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px 10px 70px;
  }
  .l_main_visual_top_box_notice_txt {
    margin-left: 15px;
  }
  .l_main_visual_top_box_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section_whats_ano {
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
  }
  .section_middle_img {
    max-height: 530px;
  }
  .section_recommend_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_recommend_box_hdg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5vw;
    flex: 0 0 28.5vw;
    padding: 0 0 0 80px;
  }
  .section_recommend_box_slide_inner {
    max-width: 380px;
  }
  .section_topics_container {
    margin: 0 auto;
    width: 756px;
  }
  .section_other_container {
    margin: 0 auto;
    width: 1030px;
  }
  .section_other_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section_other_box_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section_other_box_item + .section_other_box_item {
    margin-left: 30px;
  }
  .section_other_box_img {
    max-width: 490px;
  }
  .section_other_box_ttl {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}
@media screen and (min-width: 1025px) {
  .l_main_visual_top_box_right_link:hover:before {
    background: #151515;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .l_main_visual_top_box_right_link:hover:after {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .l_main_visual_top_box_right_link:hover .l_main_visual_top_box_right_img {
    background: url(../img/common/ico-property-black.png) no-repeat left top/contain;
  }
  .l_main_visual_top_box_right_link:hover .l_main_visual_top_box_right_txt {
    color: #151515;
  }
  .section_recommend_box_slide_inner:hover .section_recommend_box_slide_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .section_recommend_box_slide_inner:hover .section_recommend_box_slide_link {
    background: transparent;
  }
  .section_recommend_box_slide_inner:hover .section_recommend_box_slide_link:link, .section_recommend_box_slide_inner:hover .section_recommend_box_slide_link:active, .section_recommend_box_slide_inner:hover .section_recommend_box_slide_link:visited {
    color: #fff;
    cursor: pointer;
  }
  .section_recommend_box_slide_inner:hover .section_recommend_box_slide_link:hover {
    color: #fff;
  }
  .section_recommend_box_slide_inner:hover .section_recommend_box_slide_link:after {
    background: #fff;
  }
  .section_topics_list_link * {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .section_topics_list_link:hover *:not(.section_topics_list_arrow) {
    opacity: 0.5;
  }
  .section_topics_list_link:hover .section_topics_list_arrow:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .section_topics_list_link:hover .section_topics_list_arrow:after {
    background: #fff;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}

/* 202408 */
.top_popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(21, 21, 21, .82);
  z-index: 51;
  width: 100vw;
  height: 100vh;
}
.top_popup .popup_inner {
  width: calc(100% - 40px);
  padding: 40px 15px;
  background: #2F2F2F;
  position: relative;
  margin: 50px auto 0;
}
.top_popup .popup_inner:before {
  content: '';
  top: 251px;
  left: 17px;
  width: 342px;
  height: 303px;
  background: transparent radial-gradient(closest-side at 50% 50%, #E5FDFF 0%, #E5FDFFB8 30%, #E5FDFF4D 64%, #E5FDFF00 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: lighten;
  opacity: 0.2;
  filter: blur(30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top_popup .popup_block_01 {
  margin: 30px 0 0;
  position: relative;
  z-index: 2;
}
.top_popup .popup_txt {
  font-size: 1.3rem;
  line-height: 2.8rem;
}
.top_popup .popup_img_1,
.top_popup .popup_img_3 {
  display: block;
  margin: 0 auto;
}
.top_popup .popup_img_1 {
  width: 158px;
  order: 1;
}
.top_popup .popup_img_3 {
  width: 158px;
}
.top_popup .popup_img_2 {
  margin: 0 15px 0 0;
}
.top_popup .popup_img_4 {
  margin: 0 0 0 15px;
}
.top_popup .popup_img_2,
.top_popup .popup_img_4 {
  width: 142px;
  max-width: calc(100% - 178px);
}
.top_popup .popup_link._1 {
  position: relative;
}
.top_popup .popup_link._2 {
  margin: 50px 0 0;
  display: block;
}
.top_popup .popup_link._1:after {
  content: '';
  opacity: .2;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -30px;
  background: #fff;
}
.top_popup .popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
}
.top_popup .popup_ttl {
  margin: 0 auto 15px;
  position: relative;
  display: inline-flex;
  padding: 0 40px 0 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.top_popup .popup_ttl .c_btn_2_arrow:after {
  background: #fff;
}
.top_popup .popup_block_02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .top_popup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_popup .popup_inner {
    width: 900px;
    height: 540px;
    padding: 60px 60px 30px;
  }
  .top_popup .popup_inner:before {
    width: 499px;
    height: 443px;
    background: transparent radial-gradient(closest-side at 50% 50%, #E5FDFF 0%, #E5FDFFB8 30%, #E5FDFF4D 64%, #E5FDFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
  }
  .top_popup .popup_block_01 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
  }
  .top_popup .popup_txt {
    font-size: 1.4rem;
  }
  .top_popup .popup_img_1 {
    width: 192px;
  }
  .top_popup .popup_img_3 {
    width: 172px;
  }
  .top_popup .popup_img_2,
  .top_popup .popup_img_4 {
    width: 360px;
    max-width: 360px;
    margin: 15px 0;
  }
  .top_popup .popup_link {
    width: 360px;
    cursor: pointer;
  }
  .top_popup .popup_link._1 {
    position: relative;
  }
  .top_popup .popup_link._2 {
    margin: 0;
  }
  .top_popup .popup_link._1:after {
    content: '';
    opacity: .2;
    width: 2px;
    height: 350px;
    position: absolute;
    bottom: auto;
    top: 25px;
    right: -30px;
    background: #fff;
  }
  .top_popup .popup_close {
    top: 12px;
    right: 12px;
    width: 40px;
  }
  .top_popup .popup_link:hover .popup_ttl .c_btn_2_arrow:before {
    transform: scale(1);
  }
  .top_popup .popup_link:hover .popup_ttl .c_btn_2_arrow:after {
    background: #151515;
    transform: translateX(4px);
  }


  .top_popup .popup_block_02 {
    display: block;
    margin: 0 auto;
  }
}