@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  -webkit-appearance: button; /* iOS 8+ */
  overflow: visible; /* Internet Explorer 11- */
}

input {
  -webkit-border-radius: 0; /* iOS 8+ */
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* iOS 8+ */
}

input[type=number] {
  width: auto; /* Firefox 36+ */
}

input[type=search] {
  -webkit-appearance: textfield; /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Chrome 45+, Safari 9+ */
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*===============================================

 *  ブラウザリセット

===============================================*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%; /*10px*/
  overflow-y: scroll;
}

body {
  font-size: 1.4rem; /*14px*/
  font-family: sans-serif;
}

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

select,
input,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

pre,
code {
  font: 115% monospace;
  *font-size: 100%;
}

br {
  letter-spacing: normal;
}

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-style: normal;
  font-weight: 400;
}

p,
li,
dt,
dd {
  font-size: 100％;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: 400;
}

table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

th,
td {
  text-align: left;
  border: none;
  font-weight: 400;
}

hr {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

ul,
ol,
dl {
  list-style-position: outside;
  list-style-type: none;
}

dt {
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
}

form,
input {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.page-main-top {
  position: relative;
  overflow: hidden;
  max-height: 550px;
}
@media only screen and (max-width: 991px) {
  .page-main-top {
    margin-top: 70px;
    height: 160px;
  }
}
.page-main-top h1 {
  position: absolute;
  font-size: 22px;
  color: white;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 20%;
  letter-spacing: 0.5rem;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 0px 2px #838383);
          filter: drop-shadow(0px 0px 2px #838383);
}
@media only screen and (max-width: 991px) {
  .page-main-top h1 {
    font-size: 18px;
    left: 20px;
    line-height: 2rem;
  }
}
.page-main-top h1 span {
  font-weight: 400;
  color: white;
  font-size: 12px;
  letter-spacing: 0.1rem;
}

.pankuzu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 110px 50px;
}
@media only screen and (max-width: 991px) {
  .pankuzu-list {
    margin: 10px 10px 20px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .pankuzu-list li a {
    font-size: 12px;
  }
}
.pankuzu-list li:first-child {
  margin-right: 15px;
}
.pankuzu-list li:first-child a {
  color: #88b190;
}
.pankuzu-list li:first-child::after {
  content: "";
  border-right: 1px solid;
  margin-left: 15px;
}
.pankuzu-list li.second-child {
  margin-right: 15px;
}
.pankuzu-list li.second-child a {
  color: #88b190;
}
.pankuzu-list li.second-child::after {
  content: "";
  border-right: 1px solid;
  margin-left: 15px;
}

.pointicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pointicon::before {
  content: "";
  background-image: url("../../img/page/point-mark.svg");
  width: 34px;
  display: block;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}

.page-top-img {
  margin: 80px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .page-top-img {
    margin: 40px auto;
  }
}
.page-top-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .page-top-img img {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 991px) {
  .page-top-img.pc-none {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-top-img h2 {
    margin-bottom: 25px;
  }
}

.constructionexamplebox h2 {
  margin: 80px auto 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox h2 {
    margin: 20px auto;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox h2.pc-none {
    display: block !important;
  }
}
.constructionexamplebox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list.pc-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list .swiper-horizontal {
    width: 90%;
    margin: 0 auto;
  }
}
.constructionexamplebox__list__box {
  width: 48%;
  padding: 42px;
  -webkit-box-shadow: 0px 0px 8px #ccc;
          box-shadow: 0px 0px 8px #ccc;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .constructionexamplebox__list__box {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box {
    padding: 0;
  }
}
.constructionexamplebox__list__box:last-child, .constructionexamplebox__list__box:nth-last-child(2) {
  margin-bottom: 0px;
}
.constructionexamplebox__list__box--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box--title {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.constructionexamplebox__list__box--title span {
  padding: 4px 6px;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .constructionexamplebox__list__box--title span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box--title span {
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  .constructionexamplebox__list__box--title span {
    font-size: 12px;
    position: relative;
  }
}
.constructionexamplebox__list__box--title span.bg-green:before {
  border-left: 10px solid #88b190;
}
.constructionexamplebox__list__box--title span.bg-subgreen:before {
  border-left: 10px solid #c3c792;
}
.constructionexamplebox__list__box--title span.bg-mos-gold:before {
  border-left: 10px solid #a5a97d;
}
.constructionexamplebox__list__box--title span:before {
  content: "";
  position: absolute;
  top: 80%;
  left: 97%;
  margin-top: -15px;
  border: 6px solid transparent;
}
.constructionexamplebox__list__box--title h3 {
  font-weight: 600;
  font-size: 20px;
  width: 75%;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .constructionexamplebox__list__box--title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box--title h3 {
    width: 100%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .constructionexamplebox__list__box--title h3 {
    width: 70%;
    margin-left: 10px;
  }
}
.constructionexamplebox__list__box .name-text {
  text-align: center;
  margin-bottom: 20px;
}
.constructionexamplebox__list__box p {
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box--sp-padding {
    padding: 20px;
  }
}
.constructionexamplebox__list__box img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box img {
    height: auto;
    width: 100%;
  }
}
.constructionexamplebox__list__box--baimgbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.constructionexamplebox__list__box--baimgbox::before {
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 20px;
  bottom: 10px;
  position: absolute;
  background-image: url(../../img/page/img-af-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box--baimgbox::before {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .constructionexamplebox__list__box--baimgbox::before {
    width: 70%;
  }
}
.constructionexamplebox__list__box--baimgbox img {
  height: 180px;
  width: 49.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .constructionexamplebox__list__box--baimgbox img {
    height: auto;
    width: 50%;
  }
}

.item-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .item-title {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.item-title:before {
  border-radius: 5px;
  bottom: -28px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}
@media only screen and (max-width: 991px) {
  .item-title:before {
    bottom: -22px;
    width: 150px;
  }
}
.item-title.green-cl:before {
  background-color: #88b190;
}
.item-title.cl-mos-glod:before {
  background-color: #a5a97d;
}
.item-title.gold-cl:before {
  background-color: #d2b379;
}

.coating-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .coating-main__box {
    display: block;
  }
}
.coating-main__box picture, .coating-main__box img {
  width: 56%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1199px) {
  .coating-main__box picture, .coating-main__box img {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .coating-main__box picture, .coating-main__box img {
    width: 100%;
    height: auto;
  }
}
.coating-main__box__list-box {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box.pc-none {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box.pc-none .sp-list-box {
    margin: 0 0 0 35px;
  }
  .coating-main__box__list-box.pc-none .sp-list-box li {
    margin: 15px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box li {
    text-align: center;
  }
}
.coating-main__box__list-box .pointicon {
  font-size: 16px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box .pointicon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.coating-main__box__list-box .merit-list {
  position: relative;
  margin-top: 18px;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box .merit-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
  }
}
.coating-main__box__list-box .merit-list p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, hsl(55, 100%, 93%)));
  background: linear-gradient(transparent 60%, hsl(55, 100%, 93%) 60%);
  font-size: 18px;
  font-weight: 600;
  display: inline;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box .merit-list p {
    margin-left: 0;
  }
}
.coating-main__box__list-box .merit-list:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  left: -23px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid transparent;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box .merit-list:before {
    left: -24px;
  }
}
.coating-main__box__list-box .merit-list:after {
  position: absolute;
  top: 5px;
  left: -30px;
  margin: auto;
  content: "";
  width: 22px;
  height: 22px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .coating-main__box__list-box .merit-list:after {
    left: -32px;
  }
}
.coating-main__box__list-box .merit-list.yellow-list:before {
  border-left: 8px solid #faec21;
}
.coating-main__box__list-box .merit-list.yellow-list:after {
  border: 1px solid #a5a97d;
  background: #a5a97d;
}
.coating-main__box__list-box .merit-list.goldcl-list:before {
  border-left: 8px solid #faec21;
}
.coating-main__box__list-box .merit-list.goldcl-list:after {
  border: 1px solid #d2b379;
  background: #d2b379;
}
.coating-main__h3title-box h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 991px) {
  .coating-main__h3title-box h3 {
    font-size: 18px;
  }
  .coating-main__h3title-box h3 .pc-none {
    display: block !important;
  }
}
.coating-main__h3title-box p {
  text-align: center;
  width: 70%;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1199px) {
  .coating-main__h3title-box p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .coating-main__h3title-box p {
    text-align: left;
    width: 100%;
  }
}
.coating-main__h3title-box--imgbox {
  text-align: center;
  margin-bottom: 80px;
}
.coating-main__h3title-box--imgbox img {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .coating-main__h3title-box--imgbox img {
    width: 100%;
  }
}
.coating-main__ba-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coating-main__ba-imglist .ba-imglist-rl-box {
  width: 48%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .coating-main__ba-imglist .ba-imglist-rl-box {
    width: 100%;
  }
}
.coating-main__ba-imglist .ba-imglist-rl-box:last-child, .coating-main__ba-imglist .ba-imglist-rl-box:nth-last-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .coating-main__ba-imglist .ba-imglist-rl-box:nth-last-child(2) {
    margin-bottom: 60px;
  }
}
.coating-main__ba-imglist h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  border-left: 1px solid;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 991px) {
  .coating-main__ba-imglist h4 {
    font-size: 20px;
    height: 60px;
    line-height: 1.2;
  }
}
.coating-main__ba-imglist p {
  margin-top: 10px;
  text-align: justify;
}
.coating-main__ba-imglist--list-one p {
  margin-top: 8px;
}
.coating-main__ba-imglist--list-one .list-one-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .coating-main__ba-imglist--list-one .list-one-imgbox {
    display: block;
  }
}
.coating-main__ba-imglist--list-one .list-one-imgbox--list {
  width: 48%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .coating-main__ba-imglist--list-one .list-one-imgbox--list {
    width: 100%;
  }
}
.coating-main__ba-imglist--list-one .list-one-imgbox--list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.coating-main__ba-imglist--list-one .list-one-imgbox--list p span {
  width: 14px;
  height: 14px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  margin-right: 5px;
}
.coating-main__ba-imglist--list-one .list-one-imgbox--list p span.bg-mos-gold {
  color: white;
  background-color: #a5a97d;
}
.coating-main__ba-imglist ul {
  margin-top: 10px;
}
.coating-main__ba-imglist ul.maru-black-list li {
  text-indent: -1.4rem;
  margin-left: 1rem;
  line-height: 2.8rem;
}
.coating-main__ba-imglist ul.maru-black-list li::before {
  content: "";
  background-color: #666666;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-right: 2px;
}
.coating-main__ba-imglist ul li {
  text-indent: -1.4rem;
  margin-left: 1rem;
  line-height: 2.5rem;
  font-size: 16px;
  text-align: justify;
}
.coating-main__ba-imglist ul li::before {
  content: "";
  background-color: #d2b379;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-right: 2px;
}

.coatingabout-img-list {
  margin-bottom: 60px;
}
.coatingabout-img-list h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  border-left: 1px solid;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 991px) {
  .coatingabout-img-list h4 {
    font-size: 20px;
  }
  .coatingabout-img-list h4 .pc-none {
    display: block !important;
  }
}
.coatingabout-img-list__flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .coatingabout-img-list__flex-box {
    display: block;
  }
}
.coatingabout-img-list__img-size {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .coatingabout-img-list__img-size {
    width: 100%;
    margin-bottom: 20px;
  }
}
.coatingabout-img-list__text-box {
  width: 45%;
  margin-left: auto;
  text-align: justify;
}
@media only screen and (max-width: 991px) {
  .coatingabout-img-list__text-box {
    width: 100%;
  }
}
.coatingabout-img-list__left-text-box {
  width: 45%;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .coatingabout-img-list__left-text-box {
    width: 100%;
  }
}
.coatingabout-img-list__left-text-box .coatingabout-text-aboutbox {
  margin: 20px auto;
}
.coatingabout-img-list__left-text-box .coatingabout-text-aboutbox--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.coatingabout-img-list__left-text-box .coatingabout-text-aboutbox--title::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  background-color: #d2b379;
}
.coatingabout-img-list__imgcontent {
  text-align: center;
}
.coatingabout-img-list__imgcontent img {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .coatingabout-img-list__imgcontent img {
    width: 100%;
  }
}
.coatingabout-img-list__img-text.first-box {
  position: relative;
  padding-bottom: 53px;
}
.coatingabout-img-list__img-text.first-box:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 25px solid transparent;
  z-index: 2;
  border-top: 28px solid #faec21;
}
.coatingabout-img-list__img-text p {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 2.5rem !important;
}

@media only screen and (max-width: 991px) {
  .swiper-button-prev, .swiper-button-next {
    top: 26%;
    background: #88b190;
    border-radius: 50%;
    padding: 22px;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px !important;
    color: white;
  }
  .swiper-button-next {
    right: -15px !important;
  }
  .swiper-button-prev {
    left: -15px !important;
  }
}