@charset "UTF-8";
/*
 *  全体設定
 */
html,
body {
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}

.width-full {
  max-width: 100%;
}

.width-page {
  max-width: 1120px;
}

/*
 *  ヘッダー
 */
@media screen and (max-width: 767px) {
  .head-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #FFF;
  }
}

.header {
  display: flex;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header-logo {
  display: block;
  width: auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .header-logo {
    display: block;
    width: auto;
  }
}
.header-logo__inner {
  height: 100%;
  min-height: initial;
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 100%;
}
.header-nav .global-navi__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 80px;
  list-style: none;
  padding: 0 50px 0 0;
}
.header-nav .global-navi__list li a {
  display: inline-block;
  color: #484848;
}
.header-nav .global-navi__list li a:link, .header-nav .global-navi__list li a:visited, .header-nav .global-navi__list li a:active {
  text-decoration: none;
  color: #484848;
}
.header-nav .global-navi__list li a:hover {
  text-decoration: none;
  color: #484848;
}
@media screen and (min-width: 768px) {
  .header .site-logo {
    width: 60px;
  }
}
.header .site-name {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  white-space: nowrap;
}
.header .site-name-text {
  font-size: 1.812rem;
  color: #008000;
}
@media screen and (max-width: 767px) {
  .header .site-name-text {
    font-size: 1.125rem;
  }
}
.header .site-name-sub-text {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.437rem;
  font-weight: 500;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .header .site-name-sub-text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .header .site-name-sub-text {
    transform: translateY(2px);
  }
}
.header .site-header {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 60px;
  background-color: transparent;
  border: none;
}
.header .site-header .nav-menu-btn {
  height: 60px;
  padding: 15px;
  margin-right: -5px;
  background-color: #008000;
}
.header .site-header .icon-toggle-menu {
  width: 32px;
  margin: 12px 0;
  background-color: #FFF;
}
.header .site-header .icon-toggle-menu:before {
  top: -10px;
  width: 32px;
  background-color: #FFF;
}
.header .site-header .icon-toggle-menu:after {
  bottom: -10px;
  width: 32px;
  background-color: #FFF;
}
.header .site-header [aria-expanded=true] .icon-toggle-menu {
  background-color: transparent;
}
.header .site-header [aria-expanded=true] .icon-toggle-menu:before {
  width: 45px;
  height: 3px;
  transform: translate(-6px, 10px) rotate(45deg);
}
.header .site-header [aria-expanded=true] .icon-toggle-menu:after {
  width: 45px;
  height: 3px;
  transform: translate(-6px, -10px) rotate(-45deg);
}

@media screen and (max-width: 1023px) {
  .mobile-nav {
    margin-top: 60px;
    padding: 0;
    background-color: transparent;
  }
  .mobile-nav .mobile-nav-inner {
    padding: 0;
    background-color: #FFF;
  }
  .mobile-nav .mobile-navbar-list {
    width: 100%;
    margin: 0;
  }
  .mobile-nav .mobile-navbar-list li.entry a {
    background-color: #008000;
  }
  .mobile-nav .mobile-navbar-list li a {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 40px 30px;
    background-color: #484848;
    border-bottom: 1px solid #FFF;
    line-height: 1;
    text-align: left;
    font-size: 1.375rem;
    color: #FFF;
  }
  .mobile-nav .mobile-navbar-list li a:link, .mobile-nav .mobile-navbar-list li a:visited, .mobile-nav .mobile-navbar-list li a:active {
    text-decoration: none;
    color: #FFF;
  }
  .mobile-nav .mobile-navbar-list li a:hover {
    text-decoration: none;
    color: #FFF;
  }
  .mobile-nav .mobile-navbar-list li a .sub {
    font-size: 1rem;
    color: #9FBF9F;
  }
  .mobile-nav .mobile-navbar-list li a:after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    box-sizing: border-box;
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 9px;
    border: 1px solid #FFF;
    border-radius: 999px;
    background-color: transparent;
    line-height: 1;
    font-size: 1.875rem;
    color: #FFF;
    content: "→";
  }
  .mobile-nav .mobile-navbar-list li a:after:link, .mobile-nav .mobile-navbar-list li a:after:visited, .mobile-nav .mobile-navbar-list li a:after:active, .mobile-nav .mobile-navbar-list li a:after:hover {
    text-decoration: none;
    color: #FFF;
  }
}
.topicpath {
  margin: 0;
  padding: 5px 0;
  background-color: #BFAEA4;
  font-size: 1.375rem;
  color: #FFF;
}

/*
 *  メインビジュアル
 */
.top-image,
.top-image-sp {
  padding: 0;
}
.top-image-wrapper,
.top-image-sp-wrapper {
  position: relative;
  z-index: -1;
  margin: 0;
}

.main-slider-item {
  position: relative;
}
.main-slider-image {
  height: auto;
  background-color: transparent;
}
.main-slider-image img {
  width: 100%;
  height: auto;
}
.main-slider-text-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-slider-main-copy {
  white-space: nowrap;
  font-size: 3.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-slider-main-copy {
    font-size: 2rem;
  }
}

.placeholder {
  position: relative;
  height: 32px;
  margin-top: -32px;
}
.placeholder:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 32px;
  background-color: #FFF;
  border-radius: 32px 32px 0 0;
}

/*
 *  メイン
 */
@media screen and (max-width: 767px) {
  .main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main-wrapper {
  position: relative;
  background-color: #FFF;
}
.main-inner {
  max-width: 1120px;
}

/* セクション */
section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-top-lead {
  margin-top: 40px;
}
.section-top-lead__title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 2.625rem;
  color: #008000;
}
@media screen and (max-width: 767px) {
  .section-top-lead__title {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 1.75rem;
  }
}
.section-top-lead__text {
  text-align: center;
  line-height: 2;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .section-top-lead__text {
    font-size: 1rem;
  }
}
.section-top-interview {
  margin: 150px calc(50% - 50dvw) 75px;
  padding: 0 calc(50dvw - 50%);
  background-color: #008000;
}
@media screen and (max-width: 767px) {
  .section-top-interview {
    margin: 80px calc(50% - 50dvw) 0;
  }
}
.section-top-interview__inner {
  display: flex;
  gap: 80px;
  height: 270px;
  padding: 80px 0;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .section-top-interview__inner {
    flex-direction: column;
    gap: 24px;
    height: auto;
    padding: 40px 0;
  }
}
.section-top-interview__image, .section-top-interview__content {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .section-top-interview__image, .section-top-interview__content {
    width: 100%;
  }
}
.section-top-interview__image {
  position: relative;
}
.section-top-interview__image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50dvw - 40px);
  max-height: 568px;
  height: auto;
  margin-left: calc(100% + 40px - 50dvw);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-top-interview__image img {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -30px;
    transform: initial;
  }
}
.section-top-interview__content-inner {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-top-interview__content-inner {
    padding-bottom: 50px;
  }
}
.section-top-interview__content-title {
  margin-top: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .section-top-interview__content-title {
    font-size: 1.375rem;
  }
}
.section-top-interview__content-text {
  line-height: 2;
  text-align: justify;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .section-top-interview__content-text {
    font-size: 1rem;
  }
}
.section-top-interview__content .link-button {
  box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 9px;
  border: 1px solid #FFF;
  border-radius: 999px;
  background-color: transparent;
  line-height: 1;
  font-size: 1.875rem;
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-top-interview__content .link-button:link, .section-top-interview__content .link-button:visited, .section-top-interview__content .link-button:active, .section-top-interview__content .link-button:hover {
  text-decoration: none;
  color: #FFF;
}
.section-top-youkou {
  margin: 75px calc(50% - 50dvw) 150px;
  padding: 0 calc(50dvw - 50%);
  background-color: #E2EFE2;
}
@media screen and (max-width: 767px) {
  .section-top-youkou {
    margin: 0 calc(50% - 50dvw);
  }
}
.section-top-youkou__inner {
  display: flex;
  gap: 80px;
  height: 270px;
  padding: 80px 0;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .section-top-youkou__inner {
    flex-direction: column;
    gap: 24px;
    height: auto;
    padding: 40px 0;
  }
}
.section-top-youkou__image, .section-top-youkou__content {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .section-top-youkou__image, .section-top-youkou__content {
    width: 100%;
  }
}
.section-top-youkou__image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-top-youkou__image {
    order: 1;
  }
}
.section-top-youkou__image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50dvw - 40px);
  max-height: 568px;
  height: auto;
  margin-right: calc(100% + 40px - 50dvw);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-top-youkou__image img {
    position: relative;
    width: calc(100% + 30px);
    margin-right: -30px;
    transform: initial;
  }
}
@media screen and (max-width: 767px) {
  .section-top-youkou__content {
    order: 2;
  }
}
.section-top-youkou__content-inner {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-top-youkou__content-inner {
    padding-bottom: 50px;
  }
}
.section-top-youkou__content-title {
  margin-top: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .section-top-youkou__content-title {
    font-size: 1.375rem;
  }
}
.section-top-youkou__content-text {
  line-height: 2;
  text-align: justify;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .section-top-youkou__content-text {
    font-size: 1rem;
  }
}
.section-top-youkou__content .link-button {
  box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 9px;
  border: 1px solid #484848;
  border-radius: 999px;
  background-color: transparent;
  line-height: 1;
  font-size: 1.875rem;
  color: #484848;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-top-youkou__content .link-button:link, .section-top-youkou__content .link-button:visited, .section-top-youkou__content .link-button:active, .section-top-youkou__content .link-button:hover {
  text-decoration: none;
  color: #484848;
}

/* エントリー */
.entry .page-header {
  border: none;
}
.entry-title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #008000;
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 1.75rem;
  }
}
.entry-title a {
  color: #008000;
}
.entry-title a:link, .entry-title a:visited, .entry-title a:active {
  text-decoration: none;
  color: #008000;
}
.entry-title a:hover {
  text-decoration: none;
  color: #008000;
}
.entry-column h2 {
  margin-top: 0.5em;
  border-bottom: 2px solid #008000;
  border-left: none;
  font-size: 2rem;
  color: #008000;
}
@media screen and (max-width: 767px) {
  .entry-column h2 {
    font-size: 1.5rem;
  }
}
.entry-column h3 {
  margin-top: 0.5em;
  padding: 0 0.25em 0 1.5em;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-color: #DFD6D1;
  text-decoration-thickness: 8px;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-indent: -1.5em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .entry-column h3 {
    font-size: 1.25rem;
  }
}
.entry-column h3:before {
  display: inline;
  content: "Q. ";
  text-decoration: underline;
  text-decoration-color: #DFD6D1;
  text-decoration-thickness: 8px;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-size: 2rem;
  color: #8C6B4F;
}
@media screen and (max-width: 767px) {
  .entry-column h3:before {
    font-size: 1.75rem;
  }
}
.entry-column h4 {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.25em 0.5em;
  background-color: #008000;
  line-height: 1.5;
  font-family: Noto Serif JP, serif;
  font-size: 1.625rem;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .entry-column h4 {
    font-size: 1.375rem;
  }
}
.entry-column p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .entry-column p {
    font-size: 1rem;
  }
}

/* エントリーフォーム */
.contact-box section {
  margin: 0;
}
.contact-box .message-text ex {
  color: #F66;
}

/* フッター上部 */
.suggest-box {
  margin-bottom: 160px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .suggest-box {
    margin-bottom: 0;
  }
}
.suggest-box__inner {
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .suggest-box__inner {
    margin: 0 calc(50% - 50dvw);
  }
}
.suggest-box .entry-box {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 26.8%;
  background-image: url(../img/img_entry.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .suggest-box .entry-box {
    padding-top: 80%;
    background-image: url(../img/img_entry-sp@3x.png);
  }
}
.suggest-box .entry-box__title {
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0;
  line-height: 1;
  font-size: 3.75rem;
  color: #FFF;
}
.suggest-box .entry-box__title-sub {
  margin: 0;
  font-size: 1.125rem;
}
.suggest-box .entry-box .link-arrow {
  box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 9px;
  border: 1px solid #FFF;
  border-radius: 999px;
  background-color: transparent;
  line-height: 1;
  font-size: 1.875rem;
  color: #FFF;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.suggest-box .entry-box .link-arrow:link, .suggest-box .entry-box .link-arrow:visited, .suggest-box .entry-box .link-arrow:active, .suggest-box .entry-box .link-arrow:hover {
  text-decoration: none;
  color: #FFF;
}

/*
 *  フッター
 */
.foot-wrapper {
  position: relative;
  padding: 80px 0 0;
  background-color: #484848;
}
@media screen and (max-width: 767px) {
  .foot-wrapper {
    padding: 40px 0 0;
  }
}

.footer__inner {
  padding-right: 30px;
  padding-left: 30px;
}
.footer-nav {
  float: none;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
  list-style: none;
  padding: 0;
}
.footer-nav__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 48px;
}
.footer-nav__item a {
  display: block;
  position: relative;
  width: 100%;
  color: #FFF;
  line-height: 0.75;
  font-size: 2rem;
}
.footer-nav__item a:link, .footer-nav__item a:visited, .footer-nav__item a:active {
  text-decoration: none;
  color: #FFF;
}
.footer-nav__item a:hover {
  text-decoration: none;
  color: #FFF;
}
.footer-nav__item a:after {
  box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 9px;
  border: 1px solid #FFF;
  border-radius: 999px;
  background-color: transparent;
  line-height: 1;
  font-size: 1.875rem;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "→";
}
.footer-nav__item a:after:link, .footer-nav__item a:after:visited, .footer-nav__item a:after:active, .footer-nav__item a:after:hover {
  text-decoration: none;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .footer-nav__item a {
    line-height: 1.2;
    font-size: 1.375rem;
  }
}
.footer-nav__item a .sub {
  font-size: 1.125rem;
  color: #9FBF9F;
}
@media screen and (max-width: 767px) {
  .footer-nav__item a .sub {
    font-size: 1rem;
  }
}
.footer-nav .link-button {
  box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 9px;
  border: 1px solid #FFF;
  border-radius: 999px;
  background-color: transparent;
  line-height: 1;
  font-size: 1.875rem;
  color: #FFF;
}
.footer-nav .link-button:link, .footer-nav .link-button:visited, .footer-nav .link-button:active, .footer-nav .link-button:hover {
  text-decoration: none;
  color: #FFF;
}

.entry-link-btn {
  display: block;
  position: fixed;
  right: 90px;
  bottom: 80px;
  transition: all 0.3s;
}
.entry-link-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .entry-link-btn {
    left: 0;
    right: initial;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #008000;
  }
}
.entry-link-btn__image {
  width: 180px;
  height: auto;
}
.entry-link-btn__text {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
}
.entry-link-btn__image-sp {
  width: auto;
  height: 11px;
}

.page-top a:focus {
  outline: none;
  border: none;
}
.page-top-btn {
  right: 110px;
  bottom: 0;
  width: 140px;
  height: 50px;
  background-image: url(../img/btn_pagetop.png);
  background-size: contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .page-top-btn {
    display: block;
    right: 10px;
    bottom: 70px;
    width: 60px;
    height: 60px;
    background-image: url(../img/btn_pagetop-sp.svg);
  }
}
.page-top-btn:focus, .page-top-btn:active {
  outline: none;
  border: none;
}

.copyright {
  margin: 80px 0 0;
  padding: 40px 10px 50px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin: 40px 0 60px;
  }
}
.copyright img {
  height: 23px;
}
.copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #008000;
}
.copyright-text .en {
  font-size: 0.75rem;
}
.copyright-text .ja {
  font-size: 1.125rem;
  font-weight: 700;
}/*# sourceMappingURL=recruit.css.map */