/* mission top */
#mission {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: auto;
  min-height: 100vh;
  width: 100%;
  background: #30C6D4;
  z-index: 0;
}
#mission::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200vw;
  height: 200vw;
  background: #FFFFFF;
  clip-path: polygon(
    0 0,
    100% 100%,
    0 100%
  );
  transform: translateX(-470px) rotate(45deg); 
  transform-origin: bottom left;
  z-index: 1;
  pointer-events: none;
}
#mission .hrs-top-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-575px);
  width: 1440px;
  height: 718px;
  background-size: cover;
  background-image: url('/nw_mission/img/hrs-mission-bg.png');
  background-position: center center;
  z-index: 0;
}
#mission .contents,
#mission .footer {
  z-index: 2;
}
.mission-txt {
  margin-top: 50px;
  margin-left: 70px;
  width: 1440px;
  text-align: left;
}
.mission-title {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 62px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
}
.mission-title span {
  font-size: 46px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.mission-title::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 450px; /*100%;*/
  width: 520px; /*100vw;*/
  height: 25px;
  background: #E1FF35;
  transform: translateX(-100%);
  z-index: -1;
}
.mission-detail {
  margin-top: 40px;
  color: #000000;
  font-size: 20px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: bold;
  line-height: 2;
}
.mission-english {
  margin-top: 109px;
  text-align: center;
  color: #E1FF35;
  font-size: 95px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}
.mission-english span {
  font-size: 70px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: bold;
}
.mission-item-frame {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 1240px;
  height: 457px;
}
.mission-item-img {
  width: 232px;
  height: 184px;
  border-radius: 0 60px 0 0;
  border-top: 1px solid #30C6D4;
  border-right: 1px solid #30C6D4;
  border-left: 1px solid #30C6D4;
}
.mission-item-text {
  position: relative;
  background-color: #FFFFFF;
  width: 232px;
  height: 273px;
  border-radius: 0 0 0 60px;
  border-right: 1px solid #30C6D4;
  border-bottom: 1px solid #30C6D4;
  border-left: 1px solid #30C6D4;
  text-align: left;
}
.mission-item-title {
  display: inline-block;
  margin: 20px 15px 10px 15px;
  color: #000000;
  font-size: 18px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-color: #30C6D4;
  text-decoration-thickness: 4px;
}
.mission-item-detail {
  margin: 0 15px 0 15px;
  color: #000000;
  font-size: 15px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: 400;
  text-align: left;
}
.mission-link-button {
  position: absolute;
  right: 15px;
  bottom: 30px;
  width: 30px;
  height: 30px;
}
.mission-item:hover .mission-item-text {
  background-color: #E1FF35;
}
/* movie */
/*
.mission-movie-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  background-color: #FFFFFF;
  width: 800px;
  height: 239px;
  gap: 50px;
}
.mission-movie-text {
  display: block;
  width: 412px;
  text-align: left;
}
.mission-movie-title {
  color: #000000;
  font-size: 30px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: bold;
}
.mission-movie-detail {
  color: #000000;
  margin-top: 20px;
  font-size: 16px;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-weight: 400px;
}
.mission-movie {
  background-color: #FFFFFF;
  width: 239px;
  height: 174px;
}
*/
/* mission 2nd-layer */
#mission-2nd {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: auto;
  min-height: 100vh;
  width: 100%;
  background: #F5F5F5;
}
#mission-2nd .hrs-top-bg {
  background-image: none;
  z-index: -1;
}
.mission-2nd-header-bg {
  position: absolute;
  background: #30C6D4;
  width: 100%;
  height: 322px;
}
#mission-2nd .nw-breadcrumbs {
  padding: 0px;
  max-width: 1132px;
}
.mission-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: 1115px;
  height: 240px;
  pointer-events: none;
}
.mission-2nd-title-txt {
  display: flex;
  position: absolute;
  top: 91px;
  left: 0px;
  padding: 0 0 60px 30px;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 147px;
  border-left: solid 20px #E1FF35;
}
.mission-2nd-title-txt p {
  position: relative;
  align-self: stretch;
  color: #000000;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.mission-2nd-title-txt p span {
  position: relative;
  align-self: stretch;
  color: #000000;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.mission-2nd-title-frame img {
  margin-top: -90px;
  width: 611.5px;
  height: 328px;
}
.graph-box {
  position: relative;
	overflow-x: auto;
	direction: rtl;  /* Right To Left */
}
.teidendata-graph {
  margin: 15px auto 15px 0;
	width: 850px;
}
.teidendata-graph img {
	border-radius: 20px;
	padding: 20px;
	background: #FFFFFF;
}

@media screen and (max-width: 768px) {
  /* mission top */
  #mission .hrs-top-bg {
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    width: 375px;
    height: 698px;
    background-size: cover;
    background-image: url('/nw_mission/img/sp-hrs-mission-bg.png');
  }
  #mission::after {
    display: none;
  }
  .mission-txt {
    margin-top: 0px;
    margin-left: 30px;
    width: 375px;
    text-align: left;
  }
  .mission-title {
    font-size: 43px;
  }
  .mission-title span {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  .mission-title::after {
    left: 315px;
    bottom: -15px;
    width: 345px;
    height: 17px;
  }
  .mission-detail {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
  }
  .mission-english {
    margin-top: 450px;
    margin-bottom: 40px;
    text-align: left;
    font-size: 56px;
    line-height: 1.1;
  }
  .mission-english span {
    font-size: 41px;
  }
  .mission-item-frame {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: auto;
    gap: 20px;
  }
  .mission-item-img {
    width: 320px;
    height: 184px;
  }
  .mission-item-text {
    width: 320px;
    height: 185px;
    border-radius: 0 0 0 60px;
  }
  .mission-item-detail {
    line-height: 1.7;
  }
  .mission-link-button {
    bottom: 15px;
  }
  .mission-movie-frame {
    flex-direction: column;
    align-items: center;
    justify-content:center;
    margin-top: 40px;
    width: 320px;
    height: auto;
    gap: 10px;
  }
  .mission-movie-text {
    display: block;
    width: 320px;
    text-align: center;
  }
  .mission-movie-title {
    margin-top: 30px;
    color: #000000;
    font-size: 30px;
    font-family: "NotoSansJp-Regular", sans-serif;
    font-weight: bold;
  }
  .mission-movie-detail {
    width: 272px;
    margin: 10px auto;
    line-height: 1.5;
  }
  .mission-movie {
    width: 272px;
    height: auto;
    margin-bottom: 30px;
  }
  .mission-movie iframe {
    width: 272px;
    height: auto;
  }
  #mission .footer {
    padding: 0 0 40px 0;
    background-color: #FFFFFF;
  }
  #mission .footer .foot .AreaPageTop {
    padding: 10px 8px 23px 0px;
    margin-bottom: -20px;
    background-color: #30C6D4;
  }

  /* mission 2nd-layer */
  #mission-2nd .nw-breadcrumbs {
    padding: 0px;
    max-width: 336px;
  }
  .mission-2nd-title-frame {
    display: block;
    width: 100%;
    height: auto;
  }
  .mission-2nd-title-txt {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content:flex-start;
    margin: 110px 0 0 30px;
    padding: 0 0 0 20px;
    top: 0;
    height: 110px;
    border-left: solid 13px #E1FF35;
  }
  .mission-2nd-title-txt p {
    font-size: 28px;
    line-height: 1.2;
  }
  .mission-2nd-title-txt p span {
    font-size: 16px;
  }
  .mission-2nd-title-frame img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #mission-2nd .footer {
    padding: 0 0 40px 0;
  }
}