@charset "UTF-8";
/* -- JSで対応
html {
  scroll-padding-top: 155.99px;
  scroll-behavior: smooth;
  @media screen and (max-width: 960px) {

    //  iPhoneの場合、px指定にしないと正しく動作しないことがあるため場合によっては再調整が必要
    //  1px = 0.07332vw   (width:1366px → 1px / 1366px * 100 = 0.0732)

    scroll-padding-top: 20.5333333333vw;
  }
}
*/
#PageNav ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1vw;
}
body:lang(en) #PageNav ul li a::before {
  bottom: 4px;
}
@media screen and (max-width: 960px) {
  body:lang(en) #PageNav ul li a::before {
    bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  body:lang(en) #PageNav ul li a::before {
    bottom: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #PageNav ul {
    gap: 3.2vw;
  }
}

#MainVisual {
  background-image: url(../../images/semicon/SELFA/header-SELFA.png);
}

@media screen and (max-width: 960px) {
  #MainVisual h1 {
    font-size: 5.6666666667vw;
    line-height: 1.5;
  }
}
.__button.-variable.arrow {
  position: relative;
  padding: 1em 2.5em 1em 1.5em;
  height: 38px;
}
@media screen and (max-width: 960px) {
  .__button.-variable.arrow {
    padding: 1em 1.5em 1em 1em;
  }
}
@media all and (max-width: 767px) {
  .__button.-variable.arrow {
    padding: 1.2em 1.5em 1.2em 1.2em;
  }
}
.__button.-variable.arrow::after {
  content: "";
  position: absolute;
  color: #fff;
  line-height: 1;
  right: 1.3em;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-30%) rotate(135deg);
          transform: translateY(-30%) rotate(135deg);
}
@media screen and (max-width: 960px) {
  .__button.-variable.arrow::after {
    -webkit-transform: translateY(-20%) rotate(135deg);
            transform: translateY(-20%) rotate(135deg);
    right: 0.8em;
  }
}

h3 {
  margin-top: 80px;
}

.box--gray h4 {
  margin: 0 0 16px !important;
}

@media (max-width: 767px) {
  .table--primary {
    margin-top: 2.6666666667vw;
  }
}

section {
  border-bottom: solid 1px #1D3A66;
}
section#SectionTop .box--gray .box__left {
  width: 560px;
}
section#SectionTop .box--gray .box__right {
  width: 300px;
}
section#SectionTop .box--gray .box__right img {
  width: 100%;
}
section#SectionTop .box--gray p {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  section#SectionTop .box--gray .box__left {
    width: 100%;
  }
  section#SectionTop .box--gray .box__right {
    width: 100%;
  }
  section#SectionTop .box--gray p {
    margin-bottom: 8vw;
  }
}
section#SectionTop .box--gray .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#SectionTop .box--gray .point span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004EA2;
  margin-right: 15px;
  padding: 2px 10px;
}
section#SectionTop .box--gray .point p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  section#SectionTop .box--gray .point span {
    font-size: 4.2666666667vw;
    height: 8vw;
    margin-right: 3.2vw;
    padding: 0.5333333333vw 2.6666666667vw;
  }
  section#SectionTop .box--gray .point p {
    font-size: 3.7333333333vw;
  }
}
section#SectionTop .box--gray .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  section#SectionTop .box--gray .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6vw;
  }
}
@media all and (max-width: 767px) {
  section#SectionTop .box--gray .flex {
    gap: 3.2vw;
  }
  section#SectionTop .box--gray .flex .__button {
    width: 100%;
  }
}
body:lang(en) section#SectionTop .box--gray .__button.-variable.arrow {
  width: 200px;
}
@media (max-width: 767px) {
  body:lang(en) section#SectionTop .box--gray .__button.-variable.arrow {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  section#SectionTop .box--gray.column2 {
    gap: 5.3333333333vw;
  }
  section#SectionTop .box--gray.column2 figure {
    width: 100%;
  }
}
section#SectionTop h5 {
  text-align: center;
  margin: 50px 0 20px;
}
section#SectionTop .responsive_video {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto 100px;
}
section#SectionTop .responsive_video iframe {
  width: 100% !important;
  height: 100% !important;
}
@media all and (max-width: 767px) {
  section#SectionTop .responsive_video {
    position: relative;
    width: 100%;
    height: 58.6666666667vw;
  }
}
section#SectionCore {
  border: 0;
  padding-bottom: 80px;
}
section#SectionCore .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 41px;
}
@media all and (max-width: 767px) {
  section#SectionCore .characteristics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
}
section#SectionCore .characteristics .characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 293px;
}
section#SectionCore .characteristics .characteristic > p {
  width: 100%;
  margin: 0;
  padding-block: 9px;
  text-align: center;
  font-weight: 600;
  background: #F2F2F2;
}
body:lang(en) section#SectionCore .characteristics .characteristic > p {
  height: 112px;
  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;
  padding: 0 1vw;
}
@media screen and (max-width: 767px) {
  body:lang(en) section#SectionCore .characteristics .characteristic > p {
    height: auto;
  }
}
section#SectionCore .characteristics .characteristic > img {
  width: 36px;
  margin-bottom: 4px;
}
section#SectionCore .characteristics .characteristic div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 255px;
  padding: 20px 20px 18px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right bottom, from(#E8F9FC), color-stop(#DEE9F2), to(#EDDEF2));
  background: linear-gradient(to bottom right, #E8F9FC, #DEE9F2, #EDDEF2);
}
section#SectionCore .characteristics .characteristic div img {
  height: 80px;
  -webkit-filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
}
section#SectionCore .characteristics .characteristic div p {
  font-size: 26px;
  color: #004EA2;
}
section#SectionCore .characteristics .characteristic div ul {
  width: 100%;
}
section#SectionCore .characteristics .characteristic div ul li {
  position: relative;
  padding-left: 12px;
  font-weight: 400;
}
section#SectionCore .characteristics .characteristic div ul li::before {
  content: "";
  position: absolute;
  width: 0.375em;
  height: 0.375em;
  top: 0.8125em;
  left: 3px;
  background: #004EA2;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#SectionCore .characteristics .characteristic div ul li:not(:last-child) {
  margin-bottom: 6px;
}
section#SectionCore .characteristics .characteristic div ul li span {
  font-weight: 700;
  color: #004EA2;
}
@media all and (max-width: 767px) {
  section#SectionCore .characteristics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
  section#SectionCore .characteristics .characteristic {
    width: 100%;
  }
  section#SectionCore .characteristics .characteristic > p {
    font-size: 4.2666666667vw;
    padding: 2.4vw;
  }
  section#SectionCore .characteristics .characteristic > img {
    width: 8vw;
    margin-bottom: 1.0666666667vw;
  }
  section#SectionCore .characteristics .characteristic div {
    padding: 5.3333333333vw;
  }
  section#SectionCore .characteristics .characteristic div img {
    height: 21.3333333333vw;
  }
  section#SectionCore .characteristics .characteristic div p {
    font-size: 5.8666666667vw;
  }
  section#SectionCore .characteristics .characteristic div ul li {
    padding-left: 3.2vw;
  }
  section#SectionCore .characteristics .characteristic div ul li::before {
    width: 1.6vw;
    height: 1.6vw;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  section#SectionCore .characteristics .characteristic div ul li:not(:last-child) {
    margin-bottom: 6px;
  }
  section#SectionCore .characteristics .characteristic div ul li span {
    color: #004EA2;
  }
}
section#SectionCore .box--gray {
  min-height: 328px;
}
section#SectionCore .box--gray .box__left {
  width: 400px;
}
section#SectionCore .box--gray .box__right {
  width: 460px;
}
section#SectionCore .box--gray .box__right iframe {
  position: static !important;
  width: 100% !important;
  height: 259px !important;
}
@media all and (max-width: 767px) {
  section#SectionCore {
    padding-bottom: 21.3333333333vw;
  }
  section#SectionCore .box--gray .box__left {
    width: 100%;
  }
  section#SectionCore .box--gray .box__right {
    width: 100%;
  }
  section#SectionCore .box--gray .box__right iframe {
    height: 69.0666666667vw !important;
  }
}
section#SectionCore h4 {
  margin: 0 0 20px;
}
section#SectionCore .column2 .img__box .heading--circle {
  margin: 0 0 16px;
}
section#SectionCore .column2 .img__box .heading--circle span {
  width: 27px;
  height: 27px;
}
section#SectionCore .column2 .img__box div {
  margin-bottom: 10px;
}
section#SectionCore .column2 .img__box p:first-of-type {
  margin-bottom: 8px;
}
section#SectionCore .column2 .img__box p:not(:first-of-type) {
  margin: 0;
}
@media all and (max-width: 767px) {
  section#SectionCore .column2 .img__box .heading--circle {
    margin: 0 0 4.2666666667vw;
  }
  section#SectionCore .column2 .img__box .heading--circle span {
    width: 7.2vw;
    height: 7.2vw;
  }
  section#SectionCore .column2 .img__box div {
    margin-bottom: 2.6666666667vw;
  }
  section#SectionCore .column2 .img__box p:first-of-type {
    margin-bottom: 2.1333333333vw;
  }
  section#SectionCore .column2 .img__box p:not(:first-of-type) {
    margin: 0;
  }
}
section#SectionCore .process_flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 14px;
}
@media screen and (max-width: 960px) {
  section#SectionCore .process_flow_box {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: auto;
  }
}
section#SectionCore .process_flow_box .core_process_img {
  width: 960px;
  padding-right: 20px;
  padding-left: 135px;
}
section#SectionCore .process_flow_box .core_process_img img {
  width: 100%;
}
section#SectionCore .process_flow_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 960px;
  height: 290px;
  padding: 20px 20px 20px 30px;
  border-radius: 8px;
}
section#SectionCore .process_flow_box > div.previous {
  background: #F2F2F2;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(1) {
  width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(1) img {
  width: 218px;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(2) {
  width: 150px;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(2) img {
  width: 126px;
  margin-bottom: 10px;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(3) {
  width: 150px;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(3) img {
  width: 124px;
  margin-bottom: 10px;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(4) {
  width: 150px;
}
section#SectionCore .process_flow_box > div.previous .process_flow .process:nth-of-type(4) img {
  width: 125.76px;
  margin-bottom: 10px;
}
section#SectionCore .process_flow_box > div.selfa {
  height: 260px;
  margin-top: 6px;
  background: #004EA2;
  color: #fff;
}
section#SectionCore .process_flow_box > div.selfa p {
  font-size: 24px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(1) {
  width: 250px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(1) img {
  width: 183.6px;
  margin-left: 28px;
  margin-bottom: 10px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(2) {
  width: 150px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(2) img {
  width: 121.11px;
  margin-right: 20px;
  margin-bottom: 10px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(3) {
  width: 150px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(3) img {
  width: 124px;
  margin-bottom: 10px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(4) {
  width: 150px;
}
section#SectionCore .process_flow_box > div.selfa .process_flow .process:nth-of-type(4) img {
  width: 124px;
  margin-bottom: 10px;
}
section#SectionCore .process_flow_box > div p {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
}
section#SectionCore .process_flow_box > div .process_flow {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 790px;
  height: 100%;
}
section#SectionCore .process_flow_box > div .process_flow .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  border-radius: 5px;
}
section#SectionCore .process_flow_box > div .process_flow .process img {
  display: block;
  margin: 0 auto;
}
section#SectionCore .process_flow_box > div .process {
  position: relative;
}
section#SectionCore .process_flow_box > div .process::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  translate: 0 -50%;
  display: block;
  width: 27px;
  height: 2px;
  background-color: #83969F;
}
section#SectionCore .process_flow_box > div .process:first-child::before {
  display: none;
}
section#SectionCore .process_flow_box > div .process:last-child::before {
  width: 22px;
}
section#SectionCore .process_flow_box > div .process:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  translate: 0 -50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 12px;
  border-style: solid;
  border-color: transparent #83969F;
}
section#SectionLineup {
  padding-bottom: 130px;
}
@media all and (max-width: 767px) {
  section#SectionLineup {
    padding-bottom: 21.3333333333vw;
  }
}
section#SectionLineup .lineup_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 41px;
}
@media all and (max-width: 960px) {
  body:lang(en) section#SectionLineup .lineup_box {
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  body:lang(en) section#SectionLineup .lineup_box {
    gap: 8vw;
  }
}
@media all and (max-width: 767px) {
  section#SectionLineup .lineup_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
section#SectionLineup .lineup_box .lineup_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 293px;
  padding: 26px 20px 30px;
  border: 1px solid #C5C5C5;
}
@media screen and (max-width: 960px) {
  section#SectionLineup .lineup_box .lineup_content {
    width: 100%;
  }
}
section#SectionLineup .lineup_box .lineup_content:nth-of-type(1) p span {
  background: #F5E3DA;
}
section#SectionLineup .lineup_box .lineup_content:nth-of-type(2) p span {
  background: #C5E0D2;
}
section#SectionLineup .lineup_box .lineup_content:nth-of-type(2) div {
  padding-top: 10px;
}
section#SectionLineup .lineup_box .lineup_content:nth-of-type(3) p span {
  background: #DAECF5;
}
section#SectionLineup .lineup_box .lineup_content:nth-of-type(3) div {
  padding-top: 10px;
}
section#SectionLineup .lineup_box .lineup_content h4 {
  margin: 0;
  font-size: 19px;
  color: #333;
  text-align: center;
}
section#SectionLineup .lineup_box .lineup_content p {
  height: 84px;
  margin: 0;
  padding-top: 18px;
  font-size: 15px;
  line-height: 1.7333333333;
  text-align: center;
}
body:lang(en) section#SectionLineup .lineup_box .lineup_content p {
  height: 130px;
}
@media all and (max-width: 960px) {
  body:lang(en) section#SectionLineup .lineup_box .lineup_content p {
    height: 160px;
  }
}
@media all and (max-width: 767px) {
  body:lang(en) section#SectionLineup .lineup_box .lineup_content p {
    height: auto;
  }
}
section#SectionLineup .lineup_box .lineup_content p span {
  padding-inline: 5px;
}
section#SectionLineup .lineup_box .lineup_content div {
  height: 166px;
  margin-bottom: 7px;
}
section#SectionLineup .lineup_box .lineup_content div img {
  width: min(100%, 220px);
}
section#SectionLineup .lineup_box .lineup_content ul {
  width: 100%;
  margin-bottom: 20px;
}
section#SectionLineup .lineup_box .lineup_content ul li {
  position: relative;
  padding-left: 11px;
}
section#SectionLineup .lineup_box .lineup_content ul li::before {
  content: "";
  position: absolute;
  width: 0.375em;
  height: 0.375em;
  top: 0.8125em;
  left: 3px;
  background: #004EA2;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#SectionLineup .lineup_box .lineup_content ul li:not(:last-child) {
  margin-bottom: 6px;
}
section#SectionLineup .lineup_box .lineup_content ul li span {
  color: #004EA2;
}
section#SectionLineup .lineup_box .lineup_content .__button {
  margin-top: auto;
}
@media all and (max-width: 767px) {
  section#SectionLineup .lineup_box .lineup_content {
    padding: 6.9333333333vw 5.3333333333vw 8vw;
  }
  section#SectionLineup .lineup_box .lineup_content:nth-of-type(2) div {
    padding-top: 2.6666666667vw;
  }
  section#SectionLineup .lineup_box .lineup_content:nth-of-type(3) div {
    padding-top: 2.6666666667vw;
  }
  section#SectionLineup .lineup_box .lineup_content h4 {
    font-size: 5.0666666667vw;
  }
  section#SectionLineup .lineup_box .lineup_content p {
    height: auto;
    margin: 0 0 2.1333333333vw;
    padding-top: 4.8vw;
    font-size: 4vw;
  }
  section#SectionLineup .lineup_box .lineup_content p span {
    padding-inline: 1.3333333333vw;
  }
  section#SectionLineup .lineup_box .lineup_content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    margin-bottom: 1.8666666667vw;
  }
  section#SectionLineup .lineup_box .lineup_content div img {
    width: min(100%, 58.6666666667vw);
  }
  section#SectionLineup .lineup_box .lineup_content ul {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  section#SectionLineup .lineup_box .lineup_content ul li {
    padding-left: 3.2vw;
  }
  section#SectionLineup .lineup_box .lineup_content ul li::before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  section#SectionLineup .lineup_box .lineup_content ul li:not(:last-child) {
    margin-bottom: 1.6vw;
  }
}
section#SectionLineup .table--performance {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-top: 7px;
  font-size: 14px;
}
section#SectionLineup .table--performance thead tr th {
  min-height: 44px;
  background-color: #1D3A66;
  font-weight: bold;
  color: #fff;
  border: 1px solid #4A6185;
  text-align: center;
  padding: 0.75em 0.857em;
}
section#SectionLineup .table--performance thead tr th:first-child {
  max-width: 300px;
}
section#SectionLineup .table--performance thead tr th:nth-child(n+2) {
  max-width: 220px;
}
section#SectionLineup .table--performance tbody {
  background-color: #F2F6FA;
}
section#SectionLineup .table--performance tbody td {
  min-height: 44px;
  text-align: center;
  border: 1px solid #C2D4E8;
  padding: 0.725em 0.825em;
}
section#SectionLineup .table--performance col:nth-child(1) {
  width: 180px;
}
section#SectionLineup .table--performance col:nth-child(2) {
  width: 120px;
}
section#SectionLineup .table--performance .text__purple {
  color: #7960B2;
  font-weight: bold;
}
section#SectionLineup .table--performance .text__cyan {
  color: #4386AF;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  section#SectionLineup .table--performance {
    width: 256vw;
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
  section#SectionLineup .table--performance thead tr th {
    min-height: 11.7333333333vw;
  }
  section#SectionLineup .table--performance thead tr th:first-child {
    max-width: 80vw;
  }
  section#SectionLineup .table--performance thead tr th:nth-child(n+2) {
    max-width: 58.6666666667vw;
  }
  section#SectionLineup .table--performance tbody td {
    min-height: 11.7333333333vw;
  }
  section#SectionLineup .table--performance col:nth-child(1) {
    width: 48vw;
  }
  section#SectionLineup .table--performance col:nth-child(2) {
    width: 32vw;
  }
}
section#SectionLineup .process_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  section#SectionLineup .process_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section#SectionLineup .process_box .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: calc((100% - 80px) / 3);
}
section#SectionLineup .process_box .process .image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 210px;
  padding: 15px;
  border: 1px solid #C5C5C5;
}
section#SectionLineup .process_box .process .image_box img {
  display: block;
  width: 100%;
}
section#SectionLineup .process_box .process p {
  margin: 0;
  text-align: center;
}
section#SectionLineup .process_box .process ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
section#SectionLineup .process_box .process ul li {
  width: 89px;
  font-size: 15px;
  text-align: center;
}
@media all and (max-width: 960px) {
  body:lang(zh) section#SectionLineup .process_box .process ul li {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  body:lang(zh) section#SectionLineup .process_box .process ul li {
    font-size: 4vw;
  }
}
section#SectionLineup .process_box .process ul li.hw {
  background: #F5E3DA;
  color: #6F5742;
}
section#SectionLineup .process_box .process ul li.hs {
  background: #C5E0D2;
  color: #435A59;
}
section#SectionLineup .process_box .process ul li.mp {
  background: #DAECF5;
  color: #4E5B69;
}
@media all and (max-width: 767px) {
  section#SectionLineup .process_box {
    gap: 10.6666666667vw;
  }
  section#SectionLineup .process_box .process {
    gap: 2.6666666667vw;
    width: 100%;
  }
  section#SectionLineup .process_box .process .image_box {
    height: auto;
    padding: 4vw;
  }
  section#SectionLineup .process_box .process ul {
    gap: 2.6666666667vw;
  }
  section#SectionLineup .process_box .process ul li {
    width: 24vw;
    font-size: 4vw;
  }
}
section#one_side .__inner, section#both_sides .__inner, section#selfa_mp .__inner {
  position: relative;
}
section#one_side .__inner > img, section#both_sides .__inner > img, section#selfa_mp .__inner > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 390px;
}
@media screen and (max-width: 960px) {
  section#one_side .__inner > img, section#both_sides .__inner > img, section#selfa_mp .__inner > img {
    position: relative;
    display: block;
    width: 360px;
    margin: 0 auto;
  }
}
section#one_side .__inner > p, section#both_sides .__inner > p, section#selfa_mp .__inner > p {
  width: 530px;
  margin-block: 20px 30px;
}
@media screen and (max-width: 960px) {
  section#one_side .__inner > p, section#both_sides .__inner > p, section#selfa_mp .__inner > p {
    width: 100%;
  }
}
section#one_side .__inner > h3, section#both_sides .__inner > h3, section#selfa_mp .__inner > h3 {
  margin-top: 80px;
}
section#one_side .__inner ul.point, section#both_sides .__inner ul.point, section#selfa_mp .__inner ul.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
section#one_side .__inner ul.point li, section#both_sides .__inner ul.point li, section#selfa_mp .__inner ul.point li {
  padding-inline: 5px;
  font-size: 15px;
}
section#one_side .__inner .property, section#both_sides .__inner .property, section#selfa_mp .__inner .property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
section#one_side .__inner .property p, section#both_sides .__inner .property p, section#selfa_mp .__inner .property p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
section#one_side .__inner .features, section#both_sides .__inner .features, section#selfa_mp .__inner .features {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  section#one_side .__inner .features, section#both_sides .__inner .features, section#selfa_mp .__inner .features {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#one_side .__inner .features p, section#both_sides .__inner .features p, section#selfa_mp .__inner .features p {
  margin: 0;
}
section#one_side .__inner .features p:first-child, section#both_sides .__inner .features p:first-child, section#selfa_mp .__inner .features p:first-child {
  font-size: 18px;
  font-weight: bold;
}
section#one_side .__inner .features p:last-child, section#both_sides .__inner .features p:last-child, section#selfa_mp .__inner .features p:last-child {
  width: 466px;
}
@media screen and (max-width: 960px) {
  section#one_side .__inner .features p:last-child, section#both_sides .__inner .features p:last-child, section#selfa_mp .__inner .features p:last-child {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  section#one_side h2 br, section#both_sides h2 br, section#selfa_mp h2 br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  section#one_side .__inner > img, section#both_sides .__inner > img, section#selfa_mp .__inner > img {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  section#one_side .__inner > p, section#both_sides .__inner > p, section#selfa_mp .__inner > p {
    margin-block: 5.3333333333vw 2.6666666667vw;
  }
  section#one_side .__inner > h3, section#both_sides .__inner > h3, section#selfa_mp .__inner > h3 {
    margin-top: 21.3333333333vw;
  }
  section#one_side .__inner ul.point, section#both_sides .__inner ul.point, section#selfa_mp .__inner ul.point {
    gap: 2.6666666667vw;
  }
  section#one_side .__inner ul.point li, section#both_sides .__inner ul.point li, section#selfa_mp .__inner ul.point li {
    padding-inline: 1.3333333333vw;
    font-size: 4vw;
  }
  section#one_side .__inner .property, section#both_sides .__inner .property, section#selfa_mp .__inner .property {
    gap: 2.6666666667vw;
  }
  section#one_side .__inner .property p, section#both_sides .__inner .property p, section#selfa_mp .__inner .property p {
    font-size: 4.8vw;
  }
  section#one_side .__inner .features, section#both_sides .__inner .features, section#selfa_mp .__inner .features {
    width: 100%;
    gap: 2.6666666667vw;
  }
  section#one_side .__inner .features p:first-child, section#both_sides .__inner .features p:first-child, section#selfa_mp .__inner .features p:first-child {
    font-size: 4.8vw;
  }
}
section#one_side ul.point li {
  color: #6F5742;
  background: #F5E3DA;
}
section#one_side h4:not(:first-of-type) {
  margin-top: 60px;
}
section#both_sides ul.point li {
  color: #435A59;
  background: #C5E0D2;
}
section#both_sides h4:not(:first-of-type) {
  margin-block: 60px 16px;
}
@media all and (max-width: 767px) {
  section#both_sides h4:not(:first-of-type) {
    margin: 16vw 0 4.2666666667vw;
  }
}
section#both_sides .column2.-result-hs h5 {
  margin-top: 0;
}
section#selfa_mp ul.point li {
  color: #4E5B69;
  background: #DAECF5;
}

body:lang(en) #both_sides h2 + .property {
  margin-top: 64px;
}
body:lang(en) #one_side h2 + .property {
  margin-top: 80px;
}
@media all and (max-width: 960px) {
  body:lang(en) #both_sides h2 + .property,
  body:lang(en) #one_side h2 + .property {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  body:lang(en) #both_sides h2 + .property,
  body:lang(en) #one_side h2 + .property {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body:lang(en) #both_sides h2 + .property ul,
  body:lang(en) #one_side h2 + .property ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body:lang(en) #both_sides h2 + .property ul li,
  body:lang(en) #one_side h2 + .property ul li {
    width: 27%;
  }
}

@media all and (max-width: 767px) {
  body:lang(ko) h2 + .property ul {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Insulationfilm #SectionUseTop figure {
  position: relative;
}

.Insulationfilm #SectionUseTop figure div:first-of-type {
  width: 80%;
}

.Insulationfilm #SectionUseTop figure div:last-of-type {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40%;
}

.Insulationfilm #SectionUse figure img {
  max-width: 100%;
}

.Insulationfilm #SectionUseBUFilm .-sp--scroll {
  overflow: auto;
}

.Insulationfilm #SectionUseBUFilm .-sp--scroll figure {
  width: 920px;
}
@media screen and (max-width: 960px) {
  .Insulationfilm #SectionUseBUFilm .-sp--scroll figure {
    width: 192vw;
  }
}

.Insulationfilm #SectionLineUp figure div,
.Insulationfilm #SectionTechnology .box--gray div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Insulationfilm #SectionLineUp table.table--primary .orange {
  background-color: #d97102;
  border-color: white;
}

.Insulationfilm #SectionLineUp table.table--primary thead tr th {
  border-color: white;
}

.Insulationfilm #SectionLineUp table.table--primary tbody tr td span {
  color: #4481eb;
}

.Insulationfilm #SectionTechnology table tr td .to_product_btn {
  max-width: 270px;
  text-decoration: none;
  display: block;
  color: #fff;
  background: #044da0;
  border-radius: 5px;
  text-align: center;
  padding: 7px 8px;
  margin: 0 auto;
}

.Insulationfilm #SectionTechnology table tr td .to_product_btn dl dt {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .Insulationfilm #SectionTechnology table tr td .to_product_btn dl dt {
    font-size: 5.3333333333vw;
  }
}

.Insulationfilm .img_box {
  padding: 20px 20px 60px;
  border: 1px solid #C5C5C5;
}

.Insulationfilm #SectionLineUp .img_box {
  width: 100%;
  padding: 30px;
}
.Insulationfilm #SectionLineUp .img_box div {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .Insulationfilm #SectionLineUp .img_box div {
    width: 100%;
  }
}

.img__box.-equivalent {
  border: 1px solid #C5C5C5;
  padding: 40px 30px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .img__box.-equivalent {
    padding: 10.6666666667vw 8vw;
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 960px) {
  #SectionUse,
  #SectionMerit,
  #SectionLineUp {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #SectionLineUp .table--primary {
    font-size: 3.2vw;
  }
}
#SectionLineUp .img_box img {
  width: 100%;
}

#one_side,
#both_sides,
#selfa_mp,
#SectionAutomation,
#SectionInitiative {
  padding: 40px 0 130px;
}
@media screen and (max-width: 960px) {
  #one_side,
  #both_sides,
  #selfa_mp,
  #SectionAutomation,
  #SectionInitiative {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  #one_side,
  #both_sides,
  #selfa_mp,
  #SectionAutomation,
  #SectionInitiative {
    padding: 16vw 20px 21.3333333333vw;
  }
}

#SectionInitiative {
  border: 0;
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  #SectionInitiative {
    padding-bottom: 13.3333333333vw;
  }
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  background-color: #282D34;
  border-radius: 8px;
}
.flow__list.-before {
  position: relative;
  margin-bottom: 40px;
  padding: 15px 20px 20px;
}
.flow__list.-before::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 30px 0;
  border-style: solid;
  border-color: #282D34 transparent;
}
.flow__list.-after {
  padding: 20px 20px 15px;
}
.flow__list.-gray {
  background-color: #F2F2F2;
  gap: 46px;
  padding: 20px 20px 15px;
}
.flow__list.-hs {
  gap: 46px;
}
.flow__list.-mp::before {
  display: none;
}
@media all and (max-width: 767px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.4666666667vw;
    border-radius: 2.1333333333vw;
  }
  .flow__list.-before {
    margin-bottom: 10.6666666667vw;
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  .flow__list.-before::before {
    bottom: -5.3333333333vw;
    border-width: 5.3333333333vw 8vw 0;
  }
  .flow__list.-after {
    padding: 5.3333333333vw 5.3333333333vw 4vw;
  }
  .flow__list.-gray {
    gap: 7.4666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 4vw;
  }
  .flow__list.-hs {
    gap: 7.4666666667vw;
  }
}

.flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 210px;
  height: 150px;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
}
.flow__item figure {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flow__item figure img {
  max-width: 100%;
}
.flow__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  translate: 0 -50%;
  display: block;
  width: 27px;
  height: 2px;
  background-color: #83969F;
}
.flow__item:first-child::before {
  display: none;
}
.flow__item:last-child::before {
  width: 22px;
}
.flow__item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  translate: 0 -50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 12px;
  border-style: solid;
  border-color: transparent #83969F;
}
.-hw.-before .flow__item:first-child figure img {
  width: 183px;
  translate: -4px 0;
}
.-hw.-before .flow__item:nth-child(2) figure img {
  width: 110px;
}
.-hw.-before .flow__item:nth-child(3) figure img {
  width: 132px;
  translate: 11px 0;
}
.-hw.-before .flow__item:last-child figure img {
  width: 110px;
}
.-hw.-after .flow__item:first-child figure img {
  width: 134px;
}
.-hw.-after .flow__item:nth-child(2) figure img {
  width: 164px;
}
.-hw.-after .flow__item:nth-child(3) figure img {
  width: 172px;
  translate: -4px 0;
}
.-hw.-after .flow__item:last-child figure img {
  width: 164px;
}
.-hs .flow__item {
  width: 276px;
  height: 150px;
}
.-hs .flow__item::before {
  width: 46px;
  left: -46px;
}
.-hs.-before .flow__item:first-child figure img {
  width: 205px;
  translate: -2px;
}
.-hs.-before .flow__item:nth-child(2) figure img {
  width: 143px;
  translate: -6px;
}
.-hs.-before .flow__item:last-child figure img {
  width: 130px;
}
.-hs.-after .flow__item:first-child figure img {
  width: 140px;
}
.-hs.-after .flow__item:nth-child(2) figure img {
  width: 228px;
  translate: 4px;
}
.-hs.-after .flow__item:last-child figure img {
  width: 130px;
}
.-mp.-before .flow__item:first-child figure img {
  width: 110px;
}
.-mp.-before .flow__item:nth-child(2) figure img {
  width: 176px;
}
.-mp.-before .flow__item:nth-child(3) figure img {
  width: 138px;
  translate: -7px 0;
}
.-mp.-before .flow__item:last-child figure img {
  width: 110px;
}
.-gray .flow__item {
  width: 276px;
  height: 150px;
}
.-gray .flow__item::before {
  width: 46px;
  left: -46px;
}
.-gray .flow__item:first-child figure img {
  width: 233px;
}
.-gray .flow__item:nth-child(2) figure img {
  width: 150px;
  translate: -6px 0;
}
.-gray .flow__item:last-child figure img {
  width: 239px;
}
.-gray .flow__item:last-child::before {
  width: 42px;
}
@media all and (max-width: 767px) {
  .flow__item {
    width: 100%;
    height: 40vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }
  .flow__item::before {
    top: -7.4666666667vw;
    left: 50%;
    translate: -50% 0;
    width: 0.5333333333vw;
    height: 7.4666666667vw;
  }
  .flow__item:last-child::before {
    width: 0.5333333333vw;
    height: 6.4vw;
  }
  .flow__item:last-child::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -4vw;
    left: 50%;
    translate: -50% 0;
    border-width: 2.4vw 0 2.4vw 3.2vw;
  }
  .-hw.-before .flow__item:first-child figure img {
    width: 48.8vw;
    translate: -1.0666666667vw 0;
  }
  .-hw.-before .flow__item:nth-child(2) figure img {
    width: 29.3333333333vw;
  }
  .-hw.-before .flow__item:nth-child(3) figure img {
    width: 35.2vw;
    translate: 2.9333333333vw 0;
  }
  .-hw.-before .flow__item:last-child figure img {
    width: 29.3333333333vw;
  }
  .-hw.-after .flow__item:first-child figure img {
    width: 35.7333333333vw;
  }
  .-hw.-after .flow__item:nth-child(2) figure img {
    width: 43.7333333333vw;
  }
  .-hw.-after .flow__item:nth-child(3) figure img {
    width: 45.8666666667vw;
    translate: -1.0666666667vw 0;
  }
  .-hw.-after .flow__item:last-child figure img {
    width: 43.7333333333vw;
  }
  .-hs .flow__item {
    width: 100%;
    height: 40vw;
  }
  .-hs .flow__item::before {
    width: 0.5333333333vw;
    left: 50%;
  }
  .-hs.-before .flow__item:first-child figure img {
    width: 54.6666666667vw;
    translate: -0.5333333333vw;
  }
  .-hs.-before .flow__item:nth-child(2) figure img {
    width: 38.1333333333vw;
    translate: -1.6vw;
  }
  .-hs.-before .flow__item:last-child figure img {
    width: 34.6666666667vw;
  }
  .-hs.-after .flow__item:first-child figure img {
    width: 37.3333333333vw;
  }
  .-hs.-after .flow__item:nth-child(2) figure img {
    width: 60.8vw;
    translate: 1.0666666667vw;
  }
  .-hs.-after .flow__item:last-child figure img {
    width: 34.6666666667vw;
  }
  .-mp.-before .flow__item:first-child figure img {
    width: 29.3333333333vw;
  }
  .-mp.-before .flow__item:nth-child(2) figure img {
    width: 46.9333333333vw;
  }
  .-mp.-before .flow__item:nth-child(3) figure img {
    width: 36.8vw;
    translate: -1.8666666667vw 0;
  }
  .-mp.-before .flow__item:last-child figure img {
    width: 29.3333333333vw;
  }
  .-gray .flow__item {
    width: 100%;
    height: 40vw;
  }
  .-gray .flow__item::before {
    width: 0.5333333333vw;
    left: 50%;
  }
  .-gray .flow__item:first-child figure img {
    width: 62.1333333333vw;
  }
  .-gray .flow__item:nth-child(2) figure img {
    width: 40vw;
    translate: -1.6vw 0;
  }
  .-gray .flow__item:last-child figure img {
    width: 63.7333333333vw;
  }
  .-gray .flow__item:last-child::before {
    width: 0.5333333333vw;
  }
}

.table--primary.-evaluation thead tr th:first-child {
  width: 117px;
}
.table--primary.-evaluation tbody tr td img {
  width: min(200px, 100%);
}
.table--primary.-result {
  margin-bottom: 20px;
}
.table--primary.-result tbody tr td {
  background-color: #F2F6FA;
}
.table--primary.-result tbody tr td img {
  width: 100%;
}
.table--primary.-result tbody tr td span {
  font-weight: 700;
  color: #004EA2;
}
.table--primary.-hs {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .table--primary.-evaluation thead tr th:first-child {
    width: 31.2vw;
  }
  .table--primary.-evaluation tbody tr td img {
    width: min(sp-calc200, 100%);
  }
  .table--primary.-result {
    margin-bottom: 5.3333333333vw;
  }
  .table--primary.-hs {
    margin-top: 0;
  }
}

.text--note .-blue {
  font-size: 18px;
  font-weight: 700;
  color: #004EA2;
}
.text--note .-blue::before {
  content: "(※)";
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .text--note .-blue {
    font-size: 4.8vw;
  }
  .text--note .-blue::before {
    font-size: 3.7333333333vw;
  }
}

.column2.-hw {
  gap: 30px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column2.-hw .box--gray dt {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}
.column2.-hw .box--gray:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340px;
}
.column2.-hw .box--gray:first-child dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.column2.-hw .box--gray:first-child dd ul {
  width: 180px;
}
.column2.-hw .box--gray:first-child dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column2.-hw .box--gray:first-child dd ul li span {
  width: 77px;
}
.column2.-hw .box--gray:first-child dd img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}
.column2.-hw .box--gray:nth-child(2) {
  width: 590px;
}
.column2.-hw .box--gray:nth-child(2) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.column2.-hw .box--gray:nth-child(2) dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.column2.-hw .box--gray:nth-child(2) dd ul li {
  width: 170px;
}
.column2.-hw .box--gray:nth-child(2) dd ul li img {
  width: 100%;
}
.column2.-hw .box--gray:nth-child(2) dd p {
  text-align: center;
}
.column2.-hw .box--gray:nth-child(2) dd figure {
  width: 170px;
}
.column2.-hw .box--gray:nth-child(2) dd figure img {
  width: 100%;
}
.column2.-hs {
  gap: 30px;
  margin-top: 20px;
}
.column2.-hs .box--gray dt {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}
.column2.-hs .box--gray:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 290px;
}
.column2.-hs .box--gray:first-child img {
  width: 100%;
}
.column2.-hs .box--gray:nth-child(2) {
  width: 640px;
}
.column2.-hs .box--gray:nth-child(2) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column2.-hs .box--gray:nth-child(2) dd img {
  width: 360px;
}
.column2.-hs .box--gray:nth-child(2) dd ul {
  width: 195px;
}
.column2.-hs .box--gray:nth-child(2) dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.column2.-hs .box--gray:nth-child(2) dd ul li span {
  width: 77px;
}
.column2.-automation {
  margin: 30px 0 0;
}
.column2.-automation .box__left {
  width: 460px;
}
.column2.-automation .box__left iframe {
  position: static !important;
  width: 100% !important;
}
@media screen and (max-width: 960px) {
  .column2.-automation .box__left iframe {
    height: 259px !important;
  }
}
@media all and (max-width: 767px) {
  .column2.-automation .box__left {
    width: 100%;
  }
  .column2.-automation .box__left iframe {
    height: 69.0666666667vw !important;
  }
}
@media all and (max-width: 767px) {
  .column2.-hw {
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
  .column2.-hw .box--gray dt {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
  .column2.-hw .box--gray:first-child {
    width: 100%;
  }
  .column2.-hw .box--gray:first-child dd {
    gap: 5.3333333333vw;
  }
  .column2.-hw .box--gray:first-child dd ul {
    width: 48vw;
  }
  .column2.-hw .box--gray:first-child dd ul li span {
    width: 20.5333333333vw;
  }
  .column2.-hw .box--gray:first-child dd img {
    width: 21.3333333333vw;
  }
  .column2.-hw .box--gray:nth-child(2) {
    width: 100%;
  }
  .column2.-hw .box--gray:nth-child(2) dd {
    gap: 2.6666666667vw;
  }
  .column2.-hw .box--gray:nth-child(2) dd ul {
    gap: 2.6666666667vw;
  }
  .column2.-hw .box--gray:nth-child(2) dd ul li {
    width: 38.4vw;
  }
  .column2.-hw .box--gray:nth-child(2) dd figure {
    width: 38.4vw;
  }
  .column2.-hs {
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
  .column2.-hs .box--gray dt {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
  .column2.-hs .box--gray:first-child {
    width: 100%;
  }
  .column2.-hs .box--gray:first-child img {
    width: 58.6666666667vw;
  }
  .column2.-hs .box--gray:nth-child(2) {
    width: 100%;
  }
  .column2.-hs .box--gray:nth-child(2) dd {
    gap: 4vw;
  }
  .column2.-hs .box--gray:nth-child(2) dd img {
    width: 100%;
  }
  .column2.-hs .box--gray:nth-child(2) dd ul {
    width: 100%;
  }
  .column2.-hs .box--gray:nth-child(2) dd ul li span {
    width: 20.5333333333vw;
  }
  .column2.-automation {
    margin: 8vw 0 0;
  }
}

.result__table {
  width: 500px;
}
@media all and (max-width: 767px) {
  .result__table {
    width: 100%;
  }
}

.result__fig {
  width: 420px;
}
@media all and (max-width: 767px) {
  .result__fig {
    width: 100%;
  }
}

.fig__box {
  padding: 10px 30px;
  border: 1px solid #C5C5C5;
}
.fig__box img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .fig__box {
    padding: 2.6666666667vw 8vw;
  }
}

.text--blue {
  width: 100% !important;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #004EA2;
}
@media all and (max-width: 767px) {
  .text--blue {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}

.img__box.-hs {
  text-align: center;
}
.img__box.-hs div {
  padding: 20px;
}
.img__box.-hs img {
  width: 596px;
}
@media all and (max-width: 767px) {
  .img__box.-hs div {
    padding: 5.3333333333vw;
  }
  .img__box.-hs img {
    width: 100%;
  }
}

.mp__note {
  margin-top: 10px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .mp__note {
    margin-top: 2.6666666667vw;
  }
}

.automation__box {
  width: 460px;
  padding: 22px 20px 25px;
  border: 1px solid #C5C5C5;
}
.automation__box h4 {
  margin: 0 0 15px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .automation__box {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
  .automation__box h4 {
    margin: 0 0 4vw;
  }
}

.automation__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 960px) {
  .automation__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  .automation__column {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4.8vw;
  }
}

.automation__column__item img {
  width: 100%;
}
.automation__column__item dl {
  margin-top: 8px;
}
.automation__column__item dl dt {
  font-size: 15px;
  font-weight: 700;
}
.automation__column__item dl dd {
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .automation__column__item dl {
    margin-top: 2.1333333333vw;
  }
  .automation__column__item dl dt {
    font-size: 4vw;
  }
  .automation__column__item dl dd {
    font-size: 3.7333333333vw;
  }
}

.table__initiative {
  width: 100%;
  margin-top: 25px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  text-align: center;
}
.table__initiative tr th {
  width: 258px;
  padding: 11px 20px;
  background-color: #1D3A66;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #4A6185;
}
.table__initiative thead tr td {
  padding: 12px 20px;
  background-color: #AFC2DC;
  border: #98B7D9;
  font-weight: 700;
  color: #001D4C;
}
.table__initiative tbody tr td {
  padding: 12px 20px;
  background-color: #F2F6FA;
  border: 1px solid #C2D4E8;
}
.table__initiative tbody tr td:first-of-type {
  background-color: #D9E5F1;
}
.table__initiative tbody tr:nth-child(4) td img {
  width: 110px;
  margin-left: 10px;
  vertical-align: middle;
}
.table__initiative tbody tr:last-child th {
  border: 0;
}
.table__initiative tbody tr:last-child td img {
  max-width: 100%;
}
.table__initiative tbody tr:last-child td:first-of-type img {
  width: 150px;
}
.table__initiative tbody tr:last-child td:nth-of-type(2) img {
  width: 310px;
}
.table__initiative colgroup.emphasis {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #094DA0;
}
@media all and (max-width: 767px) {
  .table__initiative {
    width: 173.3333333333vw;
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .table__initiative tr th {
    width: 45.3333333333vw;
    padding: 2.9333333333vw 5.3333333333vw;
  }
  .table__initiative thead tr td {
    padding: 3.2vw 5.3333333333vw;
  }
  .table__initiative tbody tr td {
    padding: 3.2vw 5.3333333333vw;
  }
  .table__initiative tbody tr:nth-child(4) td img {
    width: 29.3333333333vw;
    margin-left: 2.6666666667vw;
  }
  .table__initiative tbody tr:last-child td:first-of-type img {
    width: 40vw;
  }
  .table__initiative tbody tr:last-child td:nth-of-type(2) img {
    width: 82.6666666667vw;
  }
}

.interview {
  margin-bottom: 0;
  padding: 0 20px;
  background: url(../../images/interview/bg_title.png) no-repeat 40px 40px;
  background-size: 100% 100%;
}

@media all and (max-width: 767px) {
  .interview {
    padding: 0 5.3333333333vw;
    background-image: url(../../images/interview/bg_title_sp.png);
    background-position: 0 0;
  }
}
.interview__block {
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .interview__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 5.3333333333vw;
  }
}
.interview__block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
  margin-bottom: 24px;
  color: #fff;
}
.interview__block__top figure {
  width: 466px;
}
.interview__block__top figure img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .interview__block__top {
    display: contents;
  }
  .interview__block__top figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80vw;
    translate: -13.3333333333vw 0;
  }
  .interview__block__top figure img {
    width: 100%;
  }
}
.interview__block__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 75px;
}
@media (max-width: 960px) {
  .interview__block__title {
    max-width: 50%;
  }
}
.interview__block__title h2 {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 40px;
  border-top: 1px solid #fff;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 960px) {
  body:not(:lang(ja)) .interview__block__title h2 br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .interview__block__title {
    display: contents;
  }
  .interview__block__title h2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5.3333333333vw;
    padding-right: 0;
    font-size: 5.3333333333vw;
  }
}
.interview__block__title__text {
  display: block;
  margin: 0 0 8px;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.interview__block__title__text .-thin {
  margin-right: 15px;
  font-size: 10px;
  font-weight: 400;
}
body:lang(ja) .interview__block__title__text .-thin {
  font-family: "Noto Sans JP", sans-serif;
}
body:lang(ko) .interview__block__title__text .-thin {
  font-family: "Noto Sans KR", sans-serif;
}
.interview__block__title__text .-bold {
  margin-left: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .interview__block__title__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 24vw;
    margin-top: -21.8666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-left: auto;
    font-size: 4.5333333333vw;
  }
  .interview__block__title__text .-thin {
    margin-right: 0;
    font-size: 2.6666666667vw;
  }
  .interview__block__title__text .-bold {
    margin-left: 0;
    font-size: 3.7333333333vw;
    line-height: 1.1;
  }
}
.interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
.interview__link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 7px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent #fff;
}
.interview__link a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
.interview__link a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .interview__link {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .interview__link::before {
    margin-right: 1.8666666667vw;
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
  .interview__link a {
    font-size: 4vw;
  }
}
.interview__info {
  padding: 0 40px 0 80px;
}

@media all and (max-width: 767px) {
  .interview__info {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.interview__info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media all and (max-width: 767px) {
  .interview__info__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.9333333333vw;
  }
}
.interview__info__item {
  position: relative;
  width: 405px;
  min-height: 100px;
  padding: 15px 25px;
  background-color: rgba(244, 252, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview__info__item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  translate: 0 -50%;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../images/interview/icon_introduction.png) no-repeat 0 0;
  background-size: contain;
}

@media all and (max-width: 767px) {
  .interview__info__item {
    width: 100%;
    padding: 4vw 5.3333333333vw;
  }
  .interview__info__item:first-child::before {
    top: initial;
    bottom: -3.4666666667vw;
    right: 50%;
    translate: 50% 50%;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.interview__info__text {
  margin-bottom: 5px;
  font-size: 13px;
  color: #697580;
}

@media all and (max-width: 767px) {
  .interview__info__text {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.interview__info__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #004EA2;
}
.interview__info__name span {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .interview__info__name {
    font-size: 4.8vw;
  }
  .interview__info__name span {
    margin-left: 4vw;
    font-size: 3.4666666667vw;
  }
}