@media screen and (max-width: 991px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .none-max-mm {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .none-max-ms {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .none-max-500 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 376px) {
  .none-min-mm {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .none-min-ms {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .none-min-500 {
    display: none;
  }
}

.page-content ul {
  padding: 0;
  margin: 0;
}
.page-content ul li {
  padding-left: 0;
  text-indent: initial;
}
.page-content p, .page-content h3 {
  color: #000000;
  margin: 0;
  letter-spacing: initial;
}
.page-content p:not(.split-2 p) {
  margin-bottom: 0;
}
.page-content p + * {
  margin: 0;
}
.page-content span {
  font-size: 1em;
}

.light-guide * {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
.light-guide .link {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
}

.page-content.light-guide * {
  line-height: 1.45;
}
.page-content.light-guide .ctt-ttl {
  padding: 14px;
  background-color: #000000;
  border-left: 6px solid #D12232;
  font-weight: 700;
  margin: 70px 0 32px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide .ctt-ttl {
    padding: 0 14px;
    font-size: min(max(4.8vw, 16px), 18px);
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-content.light-guide .ctt-ttl {
    margin: 40px 0 24px;
  }
}
.page-content.light-guide .ctt-ttl:first-of-type {
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide .ctt-ttl:first-of-type {
    margin: 0 0 24px;
  }
}
.page-content.light-guide .ctt-box {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.page-content.light-guide > .container > .ctt-diff > .detailc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-diff > .detailc {
    -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;
  }
}
.page-content.light-guide > .container > .ctt-diff > .detailc > .img {
  width: 45%;
  background-color: #1C1C1C;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-diff > .detailc > .img {
    max-width: 343px;
    width: 100%;
    min-height: 316px;
    border-radius: 4px;
  }
}
.page-content.light-guide > .container > .ctt-diff > .detailc > .detail {
  width: 55%;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-diff > .detailc > .detail {
    width: 100%;
  }
}
.page-content.light-guide > .container > .ctt-diff > .detail {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-diff > .detail {
    margin-top: 24px;
  }
}
.page-content.light-guide > .container > .ctt-diff .detail {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-diff .detail {
    padding: 15px;
  }
}
.page-content.light-guide > .container > .ctt-diff .detail > .ttl {
  margin: initial;
  font-size: min(max(5.3333333333vw, 16px), 20px);
}
.page-content.light-guide > .container > .ctt-diff .detail > .ttl > .col-red {
  color: #D12232;
}
.page-content.light-guide > .container > .ctt-diff .detail > .txt {
  margin: 24px 0 0;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-diff .detail > .txt {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item + .item {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item + .item {
    margin-top: 40px;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item:nth-of-type(2) .link {
  max-width: 275px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item:nth-of-type(2) .link {
    max-width: 280px;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item:last-of-type .link {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item:last-of-type .link {
    max-width: 280px;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .img {
  max-width: 417px;
  width: 100%;
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail {
  position: relative;
  width: 56%;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item > .detail {
    width: 100%;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .num {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 152px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #F4F4F3;
  line-height: 1;
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .ttl,
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .txt {
  position: relative;
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .ttl {
    font-size: min(max(5.8666666667vw, 18px), 22px);
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .txt {
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .txt {
    margin: 16px 0 0;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #000000;
  color: #fff;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.05em;
  text-align: left;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .link {
    padding: 20px 10px 20px 20px;
    font-size: 14px;
  }
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .link:hover::after {
  right: 8px;
}
.page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 16px;
  background: url(../images/icon/icon-ff-white.svg) 50% 50% no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-features > .list > .item > .detail > .link::after {
    width: 10px;
    height: 14px;
  }
}
.page-content.light-guide > .container > .ctt-result > .txt {
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-result > .txt {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.page-content.light-guide > .container > .ctt-result > .detailc {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-result > .detailc {
    margin-top: 16px;
    -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;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-result > .detailc {
    gap: 8px;
  }
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail {
  padding: 24px;
  position: relative;
  max-width: 516px;
  width: 52%;
  margin-top: -40px;
  margin-right: -24px;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-result > .detailc > .detail {
    width: 100%;
    margin-top: initial;
    margin-right: initial;
  }
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-result > .detailc > .detail {
    padding: 16px;
  }
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail > .head {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail > .txt {
  margin: 12px 0 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-result > .detailc > .detail > .txt {
    margin: 8px 0 0;
    font-size: 15px;
  }
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail > .txt + .txt {
  margin: 8px 0 0;
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail > .txt::before {
  content: "";
  display: inline-block;
  max-width: 13px;
  min-width: 13px;
  height: 13px;
  background-color: #000000;
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail > .link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #000000;
  color: #fff;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.05em;
  text-align: left;
  max-width: 225px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-result > .detailc > .detail > .link {
    padding: 20px 10px 20px 20px;
    font-size: 14px;
  }
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail > .link:hover::after {
  right: 8px;
}
.page-content.light-guide > .container > .ctt-result > .detailc > .detail > .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 16px;
  background: url(../images/icon/icon-ff-white.svg) 50% 50% no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-result > .detailc > .detail > .link::after {
    width: 10px;
    height: 14px;
  }
}
.page-content.light-guide > .container > .ctt-result > .detailc > .img {
  max-width: 507px;
  width: 51%;
  aspect-ratio: 507/305;
}
@media screen and (max-width: 991px) {
  .page-content.light-guide > .container > .ctt-result > .detailc > .img {
    width: 100%;
    aspect-ratio: 343/206;
  }
}
.page-content.light-guide > .container > .ctt-result > .detailc > .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content.light-guide > .container > .ctt-point > .list > .item {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item {
    padding: 16px 16px 24px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item + .item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item + .item {
    margin-top: 32px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .exp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 16px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .exp > .head {
  min-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .exp > .head > .icon {
  max-width: 72px;
  min-width: 72px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .exp > .head > .icon {
    max-width: 64px;
    min-width: 64px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .exp > .txt {
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .exp > .txt {
    font-size: 15px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech {
  margin-top: 24px;
  padding: 24px 19px;
  background-color: #F4F4F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech {
    padding: 24px 16px 16px;
    -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;
    gap: 24px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .left {
  max-width: 195px;
  min-width: 196px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .left {
    max-width: 280px;
    width: 100%;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .left > .imgc + .imgc {
  margin-top: 8px;
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .left > .imgc > .img {
  aspect-ratio: 196/97;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .left > .imgc > .img {
    aspect-ratio: 279/139;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .left > .imgc > .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .left > .imgc > .capture {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 5px;
  text-align: center;
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .detailc > .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7333333333;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .detailc > .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .detailc > .detail + .detail {
  margin-top: 16px;
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .detailc > .detail > .method {
  font-weight: 700;
  min-width: 105px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .detailc > .detail > .txt {
    font-size: 14px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #000000;
  color: #fff;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.05em;
  text-align: left;
  max-width: 385px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .link {
    padding: 20px 10px 20px 20px;
    font-size: 14px;
  }
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .link:hover::after {
  right: 8px;
}
.page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 16px;
  background: url(../images/icon/icon-ff-white.svg) 50% 50% no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .link::after {
    width: 10px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-content.light-guide > .container > .ctt-point > .list > .item > .tech > .right > .link {
    max-width: 280px;
    margin: 24px auto 0;
  }
}

.top-ctt.light-guide > .wrapper {
  padding: 70px 0 0;
  max-width: 1140px;
  width: 100%;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-ctt.light-guide > .wrapper {
    padding: 15px 0 0;
  }
}
.top-ctt.light-guide > .wrapper > .container {
  padding: 30px 70px;
  background: url(../images/light-guide/bg-light-guide-ctt.png) no-repeat center/cover;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .top-ctt.light-guide > .wrapper > .container {
    padding: 30px 15px;
    background-position: 43% 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.top-ctt.light-guide > .wrapper > .container > .ttlc {
  padding-left: 8px;
  border-left: 6px solid #D12232;
  min-width: 206px;
}
.top-ctt.light-guide > .wrapper > .container > .ttlc > .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-ctt.light-guide > .wrapper > .container > .ttlc > .ttl {
    font-size: 22px;
  }
}
.top-ctt.light-guide > .wrapper > .container > .ttlc > .sub-ttl {
  font-size: 15px;
  color: #D12232;
}
@media screen and (max-width: 767px) {
  .top-ctt.light-guide > .wrapper > .container > .ttlc > .sub-ttl {
    font-size: 14px;
  }
}
.top-ctt.light-guide > .wrapper > .container > .content {
  width: 69.5%;
}
@media screen and (max-width: 767px) {
  .top-ctt.light-guide > .wrapper > .container > .content {
    width: 100%;
  }
}
.top-ctt.light-guide > .wrapper > .container > .content > .txt {
  line-height: 1.6875;
}
.top-ctt.light-guide > .wrapper > .container > .content > .link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #000000;
  color: #fff;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.05em;
  text-align: left;
  max-width: 290px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top-ctt.light-guide > .wrapper > .container > .content > .link {
    padding: 20px 10px 20px 20px;
    font-size: 14px;
  }
}
.top-ctt.light-guide > .wrapper > .container > .content > .link:hover::after {
  right: 8px;
}
.top-ctt.light-guide > .wrapper > .container > .content > .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 16px;
  background: url(../images/icon/icon-ff-white.svg) 50% 50% no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top-ctt.light-guide > .wrapper > .container > .content > .link::after {
    width: 10px;
    height: 14px;
  }
}

.page-content.for-automotive > div > .utilize {
  margin: 87px 0;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize {
    margin: 55px 0;
  }
}
.page-content.for-automotive > div > .utilize > .alter-h2 {
  margin: 0;
}
.page-content.for-automotive > div > .utilize > .scroll_wrap > .utilize-img {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize > .scroll_wrap > .utilize-img {
    margin-top: 20px;
  }
}
.page-content.for-automotive > div > .utilize > .scroll_wrap > .utilize-img img {
  max-width: initial;
  width: 1000px;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize > .scroll_wrap > .utilize-img img {
    width: 730px;
  }
}
.page-content.for-automotive > div > .utilize > .list {
  display: grid;
  gap: 40px;
  margin-top: 30px;
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn {
  cursor: pointer;
  border-bottom: 1px solid #D12232;
  position: relative;
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn * {
  font-weight: 600;
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn.open::after {
  bottom: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn::before, .page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn:after {
  content: "";
  position: absolute;
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn::before {
  right: 0;
  bottom: 5px;
  width: 35px;
  height: 35px;
  background-color: #D12232;
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn::after {
  right: 12px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 12px;
  border-left: 5px solid #D12232;
  min-height: 40px;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc > .num {
  font-size: 30px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #D12232;
  padding-left: 4px;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc > .num {
    font-size: 26px;
  }
}
.page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc > .ttl {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: initial;
  color: #04070E;
  padding-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc > .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc.ttlc-en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 9px;
  }
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive > div > .utilize > .list > .item > .accordion-btn > .ttlc.ttlc-en .ttl {
    padding-left: 10px;
  }
}
.page-content.for-automotive > div > .utilize > .list > .item > .lead {
  display: none;
  padding: 8px;
  margin: 12px 0 0;
  background-color: #F4F4F3;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive .only-pc {
    display: none;
  }
}
.page-content.for-automotive .only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-content.for-automotive .only-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .img-bg.front-light {
    background-position: 21% 0;
  }
}

.page-content.front-light p {
  color: #4A4F54;
  line-height: 1.6875;
}
.page-content.front-light .col-red {
  color: #D12232;
}
.page-content.front-light > .container > .ctt-ttl {
  padding: 14px;
  background-color: #000000;
  border-left: 6px solid #D12232;
  font-weight: 700;
  margin: 55px 0 50px;
}
@media screen and (max-width: 767px) {
  .page-content.front-light > .container > .ctt-ttl {
    padding: 0 14px;
    font-size: min(max(4.8vw, 16px), 18px);
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-content.front-light > .container > .ctt-ttl:first-of-type {
  margin: 0 0 50px;
}
.page-content.front-light > .container > .superiority {
  width: calc(100% - 138px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-content.front-light > .container > .superiority {
    width: 100%;
  }
}
.page-content.front-light > .container > .superiority > .list {
  display: grid;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .page-content.front-light > .container > .superiority > .list {
    gap: 10px;
  }
}
.page-content.front-light > .container > .superiority > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-content.front-light > .container > .superiority > .list > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-content.front-light > .container > .superiority > .list > .item > .head,
.page-content.front-light > .container > .superiority > .list > .item > .txt {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-content.front-light > .container > .superiority > .list > .item > .head {
  color: #fff;
  background-color: #4A4F54;
  max-width: 130px;
  min-width: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-content.front-light > .container > .superiority > .list > .item > .head {
    max-width: initial;
    min-width: initial;
    width: 100%;
    padding: 6px;
  }
}
.page-content.front-light > .container > .superiority > .list > .item > .txt {
  width: 100%;
  min-height: 77px;
  padding: 15px;
  background-color: #F4F4F3;
}
@media screen and (max-width: 767px) {
  .page-content.front-light > .container > .superiority > .list > .item > .txt {
    min-height: initial;
    padding: 15px 17px;
    text-align: left;
  }
}
.page-content.front-light > .container > .structure > .list > .item > .merit {
  margin-top: 25px;
}
.page-content.front-light > .container > .structure > .list > .item > .merit > .ttl {
  font-weight: 700;
}
.page-content.front-light > .container > .structure > .list > .item > .merit > .list {
  margin-top: 10px;
  margin-left: 5px;
}
.page-content.front-light > .container > .structure > .list > .item > .merit > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-content.front-light > .container > .structure > .list > .item > .merit > .list > .item > .head {
  min-width: 65px;
  max-width: 65px;
}
.page-content.front-light > .container > .structure > .list > .item > .img {
  max-width: 721px;
  width: 100%;
  margin: 25px auto 0;
}
.page-content.front-light > .container > .purpose {
  padding: 0 0 30px;
}
.page-content.front-light > .container > .purpose > .use-txt {
  margin-top: 25px;
}
.page-content.front-light > .container > .purpose > .use-txt > .col-red {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.page-content.front-light > .container > .purpose > .use-txt > .txt {
  text-indent: -1em;
  padding-left: 1em;
}
.page-content.front-light > .container > .purpose > .list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-content.front-light > .container > .purpose > .list {
    -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;
  }
}
.page-content.front-light > .container > .purpose > .list > .item {
  max-width: 320px;
  width: 100%;
  padding: 10px 10px 38px;
  background-color: #F4F4F3;
}
.page-content.front-light > .container > .purpose > .list > .item > .txt {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
}

.more-ctt {
  padding: 56px 0 56px 20px;
  background-color: #B1B1B1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .more-ctt {
    padding: 24px 0 16px 70px;
  }
}
@media screen and (max-width: 375px) {
  .more-ctt {
    padding: 24px 0 16px 20px;
  }
}
.more-ctt * {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
.more-ctt > .container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
.more-ctt > .container .splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .more-ctt > .container .splide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 32px;
  }
}
.more-ctt > .container .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .more-ctt > .container .splide__arrows {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.more-ctt > .container .splide__arrow {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .more-ctt > .container .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.more-ctt > .container .splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 14px;
  height: 20px;
}
.more-ctt > .container .splide__arrow--prev:hover::before {
  left: 42%;
}
.more-ctt > .container .splide__arrow--prev::before {
  left: 47%;
  background: url(../images/icon/icon-rr-dark.svg) 50% 50% no-repeat;
}
.more-ctt > .container .splide__arrow--next:hover::before {
  left: 57%;
}
.more-ctt > .container .splide__arrow--next::before {
  left: 52%;
  background: url(../images/icon/icon-ff-dark.svg) 50% 50% no-repeat;
}
.more-ctt > .container .splide__track {
  min-width: 2090px;
}
.more-ctt > .container .splide__list {
  height: 360px;
}
.more-ctt > .container .splide__slide {
  background-color: #fff;
  padding: 0 0 24px;
  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;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  height: 352px;
}
.more-ctt > .container .splide__slide img {
  width: 100%;
  height: auto;
  vertical-align: top;
  aspect-ratio: 234/140;
}
.more-ctt > .container .splide__slide * {
  text-align: center;
}
.more-ctt > .container .splide__slide h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
}
.more-ctt > .container .splide__slide p {
  margin: 8px 0 16px;
  line-height: 1.5;
}
.more-ctt > .container .splide__slide .link {
  margin-top: auto;
  width: calc(100% - 40px);
  padding: 15px;
  background-color: #000000;
  color: #fff;
  position: relative;
}
.more-ctt > .container .splide__slide .link:hover::after {
  right: 8px;
}
.more-ctt > .container .splide__slide .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 16px;
  background: url(../images/icon/icon-ff-white.svg) 50% 50% no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more-ctt > .container .splide .guide {
  position: relative;
  max-width: 240px;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .more-ctt > .container .splide .guide {
    max-width: initial;
    min-width: initial;
    padding-right: 70px;
  }
}
@media screen and (max-width: 375px) {
  .more-ctt > .container .splide .guide {
    padding-right: 20px;
  }
}
.more-ctt > .container .splide .guide .txt {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .more-ctt > .container .splide .guide .txt {
    font-size: 22px;
    text-align: center;
  }
}

.more-ctt.ndir > .container .splide__track {
  min-width: 1620px;
}
.more-ctt.ndir > .container .splide__list {
  height: 458px;
}
.more-ctt.ndir > .container .splide__slide {
  height: 448px;
}
.more-ctt.ndir > .container .splide__slide img {
  aspect-ratio: 298/168;
}
.more-ctt.ndir > .container .splide__slide .link {
  width: calc(100% - 100px);
}/*# sourceMappingURL=light-guide.css.map */