@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.tel-link {
  pointer-events: none;
}

@media (max-width: 768px) {
  .tel-link {
    pointer-events: auto;
  }
}
.cmn-head__en {
  color: #fff;
  /* title */
  font-family: Montserrat;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 72px */
  letter-spacing: 0.72px;
}
.cmn-head__jp {
  color: #fff;
  /* タイトル */
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
}
.cmn-head--green .cmn-head__jp {
  color: #338708;
}
.cmn-head--green .cmn-head__en {
  color: #338708;
}

@media (max-width: 768px) {
  .cmn-head__en {
    color: #fff;
    /* title */
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 72px */
    letter-spacing: 0.72px;
  }
  .cmn-head__jp {
    color: #fff;
    /* タイトル */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: 0.96px;
  }
  .cmn-head--green .cmn-head__jp {
    color: #338708;
  }
  .cmn-head--green .cmn-head__en {
    color: #338708;
  }
}
.cmn-btn {
  display: flex;
  align-items: center;
  padding: 9.5px 16px;
  border: 2px solid #fff;
  max-width: 200px;
  width: 100%;
}
.cmn-btn__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  width: 144px;
  text-align: center;
}
.cmn-btn__logo {
  width: 24px;
  height: 24px;
}
.cmn-btn--orange {
  border: none;
  background-color: #ff7f27;
  border: 2px solid #fff;
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--sp {
  display: none;
}
.cmn-btn--submit {
  max-width: 240px;
  justify-content: center;
}
.cmn-btn--submit .cmn-btn__text {
  width: 100px;
}
@media (max-width: 768px) {
  .cmn-btn--sp {
    display: flex;
    height: fit-content;
  }
  .cmn-btn--pc {
    display: none;
  }
}

@media (max-width: 768px) {
  .cmn-btn {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border: 2px solid #fff;
    max-width: 180px;
    width: 100%;
  }
  .cmn-btn__text {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    width: 144px;
    text-align: center;
  }
  .cmn-btn__logo {
    width: 24px;
    height: 24px;
  }
  .cmn-btn--orange {
    border: none;
    background-color: #ff7f27;
    border: 2px solid #fff;
  }
  .cmn-btn--center {
    margin: 0 auto;
  }
  .cmn-btn--sp {
    display: none;
  }
  .cmn-btn--submit {
    max-width: 240px;
    justify-content: center;
  }
  .cmn-btn--submit .cmn-btn__text {
    width: 100px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .cmn-btn--sp {
    display: flex;
    height: fit-content;
  }
  .cmn-btn--pc {
    display: none;
  }
}
.header-contact-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 51px;
  padding-right: 9px;
  width: fit-content;
  height: 90px;
  background-color: #338708;
}
.header-contact-btn__text {
  color: var(--neutral-color-fff, #fff);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
}
.header-contact-btn--hamburger {
  padding: 10px 16px;
  height: fit-content;
}

.header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  padding: 0 24px;
  transition: all 0.2s;
  background-color: #fff;
  transition: all 0.3s;
  background-blend-mode: darken;
}
.header.is-active {
  background: rgba(255, 255, 255, 0.7);
}
.header .right-green {
  background-color: #338708;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 40px;
}
.header__inner {
  position: relative;
  max-width: 1340px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .header__logo {
  display: flex;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 69.231% */
  margin-left: 40px;
}
.header__inner .header__logo img {
  aspect-ratio: 381/60;
  max-width: 381px;
  width: 26.4583333333vw;
  height: auto;
  object-fit: contain;
}
.header__inner .header-right {
  display: flex;
  gap: 60px;
  align-items: center;
}
.header__inner .header-right .header-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.header__inner .header-right .header-nav__item {
  display: flex;
  justify-content: center;
  position: relative;
  color: var(--neutral-color-222, #222);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
}
.header__inner .header-right .header-nav__item:last-child:after {
  display: none;
}
.header__inner .header-right .cmn-btn {
  padding-left: 22px;
}

.hamburger-menu {
  z-index: 12;
  width: 40px;
  height: 23px;
  display: none;
  position: relative;
}
.hamburger-menu .menu-open-btn {
  width: 40px;
  height: 23px;
  display: block;
  position: relative;
}
.hamburger-menu .menu-open-btn__line {
  display: block;
  background-color: black;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
}
.hamburger-menu .menu-open-btn__line--middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu .menu-open-btn__line--bottom {
  position: absolute;
  bottom: 0;
}
.hamburger-menu .menu-open-btn--white .menu-open-btn__line {
  background-color: white;
}
.hamburger-menu .clicked .menu-open-btn__line {
  transition: all 0.4s;
  background-color: #222;
}
.hamburger-menu .clicked .menu-open-btn__line--top {
  transform: translateY(10px) rotate(-45deg);
}
.hamburger-menu .clicked .menu-open-btn__line--middle {
  display: none;
}
.hamburger-menu .clicked .menu-open-btn__line--bottom {
  transform: translateY(-10px) rotate(45deg);
}

.header-nav-hmb {
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 11;
  width: 70vw;
  height: 100vh;
}
.header-nav-hmb .header-items {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
.header-nav-hmb .header-items__item {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px dotted black;
}
.header-nav-hmb .header-items__item--cta {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.header-nav-hmb .header-items__item--cta .contact-section__hours-phone {
  text-align: center;
  color: #222;
  margin-bottom: 0;
}
.header-nav-hmb .header-items__item--cta .contact-section__hours {
  text-align: center;
  color: #222;
}
.header-nav-hmb .header-items__item--cta .contact-section__phone {
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #222;
}
.header-nav-hmb .header-items__item--cta .icon-phone svg {
  fill: #222;
}
.header-nav-hmb .header-items__item--cta .icon-phone svg path {
  fill: #222;
}
.header-nav-hmb .header-items__item--cta .contact-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #000000;
  color: #fff;
  /* text/16- Bold -line-hgeiht:160% - -letter-padding:6% */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  padding: 12px 0px;
  width: 100%;
}
.header-nav-hmb .header-items--reserve-btn {
  margin-top: 30px;
  text-align: center;
}
.header-nav-hmb .cta {
  max-width: none;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-hmb .cta--left {
  background: #5389db;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-nav-hmb .cta--left__icon {
  background-image: url(../assets/svgs/download.svg);
  margin-right: 4px;
  margin-top: 6px;
}
.header-nav-hmb .cta--right {
  background: #fff;
  color: #5389db;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.filter-hmb {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: -24px;
  height: 100vh;
  width: 100vw;
}

@media (max-width: 1100px) {
  .header {
    height: 60px;
  }
  .header .right-green {
    max-width: 20px;
    min-width: 20px;
    display: none;
  }
  .header__inner .header__logo {
    margin-left: 0;
    font-size: 18px;
  }
  .header__inner .header__logo img {
    aspect-ratio: 381/60;
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .header__inner .header-right {
    display: none;
  }
  .hamburger-menu {
    z-index: 12;
    width: 40px;
    height: 23px;
    display: block;
    position: relative;
  }
  .hamburger-menu .menu-open-btn {
    width: 40px;
    height: 23px;
    display: block;
    position: relative;
  }
  .hamburger-menu .menu-open-btn__line {
    display: block;
    background-color: black;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
  }
  .hamburger-menu .menu-open-btn__line--middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger-menu .menu-open-btn__line--bottom {
    position: absolute;
    bottom: 0;
  }
  .hamburger-menu .menu-open-btn--white .menu-open-btn__line {
    background-color: white;
  }
  .hamburger-menu .clicked .menu-open-btn__line {
    transition: all 0.4s;
    background-color: #222;
  }
  .hamburger-menu .clicked .menu-open-btn__line--top {
    transform: translateY(10px) rotate(-45deg);
  }
  .hamburger-menu .clicked .menu-open-btn__line--middle {
    display: none;
  }
  .hamburger-menu .clicked .menu-open-btn__line--bottom {
    transform: translateY(-10px) rotate(45deg);
  }
}
.footer .footer-wrap {
  background: #338708;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 37px;
  max-width: 1120px;
  width: 100%;
}
.footer__inner .footer-left .footer-logo {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 69.231% */
}
.footer__inner .footer-left .footer-logo img {
  aspect-ratio: 346/55;
  max-width: 346px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer__inner .footer-left .footer-info {
  padding: 10px 0px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  width: fit-content;
}
.footer__inner .footer-right .footer-nav-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item {
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-Line-height-Body-xs, 18px); /* 112.5% */
  padding: 11px 12px;
  position: relative;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item::after {
  position: absolute;
  right: -4px;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 41px;
  background-color: #fff;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item:last-child::after {
  content: none;
}
.footer .footer-copy {
  background: #031c18;
  color: #fff;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  padding: 20px 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer .footer-wrap {
    background: #338708;
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    max-width: 1120px;
    width: 100%;
  }
  .footer__inner .footer-left .footer-logo img {
    aspect-ratio: 346/55;
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .footer__inner .footer-left .footer-info {
    padding: 10px 0px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    width: fit-content;
  }
  .footer__inner .footer-right .footer-nav-list {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item {
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-Line-height-Body-xs, 18px); /* 112.5% */
    padding: 11px 12px;
    position: relative;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item::after {
    content: none;
    height: 41px;
    background-color: #fff;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item:last-child::after {
    content: none;
  }
  .footer .footer-copy {
    background: #031c18;
    color: #fff;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: 0px;
    padding: 20px 24px;
    text-align: center;
  }
}
.page-visual {
  margin-top: 90px;
  background-image: url(/assets/images/page-visual.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-visual .right-green-bar {
  background-color: #338708;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.page-visual__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1100px) {
  .page-visual {
    margin-top: 60px;
  }
  .page-visual .right-green-bar {
    width: 20px;
  }
}
.breadcrumbs {
  margin-top: 16px;
}
.breadcrumbs__inner ul {
  display: flex;
}
.breadcrumbs__inner ul li {
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 23.2px */
  letter-spacing: 1.28px;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.breadcrumbs__inner ul li:first-child a {
  text-decoration-line: underline;
}

.subp-head {
  background: #338708;
  padding: 6px 12px;
}
.subp-head__title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: 1.92px;
}
.subp-head__title:before {
  content: "";
  display: block;
  width: 5px;
  height: 41px;
  background-color: #f2eeee;
}

@media (max-width: 768px) {
  .subp-head {
    background: #338708;
    padding: 6px 12px;
  }
  .subp-head__title {
    gap: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 116.667% */
    letter-spacing: 1.92px;
  }
  .subp-head__title:before {
    content: "";
    display: block;
    width: 5px;
    height: 32px;
    background-color: #f2eeee;
  }
}
.two-col-table .table-row {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.9px;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #b1b1b1;
}
.two-col-table .table-row .key {
  width: 120px;
  margin-right: 80px;
}
.two-col-table .table-row .value .web-site {
  text-decoration: underline;
}
.two-col-table .table-row:first-child {
  padding-top: 0;
}
.two-col-table--recruit {
  position: relative;
}
.two-col-table--recruit .recruit-img {
  position: absolute;
  right: 0;
  bottom: -20px;
  aspect-ratio: 286/312;
  max-width: 286px;
  width: 19.8611111111vw;
}
.two-col-table--recruit .recruit-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) and (max-width: 768px) {
  .two-col-table .table-row {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.9px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #b1b1b1;
  }
  .two-col-table .table-row .key {
    width: 120px;
    margin-right: 80px;
  }
  .two-col-table .table-row .value .web-site {
    text-decoration: underline;
  }
  .two-col-table .table-row:first-child {
    padding-top: 0;
  }
  .two-col-table--recruit {
    position: relative;
  }
  .two-col-table--recruit .recruit-img {
    position: absolute;
    right: 0;
    bottom: -80px;
    aspect-ratio: 286/312;
    max-width: 286px;
    width: 26.0416666667vw;
  }
  .two-col-table--recruit .recruit-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}/*# sourceMappingURL=commons.css.map */