@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: inherit;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.contact input[type=submit],
.contact input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.contact input[type=submit]::-webkit-search-decoration,
.contact input[type=button]::-webkit-search-decoration {
  display: none;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 15px;
}
@media (max-width: 840px) {
  html {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4vw;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1;
  background-color: #ffffff;
}

body.no-scroll {
  overflow: hidden;
}

h2, h3 {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.breadcrumb.breadcrumb-layout {
  margin-top: 4.9333333333rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb.breadcrumb-layout {
    margin-top: 5.3333333333rem;
  }
}

.coating-contact-info-layout {
  margin-top: 4.8rem;
  margin-bottom: 4.2666666667rem;
}

.coating-layout {
  margin-top: 2.8rem;
}

.confirm-layout {
  margin-top: 3.3333333333rem;
  margin-bottom: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .confirm-layout {
    margin-top: 1.3333333333rem;
  }
}

.drone-layout {
  margin-top: 7.8666666667rem;
  padding-bottom: 4.5333333333rem;
}
@media screen and (max-width: 767px) {
  .drone-layout {
    margin-top: 4.5333333333rem;
  }
}

.header-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.info-box-layout {
  margin-top: 7.4666666667rem;
}
@media screen and (max-width: 767px) {
  .info-box-layout {
    margin-top: 4.5333333333rem;
  }
}

.inner {
  max-width: 880px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
    max-width: 640px;
  }
}

.leak-flow-layout {
  margin-top: 4.8rem;
}

.leak-layout {
  margin-top: 11.3333333333rem;
}
@media screen and (max-width: 767px) {
  .leak-layout {
    margin-top: 5.3333333333rem;
  }
}

.other-coating-layout {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .other-coating-layout {
    margin-top: 6.9333333333rem;
  }
}

.single-layout {
  margin-top: 3.3333333333rem;
  padding-bottom: 4.6666666667rem;
}
@media screen and (max-width: 767px) {
  .single-layout {
    margin-top: 1.3333333333rem;
  }
}

.single-works-layout {
  margin-top: 3.3333333333rem;
  padding-bottom: 4.6666666667rem;
}
@media screen and (max-width: 767px) {
  .single-works-layout {
    margin-top: 1.3333333333rem;
  }
}

.sub-complete-layout {
  margin-top: 3.3333333333rem;
  margin-bottom: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .sub-complete-layout {
    margin-top: 4rem;
  }
}

.sub-contact-layout {
  margin-top: 3.3333333333rem;
  margin-bottom: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .sub-contact-layout {
    margin-top: 1.3333333333rem;
  }
}

@media screen and (max-width: 767px) {
  .sub-mv-layout {
    margin-top: 0.6666666667rem;
  }
}

.sub-news-layout {
  margin-top: 3.2rem;
  padding-bottom: 4.6666666667rem;
}
@media screen and (max-width: 767px) {
  .sub-news-layout {
    margin-top: 0.6666666667rem;
  }
}

.sub-works-layout {
  margin-top: 3.2rem;
  padding-bottom: 4.6666666667rem;
}
@media screen and (max-width: 767px) {
  .sub-works-layout {
    margin-top: 0.6666666667rem;
  }
}

.top-about-layout {
  margin-top: 4.6666666667rem;
}
@media screen and (max-width: 767px) {
  .top-about-layout {
    margin-top: 2.8rem;
  }
}

.top-company-layout {
  margin-top: 10.6666666667rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .top-company-layout {
    margin-top: 4.5333333333rem;
    padding-bottom: 4.5333333333rem;
  }
}

.top-experience-layout {
  margin-top: 10.6666666667rem;
  margin-top: 4.5333333333rem;
}

.top-news-layout {
  margin-top: 5.7333333333rem;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .top-news-layout {
    padding-bottom: 3.2rem;
  }
}

.top-faq-layout {
  margin-top: 11.3333333333rem;
}
@media screen and (max-width: 767px) {
  .top-faq-layout {
    margin-top: 4.6666666667rem;
  }
}

.various-layout {
  margin-top: 2.8rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .various-layout {
    padding-bottom: 6.6666666667rem;
  }
}

.wall-coating-layout {
  margin-top: 10.2666666667rem;
}
@media screen and (max-width: 767px) {
  .wall-coating-layout {
    margin-top: 4.5333333333rem;
  }
}

.common-btn {
  display: block;
  padding: 0.8rem;
  text-align: center;
  border: 1px solid #004098;
  width: min(50%, 262px);
  margin-inline: auto;
}

.common-date {
  color: #a9a9a9;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .common-date {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.common-title {
  font-size: 2.5333333333rem;
  text-align: center;
  color: #004098;
  line-height: 1.1315789474;
}
@media screen and (max-width: 767px) {
  .common-title {
    font-size: 2.1333333333rem;
  }
}
@media screen and (max-width: 399px) {
  .common-title {
    font-size: 1.6rem;
  }
}

.all-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1;
}

.breadcrumb {
  max-width: 57.3333333333rem;
  padding: 0.6666666667rem 0.4rem 0.6666666667rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 0;
    padding: 0;
    gap: 0;
  }
}
.breadcrumb span {
  font-size: 0.8rem;
  padding: 0.6666666667rem 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 0.6666666667rem;
  }
}
.breadcrumb span span {
  color: #242424;
  padding: 0.6666666667rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb span span {
    padding: 0.6666666667rem;
  }
}
.breadcrumb .breadcrumb__border {
  width: 1.3333333333rem;
  height: 1px;
  background-color: #a9a9a9;
}

.coating__head {
  align-items: center;
}

.coating__text {
  margin-top: 2.4rem;
  max-width: 40rem;
  margin-inline: auto;
  font-size: 0.8666666667rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
}
.coating__text:not(:first-child) {
  margin-top: 1.0666666667rem;
}

.coating__container {
  margin-top: 7.2rem;
}

.coating__items:not(:first-of-type) {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .coating__items:not(:first-of-type) {
    margin-top: 2.8rem;
  }
}

.coating-item {
  display: flex;
}
.coating-item:not(:first-of-type) {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .coating-item {
    flex-direction: column;
  }
}

.coating-item__image {
  width: min(50%, 415px);
}
.coating-item__image img {
  width: 100%;
  aspect-ratio: 415/270;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .coating-item__image {
    width: 100%;
    margin-top: 1.3333333333rem;
    order: 3;
  }
  .coating-item__image img {
    aspect-ratio: 415/220;
  }
}

.coating-item__content {
  width: calc(50% - 36px);
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .coating-item__content {
    width: 100%;
    margin-left: 0;
    display: contents;
  }
}

.coating-item__title {
  font-size: clamp(29.5px, 2.5vw, 34px);
  color: #004098;
  line-height: 1.1842105263;
}
@media screen and (max-width: 767px) {
  .coating-item__title {
    font-size: 1.6rem;
    text-align: center;
    order: 0;
  }
}

.coating-item__subtitle {
  font-size: 1.6rem;
  font-size: clamp(18px, 1.55vw, 22px);
  color: #004098;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .coating-item__subtitle {
    font-size: 1.0666666667rem;
    text-align: center;
    order: 1;
  }
}

.coating-item__text {
  margin-top: 1.3333333333rem;
  font-size: 0.8666666667rem;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .coating-item__text {
    margin-top: 1.0666666667rem;
    order: 4;
  }
}

.coating-item__box {
  margin-top: 1.3333333333rem;
  display: flex;
  gap: 2.5714285714%;
  justify-content: center;
  margin-inline: auto;
}

.coating-item__img {
  max-width: 220px;
  width: 100%;
}
.coating-item__img img {
  width: 100%;
  aspect-ratio: 220/180;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-overview {
  margin-top: 7.4666666667rem;
  padding-bottom: 4.6666666667rem;
}
@media screen and (max-width: 767px) {
  .company-overview {
    margin-top: 3.2rem;
  }
}

.overview__inner {
  max-width: 681px;
}

.overview__profile {
  margin-top: 2.1333333333rem;
}

.overview-profile__item {
  font-size: 0.8666666667rem;
  font-weight: 400;
  display: flex;
  border-bottom: 1px solid #000;
  line-height: 1.6153846154;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .overview-profile__item {
    max-width: 560px;
    margin-inline: auto;
  }
}
.overview-profile__item dt {
  width: 21.3728549142%;
}
.overview-profile__item dd {
  padding-left: 0.6666666667rem;
}
@media screen and (max-width: 767px) {
  .overview-profile__item dd {
    padding-left: 1.6rem;
    flex: 1;
  }
}

.overview__map {
  margin-top: 3.3333333333rem;
  margin-inline: auto;
  max-width: 743px;
  width: 100%;
  padding-inline: 1.3333333333rem;
}
.overview__map iframe {
  width: 100%;
  aspect-ratio: 743/396;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .overview__map {
    max-width: 560px;
  }
}

.company-representative {
  margin-top: 6.1333333333rem;
}
@media screen and (max-width: 767px) {
  .company-representative {
    margin-top: 3.2rem;
  }
}

.representative__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .representative__content {
    flex-direction: column;
  }
}

.representative__img {
  width: min(50%, 364px);
  max-width: 300px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .representative__img {
    width: 100%;
    margin-top: 2.1333333333rem;
    order: 1;
  }
}
.representative__img img {
  width: 100%;
  aspect-ratio: 380/480;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  transform-origin: 27% 70%;
}
@media screen and (max-width: 767px) {
  .representative__img img {
    aspect-ratio: 364/450;
    transform: scale(1.1);
    transform-origin: 27% 100%;
  }
}

.representative__body {
  flex: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .representative__body {
    width: 100%;
    margin-left: 0;
    display: contents;
  }
}

.representative__title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .representative__title {
    text-align: center;
    order: 0;
  }
}

.representative__text {
  margin-top: 1.3333333333rem;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .representative__text {
    margin-top: 1.0666666667rem;
    order: 2;
  }
}
.representative__text p {
  margin-top: 0.6666666667rem;
}

.sub-complete__inner {
  max-width: 45.3333333333rem;
}
@media screen and (max-width: 767px) {
  .sub-complete__inner {
    max-width: 40rem;
  }
}

.sub-complete__text {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.4666666667rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .sub-complete__text {
    margin-top: 0.6666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1.4285714286;
  }
}

.sub-complete__subtext {
  margin-top: 2.6666666667rem;
  color: #000;
  font-size: 1.0666666667rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-complete__subtext {
    margin-top: 2rem;
    font-size: 0.9333333333rem;
    line-height: 2.2857142857;
  }
}

.sub-complete__btn-wrap {
  margin-top: 2.6666666667rem;
  display: flex;
  justify-content: center;
}

.sub-complete__btn {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 1.3333333333rem;
  background-color: #004098;
  width: 30.6666666667rem;
  border-radius: 0.2666666667rem;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
}
@media screen and (max-width: 767px) {
  .sub-complete__btn {
    font-size: 0.9333333333rem;
    line-height: 1.4285714286;
    padding: 0.7666666667rem;
    width: 18.3333333333rem;
  }
}
.sub-complete__btn:hover {
  opacity: 1;
}
.sub-complete__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6666666667rem;
}
.sub-complete__btn span::before {
  position: relative;
  content: "";
  width: 0.3333333333rem;
  height: 0.6rem;
  background: url(../images/icon-prev-white.svg) no-repeat center center/cover;
  transition: 0.3s;
}
.sub-complete__btn:hover.sub-complete__btn span::before {
  transform: translateX(-5px);
}

.confirm__inner {
  max-width: 48rem;
}
@media screen and (max-width: 767px) {
  .confirm__inner {
    max-width: 40rem;
  }
}

.confirm__text {
  color: #000;
  font-size: 1.0666666667rem;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .confirm__text {
    font-size: 0.9333333333rem;
    line-height: 1.4285714286;
  }
}

.confirm__items {
  margin-top: 6.6666666667rem;
}
@media screen and (max-width: 767px) {
  .confirm__items {
    margin-top: 2.6666666667rem;
  }
}

.confirm__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .confirm__item {
    display: block;
  }
}
.confirm__item:not(:first-of-type) {
  margin-top: 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .confirm__item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.confirm__item sup {
  color: #e20000;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}

.confirm__term {
  width: 28.2352941176%;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .confirm__term {
    width: 100%;
  }
}

.confirm__description {
  flex: 1;
  color: #000;
  color: #000;
  font-size: 0.9333333333rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .confirm__description {
    margin-top: 0.6666666667rem;
    width: 100%;
  }
}
.confirm__description.confirm__description--lh {
  line-height: 2.2857142857;
}

.confirm__button-wrap {
  margin-top: 2.6666666667rem;
  display: flex;
  justify-content: center;
  gap: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .confirm__button-wrap {
    gap: 1.5333333333rem;
  }
}

.confirm__button {
  width: 18.6666666667rem;
  padding: 1.2666666667rem;
  color: #004098;
  background-color: #ffffff;
  border: 0.1333333333rem solid #004098;
  border-radius: 0.2666666667rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .confirm__button {
    width: 10.0666666667rem;
    padding: 0.6333333333rem;
    font-size: 0.9333333333rem;
    line-height: 1.4285714286;
  }
}
.confirm__button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.confirm__button.confirm__button--color {
  color: #ffffff;
  background-color: #004098;
}

.contact-info {
  background-color: #BCD4E8;
  padding-block: 2rem;
}

.contact-info__wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-info__wrapper {
    display: block;
  }
}

.contact-info__image {
  max-width: 260px;
  width: 100%;
}
.contact-info__image img {
  width: 100%;
  aspect-ratio: 260/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contact-info__image {
    max-width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info__box {
    display: flex;
    align-items: center;
  }
}

.contact-info__title.contact-info__title--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-info__title.contact-info__title--sp {
    display: block;
    font-size: 2.1333333333rem;
  }
}
@media screen and (max-width: 399px) {
  .contact-info__title.contact-info__title--sp {
    font-size: 1.4666666667rem;
  }
}

.contact-info__content {
  flex: 1;
}

.contact-info__title {
  font-size: 2.4rem;
  line-height: 1.1944444444;
}
@media screen and (max-width: 767px) {
  .contact-info__title {
    display: none;
  }
}

.contact-info__text-wrap {
  margin-top: 2rem;
  margin-left: auto;
  max-width: 516px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-info__text-wrap {
    margin-left: 0;
    margin-inline: auto;
  }
}

.contact-info__text:not(:first-child) {
  margin-top: 1.8666666667rem;
}

.contact-info__button {
  margin-top: 1.3333333333rem;
  display: block;
  background: url(../images/button-img.png) no-repeat center center/cover;
  width: min(90%, 350px);
  color: #ffffff;
  font-size: 1.8666666667rem;
  text-align: center;
  border-radius: 3.3333333333rem;
  padding: 1.0666666667rem 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .contact-info__button {
    margin-inline: auto;
    margin-top: 2.1333333333rem;
    font-size: 1.2rem;
  }
}

.contact-info__phone {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact-info__phone {
    font-size: 1rem;
  }
}
@media screen and (max-width: 399px) {
  .contact-info__phone {
    font-size: 0.8666666667rem;
  }
}

.info-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .info-box {
    flex-direction: column;
  }
}

.info-box__phone {
  letter-spacing: 0.02em;
  margin-left: 2.6666666667rem;
  font-size: 1.6666666667rem;
  position: relative;
}
.info-box__phone::before {
  position: absolute;
  content: "";
  background: url(../images/9.png) no-repeat center center/cover;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  width: 1.4666666667rem;
  height: 1.4666666667rem;
}
@media screen and (max-width: 767px) {
  .info-box__phone {
    font-size: 1.2rem;
    margin-left: 1.3333333333rem;
  }
}

.info-box__time {
  margin-left: 1.0666666667rem;
  font-size: 0.9333333333rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-box__time {
    font-size: 0.6666666667rem;
    margin-left: 1.3333333333rem;
    margin-top: 0.1333333333rem;
  }
}

.sub-contact__inner {
  max-width: 42.6666666667rem;
}

.sub-contact__text {
  color: #000;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-contact__text {
    font-size: 0.9333333333rem;
    line-height: 2.2857142857;
  }
}

.sub-contact__row {
  margin-top: 2.6666666667rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-contact__row {
    margin-top: 2rem;
    display: block;
  }
}
.sub-contact__row.sub-contact__row--top {
  margin-top: 6.6666666667rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__row.sub-contact__row--top {
    margin-top: 2.6666666667rem;
  }
}
.sub-contact__row.sub-contact__row--text {
  align-items: flex-start;
}

.sub-contact__head {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sub-contact__head {
    width: 100%;
  }
}
.sub-contact__head span {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4666666667;
  display: inline-block;
}
.sub-contact__head span:nth-of-type(2) {
  font-weight: 400;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__head span:nth-of-type(2) {
    width: 100%;
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.4285714286;
    margin-left: 0;
    margin-top: 0.5333333333rem;
  }
}
.sub-contact__head sup {
  color: #e20000;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}
.sub-contact__head.sub-contact__head--text {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__head.sub-contact__head--text {
    margin-top: 0;
  }
}
.sub-contact__head.sub-contact__head--policy {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__head.sub-contact__head--policy {
    margin-top: 1.4666666667rem;
  }
}

.sub-contact__data {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sub-contact__data {
    width: 100%;
    margin-top: 0.5666666667rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.9333333333rem 1rem;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 0.3333333333rem;
  outline: none;
  transition: 0.3s;
  font-size: 0.9333333333rem;
  line-height: 1.4285714286;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a9a9a9;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #a9a9a9;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 0.8rem;
  height: 0.4rem;
  background: url(../images/material-arrow-icon.svg) no-repeat center center/cover;
  pointer-events: none;
}
.select-wrap select {
  width: 100%;
  padding: 0.9333333333rem 1rem;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 0.3333333333rem;
  color: #000;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.4285714286;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-wrap select:hover {
  cursor: pointer;
}

textarea {
  height: 160px;
  resize: none;
}

.sub-contact__checkbox {
  margin-top: 0.5666666667rem;
}

.contact-checkbox label input[type=checkbox] {
  display: none;
}
.contact-checkbox label span {
  display: inline-block;
  padding-left: 1.7333333333rem;
  position: relative;
  font-size: 0.9333333333rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.contact-checkbox label span sup {
  color: #e20000;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}
.contact-checkbox label span::before {
  position: absolute;
  content: "";
  width: 1.1333333333rem;
  height: 1.1333333333rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  transition: 0.3s;
}
.contact-checkbox label span::after {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  left: 0.4rem;
  width: 0.4rem;
  height: 1rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
}
.contact-checkbox label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-checkbox label:hover {
  cursor: pointer;
}

.sub-contact__btn-wrap {
  text-align: center;
  margin-top: 2.7333333333rem;
  margin-inline: auto;
  background: #004098;
  border-radius: 0.2666666667rem;
  max-width: 29.7333333333rem;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sub-contact__btn-wrap {
    max-width: 17.3333333333rem;
    margin-top: 2.6666666667rem;
  }
}

.sub-contact__btn {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 1.3333333333rem;
  background-color: #004098;
  width: inherit;
  display: block;
  border-radius: 0.2666666667rem;
  transition: 0.3s;
  border: none;
}
.sub-contact__btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sub-contact__btn {
    font-size: 0.9333333333rem;
    line-height: 1.4285714286;
    padding: 0.7666666667rem;
  }
  .sub-contact__btn:hover {
    opacity: 1;
  }
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 399px) {
  .drone {
    position: relative;
  }
}

.drone__inner {
  max-width: 1005px;
}

.drone__items {
  margin-top: 2.2666666667rem;
}

.drone__item {
  display: flex;
  gap: 0.9333333333rem;
}

.drone__img {
  max-width: 312px;
  width: 100%;
}
.drone__img img {
  width: 100%;
  aspect-ratio: 312/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.drone__content {
  margin-top: 1.3333333333rem;
}

.drone-content {
  display: flex;
  align-items: center;
  gap: 2.5333333333rem;
  max-width: 840px;
  margin-inline: auto;
}

.drone-content__img {
  max-width: 288px;
  width: 100%;
}
.drone-content__img img {
  width: 100%;
  aspect-ratio: 288/263;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 399px) {
  .drone-content__img {
    position: absolute;
    content: "";
    top: 0.6666666667rem;
    transform: translateY(-50%);
    right: 2.6666666667rem;
    width: 4rem;
    height: 3.3333333333rem;
  }
}

.drone-content__text {
  font-size: 0.8666666667rem;
  line-height: 1.2307692308;
}
.drone-content__text p:not(:first-of-type) {
  margin-top: 1rem;
}

.footer {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer {
    background-color: transparent;
  }
}

.footer__inner {
  padding-left: 2.8rem;
  padding-right: 1.3333333333rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 85.3333333333rem;
  margin-inline: auto;
}

.footer__logo {
  max-width: 10.8rem;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .footer__logo {
    max-width: 8.6666666667rem;
  }
}
@media screen and (max-width: 999px) {
  .footer__logo {
    max-width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 6.6666666667rem;
  }
}
.footer__logo a {
  display: block;
  height: inherit;
}
.footer__logo img {
  width: 100%;
  aspect-ratio: 162/58;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__nav {
  height: inherit;
}

.footer-nav__items {
  height: inherit;
  display: flex;
}

.footer-nav__item {
  height: inherit;
  position: relative;
}
.footer-nav__item a {
  padding: 1rem 0.5333333333rem;
  display: flex;
  align-items: center;
  height: inherit;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1111111111em;
}
@media screen and (max-width: 1199px) {
  .footer-nav__item a {
    font-size: 0.9333333333rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-nav__item a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .footer-nav__item a {
    padding: 0 1rem;
  }
}
.footer-nav__item a::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 3.2rem;
  max-width: 100%;
  height: 3px;
  background-color: #004098;
  opacity: 0;
  transition: 0.3s;
}
.footer-nav__item a:hover::after {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .footer-nav__item {
    display: none;
  }
}
.footer-nav__item:not(:first-child)::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.3333333333rem;
  background-color: #000;
}

.footer-contact__item {
  display: flex;
  align-items: center;
}

.footer-contact__info {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.5333333333rem;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .footer-contact__info {
    display: none;
  }
}

.footer-contact__phone {
  font-size: 1.2rem;
  position: relative;
}
.footer-contact__phone::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 0.9333333333rem;
  height: 0.9333333333rem;
  background: url("../images/9.png") no-repeat center center/cover;
}
@media screen and (max-width: 1199px) {
  .footer-contact__phone {
    font-size: 1rem;
  }
}

.footer-contact__hours {
  font-size: 0.6rem;
  text-align: center;
}

.footer-contact__button {
  display: block;
  padding: 0.6333333333rem 2.3333333333rem;
  background-color: #004098;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  margin-left: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .footer-contact__button {
    font-size: 0.8666666667rem;
    padding: 0.6rem 1.6666666667rem;
  }
}

.footer__copyright-wrap {
  margin-top: 2.6666666667rem;
  padding-bottom: 0.6666666667rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__copyright-wrap {
    margin-top: 1.3333333333rem;
  }
}

.footer__copyright {
  font-size: 0.8666666667rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.7333333333rem;
  }
}

.header-contact__item {
  display: flex;
  align-items: center;
}

.header-contact__info {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.5333333333rem;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .header-contact__info {
    display: none;
  }
}

.header-contact__phone {
  font-size: 1.2rem;
  position: relative;
}
.header-contact__phone::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 0.9333333333rem;
  height: 0.9333333333rem;
  background: url("../images/9.png") no-repeat center center/cover;
}
@media screen and (max-width: 1199px) {
  .header-contact__phone {
    font-size: 1rem;
  }
}

.header-contact__hours {
  font-size: 0.6rem;
  text-align: center;
}

.header-contact__button {
  display: block;
  padding: 0.6333333333rem 2.3333333333rem;
  background-color: #004098;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  margin-left: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .header-contact__button {
    font-size: 0.8666666667rem;
    padding: 0.6rem 1.6666666667rem;
  }
}
@media screen and (max-width: 999px) {
  .header-contact__button {
    display: none;
  }
}

.drawer {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: 0.6s;
  z-index: 999;
}

.drawer__logo {
  max-width: 10rem;
  width: 100%;
}
.drawer__logo a {
  display: block;
  height: inherit;
}
.drawer__logo img {
  width: 100%;
  aspect-ratio: 114/80;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer-nav {
  padding: 5.3333333333rem 3.3333333333rem 10rem;
  margin-inline: auto;
  max-width: 500px;
  opacity: 0;
}
.drawer-nav.is-open {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.drawer-nav__item a {
  padding: 0.7666666667rem 0;
  display: block;
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
  text-transform: uppercase;
  border-bottom: 0.0666666667rem solid #a0a2a8;
  color: #ffffff;
}
.drawer-nav__item a:hover {
  opacity: 0.7;
}
.drawer-nav__item:first-child a {
  border-top: 0.0666666667rem solid #011950;
}
.drawer-nav__item.drawer-nav__item--japanese a {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-nav__sns {
  margin-top: 2.6666666667rem;
}

.drawer-sns__items {
  display: flex;
}

.drawer-sns__item a {
  padding: 0.6666666667rem;
  display: block;
}
.drawer-sns__item a:hover {
  opacity: 0.7;
}
.drawer-sns__item:first-of-type a {
  padding-left: 0;
}

.fa-brands {
  display: block;
}
.fa-brands::before {
  color: #ffffff;
  font-size: 1.4666666667rem;
}

.drawer__bg {
  position: fixed;
  z-index: -1;
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  border-radius: 50%;
  background-color: #001135;
  transform: scale(0);
  right: -3.3333333333rem;
  bottom: -3.3333333333rem;
  transition: all 0.8s;
}
.drawer__bg.is-open {
  transform: scale(30);
}

.hamburger {
  padding-inline: 2rem;
  position: relative;
  cursor: pointer;
  width: 5.6666666667rem;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .hamburger {
    padding-inline: 1.3333333333rem;
    width: 4.3333333333rem;
  }
}
.hamburger span {
  position: absolute;
  display: block;
  width: 1.6666666667rem;
  height: 0.0666666667rem;
  background-color: #242424;
  transform: translateY(-50%);
  transition: 0.3s;
}
.hamburger span:nth-of-type(1) {
  top: 42%;
}
.hamburger span:nth-of-type(2) {
  top: 50%;
}
.hamburger span:nth-of-type(3) {
  top: 58%;
  width: 1.1333333333rem;
}
.hamburger.is-open span:nth-of-type(1), .hamburger.is-open span:nth-of-type(3) {
  top: 50%;
  background-color: #f9f2e5;
  width: 2.0154666667rem;
}
.hamburger.is-open span:nth-of-type(1) {
  transform: rotate(47deg);
}
.hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-of-type(3) {
  transform: rotate(-47deg);
}

.header-nav__items {
  height: inherit;
  display: flex;
}

.header-nav__item {
  height: inherit;
  position: relative;
}
.header-nav__item a {
  padding: 0 0.5333333333rem;
  display: flex;
  align-items: center;
  height: inherit;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1111111111em;
}
@media screen and (max-width: 1199px) {
  .header-nav__item a {
    font-size: 0.9333333333rem;
  }
}
@media screen and (max-width: 999px) {
  .header-nav__item a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .header-nav__item a {
    padding: 0 1rem;
  }
}
.header-nav__item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.2rem;
  max-width: 100%;
  height: 3px;
  background-color: #004098;
  opacity: 0;
  transition: 0.3s;
}
.header-nav__item a:hover::after {
  top: 20px;
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .header-nav__item {
    display: none;
  }
}
.header-nav__item:not(:first-child)::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.3333333333rem;
  background-color: #000;
}

.header {
  height: 6rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}

.header__inner {
  padding-left: 2.8rem;
  padding-right: 1.3333333333rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 85.3333333333rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 1.3333333333rem;
    padding-right: 0;
  }
}

.header__logo {
  max-width: 10.8rem;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header__logo {
    max-width: 8.6666666667rem;
  }
}
@media screen and (max-width: 999px) {
  .header__logo {
    max-width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 6.6666666667rem;
  }
}
.header__logo a {
  display: block;
  height: inherit;
}
.header__logo img {
  width: 100%;
  aspect-ratio: 162/58;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  height: inherit;
}

.header__hamburger {
  height: inherit;
  display: none;
}
@media screen and (max-width: 999px) {
  .header__hamburger {
    display: block;
  }
}

.header__drawer {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.info-box {
  padding-inline: 1.3333333333rem;
}

.info-box__inner {
  width: clamp(18.6666666667rem, 85vw, 41rem);
  border: 1px solid #004098;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}

.info-box__content {
  padding: 2rem 1.3333333333rem 1.0666666667rem;
  max-width: 408px;
}
@media screen and (max-width: 767px) {
  .info-box__content {
    padding: 1.3333333333rem 1.3333333333rem 1.0666666667rem;
  }
}

.info-box__text {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}

.info-box__button {
  margin-top: 0.8rem;
  margin-inline: auto;
  display: block;
  background: url(../images/button-img.png) no-repeat center center/cover;
  width: min(90%, 350px);
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 3.3333333333rem;
  padding: 0.6666666667rem 1.3333333333rem;
  line-height: 1.1111111111;
}

.leak__container {
  margin-top: 1.6rem;
}

.leak-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .leak-item {
    flex-direction: column;
  }
}
.leak-item:not(:first-child) {
  margin-top: 4.8rem;
}

.leak-item__image {
  width: min(50%, 415px);
}
@media screen and (max-width: 767px) {
  .leak-item__image {
    width: 100%;
    margin-top: 2.1333333333rem;
    order: 1;
  }
}
.leak-item__image img {
  width: 100%;
  aspect-ratio: 415/270;
  -o-object-fit: cover;
     object-fit: cover;
}

.leak-item__content {
  width: calc(50% - 36px);
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .leak-item__content {
    width: 100%;
    margin-left: 0;
    display: contents;
  }
}

.leak-item__text {
  margin-top: 1.3333333333rem;
  font-size: 0.8666666667rem;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .leak-item__text {
    margin-top: 1.0666666667rem;
    order: 2;
  }
}
.leak-item__text span {
  color: #E50012;
}

.leak-flow__inner {
  max-width: 750px;
}

@media screen and (max-width: 767px) {
  .leak-flow__title span {
    font-size: 1.3333333333rem;
  }
}

.leak-flow__content:first-of-type {
  margin-top: 1.0666666667rem;
}
.leak-flow__content:not(:first-of-type) {
  margin-top: 0.6rem;
}

.flow {
  display: grid;
  grid-template-columns: 4rem 39.4366197183% 1fr;
  align-items: center;
  border: 0.2386666667rem solid #008D93;
  position: relative;
}
.flow:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: calc(100% + 3px);
  left: 22px;
  width: 11px;
  height: 10px;
  background-color: #008D93;
  clip-path: polygon(50% 10px, 0% 0%, 11px 0%);
}
.flow.flow--blue {
  border: 0.2386666667rem solid #1873AE;
}
.flow.flow--blue::after {
  background-color: #1873AE;
}
@media screen and (max-width: 600px) {
  .flow {
    grid-template-columns: 3.3333333333rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-template-rows: 3.2666666667rem 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    max-width: 600px;
    margin-inline: auto;
  }
}

.flow__number {
  color: #ffffff;
  background-color: #008D93;
  text-align: center;
  padding-block: 0.4666666667rem;
}
.flow__number.flow__number--blue {
  background-color: #1873AE;
}
@media screen and (max-width: 600px) {
  .flow__number {
    grid-area: 1/1/2/2;
  }
}

.flow__label {
  font-size: 0.8666666667rem;
}
@media screen and (max-width: 600px) {
  .flow__label {
    font-size: 0.7333333333rem;
  }
}

.flow__count {
  font-size: 1.8666666667rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .flow__count {
    font-size: 1.6rem;
  }
}

.flow__title {
  font-size: 1.4933333333rem;
  padding-left: 1.8666666667rem;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .flow__title {
    grid-area: 1/2/2/3;
  }
}

.flow__description {
  font-size: 0.8666666667rem;
  font-weight: 400;
  padding-right: 0.5333333333rem;
  line-height: 1.2307692308;
}
@media screen and (max-width: 600px) {
  .flow__description {
    grid-area: 2/1/3/3;
    padding: 0.8rem;
  }
}

.other-coating {
  padding-top: 3.3333333333rem;
  padding-bottom: 4.6666666667rem;
  background: #BCD4E8;
}

.other-coating__head {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .other-coating__title {
    font-size: 1.8666666667rem;
  }
}

.other-coating__text {
  margin-top: 2.4rem;
  max-width: 40rem;
  margin-inline: auto;
  font-size: 0.8666666667rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
}
.other-coating__text:not(:first-child) {
  margin-top: 1.0666666667rem;
}

.other-coating__container {
  max-width: 710px;
  display: flex;
  gap: 4.2253521127%;
  margin-inline: auto;
  margin-top: 1.7333333333rem;
}
@media screen and (max-width: 767px) {
  .other-coating__container {
    flex-direction: column;
  }
}

.other-coating__items {
  width: 47.8873239437%;
}
@media screen and (max-width: 767px) {
  .other-coating__items {
    width: 100%;
  }
  .other-coating__items:not(:first-of-type) {
    margin-top: 1.6rem;
  }
}

.other-coating-item {
  display: flex;
  flex-direction: column;
}
.other-coating-item__image {
  max-width: 340px;
  width: 100%;
}
.other-coating-item__image img {
  width: 100%;
  aspect-ratio: 340/194;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .other-coating-item__image {
    max-width: 100%;
    margin-top: 1.3333333333rem;
    order: 1;
  }
}

.other-coating-item__content {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .other-coating-item__content {
    width: 100%;
    display: contents;
  }
}

.other-coating-item__title {
  font-size: clamp(29.5px, 2.5vw, 34px);
  color: #004098;
  line-height: 1.1842105263;
}
@media screen and (max-width: 767px) {
  .other-coating-item__title {
    font-size: 1.6rem;
    text-align: center;
    order: 0;
  }
}

.other-coating-item__subtitle {
  font-size: clamp(18px, 1.55vw, 22px);
  color: #004098;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .other-coating-item__subtitle {
    font-size: 1.0666666667rem;
    text-align: center;
    order: 0;
  }
}

.other-coating-item__text {
  margin-top: 0.5333333333rem;
  font-size: 0.8666666667rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .other-coating-item__text {
    margin-top: 1.0666666667rem;
    order: 2;
  }
}

.other-coating__box {
  margin-top: 3.4666666667rem;
  display: flex;
  gap: 2.5714285714%;
  justify-content: center;
  margin-inline: auto;
}

.other-coating__img {
  max-width: 220px;
  width: 100%;
}
.other-coating__img img {
  width: 100%;
  aspect-ratio: 220/180;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy-policy {
  height: 170px;
  padding: 2rem 1.6rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.3333333333rem;
  overflow-y: scroll;
  line-height: 1.5;
  margin-bottom: 1.0666666667rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    padding: 2rem 0.8rem;
  }
}
.privacy-policy ol,
.privacy-policy ul {
  margin-top: 1.3333333333rem;
}
.privacy-policy li {
  margin-left: 1.3333333333rem;
}
.privacy-policy li:not(:first-of-type) {
  margin-top: 0.6666666667rem;
}

.privacy-policy__box {
  margin-top: 2.1333333333rem;
}

.privacy-policy__head {
  font-size: 1.4666666667rem;
  font-weight: 500;
}

.privacy-policy__detail {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .single-works__inner {
    padding-inline: 2rem 2rem;
    max-width: 40rem;
  }
}

.single-works__container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .single-works__container {
    flex-direction: column;
  }
}

.single-works__content {
  line-height: 1.5;
}

.single-works__title {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.7333333333rem;
  font-weight: 500;
  line-height: 1.9230769231;
}
@media screen and (max-width: 767px) {
  .single-works__title {
    margin-top: 0.6666666667rem;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.single-works__date-wrap {
  margin-top: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .single-works__date-wrap {
    margin-top: 0.6666666667rem;
  }
}
.single-works__date-wrap time {
  display: block;
  color: #a9a9a9;
  font-size: 0.7333333333rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .single-works__date-wrap time {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.single-works__mv {
  margin-top: 1.3333333333rem;
  width: 100%;
}
.single-works__mv img {
  width: 100%;
  aspect-ratio: 840/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .single-works__mv img {
    aspect-ratio: 315/176;
  }
}

.single-works__post {
  margin-top: 2.6666666667rem;
  padding-bottom: 2.6666666667rem;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .single-works__post {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.single-works__post :first-child {
  margin-top: 0;
}
.single-works__post h1 {
  margin-top: 2.6666666667rem;
  color: #000;
  font-size: 1.7333333333rem;
  font-weight: 700;
  line-height: 1.9230769231;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: double 5px #004098;
}
@media screen and (max-width: 767px) {
  .single-works__post h1 {
    font-size: 1.0666666667rem;
    line-height: 2.5;
    padding-left: 0.7333333333rem;
  }
}
.single-works__post h2 {
  margin-top: 2.6666666667rem;
  color: #000;
  font-size: 1.4666666667rem;
  font-weight: 500;
  line-height: 2.1818181818;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: double 5px #004098;
}
@media screen and (max-width: 767px) {
  .single-works__post h2 {
    font-size: 1.0666666667rem;
    line-height: 2.5;
    padding-left: 0.7333333333rem;
  }
}
.single-works__post h3 {
  margin-top: 2.6666666667rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 2px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single-works__post h3 {
    margin-top: 2.6666666667rem;
    padding-left: 0.7333333333rem;
  }
}
.single-works__post h4 {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 1px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single-works__post h4 {
    margin-top: 1.3333333333rem;
    padding-left: 0.7333333333rem;
  }
}
.single-works__post h5 {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 1px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single-works__post h5 {
    margin-top: 1.3333333333rem;
    padding-left: 0.7333333333rem;
  }
}
.single-works__post h6 {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 1px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single-works__post h6 {
    margin-top: 1.3333333333rem;
    padding-left: 0.7333333333rem;
  }
}
.single-works__post p {
  margin-top: 2rem;
  color: #000;
  font-size: 1.0666666667rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-works__post p {
    font-size: 0.9333333333rem;
    line-height: 2.2857142857;
  }
}
.single-works__post ul,
.single-works__post ol {
  margin-top: 3.3333333333rem;
  color: #000;
  list-style-type: disc;
  padding-left: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-works__post ul,
  .single-works__post ol {
    margin-top: 1.4666666667rem;
    font-size: 0.9333333333rem;
    line-height: 1.4285714286;
    padding-left: 1.0666666667rem;
  }
}
.single-works__post li {
  color: #001e63;
}
.single-works__post li span {
  color: #242424;
}
.single-works__post figure {
  display: block;
  margin-top: 2rem;
}
.single-works__post div {
  margin-top: 2rem;
}

.single-works__pagination {
  margin-top: 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .single-works__pagination {
    margin-top: 3.2rem;
  }
}

.single-works-pagination {
  display: flex;
  justify-content: space-between;
}

.single-works-pagination__btn .prev-btn__item {
  width: 8.8rem;
  padding: 0.6666666667rem 0;
}
.single-works-pagination__btn .common-btn__item {
  width: 8.8rem;
  padding: 0.6666666667rem 0;
}

@media screen and (max-width: 767px) {
  .single__inner {
    padding-inline: 2rem 2rem;
    max-width: 40rem;
  }
}

.single__container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .single__container {
    flex-direction: column;
  }
}

.single__content {
  line-height: 1.5;
}

.single__title {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.7333333333rem;
  font-weight: 500;
  line-height: 1.9230769231;
}
@media screen and (max-width: 767px) {
  .single__title {
    margin-top: 0.6666666667rem;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.single__date-wrap {
  margin-top: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .single__date-wrap {
    margin-top: 0.6666666667rem;
  }
}
.single__date-wrap time {
  display: block;
  color: #a9a9a9;
  font-size: 0.7333333333rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .single__date-wrap time {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.single__mv {
  margin-top: 1.3333333333rem;
  width: 100%;
}
.single__mv img {
  width: 100%;
  aspect-ratio: 840/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .single__mv img {
    aspect-ratio: 315/176;
  }
}

.single__post {
  margin-top: 2.6666666667rem;
  padding-bottom: 2.6666666667rem;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .single__post {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.single__post :first-child {
  margin-top: 0;
}
.single__post h1 {
  margin-top: 2.6666666667rem;
  color: #000;
  font-size: 1.7333333333rem;
  font-weight: 700;
  line-height: 1.9230769231;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: double 5px #004098;
}
@media screen and (max-width: 767px) {
  .single__post h1 {
    font-size: 1.0666666667rem;
    line-height: 2.5;
    padding-left: 0.7333333333rem;
  }
}
.single__post h2 {
  margin-top: 2.6666666667rem;
  color: #000;
  font-size: 1.4666666667rem;
  font-weight: 500;
  line-height: 2.1818181818;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: double 5px #004098;
}
@media screen and (max-width: 767px) {
  .single__post h2 {
    font-size: 1.0666666667rem;
    line-height: 2.5;
    padding-left: 0.7333333333rem;
  }
}
.single__post h3 {
  margin-top: 2.6666666667rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 2px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single__post h3 {
    margin-top: 2.6666666667rem;
    padding-left: 0.7333333333rem;
  }
}
.single__post h4 {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 1px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single__post h4 {
    margin-top: 1.3333333333rem;
    padding-left: 0.7333333333rem;
  }
}
.single__post h5 {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 1px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single__post h5 {
    margin-top: 1.3333333333rem;
    padding-left: 0.7333333333rem;
  }
}
.single__post h6 {
  margin-top: 1.3333333333rem;
  color: #000;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.9333333333rem;
  padding-bottom: 0.5333333333rem;
  border-bottom: 1px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .single__post h6 {
    margin-top: 1.3333333333rem;
    padding-left: 0.7333333333rem;
  }
}
.single__post p {
  margin-top: 2rem;
  color: #000;
  font-size: 1.0666666667rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single__post p {
    font-size: 0.9333333333rem;
    line-height: 2.2857142857;
  }
}
.single__post ul,
.single__post ol {
  margin-top: 3.3333333333rem;
  color: #000;
  list-style-type: disc;
  padding-left: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single__post ul,
  .single__post ol {
    margin-top: 1.4666666667rem;
    font-size: 0.9333333333rem;
    line-height: 1.4285714286;
    padding-left: 1.0666666667rem;
  }
}
.single__post li {
  color: #001e63;
}
.single__post li span {
  color: #242424;
}
.single__post img {
  display: block;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single__post div {
  margin-top: 2rem;
}

.single__pagination {
  margin-top: 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .single__pagination {
    margin-top: 3.2rem;
  }
}

.single-pagination {
  display: flex;
  justify-content: space-between;
}

.single-pagination__btn .prev-btn__item {
  width: 8.8rem;
  padding: 0.6666666667rem 0;
}
.single-pagination__btn .common-btn__item {
  width: 8.8rem;
  padding: 0.6666666667rem 0;
}

.sub-faq__inner {
  max-width: 737px;
  margin-inline: auto;
}

.sub-faq__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-faq__icon {
  max-width: 110px;
  width: 100%;
}
.sub-faq__icon img {
  width: 100%;
  aspect-ratio: 219/106;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sub-faq__icon {
    max-width: 80px;
  }
}

.sub-faq__item {
  max-width: 697px;
  margin-top: 4.5333333333rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub-faq__item {
    margin-top: 2rem;
  }
}

.sub-faq__question,
.sub-faq__answer {
  display: flex;
  align-items: center;
  padding: 0.6666666667rem 3.6666666667rem 0.6666666667rem 1.6666666667rem;
}
@media screen and (max-width: 767px) {
  .sub-faq__question,
  .sub-faq__answer {
    padding-right: 1.6666666667rem;
  }
}
.sub-faq__question p,
.sub-faq__answer p {
  line-height: 1.6;
}

.sub-faq__question {
  background-color: #FFFEEE;
}

.sub-faq__question-icon,
.sub-faq__answer-icon {
  max-width: 53px;
  width: 100%;
}
.sub-faq__question-icon img,
.sub-faq__answer-icon img {
  width: 100%;
  aspect-ratio: 107/106;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sub-faq__question-icon,
  .sub-faq__answer-icon {
    max-width: 35px;
  }
}

.sub-faq__question-text,
.sub-faq__answer-text {
  margin-left: 5.7388809182%;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sub-faq__question-text,
  .sub-faq__answer-text {
    font-size: 0.8666666667rem;
  }
}

.sub-faq__link {
  margin-top: 2.6666666667rem;
}

.sub-mv {
  height: 7.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 7.4rem;
  }
}

.sub-mv__inner {
  width: 100%;
  position: relative;
  height: inherit;
}

.sub-mv__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: inherit;
}
.sub-mv__img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.sub-mv__title-wrap {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 1.0666666667rem;
}
.sub-mv__title {
  color: #000;
  font-size: 2.3333333333rem;
  line-height: 1;
  padding: 0.3333333333rem;
  font-weight: 500;
  background-color: rgba(253, 253, 253, 0.7);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sub-mv__title {
    font-size: 1.6rem;
  }
}

.news__inner {
  max-width: 723px;
}

.news-content__items {
  margin-top: 3.2rem;
  padding-bottom: 4.5333333333rem;
}

.news-content__item a {
  display: flex;
  padding: 2rem 1.6666666667rem 2rem 0.6666666667rem;
  border-bottom: 3px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .news-content__item a {
    display: block;
  }
}

.news-content__date-wrap {
  width: 20.2049780381%;
}

.news-content__date {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .news-content__date {
    font-size: 0.9333333333rem;
  }
}

.news-content__title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  margin-left: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .news-content__title {
    margin-top: 0.6666666667rem;
    margin-left: 0;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.pagination__arrow {
  display: inline-block;
  width: 11px;
  height: 18px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  color: #000;
  border: 1px solid #000;
  border-radius: 999px;
}

.page-numbers.current {
  color: #fff;
  background-color: #000;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
  min-width: 0.7333333333rem;
  height: 1.2rem;
}

@media screen and (max-width: 767px) {
  .sub-works__inner {
    padding: 0 2.6666666667rem;
  }
}

.sub-works__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sub-works__flex {
    flex-direction: column;
  }
}

.sub-works__content {
  width: 100%;
  padding-left: 5.4545454545%;
  border-left: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .sub-works__content {
    width: 100%;
    border-left: none;
    margin-top: 2.5333333333rem;
    padding-left: 0;
  }
}

.works-content__item {
  border-bottom: 1px solid #e2e2e2;
  animation-delay: 0.2s;
}
.works-content__item:first-of-type a {
  padding-top: 0;
}
.works-content__item a {
  display: block;
  padding-top: 1.9333333333rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .works-content__item a {
    padding-top: 1.3333333333rem;
    padding-bottom: 1.2666666667rem;
  }
}
.works-content__item a:hover {
  opacity: 1;
}
.works-content__item a:hover .works-content__title span {
  background-size: 100% 1px;
}

.works-content__flex {
  display: flex;
}

.works-content__img {
  max-width: 10.6666666667rem;
  width: 27.0618556701%;
}
@media screen and (max-width: 767px) {
  .works-content__img {
    max-width: 8.6666666667rem;
    width: 44.0677966102%;
  }
}
.works-content__img img {
  width: 100%;
  aspect-ratio: 210/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .works-content__img img {
    aspect-ratio: 130/100;
  }
}

.works-content__body {
  margin-left: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .works-content__body {
    margin-left: 1rem;
    width: 50.8474576271%;
  }
}

.works-content__tags-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3333333333rem;
       column-gap: 0.3333333333rem;
  row-gap: 0.3333333333rem;
}

.works-content__title {
  margin-top: 0.6666666667rem;
  color: #004098;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .works-content__title {
    margin-top: 0.6666666667rem;
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}
.works-content__title span {
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
}

.works-content__date {
  display: block;
  color: #000;
  margin-top: 0.0666666667rem;
  font-size: 0.6666666667rem;
}
@media screen and (max-width: 767px) {
  .works-content__date {
    margin-top: 0.6666666667rem;
  }
}

.works-content__text {
  margin-top: 0.6666666667rem;
  font-size: 0.9333333333rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.works-content__pagination {
  margin-top: 4rem;
}

.top-about__symptoms {
  margin-top: 5.3333333333rem;
  margin-bottom: 5.3333333333rem;
}

.symptoms {
  padding-top: 1.8666666667rem;
  padding-left: 2.1333333333rem;
  position: relative;
}
.symptoms::after {
  position: absolute;
  content: "";
  background: url(../images/symptoms-img1.jpg) no-repeat 0% 100%/cover;
  top: 0;
  left: 0;
  width: 97%;
  height: 29.5333333333rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .symptoms {
    padding-top: 1.3333333333rem;
    padding-left: 0;
  }
  .symptoms::after {
    height: calc(100% + 20px);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.symptoms-inner {
  padding: 0;
}

.symptoms__bg {
  background: url(../images/symptoms-img1.jpg) no-repeat 35% 95%;
  width: 90.9090909091%;
  height: 29.5333333333rem;
  padding-right: 2.8rem;
}

.symptoms__header {
  width: 34.6666666667rem;
  margin-left: 2.1333333333rem;
}
.symptoms__header img {
  width: 100%;
  max-width: 34.6666666667rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .symptoms__header {
    margin-left: 1rem;
    max-width: 300px;
    width: 100%;
  }
  .symptoms__header img {
    width: 100%;
    aspect-ratio: 300/42;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 399px) {
  .symptoms__header {
    max-width: 250px;
  }
  .symptoms__header img {
    aspect-ratio: 250/36;
  }
}

.symptoms__icons {
  display: flex;
  flex-wrap: wrap;
  max-width: 53.8rem;
  -moz-column-gap: 1.3333333333rem;
       column-gap: 1.3333333333rem;
  row-gap: 1.2rem;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .symptoms__icons {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .symptoms__icons {
    margin-top: 1.3333333333rem;
    -moz-column-gap: 0.6666666667rem;
         column-gap: 0.6666666667rem;
    row-gap: 1rem;
    justify-content: space-evenly;
  }
}

.symptoms__icon {
  max-width: 163px;
}
@media screen and (max-width: 999px) {
  .symptoms__icon {
    max-width: 16.3vw;
  }
}
@media screen and (max-width: 600px) {
  .symptoms__icon {
    max-width: calc(33.333vw - 62px);
  }
}
@media screen and (max-width: 399px) {
  .symptoms__icon {
    max-width: 85px;
  }
}
.symptoms__icon img {
  width: 100%;
  height: auto;
}

.symptoms__detail {
  max-width: 250px;
  width: 100%;
  position: relative;
}
.symptoms__detail img {
  width: 100%;
  aspect-ratio: 250/202;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 999px) {
  .symptoms__detail {
    max-width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .symptoms__detail {
    max-width: calc(50vw - 80px);
  }
}
@media screen and (max-width: 399px) {
  .symptoms__detail {
    max-width: calc(50vw - 40px);
  }
}

.symptoms__caption {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5333333333rem 0.6666666667rem 0.7333333333rem;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .symptoms__caption {
    padding: 0.4rem 0.3333333333rem 0.4rem;
    font-size: 0.8666666667rem;
  }
}
@media screen and (max-width: 600px) {
  .symptoms__caption {
    font-size: 0.8rem;
    padding: 0.4rem 0.2rem 0.4rem;
  }
}
@media screen and (max-width: 399px) {
  .symptoms__caption {
    font-size: 0.6666666667rem;
  }
}

.top-about__inner {
  max-width: 58.6666666667rem;
  margin-inline: auto;
}

.top-about__content {
  margin-top: 1.7333333333rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .top-about__content {
    align-items: flex-start;
    gap: 1.0666666667rem;
  }
}

.top-about__img {
  max-width: 260px;
  width: 100%;
}
.top-about__img img {
  width: 100%;
  aspect-ratio: 260/194;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about__image {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.top-about__caption {
  font-size: 1.6rem;
  color: #2c4fa1;
  margin-top: 0.6666666667rem;
}
@media screen and (max-width: 767px) {
  .top-about__caption {
    font-size: 1.0666666667rem;
  }
}

.top-about__description {
  font-size: 1rem;
  line-height: 1.2;
  color: #333;
  max-width: 80%;
  margin: 2.6666666667rem auto 0;
  font-weight: 400;
}

.top-about__description p:not(:first-child) {
  margin-top: 1rem;
}

.company__content {
  margin-top: 1.3333333333rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company__content {
    flex-direction: column-reverse;
  }
}

.company__map {
  max-width: 396px;
  width: 100%;
}
.company__map iframe {
  width: 100%;
  aspect-ratio: 396/299;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company__map {
    margin-top: 1.2rem;
    max-width: 100%;
  }
  .company__map iframe {
    aspect-ratio: 396/220;
  }
}

.company__info {
  margin-left: 5%;
  font-size: 0.8666666667rem;
  line-height: 1.3846153846;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company__info {
    margin-left: 0;
  }
}

.company__contact {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.company__services {
  margin-top: 0.8rem;
}

.experience__items {
  margin-top: 1.6rem;
  display: flex;
  -moz-column-gap: 3.4523809524%;
       column-gap: 3.4523809524%;
}
@media screen and (max-width: 767px) {
  .experience__items {
    flex-direction: column;
  }
}

.experience__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .experience__item {
    max-width: 100%;
  }
  .experience__item:not(:first-of-type) {
    margin-top: 3.2rem;
  }
}

.experience__img {
  max-width: 260px;
  width: 100%;
}
.experience__img img {
  width: 100%;
  aspect-ratio: 260/194;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .experience__img {
    max-width: 100%;
  }
  .experience__img img {
    aspect-ratio: 260/170;
  }
}

.experience__title {
  margin-top: 0.6666666667rem;
  font-size: 1.6rem;
  color: #004098;
}

.experience__date {
  display: block;
  margin-top: 0.3333333333rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.experience__text {
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  font-size: 0.8666666667rem;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.experience__link {
  margin-top: auto;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  background: #004098;
  text-decoration: none;
  padding: 0.8rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .experience__link {
    width: min(50%, 262px);
    margin-inline: auto;
  }
}

.top-experience__link {
  margin-top: 2.6666666667rem;
}

.top-faq__inner {
  max-width: 737px;
  margin-inline: auto;
}

.top-faq__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-faq__icon {
  max-width: 110px;
  width: 100%;
}
.top-faq__icon img {
  width: 100%;
  aspect-ratio: 219/106;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-faq__icon {
    max-width: 80px;
  }
}

.top-faq__items {
  max-width: 697px;
  margin-top: 4.5333333333rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-faq__items {
    margin-top: 2rem;
  }
}

.top-faq__question,
.top-faq__answer {
  display: flex;
  align-items: center;
  padding: 0.6666666667rem 3.6666666667rem 0.6666666667rem 1.6666666667rem;
}
@media screen and (max-width: 767px) {
  .top-faq__question,
  .top-faq__answer {
    padding-right: 1.6666666667rem;
  }
}
.top-faq__question p,
.top-faq__answer p {
  line-height: 1.3;
}

.top-faq__question {
  background-color: #FFFEEE;
}

.top-faq__question-icon,
.top-faq__answer-icon {
  max-width: 53px;
  width: 100%;
}
.top-faq__question-icon img,
.top-faq__answer-icon img {
  width: 100%;
  aspect-ratio: 107/106;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-faq__question-icon,
  .top-faq__answer-icon {
    max-width: 35px;
  }
}

.top-faq__question-text,
.top-faq__answer-text {
  margin-left: 5.7388809182%;
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top-faq__question-text,
  .top-faq__answer-text {
    font-size: 0.8666666667rem;
  }
}

.top-faq__link {
  margin-top: 2.6666666667rem;
}

.top-mv {
  background: url("../images//various-mv.jpg") no-repeat center center/cover;
  width: 100%;
  padding-top: 3.0666666667rem;
}

.mv-content__head {
  display: flex;
  width: 84.5238095238%;
}
@media screen and (max-width: 767px) {
  .mv-content__head {
    display: block;
    width: 100%;
  }
}

.mv-content__logo {
  max-width: 123px;
  width: 100%;
}
.mv-content__logo img {
  width: 100%;
  aspect-ratio: 123/44;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-content__catchphrase {
  font-size: 2.2666666667rem;
  margin-left: 0.6666666667rem;
  color: #004098;
  background-color: rgba(253, 253, 253, 0.7);
}
@media screen and (max-width: 767px) {
  .mv-content__catchphrase {
    margin-left: 0;
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 1.0666666667rem;
  }
}

.mv-content__body {
  margin-top: 1.4666666667rem;
  width: 59.5238095238%;
}
@media screen and (max-width: 767px) {
  .mv-content__body {
    width: 100%;
  }
}

.mv-content__title {
  font-size: 3.9333333333rem;
  line-height: 1.1355932203;
  text-align: center;
  color: #004098;
  font-weight: 700;
  background-color: rgba(253, 253, 253, 0.7);
}
@media screen and (max-width: 767px) {
  .mv-content__title {
    font-size: 2.6666666667rem;
    display: inline-block;
  }
}

.mv-content__description {
  display: inline-block;
  margin-top: 1.0666666667rem;
  padding-left: 25%;
  font-size: 1.4666666667rem;
  line-height: 1.1363636364;
  font-weight: 700;
  position: relative;
  background-color: rgba(253, 253, 253, 0.7);
}
.mv-content__description:after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(25% - 50px);
  width: 5rem;
  height: 5.1333333333rem;
  background: url(../images/8.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .mv-content__description {
    padding-left: 15%;
    font-size: 1.2rem;
  }
  .mv-content__description:after {
    left: calc(50% - 6.5333333333rem);
    transform: translateX(-50%);
    width: 4rem;
    height: 4.1333333333rem;
  }
}
@media screen and (max-width: 399px) {
  .mv-content__description:after {
    left: calc(50% - 6.3333333333rem);
  }
}

.mv-circle {
  width: 14rem;
  height: 14rem;
  border: 1px solid #ffffff;
  background-color: #004098;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv-circle {
    width: 10rem;
    height: 10rem;
  }
}

.mv-circle__text {
  font-size: 1.4666666667rem;
  line-height: 1.1363636364;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mv-circle__text {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.mv-circle__btn {
  display: block;
  margin-top: 0.6666666667rem;
  padding: 0.4rem;
  max-width: 9.8rem;
  width: 100%;
  font-size: 0.8666666667rem;
  background-color: #ffffff;
  color: #004098;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-circle__btn {
    max-width: 6.6666666667rem;
    font-size: 0.8rem;
    padding: 0.3333333333rem;
  }
}

.top-mv__img {
  width: 100%;
  height: 37.6rem;
}

.top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-news__inner {
  max-width: 723px;
}

.top-news__list {
  margin-top: 2.4rem;
}

.news-list__item a {
  display: flex;
  padding: 0.9333333333rem 1.6666666667rem 0.9333333333rem 0.6666666667rem;
  border-bottom: 3px dotted #9FA0A0;
}
@media screen and (max-width: 767px) {
  .news-list__item a {
    display: block;
  }
}

.news-list__date {
  display: block;
  width: 20.2049780381%;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .news-list__date {
    font-size: 0.9333333333rem;
  }
}

.news-list__title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .news-list__title {
    margin-top: 0.4rem;
  }
}

.top-news__link {
  margin-top: 2.1333333333rem;
}

.top-work {
  font-size: 1rem;
}

.top-work__items {
  margin-top: 1.3333333333rem;
  display: flex;
  -moz-column-gap: 3.4523809524%;
       column-gap: 3.4523809524%;
}
@media screen and (max-width: 767px) {
  .top-work__items {
    flex-direction: column;
  }
}

.top-work__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .top-work__item {
    max-width: 100%;
  }
  .top-work__item:not(:first-of-type) {
    margin-top: 2.1333333333rem;
  }
}

.top-work__img img {
  width: 100%;
  aspect-ratio: 260/194;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-work__img {
    margin-top: 1.3333333333rem;
    order: 1;
  }
  .top-work__img img {
    aspect-ratio: 260/150;
  }
}

.top-work__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .top-work__content {
    display: contents;
  }
}

.top-work__title {
  margin-top: 0.6666666667rem;
  font-size: 1.6rem;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .top-work__title {
    order: 0;
    text-align: center;
  }
}

.top-work__description {
  margin-top: 0.6666666667rem;
  margin-bottom: 1.6rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
}
.top-work__description span {
  color: #E50012;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-work__description {
    order: 2;
    margin-top: 1.0666666667rem;
  }
}

.top-work__link {
  margin-top: auto;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  background: #004098;
  text-decoration: none;
  padding: 0.8rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .top-work__link {
    order: 3;
    width: min(50%, 262px);
    margin-inline: auto;
  }
}

.various__head {
  text-align: center;
}

.various__text {
  margin-top: 2.4rem;
  max-width: 40rem;
  margin-inline: auto;
  font-size: 0.8666666667rem;
  line-height: 1.4;
  text-align: left;
}
.various__text:nth-of-type(n + 2) {
  margin-top: 2.2666666667rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .various__text:nth-of-type(n + 2) {
    font-size: 1.2rem;
  }
}

.various__items {
  margin-top: 8rem;
}

.various-item {
  display: flex;
}
.various-item:not(:first-child) {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .various-item {
    flex-direction: column;
  }
  .various-item:not(:first-child) {
    margin-top: 3.2rem;
  }
}

.various-item__image {
  width: min(50%, 415px);
}
.various-item__image img {
  width: 100%;
  aspect-ratio: 415/270;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .various-item__image {
    width: 100%;
    margin-top: 1.3333333333rem;
    order: 1;
  }
  .various-item__image img {
    aspect-ratio: 415/220;
  }
}

.various-item__content {
  width: calc(50% - 36px);
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .various-item__content {
    width: 100%;
    margin-left: 0;
    display: contents;
  }
}

.various-item__title {
  font-size: 2.5333333333rem;
  color: #004098;
  line-height: 1.1842105263;
}
@media screen and (max-width: 767px) {
  .various-item__title {
    font-size: 1.6rem;
    text-align: center;
    order: 0;
  }
}

.various-item__text {
  margin-top: 1.3333333333rem;
  font-size: 0.8666666667rem;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .various-item__text {
    margin-top: 1.0666666667rem;
    order: 2;
  }
}

.wall-coating__container {
  margin-top: 4rem;
}

.wall-coating-item {
  display: flex;
  gap: 2rem;
}
.wall-coating-item:not(:first-child) {
  margin-top: 4.8rem;
}
.wall-coating-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .wall-coating-item {
    flex-direction: column;
    gap: 0;
  }
  .wall-coating-item:nth-of-type(even) {
    flex-direction: column;
  }
}

.wall-coating-item__image {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .wall-coating-item__image {
    width: 100%;
    margin-top: 1.6rem;
    order: 1;
  }
}
.wall-coating-item__image img {
  width: 100%;
  aspect-ratio: 405/234;
  -o-object-fit: cover;
     object-fit: cover;
}

.wall-coating-item__content {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .wall-coating-item__content {
    width: 100%;
    margin-left: 0;
    display: contents;
  }
}

.wall-coating-item__title {
  font-size: clamp(29.5px, 2.5vw, 34px);
  color: #004098;
  line-height: 1.1842105263;
}
@media screen and (max-width: 767px) {
  .wall-coating-item__title {
    font-size: 1.6rem;
    text-align: center;
    order: 0;
  }
}

.wall-coating-item__text {
  margin-top: 0.3333333333rem;
  font-size: 0.8666666667rem;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wall-coating-item__text {
    margin-top: 1.0666666667rem;
    order: 2;
  }
}
.wall-coating-item__text span {
  color: #E50012;
}
.wall-coating-item__text:not(:first-of-type) {
  margin-top: 1rem;
}
.wall-coating-item__text.wall-coating-item__text--bg-blue {
  background: #004098;
  color: #ffffff;
  padding: 0.6666666667rem;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.br-height {
  display: block;
  content: "";
  margin-block: 0.5em;
}
/*# sourceMappingURL=style.css.map */
