@charset "UTF-8";
@import url("https://use.typekit.net/weh6jiy.css");
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  60% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
._bounceIn._animation-active {
  animation-name: bounceIn;
  animation: 0.3s linear bounceIn;
  text-align: center;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
._fadeInLeft {
  opacity: 0;
  transform: translateX(-10px);
}

._fadeInLeft._animation-active {
  animation: fadeInLeft 0.8s ease-in-out forwards;
}

#hb_cv {
  margin-top: 0;
  padding-top: 75px;
}

#hb_cv .img {
  display: block;
  width: 100%;
  padding-top: 53px;
}

#hb_cv p {
  padding: 25px;
  font-size: 18px;
  background: #F0F0F0;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  #hb_cv .img {
    padding-top: 4.5333333333vw;
  }
  #hb_cv.hb_cv {
    width: 100%;
  }
  #hb_cv p {
    padding: 4.7vw;
    font-size: 3.2vw;
  }
}
/* ======================================================================
 hige
====================================================================== */
.hb_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hb_inner {
    width: 100%;
    padding: 0 15px;
  }
}
.hb_mv {
  width: 100%;
  margin: 0 auto;
}
.hb_bnr {
  position: relative;
  background: #3C3A39;
  padding: 55px 0 30px;
}
@media screen and (max-width: 767px) {
  .hb_bnr {
    padding: 25px 0 20px;
  }
}
.hb_bnr img {
  width: 100%;
}
.hb_bnr .swiper-wrapper {
  height: auto;
}
.hb_bnr .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_bnr .swiper-slide {
    transition: none;
  }
}
.hb_bnr .swiper-slide:hover, .hb_bnr .swiper-slide:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_bnr .swiper-slide:hover, .hb_bnr .swiper-slide:hover img {
    opacity: 1;
  }
}
.hb_bnr .swiper-pagination {
  position: static;
  margin-top: 18px;
}
.hb_bnr .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #818181;
}
.hb_bnr .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.hb_bnr .swiper-button {
  z-index: 99;
  position: absolute;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  width: 29px;
  height: 25px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .hb_bnr .swiper-button {
    width: 25px;
    height: 21px;
  }
}
.hb_bnr .swiper-button._prev {
  left: 160px;
  background-image: url(../img/new-index/arw01_l.svg);
}
@media screen and (max-width: 767px) {
  .hb_bnr .swiper-button._prev {
    left: 5%;
  }
}
.hb_bnr .swiper-button._next {
  right: 160px;
  background-image: url(../img/new-index/arw01_r.svg);
}
@media screen and (max-width: 767px) {
  .hb_bnr .swiper-button._next {
    right: 5%;
  }
}
.hb_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .hb_ttl {
    gap: 4px;
  }
}
.hb_ttl_eyebrow {
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  font-size: 28px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_ttl_eyebrow {
    font-size: 14px;
  }
}
.hb_ttl_heading {
  font-weight: 700;
  text-align: center;
  line-height: 1.4210526316;
  font-size: 38px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_ttl_heading {
    line-height: 1.45;
    font-size: 20px;
  }
}
.hb_ba {
  margin-top: 46px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .hb_ba {
    margin-top: 26px;
    margin-bottom: 38px;
  }
}
.hb_ba .hb_inner._ttl {
  text-align: center;
}
.hb_ba_ttl {
  text-align: center;
  display: inline-block;
  width: 554.5px;
}
@media screen and (max-width: 767px) {
  .hb_ba_ttl {
    width: 277.25px;
  }
}
.hb_ba_txt {
  font-size: 12px;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .hb_ba_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_ba_tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hb_ba_tab {
    margin-top: 17px;
  }
}
.hb_ba_tab_btn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_ba_tab_btn {
    transition: none;
  }
}
.hb_ba_tab_btn:hover, .hb_ba_tab_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_ba_tab_btn:hover, .hb_ba_tab_btn:hover img {
    opacity: 1;
  }
}
.hb_ba_tab_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #9F9591;
  color: #000;
  width: 173px;
  height: 65px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 10px 10px 0 0;
  margin: 0 2.5px;
}
@media screen and (max-width: 767px) {
  .hb_ba_tab_btn {
    width: 25.4666666667%;
    height: 36px;
    font-size: 11px;
    border-radius: 5px 5px 0 0;
  }
}
.hb_ba_tab_btn span {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .hb_ba_tab_btn span {
    font-size: 11px;
  }
}
.hb_ba_tab_btn._active {
  background: #3C3A39;
  color: #BAA171;
  width: 208px;
  height: 78px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .hb_ba_tab_btn._active {
    width: 30.6666666667%;
    height: 43px;
    font-size: 12px;
  }
}
.hb_ba_tab_btn._active span {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .hb_ba_tab_btn._active span {
    font-size: 14px;
  }
}
.hb_ba_cont {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hb_ba_cont {
    margin-top: 20px;
  }
}
.hb_ba_cont_box {
  display: none;
}
.hb_ba_cont_ttl {
  font-weight: 700;
  text-align: center;
  color: #FFF;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .hb_ba_cont_ttl {
    font-size: 19px;
  }
}
.hb_ba_cont_flex {
  display: flex;
}
.hb_ba_cont_item {
  width: 50%;
}
.hb_ba_cont_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  font-weight: bold;
  color: #000;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .hb_ba_cont_txt {
    font-size: 14px;
    height: 28px;
  }
}
.hb_ba_cont_txt._before {
  background-color: #9F9592;
}
.hb_ba_cont_txt._after {
  background-color: #BAA171;
}
.hb_ba_bg {
  background: #3C3A39;
  color: #FFF;
  padding: 30px 0 56px;
}
@media screen and (max-width: 767px) {
  .hb_ba_bg {
    padding: 35px 0 28px;
  }
}
.hb_ba_slider {
  position: relative;
  padding: 50px 0 35px;
}
@media screen and (max-width: 767px) {
  .hb_ba_slider {
    padding: 35px 0 20px;
  }
}
.hb_ba_slider .swiper-wrapper {
  height: auto;
}
.hb_ba_slider .swiper-pagination {
  position: static;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .hb_ba_slider .swiper-pagination {
    margin-top: 20px;
  }
}
.hb_ba_slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #818181;
}
.hb_ba_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.hb_ba_slider .swiper-button {
  z-index: 99;
  position: absolute;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 55%;
  width: 29px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .hb_ba_slider .swiper-button {
    width: 18px;
    height: 16px;
    top: 53%;
  }
}
.hb_ba_slider .swiper-button._prev {
  left: 160px;
  background-image: url(../img/new-index/arw01_l.svg);
}
@media screen and (max-width: 767px) {
  .hb_ba_slider .swiper-button._prev {
    left: 10%;
  }
}
.hb_ba_slider .swiper-button._next {
  right: 160px;
  background-image: url(../img/new-index/arw01_r.svg);
}
@media screen and (max-width: 767px) {
  .hb_ba_slider .swiper-button._next {
    right: 10%;
  }
}
.hb_ba_swiper {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .hb_ba_swiper {
    padding-top: 20px;
  }
}
.hb_ba_swiper img {
  width: 100%;
}
.hb_ba_count {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .hb_ba_count {
    margin-top: 16px;
  }
}
.hb_ba_count_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 31px;
}
@media screen and (max-width: 767px) {
  .hb_ba_count_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
.hb_ba_count_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BAA171;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .hb_ba_count_txt {
    font-size: 14px;
    height: 27px;
  }
}
.hb_cv {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_cv {
    display: block;
    margin: 30px auto 0;
    width: 72%;
  }
}
.hb_cv._tight {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hb_cv._tight {
    margin-top: 20px;
  }
}
.hb_cv_box {
  text-align: center;
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  .hb_cv_box {
    margin: 20px 0 0;
  }
}
.hb_cv_txt {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hb_cv_txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.hb_cv_btn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_cv_btn {
    transition: none;
  }
}
.hb_cv_btn:hover, .hb_cv_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_cv_btn:hover, .hb_cv_btn:hover img {
    opacity: 1;
  }
}
.hb_cv_btn {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #026EA8;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-image: url(../img/new-index/arw03_wh_r.svg);
  background-size: 44px;
  width: 460px;
  height: 100px;
  border-radius: 18px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .hb_cv_btn {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    font-size: 13px;
    background-size: 20px;
  }
}
.hb_cv_btn._c01 {
  background-color: #818181;
}
.hb_plan {
  margin-top: 72px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .hb_plan {
    margin-top: 38px;
    margin-bottom: 37px;
  }
}
.hb_plan_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .hb_plan_content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 17px;
  }
}
.hb_plan_content:not(:last-child) {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .hb_plan_content:not(:last-child) {
    margin-bottom: 40px;
  }
}
.hb_plan_content._select {
  align-items: center;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .hb_plan_content._select {
    gap: 12px;
    margin-top: 17px;
  }
}
.hb_plan_content._select:not(:last-child) {
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .hb_plan_content._select:not(:last-child) {
    margin-bottom: 40px;
  }
}
.hb_plan_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #053650;
  height: 71px;
  text-align: center;
  line-height: 1.4230769231;
  font-size: 26px;
  color: #BAA171;
}
@media screen and (max-width: 767px) {
  .hb_plan_ttl {
    height: 46px;
    line-height: 1.4375;
    font-size: 16px;
  }
}
.hb_plan_img {
  width: 100%;
}
.hb_plan_img:not(:last-child) {
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .hb_plan_img:not(:last-child) {
    margin-bottom: 8px;
  }
}
.hb_plan_gallery:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .hb_plan_gallery:not(:last-child) {
    margin-bottom: 16px;
  }
}
.hb_plan_gallery_img {
  display: none;
  width: 100%;
}
.hb_plan_gallery_img:first-child {
  display: block;
}
.hb_plan_gallery_tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .hb_plan_gallery_tabs {
    gap: 3px;
  }
}
.hb_plan_gallery_tabs:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hb_plan_gallery_tabs:not(:last-child) {
    margin-bottom: 6px;
  }
}
.hb_plan_gallery_tab {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9F9591;
  height: 37px;
  line-height: 1.4;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hb_plan_gallery_tab {
    height: 24px;
    line-height: 1.4583333333;
    font-size: 12px;
  }
}
.hb_plan_gallery_tab._active {
  background-color: #000;
}
.hb_plan_gallery_note {
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_gallery_note {
    line-height: 1.4210526316;
    font-size: 9.5px;
  }
}
.hb_plan_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .hb_plan_price {
    gap: 8px;
  }
}
.hb_plan_price:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .hb_plan_price:not(:last-child) {
    margin-bottom: 7px;
  }
}
.hb_plan_price_course {
  font-weight: 600;
  line-height: 1.45;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_price_course {
    line-height: 1.44;
    font-size: 12.5px;
  }
}
.hb_plan_price_value {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  font-size: 51px;
  color: #BAA171;
}
@media screen and (max-width: 767px) {
  .hb_plan_price_value {
    font-size: 32px;
  }
}
.hb_plan_lead {
  font-weight: 600;
  text-align: center;
  line-height: 1.4444444444;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_lead {
    line-height: 1.4583333333;
    font-size: 12px;
  }
}
.hb_plan_lead:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hb_plan_lead:not(:last-child) {
    margin-bottom: 10px;
  }
}
.hb_plan_label {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #053650;
  border-radius: 8px;
  padding-bottom: 4px;
  width: 360px;
  height: 61px;
  line-height: 1.4482758621;
  font-size: 29px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_plan_label {
    border-radius: 5px;
    padding-bottom: 2px;
    width: 230px;
    height: 39px;
    line-height: 1.4594594595;
    font-size: 18.5px;
  }
}
.hb_plan_label:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hb_plan_label:not(:last-child) {
    margin-bottom: 6px;
  }
}
.hb_plan_course {
  font-weight: 600;
  text-align: center;
  line-height: 1.4444444444;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_course {
    line-height: 1.4583333333;
    font-size: 12px;
  }
}
.hb_plan_course:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .hb_plan_course:not(:last-child) {
    margin-bottom: 4px;
  }
}
.hb_plan_txt {
  text-align: center;
  line-height: 1.7777777778;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_txt {
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.hb_plan_txt:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .hb_plan_txt:not(:last-child) {
    margin-bottom: 8px;
  }
}
.hb_plan_recommend {
  margin-top: 18px;
  border: 1px solid #000;
  padding: 12px 14px 15px;
}
@media screen and (max-width: 767px) {
  .hb_plan_recommend {
    margin-top: 16px;
    padding: 6px 2px 12px;
  }
}
.hb_plan_recommend:not(:last-child) {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .hb_plan_recommend:not(:last-child) {
    margin-bottom: 10px;
  }
}
.hb_plan_recommend_ttl {
  font-weight: 600;
  text-align: center;
  line-height: 1.4230769231;
  font-size: 26px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_recommend_ttl {
    line-height: 1.4375;
    font-size: 16px;
  }
}
.hb_plan_recommend_ttl:not(:last-child) {
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .hb_plan_recommend_ttl:not(:last-child) {
    margin-bottom: 6px;
  }
}
.hb_plan_recommend_ttl::before {
  content: "＼";
}
.hb_plan_recommend_ttl::after {
  content: "／";
}
.hb_plan_recommend_item {
  line-height: 1.7777777778;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_recommend_item {
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.hb_plan_recommend_item::before {
  content: "・";
}
.hb_plan_note {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_note {
    line-height: 1.5;
    font-size: 12px;
  }
}
.hb_plan_sample_more {
  font-weight: 600;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_more {
    transition: none;
  }
}
.hb_plan_sample_more:hover, .hb_plan_sample_more:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_more:hover, .hb_plan_sample_more:hover img {
    opacity: 1;
  }
}
.hb_plan_sample_more {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #707070;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 32px;
  background-image: url(../img/new-index/ico_plus.svg);
  width: 100%;
  height: 59px;
  line-height: 1.4230769231;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_more {
    border: 1px solid #000;
    height: 43px;
    font-size: 13px;
    background-size: 16px;
  }
}
.hb_plan_sample_more._active {
  background-size: 32px;
  background-image: url(../img/new-index/ico_minus.svg);
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_more._active {
    background-size: 16px;
  }
}
.hb_plan_sample_content {
  display: none;
  padding-top: 29px;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_content {
    padding-top: 20px;
  }
}
.hb_plan_sample_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.hb_plan_sample_img {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_img {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.hb_plan_sample_label {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  background-color: #000;
  padding-bottom: 2px;
  height: 36px;
  line-height: 1.45;
  font-size: 20px;
  color: #BAA171;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_label {
    margin-bottom: 6px;
    padding-bottom: 1px;
    height: 23px;
    line-height: 1.4230769231;
    font-size: 13px;
  }
}
.hb_plan_sample_txt {
  line-height: 1.875;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_plan_sample_txt {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.6363636364;
    font-size: 11px;
  }
}
.hb_power {
  margin-top: 75px;
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .hb_power {
    margin-top: 37px;
    margin-bottom: 38px;
  }
}
.hb_power_container {
  margin-top: 32px;
  background-color: #3C3A39;
}
@media screen and (max-width: 767px) {
  .hb_power_container {
    margin-top: 16px;
    background-color: #000;
  }
}
.hb_power_inner {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .hb_power_inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.hb_power_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: #000;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .hb_power_ttl {
    gap: 8px;
    padding-top: 21px;
    padding-bottom: 13px;
  }
}
.hb_power_ttl_heading {
  font-weight: 700;
  text-align: center;
  line-height: 1.4411764706;
  font-size: 34px;
  color: #BAA171;
}
@media screen and (max-width: 767px) {
  .hb_power_ttl_heading {
    line-height: 1.4705882353;
    font-size: 17px;
  }
}
.hb_power_ttl_note {
  text-align: center;
  line-height: 1.4583333333;
  font-size: 24px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_power_ttl_note {
    line-height: 1.25;
    font-size: 12px;
  }
}
.hb_power_movie {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .hb_power_movie {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .hb_power_movie::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #BAA171;
    width: 53px;
    height: 18px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.hb_power_movie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.hb_power_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hb_power_img._gorilla {
  position: relative;
}
.hb_power_img._gorilla::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  box-sizing: border-box;
  border: 8px solid #F5D08C;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hb_power_img._gorilla::before {
    border: 4px solid #F5D08C;
  }
}
.hb_power_label {
  font-weight: 700;
  background: #000;
  text-align: center;
  padding-top: 20px;
  line-height: 1.4545454545;
  font-size: 33px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_power_label {
    padding-top: 4px;
    line-height: 1.45;
    font-size: 10px;
  }
}
.hb_power_label._gorilla {
  color: #BAA171;
}
.hb_power_caution {
  padding: 17px 29px 44px;
}
@media screen and (max-width: 767px) {
  .hb_power_caution {
    padding: 14px 0 30px;
  }
}
.hb_power_caution_item {
  line-height: 1.5714285714;
  font-size: 14px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_power_caution_item {
    line-height: 1.7;
    font-size: 10px;
  }
}
.hb_power_caution_item::before {
  content: "・";
}
.hb_difference {
  margin-top: 73px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .hb_difference {
    margin-top: 38px;
    margin-bottom: 35px;
  }
}
.hb_difference_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .hb_difference_content {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 17px;
  }
}
.hb_difference_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3C3A39;
  height: 98px;
  text-align: center;
  line-height: 1.2307692308;
  font-size: 26px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_difference_ttl {
    height: 63px;
    line-height: 1.21875;
    font-size: 16px;
  }
}
.hb_difference_ttl._gorilla {
  background-color: #BAA171;
}
.hb_difference_img {
  width: 100%;
}
.hb_difference_txt {
  background-color: #FFF;
  border: 1px solid #000;
  padding: 20px 26px 22px;
  line-height: 1.7777777778;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_difference_txt {
    padding: 12px 15px 14px;
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.hb_yag {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .hb_yag {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.hb_yag_container {
  margin-top: 35px;
  background-color: #3C3A39;
  padding-top: 41px;
  padding-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .hb_yag_container {
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hb_yag_movie {
    margin-bottom: 22px;
  }
}
.hb_yag_movie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.hb_yag_explanation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .hb_yag_explanation {
    grid-template-columns: 1fr;
  }
}
.hb_yag_explanation:not(:last-child) {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .hb_yag_explanation:not(:last-child) {
    margin-bottom: 16px;
  }
}
.hb_yag_equipment {
  background-color: #053650;
  padding: 18px 19px 24px;
}
@media screen and (max-width: 767px) {
  .hb_yag_equipment {
    padding: 11px 12px 15px;
  }
}
.hb_yag_equipment_ttl {
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  font-size: 20px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_yag_equipment_ttl {
    line-height: 1.4583333333;
    font-size: 12px;
  }
}
.hb_yag_equipment_ttl:not(:last-child) {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .hb_yag_equipment_ttl:not(:last-child) {
    margin-bottom: 12px;
  }
}
.hb_yag_equipment_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .hb_yag_equipment_list {
    gap: 7px;
  }
}
.hb_yag_equipment_img {
  width: 100%;
}
.hb_yag_equipment_label {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BAA171;
  height: 58px;
  text-align: center;
  line-height: 1.25;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_yag_equipment_label {
    height: 36px;
    line-height: 1.2631578947;
    font-size: 9.5px;
  }
}
.hb_yag_effect {
  background-color: #C9C9C9;
  padding: 27px 21px 24px;
}
@media screen and (max-width: 767px) {
  .hb_yag_effect {
    padding: 16px 13px 15px;
  }
}
.hb_yag_effect_img {
  margin-left: 51px;
  margin-right: 83px;
}
@media screen and (max-width: 767px) {
  .hb_yag_effect_img {
    margin-left: 32px;
    margin-right: 51px;
  }
}
.hb_yag_effect_img:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .hb_yag_effect_img:not(:last-child) {
    margin-bottom: 10px;
  }
}
.hb_yag_effect_label {
  display: grid;
  grid-template-columns: auto auto;
}
.hb_yag_effect_label_name {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BAA171;
  height: 58px;
  text-align: center;
  line-height: 1.4545454545;
  font-size: 22px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_yag_effect_label_name {
    height: 36px;
    line-height: 1.4444444444;
    font-size: 13.5px;
  }
}
.hb_yag_effect_label_spec {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  height: 58px;
  text-align: center;
  line-height: 1.4545454545;
  font-size: 22px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_yag_effect_label_spec {
    height: 36px;
    line-height: 1.4444444444;
    font-size: 13.5px;
  }
}
.hb_yag_txt {
  line-height: 1.7777777778;
  font-size: 18px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hb_yag_txt {
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.hb_needle {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .hb_needle {
    margin-top: 35px;
  }
}
.hb_needle_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 41px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .hb_needle_content {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
}
.hb_needle_img {
  width: 100%;
}
.hb_needle_recommend:not(:last-child) {
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .hb_needle_recommend:not(:last-child) {
    margin-bottom: 13px;
  }
}
.hb_needle_recommend_ttl {
  font-weight: 600;
  text-align: center;
  line-height: 1.4230769231;
  font-size: 26px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_needle_recommend_ttl {
    line-height: 1.4375;
    font-size: 16px;
  }
}
.hb_needle_recommend_ttl:not(:last-child) {
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .hb_needle_recommend_ttl:not(:last-child) {
    margin-bottom: 8px;
  }
}
.hb_needle_recommend_ttl::before {
  content: "＼";
}
.hb_needle_recommend_ttl::after {
  content: "／";
}
.hb_needle_recommend_item {
  line-height: 1.7777777778;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_needle_recommend_item {
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.hb_needle_recommend_item::before {
  content: "・";
}
.hb_needle_txt {
  line-height: 1.7777777778;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hb_needle_txt {
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.hb_reason {
  background: #F0F0F0;
  padding: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .hb_reason {
    padding: 40px 0 30px;
  }
}
.hb_reason .hb_inner._ttl {
  text-align: center;
}
.hb_reason_ttl {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.hb_reason_ttl::before {
  content: "";
  display: block;
  height: 90%;
  width: 18px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hb_reason_ttl::before {
    width: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    left: -20px;
  }
}
.hb_reason_ttl::after {
  content: "";
  display: block;
  height: 90%;
  width: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hb_reason_ttl::after {
    width: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    right: -20px;
  }
}
.hb_reason_ttl .line01 {
  font-size: 28px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .hb_reason_ttl .line01 {
    font-size: 13px;
  }
}
.hb_reason_ttl .line02 {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .hb_reason_ttl .line02 {
    font-size: 17px;
  }
}
.hb_reason_ttl .medium {
  font-size: 35px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .hb_reason_ttl .medium {
    font-size: 17px;
  }
}
.hb_reason_ttl .big {
  font-size: 53px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .hb_reason_ttl .big {
    font-size: 21px;
  }
}
.hb_reason_ttl .color01 {
  color: #000;
}
.hb_reason_ttl .color02 {
  color: #BAA171;
}
.hb_reason_list_box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_box {
    margin-top: 30px;
  }
}
.hb_reason_list_ttl {
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000;
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_ttl {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.hb_reason_list_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #000;
  width: 186px;
  height: 61px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_ttl span {
    width: 75px;
    height: 30px;
    margin-right: 12px;
  }
}
.hb_reason_list_txt {
  color: #000;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_reason_list_img {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_img {
    margin-top: 20px;
  }
}
.hb_reason_list_more {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_more {
    transition: none;
  }
}
.hb_reason_list_more:hover, .hb_reason_list_more:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_more:hover, .hb_reason_list_more:hover img {
    opacity: 1;
  }
}
.hb_reason_list_more {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 32px;
  background-image: url(../img/new-index/ico_plus.svg);
  width: 100%;
  height: 60px;
  font-size: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_more {
    height: 35px;
    font-size: 13px;
    background-size: 16px;
    margin-top: 30px;
  }
}
.hb_reason_list_more._active {
  background-size: 32px;
  background-image: url(../img/new-index/ico_minus.svg);
}
@media screen and (max-width: 767px) {
  .hb_reason_list_more._active {
    background-size: 16px;
  }
}
.hb_reason_list_more_box {
  display: none;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_more_box {
    padding-top: 30px;
  }
}
.hb_reason_list_more_ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 38px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_more_ttl {
    font-size: 19px;
    margin-bottom: 25px;
  }
}
.hb_reason_list_table {
  border-collapse: collapse;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_table {
    margin-top: 5px;
    width: -moz-max-content;
    width: max-content;
  }
}
.hb_reason_list_table thead th {
  vertical-align: bottom;
}
.hb_reason_list_table thead th span {
  font-weight: 700;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 21px;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_table thead th span {
    font-size: 13px;
  }
}
.hb_reason_list_table thead th._c01 {
  border: 6px solid #BBA171;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_table thead th._c01 {
    border-width: 3px;
  }
}
.hb_reason_list_table thead th._c01 span {
  background: #BBA171;
  padding: 18px;
}
.hb_reason_list_table thead th._c02 span {
  background: #646464;
}
.hb_reason_list_table thead th._c03 span {
  background: #9F9592;
}
.hb_reason_list_table tbody th, .hb_reason_list_table tbody td {
  text-align: center;
  background: #FFF;
  border: 1px solid #000;
  padding: 11px;
}
.hb_reason_list_table tbody tr:nth-child(2n) th, .hb_reason_list_table tbody tr:nth-child(2n) td {
  background: #F4F4F4;
}
.hb_reason_list_table tbody tr:last-child ._c01 {
  border-bottom: 6px solid #BBA171;
}
.hb_reason_list_table tbody th {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_table tbody th {
    font-size: 13px;
  }
}
.hb_reason_list_table tbody td {
  color: #646464;
  font-size: 13px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_table tbody td {
    font-size: 10px;
    line-height: 14px;
  }
}
.hb_reason_list_table tbody td._c01 {
  color: #BBA171;
  border-left: 6px solid #BBA171;
  border-right: 6px solid #BBA171;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_table tbody td._c01 {
    border-left-width: 3px;
    border-right-width: 3px;
  }
}
.hb_reason_list_lazer_ttl {
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_lazer_ttl {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    font-weight: 900;
  }
}
.hb_reason_list_lazer_img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_lazer_img {
    display: block;
    margin-top: 0;
  }
}
.hb_reason_list_lazer_img img {
  width: 482px;
}
@media screen and (max-width: 767px) {
  .hb_reason_list_lazer_img img {
    width: 100%;
    margin-top: 15px;
  }
}
.hb_effect {
  position: relative;
}
.hb_effect._has-animation .hb_effect_graph::after {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.hb_effect._animation-active .hb_effect_graph::after {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.4s;
}
.hb_effect::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 241px 0 241px;
  border-color: #F0F0F0 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .hb_effect::before {
    border-width: 38px 120px 0 120px;
  }
}
.hb_effect_txt {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 54px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hb_effect_txt {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
  }
}
.hb_effect_ttl {
  text-align: center;
  font-weight: 900;
  color: #BAA171;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  .hb_effect_ttl {
    font-size: 31px;
  }
}
.hb_effect_graph {
  color: #FFF;
  margin-top: 80px;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hb_effect_graph {
    margin-top: 25px;
    padding: 30px 0;
  }
}
.hb_effect_graph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3C3A39;
  z-index: -9999;
}
.hb_effect_graph_txt {
  text-align: center;
  font-size: 32px;
  line-height: 54px;
}
@media screen and (max-width: 767px) {
  .hb_effect_graph_txt {
    font-size: 16px;
    line-height: 27px;
  }
}
.hb_effect_graph_ttl {
  text-align: center;
  color: #FFF;
  font-size: 47px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hb_effect_graph_ttl {
    font-size: 24px;
    margin-top: 18px;
  }
}
.hb_effect_graph_ttl span {
  display: block;
  font-weight: 900;
  color: #BAA171;
  font-size: 76px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hb_effect_graph_ttl span {
    font-size: 38px;
    margin-top: 5px;
  }
}
.hb_effect_graph_date {
  text-align: center;
  color: #FFF;
  font-size: 26px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hb_effect_graph_date {
    font-size: 12px;
    margin-top: 10px;
  }
}
.hb_effect_graph_img {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hb_effect_graph_img {
    margin-top: 25px;
  }
}
.hb_effect_graph_img_num {
  position: absolute;
  top: 32.5%;
  left: 31%;
  color: #BAA171;
  font-size: 61px;
}
@media screen and (max-width: 767px) {
  .hb_effect_graph_img_num {
    top: 26%;
    left: 26.8%;
    font-size: 7.4vw;
  }
}
.hb_effect_graph_img_num .odometer.odometer-auto-theme {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hb_point {
  position: relative;
  background: #F0F0F0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hb_point {
    padding-bottom: 30px;
  }
}
.hb_point::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 241px 0 241px;
  border-color: #3C3A39 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .hb_point::before {
    border-width: 38px 120px 0 120px;
  }
}
.hb_point_txt {
  font-weight: 700;
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .hb_point_txt {
    font-size: 30px;
    top: -20px;
  }
}
.hb_point_ttl {
  font-weight: 500;
  text-align: center;
  font-size: 40px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .hb_point_ttl {
    font-size: 16px;
    margin-top: 20px;
  }
}
.hb_point_ttl span {
  display: block;
  color: #BAA171;
  font-weight: 900;
  font-size: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hb_point_ttl span {
    font-size: 30px;
    margin-top: 5px;
  }
}
.hb_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .hb_point_list {
    display: block;
    margin-top: 35px;
  }
}
.hb_point_list_box {
  width: 482px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_box {
    width: 100%;
    margin-top: 15px;
  }
}
.hb_point_list_tag {
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: space-between;
  background: #D1C8C5;
  color: #000;
  border-radius: 10px 10px 0 0;
  font-size: 25px;
  width: 182px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hb_point_list_tag {
    width: 130px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
}
.hb_point_list_tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_tag span {
    width: 90px;
    height: 36px;
  }
}
.hb_point_list_tag span:last-child {
  background: #BAA171;
  width: 56px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_tag span:last-child {
    width: 41px;
  }
}
.hb_point_list_desc {
  color: #FFF;
  background: #3C3A39;
  padding: 20px 30px 40px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_desc {
    padding: 15px 25px 30px;
  }
}
.hb_point_list_ttl {
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_ttl {
    font-size: 16px;
  }
}
.hb_point_list_ttl span {
  display: block;
  font-weight: 700;
  font-size: 28px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_ttl span {
    font-size: 20px;
  }
}
.hb_point_list_img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_img {
    margin-top: 10px;
  }
}
.hb_point_list_txt {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hb_point_list_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_point_list_more {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_point_list_more {
    transition: none;
  }
}
.hb_point_list_more:hover, .hb_point_list_more:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_point_list_more:hover, .hb_point_list_more:hover img {
    opacity: 1;
  }
}
.hb_point_list_more {
  background: #D1C8C5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 16px;
}
.hb_point_list_more span {
  background: url(../img/new-index/arw04_bk_r.svg) no-repeat 100% 50%;
  background-size: 17px;
  padding-right: 25px;
}
.hb_merit {
  overflow: hidden;
  padding: 55px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hb_merit {
    padding: 30px 15px;
  }
}
.hb_merit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3C3A39;
  z-index: -9999;
}
.hb_merit._has-animation::after {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.hb_merit._animation-active::after {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.4s;
}
.hb_merit .hb_inner._ttl {
  text-align: center;
}
.hb_merit_ttl {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.hb_merit_ttl::before {
  content: "";
  display: block;
  height: 90%;
  width: 18px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hb_merit_ttl::before {
    width: 10px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    left: -20px;
  }
}
.hb_merit_ttl::after {
  content: "";
  display: block;
  height: 90%;
  width: 18px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hb_merit_ttl::after {
    width: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    right: -20px;
  }
}
.hb_merit_ttl .line01 {
  font-size: 32px;
  color: #FFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .hb_merit_ttl .line01 {
    font-size: 13px;
  }
}
.hb_merit_ttl .line02 {
  font-size: 48px;
  color: #BAA171;
}
@media screen and (max-width: 767px) {
  .hb_merit_ttl .line02 {
    font-size: 20px;
  }
}
.hb_merit_ttl .medium {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .hb_merit_ttl .medium {
    font-size: 16px;
  }
}
.hb_merit_ttl .big {
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .hb_merit_ttl .big {
    font-size: 25px;
  }
}
.hb_merit_swiper {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper {
    margin-top: 35px;
  }
}
.hb_merit_swiper img {
  width: 100%;
}
.hb_merit_swiper .swiper-wrapper {
  height: auto;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper .swiper-wrapper {
    display: block;
  }
}
.hb_merit_swiper_toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper_toggle {
    font-weight: bold;
    margin: 15px 0;
    cursor: pointer;
    color: #FFF;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent url(../img/new-index/ico_plus_wh.svg) no-repeat 95% 50%;
    background-size: 15px;
    width: 100%;
    height: 30px;
    font-size: 13px;
    flex-shrink: 0;
  }
}
.hb_merit_swiper_toggle._active {
  background: transparent url(../img/new-index/ico_minus_wh.svg) no-repeat 95% 50%;
}
.hb_merit_swiper .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper .swiper-slide {
    transition: none;
  }
}
.hb_merit_swiper .swiper-slide:hover, .hb_merit_swiper .swiper-slide:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper .swiper-slide:hover, .hb_merit_swiper .swiper-slide:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper .swiper-slide {
    margin-top: 15px;
  }
}
.hb_merit_swiper .swiper-slide:hover {
  opacity: 1;
}
.hb_merit_swiper .swiper-slide:hover img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper .swiper-slide:nth-child(n+3) {
    display: none;
  }
}
.hb_merit_swiper .swiper-pagination {
  position: static;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper .swiper-pagination {
    display: none;
  }
}
.hb_merit_swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #818181;
}
.hb_merit_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.hb_merit_swiper .swiper-button {
  position: absolute;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 35%;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .hb_merit_swiper .swiper-button {
    display: none;
  }
}
.hb_merit_swiper .swiper-button._prev {
  left: 100px;
  background-image: url(../img/new-index/arw02_l.svg);
}
.hb_merit_swiper .swiper-button._next {
  right: 100px;
  background-image: url(../img/new-index/arw02_r.svg);
}
.hb_price {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .hb_price {
    padding: 0 0 30px;
  }
}
.hb_price_ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 38px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .hb_price_ttl {
    font-size: 19px;
    margin-top: 40px;
  }
}
.hb_price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hb_price_list {
    display: block;
    margin-top: 5px;
  }
}
.hb_price_list_box {
  width: 482px;
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .hb_price_list_box {
    width: 100%;
    margin-top: 15px;
  }
}
.hb_price_list_more {
  cursor: pointer;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #818181 url(../img/new-index/ico_plus_wh.svg) no-repeat 95% 50%;
  background-size: 16px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hb_price_list_more {
    height: 50px;
  }
}
.hb_price_list_more._active {
  background: #818181 url(../img/new-index/ico_minus_wh.svg) no-repeat 95% 50%;
}
.hb_price_list_more_box {
  display: none;
  background: #F0F0F0;
  color: #000;
  padding: 25px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hb_price_list_more_box {
    padding: 20px 15px 30px;
  }
}
.hb_price_list_more_box._first {
  display: block;
}
.hb_price_list_ttl {
  font-weight: 700;
  text-align: center;
  font-size: 19px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_ttl {
    font-size: 13px;
    line-height: 22px;
  }
}
.hb_price_list_price {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_price {
    margin-top: 5px;
    margin-right: 5%;
  }
}
.hb_price_list_price_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hb_price_list_price_ttl {
  font-weight: 700;
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 34px;
  font-size: 20px;
  padding: 0 15px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_price_ttl {
    border-radius: 3px;
    height: 25px;
    font-size: 14px;
    padding: 0 7px;
    margin-right: 4px;
  }
}
.hb_price_list_price_num {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 59px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hb_price_list_price_num {
    font-size: 41px;
  }
}
.hb_price_list_price_num._course {
  color: #AA0000;
}
.hb_price_list_price_num span {
  font-weight: 500;
  writing-mode: vertical-rl;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_price_num span {
    font-size: 14px;
  }
}
.hb_price_list_txt {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_price_list_top {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_top {
    font-size: 18px;
  }
}
.hb_price_list_top_num, .hb_price_list_top_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_top_num, .hb_price_list_top_ttl {
    height: 43px;
  }
}
.hb_price_list_top_num {
  background: #BAA171;
  width: 29.6%;
}
.hb_price_list_top_ttl {
  background: #000;
  color: #BAA171;
  width: 70.4%;
}
.hb_price_list_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
}
.hb_price_list_btm_num {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BAA171;
  color: #000;
  font-size: 20px;
  border-radius: 6px;
  width: 123px;
  height: 34px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_btm_num {
    font-size: 14px;
    border-radius: 3px;
    width: 88px;
    height: 24px;
    margin-right: 4px;
  }
}
.hb_price_list_btm_ttl {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_btm_ttl {
    height: 57px;
  }
}
.hb_price_list_btm_pri {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 59px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_btm_pri {
    font-size: 41px;
  }
}
.hb_price_list_btm_tax {
  writing-mode: vertical-rl;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_btm_tax {
    font-size: 14px;
  }
}
.hb_price_list_parts {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto 0;
  width: 351px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_parts {
    width: 243px;
    margin: 0 auto;
  }
}
.hb_price_list_parts_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  font-size: 16px;
  height: 34px;
  width: 78px;
  margin: 10px 5px 0 5px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_parts_box {
    font-size: 11px;
    height: 24px;
    margin: 6px 3px 0 3px;
    width: 55px;
  }
}
.hb_price_list_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
  font-size: 16px;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_table {
    font-size: 11px;
    margin: 20px 0 5px;
  }
}
.hb_price_list_table th, .hb_price_list_table td {
  font-weight: normal;
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #000;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .hb_price_list_table th, .hb_price_list_table td {
    padding: 7px;
  }
}
.hb_price_list_table th {
  border-right: 1px solid #000;
}
.hb_price_list_table td {
  color: #AA0000;
}
.hb_price_off {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_price_off {
    display: block;
    margin-top: 40px;
  }
}
.hb_price_off_img, .hb_price_off_desc {
  width: 482px;
}
@media screen and (max-width: 767px) {
  .hb_price_off_img, .hb_price_off_desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hb_price_off .hb_price_ttl {
    margin-top: 17px;
    background: #000;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 40px;
  }
}
.hb_price_off_ttl {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .hb_price_off_ttl {
    font-size: 13px;
    line-height: 19px;
    margin-top: 10px;
  }
}
.hb_price_off_txt {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .hb_price_off_txt {
    font-size: 11px;
    line-height: 18px;
    margin-top: 10px;
  }
}
.hb_price_off_cap {
  color: #000;
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .hb_price_off_cap {
    margin-top: 20px;
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_price_payment {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_price_payment {
    display: block;
    margin-top: 25px;
  }
}
.hb_price_payment_box {
  box-sizing: border-box;
  background: #F0F0F0;
  color: #000;
  width: 310px;
  padding: 15px 25px 25px;
}
@media screen and (max-width: 767px) {
  .hb_price_payment_box {
    width: 100%;
    padding: 20px 25px 30px;
    margin-top: 15px;
  }
}
.hb_price_payment_img {
  text-align: center;
}
.hb_price_payment_ttl {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .hb_price_payment_ttl {
    font-size: 19px;
  }
}
.hb_price_payment_txt {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .hb_price_payment_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_price_loan {
  color: #000;
  background: #F0F0F0;
  padding: 20px 25px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hb_price_loan {
    padding: 15px 25px;
    margin-top: 20px;
  }
}
.hb_step {
  background: #F0F0F0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .hb_step {
    padding: 30px 0 20px;
  }
}
.hb_step_ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .hb_step_ttl {
    font-size: 19px;
  }
}
.hb_step_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .hb_step_list {
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
  }
}
.hb_step_list_box {
  width: 310px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_step_list_box {
    margin-top: 10px;
    margin-right: 10px;
  }
}
.hb_step_list_box:not(:nth-child(3n)) {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .hb_step_list_box:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}
.hb_step_list_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hb_step_list_ttl {
    font-size: 18px;
    line-height: 24px;
  }
}
.hb_step_list_ttl span {
  background: #000;
  color: #FFF;
  text-align: center;
  width: 80px;
  height: 49px;
  line-height: 49px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .hb_step_list_ttl span {
    width: 75px;
    height: 45px;
    line-height: 45px;
  }
}
.hb_step_list_ttl span i {
  font-style: normal;
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .hb_step_list_ttl span i {
    font-size: 27px;
  }
}
.hb_step_list_img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hb_step_list_img {
    margin-bottom: 5px;
  }
}
.hb_step_list_txt {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .hb_step_list_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_qa {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .hb_qa {
    padding: 30px 0;
  }
}
.hb_qa_ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .hb_qa_ttl {
    font-size: 19px;
  }
}
.hb_qa_list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_qa_list {
    display: block;
    margin-top: 25px;
  }
}
.hb_qa_list_box {
  box-sizing: border-box;
  background: #F0F0F0;
  width: 482px;
  padding: 40px 25px;
}
@media screen and (max-width: 767px) {
  .hb_qa_list_box {
    width: 100%;
    margin-top: 15px;
    padding: 30px 25px;
  }
}
.hb_qa_list_top, .hb_qa_list_btm {
  font-weight: 700;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 77px;
}
@media screen and (max-width: 767px) {
  .hb_qa_list_top, .hb_qa_list_btm {
    height: auto;
  }
}
.hb_qa_list_top {
  color: #BAA171;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.hb_qa_list_btm {
  color: #000;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hb_qa_list_btm {
    margin-bottom: 20px;
  }
}
.hb_qa_list_ico {
  width: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .hb_qa_list_ico {
    width: 25px;
  }
}
.hb_qa_list_ttl {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .hb_qa_list_ttl {
    font-size: 14px;
    line-height: 20px;
  }
}
.hb_qa_list_txt {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .hb_qa_list_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_clinic {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hb_clinic {
    padding: 30px 0;
  }
}
.hb_clinic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3C3A39;
  z-index: -9999;
}
.hb_clinic._has-animation::after {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.hb_clinic._animation-active::after {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.4s;
}
.hb_clinic_ttl {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .hb_clinic_ttl {
    font-size: 19px;
  }
}
.hb_clinic_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .hb_clinic_list {
    margin-top: 20px;
  }
}
.hb_clinic_list_btn {
  font-weight: 700;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_clinic_list_btn {
    transition: none;
  }
}
.hb_clinic_list_btn:hover, .hb_clinic_list_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_clinic_list_btn:hover, .hb_clinic_list_btn:hover img {
    opacity: 1;
  }
}
.hb_clinic_list_btn {
  text-decoration: none !important;
  box-sizing: border-box;
  border: 1px solid #D1C8C5;
  width: 223px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .hb_clinic_list_btn {
    width: 48.5%;
    margin-top: 10px;
  }
}
.hb_clinic_list_btn:not(:nth-child(4n)) {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .hb_clinic_list_btn:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .hb_clinic_list_btn:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
.hb_clinic_list_ttl {
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .hb_clinic_list_ttl {
    height: 50px;
    font-size: 14px;
  }
}
.hb_clinic_list_more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D1C8C5;
  width: 100%;
  height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .hb_clinic_list_more {
    height: 30px;
    font-size: 9px;
  }
}
.hb_movie {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .hb_movie {
    padding: 30px 0;
  }
}
.hb_movie_ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 38px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .hb_movie_ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.hb_movie_txt {
  text-align: center;
  font-size: 26px;
  line-height: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hb_movie_txt {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}
.hb_movie_youtube iframe {
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 767px) {
  .hb_movie_youtube iframe {
    height: 190px;
  }
}
.hb_movie_ctrl {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .hb_movie_ctrl {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.hb_movie_ctrl_btn {
  width: 187px;
}
@media screen and (max-width: 767px) {
  .hb_movie_ctrl_btn {
    width: 48.5%;
    margin-top: 10px;
  }
}
.hb_movie_ctrl_ttl {
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .hb_movie_ctrl_ttl {
    height: 28px;
    font-size: 16px;
  }
}
.hb_movie_doctor {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hb_movie_doctor {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 10px;
  }
}
.hb_movie_doctor_img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .hb_movie_doctor_img {
    width: 45%;
  }
}
.hb_movie_doctor_desc {
  color: #FFF;
  width: 670px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hb_movie_doctor_desc {
    width: 53%;
    padding-bottom: 20px;
    padding-right: 15px;
  }
}
.hb_movie_doctor_txt {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .hb_movie_doctor_txt {
    font-size: 11px;
    line-height: 18px;
  }
}
.hb_movie_doctor_name {
  text-align: right;
  font-weight: 500;
  margin-top: 40px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .hb_movie_doctor_name {
    font-size: 9px;
    margin-top: 10px;
  }
}
.hb_movie_doctor_name span {
  margin-left: 10px;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .hb_movie_doctor_name span {
    font-size: 16px;
    margin-left: 5px;
  }
}
.hb_movie_bg {
  position: relative;
}
.hb_movie_bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0;
  left: 0;
  background: #3C3A39;
  width: 100%;
  height: 870px;
}
@media screen and (max-width: 767px) {
  .hb_movie_bg::after {
    height: 76%;
  }
}
.hb_movie_bg._has-animation::after {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.hb_movie_bg._animation-active::after {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.4s;
}
.hb_blog {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hb_blog {
    padding: 30px 0;
  }
}
.hb_blog::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3C3A39;
  z-index: -9999;
}
.hb_blog._has-animation::after {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.hb_blog._animation-active::after {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.4s;
}
.hb_blog_ttl {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .hb_blog_ttl {
    font-size: 19px;
  }
}
.hb_blog_slider {
  position: relative;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .hb_blog_slider {
    padding: 30px 0 0;
  }
}
.hb_blog_slider img {
  width: 100%;
}
.hb_blog_slider_ttl {
  background: #000;
  color: #FFF;
  text-decoration: none !important;
  font-size: 10px;
  line-height: 16px;
  padding: 10px;
}
.hb_blog_slider .swiper-wrapper {
  height: auto;
}
.hb_blog_slider .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hb_blog_slider .swiper-slide {
    transition: none;
  }
}
.hb_blog_slider .swiper-slide:hover, .hb_blog_slider .swiper-slide:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hb_blog_slider .swiper-slide:hover, .hb_blog_slider .swiper-slide:hover img {
    opacity: 1;
  }
}
.hb_blog_slider .swiper-pagination {
  position: static;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hb_blog_slider .swiper-pagination {
    margin-top: 15px;
  }
}
.hb_blog_slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #818181;
}
.hb_blog_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.hb_blog_slider .swiper-button {
  z-index: 99;
  position: absolute;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 42%;
  width: 29px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .hb_blog_slider .swiper-button {
    width: 15px;
    height: 13px;
  }
}
.hb_blog_slider .swiper-button._prev {
  left: 130px;
  background-image: url(../img/new-index/arw01_wh_l.svg);
}
@media screen and (max-width: 767px) {
  .hb_blog_slider .swiper-button._prev {
    left: 15.5%;
  }
}
.hb_blog_slider .swiper-button._next {
  right: 130px;
  background-image: url(../img/new-index/arw01_wh_r.svg);
}
@media screen and (max-width: 767px) {
  .hb_blog_slider .swiper-button._next {
    right: 15.5%;
  }
}
@media screen and (max-width: 767px) {
  .hb_scroll {
    position: relative;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hb_scroll_arw {
    text-align: right;
    margin-top: 10px;
  }
  .hb_scroll_arw img {
    width: 30px;
  }
}/*# sourceMappingURL=new-index.css.map */