@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;
}

.action__head {
  text-align: center;
}

.action__headTitle {
  display: inline-block;
  width: 100%;
  max-width: 454px;
  max-width: 28.375rem;
}

.action__headText {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .action__headText {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    text-align: left;
  }
}

.action__body {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .action__body {
    margin-top: 2.5rem;
  }
}

.action__content + .action__content {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .action__content + .action__content {
    margin-top: 3.125rem;
  }
}

.action__bottom {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .action__bottom {
    margin-top: 2.5rem;
  }
}

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

.action__link {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .action__link:hover {
    opacity: 0.7;
  }
}
.action__linkImg {
  width: 100%;
  aspect-ratio: 475/267;
}
.action__linkImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.action__linkText {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  padding: 12px 40px 12px 15px;
  padding: 0.75rem 2.5rem 0.75rem 0.9375rem;
  background: #006633;
  position: relative;
}
.action__linkText img {
  width: 11px;
  width: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  right: 0.9375rem;
}

.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%;
    gap: 0.625rem 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.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: 1050px) {
  .content__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.content__textBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 1050px) {
  .content__textBox {
    display: contents;
  }
}

.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: 1050px) {
  .content__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(80% - 1.25rem);
            flex: 0 0 calc(80% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .content__title {
    font-size: 1.5rem;
  }
}

.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;
    width: 100%;
  }
}

.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;
    -webkit-transform: translate(10%, -40%);
            transform: translate(10%, -40%);
  }
}

.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__inner {
  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: 818px;
  max-width: 51.125rem;
  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: 33.59375vw;
  max-width: 344px;
  max-width: 21.5rem;
  position: absolute;
  bottom: -80px;
  bottom: -5rem;
  right: 0;
}
.declaration__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .declaration__img {
    width: 100%;
    max-width: 17.5rem;
    position: static;
    position: initial;
    margin-inline: auto;
    margin-top: 1.25rem;
  }
}

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

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

.mv_copy_l.hbp_mv__copy {
  width: 46.875vw;
  max-width: 900px;
  max-width: 56.25rem;
  left: 38%;
}
.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 {
  width: 35.7142857143vw;
  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 {
    width: 53vw;
    bottom: -6.5rem;
    right: 2.5rem;
    max-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  .mv__imgDeco {
    width: 53vw;
    bottom: -3.5rem;
    right: 3.5rem;
  }
}

.mv__decoInner {
  position: relative;
}

.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;
}

.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_project.css.map */
