@charset "UTF-8";

/* 背景 */
.bg-fv,
.bg-cta {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(../../assets/img/bg-fv_sp.png);
}

.bg-fv {
  height: 450px;
}

@supports (background-image: url(../../assets/img/bg-fv_sp.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/bg-fv_sp.webp);
  }
}

.bg-cta {
  background-image: url(../../assets/img/bg-cta.png);
}

@supports (background-image: url(../../assets/img/bg-cta.webp)) {
  .bg-cta {
    background-image: url(../../assets/img/bg-cta.webp);
  }
}

.bg-reason-wave,
.bg-business-wave,
.bg-paints-wave {
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(../../assets/img/bg-reason-wave_sp.png);
}

@supports (background-image: url(../../assets/img/bg-reason-wave_sp.webp)) {
  .bg-reason-wave {
    background-image: url(../../assets/img/bg-reason-wave_sp.webp);
  }
}

.bg-business-wave,
.bg-paints-wave {
  background-image: url(../../assets/img/bg-business-wave_sp.webp);
}

@supports (background-image: url(../../assets/img/bg-business-wave_sp.webp)) {

  .bg-business-wave,
  .bg-paints-wave {
    background-image: url(../../assets/img/bg-business-wave_sp.webp);
  }
}

@media screen and (min-width: 576px) {
  .bg-fv {
    height: 545px;
  }
}

@media screen and (min-width: 768px) {
  .bg-reason-wave {
    background-image: url(../../assets/img/bg-reason-wave.png);
  }

  @supports (background-image: url(../../assets/img/bg-reason-wave.webp)) {
    .bg-reason-wave {
      background-image: url(../../assets/img/bg-reason-wave.webp);
    }
  }

  .bg-business-wave,
  .bg-paints-wave {
    background-position: 50% -250%;
    background-image: url(../../assets/img/bg-business-wave.png);
  }

  @supports (background-image: url(../../assets/img/bg-business-wave.webp)) {

    .bg-business-wave,
    .bg-paints-wave {
      background-image: url(../../assets/img/bg-business-wave.webp);
    }
  }
}

/*位置*/
.bg-title-position {
  top: 5px;
}

.fukidashi-position {
  right: 50px;
  top: -5px;
}

/*画像*/
.img-construction,
.img-paints {
  width: 80%;
}

.img-voice {
  width: 52%;
}

@media screen and (min-width: 768px) {

  .img-construction,
  .img-paints,
  .img-voice {
    width: auto;
  }
}

/*幅*/
.w35-25 {
  width: 35%;
}

/*ボーダー*/
.border-dotted {
  border-bottom: 1px dotted #222222 !important;
}

/*シャドウ*/
.shadow-yellow {
  box-shadow: 0 2px 0 #FCCF4E;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

/*※この親にdisplay:flex;を指定する*/
.box-child-text {
  flex-grow: 1;
}

.box-floating {
  width: 100%;
  bottom: 0;
}

@media screen and (min-width: 576px) {
  .box-floating {
    width: 65%;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .box-floating {
    width: 45%;
    bottom: 5%;
    right: 3%;
  }
}

.link-box {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fv-box {
  padding-top: 100px;
}

.fs-numbaer {
  font-family: futura-pt, sans-serif;
}

.cta-box .banner-info {
  width: auto;
}

.cta-box .consult-btn {
  border: none;
}

.cta-box .fs-numbaer {
  font-size: 21px;
}

/*フッター*/
.footer-section {
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bg-footer.png);
}

@supports (background-image: url(../../assets/img/bg-footer.webp)) {
  .footer-section {
    background-image: url(../../assets/img/bg-footer.webp);
  }
}

.footer-badges {
  width: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .footer-logo::after {
    background-color: #222;
    content: "";
    height: 2px;
    width: 100%;
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer-badges {
    width: 30%;
  }

  .cta-box .contact-box {
    width: 350px;
  }
}

/*ふわっと*/
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.img-works02.displayed {
  animation-delay: 0.3s;
}

.img-works03.displayed {
  animation-delay: 0.6s;
}

.img-works04.displayed {
  animation-delay: 0.9s;
}

.displayed {
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*ボタンの色変えふわっと*/
.switch-image {
  position: relative;
}

.switch-image img {
  transition: opacity 0.5s;
}

.switch-image:hover img:first-of-type {
  opacity: 0;
}

.switch-image img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.switch-image:hover img:last-of-type {
  opacity: 1;
}

.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  background-image: linear-gradient(90deg, #FF9326 40%, #EB4A39 100%);
}

#blog h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin: 200px 0 30px !important;
  font-size: 26px !important;
}

@media screen and (min-width: 576px) {
  #blog h1 {
    margin: 100px 0 !important;
  }
}

@media screen and (min-width: 992px) {
  #blog h1 {
    font-size: 60px !important;
    margin: 0px 0px 70px 0px !important;
  }
}

#blog h1::before,
#blog h1::after {
  content: "";
  display: inline-block;
  width: clamp(20px, 8vw, 50px);
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 992px) {

  #blog h1::before,
  #blog h1::after {
    width: clamp(20px, 10vw, 130px);
  }
}

#blog h1::before {
  background-image: url("../../assets/img/r_title_left.svg");
}

#blog h1::after {
  background-image: url("../../assets/img/r_title_right.svg");
}

/* パンくずの最初の要素（会社名）の前にアイコンを付ける */
.breadcrumb li:first-child a {
  position: relative;
  padding-left: 20px;
  /* アイコン分の余白 */
}

.breadcrumb li:first-child a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  /* アイコンのサイズ調整 */
  height: 14px;
  background-image: url("../../assets/img/r_icon_ie.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#blog h2 {
  position: relative;
  font-size: 20px;
  margin: 34px 0 15px;
  padding-bottom: 6px;
}

#blog h2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  display: inline-block;
  width: 100%;
  height: 17px;
  background-image: url(../../assets/img/title-line-dot.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  #blog h2 {
    font-size: 28px;
    margin: 50px 0 30px;
  }
}

#blog h3 {
  background-color: #149668;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  #blog h3 {
    font-size: 27px;
  }
}

.breadcrumb a {
  color: #222222 !important;
}

.breadcrumb {
  margin-left: -10px;
}

#blog iframe {
  max-width: 100%;
}

.border-bottom-dotted-green {
  border-bottom: dotted 3px #149668;
}

.border-bottom-dotted-orange {
  border-bottom: dotted 3px #FF9326;
}

.height-240 {
  height: 240px;
}

.height-160 {
  height: 160px !important;
}

/* ブログ記事のサムネイル画像サイズ調整 */
.imgblock {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.col-lg-3 .imgblock {
  width: 100%;
}

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