@charset "UTF-8";
/*--- common ---*/
.display body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.625;
}

.display ul {
  list-style: none;
}

.display img {
  vertical-align: top;
}

.display figure img {
  width: 100%;
}

.display a {
  color: #094EA2;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .display body {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.display .-gray {
  background-color: #F2F6FA;
}

.display .-shadow {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.display .-bottom-arrow {
  position: relative;
}
.display .-bottom-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 30px 75px 0;
  border-style: solid;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #fff transparent transparent;
}
.display .-bottom-arrow.-gray::before {
  border-color: #F2F6FA transparent transparent;
}

.display .-sp {
  display: none;
}

@media (max-width: 767px) {
  .display .-shadow {
    -webkit-box-shadow: 0 0.8vw 5.3333333333vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.8vw 5.3333333333vw rgba(0, 0, 0, 0.1);
  }
  .display .-bottom-arrow::before {
    border-width: 8vw 20vw 0;
    bottom: -8vw;
  }
  .display .-sp {
    display: block;
  }
  .display .-pc {
    display: none;
  }
}
.display h2 {
  color: #000;
  font-size: 26px;
  text-align: center;
}
.display h2 span {
  display: inline-block;
  font-size: 32px;
  border-bottom: 1px solid #0F1726;
  padding-bottom: 1px;
}
.display h2.-small {
  font-size: 24px;
  color: #1D3A66;
}

.display h3 {
  color: #004EA2;
  font-size: 24px;
  margin-bottom: 10px;
}
.display h3.-small {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.display h3.-center {
  text-align: center;
}

@media all and (max-width: 767px) {
  .display h2 {
    font-size: 5.6vw;
  }
  .display h2 span {
    font-size: 6.4vw;
    border-bottom: 0.2666666667vw solid #0F1726;
    padding-bottom: 0.2666666667vw;
  }
  .display h2.-small {
    font-size: 5.3333333333vw;
  }
  .display h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .display h3.-small {
    font-size: 4.8vw;
  }
}
.display .__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

.display .__inner01 {
  max-width: 960px;
  margin: 0 auto;
}

.display .__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.display .__frame {
  padding: 22px 24px 23px;
  border: 1px solid #1D3A66;
  border-radius: 8px;
}

.display .__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  line-height: 1.375;
  padding: 0 0.6em;
  max-width: 300px;
  background-color: #094EA2;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 767px) {
  .display .__frame {
    padding: 5.8666666667vw 6.4vw 6.1333333333vw;
    border: 0.2666666667vw solid #1D3A66;
    border-radius: 2.1333333333vw;
  }
  .display .__button {
    width: 100%;
    height: 18.6666666667vw;
    max-width: 100%;
    border-radius: 1.6vw;
  }
}
.display .button__area {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.display .button__area.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .display .button__area {
    margin-top: 5.3333333333vw;
    gap: 4vw;
  }
  .display .button__area.-center {
    gap: 8vw;
  }
}
#MainVisual {
  background: url(/files/Blog/062/mainvisual-bg.jpg) no-repeat center 0;
  background-size: cover;
  height: 360px;
  padding-top: 80px;
}
#MainVisual h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
#MainVisual p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 767px) {
  #MainVisual {
    background-image: url(/files/Blog/062/mainvisual-bg-sp.jpg);
    height: 96vw;
    padding-top: 7.2vw;
  }
  #MainVisual h1 {
    font-size: 8.5333333333vw;
    margin-bottom: 22.4vw;
  }
  #MainVisual h1 img {
    width: 41.6vw;
    margin-top: 0.5333333333vw;
  }
  #MainVisual p {
    font-size: 4.8vw;
    line-height: 1.555;
    padding: 0 2.6666666667vw;
  }
}
#PageNav {
  background-color: #0F1726;
  padding: 0 20px;
}
#PageNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#PageNav ul li {
  padding: 0 0.4em;
}
#PageNav ul li a {
  color: #fff;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 73px;
  text-decoration: none;
  position: relative;
  padding-bottom: 11px;
}
#PageNav ul li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 11px;
  left: 50%;
}
#PageNav ul li span {
  display: inline-block;
}
#PageNav ul li:first-child {
  padding-left: 0;
}
#PageNav ul li:last-child {
  padding-right: 0;
}

@media all and (max-width: 960px) {
  #PageNav {
    padding: 0px;
  }
  #PageNav ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  #PageNav {
    top: 20.5333333333vw;
    background-color: transparent;
    position: static;
    padding: 0px;
  }
  #PageNav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.3333333333vw 0;
  }
  #PageNav ul li {
    width: 42.6666666667vw;
    background-color: #094EA2;
    border-radius: 1.6vw;
  }
  #PageNav ul li a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 21.3333333333vw;
    padding: 0 1.3333333333vw 2.9333333333vw;
    font-size: 3.4666666667vw;
  }
  #PageNav ul li a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
    bottom: 2.9333333333vw;
  }
}
#HeadLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 97px;
  font-family: "Noto Serif JP", serif;
}

@media all and (max-width: 767px) {
  #HeadLine {
    padding: 5.3333333333vw;
  }
}
#About {
  background-color: #E8ECED;
  padding: 29px 20px 40px;
}
#About .__flexbox {
  gap: 40px;
}
#About dl {
  width: calc((100% - 40px) / 2);
}
#About dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #004EA2;
  margin-bottom: 8px;
}
#About dl dd {
  font-size: 15px;
  line-height: 1.6;
}
#About dl dd span {
  display: block;
  margin-bottom: 7px;
}
#About .button__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}
#About .button__area li {
  width: 100%;
  max-width: 300px;
}
#About .button__area li .__button {
  font-size: 18px;
  padding: 0 1em;
}

@media all and (max-width: 767px) {
  #About {
    padding: 7.7333333333vw 5.3333333333vw 10.6666666667vw;
  }
  #About .__flexbox {
    gap: 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #About dl {
    width: 100%;
  }
  #About dl dt {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
  #About dl dd {
    font-size: 4vw;
  }
  #About dl dd span {
    margin-bottom: 1.8666666667vw;
  }
  #About .button__area {
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  #About .button__area li {
    max-width: 100%;
  }
  #About .button__area li .__button {
    font-size: 4.8vw;
  }
}
/*--- OLEDの特長 ---*/
#Feature h2 {
  margin-bottom: 50px;
}
#Feature figure {
  margin-bottom: 48px;
}

@media all and (max-width: 767px) {
  #Feature h2 {
    margin-bottom: 10.6666666667vw;
  }
  #Feature figure {
    margin-bottom: 10.6666666667vw;
  }
}
/*--- OLEDの課題は？ ---*/
#Task {
  padding: 27px 20px 50px;
}
#Task h2 {
  margin-bottom: 15px;
}
#Task p + h3 {
  margin-top: 18px;
}

@media all and (max-width: 767px) {
  #Task {
    padding: 7.2vw 5.3333333333vw 13.3333333333vw;
  }
  #Task h2 {
    margin-bottom: 4vw;
  }
  #Task p + h3 {
    margin-top: 4.8vw;
  }
}
/*--- 課題解決に取り組む積水化学の製品特性 ---*/
#ProductFeature {
  background: url(/files/Blog/062/productfeature-bg.jpg) no-repeat center 0;
  background-size: cover;
  min-height: 438px;
  padding-top: 57px;
}
#ProductFeature h2 {
  color: #fff;
  margin-bottom: 51px;
}
#ProductFeature h2 span {
  border-color: #fff;
}
#ProductFeature .__flexbox {
  gap: 20px;
}
#ProductFeature .__flexbox h3 {
  color: #fff;
}
#ProductFeature .__flexbox > .__frame {
  width: 100%;
  color: #fff;
  border-color: #fff;
  padding: 17px 19px 19px;
  background-color: rgba(0, 0, 0, 0.7);
}
#ProductFeature .__flexbox > .__frame:first-child {
  max-width: 620px;
}
#ProductFeature .__flexbox > .__frame:last-child {
  max-width: 320px;
}
#ProductFeature .__flexbox > .__frame h3 {
  text-align: center;
  margin-bottom: 19px;
}
#ProductFeature .__flexbox > .__frame ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ProductFeature .__flexbox > .__frame ul li {
  border-color: #fff;
  text-align: center;
  width: 100%;
  max-width: 130px;
  line-height: 1.875;
  padding: 19px 6px;
}

@media all and (max-width: 767px) {
  #ProductFeature {
    min-height: auto;
    padding-top: 13.8666666667vw;
  }
  #ProductFeature h2 {
    margin-bottom: 13.6vw;
  }
  #ProductFeature .__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
  #ProductFeature .__flexbox > .__frame {
    width: 100%;
    padding: 4.5333333333vw 5.0666666667vw 5.0666666667vw;
  }
  #ProductFeature .__flexbox > .__frame:first-child {
    max-width: 100%;
  }
  #ProductFeature .__flexbox > .__frame:last-child {
    max-width: 100%;
  }
  #ProductFeature .__flexbox > .__frame h3 {
    margin-bottom: 5.0666666667vw;
  }
  #ProductFeature .__flexbox > .__frame ul {
    gap: 5.3333333333vw;
  }
  #ProductFeature .__flexbox > .__frame ul li {
    max-width: 32vw;
    padding: 5.0666666667vw 1.6vw;
  }
}
/*--- OLEDの仕組み ---*/
#Mechanism h2 {
  margin-bottom: 49px;
}
#Mechanism h3 {
  margin-bottom: 20px;
}
#Mechanism .mechanismBox {
  margin-bottom: 38px;
}
#Mechanism .mechanismBox h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#Mechanism .mechanismBox:first-of-type {
  gap: 60px;
}
#Mechanism .mechanismBox:first-of-type div {
  width: 100%;
  max-width: 450px;
  padding: 24px 25px;
}
#Mechanism .mechanismBox:first-of-type div figure {
  margin-bottom: 24px;
}
#Mechanism .mechanismBox:nth-of-type(2) {
  padding: 24px 25px;
}
#Mechanism .mechanismBox:nth-of-type(2) .__flexbox {
  gap: 30px;
  margin-bottom: 29px;
}
#Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl {
  width: 100%;
  max-width: 440px;
  background-color: #E8ECED;
}
#Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dt {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #1D3A66;
}
#Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dd {
  padding: 20px 20px 18px;
}
#Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
}
#Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dd ul li::before {
  content: "・";
}
#Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dd ul li:last-child {
  margin-bottom: 0;
}
#Mechanism .mechanismBox:last-of-type {
  padding: 23px 25px 24px;
  margin-bottom: 0;
}
#Mechanism .mechanismBox:last-of-type p {
  margin-bottom: 17px;
}
#Mechanism .mechanismBox:last-of-type p:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  #Mechanism h2 {
    margin-bottom: 13.0666666667vw;
  }
  #Mechanism h3 {
    margin-bottom: 5.3333333333vw;
  }
  #Mechanism .mechanismBox {
    margin-bottom: 8.5333333333vw;
  }
  #Mechanism .mechanismBox h4 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  #Mechanism .mechanismBox:first-of-type {
    gap: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Mechanism .mechanismBox:first-of-type div {
    max-width: 100%;
    padding: 6.4vw 6.6666666667vw;
  }
  #Mechanism .mechanismBox:first-of-type div figure {
    margin-bottom: 6.4vw;
  }
  #Mechanism .mechanismBox:nth-of-type(2) {
    padding: 6.4vw 6.6666666667vw;
  }
  #Mechanism .mechanismBox:nth-of-type(2) .__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  #Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl {
    width: 100%;
    max-width: 440px;
  }
  #Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dt {
    height: 11.7333333333vw;
    font-size: 4.2666666667vw;
  }
  #Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dd {
    padding: 5.3333333333vw 5.3333333333vw 4.8vw;
  }
  #Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dd ul li {
    margin-bottom: 0.8vw;
  }
  #Mechanism .mechanismBox:nth-of-type(2) .__flexbox dl dd ul li:last-child {
    margin-bottom: 0;
  }
  #Mechanism .mechanismBox:last-of-type {
    padding: 6.1333333333vw 6.4vw 6.4vw;
  }
  #Mechanism .mechanismBox:last-of-type p {
    margin-bottom: 6.4vw;
  }
  #Mechanism .mechanismBox:last-of-type p:last-of-type {
    margin-bottom: 0;
  }
}
#Challenge {
  padding: 28px 20px 50px;
}
#Challenge h2 {
  margin-bottom: 15px;
}
#Challenge .__flexbox {
  max-width: 840px;
  padding: 25px 24px;
  margin: 0 auto;
  gap: 30px;
}
#Challenge .__flexbox dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 13px;
}
#Challenge .__flexbox dl dd p {
  margin-bottom: 1.6em;
}
#Challenge .__flexbox dl dd p:last-child {
  margin-bottom: 0;
}
#Challenge .__flexbox figure {
  width: 100%;
  max-width: 340px;
}

@media all and (max-width: 767px) {
  #Challenge {
    padding: 28px 20px 50px;
  }
  #Challenge h2 {
    margin-bottom: 15px;
  }
  #Challenge .__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    padding: 6.6666666667vw 6.4vw;
    gap: 5.3333333333vw;
  }
  #Challenge .__flexbox dl dt {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  #Challenge .__flexbox figure {
    width: 100%;
    max-width: 100%;
  }
}
/*--- 積水化学の封止技術​ ---*/
#Sealing {
  min-height: 432px;
  background: url(/files/Blog/062/sealing-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding-top: 57px;
}
#Sealing h2 {
  color: #fff;
  margin-bottom: 50px;
}
#Sealing h2 span {
  border-color: #fff;
}
#Sealing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 51px;
}
#Sealing ul li {
  width: 200px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 22px 8px 23px;
}
#Sealing .button__area {
  text-align: center;
}
#Sealing .button__area .__button {
  font-size: 18px;
  line-height: 1.222;
  margin: 0 auto;
  padding: 0 0.6em;
}

@media all and (max-width: 767px) {
  #Sealing {
    min-height: auto;
    padding-top: 15.2vw;
  }
  #Sealing h2 {
    margin-bottom: 13.3333333333vw;
  }
  #Sealing ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  #Sealing ul li {
    font-size: 4.2666666667vw;
    width: 40vw;
    height: 20vw;
    padding: 5.8666666667vw 1.0666666667vw 6.1333333333vw;
  }
  #Sealing .button__area .__button {
    font-size: 4.8vw;
  }
}
#HighPerformance h2 {
  margin-bottom: 49px;
}
#HighPerformance h3 {
  margin-bottom: 18px;
}
#HighPerformance .__inner01 > .__flexbox {
  gap: 60px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox {
  width: 100%;
  max-width: 450px;
  padding: 24px 25px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox figure {
  margin-bottom: 24px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox > p strong {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.666;
  font-weight: 500;
  color: #297087;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox > p:last-of-type {
  margin-top: 17px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl {
  margin-bottom: 13px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl:last-of-type {
  margin-bottom: 0;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dt {
  padding-bottom: 2px;
  font-weight: 700;
  border-bottom: 1px solid #0F1726;
  margin-bottom: 10px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dd {
  gap: 40px;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dd p {
  width: 100%;
  max-width: 180px;
  position: relative;
}
#HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dd p:first-child::before {
  content: "";
  display: block;
  background: url(https://www.sekisui.co.jp/electronics/lp_nex-gen-d/common/images/highperformance-arrow.svg) no-repeat 0 0;
  background-size: contain;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 767px) {
  #HighPerformance h2 {
    margin-bottom: 11.2vw;
  }
  #HighPerformance h3 {
    margin-bottom: 4.8vw;
  }
  #HighPerformance .__inner01 > .__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox {
    max-width: 100%;
    padding: 6.4vw 6.6666666667vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox h4 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox figure {
    margin-bottom: 6.4vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox > p strong {
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox > p:last-of-type {
    margin-top: 4.5333333333vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl {
    margin-bottom: 3.4666666667vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl:last-of-type {
    margin-bottom: 0;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dt {
    padding-bottom: 0.5333333333vw;
    border-bottom: 0.2666666667vw solid #0F1726;
    margin-bottom: 2.6666666667vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dd {
    gap: 8vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dd p {
    width: 100%;
    max-width: 34vw;
  }
  #HighPerformance .__inner01 > .__flexbox .highPerformanceBox dl dd p:first-child::before {
    width: 2.9333333333vw;
    height: 5.8666666667vw;
    right: -4.8vw;
  }
}
#XLIM {
  background: url(/files/Blog/062/xlim-bg.jpg) no-repeat center 0;
  background-size: cover;
  min-height: 952px;
  padding-top: 62px;
  color: #fff;
}
#XLIM h2 {
  line-height: 1.3125;
  color: #fff;
  margin-bottom: 50px;
}
#XLIM h2 span {
  padding-bottom: 6px;
  border-color: #fff;
}
#XLIM h2:last-of-type {
  margin-top: 82px;
}
#XLIM .__inner {
  max-width: 890px;
}
#XLIM .__flexbox {
  gap: 30px;
}
#XLIM .__flexbox .__frame {
  padding: 19px 19px 18px;
  border-color: #fff;
  width: 100%;
  max-width: 200px;
  background-color: rgba(0, 0, 0, 0.7);
}
#XLIM .__flexbox .__frame.-wide {
  max-width: 430px;
}
#XLIM .__flexbox .__frame h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
#XLIM .__flexbox .__frame ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#XLIM .__flexbox > li {
  width: 200px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#XLIM .__flexbox:last-of-type .__frame {
  padding: 19px 4px 18px;
}
#XLIM .button__area {
  margin-top: 50px;
}
#XLIM .button__area .__button {
  margin: 0 auto;
  padding: 0 0.6em;
  font-size: 18px;
  text-align: center;
}
#XLIM .button__area:last-of-type {
  margin-top: 9px;
}
#XLIM .button__area:last-of-type .__button {
  font-size: 16px;
}
#XLIM .__note {
  font-size: 14px;
  text-align: right;
  margin-top: 19px;
}

@media all and (max-width: 767px) {
  #XLIM {
    min-height: auto;
    padding-top: 16.5333333333vw;
  }
  #XLIM h2 {
    margin-bottom: 13.3333333333vw;
  }
  #XLIM h2 span {
    padding-bottom: 1.6vw;
  }
  #XLIM h2:last-of-type {
    margin-top: 21.8666666667vw;
  }
  #XLIM .__inner {
    max-width: 100%;
  }
  #XLIM .__flexbox {
    gap: 5.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #XLIM .__flexbox .__frame {
    padding: 5.0666666667vw 5.0666666667vw 4.8vw;
    max-width: 37.3333333333vw;
  }
  #XLIM .__flexbox .__frame.-wide {
    max-width: 100%;
  }
  #XLIM .__flexbox .__frame h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  #XLIM .__flexbox > li {
    width: 40vw;
    height: 20vw;
    font-size: 4.2666666667vw;
  }
  #XLIM .__flexbox:last-of-type .__frame {
    padding: 5.0666666667vw 1.0666666667vw 4.8vw;
    text-align: center;
  }
  #XLIM .button__area {
    margin-top: 13.3333333333vw;
  }
  #XLIM .button__area .__button {
    font-size: 4.8vw;
  }
  #XLIM .button__area:last-of-type {
    margin-top: 3.2vw;
  }
  #XLIM .button__area:last-of-type .__button {
    font-size: 4.2666666667vw;
  }
  #XLIM .__note {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
#LargeSize h2 {
  margin-bottom: 49px;
}
#LargeSize .__flexbox {
  gap: 60px;
  margin: 28px 0 39px;
}
#LargeSize .__flexbox dl {
  width: 100%;
  max-width: 450px;
  padding: 24px 25px;
}
#LargeSize .__flexbox dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 19px;
}
#LargeSize .__flexbox dl:first-child {
  position: relative;
}
#LargeSize .__flexbox dl:first-child::before {
  content: "";
  display: block;
  width: 22px;
  height: 44px;
  background: url(https://www.sekisui.co.jp/electronics/lp_nex-gen-d/common/images/largesize-arrow.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#LargeSize .__flexbox dl:last-child dt {
  color: #297087;
}
#LargeSize .largesizebox {
  padding: 25px;
  margin-top: 29px;
}

@media all and (max-width: 767px) {
  #LargeSize h2 {
    margin-bottom: 11.2vw;
  }
  #LargeSize .__flexbox {
    gap: 16vw;
    margin: 7.4666666667vw 0 9.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #LargeSize .__flexbox dl {
    max-width: 100%;
    padding: 6.4vw 6.6666666667vw;
  }
  #LargeSize .__flexbox dl dt {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  #LargeSize .__flexbox dl:first-child::before {
    width: 5.8666666667vw;
    height: 11.7333333333vw;
    top: initial;
    bottom: -13.3333333333vw;
    right: 50%;
    -webkit-transform: translateY(0) translateX(50%) rotate(90deg);
            transform: translateY(0) translateX(50%) rotate(90deg);
  }
  #LargeSize .largesizebox {
    padding: 5.3333333333vw;
    margin-top: 7.7333333333vw;
  }
}
#Lineup {
  padding-top: 61px;
  background: url(/files/Blog/062/lineup-bg.jpg) no-repeat center 0;
  background-size: cover;
}
#Lineup h2 {
  color: #fff;
  margin-bottom: 50px;
}
#Lineup h2 span {
  border-color: #fff;
  line-height: 1.3125;
  padding-bottom: 8px;
}
#Lineup .__flexbox {
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Lineup .__flexbox li {
  border-color: #fff;
  color: #fff;
  width: 200px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
#Lineup .button__area {
  margin-top: 50px;
}
#Lineup .button__area .__button {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 767px) {
  #Lineup {
    padding-top: 16vw;
  }
  #Lineup h2 {
    margin-bottom: 13.3333333333vw;
  }
  #Lineup h2 span {
    padding-bottom: 2.1333333333vw;
  }
  #Lineup .__flexbox {
    gap: 5.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #Lineup .__flexbox li {
    width: calc((100% - 5.3333333333vw) / 2);
    height: 20vw;
    padding: 6.6666666667vw 2.6666666667vw;
  }
  #Lineup .button__area {
    margin-top: 13.3333333333vw;
  }
}
#KeyTech h2 {
  margin-bottom: 49px;
}
#KeyTech h3 {
  margin-bottom: 20px;
}
#KeyTech .keytech__item {
  padding: 25px;
  background-color: #fff;
  gap: 40px;
  margin-bottom: 37px;
}
#KeyTech .keytech__item:last-of-type {
  margin-bottom: 0;
}
#KeyTech .keytech__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
}
#KeyTech .keytech__item dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  margin: -2px 0 9px;
}
#KeyTech .keytech__item dl dd span {
  font-weight: 500;
}

@media all and (max-width: 767px) {
  #KeyTech h2 {
    margin-bottom: 13.0666666667vw;
  }
  #KeyTech h3 {
    margin-bottom: 5.3333333333vw;
  }
  #KeyTech .keytech__item {
    padding: 6.6666666667vw;
    gap: 10.6666666667vw;
    margin-bottom: 9.8666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #KeyTech .keytech__item:last-of-type {
    margin-bottom: 0;
  }
  #KeyTech .keytech__item figure {
    width: 100%;
  }
  #KeyTech .keytech__item dl dt {
    font-size: 4.8vw;
    margin: 0 0 2.4vw;
  }
}
#Development {
  background: url(/files/Blog/062/development-bg.jpg) no-repeat center 0;
  background-size: cover;
  min-height: 327px;
  padding-top: 57px;
}
#Development h2 {
  color: #fff;
  margin-bottom: 27px;
}
#Development h2 span {
  border-color: #fff;
}
#Development p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#Development .button__area {
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 29px;
}
#Development .button__area .__button {
  width: 100%;
  max-width: 200px;
}

@media all and (max-width: 767px) {
  #Development {
    min-height: auto;
    min-height: initial;
    padding-top: 15.2vw;
  }
  #Development h2 {
    margin-bottom: 7.2vw;
  }
  #Development p {
    font-size: 6.4vw;
  }
  #Development .button__area {
    gap: 5.3333333333vw;
    margin-top: 7.7333333333vw;
  }
  #Development .button__area .__button {
    max-width: calc((100% - 5.3333333333vw) / 2);
    font-size: 3.7333333333vw;
  }
}
#Effort {
  background: url(/files/Blog/062/effort-bg.jpg) no-repeat center 0;
  background-size: cover;
  min-height: 502px;
  text-align: center;
  color: #fff;
  padding-top: 46px;
}
#Effort p {
  font-size: 24px;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
}

@media all and (max-width: 767px) {
  #Effort {
    min-height: auto;
    min-height: initial;
    padding: 12.2666666667vw 5.3333333333vw 28vw;
  }
  #Effort p {
    font-size: 4.8vw;
  }
}
#BottomLead {
  padding: 48px 20px 49px;
}
#BottomLead p {
  text-align: center;
  font-size: 18px;
  line-height: 1.666;
  color: #0F1726;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  #BottomLead {
    padding: 8.5333333333vw 5.3333333333vw;
  }
  #BottomLead p {
    font-size: 4.2666666667vw;
  }
}
#Contact {
  height: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#Contact .__button--contact {
  width: 360px;
  height: 50px;
  font-size: 18px;
  margin: 0;
  border-radius: 5px;
  gap: 15px;
}
#Contact .__button--contact::before {
  width: 22px;
  height: 17.6px;
  margin-right: 0;
}
#Contact.-footeradjust {
  position: absolute;
}

@media all and (max-width: 767px) {
  #Contact {
    height: 18.6666666667vw;
    padding-bottom: 3vw;
  }
  #Contact .__button--contact {
    width: 80vw;
    height: 10.6666666667vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
    gap: 3vw;
  }
  #Contact .__button--contact::before {
    width: 4vw;
    height: 3.2vw;
  }
}
.sub-menu__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang__select__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lang__select__box::before {
  content: "";
  display: block;
  width: 18px;
  height: 19.3px;
  background: url(../images/lang_select.png) no-repeat 0 0;
  background-size: contain;
  margin: 2px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.lang__select__box::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #707070;
  margin-left: 10px;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.lang__select__box select {
  font-size: 13px;
  color: #707070;
  width: 96px;
  padding-left: 21px;
}

.__button--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 40px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#04BEFE), to(#4481EB));
  background-image: linear-gradient(to right, #04BEFE, #4481EB);
  margin-left: 20.5px;
}
.__button--contact::before {
  content: "";
  display: block;
  width: 17.5px;
  height: 14px;
  background: url(../images/icon-mail.svg) no-repeat 0 0;
  background-size: contain;
  margin-right: 8.5px;
}

/* IE用 */
select::-ms-expand {
  display: none;
}

@media all and (max-width: 960px) {
  .sub-menu__area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lang__select__box {
    width: 50px;
    height: 40px;
    position: relative;
    background-color: #EDEDED;
    margin-left: 10px;
  }
  .lang__select__box::before {
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 19.3px;
    margin: 0;
    pointer-events: none;
  }
  .lang__select__box::after {
    position: absolute;
    top: 50%;
    right: 6.5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 0;
    pointer-events: none;
    border-width: 0 1px 1px 0;
  }
  .lang__select__box select {
    font-size: 13px;
    color: #707070;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
  }
  .__button--contact {
    width: 120px;
    height: 40px;
    margin-left: auto;
    font-size: 13px;
  }
  .__button--contact::before {
    content: "";
    display: block;
    width: 17.5px;
    height: 14px;
    margin-right: 4.5px;
  }
}
.to_top {
  position: fixed;
  right: calc(50% - 560px);
  bottom: 10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background: #004ea2;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5;
}
.to_top::before {
  content: "";
  position: relative;
  left: 15px;
  top: 19px;
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}/*# sourceMappingURL=display.css.map */