@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #c72b2b;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c72b2b;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c72b2b;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c72b2b;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c72b2b;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #c72b2b;
  -moz-box-shadow: 0 5px 0 #c72b2b;
  box-shadow: 0 5px 0 #c72b2b;
  background: #f23333;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden; }

a {
  color: #333333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(42, 185, 232, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #2ab9e8;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  border-top: 2px solid #f29600;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 120px; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px; }
    .header .header_pr span {
      display: inline-block;
      border: 1px solid #7f7f7f;
      color: #7f7f7f;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      padding: 1px 8px;
      font-size: 13px;
      font-size: 1.3rem; }

.wrapper {
  overflow-x: hidden; }

.fv .fv_txt {
  background: #2ab9e8; }
  .fv .fv_txt .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 4px 0; }
    .fv .fv_txt .wrap .date {
      background: #fff;
      padding: 2px 7px 2px;
      font-size: 2.6vw;
      text-align: center;
      font-weight: 700;
      line-height: 1.2;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px; }
      .fv .fv_txt .wrap .date span {
        color: #f48b1a;
        display: block;
        font-weight: 700; }
    .fv .fv_txt .wrap .txt {
      font-size: 4vw;
      padding-left: 7px;
      font-weight: 700;
      color: #fff; }
      .fv .fv_txt .wrap .txt span {
        color: #fffe00; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.remarks {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px; }
  .remarks .red {
    color: #f23333;
    font-weight: 500; }

.main_ttl {
  background: #2ab9e8;
  text-align: center;
  color: #fff;
  font-size: 4.5vw;
  position: relative;
  padding: 8px 0; }
  .main_ttl.single {
    padding: 22px 0; }
  .main_ttl::before, .main_ttl::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff; }
  .main_ttl::before {
    top: 3px; }
  .main_ttl::after {
    bottom: 3px; }
  .main_ttl h2 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    font-weight: 700;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .main_ttl h2 {
        width: 100%; } }
    .main_ttl h2 .small {
      font-size: 20px;
      font-size: 2rem; }
    .main_ttl h2 .yellow {
      color: #fff600; }

.section01 {
  	/*.client_table {
  		margin:10px auto 0;
          position: relative;
          &::before,&::after {
              content:"";
              position: absolute;
              top:0;
              left:1px;
              pointer-events: none;
          }
          &::before {
              background: #fffee4;
              width:calc(100% / 3);
              height:100%;
              z-index: -1;
          }
          &::after {
              width:calc(100% / 3);
              height:100%;
              border:1px solid #f23333;
              z-index: 5;
          }
          table {
              width:100%;
              border:1px solid #d0d0d0;
  			background: transparent;
              th,td {
                  width:calc(100% / 3);
                  text-align: center;
              }
              th {
                  background: #f1fcff;
                  font-weight: 700;
                  color:$mainColor;
                  padding:3px 0;
                  @include fs(14);
                  position: relative;
  				font-weight: 700;
                  z-index: 3;
  				border-top: 1px solid $mainColor;
  				border-bottom: 1px solid $mainColor;
              }
              td {
                  padding:10px 5px;
                  border-left: 1px solid #d0d0d0;
                  border-right: 1px solid #d0d0d0;
                  @include fs(13);
                  line-height:1.4;
                  position: relative;
                  z-index: 5;
              }
  			thead td {
  				position: relative;
  				.image {
  					padding:42px 0 0;
  					position: relative;
  					&::before {
  						content:"";
  						position: absolute;
  						width:34px;
  						height:100%;
  						background-repeat: no-repeat;
  						background-position: center top;
  						background-size:100% auto;
  						left:0;
  						right:0;
  						margin:0 auto;
  						top:-5px;
  						pointer-events: none;
  						z-index: 10;
  					}
  					a {
  						display: block;
  						text-decoration: none;
  						&:hover img {
  							filter: alpha(opacity=100);
  							-moz-opacity:1;
  							opacity:1;
  						}
  						p {
  							font-weight: 700;
  							margin-top: 3px;
  							@include fs(13);
  							color:$subColor;
  							text-decoration: underline;
  						}
  					}
  				}
  				&:nth-child(1) .image::before {
  					background-image: url("../../../aircon/assets/img/rank_01.png");
  				}
  				&:nth-child(2) .image::before {
  					background-image: url("../../../aircon/assets/img/rank_02.png");
  				}
  				&:nth-child(3) .image::before {
  					background-image: url("../../../aircon/assets/img/rank_03.png");
  				}
  			}
          }
  		.ico {
  			width:34px;
  			margin:0 auto 3px;
  		}
          .cta_btn {
              margin: 0 auto 5px;
  			@include radius(5px);
              a {
                  @include fs(14);
  				padding:14px 0;
              }
          }
      }*/ }
  .section01 .top_heading {
    text-align: center;
    line-height: 1.3; }
    .section01 .top_heading span {
      display: inline-block;
      position: relative;
      font-size: 4vw;
      font-weight: 500; }
      .section01 .top_heading span::before, .section01 .top_heading span::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        bottom: 2px;
        pointer-events: none;
        z-index: 10; }
      .section01 .top_heading span::before {
        left: -20px;
        background-image: url("../../../aircon/assets/img/section01_heading_before.png"); }
      .section01 .top_heading span::after {
        right: -20px;
        background-image: url("../../../aircon/assets/img/section01_heading_after.png"); }
      .section01 .top_heading span strong {
        font-size: 4.8vw;
        color: #f48b1a;
        font-weight: 900; }
  .section01 .inner {
    padding: 15px 10px 30px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
  .section01 br.archive {
    display: none; }
  .section01 .wrap.wrap_2 {
    width: 100%;
    margin: 20px auto 0;
    position: relative; }
    .section01 .wrap.wrap_2::before {
      content: "";
      position: absolute;
      top: 0;
      left: 25%;
      z-index: 10;
      width: calc(100% / 6 + 35px);
      height: 100%;
      background: transparent;
      pointer-events: none;
      border: 2px solid #e05434; }
    .section01 .wrap.wrap_2 table.ver_2 {
      width: 100%; }
      .section01 .wrap.wrap_2 table.ver_2 th, .section01 .wrap.wrap_2 table.ver_2 td {
        text-align: center;
        padding: 8px;
        vertical-align: middle; }
      .section01 .wrap.wrap_2 table.ver_2 th {
        font-weight: 700;
        color: #2ab9e8;
        font-size: 14px;
        font-size: 1.4rem;
        background: #f2fcff;
        border-bottom: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4; }
      .section01 .wrap.wrap_2 table.ver_2 td {
        font-size: 14px;
        font-size: 1.4rem;
        border: 1px solid #d4d4d4;
        width: calc(100% / 4); }
        .section01 .wrap.wrap_2 table.ver_2 td.blank_space {
          background-color: #e3eff0 !important; }
        .section01 .wrap.wrap_2 table.ver_2 td .image {
          width: 100%;
          padding-top: 42px;
          margin: 0 auto; }
          .section01 .wrap.wrap_2 table.ver_2 td .image a {
            display: block;
            text-decoration: none; }
            .section01 .wrap.wrap_2 table.ver_2 td .image a:hover img {
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              opacity: 1; }
            .section01 .wrap.wrap_2 table.ver_2 td .image a p {
              font-weight: 700;
              margin-top: 3px;
              font-size: 16px;
              font-size: 1.6rem;
              text-decoration: underline;
              color: #0f3ea4; }
            .section01 .wrap.wrap_2 table.ver_2 td .image a:hover p {
              text-decoration: none; }
        .section01 .wrap.wrap_2 table.ver_2 td .ico {
          width: 40%;
          margin: auto;
          margin-bottom: 3px; }
      .section01 .wrap.wrap_2 table.ver_2 tr td:nth-child(1) {
        background: #fff !important; }
      .section01 .wrap.wrap_2 table.ver_2 tr td:nth-child(2) {
        background: #fdffe9; }
      .section01 .wrap.wrap_2 table.ver_2 tr:first-child td {
        background-position: center 6px;
        background-size: 30px;
        background-repeat: no-repeat;
        /*&:nth-child(5){
        	background-image: url("../../../aircon/assets/img/rank_04.png");
        }
        &:nth-child(6){
        	background-image: url("../../../aircon/assets/img/rank_05.png");
        }*/ }
        .section01 .wrap.wrap_2 table.ver_2 tr:first-child td:nth-child(2) {
          background-image: url("../../../aircon/assets/img/rank_01.png"); }
        .section01 .wrap.wrap_2 table.ver_2 tr:first-child td:nth-child(3) {
          background-image: url("../../../aircon/assets/img/rank_02.png"); }
        .section01 .wrap.wrap_2 table.ver_2 tr:first-child td:nth-child(4) {
          background-image: url("../../../aircon/assets/img/rank_03.png"); }
    .section01 .wrap.wrap_2 .cta_btn {
      margin: 0 auto 10px;
      width: 85%;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section01 .wrap.wrap_2 .cta_btn a {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 20px 5px; }
  .section01 .remarks {
    margin: 10px auto 0; }

.section02 {
  background: #edfbff; }
  .section02 .main_ttl h2 {
    padding-left: 20px; }
    .section02 .main_ttl h2::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 65px;
      height: 65px;
      background-image: url("../../../aircon/assets/img/section01_ttl.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 10px;
      pointer-events: none;
      z-index: 10; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 40px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 .risk {
    background: #fff;
    border: 1px solid #2ab9e8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 10px 20px; }
    .section02 .risk .heading {
      text-align: center;
      font-size: 4vw;
      font-weight: 700; }
      .section02 .risk .heading .txt1 {
        color: #0f3ea4;
        display: inline-block;
        border: 1px solid #0f3ea4;
        padding: 0 6px;
        margin-right: 5px; }
      .section02 .risk .heading .txt2 {
        color: #f23333;
        background: linear-gradient(transparent 60%, #fff600 60%); }
    .section02 .risk .items {
      margin-top: 20px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .section02 .risk .items .item {
        border: 1px solid #0f3ea4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        overflow: hidden;
        width: 32%; }
        .section02 .risk .items .item .ttl {
          text-align: center;
          color: #fff;
          letter-spacing: 0.05em;
          font-weight: 700;
          padding: 5px 0;
          background: #0f3ea4;
          font-size: 3.3vw; }
        .section02 .risk .items .item .item_inner {
          padding: 8px 0 10px;
          text-align: center; }
        .section02 .risk .items .item p {
          font-weight: 500;
          font-size: 2.8vw; }
          .section02 .risk .items .item p .txt3 {
            color: #f23333;
            font-weight: 700; }
        .section02 .risk .items .item:nth-child(2) p, .section02 .risk .items .item:nth-child(3) p {
          padding: 7px 0; }
        .section02 .risk .items .item .image {
          margin-top: 10px; }
  .section02 .solution {
    margin-top: 35px;
    background: #fff;
    border: 1px solid #2ab9e8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 25px 10px 20px;
    position: relative; }
    .section02 .solution .heading {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -17px;
      width: 100%;
      text-align: center; }
      .section02 .solution .heading span {
        display: inline-block;
        background: #2ab9e8;
        padding: 5px 20px;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        font-size: 1.7rem;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px;
        position: relative; }
        .section02 .solution .heading span::before {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8.5px 0 8.5px;
          border-color: #2ab9e8 transparent transparent transparent;
          bottom: -8px; }
    .section02 .solution .txt {
      text-align: center;
      font-weight: 700;
      font-size: 4vw; }
      .section02 .solution .txt span {
        color: #f23333; }
    .section02 .solution .image {
      margin-top: 15px;
      text-align: center; }
  .section02 .attention {
    margin-top: 15px;
    background: #f8f8f8;
    border: 1px solid #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden; }
    .section02 .attention .heading {
      text-align: center;
      background: #333333;
      font-size: 4vw;
      font-weight: 700;
      color: #fff;
      position: relative;
      padding: 12px 0; }
      .section02 .attention .heading::before, .section02 .attention .heading::after {
        content: "";
        width: 26px;
        height: 23px;
        background-image: url("../../../aircon/assets/img/section02_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 10; }
      .section02 .attention .heading::before {
        left: 10px; }
      .section02 .attention .heading::after {
        right: 10px; }
      .section02 .attention .heading span {
        color: #fff600; }
    .section02 .attention .attention_inner {
      padding: 15px 15px 25px;
      position: relative; }
      .section02 .attention .attention_inner .wrap .image {
        width: 63px;
        position: absolute;
        right: 10px;
        bottom: -1px; }
      .section02 .attention .attention_inner .wrap .txt {
        font-size: 3.8vw;
        line-height: 1.8; }
        .section02 .attention .attention_inner .wrap .txt span {
          font-weight: 700; }
        .section02 .attention .attention_inner .wrap .txt .marker {
          background: linear-gradient(transparent 60%, #fff600 60%); }
        .section02 .attention .attention_inner .wrap .txt .red {
          color: #f23333; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }

.client_archive br.archive {
  display: none; }
.client_archive > ul > li {
  margin-top: 25px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #2ab9e8;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 10px 10px 70px;
    border-bottom: 1px solid #2ab9e8; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 53px;
      height: 68px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: -10px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #0f3ea4;
      font-size: 4.5vw;
      font-weight: 700; }
  .client_archive .client_card .client_inner {
    padding: 15px 10px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #f1bc2e;
  background: #ffffe7; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #f1bc2e; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("../../../aircon/assets/img/rank_01.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../../aircon/assets/img/rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../../aircon/assets/img/rank_03.png"); }
.client_archive > ul > li.pickup {
  position: relative;
  padding-top: 14.667vw; }
  .client_archive > ul > li.pickup::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: '';
    width: 97.333vw;
    height: 12.133vw;
    background: url("img/ttl_pickup.png") no-repeat left top/100% auto; }
  .client_archive > ul > li.pickup .client_name::before {
    background-image: url("../../../aircon/assets/img/rank_pr.png"); }
.client_archive .slick-dots {
  bottom: -30px; }
  .client_archive .slick-dots li {
    margin: 0 2px; }
    .client_archive .slick-dots li button::before {
      content: "";
      width: 12px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      height: 12px;
      background: #fff;
      border: 1px solid #2ab9e8;
      opacity: 1; }
    .client_archive .slick-dots li.slick-active button:before {
      opacity: 1;
      background: #2ab9e8; }
.client_archive .slider {
  opacity: 0;
  transition: opacity .3s linear; }
  .client_archive .slider.slick-initialized {
    opacity: 1; }
.client_archive .slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
.client_archive .top_heading {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  font-weight: 700;
  color: #f48b1a; }
.client_archive .overview {
  margin-top: 10px; }
  .client_archive .overview .image {
    width: 180px;
    margin: auto; }
  .client_archive .overview .txt {
    padding-top: 10px; }
    .client_archive .overview .txt table {
      width: 100%;
      background: #fff;
      font-size: 17px;
      font-size: 1.7rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 10px 8px;
        border: 1px solid #bababa;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #2ab9e8;
        background: #f2fcff;
        width: 41%;
        padding-right: 0;
        font-weight: 700; }
      .client_archive .overview .txt table td br.archive {
        display: none; }
      .client_archive .overview .txt table .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .txt table .ico_wrap .ico {
          width: 24px; }
        .client_archive .overview .txt table .ico_wrap .txt {
          padding-left: 5px; }
.client_archive .point .ttl, .client_archive .review .ttl, .client_archive .case .ttl {
  background: #2ab9e8;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 3px 0;
  font-size: 18px;
  font-size: 1.8rem; }
.client_archive .point {
  margin-top: 10px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #2ab9e8; }
  .client_archive .point ul {
    padding: 10px; }
    .client_archive .point ul li {
      font-size: 18px;
      font-size: 1.8rem;
      position: relative;
      padding-left: 17px; }
      .client_archive .point ul li::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 100%;
        background-image: url("../../../aircon/assets/img/client_ico_check.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 7px;
        pointer-events: none;
        z-index: 10; }
      .client_archive .point ul li span {
        color: #f48b1a;
        font-weight: 700; }
.client_archive .review {
  border: 1px solid #2ab9e8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 10px;
  overflow: hidden; }
  .client_archive .review .review_inner {
    background: #edfbff;
    padding: 10px 0;
    position: relative; }
    .client_archive .review .review_inner .quote {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: right;
      padding-right: 10px; }
  .client_archive .review .review_slides .review_slide {
    padding: 0 10px;
    width: 100%; }
  .client_archive .review .review_slides .txt {
    font-size: 17px;
    font-size: 1.7rem;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    padding: 15px; }
.client_archive .case {
  border: 1px solid #2ab9e8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 10px;
  overflow: hidden; }
  .client_archive .case .case_inner {
    background: #edfbff;
    padding: 10px 0;
    position: relative; }
    .client_archive .case .case_inner .quote {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: right;
      padding-right: 10px; }
  .client_archive .case .case_slides .case_slide {
    padding: 0 10px;
    width: 100%; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #f48b1a;
    font-size: 3.8vw; }
  .client_archive .cta .cta_btn {
    margin: 8px auto 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 40px 10px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .wrap {
  width: 100%;
  overflow: scroll; }
.section04 .scroll_txt {
  background: #f3f3f3;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 3px;
  text-align: right; }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fffee4; }
.section04 table {
  width: 900px;
  border-top: none;
  background: #fff; }
  .section04 table th, .section04 table td {
    width: 110px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #bababa;
    padding: 8px 5px;
    background: #fff; }
  .section04 table thead th {
    background: #edfbff;
    color: #2ab9e8;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px; }
  .section04 table thead tr th:first-child,
  .section04 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100px; }
    .section04 table thead tr th:first-child::after,
    .section04 table tbody tr td:first-child::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: 100%;
      border-right: 1px solid #bababa;
      z-index: -1; }
  .section04 table tbody tr:first-child td {
    background: #fefaec; }
  .section04 table tbody .image {
    display: block;
    width: 75%;
    margin: auto; }
  .section04 table tbody .ico {
    width: 24px;
    margin: 0 auto 3px; }
  .section04 table tbody td p {
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem; }
  .section04 table tbody td span {
    color: #ff839a;
    font-weight: 700;
    font-size: 80%; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section05 {
  background: #fff; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 40px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .container {
    position: relative;
    padding: 20px 20px 20px;
    background: #fffee4;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 2px solid #f48b1a; }
  .section05 .cta {
    margin: 20px auto 0; }
    .section05 .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }
    .section05 .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #f48b1a;
      font-size: 3.8vw;
      margin-bottom: 8px; }
  .section05 .wrap .image {
    width: 150px;
    margin: auto; }
  .section05 .wrap .text {
    margin-top: 10px; }
    .section05 .wrap .text .name {
      text-align: center;
      padding-bottom: 5px;
      border-bottom: 2px dotted #2ab9e8;
      margin-bottom: 10px; }
    .section05 .wrap .text .name a {
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: none; }
    .section05 .wrap .text .heading {
      font-weight: 700;
      color: #f48b1a;
      font-size: 4vw;
      text-align: center; }
      .section05 .wrap .text .heading span {
        font-size: 80%; }
    .section05 .wrap .text p {
      margin-top: 15px;
      font-size: 17px;
      font-size: 1.7rem; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .cta {
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 66.95%; }
    .fixed_cta .cta .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 6px 0; }

.footer .inner {
  padding: 20px 10px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.footer .privacy {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .footer .privacy .ico {
    width: 60px; }
  .footer .privacy .txt {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem; }
.footer .txt2 {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
.footer .f_nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin: 10px auto 0; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      margin-left: 20px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none;
        font-size: 12px;
        font-size: 1.2rem; }
.footer .copyright {
  background: #2ab9e8;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 32vw;
        width: 60%; }
    .exitProtection .wrap .btn {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 4vw;
      width: 90%; }
      .exitProtection .wrap .btn .cta_btn span {
        display: block;
        text-decoration: none;
        line-height: 1.4;
        color: #fff !important;
        font-weight: 700;
        font-size: 4vw;
        text-align: center;
        padding: 14px 0; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }
