<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  overflow-x: hidden;
}

/*************************************************

parts-pickup

*************************************************/
.parts-pickup__list-item.is-ataglance {
  display: none;
}

/*************************************************

ataglance-mv

*************************************************/
.ataglance-mv {
  line-height: 0;
}
.ataglance-mv img {
  width: 100%;
}

/*************************************************

ataglance-if

*************************************************/
.ataglance-if {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .ataglance-if {
    margin-top: 50px;
  }
}

.ataglance-if__logo {
  margin-bottom: 40px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ataglance-if__logo {
    margin-bottom: 30px;
  }
  .ataglance-if__logo img {
    width: 90px;
  }
}

.ataglance-if__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ataglance-if__title {
    font-size: 25px;
  }
}
.ataglance-if__title .in-big {
  padding: 0 14px 3px;
  color: #fff;
  font-size: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(67, 174, 238)), to(rgb(87, 210, 204)));
  background: linear-gradient(90deg, rgb(67, 174, 238) 0%, rgb(87, 210, 204) 100%);
}
@media screen and (max-width: 767px) {
  .ataglance-if__title .in-big {
    font-size: 30px;
  }
}

.ataglance-if__lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ataglance-if__lead {
    font-size: 14px;
  }
}

/*************************************************

ataglance-problem

*************************************************/
.ataglance-problem {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .ataglance-problem {
    margin-top: 60px;
  }
}

.ataglance-problem__num {
  position: relative;
  line-height: 0;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__num img {
    width: auto;
    max-width: none;
    height: 60px;
  }
}

.ataglance-problem__blow {
  position: relative;
  width: min(1000px, 100% - 20px);
  margin: -23px auto 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__blow {
    margin: -10px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .is-02 .ataglance-problem__blow {
    margin-top: -17px;
  }
}
.ataglance-problem__blow::before {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(67, 174, 238)), to(rgb(87, 210, 204)));
  background: linear-gradient(90deg, rgb(67, 174, 238) 0%, rgb(87, 210, 204) 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__blow::before {
    top: 5px;
    width: calc(100% - 5px);
    border-radius: 5px;
  }
}
.ataglance-problem__blow::after {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  display: block;
  content: "";
  border-top: #4ec1dc solid 32px;
  border-left: transparent solid 18px;
  border-right: transparent solid 18px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__blow::after {
    top: calc(100% + 4px);
    border-top-width: 22px;
    border-left-width: 12px;
    border-right-width: 12px;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.ataglance-problem__blow-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 10px);
  padding: 45px 0;
  border-radius: 10px;
  background-color: #fff;
  border: #353535 solid 2px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__blow-inner {
    width: calc(100% - 5px);
    padding: 20px 0;
    border-radius: 5px;
  }
}
.ataglance-problem__blow-inner::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #353535 solid 32px;
  border-left: transparent solid 18px;
  border-right: transparent solid 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__blow-inner::before {
    border-top-width: 22px;
    border-left-width: 12px;
    border-right-width: 12px;
  }
}
.ataglance-problem__blow-inner::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #fff solid 29px;
  border-left: transparent solid 16px;
  border-right: transparent solid 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__blow-inner::after {
    border-top-width: 19px;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

.ataglance-problem__blow-text {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4706;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__blow-text {
    font-size: 17px;
  }
}

.ataglance-problem__img {
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .is-01 .ataglance-problem__img {
    margin: 0 10px;
  }
}
.is-02 .ataglance-problem__img {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .is-02 .ataglance-problem__img {
    margin-top: 40px;
    max-width: 80%;
  }
}
.is-03 .ataglance-problem__img {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .is-03 .ataglance-problem__img {
    margin-top: 40px;
    max-width: 80%;
  }
}

.ataglance-problem__conts {
  position: relative;
  margin-top: -50px;
  padding: 210px 20px 100px;
  background: url(../images/about/ataglance/bg.jpg) center center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__conts {
    margin-top: -10px;
    padding: 110px 20px 50px;
  }
}
.ataglance-problem__conts::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  border-top: #fff solid 155px;
  border-left: transparent solid 50vw;
  border-right: transparent solid 50vw;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__conts::after {
    border-top-width: 70px;
  }
}

@media screen and (min-width: 768px) {
  .ataglance-problem__conts-title {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
  }
  .ataglance-problem__conts-title::after {
    display: block;
    content: "";
    width: 80px;
    height: 5px;
    margin-top: 20px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .ataglance-problem__conts-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
  .ataglance-problem__conts-title &gt; span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 25px;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #fff;
    border: #353535 solid 2px;
    text-align: center;
  }
  .ataglance-problem__conts-title &gt; span span {
    display: inline-block;
  }
}

.ataglance-problem__conts-texts {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__conts-texts {
    font-size: 14px;
  }
}

.ataglance-problem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__btn {
    margin-top: 30px;
  }
}

.ataglance-problem__btn-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100%, 350px);
  height: 80px;
  padding: 0 30px;
  border-radius: 10px;
  background-color: #fff;
  border: #353535 solid 2px;
  text-decoration: none;
  -webkit-box-shadow: 0px 11px 0px 0px #353535;
          box-shadow: 0px 11px 0px 0px #353535;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__btn-anchor {
    width: min(100%, 180px);
    height: 50px;
    padding: 0 15px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0px 0px #353535;
            box-shadow: 5px 5px 0px 0px #353535;
  }
}
.ataglance-problem__btn-anchor .in-text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__btn-anchor .in-text {
    font-size: 14px;
  }
}
.ataglance-problem__btn-anchor .in-icon {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ataglance-problem__btn-anchor .in-icon.is-pdf {
    width: 15px;
  }
  .ataglance-problem__btn-anchor .in-icon.is-blank {
    width: 12px;
  }
}</pre></body></html>