@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 132px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 58px;
  }
}
body.home {
  padding-top: 0;
}

.sp_head_search_link,
.sp_head_search {
  display: none;
}

/* サイト全体のテキストリンク設定 */
a {
  color: #303030;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #303030;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.6;
}

:target:before {
  content: "";
  display: block;
  height: 68px; /* ヘッダの高さ = 110px */
  margin: -68px 0 0; /* ヘッダの高さ = 110px */
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

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

/* ----------------------------------------------------------------------
 共通
---------------------------------------------------------------------- */
.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 1000px;
  background: linear-gradient(45deg, #C5DF1D, #34B248);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.3s;
}
.c-button:visited {
  color: #fff;
}
.c-button:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-button span {
  position: relative;
  display: inline-block;
  padding: 0 32px;
}
.c-button span:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-button span:after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
}

.c-button-white {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 1000px;
  background: #fff;
  border: 1px solid #34B248;
  box-shadow: none;
  color: #34B248;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.3s;
  cursor: pointer;
}
.c-button-white:visited {
  color: #34B248;
}
.c-button-white:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-button-white span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.c-button-white span:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-button-white span:after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
}

.c-btn-request {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 48px;
  border-radius: 1000px;
  background: linear-gradient(45deg, #F0F411, #F1AD00);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-request {
    width: 160px;
  }
}
.c-btn-request:visited {
  color: #fff;
}
.c-btn-request:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-btn-request:before {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(/cms/wp-content/themes/hmr_green/images/icon_request.svg) no-repeat center center;
  background-size: contain;
}
.c-btn-request:after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(/cms/wp-content/themes/hmr_green/images/icon_blank.svg) no-repeat center center;
  background-size: contain;
}

.c-btn-contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 48px;
  padding-left: 20px;
  border-radius: 1000px;
  background: linear-gradient(45deg, #C5DF1D, #34B248);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-contact {
    width: 160px;
  }
}
.c-btn-contact:visited {
  color: #fff;
}
.c-btn-contact:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-btn-contact:before {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(/cms/wp-content/themes/hmr_green/images/icon_mail.svg) no-repeat center center;
  background-size: contain;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 15px 20px;
  }
}
#header .header-logo {
  margin-bottom: 0;
  width: 367px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #header .header-logo {
    width: 195px;
  }
}
#header .header-logo img {
  max-width: 100%;
  height: auto;
}
#header .header-btns {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #header .header-btns {
    display: none;
  }
}
#header .header-globalnav {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #header .header-globalnav {
    display: none;
  }
}
#header .header-globalnav li.is-open .megamenu {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
#header .header-globalnav li > a {
  position: relative;
  display: block;
  padding-bottom: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#header .header-globalnav li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #34B248;
  opacity: 0;
}
#header .header-globalnav li > a:hover {
  text-decoration: none;
}
#header .header-globalnav li > a:hover:after {
  opacity: 1;
}
#header .megamenu {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #header .megamenu {
    display: none;
  }
}
#header .megamenu-container {
  display: flex;
  width: calc(100% - 64px);
  max-width: 1200px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 2px #000;
}
#header .megamenu-category {
  width: 30%;
  background: #34B248;
  border-radius: 20px 0 0 20px;
  padding: 5% 10px 0 6%;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
#header .megamenu-parent {
  width: 300px;
  background: #ECF7E5;
  padding: 36px 0;
}
#header .megamenu-parent a {
  display: block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#header .megamenu-parent a:hover {
  background: #fff;
  text-decoration: none;
}
#header .megamenu-parent a.is-open {
  background: #fff;
}
#header .megamenu-single {
  width: 70%;
  background: #ECF7E5;
  border-radius: 0 20px 20px 0;
  padding: 36px 0;
}
#header .megamenu-single a {
  display: block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#header .megamenu-single a:hover {
  background: #fff;
  text-decoration: none;
}
#header .megamenu-single a.is-open {
  background: #fff;
}
#header .megamenu-children {
  flex-grow: 1;
  padding: 45px 30px;
}
#header .megamenu-children__block {
  display: none;
}
#header .megamenu-children__block.is-open {
  display: block;
}
#header .megamenu-children a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#header .header-hamburger {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 24px;
  height: 18px;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  z-index: 102;
}
#header .header-hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: #34B248;
  transition: 0.3s;
}
#header .header-hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: #34B248;
  transition: 0.3s;
}
#header .header-hamburger span {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: #34B248;
}
#header .header-hamburger.is-open:before {
  transform: rotate(45deg);
  background: #fff;
  top: calc(50% - 1px);
}
#header .header-hamburger.is-open:after {
  transform: rotate(-45deg);
  background: #fff;
  bottom: calc(50% - 1px);
}
#header .header-hamburger.is-open span {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .header-hamburger {
    display: none;
  }
}
#header .spmenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  min-height: 100%;
  background: #34B248;
  padding-top: 54px;
  transform: translateX(101%);
  transition: transform 0.3s;
  overflow-y: auto;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  #header .spmenu {
    display: none;
  }
}
#header .spmenu.is-open {
  transform: translateX(0);
}
#header .spmenu__category {
  position: relative;
  background: #34B248;
  border-top: 1px solid #fff;
}
#header .spmenu__category a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
#header .spmenu__category a:visited {
  color: #fff;
}
#header .spmenu__category button {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
}
#header .spmenu__category button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #fff;
}
#header .spmenu__category button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 16px;
  background: #fff;
}
#header .spmenu__category button.is-open:after {
  display: none;
}
#header .spmenu__child {
  position: relative;
  background: #fff;
}
#header .spmenu__child a {
  display: block;
  padding: 14px 20px;
  color: #18281E;
  font-size: 14px;
  font-weight: 500;
}
#header .spmenu__child a:visited {
  color: #18281E;
}
#header .spmenu__group {
  position: relative;
  background: #fff;
}
#header .spmenu__group a {
  display: block;
  padding: 14px 20px;
  color: #34B248;
  font-size: 14px;
  font-weight: 700;
}
#header .spmenu__group a:visited {
  color: #34B248;
}
#header .spmenu__group button {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
}
#header .spmenu__group button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #34B248;
}
#header .spmenu__group button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 16px;
  background: #34B248;
}
#header .spmenu__group button.is-open:after {
  display: none;
}
#header .spmenu__grandchild {
  position: relative;
  background: #ECF7E5;
}
#header .spmenu__grandchild a {
  display: block;
  padding: 14px 20px;
  color: #18281E;
  font-size: 14px;
  font-weight: 500;
}
#header .spmenu__grandchild a:visited {
  color: #18281E;
}
#header .spmenu .js-spmenu-children {
  display: none;
}

#footer .footer-map {
  width: 100%;
  margin-top: 80px;
  padding: 64px 20px;
  border-radius: 100px 100px 0 0;
  background: #F7F8F5;
}
@media screen and (max-width: 767px) {
  #footer .footer-map {
    padding: 30px 20px 40px;
    border-radius: 40px;
  }
}
#footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
}
#footer .footer-nav__column {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #footer .footer-nav__column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-nav__block {
    margin-top: 20px;
  }
}
#footer .footer-nav__category {
  position: relative;
  margin-top: 15px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .footer-nav__category {
    font-size: 15px;
  }
}
#footer .footer-nav__category:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #34B248 0%, #34B248 36px, #ccc 36px, #ccc 100%);
}
#footer .footer-nav__category > button {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: none;
  box-shadow: none;
  outline: none;
  z-index: 2;
}
#footer .footer-nav__category > button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #34B248;
}
#footer .footer-nav__category > button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 16px;
  background: #34B248;
}
#footer .footer-nav__category > button.is-open:after {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer .footer-nav__category > button {
    display: none;
  }
}
#footer .footer-nav__category a {
  position: relative;
  display: block;
  padding: 6px 0;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}
#footer .footer-nav__category a:hover {
  text-decoration: none;
  color: #34B248;
}
#footer .footer-nav__children {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #footer .footer-nav__children {
    display: none;
  }
}
#footer .footer-nav__group {
  line-height: 2.5;
}
#footer .footer-nav__group > a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 500;
  color: #34B248;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
#footer .footer-nav__group > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 5px;
  height: 2px;
  background: #34B248;
}
#footer .footer-nav__child {
  line-height: 2;
}
#footer .footer-nav__child > a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#footer .footer-nav__child > a:hover {
  text-decoration: none;
  color: #34B248;
}
#footer .footer-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #footer .footer-support {
    margin-top: 32px;
    padding-top: 0;
    border-top: 0;
  }
}
#footer .footer-support__links {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  #footer .footer-support__links {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 25px;
  }
}
#footer .footer-support__link > a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #footer .footer-support__link > a {
    font-size: 15px;
  }
}
#footer .footer-support__link > a:hover {
  text-decoration: none;
  color: #34B248;
}
#footer .footer-support__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #footer .footer-support__btns {
    width: 100%;
    margin-top: 32px;
  }
}
#footer .footer-company {
  background: #fff;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  #footer .footer-company {
    padding: 24px 20px 60px;
  }
}
#footer .footer-company__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #footer .footer-company__inner {
    display: block;
  }
}
#footer .footer-company__logo {
  width: 367px;
}
@media screen and (max-width: 767px) {
  #footer .footer-company__logo {
    width: 190px;
    margin-inline: auto;
  }
}
#footer .footer-company__logo img {
  max-width: 100%;
  height: auto;
}
#footer .footer-company__address {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #footer .footer-company__address {
    text-align: center;
    font-size: 13px;
  }
}
#footer .footer-company__copyright {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #footer .footer-company__copyright {
    margin-top: 40px;
    font-size: 11px;
    text-align: center;
  }
}

.fixed-btns {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .fixed-btns {
    display: none;
  }
}
.fixed-btns__btn {
  width: calc(50% - 4px);
}
.fixed-btns__request {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(45deg, #F0F411, #F1AD00);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.fixed-btns__request:visited {
  color: #fff;
}
.fixed-btns__request:hover {
  text-decoration: none;
}
.fixed-btns__request:before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(/cms/wp-content/themes/hmr_green/images/icon_request.svg) no-repeat center center;
  background-size: contain;
}
.fixed-btns__request:after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(/cms/wp-content/themes/hmr_green/images/icon_blank.svg) no-repeat center center;
  background-size: contain;
}
.fixed-btns__contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-left: 25px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(45deg, #C5DF1D, #34B248);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.fixed-btns__contact:visited {
  color: #fff;
}
.fixed-btns__contact:hover {
  text-decoration: none;
}
.fixed-btns__contact:before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(/cms/wp-content/themes/hmr_green/images/icon_mail.svg) no-repeat center center;
  background-size: contain;
}

/* ----------------------------------------------------------------------
 TOP
---------------------------------------------------------------------- */
.main-visual {
  position: relative;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 1920/870;
  padding: 0 min(48px, 2.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .main-visual {
    width: 100%;
    aspect-ratio: 750/1570;
  }
}
.main-visual__image01 {
  position: absolute;
  left: min(48px, 2.5vw);
  top: 0;
  width: calc(71% - 428px);
  height: 95.4022988506%;
  border-radius: 0 0 1000px 1000px;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .main-visual__image01 {
    width: 34.5vw;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__image01 {
    left: 5.3333333333vw;
    width: 89.3333333333vw;
    height: 78.4vw;
  }
}
.main-visual__image01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__text {
  position: absolute;
  left: calc(75% - 428px);
  top: min(243px, 12.65625vw);
  width: 428px;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .main-visual__text {
    left: 37.3333333333vw;
    width: 35.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__text {
    top: 82.6666666667vw;
    left: 5.3333333333vw;
    width: 89.3333333333vw;
  }
}
.main-visual__title {
  font-size: 50px;
  color: #34B248;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .main-visual__title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title {
    width: 89.3333333333vw;
    font-size: min(50px, 6.6666666667vw);
  }
}
.main-visual__title__dot {
  display: inline-block;
  position: relative;
}
.main-visual__title__dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.24em;
  height: 0.24em;
  border-radius: 50%;
  background: #FFE600;
  transform: translateX(-50%) translateY(-100%);
}
.main-visual__title__bg {
  display: inline-block;
  position: relative;
  padding: 0.05em 0.1em 0.1em 0.1em;
  color: #fff;
  overflow: hidden;
  line-height: 1;
  margin-top: 0.5em;
  font-weight: 600;
}
.main-visual__title__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 100%;
  background: #34B248;
  z-index: -1;
}
.main-visual__lead {
  margin-top: 16px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .main-visual__lead {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__lead {
    margin-top: 8px;
    left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.main-visual__body {
  margin-top: 20px;
  line-height: 2.4;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .main-visual__body {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__body {
    margin-top: 10px;
    width: 40.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.main-visual__image02 {
  position: absolute;
  right: min(48px, 2.5vw);
  bottom: 0;
  width: 21.6216216216%;
  aspect-ratio: 332/498;
  border-radius: 1000px;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .main-visual__image02 {
    width: 19.2192192192%;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__image02 {
    width: 44.2666666667vw;
    bottom: 13.3333333333vw;
    right: 5.3333333333vw;
  }
}
.main-visual__image02 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-softcapsule {
  position: relative;
  width: 96.6666666667vw;
  max-width: 1856px;
  margin-top: 100px;
  margin-inline: auto;
  border-radius: 100px;
  padding: 55px 20px;
  background: url(/cms/wp-content/themes/hmr_green/images/top/bg_list.jpg) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .section-softcapsule {
    width: calc(100% - 40px);
    margin-top: 40px;
    border-radius: 40px;
    padding: 28px 20px;
    background: url(/cms/wp-content/themes/hmr_green/images/top/bg_list_sp.jpg) no-repeat right center;
    background-size: cover;
  }
}
.section-softcapsule__circle {
  position: absolute;
  left: 6.25%;
  top: min(-40px, -2.0833333333vw);
  width: min(170px, 8.8541666667vw);
  height: min(170px, 8.8541666667vw);
  -webkit-animation: rotateText 10s linear infinite;
          animation: rotateText 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .section-softcapsule__circle {
    left: initial;
    right: 0;
    top: -11.3333333333%;
    width: 22.6666666667vw;
    height: 22.6666666667vw;
  }
}
.section-softcapsule__circle img {
  max-width: 100%;
  height: auto;
}
.section-softcapsule__heading {
  text-align: center;
}
.section-softcapsule__heading__ja {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 32px;
  color: #34B248;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-softcapsule__heading__ja {
    padding-bottom: 22px;
    font-size: 21px;
  }
}
.section-softcapsule__heading__ja:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 1px;
  height: 24px;
  background: #2A5032;
}
@media screen and (max-width: 767px) {
  .section-softcapsule__heading__ja:after {
    height: 14px;
  }
}
.section-softcapsule__heading__en {
  color: #2A5032;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-softcapsule__heading__en {
    font-size: 13px;
  }
}
.section-softcapsule__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
  max-width: 752px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section-softcapsule__content {
    gap: 16px;
  }
}
.section-softcapsule__content__each {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 16px);
  aspect-ratio: 3/2;
  border-radius: 1000px;
  background: linear-gradient(45deg, #C5DF1D, #34B248);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .section-softcapsule__content__each {
    font-size: 4.8vw;
    width: 100%;
    aspect-ratio: 590/410;
  }
}
.section-softcapsule__content__each:visited {
  color: #fff;
}
.section-softcapsule__content__each:hover {
  text-decoration: none;
  opacity: 0.7;
}
.section-softcapsule__content__each:before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 19px;
  width: 80px;
  height: 56px;
  background: #fff;
  border-radius: 1000px 0 1000px 0;
}
@media screen and (max-width: 767px) {
  .section-softcapsule__content__each:before {
    width: 64px;
    height: 36px;
  }
}
.section-softcapsule__content__each:after {
  content: "";
  position: absolute;
  right: 58px;
  bottom: 37px;
  width: 16px;
  height: 16px;
  background: #34B248;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .section-softcapsule__content__each:after {
    right: 54px;
    bottom: 32px;
    width: 12px;
    height: 12px;
  }
}

@-webkit-keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-business {
  width: 100%;
  margin-top: 80px;
  padding: 55px 20px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(45deg, #FCFDD0, #DBFFCE);
}
@media screen and (max-width: 767px) {
  .block-business {
    border-radius: 50px 50px 0 0;
  }
}
.block-business__about {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-inline: auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .block-business__about {
    display: block;
    margin-bottom: 32px;
  }
}
.block-business__about__image {
  width: 47.4545454545%;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-business__about__image {
    width: 100%;
    border-radius: 20px;
  }
}
.block-business__about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-business__about__text {
  width: 47.4545454545%;
}
@media screen and (max-width: 767px) {
  .block-business__about__text {
    margin-top: 32px;
    width: 100%;
  }
}
.block-business__about__lead {
  color: #34B248;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .block-business__about__lead {
    font-size: 17px;
  }
}
.block-business__about__body {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #18281E;
}
@media screen and (max-width: 767px) {
  .block-business__about__body {
    margin-top: 16px;
    font-size: 14px;
  }
}
.block-business__about__btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .block-business__about__btn {
    margin-top: 32px;
  }
}
.block-business__category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin-top: 32px;
  margin-inline: auto;
  padding: 32px 40px;
  border-radius: 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .block-business__category {
    border-radius: 30px;
    display: block;
    margin-top: 16px;
    padding: 24px 16px 36px;
  }
}
.block-business__category__image {
  width: 47.4545454545%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-business__category__image {
    width: 100%;
  }
}
.block-business__category__image img {
  max-width: 100%;
  height: auto;
}
.block-business__category__text {
  width: 47.4545454545%;
}
@media screen and (max-width: 767px) {
  .block-business__category__text {
    width: 100%;
  }
}
.block-business__category__title {
  font-size: 28px;
  font-weight: 700;
  color: #34B248;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .block-business__category__title {
    margin-top: 24px;
    font-size: 20px;
  }
}
.block-business__category__list {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .block-business__category__list {
    margin-top: 6px;
  }
}
.block-business__category__listitem {
  position: relative;
  display: block;
  padding: 10px 20px 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #18281E;
  border-bottom: 1px solid #18281E;
  font-family: "Noto Sans JP", sans-serif;
  transition: color 0.3s;
}
.block-business__category__listitem:hover {
  text-decoration: none;
  color: #34B248;
}
@media screen and (max-width: 767px) {
  .block-business__category__listitem {
    padding: 5px 12px 5px 0;
    font-size: 14px;
  }
}
.block-business__category__listitem::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #34B248;
}
@media screen and (max-width: 767px) {
  .block-business__category__listitem::after {
    top: calc(50% - 8px);
    width: 8px;
    height: 8px;
  }
}

.section-news {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .section-news {
    margin: 40px auto;
  }
}
.section-news__archive {
  position: absolute;
  right: 0;
  top: 20px;
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
  color: #18281E;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-news__archive {
    font-size: 14px;
    padding-right: 10px;
  }
}
.section-news__archive:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #34B248;
}
@media screen and (max-width: 767px) {
  .section-news__archive:after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
}
.section-news__heading {
  position: relative;
  text-align: center;
  z-index: 1;
}
.section-news__heading__ja {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 32px;
  color: #34B248;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-news__heading__ja {
    padding-bottom: 22px;
    font-size: 21px;
  }
}
.section-news__heading__ja:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 1px;
  height: 24px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .section-news__heading__ja:after {
    height: 14px;
  }
}
.section-news__heading__en {
  color: #2A5032;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-news__heading__en {
    font-size: 13px;
  }
}
.section-news__content {
  margin-top: 32px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .section-news__content {
    margin-top: 0;
    gap: 10px;
  }
}
.section-news__content__row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #18281E;
}
@media screen and (max-width: 767px) {
  .section-news__content__row {
    padding: 16px 0;
  }
}
.section-news__content__date {
  font-size: 16px;
  font-weight: 500;
  color: #34B248;
  width: 85px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-news__content__date {
    width: 75px;
    font-size: 12px;
  }
}
.section-news__content__title {
  width: calc(100% - 105px);
  font-size: 16px;
  font-weight: 500;
  color: #18281E;
}
.section-news__content__title a {
  display: block;
  transition: color;
  font-family: "Noto Sans JP", sans-serif;
}
.section-news__content__title a:visited {
  color: #18281E;
}
.section-news__content__title a:hover {
  text-decoration: none;
  color: #34B248;
}
@media screen and (max-width: 767px) {
  .section-news__content__title {
    width: calc(100% - 85px);
    font-size: 14px;
  }
}

.section-recruit {
  position: relative;
  width: 96.6666666667vw;
  max-width: 1856px;
  margin-top: 100px;
  margin-inline: auto;
  border-radius: 60px;
  padding: 55px 20px;
  background: url(/cms/wp-content/themes/hmr_green/images/top/bg_recruit.jpg) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .section-recruit {
    width: calc(100% - 40px);
    margin-top: 32px;
    padding: 32px 20px;
    border-radius: 30px;
    background: url(/cms/wp-content/themes/hmr_green/images/top/bg_recruit_sp.jpg) no-repeat right center;
    background-size: cover;
  }
}
.section-recruit__heading {
  text-align: center;
}
.section-recruit__heading__ja {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 32px;
  color: #34B248;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-recruit__heading__ja {
    padding-bottom: 22px;
    font-size: 21px;
  }
}
.section-recruit__heading__ja:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 1px;
  height: 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-recruit__heading__ja:after {
    height: 14px;
  }
}
.section-recruit__heading__en {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-recruit__heading__en {
    font-size: 13px;
  }
}
.section-recruit__content {
  max-width: 780px;
  margin-top: 32px;
  margin-inline: auto;
}
.section-recruit__content__body {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-recruit__content__body {
    text-align: center;
    font-size: 14px;
  }
}
.section-recruit__content__btn {
  margin-top: 48px;
  width: 280px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-recruit__content__btn {
    width: 77.6119402985%;
  }
}

.section-movie {
  width: 100%;
  margin-top: 80px;
  padding: 55px 20px 64px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(45deg, #FCFDD0, #DBFFCE);
}
@media screen and (max-width: 767px) {
  .section-movie {
    margin-top: 40px;
    border-radius: 40px 40px 0 0;
    padding: 32px 20px;
  }
}
.section-movie__heading {
  text-align: center;
}
.section-movie__heading__ja {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 32px;
  color: #34B248;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-movie__heading__ja {
    padding-bottom: 22px;
    font-size: 21px;
  }
}
.section-movie__heading__ja:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 1px;
  height: 24px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .section-movie__heading__ja:after {
    height: 14px;
  }
}
.section-movie__heading__en {
  color: #2A5032;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-movie__heading__en {
    font-size: 13px;
  }
}
.section-movie__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 32px;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .section-movie__content {
    margin-top: 16px;
    gap: 20px;
  }
}
.section-movie__content__each {
  display: block;
  width: 46.5454545455%;
  border-radius: 40px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .section-movie__content__each {
    width: 100%;
  }
}
.section-movie__content__each:visited {
  color: #fff;
}
.section-movie__content__each:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.section-movie__content__image {
  position: relative;
  width: 100%;
  aspect-ratio: 512/256;
}
.section-movie__content__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-movie__content__name {
  padding: 10px;
  background: linear-gradient(45deg, #C5DF1D, #34B248);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.block-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1180px;
  margin-inline: auto;
  padding: 80px 40px 0;
}
@media screen and (max-width: 767px) {
  .block-bnr {
    width: 80vw;
    padding: 40px 0 0;
    gap: 20px;
  }
}
.block-bnr__each {
  width: 31.4545454545%;
}
@media screen and (max-width: 767px) {
  .block-bnr__each {
    width: 100%;
  }
}
.block-bnr__each img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------
 下層ページ
---------------------------------------------------------------------- */
.page-header {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 10px 20px 90px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding-bottom: 48px;
  }
}
.page-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 93.75%;
  height: 100%;
  border-radius: 0 0 100px 0;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .page-header:before {
    width: 100%;
    border-radius: 0 0 50px 0;
  }
}
.page-header__breadcrumbs {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-header__breadcrumbs {
    font-size: 12px;
  }
}
.page-header__breadcrumbs a {
  color: #34B248;
}
.page-header h1 {
  position: relative;
  width: 87.5%;
  margin-inline: auto;
  margin-top: 90px;
  padding-bottom: 20px;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .page-header h1 {
    width: 100%;
    margin-top: 36px;
    padding-bottom: 12px;
    font-size: 28px;
  }
}
.page-header h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  background: #34B248;
}
@media screen and (max-width: 767px) {
  .page-header h1:after {
    width: 48px;
  }
}

.page-main {
  font-size: 16px;
}
.page-main__inner {
  width: 100%;
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-main .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-main .u-pc {
    display: none;
  }
}
.page-main .u-tac {
  text-align: center;
}
.page-main h2 {
  position: relative;
  padding-bottom: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.page-main h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #34B248 0%, #34B248 80px, #ccc 80px, #ccc 100%);
}
.page-main h3 {
  position: relative;
  padding-left: 20px;
  margin-top: 64px;
  margin-bottom: 32px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main h3 {
    padding-left: 15px;
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.page-main h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(90deg, #34B248 0%, #34B248 50%, transparent 50%, transparent 75%, #ccc 75%, #ccc 100%);
}
.page-main h4 {
  color: #34B248;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main h4 {
    font-size: 16px;
  }
}
.page-main p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.page-main .txt-note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-main .txt-note {
    font-size: 12px;
  }
}
.page-main .marker {
  background: linear-gradient(0deg, #FFF06E 0%, #FFF06E 40%, transparent 40%, transparent 100%);
}
.page-main ul > li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  line-height: 2.2;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main ul > li {
    font-size: 14px;
  }
}
.page-main ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  border-radius: 100px;
  width: 0.375em;
  height: 0.375em;
  background: #34B248;
}
.page-main ul ul > li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  list-style: none;
  line-height: 2.2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main ul ul > li {
    font-size: 12px;
  }
}
.page-main ul ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.0714285714em;
  border-radius: 100px;
  width: 0.7857142857em;
  height: 0.1428571429em;
  background: #34B248;
}
.page-main ol > li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
  line-height: 2.2;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main ol > li {
    font-size: 14px;
  }
}
.page-main ol > li:before {
  content: attr(data-ol) "";
  position: absolute;
  left: 0;
  top: 0;
  color: #34B248;
  font-weight: 700;
}
.page-main table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.page-main table thead tr th {
  background: #CEECBB;
  border: 1px solid #ccc;
  padding: 1.6%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.page-main table thead tr th.none {
  opacity: 0;
  border: none;
}
.page-main table tbody tr th {
  background: #ECF7E5;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 1.6%;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.page-main table tbody tr td {
  border: 1px solid #ccc;
  padding: 1.6%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.page-main .flexbox {
  display: flex;
  flex-wrap: wrap;
}
.page-main .flexbox.jc-c {
  justify-content: center;
}
.page-main .flexbox.jc-sb {
  justify-content: space-between;
}
.page-main .flexbox.ai-c {
  align-items: center;
}
.page-main .flexbox.reverse {
  flex-direction: row-reverse;
}
.page-main .flexbox.gap-64 {
  gap: 0 6.4%;
}
@media screen and (max-width: 767px) {
  .page-main .flexbox.gap-64 {
    gap: 0 4.2666666667%;
  }
}
.page-main .flexbox.gap-48 {
  gap: 0 4.8%;
}
@media screen and (max-width: 767px) {
  .page-main .flexbox.gap-48 {
    gap: 0 3.2%;
  }
}
.page-main .flexbox.gap-32 {
  gap: 0 3.2%;
}
@media screen and (max-width: 767px) {
  .page-main .flexbox.gap-32 {
    gap: 0 3.2%;
  }
}
.page-main .flexbox .col-full {
  width: 100%;
}
.page-main .flexbox .col-1 {
  width: 100%;
  max-width: 800px;
}
.page-main .flexbox .col-2 {
  width: 46.8%;
}
@media screen and (max-width: 767px) {
  .page-main .flexbox .col-2 {
    width: 100%;
  }
}
.page-main .flexbox .w-348 {
  width: 34.8%;
}
@media screen and (max-width: 767px) {
  .page-main .flexbox .w-348 {
    width: 48.4%;
  }
}
.page-main .flexbox .w-272 {
  width: 27.2%;
}
@media screen and (max-width: 767px) {
  .page-main .flexbox .w-272 {
    width: 48.4%;
  }
}
.page-main .flexbox .w-389 {
  width: 38.9%;
}
@media screen and (max-width: 767px) {
  .page-main .flexbox .w-389 {
    width: 48.4%;
  }
}
.page-main .block-column {
  margin-top: 60px;
  padding: 40px;
  border-radius: 40px;
  background: #ECF7E5;
}
@media screen and (max-width: 767px) {
  .page-main .block-column {
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;
  }
}
.page-main .block-column__lead {
  margin-bottom: 32px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main .block-column__lead {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.page-main .block-column__checklist li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  font-weight: 500;
}
.page-main .block-column__checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 20px;
  height: 20px;
  background: url(/cms/wp-content/themes/hmr_green/images/icon_check.svg) no-repeat center center;
  background-size: contain;
}
.page-main .block-column__quote {
  padding: 25px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-main .block-column__quote {
    padding: 15px 20px;
  }
}
.page-main .block-column__quote blockquote p {
  line-height: 1.8;
  color: #34B248;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.page-main .block-topics {
  margin-top: 60px;
  padding: 40px;
  border-radius: 40px;
  background: #ECF7E5;
}
@media screen and (max-width: 767px) {
  .page-main .block-topics {
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;
  }
}
.page-main .block-topics__title {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px dashed #34B248;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-main .block-topics__title {
    margin-bottom: 24px;
    border-bottom: 1px dashed #34B248;
    font-size: 16px;
  }
}
.page-main .block-topics__quote {
  padding: 25px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-main .block-topics__quote {
    padding: 15px 20px;
  }
}
.page-main .block-topics__quote blockquote p {
  line-height: 1.8;
  color: #34B248;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.page-main .block-steps {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .page-main .block-steps {
    padding-left: 24px;
  }
}
.page-main .block-steps__row {
  position: relative;
  padding-bottom: 40px;
}
.page-main .block-steps__row:not(:last-child):before {
  content: "";
  position: absolute;
  left: -26px;
  top: 20px;
  width: 1px;
  height: calc(100% - 20px);
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .page-main .block-steps__row:not(:last-child):before {
    left: -21px;
  }
}
.page-main .block-steps__row:only-child:before {
  display: none;
}
.page-main .block-steps__row:only-child .block-steps__heading:before {
  display: none;
}
.page-main .block-steps__heading {
  position: relative;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-main .block-steps__heading {
    font-size: 16px;
  }
}
.page-main .block-steps__heading:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 6px;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: radial-gradient(rgb(52, 178, 72) 0%, rgb(52, 178, 72) 50%, rgba(52, 178, 72, 0.5) 50%, rgba(52, 178, 72, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  .page-main .block-steps__heading:before {
    top: 12px;
    left: -24px;
    width: 8px;
    height: 8px;
  }
}
.page-main .block-steps__num {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #34B248;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page-main .block-steps__num {
    font-size: 20px;
  }
}
.page-main .block-steps__num:before {
  content: "STEP";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-main .block-steps__num:before {
    font-size: 10px;
  }
}
.page-main .block-btn {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.page-main .block-contactlinks {
  width: calc(100% - 40px);
  max-width: 1920px;
  background: #000;
  margin-top: 80px;
  margin-inline: auto;
  padding: 80px 20px;
  border-radius: 100px;
  background: linear-gradient(45deg, #FCFDD0, #DBFFCE);
}
@media screen and (max-width: 767px) {
  .page-main .block-contactlinks {
    width: 100%;
    border-radius: 0;
    margin-top: 40px;
    padding: 40px 20px;
  }
}
.page-main .block-contactlinks p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-main .block-contactlinks p {
    font-size: 16px;
  }
}
.page-main .block-contactlinks__btns {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .page-main .block-contactlinks__btns {
    gap: 10px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-main .block-contactlinks___btn {
    width: 100%;
  }
}
.page-main .block-system {
  background: #ECF7E5;
  border-radius: 100px 100px 0 0;
  padding: 64px 20px;
  margin-top: 64px;
  margin-bottom: 55px;
}
.page-main .block-system__flow {
  position: relative;
  max-width: 1100px;
  padding: 55px 50px;
  margin-inline: auto;
  border-radius: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-main .block-system__flow {
    padding: 25px;
  }
}
.page-main .block-system__flow .block-steps__heading:before,
.page-main .block-system__flow .block-steps__row:before {
  display: none;
}
.page-main .block-system__flow + .block-system__flow {
  margin-top: 35px;
}
.page-main .block-system__flow + .block-system__flow:before {
  content: "";
  position: absolute;
  top: -32px;
  left: calc(50% - 27px);
  width: 54px;
  height: 18px;
  background: #34B248;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-main .box-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 48px;
}
.page-main .box-tabs__each {
  display: block;
  width: 50%;
  padding: 20px;
  border: none;
  box-shadow: none;
  text-align: center;
  background: #fff;
  color: #34B248;
  border: 2px solid #34B248;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}
.page-main .box-tabs__each:hover, .page-main .box-tabs__each.is-active {
  background: #34B248;
  color: #fff;
}
.page-main .js-tabcontent {
  display: none;
}
.page-main .js-tabcontent.is-active {
  display: block;
}
.page-main .site-map {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .page-main .site-map {
    padding-top: 40px;
  }
}
.page-main .site-map a:hover {
  text-decoration: none;
}
.page-main .site-map__category {
  width: 100%;
  border-bottom: 2px solid #34B248;
  margin-top: 20px;
}
.page-main .site-map__category a, .page-main .site-map__category span {
  display: inline-block;
  padding: 5px 15px 5px 0;
  font-size: 18px;
  font-weight: 700;
}
.page-main .site-map__category a {
  position: relative;
  padding-left: 1.5em;
}
.page-main .site-map__category a:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1, 0.7);
}
.page-main .site-map__category a:hover {
  color: #34B248;
}
.page-main .site-map__group {
  width: 100%;
  color: #34B248;
  margin-top: 20px;
}
.page-main .site-map__group a, .page-main .site-map__group span {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #34B248;
}
.page-main .site-map__group a {
  position: relative;
  padding-right: 1em;
}
.page-main .site-map__group a:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 7px;
  transform: scale(0.7, 1);
}
.page-main .site-map__group a:hover {
  color: #34B248;
}
.page-main .site-map__child {
  width: calc(33.333% - 14px);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-main .site-map__child {
    width: 100%;
  }
}
.page-main .site-map__child a, .page-main .site-map__child span {
  padding: 5px 0;
  font-size: 14px;
}
.page-main .site-map__child a:hover {
  color: #34B248;
}
.page-main .site-map__sublinks {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.page-main .site-map__sub {
  width: calc(33.333% - 14px);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-main .site-map__sub {
    width: 100%;
  }
}
.page-main .site-map__sub a, .page-main .site-map__sub span {
  display: block;
  padding: 5px 0;
  font-size: 14px;
}
.page-main .site-map__sub a:hover {
  color: #34B248;
}/*# sourceMappingURL=style.css.map */