@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1em;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #5f5f5f;
}

select::-ms-expand {
  display: none;
}

figure img {
  vertical-align: bottom;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}

em {
  font-style: normal;
}

/*******************************

BREAK POINTS

*******************************/
/*******************************

    COLORS

*******************************/
/*******************************

    FONTS

*******************************/
/* FONT SIZE */
/* FONT SET */
/*******************************

    DISPLAY

*******************************/
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .lsp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tbmin {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .ltbmin {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .ltb {
    display: none !important;
  }
}

/*******************************

    HOVER

*******************************/
/*******************************

    BLOCK

*******************************/
/*******************************

    BASE

*******************************/
html {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #FFF;
  color: #514837;
  font-size: 1.4rem;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #514837;
}

p {
  word-wrap: break-word;
}

p img {
  vertical-align: bottom;
  max-width: 100%;
}

input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea, button {
  color: #514837;
}

a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #ccc;
  color: #FFF;
}

a::selection, abbr::selection, acronym::selection, address::selection, applet::selection, article::selection, aside::selection, audio::selection, b::selection, big::selection, blockquote::selection, body::selection, canvas::selection, caption::selection, center::selection, cite::selection, code::selection, dd::selection, del::selection, details::selection, dfn::selection, div::selection, dl::selection, dt::selection, em::selection, embed::selection, fieldset::selection, figcaption::selection, figure::selection, footer::selection, form::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, header::selection, hgroup::selection, html::selection, i::selection, iframe::selection, img::selection, ins::selection, kbd::selection, label::selection, legend::selection, li::selection, mark::selection, menu::selection, nav::selection, object::selection, ol::selection, output::selection, p::selection, pre::selection, q::selection, ruby::selection, s::selection, samp::selection, section::selection, small::selection, span::selection, strike::selection, strong::selection, sub::selection, summary::selection, sup::selection, table::selection, tbody::selection, td::selection, tfoot::selection, th::selection, thead::selection, time::selection, tr::selection, tt::selection, u::selection, ul::selection, var::selection, video::selection, main::selection, br::selection, picture::selection, pre::selection {
  background: #ccc;
  color: #FFF;
}
a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #ccc;
  color: #FFF;
}

.cmn__inner {
  max-width: calc(124rem);
  width: calc(100% - 6rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .cmn__inner {
    width: calc(100% - 4rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .cmn__inner {
    width: calc(100% - 2rem * 2);
  }
}

.en {
  color: #B5AC9B;
}

.cmn__ttl01 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  .cmn__ttl01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .cmn__ttl01 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn__ttl01 {
    margin-bottom: 3.9rem;
  }
}
.cmn__ttl01 .ja,
.cmn__ttl01 .en {
  color: #C09A79;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cmn__ttl01 .ja {
  font-size: 2.5em;
  margin-bottom: 0.35em;
}

.is-anim {
  opacity: 0;
  visibility: hidden;
}

/*******************************

    KV

*******************************/
.kv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 100rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .kv {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .kv {
    margin-bottom: 5.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .kv {
    height: auto;
    max-height: none;
  }
}
.kv__inner {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .kv__inner {
    height: 65rem;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .kv__inner {
    height: 45rem;
  }
}
.kv .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 92.6rem;
  max-width: none;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .kv .bg {
    width: 69.45rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .bg {
    width: 92.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .kv .bg {
    left: -6rem;
    top: -6rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .bg {
    width: 70rem;
    left: -10rem;
    top: -5rem;
  }
}
.kv .img {
  display: block;
  width: 100%;
  height: 100%;
}
.kv .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .cont {
  position: absolute;
  top: 5rem;
  left: 10rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .kv .cont {
    left: 4rem;
    top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .cont {
    left: 2rem;
    top: 2rem;
  }
}
.kv .cont .ttl {
  width: 22.6rem;
}
@media screen and (max-width: 1024px) {
  .kv .cont .ttl {
    width: 20.34rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .cont .ttl {
    width: 15.82rem;
  }
}
.kv .cont .txt {
  margin-top: 1em;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #746038;
}
@media screen and (max-width: 640px) {
  .kv .cont .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .cont .txt {
    text-shadow: 0 0 1.5rem #fff;
  }
}
.kv .bnr {
  position: absolute;
  right: 0;
  bottom: 9rem;
  background: #fff;
  z-index: 1;
  padding: 2rem 2rem 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .kv .bnr {
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .kv .bnr {
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media (any-hover: hover) {
  .kv .bnr:hover .arrow svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.kv .bnr .item .ttl {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #9B8C6D;
}
@media screen and (max-width: 640px) {
  .kv .bnr .item .ttl {
    font-size: 1.4rem;
  }
}
.kv .bnr .item .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .kv .bnr .item .txt {
    font-size: 0.98rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .bnr .item .txt {
    line-height: 1.5;
  }
}
.kv .bnr .arrow {
  width: 10rem;
  aspect-ratio: 1/1;
  border: 1px solid #9B8C6D;
  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: 1024px) {
  .kv .bnr .arrow {
    width: 7.5rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .bnr .arrow {
    width: 4.5rem;
  }
}
.kv .bnr .arrow svg {
  display: block;
  width: 1.75em;
  height: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.kv .copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #434343;
  z-index: 4;
  height: 9rem;
  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;
  padding-bottom: 0.25rem;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .kv .copy {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 1024px) {
  .kv .copy {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .kv .copy {
    padding: 2rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .kv .copy > span {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 0.25em;
  }
}
.kv .copy em {
  font-size: 2.25em;
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  .kv .copy em {
    font-size: 2em;
    margin-bottom: 0.4em;
  }
}
.kv .copy b {
  font-size: 2.25em;
  padding: 0 0.1em;
}
@media screen and (max-width: 640px) {
  .kv .copy b {
    font-size: 1.75em;
  }
}

/*******************************

    ABOUT

*******************************/
.about {
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .about {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .about {
    margin-bottom: 5.4rem;
  }
}
.about .txt {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .about .txt {
    font-size: 1.7rem;
  }
}
.about .en {
  margin-top: 2em;
}
.about .img {
  margin-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .about .img {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .about .img {
    margin-top: 5.4rem;
  }
}
.about .img img {
  width: 100%;
  display: block;
}

/*******************************

    INFO

*******************************/
.info {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .info {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .info {
    margin-bottom: 5.4rem;
  }
}
.info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .info .item {
    gap: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .info .item {
    gap: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .info .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info .item .cont {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .info .item .cont {
    font-size: 1.36rem;
  }
}
.info .item .cont a {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .info .item .cont a {
    font-size: 1.36rem;
  }
}
.info .item .cont .en {
  margin-top: 2.5em;
}
.info .item .cont .en a {
  color: #B5AC9B;
}
@media screen and (max-width: 640px) {
  .info .item .cont .en {
    margin-top: 1.5em;
  }
}
.info .item .map {
  aspect-ratio: 68/44;
  width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .info .item .map {
    width: 100%;
  }
}
.info .item .map iframe {
  width: 100%;
  height: 100%;
}

/*******************************

    PROFILE

*******************************/
.profile {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .profile {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .profile {
    margin-bottom: 5.4rem;
  }
}
.profile .cmn__inner {
  padding: 10rem;
  background: #F5F1ED;
}
@media screen and (max-width: 1024px) {
  .profile .cmn__inner {
    padding: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .profile .cmn__inner {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .profile .cmn__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.profile .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .profile .item {
    gap: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .profile .item {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .profile .item {
    -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;
  }
}
.profile .item .cont .name {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .profile .item .cont .name {
    font-size: 1.36rem;
  }
}
.profile .item .cont .name .job {
  display: block;
}
.profile .item .cont .name .namae em {
  font-size: 1.75em;
  margin-right: 0.75em;
}
.profile .item .cont dl {
  margin-top: 2em;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .profile .item .cont dl {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .profile .item .cont dl {
    font-size: 1.19rem;
  }
}
.profile .item .cont dl dd + dt {
  margin-top: 1em;
}
.profile .item .img {
  aspect-ratio: 1/1;
  width: 43%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .profile .item .img {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
}
.profile .item .img iframe {
  width: 100%;
  height: 100%;
}

/*******************************

    PROFILE

*******************************/
.recruit {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .recruit {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit {
    margin-bottom: 5.4rem;
  }
}
.recruit .txt {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  .recruit .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .txt {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit .txt {
    margin-bottom: 2.7rem;
  }
}
.recruit .btn {
  aspect-ratio: 48/6;
  background: #9B8C6D;
  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;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  width: 48rem;
  margin: 0 auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 640px) {
  .recruit .btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .btn {
    width: 36rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit .btn {
    width: 16.8rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .recruit .btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 640px) {
  .recruit .btn {
    aspect-ratio: 48/10;
  }
}

/*******************************

    FOOT

*******************************/
.foot {
  background: #F5F1ED;
  text-align: center;
}
.foot .copy {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #9B8C6D;
  padding: 3em 0;
}
@media screen and (max-width: 640px) {
  .foot .copy {
    font-size: 1.02rem;
  }
}
@media screen and (max-width: 640px) {
  .foot .copy {
    padding: 1.5em 0;
  }
}