@charset "utf-8";

/* .land_usage header {
  background: rgba(13, 103, 173, .7);
} */

#content01,#content02,#content03 {
  margin-top: -80px;
  padding-top: 80px;
}

#hero_bg {
  position: relative;
  width: 100%;
  background: #c9daec;
  padding: 90px 0;
  margin-top: 80px;
}

#hero_bg>.mv_wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #323232;
  font-size: min(8vw, 60px);
  text-align: center;
  transform: translate(-50%, -50%);
  background: #c9daec;
}

#hero_bg>h2 {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #036eb8;
  font-size: clamp(25px, 5.5666666666666667vw, 36px);
  letter-spacing: 0.05em;
  text-align: center;
  transform: translate(-50%, -50%);
  font-optical-sizing: auto;
  font-weight: 600;
}

#hero_bg>h2:before, #hero_bg>h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #09699a;
}

#hero_bg>h2:before {
  left: 40%;
}

#hero_bg>h2:after {
  right: 40%;
}

.sub_ttl {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin-bottom: 0;
  font-size: clamp(20px, 4vw, 30px);
}

#wh_bg {
  margin: 100px auto 0;
  text-align: center;
}

#wh_bg h3 {
  line-height: 1.5;
}

#wh_bg .txt {
  font-weight: 500;
}

.wh_bg .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  gap: 30px;
}

.wh_bg .flex li {
  width: calc((100% - 60px) / 3);
}

.col_2 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  gap: 50px;
}

.col_2 .flex li {
  width: calc((100% - 50px) / 2);
}

#pic_bg {
  background: linear-gradient(to top, transparent 0%, transparent 70%, #fff 100%), url(../img/group_bg_sm.jpg) ;
  background-size: cover;
  background-position: center;
  margin: 100px auto 0;
  padding: 0 0 100px;
  text-align: center;
}

#pic_bg h3 {
  line-height: 1.5;
}

#pic_bg .txt {
  font-weight: 500;
  margin-bottom: 100px;
}

#pic_bg .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  gap: 50px;
}

#pic_bg .flex li {
  width: calc((100% - 50px) / 2);
}


#pic_bg .btn {
  margin-bottom: 120px;
}

#pic_bg .tel_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  background-color: #fcf001;
  border-radius: 50px;
  padding: 15px 0px;
  font-size: clamp(16px, 5.8666666666666667vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #185daa;
}


@media only screen and (max-width: 1420px) {

  #hero_bg>h2:before {
    left: 38%;
  }
  
  #hero_bg>h2:after {
    right: 38%;
  }

}

@media only screen and (max-width: 1160px) {

  #hero_bg>h2:before {
    left: 36%;
  }
  
  #hero_bg>h2:after {
    right: 36%;
  }

}


@media only screen and (max-width: 900px) {

  #hero_bg {
    padding: 50px 0;
    margin-top: 60px;
  }

  #hero_bg>h2 {
    font-size: clamp(20px, 4.5vw, 40px);
  }

  #hero_bg>h2:before {
    left: 28%;
  }
  
  #hero_bg>h2:after {
    right: 28%;
  }

  #content01,#content02,#content03 {
  margin-top: -52px;
  padding-top: 52px;
}
  
  #wh_bg {
    margin: 60px auto 0;
  }

  #wh_bg .flex {
    margin: 20px auto 30px;
    gap: 20px;
  }

  #wh_bg .flex li {
    width: 100%;
  }

  .txt {
    font-size: 16px;
    text-align: left;
  }

  #pic_bg {
    margin: 60px auto 0;
    padding: 0 0 70px;
  }

  #pic_bg .flex {
    margin: 20px auto 30px;
    gap: 20px;
  }

  #pic_bg .flex li {
    width: 100%;
  }

  #pic_bg .txt {
    text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;
    margin-bottom: 170px;
  }

  #pic_bg .btn {
    margin-bottom: 0px;
  }

  #pic_bg .tel_btn {
    padding: 10px 0px;
    font-size: 18px;
  }

  #pic_bg .tel_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.6em;
    /* arrow size */
    height: 0.6em;
    /* arrow size */
    border-top: 2px solid #185daa;
    /* thickness, color */
    border-right: 2px solid #185daa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


}