@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #0053aa;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #0053aa;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  padding-left: 2.0625%;
}
#header .logo {
  max-width: 246px;
  margin-top: 33px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
#header #gnav ul li.recruit a {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67, "wght" 300;
  font-size: 20.09px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
}
#header #gnav ul li.recruit a span {
  padding: 5px 0;
  align-content: center;
}
#header #gnav ul li.recruit a::before {
  content: "";
  min-width: 21px;
  min-height: 37px;
  background: #bbaca7;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
}
#header #gnav ul li.entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 229px;
  height: 49px;
  background-color: #9e8b86;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12.46px;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #fff;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 5px 10px 5px 55px;
}
#header #gnav ul li.entry a::after {
  content: "";
  width: 36px;
  aspect-ratio: 36/6;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #header #gnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #header #gnav ul li.recruit a {
    font-size: 18px;
  }
  #header #gnav ul li.entry a {
    width: 180px;
    height: 40px;
    padding-left: 30px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (min-width: 768px) {
  #header .top.m_fixed #gnav ul li.entry {
    position: fixed;
    right: 0;
  }
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 0 10px;
  }
  #header .logo {
    margin-top: 0;
  }
  #header #gnav ul li:not(.sp-in) {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  text-align: center;
  padding: 0 10px 30px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .logo {
  max-width: 442px;
  margin: 0 auto 9px;
}
#footer .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #000;
}
#footer .tel {
  margin-bottom: 15px;
}
#footer .tel a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 52.45px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #231815;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #231815;
  margin-top: 65px;
}
@media (max-width: 999px) {
  #footer .data {
    font-size: 16px;
  }
  #footer .tel a {
    font-size: 40px;
  }
  #footer .copyright {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #footer .data {
    font-size: 13px;
  }
  #footer .tel a {
    font-size: 30px;
  }
  #footer .copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */