@charset "UTF-8";
/****************************************************
 * Stylesheet 技術紹介
 ****************************************************/
.pagetitle {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/products/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/products/pagetitle_bg01_sp.jpg");
  }
}

.p-technologies__anchor_links {
  margin-bottom: 6rem;
  padding: 1.6rem 0;
  background-color: #313B4C;
}
@media only screen and (max-width: 767px) {
  .p-technologies__anchor_links {
    margin-bottom: 4rem;
  }
}
.p-technologies__anchor_links ul {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-technologies__anchor_links ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .p-technologies__anchor_links ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-technologies__anchor_links ul li {
  margin: 0 1rem;
  font-size: 1.5rem;
}
.p-technologies__anchor_links ul li a {
  padding: 0.9rem;
  color: #ffffff;
  border-bottom: solid 1px transparent;
  display: inline-block;
}
.p-technologies__anchor_links ul li a:after {
  width: 0.4rem;
  height: 0.8rem;
  margin-left: 1rem;
  content: '';
  background-image: url("../images/common/icon_arrow01_white.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-technologies__anchor_links ul li a:hover {
  border-bottom-color: #ffffff;
}
.p-technologies__biggining {
  margin-bottom: 13rem;
}
.p-technologies__biggining h2 {
  margin-bottom: 4rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-technologies__biggining h2 {
    font-size: 1.6rem;
  }
}
.p-technologies__biggining .text_area {
  width: 40rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-technologies__biggining .text_area {
    width: auto;
  }
}
.p-technologies__biggining .text_area p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-technologies__biggining .text_area p + p {
  margin-top: 1em;
}
.p-technologies__biggining .text_area .img {
  width: 72rem;
  position: absolute;
  top: 0;
  left: calc(100% + 11.3rem);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-technologies__biggining .text_area .img {
    width: 111%;
    margin: 4rem -5.5% 0 -5.5%;
    position: static;
  }
}
.p-technologies__itms {
  margin-bottom: 7rem;
}
.p-technologies__itms .inner {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .inner {
    padding-bottom: 0;
  }
}
.p-technologies__itms .inner:after {
  width: 32rem;
  height: 78.5%;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  left: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .inner:after {
    width: 14rem;
    left: -5.5%;
    bottom: 6.5rem;
  }
}
.p-technologies__itms .subTtl02 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .subTtl02 {
    margin-bottom: 3rem;
  }
}
.p-technologies__itms .subTtl02 img {
  width: 20rem;
  margin-top: 2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .subTtl02 img {
    width: 16rem;
    margin-top: 1rem;
  }
}
.p-technologies__itms p {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms p {
    margin-bottom: 3rem;
  }
}
.p-technologies__itms .titled_box01 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .titled_box01 {
    margin-bottom: 3rem;
  }
}
.p-technologies__itms .titled_box01 dd p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .titled_box01 dd p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__itms .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__itms .row > .titled_box01 {
    width: 47.2%;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__itms .row > .img {
    width: 43.2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .row > .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__itms .row > .video_area {
    width: 53.8%;
  }
}
.p-technologies__itms .swiper {
  margin-bottom: 3rem;
}
.p-technologies__itms .swiper .video_area {
  margin-bottom: 1rem;
}
.p-technologies__itms .swiper .caption {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-technologies__itms .swiper .caption {
    font-size: 1.3rem;
  }
}
.p-technologies__itms .swiper .swiper_btn_aera {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-technologies__itms .swiper .swiper_btn_aera .swiper-pagination {
  width: auto;
  position: static;
}
.p-technologies__itms .swiper .swiper_btn_aera .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #707070 !important;
  opacity: 0.3;
}
.p-technologies__itms .swiper .swiper_btn_aera .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.p-technologies__itms .swiper .swiper_btn_aera .arrow {
  margin-left: 1.5rem;
  display: -webkit-flex;
  display: flex;
}
.p-technologies__itms .swiper .swiper_btn_aera .arrow .swiper-button-prev, .p-technologies__itms .swiper .swiper_btn_aera .arrow .swiper-button-next {
  width: 1.2rem;
  height: 2.3rem;
  margin: 0;
  background-image: url("../images/products/technologies/slide_arrow.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: static;
  display: block;
}
.p-technologies__itms .swiper .swiper_btn_aera .arrow .swiper-button-prev:after, .p-technologies__itms .swiper .swiper_btn_aera .arrow .swiper-button-next:after {
  content: none;
}
.p-technologies__itms .swiper .swiper_btn_aera .arrow .swiper-button-prev {
  margin-right: 2rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-technologies__itms .swiper .swiper_btn_aera .arrow .swiper-button-disabled {
  opacity: 0.3 !important;
}
.p-technologies__heat_pump {
  margin-bottom: 8rem;
}
.p-technologies__heat_pump .subTtl02 {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .p-technologies__heat_pump .subTtl02 {
    margin-bottom: 4rem;
  }
}
.p-technologies__heat_pump p {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-technologies__heat_pump p {
    margin-bottom: 3rem;
  }
}
.p-technologies__heat_pump .titled_box01 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-technologies__heat_pump .titled_box01 {
    margin-bottom: 3rem;
  }
}
.p-technologies__heat_pump .titled_box01 dd p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-technologies__heat_pump .titled_box01 dd p {
    font-size: 1.4rem;
  }
}
.p-technologies__heat_pump .titled_box01 dd .img_area {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-technologies__heat_pump .titled_box01 dd .img_area {
    display: -webkit-flex;
    display: flex;
  }
  .p-technologies__heat_pump .titled_box01 dd .img_area img {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__heat_pump .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__heat_pump .row > .list01 {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .p-technologies__heat_pump .row > .list01 {
    margin-bottom: 2.5rem;
  }
}
.p-technologies__heat_pump .row > .list01 li {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-technologies__heat_pump .row > .img {
    width: 27.5%;
  }
}
.p-technologies__column {
  padding: 8rem 0;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 767px) {
  .p-technologies__column {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__column .headding {
    margin-bottom: 8rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-technologies__column .headding {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__column .headding .text_area {
    width: 40%;
    max-width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-technologies__column .headding .text_area {
    margin-bottom: 3rem;
  }
}
.p-technologies__column .headding .text_area p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-technologies__column .headding .text_area p + p {
  margin-top: 1em;
}
.p-technologies__column .headding .img {
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-technologies__column .headding .img {
    width: 54.5%;
  }
}
.p-technologies__column .titled_box01 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-technologies__column .titled_box01 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__column .titled_box01 dd .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-technologies__column .titled_box01 dd .row > .text_area {
    width: 58.65%;
  }
}
.p-technologies__column .titled_box01 dd .row > .text_area p {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-technologies__column .titled_box01 dd .row > .text_area p {
    font-size: 1.4rem;
  }
}
.p-technologies__column .titled_box01 dd .row > .text_area .number_list01 li {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-technologies__column .titled_box01 dd .row > .img {
    width: 38.4%;
  }
}
@media only screen and (max-width: 767px) {
  .p-technologies__column .titled_box01 dd .row > .img {
    margin-bottom: 2.5rem;
  }
}
.p-technologies__column p {
  font-size: 1.5rem;
  line-height: 1.8;
}
