* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #343434;
  scroll-behavior: smooth;
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 980px) {
  .header {
    max-width: 600px;
    margin-inline: auto;
  }
}
.header__logo {
  position: fixed;
  z-index: 10;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 980px) {
  .header__logo {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .header__logo--tablet {
    display: block;
    position: absolute;
    top: 16px;
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo--tablet img {
    height: 45px;
    width: auto;
  }
}
.header__wrap {
  width: calc((100% - 600px) / 2);
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  position: fixed;
  top: 0;
  z-index: 0;
}
.header__images {
  padding: 8px 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  .header__images {
    display: none;
  }
}
.header__images-img {
  overflow: hidden;
  border-radius: 10px;
  max-height: 468px;
  height: 100%;
}
.header__images-img img {
  display: block;
  max-height: 468px;
  height: 100%;
}
.header__nav {
  background-color: #ecf2ea;
  padding: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    padding: 20px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -200vw;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-inline: 0;
    background: url("./public/img/grid.svg") no-repeat center center/cover, #ecf2ea;
    margin: 0 auto;
    max-width: 600px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .header__nav {
    max-width: 100%;
    padding: 0;
  }
}
.header__nav.is-active {
  right: 0;
}
.header__links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__link {
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 16px;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header__link {
    padding-inline: 10px;
  }
}
.header__link::after {
  content: "";
  height: 8px;
  width: 12px;
  display: block;
  background: url("./public/img/icons/arrow-right.svg") no-repeat center center/contain;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__link.primary, .header__link.secondary {
  color: #fff;
}
.header__link.primary::after, .header__link.secondary::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.header__link.primary {
  background-color: #0d6036;
}
.header__link.secondary {
  background-color: #7fc791;
}
.header__link a {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__link a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__link a {
    font-size: 2rem;
  }
}
.header__link:hover::after {
  left: -20px;
}
.header__menu {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__menu {
    display: block;
    position: fixed;
    z-index: 9999;
    height: 86px;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    max-width: unset;
    left: 0;
    height: 70px;
  }
}
.header__menu.is-active {
  background-color: #fff;
}
.header__menu.is-scrolled {
  background-color: #fff;
}
.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 10;
  height: 27px;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    top: 22px;
    height: 22px;
    right: 16px;
  }
}
.header__hamburger span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #0d6036;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__hamburger span {
    width: 30px;
  }
}
.header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
  position: relative;
  top: -1px;
}
.header__top {
  position: absolute;
  bottom: 41px;
  right: 41px;
  height: 71px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .header__top {
    display: none;
  }
}
.header__top img {
  width: 15px;
  height: 9px;
}

.footer {
  position: relative;
  letter-spacing: 0.05em;
}
.footer__banner {
  padding: 80px 6.66%;
  border-radius: 30px;
  letter-spacing: 0.05em;
  background: url("./public/img/grid.svg") no-repeat center center/cover, #ecf2ea;
}
@media screen and (max-width: 767px) {
  .footer__banner {
    padding: 40px 6.66%;
  }
}
.footer__text {
  font-size: 2.4rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 16px;
  }
}
.footer__banner-item {
  padding: 32px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .footer__banner-item {
    padding: 20px;
  }
}
.footer__banner-item--main {
  background: url("./public/img/mail.jpg") no-repeat center center/cover;
  color: #fff;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .footer__banner-item--main {
    margin-top: 24px;
  }
}
.footer__banner-item--main .footer__banner-title::before {
  content: "";
  background: url("./public/img/icons/mail.svg") no-repeat center center/contain;
  height: 24px;
  width: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__banner-item--main .footer__banner-title::before {
    height: 20px;
    width: 24px;
  }
}
.footer__banner-item--main .footer__banner-icon {
  background-color: #fff;
}
.footer__banner-item--secondary {
  background: url("./public/img/hand.jpg") no-repeat center center/cover;
  color: #0d6036;
  margin-top: 24px;
}
.footer__banner-item--secondary .footer__banner-title::before {
  content: "";
  background: url("./public/img/icons/hand.svg") no-repeat center center/contain;
  height: 24px;
  width: 30px;
  display: block;
}
.footer__banner-item--secondary .footer__banner-icon {
  background-color: #0d6036;
}
.footer__banner-item--secondary .footer__banner-icon img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.footer__banner-title {
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__banner-title {
    font-size: 24px;
    gap: 16px;
  }
}
.footer__banner-text {
  font-size: 1.8rem;
  line-height: 2em;
  margin-block: 15px;
}
@media screen and (max-width: 767px) {
  .footer__banner-text {
    font-size: 16px;
  }
}
.footer__banner-btn {
  font-size: 2.2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__banner-btn {
    font-size: 18px;
    gap: 16px;
  }
}
.footer__banner-btn:hover {
  gap: 12px;
}
.footer__banner-icon {
  height: 40px;
  width: 70px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__banner-icon {
    height: 32px;
    width: 56px;
  }
}
.footer__wrap {
  padding: 80px 25px;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    padding: 40px 20px;
  }
}
.footer__info {
  font-size: 2rem;
  line-height: 2em;
  margin-block: 32px 48px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 16px;
    margin-block: 24px 32px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 56px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .footer__links {
    gap: 16px 32px;
    margin-bottom: 32px;
  }
}
.footer__link {
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 16px;
    gap: 8px;
  }
}
.footer__link::before {
  content: "";
  display: inline-block;
  background: url("./public/img/icons/caret-right.svg") no-repeat center center/contain;
  height: 20px;
  width: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__link:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.footer__link:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer__copyright {
  font-size: 1.6rem;
  line-height: 2em;
  color: #9e9e9e;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 14px;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.pagebanner {
  margin-bottom: 40px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pagebanner {
    margin-bottom: 20px !important;
  }
}
.pagebanner--simple {
  margin-bottom: 50px !important;
  padding: 50px 39.96px 0 !important;
}
@media screen and (max-width: 980px) {
  .pagebanner--simple {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pagebanner--simple {
    margin-bottom: 30px !important;
    padding: 100px 6.66% 0 !important;
  }
}
.pagebanner--simple .pagebanner__content {
  height: auto;
}
.pagebanner--simple .pagebanner__content::before {
  content: none;
}
.pagebanner__content {
  position: relative;
  height: 580px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pagebanner__content {
    height: 85vw;
  }
}
.pagebanner__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 120%;
  height: 100%;
  background: url("./public/img/common/deco.png") no-repeat center bottom/100%;
}
.pagebanner__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.pagebanner__title {
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pagebanner__title {
    top: 45%;
  }
}
@media screen and (max-width: 600px) {
  .pagebanner__title {
    left: 6.66%;
  }
}
.pagebanner__title--simple {
  position: relative;
  top: unset;
  left: unset;
  translate: unset;
}
@media screen and (max-width: 767px) {
  .pagebanner__title--simple {
    padding: 0;
  }
}
.pagebanner__title-jp {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .pagebanner__title-jp {
    font-size: 26px;
  }
}
.pagebanner__title-en {
  font-family: "Archivo", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .pagebanner__title-en {
    font-size: 20px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 40px !important;
  padding-inline: 39.96px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 30px !important;
    padding: 0 6.66% !important;
  }
}
.breadcrumbs__link {
  position: relative;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .breadcrumbs__link {
    font-size: 16px;
  }
}
.breadcrumbs__link:not(:last-child) {
  margin-right: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .breadcrumbs__link:not(:last-child) {
    margin-right: 8px;
    padding-right: 16px;
  }
}
.breadcrumbs__link:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 14px;
  background: url("./public/img/icons/breadcrumb-arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .breadcrumbs__link:not(:last-child)::after {
    top: 55%;
    width: 6px;
    height: 12px;
  }
}
.breadcrumbs__link:hover:not(:last-child) {
  opacity: 0.8;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .heading {
    gap: 10px;
  }
}
.heading__text-en {
  font-family: "Archivo", sans-serif;
  color: #0d6036;
  font-size: 56px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .heading__text-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .heading__text-en {
    font-size: 34px;
  }
}
.heading__text-en--fs40 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .heading__text-en--fs40 {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  .heading__text-en--fs40 {
    font-size: 28px;
  }
}
.heading__text-jp {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .heading__text-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .heading__text-jp {
    font-size: 16px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  padding: 15px 15px 15px 30px;
  background-color: #0d6036;
  border: 1px solid transparent;
  border-radius: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    min-width: 200px;
    padding: 10px 10px 10px 20px;
    border-radius: 25px;
  }
}
.button:hover {
  background-color: #fff;
  border-color: #0d6036;
}
.button:hover .button__text {
  color: #0d6036;
}
.button:hover .button__arrow {
  background-color: #0d6036;
}
.button:hover .button__arrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.button--link {
  gap: 30px;
  min-width: unset;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
}
@media screen and (max-width: 767px) {
  .button--link {
    gap: 15px;
  }
}
.button--link-white .button__text {
  color: #fff !important;
}
.button--link-white:hover {
  background-color: transparent;
}
.button--link-green .button__text {
  color: #0d6036;
}
.button--link-green .button__arrow {
  background-color: #0d6036;
}
.button--link-green .button__arrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.button--link-green:hover .button__arrow {
  background-color: transparent;
}
.button--link-green:hover .button__arrow::before {
  -webkit-filter: unset;
          filter: unset;
}
.button__text {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .button__text {
    font-size: 16px;
  }
}
.button__arrow {
  position: relative;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #0d6036;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .button__arrow {
    width: 30px;
    height: 20px;
    border-radius: 15px;
  }
}
.button__arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./public/img/icons/button-arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .button__arrow::before {
    width: 15px;
    height: 15px;
  }
}
.button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button__container--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top {
  position: relative;
  overflow: hidden;
}
.top__btn .button {
  max-width: 350px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .top__btn .button {
    height: auto;
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top__btn .button__arrow {
  height: 40px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .top__btn .button__arrow {
    height: 30px;
    width: 50px;
  }
}
.top__subtitle {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top__subtitle {
    font-size: 18px;
    line-height: 2em;
  }
}
.top__subtext {
  font-size: 2.4rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top__subtext {
    font-size: 14px;
  }
}

.top-mv {
  width: 100%;
  max-width: 600px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv {
    max-width: unset;
  }
}
.top-mv__scroll {
  font-size: 1.6rem;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 40px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .top-mv__scroll {
    right: 16px;
    gap: 16px;
    font-size: 12px;
  }
}
.top-mv__scroll::after {
  content: "";
  height: 130px;
  width: 1px;
  background-color: #0d6036;
  display: block;
  position: relative;
  overflow: hidden;
}
.top-mv__scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0d6036;
  -webkit-animation: scroll-circle 2s infinite ease-in-out;
          animation: scroll-circle 2s infinite ease-in-out;
}
.top-mv__content {
  height: 908px;
  padding-bottom: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: 40px;
  background: url("./public/img/top/mv.png") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__content {
    padding-inline: 16px;
    height: 670px;
  }
}
.top-mv__title {
  font-size: 5.4rem;
  letter-spacing: 0.12rem;
  font-weight: 900;
  line-height: 1.4814814815em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 3.2rem;
    line-height: 1.5em;
    letter-spacing: 0.08rem;
  }
}
.top-mv__title span {
  background-color: #fff;
  color: #0d6036;
  height: 71px;
  padding-inline: 17px;
  margin-inline: 16px;
  border-radius: 8px;
}
.top-mv__content-deco {
  position: absolute;
  bottom: 79px;
  left: -62px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-mv__content-deco {
    width: 80%;
    height: 80%;
    bottom: -66px;
  }
}

@media screen and (max-width: 767px) {
  .top-news {
    padding: 0 4%;
  }
}
.top-news__list {
  margin-block: 55px 64px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-news__list {
    margin-block: 32px;
  }
}
.top-news__item {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    gap: 16px;
  }
}
.top-news__item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-news__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.top-news__img {
  height: auto;
  width: 100%;
  max-width: 200px;
  min-height: 105px;
  border-radius: 10px;
  border: 1px solid #c4d8bd;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-news__img {
    max-width: 130px;
    min-height: 60px;
  }
}
.top-news__img img {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top-news__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-news__img--logo {
  padding-inline: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-news__img--logo {
    padding-inline: 16px;
  }
}
.top-news__date {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  color: #0d6036;
  line-height: 1.1111111111em;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-news__date {
    font-size: 14px;
  }
}
.top-news__desc {
  font-size: 2rem;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .top-news__desc {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}

.top-service::before {
  content: "";
  height: 140px;
  width: 100%;
  background: url("./public/img/top/service-deco.svg") no-repeat center bottom/cover;
  display: block;
  z-index: -1;
  position: relative;
  bottom: -1px;
}
@media screen and (max-width: 600px) {
  .top-service::before {
    background-size: contain;
  }
}
.top-service::after {
  content: "";
  height: 65px;
  width: 100%;
  background: url("./public/img/top/service-deco2.svg") no-repeat center top/cover;
  display: block;
  z-index: -1;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 600px) {
  .top-service::after {
    background-size: contain;
  }
}
.top-service__container {
  background-color: #cde9d4;
  padding: 80px 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-service__container {
    padding: 40px 16px;
  }
}
.top-service__subtitle {
  font-size: 2.4rem;
  line-height: 2em;
  margin-block: 55px 60px;
}
@media screen and (max-width: 767px) {
  .top-service__subtitle {
    font-size: 16px;
    margin-block: 32px;
  }
}
.top-service__content {
  counter-reset: num;
}
.top-service__item {
  counter-increment: num;
}
.top-service__item:nth-child(odd) .top-service__img {
  margin-right: -40px;
}
.top-service__item:nth-child(odd) .top-service__img::before {
  left: 0;
}
.top-service__item:nth-child(odd) .top-service__img img {
  right: -20px;
}
.top-service__item:nth-child(even) .top-service__img {
  margin-left: -40px;
}
.top-service__item:nth-child(even) .top-service__img::before {
  right: 0;
}
.top-service__item:nth-child(even) .top-service__img img {
  left: -20px;
}
.top-service__item:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .top-service__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.top-service__img {
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top-service__img::before {
  content: counter(num, decimal-leading-zero);
  font-size: 12rem;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  position: absolute;
  top: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-service__img::before {
    font-size: 8rem;
  }
}
.top-service__img img {
  max-height: 542px;
  position: relative;
}
.top-service__title {
  font-size: 3.6rem;
  font-weight: 900;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 16px;
  border-radius: 10px;
  margin-top: -80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-service__title {
    font-size: 24px;
    margin-top: -60px;
  }
}
.top-service__text {
  font-size: 2rem;
  line-height: 2em;
  margin-block: 30px 48px;
}
@media screen and (max-width: 767px) {
  .top-service__text {
    font-size: 14px;
    margin-block: 20px;
  }
}

.top-company {
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-company {
    margin-bottom: 40px;
  }
}
.top-company__img {
  height: 320px;
  width: 100%;
  max-width: 560px;
  border-bottom-left-radius: 20px;
  background: url("./public/img/top/company-img1.jpg") no-repeat center center/cover;
  position: relative;
  margin: 55px 0 112px auto;
}
@media screen and (max-width: 767px) {
  .top-company__img {
    height: 200px;
    margin: 40px 0 60px auto;
  }
}
.top-company__portrait {
  height: 260px;
  width: 220px;
  border-radius: 10px;
  position: absolute;
  right: 40px;
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  .top-company__portrait {
    height: 180px;
    width: 160px;
    right: 20px;
    bottom: -60px;
  }
}
.top-company__content {
  padding-inline: 40px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-company__content {
    padding-inline: 20px;
  }
}
.top-company__content::before {
  content: "";
  height: 172px;
  width: 403px;
  background: url("./public/img/top/company-deco.svg") no-repeat center bottom/contain;
  display: block;
  z-index: -1;
  position: absolute;
  left: -123px;
  top: -86px;
}
@media screen and (max-width: 600px) {
  .top-company__content::before {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .top-company__content::before {
    height: 100px;
    width: 200px;
    left: -50px;
    top: -50px;
  }
}
.top-company__text {
  margin-block: 31px 55px;
}
@media screen and (max-width: 767px) {
  .top-company__text {
    margin-block: 20px 40px;
  }
}

.top-recruit {
  position: relative;
  padding-block: 56px 80px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    padding-block: 40px;
  }
}
.top-recruit::before {
  content: "";
  aspect-ratio: 615/589;
  height: 589px;
  width: 615px;
  background: url("./public/img/top/recruit-deco.svg") no-repeat center top/contain;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .top-recruit::before {
    background-size: contain;
    width: 100%;
  }
}
.top-recruit__content {
  padding-inline: 48px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-recruit__content {
    padding-inline: 20px;
  }
}
.top-recruit__img {
  height: 320px;
  overflow: hidden;
  border-radius: 10px;
  margin-block: 55px;
}
@media screen and (max-width: 767px) {
  .top-recruit__img {
    height: 200px;
    margin-block: 40px;
  }
}
.top-recruit__img img {
  border-radius: inherit;
}

.top-slider {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-slider {
    margin-bottom: 40px;
  }
}
.top-slider__image {
  max-width: 400px;
  max-height: 460px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .top-slider__image {
    max-width: 300px;
    max-height: 360px;
  }
}

@-webkit-keyframes scroll-circle {
  0% {
    bottom: 130px;
    opacity: 0;
  }
  50% {
    bottom: 60px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes scroll-circle {
  0% {
    bottom: 130px;
    opacity: 0;
  }
  50% {
    bottom: 60px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
.news__content {
  padding: 40px 6.66% 80px;
}
@media screen and (max-width: 767px) {
  .news__content {
    padding-block: 20px 40px;
  }
}
.news__categories {
  display: grid;
  gap: 16px 20px;
  margin-bottom: 56px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .news__categories {
    gap: 8px 10px;
    margin-bottom: 28px;
  }
}
.news__category {
  height: 60px;
  font-size: 2rem;
  border-radius: 10px;
  font-weight: 700;
  color: #0d6036;
  letter-spacing: 0.05em;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__category {
    height: 40px;
    font-size: 15px;
  }
}
.news__category.active {
  color: #fff;
  background-color: #0d6036;
}
.news__list {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-bottom: 33px;
  }
}
.news__item {
  display: block;
}
.news__item:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .news__item:not(:last-child) {
    margin-bottom: 28px;
  }
}
.news__item:hover .news__image img {
  scale: 1.1;
}
.news__image {
  width: 100%;
  height: 273px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .news__image {
    height: 180px;
  }
}
.news__image--detail {
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news__image--detail {
    margin-bottom: 20px;
  }
}
.news__image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news__info {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .news__info {
    margin-top: 12px;
  }
}
.news__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news__tag {
    margin-bottom: 9px;
  }
}
.news__tag--detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news__tag--detail {
    margin-bottom: 15px;
  }
}
.news__date {
  font-size: 2rem;
  color: #0d6036;
  letter-spacing: 0.05em;
  font-family: "Archivo", sans-serif;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 15px;
  }
}
.news__cat {
  font-size: 1.8rem;
  border-radius: 10px;
  color: #0d6036;
  letter-spacing: 0.05em;
  padding: 4px 12px 4.4px;
  background-color: #cde9d4;
}
@media screen and (max-width: 767px) {
  .news__cat {
    font-size: 14px;
  }
}
.news__cat-wrap {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news__cat-wrap {
    gap: 5px;
  }
}
.news__text {
  overflow: hidden;
  font-size: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: 17px;
  }
}
.news__title {
  font-size: 3rem;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.7666666667em;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.news__subtitle {
  font-size: 2.4rem;
  padding-left: 16px;
  margin-bottom: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 2em;
  border-left: 5px solid #0d6036;
}
@media screen and (max-width: 767px) {
  .news__subtitle {
    font-size: 17px;
    padding-left: 8px;
    margin-bottom: 16px;
  }
}
.news__detail-content {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .news__detail-content {
    margin-bottom: 32px;
  }
}
.news__detail-wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news__detail-wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
.news__detail-text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .news__detail-text {
    font-size: 15px;
  }
}
.news__more-image {
  gap: 20px;
  display: grid;
  margin-block: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .news__more-image {
    gap: 10px;
    margin-block: 20px;
  }
}
.news__more-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .news__more-image img {
    height: 150px;
  }
}
.news__button {
  width: 100%;
  height: 80px;
  margin-top: 20px;
  font-size: 2.2rem;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #0d6036;
  letter-spacing: 0.05em;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__button {
    height: 60px;
    font-size: 16px;
    margin-top: 30px;
  }
}
.news__button:hover {
  color: #fff;
  background-color: #0d6036;
}

.service {
  margin-bottom: 80px !important;
  overflow: hidden;
}
.service__intro {
  padding: 0 6.66% 84px;
}
@media screen and (max-width: 767px) {
  .service__intro {
    padding-bottom: 42px;
  }
}
.service__intro-img {
  width: 100%;
  height: auto;
}
.service__intro-text {
  font-size: 2rem;
  margin-top: 45px;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 2.4em;
}
@media screen and (max-width: 767px) {
  .service__intro-text {
    font-size: 15px;
  }
}
.service__list {
  position: relative;
  padding: 229px 6.66% 80px;
}
@media screen and (max-width: 767px) {
  .service__list {
    padding-block: 160px 40px;
  }
}
.service__list::before {
  top: 0;
  left: 50%;
  z-index: -1;
  content: "";
  display: block;
  width: 958.85px;
  height: 2907.51px;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("./public/img/service/service-bg.png") no-repeat center/cover;
  background-attachment: fixed;
}
.service__item {
  position: relative;
}
.service__item:not(:last-child) {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .service__item:not(:last-child) {
    margin-bottom: 45px;
  }
}
.service__item-num {
  left: 0;
  top: -18px;
  z-index: 1;
  position: absolute;
  color: #0d6036;
  letter-spacing: 0.05em;
  font: 800 3rem "Archivo", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .service__item-num {
    top: -9px;
    font-size: 20px;
  }
}
.service__item-num--right {
  right: 0;
  left: unset;
}
.service__item-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.service__item-tag {
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 3.6rem;
  position: absolute;
  padding: 12px 16px;
  color: #fff;
  font-weight: 900;
  border-top-right-radius: 10px;
  background-color: #0d6036;
}
@media screen and (max-width: 767px) {
  .service__item-tag {
    font-size: 23px;
    padding: 6px 8px;
  }
}
.service__item-detail {
  padding: 40px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service__item-detail {
    padding: 20px;
  }
}
.service__item-label {
  font-size: 3rem;
  margin-bottom: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .service__item-label {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.service__item-text {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    font-size: 17px;
  }
}

.company {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
}
.company__section {
  width: 100%;
}
.company__content-heading {
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .company__content-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .company__content-heading {
    font-size: 20px;
  }
}
.company__content-p {
  font-size: 24px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .company__content-p {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .company__content-p {
    font-size: 16px;
  }
}
.company__philosophy {
  position: relative;
  z-index: 1;
  padding: 50px 40px 250px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .company__philosophy {
    padding: 30px 6.66% 150px;
  }
}
.company__philosophy::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(100% - 150px);
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./public/img/company/sdg-bg1.png") no-repeat top/100%;
}
@media screen and (max-width: 600px) {
  .company__philosophy::after {
    top: calc(100% - 100px);
  }
}
.company__philo-images {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1.5fr 1fr;
  gap: 10px;
  width: 100%;
  height: 280px;
  margin: 56px 0;
}
@media screen and (max-width: 600px) {
  .company__philo-images {
    height: 200px;
  }
}
.company__philo-image {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.company__philo-image:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.company__philo-image:last-child {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}
.company__sdg {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px;
  background-color: #cde9d4;
}
@media screen and (max-width: 600px) {
  .company__sdg {
    padding: 30px 0 60px;
  }
}
.company__sdg::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -20px;
  width: 50%;
  aspect-ratio: 16/9;
  background: url("./public/img/company/sdg-decor.svg") no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .company__sdg::before {
    top: -55px;
    right: -10px;
  }
}
.company__sdg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -160px;
  width: 100%;
  height: 100%;
  background: url("./public/img/company/sdg-bg.png") no-repeat bottom/contain;
}
@media screen and (max-width: 600px) {
  .company__sdg::after {
    bottom: -120px;
  }
}
.company__sdg-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 40px;
}
.company__sdg-intro-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .company__sdg-intro-icon {
    width: 15%;
  }
}
.company__sdg-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.company__sdg-point {
  width: calc(100% - 40px);
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 24px 24px 34px rgba(44, 97, 40, 0.1);
          box-shadow: 24px 24px 34px rgba(44, 97, 40, 0.1);
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 600px) {
  .company__sdg-point {
    width: 93.34%;
    padding: 20px;
  }
}
.company__sdg-point:nth-child(odd) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-radius: 20px 0 0 20px;
}
.company__sdg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.company__sdg-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 600px) {
  .company__sdg-icon {
    width: 90px;
  }
}
.company__sdg-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.company__sdg-num {
  font-family: "Archivo", sans-serif;
  color: #ffb001;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .company__sdg-num {
    font-size: 20px;
  }
}
.company__sdg-num.orange-ff4 {
  color: #ff4a05;
}
.company__sdg-num.orange-ff8 {
  color: #ff8c0b;
}
.company__sdg-num.green-36 {
  color: #368d0b;
}
.company__sdg-label {
  font-size: 24px;
  font-weight: 900;
  line-height: 2em;
}
@media screen and (max-width: 600px) {
  .company__sdg-label {
    font-size: 12px;
  }
}
.company__sdg-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}
.company__sdg-tag {
  padding: 5px 10px;
  background-color: #f1f1f1;
  border-radius: 18px;
  color: #8e918e;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .company__sdg-tag {
    font-size: 12px;
  }
}
.company__message {
  position: relative;
  padding: 120px 0 100px;
}
@media screen and (max-width: 600px) {
  .company__message {
    padding: 90px 0 80px;
  }
}
.company__message-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
  padding: 55px calc(50% - 40px) 0 40px;
}
@media screen and (max-width: 767px) {
  .company__message-person {
    padding: 55px 30% 0 6.66%;
  }
}
.company__message-person::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 16/9;
  background: url("./public/img/company/message-decor.svg") no-repeat top right/contain;
}
.company__message-image {
  border-radius: 20px;
  overflow: hidden;
}
.company__message-sign {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .company__message-sign {
    font-size: 12px;
  }
}
.company__message-sign span.name {
  margin-left: 10px;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .company__message-sign span.name {
    font-size: 16px;
  }
}
.company__message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  margin-top: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .company__message-content {
    gap: 24px;
    padding: 0 6.66%;
  }
}
.company__profile {
  padding: 0 40px 100px;
}
@media screen and (max-width: 767px) {
  .company__profile {
    padding: 0 6.66% 80px;
  }
}
.company__profile-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;
}
.company__profile-table tr:first-of-type th {
  border-top: 1px solid #0d6036;
}
.company__profile-table tr:first-of-type td {
  border-top: 1px solid #bcbcbc;
}
.company__profile-table th,
.company__profile-table td {
  padding: 40px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .company__profile-table th,
  .company__profile-table td {
    padding: 30px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .company__profile-table th,
  .company__profile-table td {
    padding: 20px 0;
    font-size: 16px;
  }
}
.company__profile-table th {
  border-bottom: 1px solid #0d6036;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .company__profile-table th {
    min-width: 80px;
  }
}
.company__profile-table td {
  padding: 40px;
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .company__profile-table td {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .company__profile-table td {
    padding: 20px;
  }
}

.recruit {
  letter-spacing: 0.05em;
}
.recruit__container {
  padding: 0 6.66%;
}
.recruit__intro {
  background: url("./public/img/recruit/intro-bg.png") no-repeat -180px center/cover;
  padding-block: 377px 205px;
}
.recruit__intro-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-block: 250px 150px;
}
.recruit__intro-heading {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #0d6036;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .recruit__intro-heading {
    font-size: 22px;
  }
}
.recruit__intro-description {
  margin-bottom: 70px;
  max-width: 428px;
  font-size: 24px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit__intro-description {
    font-size: 18px;
  }
}
.recruit__jd {
  margin-top: 80px;
  background: url("./public/img/recruit/jd-bg.png") no-repeat center/cover;
  padding-block: 80px;
}
.recruit__jd-list {
  margin-top: 104px;
}
.recruit__jd-item + .recruit__jd-item {
  margin-top: 104px;
}
.recruit__jd-image-container {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}
.recruit__jd-image-container--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.recruit__jd-image {
  width: 430px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit__jd-image {
    width: 215px;
  }
}
.recruit__jd-image-decor {
  width: 402px;
  height: 172px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .recruit__jd-image-decor {
    width: 201px;
    height: 86px;
  }
}
.recruit__jd-number {
  position: absolute;
  top: -50px;
  right: 30px;
  z-index: -1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 120px;
  line-height: 1.0833333333em;
  color: #fff;
}
.recruit__jd-number--left {
  right: auto;
  left: 30px;
}
.recruit__jd-heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-block: -38px 32px;
}
.recruit__jd-heading {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  font-size: 36px;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit__jd-heading {
    font-size: 24px;
  }
}
.recruit__jd-description {
  font-size: 24px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit__jd-description {
    font-size: 18px;
  }
}
.recruit__features {
  padding-block: 80px;
}
.recruit__features-list {
  margin-top: 55px;
}
.recruit__feature-item {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
  padding-inline: 7.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit__feature-item {
    height: 150px;
  }
}
.recruit__feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 209, 180, 0.69)), to(#2b9861));
  background: linear-gradient(to bottom, rgba(152, 209, 180, 0.69), #2b9861);
  mix-blend-mode: multiply;
  z-index: -1;
}
.recruit__feature-item + .recruit__feature-item {
  margin-top: 29px;
}
.recruit__feature-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__feature-heading {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit__feature-heading {
    font-size: 20px;
  }
}
.recruit__feature-number {
  position: absolute;
  top: -23px;
  right: -13px;
  font-family: "Archivo", sans-serif;
  font-size: 120px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.0833333333em;
  color: #fff;
  opacity: 0.4;
}
.recruit__ideal {
  padding-block: 212px 145px;
  background: url("./public/img/recruit/ideal-bg.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .recruit__ideal {
    padding-block: 106px 72.5px;
  }
}
.recruit__ideal-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.recruit__ideal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.recruit__ideal-item:last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
}
.recruit__ideal-circle {
  position: relative;
  background: #fff;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit__ideal-circle {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .recruit__ideal-image {
    max-width: 80px;
  }
}
.recruit__ideal-number {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #0d6036;
}
@media screen and (max-width: 767px) {
  .recruit__ideal-number {
    top: 8px;
    font-size: 18px;
  }
}
.recruit__ideal-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__ideal-heading {
    font-size: 17px;
  }
}
.recruit__requirements {
  padding-block: 68.5px 40px;
}
.recruit__requirements-table {
  margin-top: 56px;
  width: 100%;
  border-collapse: collapse;
  font-size: 24px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit__requirements-table {
    font-size: 14px;
  }
}
.recruit__requirements-table tr {
  border-top: 1px solid #bcbcbc;
}
.recruit__requirements-table tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.recruit__th, .recruit__td {
  padding-block: 20px;
  text-align: left;
}
.recruit__th {
  padding-right: 20px;
  vertical-align: top;
  border-top: 1px solid #0d6036;
}
.recruit__td {
  padding-inline: 20px;
}
.recruit__benefits {
  padding-block: 40px 80px;
}
.recruit__benefit-grid {
  margin-top: 56px;
  height: 336px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .recruit__benefit-grid {
    height: auto;
  }
}
.recruit__benefit-item {
  position: relative;
  background: #cde9d4;
  grid-column: span 2;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit__benefit-item {
    grid-column: span 3;
    height: 150px;
  }
}
.recruit__benefit-item.medium {
  grid-column: span 3;
}
.recruit__benefit-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruit__benefit-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #0d6036;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__benefit-heading {
    font-size: 14px;
  }
}

.recruit {
  position: relative;
}

.recruit-interview__container {
  background-color: #cde9d4;
  border-radius: 30px;
  padding: 80px 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit-interview__container {
    padding: 40px 16px;
  }
}
.recruit-interview__content {
  margin-top: 55px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview__content {
    padding: 20px;
  }
}
.recruit-interview__num {
  height: 44px;
  padding-inline: 13px;
  background: -webkit-gradient(linear, left top, left bottom, from(#98d1b4), to(#2b9861));
  background: linear-gradient(180deg, #98d1b4, #2b9861);
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 1.6rem;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-interview__num {
    font-size: 1.2rem;
  }
}
.recruit-interview__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recruit-interview__heading {
    margin-bottom: 20px;
  }
}
.recruit-interview__item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.recruit-interview__item.active {
  display: block;
  -webkit-animation: in 0.4s ease;
          animation: in 0.4s ease;
  opacity: 1;
  pointer-events: auto;
}
.recruit-interview__item.fade-out {
  -webkit-animation: out 0.4s ease;
          animation: out 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.recruit-interview__img {
  width: 44.64%;
  border-radius: 10px;
  overflow: hidden;
}
.recruit-interview__img img {
  display: block;
}
.recruit-interview__info {
  width: 55.36%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-interview__name {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  display: block;
  color: #0d6036;
}
@media screen and (max-width: 767px) {
  .recruit-interview__name {
    font-size: 1.8rem;
  }
}
.recruit-interview__date {
  font-size: 1.8rem;
  color: #0d6036;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-interview__date {
    font-size: 1.4rem;
  }
}
.recruit-interview__title {
  font-size: 3rem;
  line-height: 1.75em;
  font-weight: 900;
  color: #0d6036;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-interview__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.recruit-interview__text {
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit-interview__text {
    font-size: 1.6rem;
  }
}
.recruit-interview__nav {
  background-color: #fff;
  padding: 24px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-interview__nav {
    padding: 16px;
  }
}
.recruit-interview__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recruit-interview__btn {
    gap: 16px;
  }
}
.recruit-interview__btn--prev .recruit-interview__arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.recruit-interview__btn--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruit-interview__btn:hover .recruit-interview__arrow {
  background-color: #fff;
}
.recruit-interview__btn:hover .recruit-interview__arrow::before {
  -webkit-filter: unset;
          filter: unset;
}
.recruit-interview__arrow {
  height: 40px;
  width: 70px;
  border-radius: 20px;
  background-color: #0d6036;
  border: 1px solid #0d6036;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-interview__arrow {
    height: 30px;
    width: 50px;
    border-radius: 15px;
  }
}
.recruit-interview__arrow::before {
  content: "";
  width: 18px;
  height: 12px;
  background: url("./public/img/icons/button-arrow.svg") no-repeat center/cover;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-interview__btn-text {
  font-size: 2rem;
  color: #0d6036;
}
@media screen and (max-width: 767px) {
  .recruit-interview__btn-text {
    font-size: 1.6rem;
  }
}
.recruit-interview__page {
  height: 40px;
  padding-inline: 20px;
  background-color: #f1f1f1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-interview__page {
    height: 30px;
    padding-inline: 10px;
  }
}
.recruit-interview__page span {
  font-size: 2rem;
  color: #0d6036;
}
@media screen and (max-width: 767px) {
  .recruit-interview__page span {
    font-size: 1.6rem;
  }
}

.recruit-schedule {
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .recruit-schedule {
    padding: 40px 16px;
  }
}
.recruit-schedule__list {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .recruit-schedule__list {
    margin-top: 24px;
  }
}
.recruit-schedule__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
.recruit-schedule__row:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recruit-schedule__row:not(:last-child) {
    margin-bottom: 16px;
  }
}
.recruit-schedule__row:last-child .recruit-schedule__schedule::before {
  display: none;
}
.recruit-schedule__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 37.3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-schedule__schedule {
    gap: 10px;
  }
}
.recruit-schedule__schedule::before {
  content: "";
  height: 77px;
  width: 7px;
  background-color: #f1f1f1;
  position: absolute;
  bottom: -54px;
  right: 2px;
  border-radius: 7px;
}
.recruit-schedule__schedule::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background-color: #0d6036;
}
.recruit-schedule__icon img {
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .recruit-schedule__icon img {
    height: 25px;
    width: 25px;
  }
}
.recruit-schedule__time {
  font-size: 2.4rem;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  color: #0d6036;
}
@media screen and (max-width: 767px) {
  .recruit-schedule__time {
    font-size: 1.6rem;
  }
}
.recruit-schedule__desc {
  width: 62.7%;
  font-size: 2rem;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-schedule__desc {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}

.recruit-flow {
  padding: 0 40px 80px;
  counter-reset: flow;
}
@media screen and (max-width: 767px) {
  .recruit-flow {
    padding: 0 16px 40px;
  }
}
.recruit-flow__content {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .recruit-flow__content {
    margin-top: 24px;
  }
}
.recruit-flow__row {
  letter-spacing: 0.05em;
  position: relative;
  counter-increment: flow;
}
.recruit-flow__row:not(:last-child) .recruit-flow__info {
  border-left: 3px dotted #bcbcbc;
}
.recruit-flow__img {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-flow__img img {
  height: 73px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .recruit-flow__img img {
    height: 50px;
  }
}
.recruit-flow__info {
  margin-left: 36.5px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recruit-flow__info {
    margin-left: 25px;
    padding-bottom: 16px;
  }
}
.recruit-flow__info-container {
  max-width: 415px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruit-flow__info-container {
    max-width: 88%;
  }
}
.recruit-flow__title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .recruit-flow__title {
    font-size: 20px;
    gap: 8px;
  }
}
.recruit-flow__title::before {
  content: counter(flow, decimal-leading-zero);
  font-family: "Archivo", sans-serif;
  padding-right: 16px;
  border-right: 1px solid #bcbcbc;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-flow__title::before {
    padding-right: 8px;
  }
}
.recruit-flow__text {
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit-flow__text {
    font-size: 16px;
  }
}

.recruit-faq {
  padding: 0 40px 80px;
}
@media screen and (max-width: 767px) {
  .recruit-faq {
    padding: 0 16px 40px;
  }
}
.recruit-faq__row {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit-faq__row {
    padding: 16px;
  }
}
.recruit-faq__row:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-faq__row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.recruit-faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-faq__header {
    gap: 10px;
  }
}
.recruit-faq__icon {
  font-size: 3rem;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #0d6036;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .recruit-faq__icon {
    font-size: 2rem;
    line-height: 2em;
  }
}
.recruit-faq__question {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit-faq__question {
    font-size: 18px;
  }
}
.recruit-faq__btn {
  border: 3px solid #0d6036;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background-color: #0d6036;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recruit-faq__btn {
    height: 30px;
    margin-top: 5px;
  }
}
.recruit-faq__btn::before, .recruit-faq__btn::after {
  content: "";
  height: 3px;
  width: 12px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 7px;
}
.recruit-faq__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-faq__btn.active {
  background-color: unset;
}
.recruit-faq__btn.active::before, .recruit-faq__btn.active::after {
  background-color: #0d6036;
}
.recruit-faq__btn.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.recruit-faq__answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-faq__answer-text {
  background-color: #fff;
  padding: 16px;
  font-size: 2rem;
  line-height: 2em;
  margin-top: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-faq__answer-text {
    font-size: 16px;
    margin-top: 10px;
    padding: 8px;
  }
}
.recruit-faq__content {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .recruit-faq__content {
    margin-top: 24px;
  }
}

@-webkit-keyframes in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.contact {
  font-size: 24px;
  letter-spacing: 0.05em;
  padding: 0 6.66%;
}
@media screen and (max-width: 767px) {
  .contact {
    font-size: 20px;
  }
}
.contact__instructions {
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .contact__instructions {
    font-size: 18px;
  }
}
.contact__steps {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.contact__step {
  padding-block: 15px;
  border: 2px solid #cde9d4;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__step {
    font-size: 16px;
  }
}
.contact__step.active {
  background: #cde9d4;
}
.contact__form-item + .contact__form-item {
  margin-top: 40px;
}
.contact__form-item + .contact__form-item--checkbox {
  margin-top: 24px;
}
.contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contact__form-row + .contact__form-row,
.contact__form-row + .contact__form-col {
  margin-top: 20px;
}
.contact__form-row--g40 {
  gap: 40px;
}
.contact__form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.contact__form-flag {
  min-width: 60px;
  padding-block: 7px;
  background: #0d6036;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact__form-flag {
    font-size: 14px;
    padding-block: 5px;
  }
}
.contact__form-flag--optional {
  background: #bcbcbc;
}
.contact__form-label {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .contact__form-label {
    font-size: 20px;
  }
}
.contact__form-input, .contact__form-textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 28.5px 26px;
  background: #f1f1f1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #8e918e;
}
.contact__form-textarea {
  height: 250px;
  resize: none;
  line-height: 1.5em;
}
.contact__form-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form-radio-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact__form-radio-wrap input[type=radio] {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f1f1f1;
  border-radius: 50%;
  border: 2px solid #0d6036;
  cursor: pointer;
}
.contact__form-radio-wrap input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #0d6036;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.contact__form-radio-wrap input[type=radio]:checked::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.contact__form-agreement-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 20px;
}
.contact__form-checkbox {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__form-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.contact__form-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 10px;
  border-left: 3px solid #0d6036;
  border-bottom: 3px solid #0d6036;
  -webkit-transform: translate(-50%, -60%) scale(0) rotate(-45deg);
          transform: translate(-50%, -60%) scale(0) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  pointer-events: none;
}
.contact__form-checkbox:checked::after {
  -webkit-transform: translate(-50%, -60%) scale(1) rotate(-45deg);
          transform: translate(-50%, -60%) scale(1) rotate(-45deg);
  opacity: 1;
}
.contact__form-note {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact__form-note {
    font-size: 14px;
  }
}
.contact__agreement-wrapper {
  padding: 24px 40px;
  border-radius: 10px;
  border: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .contact__agreement-wrapper {
    padding-inline: 24px;
  }
}
.contact__agreement {
  overflow-y: scroll;
  font-size: 20px;
  line-height: 2em;
  height: 300px;
  padding-right: 25px;
  scrollbar-width: 20px;
}
@media screen and (max-width: 767px) {
  .contact__agreement {
    font-size: 16px;
  }
}
.contact__agreement::-webkit-scrollbar {
  width: 20px;
  border-radius: 5px;
  background: transparent;
}
.contact__agreement::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 5px;
}
.contact__agreement::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.contact__form-file-wrapper {
  width: 100%;
  background: #f1f1f1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .contact__form-file-wrapper {
    -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: 10px;
    padding-inline: 26px;
  }
}
.contact__form-file-wrapper input[type=file] {
  display: none;
}
.contact__form-file-wrapper .contact__form-file-label {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #b4b4b4;
  color: #fff;
  font-size: 18px;
  padding: 15px 24px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  .contact__form-file-wrapper .contact__form-file-label {
    margin-left: 0;
  }
}
.contact__form-file-wrapper input[type=file]:focus + label.contact__form-file-label {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.contact__form-button-wrapper {
  margin: 64px auto 80px;
  position: relative;
  min-width: 350px;
  min-height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0d6036;
  border: none;
  border-radius: 40px;
  padding: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.contact__form-button-wrapper::before {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: #fff;
  color: #0d6036;
  border-radius: 20px;
  width: 70px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form-button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("./public/img/contact/arrow-right-green.svg") no-repeat center/contain;
  width: 18px;
  height: 12px;
}
.contact__form-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  text-align: left;
  padding-inline: 32px;
}
.contact__complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
}
.contact__complete-btn {
  margin-top: 20px;
}
.contact__form-step {
  display: none;
}
.contact__form-step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.policy {
  font-size: 1.6rem;
}
.policy__title {
  font-size: 2rem;
}
.policy ol {
  margin-left: 30px;
}

.mw_wp_form .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field label {
    font-size: 16px;
  }
}

.overflow {
  overflow: hidden;
}

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

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

.container {
  -webkit-box-shadow: 0 0 32px rgba(138, 190, 166, 0.1019607843);
          box-shadow: 0 0 32px rgba(138, 190, 166, 0.1019607843);
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container.top {
    max-width: 600px !important;
  }
}

.green-0d {
  color: #0d6036;
}

.white {
  color: #fff;
}

.bg-green-cd {
  background-color: #cde9d4;
}

.black {
  font-weight: 900;
}

.error__container {
  min-height: 50vh;
  min-height: 50svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error__text {
  text-align: center;
  font-size: 2.4rem;
  color: #0d6036;
}

.wp-pagenavi {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 5px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 60px;
  height: 60px;
  font-size: 2.4rem;
  border-radius: 50%;
  color: #343434;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
.wp-pagenavi .page:hover {
  color: #0d6036;
  background-color: #f1f1f1;
}
.wp-pagenavi .current {
  color: #0d6036;
  background-color: #f1f1f1;
}

.previouspostslink,
.nextpostslink {
  width: 70px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #0d6036;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .previouspostslink,
  .nextpostslink {
    width: 50px;
    height: 30px;
  }
}
.previouspostslink::before,
.nextpostslink::before {
  content: "";
  width: 18px;
  height: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background: url("./public/img/icons/arrow-right.svg") no-repeat center/contain;
}
.previouspostslink:hover,
.nextpostslink:hover {
  background-color: #fff;
  border: 1px solid #0d6036;
}
.previouspostslink:hover::before,
.nextpostslink:hover::before {
  -webkit-filter: none;
          filter: none;
}

.previouspostslink {
  margin-right: auto;
}
.previouspostslink::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nextpostslink {
  margin-left: auto;
}

.wp-archive__detail-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-archive__detail-post-link {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d6036;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .wp-archive__detail-post-link {
    gap: 12px;
    font-size: 16px;
  }
}
.wp-archive__detail-post-link:hover .previouspostslink,
.wp-archive__detail-post-link:hover .nextpostslink {
  background-color: #fff;
  border: 1px solid #0d6036;
}
.wp-archive__detail-post-link:hover .previouspostslink::before,
.wp-archive__detail-post-link:hover .nextpostslink::before {
  -webkit-filter: none;
          filter: none;
}

.contact__form-radio-wrap .wpcf7-list-item.first {
  margin-left: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}