@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
.lg-in {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.lg-alt {
  display: none;
}

.lg-sp-inline,
.lg-sp-inline-block,
.lg-sp-block {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .lg-large-inline,
.lg-large-inline-block,
.lg-large-block {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .lg-sp-inline {
    display: inline;
  }
  .lg-sp-inline-block {
    display: inline-block;
  }
  .lg-sp-block {
    display: block;
  }
  .lg-pc-inline,
.lg-pc-inline-block,
.lg-pc-block {
    display: none;
  }
}
.g-breadcrumbs {
  position: relative;
  width: auto;
  margin: 0 -15px;
  padding: 12px 15px;
  background-color: #eeeeee;
  border-top: 1px solid #e5e5e5;
}

.lg-main {
  margin: 0 -15px;
  color: #333333;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media only screen and (max-width: 768px) {
  .lg-main {
    margin: -20px -15px 0;
  }
}
.lg-main a:hover {
  opacity: 0.75;
}

.lg-kv {
  width: 100%;
  height: 550px;
  padding: 40px 15px 0;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_kv jpg') no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .lg-kv {
    height: 103.5897435897vw;
    padding: 7.6923076923vw 0 0;
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_kv_sp jpg');
  }
}
.lg-kv__ttl {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4166666667;
}
@media only screen and (max-width: 768px) {
  .lg-kv__ttl {
    font-size: 6.1538461538vw;
  }
}
.lg-kv__ttl > strong {
  display: block;
  margin-bottom: 12px;
  color: #079245;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .lg-kv__ttl > strong {
    margin-bottom: 1.5384615385vw;
  }
}
.lg-kv__ttl > span {
  display: block;
}
.lg-kv__ttl > span:nth-of-type(1) {
  font-size: 43px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
  .lg-kv__ttl > span:nth-of-type(1) {
    font-size: 5.1282051282vw;
    letter-spacing: 0;
  }
}
.lg-kv__ttl > span:nth-of-type(2) {
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 768px) {
  .lg-kv__ttl > span:nth-of-type(2) {
    font-size: 5.641025641vw;
    letter-spacing: 0.025em;
  }
}
.lg-kv__links {
  display: flex;
  justify-content: space-between;
  width: 710px;
  margin: 22px auto 0;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links {
    flex-direction: column;
    width: auto;
    margin: 4.1025641026vw 7.6923076923vw 0;
  }
}
.lg-kv__links p {
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p {
    width: 100%;
  }
  .lg-kv__links p:not(:first-child) {
    margin-top: 6.1538461538vw;
  }
}
.lg-kv__links p > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 70px;
  border: 3px solid #ffffff;
  border-radius: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p > a {
    width: 100%;
    height: 16.4102564103vw;
    border-radius: 8.2051282051vw;
    font-size: 4.6153846154vw;
  }
}
.lg-kv__links p > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p > a:after {
    right: 4.1025641026vw;
    width: 8.4615384615vw;
    height: 8.4615384615vw;
    border-radius: 4.2307692308vw;
  }
}
.lg-kv__links p:nth-child(1) > a {
  padding: 0 38px 0 0;
  background-color: #fdf74e;
  color: #079245;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p:nth-child(1) > a {
    padding: 0 5.641025641vw 0 0;
  }
}
.lg-kv__links p:nth-child(1) > a:after {
  background: #ffffff url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_link svg') no-repeat center center;
  background-size: 16px auto;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p:nth-child(1) > a:after {
    background-size: 3.4615384615vw auto;
  }
}
.lg-kv__links p:nth-child(2) > a {
  padding: 0 32px 8px 0;
  background-color: #079245;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p:nth-child(2) > a {
    padding: 0 4.6153846154vw 1.5384615385vw 0;
  }
}
.lg-kv__links p:nth-child(2) > a small {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p:nth-child(2) > a small {
    font-size: 3.2051282051vw;
  }
}
.lg-kv__links p:nth-child(2) > a:after {
  background: #ffffff url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_download svg') no-repeat center center;
  background-size: 19px auto;
}
@media only screen and (max-width: 768px) {
  .lg-kv__links p:nth-child(2) > a:after {
    background-size: 4.1025641026vw auto;
  }
}

.lg-feature {
  position: relative;
  padding: 198px 15px 100px;
  background-color: #17a758;
}
@media only screen and (max-width: 768px) {
  .lg-feature {
    padding: 76.4102564103vw 7.6923076923vw 14.6153846154vw;
  }
}
.lg-feature__nav {
  position: absolute;
  left: 50%;
  top: -118px;
  width: 100%;
  max-width: 1000px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav {
    width: 96.1538461538vw;
    top: -11.3461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav {
    top: -17.6923076923vw;
    width: 87.6923076923vw;
  }
}
.lg-feature__nav ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul {
    flex-wrap: wrap;
  }
}
.lg-feature__nav ul li {
  width: 236px;
  height: 236px;
  padding: 2px;
  border-radius: 118px;
  background-color: #079245;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li {
    width: 22.6923076923vw;
    height: 22.6923076923vw;
    border-radius: 11.3461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li {
    width: 41.0256410256vw;
    height: 41.0256410256vw;
    border-radius: 20.5128205128vw;
  }
  .lg-feature__nav ul li:nth-child(n+3) {
    margin-top: 5.641025641vw;
  }
}
.lg-feature__nav ul li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  text-decoration: none !important;
  color: #333333;
  font-weight: bold;
}
.lg-feature__nav ul li > a em {
  color: #079245;
  font-style: normal;
}
.lg-feature__nav ul li > a:before {
  position: absolute;
  left: 84px;
  top: -49px;
  width: 67px;
  height: 74px;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li > a:before {
    left: -2.0512820513vw;
    top: -4.1025641026vw;
    width: 14.7435897436vw;
    height: 14.4871794872vw;
    background-size: contain;
  }
}
.lg-feature__nav ul li:nth-child(1) > a {
  padding-top: 118px;
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_feature_nav_1 png');
  font-size: 15px;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(1) > a {
    padding-top: 11.3461538462vw;
    font-size: 1.4423076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(1) > a {
    padding-top: 20.5128205128vw;
    font-size: 2.5641025641vw;
  }
}
.lg-feature__nav ul li:nth-child(1) > a em {
  font-size: 17px;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(1) > a em {
    font-size: 1.6346153846vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(1) > a em {
    font-size: 2.9487179487vw;
    line-height: 1.4;
  }
}
.lg-feature__nav ul li:nth-child(1) > a:before {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_1 png');
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(1) > a:before {
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_1_sp png');
  }
}
.lg-feature__nav ul li:nth-child(2) > a {
  padding-top: 134px;
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_feature_nav_2 png');
  font-size: 16px;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(2) > a {
    padding-top: 12.8846153846vw;
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(2) > a {
    padding-top: 23.0769230769vw;
    font-size: 2.5641025641vw;
  }
}
.lg-feature__nav ul li:nth-child(2) > a em {
  font-size: 20px;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(2) > a em {
    font-size: 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(2) > a em {
    font-size: 3.4615384615vw;
  }
}
.lg-feature__nav ul li:nth-child(2) > a:before {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_2 png');
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(2) > a:before {
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_2_sp png');
  }
}
.lg-feature__nav ul li:nth-child(3) > a {
  padding-top: 132px;
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_feature_nav_3 png');
  font-size: 15px;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(3) > a {
    padding-top: 12.6923076923vw;
    font-size: 1.4423076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(3) > a {
    padding-top: 23.0769230769vw;
    font-size: 2.5641025641vw;
  }
}
.lg-feature__nav ul li:nth-child(3) > a em {
  font-size: 20px;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(3) > a em {
    font-size: 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(3) > a em {
    font-size: 3.4615384615vw;
  }
}
.lg-feature__nav ul li:nth-child(3) > a:before {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_3 png');
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(3) > a:before {
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_3_sp png');
  }
}
.lg-feature__nav ul li:nth-child(4) > a {
  padding-top: 128px;
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_feature_nav_4 png');
  font-size: 16px;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(4) > a {
    padding-top: 12.3076923077vw;
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(4) > a {
    padding-top: 22.5641025641vw;
    font-size: 2.5641025641vw;
  }
}
.lg-feature__nav ul li:nth-child(4) > a em {
  font-size: 19px;
  line-height: 1.4;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__nav ul li:nth-child(4) > a em {
    font-size: 1.8269230769vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(4) > a em {
    font-size: 3.2051282051vw;
  }
}
.lg-feature__nav ul li:nth-child(4) > a:before {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_4 png');
}
@media only screen and (max-width: 768px) {
  .lg-feature__nav ul li:nth-child(4) > a:before {
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_nav_4_sp png');
  }
}
.lg-feature__ttl {
  text-align: center;
  color: #fdf74e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}
@media only screen and (max-width: 1040px) {
  .lg-feature__ttl {
    font-size: 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature__ttl {
    font-size: 5.641025641vw;
    line-height: 1.2272727273;
  }
}
.lg-feature__catch {
  margin-top: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 768px) {
  .lg-feature__catch {
    margin-top: 3.5897435897vw;
    text-align: left;
    font-size: 3.4615384615vw;
    line-height: 1.7857142857;
  }
}
.lg-feature__body {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .lg-feature__body {
    margin-top: 16.6666666667vw;
  }
}
.lg-feature-item:not(:first-child) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lg-feature-item:not(:first-child) {
    margin-top: 16.6666666667vw;
  }
}
.lg-feature-item__box {
  position: relative;
  padding: 60px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .lg-feature-item__box {
    padding: 8.4615384615vw 5.1282051282vw 6.6666666667vw;
  }
}
.lg-feature-item__num {
  position: absolute;
  left: -28px;
  top: -26px;
  width: 117px;
  height: 116px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1040px) {
  .lg-feature-item__num {
    left: -2.6923076923vw;
    top: -2.5vw;
    width: 11.25vw;
    height: 11.1538461538vw;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature-item__num {
    left: -4.8717948718vw;
    top: -11.0256410256vw;
    width: 19.8717948718vw;
    height: 19.8717948718vw;
  }
}
.lg-feature-item:nth-child(1) .lg-feature-item__num {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_num_1 png');
}
.lg-feature-item:nth-child(2) .lg-feature-item__num {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_num_2 png');
}
.lg-feature-item:nth-child(3) .lg-feature-item__num {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_num_3 png');
}
.lg-feature-item:nth-child(4) .lg-feature-item__num {
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_feature_num_4 png');
}
.lg-feature-item__ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 1040px) {
  .lg-feature-item__ttl {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-feature-item__ttl {
    font-size: 4.6153846154vw;
    line-height: 1.5;
  }
}
.lg-feature-item__ttl em {
  color: #079245;
  font-weight: 700;
  font-style: normal;
}
.lg-feature-item__figure {
  margin: 36px 0 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .lg-feature-item__figure {
    margin: 4.6153846154vw 0 0 0;
  }
}
.lg-feature-item__figure picture,
.lg-feature-item__figure img {
  max-width: 100%;
}
.lg-feature-item__txt {
  max-width: 622px;
  margin: 38px auto 0;
  font-size: 16px;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .lg-feature-item__txt {
    max-width: none;
    margin: 6.1538461538vw 0 0;
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}

.lg-document {
  padding: 55px 15px 58px;
  background-color: #fef68c;
}
@media only screen and (max-width: 768px) {
  .lg-document {
    padding: 8.4615384615vw 7.6923076923vw 8.9743589744vw;
  }
}
.lg-document__ttl {
  padding: 0 0 44px 0;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_document_ttl svg') no-repeat center bottom;
  text-align: center;
  color: #079245;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .lg-document__ttl {
    padding: 0 0 4.8717948718vw 0;
    background-size: auto 4.358974359vw;
    font-size: 3.5256410256vw;
    font-weight: 700;
  }
}
.lg-document__container {
  display: flex;
  justify-content: space-between;
  max-width: 794px;
  margin: 26px auto 0;
}
@media only screen and (max-width: 1040px) {
  .lg-document__container {
    width: 76.3461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-document__container {
    flex-direction: column;
    margin: 8.4615384615vw auto 0;
  }
}
.lg-document__thumb {
  position: relative;
  width: 373px;
  margin: 0;
}
@media only screen and (max-width: 1040px) {
  .lg-document__thumb {
    width: 35.8653846154vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-document__thumb {
    width: 71.7307692308vw;
    margin: 0 auto;
  }
}
.lg-document__thumb > img {
  max-width: 100%;
}
.lg-document__thumb figcaption {
  position: absolute;
  left: -94px;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border-radius: 56px;
  background-color: #f4a307;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1040px) {
  .lg-document__thumb figcaption {
    left: -9.0384615385vw;
    top: -0.3846153846vw;
    width: 10.7692307692vw;
    height: 10.7692307692vw;
    border-radius: 5.3846153846vw;
    font-size: 2.3076923077vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-document__thumb figcaption {
    left: -13.0769230769vw;
    top: 2.0512820513vw;
    width: 17.3076923077vw;
    height: 17.3076923077vw;
    border-radius: 8.6538461538vw;
    font-size: 4.1025641026vw;
  }
}
.lg-document__content {
  width: calc(100% - 373px - 46px);
}
@media only screen and (max-width: 1040px) {
  .lg-document__content {
    width: calc( 100% - 35.8653846154vw - 46px );
  }
}
@media only screen and (max-width: 768px) {
  .lg-document__content {
    width: 100%;
  }
}
.lg-document__catch {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.76;
}
@media only screen and (max-width: 768px) {
  .lg-document__catch {
    font-size: 3.2051282051vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-document__catch {
    text-align: center;
    font-size: 4.358974359vw;
    line-height: 1.7647058824;
  }
}
.lg-document__txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .lg-document__txt {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}
.lg-document__link {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .lg-document__link {
    margin-top: 4.358974359vw;
  }
}
.lg-document__link > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background-color: #079245;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .lg-document__link > a {
    height: 14.1025641026vw;
    border-radius: 7.0512820513vw;
    font-size: 4.1025641026vw;
  }
}
.lg-document__link > a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 18px;
  height: 17px;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_download_w svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-document__link > a:after {
    right: 6.1538461538vw;
    width: 4.8717948718vw;
    height: 4.4871794872vw;
  }
}

.lg-issue {
  padding: 98px 15px 88px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .lg-issue {
    padding: 15.3846153846vw 7.6923076923vw 11.5384615385vw;
  }
}
.lg-issue__ttl {
  text-align: center;
  color: #079245;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 768px) {
  .lg-issue__ttl {
    font-size: 5.5128205128vw;
    line-height: 1.5555555556;
  }
}
.lg-issue__ttl > span {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  color: #333333;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .lg-issue__ttl > span {
    margin-bottom: 4.1025641026vw;
    font-size: 3.8461538462vw;
    line-height: 1.5333333333;
  }
}
.lg-issue__ttl > span:before, .lg-issue__ttl > span:after {
  position: absolute;
  top: 2px;
  width: 24px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-issue__ttl > span:before, .lg-issue__ttl > span:after {
    top: 1.5384615385vw;
    width: 6.1538461538vw;
    height: 9.8717948718vw;
  }
}
.lg-issue__ttl > span:before {
  left: -36px;
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_issue_ttl_l svg');
}
@media only screen and (max-width: 768px) {
  .lg-issue__ttl > span:before {
    left: -8.2051282051vw;
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_issue_ttl_l_sp svg');
  }
}
.lg-issue__ttl > span:after {
  right: -36px;
  background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_issue_ttl_r svg');
}
@media only screen and (max-width: 768px) {
  .lg-issue__ttl > span:after {
    right: -8.2051282051vw;
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_issue_ttl_r_sp svg');
  }
}
.lg-issue__container {
  display: flex;
  justify-content: space-between;
  max-width: 756px;
  margin: 36px auto 0;
}
@media only screen and (max-width: 768px) {
  .lg-issue__container {
    flex-direction: column;
    margin: 9.2307692308vw 0 0;
  }
}
.lg-issue-item {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .lg-issue-item {
    width: 100%;
  }
  .lg-issue-item:not(:first-child) {
    margin-top: 9.7435897436vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-issue-item__heading {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.lg-issue-item__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 132px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .lg-issue-item__ttl {
    width: 56.4102564103vw;
    height: 28.2051282051vw;
  }
}
.lg-issue-item__ttl:after {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 16px solid #ffffff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  transform: translateX(-50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-issue-item__ttl:after {
    left: auto;
    right: 100%;
    top: 50%;
    border-left: 0;
    border-top: 2.6923076923vw solid transparent;
    border-bottom: 2.6923076923vw solid transparent;
    border-right: 2.6923076923vw solid #ffffff;
    transform: translateY(-50%);
  }
}
.lg-issue-item__ttl > span {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 768px) {
  .lg-issue-item__ttl > span {
    font-size: 4.1025641026vw;
    line-height: 1.5625;
  }
}
.lg-issue-item__ttl > span > em {
  background: linear-gradient(transparent 60%, #ffffb2 60%);
  font-weight: 700;
  font-style: normal;
}
.lg-issue-item__icon {
  width: 148px;
  margin: 38px auto 0;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .lg-issue-item__icon {
    width: 21.5384615385vw;
    margin: 0;
  }
}
.lg-issue-item__icon > img {
  max-width: 100%;
}
.lg-issue-item__txt {
  margin: 24px 0 0 0;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .lg-issue-item__txt {
    margin: 5.3846153846vw 0 0 0;
    font-size: 3.3333333333vw;
    line-height: 1.7307692308;
  }
}
.lg-issue__resolution {
  display: block;
  padding: 58px 0 0;
  margin: 34px 0 0 0;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_issue_resolution png') no-repeat center top;
  text-align: center;
  font-size: 34px;
  line-height: 1.5882352941;
}
@media only screen and (max-width: 1040px) {
  .lg-issue__resolution {
    font-size: 3.2692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-issue__resolution {
    padding: 11.5384615385vw 0 0;
    margin: 8.2051282051vw 0 0 0;
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_issue_resolution_sp svg');
    background-size: auto 6.1538461538vw;
    font-size: 5.8974358974vw;
    line-height: 1.3913043478;
  }
}

.lg-solution {
  padding: 88px 15px;
  background-color: #0c3d3d;
}
@media only screen and (max-width: 768px) {
  .lg-solution {
    padding: 13.8461538462vw 0 15.641025641vw;
  }
}
.lg-solution__ttl {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.8666666667;
}
@media only screen and (max-width: 1040px) {
  .lg-solution__ttl {
    font-size: 2.8846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-solution__ttl {
    font-size: 5.1282051282vw;
    line-height: 1.75;
  }
}
.lg-solution__ttl strong {
  font-size: 38px;
}
@media only screen and (max-width: 1040px) {
  .lg-solution__ttl strong {
    font-size: 3.6538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-solution__ttl strong {
    font-size: 5.1282051282vw;
  }
}
@media only screen and (max-width: 768px) {
  .lg-solution__ttl strong > span {
    letter-spacing: -0.06em;
  }
}
.lg-solution__lead {
  margin: 12px 0 0 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 768px) {
  .lg-solution__lead {
    margin: 3.8461538462vw 7.6923076923vw 0;
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}
.lg-solution__container {
  margin-top: 58px;
}
@media only screen and (max-width: 768px) {
  .lg-solution__container {
    margin: 6.4102564103vw 0 0 0;
  }
}
.lg-solution__steps {
  margin: 56px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .lg-solution__steps {
    margin: 10.2564102564vw 0 0 0;
  }
}
.lg-solution-item:not(:first-child) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-item:not(:first-child) {
    margin: 10.2564102564vw 0 0 0;
  }
}
.lg-solution-item__box {
  padding: 56px 70px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .lg-solution-item__box {
    padding: 11.5384615385vw 7.6923076923vw;
  }
}
.lg-solution-item__ttl {
  text-align: center;
  color: #0c3d3d;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-solution-item__ttl {
    font-size: 5.641025641vw;
  }
}
.lg-solution-item__txt {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .lg-solution-item__txt {
    margin-top: 4.1025641026vw;
    text-align: left;
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}
.lg-solution-item__steps {
  margin-top: 54px;
}
.lg-solution-step {
  position: relative;
  padding: 85px 0 0 0;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_solution_step png') no-repeat right top;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step {
    margin-left: -7.6923076923vw;
    padding: 8.9743589744vw 0 0 7.6923076923vw;
    background-image: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_solution_step_sp png');
    background-size: auto 15.1282051282vw;
  }
}
.lg-solution-step:not(:first-child) {
  margin-top: 114px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step:not(:first-child) {
    margin-top: 9.6153846154vw;
  }
}
.lg-solution-step__num {
  position: absolute;
  right: 0;
  top: 0;
  color: #0c3d3d;
  font-size: 32px;
  font-family: "Century Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__num {
    font-size: 5.641025641vw;
  }
}
.lg-solution-step__in {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__in {
    flex-direction: column;
  }
}
.lg-solution-step__thumb {
  width: 410px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__thumb {
    width: 100%;
  }
}
.lg-solution-step__thumb > img {
  max-width: 100%;
}
.lg-solution-step__thumb--1-1 > img {
  width: 315px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__thumb--1-1 > img {
    width: 56.4102564103vw;
  }
}
.lg-solution-step__thumb--1-2 > img {
  width: 311px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__thumb--1-2 > img {
    width: 57.4358974359vw;
  }
}
.lg-solution-step__thumb--2-1 > img {
  width: 319px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__thumb--2-1 > img {
    width: 55vw;
  }
}
.lg-solution-step__thumb--2-2 > img {
  width: 337px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__thumb--2-2 > img {
    width: 62.9487179487vw;
  }
}
.lg-solution-step__thumb--3-1 > img {
  width: 373px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__thumb--3-1 > img {
    width: 63.9743589744vw;
  }
}
.lg-solution-step__thumb--3-2 > img {
  width: 394px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__thumb--3-2 > img {
    width: 71.9230769231vw;
  }
}
.lg-solution-step__content {
  width: 430px;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__content {
    width: 100%;
    margin-top: 8.2051282051vw;
  }
}
.lg-solution-step__ttl {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__ttl {
    text-align: center;
    font-size: 4.358974359vw;
  }
}
.lg-solution-step__txt {
  margin-top: 22px;
  padding-right: 100px;
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .lg-solution-step__txt {
    margin-top: 4.6153846154vw;
    padding-right: 0;
    font-size: 3.3333333333vw;
    line-height: 1.9230769231;
  }
}
.lg-solution-services {
  padding: 48px 0 52px;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 768px) {
  .lg-solution-services {
    padding: 7.6923076923vw 0;
  }
}
.lg-solution-services__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-solution-services__ttl {
    font-size: 5.1282051282vw;
  }
}
.lg-solution-services__slider {
  position: relative;
  margin: 32px 55px 0;
}
@media only screen and (max-width: 768px) {
  .lg-solution-services__slider {
    margin: 5.1282051282vw 12.8205128205vw 0;
  }
}
.lg-solution-services__prev, .lg-solution-services__next {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 7px;
  border: 0;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.lg-solution-services__prev {
  left: -30px;
  background: transparent url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_slider_prev png') no-repeat;
}
.lg-solution-services__next {
  right: -30px;
  background: transparent url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_slider_next png') no-repeat;
}
.lg-solution-service {
  position: relative;
  width: 240px;
  padding-bottom: 64px;
  margin: 0 28px;
}
.lg-solution-service__thumb {
  margin: 0;
}
.lg-solution-service__thumb > img {
  width: 100%;
}
.lg-solution-service__info {
  margin-top: 16px;
}
.lg-solution-service__ttl {
  font-size: 15px;
  font-weight: 700;
}
.lg-solution-service__txt {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5384615385;
}
.lg-solution-service__link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.lg-solution-service__link > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #079245;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
.lg-solution-service__link > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 13px;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_download_w svg') no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  content: "";
}

.lg-result {
  padding: 98px 15px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .lg-result {
    padding: 14.1025641026vw 7.6923076923vw 16.9230769231vw;
  }
}
.lg-result__ttl {
  text-align: center;
  color: #079245;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-result__ttl {
    font-size: 5.641025641vw;
    line-height: 1.4772727273;
  }
}
.lg-result__container {
  margin-top: 38px;
}
@media only screen and (max-width: 768px) {
  .lg-result__container {
    margin-top: 5.8974358974vw;
  }
}
.lg-result-item:not(:first-child) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lg-result-item:not(:first-child) {
    margin-top: 7.6923076923vw;
  }
}
.lg-result-item__box {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__box {
    flex-direction: column;
    padding: 5.8974358974vw 7.1794871795vw 7.1794871795vw;
  }
}
.lg-result-item__thumb {
  width: calc(100% - 492px - 30px);
  margin: 0;
}
@media only screen and (max-width: 1040px) {
  .lg-result-item__thumb {
    width: calc(100% - 352px - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .lg-result-item__thumb {
    width: 100%;
    margin-top: 4.1025641026vw;
  }
}
.lg-result-item__thumb > img {
  display: block;
  width: 100%;
}
.lg-result-item__info {
  width: 492px;
}
@media only screen and (max-width: 1040px) {
  .lg-result-item__info {
    width: 352px;
  }
}
@media only screen and (max-width: 768px) {
  .lg-result-item__info {
    width: 100%;
    margin-top: 6.1538461538vw;
  }
}
.lg-result-item__ttl {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__ttl {
    font-size: 4.1025641026vw;
  }
}
.lg-result-item__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
@media only screen and (max-width: 1040px) {
  .lg-result-item__data {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .lg-result-item__data {
    margin-top: 0;
  }
}
.lg-result-item__data > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 74px;
  padding-right: 10px;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_result_dt svg') no-repeat;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4117647059;
  white-space: nowrap;
}
@media only screen and (max-width: 1040px) {
  .lg-result-item__data > dt {
    width: 100%;
    height: 36px;
    padding-right: 0;
    background-image: none;
    background-color: #fef487;
  }
}
@media only screen and (max-width: 768px) {
  .lg-result-item__data > dt {
    height: 8.4615384615vw;
    font-size: 3.3333333333vw;
    line-height: 1;
  }
}
.lg-result-item__data > dd {
  padding-left: 16px;
}
@media only screen and (max-width: 1040px) {
  .lg-result-item__data > dd {
    padding-left: 0;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .lg-result-item__data > dd {
    margin-top: 3.0769230769vw;
  }
}
.lg-result-item__data > dd > dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__data > dd > dl {
    flex-direction: column;
  }
}
.lg-result-item__data > dd > dl > dt {
  font-size: 15px;
  line-height: 1.4666666667;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__data > dd > dl > dt {
    text-align: center;
    font-size: 3.3333333333vw;
    line-height: 1.4615384615;
  }
}
.lg-result-item__data > dd > dl > dd {
  margin-left: 12px;
  padding-left: 6px;
  padding-right: 6px;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_result_dd svg') no-repeat left bottom;
  background-size: 100% auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__data > dd > dl > dd {
    flex-direction: column;
    margin-top: 2.3076923077vw;
    margin-left: 0;
    font-size: 5.641025641vw;
  }
}
.lg-result-item__data > dd > dl > dd > strong {
  margin: 0 0.05em;
  font-size: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: -2px;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__data > dd > dl > dd > strong {
    font-size: 12.8205128205vw;
    vertical-align: -0.05em;
  }
}
.lg-result-item__background {
  margin-top: 16px;
  padding: 12px 20px;
  border: 1px solid #c4cece;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__background {
    margin-top: 5.1282051282vw;
    padding: 3.8461538462vw;
    font-size: 3.0769230769vw;
    line-height: 1.5833333333;
  }
}
.lg-result-item__background dt {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__background dt {
    font-size: 3.3333333333vw;
  }
}
.lg-result-item__background dd {
  margin-top: 2px;
}
.lg-result-item__link {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__link {
    margin-top: 4.6153846154vw;
  }
}
.lg-result-item__link > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background-color: #079245;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .lg-result-item__link > a {
    width: 100%;
    height: 14.1025641026vw;
    border-radius: 7.0512820513vw;
    font-size: 4.1025641026vw;
  }
}
.lg-result-item__link > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 11px;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_link_w svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-result-item__link > a:after {
    right: 5.641025641vw;
    width: 4.1025641026vw;
    height: 3.7179487179vw;
  }
}

.lg-partner {
  padding: 98px 15px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .lg-partner {
    padding: 14.7435897436vw 6.4102564103vw 16.0256410256vw;
  }
}
.lg-partner__ttl {
  text-align: center;
  color: #079245;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-partner__ttl {
    font-size: 5.641025641vw;
  }
}
.lg-partner__txt {
  margin: 6px 0 0;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .lg-partner__txt {
    margin-top: 4.1025641026vw;
    text-align: left;
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}
.lg-partner__list {
  width: 400px;
  margin: 32px auto 0;
}
@media only screen and (max-width: 768px) {
  .lg-partner__list {
    width: 74.6153846154vw;
    margin: 5.641025641vw auto 0;
  }
}
.lg-partner__list li:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .lg-partner__list li:not(:first-child) {
    margin-top: 4.358974359vw;
  }
}
.lg-partner__list li img {
  display: block;
  width: 100%;
}

.lg-contact {
  padding: 110px 15px 80px;
  background: #079245 url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/bg_contact png') no-repeat center top;
  background-size: 100% 27px;
}
@media only screen and (max-width: 768px) {
  .lg-contact {
    padding: 8.9743589744vw 7.6923076923vw;
    background-image: none;
  }
}
.lg-contact__ttl {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6785714286;
}
@media only screen and (max-width: 768px) {
  .lg-contact__ttl {
    font-size: 5.3846153846vw;
    line-height: 1.619047619;
  }
}
.lg-contact__link {
  width: 360px;
  margin: 24px auto 0;
}
@media only screen and (max-width: 768px) {
  .lg-contact__link {
    width: 100%;
    margin-top: 6.4102564103vw;
  }
}
.lg-contact__link > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #f8f25a;
  color: #079245;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .lg-contact__link > a {
    height: 14.1025641026vw;
    border-radius: 7.0512820513vw;
    font-size: 4.1025641026vw;
  }
}
.lg-contact__link > a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 16px;
  height: 14px;
  background: url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_link svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-contact__link > a:after {
    right: 5.641025641vw;
    width: 4.1025641026vw;
    height: 3.7179487179vw;
  }
}

.lg-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background-color: #ffffff;
  transform: translateY(100%);
  transition: transform 0.4s;
}
.lg-fixed.is-visible {
  transform: translateY(0%);
}
.lg-fixed__in {
  padding-top: 21px;
  padding-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__in {
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
  }
}
.lg-fixed__links {
  display: flex;
  justify-content: space-between;
  width: 736px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links {
    width: 92.8205128205vw;
  }
}
.lg-fixed__links li {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li {
    width: 44.8717948718vw;
  }
}
.lg-fixed__links li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  border-radius: 33px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li > a {
    height: 9.4871794872vw;
    border-radius: 4.7435897436vw;
    font-size: 3.0769230769vw;
  }
}
.lg-fixed__links li > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li > a:after {
    right: 1.9230769231vw;
    width: 5.8974358974vw;
    height: 5.8974358974vw;
    border-radius: 2.9487179487vw;
  }
}
.lg-fixed__links li:nth-child(1) > a {
  padding: 0 8px 0 0;
  background-color: #fdf74e;
  color: #079245;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li:nth-child(1) > a {
    padding: 0 4.6153846154vw 0 0;
  }
}
.lg-fixed__links li:nth-child(1) > a:after {
  background: #ffffff url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_link svg') no-repeat center center;
  background-size: 16px auto;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li:nth-child(1) > a:after {
    background-size: 2.4358974359vw auto;
  }
}
.lg-fixed__links li:nth-child(2) > a {
  padding: 0 46px 0 0;
  background-color: #079245;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li:nth-child(2) > a {
    padding: 0 4.6153846154vw 0 0;
    font-size: 2.8205128205vw;
  }
}
.lg-fixed__links li:nth-child(2) > a small {
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li:nth-child(2) > a small {
    font-size: 2.3076923077vw;
  }
}
.lg-fixed__links li:nth-child(2) > a:after {
  background: #ffffff url('/-/media/project/daikin/ac_daikin_co_jp/solution/cn/localgovernment/images/ico_download svg') no-repeat center center;
  background-size: 19px auto;
}
@media only screen and (max-width: 768px) {
  .lg-fixed__links li:nth-child(2) > a:after {
    background-size: 2.9487179487vw auto;
  }
}

.g-wrapper {
  padding-bottom: 107px;
}
@media only screen and (max-width: 768px) {
  .g-wrapper {
    padding-bottom: 17.1794871795vw;
  }
}

@media only screen and (max-width: 1040px) {
  .g-pagetop {
    bottom: 127px;
  }
}
@media only screen and (max-width: 768px) {
  .g-pagetop {
    bottom: 19.7435897436vw;
  }
}
/*# sourceMappingURL=style.css.map */