@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

a:hover {
  opacity: .8;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

html {
  overflow-x: hidden;
  overflow-y: initial;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 10px;
  letter-spacing: .1em;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
}

main {
  position: relative;
  background-image: url("../../img/biglogo.svg");
  background-size: contain;
  background-repeat: repeat-y;
  z-index: 0;
}

.engfont {
  font-style: normal;
  font-weight: 600;
}

.engfont--lighter-italic {
  font-weight: 500;
  font-style: italic;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ductheader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 96px;
  z-index: 1000;
  background-color: #fff;
}

.ductheader__inner {
  padding-left: 32px;
  height: 100%;
}

.ductheader__lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.ductheader__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.ductheader__logo a .logo {
  width: 170px;
}

.ductheader__logo a .txt {
  margin-left: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #4D4D4D;
}

.ductheader__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 100%;
}

.ductheader__btns a.tel .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ductheader__btns a.tel .upper .icon {
  margin-right: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.ductheader__btns a.tel .upper .icon img {
  width: 100%;
}

.ductheader__btns a.tel .upper .txt {
  font-size: 4rem;
  line-height: 1.2;
  color: #0071BC;
}

.ductheader__btns a.tel .lower {
  margin-top: 0px;
  background-color: #29ABE2;
}

.ductheader__btns a.tel .lower .desc {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}

.ductheader__btns a.email {
  margin-left: 16px;
  width: 324px;
  height: 96px;
}

.ductheader__btns a.email .upper {
  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;
  height: 22px;
  background-color: #C1272D;
}

.ductheader__btns a.email .upper .desc {
  color: #fff;
  font-size: 1.3rem;
}

.ductheader__btns a.email .lower {
  height: calc(100% - 22px);
  background-color: #EF5824;
}

.ductheader__btns a.email .lower .lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.ductheader__btns a.email .lower .lr .left .txticon {
  display: inline-block;
  width: 72px;
}

.ductheader__btns a.email .lower .lr .left .txticon img {
  width: 100%;
}

.ductheader__btns a.email .lower .lr .right {
  margin-left: 8px;
}

.ductheader__btns a.email .lower .lr .right .small {
  font-size: 1.2rem;
  color: #fff;
}

.ductheader__btns a.email .lower .lr .right .bigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.ductheader__btns a.email .lower .lr .right .bigger .icon {
  margin-left: 4px;
  display: inline-block;
  width: 28px;
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}

.duct-topfv {
  position: relative;
  margin-top: 90px;
}

.duct-topfv img {
  width: 100%;
}

.duct-topfv .btn {
  position: absolute;
  left: 6%;
  bottom: 5.4%;
  width: 34.3%;
  height: 11.8%;
}

.duct-topfv .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.duct-bf {
  margin-top: 24px;
}

.duct-bf__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-bf__item {
  width: 33%;
}

.duct-bf__item .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-bf__item .images .before {
  width: 49.5%;
}

.duct-bf__item .images .before .uppertxt {
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
  text-align: center;
}

.duct-bf__item .images .before .img {
  aspect-ratio: 1 / .75;
}

.duct-bf__item .images .before .img img {
  width: 100%;
  height: 100;
  -o-object-fit: cover;
     object-fit: cover;
}

.duct-bf__item .images .after {
  width: 49.5%;
}

.duct-bf__item .images .after .uppertxt {
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
  text-align: center;
}

.duct-bf__item .images .after .img {
  aspect-ratio: 1 / .75;
}

.duct-bf__item .images .after .img img {
  width: 100%;
  height: 100;
  -o-object-fit: cover;
     object-fit: cover;
}

.duct-bf__item .name {
  margin-top: 4px;
  width: 100%;
  color: #fff;
  padding: 8px 8px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.duct-bf__item.air .images .before .uppertxt {
  color: #63E5D8;
}

.duct-bf__item.air .images .after .uppertxt {
  color: #00A99D;
}

.duct-bf__item.air .name {
  background-color: #00A99D;
}

.duct-bf__item.kitchen .images .before .uppertxt {
  color: #95DBF4;
}

.duct-bf__item.kitchen .images .after .uppertxt {
  color: #29ABE2;
}

.duct-bf__item.kitchen .name {
  background-color: #29ABE2;
}

.duct-bf__item.house .images .before .uppertxt {
  color: #5EBBEF;
}

.duct-bf__item.house .images .after .uppertxt {
  color: #0071BC;
}

.duct-bf__item.house .name {
  background-color: #0071BC;
}

.duct-past-clients {
  padding: 80px 0 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.duct-past-clients__heading {
  text-align: center;
}

.duct-past-clients__heading .txt {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
}

.duct-past-clients__box {
  margin-top: 56px;
  background-color: #F2F2F2;
  padding: 32px 56px;
}

.duct-past-clients__box .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.duct-past-clients__box .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 2;
}

.duct-past-clients__box .items ul li {
  margin: 4px 12px;
  color: #0071BC;
  font-weight: 600;
}

.duct-past-clients__box .items .logo {
  margin-top: 18px;
  width: 32%;
  aspect-ratio: 1 / .4;
  background-color: #fff;
  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;
}

.duct-past-clients__box .items .logo::before {
  content: "企業ロゴ";
}

.duct-past-clients__box .items::after {
  content: "";
  width: 32%;
}

.duct-typelinks {
  padding: 32px 0;
  margin-top: 80px;
  background-color: rgba(0, 169, 157, 0.18);
}

.duct-typelinks__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-typelinks__btns a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  padding: 24px 0;
}

.duct-typelinks__btns a .txt {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

.duct-typelinks__btns a .icon {
  position: relative;
  z-index: 2;
}

.duct-typelinks__btns a::after {
  content: "";
  position: absolute;
  left: calc(8px);
  top: calc(8px);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  z-index: 1;
  border: solid 1px #fff;
}

.duct-typelinks__btns a.air {
  background-color: #00A99D;
}

.duct-typelinks__btns a.kitchen {
  background-color: #29ABE2;
}

.duct-typelinks__btns a.house {
  background-color: #0071BC;
}

.duct-topreasons {
  padding: 80px 0 0;
}

.duct-topreasons__heading .heading {
  text-align: center;
  font-size: 2.4rem;
}

.duct-topreasons__heading .bottom {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}

.duct-topreasons__heading .bottom span:nth-of-type(1) {
  margin-right: 4px;
  color: #00A99D;
}

.duct-topreasons__heading .bottom span:nth-of-type(2) {
  margin-left: 4px;
  color: #0071BC;
}

.duct-topreasons__items {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

.duct-topreasons__items ul li {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-topreasons__items ul li .image {
  position: relative;
  width: 37.5%;
}

.duct-topreasons__items ul li .image .img {
  width: 93%;
  display: block;
}

.duct-topreasons__items ul li .image i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 6%;
}

.duct-topreasons__items ul li .txt-gr {
  width: 60%;
}

.duct-topreasons__items ul li .txt-gr h3 {
  padding-bottom: 8px;
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: solid 1px #333333;
}

.duct-topreasons__items ul li .txt-gr h3 strong {
  color: #00A99D;
}

.duct-topreasons__items ul li .txt-gr .desc {
  width: 90%;
  margin-top: 16px;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: .1em;
}

.duct-topreasons__items ul li .txt-gr .desc small {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  display: block;
  font-weight: 600;
}

.duct-topreasons__items ul li .txt-gr .desc a {
  border-bottom: solid 1px;
  color: #009d91;
}

.duct-topreasons__items ul li .txt-gr .desc strong {
  color: #F05A23;
}

.duct-topreasons__items ul li:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.duct-topreasons__items ul li:nth-of-type(2) .image .img {
  margin-left: auto;
  margin-right: 0;
}

.duct-topreasons__items ul li:nth-of-type(2) .image i {
  position: absolute;
  right: initial;
  left: 0;
}

.duct-works {
  padding: 80px 0;
}

.duct-works__heading {
  text-align: center;
}

.duct-works__heading .heading {
  font-size: 4rem;
  font-weight: 600;
}

.duct-works__heading .heading .green {
  color: #00A99D;
}

.duct-works__heading .heading .blue {
  color: #5EBBEF;
}

.duct-works__heading .heading .deepblue {
  color: #0071BC;
}

.duct-works__heading .subheading {
  margin-top: 24px;
  display: inline-block;
  padding: 8px 40px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  border: #000 solid 1px;
}

.duct-works__slide {
  margin-top: 56px;
}

.duct-works__slide .item {
  padding: 0 8px;
}

.duct-works__slide .item .image {
  width: 100%;
  aspect-ratio: 1 / .75;
}

.duct-works__slide .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.duct-works__slide .item .image img.noimage {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px;
  background-color: #fff;
  border: solid 1px #ddd;
}

.duct-works__slide .item .name {
  margin-top: 8px;
  padding-bottom: 8px;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  border-bottom: dashed 1px #000;
  color: #000;
}

.duct-works__slide .item .type {
  margin-top: 8px;
}

.duct-works__slide .item .type .heading {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}

.duct-works__slide .item .type ul {
  margin-top: 8px;
}

.duct-works__slide .item .type ul li {
  padding: 4px;
  color: #fff;
  background-color: #0071BC;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.duct-works__slide .item .type ul li.air-duct {
  background-color: #00A99D;
}

.duct-works__slide .item .type ul li.kitchen-duct {
  color: #5EBBEF;
}

.duct-works__slide .item .type ul li.kitchen-house {
  color: #0071BC;
}

.duct-works__btn {
  margin-top: 56px;
  text-align: center;
}

.duct-works__btn a {
  display: inline-block;
  background-color: #00A99D;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 12px 0;
  width: 240px;
  border-radius: 5px;
}
.duct-works__notyet{
  margin-top: 56px;
  text-align: center;
  font-size: 1.8rem;
}
.duct-works__workslist {
  background-color: #DDF1FC;
  margin-top: 80px;
}

.duct-works__workslist .items {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	width:2000px;
  overflow-x: auto;
}

.duct-works__workslist .items .item {
  margin-top: 16px;
	margin-bottom:16px;
  margin-left: 16px;
  font-size: 1.6rem;
  min-width: 381px;
}

.duct-works__workslist .items .item span {
	display:block;
	text-align:center;
  color: #0071b0;
}

.duct-works__workslist .items .item a {
  display: block;
  padding: 8px 0;
  width: 100%;
  color: #0071b0;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px;
  text-align: center;
}

.duct-works--air .duct-works__slide .item .name {
  color: #00A99D;
}

.duct-works--air .duct-works__slide .item .type ul li {
  background-color: initial;
  color: #000;
  border: solid 1px #000;
  border-radius: 0px;
}

.duct-works--kitchen .duct-works__slide .item .name {
  color: #5EBBEF;
}

.duct-works--kitchen .duct-works__slide .item .type ul li {
  background-color: initial;
  color: #000;
  border: solid 1px #000;
  border-radius: 0px;
}

.duct-works--house .duct-works__slide .item .name {
  color: #0071BC;
}

.duct-works--house .duct-works__slide .item .type ul li {
  background-color: initial;
  color: #000;
  border: solid 1px #000;
  border-radius: 0px;
}

.duct-works--archive {
  margin-top: 80px;
}

.duct-works--archive .duct-works__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.duct-works--archive .duct-works__slide .item {
  margin-top: 32px;
  width: 25%;
}

.ductarea__headingarea {
  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;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: red;
  width: 100vw;
  height: 22vw;
}

.ductarea__headingarea .image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
}

.ductarea__headingarea .heading {
  position: relative;
  z-index: 2;
  width: 65%;
  padding: 16px;
  font-size: 2rem;
  background-color: #fff;
  text-align: center;
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.ductarea__headingarea .heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 97px;
  height: 100%;
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 36% 100%, 0% 100%);
          clip-path: polygon(7% 0%, 100% 0%, 36% 100%, 0% 100%);
}

.ductarea__problems {
  position: relative;
  z-index: 0;
  padding: 80px 0 32px;
  text-align: center;
}

.ductarea__problems::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/duct/back-net.svg");
  background-size: contain;
}

.ductarea__problems::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: calc(50% - 126.5px);
  width: 253px;
  height: 72px;
  -webkit-clip-path: polygon(69% 0, 31% 0, 50% 100%);
          clip-path: polygon(69% 0, 31% 0, 50% 100%);
}

.ductarea__problems .heading {
  padding-bottom: 4px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-bottom: solid #FFFF00 3.8px;
}

.ductarea__problems .items {
  position: relative;
  z-index: 2;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.ductarea__problems .items ul li {
  position: relative;
  margin-top: 24px;
  padding: 30px 8px;
  background-size: cover;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  background-image: url("../../img/bird/back-problemlist.svg");
  background-size: cover;
  background-position: center left;
  color: #3E3A39;
}

.ductarea__problems .items ul li:first-of-type {
  margin-top: 0;
}

.ductarea__problems .items ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  background-image: url("../../img/bird/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
}

.ductarea__problems .example-detail {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding: 32px;
  background-color: #fff;
}

.ductarea__problems .example-detail .smallheading {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #3E3A39;
}

.ductarea__problems .example-detail .col {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ductarea__problems .example-detail .col .image {
  width: 23%;
}

.ductarea__problems .example-detail .col .desc {
  width: calc(75%);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .1em;
  text-align: left;
}

.ductarea__problems .example-detail .facility {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  text-align: center;
}

.ductarea__problems .example-detail .facility .title {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 32px;
  border: solid 1px;
}

.ductarea__problems .example-detail .facility .desc {
  margin-top: 24px;
  font-size: 1.8rem;
}

.ductarea__problems .example-detail .image-back {
  padding: 56px 80px;
  position: relative;
  text-align: center;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-image: url("../../img/duct/kitchenduct/concernback.jpg");
  background-size: cover;
  background-position: center;
}

.ductarea__problems .example-detail .image-back .circle {
  position: absolute;
  z-index: 2;
  right: 32px;
  top: 32px;
  width: 80px;
  height: 80px;
}

.ductarea__problems .example-detail .image-back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #29ABE2;
  opacity: .7;
}

.ductarea__problems .example-detail .image-back .copy {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.ductarea__problems .example-detail .image-back .desc {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  color: #fff;
}

.ductarea__problems .help {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  text-align: center;
}

.ductarea__problems .help .upper {
  display: inline-block;
  padding: 8px 0px;
  width: 400px;
  font-size: 3.2rem;
  letter-spacing: .1em;
  font-weight: 600;
  background-color: #fff;
}

.ductarea__problems .help .lower {
  margin-top: 16px;
  font-size: 4rem;
  letter-spacing: .1em;
  font-weight: 600;
  color: #fff;
}

.ductarea__clean-back {
  position: relative;
  z-index: 0;
  padding: 120px 0 0;
}

.ductarea__clean-back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/duct/back-clean.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ductarea__chosen .inner {
  position: relative;
  z-index: 2;
}

.ductarea__chosen .heading {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}

.ductarea__chosen .heading .image {
  display: inline;
}

.ductarea__chosen .heading .image img {
  width: 140px;
  -webkit-transform: translate(-14px, 5px);
          transform: translate(-14px, 5px);
}

.ductarea__chosen .items {
  margin-top: 40px;
}

.ductarea__chosen .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ductarea__chosen .items ul li {
  width: 32%;
  background-color: red;
  padding: 16px 16px 32px 16px;
}

.ductarea__chosen .items ul li .image {
  width: 100%;
  aspect-ratio: 1 / .75;
}

.ductarea__chosen .items ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / .75;
}

.ductarea__chosen .items ul li .title {
  margin-top: 16px;
  padding-bottom: 8px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  border-bottom: solid 1px #fff;
}

.ductarea__chosen .items ul li .desc {
  padding: 0 16px;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em;
  color: #fff;
}

.ductarea__bf {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

.ductarea__bf .heading {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}

.ductarea__bf .bf {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.ductarea__bf .bf:first-of-type {
  margin-top: 56px;
}

.ductarea__bf .bf .before {
  position: relative;
  width: 30%;
}

.ductarea__bf .bf .before::after {
  content: "";
  position: absolute;
  right: calc(-32px - 20px);
  top: calc(50%);
  width: 32px;
  height: 55px;
  background-image: url("../../img/duct/arrow-right-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.ductarea__bf .bf .before .uppertxt {
  padding: 8px 0;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: black;
  font-weight: 600;
}

.ductarea__bf .bf .before .image {
  margin-top: 16px;
  background-color: #ddd;
  width: 100%;
  aspect-ratio: 1 / .75;
}

.ductarea__bf .bf .after {
  margin-left: 64px;
  width: 30%;
}

.ductarea__bf .bf .after .uppertxt {
  padding: 8px 0;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: black;
  font-weight: 600;
}

.ductarea__bf .bf .after .image {
  margin-top: 16px;
  background-color: #ddd;
  width: 100%;
  aspect-ratio: 1 / .75;
}

.ductarea__bf .bf--three {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ductarea__bf .bf--three .name {
  margin-right: 16px;
  width: 240px;
  padding: 8px 8px 8px 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 2%, 85% 98%, 0% 100%);
          clip-path: polygon(0 0, 100% 2%, 85% 98%, 0% 100%);
}

.ductarea__bf .bf--three .name.skyblue {
  background-color: #29ABE2;
}

.ductarea__bf .bf--three .name.green {
  background-color: #00A99D;
}

.ductarea__bf .bf--three .before {
  width: 18%;
}

.ductarea__bf .bf--three .before::after {
  background-image: url("../../img/duct/arrow-right-blue.svg");
}

.ductarea__bf .bf--three .after {
  width: 18%;
}

.ductarea__bf .image {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.ductarea__bf .imagemaparea {
  margin-top: 80px;
  padding: 80px 0;
  background-color: rgba(41, 171, 226, 0.23);
}

.ductarea__bf .imagemaparea .inner {
  position: relative;
  z-index: 1;
}

.ductarea__bf .imagemaparea .topdesc {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  padding: 4px 0;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #29ABE2;
}

.ductarea__bf .imagemaparea .image {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  background-color: #fff;
  padding: 40px;
}

.ductarea__videos {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

.ductarea__videos .heading {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}

.ductarea__videos .items {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ductarea__videos .item {
  width: 32%;
}

.ductarea__videos .item video {
  width: 100%;
}

.ductarea__acva {
  margin-top: 80px;
}

.ductarea__acva .inner {
  position: relative;
  z-index: 2;
}

.ductarea__acva .heading span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #018BD6;
  display: block;
  text-align: center;
}

.ductarea__acva .heading .txt {
  margin-top: 16px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

.ductarea__acva .heading .txt i {
  display: inline;
}

.ductarea__acva .heading .txt i img {
  width: 150px;
}

.ductarea__acva .copy {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 300;
  color: #4D4D4D;
  width: 70%;
}

.ductarea__acva .desc {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 300;
  line-height: 2;
  color: #4D4D4D;
  width: 70%;
}

.ductarea__acva .image {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ductarea__acva .btn {
  margin-top: 32px;
  text-align: center;
}

.ductarea__acva .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 8px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  border-radius: 50px;
  background-color: #EF5824;
}

.ductarea__acva .btn a i {
  display: inline-block;
  width: 24px;
}

.ductarea__acva .btn a span {
  margin-left: 16px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.ductarea__acva .smallheading {
  margin-top: 80px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #4D4D4D;
}

.ductarea__acva .workblock {
  margin-top: 56px;
}

.ductarea__acva .workblock .name {
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 2.4rem;
  letter-spacing: .2em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #00A99D;
}

.ductarea__acva .workblock .lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ductarea__acva .workblock .lr .left,
.ductarea__acva .workblock .lr .right {
  width: 48%;
}

.ductarea__acva .workblock .detail {
  padding: 8px 0;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #666666;
}

.ductarea__acva .workblock .image-txtgr {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ductarea__acva .workblock .image-txtgr .image {
  margin-top: 0;
  width: 48%;
}

.ductarea__acva .workblock .image-txtgr .txt-gr {
  width: 48%;
}

.ductarea__acva .workblock .image-txtgr .txt-gr table {
  margin-top: -16px;
  border-collapse: separate;
  border-spacing: 0 16px;
}

.ductarea__acva .workblock .image-txtgr .txt-gr table tr th {
  width: 80px;
  text-align: center;
  font-size: 1.4rem;
  color: #4D4D4D;
  border: solid 1px #231815;
}

.ductarea__acva .workblock .image-txtgr .txt-gr table tr td {
  padding: 0 8px;
  font-size: 1.4rem;
  color: #4D4D4D;
}

.ductarea__acva .workblock .onecol {
  margin-left: auto;
  margin-right: auto;
  width: 48%;
}

.ductarea__acva .workblock .bottomdesc {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
  color: #4D4D4D;
}

.ductarea__acva .workblock .simple-lay .upperdouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ductarea__acva .workblock .simple-lay .upperdouble .item {
  margin-left: 16px;
  width: 46%;
}

.ductarea__acva .workblock .simple-lay .upperdouble .item:first-of-type {
  margin-left: 0;
}

.ductarea__acva .workblock .simple-lay .detailname {
  font-size: 2rem;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center;
  color: #00A99D;
}

.ductarea__acva .workblock .simple-lay .image {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.ductarea__important {
  margin: 0px 0 80px;
}

.ductarea__important .image {
  padding: 56px 80px;
  position: relative;
  text-align: center;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  background-image: url("../../img/duct/kitchenduct/concernback.jpg");
  background-size: cover;
  background-position: center;
}

.ductarea__important .image .circle {
  position: absolute;
  z-index: 2;
  right: 32px;
  top: 32px;
  width: 80px;
  height: 80px;
}

.ductarea__important .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #29ABE2;
  opacity: .7;
}

.ductarea__important .image .copy {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.ductarea__important .image .desc {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  color: #fff;
}

.ductarea__flowmap {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  padding: 80px 0;
  background-color: #C5DAEE;
}

.ductarea__flowmap .heading {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  color: #fff;
  background-color: #0071b0;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 4px 0;
  text-align: center;
}

.ductarea__flowmap .image {
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #fff;
}

.ductarea--air-duct {
  margin-top: 80px;
}

.ductarea--air-duct .ductarea__headingarea {
  background-color: #00A99D;
}

.ductarea--air-duct .ductarea__headingarea .heading {
  color: #00A99D;
}

.ductarea--air-duct .ductarea__headingarea .heading::before {
  background-color: #8CF4E9;
}

.ductarea--air-duct .ductarea__problems {
  background-color: #00A99D;
}

.ductarea--air-duct .ductarea__problems::after {
  background-color: #00A99D;
}

.ductarea--air-duct .ductarea__problems .example-detail .facility .title {
  color: #00A99D;
}

.ductarea--air-duct .ductarea__problems .example-detail .facility .desc {
  color: #00A99D;
}

.ductarea--air-duct .ductarea__problems .help .upper {
  color: #00A99D;
}

.ductarea--air-duct .ductarea__chosen .heading strong {
  color: #00A99D;
}

.ductarea--air-duct .ductarea__chosen .items ul li {
  background-color: #00A99D;
}

.ductarea--air-duct .ductarea__bf .heading span:nth-of-type(1) {
  color: #32D8C8;
}

.ductarea--air-duct .ductarea__bf .heading span:nth-of-type(2) {
  color: #00A99D;
}

.ductarea--air-duct .ductarea__bf .bf .before .uppertxt {
  background-color: #32D8C8;
}

.ductarea--air-duct .ductarea__bf .bf .after .uppertxt {
  background-color: #00A99D;
}

.ductarea--kitchen-duct {
  margin-top: 16px;
}

.ductarea--kitchen-duct .ductarea__headingarea {
  background-color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__headingarea .heading {
  color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__headingarea .heading::before {
  background-color: #97DAF2;
}

.ductarea--kitchen-duct .ductarea__problems {
  background-color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__problems::after {
  background-color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__problems .example-detail .facility .title {
  color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__problems .example-detail .facility .desc {
  color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__problems .help .upper {
  color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__chosen .heading strong {
  color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__chosen .items ul li {
  background-color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__bf .heading span:nth-of-type(1) {
  color: #97DAF2;
}

.ductarea--kitchen-duct .ductarea__bf .heading span:nth-of-type(2) {
  color: #29ABE2;
}

.ductarea--kitchen-duct .ductarea__bf .bf .before .uppertxt {
  background-color: #97DAF2;
}

.ductarea--kitchen-duct .ductarea__bf .bf .after .uppertxt {
  background-color: #29ABE2;
}

.ductarea--house-duct {
  margin-top: 16px;
}

.ductarea--house-duct .ductarea__headingarea {
  background-color: #0071BC;
}

.ductarea--house-duct .ductarea__headingarea .heading {
  color: #0071BC;
}

.ductarea--house-duct .ductarea__headingarea .heading::before {
  background-color: #3fa0e1;
}

.ductarea--house-duct .ductarea__problems {
  background-color: #0071BC;
}

.ductarea--house-duct .ductarea__problems::after {
  background-color: #0071BC;
}

.ductarea--house-duct .ductarea__problems .example-detail .facility .title {
  color: #0071BC;
}

.ductarea--house-duct .ductarea__problems .example-detail .facility .desc {
  color: #0071BC;
}

.ductarea--house-duct .ductarea__problems .help .upper {
  color: #0071BC;
}

.ductarea--house-duct .ductarea__chosen .heading strong {
  color: #0071BC;
}

.ductarea--house-duct .ductarea__chosen .items ul li {
  background-color: #0071BC;
}

.ductarea--house-duct .ductarea__bf .heading span:nth-of-type(1) {
  color: #73C6F4;
}

.ductarea--house-duct .ductarea__bf .heading span:nth-of-type(2) {
  color: #0071BC;
}

.ductarea--house-duct .ductarea__bf .bf .before .uppertxt {
  background-color: #73C6F4;
}

.ductarea--house-duct .ductarea__bf .bf .after .uppertxt {
  background-color: #0071BC;
}

.duct-cta {
  padding: 56px 0 56px;
  position: relative;
  background-color: #FBB03B;
}

.duct-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../../img/duct/back-net.svg");
  background-size: contain;
  background-repeat: repeat;
}

.duct-cta__inner {
  position: relative;
  z-index: 2;
}

.duct-cta__lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.duct-cta__lr > .left {
  width: 65%;
  margin-right: 56px;
}

.duct-cta__lr > .left .estimate {
  display: block;
  padding: 8px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  width: 100%;
  background-image: linear-gradient(10deg, #C1272D, #F15A24, #EF5824);
}

.duct-cta__lr > .left .copygr {
  margin-top: -31px;
  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;
}

.duct-cta__lr > .left .copygr .illust {
  display: inline-block;
  width: 190px;
}

.duct-cta__lr > .left .copygr .illust img {
  width: 100%;
}

.duct-cta__lr > .left .copygr .maincopy {
  margin-left: 17px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.duct-cta__lr > .left .btns {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.duct-cta__lr > .left .btns a.tel {
  background-color: #fff;
  padding: 14px 9px;
  border: #0071BC 1px solid;
  width: 48%;
}

.duct-cta__lr > .left .btns a.tel .upper {
  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;
}

.duct-cta__lr > .left .btns a.tel .upper .icon {
  margin-right: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.duct-cta__lr > .left .btns a.tel .upper .icon img {
  width: 100%;
}

.duct-cta__lr > .left .btns a.tel .upper .txt {
  font-size: 4rem;
  line-height: 1.2;
  color: #0071BC;
}

.duct-cta__lr > .left .btns a.tel .lower {
  margin-top: 0px;
  background-color: #29ABE2;
}

.duct-cta__lr > .left .btns a.tel .lower .desc {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}

.duct-cta__lr > .left .btns a.email {
  width: 49%;
  height: 96px;
}

.duct-cta__lr > .left .btns a.email .upper {
  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;
  height: 22px;
  background-color: #C1272D;
}

.duct-cta__lr > .left .btns a.email .upper .desc {
  color: #fff;
  font-size: 1.3rem;
}

.duct-cta__lr > .left .btns a.email .lower {
  height: calc(100% - 22px);
  background-color: #EF5824;
}

.duct-cta__lr > .left .btns a.email .lower .lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.duct-cta__lr > .left .btns a.email .lower .lr .left .txticon {
  display: inline-block;
  width: 72px;
}

.duct-cta__lr > .left .btns a.email .lower .lr .left .txticon img {
  width: 100%;
}

.duct-cta__lr > .left .btns a.email .lower .lr .right {
  margin-left: 8px;
}

.duct-cta__lr > .left .btns a.email .lower .lr .right .small {
  font-size: 1.2rem;
  color: #fff;
}

.duct-cta__lr > .left .btns a.email .lower .lr .right .bigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.duct-cta__lr > .left .btns a.email .lower .lr .right .bigger .icon {
  margin-left: 4px;
  display: inline-block;
  width: 28px;
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}

.duct-cta__lr > .right {
  width: 35%;
}

.duct-flow {
  padding: 80px 0;
}

.duct-flow__heading {
  text-align: center;
}

.duct-flow__heading .title {
  font-size: 3.2rem;
  letter-spacing: .1em;
  font-weight: 600;
}

.duct-flow__list {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.duct-flow__list ol {
  position: relative;
}

.duct-flow__list ol::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: -23px;
  top: 27px;
  width: 1px;
  height: calc(100% - 54px);
  border-left: dashed 1px #0071bc;
}

.duct-flow__list ol li {
  margin-top: 56px;
}

.duct-flow__list ol li h3 {
  padding-left: 64px;
  position: relative;
  padding-bottom: 8px;
  font-size: 2.4rem;
  border-bottom: 2px solid;
}

.duct-flow__list ol li h3::before {
  content: "1";
  font-size: 4rem;
  position: absolute;
  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;
  left: -72px;
  top: -7px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  background-color: red;
}

.duct-flow__list ol li p {
  padding-left: 64px;
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2;
}

.duct-flow__list ol li .btns {
  padding-left: 64px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.duct-flow__list ol li .btns a.tel {
  padding: 14px 9px;
  width: 48%;
}

.duct-flow__list ol li .btns a.tel .upper {
  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;
}

.duct-flow__list ol li .btns a.tel .upper .icon {
  margin-right: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.duct-flow__list ol li .btns a.tel .upper .icon img {
  width: 100%;
}

.duct-flow__list ol li .btns a.tel .upper .txt {
  font-size: 4rem;
  line-height: 1.2;
  color: #0071BC;
}

.duct-flow__list ol li .btns a.tel .lower {
  margin-top: 0px;
  background-color: #29ABE2;
}

.duct-flow__list ol li .btns a.tel .lower .desc {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}

.duct-flow__list ol li .btns a.email {
  width: 49%;
  height: 96px;
}

.duct-flow__list ol li .btns a.email .upper {
  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;
  height: 22px;
  background-color: #C1272D;
}

.duct-flow__list ol li .btns a.email .upper .desc {
  color: #fff;
  font-size: 1.3rem;
}

.duct-flow__list ol li .btns a.email .lower {
  height: calc(100% - 22px);
  background-color: #EF5824;
}

.duct-flow__list ol li .btns a.email .lower .lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.duct-flow__list ol li .btns a.email .lower .lr .left .txticon {
  display: inline-block;
  width: 72px;
}

.duct-flow__list ol li .btns a.email .lower .lr .left .txticon img {
  width: 100%;
}

.duct-flow__list ol li .btns a.email .lower .lr .right {
  margin-left: 8px;
}

.duct-flow__list ol li .btns a.email .lower .lr .right .small {
  font-size: 1.2rem;
  color: #fff;
}

.duct-flow__list ol li .btns a.email .lower .lr .right .bigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.duct-flow__list ol li .btns a.email .lower .lr .right .bigger .icon {
  margin-left: 4px;
  display: inline-block;
  width: 28px;
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}

.duct-flow__list ol li:first-of-type {
  margin-top: 0;
}

.duct-flow__list ol li:nth-of-type(2n - 1) h3 {
  color: #0071bc;
}

.duct-flow__list ol li:nth-of-type(2n - 1) h3::before {
  background-color: #0071bc;
}

.duct-flow__list ol li:nth-of-type(2n) h3 {
  color: #29abe2;
}

.duct-flow__list ol li:nth-of-type(2n) h3::before {
  background-color: #29abe2;
}

.duct-flow__list ol li:nth-of-type(1) h3::before {
  content: "1";
}

.duct-flow__list ol li:nth-of-type(2) h3::before {
  content: "2";
}

.duct-flow__list ol li:nth-of-type(3) h3::before {
  content: "3";
}

.duct-flow__list ol li:nth-of-type(4) h3::before {
  content: "4";
}

.duct-flow__list ol li:nth-of-type(5) h3::before {
  content: "5";
}

.duct-faq {
  padding: 80px 0 0;
}

.duct-faq__heading {
  text-align: center;
}

.duct-faq__heading .title {
  font-size: 3.2rem;
  letter-spacing: .1em;
  font-weight: 600;
}

.duct-faq__back {
  margin-top: 32px;
  padding: 80px 0;
  background-color: rgba(41, 171, 226, 0.17);
}

.duct-faq__list {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.duct-faq__list dl dt {
  position: relative;
  padding-left: 56px;
  margin-top: 32px;
  font-size: 2rem;
  letter-spacing: .1em;
  font-weight: 600;
  color: #000;
  border-bottom: dashed 1.7px #0071bc;
  padding-bottom: 16px;
}

.duct-faq__list dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background-image: url("../../img/duct/txt-q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.duct-faq__list dl dt:first-of-type {
  margin-top: 0;
}

.duct-faq__list dl dd {
  padding-left: 100px;
  padding-right: 16px;
  position: relative;
  margin-top: 24px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2;
}

.duct-faq__list dl dd::before {
  content: "";
  position: absolute;
  left: 49px;
  top: -4px;
  background-image: url("../../img/duct/txt-a.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.duct-contact {
  padding: 80px 0;
  background-color: #fefefe;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.duct-contact__heading .heading {
  font-size: 4rem;
  font-weight: 600;
  font-weight: 600;
  text-align: center;
}

.duct-contact__heading .heading .blue {
  color: #0071BC;
}

.duct-contact__tel {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.duct-contact__tel .heading {
  padding: 8px 8px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #0071BC;
}

.duct-contact__tel .desc {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.duct-contact__tel .tellink {
  margin-top: 8px;
  text-align: center;
}

.duct-contact__tel .tellink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C1272D;
  padding: 8px 0;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.duct-contact__tel .tellink a i {
  display: inline-block;
  width: 24px;
  color: #fff;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.duct-contact__tel .tellink a .txt {
  margin-left: 8px;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

.duct-contact__tel .tellink .hour {
  margin-top: 4px;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #C1272D;
}

.duct-contact__form .heading {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #0071BC;
}

.duct-contact__form .topdesc {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.duct-contact__form table {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.duct-contact__form table tr {
  border-bottom: solid 1px #ddd;
}

.duct-contact__form table tr:last-of-type {
  border-bottom: none;
}

.duct-contact__form table th {
  position: relative;
  padding: 24px 8px;
  width: 35%;
  font-size: 1.6rem;
  font-weight: 600;
}

.duct-contact__form table th .require {
  position: absolute;
  right: 0;
  top: 38%;
  border: solid 1px #C1272D;
  padding: 2px 8px;
  color: #C1272D;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}

.duct-contact__form table td {
  padding: 24px 0px 24px 24px;
  width: 65%;
}

.duct-contact__form table td input[type="text"],
.duct-contact__form table td input[type="email"],
.duct-contact__form table td input[type="tel"] {
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-contact__form table td input[type="text"]::-webkit-input-placeholder,
.duct-contact__form table td input[type="email"]::-webkit-input-placeholder,
.duct-contact__form table td input[type="tel"]::-webkit-input-placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td input[type="text"]:-ms-input-placeholder,
.duct-contact__form table td input[type="email"]:-ms-input-placeholder,
.duct-contact__form table td input[type="tel"]:-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td input[type="text"]::-ms-input-placeholder,
.duct-contact__form table td input[type="email"]::-ms-input-placeholder,
.duct-contact__form table td input[type="tel"]::-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td input[type="text"]::placeholder,
.duct-contact__form table td input[type="email"]::placeholder,
.duct-contact__form table td input[type="tel"]::placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td input[type="date"] {
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-contact__form table td textarea {
  padding: 8px;
  width: 100%;
  height: 300px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-contact__form table td textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td textarea::placeholder {
  color: #b7b7b7;
}

.duct-contact__form table td.radio label {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.duct-contact__form table td.radio label:first-of-type {
  margin-top: 0;
}

.duct-contact__form table td.radio label span {
  margin-left: 8px;
  font-size: 1.6rem;
}

.duct-contact__form table td .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-contact__form table td .date label {
  width: 48%;
}

.duct-contact__form table td .date label span {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
}

.duct-contact__form table td .date label input {
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
  color: #333 !important;
  background-color: #fff !important;
}

.duct-contact__form table td .date label select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
  color: #333 !important;
  background-color: #fff !important;
}

.duct-contact__form table td .date-bottomcaution p {
  font-size: 1.6rem;
  font-weight: 600;
}

.duct-contact__form .submit {
  margin-top: 24px;
  text-align: center;
}

.duct-contact__form .submit input,
.duct-contact__form .submit button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 16px 0;
  width: 280px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #0071BC;
  border: none;
}

.duct-contact__form .tab-group {
  border-top: solid 2px #d3d3d3;
  padding-top: 56px;
  margin-top: 56px;
  /* タブ全体の幅 */
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  text-align: center;
}

.duct-contact__form .tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  /* カーソル形状を指先にする */
  cursor: pointer;
}

.duct-contact__form .tab-button .is-active {
  color: #FFF;
  background-color: #0071BC;
}

.duct-contact__form .tab {
  width: calc(100% / 2.025);
  background-color: #f2f2f2;
  padding: 24px 16px;
  font-size: 2rem;
  color: #929292;
  font-weight: 600;
  border-bottom: none;
}

.duct-contact__form .tab:hover {
  cursor: pointer;
}

.duct-contact__form .tab-contents {
  padding: 40px 0;
  margin-top: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top: none;
  background: #f2f2f2;
}

.duct-contact__form .content {
  display: none;
  padding: 8px;
  text-align: left;
}

.duct-contact__form .content.is-display {
  display: block;
}

.duct-cta-blueprint {
  padding: 80px 0;
  background-color: #29ABE2;
}

.duct-cta-blueprint__heading {
  padding: 12px 8px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
}

.duct-cta-blueprint__heading .heading {
  font-size: 2.4rem;
  color: #000;
}

.duct-cta-blueprint__lr {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.duct-cta-blueprint__left {
  width: 48%;
}

.duct-cta-blueprint__left .copygr {
  text-align: center;
}

.duct-cta-blueprint__left .copygr .upper {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.duct-cta-blueprint__left .copygr .lower {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}

.duct-cta-blueprint__left .desc {
  margin-top: 24px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}

.duct-cta-blueprint__left .btn {
  margin-top: 24px;
  text-align: center;
}

.duct-cta-blueprint__left .btn a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  border-radius: 5px;
  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;
  width: 300px;
  text-align: center;
  background-color: #2E3192;
}

.duct-cta-blueprint__left .btn a::after {
  content: "";
  position: absolute;
  left: -1.25%;
  top: -7.5%;
  width: 102.5%;
  height: 115%;
  border: solid 1px #fff;
  border-radius: 8px;
}

.duct-cta-blueprint__left .btn a .icon {
  display: inline-block;
  width: 26px;
}

.duct-cta-blueprint__left .btn a .txt {
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.duct-cta-blueprint__right {
  width: 48%;
}

.duct-cta-blueprint__right .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-cta-blueprint__right .images .image {
  margin-left: 0;
  margin-right: auto;
  width: 80%;
}

.duct-cta-blueprint__right .images .image img {
  width: 100%;
  border: solid 3px #fff;
}

.duct-cta-blueprint--panf {
  background-color: rgba(41, 171, 226, 0.17);
}

.duct-cta-blueprint--panf .duct-cta-blueprint__heading {
  background-color: #359bd3;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__heading .heading {
  color: #fff;
  font-size: 2rem;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__lr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left {
  width: 52%;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .copygr .upper {
  margin-top: 16px;
  color: #29ABE2;
  font-size: 1.6rem;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .copygr .upper .image {
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .copygr .lower {
  color: #333;
  font-size: 2.4rem;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .desc {
  color: #333;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  border-radius: 5px;
  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;
  width: 300px;
  text-align: center;
  background-color: #359bd3;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a::after {
  content: "";
  position: absolute;
  left: -1.25%;
  top: -7.5%;
  width: 102.5%;
  height: 115%;
  border: solid 1px #fff;
  border-radius: 8px;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a .icon {
  display: inline-block;
  width: 26px;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a .txt {
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__right {
  width: 48%;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__right .images {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__right .images .image {
  width: 70%;
}

.duct-cta-blueprint--panf .duct-cta-blueprint__right .images .image img {
  width: 100%;
  border: solid 1px #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.works-single {
  margin-top: 200px;
  margin-bottom: 120px;
}

.works-single__upper .lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-single__upper .lr .left,
.works-single__upper .lr .right {
  width: 48.5%;
}

.works-single__upper .lr .left .image,
.works-single__upper .lr .right .image {
  width: 100%;
  aspect-ratio: 1 / .7;
}

.works-single__upper .lr .left .image img,
.works-single__upper .lr .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.works-single__upper .lr .left .title,
.works-single__upper .lr .right .title {
  padding: 8px;
  width: 75%;
  color: #fff;
  background-color: #00A99D;
  font-size: 2.8rem;
  text-align: center;
}

.works-single__upper .lr .left .detail,
.works-single__upper .lr .right .detail {
  margin-top: 40px;
}

.works-single__upper .lr .left .detail table,
.works-single__upper .lr .right .detail table {
  width: 100%;
  table-layout: auto;
}

.works-single__upper .lr .left .detail table tr,
.works-single__upper .lr .right .detail table tr {
  border-bottom: dashed 1px #000;
}

.works-single__upper .lr .left .detail table tr th,
.works-single__upper .lr .right .detail table tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  color: #333;
  width: 30%;
}

.works-single__upper .lr .left .detail table tr td,
.works-single__upper .lr .right .detail table tr td {
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  color: #333;
}

.works-single__upper .lr .left .detail table tr td a,
.works-single__upper .lr .right .detail table tr td a {
  color: #00A99D;
  margin-left: 4px;
  margin-right: 4px;
  border-bottom: solid;
  line-height: 2;
}

.works-single__subimages {
  margin-top: 40px;
}

.works-single__subimages .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-single__subimages .items .item {
  margin-top: 1%;
  margin-left: 1%;
  width: 24%;
}

.works-single__subimages .items .item:first-of-type, .works-single__subimages .items .item:nth-of-type(4n + 1) {
  margin-left: 0;
}

.works-single__subimages .items .item:nth-of-type(1), .works-single__subimages .items .item:nth-of-type(2), .works-single__subimages .items .item:nth-of-type(3), .works-single__subimages .items .item:nth-of-type(4) {
  margin-top: 0;
}

.works-single__bottomarea {
  margin-top: 80px;
}

.works-single__bottomarea .detail {
  margin-top: 56px;
}

.works-single__bottomarea .detail .heading {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-left: calc(24px + 8px);
  padding-bottom: 8px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: solid 2px #0071b0;
}

.works-single__bottomarea .detail .heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.3px;
  width: 20px;
  height: 20px;
  background-color: #0071b0;
}

.works-single__bottomarea .detail .desc {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 16px;
  font-size: 1.7rem;
  line-height: 2;
}

.works-single__bottomarea .detail--greenback {
  margin-top: 56px;
  padding: 80px 0;
  background-color: rgba(0, 157, 145, 0.31);
}

.works-single__bottomarea .detail--greenback .heading {
  border-bottom: solid 2px #fff;
}

.works-single__bottomarea .detail--greenback .heading::before {
  background-color: #009d91;
}

.works-single__bottomarea .detail--greenback .desc {
  margin-top: 16px;
  font-size: 1.7rem;
  line-height: 2;
}

.duct-download {
  padding: 80px 0;
  margin-top: 24px;
  background-color: #29ABE2;
}

.duct-download__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.duct-download__upper .heading {
  width: 50%;
}

.duct-download__upper .images {
  margin-left: 32px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-download__upper .images .image {
  width: 100%;
}

.duct-download__upper .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px #fff;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.duct-download__list {
  margin-top: 56px;
  text-align: center;
  border: solid 1px #333;
  padding: 32px;
  font-size: 1.8rem;
  color: #333;
}

.duct-download__list ul {
  display: inline-block;
}

.duct-download__list ul li {
  display: block;
  margin-top: 16px;
  text-align: left;
  list-style: disc;
}

.duct-download__list ul li:first-of-type {
  margin-top: 0;
}

.duct-download__list ul li a {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 600;
  color: #333;
  border-bottom: solid 1px;
}

.duct-download__items {
  padding: 32px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.duct-download__items .inner {
  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;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.duct-download__items .item {
  margin-top: 24px;
  margin-left: 1%;
  width: 19%;
}

.duct-download__items .item:first-of-type, .duct-download__items .item:nth-of-type(5n + 1) {
  margin-left: 0;
}

.duct-download__items .item .image {
  width: 100%;
  aspect-ratio: 1 / .75;
}

.duct-download__items .item img {
  border: solid 1px #ddd;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.duct-download__items .item .name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.duct-download__form {
  margin-top: 32px;
  padding: 80px 0;
  background-color: #fff;
}

.duct-download__form table {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.duct-download__form table tr {
  border-bottom: solid 1px #ddd;
}

.duct-download__form table tr:last-of-type {
  border-bottom: none;
}

.duct-download__form table tr:first-of-type th, .duct-download__form table tr:first-of-type td {
  padding-top: 0;
}

.duct-download__form table th {
  position: relative;
  padding: 24px 8px;
  width: 23%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
}

.duct-download__form table th .require {
  position: absolute;
  right: 8px;
  top: calc(50% - 15.2px);
  border: solid 1px #C1272D;
  padding: 2px 8px;
  color: #C1272D;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}

.duct-download__form table td {
  padding: 24px 0px 24px 24px;
  width: 65%;
}

.duct-download__form table td input[type="text"],
.duct-download__form table td input[type="email"],
.duct-download__form table td input[type="tel"] {
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-download__form table td input[type="text"]::-webkit-input-placeholder,
.duct-download__form table td input[type="email"]::-webkit-input-placeholder,
.duct-download__form table td input[type="tel"]::-webkit-input-placeholder {
  color: #b7b7b7;
}

.duct-download__form table td input[type="text"]:-ms-input-placeholder,
.duct-download__form table td input[type="email"]:-ms-input-placeholder,
.duct-download__form table td input[type="tel"]:-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-download__form table td input[type="text"]::-ms-input-placeholder,
.duct-download__form table td input[type="email"]::-ms-input-placeholder,
.duct-download__form table td input[type="tel"]::-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-download__form table td input[type="text"]::placeholder,
.duct-download__form table td input[type="email"]::placeholder,
.duct-download__form table td input[type="tel"]::placeholder {
  color: #b7b7b7;
}

.duct-download__form table td input[type="date"] {
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-download__form table td textarea {
  padding: 8px;
  width: 100%;
  height: 300px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-download__form table td textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.duct-download__form table td textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-download__form table td textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.duct-download__form table td textarea::placeholder {
  color: #b7b7b7;
}

.duct-download__form table td.radio .wpcf7-list-item {
  display: block;
  margin-top: 24px;
  font-weight: 600;
}

.duct-download__form table td.radio .wpcf7-list-item:first-of-type {
  margin-top: 0;
}

.duct-download__form table td.radio label {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.duct-download__form table td.radio label span {
  margin-left: 8px;
  font-size: 1.8rem;
}

.duct-download__form table td.radio .wpcf7-list-item.first label {
  margin-top: 0;
}

.duct-download__form table td .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-download__form table td .date label {
  width: 48%;
}

.duct-download__form table td .date label span.heading {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}

.duct-download__form table td .date label input {
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-download__form table td .date select {
  padding: 8px;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border: solid 2px #ddd;
  border-radius: 5px;
}

.duct-download__form table td .date-bottomcaution {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}

.duct-download__form .submit {
  margin-top: 24px;
  text-align: center;
}

.duct-download__form .submit input,
.duct-download__form .submit button {
  padding: 16px 0;
  width: 280px;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #0071BC;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.duct-download__form .submit .wpcf7-spinner {
  display: block;
}

.duct-download__form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
}

.duct-download__form .wpcf7-response-output {
  font-size: 1.6rem !important;
}

.duct-download--skyblue {
  background-color: #DDF1FC;
}

.duct-download--skyblue .duct-download__upper .images {
  margin-left: 32px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.duct-download--skyblue .duct-download__upper .images .image {
  width: 100%;
  background-color: initial;
}

.duct-download--skyblue .duct-download__upper .images .image img {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.duct-download--skyblue .duct-download__list {
  border: solid 1px #333;
  color: #333;
}

.duct-download--skyblue .duct-download__list ul li a {
  color: #333;
}

@media screen and (max-width: 1300px) {
  .duct-cta__lr > .left {
    width: 65%;
    margin-right: 56px;
  }
  .duct-cta__lr > .left .copygr {
    margin-top: 8px;
  }
  .duct-cta__lr > .left .copygr .illust {
    display: inline-block;
    width: 20%;
  }
  .duct-cta__lr > .left .copygr .maincopy {
    margin-left: 12px;
    font-size: 2.5rem;
  }
  .duct-cta__lr > .left .btns a.tel {
    height: 96px;
    padding: 19px 9px 0;
  }
  .duct-cta__lr > .left .btns a.tel .upper .icon {
    width: 24px;
    height: 24px;
  }
  .duct-cta__lr > .left .btns a.tel .upper .icon img {
    width: 100%;
  }
  .duct-cta__lr > .left .btns a.tel .upper .txt {
    font-size: 2.4rem;
  }
  .duct-cta__lr > .left .btns a.tel .lower {
    margin-top: 4px;
  }
  .duct-cta__lr > .left .btns a.email {
    width: 49%;
    height: 96px;
  }
  .duct-cta__lr > .left .btns a.email .upper {
    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;
    height: 22px;
    background-color: #C1272D;
  }
  .duct-cta__lr > .left .btns a.email .upper .desc {
    color: #fff;
    font-size: 1.3rem;
  }
  .duct-cta__lr > .left .btns a.email .lower {
    height: calc(100% - 22px);
    background-color: #EF5824;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .left .txticon {
    display: inline-block;
    width: 72px;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .left .txticon img {
    width: 100%;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right {
    margin-left: 8px;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right .small {
    font-size: 1.2rem;
    color: #fff;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right .bigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    color: #fff;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right .bigger .icon {
    margin-left: 4px;
    display: inline-block;
    width: 28px;
    -webkit-transform: translateY(2.5px);
            transform: translateY(2.5px);
  }
  .duct-cta__lr > .right {
    width: 35%;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .ductheader {
    position: absolute;
    height: auto;
  }
  .ductheader__inner {
    padding-left: 8px;
  }
  .ductheader__lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .ductheader__logo {
    padding: 8px 0 4px;
    width: 100%;
  }
  .ductheader__logo > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ductheader__logo > a .logo {
    width: 30%;
  }
  .ductheader__logo > a .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-left: 4px;
    font-size: 1.1rem;
    text-align: left;
    font-weight: 600;
    color: #4D4D4D;
    width: 67.5%;
  }
  .ductheader__btns {
    padding: 8px;
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ductheader__btns a.tel {
    position: relative;
    width: 48%;
    height: 59px;
    background-color: #fff;
  }
  .ductheader__btns a.tel .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 16px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ductheader__btns a.tel .upper .icon {
    margin-right: 4px;
    width: 24px;
    height: 24px;
  }
  .ductheader__btns a.tel .upper .txt {
    font-size: 5.3vw;
    letter-spacing: 0;
    line-height: 1;
  }
  .ductheader__btns a.tel .lower {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .ductheader__btns a.tel .lower .desc {
    font-size: 1.1rem;
  }
  .ductheader__btns a.email {
    position: relative;
    margin-left: 0px;
    width: 49%;
    height: 59px;
  }
  .ductheader__btns a.email .upper {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
  }
  .ductheader__btns a.email .upper .desc {
    font-size: 1.1rem;
  }
  .ductheader__btns a.email .lower {
    height: calc(100% - 15px);
  }
  .ductheader__btns a.email .lower .lr .left {
    margin-left: 4px;
  }
  .ductheader__btns a.email .lower .lr .left .txticon {
    width: 40px;
  }
  .ductheader__btns a.email .lower .lr .right {
    margin-left: 4px;
  }
  .ductheader__btns a.email .lower .lr .right .small {
    display: none;
  }
  .ductheader__btns a.email .lower .lr .right .bigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.9vw;
  }
  .ductheader__btns a.email .lower .lr .right .bigger .icon {
    margin-left: 4px;
    width: 19px;
    -webkit-transform: translateY(1.75px);
            transform: translateY(1.75px);
  }
  .duct-topfv {
    position: relative;
    margin-top: 46px;
  }
  .duct-topfv .btn {
    left: 3.8%;
    bottom: 8.4%;
    width: 89.3%;
    height: 11.8%;
  }
  .duct-topfv .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .duct-bf {
    margin-top: 24px;
  }
  .duct-bf__items {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .duct-bf__item {
    margin-top: 22px;
    width: 100%;
  }
  .duct-bf__item:first-of-type {
    margin-top: 0;
  }
  .duct-bf__item .images .before {
    width: 49.5%;
  }
  .duct-bf__item .images .before .uppertxt {
    font-size: 1.7rem;
  }
  .duct-bf__item .images .after {
    width: 49.5%;
  }
  .duct-bf__item .images .after .uppertxt {
    font-size: 1.7rem;
  }
  .duct-bf__item .name {
    margin-top: 4px;
    padding: 4px 0px;
    font-size: 1.6rem;
  }
  .duct-past-clients {
    padding: 40px 0 0;
    width: 100%;
  }
  .duct-past-clients__heading .txt {
    font-size: 2.2rem;
  }
  .duct-past-clients__box {
    margin-top: 16px;
    padding: 24px 16px;
  }
  .duct-past-clients__box .items .logo {
    margin-top: 18px;
    width: 32%;
  }
  .duct-past-clients__box .items .logo:nth-of-type(1), .duct-past-clients__box .items .logo:nth-of-type(2), .duct-past-clients__box .items .logo:nth-of-type(3) {
    margin-top: 0;
  }
  .duct-past-clients__box .items ul {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .duct-past-clients__box .items ul li {
    margin: 2px 6px;
  }
  .duct-typelinks {
    padding: 24px 0;
    margin-top: 24px;
  }
  .duct-typelinks__btns {
    display: block;
  }
  .duct-typelinks__btns a {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding: 12px 0;
  }
  .duct-typelinks__btns a:first-of-type {
    margin-top: 0;
  }
  .duct-typelinks__btns a .txt {
    font-size: 1.4rem;
  }
  .duct-typelinks__btns a i {
    display: inline-block;
    width: 14px;
    margin-left: 16px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .duct-topreasons {
    padding: 40px 0 0;
  }
  .duct-topreasons__heading .heading {
    font-size: 1.5rem;
  }
  .duct-topreasons__heading .bottom {
    font-size: 2.2rem;
  }
  .duct-topreasons__items {
    margin-top: 22px;
  }
  .duct-topreasons__items ul li {
    margin-top: 32px;
    display: block;
  }
  .duct-topreasons__items ul li .image {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
    aspect-ratio: 1 / .7;
  }
  .duct-topreasons__items ul li .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .duct-topreasons__items ul li .txt-gr {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .duct-topreasons__items ul li .txt-gr h3 {
    padding-bottom: 8px;
    font-size: 1.9rem;
  }
  .duct-topreasons__items ul li .txt-gr .desc {
    width: 100%;
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .duct-works {
    padding: 40px 0 0;
  }
  .duct-works__heading .heading {
    font-size: 2.2rem;
  }
  .duct-works__heading .subheading {
    margin-top: 12px;
    padding: 4px 24px;
    font-size: 1.6rem;
  }
  .duct-works__slide {
    margin-top: 22px;
  }
  .duct-works__slide .item {
    padding: 0 8px;
  }
  .duct-works__slide .item .image img.noimage {
    padding: 8px;
  }
  .duct-works__slide .item .name {
    margin-top: 4px;
    padding-bottom: 4px;
    font-size: 1.5rem;
  }
  .duct-works__slide .item .type {
    margin-top: 4px;
  }
  .duct-works__slide .item .type .heading {
    font-size: 1.25rem;
  }
  .duct-works__slide .item .type ul {
    margin-top: 8px;
  }
  .duct-works__slide .item .type ul li {
    padding: 2px;
    border-radius: 2.5px;
    font-size: 1.25rem;
  }
  .duct-works__btn {
    margin-top: 28px;
    text-align: center;
  }
  .duct-works__btn a {
    display: inline-block;
    border: #00A99D solid 1px;
    color: #00A99D;
    background-color: initial;
    text-align: center;
    font-size: 1.4rem;
    padding: 6px 0;
    width: 80%;
    border-radius: 2.5px;
  }
  .duct-works__notyet{
    margin-top: 28px;
    font-size: 1.6rem;
  }
  .duct-works__workslist {
    margin-top: 20px;
  }
  .duct-works__workslist .items {
    padding: 24px 16px;
    width: auto;
  }
  .duct-works__workslist .items .item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    font-size: 1.2rem;
    min-width: 240px;
  }
  .duct-works__workslist .items .item a {
    padding: 5px 0;
  }
  .duct-works--air .duct-works__slide .item .name {
    color: #00A99D;
  }
  .duct-works--air .duct-works__slide .item .type ul li {
    background-color: initial;
    color: #000;
    border: solid 1px #000;
    border-radius: 0px;
  }
  .duct-works--archive {
    margin-top: 40px;
  }
  .duct-works--archive .duct-works__slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .duct-works--archive .duct-works__slide .item {
    padding: 0;
    margin-top: 24px;
    width: 48.5%;
  }
  .ductarea__headingarea {
    width: 100vw;
    height: 30vw;
  }
  .ductarea__headingarea .image {
    width: 60%;
  }
  .ductarea__headingarea .heading {
    position: relative;
    z-index: 2;
    width: 80%;
    padding: 12px 8px;
    font-size: 1.5rem;
    background-color: #fff;
    text-align: center;
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
            clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  }
  .ductarea__headingarea .heading::before {
    width: 32px;
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 36% 100%, 0% 100%);
            clip-path: polygon(7% 0%, 100% 0%, 36% 100%, 0% 100%);
  }
  .ductarea__headingarea .heading .txt {
    font-size: 2rem;
  }
  .ductarea__problems {
    padding: 40px 0 32px;
  }
  .ductarea__problems::after {
    content: "";
    position: initial;
    bottom: 28px;
    left: calc(50% - 50.1px);
    width: calc(253px / 2.5);
    height: calc(72px / 2.5);
    -webkit-clip-path: polygon(69% 0, 31% 0, 50% 100%);
            clip-path: polygon(69% 0, 31% 0, 50% 100%);
  }
  .ductarea__problems .heading {
    padding-bottom: 4px;
    font-size: 2.2rem;
    border-bottom: solid #FFFF00 2.4px;
  }
  .ductarea__problems .items {
    margin-top: 22px;
    width: 100%;
  }
  .ductarea__problems .items ul li {
    margin-top: 16px;
    padding: 16px 8px 16px 44px;
    font-size: 1.65rem;
    background-image: initial;
    background-color: #fff;
    text-align: left;
  }
  .ductarea__problems .items ul li::before {
    left: 14px;
    top: 15px;
    width: 26px;
    height: 26px;
  }
  .ductarea__problems .items ul li::after {
    content: "";
    position: absolute;
    left: 1.25%;
    top: 5%;
    width: 97.5%;
    border: dashed 1.2px #333;
    height: 90%;
    pointer-events: none;
  }
  .ductarea__problems .example-detail {
    margin-top: 22px;
    width: 90%;
    padding: 24px 16px;
  }
  .ductarea__problems .example-detail .smallheading {
    font-size: 1.6rem;
  }
  .ductarea__problems .example-detail .col {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ductarea__problems .example-detail .col .image {
    width: 32%;
  }
  .ductarea__problems .example-detail .col .desc {
    width: 65%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .ductarea__problems .example-detail .facility {
    position: relative;
    z-index: 2;
    margin-top: 24px;
  }
  .ductarea__problems .example-detail .facility .title {
    font-size: 1.6rem;
    padding: 4px 0;
    width: 100%;
  }
  .ductarea__problems .example-detail .facility .desc {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .ductarea__problems .example-detail .image-back {
    padding: 24px 16px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .ductarea__problems .example-detail .image-back .circle {
    right: 8px;
    top: 16px;
    height: 80px;
    width: 24%;
    display: none;
  }
  .ductarea__problems .example-detail .image-back .copy {
    width: 100%;
    font-size: 1.7rem;
    text-align: left;
  }
  .ductarea__problems .example-detail .image-back .desc {
    margin-top: 12px;
    font-size: 1.35rem;
    line-height: 1.8;
  }
  .ductarea__problems .help {
    margin-top: 40px;
  }
  .ductarea__problems .help .upper {
    width: 100%;
    padding: 8px 0px;
    font-size: 1.5rem;
  }
  .ductarea__problems .help .lower {
    margin-top: 4px;
    font-size: 2.2rem;
  }
  .ductarea__clean-back {
    padding: 40px 0 0;
  }
  .ductarea__chosen .heading {
    font-size: 2.2rem;
  }
  .ductarea__chosen .heading .image img {
    width: 100px;
  }
  .ductarea__chosen .items {
    margin-top: 20px;
  }
  .ductarea__chosen .items ul {
    display: block;
  }
  .ductarea__chosen .items ul li {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    padding: 8px 8px 32px 8px;
  }
  .ductarea__chosen .items ul li .title {
    margin-top: 8px;
    padding-bottom: 4px;
    font-size: 1.6rem;
  }
  .ductarea__chosen .items ul li .desc {
    padding: 0 8px;
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .ductarea__bf {
    margin-top: 40px;
  }
  .ductarea__bf .heading {
    font-size: 2.8rem;
  }
  .ductarea__bf .bf {
    margin-top: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ductarea__bf .bf:first-of-type {
    margin-top: 16px;
  }
  .ductarea__bf .bf .before {
    width: 49.2%;
  }
  .ductarea__bf .bf .before::after {
    right: calc(-30px - -8px);
    top: calc(47%);
    width: 26px;
    height: 49px;
  }
  .ductarea__bf .bf .before .uppertxt {
    padding: 4px 0;
    font-size: 1.6rem;
  }
  .ductarea__bf .bf .before .image {
    margin-top: 4px;
  }
  .ductarea__bf .bf .after {
    margin-left: 0px;
    width: 49.2%;
  }
  .ductarea__bf .bf .after .uppertxt {
    padding: 4px 0;
    font-size: 1.6rem;
  }
  .ductarea__bf .bf .after .image {
    margin-top: 4px;
    background-color: #ddd;
    width: 100%;
    aspect-ratio: 1 / .75;
  }
  .ductarea__bf .bf--three {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ductarea__bf .bf--three .name {
    margin-top: 8px;
    margin-bottom: 4px;
    margin-right: 0px;
    width: 100%;
    padding: 4px 0px 4px;
    height: auto;
    font-size: 1.6rem;
    font-weight: 600;
    -webkit-clip-path: initial;
            clip-path: initial;
    background-origin: padding-box;
    border: #29ABE2 solid 1px;
    background-color: initial;
    color: #fff;
  }
  .ductarea__bf .bf--three .before {
    width: 49.2%;
  }
  .ductarea__bf .bf--three .after {
    width: 49.2%;
  }
  .ductarea__bf .image {
    margin-top: 28px;
    width: 100%;
  }
  .ductarea__bf .imagemaparea {
    margin-top: 40px;
    padding: 16px 0 16px;
  }
  .ductarea__bf .imagemaparea .topdesc {
    width: 100%;
    font-size: 1.7rem;
  }
  .ductarea__bf .imagemaparea .image {
    margin-top: 16px;
    width: 100%;
    padding: 8px;
  }
  .ductarea__videos {
    margin-top: 40px;
  }
  .ductarea__videos .heading {
    font-size: 2.2rem;
  }
  .ductarea__videos .items {
    margin-top: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ductarea__videos .item {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .ductarea__videos .item:first-of-type {
    margin-top: 0;
  }
  .ductarea__acva {
    margin-top: 40px;
  }
  .ductarea__acva .heading span {
    font-size: 1.6rem;
  }
  .ductarea__acva .heading .txt {
    margin-top: 8px;
    font-size: 2.2rem;
  }
  .ductarea__acva .heading .txt i {
    display: inline;
  }
  .ductarea__acva .heading .txt i img {
    width: 90px;
  }
  .ductarea__acva .copy {
    margin-top: 22px;
    font-size: 1.4rem;
    width: 100%;
  }
  .ductarea__acva .desc {
    margin-top: 8px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.8;
    width: 100%;
  }
  .ductarea__acva .image {
    margin-top: 22px;
  }
  .ductarea__acva .smallheading {
    margin-top: 40px;
    font-size: 2.2rem;
  }
  .ductarea__acva .workblock {
    margin-top: 22px;
  }
  .ductarea__acva .workblock .name {
    margin-bottom: 12px;
    padding: 4px 0;
    font-size: 1.6rem;
  }
  .ductarea__acva .workblock .lr {
    display: block;
  }
  .ductarea__acva .workblock .lr .left,
  .ductarea__acva .workblock .lr .right {
    width: 58%;
    margin: 0 auto;
  }
  .ductarea__acva .workblock .lr .right {
    margin-top: 16px;
  }
  .ductarea__acva .workblock .detail {
    padding: 4px 0;
    font-size: 1.5rem;
  }
  .ductarea__acva .workblock .image-txtgr {
    margin-top: 8px;
    display: block;
  }
  .ductarea__acva .workblock .image-txtgr .image {
    margin-top: 0;
    width: 100%;
  }
  .ductarea__acva .workblock .image-txtgr .txt-gr {
    width: 100%;
  }
  .ductarea__acva .workblock .image-txtgr .txt-gr table {
    margin-top: 8px;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    width: 100%;
    padding: 0 0px;
    text-align: center;
  }
  .ductarea__acva .workblock .image-txtgr .txt-gr table tbody {
    display: block;
    width: 100%;
  }
  .ductarea__acva .workblock .image-txtgr .txt-gr table tr {
    display: block;
  }
  .ductarea__acva .workblock .image-txtgr .txt-gr table tr th {
    margin-top: 8px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }
  .ductarea__acva .workblock .image-txtgr .txt-gr table tr td {
    display: block;
    padding: 0 8px;
    font-size: 1.3rem;
    color: #4D4D4D;
  }
  .ductarea__acva .workblock .onecol {
    width: 52.5%;
  }
  .ductarea__acva .workblock .bottomdesc {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .ductarea__acva .workblock .simple-lay .upperdouble {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ductarea__acva .workblock .simple-lay .upperdouble .item {
    margin-top: 9px;
    margin-left: 0;
    width: 100%;
  }
  .ductarea__acva .workblock .simple-lay .detailname {
    font-size: 1.4rem;
  }
  .ductarea__acva .workblock .simple-lay .image {
    margin-top: 8px;
    width: 100%;
  }
  .ductarea__important {
    margin: 0px 0 40px;
  }
  .ductarea__important .image {
    padding: 24px 16px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .ductarea__important .image .circle {
    right: 8px;
    top: 16px;
    height: 80px;
    width: 24%;
  }
  .ductarea__important .image .copy {
    width: 70%;
    font-size: 1.7rem;
    text-align: left;
  }
  .ductarea__important .image .desc {
    margin-top: 12px;
    font-size: 1.35rem;
    line-height: 1.8;
  }
  .ductarea__flowmap {
    margin-top: 40px;
    padding: 32px 0;
  }
  .ductarea__flowmap .heading {
    width: 100%;
    font-size: 1.8rem;
  }
  .ductarea__flowmap .image {
    padding: 8px 0;
    width: 100%;
  }
  .ductarea--air-duct {
    margin-top: 22px;
  }
  .ductarea--kitchen-duct {
    margin-top: 22px;
  }
  .ductarea--house-duct {
    margin-top: 22px;
  }
  .duct-cta {
    margin-top: 22px;
    padding: 32px 0 32px;
  }
  .duct-cta__lr {
    display: block;
  }
  .duct-cta__lr > .left {
    width: 100%;
  }
  .duct-cta__lr > .left .estimate {
    padding: 4px;
    font-size: 1.6rem;
  }
  .duct-cta__lr > .left .copygr {
    margin-top: 0px;
  }
  .duct-cta__lr > .left .copygr .illust {
    display: none;
  }
  .duct-cta__lr > .left .copygr .maincopy {
    margin-top: 8px;
    margin-left: 8px;
    font-size: 2.2rem;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .duct-cta__lr > .left .btns {
    margin-top: 16px;
    display: block;
    height: 100%;
  }
  .duct-cta__lr > .left .btns a.tel {
    background-color: #fff;
    padding: 8px 8px;
    width: 100%;
    display: block;
    height: auto;
  }
  .duct-cta__lr > .left .btns a.tel .upper {
    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;
  }
  .duct-cta__lr > .left .btns a.tel .upper .icon {
    margin-right: 8px;
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .duct-cta__lr > .left .btns a.tel .upper .icon img {
    width: 100%;
  }
  .duct-cta__lr > .left .btns a.tel .upper .txt {
    font-size: 2.4rem;
  }
  .duct-cta__lr > .left .btns a.tel .lower {
    margin-top: 4px;
  }
  .duct-cta__lr > .left .btns a.tel .lower .desc {
    font-size: 1.2rem;
  }
  .duct-cta__lr > .left .btns a.email {
    margin-top: 16px;
    width: 100%;
    height: 82px;
    display: block;
  }
  .duct-cta__lr > .left .btns a.email .upper {
    height: 22px;
  }
  .duct-cta__lr > .left .btns a.email .upper .desc {
    font-size: 1.2rem;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .left .txticon {
    width: 56px;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right {
    margin-left: 8px;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right .small {
    font-size: 1.2rem;
    color: #fff;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right .bigger {
    font-size: 2rem;
  }
  .duct-cta__lr > .left .btns a.email .lower .lr .right .bigger .icon {
    width: 22px;
  }
  .duct-cta__lr > .right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 90%;
  }
  .duct-flow {
    padding: 40px 0;
  }
  .duct-flow__heading .title {
    font-size: 2.2rem;
  }
  .duct-flow__list {
    margin-top: 22px;
    width: 100%;
  }
  .duct-flow__list ol::before {
    left: 25px;
    top: 24px;
    height: calc(100% - 96px);
  }
  .duct-flow__list ol li {
    margin-top: 56px;
  }
  .duct-flow__list ol li h3 {
    padding-left: 64px;
    padding-bottom: 3px;
    font-size: 1.7rem;
  }
  .duct-flow__list ol li h3::before {
    font-size: 2.4rem;
    left: 0px;
    top: initial;
    bottom: -21px;
    width: 50px;
    height: 50px;
  }
  .duct-flow__list ol li p {
    padding-left: 64px;
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .duct-flow__list ol li .btns {
    margin-top: 16px;
    display: block;
    height: 100%;
  }
  .duct-flow__list ol li .btns a.tel {
    background-color: #fff;
    padding: 8px 8px;
    width: 100%;
    display: block;
  }
  .duct-flow__list ol li .btns a.tel .upper {
    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;
  }
  .duct-flow__list ol li .btns a.tel .upper .icon {
    margin-right: 8px;
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .duct-flow__list ol li .btns a.tel .upper .icon img {
    width: 100%;
  }
  .duct-flow__list ol li .btns a.tel .upper .txt {
    font-size: 2.4rem;
  }
  .duct-flow__list ol li .btns a.tel .lower {
    margin-top: 4px;
  }
  .duct-flow__list ol li .btns a.tel .lower .desc {
    font-size: 1.2rem;
  }
  .duct-flow__list ol li .btns a.email {
    margin-top: 16px;
    width: 100%;
    height: 82px;
    display: block;
  }
  .duct-flow__list ol li .btns a.email .upper {
    height: 22px;
  }
  .duct-flow__list ol li .btns a.email .upper .desc {
    font-size: 1.2rem;
  }
  .duct-flow__list ol li .btns a.email .lower .lr .left .txticon {
    width: 56px;
  }
  .duct-flow__list ol li .btns a.email .lower .lr .right {
    margin-left: 8px;
  }
  .duct-flow__list ol li .btns a.email .lower .lr .right .small {
    font-size: 1.2rem;
    color: #fff;
  }
  .duct-flow__list ol li .btns a.email .lower .lr .right .bigger {
    font-size: 2rem;
  }
  .duct-flow__list ol li .btns a.email .lower .lr .right .bigger .icon {
    width: 22px;
  }
  .duct-faq {
    padding: 32px 0 0;
  }
  .duct-faq__heading .title {
    font-size: 2.2rem;
  }
  .duct-faq__back {
    margin-top: 16px;
    padding: 40px 0;
  }
  .duct-faq__list {
    width: 100%;
  }
  .duct-faq__list dl dt {
    position: relative;
    padding-left: 40px;
    margin-top: 24px;
    font-size: 1.7rem;
  }
  .duct-faq__list dl dt::before {
    top: -1px;
    width: 30px;
    height: 30px;
  }
  .duct-faq__list dl dd {
    padding-left: 75px;
    padding-right: 0px;
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .duct-faq__list dl dd::before {
    content: "";
    position: absolute;
    left: 36px;
    top: -2px;
    width: 30px;
    height: 30px;
  }
  .duct-contact {
    padding: 40px 0;
  }
  .duct-contact__heading .heading {
    font-size: 2.2rem;
  }
  .duct-contact__tel {
    margin-top: 22px;
    padding: 0 0 24px;
    width: 100%;
  }
  .duct-contact__tel .heading {
    padding: 4px 0px;
    font-size: 1.7rem;
  }
  .duct-contact__tel .desc {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .duct-contact__tel .tellink {
    margin-top: 4px;
  }
  .duct-contact__tel .tellink a {
    padding: 4px 0;
    width: 75%;
  }
  .duct-contact__tel .tellink a i {
    width: 20px;
  }
  .duct-contact__tel .tellink a .txt {
    font-size: 2.2rem;
  }
  .duct-contact__tel .tellink .hour {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .duct-contact__form .heading {
    font-size: 1.7rem;
  }
  .duct-contact__form .topdesc {
    margin-top: 4px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .duct-contact__form table {
    margin-top: 12px;
    width: 100%;
  }
  .duct-contact__form table th {
    padding: 24px 0px 0;
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
  .duct-contact__form table th .require {
    top: 23px;
    padding: 2px 8px;
    border-radius: 0px;
    font-size: 1.25rem;
  }
  .duct-contact__form table td {
    display: block;
    width: 100%;
    padding: 12px 0px 24px;
    width: 100%;
  }
  .duct-contact__form table td input[type="text"],
  .duct-contact__form table td input[type="email"],
  .duct-contact__form table td input[type="tel"] {
    padding: 8px;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    border-radius: 2.5px;
  }
  .duct-contact__form table td input[type="date"] {
    padding: 8px;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    border-radius: 2.5px;
  }
  .duct-contact__form table td textarea {
    padding: 8px;
    height: 160px;
    font-size: 1.5rem;
    border-radius: 2.5px;
  }
  .duct-contact__form table td.radio label {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .duct-contact__form table td.radio label:first-of-type {
    margin-top: 0;
  }
  .duct-contact__form table td.radio label span {
    margin-left: 8px;
    font-size: 1.6rem;
  }
  .duct-contact__form table td .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .duct-contact__form table td .date label {
    width: 48%;
  }
  .duct-contact__form table td .date label span {
    margin-bottom: 4px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  .duct-contact__form table td .date label input {
    padding: 8px;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    border-radius: 2.5px;
  }
  .duct-contact__form table td .date label select {
    height: 40px;
  }
  .duct-contact__form .submit {
    margin-top: 12px;
  }
  .duct-contact__form .submit input,
  .duct-contact__form .submit button {
    padding: 12px 0;
    width: 80%;
    font-size: 1.5rem;
  }
  .duct-contact__form .tab-group {
    padding-top: 28px;
    margin-top: 28px;
    width: 100%;
  }
  .duct-contact__form .tab-button {
    display: block;
  }
  .duct-contact__form .tab {
    margin-top: 16px;
    width: calc(100%);
    padding: 12px 16px;
    font-size: 1.5rem;
  }
  .duct-contact__form .tab:first-of-type {
    margin-top: 0;
  }
  .duct-contact__form .tab-contents {
    margin-top: 24px;
    padding: 32px 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: none;
    background: #f2f2f2;
  }
  .duct-cta-blueprint {
    padding: 24px 0;
  }
  .duct-cta-blueprint__heading {
    padding: 8px 12px;
    width: 100%;
    border-radius: 25px;
  }
  .duct-cta-blueprint__heading .heading {
    font-size: 1.8rem;
  }
  .duct-cta-blueprint__lr {
    margin-top: 28px;
    width: 100%;
    display: block;
  }
  .duct-cta-blueprint__left {
    width: 100%;
  }
  .duct-cta-blueprint__left .copygr .upper {
    display: block;
    font-size: 1.3rem;
    text-align: left;
  }
  .duct-cta-blueprint__left .copygr .lower {
    font-size: 2.2rem;
    text-align: left;
  }
  .duct-cta-blueprint__left .desc {
    margin-top: 12px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.8;
  }
  .duct-cta-blueprint__left .images {
    margin-top: 16px;
  }
  .duct-cta-blueprint__left .images .image {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .duct-cta-blueprint__left .images .image img {
    border: solid 2px #fff;
  }
  .duct-cta-blueprint__left .btn {
    margin-top: 24px;
  }
  .duct-cta-blueprint__left .btn a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 8px 0;
    border-radius: 2.5px;
    width: 100%;
  }
  .duct-cta-blueprint__right {
    display: none;
  }
  .duct-cta-blueprint--panf {
    background-color: rgba(41, 171, 226, 0.17);
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__heading {
    background-color: initial;
    border: solid 1px #359bd3;
    border-radius: 0;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__heading .heading {
    color: #359bd3;
    font-size: 1.6rem;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__lr {
    display: block;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .copygr .upper {
    margin-top: 8px;
    font-size: 1.6rem;
    text-align: center;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .copygr .upper .image {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .copygr .lower {
    font-size: 2.4rem;
    text-align: center;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .desc {
    color: #333;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .panfimage {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .panfimage img {
    width: 100%;
    border: solid 1px #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .btn {
    margin-top: 24px;
    text-align: center;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0;
    border-radius: 5px;
    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;
    width: 100%;
    text-align: center;
    background-color: #359bd3;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a::after {
    content: "";
    position: absolute;
    left: -1.25%;
    top: -7.5%;
    width: 102.5%;
    height: 115%;
    border: solid 1px #fff;
    border-radius: 8px;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a .icon {
    display: inline-block;
    width: 26px;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__left .btn a .txt {
    margin-left: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__right {
    display: none;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__right .images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__right .images .image {
    width: 70%;
  }
  .duct-cta-blueprint--panf .duct-cta-blueprint__right .images .image img {
    width: 100%;
    border: solid 1px #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  .works-single {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .works-single__upper .title {
    padding-bottom: 8px;
    font-size: 2.2rem;
    text-align: center;
    color: #009d91;
    border-bottom: solid 1px #009d91;
  }
  .works-single__upper .lr {
    margin-top: 20px;
    display: block;
  }
  .works-single__upper .lr .left,
  .works-single__upper .lr .right {
    width: 100%;
  }
  .works-single__upper .lr .left .title,
  .works-single__upper .lr .right .title {
    padding: 8px;
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
  .works-single__upper .lr .left .detail,
  .works-single__upper .lr .right .detail {
    margin-top: 20px;
  }
  .works-single__upper .lr .left .detail table tr th,
  .works-single__upper .lr .right .detail table tr th {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.5rem;
    font-weight: 600;
    width: 40%;
  }
  .works-single__upper .lr .left .detail table tr td,
  .works-single__upper .lr .right .detail table tr td {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.5rem;
  }
  .works-single__subimages {
    margin-top: 20px;
  }
  .works-single__subimages .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .works-single__subimages .items .item {
    margin-left: 0%;
    width: 49%;
  }
  .works-single__bottomarea {
    margin-top: 20px;
  }
  .works-single__bottomarea .detail {
    margin-top: 28px;
  }
  .works-single__bottomarea .detail .heading {
    width: 100%;
    padding-left: calc(20px);
    padding-bottom: 8px;
    position: relative;
    font-size: 1.8rem;
  }
  .works-single__bottomarea .detail .heading::before {
    top: 6.7px;
    width: 13px;
    height: 13px;
  }
  .works-single__bottomarea .detail .desc {
    width: 100%;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .works-single__bottomarea .detail--greenback {
    margin-top: 28px;
    padding: 40px 0;
  }
  .works-single__bottomarea .detail--greenback .desc {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .duct-download {
    padding: 40px 0;
    margin-top: 12px;
    background-color: #29ABE2;
  }
  .duct-download__upper {
    display: block;
  }
  .duct-download__upper .heading {
    width: 100%;
  }
  .duct-download__upper .images {
    margin-top: 22px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .duct-download__upper .images .image img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .duct-download__list {
    margin-top: 22px;
    padding: 32px 12px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .duct-download__items {
    padding: 22px 0;
  }
  .duct-download__items .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .duct-download__items .item {
    margin-top: 16px;
    margin-left: 0%;
    width: 49%;
  }
  .duct-download__items .item .name {
    font-size: 1.2rem;
  }
  .duct-download__form {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .duct-download__form table {
    margin-top: 12px;
    width: 95%;
  }
  .duct-download__form table tr:first-of-type th {
    padding: 20px 0 0;
  }
  .duct-download__form table tr:first-of-type td {
    padding: 12px 0 20px;
  }
  .duct-download__form table th {
    position: relative;
    display: block;
    padding: 20px 0px 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .duct-download__form table th .require {
    font-size: 1.2rem;
    right: 0;
    top: 19px;
    border-radius: 2.5px;
  }
  .duct-download__form table td {
    display: block;
    padding: 12px 0px 20px;
    width: 100%;
  }
  .duct-download__form table td input[type="text"],
  .duct-download__form table td input[type="email"],
  .duct-download__form table td input[type="tel"] {
    padding: 8px;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    border-radius: 2.5px;
  }
  .duct-download__form table td input[type="date"] {
    padding: 8px;
    height: 40px;
    font-size: 156rem;
    border: solid 12px #ddd;
    border-radius: 2.5px;
  }
  .duct-download__form table td textarea {
    padding: 8px;
    height: 160px;
    font-size: 1.5rem;
    border: solid 1px #ddd;
    border-radius: 2.5px;
  }
  .duct-download__form table td.radio {
    margin-top: 16px;
  }
  .duct-download__form table td.radio .wpcf7-list-item {
    margin-left: 0;
    margin-top: 20px;
  }
  .duct-download__form table td.radio label {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .duct-download__form table td.radio label span {
    margin-left: 8px;
    font-size: 1.3rem;
    margin-left: 8px;
    font-weight: 400;
    margin-top: -3px;
    -webkit-transform: translateY(-2.1px);
            transform: translateY(-2.1px);
    display: inline-block;
  }
  .duct-download__form table td .date label {
    width: 49%;
  }
  .duct-download__form table td .date label span {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
  .duct-download__form table td .date label input {
    padding: 8px;
    height: px;
    font-size: 1.3rem;
    border: solid 1px #ddd;
    border-radius: 2.5px;
  }
  .duct-download__form .submit {
    margin-top: 12px;
    text-align: center;
  }
  .duct-download__form .submit input,
  .duct-download__form .submit button {
    padding: 8px 0;
    width: 80%;
    border-radius: 2.5px;
    font-size: 1.3rem;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  .duct-download__form .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
  .duct-download__form .wpcf7-response-output {
    font-size: 1.6rem !important;
  }
  .duct-download--skyblue {
    background-color: #DDF1FC;
  }
  .duct-download--skyblue .duct-download__upper .images {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .duct-download--skyblue .duct-download__upper .images .image {
    width: 100%;
  }
  .duct-download--skyblue .duct-download__upper .images .image img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .duct-download--skyblue .duct-download__list {
    border: solid 1px #333;
    color: #333;
  }
  .duct-download--skyblue .duct-download__list ul li a {
    color: #333;
  }
}
/*# sourceMappingURL=style.css.map */