@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  background: #f5f5f5;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

.view__fadeL {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
@media screen and (max-width: 1080px) {
  .view__fadeL {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@media screen and (max-width: 320px) {
  .view__fadeL {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.view__fadeInL {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1 !important;
}
.view__fadeR {
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
@media screen and (max-width: 1080px) {
  .view__fadeR {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@media screen and (max-width: 320px) {
  .view__fadeR {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
.view__fadeInR {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
}
.view__fadeT {
  opacity: 0;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
.view__fadeInT {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}
.view__fadeHeaderN {
  opacity: 0;
}
.view__fadeInHeaderN {
  -webkit-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
  opacity: 1 !important;
}
.view__fadeHeaderMV {
  opacity: 0;
}
.view__fadeInHeaderMV {
  -webkit-transition: all 2.5s ease-in;
  transition: all 2.5s ease-in;
  opacity: 1 !important;
}

@media screen and (max-width: 1080px) {
  br.br__crear__big {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  br.br__crear__pc {
    display: none;
  }
}

br.on__big {
  display: none;
}
@media screen and (max-width: 1080px) {
  br.on__big {
    display: block;
  }
}

br.on__pc {
  display: none;
}
@media screen and (max-width: 960px) {
  br.on__pc {
    display: block;
  }
}

br.on__tb {
  display: none;
}
@media screen and (max-width: 768px) {
  br.on__tb {
    display: block;
  }
}

br.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.on__sp {
    display: block;
  }
}

br.on__tiny {
  display: none;
}
@media screen and (max-width: 375px) {
  br.on__tiny {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .on__pc {
    display: none;
  }
}

.on__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .on__sp {
    display: block;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
}
#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;
}
#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;
}
#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) {
  #wrapper .contact a {
    font-size: 18px;
  }
}
#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) {
  #wrapper .contact a::before {
    content: none;
  }
}
#wrapper .contact a:hover {
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper .contact a:hover {
    background: #0467be;
  }
}
#wrapper .contact a:hover::before {
  width: 100%;
}
#wrapper .h2__tit {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  #wrapper .h2__tit {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
#wrapper .h2__tit::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #fff;
}
#wrapper .h2__tit.bl {
  color: #0467be;
}
#wrapper .h2__tit.bl::after {
  background: #0467be;
}
#wrapper #header {
  padding: 18px 0;
}
#wrapper #header .inner {
  max-width: 1300px;
  width: calc(100% - 80px);
  margin: 0 auto;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #wrapper #header .inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 375px) {
  #wrapper #header .inner {
    width: calc(100% - 20px);
  }
}
#wrapper #header .inner #navi__toggle {
  width: 40px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #wrapper #header .inner #navi__toggle {
    width: 37px;
  }
}
#wrapper #header .inner #navi__toggle div {
  position: relative;
}
#wrapper #header .inner #navi__toggle span {
  display: block;
  height: 5px;
  background: #000;
  position: absolute;
  width: 100%;
  right: 0;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#wrapper #header .inner #navi__toggle span:nth-child(1) {
  top: 10px;
}
#wrapper #header .inner #navi__toggle span:nth-child(2) {
  top: 22px;
}
#wrapper #header .inner #navi__toggle span:nth-child(3) {
  top: 34px;
}
#wrapper #header .inner .logo {
  width: 85px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  #wrapper #header .inner .logo {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #header .inner .logo {
    width: 20%;
  }
}
#wrapper #header .inner .logo img {
  width: 100%;
  height: auto;
}
#wrapper #header .inner .contact {
  width: 267px;
  margin: 0;
  line-height: 41px;
  border-radius: 20px;
  border: none;
}
@media screen and (max-width: 640px) {
  #wrapper #header .inner .contact {
    width: 175px;
    line-height: 32px;
  }
}
#wrapper #header .inner .contact::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (max-width: 640px) {
  #wrapper #header .inner .contact::after {
    right: 7px;
  }
}
#wrapper #header .inner .contact a {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #wrapper #header .inner .contact a {
    font-size: 13px;
  }
}
#wrapper #header nav {
  display: none;
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 80;
  background: #fff;
}
#wrapper #header.open .inner {
  position: relative;
}
#wrapper #header.open .inner #navi__toggle span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 30px;
}
#wrapper #header.open .inner #navi__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open .inner #navi__toggle span:nth-child(3) {
  top: 21px;
  width: 30px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#wrapper #header.open nav {
  display: block;
  max-width: 1300px;
  width: calc(100% - 80px);
  margin: 130px auto 0;
}
@media screen and (max-width: 960px) {
  #wrapper #header.open nav {
    width: calc(100% - 40px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #header.open nav {
    width: calc(100% - 20px);
  }
}
#wrapper #header.open nav ul {
  border-top: 1px solid #898989;
}
#wrapper #header.open nav ul li {
  border-bottom: 1px solid #898989;
}
#wrapper #header.open nav ul li a {
  padding: 20px 10px;
  text-decoration: none;
  color: #0467be;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#wrapper #header.open nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #0467be;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open nav ul li a::before {
    content: none;
  }
}
#wrapper #header.open nav ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #0467be;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
#wrapper #header.open nav ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open nav ul li a:hover {
    background: #0467be;
  }
}
#wrapper #header.open nav ul li a:hover::before {
  width: 100%;
}
#wrapper #header.open nav ul li a:hover::after {
  border-left: 12px solid #fff;
}
#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) {
  #wrapper main .mv {
    background: url(../img/bg__mv__sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
  }
}
#wrapper main .mv h1 {
  max-width: 956px;
}
#wrapper main .mv h1 img {
  width: 100%;
  height: auto;
}
#wrapper main section.movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#wrapper main section.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#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;
}
#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;
}
#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) {
  #wrapper main section.solution .solution_bf .inner::before {
    width: 150px;
    height: 165px;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main section.solution .solution_bf .inner::before {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_bf .inner::before {
    width: 125px;
    height: 140px;
    left: 10%;
  }
}
#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) {
  #wrapper main section.solution .solution_bf .inner::after {
    width: 150px;
    height: 170px;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main section.solution .solution_bf .inner::after {
    right: 5%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_bf .inner::after {
    width: 122px;
    height: 140px;
    right: 10%;
  }
}
#wrapper main section.solution .solution_bf .inner p {
  font-size: 21px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #wrapper main section.solution .solution_bf .inner p {
    font-size: 18px;
  }
}
#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%);
}
#wrapper main section.solution .solution_af .inner {
  padding: 80px 0 30px;
  margin-top: -40px;
}
#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) {
  #wrapper main section.solution .solution_af .inner::before {
    width: 185px;
    height: 195px;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main section.solution .solution_af .inner::before {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_af .inner::before {
    width: 145px;
    height: 145px;
    left: 10%;
  }
}
#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) {
  #wrapper main section.solution .solution_af .inner::after {
    width: 150px;
    height: 195px;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main section.solution .solution_af .inner::after {
    right: 5%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_af .inner::after {
    width: 110px;
    height: 145px;
    right: 10%;
  }
}
#wrapper main section.solution .solution_af .inner p {
  font-size: 33px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #wrapper main section.solution .solution_af .inner p {
    font-size: 23px;
  }
}
#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) {
  #wrapper main section.solution .solution_af .inner p span {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_af .inner p span {
    width: 80%;
  }
}
#wrapper main section.solution .solution_af .inner p span img {
  width: 100%;
  height: auto;
}
#wrapper main section.solution .solution_af .inner, #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) {
  #wrapper main section.solution .solution_af .inner, #wrapper main section.solution .solution_bf .inner {
    padding: 45px 20px 55px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_af .inner, #wrapper main section.solution .solution_bf .inner {
    padding: 20px 20px 140px;
  }
}
#wrapper main section.solution .solution_af .inner::before, #wrapper main section.solution .solution_af .inner::after, #wrapper main section.solution .solution_bf .inner::before, #wrapper main section.solution .solution_bf .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
#wrapper main section.solution .solution_af .inner p, #wrapper main section.solution .solution_bf .inner p {
  color: #fff;
  text-align: center;
}
#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) {
  #wrapper main section.solution .solution_cont {
    padding: 40px 0;
  }
}
#wrapper main section.solution .solution_cont .inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#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) {
  #wrapper main section.solution .solution_cont .temperature {
    margin-bottom: 30px;
  }
}
#wrapper main section.solution .solution_cont .temperature-bf, #wrapper main section.solution .solution_cont .temperature-af {
  width: 40%;
}
#wrapper main section.solution .solution_cont .temperature-bf img, #wrapper main section.solution .solution_cont .temperature-af img {
  width: 100%;
  height: auto;
}
#wrapper main section.solution .solution_cont .temperature-bf dl, #wrapper main section.solution .solution_cont .temperature-af dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_cont .temperature-bf dl, #wrapper main section.solution .solution_cont .temperature-af dl {
    margin-bottom: 10px;
  }
}
#wrapper main section.solution .solution_cont .temperature-bf dl dt, #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) {
  #wrapper main section.solution .solution_cont .temperature-bf dl dt, #wrapper main section.solution .solution_cont .temperature-af dl dt {
    margin-bottom: 10px;
  }
}
#wrapper main section.solution .solution_cont .temperature-bf dl dd, #wrapper main section.solution .solution_cont .temperature-af dl dd {
  text-align: center;
}
#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%);
}
#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%);
}
#wrapper main section.solution .solution_cont .temperature p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #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) {
  #wrapper main section.solution .solution_cont .temperature p {
    width: 55px;
  }
  #wrapper main section.solution .solution_cont .temperature p img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.solution .solution_cont .temperature p {
    width: 10%;
  }
  #wrapper main section.solution .solution_cont .temperature p img {
    width: 100%;
  }
}
#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) {
  #wrapper main section.solution .solution_cont .temperature-cause {
    font-size: 23px;
    line-height: 1.4;
  }
}
#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) {
  #wrapper main section.solution .solution_cont .temperature-result {
    display: block;
    margin-bottom: 20px;
  }
}
#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) {
  #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) {
  #wrapper main section.solution .solution_cont .temperature-result .result__cont {
    font-size: 16px;
  }
}
#wrapper main section.solution .solution_cont .temperature-result .result__cont span {
  font-size: 24px;
  color: #0467be;
}
@media screen and (max-width: 960px) {
  #wrapper main section.solution .solution_cont .temperature-result .result__cont span {
    font-size: 23px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper main section.solution .solution_cont .temperature-result .result__cont span {
    font-size: 20px;
  }
}
#wrapper main section.solution .solution_cont .note {
  font-size: 13px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #wrapper main section.solution .solution_cont .note {
    margin-bottom: 20px;
  }
}
#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;
}
#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;
}
#wrapper main section.about .inner {
  max-width: 780px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrapper main section.about .inner h2 img {
    width: 100%;
    height: auto;
  }
}
#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) {
  #wrapper main section.about .about__is {
    display: block;
  }
}
#wrapper main section.about .about__is figure {
  width: 49.07%;
  padding: 5px 0 0;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #wrapper main section.about .about__is figure {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
#wrapper main section.about .about__is figure img {
  width: 100%;
  height: auto;
}
#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;
}
#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) {
  #wrapper main section.about .about__chara {
    display: block;
  }
}
#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) {
  #wrapper main section.about .about__chara li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main section.about .about__chara li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 40px 10px 30px;
  }
}
#wrapper main section.about .about__chara li:nth-child(even) {
  margin-right: 0;
}
#wrapper main section.about .about__chara li figure {
  width: 150px;
  margin: 0 auto 20px;
}
#wrapper main section.about .about__chara li figure img {
  width: 100%;
  height: auto;
}
#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) {
  #wrapper main section.about .about__chara li dl dt {
    font-size: 20px;
  }
}
#wrapper main section.about .about__chara li dl dd {
  font-size: 14px;
  line-height: 1.4;
}
#wrapper main section.difference {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  #wrapper main section.difference {
    padding: 50px 0;
  }
}
#wrapper main section.difference .inner {
  text-align: center;
  max-width: 820px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#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) {
  #wrapper main section.difference .inner .difference__cont {
    display: block;
  }
}
#wrapper main section.difference .inner .difference__item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #wrapper main section.difference .inner .difference__item {
    width: 100%;
  }
}
#wrapper main section.difference .inner .difference__item figure {
  margin-bottom: 20px;
}
#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) {
  #wrapper main section.difference .inner .difference__item figure figcaption {
    font-size: 19px;
  }
}
#wrapper main section.difference .inner .difference__item figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #wrapper main section.difference .inner .difference__item figure img {
    width: 80%;
  }
}
#wrapper main section.difference .inner .difference__item dl {
  text-align: left;
}
#wrapper main section.difference .inner .difference__item dl dt {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #wrapper main section.difference .inner .difference__item dl dt {
    font-size: 18px;
  }
}
#wrapper main section.difference .inner .difference__item dl dd {
  font-size: 14px;
}
#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%);
}
#wrapper main section.difference .inner .difference-hot dl dt {
  color: #ea5504;
}
#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%);
}
#wrapper main section.difference .inner .difference-cool dl dt {
  color: #0467be;
}
#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) {
  #wrapper main section.const {
    padding: 50px 0;
  }
}
#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) {
  #wrapper main section.const .inner {
    padding-bottom: 30px;
  }
}
#wrapper main section.const .inner:last-child {
  padding-bottom: 0;
}
#wrapper main section.const .inner p {
  text-align: left;
  margin-bottom: 20px;
}
#wrapper main section.const .inner p.pickup {
  color: #0467be;
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #wrapper main section.const .inner p.pickup {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
}
#wrapper main section.const .inner p.note {
  font-size: 14px;
}
#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) {
  #wrapper main section.const .const__list {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
}
#wrapper main section.const .const__list li {
  list-style: none;
  position: relative;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
#wrapper main section.const .const__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #wrapper main section.const .const__list li {
    width: 100%;
    margin: 0 0 20px;
  }
}
#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;
}
#wrapper main section.const .const__list li img {
  width: 100%;
  height: auto;
}
#wrapper main section.const .const__list li dl {
  text-align: left;
}
#wrapper main section.const .const__list li dl dt {
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 10px;
}
#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) {
  #wrapper main section.const .const-result {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
#wrapper main section.const .const-result li {
  width: 45%;
  position: relative;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #wrapper main section.const .const-result li {
    width: 100%;
    font-size: 18px;
  }
}
#wrapper main section.const .const-result li img {
  width: 100%;
  height: auto;
}
#wrapper main section.const .const-result li:first-child {
  padding-right: 30px;
  width: calc(45% + 30px);
}
@media screen and (max-width: 960px) {
  #wrapper main section.const .const-result li:first-child {
    width: 100%;
    padding: 0 0 40px;
  }
}
#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) {
  #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;
  }
}
#wrapper main section.product {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  #wrapper main section.product {
    padding: 50px 0;
  }
}
#wrapper main section.product .inner {
  text-align: center;
  max-width: 880px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#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) {
  #wrapper main section.product .inner .product__list {
    display: block;
    margin-bottom: 30px;
  }
}
#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) {
  #wrapper main section.product .inner .product__list li {
    width: 100%;
    margin: 0 0 20px;
  }
}
#wrapper main section.product .inner .product__list li:last-child {
  margin-right: 0;
}
#wrapper main section.product .inner .product__list li img {
  width: 100%;
  height: auto;
}
#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) {
  #wrapper main section.product .inner .product__list li dl dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#wrapper main section.product .inner .product__list li dl dt span {
  font-size: 25px;
}
@media screen and (max-width: 960px) {
  #wrapper main section.product .inner .product__list li dl dt span {
    font-size: 18px;
  }
}
#wrapper main section.product .inner .product__list li dl dd {
  font-size: 13px;
  text-align: left;
}
#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) {
  #wrapper main section.form {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.form {
    background: #fff;
  }
}
#wrapper main section.form .inner {
  max-width: 930px;
  width: calc(100% - 40px);
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #wrapper main section.form .inner {
    padding-bottom: 30px;
  }
}
#wrapper main section.form .inner:last-child {
  padding-bottom: 0;
}
#wrapper main section.form .inner .tel {
  background: #fff;
  padding: 50px 20px 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #wrapper main section.form .inner .tel {
    border-bottom: 1px solid #f4f4f4;
  }
}
#wrapper main section.form .inner .tel dt {
  color: #0467be;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #wrapper main section.form .inner .tel dt {
    font-size: 18px;
  }
}
#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) {
  #wrapper main section.form .inner .tel dd {
    font-size: 37px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main section.form .inner .tel dd {
    font-size: 28px;
  }
}
#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) {
  #wrapper main section.form .inner .tel dd::before {
    width: 35px;
    height: 35px;
    margin: 4px 10px 0 0;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main section.form .inner .tel dd::before {
    width: 30px;
    height: 30px;
  }
}
#wrapper main section.form .contact__form {
  background: #fff;
  padding: 50px 0;
}
#wrapper main section.form .contact__form .form__cont {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#wrapper main section.form .contact__form .form__cont p {
  margin-bottom: 20px;
}
#wrapper main section.form .contact__form .form__cont p a {
  text-decoration: none;
  color: #0467be;
}
#wrapper main section.form .contact__form .form__cont .check__cont {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
#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) {
  #wrapper main section.form .contact__form .form__cont .check__cont ul {
    display: block;
  }
}
#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;
}
#wrapper main section.form .contact__form .form__cont .check__cont ul li label::before, #wrapper main section.form .contact__form .form__cont .check__cont ul li label:has(:checked)::after {
  content: "";
}
#wrapper main section.form .contact__form .form__cont .check__cont ul li label::before {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background-color: #e6edf3;
}
#wrapper main section.form .contact__form .form__cont .check__cont ul li label:has(:checked)::before {
  background-color: #0567be;
}
#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;
}
#wrapper main section.form .contact__form .form__cont .check__cont ul li label input {
  display: none;
}
#wrapper main section.form .contact__form .form__cont dl {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#wrapper main section.form .contact__form .form__cont dl dt {
  margin-bottom: 10px;
}
#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;
}
#wrapper main section.form .contact__form .form__cont dl dd input.tel {
  width: 20%;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.form .contact__form .form__cont dl dd input.tel {
    width: calc((100% - 30px) / 3);
  }
}
#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) {
  #wrapper main section.form .contact__form .form__cont dl dd textarea {
    width: 100%;
  }
}
#wrapper main section.form .contact__form .form__cont dl dd .txt__error {
  color: #ea5504;
  font-size: 16px;
}
#wrapper main section.form .contact__form .form__cont .send-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper main section.form .contact__form .form__cont .send-btn .btn {
  width: 45%;
}
#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%);
}
#wrapper main section.form .contact__form .form__cont .send-btn .re-btn span::before {
  background: #ea5504;
}
#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;
}
#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;
}
#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;
}
#wrapper main section.form .contact__form .form__cont .btn span:hover {
  border-radius: 20px;
}
#wrapper main section.form .contact__form .form__cont .btn span:hover::before {
  width: 100%;
}
#wrapper main section.form .contact__form .form__cont .btn input, #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) {
  #wrapper main section.form .contact__form .form__cont .btn input, #wrapper main section.form .contact__form .form__cont .btn a {
    font-size: 18px;
  }
}
#wrapper main section.form .contact__form .tnk {
  margin-bottom: 40px;
}
#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) {
  #wrapper main section.company {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.company {
    background: #fff;
  }
}
#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) {
  #wrapper main section.company .inner {
    padding-bottom: 30px;
  }
}
#wrapper main section.company .inner:last-child {
  padding-bottom: 0;
}
#wrapper main section.company .company__cont {
  background: #fff;
  padding: 7%;
}
@media screen and (max-width: 640px) {
  #wrapper main section.company .company__cont {
    padding: 0;
  }
}
#wrapper main section.company .company__cont .logo {
  max-width: 326px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.company .company__cont .logo {
    width: 80%;
  }
}
#wrapper main section.company .company__cont .logo img {
  width: 100%;
  height: auto;
}
#wrapper main section.company .company__cont table {
  border-top: 1px solid #898989;
  width: 100%;
  margin-bottom: 80px;
}
#wrapper main section.company .company__cont table:last-child {
  margin-bottom: 0;
}
#wrapper main section.company .company__cont table th, #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) {
  #wrapper main section.company .company__cont table th, #wrapper main section.company .company__cont table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
#wrapper main section.company .company__cont table th {
  background: #f4f4f4;
  width: 30%;
}
@media screen and (max-width: 960px) {
  #wrapper main section.company .company__cont table th {
    border-bottom: none;
    width: 100%;
  }
}
#wrapper main section.company .company__cont table.days th {
  background: #cdf4ff;
}
@media screen and (max-width: 960px) {
  #wrapper main section.company .company__cont table tr:last-child td {
    border-bottom: none;
  }
}
#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) {
  #wrapper main section.company .company__cont .h4__ttl {
    display: block;
  }
}
#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) {
  #wrapper main section.company .company__cont .h4__ttl p {
    margin-bottom: 5px;
  }
}
#wrapper footer {
  background: url(../img/bg__mv.png) no-repeat;
  background-size: cover;
}
#wrapper footer .inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 640px) {
  #wrapper footer .inner {
    padding: 35px 10px;
  }
}
#wrapper footer .inner figure {
  width: 100%;
}
#wrapper footer .inner figure img {
  width: 100%;
  height: auto;
}
#wrapper footer .inner .contact {
  border: 2px solid #fff;
  margin-bottom: 50px;
}
#wrapper footer .inner .copy {
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=style.css.map */