/* DX top */
#dx {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: auto;
  min-height: 100vh;
  width: 100%;
  background: #FFFFFF;
  z-index: 0;
}
#dx .hrs-top-bg {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1432 / 750;
  background-size: cover;
  background-image: url(/nw_dx/img/nw_dx-top.png);
  background-position: center center;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 2;
}
#dx .nw-breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#dx .nw-breadcrumbs p,
#dx .nw-breadcrumbs a {
  color: #FFFFFF;
}
#dx .dx-movie-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 750;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 1;
}
#dx #dx-movie {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#dx .dx-menu-bg {
  position: relative;
  margin: -200px auto 80px;
  width: 100%;
  height: 641px;
  background-size: cover;
  background-image: url(/nw_dx/img/nw_dx-menu-bg.png);
  background-position: center bottom;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 0;
}
.dx-menu-box {
  display: flex;
  position: relative;
  margin: 0 auto 0;
  padding-top: 300px;
  flex-direction: row;
  gap: 20px;
  row-gap: 26px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 978px;
}
.dx-menu {
  display: flex;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  width: 308px;
  height: 100px;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dx-menu-img {
  width: 60px;
  height: 60px;
  margin-left: 20px;
}
.dx-menu p {
  color: #595757;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}
.dx-menu-link-button {
  position: absolute;
  top: 82px;
  right: -15px;
  width: 30px;
  height: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .dx-menu:hover {
    background: #D9D9D9;
  }
}
.dx-initiatives-text {
  display: block;
  margin: 0 auto 35px;
  width: 100%;
  color: #595757;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.dx-item-frame {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 964px;
  height: 351px;
  margin: 0px auto 80px;
}
.dx-item-img {
  width: 308px;
  height: 180px;
}
.dx-item-text {
  position: relative;
  background-color: #FFFFFF;
  width: 308px;
  height: 151px;
  text-align: left;
}
.dx-item-title {
  display: inline-block;
  margin: 20px 0px 12px 15px;
  color: #1C50A1;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.dx-item-detail {
  margin: 0 15px 0 15px;
  color: #595757;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 26px;
}
.dx-item-detail span {
  display: inline-block;
  padding-top: 5px;
  font-size: 11px;
  line-height: 16px;
}
.dx-link-button-frame {
  position: relative;
  background-color: #FFFFFF;
  width: 308px;
  height: 30px;
  text-align: left;
}
.dx-link-button {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .dx-item:hover .dx-item-text,
  .dx-item:hover .dx-link-button-frame {
    background: #8EB7F7;
  }
  .dx-item:hover .dx-item-title,
  .dx-item:hover .dx-item-detail {
    color: #FFFFFF;
  }
}
.dx-roadmap-text {
  display: block;
  margin: 80px auto 20px;
  width: 100%;
  color: #595757;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.dx-roadmap-frame {
  display: flex;
  margin: 0 auto 100px;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 32px;
}
@media (hover: hover) and (pointer: fine) {
  .dx-roadmap-frame:hover {
    background: rgba(217, 217, 217, 0.3);
  }
}
.dx-roadmap-frame p {
  font-size: 14px;
  font-weight: bold;
}
.dx-pdf-icon {
  width: 21.15px;
  height: 26px;
}
.dx-roadmap-link {
  margin-top: 3px;
  width: 20px;
  height: 20px;
}

/* DX 2nd-layer */
/* header */
#dx-2nd {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: auto;
    min-height: 100vh;
    width: 100%;
    background: #F5F5F5;
}
#dx-2nd .hrs-top-bg {
  position: absolute;
  top: 150px;
  background-image: url(/nw_dx/img/nw_dx-2nd-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  min-height: 641px;
}
#dx-2nd h2 {
  scroll-margin-top: 110px;
}
.dx-2nd-header-bg {
    position: absolute;
    background-color: #1C50A1;
    background-image: url(/nw_dx/img/nw_dx-2nd-head.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 322px;
    z-index: 1;
}
#dx-2nd .nw-breadcrumbs {
  position: relative;
  max-width: 1132px;
  z-index: 2;
}
#dx-2nd .nw-breadcrumbs a,
#dx-2nd .nw-breadcrumbs p {
  color: #FFFFFF;
}
.dx-2nd-title-frame {
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    margin: -100px auto 40px;
    flex-direction: column;
    gap: 20px;
    width: 1132px;
    height: 240px;
    pointer-events: none;
    z-index: 2;
}
.dx-2nd-title-txt {
    display: flex;
    position: absolute;
    top: 91px;
    left: 0px;
    padding: 0 0 60px 10px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 147px;
}
.dx-2nd-title-txt p {
  position: relative;
  align-self: stretch;
  color: #FFFFFF;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.dx-2nd-title-txt p span {
  position: relative;
  align-self: stretch;
  color: #FFFFFF;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#dx-2nd .side-menu-title {
  display: block;
  margin-top: 20px;
  padding-left: 10px;
  text-align: left;
  font-weight: bold;
}
#dx-2nd .TextSmall {
  font-size: 12px;
}
#dx-2nd .TextIndent {
  margin: 0;
  padding-left:0.5em;
	text-indent:-0.5em;
}
#dx-2nd .ImgLeft img {
  padding:0;
}

/* top message */
.topmsg-box {
  display: flex;
  width: 870px;
  flex-direction: row;
  gap: 40px;
}
.topmsg-box img {
  text-align: left;
}
.topmsg-box p {
  display: block;
  width: 562px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.08em;
}

/* customer satisfaction */
.noto img {
  background: none !important;
}

@media screen and (max-width: 768px) {
  /* DX top */
  #dx .hrs-top-bg {
    margin: -110px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-48.5%, 14.5%);
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 524;
    background-image: url(/nw_dx/img/sp-nw_dx-top.png);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  #dx .nw-breadcrumbs {
    position: absolute;
    top: 100px;
    margin: 0;
  }
  #dx .dx-movie-wrapper {
    aspect-ratio: 375 / 524;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  #dx .dx-menu-bg {
    margin-top: 50px;
    width: 100%;
    height: 421px;
    background-image: url(/nw_dx/img/sp-nw_dx-menu-bg.png);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .dx-menu-box {
    position: relative;
    padding-top: 100px;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 375px;
  }
  .dx-menu {
    width: 153px;
    height: 70px;
  }
  .dx-menu-img {
    width: 37px;
    height: 37px;
    margin-left: 5px;
  }
  .dx-menu p {
    font-size: 12px;
    margin-left: 5px;
  }
  .dx-menu-link-button {
    width: 21px;
    height: 21px;
    top: 58px;
    right: -10px;
  }
  .dx-initiatives-text {
    margin: 0 auto 20px;
  }
  .dx-item-frame {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 375px;
    height: auto;
    gap: 40px;
  }
  .dx-item-text {
    height: auto;
  }
  .dx-roadmap {
    margin: 60px auto 20px;
  }
  .dx-roadmap-frame {
    margin: 0 auto 60px;
  }
  .dx-roadmap-frame p {
    text-align: left;
    line-height: 20px;
  }
  #dx-2nd .TextSmall {
    font-size: 10px;
  }

  /* DX 2nd-layer */
  /* header */
  #dx-2nd .hrs-top-bg {
    position: absolute;
    top: 252px;
    background-image: url(/nw_dx/img/sp-nw_dx-2nd-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 100%;
    min-height: 389px;
  }
  .dx-2nd-header-bg {
    background-image: url(/nw_dx/img/sp-nw_dx-2nd-head.png);
    background-size: cover;
    height: 280px;
  }
  #dx-2nd .nw-breadcrumbs {
    padding: 0px;
    max-width: 336px;
  }
  .dx-2nd-title-frame {
    display: block;
    max-width: 336px;
    width: 100%;
    height: auto;
  }
  .dx-2nd-title-txt {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content:flex-start;
    margin: 130px 0 0 8px;
    padding: 0;
    top: 0;
    height: 110px;
  }
  .dx-2nd-title-txt p {
    font-size: 28px;
    line-height: 1.2;
  }
  .dx-2nd-title-txt p span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
  }
  #dx-2nd .TextIndent {
    line-height: 30px;
  }
  #dx-2nd .footer {
    padding: 0 0 40px 0;
  }

  /* top message */
  .topmsg-box {
    width: 320px;
    flex-direction: column;
  }
  .topmsg-box img {
    text-align: center;
  }
  .topmsg-box p {
    width: 320px;
  }

  /* roadmap */
  .roadmap-img {
    border-radius: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;     /* Firefox */
  }
  .roadmap-img::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .roadmap-img img {
    display: block;
    width: 870px;
    height: auto;
    max-width: none;
    padding-bottom: 80px !important;
  }
  .roadmap-img .scroll-hint-icon {
    top: auto !important;
    bottom: 5px !important;
    left: 50% !important;
    transform: translateX(-50%);
    box-shadow: none;
  }
}

@media screen and (max-width: 720px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 15.5%);
  }
}
@media screen and (max-width: 680px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 16.5%);
  }
}
@media screen and (max-width: 640px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 17.0%);
  }
}
@media screen and (max-width: 600px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 17.5%);
  }
}
@media screen and (max-width: 580px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 18.0%);
  }
}
@media screen and (max-width: 550px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 19.5%);
  }
}
@media screen and (max-width: 500px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 20%);
  }
}
@media screen and (max-width: 480px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 21%);
  }
}
@media screen and (max-width: 460px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 21.5%);
  }
}
@media screen and (max-width: 430px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 22.5%);
  }
}
@media screen and (max-width: 420px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 23.5%);
  }
}
@media screen and (max-width: 390px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 24.5%);
  }
}
@media screen and (max-width: 375px) {
  #dx .hrs-top-bg {
    transform: translate(-48.5%, 25%);
  }
}