/*  ABOUT
================================ */
#about {
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 35px 0 50px;
  }
}
#about .point_box {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .point_box {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  #about .point_box {
    margin-bottom: 50px;
  }
}
#about .point_box::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/about/top_bg.png) center top/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #about .point_box::before {
    background-image: url(../img/about/top_bg_sp.png);
    background-size: cover;
    top: 45px;
  }
}
@media screen and (min-width: 1440px) {
  #about .point_box::before {
    top: -40px;
  }
}
@media screen and (min-width: 1700px) {
  #about .point_box::before {
    top: -50px;
    height: 70vh;
  }
}
#about .point_box::after {
  content: "";
  display: inline-block;
  background: url(../img/about/top_bg02_pc.png) center/contain no-repeat;
  width: 185px;
  height: 167px;
  position: absolute;
  bottom: -20px;
  left: 70px;
}
@media screen and (max-width: 768px) {
  #about .point_box::after {
    background: url(../img/about/top_bg02_sp.png) center/contain no-repeat;
    width: 164px;
    height: 131px;
    bottom: -65px;
    left: 24px;
  }
}
@media screen and (min-width: 1700px) {
  #about .point_box::after {
    width: 205px;
    height: 187px;
    bottom: -30px;
    left: 10%;
  }
}
#about .point_box .page_ttl {
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
#about .point_box .page_ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  #about .point_box .page_ttl {
    font-size: 52px;
    margin-bottom: 62px;
  }
  #about .point_box .page_ttl br {
    display: inline;
  }
}
#about .point_box .btn_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #about .point_box .btn_list {
    flex-direction: column;
    gap: 7px;
  }
}
#about .point_box .btn_list li:nth-child(even) {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #about .point_box .btn_list li:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #about .point_detail_box {
    padding-top: 25px;
  }
}
#about .point_detail_box .point_detail_inner {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  #about .point_detail_box .point_detail_inner {
    padding: 18px 0;
  }
}
#about .point_detail_box .point_detail_inner .flx {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #about .point_detail_box .point_detail_inner .flx {
    flex-direction: column-reverse;
    gap: 0;
  }
}
#about .point_detail_box .point_detail_inner .flx .flx_left {
  width: calc(100% - 500px);
}
@media screen and (max-width: 768px) {
  #about .point_detail_box .point_detail_inner .flx .flx_left {
    width: 100%;
  }
}
#about .point_detail_box .point_detail_inner .flx .flx_right {
  width: 440px;
}
@media screen and (max-width: 768px) {
  #about .point_detail_box .point_detail_inner .flx .flx_right {
    width: 100%;
  }
}
#about .point_detail_box .point_detail_inner#point02 .flx {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #about .point_detail_box .point_detail_inner#point02 .flx {
    flex-direction: column-reverse;
  }
}
#about .point_detail_box .point_detail_inner .detail_ttl {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 40px;
}
#about .point_detail_box .point_detail_inner .detail_ttl span {
  display: block;
  color: #C48B0A;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #about .point_detail_box .point_detail_inner .detail_ttl {
    font-size: 25px;
    margin-bottom: 24px;
  }
  #about .point_detail_box .point_detail_inner .detail_ttl span {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
#about .point_detail_box .point_detail_inner .detail_txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .point_detail_box .point_detail_inner .detail_txt {
    line-height: 1.65;
  }
}
#about .point_detail_box .point_detail_inner .more_btn {
  margin-top: 36px;
}