#tic-main.home {
  padding: 0;
  position: relative;
}
#tic-main.home .parallax {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#tic-main.home .parallax .img {
  overflow: hidden;
  height: 100vh;
}
#tic-main.home .parallax .img.img_01 {
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/kv_photo1-jpg.jpg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #tic-main.home .parallax .img.img_01 {
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/sp_kv_photo1-jpg.jpg") center/cover no-repeat;
  }
}
#tic-main.home .parallax .img.img_02 {
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/kv_photo2-jpg.jpg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #tic-main.home .parallax .img.img_02 {
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/sp_kv_photo2-jpg.jpg") center/cover no-repeat;
  }
}
#tic-main.home .parallax .img.img_03 {
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/kv_photo3-jpg.jpg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #tic-main.home .parallax .img.img_03 {
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/sp_kv_photo3-jpg.jpg") center/cover no-repeat;
  }
}
#tic-main.home #mainContent {
  position: relative;
  z-index: 1;
}
#tic-main.home .mv {
  position: relative;
  height: calc(100vh - 181px);
}
@media only screen and (max-width: 768px) {
  #tic-main.home .mv {
    height: calc(100vh - 62px);
  }
}
#tic-main.home .mv:after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  height: 200px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/shadow-png.png") top center/auto 200px repeat-x;
}
#tic-main.home .mv .img_01 {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1280px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #tic-main.home .mv .img_01 {
    bottom: 70px;
  }
}
#tic-main.home .mv .img_01 img {
  margin: auto;
}
#tic-main.home .mv .img_02 {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #tic-main.home .mv .img_02 {
    bottom: 0;
    width: 100%;
  }
}
#tic-main.home .mv .img_02 img {
  margin: auto;
}
#tic-main.home .section.news {
  padding: 100px 0 95px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news {
    padding: 85px 0 95px;
  }
}
#tic-main.home .section.news .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .filter {
    margin-bottom: 40px;
  }
}
#tic-main.home .section.news .filter li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 0 45px;
  letter-spacing: 0.15em;
  width: 160px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .filter li {
    padding: 0;
    width: 100px;
    text-align: center;
  }
}
#tic-main.home .section.news .filter li:not(:first-child) {
  border-left: 1px solid #003a66;
}
#tic-main.home .section.news .filter li:hover {
  color: #0097ED;
}
#tic-main.home .section.news .filter li:hover span, #tic-main.home .section.news .filter li:hover a {
  color: #0097ED;
}
#tic-main.home .section.news .filter li.active {
  position: relative;
}
#tic-main.home .section.news .filter li.active:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  right: 10px;
  bottom: -10px;
  border-radius: 50%;
  background-color: #e0f2fd;
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
#tic-main.home .section.news .filter li.active span, #tic-main.home .section.news .filter li.active a {
  color: #0097ED;
}
#tic-main.home .section.news .filter li span, #tic-main.home .section.news .filter li a {
  position: relative;
  z-index: 1;
  color: #003A66;
}
#tic-main.home .section.news .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items {
    margin-bottom: 10px;
  }
}
#tic-main.home .section.news .news-items .news {
  width: calc((100% - 40px) / 3);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news {
    width: 100%;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(1), #tic-main.home .section.news .news-items .news:nth-child(2) {
  width: calc((100% - 20px) / 2);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(1), #tic-main.home .section.news .news-items .news:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(1).border, #tic-main.home .section.news .news-items .news:nth-child(2).border {
  position: relative;
}
#tic-main.home .section.news .news-items .news:nth-child(1).border:before, #tic-main.home .section.news .news-items .news:nth-child(2).border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #4887b7;
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  #tic-main.home .section.news .news-items .news:nth-child(1):hover .info, #tic-main.home .section.news .news-items .news:nth-child(2):hover .info {
    height: 100%;
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/bg_grad_1 png") top center/cover no-repeat;
    padding-top: 40px;
  }
  #tic-main.home .section.news .news-items .news:nth-child(1):hover .info .news-ttl, #tic-main.home .section.news .news-items .news:nth-child(2):hover .info .news-ttl {
    position: static;
    display: block;
    height: auto;
    margin-bottom: 5px;
  }
}

#tic-main.home .section.news .news-items .news:nth-child(1) .img img, #tic-main.home .section.news .news-items .news:nth-child(2) .img img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(1) .img img, #tic-main.home .section.news .news-items .news:nth-child(2) .img img {
    height: 240px;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(1) .info, #tic-main.home .section.news .news-items .news:nth-child(2) .info {
  padding: 0 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/bg_grad png") top center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(1) .info, #tic-main.home .section.news .news-items .news:nth-child(2) .info {
    padding: 0 20px;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(1) .info .news-ttl, #tic-main.home .section.news .news-items .news:nth-child(2) .info .news-ttl {
  color: #fff;
  font-size: 18px;
  height: 55px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: absolute;
  top: calc(100% - 100px);
  left: 25px;
  right: 25px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(1) .info .news-ttl, #tic-main.home .section.news .news-items .news:nth-child(2) .info .news-ttl {
    height: 85px;
    -webkit-line-clamp: 3;
    top: calc(100% - 115px);
    line-height: 1.5;
    left: 20px;
    right: 20px;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(1) .info .date, #tic-main.home .section.news .news-items .news:nth-child(2) .info .date {
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 15px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(1) .info .date, #tic-main.home .section.news .news-items .news:nth-child(2) .info .date {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(n+3) {
    margin-bottom: 30px;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(n+3).border {
  position: relative;
}
#tic-main.home .section.news .news-items .news:nth-child(n+3).border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e7eff3;
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  #tic-main.home .section.news .news-items .news:nth-child(n+3):hover .info {
    background-color: #D6DFE3;
  }
}

@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(n+3) .img img {
    height: 240px;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(n+3) .info {
  padding: 12px 15px;
  background-color: #E7EFF3;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(n+3) .info {
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/bg_grad png") top center/cover no-repeat;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(n+3) .info .news-ttl {
  color: #000;
  margin-bottom: 5px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(n+3) .info .news-ttl {
    color: #fff;
    font-size: 18px;
    height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    position: absolute;
    top: calc(100% - 115px);
    left: 20px;
    right: 20px;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(n+3) .info .date {
  text-align: right;
  color: #000;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(n+3) .info .date {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.news .news-items .news:nth-child(n+4) {
    display: none;
  }
}
#tic-main.home .section.news .news-items .news:nth-child(n+6) {
  display: none;
}
#tic-main.home .section.news .news-items .news .tag {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 28px;
  width: 100px;
  text-align: center;
  background-color: #000;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.1em;
}
#tic-main.home .section.news .news-items .news .tag.feature {
  background-color: #0097ED;
}
#tic-main.home .section.news .news-items .news .img img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
#tic-main.home .section.news .news-items .news .info {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
#tic-main.home .section.news .news-items .news .info .news-ttl {
  font-weight: 500;
}
#tic-main.home .section.mission {
  padding: 100px 0 85px;
  position: relative;
  overflow: hidden;
  background-image: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/bg_mission png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.mission {
    padding: 82px 0 85px;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/bg_mission_sp png");
  }
}
#tic-main.home .section.mission .main-ttl {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.mission .main-ttl {
    margin-bottom: 45px;
    letter-spacing: 0.15em;
  }
}
#tic-main.home .section.mission .main-ttl .sub-ttl {
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.mission .main-ttl .sub-ttl {
    letter-spacing: 0.15em;
  }
}
#tic-main.home .section.mission .txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.mission .txt {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
#tic-main.home .section.innovation {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.innovation {
    padding: 80px 0 0;
  }
}
#tic-main.home .section.innovation .block {
  height: 354px;
  padding-right: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.innovation .block {
    height: 364px;
  }
  #tic-main.home .section.innovation .block.en {
    height: 410px;
  }
}
@media screen and (max-width: 992px) {
  #tic-main.home .section.innovation .block {
    width: calc(100vw - 15px) !important;
    max-width: 100% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px 35px;
  }
}
#tic-main.home .section.innovation .block.block01 {
  width: 1100px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_01_bg png") top right/auto 100% no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_01 png") top right/auto 100% no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_01_border png") bottom right/auto 100% no-repeat;
  margin-bottom: 30px;
  max-width: calc(100vw - 150px);
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.innovation .block.block01 {
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_01_bg_sp png") bottom right no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_01_sp png") top right no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_01_border png") bottom right/auto 100% no-repeat;
    margin-bottom: 25px;
  }
}
#tic-main.home .section.innovation .block.block01:hover {
  width: 1130px;
}
#tic-main.home .section.innovation .block.block02 {
  width: 1010px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_02_bg png") top right/auto 100% no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_02 png") top right/auto 100% no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_02_border png") bottom right/auto 100% no-repeat;
  max-width: calc(100vw - 240px);
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.innovation .block.block02 {
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_02_bg_sp png") bottom right no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_02_sp png") top right no-repeat, url("/-/media/Project/Daikin/daikin_co_jp/tic/images/img_02_border png") bottom right/auto 100% no-repeat;
  }
  #tic-main.home .section.innovation .block.block02 .block-ttl {
    letter-spacing: 0 !important;
  }
}
#tic-main.home .section.innovation .block.block02:hover {
  width: 1040px;
}
#tic-main.home .section.innovation .block:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 62px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/arrow_02 png") top right/cover no-repeat;
  top: calc(50% - 21px);
  right: 60px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.innovation .block:after {
    width: 12px;
    height: 22px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/arrow_02_sp png") top right/cover no-repeat;
    top: calc(50% - 17px);
    right: 25px;
  }
}
#tic-main.home .section.innovation .block .block-info {
  width: 400px;
  max-width: 100%;
}
#tic-main.home .section.innovation .block .block-info .block-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.innovation .block .block-info .block-ttl {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
#tic-main.home .section.innovation .block .block-info .block-ttl .block-sub-ttl {
  font-size: 16px;
}
#tic-main.home .section.innovation .block .block-info .block-txt {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.innovation .block .block-info .block-txt {
    padding-right: 10px;
    line-height: 1.7;
  }
}
#tic-main.home .section.facility {
  margin-top: -21vw;
  padding-top: 27vw;
  padding-bottom: 15vw;
  background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/bg png") top center/cover no-repeat;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.facility {
    background: url("/-/media/Project/Daikin/daikin_co_jp/tic/images/bg_sp png") top center/cover no-repeat;
    margin-top: -13vw;
    padding-top: 44vw;
    padding-bottom: 43vw;
    margin-bottom: 95px;
  }
}
#tic-main.home .section.facility:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 22vw solid #fff;
  border-right: 100vw solid transparent;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.facility:before {
    border-top: 27vw solid #fff;
  }
}
#tic-main.home .section.facility:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 11vw solid #fff;
  border-right: 100vw solid transparent;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.facility:after {
    border-bottom: 27vw solid #fff;
  }
}
#tic-main.home .section.facility .main-ttl {
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.facility .main-ttl {
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 22px;
  }
}
#tic-main.home .section.facility .main-ttl .sub-ttl {
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.facility .main-ttl .sub-ttl {
    margin-top: 0;
  }
}
#tic-main.home .section.facility .txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.facility .txt {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.facility .btn-wrapper {
    padding: 0;
  }
}
#tic-main.home .section.contact .main-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.contact .main-ttl {
    line-height: 1.1;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.contact .main-ttl .sub-ttl {
    margin-top: 8px;
    letter-spacing: 0.15em;
  }
}
#tic-main.home .section.contact .btn-wrapper .btn {
  margin: 0 15px;
}
@media screen and (max-width: 450px) {
  #tic-main.home .section.contact .btn-wrapper .btn {
    margin: 0 0 13px;
  }
}
#tic-main.home .section.contact .banner {
  display: inline-block;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #tic-main.home .section.contact .banner {
    margin: 40px 20px 0;
  }
}
#tic-main.home .section.contact .banner:hover {
  opacity: 0.7;
}
#tic-main.home .section.contact .banner img {
  max-width: 100%;
}