@charset "UTF-8";
:root {
  --color-main: #00988d;
  --color-sub: #e9546b;
  --color-bg: #e6e9f0;
  --color-bg2: #f0f0f0;
  --color-dk: #666;
  --color-txt: #111111;
  --color-caption: #111;
  --color-caption2: #323232;
  --color-red: #cc0000;
  --color-bk: #000;
  --color-wh: #fff;
  --font-base: "Noto Sans JP", sans-serif;
  --font-sub: "Roboto", sans-serif;
  --lineHeight-xs: 1.375;
  --lineHeight-s: 1.5;
  --lineHeight-m: 1.66;
  --lineHeight-l: 1.875;
  --trans-min02: all .2s ease-out;
  --headerHeight-pc: 74px;
  --headerHeight-sp: 66px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-7px);
  }
  66% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mv_slide_out {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes mv_slide_in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(6px);
  }
}
body {
  margin: 0 auto;
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: var(--color-txt);
  font-family: var(--font-base);
  line-height: 1;
  word-break: break-all;
  overflow-x: clip;
}
main {
  display: block;
  padding-top: var(--headerHeight-pc);
  overflow: clip;
}
main img {
  max-width: 100%;
}

.js-inview {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out 0.2s;
}
.is-inview-show {
  opacity: 1;
  transform: translateY(0);
}
.hp_brSp, .hp_spOnly {
  display: none !important;
}
.ly_wrap_m {
  width: calc(100% - 24px);
  max-width: 1000px;
  margin: 0 auto;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  background-color: #c00;
  width: 100%;
  padding: 26px 0;
}
#header .header_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#header .header_flex .logoArea img {
  width: 100%;
  height: auto;
}
#header .header_flex .logoArea img.l-logo_image {
  width: 139px;
  height: 38px;
}
#header .header_flex .header_nav .header_nav_ul {
  display: flex;
  margin-right: 40px;
}
#header .header_flex .header_nav .header_nav_ul li {
  margin-left: 35px;
}
#header .header_flex .header_nav .header_nav_ul li a {
  color: #fff;
  font-size: 16px;
  padding-bottom: 0.2em;
}
#header .header_flex .header_nav .header_nav_ul li a:hover {
  border-bottom: 2px solid #fff;
  background-position: 0% bottom;
}
#Toggle {
  display: none;
}
br.brPcsm {
  display: none;
}

.scroll-top-inner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0;
  display: none;
}
.scroll-top-inner img {
  width: 100%;
  height: auto;
}
.scroll-top-inner:hover {
  cursor: pointer;
}

.explanation {
  padding: 40px 0 80px;
  background: #f0f0f0;
}
.explanation_caution_text {
  font-size: 0.875rem;
  line-height: var(--lineHeight-l);
  color: var(--color-dk);
}
.explanation_caution_text + .explanation_caution_text {
  margin-top: 30px;
}
.explanation_caution_text a {
  border-bottom: var(--color-dk) solid 1px;
  padding-bottom: 1.5px;
  transition: var(--trans-min02);
}
.explanation_caution_text a:hover {
  opacity: 0.8;
}
.explanation_caution_list > li {
  font-size: 0.875rem;
  line-height: var(--lineHeight-l);
  color: var(--color-dk);
  text-indent: -1em;
  padding-left: 1em;
}
.explanation_caution_list > li::before {
  content: "・";
}
.explanation_list {
  margin-top: 35px;
  margin-bottom: 30px;
}
.cmn_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.04em;
}
.cmn_caption {
  font-size: 0.75rem;
  line-height: var(--lineHeight-s);
  color: var(--color-caption);
  letter-spacing: 0;
}
.cmn_caption_line {
  border-bottom: var(--color-caption) solid 1px;
  padding-bottom: 1.5px;
}
.cmn_captionBox {
  margin-top: 5px;
}
.cmn_h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
  line-height: var(--lineHeight-m);
  letter-spacing: 0.07em;
}
.cmn_h2_point {
  color: #fff;
  font-weight: 500;
  font-size: 1.625rem;
  background: var(--color-main);
  padding: 2px 25px 0;
  margin-bottom: 10px;
  border-radius: 30px;
  display: block;
  width: fit-content;
  line-height: 1.5;
  font-family: var(--font-sub);
  box-shadow: 0 3px 0 #66c6cf;
}
.cmn_graph_title {
  font-weight: 700;
  color: #fff;
  font-size: 1.375rem;
  background: var(--color-main);
  padding: 0px 20px 4px;
  text-align: center;
  line-height: var(--lineHeight-xs);
  letter-spacing: 0.06em;
  margin: 0 auto 30px;
  width: 100%;  
  max-width: 520px;
}
.cmn_graph_fig {
  text-align: center;
}
.cmn_graph_main {
  background: #fff;
  margin: 0 auto 20px;
}


.mv {
  height: 560px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: url(/special/nikkei-semiconductor/img/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv_inner {
  height: 100%;
  display: grid;
  grid-template-columns: 500px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  align-items: center;
}
.mv_main {
  grid-area: 1/1/2/2;
  align-self: end;
  z-index: 2;
}
.mv_img {
  grid-area: 1/2/3/3;
  position: relative;
  height: 100%;
}
.mv_img_bg {
  position: absolute;
  right: 27px;
  top: 0;
}
.mv_img_parts {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  opacity: 0;
}
.mv_img_parts:nth-of-type(1) {
  top: 42px;
  right: 270px;
  animation: fadein 1s ease 1s forwards;
}
.mv_img_parts:nth-of-type(1) > img {
  animation: updown 8s ease-in-out 0.5s infinite alternate;
}
.mv_img_parts:nth-of-type(2) {
  top: 160px;
  right: -42px;
  animation: fadein 1s ease 1.5s forwards;
}
.mv_img_parts:nth-of-type(2) > img {
  animation: updown 8s ease-in-out 1.5s infinite alternate;
}
.mv_img_parts:nth-of-type(3) {
  top: 233px;
  right: 370px;
  animation: fadein 1s ease 2.5s forwards;
}
.mv_img_parts:nth-of-type(3) > img {
  animation: updown 8s ease-in-out 2.7s infinite alternate;
}
.mv_img_parts:nth-of-type(4) {
  top: 375px;
  right: 60px;
  animation: fadein 1s ease 2s forwards;
}
.mv_img_parts:nth-of-type(4) > img {
  animation: updown 8s ease-in-out 2.2s infinite alternate;
}
.mv_lead {
  grid-area: 2/1/3/2;
  align-self: start;
  filter: drop-shadow(0px 5px 0px #66c6cf);
}
.mv_lead_inner {
  padding-right: 27px;
}
.mv_lead_band {
  background: #fff;
  border: 2px solid var(--color-main);
  border-right: none;
  padding: 5px 20px 5px 40px;
  position: relative;
  width: 100%;
}
.mv_lead_band::before, .mv_lead_band::after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 24px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.mv_lead_band::before {
  width: 27px;
  height: calc(100% + 4px);
  background-color: var(--color-main);
  right: 0;
}
.mv_lead_txt {
  font-size: 1.5625rem;
  letter-spacing: 0.17em;
  font-weight: 600;
  color: var(--color-main);
  line-height: var(--lineHeight-xs);
}
.mv_title {
  margin-bottom: 28px;
}
.mv_title_ribbon {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}
.mv_title_ribbon > span {
  display: block;
  width: fit-content;
  background-color: var(--color-main);
  padding: 0px 12px 2px;
  line-height: var(--lineHeight-xs);
  letter-spacing: 0.02em;
}
.mv_title_ribbon > span:first-child {
  letter-spacing: 0.09em;
}
.mv_title_ribbon > span + span {
  margin-top: 10px;
}
.mv_title_main {
  margin-bottom: 25px;
  width: 100%;
}
.mv_title_main img {
  max-width: 100%;
}
.mv_title_main--mini {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.mv_title_sub {
  border: 1px solid var(--color-main);
  font-feature-settings: "palt";
  width: fit-content;
  padding: 6px 13px 8px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: var(--lineHeight-xs);
}
.mv_anime {
  transform: translateX(-100%);
  animation: mv_slide_out 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s forwards;
  overflow: hidden;
}
.mv_anime_inner {
  transform: translateX(100%);
  animation: mv_slide_in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s forwards;
}

.menu_section {
  background: var(--color-main);
  background-image: url(/special/nikkei-semiconductor/img/bg_menu-l.png), url(/special/nikkei-semiconductor/img/bg_menu-r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom -102px right calc(50% + 330px), top -24px left calc(50% + 391px);
  background-size: 640px, 640px;
  padding: 25px 0 45px;
}
.menu_title {
  position: relative;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 30px;
}
.menu_title_en {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #66c6cf;
  font-family: var(--font-sub);
  opacity: 0.6;
  font-size: 4.6875rem;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.menu_title_ja {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
}
.menu_anchor {
  display: flex;
  gap: 20px;
}
.menu_anchor_item {
  flex: 1;
}
.menu_anchor_item > a {
  padding: 30px 10px 52px;
  position: relative;
  text-align: center;
  background: #fff;
  display: block;
  height: 100%;
}
.menu_anchor_item > a::after {
  content: "";
  width: 37px;
  height: 23px;
  background: url(/special/nikkei-semiconductor/img/img_arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  bottom: 17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: move-y 0.5s 6 alternate ease-in-out;
  transition: transform 0.3s;
}
.menu_anchor_item > a:hover::after {
  transform: translateY(6px);
}
.menu_anchor_item > a:hover .menu_anchor_title::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.menu_anchor_point {
  color: var(--color-main);
  background: #fff;
  border-radius: 20px;
  padding: 3px 35px 2px;
  line-height: 1;
  font-family: var(--font-sub);
  width: fit-content;
  border: 2px solid var(--color-main);
  box-shadow: 0 3px 0 #66c6cf;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.menu_anchor_title {
  color: var(--color-main);
  line-height: var(--lineHeight-s);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
}
.menu_anchor_title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-main);
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.menu_anchor_text {
  letter-spacing: 0.04em;
}

.point1_caption {
  max-width: 790px;
  margin: 0 auto;
}

.point2_caption {
  margin-top: 25px;
  text-indent: -1em;
  padding-left: 1em;
}
.point2_text {
  margin-top: 10px;
}
.point2_h2 {
  margin-bottom: 25px;
}
.point2_flow {
  background: #fff;
  border-radius: 10px;
  border: 2px solid var(--color-main);
  padding: 20px;
}
.point2_flow_title {
  margin-bottom: 15px;
  color: var(--color-main);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.375rem;
}
.point2_flow_list {
  margin-bottom: 15px;
}
.point2_flow_list_item {
  display: flex;
  align-items: center;
}
.point2_flow_list_item + .point2_flow_list_item {
  margin-top: 30px;
  position: relative;
}
.point2_flow_list_item + .point2_flow_list_item::before {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #66c6cf;
  display: block;
  width: 125px;
  height: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -23px;
}
.point2_flow_icon {
  flex: 1;
  margin-right: 7px;
  text-align: center;
}
.point2_flow_icon img {
  max-height: 100%;
}
.point2_flow_right {
  width: 50%;
}
.point2_flow_right_main {
  color: var(--color-main);
  font-weight: 600;
  margin-bottom: 2px;
  line-height: var(--lineHeight-s);
  font-size: 1.125rem;
}
.point2_flow_right_main > span {
  font-family: var(--font-sub);
  margin-right: 10px;
  font-weight: 500;
}
.point2_flow_right_sub {
  font-size: 0.875rem;
  line-height: var(--lineHeight-m);
}
.point2_pieCol {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.point2_pieCol_item {
  max-width: 400px;
  width: 50%;
}
.point2_pieCol_item:first-child .point2_pie_main {
  padding-top: 37px;
}
.point2_pie {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.point2_pie_title {
  margin: 0;
  margin-bottom: 10px;
}
.point2_pie_main {
  padding: 20px 10px;
  flex: 1;
  width: 100%;
}
.point2_pie_caption {
  max-width: 880px;
  margin: 0 auto;
}
.point2_sectionMid {
  margin-top: 60px;
}
.point2_h3 {
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.625rem;
  line-height: var(--lineHeight-m);
  letter-spacing: 0.09em;
  margin-bottom: 30px;
}
.point2_imgCol {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 60px;
}
.point2_imgCol_main {
  flex: 1;
}
.point2_imgCol_img {
  width: 320px;
}
.point2_graph {
  max-width: 885px;
  margin: 0 auto;
}
.point2_graph_main {
  padding: 20px;
}
.point2_graph_title {
  margin-bottom: 10px;
}

.point3_main {
  border-radius: 32px;
  border: 5px solid var(--color-sub);
  margin-top: 40px;
  position: relative;
  padding: 38px 0 55px;
}
.point3_main_title {
  background: #fff;
  padding: 0 5px 0;
  letter-spacing: 0.1em;
  font-size: 1.625rem;
  line-height: var(--lineHeight-xs);
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(calc(-50% - 5px));
  display: block;
  width: fit-content;
}
.point3_main_circle {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  flex-wrap: wrap;
  width: 66%;
  margin: 0 auto;
}
.point3_main_circle_item {
  border-radius: 100%;
  background: #d1eef1;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.point3_main_circle_item > span {
  color: var(--color-main);
  font-weight: 600;
  font-size: 1.375rem;
  text-align: center;
  line-height: var(--lineHeight-s);
}
.point3_main_arrow {
  background: var(--color-sub);
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 40px;
  width: 270px;
  z-index: 1;
}
.point3_main_arrow::after {
  content: "";
  width: 100%;
  display: block;
  height: 56px;
  background: var(--color-sub);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.point3_main_arrow_text {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2;
  z-index: 2;
  transform: translateY(20px);
  position: relative;
}
.point3_main_parts {
  position: absolute;
  left: 12px;
  bottom: 0;
  width: max(178px, 20%);
  z-index: -1;
}
.point3_inview.is-inview-show + .point3_main .inview-parts-1 {
  animation: fadein 0.3s ease-in 0.6s forwards;
}
.point3_inview.is-inview-show + .point3_main .inview-parts-2 {
  animation: fadein 0.3s ease-in 1s forwards;
}
.point3_inview.is-inview-show + .point3_main .inview-parts-3 {
  animation: fadein 0.3s ease-in 1.4s forwards;
}

.point_section {
  padding: 90px 0 60px;
}
.point_section--bg {
  background: var(--color-bg);
}
.point_section--map {
  background-image: url(/special/nikkei-semiconductor/img/bg_point3.png);
  background-position: top -13px left calc(50% + 125px);
  background-repeat: no-repeat;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.point_grid {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 50% auto;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 2.7vw;
  grid-row-gap: 20px;
  align-items: end;
  justify-content: space-between;
}
.point_grid_item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.point_grid_item:nth-child(2) {
  grid-area: 1/2/3/3;
}
.point_grid_item:nth-child(3) {
  grid-area: 2/1/3/2;
}

.invest_sectionMd + .invest_sectionMd {
  margin-top: 70px;
}
.invest_sectionSm {
  margin-top: 60px;
}
.invest_top {
  padding: 36px 0 28px;
  background: var(--color-main);
  position: relative;
}
.invest_top::before, .invest_top::after {
  content: "";
  background: url(/special/nikkei-semiconductor/img/bg_invest_top.png) no-repeat;
  background-position: top -12px right 0;
  background-size: cover;
  position: absolute;
  left: calc(50% + 340px);
  top: 0;
  display: block;
  width: 550px;
  height: 100%;
}
.invest_top::before {
  transform: scale(-1, 1);
  right: calc(50% + 340px);
  left: auto;
}
.invest_title {
  color: #fff;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  width: fit-content;
  margin: -5px auto 0;
  z-index: 1;
}
.invest_titleSub {
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: var(--lineHeight-m);
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  z-index: 1;
}
.invest_title > span {
  background: linear-gradient(0deg, #faff64 9px, transparent 0%);
  display: inline;
  padding-bottom: 10px;
}
.invest_main {
  background: url("/special/nikkei-semiconductor/img/bg_invest_main.jpg");
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.invest_main_bg {
  padding: 60px 15px;
  background: rgba(255, 255, 255, 0.9);
}
.invest_main_inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.invest_h3 {
  border-bottom: #66c6cf 4px solid;
  border-top: #66c6cf 4px solid;
  padding: 17px 0 20px;
  text-align: center;
  color: var(--color-main);
  font-weight: 700;
  line-height: var(--lineHeight-m);
  font-size: 1.625rem;
  letter-spacing: 0.09em;
  position: relative;
  margin-bottom: 50px;
}
.invest_h3::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 33px;
  background: #66c6cf;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
.invest_h4 {
  max-width: 520px;
  margin: 0 auto 35px;
  width: 100%;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: var(--lineHeight-xs);
  padding: 3px 5px 5px;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
}
.invest_h4_mini {
  font-size: 1rem;
  vertical-align: 2px;
}
.invest_text {
  margin-top: 50px;
}
.invest_caption {
  max-width: 780px;
  margin: 0 auto;
}
.invest_graph_main {
  background: none;
}
.invest_panel {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.invest_panel_item {
  flex: 1;
  border-radius: 10px;
  background: #fbdde1;
  padding: 27px 5px;
  text-align: center;
}
.invest_panel_title {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.invest_panel_band {
  background: var(--color-sub);
  color: #fff;
  padding: 0 10px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
  min-height: 44px;
  max-width: 180px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.invest_panel_band_min {
  font-size: 0.875rem;
  display: block;
  margin-top: 1px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.invest_panel_main {
  color: var(--color-sub);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.invest_panel_main_lg {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0 3px;
}
.invest_panel_main sup {
  font-size: 60%;
}
.invest_panel_sub {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.invest_bottom {
  padding: 25px 20px;
  border: 4px solid #66c6cf;
  border-radius: 10px;
  background: #fff;
  margin-top: 40px;
}
.invest_bottom_title {
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
  line-height: var(--lineHeight-s);
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}
.invest_bottom_text {
  text-align: center;
  line-height: 1.86;
  font-size: 0.75rem;
  margin-top: 10px; 
}
.invest_bottom_text span {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
  border-bottom: var(--color-dk) solid 1px;
  font-size: 1.375rem;
}
.invest_bottom_text > a {
  transition: var(--trans-min02);
}
.invest_bottom_text > a:hover {
  opacity: 0.8;
}
.invest_bottom_col {
  display: flex;
  margin-top: 25px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.invest_bottom_col_item {
  width: calc((100% - 60px) / 4);
}
.invest_bottom_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  position: relative;
  min-height: 60px;
  padding: 15px;
  border-radius: 10px;
}
.invest_bottom_btn--pdf {
  padding-right: 25px;
}
.invest_bottom_btn_text {
  letter-spacing: 0.08em;
}
.invest_bottom_btn_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.invest_bottom_btn_icon--pdf {
  right: 24px;
  width: 30px;
}
.invest_table {
  width: 100%;
  max-width:650px;
  margin:0 auto;
}
.invest_table th,
.invest_table td {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  line-height: var(--lineHeight-xs);
  padding: 8px 5px;
}
.invest_table th {
  background: #f8cbd2;
  height: 34px;
}
.invest_table td {
  background: #fff;
  height: 45px;
}
.invest_table td.invest_table_left {
  text-align: left;
}
.invest_table tr:nth-child(odd) td {
  background: #f3f3f3;
}
.invest_table .show_no {
  display: none;
}
.chart_btn {
  display: none;
}
.continue_btn{
  position: relative;
  display: block;
  padding: 20px 10px;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  margin: auto;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
  text-align: center;
  transform: translateY(-25px);
  max-width: 650px;
  .continue_txt{
    position: relative;
    display: inline;
    pointer-events: none;
  }

  .continue_txt::before,
  .continue_txt::after{
    position: relative;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .continue_txt::after{
    width: 12px;
    height: 12px;
    border-top: 2px solid #111111;
    border-right: 2px solid #111111;
    margin-left: 10px;
    transform: translateY(-5px) rotate(135deg);
    font-weight: 500;
  }
}
.continue_btn.open{
  background-image: none;
  background: white;
  text-align: center;
  transform: translateY(0px);
  border-top: 1px solid #cdcdcd;
  margin-bottom:25px;

  .continue_txt::before,
  .continue_txt::after{
    position: relative;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .continue_txt::after{
    width: 12px;
    height: 12px;
    border-top: 2px solid #2d4b73;
    border-right: 2px solid #2d4b73;
    margin-left: 10px;
    transform: translateY(0px) rotate(315deg);
  }
}

@media screen and (min-width: 951px), print {
  #header {
    height: 74px;
  }
  #header .header_flex .logoArea {
    height: 22px;
    padding-left: 40px;
    margin-right: 40px;
  }
  #header .header_flex .logoArea img.l-logo_image {
    height: 22px;
    width: 328px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1051px) {
  #header .header_flex .header_nav .header_nav_ul li {
    margin-left: 20px;
  }
  #header .header_flex .header_nav .header_nav_ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 951px) {
  #header .header_flex .header_nav .header_nav_ul li {
    margin-left: 13px;
  }
  #header .header_flex .header_nav .header_nav_ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .mv_inner {
    grid-template-columns: 441px auto;
  }
  .mv_lead_band {
    padding-right: 10px;
    padding-left: 20px;
  }
  .mv_lead_txt {
    letter-spacing: 0.07em;
  }
  .mv_img_bg {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content;
    width: 45vw;
  }
  .mv_img_bg img {
    max-width: 100%;
  }
  .mv_img_parts {
    width: 12vw;
  }
  .mv_img_parts:nth-of-type(1) {
    top: calc(50% - 19.5vw);
    right: 22vw;
  }
  .mv_img_parts:nth-of-type(2) {
    top: calc(50% - 10vw);
    right: -5.6vw;
  }
  .mv_img_parts:nth-of-type(3) {
    top: calc(50% - 3.6vw);
    right: 30vw;
  }
  .mv_img_parts:nth-of-type(4) {
    top: calc(50% + 10vw);
    right: 2.8vw;
  }
  .mv_img_parts img {
    max-width: 100%;
  }
}

@media screen and (max-width: 950px) {
  #header {
    padding: 14px 0;
  }
  #header .header_flex {
    min-width: inherit;
  }
  #header .header_flex .logoArea {
    height: 38px;
    padding-left: 26px;
  }
  #header .header_flex .header_nav {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  #header .header_flex .header_nav.active {
    transform: translateY(0%);
    top: 100%;
  }
  #header .header_flex .header_nav.non-active {
    display: none;
  }
  #header .header_flex .header_nav .header_nav_ul {
    flex-wrap: wrap;
    padding: 4% 0;
  }
  #header .header_flex .header_nav .header_nav_ul li {
    width: 100%;
    text-align: left;
    padding: min(4%, 16px) 0;
    margin-left: 4%;
  }
  #header .header_flex .header_nav .header_nav_ul li a {
    font-size: 16px;
    color: #474747;
  }
  #Toggle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 7%;
    height: 30%;
    cursor: pointer;
    z-index: 100;
    max-width: 27px;
  }
  #Toggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    transition: 0.35s ease-in-out;
    left: 0;
  }
  #Toggle span:nth-child(1) {
    top: 0;
  }
  #Toggle span:nth-child(2) {
    top: 50%;
  }
  #Toggle span:nth-child(3) {
    top: 100%;
  }
  #Toggle.active span:nth-child(1) {
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
  }
  #Toggle.active span:nth-child(2),
  #Toggle.active span:nth-child(3) {
    top: 50%;
    transform: rotate(45deg);
  }
  main {
    padding-top: var(--headerHeight-sp);
  }
}

@media screen and (max-width: 767px) {
  .hp_brPc {
    display: none !important;
  }
  .hp_brSp {
    display: inline !important;
  }
  .hp_pcOnly {
    display: none !important;
  }
  .hp_spOnly {
    display: block !important;
  }
  .hp_spNone {
    display: none !important;
  }
  body {
    min-width: 0;
  }
  main {
    padding-top: var(--headerHeight-sp);
  }
  .scroll-top-inner {
    width: 40px;
    height: 40px;
    right: 12px;
  }
  .scroll-top-inner > img {
    width: 100%;
    height: auto;
  }
  .explanation {
    padding: 40px 0 40px;
  }
  .explanation_caution_text {
    font-size: 0.75rem;
  }
  .explanation_caution_text + .explanation_caution_text {
    margin-top: 25px;
  }
  .explanation_caution_list > li {
    font-size: 0.75rem;
  }
  .explanation_list {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .cmn_graph_title {
    font-size: 1rem;
    width: calc(100% - 40px);
    padding: 3px 10px 5px;
  }
  .cmn_h2 {
    font-size: 1.625rem;
  }
  .cmn_h2_point {
    font-size: 1.25rem;
  }
  .mv {
    height: 550px;
    background-image: url(/special/nikkei-semiconductor/img/mv_bg_sp.png);
  }
  .mv_inner {
    display: block;
    padding-top: 30px;
  }
  .mv_lead {
    margin-top: -20px;
  }
  .mv_lead_band {
    padding: 1px 12px 3px 20px;
    width: fit-content;
  }
  .mv_lead_band::before {
    width: 18px;
  }
  .mv_lead_band::after {
    width: 15px;
  }
  .mv_lead_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.25em;
  }
  .mv_img {
    height: 295px;
  }
  .mv_img_bg {
    width: 310px;
    padding-right: 38px;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
  }
  .mv_img_parts {
    width: 70px;
  }
  .mv_img_parts:nth-of-type(1) {
    top: calc(50% - 132px);
    right: calc(50% - 4px);
  }
  .mv_img_parts:nth-of-type(2) {
    top: calc(50% - 72px);
    right: calc(50% - 152px);
  }
  .mv_img_parts:nth-of-type(3) {
    top: calc(50% - 32px);
    right: calc(50% + 65px);
  }
  .mv_img_parts:nth-of-type(4) {
    top: calc(50% + 39px);
    right: calc(50% - 108px);
  }
  .mv_img img {
    max-width: 100%;
  }
  .mv_title {
    margin-bottom: 15px;
  }
  .mv_title_main {
    margin-bottom: 19px;
    max-width: 280px;
  }
  .mv_title_main_img img {
    width: 100%;
    max-width: 520px;
  }
  .mv_title_sub {
    font-size: 0.875rem;
    padding: 0px 11px 1px;
  }
  .mv_title_ribbon {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .mv_title_ribbon > span {
    letter-spacing: 0.01em;
    padding: 0px 7px 2px;
  }
  .mv_title_ribbon > span + span {
    margin-top: 4px;
  }
  .menu {
    display: flex;
    gap: 20px;
  }
  .menu_section {
    padding-right: 15px;
    padding-left: 15px;
    background-size: 460px, 470px;
    background-image: url(/special/nikkei-semiconductor/img/bg_menu_sp-t.png), url(/special/nikkei-semiconductor/img/bg_menu_sp-b.png);
    background-position: top 15px right calc(50% - 127px), bottom -3px left calc(50% - 150px);
  }
  .menu_title {
    margin-bottom: 20px;
  }
  .menu_title_en {
    font-size: 3.75rem;
  }
  .menu_title_ja {
    font-size: 1.625rem;
  }
  .menu_anchor {
    flex-direction: column;
    gap: 30px;
  }
  .menu_anchor_item > a {
    padding: 20px 10px 38px;
  }
  .menu_anchor_item > a::after {
    width: 26px;
    height: 20px;
    bottom: 12px;
  }
  .menu_anchor_point {
    font-size: 1.0625rem;
    padding: 3px 25px 2px;
  }
  .menu_anchor_title {
    font-size: 1.125rem;
    margin-bottom: 3px;
  }
  .menu_anchor_text {
    line-height: 1.55;
  }
  .menu_item {
    flex: 1;
  }
  .menu_item > a {
    padding: 30px 10px 52px;
    position: relative;
    text-align: center;
    background: #fff;
    display: block;
    height: 100%;
  }
  .menu_item > a::after {
    content: "";
    width: 37px;
    height: 23px;
    background: url(/special/nikkei-semiconductor/img/img_arrow.svg) no-repeat center/contain;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .point1_img {
    display: none;
  }
  .point2_img {
    display: none;
  }
  .point2_text {
    margin-top: 0;
  }
  .point2_flow_title {
    font-size: 1rem;
  }
  .point2_flow_list_item + .point2_flow_list_item::before {
    width: 83px;
    height: 16px;
    top: -20px;
  }
  .point2_flow_icon img {
    max-height: 70px;
  }
  .point2_flow_right_main {
    font-size: 0.9375rem;
  }
  .point2_pieCol {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .point2_pieCol_item {
    width: calc(100% - 40px);
    max-width: 300px;
  }
  .point2_pieCol_item:first-child .point2_pie_main {
    padding-top: 20px;
  }
  .point2_pieCol_item img {
    max-width: 190px;
  }
  .point2_pie_title {
    width: 100%;
  }
  .point2_sectionMid {
    margin-top: 40px;
  }
  .point2_h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .point2_imgCol {
    display: block;
    position: relative;
    margin-bottom: 50px;
  }
  .point2_imgCol_img {
    position: absolute;
    right: 0;
    top: 5.5%;
    width: min(46.5%, 160px);
  }
  .point3_main {
    border-radius: 8px;
    border-width: 3px;
    padding: 25px 0 40px;
  }
  .point3_main_title {
    font-size: 1.25rem;
  }
  .point3_main_circle {
    width: 100%;
    max-width: 275px;
    gap: 0 min(10px, 2.5vw);
  }
  .point3_main_circle_item {
    width: min(130px, 42vw);
    height: min(130px, 42vw);
  }
  .point3_main_circle_item:nth-child(n+3) {
    margin-top: -10px;
  }
  .point3_main_circle_item > span {
    font-size: 1rem;
  }
  .point3_main_arrow {
    max-width: 200px;
    width: calc(100% - 20px);
    height: 30px;
    bottom: -5px;
  }
  .point3_main_arrow::after {
    height: 40px;
  }
  .point3_main_arrow_text {
    font-size: 1rem;
    transform: translateY(12px);
  }
  .point3_main_parts {
    width: min(150px, 34%);
    left: -3px;
  }
  .point_section {
    padding: 60px 0 70px;
  }
  .point_section--map {
    background-position: top 41% left calc(50% - 28px);
    background-size: 740px;
    padding-bottom: 50px;
  }
  .point_grid {
    margin-bottom: 40px;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    align-items: start;
  }
  .point_grid_item:nth-child(1), .point_grid_item:nth-child(2), .point_grid_item:nth-child(3) {
    grid-area: unset;
  }
  .invest_sectionMd + .invest_sectionMd {
    margin-top: 60px;
  }
  .invest_sectionSm {
    margin-top: 35px;
  }
  .invest_main {
    padding-bottom: 60px;
  }
  .invest_top {
    padding: 40px 0 45px;
  }
  .invest_top::before, .invest_top::after {
    content: "";
    background-image: url(/special/nikkei-semiconductor/img/bg_menu_sp-t.png);
    background-position: bottom 0px right 0;
    left: calc(50% - 23px);
    top: 0;
    width: 330px;
    height: 43px;
  }
  .invest_top::before {
    background-image: url(/special/nikkei-semiconductor/img/bg_menu_sp-b.png);
    background-position: top 0px left 0;
    top: auto;
    bottom: 0;
    right: calc(50% + 7px);
    left: auto;
    transform: scale(1, 1);
    width: 320px;
    height: 81px;
  }
  .invest_title {
    font-size: 1.5625rem;
    letter-spacing: 0.06em;
    margin-top: 0;
  }
  .invest_titleSub {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .invest_title > span {
    background: linear-gradient(0deg, #faff64 5px, transparent 0%);
    padding-bottom: 6px;
  }
  .invest_h3 {
    margin-bottom: 40px;
    font-size: 1.25rem;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .invest_h3::after {
    width: 28px;
    height: 24px;
  }
  .invest_h4 {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  .invest_h4_mini {
    font-size: 0.875rem;
  }
  .invest_text {
    margin-top: 40px;
  }
  .invest_panel {
    flex-direction: column;
    gap: 15px;
  }
  .invest_panel_item {
    padding: 7px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .invest_panel_title {
    width: 100%;
    flex-shrink: 0;
    font-size: 1rem;
  }
  .invest_panel_band {
    width: calc((100% - 10px) / 2);
    font-size: 0.9375rem;
  }
  .invest_panel_box {
    width: calc((100% - 10px) / 2);
  }
  .invest_panel_main {
    font-size: 1.0625rem;
    margin-bottom: 5px;
  }
  .invest_panel_main_lg {
    font-size: 1.875rem;
  }
  .invest_panel_sub {
    font-size: 0.875rem;
  }
  .invest_bottom {
    padding: 25px 15px;
  }
  .invest_bottom_title {
    font-size: 1.25rem;
  }
  .invest_bottom_text {
    font-size: 0.75rem;
  }
  .invest_bottom_text > span {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .invest_bottom_col {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .invest_bottom_col_item {
    width: 100%;
  }
  .invest_bottom_btn {
    min-height: 45px;
  }
  .invest_bottom_btn--pdf {
    padding-right: 15px;
  }
  .invest_bottom_btn_icon {
    right: 15px;
    width: 18px;
    padding: 0 4px;
  }
  .invest_bottom_btn_icon--pdf {
    width: 18px;
    padding: 0;
  }
  .scroll_x_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll_x_wrap .sp_scrolling {
    width: 100%;
  }
  .scroll_x_wrap .scroll_x_overlay {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
  }
  .scroll_x_wrap .scroll_x_btn {
    content: "";
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: calc(50% - 2.6667vw);
    top: calc(50% - 0.5em);
  }
  .scroll_x_wrap .scroll_x_btn span {
    display: table-cell;
    width: 100%;
    height: 100%;
    color: #fff;
    vertical-align: middle;
  }
  .scroll_x_wrap .scroll_x_btn:before {
    content: "";
    position: absolute;
    left: -29.3333vw;
    top: -5.3333vw;
    width: 39.0667vw;
    height: 15.7333vw;
    background: url(../img/icon_swipe.png) no-repeat center center;
    background-size: contain;
  }
  .scroll_x_wrap .scroll_x_btn:before {
    animation-name: swipe;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  .scroll_x_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_x_wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll_x_wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .scroll_x_wrap figure {
    text-align: center;
  }
  .chart_btn {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    background: var(--color-wh);
    color: var(--color-main);
    border-radius: 40px;
    border: 2px solid var(--color-main);
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2px;
  }
  .chart_btn::before,
  .chart_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 2px;
    height: 14px;
    background: var(--color-main);
    transition: all 300ms 0s ease;
  }
  .chart_btn::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .chart_btn::after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .chart_btn.on::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .chart_btn.on::after {
    display: none;
  }
  .chart-img {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.75, 0, 0.15, 1);
    max-width: none;
  }
  .chart-img.on {
    width: 600px;
  }
  .img_scroll {
    margin: 0;
    margin-right: -12px;
  }
  .img_scroll img {
    padding-right: 12px;
  }
  .invest_table th,
  .invest_table td {
    font-size:14px;
  }
  .continue_btn{
    font-size:14px;
  }
}
