@charset "UTF-8";

.footer01 {
  display: flex;
  background: url(../img/footer01_bg.jpg) no-repeat center/cover;
}

/* 左側：Contact Usセクション */
.contact-section {
  flex: 1;
  background: linear-gradient(135deg, rgba(234, 126, 38, 0.85), rgba(234, 126, 38, 0.85));
  color: #fff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}


.contact-section h2,
.service-section h2 {
  font-size: 5.4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
}


/* 電話番号のスタイル */
.footer01 .tel {
  line-height: 1.3;
  text-align: end;
  color: #fff;
}

.footer01 .tel a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background: url(../img/icon_tel02.svg) no-repeat left 0px center / 23px;
  padding-left: 27px;
  padding-top: 4px;
  display: block;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1;
}


/* お問い合わせボタン */
.footer-btn {
  display: inline-block;
  background: #fff url(../img/icon_mail02.svg) no-repeat left 58px center / 1em;
  color: var(--sub-color);
  padding: 15px 2em 15px 3em;
  text-align: center;
  width: 320px;
  border-radius: 50em;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.footer-btn:hover {
  background: var(--sub-color) url(../img/icon_mail.svg) no-repeat left 58px center / 1em;
  color: #fff;
}

/* 右側：Service Areaセクション */
.service-section {
  flex: 1;
  background: linear-gradient(135deg, rgba(69, 180, 92, 0.85), rgba(69, 180, 92, 0.85));
  color: #fff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-section .c_bg {
  padding-right: 200px;
  padding-bottom: 100px;
}

.img_area {
  position: relative;
}

.img_area::before {
  content: '';
  position: absolute;
  width: 260px;
  height: 230px;
  background: url(../img/img_area.png) no-repeat center/cover;
  bottom: -10%;
  right: -10%;
}

/* レスポンシブ対応：タブレット以下 */
@media (max-width: 1024px) {
  .footer01 {
    flex-direction: column;
    /* 縦並びに変更 */
  }

  .contact-section,
  .service-section {
    padding: 50px 30px;
  }

  .contact-section h2,
  .service-section h2 {
    font-size: 2.8rem;
  }

  .phone-number {
    font-size: 3rem;
  }
}

/* レスポンシブ対応：スマートフォン */
@media (max-width: 768px) {

  .contact-section,
  .service-section {
    padding: 40px 20px;
  }

  .contact-section h2,
  .service-section h2 {
    font-size: 2.4rem;
  }

}

.footer02 {
  display: flex;
  justify-content: space-between;
  padding: 37px 0 14px;
  font-size: 14px;
}

.footer02_01 {
  color: #51504f;
}

.footer02_01 img {
  width: 13em;
  margin-bottom: 18px;
}

.footer02_01 th {
  text-align: center;
  padding-right: 16px;
  font-weight: 600;
}

.footer02_01 th,
.footer02_01 td {
  padding-bottom: 11px;
  line-height: 140%;
}

.footer02_02 a {
  font-weight: 600;
  color: var(--font01-color);
}

.footer02_nav {
  display: flex;
  margin-top: 7px;
}

.footer02_nav a {
  margin-bottom: 7px;
  display: inline-block;
}

.footer02_nav a.sub {
  margin-bottom: 0;
  background: none;
  font-weight: 500;
  color: #474747;
  position: relative;
  padding-left: 0.8em;
}

.footer02_nav a.sub:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #a98d5b;
  border-right: 0;
  position: absolute;
  top: 30%;
  left: 0px;
}

.footer02_nav a.sub_tit {
  margin-bottom: 2px;
}

.footer02_nav a.sub_mB {
  margin-bottom: 14px;
}

.footer02_nav ul {
  margin-left: 70px;
}
