@charset "UTF-8";
.subttlarea {
  margin-bottom: 90px;
  text-align: center;
}
.subttlarea h3 {
  font-size: 3.335em;
}

.infraredsurvey {
  padding-bottom: 100px;
}
.infraredsurvey ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 40px;
  margin-left: 40px;
}
.infraredsurvey ol li .textarea {
  padding-right: 80px;
  padding-bottom: 50px;
  width: calc(100% - 540px);
}
.infraredsurvey ol li .textarea h4 {
  font-size: 2.5em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.infraredsurvey ol li .textarea h4 span {
  font-size: 1.25em;
  color: #1b599c;
  font-family: 'Montserrat', sans-serif;
  margin-right: 0.35em;
}
.infraredsurvey ol li .imagearea {
  position: relative;
  width: 540px;
  height: 334px;
}
.infraredsurvey ol li .imagearea img {
  position: absolute;
}
.infraredsurvey ol li .imagearea .img-back {
  top: 0;
  left: 0;
}
.infraredsurvey ol li .imagearea .img-front {
  bottom: 0;
  right: 0;
}
.infraredsurvey ol li + li {
  margin-top: 70px;
}

.feature {
  background-color: #f4f5f6;
  padding-top: 80px;
  padding-bottom: 100px;
}
.feature .subttlarea {
  margin-bottom: 60px;
}
.feature .subttlarea h3 {
  font-size: 3.25em;
  line-height: 1.25em;
}
.feature .subttlarea h3 span {
  display: block;
  font-size: 0.642em;
}
.feature ul.point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.feature ul.point li {
  width: calc(33.3333% - 40px);
}
.feature ul.point li h4 {
  text-align: center;
  font-size: 1.5em;
}
.feature ul.point li img {
  margin: 0 auto;
  display: block;
}
.feature h3.compare {
  font-size: 2.5em;
  text-align: center;
}
.feature .comparelist {
  position: relative;
  display: flex;
  width: 1020px;
  margin: 40px auto 0;
}
.feature .comparelist .list-title {
  width: 204px;
  margin-top: 80px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
.feature .comparelist .list-title h4 {
  height: 150px;
  color: #1b599c;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.feature .comparelist .list-title h4 + h4 {
  border-top: 1px solid #e7e7e7;
}
.feature .comparelist .list-primary {
  width: 336px;
}
.feature .comparelist .list-primary h4 {
  height: 80px;
  color: #fff;
  font-size: 2em;
  line-height: 80px;
  text-align: center;
  background-color: #1b599c;
  border-radius: 30px 30px 0 0;
}
.feature .comparelist .list-primary li {
  display: flex;
}
.feature .comparelist .list-primary li .shape {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin: 0 20px;
}
.feature .comparelist .list-primary li .shape img {
  vertical-align: middle;
}
.feature .comparelist .list-primary li p {
  width: calc(100% - 100px);
  line-height: 1.75em;
}
.feature .comparelist .list-primary li:first-child {
  display: block;
}
.feature .comparelist .list-secondary {
  width: calc(calc(100% - 540px) / 2);
  margin-top: 20px;
}
.feature .comparelist .list-secondary h4 {
  height: 60px;
  color: #fff;
  font-size: 1.5em;
  line-height: 60px;
  text-align: center;
  background-color: #696969;
  border-radius: 30px 30px 0 0;
}
.feature .comparelist .list-secondary + .list-secondary {
  border-radius: 0 0 30px 0;
}
.feature .comparelist .list-primary li, .feature .comparelist .list-secondary li {
  height: 150px;
  background-color: #fff;
}
.feature .comparelist .list-primary li:first-child, .feature .comparelist .list-secondary li:first-child {
  height: inherit;
  background-color: inherit;
}
.feature .comparelist .list-primary li + li, .feature .comparelist .list-secondary li + li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.feature .comparelist .list-primary li .back-wcircle, .feature .comparelist .list-secondary li .back-wcircle {
  background-image: url("../images/infraredsurvey/wcircle.png");
}
.feature .comparelist .list-primary li .back-cross, .feature .comparelist .list-secondary li .back-cross {
  background-image: url("../images/infraredsurvey/cross.png");
}
.feature .comparelist .list-primary li .back-triangle, .feature .comparelist .list-secondary li .back-triangle {
  background-image: url("../images/infraredsurvey/triangle.png");
}
.feature .comparelist .list-primary li [class^="back-"], .feature .comparelist .list-secondary li [class^="back-"] {
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 2.25em;
  text-align: center;
  padding: 0.25em;
  min-height: 70px;
}
.feature .comparelist .list-primary li .large, .feature .comparelist .list-secondary li .large {
  display: block;
  font-size: 1.75em;
}
.feature .comparelist .list-primary li .large strong, .feature .comparelist .list-secondary li .large strong {
  font-size: 1.3em;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.feature .comparelist .list-primary li .marker, .feature .comparelist .list-secondary li .marker {
  font-weight: 500;
  background-color: #faff75;
}
.feature .comparelist .list-primary li .marker strong, .feature .comparelist .list-secondary li .marker strong {
  font-size: 1.25em;
}
.feature .comparelist .list-primary .shape, .feature .comparelist .list-secondary .shape {
  width: 62px;
  height: 62px;
}
.feature .comparelist .list-primary .shape img, .feature .comparelist .list-secondary .shape img {
  width: 100%;
  vertical-align: middle;
}

.flow {
  padding-top: 60px;
  padding-bottom: 100px;
}
.flow ol {
  max-width: 924px;
  margin: 50px auto 0;
}
.flow ol li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 40px;
  border: 1px solid #ededed;
  border-radius: 20px;
}
.flow ol li p.number {
  font-size: 4em;
  line-height: 1em;
  color: #1b599c;
  font-family: 'Montserrat', sans-serif;
  margin-right: 0.25em;
}
.flow ol li h4 {
  font-size: 2em;
  margin-right: 45px;
  width: 130px;
  text-align: center;
}
.flow ol li + li {
  margin-top: 28px;
}
.flow ol li + li::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 32px 0 32px;
  border-color: #a8b9d3 transparent transparent transparent;
}

.link-sales {
  margin-top: 100px;
}
.link-sales a {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.link-sales a img {
  width: 100%;
  height: 440px;
  transition: transform .6s ease;
  object-fit: cover;
}
.link-sales a h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 1.8em;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  line-height: 2.2em;
  font-weight: 500;
}
.link-sales a h3 span {
  display: block;
  font-size: 1.7em;
}
.link-sales a:hover img {
  transform: scale(1.1);
}

/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  .infraredsurvey ol li .textarea {
    width: 50%;
    padding-right: 50px;
  }
  .infraredsurvey ol li .imagearea {
    width: 50%;
  }

  .feature .comparelist {
    width: 100%;
    max-width: 900px;
  }
  .feature .comparelist .list-title {
    width: 125px;
    margin-top: 70px;
  }
  .feature .comparelist .list-title h4 {
    height: 150px;
    font-size: 1.25em;
    padding-left: 20px;
  }
  .feature .comparelist .list-primary {
    width: 35%;
  }
  .feature .comparelist .list-primary h4 {
    height: 70px;
    font-size: 1.75em;
    line-height: 70px;
    border-radius: 20px 20px 0 0;
  }
  .feature .comparelist .list-primary li p {
    width: 170px;
    font-size: 1em;
    text-align: center;
  }
  .feature .comparelist .list-primary li .shape {
    width: 50px;
    margin: 0 10px;
  }
  .feature .comparelist .list-secondary {
    width: calc(calc(100% - calc(35% + 125px)) / 2);
    margin-top: 14px;
  }
  .feature .comparelist .list-secondary h4 {
    height: 56px;
    font-size: 1.5em;
    line-height: 56px;
    border-radius: 20px 20px 0 0;
  }
  .feature .comparelist .list-secondary + .list-secondary {
    border-radius: 0 0 20px 0;
  }
  .feature .comparelist .list-primary li .shape, .feature .comparelist .list-secondary li .shape {
    width: 50px;
    margin: 0 10px;
  }
  .feature .comparelist .list-primary li .large, .feature .comparelist .list-secondary li .large {
    font-size: 1.5em;
  }
  .feature .comparelist .list-primary [class^="back-"], .feature .comparelist .list-secondary [class^="back-"] {
    background-size: auto 80px;
  }
}
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .infraredsurvey ol li {
    margin-right: 30px;
    margin-left: 30px;
  }
  .infraredsurvey ol li .imagearea {
    height: 300px;
  }
  .infraredsurvey ol li .imagearea img {
    width: 240px;
  }

  .link-sales a {
    height: 350px;
  }
  .link-sales a img {
    height: 350px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* ページ内本文サイズ
  ---------------------------------------------------------------------------- */
  .container p {
    font-size: 1.1125em;
  }

  /* ページ内サブタイトル
  ---------------------------------------------------------------------------- */
  .subttlarea {
    margin-bottom: 40px;
  }
  .subttlarea h3 {
    font-size: 2.25em;
  }
  .subttlarea p {
    text-align: left;
  }

  .infraredsurvey {
    padding-bottom: 70px;
  }
  .infraredsurvey ol li {
    margin: 0;
  }
  .infraredsurvey ol li .textarea {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .infraredsurvey ol li .textarea h4 {
    font-size: 2em;
  }
  .infraredsurvey ol li .imagearea {
    max-width: 540px;
    width: 100%;
    height: 0;
    padding-top: 55%;
    margin: 0 auto;
  }
  .infraredsurvey ol li .imagearea img {
    width: 55%;
  }
  .infraredsurvey ol li + li {
    margin-top: 30px;
  }

  .feature {
    padding-top: 40px;
    /*　表　*/
  }
  .feature .subttlarea {
    margin-bottom: 40px;
  }
  .feature .subttlarea h3 {
    font-size: 2.25em;
  }
  .feature ul.point {
    margin-bottom: 50px;
  }
  .feature ul.point li {
    width: 100%;
  }
  .feature ul.point li h4 {
    font-size: 1.5em;
  }
  .feature ul.point li p {
    font-size: 1.1125em;
  }
  .feature ul.point li + li {
    margin-top: 30px;
  }
  .feature h3.compare {
    font-size: 2em;
    line-height: 1.5em;
  }
  .feature .comparelist {
    width: 100%;
  }
  .feature .comparelist .list-title {
    margin-top: 50px;
    width: 4.5em;
    border-radius: 10px 0 0 10px;
  }
  .feature .comparelist .list-title h4 {
    height: 100px;
    line-height: 1.2em;
    font-size: 0.875em;
    padding-left: 7px;
  }
  .feature .comparelist .list-primary {
    width: 45%;
  }
  .feature .comparelist .list-primary h4 {
    height: 50px;
    font-size: 1.25em;
    line-height: 50px;
    border-radius: 15px 15px 0 0;
  }
  .feature .comparelist .list-primary li p {
    width: 100%;
    font-size: 1em;
    padding: 5px 3px 0;
    text-align: center !important;
  }
  .feature .comparelist .list-secondary {
    width: calc(calc(100% - calc(45% + 4.5em)) / 2);
    margin-top: 10px;
  }
  .feature .comparelist .list-secondary h4 {
    height: 40px;
    font-size: 1.125em;
    line-height: 40px;
    border-radius: 15px 15px 0 0;
  }
  .feature .comparelist .list-primary li, .feature .comparelist .list-secondary li {
    height: 100px;
  }
  .feature .comparelist .list-primary li .large, .feature .comparelist .list-secondary li .large {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .feature .comparelist .list-primary li + li, .feature .comparelist .list-secondary li + li {
    flex-direction: column;
  }
  .feature .comparelist .list-primary li .shape, .feature .comparelist .list-secondary li .shape {
    width: 20px;
    height: 20px;
  }
  .feature .comparelist .list-primary li p, .feature .comparelist .list-secondary li p {
    font-size: 0.875em;
  }
  .feature .comparelist .list-primary [class^="back-"], .feature .comparelist .list-secondary [class^="back-"] {
    background-size: auto 60px;
    font-size: 1em;
  }

  .flow {
    padding-bottom: 60px;
  }
  .flow ol {
    margin: 20px auto 0;
  }
  .flow ol li {
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  .flow ol li p.number {
    font-size: 3em;
  }
  .flow ol li h4 {
    font-size: 1.75em;
    text-align: left;
  }
  .flow ol li + li::before {
    left: calc(50% - 32px);
  }

  .link-sales {
    margin-top: 50px;
  }
  .link-sales a {
    height: inherit;
    max-height: 350px;
  }
  .link-sales a::before {
    content: "";
    display: block;
    padding-top: 50%;
    position: inherit;
  }
  .link-sales a img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .link-sales a h3 {
    font-size: 1.2em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .feature .comparelist .list-title {
    width: 1.5em;
  }
  .feature .comparelist .list-title h4 {
    padding-left: 5px;
  }
  .feature .comparelist .list-primary li p {
    line-height: 1.5em;
    text-align: left;
  }
  .feature .comparelist .list-secondary {
    width: calc(calc(100% - calc(45% + 1.5em)) / 2);
  }
  .feature .comparelist .list-primary li .large strong, .feature .comparelist .list-secondary li .large strong {
    font-size: 1.25em;
  }
  .feature .comparelist .list-primary [class^="back-"], .feature .comparelist .list-secondary [class^="back-"] {
    font-size: 0.8em;
  }
}

/*# sourceMappingURL=infraredsurvey.css.map */
