@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.is #wrapper {
  overflow: hidden;
  position: relative;
}
.is #wrapper .contact {
  position: relative;
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#043491));
  background: -webkit-linear-gradient(left, #00b7ee 0%, #043491 100%);
  background: linear-gradient(to right, #00b7ee 0%, #043491 100%);
  border-radius: 40px;
  line-height: 60px;
  overflow: hidden;
  border: 2px solid #fff;
}
.is #wrapper .contact::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.is #wrapper .contact a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .is #wrapper .contact a {
    font-size: 18px;
  }
}
.is #wrapper .contact a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #043491;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .is #wrapper .contact a::before {
    content: none;
  }
}
.is #wrapper .contact a:hover {
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .is #wrapper .contact a:hover {
    background: #0467be;
  }
}
.is #wrapper .contact a:hover::before {
  width: 100%;
}
.is #wrapper .h2__tit {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  .is #wrapper .h2__tit {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.is #wrapper .h2__tit::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #fff;
}
.is #wrapper .h2__tit.bl {
  color: #0467be;
}
.is #wrapper .h2__tit.bl::after {
  background: #0467be;
}
.is #wrapper #header {
  position: static;
  background: #0e356c;
  margin-bottom: 0;
}
.is #wrapper #header.fix {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.is #wrapper #main {
  letter-spacing: 0;
}
.is #wrapper #main .mv {
  background: url(../img/bg__mv.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 30px;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main .mv {
    background: url(../img/bg__mv__sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
  }
}
.is #wrapper #main .mv h1 {
  max-width: 956px;
}
.is #wrapper #main .mv h1 img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is #wrapper #main section.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.is #wrapper #main section.solution .solution_bf {
  background: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#ac0800));
  background: -webkit-linear-gradient(left, #ff7e00 0%, #ac0800 100%);
  background: linear-gradient(to right, #ff7e00 0%, #ac0800 100%);
  position: relative;
}
.is #wrapper #main section.solution .solution_bf::after {
  content: "";
  background: url(../img/bg__hot_arrow.png) no-repeat bottom center;
  background-size: contain;
  width: 60px;
  height: 30px;
  display: block;
  left: 0;
  right: 0;
  bottom: -23px;
  position: absolute;
  margin: auto;
}
.is #wrapper #main section.solution .solution_bf .inner::before {
  background: url(../img/deco__h01.png) no-repeat;
  background-size: contain;
  left: 10px;
  width: 171px;
  height: 194px;
  bottom: -1px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_bf .inner::before {
    width: 150px;
    height: 165px;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.solution .solution_bf .inner::before {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_bf .inner::before {
    width: 125px;
    height: 140px;
    left: 10%;
  }
}
.is #wrapper #main section.solution .solution_bf .inner::after {
  background: url(../img/deco__h02.png) no-repeat;
  background-size: contain;
  right: 10px;
  width: 157px;
  height: 174px;
  bottom: -1px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_bf .inner::after {
    width: 150px;
    height: 170px;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.solution .solution_bf .inner::after {
    right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_bf .inner::after {
    width: 122px;
    height: 140px;
    right: 10%;
  }
}
.is #wrapper #main section.solution .solution_bf .inner p {
  font-size: 21px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_bf .inner p {
    font-size: 18px;
  }
}
.is #wrapper #main section.solution .solution_af {
  background: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#043491));
  background: -webkit-linear-gradient(left, #00b7ee 0%, #043491 100%);
  background: linear-gradient(to right, #00b7ee 0%, #043491 100%);
}
.is #wrapper #main section.solution .solution_af .inner {
  padding: 80px 0 30px;
  margin-top: -40px;
}
.is #wrapper #main section.solution .solution_af .inner::before {
  background: url(../img/deco__c01.png) no-repeat;
  background-size: contain;
  left: 0;
  width: 205px;
  height: 215px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_af .inner::before {
    width: 185px;
    height: 195px;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.solution .solution_af .inner::before {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_af .inner::before {
    width: 145px;
    height: 145px;
    left: 10%;
  }
}
.is #wrapper #main section.solution .solution_af .inner::after {
  background: url(../img/deco__c02.png) no-repeat;
  background-size: contain;
  right: 0;
  width: 160px;
  height: 215px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_af .inner::after {
    width: 150px;
    height: 195px;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.solution .solution_af .inner::after {
    right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_af .inner::after {
    width: 110px;
    height: 145px;
    right: 10%;
  }
}
.is #wrapper #main section.solution .solution_af .inner p {
  font-size: 33px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_af .inner p {
    font-size: 23px;
  }
}
.is #wrapper #main section.solution .solution_af .inner p span {
  display: inline-block;
  padding-top: 10px;
  margin: 0 10px;
  width: 315px;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.solution .solution_af .inner p span {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_af .inner p span {
    width: 80%;
  }
}
.is #wrapper #main section.solution .solution_af .inner p span img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.solution .solution_af .inner, .is #wrapper #main section.solution .solution_bf .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.solution .solution_af .inner, .is #wrapper #main section.solution .solution_bf .inner {
    padding: 45px 20px 55px;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_af .inner, .is #wrapper #main section.solution .solution_bf .inner {
    padding: 20px 20px 140px;
  }
}
.is #wrapper #main section.solution .solution_af .inner::before, .is #wrapper #main section.solution .solution_af .inner::after, .is #wrapper #main section.solution .solution_bf .inner::before, .is #wrapper #main section.solution .solution_bf .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.is #wrapper #main section.solution .solution_af .inner p, .is #wrapper #main section.solution .solution_bf .inner p {
  color: #fff;
  text-align: center;
}
.is #wrapper #main section.solution .solution_cont {
  background: url(../img/bg__solution.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0 120px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_cont {
    padding: 40px 0;
  }
}
.is #wrapper #main section.solution .solution_cont .inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.is #wrapper #main section.solution .solution_cont .temperature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_cont .temperature {
    margin-bottom: 30px;
  }
}
.is #wrapper #main section.solution .solution_cont .temperature-bf, .is #wrapper #main section.solution .solution_cont .temperature-af {
  width: 40%;
}
.is #wrapper #main section.solution .solution_cont .temperature-bf img, .is #wrapper #main section.solution .solution_cont .temperature-af img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.solution .solution_cont .temperature-bf dl, .is #wrapper #main section.solution .solution_cont .temperature-af dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_cont .temperature-bf dl, .is #wrapper #main section.solution .solution_cont .temperature-af dl {
    margin-bottom: 10px;
  }
}
.is #wrapper #main section.solution .solution_cont .temperature-bf dl dt, .is #wrapper #main section.solution .solution_cont .temperature-af dl dt {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  padding: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_cont .temperature-bf dl dt, .is #wrapper #main section.solution .solution_cont .temperature-af dl dt {
    margin-bottom: 10px;
  }
}
.is #wrapper #main section.solution .solution_cont .temperature-bf dl dd, .is #wrapper #main section.solution .solution_cont .temperature-af dl dd {
  text-align: center;
}
.is #wrapper #main section.solution .solution_cont .temperature-bf dt {
  background: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#ac0800));
  background: -webkit-linear-gradient(left, #ff7e00 0%, #ac0800 100%);
  background: linear-gradient(to right, #ff7e00 0%, #ac0800 100%);
}
.is #wrapper #main section.solution .solution_cont .temperature-af dt {
  background: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#043491));
  background: -webkit-linear-gradient(left, #00b7ee 0%, #043491 100%);
  background: linear-gradient(to right, #00b7ee 0%, #043491 100%);
}
.is #wrapper #main section.solution .solution_cont .temperature p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .is #wrapper #main section.solution .solution_cont .temperature p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.solution .solution_cont .temperature p {
    width: 55px;
  }
  .is #wrapper #main section.solution .solution_cont .temperature p img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.solution .solution_cont .temperature p {
    width: 10%;
  }
  .is #wrapper #main section.solution .solution_cont .temperature p img {
    width: 100%;
  }
}
.is #wrapper #main section.solution .solution_cont .temperature-cause {
  font-size: 26px;
  font-weight: 800;
  color: #0467be;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_cont .temperature-cause {
    font-size: 23px;
    line-height: 1.4;
  }
}
.is #wrapper #main section.solution .solution_cont .temperature-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_cont .temperature-result {
    display: block;
    margin-bottom: 20px;
  }
}
.is #wrapper #main section.solution .solution_cont .temperature-result .result__cont {
  border: 3px solid #0467be;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  width: 48%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_cont .temperature-result .result__cont {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .is #wrapper #main section.solution .solution_cont .temperature-result .result__cont {
    font-size: 16px;
  }
}
.is #wrapper #main section.solution .solution_cont .temperature-result .result__cont span {
  font-size: 24px;
  color: #0467be;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_cont .temperature-result .result__cont span {
    font-size: 23px;
  }
}
@media screen and (max-width: 320px) {
  .is #wrapper #main section.solution .solution_cont .temperature-result .result__cont span {
    font-size: 20px;
  }
}
.is #wrapper #main section.solution .solution_cont .note {
  font-size: 13px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.solution .solution_cont .note {
    margin-bottom: 20px;
  }
}
.is #wrapper #main section.about {
  background: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#043491));
  background: -webkit-linear-gradient(left, #00b7ee 0%, #043491 100%);
  background: linear-gradient(to right, #00b7ee 0%, #043491 100%);
  position: relative;
  z-index: -2;
  padding: 100px 0 60px;
}
.is #wrapper #main section.about::before {
  content: "";
  background: url(../img/bg__about.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.is #wrapper #main section.about .inner {
  max-width: 780px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.about .inner h2 img {
    width: 100%;
    height: auto;
  }
}
.is #wrapper #main section.about .about__is {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.about .about__is {
    display: block;
  }
}
.is #wrapper #main section.about .about__is figure {
  width: 49.07%;
  padding: 5px 0 0;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.about .about__is figure {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.is #wrapper #main section.about .about__is figure img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.about .about__is p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #fff;
}
.is #wrapper #main section.about .about__chara {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.about .about__chara {
    display: block;
  }
}
.is #wrapper #main section.about .about__chara li {
  background: #fff;
  border-radius: 20px;
  color: #0467be;
  width: 46.5%;
  margin: 0 7% 7% 0;
  padding: 40px 0 30px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.about .about__chara li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.about .about__chara li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 40px 10px 30px;
  }
}
.is #wrapper #main section.about .about__chara li:nth-child(even) {
  margin-right: 0;
}
.is #wrapper #main section.about .about__chara li figure {
  width: 150px;
  margin: 0 auto 20px;
}
.is #wrapper #main section.about .about__chara li figure img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.about .about__chara li dl dt {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.about .about__chara li dl dt {
    font-size: 20px;
  }
}
.is #wrapper #main section.about .about__chara li dl dd {
  font-size: 14px;
  line-height: 1.4;
}
.is #wrapper #main section.difference {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.difference {
    padding: 50px 0;
  }
}
.is #wrapper #main section.difference .inner {
  text-align: center;
  max-width: 820px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.is #wrapper #main section.difference .inner .difference__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.difference .inner .difference__cont {
    display: block;
  }
}
.is #wrapper #main section.difference .inner .difference__item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.difference .inner .difference__item {
    width: 100%;
  }
}
.is #wrapper #main section.difference .inner .difference__item figure {
  margin-bottom: 20px;
}
.is #wrapper #main section.difference .inner .difference__item figure figcaption {
  text-align: center;
  padding: 3px 10px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.difference .inner .difference__item figure figcaption {
    font-size: 19px;
  }
}
.is #wrapper #main section.difference .inner .difference__item figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.difference .inner .difference__item figure img {
    width: 80%;
  }
}
.is #wrapper #main section.difference .inner .difference__item dl {
  text-align: left;
}
.is #wrapper #main section.difference .inner .difference__item dl dt {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.difference .inner .difference__item dl dt {
    font-size: 18px;
  }
}
.is #wrapper #main section.difference .inner .difference__item dl dd {
  font-size: 14px;
}
.is #wrapper #main section.difference .inner .difference-hot figure figcaption {
  background: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#ac0800));
  background: -webkit-linear-gradient(left, #ff7e00 0%, #ac0800 100%);
  background: linear-gradient(to right, #ff7e00 0%, #ac0800 100%);
}
.is #wrapper #main section.difference .inner .difference-hot dl dt {
  color: #ea5504;
}
.is #wrapper #main section.difference .inner .difference-cool figure figcaption {
  background: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#043491));
  background: -webkit-linear-gradient(left, #00b7ee 0%, #043491 100%);
  background: linear-gradient(to right, #00b7ee 0%, #043491 100%);
}
.is #wrapper #main section.difference .inner .difference-cool dl dt {
  color: #0467be;
}
.is #wrapper #main section.const {
  padding: 80px 0;
  background: url(../img/bg__solution.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const {
    padding: 50px 0;
  }
}
.is #wrapper #main section.const .inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .inner {
    padding-bottom: 30px;
  }
}
.is #wrapper #main section.const .inner:last-child {
  padding-bottom: 0;
}
.is #wrapper #main section.const .inner p {
  text-align: left;
  margin-bottom: 20px;
}
.is #wrapper #main section.const .inner p.pickup {
  color: #0467be;
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .inner p.pickup {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
}
.is #wrapper #main section.const .inner p.note {
  font-size: 14px;
}
.is #wrapper #main section.const .const__list {
  counter-reset: li;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px;
  max-width: 880px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .const__list {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
}
.is #wrapper #main section.const .const__list li {
  list-style: none;
  position: relative;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.is #wrapper #main section.const .const__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .const__list li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.is #wrapper #main section.const .const__list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#043491));
  background: -webkit-linear-gradient(left, #00b7ee 0%, #043491 100%);
  background: linear-gradient(to right, #00b7ee 0%, #043491 100%);
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}
.is #wrapper #main section.const .const__list li img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.const .const__list li dl {
  text-align: left;
}
.is #wrapper #main section.const .const__list li dl dt {
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.is #wrapper #main section.const .const-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
  max-width: 880px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .const-result {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.is #wrapper #main section.const .const-result li {
  width: 45%;
  position: relative;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .const-result li {
    width: 100%;
    font-size: 18px;
  }
}
.is #wrapper #main section.const .const-result li img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.const .const-result li:first-child {
  padding-right: 30px;
  width: calc(45% + 30px);
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .const-result li:first-child {
    width: 100%;
    padding: 0 0 40px;
  }
}
.is #wrapper #main section.const .const-result li:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid #0467be;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.const .const-result li:first-child::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -20px;
    border-top: 20px solid #0467be;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
.is #wrapper #main section.product {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.product {
    padding: 50px 0;
  }
}
.is #wrapper #main section.product .inner {
  text-align: center;
  max-width: 880px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.is #wrapper #main section.product .inner .product__list {
  counter-reset: li;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.product .inner .product__list {
    display: block;
    margin-bottom: 30px;
  }
}
.is #wrapper #main section.product .inner .product__list li {
  list-style: none;
  position: relative;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.product .inner .product__list li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.is #wrapper #main section.product .inner .product__list li:last-child {
  margin-right: 0;
}
.is #wrapper #main section.product .inner .product__list li img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.product .inner .product__list li dl dt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.product .inner .product__list li dl dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.is #wrapper #main section.product .inner .product__list li dl dt span {
  font-size: 25px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.product .inner .product__list li dl dt span {
    font-size: 18px;
  }
}
.is #wrapper #main section.product .inner .product__list li dl dd {
  font-size: 13px;
  text-align: left;
}
.is #wrapper #main section.form {
  padding: 80px 0;
  background: url(../img/bg__solution.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.form {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.form {
    background: #fff;
  }
}
.is #wrapper #main section.form .inner {
  max-width: 930px;
  width: calc(100% - 40px);
  padding: 0 0 50px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.form .inner {
    padding-bottom: 30px;
  }
}
.is #wrapper #main section.form .inner:last-child {
  padding-bottom: 0;
}
.is #wrapper #main section.form .inner .tel {
  background: #fff;
  padding: 50px 20px 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.form .inner .tel {
    border-bottom: 1px solid #f4f4f4;
  }
}
.is #wrapper #main section.form .inner .tel dt {
  color: #0467be;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.form .inner .tel dt {
    font-size: 18px;
  }
}
.is #wrapper #main section.form .inner .tel dd {
  font-size: 67px;
  font-weight: 900;
  color: #0467be;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.form .inner .tel dd {
    font-size: 37px;
  }
}
@media screen and (max-width: 375px) {
  .is #wrapper #main section.form .inner .tel dd {
    font-size: 28px;
  }
}
.is #wrapper #main section.form .inner .tel dd::before {
  content: "";
  background: url(../img/icon_tel.svg) no-repeat center center;
  background-size: contain;
  width: 65px;
  height: 65px;
  display: block;
  margin: 8px 20px 0 0;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.form .inner .tel dd::before {
    width: 35px;
    height: 35px;
    margin: 4px 10px 0 0;
  }
}
@media screen and (max-width: 375px) {
  .is #wrapper #main section.form .inner .tel dd::before {
    width: 30px;
    height: 30px;
  }
}
.is #wrapper #main section.form .contact__form {
  background: #fff;
  padding: 50px 0;
}
.is #wrapper #main section.form .contact__form .form__cont {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.is #wrapper #main section.form .contact__form .form__cont p {
  margin-bottom: 20px;
}
.is #wrapper #main section.form .contact__form .form__cont p a {
  text-decoration: none;
  color: #0467be;
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.form .contact__form .form__cont .check__cont ul {
    display: block;
  }
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont ul li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont ul li label::before, .is #wrapper #main section.form .contact__form .form__cont .check__cont ul li label:has(:checked)::after {
  content: "";
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont ul li label::before {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background-color: #e6edf3;
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont ul li label:has(:checked)::before {
  background-color: #0567be;
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont ul li label:has(:checked)::after {
  position: absolute;
  top: 10px;
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.is #wrapper #main section.form .contact__form .form__cont .check__cont ul li label input {
  display: none;
}
.is #wrapper #main section.form .contact__form .form__cont dl {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.is #wrapper #main section.form .contact__form .form__cont dl dt {
  margin-bottom: 10px;
}
.is #wrapper #main section.form .contact__form .form__cont dl dd input {
  margin-right: 5px;
  padding: 10px;
  width: 100%;
  border: 1px solid #898989;
  background: #f4f4f4;
  -webkit-box-shadow: 0px 0px 5px inset #acacac;
          box-shadow: 0px 0px 5px inset #acacac;
}
.is #wrapper #main section.form .contact__form .form__cont dl dd input.tel {
  width: 20%;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.form .contact__form .form__cont dl dd input.tel {
    width: calc((100% - 30px) / 3);
  }
}
.is #wrapper #main section.form .contact__form .form__cont dl dd textarea {
  width: 100%;
  border: 1px solid #898989;
  background: #f4f4f4;
  -webkit-box-shadow: 0px 0px 5px inset #acacac;
          box-shadow: 0px 0px 5px inset #acacac;
}
@media screen and (max-width: 768px) {
  .is #wrapper #main section.form .contact__form .form__cont dl dd textarea {
    width: 100%;
  }
}
.is #wrapper #main section.form .contact__form .form__cont dl dd .txt__error {
  color: #ea5504;
  font-size: 16px;
}
.is #wrapper #main section.form .contact__form .form__cont .send-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.is #wrapper #main section.form .contact__form .form__cont .send-btn .btn {
  width: 45%;
}
.is #wrapper #main section.form .contact__form .form__cont .send-btn .re-btn {
  background: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#ac0800));
  background: -webkit-linear-gradient(left, #ff7e00 0%, #ac0800 100%);
  background: linear-gradient(to right, #ff7e00 0%, #ac0800 100%);
}
.is #wrapper #main section.form .contact__form .form__cont .send-btn .re-btn span::before {
  background: #ea5504;
}
.is #wrapper #main section.form .contact__form .form__cont .btn {
  position: relative;
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#043491));
  background: -webkit-linear-gradient(left, #00b7ee 0%, #043491 100%);
  background: linear-gradient(to right, #00b7ee 0%, #043491 100%);
  border-radius: 40px;
  line-height: 60px;
  overflow: hidden;
  border: 2px solid #fff;
}
.is #wrapper #main section.form .contact__form .form__cont .btn span {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.is #wrapper #main section.form .contact__form .form__cont .btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #043491;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.is #wrapper #main section.form .contact__form .form__cont .btn span:hover {
  border-radius: 20px;
}
.is #wrapper #main section.form .contact__form .form__cont .btn span:hover::before {
  width: 100%;
}
.is #wrapper #main section.form .contact__form .form__cont .btn input, .is #wrapper #main section.form .contact__form .form__cont .btn a {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.form .contact__form .form__cont .btn input, .is #wrapper #main section.form .contact__form .form__cont .btn a {
    font-size: 18px;
  }
}
.is #wrapper #main section.form .contact__form .tnk {
  margin-bottom: 40px;
}
.is #wrapper #main section.company {
  padding: 80px 0;
  background: url(../img/bg__solution.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.company {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.company {
    background: #fff;
  }
}
.is #wrapper #main section.company .inner {
  max-width: 930px;
  width: calc(100% - 40px);
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.company .inner {
    padding-bottom: 30px;
  }
}
.is #wrapper #main section.company .inner:last-child {
  padding-bottom: 0;
}
.is #wrapper #main section.company .company__cont {
  background: #fff;
  padding: 7%;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.company .company__cont {
    padding: 0;
  }
}
.is #wrapper #main section.company .company__cont .logo {
  max-width: 326px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  .is #wrapper #main section.company .company__cont .logo {
    width: 80%;
  }
}
.is #wrapper #main section.company .company__cont .logo img {
  width: 100%;
  height: auto;
}
.is #wrapper #main section.company .company__cont table {
  border-top: 1px solid #898989;
  width: 100%;
  margin-bottom: 80px;
}
.is #wrapper #main section.company .company__cont table:last-child {
  margin-bottom: 0;
}
.is #wrapper #main section.company .company__cont table th, .is #wrapper #main section.company .company__cont table td {
  border-bottom: 1px solid #898989;
  vertical-align: middle;
  padding: 10px 20px;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.company .company__cont table th, .is #wrapper #main section.company .company__cont table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.is #wrapper #main section.company .company__cont table th {
  background: #f4f4f4;
  width: 30%;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.company .company__cont table th {
    border-bottom: none;
    width: 100%;
  }
}
.is #wrapper #main section.company .company__cont table.days th {
  background: #cdf4ff;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.company .company__cont table tr:last-child td {
    border-bottom: none;
  }
}
.is #wrapper #main section.company .company__cont .h4__ttl {
  background: #0467be;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.company .company__cont .h4__ttl {
    display: block;
  }
}
.is #wrapper #main section.company .company__cont .h4__ttl p {
  background: #fff;
  color: #0467be;
  padding: 2px 5px;
  margin-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .is #wrapper #main section.company .company__cont .h4__ttl p {
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */