@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.service {
  padding-bottom: 70px;
}

.service-flex {
  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;
}

.service-flex_l {
  width: 51.5%;
}

.service-flex_r {
  width: 44.3%;
}

.service-text {
  margin-top: 15px;
}

.green-bg {
  margin-top: 45px;
  padding: 40px 40px 45px 44px;
  background: #e1f3ef;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 82, 179, 0.2);
          box-shadow: 0 5px 10px rgba(0, 82, 179, 0.2);
}

.green-ttl {
  font-size: 30px;
  font-weight: 700;
  color: #231815;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e921), to(#f7e921));
  background-image: linear-gradient(#f7e921, #f7e921);
  background-size: 100% 25%;
  background-position: 0 72%;
  background-repeat: no-repeat;
}

.green-text {
  margin-top: 20px;
  font-size: 18px;
}

.green-flex {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.green-item {
  width: 25%;
}
.green-item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.green-item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.grenn-item_img {
  width: 77.42%;
  margin: 0 auto;
}

.green-item_ttl {
  width: 169px;
  margin-top: 30px;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e921), to(#f7e921));
  background-image: linear-gradient(#f7e921, #f7e921);
  background-size: 100% 25%;
  background-position: 0 72%;
  background-repeat: no-repeat;
}

.green-item_text {
  margin-top: 5px;
  font-size: 18px;
}

.main-office {
  margin-top: 70px;
  padding: 40px 0 65px;
  background: #f3f7f9;
}

.main-office_wrap {
  max-width: 955px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-office_contact {
  margin-top: 52px;
}

.main-office_inner {
  padding: 0 16px;
}

.main-office_contact-text {
  margin-top: 15px;
}

.panel {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.panel_img {
  width: 59.79%;
}

.panel_text {
  width: 39.5%;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 1.17;
}

.achievement {
  margin-top: 48px;
}

.bold-ttl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #231815;
}
.bold-ttl span {
  font-size: 20px;
}

.x-scroll {
  overflow-x: auto;
}

.achievement-table {
  width: 701px;
  margin-top: 20px;
  color: #000;
}
.achievement-table .fixed {
  width: 146px;
  padding: 2px 26px;
  text-align: right;
  position: sticky;
  left: 0;
}
.achievement-table .fixed:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
.achievement-table tr:nth-child(odd) .achievement-table_th {
  background: #e7e7e7;
}
.achievement-table tr:nth-child(odd) .achievement-table_th:first-child {
  background: #5aaca2;
}
.achievement-table tr:nth-child(odd) .achievement-table_td {
  background: #e7e7e7;
}
.achievement-table tr:nth-child(odd) .achievement-table_td:first-child {
  background: #5aaca2;
}
.achievement-table tr:nth-child(even) .achievement-table_th {
  background: #FFF;
}
.achievement-table tr:nth-child(even) .achievement-table_td {
  background: #FFF;
}
.achievement-table tr:nth-child(even) .achievement-table_td:first-child {
  background: #a1d0ca;
}
.achievement-table tr:last-child .achievement-table_td {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
.achievement-table tr:last-child .achievement-table_td:first-child {
  font-weight: 300;
}
.achievement-table tr:last-child .fixed {
  padding: 15px 26px;
}

.achievement-table_th {
  width: 111px;
  padding: 2px 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle;
  border-right: 1px solid #aeaeae;
}
.achievement-table_th:last-child {
  border: none;
}

.achievement-table_th--center {
  text-align: center !important;
}

.achievement-table_td {
  width: 111px;
  padding: 9px 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  border-right: 1px solid #aeaeae;
  vertical-align: middle;
}
.achievement-table_td:last-child {
  border: none;
}

.achievement-table_td--white {
  background: #FFF !important;
}

.electric {
  margin-top: 60px;
}

.electric-graf {
  margin-top: 10px;
}

.electric_img {
  width: 825px;
}

.electric-flex {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.electric_l {
  width: 53.8%;
}

.electric_r {
  width: 35%;
  margin-left: 5.9%;
}

.contact-btn {
  margin-top: 50px;
  text-align: center;
}
.contact-btn a {
  padding: 12px 30px 12px 45px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  display: inline-block;
  color: #006e46;
  background: #e6e921;
  display: inline-block;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 82, 179, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 82, 179, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-btn a span {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-btn a:hover {
  color: #FFF;
  background: #006e46;
}
.contact-btn a:hover span {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.colab {
  margin-top: 55px;
  padding: 30px 25px 20px;
  border: 4px solid #389dd1;
  border-radius: 10px;
}

.colab-img {
  max-width: 885px;
  margin: 0 auto;
}

.colab-text {
  margin-top: 28px;
  text-align: center;
  line-height: 1.6;
}
.colab-text span {
  padding: 0 0 0 12px;
  color: #FFF;
  letter-spacing: -0.05em;
  display: inline-block;
  background: #389dd1;
  border-radius: 20px;
}

.colab-bold {
  margin-top: 17px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}

.colab-flex {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colab-l {
  width: 61.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colab-l_img {
  width: 24.32%;
  margin: -10px 0 0 2%;
}

.colab-l_textarea {
  width: 70%;
}

.colab-l_list li {
  padding-left: 33px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.6;
  color: #389dd1;
  position: relative;
}
.colab-l_list li::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../../energy-solution/img/colab_check.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.colab-real {
  margin-top: 15px;
}

.colab-real_text {
  font-size: 18px;
  text-align: center;
}

.colab-real_list {
  margin: 15px auto 0;
  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 10px;
}
.colab-real_list li {
  width: 108px;
  padding: 5px 0;
  text-align: center;
  letter-spacing: -0.075em;
  border: 1px solid #000;
  border-radius: 18px;
}

.colab-r {
  width: 36.4%;
  margin-top: -16px;
  padding-right: 2%;
}

.colab-partner {
  margin-top: 22px;
}

.colab-partner_ttl {
  position: relative;
}
.colab-partner_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #595757;
  position: absolute;
  top: 50%;
  left: 0;
}
.colab-partner_ttl span {
  padding-right: 15px;
  font-size: 16px;
  display: inline-block;
  background: #FFF;
  position: relative;
  z-index: 2;
}

.colab-partner_logo {
  margin-top: 5px;
}

.colab-partner_address {
  margin-top: 13px;
  font-size: 16px;
  letter-spacing: 0;
}

.ao-btn {
  text-align: center;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .service {
    padding-bottom: 30px;
  }
  .service-flex {
    display: block;
  }
  .service-flex_l {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 15px;
  }
  .service-flex_r {
    width: 100%;
    padding: 0 5px;
  }
  .service-text {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
  }
  .green-bg {
    margin-top: 20px;
    padding: 16px;
  }
  .green-ttl {
    font-size: 22px;
  }
  .green-text {
    margin-top: 20px;
  }
  .green-flex {
    margin-top: 15px;
    display: block;
  }
  .green-item {
    width: 100%;
    margin-top: 10px;
    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;
  }
  .green-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .green-item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .green-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .green-item:first-child {
    margin-top: 0;
  }
  .grenn-item_img {
    width: 44.83%;
    margin: 0;
  }
  .green-item_textarea {
    width: 46.9%;
  }
  .green-item_ttl {
    width: auto;
    margin-top: 0;
    font-size: 20px;
    display: block;
  }
  .green-item_text {
    margin-top: 5px;
    font-size: 18px;
  }
  .main-office {
    margin-top: 30px;
    padding: 20px 0 20px;
  }
  .main-office_wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .main-office_contact {
    margin-top: 30px;
  }
  .main-office_inner {
    padding: 0 10px;
  }
  .main-office_inner .bold-ttl {
    padding: 0 16px;
  }
  .main-office_contact-text {
    margin-top: 15px;
    padding: 0 16px;
    font-size: 14px;
  }
  .panel {
    margin-top: 12px;
    display: block;
    background: #FFF;
  }
  .panel_img {
    width: 100%;
  }
  .panel_img img {
    width: 100%;
  }
  .panel_text {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .achievement {
    margin-top: 26px;
  }
  .bold-ttl {
    font-size: 17px;
  }
  .bold-ttl span {
    font-size: 14px;
  }
  .achievement-table {
    width: 468px;
    margin-top: 20px;
  }
  .achievement-table .fixed {
    width: 97px;
    padding: 2px 15px;
  }
  .achievement-table tr:last-child .achievement-table_td {
    padding: 15px 0;
    font-size: 12px;
  }
  .achievement-table tr:last-child .fixed {
    padding: 15px 26px;
  }
  .achievement-table_th {
    width: 74px;
    padding: 2px 0;
    font-size: 12px;
  }
  .achievement-table_td {
    width: 74px;
    padding: 9px 0;
    font-size: 12px;
  }
  .electric {
    margin-top: 28px;
  }
  .electric-graf {
    margin-top: 7px;
  }
  .electric_img {
    width: 564px;
  }
  .electric-flex {
    margin-top: 20px;
    display: block;
  }
  .electric_l {
    width: 100%;
  }
  .electric_r {
    width: 100%;
    margin: 25px 0 0;
    text-align: center;
  }
  .contact-btn {
    margin-top: 20px;
  }
  .contact-btn a {
    padding: 10px 30px 9px;
    font-size: 16px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .contact-btn a span {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .contact-btn a:hover {
    color: #006e46;
    background: #e6e921;
  }
  .contact-btn a:hover span {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .colab {
    margin-top: 20px;
    padding: 30px 20px 20px;
    border: 2px solid #389dd1;
  }
  .colab-img {
    max-width: 885px;
    margin: 0 auto;
  }
  .colab-text {
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }
  .colab-text span {
    width: 240px;
    margin: 0 auto;
    padding: 2px 0 1px;
    font-size: 13px;
    letter-spacing: -0.05em;
    display: block;
    border-radius: 5px;
  }
  .colab-bold {
    margin-top: 22px;
    font-size: 18px;
    letter-spacing: -0.025em;
  }
  .colab-flex {
    margin-top: 10px;
    display: block;
  }
  .colab-l {
    width: 100%;
    display: block;
  }
  .colab-l_img {
    width: 240px;
    margin: 10px 0 0 12%;
  }
  .colab-l_textarea {
    width: 100%;
  }
  .colab-l_list {
    margin-top: 15px;
  }
  .colab-l_list li {
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.7;
  }
  .colab-l_list li::before {
    width: 20px;
    height: 20px;
  }
  .colab-real {
    margin-top: 16px;
  }
  .colab-real_text {
    font-size: 12px;
  }
  .colab-real_list {
    max-width: 220px;
    margin: 8px auto 0;
    gap: 5px 5px;
  }
  .colab-real_list li {
    width: 70px;
    padding: 4px 0;
    font-size: 11px;
    border-radius: 18px;
  }
  .colab-r {
    width: 100%;
    margin-top: -16px;
    padding-right: 2%;
  }
  .colab-partner {
    margin-top: 46px;
  }
  .colab-partner_ttl span {
    padding-right: 7px;
    font-size: 11px;
  }
  .colab-partner_logo {
    width: 95%;
    margin-top: 8px;
  }
  .colab-partner_address {
    margin-top: 13px;
    font-size: 11px;
    text-align: center;
  }
}
/* -------------------sp END------------------------------- */