@charset "utf-8";
/*=============================================================================================
base setting
=============================================================================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}
body {
  counter-reset: num-feature;
  width: 100%;
  background-color: #ffffff;
  overscroll-behavior: none;
  font-family: "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}
body::before,
body::after {
  display: none;
}
a {
  color: #f66c0f;
  opacity: 1;
  zoom: 1;
}
a:hover {
  color: #f66c0f;
  opacity: 0.7;
  zoom: 1;
}
.btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 1em 0 1.5em;
  height: 60px;
  border-radius: 30px;
  background-color: #4fb5aa;
  background-image: -webkit-linear-gradient(left, #4fb5aa, #5bbdb4);
  background-image: linear-gradient(to right, #4fb5aa, #5bbdb4);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .btn {
    min-width: 180px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  margin-left: 0.4em;
  width: 0.8em;
  height: 0.8em;
  background-image: url('../image/symbol_arrow_right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
}
.btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn.styleWhite {
  background-image: none;
  background-color: #ffffff;
  text-shadow: none;
  color: #45b1a5;
}
.btn.styleWhite::after {
  margin-left: 0.55em;
  background-image: url('../image/symbol_arrow_right_green.svg');
}
.btn.styleWhite:hover {
  color: #45b1a5;
}
.btn.sizeL {
  width: 90%;
  max-width: 480px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn.sizeL {
    height: 80px;
    border-radius: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.text_notes {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
  color: #666666;
}
.list_step {
  display: block;
}
.list_step li {
  display: block;
  margin-top: 20px;
  position: relative;
  padding-top: 0.05em;
  padding-left: 2.56em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .list_step li {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.list_step li:first-child {
  margin-top: 0;
}
.list_step li .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  background: #4ea2d8;
  overflow: hidden;
  font-family: 'Roboto', Avenir, Arial, Verdana, "Droid Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  color: #ffffff;
}
.none_pc {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .none_pc {
    display: none !important;
  }
}
.none_sp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .none_sp {
    display: block !important;
  }
}
.none_pc_inline {
  display: inline-block !important;
}
@media screen and (min-width: 768px) {
  .none_pc_inline {
    display: none !important;
  }
}
.none_sp_inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .none_sp_inline {
    display: inline-block !important;
  }
}
/*=============================================================================================
layout common
=============================================================================================*/
#wrapper {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 80px;
  }
}
#contents {
  position: relative;
  z-index: 3;
}
.area_common {
  padding: 40px 0 50px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .area_common {
    padding: 90px 0 100px;
  }
}
.area_common .heading {
  display: block;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .area_common .heading {
    margin-bottom: 60px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .area_common .heading {
    font-size: 30px;
    font-size: 3rem;
  }
}
.area_common .heading.styleSizedown {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .area_common .heading.styleSizedown {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.area_common .heading_s {
  display: block;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .area_common .heading_s {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.baseHolder {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .baseHolder.typeClm2 {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.baseHolder.typeClm2 .clm_image {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .baseHolder.typeClm2 .clm_image {
    width: 50%;
  }
}
.baseHolder.typeClm2 .clm_text {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .baseHolder.typeClm2 .clm_text {
    -webkit-box-align: start;
    align-items: flex-start;
    width: 50%;
  }
}
.areaHeader {
  background-color: #5bbdb4;
  background-image: -webkit-linear-gradient(left, #5bbdb4, #4fb5aa);
  background-image: linear-gradient(to right, #5bbdb4, #4fb5aa);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .areaHeader {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
}
.areaHeader .field_image {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .areaHeader .field_image {
    width: 50%;
    height: 100%;
  }
}
.areaHeader .field_image img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .areaHeader .field_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.areaHeader .field_text {
  padding: 45px 0 40px;
}
@media screen and (min-width: 768px) {
  .areaHeader .field_text {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 6%;
    width: 50%;
    height: 100%;
  }
}
.areaHeader .field_text .heading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .areaHeader .field_text .heading {
    margin: 0 0 30px;
    text-align: left;
  }
}
.areaHeader .field_text .heading .sub {
  display: block;
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .areaHeader .field_text .heading .sub {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.areaHeader .field_text .heading .main {
  display: block;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .areaHeader .field_text .heading .main {
    margin: 0;
  }
}
/*=============================================================================================
header
=============================================================================================*/
#header {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #header {
    height: 80px;
    overflow: hidden;
  }
}
#header .logo {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  height: 100%;
  text-align: left;
  color: #4ea2d8;
}
#header .logo .main {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 10px 0 15px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #header .logo .main {
    padding: 0 20px 0 30px;
  }
}
#header .logo .main > * {
  display: block;
  position: relative;
  top: -2px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  #header .logo .main > * {
    top: -4px;
    height: 56px;
  }
}
#header .logo .main > * img {
  display: block;
  width: auto;
  height: 100%;
  line-height: 1;
}
#header .logo .side {
  display: block;
  padding: 6px 10px 4px;
  border-left: solid 1px rgba(78, 162, 216, 0.3);
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #header .logo .side {
    padding: 10px 0 10px 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#switch_panel {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  #switch_panel {
    display: none;
  }
}
#switch_panel > * {
  display: block;
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
#switch_panel > *::before,
#switch_panel > *::after,
#switch_panel > * > div {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #55bab0;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#switch_panel > *::before,
#switch_panel > *::after {
  content: "";
  display: block;
}
#switch_panel > *::before {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
#switch_panel > * > div {
  opacity: 1;
  zoom: 1;
}
#switch_panel > * > div > span {
  display: none;
}
#switch_panel > *::after {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.open #switch_panel > *::before,
.open #switch_panel > *::after,
.open #switch_panel > * > div {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.open #switch_panel > *::before {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0) rotate(45deg);
  transform: scale(1, 1) translate3d(0, 0, 0) rotate(45deg);
}
.open #switch_panel > * > div {
  opacity: 0;
  zoom: 1;
  -webkit-transform: translate3d(-14.4px, 0, 0);
  transform: translate3d(-14.4px, 0, 0);
}
.open #switch_panel > *::after {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0) rotate(-45deg);
  transform: scale(1, 1) translate3d(0, 0, 0) rotate(-45deg);
}
.open #switch_panel > *:hover > div {
  width: 100%;
}
.open #switch_panel > *:hover::after {
  width: 100%;
}
#gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0;
  zoom: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}
@media screen and (min-width: 768px) {
  #gnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: relative;
    width: auto;
    height: 100%;
    background: none;
    opacity: 1;
    zoom: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.open #gnav {
  opacity: 1;
  zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#gnav .gnav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 1.5vh;
  height: auto;
}
@media screen and (min-width: 768px) {
  #gnav .gnav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
    padding-top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #gnav .gnav_list {
    margin-right: 30px;
  }
}
#gnav .gnav_list li {
  display: block;
  height: 100%;
}
#gnav .gnav_list li a {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 1.2em 1.6em;
  height: 100%;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  color: #333333;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  #gnav .gnav_list li a {
    margin: 0 20px;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  #gnav .gnav_list li a {
    margin: 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#gnav .gnav_list li a:hover {
  color: #45b1a5;
  opacity: 1;
  zoom: 1;
}
#gnav .gnav_list li a::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #55bab0;
}
#gnav .gnav_contact {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 6vh auto 0;
  padding-top: 15px;
  width: 86%;
  border-top: solid 1px #e8efee;
}
@media screen and (min-width: 768px) {
  #gnav .gnav_contact {
    margin: 0 20px 0 0;
    padding-top: 0;
    width: auto;
    border-top: none;
  }
}
#gnav .gnav_contact .tel {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #gnav .gnav_contact .tel {
    margin-bottom: 6px;
  }
}
#gnav .gnav_contact .tel a {
  display: block;
  padding: 1em;
  font-family: 'Roboto', Avenir, Arial, Verdana, "Droid Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  color: #45b1a5;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  #gnav .gnav_contact .tel a {
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  #gnav .gnav_contact .tel a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#gnav .gnav_contact .btn {
  width: 100%;
  height: 60px;
  box-shadow: none;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #gnav .gnav_contact .btn {
    width: auto;
    min-width: 150px;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  #gnav .gnav_contact .btn {
    min-width: 180px;
  }
}
#about_protecoat #gnav .gnav_aboutProtecoat a,
#topics #gnav .gnav_topics a,
#company #gnav .gnav_company a {
  color: #45b1a5;
}
#about_protecoat #gnav .gnav_aboutProtecoat a::after,
#topics #gnav .gnav_topics a::after,
#company #gnav .gnav_company a::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #about_protecoat #gnav .gnav_aboutProtecoat a::after,
  #topics #gnav .gnav_topics a::after,
  #company #gnav .gnav_company a::after {
    display: block;
  }
}
/*=============================================================================================
KV
=============================================================================================*/
#kv {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  #kv {
    height: 650px;
  }
}
@media screen and (min-width: 1280px) {
  #kv {
    height: 760px;
  }
}
#kv .imageset {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #kv .imageset {
    height: 100%;
  }
}
#kv .imageset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kv .catch_kv {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0 0 3.90625vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1280px) {
  #kv .catch_kv {
    padding-bottom: 50px;
  }
}
.page #kv .catch_kv {
  padding-bottom: 0;
}
#kv .catch_kv > * {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #kv .catch_kv > * {
    margin: 0;
    padding: 13px;
    width: 80%;
    height: 100%;
  }
}
#kv .catch_kv img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  -webkit-filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  #kv .catch_kv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.2));
  }
}
#kv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 50px;
  background-image: url('../image/cover_kv.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.page #kv::after {
  display: none;
}
/*=============================================================================================
KIREIDANE
=============================================================================================*/
#kireidane {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#kireidane .imageset {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}
@media screen and (min-width: 768px) {
  #kireidane .imageset {
    height: 100%;
  }
}
#kireidane .imageset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=============================================================================================
area: PROTECOAT
=============================================================================================*/
#area_protecoat {
  padding: 60px 0;
  background-color: #5bbdb4;
  background-image: -webkit-linear-gradient(left, #5bbdb4, #4fb5aa);
  background-image: linear-gradient(to right, #5bbdb4, #4fb5aa);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_protecoat {
    padding: 90px 0 100px;
  }
}
#area_protecoat .baseHolder {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #area_protecoat .baseHolder {
    padding-right: 2%;
    padding-left: 2%;
  }
}
#area_protecoat .logo {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area_protecoat .logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 80px;
  }
}
#area_protecoat .logo .main {
  display: block;
  width: 80%;
  max-width: 425px;
}
@media screen and (min-width: 768px) {
  #area_protecoat .logo .main {
    width: 50%;
  }
}
#area_protecoat .logo .sub {
  display: block;
  margin-top: 20px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #area_protecoat .logo .sub {
    margin-top: 0;
    margin-left: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
  }
}
#area_protecoat .logo img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
#area_protecoat .heading {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  #area_protecoat .heading {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
#area_protecoat .heading strong {
  display: inline-block;
  position: relative;
}
#area_protecoat .heading strong::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.05em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffe569;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #area_protecoat .heading strong::after {
    bottom: -0.15em;
    height: 4px;
  }
}
#area_protecoat .set_blocks {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #area_protecoat .set_blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
#area_protecoat .block_text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area_protecoat .block_text {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #area_protecoat .block_text .heading {
    margin-bottom: 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#area_protecoat .block_text p {
  text-align: justify;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#area_protecoat .list_targetimages {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #area_protecoat .list_targetimages {
    margin-top: 50px;
  }
}
#area_protecoat .list_targetimages li {
  display: block;
  width: 30.5%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #area_protecoat .list_targetimages li {
    width: 31.5%;
  }
}
#area_protecoat .list_targetimages li img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
#area_protecoat .block_movie {
  margin-top: 60px;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 768px) {
  #area_protecoat .block_movie {
    margin-top: 0;
    padding-left: 60px;
    width: 50%;
    height: 264px;
  }
}
#area_protecoat .embed_youtube {
  width: 100%;
  height: 100%;
}
#area_protecoat .blocK_btnset {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_protecoat .blocK_btnset {
    margin-top: 70px;
  }
}
#area_protecoat .blocK_btnset .btn {
  margin: 0 auto;
}
/*=============================================================================================
area: 導入実績
=============================================================================================*/
#area_bnrs {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_bnrs {
    padding: 80px 0 90px;
  }
}
#area_bnrs .heading {
  text-shadow: none;
}
#area_bnrs .list_bnrs {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
#area_bnrs .list_bnrs li {
  display: block;
  padding: 5px;
  width: 33%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #area_bnrs .list_bnrs li {
    padding: 15px 1%;
    width: 20%;
  }
}
#area_bnrs .list_bnrs li img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
/*=============================================================================================
area: 効果
=============================================================================================*/
#area_effects {
  padding-top: 0;
  background-color: #499cd5;
  background-image: -webkit-linear-gradient(left, #499cd5, #54a6da);
  background-image: linear-gradient(to right, #499cd5, #54a6da);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_effects {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  #area_effects .baseHolder.typeClm2 {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
#area_effects .clm_image {
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  #area_effects .clm_image {
    padding: 0;
  }
}
#area_effects .clm_image figure {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
#area_effects .clm_image figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #area_effects .clm_text {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  #area_effects .clm_text .heading {
    white-space: nowrap;
  }
}
@media screen and (min-width: 960px) {
  #area_effects .clm_text .heading {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1080px) {
  #area_effects .clm_text .heading {
    font-size: 40px;
    font-size: 4rem;
  }
}
#area_effects .clm_text p {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#area_effects .list_effects {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #area_effects .list_effects {
    margin-bottom: 10px;
    width: 90%;
    max-width: 460px;
  }
}
#area_effects .list_effects li {
  display: block;
  width: 23%;
  overflow: hidden;
}
#area_effects .list_effects li img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
/*=============================================================================================
area: ポイント
=============================================================================================*/
#area_points .heading {
  margin-bottom: 50px;
  text-align: left;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #area_points .heading {
    margin-bottom: 85px;
    text-align: center;
  }
}
#area_points .set_blocks {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #area_points .set_blocks {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
#area_points .set_blocks .block_point {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 40px 25px 35px;
  width: 100%;
  border: solid 2px #55bab0;
  border-radius: 4px;
  overflow: visible;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_points .set_blocks .block_point {
    margin: 0;
    padding: 45px 25px 40px;
    width: 30.5%;
  }
}
#area_points .set_blocks .block_point:first-child {
  margin-top: 0;
}
#area_points .set_blocks .block_point .label {
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  text-align: center;
}
#area_points .set_blocks .block_point .label .num {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 15px;
  height: 22px;
  background-color: #55bab0;
  color: #ffffff;
}
#area_points .set_blocks .block_point .label .num img {
  display: block;
  width: auto;
  height: 100%;
  line-height: 1;
  margin: 0 auto;
}
#area_points .set_blocks .block_point .icon {
  margin: 0 auto 25px;
  width: 90%;
  height: 96px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_points .set_blocks .block_point .icon {
    margin-bottom: 30px;
  }
}
#area_points .set_blocks .block_point .icon img {
  display: block;
  width: auto;
  height: 100%;
  line-height: 1;
  margin: 0 auto;
}
#area_points .set_blocks .block_point .heading {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #45b1a5;
}
@media screen and (min-width: 960px) {
  #area_points .set_blocks .block_point .heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#area_points .set_blocks .block_point .body {
  padding-top: 30px;
  border-top: solid 1px #55bab0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #area_points .set_blocks .block_point .body {
    padding-top: 25px;
  }
}
/*=============================================================================================
area: 仕組み
=============================================================================================*/
#area_functions {
  background-color: #5bbdb4;
  background-image: -webkit-linear-gradient(left, #5bbdb4, #4fb5aa);
  background-image: linear-gradient(to right, #5bbdb4, #4fb5aa);
  color: #ffffff;
}
#area_functions .set_blocks .block_function {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  margin-top: 30px;
  padding: 40px 25px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  #area_functions .set_blocks .block_function {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 50px 30px;
    height: 380px;
  }
}
#area_functions .set_blocks .block_function:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #area_functions .set_blocks .block_function:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
#area_functions .set_blocks .block_function .clm_image {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_functions .set_blocks .block_function .clm_image {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 30px;
    width: 45%;
    height: 100%;
  }
}
#area_functions .set_blocks .block_function .clm_image figure {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  #area_functions .set_blocks .block_function .clm_image figure {
    width: 90%;
    height: 100%;
  }
}
#area_functions .set_blocks .block_function .clm_image figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #area_functions .set_blocks .block_function .clm_image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#area_functions .set_blocks .block_function .clm_text {
  text-align: left;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #area_functions .set_blocks .block_function .clm_text {
    padding: 0 30px;
    width: 55%;
  }
}
#area_functions .set_blocks .block_function .clm_text .heading {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  text-shadow: none;
  color: #45b1a5;
}
@media screen and (min-width: 768px) {
  #area_functions .set_blocks .block_function .clm_text .heading {
    margin-bottom: 30px;
  }
}
/*=============================================================================================
area: 試験結果
=============================================================================================*/
#area_data {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_data {
    padding: 80px 0 90px;
  }
}
#area_data .heading {
  margin-bottom: 25px;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #area_data .heading {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #area_data .set_blocks {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#area_data .set_blocks .block_data {
  display: block;
  margin-top: 30px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #area_data .set_blocks .block_data {
    margin-top: 45px;
    width: 47%;
  }
}
#area_data .set_blocks .block_data:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #area_data .set_blocks .block_data:first-child {
    margin-top: 45px;
  }
}
#area_data .set_blocks .block_data .heading {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}
#area_data .set_blocks .block_data figure {
  display: block;
  width: 100%;
}
#area_data .set_blocks .block_data figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
#area_data .set_blocks .block_data .text_notes {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-size: 1rem;
  color: #cccccc;
}
/*=============================================================================================
area: Proteについて
=============================================================================================*/
#area_appeals {
  background-color: #54a6da;
  background-image: -webkit-linear-gradient(left, #54a6da, #499cd5);
  background-image: linear-gradient(to right, #54a6da, #499cd5);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_appeals {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  #area_appeals .areaHeader {
    height: 450px;
  }
}
#area_appeals .areaHeader .field_text .heading .main {
  padding: 2px;
  width: 45%;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  #area_appeals .areaHeader .field_text .heading .main {
    width: 60%;
    min-width: 180px;
  }
}
#area_appeals .areaHeader .field_text .heading .main img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 768px) {
  #area_appeals .areaBody .set_blocks {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
#area_appeals .areaBody .block_appeal {
  display: block;
  position: relative;
  margin-bottom: 35px;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_appeals .areaBody .block_appeal {
    margin: 0;
    width: 30.5%;
  }
}
#area_appeals .areaBody .block_appeal .image {
  width: 100%;
  height: 195px;
  text-align: center;
}
#area_appeals .areaBody .block_appeal .image img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#area_appeals .areaBody .block_appeal .image.typeHeightBase img {
  object-fit: contain;
}
#area_appeals .areaBody .block_appeal .image.styleBorder {
  border-bottom: solid 1px #dedede;
}
#area_appeals .areaBody .block_appeal .body {
  position: relative;
  z-index: 1;
  padding: 35px 25px 40px;
  color: #333333;
}
#area_appeals .areaBody .block_appeal .body::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 30px;
  background-color: #55bab0;
  overflow: hidden;
}
#area_appeals .areaBody .block_appeal .body .heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #area_appeals .areaBody .block_appeal .body .heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#area_appeals .areaBody .block_appeal .body p {
  text-align: left;
}
#area_appeals .areaBody .text_notes {
  color: #ffffff;
}
#area_appeals .areaBody .block_movie {
  margin: 50px auto 0;
  width: 100%;
  height: 240px;
  min-width: 240px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #area_appeals .areaBody .block_movie {
    margin-top: 110px;
    width: 80%;
    max-width: 960px;
    height: 485px;
  }
}
#area_appeals .areaBody .block_movie .embed_youtube {
  display: block;
  width: 100%;
  height: 100%;
}
/*=============================================================================================
area: 誘導ブロック
=============================================================================================*/
#area_lead {
  padding: 45px 0 60px;
  border-top: solid 1px #dedede;
}
@media screen and (min-width: 768px) {
  #area_lead {
    padding-top: 55px;
    height: 340px;
  }
}
#area_lead .baseHolder {
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  #area_lead .baseHolder {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #area_lead .clm_image {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    width: auto;
    height: 100%;
    text-align: left;
  }
}
#area_lead .clm_image .logo {
  display: block;
  margin: 20px auto 0;
  padding-bottom: 0;
  width: 45%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_lead .clm_image .logo {
    margin: 40px 0 0;
    padding-bottom: 20px;
    width: 300px;
    text-align: left;
  }
}
#area_lead .clm_image .logo img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 768px) {
  #area_lead .clm_image .logo img {
    margin: 0;
    object-fit: contain;
  }
}
#area_lead .clm_image .logo:first-child {
  margin-top: 0;
}
#area_lead .clm_text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #area_lead .clm_text {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0;
    padding-left: 90px;
    width: auto;
    height: 100%;
  }
}
#area_lead .clm_text .heading {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #area_lead .clm_text .heading {
    display: block;
    margin: 0 auto 25px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  #area_lead .clm_text .btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  #area_lead .clm_text .btn {
    min-width: 420px;
  }
}
/*=============================================================================================
area: 日本赤十字
=============================================================================================*/
#area_jrc {
  padding-bottom: 40px;
  border-top: solid 1px #e8efee;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_jrc {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) {
  #area_jrc .baseHolder {
    max-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  #area_jrc .clm_text {
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 80px;
    width: auto;
  }
}
#area_jrc .clm_text .heading {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_jrc .clm_text .heading {
    text-align: left;
  }
}
#area_jrc .clm_text p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
#area_jrc .clm_image {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #area_jrc .clm_image {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0;
    width: auto;
  }
}
#area_jrc .clm_image .logo {
  display: block;
  margin: 0 auto;
  width: 65%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  #area_jrc .clm_image .logo {
    margin: 0;
    width: 240px;
    max-width: none;
  }
}
#area_jrc .clm_image .logo img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
/*=============================================================================================
area: News
=============================================================================================*/
#area_news {
  padding: 40px 0 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #area_news {
    padding: 70px 0 60px;
  }
}
#area_news .baseHolder .heading {
  text-shadow: none;
}
.list_news li {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 25px 0;
  border-top: solid 1px #dedede;
}
@media screen and (min-width: 768px) {
  .list_news li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
.list_news li .clm_info {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 25px 15px 0;
}
@media screen and (min-width: 768px) {
  .list_news li .clm_info {
    padding-bottom: 0;
  }
}
.list_news li .date {
  margin-right: 15px;
  font-family: 'Roboto', Avenir, Arial, Verdana, "Droid Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .list_news li .date {
    margin-right: 25px;
    font-weight: 500;
  }
}
.list_news li .category {
  display: inline-block;
  padding: 0.4em;
  width: 8em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}
.list_news li .category.typeNews {
  background-color: #55bab0;
}
.list_news li .category.typeResults {
  background-color: #4ea2d8;
}
.list_news li .body {
  font-size: 16px;
  font-size: 1.6rem;
}
/*=============================================================================================
About PROTECOAT：アウトライン
=============================================================================================*/
#area_outline {
  padding-top: 40px;
  background-color: #5bbdb4;
  background-image: -webkit-linear-gradient(left, #5bbdb4, #4fb5aa);
  background-image: linear-gradient(to right, #5bbdb4, #4fb5aa);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_outline {
    padding-top: 60px;
  }
}
#area_outline .baseHolder {
  overflow: visible;
}
#area_outline .logo {
  margin: 0 auto 40px;
  width: 65%;
}
@media screen and (min-width: 768px) {
  #area_outline .logo {
    margin-bottom: 80px;
    width: 40%;
  }
}
#area_outline .logo .main,
#area_outline .logo .sub {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 1;
}
#area_outline .logo .main img,
#area_outline .logo .sub img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
#area_outline .logo .main {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #area_outline .logo .main {
    margin-bottom: 30px;
  }
}
.container_appeal {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.block_appeal {
  width: 43%;
  overflow: visible;
}
.block_appeal .label {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.block_appeal .label img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.block_appeal .blockMain {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 22px 15px 26px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block_appeal .blockMain {
    padding: 50px 50px 55px;
  }
}
.block_appeal .blockMain::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: solid 2px #ffffff;
  box-shadow: inset 1px 1px 0 #55bab0, inset -1px -1px 0 #55bab0;
}
@media screen and (min-width: 768px) {
  .block_appeal .blockMain::before {
    border: solid 8px #ffffff;
    box-shadow: inset 2px 2px 0 #55bab0, inset -2px -2px 0 #55bab0;
  }
}
.block_appeal .blockMain img {
  display: block;
  position: relative;
  z-index: 3;
  width: 60%;
  max-width: 150px;
  height: auto;
  line-height: 1;
}
.connect {
  padding: 18.5% 3% 0;
  width: 14%;
}
@media screen and (min-width: 768px) {
  .connect {
    padding-top: 9%;
  }
}
.connect img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
/*=============================================================================================
About PROTECOAT：プロテコートとは
=============================================================================================*/
#area_protecoatOutline {
  padding: 50px 0 70px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_protecoatOutline {
    padding: 110px 0 130px;
  }
}
#area_protecoatOutline .heading {
  text-shadow: none;
  color: #45b1a5;
}
#area_protecoatOutline .set_blocks {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #area_protecoatOutline .set_blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
#area_protecoatOutline .block_text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area_protecoatOutline .block_text {
    width: 50%;
  }
}
#area_protecoatOutline .block_text .text_lead {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #area_protecoatOutline .block_text .text_lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#area_protecoatOutline .block_movie {
  margin-top: 40px;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 768px) {
  #area_protecoatOutline .block_movie {
    margin-top: 0;
    padding-left: 60px;
    width: 50%;
    height: 264px;
  }
}
#area_protecoatOutline .embed_youtube {
  width: 100%;
  height: 100%;
  border: solid 1px #e7eef1;
}
/*=============================================================================================
コーティング施工＆施工の流れ
=============================================================================================*/
#area_detailsFlow {
  margin-top: 1px;
  padding: 50px 0 70px;
  background-color: #499cd5;
  background-image: -webkit-linear-gradient(left, #499cd5, #54a6da);
  background-image: linear-gradient(to right, #499cd5, #54a6da);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_detailsFlow {
    padding: 100px 0 120px;
  }
}
#area_detailsFlow .baseHolder > .heading {
  margin-bottom: 40px;
}
.section_detail {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section_detail {
    margin-top: 80px;
  }
}
.section_detail:first-child {
  margin-top: 0;
}
.section_detail .heading.styleSizedown {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section_detail .heading.styleSizedown {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.section_detail.overview {
  margin-top: 0;
}
.section_detail.overview .sectionBody {
  padding: 35px 25px 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section_detail.overview .sectionBody {
    padding: 60px 60px 100px;
  }
}
.block_overview {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .block_overview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
}
.block_overview .clm_image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_overview .clm_image {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 45%;
    height: 100%;
  }
}
.block_overview .clm_image figure {
  display: block;
  margin: 0 auto 35px;
  width: 100%;
  max-width: 640px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_overview .clm_image figure {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.block_overview .clm_image figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .block_overview .clm_image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.block_overview .clm_image figure figcaption {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #666666;
}
.block_overview .clm_text {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .block_overview .clm_text {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 55px;
    width: 55%;
  }
}
.block_overview .clm_text .heading_s {
  color: #4ea2d8;
}
.block_overview .clm_text p {
  margin-top: 25px;
}
.block_overview .clm_text p:first-child {
  margin-top: 0;
}
.block_overview .clm_text .text_notes {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
}
.block_overview.overview01 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #dedede;
}
@media screen and (min-width: 768px) {
  .block_overview.overview01 {
    margin-bottom: 60px;
  }
}
.block_overview.overview02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_overview.overview02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
.block_overview.overview02 .clm_image {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .block_overview.overview02 .clm_image {
    margin-top: 0;
    width: 30%;
  }
}
.block_overview.overview02 .clm_image .photo_result {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block_overview.overview02 .clm_text {
    padding-right: 40px;
    width: 70%;
  }
}
.block_overview.overview02 .clm_text section {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .block_overview.overview02 .clm_text section {
    margin-top: 80px;
  }
}
.block_overview.overview02 .clm_text section:first-child {
  margin-top: 0;
}
.steps_flow li {
  display: block;
  margin-top: 10px;
  padding-left: 0;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #333333;
}
.steps_flow li dl {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 25px 22px;
  width: 100%;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .steps_flow li dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 10px 35px;
  }
}
.steps_flow li dl dt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.05em 0 0 2.56em;
  width: 100%;
  font-weight: 700;
  color: #4ea2d8;
}
@media screen and (min-width: 768px) {
  .steps_flow li dl dt {
    flex-basis: 30%;
    margin: 20px 0;
    width: 30%;
  }
}
.steps_flow li dl dd {
  display: block;
  padding: 15px 0 0;
  width: 100%;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .steps_flow li dl dd {
    flex-basis: 70%;
    padding: 20px 0 20px 30px;
    width: 70%;
    border-left: solid 1px #dedede;
  }
}
.steps_flow li dl .text_notes {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}
.elements .set_blocks {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .elements .set_blocks {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.elements .set_blocks .block_element {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 0 25px 35px;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: visible;
  text-align: center;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .elements .set_blocks .block_element {
    margin: 0;
    padding: 0 25px 40px;
    width: 30.5%;
  }
}
.elements .set_blocks .block_element:first-child {
  margin-top: 0;
}
.elements .set_blocks .block_element .image {
  position: relative;
  top: -20px;
  width: 100%;
  height: 190px;
  text-align: center;
}
.elements .set_blocks .block_element .image img {
  display: block;
  width: auto;
  height: 100%;
  line-height: 1;
  margin: 0 auto;
}
.elements .set_blocks .block_element .body {
  padding-top: 10px;
  text-align: left;
}
/*=============================================================================================
導入メリット
=============================================================================================*/
#area_advantages {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_advantages {
    padding-bottom: 160px;
  }
}
#area_advantages .baseHolder {
  overflow: visible;
}
#area_advantages .heading {
  text-shadow: none;
  color: #45b1a5;
}
#area_advantages .heading.styleSizedow {
  margin-bottom: 35px;
}
#area_advantages .block_merit {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 0;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #area_advantages .block_merit {
    margin-top: 60px;
  }
}
#area_advantages .block_merit:first-child {
  margin-top: 0;
}
#area_advantages .block_merit .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#area_advantages .block_merit .heading .label {
  display: block;
  position: relative;
  padding: 0.5556em 10px;
  background-color: #55bab0;
  overflow: visible;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
}
@media screen and (max-width: 374px) {
  #area_advantages .block_merit .heading .label {
    padding: 0.4em 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #area_advantages .block_merit .heading .label {
    left: -20px;
    padding: 0.5556em 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#area_advantages .block_merit .heading .label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: 46%;
  width: 19px;
  height: 12px;
  background-image: url('../image/underpop.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #area_advantages .block_merit .heading .label::after {
    bottom: -12px;
  }
}
#area_advantages .block_merit .heading .main {
  display: block;
  padding-left: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 374px) {
  #area_advantages .block_merit .heading .main {
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #area_advantages .block_merit .heading .main {
    padding-left: 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
#area_advantages .block_merit .blockBody {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 300px;
  border: solid 1px #d6dcdf;
  border-radius: 4px;
  background-color: #e7eef1;
  overflow: hidden;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #area_advantages .block_merit .blockBody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
}
#area_advantages .block_merit .clm_image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area_advantages .block_merit .clm_image {
    width: 40%;
  }
}
#area_advantages .block_merit .clm_image figure {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 1;
  overflow: hidden;
}
#area_advantages .block_merit .clm_image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 1;
}
#area_advantages .block_merit .clm_text {
  padding: 30px 25px 35px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area_advantages .block_merit .clm_text {
    padding: 50px 60px;
    width: 60%;
  }
}
#area_advantages .block_merit .clm_text p {
  margin-top: 20px;
}
#area_advantages .block_merit .clm_text p:first-child {
  margin-top: 0;
}
/*=============================================================================================
さまざまなシチュエーションで利用されています！
=============================================================================================*/
#area_situations .baseHolder .heading {
  text-shadow: none;
}
#area_situations .set_blocks {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #area_situations .set_blocks {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 35px;
  }
}
#area_situations .block_situation {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #area_situations .block_situation {
    margin-top: 40px;
    width: 30.5%;
  }
}
#area_situations .block_situation:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #area_situations .block_situation:first-child {
    margin-top: 40px;
  }
}
#area_situations .block_situation .heading_s {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #45b1a5;
}
@media screen and (min-width: 768px) {
  #area_situations .block_situation .heading_s {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#area_situations .block_situation .blockBody {
  position: relative;
  height: 100%;
  border: solid 1px #dedede;
  border-radius: 4px;
  background-color: #f4f4f4;
  overflow: hidden;
  color: #333333;
}
#area_situations .block_situation .image figure {
  width: 100%;
  height: 125px;
}
#area_situations .block_situation .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#area_situations .block_situation .text {
  padding: 10px 20px 20px;
}
@media screen and (min-width: 768px) {
  #area_situations .block_situation .text {
    padding: 12px 20px 28px;
  }
}
#area_situations .block_situation .text .list_disc {
  display: block;
}
#area_situations .block_situation .text .list_disc li {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 1.3em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #area_situations .block_situation .text .list_disc li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#area_situations .block_situation .text .list_disc li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #55bab0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #area_situations .block_situation .text .list_disc li::before {
    top: 50%;
    margin-top: -0.3em;
  }
}
/*=============================================================================================
プロテコート 4つの機能
=============================================================================================*/
#area_features {
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_features {
    padding-bottom: 140px;
  }
}
#area_features .baseHolder > .heading {
  text-shadow: none;
  color: #45b1a5;
}
#area_features .nav_section {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #area_features .nav_section {
    padding-bottom: 20px;
  }
}
#area_features .nav_section .navMain {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  #area_features .nav_section .navMain {
    flex-wrap: nowrap;
  }
}
#area_features .nav_section .block_navSection {
  display: block;
  width: 48%;
}
@media screen and (min-width: 768px) {
  #area_features .nav_section .block_navSection {
    width: 22%;
  }
}
#area_features .nav_section .block_navSection:nth-child(3),
#area_features .nav_section .block_navSection:nth-child(4) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #area_features .nav_section .block_navSection:nth-child(3),
  #area_features .nav_section .block_navSection:nth-child(4) {
    margin-top: 0;
  }
}
#area_features .nav_section .block_navSection a {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 25px 5px 40px;
  width: 100%;
  height: 100%;
  background-color: #55bab0;
  background-image: url('../image/symbol_arrow_down.svg');
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #area_features .nav_section .block_navSection a {
    padding: 25px 20px 40px;
  }
}
#area_features .nav_section .block_navSection a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: solid 2px #55bab0;
  box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
}
#area_features .nav_section .block_navSection a::after {
  counter-increment: num-feature;
  content: counter(num-feature, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 14px;
  font-family: 'Roboto', Avenir, Arial, Verdana, "Droid Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #area_features .nav_section .block_navSection a::after {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#area_features .nav_section .block_navSection a .icon {
  display: block;
  margin: 0 auto 20px;
  height: 60px;
}
@media screen and (max-width: 374px) {
  #area_features .nav_section .block_navSection a .icon {
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  #area_features .nav_section .block_navSection a .icon {
    margin-bottom: 25px;
    height: 70px;
  }
}
#area_features .nav_section .block_navSection a .icon img {
  display: block;
  width: auto;
  height: 100%;
  line-height: 1;
}
#area_features .nav_section .block_navSection a .text {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 374px) {
  #area_features .nav_section .block_navSection a .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #area_features .nav_section .block_navSection a .text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#area_features .section_feature {
  margin-top: 70px;
}
#area_features .section_feature .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  white-space: nowrap;
  color: #333333;
}
#area_features .section_feature .heading .num {
  display: block;
  padding: 0.05em 10px 0 0;
  font-family: 'Roboto', Avenir, Arial, Verdana, "Droid Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #45b1a5;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .heading .num {
    padding-right: 18px;
    font-size: 38px;
    font-size: 3.8rem;
  }
}
#area_features .section_feature .heading::after {
  content: "";
  display: block;
  margin-left: 15px;
  width: 100%;
  height: 1px;
  background-color: #55bab0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .heading::after {
    margin-left: 25px;
  }
}
#area_features .section_feature .set_blocks {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .set_blocks {
    padding-top: 10px;
  }
}
#area_features .section_feature .block_feature {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .block_feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 50px;
  }
}
#area_features .section_feature .block_feature:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .block_feature:first-child {
    margin-top: 50px;
  }
}
#area_features .section_feature .block_feature .clm_data {
  padding: 15px;
  width: 100%;
  border: solid 1px #d6dcdf;
  border-radius: 4px;
  background-color: #e7eef1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .block_feature .clm_data {
    padding: 30px;
    width: 52%;
  }
}
#area_features .section_feature .block_feature .clm_data figure {
  display: block;
  width: 100%;
}
#area_features .section_feature .block_feature .clm_data figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
#area_features .section_feature .block_feature .clm_text {
  padding: 30px 0 0;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .block_feature .clm_text {
    padding: 0 0 0 60px;
    width: 48%;
  }
}
#area_features .section_feature .block_feature .clm_text .heading_s {
  display: block;
  margin-bottom: 25px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .block_feature .clm_text .heading_s {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#area_features .section_feature .block_feature:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .block_feature:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
#area_features .section_feature .block_feature:nth-child(even) .clm_text {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #area_features .section_feature .block_feature:nth-child(even) .clm_text {
    padding: 0 60px 0 0;
  }
}
/*=============================================================================================
コーティング施工事例
=============================================================================================*/
#area_caseStudies {
  padding-top: 0;
}
#area_caseStudies .areaHeader {
  margin-bottom: 50px;
  background-color: #54a6da;
  background-image: -webkit-linear-gradient(left, #54a6da, #499cd5);
  background-image: linear-gradient(to right, #54a6da, #499cd5);
}
@media screen and (min-width: 768px) {
  #area_caseStudies .areaHeader {
    margin-bottom: 90px;
    height: 415px;
  }
}
#area_caseStudies .areaHeader .field_text .heading .sub {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.15em 0.55em 0.24em;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1;
  text-shadow: none;
  color: #4ea2d8;
}
#area_caseStudies .areaHeader .field_text .heading .main {
  width: 100%;
}
#area_caseStudies .areaBody {
  text-align: left;
}
#area_caseStudies .areaBody .section_result {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #area_caseStudies .areaBody .section_result {
    margin-top: 120px;
  }
}
#area_caseStudies .areaBody .section_result:first-child {
  margin-top: 0;
}
#area_caseStudies .areaBody .heading {
  margin-bottom: 30px;
  text-shadow: none;
  color: #4ea2d8;
}
@media screen and (min-width: 768px) {
  #area_caseStudies .areaBody .heading {
    margin-bottom: 55px;
  }
}
#area_caseStudies .areaBody p strong {
  color: #4ea2d8;
}
#area_caseStudies .areaBody .container_data {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #area_caseStudies .areaBody .container_data {
    margin-top: 60px;
  }
}
#area_caseStudies .areaBody .container_data img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
#area_caseStudies .result02 .datalead {
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area_caseStudies .result02 .datalead {
    margin-top: 45px;
    width: 50%;
  }
}
#area_caseStudies .result02 .container_data {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  position: relative;
  padding: 15px 15px 30px;
  border: solid 1px #d6dcdf;
  border-radius: 4px;
  background-color: #e7eef1;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #area_caseStudies .result02 .container_data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 50px 35px;
  }
}
#area_caseStudies .result02 .container_data .block_table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area_caseStudies .result02 .container_data .block_table {
    width: 69.445%;
  }
}
#area_caseStudies .result02 .container_data .block_image {
  margin: 30px auto 0;
  padding: 0;
  width: 50%;
  max-width: 240px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #area_caseStudies .result02 .container_data .block_image {
    position: absolute;
    bottom: 50px;
    right: 35px;
    margin: 0;
    padding: 0 25px;
    width: 25%;
  }
}
#area_caseStudies .result02 .container_data .block_image img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
#area_caseStudies .result02 .container_data .block_image figcaption {
  display: block;
  margin: 20px -25px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
#area_caseStudies .result02 .pop_result {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  border: solid 2px #4ea2d8;
  border-radius: 4px;
  overflow: visible;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #4ea2d8;
}
#area_caseStudies .result02 .pop_result .popBody {
  position: relative;
  z-index: 4;
  padding: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  line-height: 1.4;
}
#area_caseStudies .result02 .pop_result::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#area_caseStudies .result02 .pop_result::before {
  top: -13px;
  z-index: 2;
  border: solid 2px #4ea2d8;
  background-color: #ffffff;
}
/*=============================================================================================
テキスト系ページ
=============================================================================================*/
#pageHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background-color: #4fb5aa;
  background-image: -webkit-linear-gradient(left, #4fb5aa, #5bbdb4);
  background-image: linear-gradient(to right, #4fb5aa, #5bbdb4);
  color: #ffffff;
}
#pageHeader .title .main {
  display: block;
  margin-top: 0.35em;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#pageHeader .title .sub {
  display: block;
  margin-top: 10px;
  font-family: 'Roboto', Avenir, Arial, Verdana, "Droid Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #a6e1db;
}
.area_common .tableset_dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .area_common .tableset_dl {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 auto;
    width: auto;
    min-width: 691.2px;
  }
}
.area_common .block_dl {
  padding: 30px 0;
  width: 100%;
  border-top: solid 1px #dedede;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .area_common .block_dl {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: auto;
  }
}
.area_common .block_dl:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.area_common .block_dl dt {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #45b1a5;
}
@media screen and (min-width: 768px) {
  .area_common .block_dl dt {
    margin-bottom: 0;
    width: 30%;
  }
}
.area_common .block_dl dd {
  display: block;
}
@media screen and (min-width: 768px) {
  .area_common .block_dl dd {
    width: 70%;
  }
}
.area_common .block_dl dd h3 {
  display: block;
  margin-top: 20px;
  font-weight: 700;
}
.area_common .block_dl dd h3:first-child {
  margin-top: 0;
}
.area_common.typeDocument {
  text-align: left;
}
.area_common.typeDocument p {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.area_common.typeDocument p:first-child {
  margin-top: 0;
}
.area_common.typeDocument .block_sep {
  margin-top: 45px;
}
.area_common.typeDocument .block_sep .heading {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #45b1a5;
}
.area_common.typeDocument .block_sep .heading + p {
  margin-top: 0;
}
.area_common.typeDocument .block_sep:first-child {
  margin-top: 0;
}
/*=============================================================================================
footer
=============================================================================================*/
#footer {
  position: relative;
  z-index: 2;
  padding: 0 0 10px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-bottom: 30px;
  }
}
.menu_footer {
  display: block;
  width: 100%;
}
.menu_footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu_footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 30px;
  }
}
.menu_footer ul li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #dedede;
}
@media screen and (min-width: 768px) {
  .menu_footer ul li {
    width: auto;
    border-bottom: none;
  }
}
.menu_footer ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333333;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .menu_footer ul li a {
    padding: 10px 25px;
    width: auto;
    height: auto;
  }
}
#copyright {
  display: block;
  margin-top: 20px;
}
#copyright > * {
  font-family: 'Roboto', Avenir, Arial, Verdana, "Droid Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  color: #cccccc;
}
#pagetop {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 12px;
  z-index: 9;
  width: 44px;
  height: 44px;
  border: solid 2px #55bab0;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  zoom: 1;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
#pagetop img {
  position: relative;
  top: -0.05em;
  width: 50%;
  line-height: 1;
}
#pagetop:hover {
  cursor: pointer;
}
#pagetop.hide {
  opacity: 0;
  zoom: 1;
}
