@charset "UTF-8";
/* common
------------------------------ */
.air_flow_system {
  font-family: "Noto Sans JP", sans-serif;
}
.air_flow_system .u-inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 737px) {
  .air_flow_system .u-inner {
    width: 940px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 736px) {
  .air_flow_system .u-view-pc {
    display: none;
  }
}
@media screen and (min-width: 737px) {
  .air_flow_system .u-view-sp {
    display: none;
  }
}

/* .air_flow_system-feature-head01
------------------------------ */
.air_flow_system-feature-head01 {
  margin-bottom: 30px;
}
.air_flow_system-feature-head01__sub {
  position: relative;
  color: #00A0E1;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 20px;
  margin: 0 0 10px;
}
.air_flow_system-feature-head01__sub::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/air_flow_system/ico_air01.png) 0 0 no-repeat;
  background-size: contain;
}
.air_flow_system-feature-head01__main {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  border: none;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.air_flow_system-feature-head01__main .is-color01 {
  color: #00A0E1;
}
.air_flow_system-feature-head01.is-center {
  text-align: center;
}
.air_flow_system-feature-head01.is-center .air_flow_system-feature-head01__sub {
  display: inline-block;
}
@media screen and (min-width: 737px) {
  .air_flow_system-feature-head01__sub {
    margin: 0 0 15px;
  }
  .air_flow_system-feature-head01__main {
    font-size: 4rem;
  }
}

/* .air_flow_system-feature-txt01
------------------------------ */
.air_flow_system-feature-txt01 {
  line-height: 1.9;
  margin: 0;
}
.air_flow_system-feature-txt01 + .air_flow_system-feature-txt01 {
  margin-top: 1em;
}
@media screen and (min-width: 737px) {
  .air_flow_system-feature-txt01 {
    font-size: 1.7rem;
    line-height: 2.5;
  }
}

/* .air_flow_system-feature-note01
------------------------------ */
.air_flow_system-feature-note01 {
  color: #B5B6B6;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6;
  margin-top: 1em;
}
.air_flow_system-feature-note01.is-right {
  text-align: right;
}
.air_flow_system-feature-note01.is-indent {
  text-indent: -3em;
  padding-left: 3em;
}

/* .air_flow_system-mv
------------------------------ */
@media screen and (min-width: 737px) {
  .air_flow_system-mv {
    height: 553px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/air_flow_system/bg_mv01_pc.jpg) center top no-repeat #fff;
  }
  .air_flow_system-mv__inner {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
  }
  .air_flow_system-mv__img {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
  }
}
@media screen and (min-width: 1360px) {
  .air_flow_system-mv__img {
    left: -200px;
  }
}

/* .air_flow_system-navi
------------------------------ */
.air_flow_system-navi {
  margin-top: 50px;
}
.air_flow_system-navi-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.air_flow_system-navi-list__link {
  position: relative;
  display: block;
  color: #00A0E1;
  line-height: 1;
  text-decoration: none;
  border: solid 1px #00A0E1;
  border-radius: 9999px;
  background: #fff;
  padding: 12px 15px 12px 25px;
}
.air_flow_system-navi-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00A0E1;
}
.air_flow_system-navi-list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: #fff;
  display: block;
  width: 8px;
  height: 9px;
  -webkit-mask: url("/wordpress/wp-content/themes/ymt_juken_orgtheme/img/air_flow_system/ico_arrow01.svg");
  mask: url("/wordpress/wp-content/themes/ymt_juken_orgtheme/img/air_flow_system/ico_arrow01.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (min-width: 737px) {
  .air_flow_system-navi {
    margin-top: 90px;
  }
  .air_flow_system-navi-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .air_flow_system-navi-list__link {
    transition: all .3s ease;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 18px 30px 18px 30px;
  }
  .air_flow_system-navi-list__link:hover {
    color: #fff;
    background: #00A0E1;
  }
  .air_flow_system-navi-list__link:hover::before {
    background: #fff;
  }
  .air_flow_system-navi-list__link:hover::after {
    background: #00A0E1;
  }
  .air_flow_system-navi-list__link::before {
    transition: all .3s ease;
    right: 15px;
    width: 27px;
    height: 27px;
  }
  .air_flow_system-navi-list__link::after {
    transition: all .3s ease;
    right: 23px;
    width: 9px;
    height: 10px;
  }
}

/* .air_flow_system-feature
------------------------------ */
.air_flow_system-feature {
  margin-top: 50px;
}
.air_flow_system-feature__area-img01 {
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
}
.air_flow_system-feature__area-txt01 {
  position: relative;
  border-top-right-radius: 8px;
  background: #fff;
  padding: 60px 0 0 0;
  margin: -40px 16px 0 0;
}
.air_flow_system-feature__area-img02 {
  margin: 30px -20px 0;
}
@media screen and (min-width: 737px) {
  .air_flow_system-feature {
    margin-top: 90px;
  }
  .air_flow_system-feature__area-txt01 {
    padding: 60px 60px 0 40px;
    margin: -155px 245px 0 0;
  }
  .air_flow_system-feature__area-img02 {
    position: relative;
    margin: -60px 0 0;
  }
}

/* .air_flow_system-movie
------------------------------ */
.air_flow_system-movie {
  margin-top: 80px;
}
.air_flow_system-movie-body {
  text-align: center;
}
@media screen and (min-width: 737px) {
  .air_flow_system-movie {
    margin-top: 120px;
  }
  .air_flow_system-movie-body a {
    transition: all .3s ease;
  }
  .air_flow_system-movie-body a:hover {
    opacity: .8;
  }
}

/* 動画modal時の設定 */
#fancybox-overlay {
  opacity: 0.8 !important;
}

.fancy-ico span {
  display: block;
  position: relative;
  left: 10px !important;
  top: -10px !important;
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  transition: none !important;
  opacity: .65 !important;
}
@media screen and (min-width: 737px) {
  .fancy-ico span:hover {
    opacity: 1 !important;
  }
}

#fancybox-close span::after, #fancybox-close span::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  width: 14px !important;
  height: 3px !important;
  background-color: #fff;
}

/* .air_flow_system-construction
------------------------------ */
.air_flow_system-construction {
  margin-top: 80px;
}
.air_flow_system-construction-body {
  background: rgba(0, 160, 225, 0.05);
  border-radius: 8px;
  padding: 60px 15px;
}
.air_flow_system-construction-head01 {
  text-align: center;
  margin-bottom: 30px;
}
.air_flow_system-construction-head01__sub {
  color: #00A0E1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
}
.air_flow_system-construction-head01__main {
  color: #00A0E1;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  border: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 737px) {
  .air_flow_system-construction {
    margin-top: 120px;
  }
  .air_flow_system-construction-body {
    padding: 80px 50px;
  }
  .air_flow_system-construction-head01 {
    margin-bottom: 4v0px;
  }
  .air_flow_system-construction-head01__main {
    font-size: 2.8rem;
  }
}

.air_flow_system-construction-card01-body {
  display: grid;
  gap: 30px;
}
.air_flow_system-construction-card01__area-img {
  text-align: center;
}
.air_flow_system-construction-card01__ico {
  width: 175px;
  margin-top: 15px;
}
@media screen and (min-width: 737px) {
  .air_flow_system-construction-card01-body {
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
  }
}

.air_flow_system-construction-card02 {
  margin-top: 60px;
}
.air_flow_system-construction-card02-body {
  position: relative;
}
.air_flow_system-construction-card02-conditions {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}
.air_flow_system-construction-card02-conditions__head {
  color: #00A0E1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.air_flow_system-construction-card02-conditions__body {
  display: flex;
  align-items: center;
}
.air_flow_system-construction-card02-conditions__body-txt01 {
  font-size: 1.4rem;
  padding-right: 15px;
}
.air_flow_system-construction-card02-conditions__body-txt02 {
  font-size: 1.4rem;
  line-height: 2;
  border-left: solid 1px #ddd;
  padding-left: 15px;
}
@media screen and (min-width: 737px) {
  .air_flow_system-construction-card02-conditions {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .air_flow_system-construction-card02-conditions__head {
    margin-bottom: 15px;
  }
}
.air_flow_system-construction-card02__area-img {
  text-align: center;
}
@media screen and (min-width: 737px) {
  .air_flow_system-construction-card02__area-img {
    text-align: left;
  }
}
.air_flow_system-construction-card02-result {
  background: #fff;
  border-radius: 8px;
  padding: 40px 10px;
  margin-top: 25px;
}
.air_flow_system-construction-card02-result__head {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.air_flow_system-construction-card02-result__body {
  display: flex;
  justify-content: space-evenly;
}
.air_flow_system-construction-card02-result__body-txt01 {
  color: #2A82DB;
  font-size: 1.8rem;
}
.air_flow_system-construction-card02-result__body-txt01 .is-large {
  font-size: 2.9rem;
  margin: 0 0.1em;
}
.air_flow_system-construction-card02-result__body-txt02 {
  color: #E67824;
  font-size: 1.8rem;
}
.air_flow_system-construction-card02-result__body-txt02 .is-large {
  font-size: 2.9rem;
  margin: 0 0.1em;
}
.air_flow_system-construction-card02-result__foot {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.9;
  margin-top: 20px;
}
@media screen and (min-width: 737px) {
  .air_flow_system-construction-card02-result {
    padding: 40px 60px;
    margin-top: 40px;
  }
  .air_flow_system-construction-card02-result__inner {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
  }
  .air_flow_system-construction-card02-result__head {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .air_flow_system-construction-card02-result__body {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  .air_flow_system-construction-card02-result__body-txt01 {
    font-size: 2.4rem;
  }
  .air_flow_system-construction-card02-result__body-txt01 .is-large {
    font-size: 3.7rem;
  }
  .air_flow_system-construction-card02-result__body-txt02 {
    font-size: 2.4rem;
  }
  .air_flow_system-construction-card02-result__body-txt02 .is-large {
    font-size: 3.7rem;
  }
  .air_flow_system-construction-card02-result__foot {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.air_flow_system-construction-card02-foot {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 737px) {
  .air_flow_system-construction-card02-foot {
    margin: 40px -5px 0;
  }
}

/* .air_flow_system-option
------------------------------ */
.air_flow_system-option {
  margin-top: 80px;
}
.air_flow_system-option-list {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}
.air_flow_system-option-list__area-img {
  text-align: center;
}
.air_flow_system-option-list__area-txt {
  line-height: 1.9;
  margin-top: 15px;
}
@media screen and (min-width: 737px) {
  .air_flow_system-option {
    margin-top: 120px;
  }
  .air_flow_system-option-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
  }
  .air_flow_system-option-list__item {
    width: 450px;
  }
  .air_flow_system-option-list__area-img {
    text-align: center;
  }
  .air_flow_system-option-list__area-txt {
    font-size: 1.6rem;
    padding: 0 35px;
    margin-top: 35px;
  }
}

/* .air_flow_system-modelhouse
------------------------------ */
.air_flow_system-modelhouse {
  margin-top: 80px;
}
.air_flow_system-modelhouse__content {
  border-radius: 8px;
  background: rgba(67, 141, 172, 0.05);
  padding: 50px 15px;
}
.air_flow_system-modelhouse-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.air_flow_system-modelhouse-list__item {
  overflow: hidden;
  border-radius: 8px;
}
.air_flow_system-modelhouse-list__link {
  color: inherit;
  text-decoration: none;
}
.air_flow_system-modelhouse-list__area-txt {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  background: #fff;
  padding: 10px 23.5px 10px 10px;
}
.air_flow_system-modelhouse-list__area-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  background: #00A0E1;
  display: block;
  width: 12.5px;
  height: 13.5px;
  -webkit-mask: url("/wordpress/wp-content/themes/ymt_juken_orgtheme/img/air_flow_system/ico_arrow01.svg");
  mask: url("/wordpress/wp-content/themes/ymt_juken_orgtheme/img/air_flow_system/ico_arrow01.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.air_flow_system-modelhouse-btn {
  position: relative;
  display: block;
  max-width: 240px;
  color: #00A0E1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: solid 1px #00A0E1;
  border-radius: 9999px;
  background: #fff;
  padding: 20px 0;
  margin: 30px auto 0;
}
.air_flow_system-modelhouse-btn__ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #00A0E1;
}
.air_flow_system-modelhouse-btn__ico::before, .air_flow_system-modelhouse-btn__ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
}
.air_flow_system-modelhouse-btn__ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 737px) {
  .air_flow_system-modelhouse {
    margin-top: 120px;
  }
  .air_flow_system-modelhouse__content {
    padding: 80px 60px;
    /* modal内の設定 */
    box-sizing: border-box;
    width: 940px;
    margin: 0 auto;
  }
  .air_flow_system-modelhouse-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 70px;
  }
  .air_flow_system-modelhouse-list__link:hover .air_flow_system-modelhouse-list__area-txt {
    color: #fff;
    background: #00A0E1;
  }
  .air_flow_system-modelhouse-list__link:hover .air_flow_system-modelhouse-list__area-txt::after {
    background: #fff;
  }
  .air_flow_system-modelhouse-list__area-txt {
    transition: all .3s ease;
    font-size: 1.6rem;
    padding: 20px 32px 20px 15px;
  }
  .air_flow_system-modelhouse-list__area-txt::after {
    transition: all .3s ease;
    right: 15px;
    width: 15.43px;
    height: 16.74px;
  }
  .air_flow_system-modelhouse-btn {
    transition: all .3s ease;
    cursor: pointer;
    max-width: 450px;
    font-size: 2rem;
    padding: 20px 0;
    margin: 70px auto 0;
  }
  .air_flow_system-modelhouse-btn__ico {
    transition: all .3s ease;
  }
  .air_flow_system-modelhouse-btn__ico::before, .air_flow_system-modelhouse-btn__ico::after {
    transition: all .3s ease;
  }
  .air_flow_system-modelhouse-btn:hover {
    color: #fff;
    background: #00A0E1;
  }
  .air_flow_system-modelhouse-btn:hover .air_flow_system-modelhouse-btn__ico {
    background: #fff;
  }
  .air_flow_system-modelhouse-btn:hover .air_flow_system-modelhouse-btn__ico::before, .air_flow_system-modelhouse-btn:hover .air_flow_system-modelhouse-btn__ico::after {
    background: #00A0E1;
  }
}

/* .air_flow_system-modal
------------------------------ */
.air_flow_system-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  overscroll-behavior: contain;
  background: #fff;
  width: 100%;
  height: 100vh;
}
.air_flow_system-modal.is-active {
  display: flex !important;
}
.air_flow_system-modal::before, .air_flow_system-modal::after {
  content: "";
  display: flex;
  width: 1px;
  height: calc(100vh + 1px);
}
.air_flow_system-modal__inner {
  /*overflow: auto;*/
  box-sizing: border-box;
  width: 100%;
  padding: 150px 20px 20px;
}
.air_flow_system-modal__content {
  position: relative;
}
.air_flow_system-modal__btn-close {
  position: absolute;
  top: -110px;
  right: 0;
  outline: none;
  background: none;
  appearance: none;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 52px;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #00A0E1;
}
.air_flow_system-modal__btn-close::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/air_flow_system/ico_close01.png) no-repeat center/contain;
}
@media screen and (min-width: 737px) {
  .air_flow_system-modal__btn-close {
    width: 74px;
    height: 119px;
    font-size: 1.8rem;
  }
  .air_flow_system-modal__btn-close::before {
    width: 74px;
    height: 74px;
  }
}

/* .air_flow_system-bnr
------------------------------ */
.air_flow_system-bnr {
  margin-top: 80px;
}
.air_flow_system-bnr__item {
  text-align: center;
}
.air_flow_system-bnr__item + .air_flow_system-bnr__item {
  margin-top: 30px;
}
@media screen and (min-width: 737px) {
  .air_flow_system-bnr {
    margin-top: 120px;
  }
  .air_flow_system-bnr__item a {
    transition: all .3s ease;
  }
  .air_flow_system-bnr__item a:hover {
    opacity: .8;
  }
  .air_flow_system-bnr__item + .air_flow_system-bnr__item {
    margin-top: 70px;
  }
}

/* .mod-button-area-button
------------------------------ */
@media screen and (max-width: 736px) { .air_flow_system .mod-button-area { margin-top: 30px; margin-bottom: 30px; }
	.air_flow_system .mod-button-area ul{padding: 0;margin: 0;}
  .air_flow_system .mod-bannerlink { text-decoration: none; color: #333; }
  .air_flow_system .mod-button-area-button { box-sizing: border-box; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f3bf)); background: linear-gradient(#fff, #f8f3bf); border: 1px solid #ffa932; width: 300px; margin: 0 auto; position: relative; padding: 0 0 0 72px; text-decoration: none; height: 70px; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .air_flow_system .mod-button-area-imgBox01 { width: 57px; position: absolute; left: 8px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .air_flow_system .mod-button-area-imgBox02 { display: none; }
  .air_flow_system .mod-button-area-text01 { margin-left: -5px; font-size: 1.2rem; letter-spacing: .15em; }
  .air_flow_system .mod-button-area-text01 span { color: #ffa932; }
  .air_flow_system .mod-button-area-text02 { font-weight: bold; font-size: 1.7rem; letter-spacing: .05em; white-space: nowrap; }
  .air_flow_system .mod-button-area-text03 { display: none; } }

@media screen and (max-width: 320px) { .air_flow_system .mod-button-area-button { width: 100%; }
  .air_flow_system .mod-button-area-text02 { font-size: 4.8vw; } }

@media screen and (min-width: 737px) { .air_flow_system .mod-button-area { width: 100%; background-color: #F8F3BF; margin: 100px auto 40px; }
  .air_flow_system .mod-button-area ul { list-style: none; padding: 40px 0px; width: 80%; margin: 0 auto; }
  .air_flow_system .mod-button-area a { color: #333; }
  .air_flow_system .mod-button-area .mod-button-area-button { position: relative; height: 176px; border: 1px solid #DDDDDD; border-radius: 4px; background: white; background: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef)); background: linear-gradient(to bottom, white 0%, #efefef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); }
  .air_flow_system .mod-button-area .mod-button-area-imgBox01 { position: absolute; left: 20px; top: 10px; }
  .air_flow_system .mod-button-area .mod-button-area-imgBox02 { position: absolute; right: 10px; top: 10px; }
  .air_flow_system .mod-button-area .mod-button-area-img02 { padding: 2px; max-width: 195px; }
  .air_flow_system .mod-button-area .mod-button-area-text01 { position: absolute; top: 20px; left: 126px; font-size: 2rem; }
  .air_flow_system .mod-button-area .mod-button-area-text01 span { color: #FF8900; }
  .air_flow_system .mod-button-area .mod-button-area-text02 { position: absolute; top: 60px; left: 130px; width: 400px; font-size: 3.2rem; border-top: 1px dashed #ccc; padding-left: 10px; font-weight: bold; }
  .air_flow_system .mod-button-area .mod-button-area-text03 { position: absolute; bottom: 8px; left: 22px; width: 520px; } }