@charset "UTF-8";
/* リキッドレイアウト対応 */
.sustainability {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}

.u-lg-desktop {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-lg-desktop {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
html.is-screen-locked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body header h1 {
  font-size: 10px;
  font-size: 0.625rem;
}

body main .pan_nav {
  font-size: 12px;
  font-size: 0.75rem;
}

body footer li {
  font-size: 12px;
  font-size: 0.75rem;
}

body footer li::before {
  font-size: 12px;
  font-size: 0.75rem;
}

body footer .lh_16 {
  font-size: 12px;
  font-size: 0.75rem;
}

body footer small {
  font-size: 12px;
  font-size: 0.75rem;
}

body #sd .drawer_dd li a {
  font-size: 14px;
  font-size: 0.875rem;
}

html {
  font-size: 16px !important;
}
@media (max-width: 1023px) {
  html {
    font-size: 1.5640273705vw !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px !important;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw !important;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: medium;
  font-size: initial;
  font-weight: normal;
  font-weight: initial;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.admission {
  background: url(../images/hb_club/bg_admission.jpg) no-repeat center center/cover;
  padding: 45px 0;
  padding: 2.8125rem 0;
}
@media screen and (max-width: 767px) {
  .admission {
    padding: 1.875rem 0;
  }
}

.admission__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.admission__text {
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .admission__text {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

.admission__box {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #14AB23;
  background: #fff;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .admission__box {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.benefit__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.benefit__head.is_center {
  text-align: center;
}

.benefit__title {
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #14AB23;
  padding: 10px 40px;
  padding: 0.625rem 2.5rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit__title {
    font-size: 1.125rem;
    text-align: center;
    width: 15rem;
    padding: 0.3125rem 1.25rem;
  }
}
.benefit__title::before, .benefit__title::after {
  content: "";
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .benefit__title::before, .benefit__title::after {
    width: 0.9375rem;
  }
}
.benefit__title::before {
  background: url(../images/hb_club/deco_benefit_title1.svg) no-repeat center center/contain;
  left: 0;
}
.benefit__title::after {
  background: url(../images/hb_club/deco_benefit_title2.svg) no-repeat center center/contain;
  right: 0;
}

.benefit__deco {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: #2C6F4B;
  width: 238px;
  width: 14.875rem;
  height: 238px;
  height: 14.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .benefit__deco {
    width: 12.5rem;
    height: 12.5rem;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .benefit__deco {
    width: 4.375rem;
    height: auto;
    height: initial;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 0.75rem;
    aspect-ratio: 1/1;
  }
}

.benefit__subTitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .benefit__subTitle {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.benefit__body {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .benefit__body {
    margin-top: 0.9375rem;
  }
}

.benefit__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .benefit__card {
    display: block;
  }
}

.benefit__card + .benefit__card {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .benefit__card + .benefit__card {
    margin-top: 1.875rem;
  }
}

.benefit__content {
  width: 51.5625%;
  background: #DCF8C4;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .benefit__content {
    width: 100%;
    padding: 0.9375rem;
  }
}

.benefit__cardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.benefit__cardLogo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  -ms-flex: 0 0 5rem;
      flex: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .benefit__cardLogo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
            flex: 0 0 3.125rem;
  }
}

.benefit__cardTitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #006633;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .benefit__cardTitle {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.benefit__cardBody {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.benefit__cardText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .benefit__cardText {
    font-size: 1rem;
  }
}

.benefit__cardImg {
  width: 48.4375%;
  aspect-ratio: 496/301;
}
.benefit__cardImg img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .benefit__cardImg {
    width: 100%;
  }
}

.benefit__cardCopy {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.benefit__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .benefit__bottom {
    margin-top: 1.875rem;
  }
}

.content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  margin-left: -35px;
  margin-left: -2.1875rem;
  width: calc(100% + 2.1875rem);
}
@media screen and (max-width: 1050px) {
  .content__head {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}

.content__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  -ms-flex: 0 0 11.25rem;
      flex: 0 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .content__logo {
    width: 6.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
  }
}

.content__textBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.content__title {
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #14AB23;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .content__title {
    font-size: 1.875rem;
  }
}

.content__title-1 {
  width: 100%;
  max-width: 849px;
  max-width: 53.0625rem;
}

.content__title-3 {
  width: 100%;
  max-width: 681px;
  max-width: 42.5625rem;
}

.content__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .content__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.content__message {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2C6F4B;
}
@media screen and (max-width: 767px) {
  .content__message {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}

.content__message-1 {
  width: 100%;
  max-width: 590px;
  max-width: 36.875rem;
}

.content__body {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .content__body {
    margin-top: 3.125rem;
  }
}

.content__cards {
  display: grid;
}
@media screen and (max-width: 1050px) {
  .content__cards {
    padding: 0 1.25rem;
  }
}

.content__cards-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  gap: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .content__cards-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.content__cards-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .content__cards-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.content__card {
  position: relative;
}

.content__card::before {
  content: "";
  display: block;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  background: url(../images/hb_project/content_case1.png) no-repeat center center/contain;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: -35px;
  left: -2.1875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .content__card::before {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.content__card:nth-child(2):before {
  background: url(../images/hb_project/content_case2.png) no-repeat center center/contain;
}

.content__card:nth-child(3):before {
  background: url(../images/hb_project/content_case3.png) no-repeat center center/contain;
}

.content__card:nth-child(4):before {
  background: url(../images/hb_project/content_case4.png) no-repeat center center/contain;
}

.content__card:nth-child(5):before {
  background: url(../images/hb_project/content_case5.png) no-repeat center center/contain;
}

.content__card:nth-child(6):before {
  background: url(../images/hb_project/content_case6.png) no-repeat center center/contain;
}

.content__card--kids::after {
  content: "";
  display: block;
  background: url(../images/hb_project/deco_kids.png) no-repeat center center/contain;
  width: 390px;
  width: 24.375rem;
  height: 198px;
  height: 12.375rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(10%, -60%);
          transform: translate(10%, -60%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .content__card--kids::after {
    width: 12.5rem;
    height: 6.25rem;
  }
}

.content__cardImg {
  aspect-ratio: 305/199;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 0 #14AB23;
          box-shadow: 10px 10px 0 #14AB23;
}
.content__cardImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}

.content__cardImg--large {
  aspect-ratio: 477/309;
}

.content_cardText {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .content_cardText {
    margin-top: 0.9375rem;
    font-size: 1rem;
  }
}

.content__links {
  margin-top: 45px;
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 75px;
  gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .content__links {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content__link {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  background: #006633;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  width: 100%;
  max-width: 475px;
  max-width: 29.6875rem;
  min-height: 50px;
  min-height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .content__link {
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content__link img {
  width: 11px;
  width: 0.6875rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
}
.content__link:hover {
  color: #fff;
}

.content__link-large {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  max-width: initial;
}

@media (hover: hover) {
  .content__link:hover {
    opacity: 0.7;
  }
}
.declaration.mainSec-layout {
  background: #FFFF00;
  position: relative;
}

.declaration__contents {
  position: relative;
}

.declaration__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .declaration__title {
    font-size: 1.25rem;
  }
}

.declaration__title-bg {
  font-size: 58px;
  font-size: 3.625rem;
  width: 100%;
  max-width: 680px;
  max-width: 42.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #14AB23;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .declaration__title-bg {
    font-size: 2.1875rem;
  }
}

.declaration__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 500;
  padding-right: 40%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .declaration__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    padding-right: 0;
    padding-right: initial;
  }
}

.declaration__img {
  width: 47.0703125vw;
  max-width: 482px;
  max-width: 30.125rem;
  position: absolute;
  top: -350px;
  top: -21.875rem;
  right: -50px;
  right: -3.125rem;
}
.declaration__img img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .declaration__img {
    width: 33.8483146067vw;
    right: 0;
    top: -12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .declaration__img {
    width: 100%;
    max-width: 7.5rem;
    top: -9.375rem;
  }
}

.mv__inner {
  position: relative;
  height: 100%;
}

.mv__backImage {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.mv_copy_l.hbp_mv__copy {
  width: 40.3125vw;
  max-width: 774px;
  max-width: 48.375rem;
  left: 34%;
}
.mv_copy_l.hbp_mv__copy img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mv_copy_l.hbp_mv__copy {
    width: 70%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.mv_copy_l.hbp_mv__copy .mv_deco {
  width: 35.5729166667vw;
  max-width: 683px;
  max-width: 42.6875rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.mv__imgDeco {
  max-width: 500px;
  max-width: 31.25rem;
  position: absolute;
  bottom: -125px;
  bottom: -7.8125rem;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__imgDeco {
    display: none;
  }
}

.mainSec-layout {
  padding: 96px 0;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .mainSec-layout {
    padding: 3.125rem 0;
  }
}

.mainSec-layout-bottom {
  padding: 96px 0 150px;
  padding: 6rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .mainSec-layout-bottom {
    padding: 3.125rem 0 6.25rem;
  }
}

.mainSec-layout--green {
  padding: 136px 0 96px;
  padding: 8.5rem 0 6rem;
  background: #DCF8C4;
}
@media screen and (max-width: 767px) {
  .mainSec-layout--green {
    padding: 3.125rem 0 3.125rem;
  }
}

.mainSec-layout--pink {
  background: #F8EAC4;
}

.mainSec-layout--blue {
  background: #D5ECF3;
}

.mainSec-layout--gray {
  background: #F0EDE8;
}

.register {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-top: 0px;
  padding-top: 0rem;
  position: relative;
}
.register__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  .register__text {
    font-size: 1rem;
  }
}

.register__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  border: 2px solid #14AB23;
  border-radius: 10px;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .register__wrap {
    margin-top: 1.875rem;
    padding: 0.9375rem;
    font-size: 0.875rem;
  }
}

.register__btnBlock {
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}

.register__btn {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  max-width: 26.875rem;
  min-height: 105px;
  min-height: 6.5625rem;
  border: 7px solid #14AB23;
  border-radius: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.register__btn span {
  border: 4px solid #FFFF00;
  background: #2C6F4B;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 91px;
  min-height: 5.6875rem;
  border-radius: inherit;
}

@media (hover: hover) {
  .register__btn:hover {
    opacity: 0.7;
  }
}
.register__logo {
  width: 273px;
  width: 17.0625rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 23px;
  top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .register__logo {
    width: 11.25rem;
  }
}

.terrace__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .terrace__head {
    display: block;
  }
}

.terrace__img {
  width: 100%;
}
.terrace__img img {
  width: 100%;
}

.terrace__contentHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 70px;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .terrace__contentHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.terrace__block {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .terrace__block {
    padding-bottom: 0;
  }
}

.terrace__cat {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  padding: 0.3125rem;
  background: #59493F;
  width: 218px;
  width: 13.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .terrace__cat {
    font-size: 1.5rem;
  }
}

.terrace__catText {
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: #006633;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.terrace__point {
  width: 207px;
  width: 12.9375rem;
  height: 207px;
  height: 12.9375rem;
  background: #2C6F4B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}

.terrace__contentBody {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .terrace__contentBody {
    margin-top: 0.3125rem;
  }
}

.terrace__contentBodyText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .terrace__contentBodyText {
    font-size: 1rem;
  }
}

.terrace__contentBodyUnder {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 10px 40px;
  padding: 0.625rem 0.625rem 2.5rem;
  width: 100%;
  background: #59493F;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 50% 100%, 0 45%);
          clip-path: polygon(0 0, 100% 0, 100% 45%, 50% 100%, 0 45%);
}
@media screen and (max-width: 767px) {
  .terrace__contentBodyUnder {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.terrace__body {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .terrace__body {
    margin-top: 1.25rem;
  }
}

.terrace__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 30px;
  gap: 1.5625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .terrace__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0.625rem;
  }
}

.terrace__cardImg {
  aspect-ratio: 233/159;
}
.terrace__cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.terrace__cardText {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .terrace__cardText {
    font-size: 1rem;
  }
}

.inner {
  width: 100%;
  max-width: 1074px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-large {
  max-width: 1490px;
}
@media screen and (max-width: 767px) {
  .inner-large {
    max-width: none;
    max-width: initial;
  }
}
/*# sourceMappingURL=hb_club.css.map */
