@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

#performance body {
  line-height: 1;
}

#performance ol, #performance ul {
  list-style: none;
}

#performance blockquote, #performance q {
  quotes: none;
}

#performance blockquote:before, #performance blockquote:after {
  content: "";
  content: none;
}

#performance q:before, #performance q:after {
  content: "";
  content: none;
}

#performance table {
  border-collapse: collapse;
  border-spacing: 0;
}

#performance input, #performance textarea, #performance select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "icomoon";
  src: url("../icon/icomoon.eot?ttnwfd");
  src: url("../icon/icomoon.eot?ttnwfd#iefix") format("embedded-opentype"), url("../icon/icomoon.ttf?ttnwfd") format("truetype"), url("../icon/icomoon.woff?ttnwfd") format("woff"), url("../icon/icomoon.svg?ttnwfd#f1car") format("svg");
  font-weight: normal;
  font-style: normal;
}
#performance html {
  height: 100%;
}

#performance body {
  background-color: #E6E6E6;
}

#performance {
  height: 100%;
  font-family: "source-han-sans-japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  font-size: 14px;
  background-color: #E6E6E6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-sp.png);
  background-position: top center;
}
@media screen and (min-width: 880px) {
  #performance {
    background-image: url(../images/bg.png);
    line-height: 2;
    font-size: 16px;
  }
}

#performance a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
#performance a:focus {
  outline: none;
  cursor: pointer;
}
#performance a:before, #performance a:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#performance img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

#performance section {
  position: relative;
}

@media screen and (max-width: 880px) {
  #performance p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #performance p {
    font-size: 14px;
  }
}

/*---------------------------------

common

----------------------------------*/
#performance .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#performance .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#performance .flex2 > * {
  width: 48%;
  margin: 0 0 40px;
}
@media screen and (max-width: 880px) {
  #performance .flex2 > * {
    width: 100%;
  }
}

#performance .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 880px) {
  #performance .flex3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#performance .flex3 > * {
  width: 30%;
  margin: 0 5% 40px 0;
}
@media screen and (max-width: 880px) {
  #performance .flex3 > * {
    width: 48%;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 480px) {
  #performance .flex3 > * {
    width: 100%;
  }
}
#performance .flex3 > *:nth-child(3n) {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 880px) {
  #performance .flex3 > *:nth-child(3n) {
    margin: 0 0 25px 0;
  }
}

#performance .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#performance .flex4 > * {
  width: 23%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 880px) {
  #performance .flex4 > * {
    width: 48%;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 480px) {
  #performance .flex4 > * {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

#performance .pc-block {
  display: none !important;
}
@media screen and (min-width: 880px) {
  #performance .pc-block {
    display: block !important;
  }
}

#performance .tb-block {
  display: none;
}
@media screen and (min-width: 480px) and (max-width: 880px) {
  #performance .tb-block {
    display: block;
  }
}

#performance .sp-block {
  display: none;
}
@media screen and (max-width: 480px) {
  #performance .sp-block {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  #performance .sp-none {
    display: none !important;
  }
}

#performance .wrap {
  width: 100%;
  padding: 0 25px;
}
@media screen and (min-width: 880px) {
  #performance .wrap {
    padding: 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
  }
}

#performance .center {
  text-align: center;
}

#performance .right {
  text-align: right;
}

#performance .fade-in {
  opacity: 0;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
}

#performance .scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#mypage-topbar, .nex_parts_topbar, .topbar {
  display: none;
}

.card {
  border: none !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 880px) {
  #page-wrapper .nex_parts_library_type-other, #page-wrapper .container-fluid {
    margin: 0 !important;
    width: 100% !important;
  }
}

#performance .sec-box1, #performance .sec-box2 {
  background-color: #e5002d;
  max-width: 1600px;
  width: 90vw;
  margin: 0 auto 145px;
  padding: 5%;
}
@media screen and (max-width: 1080px) {
  #performance .sec-box1 .wrap, #performance .sec-box2 .wrap {
    padding: 0;
    width: 100%;
  }
}
#performance .sec-box1 .flex, #performance .sec-box2 .flex {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  #performance .sec-box1 .flex, #performance .sec-box2 .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#performance .sec-box1 .flex > h2, #performance .sec-box2 .flex > h2 {
  position: absolute;
  left: 30%;
  -webkit-transform: translateX(-155%);
          transform: translateX(-155%);
  top: 150px;
}
@media screen and (max-width: 1080px) {
  #performance .sec-box1 .flex > h2, #performance .sec-box2 .flex > h2 {
    position: inherit;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 40px 25px;
  }
}
#performance .sec-box1 .flex > div, #performance .sec-box2 .flex > div {
  padding: 10% 0 9% 7vw;
  width: 75%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  #performance .sec-box1 .flex > div, #performance .sec-box2 .flex > div {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 10% 25px 9%;
  }
}

#performance .sec-box2 {
  background-color: #004da0;
}

#performance .ttl1 {
  position: relative;
  text-align: center;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto 7%;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #performance .ttl1 {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 880px) {
  #performance .ttl1 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 480px) {
  #performance .ttl1 {
    margin: 0 auto 40px;
  }
}
#performance .ttl1 span {
  font-size: clamp(18px, 2vw, 30px);
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  #performance .ttl1 span {
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    margin: 0 0 10px;
  }
}

#performance .ttl2 {
  font-size: clamp(40px, 3vw, 60px);
  font-weight: 700;
  line-height: 1.1;
  font-style: italic;
  color: #fff;
}
#performance .ttl2 span {
  font-size: clamp(16px, 2vw, 24px);
  display: block;
  margin: 50px 0 0 0;
  font-style: normal;
}
@media screen and (max-width: 1080px) {
  #performance .ttl2 span {
    display: inline-block;
    margin: 0 0 0 30px;
  }
}

#performance .ttl3 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  margin: 0 0 50px;
  line-height: 1.5;
  color: #fff;
}

#performance .ttl4 {
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
  padding: 3px 10px;
  text-align: center;
}

#performance #mfg-header {
  padding: 30px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  #performance #mfg-header #logo img {
    width: 70px;
  }
}

#performance #mfg-mainvisual {
  height: 100vh;
  width: 100vw;
  position: relative;
  margin: 0 0 200px;
}
#performance #mfg-mainvisual .wrap > div {
  width: 90%;
  max-width: 730px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#performance #mfg-mainvisual .wrap > div h1 img {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #performance #mfg-mainvisual .wrap > div h1 img {
    margin: 0 auto 10px;
  }
}
#performance #mfg-mainvisual .wrap > div h1 span {
  display: block;
  text-align: center;
  font-size: clamp(24px, 4.3vw, 40px);
  font-style: italic;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #performance #mfg-mainvisual .wrap > div h1 span {
    font-size: clamp(18px, 5.4vw, 24px);
  }
}
#performance #mfg-mainvisual .wrap > div h1 span:before {
  content: "";
  width: 23%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  #performance #mfg-mainvisual .wrap > div h1 span:before {
    width: 20%;
  }
}
#performance #mfg-mainvisual .wrap > div h1 span:after {
  content: "";
  width: 23%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  #performance #mfg-mainvisual .wrap > div h1 span:after {
    width: 20%;
  }
}
#performance #mfg-mainvisual .wrap > div p {
  font-size: clamp(14px, 1.5vw, 19px);
  margin: 20px 0 0 0;
  text-align: center;
}
#performance #mfg-mainvisual .wrap > div p span {
  text-align: left;
  display: inline-block;
}
#performance #mfg-mainvisual .wrap > div .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#performance #mfg-mainvisual .wrap > div .flex:before {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
}
@media screen and (max-width: 480px) {
  #performance #mfg-mainvisual .wrap > div .flex:before {
    width: 20px;
  }
}
#performance #mfg-mainvisual .wrap > div .flex > div {
  font-size: 22px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 480px) {
  #performance #mfg-mainvisual .wrap > div .flex > div {
    font-size: 18px;
    margin: 0 20px 0 0;
  }
}
#performance #mfg-mainvisual .wrap > div .flex > div span {
  font-size: 15px;
  margin: 0 0 0 10px;
}
#performance #mfg-mainvisual .wrap > div .flex > div + div {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 480px) {
  #performance #mfg-mainvisual .wrap > div .flex > div + div {
    margin: 0 0 0 20px;
  }
}
#performance #mfg-mainvisual .wrap > div .flex > div + div span {
  margin: 0 10px 0 0;
}

#performance #mfg-concept {
  padding: 200px 0 80px;
}
@media screen and (max-width: 880px) {
  #performance #mfg-concept {
    padding: 130px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  #performance #mfg-concept {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 1080px) {
  #performance #mfg-concept .wrap {
    padding: 0 25px;
  }
}
#performance #mfg-concept .ttl1 {
  position: relative;
}
@media screen and (max-width: 1080px) {
  #performance #mfg-concept .ttl1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #performance #mfg-concept .ttl1 {
    text-align: left;
    line-height: 1.4;
  }
}
#performance #mfg-concept p {
  margin: 0 0 60px;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #performance #mfg-concept p {
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 880px) {
  #performance #mfg-keynote .flex {
    display: block;
  }
}
#performance #mfg-keynote h2 span {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1080px) {
  #performance #mfg-keynote h2 span {
    margin: 0 0 0 30px;
  }
}
#performance #mfg-keynote .flex3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#performance #mfg-keynote .flex3 figure {
  width: 22%;
  max-width: 320px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 880px) {
  #performance #mfg-keynote .flex3 figure {
    width: 47%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  #performance #mfg-keynote .flex3 figure {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#performance #mfg-keynote .flex3 figure img {
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  #performance #mfg-keynote .flex3 figure img {
    width: 30%;
    margin: 0 5vw 0 0;
  }
}
#performance #mfg-keynote .flex3 figure figcaption {
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 700;
}
#performance #mfg-keynote .flex3 figure figcaption span {
  font-size: clamp(13px, 1.6vw, 15px);
  display: block;
  font-weight: normal;
}
#performance #mfg-keynote .flex3 figure figcaption span span {
  display: inline-block;
}

#performance #mfg-overview dl {
  margin: 0 0 3%;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  #performance #mfg-overview dl {
    margin: 0 0 30px;
  }
}
#performance #mfg-overview dl dt {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  position: relative;
  left: -10px;
}
#performance #mfg-overview dl dd {
  font-size: clamp(24px, 2.8vw, 30px);
  font-weight: 700;
}
#performance #mfg-overview dl dd a {
  font-size: 16px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
  text-decoration: underline;
  vertical-align: middle;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 480px) {
  #performance #mfg-overview dl dd a {
    margin: 0 0 0 0;
  }
}
#performance #mfg-overview dl .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#performance #mfg-overview dl .flex span span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 880px) {
  #performance #mfg-overview dl .flex span span {
    margin: 0 0 10px;
  }
}
#performance #mfg-overview dl:last-child {
  margin: 0;
}

#performance .mgt {
  margin-top: 12%;
}


@media screen and (max-width: 480px) {
#performance .mgt {
  margin-top: 20%;
}
}

#performance #mfg-application {
  text-align: center;
  padding: 200px 0 300px;
}
@media screen and (max-width: 880px) {
  #performance #mfg-application {
    padding: 170px 0 250px;
  }
}
@media screen and (max-width: 480px) {
  #performance #mfg-application {
    padding: 140px 0 220px;
  }
}
#performance #mfg-application h2 {
  font-size: clamp(80px, 9vw, 120px);
  color: #111;
}
@media screen and (max-width: 880px) {
  #performance #mfg-application h2 {
    font-size: clamp(60px, 6vw, 80px);
  }
}
@media screen and (max-width: 480px) {
  #performance #mfg-application h2 {
    font-size: clamp(38px, 12vw, 60px);
  }
}
#performance #mfg-application h2 span {
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 880px) {
  #performance #mfg-application h2 span {
    font-size: clamp(28px, 5vw, 36px);
  }
}
@media screen and (max-width: 480px) {
  #performance #mfg-application h2 span {
    font-size: clamp(20px, 6vw, 28px);
  }
}

/*20250806追記*/
.sp{
  display: none;
}
.pc{
  display: block;
}
.teaser span{
  font-weight: 700;
  font-size: 1.2em;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .teaser span{
    margin-left: 0;
  }
}
 
#mfg-overview{
  background-color: #004da0 !important;
  padding: 4%;
}
 
.link_apply{
  margin: 60px 0 10px;
  background-color: #fff;
  color: #111 !important;
  font-size: 20px;
  font-weight: 550;
  padding: 10px 0;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  transition: 0.7s;
}

.link_apply:hover{
  opacity: 0.7;
}
 
.comingsoon{
  margin: 60px 0 10px;
  background-color: #454545;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 550;
  padding: 10px 0;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
 

@media screen and (max-width: 480px) {
  .link_apply{
    font-size: 14px;
  }
}