.top-wrap {
  position: relative;
  background-image: url(../img/hukitsuke.JPG);
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  isolation: isolate; /* 念のため。擬似要素の重なりを安定させる */
}
.blue {
  color: #004fa4;
  font-weight: 600;
}
.about-wrap {
  margin: 60px auto;
}
.title {
  width: 100%;
  font-family: "Rajdhani", sans-serif;
  line-height: 1.5;
  display: block;
}
.title h3 {
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
  color: #004fa4;
}
.title p {
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #004fa4; /*線の設定*/
  padding: 1px 5px;
  line-height: 0.8;
}
.sprayed-wrap {
  margin: 60px auto;
}
.sprayed-wrap__body {
  width: 100%;
  margin: 30px auto;
}
.sprayed-wrap__body__item {
  width: 65%;
  margin-bottom: 60px;
  position: relative;
}
.sprayed-wrap__body__item__head {
  width: 100%;
}
.sprayed-wrap__body__item__head h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2d2d2d;
  position: relative;
  line-height: 1.6;
}
.sprayed-wrap__body__item:nth-child(odd) {
  margin-right: auto;
}

.sprayed-wrap__body__item:nth-child(even) {
  margin-left: auto;
}
.sprayed-wrap__body__item__step span {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0a4da3;
}
.sprayed-wrap__body__item__txt {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.sprayed-slider {
  overflow: hidden;
  position: relative;
}
.sprayed-slider .swiper-pagination {
  bottom: 8px !important;
}

.sprayed-media-card {
  padding-bottom: 40px;
}
.sprayed-media-card img,
.sprayed-media-card video {
  width: 100%;
  display: block;
  height: auto;
}

.sprayed-media-card p,
.sprayed-media-card figcaption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.swiper-slide {
  height: auto;
}
.slidein.is-show {
  opacity: 1;
  transform: translateY(0);
}

.sprayed-slider .swiper-button-prev,
.sprayed-slider .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}

.sprayed-slider .swiper-button-prev::after,
.sprayed-slider .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}

.sprayed-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.sprayed-wrap__body__item__imggroup {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
/* 基本 */
.sprayed-wrap__body__item__videogroup {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.sprayed-wrap__body__item__imggroup__img {
  width: 30%;
}
.sprayed-wrap__body__item__imggroup__video {
  width: 45%;
  margin-bottom: 20px;
  height: 100%;
}
.sprayed-wrap__body__item__videogroup video {
  width: 100%;
}
.sprayed-wrap__body__item__imggroup__video figcaption {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.sprayed-wrap__body__item__videogroup
  .sprayed-wrap__body__item__imggroup__video:only-child {
  width: 60%;
}
.sprayed-wrap__body__item__imggroup__img:first-child:nth-last-child(2),
.sprayed-wrap__body__item__imggroup__img:first-child:nth-last-child(2)
  ~ .sprayed-wrap__body__item__imggroup__img {
  width: 45%;
}
.sprayed-wrap__body__item__imggroup__img.is-40 {
  width: 45%;
}
.sprayed-wrap__body__item__imggroup__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
}
.sprayed-wrap__body__item__imggroup__img p {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.sprayed-wrap__body__item__imggroup p {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.sprayed-wrap__body__item__imggroup {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.sprayed-wrap__body__item__imggroup p {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
.jet-wrap {
  margin: 60px auto;
}
.jet-wrap__body__item__head {
  width: 100%;
}
.jet-wrap__body__item__head h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #004fa4;
  position: relative;
  padding: 0.25em 1em;
  line-height: 1.6;
  text-align: center;
}
.jet-wrap__body__item__head h4:before,
.jet-wrap__body__item__head h4:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.jet-wrap__body__item__head h4:before {
  border-left: solid 2px #5767bf;
  border-top: solid 2px #5767bf;
  top: 0;
  left: 0;
}
.jet-wrap__body__item__head h4:after {
  border-right: solid 2px #5767bf;
  border-bottom: solid 2px #5767bf;
  bottom: 0;
  right: 0;
}
.jet-wrap__body__item__head h4 p {
  margin: 0;
  padding: 0;
}
.jet-wrap__body {
  max-width: 760px;
  margin: 30px auto;
}
.jet-wrap__body__item__txt__lead {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 5px 0;
  color: #004fa4;
}
.jet-wrap__body__item__img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
}
.jet-wrap__body__item__img p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1px;
  font-weight: 500;
}
.jet-wrap__body__item__list {
  width: 85%;
  margin: 15px auto 40px auto;
}
.jet-wrap__body__item__list p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.jet-wrap__body__item__img img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.jet-wrap__body__item__list__item {
  width: 85%;
  background: #fffcf4;
  border-radius: 8px;
  box-shadow: 0px 0px 5px silver;
  padding: 15px 0px 20px 40px;
  margin: 5px auto 15px auto;
  font-size: 15px;
  font-weight: 400;
}
.jet-wrap__body__item__txt__txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.Corrosion-wrap {
  margin: 60px auto;
}
.Corrosion-wrap__body {
  max-width: 760px;
  margin: 30px auto;
}
.Corrosion-wrap__body__item {
  display: flex;
  margin: 20px auto;
  flex-direction: column;
}
.Corrosion-wrap__body__item__head {
  font-size: 18px;
  font-weight: 600;
}
ol.Corrosion-wrap__body__item__list {
  background-color: #fff;
  counter-reset: list;
  list-style: none;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
}
ol.Corrosion-wrap__body__item__list ol {
  margin: 0 0 0 40px;
}

.Corrosion-wrap__body__item__list a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 6px 10px 14px;
  margin: 3px 0 20px 40px;
  background: #f1f8ff;
  color: #000000;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.Corrosion-wrap__body__item__list a:hover {
  background: #ffd9d3;
}

.Corrosion-wrap__body__item__list a:before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  left: -45px;
  top: 45%;
  height: 32px;
  width: 32px;
  margin-top: -1em;
  background: #004fa4;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 99px;
}

.Corrosion-wrap__body__item__list a:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 45%;
  margin-top: -6px;
  border: 8px solid transparent;
  transition: all 0.3s ease-out;
}

.Corrosion-wrap__body__item__list a:hover:after {
  left: -10px;
  border-left-color: #004fa4;
}
@-webkit-keyframes borderFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes borderFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Corrosion-wrap__body__item__list p {
  font-size: 16px;
  font-weight: 500;
  margin-left: 42px;
}
.Corrosion-wrap__body__item__head {
  width: 100%;
}
.Corrosion-wrap__body__item__head h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #004fa4;
  position: relative;
  padding: 0.25em 1em;
  line-height: 1.6;
  text-align: center;
}
.Corrosion-wrap__body__item__head h4:before,
.Corrosion-wrap__body__item__head h4:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.Corrosion-wrap__body__item__head h4:before {
  border-left: solid 2px #5767bf;
  border-top: solid 2px #5767bf;
  top: 0;
  left: 0;
}
.Corrosion-wrap__body__item__head h4:after {
  border-right: solid 2px #5767bf;
  border-bottom: solid 2px #5767bf;
  bottom: 0;
  right: 0;
}
.Corrosion-wrap__body__item__head h4 p {
  margin: 0;
  padding: 0;
}
.sprayed-video-lead {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-top: 30px;
  margin-bottom: 12px;
}

.sprayed-video-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.sprayed-video-nav button {
  border: 1px solid #d0d7e2;
  background: #fff;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
}

.sprayed-video-nav button.is-active {
  background: #0a4da3;
  color: #fff;
  border-color: #0a4da3;
}

.slidein {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.slidein.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .gray {
    width: 90%;
  }
  .sprayed-wrap__body__item {
    width: 75%;
  }
  .__inner {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sprayed-wrap__body__item {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .top-wrap {
    padding: 60px 0;
  }
  .title h3 {
    font-size: 24px;
  }
  .title p {
    font-size: 12px;
  }
  .Corrosion-wrap__body__item__list p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 42px;
  }
  ol.Corrosion-wrap__body__item__list {
    background-color: #fff;
    list-style: none;
    padding: 0;
    width: 95%;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
    margin: 0 auto;
  }
  .sprayed-wrap__body__item__head h4,
  .dioxin-wrap__body__item__head h4,
  .jet-wrap__body__item__head h4,
  .Corrosion-wrap__body__item__head h4 {
    font-size: 20px;
  }
  .jet-wrap__body__item__txt__lead {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 5px 0;
    color: #004fa4;
  }
  .sprayed-wrap__body__item__txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
  }

  .sprayed-wrap__body__item__imggroup__img {
    width: 100%;
  }
  .sprayed-wrap__body__item__imggroup__img:first-child:nth-last-child(2),
  .sprayed-wrap__body__item__imggroup__img:first-child:nth-last-child(2)
    ~ .sprayed-wrap__body__item__imggroup__img {
    width: 100%;
  }
  .sprayed-video-nav button {
    border: 1px solid #d0d7e2;
    background: #fff;
    padding: 8px 10px;
    font-size: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 700;
  }
}
