/* CSS Document */
#MainContent {
  overflow: hidden;
}

/*----------lp----------*/
.dh_lp_wrapper {
  /* fade-in */
  /* mv */
  /* item */
  /* modal */
  /* profile */
  /* bottom area */

}
.dh_lp_wrapper .lp-container {
  width: 95%;
  max-width: 880px;
  margin: 120px auto 0;
  color: #202124;
  font-family: "Noto Sans JP", sans-serif;
}
.dh_lp_wrapper .lp-container * {
  box-sizing: border-box;
}
.dh_lp_wrapper .lp-container a {
  color: #202124;
  text-decoration: none;
  cursor: pointer;
}
.dh_lp_wrapper .lp-container a:hover {
  opacity: 0.8;
  transition: opacity 0.5s;
}
.dh_lp_wrapper .lp-container img {
  max-width: 100%;
}
.dh_lp_wrapper .lp-container .tb {
  display: none;
}
.dh_lp_wrapper .lp-container .sp {
  display: none;
}
.dh_lp_wrapper .fade-in {
  opacity: 0;
}
.dh_lp_wrapper .fade-in.is-visible {
  opacity: 1;
  transition: all 1.5s ease-in-out;
  transition-delay: 0.1s;
}
.dh_lp_wrapper .mv {
  margin: 0;
  text-align: center;
}
.dh_lp_wrapper .mv img {
  width: 58%;
  max-width: 290px;
  margin: 11% auto 16%;
}
.dh_lp_wrapper .item {
  margin: 0 auto 11.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5%;
}
.dh_lp_wrapper .item_images {
  width: 52%;
  max-width: 450px;
  position: relative;
}
.dh_lp_wrapper .item_text {
  width: 40%;
  margin-bottom: 20px;
}
.dh_lp_wrapper .item_text .name {
  margin: 3px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.dh_lp_wrapper .item_text .occupation {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.06em;
  display: inline-block;
}
.dh_lp_wrapper .item_text .btn {
  margin: 0;
  padding: 0 1em 0.05em;
  background-color: #202124;
  border: none;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: inline-block;
  cursor: pointer;
}
.dh_lp_wrapper .item-reverse {
  flex-direction: row-reverse;
  gap: 4%;
}
.dh_lp_wrapper .item-reverse .item_text {
  width: 40%;
  max-width: 250px;
}
.dh_lp_wrapper .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.dh_lp_wrapper .modal-contents {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 1150px;
  padding: 1% 0 0 8%;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
}
.dh_lp_wrapper .modal-inner {
  margin: auto;
  padding: 24px 40px;
  background: #fff;
  height: auto;
}
.dh_lp_wrapper .modal-xmark {
  position: absolute;
  top: -10px;
  right: 55px;
  width: 45px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
.dh_lp_wrapper .modal-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.dh_lp_wrapper .modal-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.dh_lp_wrapper .modal-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}
.dh_lp_wrapper .profile {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.dh_lp_wrapper .profile_image {
  width: 38%;
}
.dh_lp_wrapper .profile_content {
  width: 53%;
  font-size: 13px;
  line-height: 1.9;
}
.dh_lp_wrapper .profile_name {
  margin: 0;
  font-weight: 500;
}
.dh_lp_wrapper .profile_position {
  margin: 5px 0;
}
.dh_lp_wrapper .profile_text {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.dh_lp_wrapper .profile_links {
  margin-top: 20px;
}
.dh_lp_wrapper .profile_links a {
  text-decoration: underline;
  display: block;
}
.dh_lp_wrapper .profile_price a {
  text-decoration: underline;
}
.dh_lp_wrapper .profile_slide_thumnail {
  margin-top: 30px;
}
.dh_lp_wrapper .profile_slide_thumnail .slick-track {
  margin-left: 0;
}
.dh_lp_wrapper .profile_slide_thumnail .slick-slide {
  margin-right: 15px;
}
.dh_lp_wrapper .bottom {
  margin: 16.5% auto;
  text-align: center;
}
.dh_lp_wrapper .bottom_message {
  width: 46%;
  max-width: 192px;
  margin: auto;
}
.dh_lp_wrapper .bottom_title {
  width: 64%;
  max-width: 290px;
  margin: 13% auto;
}
.dh_lp_wrapper .bottom_text {
  margin: 0 auto;
  text-align: center;
  font-family: richmond-text, sans-serif;
}
.dh_lp_wrapper .bottom_text_list {
  margin: 5% auto;
}
.dh_lp_wrapper .bottom_text a span {
  background: linear-gradient(transparent 98%, #202124 98%);
  font-size: 26px;
  color: #202124;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .dh_lp_wrapper .tb {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .dh_lp_wrapper {
    /* modal */
    /* profile */
    /* bottom */
  }
  .dh_lp_wrapper .lp-container {
    width: 85%;
  }
  .dh_lp_wrapper .lp-container .sp {
    display: block;
  }
  .dh_lp_wrapper .mv img {
    margin-bottom: 18%;
  }
  .dh_lp_wrapper .item {
    width: 90%;
    margin-bottom: 15%;
  }
  .dh_lp_wrapper .item:nth-of-type(3n-2) {
    width: 100%;
  }
  .dh_lp_wrapper .item_images {
    width: 100%;
    margin: auto;
  }
  .dh_lp_wrapper .item_text {
    width: 100%;
    margin-top: 20px;
  }
  .dh_lp_wrapper .item-reverse .item_text {
    min-width: 100%;
  }
  .dh_lp_wrapper .item_text .name {
    font-size: 14px;
  }
  .dh_lp_wrapper .item_text .occupation {
    font-size: 12px;
  }
  .dh_lp_wrapper .item_text .btn {
    padding: 0.05em 0.9em;
    font-size: 10px;
  }
  .dh_lp_wrapper .modal-contents {
    top: 0;
    padding: 0;
    overflow: scroll;
  }
  .dh_lp_wrapper .modal-inner {
    padding: 28% 5%;
  }
  .dh_lp_wrapper .modal-xmark {
    width: 30px;
    top: 5%;
    right: 8%;
  }
  .dh_lp_wrapper .modal-xmark span {
    height: 1px;
  }
  .dh_lp_wrapper .profile_image {
    width: 55%;
  }
  .dh_lp_wrapper .profile_content {
    width: 100%;
    margin-top: 20px;
  }
  .dh_lp_wrapper .profile_position {
    margin: 0;
  }
  .dh_lp_wrapper .profile_text {
    margin-top: 10px;
    line-height: 1.5;
  }
  .dh_lp_wrapper .profile_links {
    margin-top: 15px;
  }
  .dh_lp_wrapper .profile_slide_thumnail {
    margin-top: 20px;
  }
  .dh_lp_wrapper .profile_slide_thumnail .slick-track {
    width: 100% !important;
  }
  .dh_lp_wrapper .profile_slide_thumnail .slick-slide {
    width: 60px !important;
    height: auto;
    margin-bottom: 10px;
  }
  .dh_lp_wrapper .profile_slide_thumnail .slick-slide {
    margin-right: 10px;
  }
  .dh_lp_wrapper .profile_slide_thumnail .slick-slide:last-child {
    margin-right: 0;
  }
  .dh_lp_wrapper .bottom {
    margin-bottom: 10%;
  }
  .dh_lp_wrapper .bottom_title {
    margin: 20% auto;
  }
  .dh_lp_wrapper .bottom_text {
    width: 85%;
    margin: 20% auto 10%;
    padding-top: 20%;
    border-top: 1px solid #202124;
  }
  .dh_lp_wrapper .bottom_text a span {
    margin: 3% auto;
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */