@charset "UTF-8";
/* solaie-value.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.c-value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-value__hdg {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(9px, 1.1688311688vw, 18px);
  font-weight: 500;
  color: #0075C4;
  letter-spacing: 0.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-value__hdg {
    font-size: 15px;
  }
}
.c-value__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(19px, 3.8vw, 38px);
  height: clamp(19px, 3.8vw, 38px);
  margin-left: clamp(5px, 1vw, 10px);
  background: #EFF3FB;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  color: #0075C4;
  line-height: 1;
  text-indent: 0.2em;
}
@media only screen and (max-width: 767px) {
  .c-value__num {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  #sec-value
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-value {
  position: relative;
  padding-block: clamp(0px, 5.7291666667vw, 110px) clamp(0px, 4.6875vw, 90px);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), to(rgba(0, 117, 196, 0.05)));
  background: linear-gradient(to bottom, #fff 0%, #fff 30%, rgba(0, 117, 196, 0.05) 100%);
}
@media only screen and (max-width: 767px) {
  .sec-value {
    padding-block: 50px 50px;
  }
}
.sec-value__header {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-value__hdg {
  margin-top: 30px;
  font-size: clamp(20px, 2.7692307692vw, 36px);
  font-weight: 500;
  color: #0075C4;
  line-height: 1.8;
  letter-spacing: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .sec-value__hdg {
    margin-top: 20px;
    font-size: clamp(22px, 5.8666666667vw, 44px);
    text-align: center;
    letter-spacing: 0.4rem;
  }
}
.sec-value__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(100px, 10.4615384615vw, 136px);
  padding-inline: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-value__content {
    display: block;
    margin-top: 40px;
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-value__img {
    width: 100% !important;
  }
}
.sec-value__img img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-value__img img {
    width: 100%;
  }
}
.sec-value__img--cube {
  width: 45.15%;
  aspect-ratio: 587/495;
}
.sec-value__img--cube img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.sec-value__body {
  width: 46.29%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-value__body {
    width: auto;
    margin: 30px 0 0;
  }
}
.sec-value__body .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(30px, 4.6153846154vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-value__body .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-value__body .logos__item img {
  width: 100%;
  height: auto;
}
.sec-value__body .logos__item--solaie {
  width: clamp(82px, 12.6153846154vw, 164px);
}
.sec-value__body .logos__item--tobu {
  width: clamp(100px, 15.3846153846vw, 200px);
  margin-left: clamp(20px, 3.0769230769vw, 40px);
}
.sec-value__txt {
  font-size: clamp(11px, 1.6923076923vw, 22px);
  font-weight: 500;
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  .sec-value__txt {
    font-size: clamp(13px, 3.4666666667vw, 26px);
    line-height: 1.8;
    text-align: center;
  }
  .sec-value__txt:not(:first-of-type) {
    margin-top: 26px;
  }
}
.sec-value--01 .sec-value__img {
  width: 42.83%;
}
.sec-value--02 .sec-value__img {
  width: 42.76%;
}

/*--------------------------------------------------------------------------
  #sec-keyword
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-keyword {
  position: relative;
  padding-block: clamp(0px, 5.7291666667vw, 110px) clamp(0px, 4.6875vw, 90px);
}
@media only screen and (max-width: 767px) {
  .sec-keyword {
    padding-block: 50px 25px;
  }
}
.sec-keyword__header {
  text-align: center;
}
.sec-keyword__hdg {
  position: relative;
  font-size: clamp(20px, 2.1538461538vw, 28px);
  font-weight: 600;
  color: #0075C4;
  letter-spacing: 0.35rem;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__hdg {
    margin-right: 0;
    padding-bottom: 24px;
    font-size: clamp(18px, 4.8vw, 36px);
  }
}
.sec-keyword__hdg::after {
  position: absolute;
  top: 50%;
  right: -64px;
  width: 44px;
  height: 1.5px;
  background: #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__hdg::after {
    top: inherit;
    bottom: 0;
    right: 50%;
    width: 1px;
    height: 16px;
  }
}
.sec-keyword__copy {
  font-size: clamp(20px, 1.6923076923vw, 22px);
}
@media only screen and (max-width: 767px) {
  .sec-keyword__copy {
    margin-bottom: 5px;
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-keyword__ttl {
    margin-top: 10px;
  }
}
.sec-keyword__content {
  margin-top: clamp(70px, 10.7692307692vw, 140px);
}
@media only screen and (max-width: 767px) {
  .sec-keyword__content {
    position: relative;
    margin: 40px -30px 0;
    padding-bottom: 80px;
  }
}
.sec-keyword__content .swiper {
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__content .swiper {
    overflow: hidden;
    padding: 0 30px;
  }
}
.sec-keyword__content .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__content .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sec-keyword__content .swiper-pagination {
  display: none;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
  width: calc(100% - 60px);
  height: 8px;
  background: #EFF3FB;
  border-radius: 1000px !important;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__content .swiper-pagination {
    display: block;
  }
}
.sec-keyword__content .swiper-pagination-progressbar-fill {
  background: #0075C4;
  border-radius: 50px !important;
}
.sec-keyword__article {
  max-width: 406px;
  width: 31.23%;
  margin-left: 3.07%;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article {
    max-width: none;
    width: calc(100vw - 60px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}
.sec-keyword__article .ttl {
  font-size: clamp(0px, 1.6923076923vw, 22px);
  color: #0075C4;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .ttl {
    font-size: clamp(16px, 4.2666666667vw, 32px);
  }
}
.sec-keyword__article .txt {
  margin-top: clamp(10px, 1.5384615385vw, 20px);
  font-size: clamp(8px, 1.2307692308vw, 16px);
  font-weight: 500;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .txt {
    margin-top: clamp(17.5px, 4.6666666667vw, 35px);
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.sec-keyword__article .img {
  width: 100%;
  margin-top: clamp(12.5px, 1.9230769231vw, 25px);
  aspect-ratio: 406/360;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .img {
    margin-top: clamp(17.5px, 4.6666666667vw, 35px);
    aspect-ratio: 630/480;
  }
}
.sec-keyword__article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.sec-keyword__article .imgwrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin-top: clamp(12.5px, 1.9230769231vw, 25px);
}
.sec-keyword__article .imgwrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .imgwrap {
    margin-top: clamp(17.5px, 4.6666666667vw, 35px);
  }
}
.sec-keyword__article .imgwrap .img {
  margin-top: 0;
}
.sec-keyword__article .imgwrap .img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 0;
}
.sec-keyword__article .imgwrap:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sec-keyword__article .badge {
  position: absolute;
  right: 10px;
  bottom: 0px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .badge {
    right: 4px;
    bottom: 4px;
    width: 90px;
    height: 90px;
  }
}
.sec-keyword__article .badge p {
  position: relative;
  z-index: 2;
}
.sec-keyword__article .badge__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-keyword__article .badge__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.sec-keyword__article .badge::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: radial-gradient(#0075C4, #fff);
  border-radius: 50%;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .badge::before {
    top: -8px;
    left: -8px;
    width: 90px;
    height: 90px;
  }
}
.sec-keyword__article .badge::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0075C4;
  border-radius: 50%;
  mix-blend-mode: multiply;
  z-index: -1;
}
.sec-keyword__article .badge__txt1 {
  font-size: 13px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .badge__txt1 {
    font-size: 9px;
  }
}
.sec-keyword__article .badge__txt2 {
  margin-top: 5px;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .badge__txt2 {
    font-size: 18px;
  }
}
.sec-keyword__article .badge__txt3 {
  font-size: 23px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .badge__txt3 {
    font-size: 14px;
  }
}
.sec-keyword__article .badge__txt3 span {
  font-size: 46px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .badge__txt3 span {
    font-size: 27px;
  }
}
.sec-keyword__article .badge__txt4 {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .badge__txt4 {
    font-size: 13px;
  }
}
.sec-keyword__article .link {
  margin-top: 20px;
}
.sec-keyword__article .c-btn-more {
  max-width: 196px;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .c-btn-more {
    max-width: 224px;
    margin-inline: auto;
  }
}
.sec-keyword__article .c-btn-more__txt {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .c-btn-more__txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article .c-btn-more__arrow svg {
    width: 14px;
    height: 10px;
  }
}
.sec-keyword__article--nogap {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .sec-keyword__article--nogap {
    margin-left: 0;
  }
}
.sec-keyword--02 .sec-keyword__list #value2-01 {
  margin-left: 16.76%;
  margin-bottom: clamp(55px, 8.4615384615vw, 110px);
}
@media only screen and (max-width: 767px) {
  .sec-keyword--02 .sec-keyword__list #value2-01 {
    margin: 0;
  }
}
.sec-keyword--02 .sec-keyword__list #value2-02 {
  margin-bottom: clamp(55px, 8.4615384615vw, 110px);
}
@media only screen and (max-width: 767px) {
  .sec-keyword--02 .sec-keyword__list #value2-02 {
    margin-bottom: 0;
  }
}
.sec-keyword--02 .sec-keyword__list #value2-03 {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .sec-keyword--02 .sec-keyword__list #value2-03 {
    margin-left: 0px;
  }
}
.sec-keyword--03 .sec-keyword__list #value3-01 {
  margin-left: 16.76%;
  margin-bottom: clamp(55px, 8.4615384615vw, 110px);
}
@media only screen and (max-width: 767px) {
  .sec-keyword--03 .sec-keyword__list #value3-01 {
    margin: 0;
  }
}
.sec-keyword--03 .sec-keyword__list #value3-02 {
  margin-bottom: clamp(55px, 8.4615384615vw, 110px);
}
@media only screen and (max-width: 767px) {
  .sec-keyword--03 .sec-keyword__list #value3-02 {
    margin-bottom: 0;
  }
}
.sec-keyword--03 .sec-keyword__list #value3-03 {
  margin-left: 16.76%;
}
@media only screen and (max-width: 767px) {
  .sec-keyword--03 .sec-keyword__list #value3-03 {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------------------
  #sec-pagenation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-pagenation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: clamp(0px, 5.7291666667vw, 110px) clamp(0px, 4.6875vw, 90px);
}
@media only screen and (max-width: 767px) {
  .sec-pagenation {
    margin: 0 0 50px;
  }
}
.sec-pagenation::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #0075C4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-pagenation::before {
    height: 100%;
  }
}
.sec-pagenation__link {
  width: 50%;
}
.sec-pagenation__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-pagenation__link--prev a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sec-pagenation__link--prev .sec-pagenation__ico {
  margin: 0 clamp(20px, 3.0769230769vw, 40px) 0 0;
}
.sec-pagenation__link--prev .c-btn-ico__arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.sec-pagenation__link--next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec-pagenation__ico {
  width: clamp(35px, 5.3846153846vw, 70px);
  height: clamp(35px, 5.3846153846vw, 70px);
  margin-left: clamp(20px, 3.0769230769vw, 40px);
}
@media only screen and (max-width: 860px) {
  .sec-pagenation__ico {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
}
.sec-pagenation__ico svg {
  width: clamp(11px, 1.6923076923vw, 22px);
  height: auto;
  translate: 0 -15%;
}
@media only screen and (max-width: 767px) {
  .sec-pagenation__ico {
    width: 25px;
    height: 25px;
  }
  .sec-pagenation__ico svg {
    width: 8px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pagenation__num {
    display: none;
  }
}
.sec-pagenation__hdg {
  position: relative;
  margin-left: clamp(10px, 1.5384615385vw, 20px);
  font-size: clamp(10px, 1.5384615385vw, 20px);
  font-weight: 500;
  color: #0075C4;
  letter-spacing: 0.4rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .sec-pagenation__hdg {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pagenation__hdg {
    margin-left: 0;
    font-size: clamp(9px, 4.347826087vw, 18px);
  }
}
.sec-pagenation__hdg small {
  display: block;
  margin-top: 5px;
  font-size: clamp(4px, 1.9323671498vw, 8px);
  letter-spacing: 0.15rem;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=solaie-value.css.map */