@charset "UTF-8";
.u-font-oswald {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

p {
  margin: 0;
}

@media screen and (min-width: 767px) {
  p {
    font-size: 16px;
  }
}
.hb-wrap {
  font-family: "Noto Sans JP", sans-serif;
}

.hb-header {
  text-align: center;
  letter-spacing: 0.05em;
}
.hb-header__en {
  margin: 0;
  font-size: 16px;
  color: #00AACD;
}
.hb-header__sub {
  margin: 10px 0;
  border: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}
.hb-header__head {
  margin: 18px 0 28px;
  padding: 11px 0 6px;
  font-size: 45px;
  font-weight: bold;
  border-top: 1px solid #B1E5F0;
  border-bottom: 1px solid #B1E5F0;
  color: #00AACD;
}
.hb-header__head span {
  font-size: 50px;
}
@media screen and (min-width: 767px) {
  .hb-header__en {
    font-size: 20px;
  }
  .hb-header__sub {
    font-size: 32px;
  }
  .hb-header__head {
    margin: 30px 0;
    padding: 11px 0 6px;
    font-size: 60px;
  }
  .hb-header__head span {
    font-size: 69px;
  }
}

.hb-slider-bar {
  width: 0%;
  height: 2px;
  background: #0086CD;
}
.hb-slider-bar__wrap {
  /* width: 160px; */
  width: calc(100% - 170px);
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .hb-slider-bar__wrap {
    /* width: 1040px; */
    width: calc(100% - 140px);
  }
}

.hb-slider-arrow {
  border: none;
  outline: none;
  position: absolute;
  bottom: -74px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
}
.hb-slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 17px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_arw03.png) no-repeat center/contain;
}
.hb-slider-arrow.prev {
  right: 84px;
}
.hb-slider-arrow.next {
  right: 20px;
}
.hb-slider-arrow.next::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 767px) {
  .hb-slider-arrow {
    bottom: -89px;
  }
  .hb-slider-arrow.prev {
    right: 64px;
  }
  .hb-slider-arrow.next {
    right: 0;
  }
}

.hb-hero {
  position: relative;
}
.hb-hero__head {
  margin: 0;
  padding: 9px 25px;
  background-color: #FFC603;
  font-size: 20px;
  border: none;
}
.hb-hero__head::after {
  content: none;
}
.hb-hero__head span {
  position: relative;
}
.hb-hero__head span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 26px;
  background-color: #FEED01;
}
.hb-hero__areaImg {
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_mainimg01_sp.jpg) no-repeat center/cover;
  padding: 80px 0 100px;
}
.hb-hero__copy {
  width: 280px;
  margin: auto;
}
.hb-hero__img {
  width: 277px;
  margin: 30px auto 0;
}
.hb-hero-scroll {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.hb-hero-scroll__txt {
  margin: 0 0 6px;
  color: #fff;
  font-size: 14px;
}
.hb-hero-scroll__ico {
  display: block;
  width: 11px;
  margin: auto;
  -webkit-animation: scrollDown01 1.5s ease infinite;
          animation: scrollDown01 1.5s ease infinite;
}
@media screen and (min-width: 767px) {
  .hb-hero__head {
    padding: 10px 25px;
    font-size: 29px;
  }
  .hb-hero__head span {
    display: block;
    width: 960px;
    margin: 0 auto;
  }
  .hb-hero__head span::before {
    left: -20px;
    width: 6px;
    height: 42px;
  }
  .hb-hero__areaImg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_mainimg01_pc.jpg);
    padding: 74px 0 92px;
  }
  .hb-hero__copy {
    max-width: 588px;
    width: 50%;
    margin: 0 57px 0 0;
  }
  .hb-hero__img {
    max-width: 546px;
    width: 50%;
    margin: 0;
  }
  .hb-hero-scroll {
    bottom: 16px;
  }
}

@-webkit-keyframes scrollDown01 {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scrollDown01 {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.hb-anchor__inner {
  padding: 82px 20px 70px;
}
.hb-anchor-list {
  overflow: hidden;
  margin: -20px 0 0;
  padding: 0;
  list-style: none;
}
.hb-anchor-list__btn {
  box-sizing: border-box;
  display: flex;
  text-align: center;
  width: 295px;
  max-width: 100%;
  margin: 20px auto 0;
}
.hb-anchor-list__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 10px 0;
  background: linear-gradient(to right, #00AACD 0%, #0086cd 100%);
  background-size: 200% auto;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.hb-anchor-list__link::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
}
.hb-anchor-list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 6px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_arw02.png) no-repeat center/contain;
}
.hb-anchor-list__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .hb-anchor__inner {
    /* width: 1200px; */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
  .hb-anchor-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .hb-anchor-list__btn {
    /* width: 380px; */
    width: 32.5%;
    margin: 0;
  }
  .hb-anchor-list__link {
    min-height: 88px;
    background-size: 200% auto;
    border-radius: 44px;
    font-size: 17px;
    transition: opacity 0.3s ease;
  }
  .hb-anchor-list__link::before {
    right: 30px;
    width: 28px;
    height: 28px;
  }
  .hb-anchor-list__link::after {
    right: 39px;
  }
  .hb-anchor-list__link:hover {
    opacity: 0.7;
  }
}

.hb-about {
  position: relative;
}
.hb-about::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 847px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_about01_sp.jpg) no-repeat center/cover;
}
.hb-about__inner {
  padding-bottom: 94px;
}
.hb-about-set {
  display: flex;
  flex-direction: column-reverse;
}
.hb-about-set__areaTxt {
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: -56px auto 0;
  border-radius: 10px;
  box-shadow: 0px 0px 60px rgba(210, 236, 244, 0.4);
  background-color: #fff;
  padding: 48px 20px;
}
.hb-about-set__note {
  margin: 20px 0 0;
  font-size: 12px;
}
.hb-about-set-price {
  display: flex;
  align-items: center;
}
.hb-about-set-price__txt {
  margin: 0;
  font-size: 12px;
}
.hb-about-set-price__label {
  display: block;
  width: 50px;
  border-radius: 2px;
  background-color: #00AACD;
  font-size: 15px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 23px;
}
.hb-about-set-price__num {
  margin: 0 6px;
  padding-bottom: 14px;
  font-size: 52px;
  color: #00AACD;
  letter-spacing: -0.01em;
}
.hb-about-set-price__unit {
  margin: 0;
  font-size: 12px;
}
.hb-about-set-price__color {
  display: block;
  color: #00AACD;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
.hb-about-set-price__sub {
  display: block;
  text-indent: -0.8em;
}
@media screen and (min-width: 767px) {
  .hb-about::before {
    bottom: 0;
    left: auto;
    right: 0;
    width: 87.5%;
    height: 1079px;
    background: #D2ECF4;
  }
  .hb-about__inner {
    /* width: 1200px; */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .hb-about-set {
    flex-direction: row-reverse;
    align-items: center;
  }
  .hb-about-set__areaTxt {
    position: relative;
    z-index: 2;
    flex: 0 0 50%;
    min-width: 644px;
    margin: 0;
    padding: 84px 88px;
    box-sizing: border-box;
  }
  .hb-about-set-price {
    margin-top: 20px;
  }
  .hb-about-set-price__txt {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .hb-about-set-price__label {
    width: 64px;
    font-size: 18px;
    line-height: 27px;
  }
  .hb-about-set-price__num {
    margin: 0 12px;
    padding-bottom: 22px;
    font-size: 65px;
    line-height: 1;
  }
  .hb-about-set-price__color {
    font-size: 24px;
  }
  .hb-about-set__areaImg {
    /* flex: 0 0 1094px; */
    flex: 0 0 1094px;
    min-width: 1000px;
    /* margin-right: -322px; */
    margin-right: -30%;
  }
}

.hb-feature {
  position: relative;
}
.hb-feature::before, .hb-feature::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 47.73%;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_feature01_sp.png) no-repeat center top/cover;
}
.hb-feature::before {
  top: 15px;
}
.hb-feature::after {
  bottom: 0;
  transform: scale(1, -1);
}
.hb-feature__inner {
  padding: 222px 20px;
}
.hb-feature-list {
  list-style: none;
  margin: 50px auto 0;
  padding: 0;
  text-align: center;
  color: #00AACD;
  letter-spacing: 0.05em;
}
.hb-feature-list__item {
  margin: 14px auto 0;
  width: 250px;
}
.hb-feature-list__num {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.hb-feature-list__num span {
  font-size: 36px;
}
.hb-feature-list__txt {
  margin: 0;
  padding: 18px 0;
  border: 1px solid #00AACD;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(210, 236, 244, 0.5);
  font-size: 18px;
  font-weight: bold;
}
.hb-feature__img {
  margin-top: 56px;
}
.hb-feature-set {
  background: linear-gradient(135deg, rgba(239, 239, 239, 0.3) 0%, #efefef 90%, #efefef 100%);
  border-radius: 10px;
  margin-top: 56px;
  padding: 52px 20px 56px;
}
.hb-feature-set__head {
  border: none;
  margin: 0 0 26px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.hb-feature-set__head span {
  padding: 0 2px;
  color: #00AACD;
  font-size: 36px;
}
.hb-feature-dlist {
  margin: 0;
}
.hb-feature-dlist + .hb-feature-dlist {
  margin-top: 20px;
}
.hb-feature-dlist__term {
  background: linear-gradient(30deg, #00aacd 0%, #86D7ED 100%);
  border-radius: 6px;
  padding: 6px 0;
  color: #FFEC00;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.hb-feature-dlist__desc {
  margin: 15px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .hb-feature::before, .hb-feature::after {
    left: 50%;
    transform: translateX(-50%);
    width: 1784px;
    padding-top: 1784px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_feature01_pc.png) no-repeat center/100%;
  }
  .hb-feature::before {
    top: 103px;
    z-index: -1;
  }
  .hb-feature::after {
    content: none;
  }
  .hb-feature__inner {
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    padding: 277px 20px 237px;
  }
  .hb-feature__header {
    margin-bottom: 40px;
  }
  .hb-feature__txt {
    text-align: center;
    line-height: 2.5;
  }
  .hb-feature-list {
    display: flex;
    justify-content: space-between;
    margin: 82px auto 0;
  }
  .hb-feature-list__item {
    margin: 0;
    width: 32%;
    max-width: 300px;
  }
  .hb-feature-list__num {
    font-size: 28px;
  }
  .hb-feature-list__num span {
    font-size: 40px;
  }
  .hb-feature-list__txt {
    margin-top: 6px;
    padding: 26px 0;
    font-size: 20px;
  }
  .hb-feature__img {
    margin-top: 78px;
  }
  .hb-feature-set {
    border-radius: 20px;
    margin-top: 78px;
    padding: 60px;
  }
  .hb-feature-set__head {
    font-size: 32px;
  }
  .hb-feature-set__head span {
    padding: 0 10px;
    font-size: 48px;
    vertical-align: sub;
  }
  .hb-feature-dlist {
    display: inline-flex;
    flex-wrap: wrap;
    /* width: 426px; */
    width: 48%;
    margin: 0;
  }
  .hb-feature-dlist + .hb-feature-dlist {
    margin-top: 0;
    margin-left: 20px;
  }
  .hb-feature-dlist__term {
    width: 100%;
    padding: 14px 0;
    font-size: 24px;
  }
  .hb-feature-dlist__desc {
    margin: 20px 0 0;
  }
}

.hb-plan {
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_plan01_sp.png) no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}
.hb-plan__inner {
  padding: 220px 20px 78px;
}
.hb-plan__header .hb-header__en {
  color: #fff;
}
.hb-plan__header-img {
  max-width: 295px;
  margin: auto;
}
.hb-plan__txt {
  position: relative;
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.hb-plan__txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  display: block;
  width: 1174px;
  height: 288px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/txt_plan01.png) no-repeat center/contain;
}
.hb-plan-list {
  display: none;
  margin-top: 50px;
  margin-bottom: 46px;
}
.hb-plan-list.slick-initialized {
  display: block;
}
.hb-plan-list__wrap {
  position: relative;
}
.hb-plan-list__item {
  margin-right: 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgba(0, 170, 205, 0.16);
  padding: 40px 18px 40px 36px;
  box-sizing: border-box;
}
.hb-plan-list .slick-list {
  overflow: visible;
}
@media screen and (min-width: 767px) {
  .hb-plan {
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_plan01_pc.png) no-repeat center top/cover;
  }
  .hb-plan__inner {
    /* width: 1200px; */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 240px 0 203px;
  }
  .hb-plan__header-img {
    width: 597px;
    max-width: 597px;
  }
  .hb-plan__txt {
    margin-top: 54px;
    line-height: 2.5;
  }
  .hb-plan__txt::before {
    top: 33px;
    right: auto;
    left: 0;
  }
  .hb-plan-list {
    margin-top: 88px;
    margin-bottom: 62px;
  }
  .hb-plan-list__item {
    width: 588px;
    margin-right: 24px;
    padding: 50px;
  }
}

.hb-service__inner {
  padding: 72px 20px 80px;
}
.hb-service__header {
  margin-bottom: 30px;
}
.hb-service-sec {
  background: linear-gradient(to bottom, #00A5CD 0%, #0086cd 100%);
  border-radius: 20px;
  padding: 40px 30px;
  box-sizing: border-box;
}
.hb-service-sec__head {
  margin: 0;
  padding: 0;
  border: none;
  color: #FFEC00;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.hb-service-sec__head::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: #fff url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_service01_sp.png) no-repeat center/contain;
}
.hb-service-sec__txt {
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
  line-height: 2;
}
.hb-service-sec-list {
  overflow: hidden;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.hb-service-sec-list__btn {
  box-sizing: border-box;
  display: flex;
  text-align: center;
  width: 240px;
  max-width: 100%;
  margin: 16px auto 0;
}
.hb-service-sec-list__link {
  border: none;
  outline: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  background: #fff;
  background-size: 200% auto;
  border-radius: 30px;
  text-decoration: none;
  color: #00AACD;
  font-weight: bold;
  font-size: 16px;
}
.hb-service-sec-list__link::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #E6F7FA;
}
.hb-service-sec-list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.hb-service-sec-list__link.js-service-trigger::after {
  right: 23px;
  width: 12px;
  height: 12px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_cross01.png) no-repeat center/contain;
}
.hb-service-sec-list__link[target=_blank]::after {
  right: 21px;
  width: 16px;
  height: 12px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_blank01.png) no-repeat center/contain;
}
.hb-service-sec-list__txt {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.hb-service-sec-list__txt-sub {
  font-size: 12px;
}
.hb-service-sec:nth-of-type(2) {
  margin-top: 40px;
}
.hb-service-sec:nth-of-type(2) .hb-service-sec__head::before {
  background-image: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_service02_sp.png);
}
@media screen and (min-width: 767px) {
  .hb-service__inner {
    /* width: 1200px; */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 120px;
  }
  .hb-service__header {
    margin-bottom: 54px;
  }
  .hb-service-sec {
    position: relative;
    padding: 40px 60px;
    box-sizing: border-box;
  }
  .hb-service-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0.2;
  }
  .hb-service-sec:first-child {
    max-width: 570px;
    flex: 0 0 49%;
  }
  .hb-service-sec:first-child::before {
    height: 508px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_service01_pc.png) no-repeat center top/contain;
  }
  .hb-service-sec:nth-of-type(2) {
    max-width: 588px;
    flex: 0 0 49%;
    margin-top: 0;
  }
  .hb-service-sec:nth-of-type(2)::before {
    height: 581px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_service02_pc.png) no-repeat center top/contain;
  }
  .hb-service-sec:nth-of-type(2) .hb-service-sec__head::before {
    background-image: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_service02_sp.png);
  }
  .hb-service-sec:nth-of-type(2) .hb-service-sec-list__btn {
    width: 100%;
  }
  .hb-service-sec__wrap {
    display: flex;
    justify-content: space-between;
  }
  .hb-service-sec__head {
    font-size: 28px;
  }
  .hb-service-sec__head::before {
    width: 130px;
    height: 130px;
  }
  .hb-service-sec__txt {
    font-size: 16px;
  }
  .hb-service-sec-list {
    display: flex;
    flex-wrap: wrap;
    margin: 4px -5px 0;
  }
  .hb-service-sec-list__btn {
    /* width: 220px; */
    width: 47%;
    margin: 20px 5px 0;
  }
  .hb-service-sec-list__link {
    padding: 10px 0;
    transition: all 0.3s;
  }
  .hb-service-sec-list__link:hover {
    background-color: #00AACD;
    color: #fff;
  }
}

.hb-service-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background: #fff;
  width: 100%;
  height: 100vh;
}
.hb-service-content.is-active {
  display: flex !important;
}
.hb-service-content::before, .hb-service-content::after {
  content: "";
  display: flex;
  width: 1px;
  height: calc(100vh + 1px);
}
.hb-service-content__inner {
  width: 100%;
  box-sizing: border-box;
  padding: 150px 20px 70px;
}
.hb-service-content-sec {
  position: relative;
  padding-bottom: 76px;
}
.hb-service-content-sec__btn {
  position: absolute;
  top: -110px;
  right: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 52px;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #0086CD;
}
.hb-service-content-sec__btn::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_close01.png) no-repeat center/contain;
}
.hb-service-content-sec__head {
  margin: 0 0 40px;
  padding: 16px 0;
  border-top: 1px solid #0086CD;
  border-bottom: 1px solid #0086CD;
  border-left: none;
  font-size: 32px;
  font-weight: bold;
  color: #0086CD;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.hb-service-content-sec__txt {
  font-size: 16px;
  line-height: 2;
}
.hb-service-content-sec__areaImg {
  background-color: #E8F5F9;
  margin-top: 30px;
  padding: 20px;
}
.hb-service-content-sec__areaImg-item {
  text-align: center;
}
.hb-service-content-sec__areaImg-item img {
  width: 248px;
}
.hb-service-content-sec__areaImg-item + .hb-service-content-sec__areaImg-item {
  margin-top: 26px;
}
.hb-service-content-sec__areaImg-item + .hb-service-content-sec__areaImg-item img {
  width: 295px;
}
.hb-service-content-sec__areaImg-txt {
  margin-top: 18px;
}
.hb-service-content-sec__scrollBox {
  margin-top: 40px;
  overflow-x: scroll;
  width: 100%;
}
.hb-service-content-sec__scrollBox-img {
  width: 775px;
  max-width: 775px;
}
.hb-service-content-card {
  background: #F2F9FD url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_service03.png) no-repeat center bottom/100% auto;
  padding: 30px 20px 200px;
}
.hb-service-content-card__head {
  border: none;
  margin: 0 0 6px;
  padding: 0;
  color: #0086CD;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.hb-service-content-card__txt {
  font-size: 16px;
  line-height: 2;
}
.hb-service-content-catch {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 2;
}
.hb-service-content-catch em {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-style: normal;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0086CD;
  line-height: 1.5;
}
.hb-service-content-child-sec + .hb-service-content-child-sec {
  margin-top: 80px;
}
.hb-service-content-child-sec__head {
  margin: 40px 0 20px;
  padding: 14px 10px;
  border: none;
  background-color: #F2F9FD;
  display: flex;
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
}
.hb-service-content-child-sec__head::before {
  content: "";
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0086CD;
  margin: 11px 10px 0 0;
}
.hb-service-content-child-sec-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hb-service-content-child-sec-list__item {
  margin-top: 40px;
}
.hb-service-content-child-sec-list__head {
  margin: 0 0 20px;
  border-left: 4px solid #0086CD;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0086CD;
}
.hb-service-content-child-sec-list__areaImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-service-content-child-sec-list__areaImg.is-scroll {
  overflow-x: scroll;
  width: 100%;
  display: block;
  margin-top: 40px;
}
.hb-service-content-child-sec-list__areaImg.is-scroll > img {
  width: 556px;
  max-width: 556px;
}
.hb-service-content-child-sec-list__areaTxt {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 2;
}
.hb-service-content-child-sec-list__areaTxt + .hb-service-content-child-sec-list__areaImg {
  margin-top: 20px;
}
.hb-service-content-child-sec__areaImg {
  margin-top: 20px;
}
.hb-service-content-child-sec-innerList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hb-service-content-child-sec-innerList__wrap {
  margin: 16px 0 0;
  padding: 20px;
  border: 1px solid #E0E0E0;
}
.hb-service-content-child-sec-innerList__item {
  font-size: 15px;
  line-height: 1.5;
}
.hb-service-content-child-sec-innerList__item::before {
  content: "・";
}
.hb-service-content-child-sec-innerList__item + .hb-service-content-child-sec-innerList__item {
  margin-top: 10px;
}
.hb-service-content-contact {
  margin-top: 58px;
  background-color: #F2F9FD;
  padding: 40px 20px;
}
.hb-service-content-contact-dlist {
    border-top: 4px dotted #0086CD;
    margin-top: 24px;
    padding-top: 24px;
  letter-spacing: 0.024em;
}
.hb-service-content-contact-dlist + .hb-service-content-contact-dlist {
  border-top: 4px dotted #0086CD;
  margin-top: 30px;
  padding-top: 30px;
}
.hb-service-content-contact-dlist__term {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}
.hb-service-content-contact-dlist__desc {
  margin: 0;
  padding: 0;
}
.hb-service-content-contact-dlist__item + .hb-service-content-contact-dlist__item {
  margin-top: 12px;
}
.hb-service-content-contact-dlist__head {
  font-size: 16px;
  font-weight: bold;
}
.hb-service-content-contact-dlist__tel {
  display: flex;
  align-items: center;
}
.hb-service-content-contact-dlist__tel::before {
  content: "";
  flex: 0 0 36px;
  width: 36px;
  height: 24px;
  margin-right: 6px;
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/ico_tel01.png) no-repeat center/contain;
}
.hb-service-content-contact-dlist__link {
  text-decoration: none;
  color: #0086CD;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 361px) {
  .hb-service-content-contact-dlist__link {
    font-size: 32px;
  }
}
.hb-service-content__note {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .hb-service-content__inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 230px 0 212px;
  }
  .hb-service-content-sec {
    position: static;
    padding-bottom: 160px;
  }
  .hb-service-content-sec__btn {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 74px;
    height: 118px;
    align-content: space-between;
    font-size: 18px;
  }
  .hb-service-content-sec__btn::before {
    width: 74px;
    height: 74px;
  }
  .hb-service-content-sec__head {
    margin: 0 0 50px;
    padding: 32px 0;
    font-size: 40px;
  }
  .hb-service-content-sec-set {
    display: flex;
    justify-content: space-between;
  }
  .hb-service-content-sec__areaTxt {
    width: 295px;
  }
  .hb-service-content-sec__areaImg {
    display: flex;
    width: 625px;
    flex: 0 0 625px;
    box-sizing: border-box;
    margin-top: 0;
    padding: 30px;
  }
  .hb-service-content-sec__areaImg-item {
    flex: 0 0 270px;
    width: 270px;
  }
  .hb-service-content-sec__areaImg-item img {
    width: 270px;
  }
  .hb-service-content-sec__areaImg-item + .hb-service-content-sec__areaImg-item {
    margin-top: 0;
    margin-left: 24px;
  }
  .hb-service-content-sec__areaImg-item + .hb-service-content-sec__areaImg-item img {
    width: 270px;
  }
  .hb-service-content-sec__areaImg-txt {
    margin-top: 12px;
    font-size: 14px;
    text-align: left;
  }
  .hb-service-content-sec__scrollBox {
    overflow-x: auto;
    width: 100%;
  }
  .hb-service-content-sec__scrollBox-img {
    width: 100%;
    max-width: 100%;
  }
  .hb-service-content-card {
    background-position: right top;
    background-size: auto 100%;
    padding: 40px 40px 84px;
  }
  .hb-service-content-card__head {
    margin: 0 0 10px;
    font-size: 28px;
  }
  .hb-service-content-card__txt {
    width: 428px;
    margin-right: auto;
  }
  .hb-service-content-catch {
    text-align: center;
  }
  .hb-service-content-catch em {
    font-size: 28px;
  }
  .hb-service-content-child-sec__head {
    margin: 80px 0 40px;
    padding: 14px 20px;
    font-size: 24px;
  }
  .hb-service-content-child-sec__head::before {
    margin: 15px 13px 0 0;
  }
  .hb-service-content-child-sec-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -60px;
  }
  .hb-service-content-child-sec-list__item {
    width: 460px;
    margin-top: 60px;
  }
  .hb-service-content-child-sec-list__item:last-child {
    width: 100%;
  }
  .hb-service-content-child-sec-list__head {
    margin: 0 0 16px;
    padding-left: 14px;
    font-size: 24px;
  }
  .hb-service-content-child-sec-list__areaTxt {
    margin: 20px 0 0;
  }
  .hb-service-content-child-sec-list__areaImg.is-scroll {
    overflow-x: auto;
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .hb-service-content-child-sec-list__areaImg.is-scroll > img {
    width: 100%;
    max-width: 100%;
  }
  .hb-service-content-child-sec-list.is-block {
    display: block;
    margin-top: 0;
  }
  .hb-service-content-child-sec-list.is-block .hb-service-content-child-sec-list__item {
    width: 100%;
    margin-top: 40px;
  }
  .hb-service-content-child-sec-list.is-block .hb-service-content-child-sec-list__item:first-child {
    margin-bottom: 112px;
  }
  .hb-service-content-child-sec-list__box {
    display: flex;
  }
  .hb-service-content-child-sec-list__box .hb-service-content-child-sec-list__areaTxt {
    margin-top: 0;
  }
  .hb-service-content-child-sec-list__box .hb-service-content-child-sec-list__areaImg {
    width: 468px;
    flex: 0 0 468px;
    background-color: #F2F9FD;
    margin: 0 0 0 24px;
    padding: 46px 32px;
    box-sizing: border-box;
  }
  .hb-service-content-child-sec__box {
    display: flex;
  }
  .hb-service-content-child-sec__box .hb-service-content-child-sec__areaImg {
    width: 468px;
    flex: 0 0 468px;
    margin: 0 0 0 24px;
  }
  .hb-service-content-child-sec-innerList {
    display: flex;
    flex-wrap: wrap;
    width: 720px;
    margin: auto;
  }
  .hb-service-content-child-sec-innerList__wrap {
    padding: 24px;
    border: 1px solid #E0E0E0;
  }
  .hb-service-content-child-sec-innerList__item {
    margin-top: 8px;
  }
  .hb-service-content-child-sec-innerList__item + .hb-service-content-child-sec-innerList__item {
    margin-top: 8px;
  }
  .hb-service-content-child-sec-innerList__item:nth-child(odd) {
    width: 440px;
    margin-right: 56px;
  }
  .hb-service-content-child-sec-innerList__item:nth-child(even) {
    width: 220px;
  }
  .hb-service-content-contact {
    margin-top: 40px;
    padding: 40px;
  }
  .hb-service-content-contact-dlist + .hb-service-content-contact-dlist {
    border-top: 4px dotted #0086CD;
    margin-top: 24px;
    padding-top: 24px;
  }
  .hb-service-content-contact-dlist__term {
    font-size: 18px;
  }
  .hb-service-content-contact-dlist__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hb-service-content-contact-dlist__item {
    display: flex;
    align-items: center;
  }
  .hb-service-content-contact-dlist__item + .hb-service-content-contact-dlist__item {
    margin: 0;
  }
  .hb-service-content-contact-dlist__head {
    flex: 0 0 auto;
    padding-right: 10px;
    font-size: 18px;
  }
  .hb-service-content__note {
    text-align: right;
  }
}

.hb-voice {
  position: relative;
  overflow: hidden;
  background: #D2ECF4 url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_voice01_sp.png) no-repeat center/cover;
}
.hb-voice__inner {
  padding: 77px 20px 68px;
}
.hb-voice-list {
  display: none;
  margin-top: 40px;
  margin-bottom: 47px;
}
.hb-voice-list.slick-initialized {
  display: block;
}
.hb-voice-list .slick-list {
  overflow: visible;
}
.hb-voice-list .slick-track {
  display: flex;
}
.hb-voice-list .slick-slide {
  height: auto !important;
}
.hb-voice-list__wrap {
  position: relative;
}
.hb-voice-list__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  width: 295px;
  margin-right: 20px;
  box-shadow: 0px 10px 20px rgba(0, 170, 205, 0.1);
}
.hb-voice-list__areaImg {
  width: 200px;
  margin: auto;
}
.hb-voice-list__areaTxt {
  margin-top: 16px;
}
.hb-voice-list__head {
  margin: 0;
  padding: 0;
  border: none;
  color: #00AACD;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.hb-voice-list__sub {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
}
.hb-voice-list__txt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  .hb-voice {
    background-image: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_voice01_pc.png);
  }
  .hb-voice__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 130px 0 130px;
  }
  .hb-voice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin: -80px -40px 0;
  }
  .hb-voice-list__item {
    padding: 50px 38px;
    /* width: 560px; */
    width: 45%;
    margin: 80px 2% 0;
  }
  .hb-voice-list__item:nth-child(3) .hb-voice-list__txt {
    letter-spacing: -0.03em;
  }
  .hb-voice-list__item:last-child {
    margin-top: 80px;
  }
  .hb-voice-list__areaImg {
    width: 360px;
  }
  .hb-voice-list__areaTxt {
    margin-top: 30px;
  }
  .hb-voice-list__head {
    font-size: 22px;
  }
  .hb-voice-list__sub {
    font-size: 16px;
  }
  .hb-voice-list__txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
}

.hb-contact {
  position: relative;
  z-index: 2;
}
.hb-contact__inner {
  padding: 66px 20px 0;
}
.hb-contact__box {
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_contact01_sp.png) no-repeat center/cover;
  border-radius: 20px;
  padding: 102px 38px 80px;
}
.hb-contact__header .hb-header__en {
  color: #fff;
  font-size: 14px;
}
.hb-contact__header .hb-header__sub {
  color: #FFEC00;
  font-size: 28px;
}
.hb-contact-list {
  overflow: hidden;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.hb-contact-list__btn {
  box-sizing: border-box;
  display: flex;
  text-align: center;
  width: 260px;
  max-width: 100%;
  margin: 20px auto 0;
}
.hb-contact-list__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 10px 0;
  background: #fff;
  background-size: 200% auto;
  border-radius: 30px;
  text-decoration: none;
  color: #0086CD;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.hb-contact-list__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .hb-contact__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 136px 0 0;
  }
  .hb-contact__box {
    background-image: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/happy_value_Z/bg_contact01_pc.png);
    padding: 107px 38px 100px;
  }
  .hb-contact__header .hb-header__en {
    font-size: 20px;
  }
  .hb-contact__header .hb-header__sub {
    font-size: 32px;
  }
  .hb-contact-list {
    display: flex;
    justify-content: center;
    margin: 48px -30px 0;
  }
  .hb-contact-list__btn {
    width: 300px;
    margin: 0 30px 0;
  }
  .hb-contact-list__link {
    min-height: 70px;
    border-radius: 35px;
    transition: all 0.3s;
  }
  .hb-contact-list__link:hover {
    background-color: #0086CD;
    color: #fff;
  }
  .hb-contact-list__txt {
    position: relative;
    z-index: 1;
  }
}

.hb-footer {
  position: relative;
  margin-top: -60px;
  background-color: #EBEBEB;
}
.hb-footer__inner {
  padding: 160px 40px 138px;
}
.hb-footer__logo {
  width: 221px;
  margin: 40px auto 0;
}
.hb-footer__logo-txt {
  margin-bottom: 12px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.11em;
}
.hb-footer__logo-cr {
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
}
.hb-footer-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hb-footer-list__item {
  box-sizing: border-box;
  display: flex;
  text-align: center;
  width: 232px;
  max-width: 100%;
  margin: 16px auto 0;
}
.hb-footer-list__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 10px 0;
  background: linear-gradient(135deg, #00aacd 0%, #0086cd 100%);
  background-size: 200% auto;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.hb-footer-list__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .hb-footer {
    margin-top: -100px;
  }
  .hb-footer__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 220px 0 168px;
  }
  .hb-footer__main {
    width: 97%;
    margin: 0 auto;
  }
  .hb-footer__logo {
    width: 260px;
    margin: 60px auto 0;
    text-align: center;
  }
  .hb-footer__logo-img {
    width: 221px;
  }
  .hb-footer__logo-cr {
    position: static;
    text-align: left;
    display: block;
    margin-top: 24px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .hb-footer-list {
    display: flex;
    justify-content: center;
    margin: 0 -8px 0;
  }
  .hb-footer-list__item {
    width: 240px;
    margin: 0 8px 0;
  }
  .hb-footer-list__link {
    min-height: 48px;
    font-size: 16px;
    transition: all 0.3s;
  }
  .hb-footer-list__link:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=happy_value_Z.css.map */