@charset "UTF-8";
/* CSS Document */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{text-decoration:none}
ins,mark{background-color:#ff9;color:#000}
mark{font-style:italic;font-weight:700}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
li {list-style:none;}

html {
  font-size: 62.5%;
  font-weight: 400;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
}
body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow: hidden;
  font-size: 1.6rem; /*16px*/
  font-weight: 500;
  line-height: 1;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  position: relative;
}
.dispNon--sp, .dispNon--pasp, .dispNon--pcsp, .dispNon--tabsp {display: none;}
.dispNon--pc, .dispNon--tab, .dispNon--pctab {display: block;}
a {
  text-decoration: none;
  color: #000;
  display: block;
}
a, img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

/* 共通cta ----------------------------------------------------------*/
.cta {
  width: 89.6%;
  height: 26.8vw;
  background-image: url("../img/cta__bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.cta__txt {
  font-size: 4.48vw;
  font-weight: 600;
  letter-spacing: .05em;
  color: #183c4b;
  padding: 5.2vw 0 0 8.6vw;
  margin-bottom: 2.67vw;
}
.cta__txt span {
  font-size: .8em;
}
.cta__link {
  width: 74.26%;
  background-color: #f97c56;
  border-radius: 6px;
  padding: .4em 0;
  text-align: center;
  font-size: 3.96vw;
  font-weight: 600;
  color: #fff;
  margin-left: 10vw;
}
.cta__link span {
  background-image: url("../img/ctabtn__arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2.93vw auto;
  padding-right: 4.27vw;
}

/* header ----------------------------------------------------------*/
/* FV */
.fv {
  width: 100%;
  height: 162.93vw;
  background-image: url("../img/fv__bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.fv__companyname {
  width: 34.13%;
  padding: 6.27vw 0 0 6vw;
}
.fv__txt {
  font-size: 7.3vw;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  padding-top: 12.4vw;
  letter-spacing: .04em;
}
.fv .cta {
  position: absolute;
  left: 6.8vw;
  bottom: 4.67vw;
}

/* main ------------------------------------------------------------*/
/* 非喫煙者が考案した分煙ソリューションでタバコと煙の臭いを完全に除去 */
.smokeremove {
  width: 100%;
  background-image: url("../img/smokeremove__bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.smokeremove .cta {
  margin-left: 6.8vw;
}
.smokeremove__ttl {
  font-size: 4.86vw;
  font-weight: 600;
  line-height: 1.4em;
  color: #006d8b;
  text-align: center;
  padding-top: 5.33vw;
}
.smokeremove__list {
  width: 100%;
  height: 186vw;
  position: relative;
}
.smokeremove__list li {
  position: absolute;
}
.smokeremove__list__num01 {
  top: 12vw;
  left: 5.33vw;
}
.smokeremove__list__num02 {
  top: 69.47vw;
  left: 52.53vw;
}
.smokeremove__list__num03 {
  top: 138.4vw;
  left: 5.33vw;
}
.smokeremove__list__circle {
  width: 42.4vw;
  height: 42.4vw;
  border-radius: 100vw;
  background-color: #6d99a4;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.smokeremove__list__desc {
  width: 42.4vw;
  height: 42.4vw;
  position: absolute;
  top: 0;
  left: 0;
}
.smokeremove__list__desc p {
  color: #fff;
}
.smokeremove__list__circle__num {
  font-size: 13.06vw;
  font-family: 'Hiragino Sans'; 
}
.smokeremove__list__circle__txt {
  width: 100%;
  font-size: 3.32vw;
  line-height: 1.5em;
  text-align: center;
  font-weight: 500;
}
.smokeremove__list__num01 .smokeremove__list__circle__num {
  position: absolute;
  top: 0;
  left: 5vw;
}
.smokeremove__list__num01 .smokeremove__list__circle__txt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smokeremove__list__num02 .smokeremove__list__circle__num {
  position: absolute;
  top: 0;
  left: 5vw;
}
.smokeremove__list__num02 .smokeremove__list__circle__txt {
  width: auto;
  position: absolute;
  top: 50%;
  left: 7.5vw;
  transform: translateY(-50%);
}
.smokeremove__list__num03 .smokeremove__list__circle__num {
  position: absolute;
  top: 0;
  left: 5vw;
}
.smokeremove__list__num03 .smokeremove__list__circle__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smokeremove__img {
  width: 100%;
  margin-top: 7.5vw;
}
.smokeremove__txt {
  font-size: 4.86vw;
  font-weight: 600;
  color: #006d8b;
  letter-spacing: .04em;
  line-height: 1.4em;
  text-align: center;
  margin: .3em 0 2em;
}

/* 法令適合製品 */
.products {
  padding-bottom: 7vw;
  background: url("../img/products__bg.jpg") no-repeat top 30.67vw center;
  background-size: 100% auto;
}
.products__ttl {
  text-align: center;
  color: #183c4b;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 7.04vw;
  margin: 14vw 0 9vw;
}
.products__caption {
  font-size: 3.58vw;
  text-align: center;
  color: #006d8b;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.4em;
}
.products__caption span {
  font-size: 1.2em;
  font-weight: 700;
}
.products__inner {
  width: 89.33%;
  margin: 0 auto;
}
.products__inner__ttl {
  font-size: 5.1vw;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  position: relative;
}
.products__inner__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1.5vw;
  left: 0;
}
.products__technology .products__inner__ttl {
  color: #fff;
}
.products__technology .products__inner__ttl::after {
  background-color: #fff;
}
.products__value .products__inner__ttl {
  color: #003d4c;
}
.products__value .products__inner__ttl::after {
  background-color: #003d4c;
}
.products__technology {
  padding-top: 25vw;
  padding-bottom: 27vw;
}
.products__value {
  margin-bottom: 10vw;
}
.products__value__list {
  list-style: none;
  margin: 9vw 0 0 0;
}
.products__value__list li {
  font-size: 3.5vw;
  color: #fff;
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
  letter-spacing: -.02em;
}
.products__value__list li:last-child {
  margin-bottom: .8em;
}
.products__value__list li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.products__value__list li:first-child::before {
  content: "①";
}
.products__value__list li:nth-child(2)::before {
  content: "②";
}
.products__value__list li:nth-child(3)::before {
  content: "③";
}
.products__value__list li:nth-child(3) span {
  padding-right: .7em;
  position: relative;
}
.products__value__list li:nth-child(3) span::after {
  content: "※";
  font-size: .8em;
  position: absolute;
  top: -0.5em;
  right: 0;
}
.products__value__note {
  font-size: 2.55vw;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
}
.products__value__01, .products__value__02 {
  display: flex;
}
.products__value__01 {
  margin-top: 1em;
}
.products__value__02 {
  margin-bottom: 1em;
}
.products__value__01 p,
.products__value__02 p {
  font-size: 3.5vw;
  color: #003d4c;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: -.02em;
}
.products__value__01 p.products__value__l,
.products__value__02 p.products__value__l {
  font-weight: 600;
}
.products__value__l::after {
  content: "：";
}
.products__value__01 p.products__value__l {
  width: 55%;
}
.products__value__01 p.products__value__r {
  width: 45%;
}
.products__value__02 p.products__value__l {
  width: 31%;
}
.products__value__02 p.products__value__r {
  width: 69%;
}
.products__value__how {
  width: 100%;
  border-left: 1px solid #003d4c;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  padding: 1em .5em .7em .5em;
  position: relative;
}
.products__value__how::before,
.products__value__how::after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  background-color: #003d4c;
}
.products__value__how::before {
  top: 0;
  left: 0;
}
.products__value__how::after {
  top: 0;
  right: 0;
}
.products__value__how__ttl {
  width: 100%;
  font-size: 3.06vw;
  font-weight: 400;
  text-align: center;
  color: #003d4c;
  position: absolute;
  top: -1.53vw;
  left: 0;
}
.products__value__how__list li {
  display: flex;
  margin-bottom: .3em;
}
.products__value__how__list li:last-child {
  margin-bottom: 0;  
}
.products__value__how__list__l {
  width: 40%;
  position: relative;
}
.products__value__how__list__l::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.products__value__how__list__r {
  width: 60%;
}
.products__value__how__list p {
  font-size: 2.55vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -.02em;
  color: #003d4c;
}
.products .cta {
  margin-left: 6.8vw;
}

/* 導入事例 */
.example {
  padding-bottom: 14.67vw;
}
.example__ttl {
  text-align: center;
  color: #183c4b;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 7.04vw;
  margin: 1.2em 0 1.4em;
}
.example__list > li {
  width: 100%;
  height: auto;
  background-image: url("../img/example__bg.png");
  background-repeat: no-repeat;
  background-position: top 8vw center;
  background-size: 100% auto;
  padding-bottom: 21vw;
}
.example__list__ttl {
  text-align: center;
  color: #006d8b;
  letter-spacing: .05em;
  font-weight: 600;
  font-size: 4.48vw;
}
.example__list__img {
  width: 89.33%;
  margin: 2.6vw auto;
}
.example__list__desc__toggle {
  width: 89.33%;
  margin: 0 auto;
  background-color: #006d8b;
  border-radius: 5px;
}
.example__list__desc__info {
  margin: 0 2.7vw;
  padding: 2.7vw 0;
  border-bottom: 1px solid #fff;
}
.example__list__desc__info li {
  display: flex;
  margin-bottom: .5em;
}
.example__list__desc__info li:last-child {
  margin-bottom: 0;
}
.example__list__desc__info__item--r,
.example__list__desc__info__item--l {
  font-size: 3.3vw;
  line-height: 1.4em;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.example__list__desc__info__item--l {
  width: 21%;
}
.example__list__desc__info__item--r {
  width: 79%;
  position: relative;
  padding-left: 1.2em;
}
.example__list__desc__info__item--r::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.example__list__desc__info__item--r a {
  color: #fff;
  text-decoration: none;
}
.example .cta {
  margin-left: 6.8vw;
}
/* more,closeボタン */
.example__list__desc__btn {
  width: 89.33%;
  margin: 0 auto;
  background-color: #006d8b;
  text-align: center;
  font-size: 3.96vw;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  line-height: 1em;
}
.more.example__list__desc__btn {
  border-radius: 5px;
  padding: 2.7vw 0 2.9vw;
}
.close.example__list__desc__btn {
  padding: 3.2vw 0 3.4vw;
  border-radius: 5px;
}
.example__list__desc__btn span {
  padding-right: 4vw;
}
.more.example__list__desc__btn span {
  background: url("../img/more.png") no-repeat right center;
  background-size: 3.06vw auto;
}
.close.example__list__desc__btn span {
  background: url("../img/close.png") no-repeat right center;
  background-size: 3.06vw auto;
}
.example__list__desc__info,
.example__list__desc__btn.more span.close,
.example__list__desc__btn.close span.more {
  display: none;
}

/* footer ----------------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #006d8b;
  padding: 1em 0;
}
.footer__copyright {
  text-align: center;
  font-size: 3.06vw;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint TAB -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 600px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 751px) {
  body {}
  .dispNon--tab, .dispNon--pctab, .dispNon--tabsp {display: none;}
  .dispNon--pc, .dispNon--sp, .dispNon--pcsp  {display: block;}	
  
  /* 共通cta ----------------------------------------------------------*/
  .cta {
    width: 85.4vw;
    height: 11.4vw;
    background-image: url("../img/tab/cta__bg.png");
    display: flex;
  }
  .cta__txt {
    font-size: 2.92vw;
    padding: 3.4vw 0 0 3.5vw;
    margin-bottom: 0;
    letter-spacing: .01em;
  }
  .cta__link {
    width: 30.2vw;
    height: 4.8vw;
    display: inline;
    border-radius: 8px;
    padding: .9vw 0 0 .9vw;
    text-align: left;
    font-size: 2.58vw;
    margin: 2.7vw 0 0 1.5vw;
  }
  .cta__link span {
    background-image: url("../img/tab/ctabtn__arrow.png");
    background-size: 1.8vw auto;
    padding-right: 2.5vw;
  }
  
  /* header ----------------------------------------------------------*/
  /* FV */
  .fv {
    height: 79.9vw;
    background-image: url("../img/tab/fv__bg.jpg");
  }
  .fv__companyname {
    width: 25.5%;
    padding: 1.8vw 0 0 5vw;
  }
  .fv__txt {
    font-size: 4.5vw;
    position: absolute;
    padding-top: 0;
    top: 25.1vw;
    left: 55.6vw;
  }
  .fv .cta {
    left: 7.9vw;
    bottom: 7.6vw;
  }
  
  /* main ------------------------------------------------------------*/
  /* 非喫煙者が考案した分煙ソリューションでタバコと煙の臭いを完全に除去 */
  .smokeremove {
    background-image: url("../img/tab/smokeremove__bg.jpg");
  }
  .smokeremove .cta {
    margin-left: 7.9vw;
  }
  .smokeremove__ttl {
    font-size: 3.8vw;
    line-height: 1.3em;
    padding-top: 1.5vw;
  }
  .smokeremove__list {
    height: 141.0vw;
  }
  .smokeremove__list__num01 {
    top: 10.4vw;
    left: 5.0vw;
  }
  .smokeremove__list__num02 {
    top: 53.5vw;
    left: 63.1vw;
  }
  .smokeremove__list__num03 {
    top: 105.3vw;
    left: 5.0vw;
  }
  .smokeremove__list__circle {
    width: 31.8vw;
    height: 31.8vw;
  }
  .smokeremove__list__desc {
    width: 31.8vw;
    height: 31.8vw;
  }
  .smokeremove__list__circle__num {
    font-size: 10.1vw;
  }
  .smokeremove__list__circle__txt {
    font-size: 2.6vw;
  }
  .smokeremove__list__num01 .smokeremove__list__circle__num,
  .smokeremove__list__num02 .smokeremove__list__circle__num,
  .smokeremove__list__num03 .smokeremove__list__circle__num {
    top: -.6vw;
    left: 4vw;
  }
  .smokeremove__list__num02 .smokeremove__list__circle__txt {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .smokeremove__img {
    width: 90%;
    margin: 9.7vw  auto 0;
  }
  .smokeremove__txt {
    font-size: 3.8vw;
    margin: .5em 0 2.5em;
  }
  
  /* 法令適合製品 */
  .products {
    padding-bottom: 1vw;
    background: url("../img/tab/products__bg.jpg") no-repeat top 14vw center;
    background-size: 100% auto;
  }
  .products__ttl {
    font-size: 5vw;
    margin: 9.5vw 0 7vw;
  }
  .products__caption {
    font-size: 2.8vw;
    text-align: center;
    letter-spacing: -.01em;
  }
  .products__inner {
    width: 83.4%;
  }
  .products__inner__ttl {
    font-size: 3.2vw;
  }
  .products__inner__ttl::after {
    height: 2px;
    bottom: -1.2vw;
  }
  .products__technology {
    padding-top: 23vw;
    padding-bottom: 25vw;
  }
  .products__value {
    margin-bottom: 12vw;
  }
  .products__value__list {
    width: 87%;
    margin: 7.4vw auto 0;
  }
  .products__value__list li {
    font-size: 2.6vw;
    padding-left: 1.3em;
  }
  .products__value__list li:last-child {
    margin-bottom: 1.2em;
  }
  .products__value__list li:nth-child(3) span {
    padding-right: .7em;
    position: relative;
  }
  .products__value__list li:nth-child(3) span::after {
    font-size: .6em;
  }
  .products__value__note {
    width: 87%;
    margin: 0 auto;
    font-size: 1.5vw;
    letter-spacing: -.05em;
  }
  .products__value__01, .products__value__02 {
    width: 92%;
    margin: 0 auto;
    display: flex;
  }
  .products__value__01 {
    margin-top: 2em;
  }
  .products__value__02 {
    margin-bottom: 3em;
  }
  .products__value__01 p,
  .products__value__02 p {
    font-size: 2.6vw;
  }
  .products__value__01 p.products__value__l, .products__value__02 p.products__value__l {
      width: 47%;
      position: relative;
  }
  .products__value__01 p.products__value__r, .products__value__02 p.products__value__r {
    width: 53%;
  }
  .products__value__l::after {
    position: absolute;
    top: 0;
    right: 0;
  }
  .products__value__02 p.products__value__r {
    width: 53%;
    letter-spacing: -.05em;
  }
  .products__value__how {
    width: 63.3vw;
    margin: 0 auto;
    border-left: 2px solid #003d4c;
    border-right: 2px solid #003d4c;
    border-bottom: 2px solid #003d4c;
    padding: 2em 1em 1.5em 1.5em;
  }
  .products__value__how::before,
  .products__value__how::after {
    width: 37%;
    height: 2px;
  }
  .products__value__how__ttl {
    font-size: 2.1vw;
    top: -1.2vw;
  }
  .products__value__how__list__l {
    width: 33%;
  }
  .products__value__how__list__r {
    width: 67%;
  }
  .products__value__how__list p {
    font-size: 1.5vw;
  }
  .products .cta {
    margin-left: 7.9vw;
  }
  
  /* 導入事例 */
  .example {
    padding-bottom: 15.6vw;
  }
  .example__ttl {
    font-size: 5vw;
    margin: 8vw 0 7.5vw;
  }
  .example__list {
    margin-top: -4.5vw;
  }
  .example__list > li {
    background-image: url("../img/tab/example__bg.png");
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 18.5vw;
    padding-top: 4.5vw;
  }
  .example__list > li:last-child {
    padding-bottom: 15vw;
  }
  .example__list__ttl {
    font-size: 3.5vw;
  }
  .example__list__img {
    width: 67vw;
    margin: 1.9vw auto;
  }
  .example__list__desc__toggle {
    width: 67vw;
    border-radius: 10px;
  }
  .example__list__desc__info {
    margin: 0 3.4vw;
    padding: 3vw 0;
  }
  .example__list__desc__info li {
    margin-bottom: 1em;
  }
  .example__list__desc__info__item--r,
  .example__list__desc__info__item--l {
    font-size: 2.4vw;
  }
  .example .cta {
    margin-left: 7.9vw;
  }
  /* more,closeボタン */
  .example__list__desc__btn {
      width: 67vw;
      font-size: 3.1vw;
  }
  .more.example__list__desc__btn {
    border-radius: 10px;
    padding: 1.5vw 0 1.5vw;
  }
  .close.example__list__desc__btn {
    padding: 2vw 0 2vw;
    border-radius: 10px;
  }
  .example__list__desc__btn span {
    padding-right: 3.7vw;
  }
  .more.example__list__desc__btn span {
    background-size: 2.2vw auto;
  }
  .close.example__list__desc__btn span {
    background-size: 2.2vw auto;
  }
  
  /* footer ----------------------------------------------------------*/
  .footer {
    padding: 3vw 0;
  }
  .footer__copyright {
    font-size: 1.2vw;
  }

}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint PC -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1025px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 1025px) {
  body {}
  .dispNon--pc, .dispNon--pctab, .dispNon--pcsp  {display: none;}
  .dispNon--tab, .dispNon--sp, .dispNon--tabsp {display: block;}
  .inner--pc {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  /* 共通cta ----------------------------------------------------------*/
  .cta {
    width: 854px;
    height: 114px;
  }
  .cta__txt {
    font-size: 29.2px;
    padding: 34px 0 0 40px;
  }
  .cta__link {
    width: 302px;
    height: 48px;
    display: inline;
    padding: 9px 0 0 9px;
    font-size: 25.8px;
    margin: 27px 0 0 15px;
  }
  .cta__link:hover {
    opacity: .7;
  }
  .cta__link span {
    background-image: url("../img/tab/ctabtn__arrow.png");
    background-size: 18px auto;
    padding-right: 25px;
  }

  /* header ----------------------------------------------------------*/
  /* FV */
  .fv {
    height: 799px;
    background-image: url("../img/pc/fv__bg.jpg");
    background-size: 2000px auto;
  }
  .fv .inner--pc {
    height: 100%;
    position: relative;
  }
  .fv__companyname {
    width: 255px;
    padding: 18px 0 0 50px;
  }
  .fv__txt {
    font-size: 45px;
    top: 251px;
    left: 556px;
  }
  .fv .cta {
    left: 79px;
    bottom: 76px;
  }
  
  /* main ------------------------------------------------------------*/
  /* 非喫煙者が考案した分煙ソリューションでタバコと煙の臭いを完全に除去 */
  .smokeremove {
    background-image: url("../img/pc/smokeremove__bg.jpg");
    background-size: 2000px auto;
  }
  .smokeremove .cta {
    margin-left: 79px;
  }
  .smokeremove__ttl {
    font-size: 38px;
    padding-top: 15px;
  }
  .smokeremove__list {
    height: 1410px;
  }
  .smokeremove__list__num01 {
    top: 104px;
    left: 50px;
  }
  .smokeremove__list__num02 {
    top: 535px;
    left: 631px;
  }
  .smokeremove__list__num03 {
    top: 1053px;
    left: 50px;
  }
  .smokeremove__list__circle {
    width: 318px;
    height: 318px;
  }
  .smokeremove__list__desc {
    width: 318px;
    height: 318px;
  }
  .smokeremove__list__circle__num {
    font-size: 101px;
  }
  .smokeremove__list__circle__txt {
    font-size: 26px;
  }
  .smokeremove__list__num01 .smokeremove__list__circle__num,
  .smokeremove__list__num02 .smokeremove__list__circle__num,
  .smokeremove__list__num03 .smokeremove__list__circle__num {
    top: -6px;
    left: 40px;
  }
  .smokeremove__img {
    width: 900px;
    margin: 97px auto 0;
  }
  .smokeremove__txt {
    font-size: 38px;
  }
  
  /* 法令適合製品 */
  .products {
    padding-bottom: 1vw;
    background: url("../img/pc/products__bg.jpg") no-repeat top 130px center;
    background-size: 2000px auto;
  }
  .products__ttl {
    font-size: 50px;
    margin: 95px 0 70px;
  }
  .products__caption {
    font-size: 28px;
  }
  .products__inner {
    width: 835px;
  }
  .products__inner__ttl {
    font-size: 32px;
  }
  .products__inner__ttl::after {
    bottom: -12px;
  }
  .products__technology {
    padding-top: 220px;
    padding-bottom: 250px;
  }
  .products__value {
    margin-bottom: 135px;
  }
  .products__value__list {
    width: 86%;
    margin: 74px auto 0;
  }
  .products__value__list li {
    font-size: 26px;
    padding-left: 1.3em;
    letter-spacing: -.03em;
  }
  .products__value__note {
    width: 86%;
    font-size: 15px;
  }
  .products__value__01, .products__value__02 {
    width: 92%;
  }
  .products__value__01 {
    margin-top: 2em;
  }
  .products__value__02 {
    margin-bottom: 3em;
  }
  .products__value__01 p,
  .products__value__02 p {
    font-size: 26px;
  }
  .products__value__l {
    width: 47%;
    position: relative;
  }
  .products__value__02 p.products__value__r {
    width: 53%;
    letter-spacing: -.05em;
  }
  .products__value__how {
    width: 634px;
    padding: 2em 1em 1.5em 1.5em;
    position: relative;
  }
  .products__value__how::before,
  .products__value__how::after {
    width: 40%;
  }
  .products__value__how__ttl {
    font-size: 21px;
    top: -11px;
  }
  .products__value__how__list__l {
    width: 33%;
  }
  .products__value__how__list__r {
    width: 67%;
  }
  .products__value__how__list p {
    font-size: 15px;
  }
  .products .cta {
    margin-left: 79px;
  }
  
  /* 導入事例 */
  .example {
    padding-bottom: 156px;
  }
  .example__ttl {
    font-size: 50px;
    margin: 80px 0 75px;
  }
  .example__list {
    margin-top: -45px;
  }
  .example__list > li {
    background-image: url("../img/pc/example__bg.png");
    background-size: 2000px auto;
    background-position: top center;
    padding-bottom: 185px;
    padding-top: 45px;
  }
  .example__list > li:last-child {
    padding-bottom: 150px;
  }
  .example__list__ttl {
    font-size: 35px;
  }
  .example__list__img {
    width: 670px;
    margin: 19px auto;
  }
  .example__list__img > a:hover {
    opacity: .6;
  }
  .example__list__desc__toggle {
    width: 670px;
  }
  .example__list__desc__info {
    margin: 0 34px;
    padding: 30px 0;
  }
  .example__list__desc__info__item--r,
  .example__list__desc__info__item--l {
    font-size: 24px;
  }
  .example .cta {
    margin-left: 79px;
  }
  /* more,closeボタン */
  .example__list__desc__btn {
    width: 670px;
    font-size: 31px;
  }
  .more.example__list__desc__btn {
    padding: 15px 0 15px;
    cursor: pointer;
  }
  .close.example__list__desc__btn {
    padding: 20px 0 20px;
    cursor: pointer;
  }
  .example__list__desc__btn span {
    padding-right: 37px;
  }
  .more.example__list__desc__btn span {
    background-size: 22px auto;
  }
  .close.example__list__desc__btn span {
    background-size: 22px auto;
  }

  /* footer ----------------------------------------------------------*/
  .footer {
    padding: 30px 0;
  }
  .footer__copyright {
    font-size: 12px;
  }  
  
}