@charset "UTF-8";
/* ----------------------------------------------------------
    会社概要ページ(About)
---------------------------------------------------------- */
.page-fv {
  background: url(../img/page-fv_application.png) no-repeat center center/cover;
}

a:link {
  color: #0000EE;
  text-decoration: underline;
}

a:visited {
  color: #551A8B;
  text-decoration: underline;
}

/* ----------------------------------------------------------
    第1セクション (リフォーム・解体関係資料)
---------------------------------------------------------- */
.application-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.application-item {
  padding-top: 20px;
}
.application-item__blue {
  background-color: #469CC7;
  color: #fff;
}

.app-item__head {
  font-size: 24px;
  padding-left: 30px;
  position: relative;
  color: #469CC7;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.app-item__head__white {
  color: #fff;
}
.app-item__head::before {
  content: "♢";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 100%;
}
@media screen and (max-width:1000px) {
  .app-item__head {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .app-item__head {
    font-size: 16px;
  }
}

.app-item__body {
  margin-top: 20px;
  position: relative;
}

.swiper2 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px 30px;
}

.app-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-card {
  text-align: center;
}
.app-card img {
  width: 80%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper2-button-prev,
.swiper2-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #000;
  z-index: 10;
  text-align: center;
  line-height: 1;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: #469CC7;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}
.swiper2-button-prev:hover,
.swiper2-button-next:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .swiper2-button-prev,
  .swiper2-button-next {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.swiper2-button-prev {
  left: 0;
}

.swiper2-button-next {
  right: 0;
}

.swiper-scrollbar {
  content: "";
  position: absolute;
  bottom: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 20% !important;
  height: 10px !important;
  background-color: #fff;
  border: 1px solid #000;
}

.swiper-scrollbar-drag {
  background-color: #ffa500;
}

/* ----------------------------------------------------------
    第2セクション (建物の解体工事に必要な主な手続き)
---------------------------------------------------------- */
.sec2-contents {
  padding: 10px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .sec2-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec2_image {
  position: relative;
  width: calc((100% - 60px) / 3);
}
.sec2_image:nth-of-type(1)::after, .sec2_image:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: url(../img/application-arrow.png) no-repeat center center/contain;
}
.sec2_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .sec2_image {
    width: 80%;
  }
  .sec2_image::after {
    display: none;
  }
}

/* ----------------------------------------------------------
    第3セクション (調査)
---------------------------------------------------------- */
/* ----------------------------------------------------------
    第4セクション (除去)
---------------------------------------------------------- */
/* ----------------------------------------------------------
    第5セクション (解体)
---------------------------------------------------------- */
/* ----------------------------------------------------------
    第6セクション (健康診断)
---------------------------------------------------------- */