@charset "UTF-8";
/*COMMON*/
body {
  margin: 0;
  padding: 0;
}

.dh_lp_wrapper {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #171717;
}
@media (max-width: 900px) {
  .dh_lp_wrapper {
    font-size: 14px;
  }
}
.dh_lp_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper .img-box {
  text-align: center;
}
.dh_lp_wrapper .img-box img {
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .pc {
    display: none;
  }
}
.dh_lp_wrapper .sp {
  display: none;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .sp {
    display: inherit;
  }
}
.dh_lp_wrapper .hover-item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dh_lp_wrapper .hover-item:hover {
  opacity: 0.6;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .inner25_sp {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.dh_lp_wrapper .main-visual {
  width: 100%;
}
.dh_lp_wrapper .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .lead {
    padding: 70px 0;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.dh_lp_wrapper .lead p {
  display: inline-block;
  font-size: 14px;
}
.dh_lp_wrapper .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
  width: calc(100% - 120px);
  max-width: 1420px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper {
    width: 100%;
    gap: 60px;
  }
}
.dh_lp_wrapper .main-wrapper .section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 6vw;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-img-wrapper {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 39%;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-img-wrapper {
    width: 100%;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky {
  position: sticky;
  top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 1025px) {
  .dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky {
    top: 50px;
  }
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky {
    gap: 40px;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky .section-img {
  position: relative;
}
.dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky .section-img .text-absolute {
  z-index: 1;
  width: 57%;
  position: absolute;
  top: 5%;
  left: 10%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky .section-img .text-absolute {
    width: 66%;
    margin-left: auto;
    margin-right: 25px;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky .text-img {
  color: #6D6D6D;
  font-size: 14px;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-img-wrapper .section-sticky .text-img {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper {
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding-top: 100px;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-text-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-interview {
  font-weight: 700;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-interview::before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 10px;
  background-color: #000;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-shin {
  font-weight: 500;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-shin {
    font-size: 14px;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-shin::before {
  content: "申　";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-shiraswa {
  font-weight: 500;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-shiraswa {
    font-size: 14px;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .section-text-box .text-shiraswa::before {
  content: "白澤　";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .credit {
  list-style: none;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section .section-text-wrapper .credit {
    padding: 0;
  }
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .credit li {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 600;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .credit li::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .credit li:last-child::after {
  display: none;
}
.dh_lp_wrapper .main-wrapper .section .section-text-wrapper .credit li a {
  margin-left: 7px;
  color: #000;
  font-weight: 500;
  font-family: "Cormorant Infant";
}
.dh_lp_wrapper .main-wrapper .section.section-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section.section-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dh_lp_wrapper .main-wrapper .section.section-reverse .section-img-wrapper .section-sticky .section-img .text-absolute {
  width: 53%;
  top: 6%;
  left: unset;
  right: 14%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 900px) {
  .dh_lp_wrapper .main-wrapper .section.section-reverse .section-img-wrapper .section-sticky .section-img .text-absolute {
    width: 65%;
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.dh_lp_wrapper .lp-footer {
  padding: 150px 0;
}
.dh_lp_wrapper .lp-footer .footer-content {
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: center;
}
.dh_lp_wrapper .lp-footer .footer-content .footer-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .dh_lp_wrapper .lp-footer .footer-content .footer-text {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
.dh_lp_wrapper .lp-footer .footer-content .staff-credit {
  color: #6D6D6D;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */