#tic-main.carbon {
  padding: 0;
  position: relative;
}
#tic-main.carbon .section.carbon {
  padding: 85px 0 0;
  position: relative;
  z-index: 1;
}
#tic-main.carbon .section.carbon .main-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .main-ttl {
    margin-bottom: 40px;
  }
}
#tic-main.carbon .section.carbon .main-ttl.two-line {
  line-height: 1.3;
}
#tic-main.carbon .section.carbon .main-ttl.two-line .sub-ttl {
  margin-top: 10px;
}
#tic-main.carbon .section.carbon .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  text-align: left;
  color: #003A66;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .txt {
    margin-bottom: 40px;
    padding: 0;
  }
}
#tic-main.carbon .section.carbon .arrow-anchor {
  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;
  max-width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .arrow-anchor {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .arrow-anchor.en {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 15px;
  }
}
#tic-main.carbon .section.carbon .arrow-anchor li {
  margin-right: 40px;
}
#tic-main.carbon .section.carbon .arrow-anchor li:nth-child(3) {
  margin-right: 0;
}
#tic-main.carbon .section.carbon .arrow-anchor li:nth-child(4) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .arrow-anchor li:nth-child(4) {
    margin-left: 0;
  }
}
#tic-main.carbon .section.carbon .arrow-anchor li a {
  line-height: 38px;
  padding: 0 20px 0 33px;
  background-color: #54C3F1;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
}
#tic-main.carbon .section.carbon .arrow-anchor li a:hover {
  opacity: 0.7;
}
#tic-main.carbon .section.carbon .arrow-anchor li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: calc(50% - 4px);
  left: 15px;
}
#tic-main.carbon .section.carbon .arrow-anchor li a:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 38px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/technology/carbon/images/arrow png") center/cover no-repeat;
  right: -19px;
  top: 0;
}
#tic-main.carbon .section.carbon .arrow-anchor li a span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
#tic-main.carbon .section.carbon .img-lead {
  margin: 0 auto 50px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .img-lead {
    margin-bottom: 25px;
    padding: 0;
  }
}
#tic-main.carbon .section.carbon h3.main-ttl {
  margin-bottom: 40px;
}
#tic-main.carbon .section.carbon h3.main-ttl .sub-ttl {
  margin-top: 5px;
}
#tic-main.carbon .section.carbon .block-wrapper {
  margin: 60px -20px 125px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper {
    margin: 50px 0;
  }
}
#tic-main.carbon .section.carbon .block-wrapper:last-child {
  margin-bottom: 0;
}
#tic-main.carbon .section.carbon .block-wrapper .block:not(:last-child) {
  margin-bottom: 45px;
}
#tic-main.carbon .section.carbon .block-wrapper .block .block-ttl {
  min-height: 48px;
  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;
  background-color: #0097ED;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  border-radius: 6px 6px 0 0;
  line-height: 1.5;
  padding: 10px 15px;
}
#tic-main.carbon .section.carbon .block-wrapper .block .block-content {
  border: 1px solid #D6DFE3;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  padding: 45px 30px 0;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .block-content {
    padding: 25px 15px 0;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex .img {
  margin-right: 45px;
  width: 315px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .flex .img {
    margin: 0 0 20px;
    width: 100%;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex .img.margin-top {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .flex .img.margin-top {
    margin-top: 0;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex .img img {
  max-width: 100%;
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex .img img + img {
  margin-top: 10px;
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #003A66;
  text-align: left;
  line-height: 1.75;
  width: calc(100% - 360px);
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .flex .text {
    width: 100%;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex .text .link {
  font-weight: bold;
  color: #0097ED;
  text-decoration: underline;
}
#tic-main.carbon .section.carbon .block-wrapper .block .flex .text .link:hover {
  text-decoration: none;
}
#tic-main.carbon .section.carbon .block-wrapper .block .btn-wrapper {
  margin-top: 30px;
  text-align: center;
}
#tic-main.carbon .section.carbon .block-wrapper .block .btn-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
#tic-main.carbon .section.carbon .block-wrapper .block .grey-box {
  background-color: #E7EFF3;
  border-radius: 6px;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .grey-box {
    padding: 15px;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .grey-box .box-ttl {
  color: #003A66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .grey-box .box-ttl {
    margin-bottom: 5px;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .grey-box .box-text {
  color: #003A66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#tic-main.carbon .section.carbon .block-wrapper .block .line-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .line-ttl {
    margin-bottom: 20px;
  }
}
#tic-main.carbon .section.carbon .block-wrapper .block .news-items {
  margin-bottom: 40px;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #tic-main.carbon .section.carbon .block-wrapper .block .news-items {
    margin-bottom: 20px;
  }
}

footer {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 100px;
  }
}