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

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

#footer .inner .top .right .link .heading h2, #contact .inner .heading h2 {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 2.2666666667;
  letter-spacing: 0.3em;
}
#footer .inner .top .right .link .heading h2 small, #contact .inner .heading h2 small {
  position: relative;
  font-family: "acumin-variable", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 2.5;
  padding-left: 45px;
  padding-right: 45px;
  transform: scaleX(0.7);
  left: -23px;
  white-space: nowrap;
}
#footer .inner .top .right .link .heading h2 small::before, #contact .inner .heading h2 small::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 43% 50%, 100% 100%, 0 100%);
  margin-right: 13px;
  background: #bbaca7;
}
#footer .inner .top .right .link .heading h2 small::after, #contact .inner .heading h2 small::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 57% 50%);
  background: #bbaca7;
  margin-left: 13px;
}
@media (max-width: 999px) {
  #footer .inner .top .right .link .heading h2, #contact .inner .heading h2 {
    font-size: 26px;
    line-height: 1.6;
  }
  #footer .inner .top .right .link .heading h2 small, #contact .inner .heading h2 small {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #footer .inner .top .right .link .heading h2, #contact .inner .heading h2 {
    font-size: 22px;
  }
  #footer .inner .top .right .link .heading h2 small:after, #contact .inner .heading h2 small:after, #footer .inner .top .right .link .heading h2 small:before, #contact .inner .heading h2 small:before {
    width: 21px;
    height: 35px;
  }
}

#contact .inner .heading h2 {
  align-items: center;
  text-align: center;
}
#contact .inner .heading h2 small {
  min-width: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  left: 0;
}
#contact .inner .heading h2 small::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 43% 50%, 100% 100%, 0 100%);
  background: #bbaca7;
}
#contact .inner .heading h2 small::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 57% 50%);
  background: #bbaca7;
}
@media (max-width: 767px) {
  #contact .inner .heading h2 small:after, #contact .inner .heading h2 small:before {
    width: 21px;
    height: 35px;
  }
}

#recruit .inner a .heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 60px;
  line-height: 2.2666666667;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "acumin-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#recruit .inner a .heading h2 small {
  position: relative;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.3em;
  line-height: 2.3076923077;
}
@media (max-width: 999px) {
  #recruit .inner a .heading h2 {
    font-size: 50px;
  }
  #recruit .inner a .heading h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #recruit .inner a .heading h2 {
    font-size: 34px;
  }
  #recruit .inner a .heading h2 small {
    font-size: 18px;
  }
}

#contact .inner .foam .contents .mailset .contactbtn {
  display: flex;
}
#contact .inner .foam .contents .mailset .contactbtn a {
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 58px;
  position: relative;
  font-size: 15px;
  line-height: 1.7333333333;
  background-color: #9E8B85;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  transition: all 0.5s ease-out;
}
#contact .inner .foam .contents .mailset .contactbtn a::after {
  content: "";
  width: 40.8px;
  height: 6.4px;
  right: 24px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .inner .foam .contents .mailset .contactbtn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #contact .inner .foam .contents .mailset .contactbtn a {
    width: 100%;
  }
  #contact .inner .foam .contents .mailset .contactbtn a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  #contact .inner .foam .contents .mailset .contactbtn a {
    width: 100%;
    font-size: 14px;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

strong {
  color: #000;
  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;
}
#header .top {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 0 0 2.8125%;
  background-color: #fff;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#header .top .logo {
  max-width: 212.5px;
}
#header .top .logo a {
  display: flex;
  align-items: center;
}
#header .top .right {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
#header .top .right .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#header .top .right .link .tel {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: right;
}
#header .top .right .link .tel::before {
  content: "";
  width: 38px;
  height: 36px;
  margin-right: 13px;
  background-image: url(../images/smartphone-icon-b.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#header .top .right .link .tel a {
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#header .top .right .contact {
  margin-left: 20px;
  height: 100%;
}
#header .top .right .contact .btn {
  height: 100%;
  width: 310px;
  background-color: #d4b99c;
  transition: all 0.5s ease-out;
}
#header .top .right .contact .btn:hover {
  opacity: 0.6;
}
#header .top .right .contact .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#header .top .right .contact .btn a::before {
  content: "";
  width: 42px;
  height: 30px;
  margin-right: 9px;
  background-image: url(../images/mail-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1299px) {
  #header .top {
    padding: 0 0 0 10px;
  }
  #header .top .right .link .tel::before {
    width: 30.4px;
    height: 28.8px;
  }
  #header .top .right .link .tel a {
    font-size: 28px;
  }
  #header .top .right .contact .btn {
    width: 260px;
  }
  #header .top .right .contact .btn a {
    font-size: 16px;
  }
  #header .top .right .contact .btn a::before {
    width: 33.6px;
    height: 24px;
  }
}
@media (max-width: 999px) {
  #header .top {
    height: 90px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 60px;
  }
  #header .logo {
    max-width: 150px;
  }
  #header .logo img {
    max-height: 50px;
  }
}
@media (max-width: 360px) {
  #header .logo a {
    display: block;
  }
}

#gnav {
  display: flex;
  height: 50%;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#gnav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 25px;
}
#gnav > ul > li {
  position: relative;
}
#gnav > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #000;
  bottom: 0px;
  left: calc((100% - 50px) / 2);
  left: 0;
  z-index: 0;
  width: 0;
  transition: all 0.5s ease-out;
}
#gnav > ul > li:hover::after {
  width: 100%;
}
#gnav > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  color: #2b2523;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#gnav > .btnnavi {
  gap: 0;
  flex-wrap: nowrap;
}
#gnav > .btnnavi > .recruit,
#gnav > .btnnavi .contact {
  width: 140px;
  height: 100px;
}
#gnav > .btnnavi > .recruit > a,
#gnav > .btnnavi .contact > a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#gnav > .btnnavi > .recruit {
  background: #bbaca7;
}
#gnav > .btnnavi > .recruit > a::before {
  content: "";
  width: 20px;
  height: 22px;
  margin-bottom: 13px;
  background-image: url(../images/recruit-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#gnav > .btnnavi > .contact {
  margin-left: 0px !important;
  background: linear-gradient(110deg, #62d8d8, #adf0b4);
}
#gnav > .btnnavi > .contact > a::before {
  content: "";
  width: 23px;
  height: 17px;
  margin-bottom: 13px;
  background-image: url(../images/contact-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1299px) {
  #gnav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  #gnav > ul > li.tel a {
    color: #fff !important;
  }
  #gnav > ul > li.tel a::before {
    content: "";
    width: 30px;
    height: 28px;
    margin-right: 9px;
    background-image: url(../images/smartphone-icon-w.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #gnav > ul > li.tel::before {
    display: none;
  }
  #gnav > ul > li.contact {
    margin-left: 0 !important;
  }
  #gnav > ul > li.contact a {
    color: #fff !important;
  }
  #gnav > ul > li.contact a::before {
    content: "";
    width: 30px;
    height: 21px;
    margin-right: 9px;
    background-image: url(../images/mail-icon.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #gnav > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
  }
  #header.m_fixed .top {
    height: 80px;
    align-items: center;
  }
  #header.m_fixed #gnav {
    color: #0c0c0c;
  }
  #header.m_fixed #gnav > ul > li ul {
    padding-top: 20px;
  }
}
/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner,
.newsset-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news .inner .contents,
.newsset-list .inner .contents {
  width: 100%;
}
#news .inner .contents .block,
.newsset-list .inner .contents .block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  border-bottom: rgba(35, 24, 21, 0.5) 1px solid;
  padding-bottom: 30px;
}
#news .inner .contents .block .head,
.newsset-list .inner .contents .block .head {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#news .inner .contents .block .head time,
.newsset-list .inner .contents .block .head time {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7142857143;
  background-color: #bbaca7;
  color: #fff;
  padding: 0px 20px;
  border-radius: 5px;
}
#news .inner .contents .block .txtbox,
.newsset-list .inner .contents .block .txtbox {
  width: 100%;
}
#news .inner .contents .block .txtbox a,
.newsset-list .inner .contents .block .txtbox a {
  transition: all 0.5s ease-out;
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}
#news .inner .contents .block .txtbox a:hover,
.newsset-list .inner .contents .block .txtbox a:hover {
  opacity: 0.6;
}
#news .inner .contents .block .txtbox a .text,
.newsset-list .inner .contents .block .txtbox a .text {
  font-size: 18px;
  line-height: 1.6;
}
#news .inner .contents .block:not(:last-child),
.newsset-list .inner .contents .block:not(:last-child) {
  margin-bottom: 33px;
}
@media (max-width: 999px) {
  #news .inner .contents,
  .newsset-list .inner .contents {
    width: 100%;
  }
  #news .inner .contents .block,
  .newsset-list .inner .contents .block {
    width: 100%;
  }
  #news .inner .contents .block .txtbox a .text,
  .newsset-list .inner .contents .block .txtbox a .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #news .inner .contents,
  .newsset-list .inner .contents {
    width: 100%;
  }
  #news .inner .contents .block,
  .newsset-list .inner .contents .block {
    flex-direction: column;
    padding-bottom: 10px;
  }
  #news .inner .contents .block:not(:last-child),
  .newsset-list .inner .contents .block:not(:last-child) {
    margin-bottom: 10px;
  }
  #news .inner .contents .block .txtbox a .text,
  .newsset-list .inner .contents .block .txtbox a .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #d1c7c3;
  border-radius: 50%;
}
#pagetop a img {
  width: 13.3333333333%;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 60px;
  }
  #pagetop.fin {
    transform: translateY(calc(-100% - 10px));
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  position: relative;
  padding-top: 60px;
  background-color: #fff;
  z-index: 2;
  /*  &::before{
      position: absolute;
      z-index: -1;
  top: 0;
      right: 0;
      width: 100%;
      height: 100%;

      content: "";
      background-image: url(../images/contact-bg.webp);
      background-repeat: no-repeat;
      background-size: cover;
      clip-path: polygon(50% 29.5%, 100% 13.5%, 100% 100%, 0 100%, 0 13.5%);
      } */
}
#contact .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
#contact .inner .heading {
  width: 31.4814814815%;
}
#contact .inner .foam {
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 63.8888888889%;
}
#contact .inner .foam .contents {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#contact .inner .foam .contents .telset,
#contact .inner .foam .contents .mailset {
  width: 49.2753623188%;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #754c24;
  height: 220px;
  padding: 10px;
}
#contact .inner .foam .contents .telset .text,
#contact .inner .foam .contents .mailset .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.75;
}
#contact .inner .foam .contents .telset .small,
#contact .inner .foam .contents .mailset .small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
}
#contact .inner .foam .contents .telset {
  background-color: #e8d5c8;
}
#contact .inner .foam .contents .telset::before {
  content: "";
  width: 48.8px;
  height: 46.4px;
  margin-bottom: 9px;
  background-image: url(../images/smartphone-icon-w.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .inner .foam .contents .telset .tel {
  margin-bottom: 0.9em;
  margin-top: 0.4em;
}
#contact .inner .foam .contents .telset .tel a {
  display: flex;
  align-items: end;
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  color: #754c24;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.5s ease-out;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#contact .inner .foam .contents .telset .tel a:hover {
  opacity: 0.6;
}
#contact .inner .foam .contents .mailset {
  background-color: #d1c7c3;
  position: relative;
}
#contact .inner .foam .contents .mailset::before {
  content: "";
  width: 44px;
  height: 31.2px;
  margin-bottom: 18px;
  background-image: url(../images/mail-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .inner .foam .contents .mailset .contactbtn {
  margin-top: 16px;
}
@media (max-width: 999px) {
  #contact {
    padding-top: 60px;
  }
  #contact .inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
  }
  #contact .inner .heading {
    width: 31.7054263566%;
  }
  #contact .inner .heading h2 small {
    padding-left: 15px;
    padding-right: 15px;
  }
  #contact .inner .foam .contents .telset .text,
  #contact .inner .foam .contents .mailset .text {
    font-size: 18px;
  }
  #contact .inner .foam .contents .telset::before {
    width: 48.8px;
    height: 46.4px;
  }
  #contact .inner .foam .contents .telset .tel a {
    font-size: 26px;
  }
  #contact .inner .foam .contents .mailset::before {
    width: 44px;
    height: 31.2px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding-top: 50px;
  }
  #contact .inner {
    flex-direction: column;
  }
  #contact .inner .heading {
    width: 100%;
  }
  #contact .inner .heading h2 {
    margin-bottom: 40px;
  }
  #contact .inner .foam {
    width: 100%;
  }
  #contact .inner .foam .contents {
    flex-direction: column;
    row-gap: 10px;
  }
  #contact .inner .foam .contents .telset,
  #contact .inner .foam .contents .mailset {
    height: initial;
    width: 100%;
    padding: 10px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  padding-bottom: 60px;
  margin-top: 30px;
}
#recruit .inner a {
  padding: 10px;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  display: flex;
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  position: relative;
  transition: all 0.5s ease-out;
}
#recruit .inner a:hover {
  opacity: 0.6;
}
#recruit .inner a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#recruit .inner a .heading {
  width: 44%;
}
#recruit .inner a .heading h2 {
  height: 100%;
  text-shadow: rgba(35, 24, 21, 0.5) 0px 0px 10px;
}
#recruit .inner a .text {
  margin-right: 29px;
  width: 56%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 9px;
}
#recruit .inner a .text p {
  font-size: 18px;
  font-family: "fot-tsukumin-pr6n", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3em;
  background-color: rgba(187, 172, 167, 0.8);
  border-radius: 15px;
  padding: 5px 20px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1180px) {
  #recruit .inner a {
    width: calc(100% - 20px);
  }
}
@media (max-width: 999px) {
  #recruit .inner a .text p {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding-bottom: 50px;
  }
  #recruit .inner a {
    flex-direction: column;
  }
  #recruit .inner a .heading {
    width: 100%;
  }
  #recruit .inner a .text {
    align-items: center;
    width: 100%;
  }
  #recruit .inner a .text p {
    font-size: 14px;
    width: unset;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding-top: 97px;
  padding-bottom: 97px;
  background-color: #f5f4f2;
}
#footer .inner {
  width: 94.8125%;
  margin-left: auto;
}
#footer .inner .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}
#footer .inner .top .left {
  width: 47.2643375082%;
  margin-top: 24px;
}
#footer .inner .top .left .logo {
  transition: all 0.5s ease-out;
  margin-bottom: 25px;
  max-width: 170px;
}
#footer .inner .top .left .logo:hover {
  opacity: 0.6;
}
#footer .inner .top .left .lb {
  display: flex;
  align-items: end;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
#footer .inner .top .left .lb .address {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}
#footer .inner .top .left .lb .address a {
  color: #4ab9e7;
}
#footer .inner .top .left .lb .sns ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#footer .inner .top .left .lb .sns ul li img {
  max-width: 52px;
}
#footer .inner .top .right {
  width: 44.6275543837%;
  background-color: #fff;
}
#footer .inner .top .right .link {
  margin-left: 8.5672082718%;
  margin-right: 8.5672082718%;
  margin-top: 14px;
  margin-bottom: 14px;
}
#footer .inner .top .right .link .heading {
  margin-bottom: 5px;
}
#footer .inner .top .right .link #fnav {
  display: flex;
  -moz-column-gap: 21.9251336898%;
       column-gap: 21.9251336898%;
}
#footer .inner .top .right .link #fnav > ul {
  display: flex;
  flex-direction: column;
  justify-content: right;
  flex-wrap: wrap;
  gap: 0px 34px;
}
#footer .inner .top .right .link #fnav > ul > li {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#footer .inner .top .right .link #fnav > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #000;
  bottom: 0px;
  left: calc((100% - 50px) / 2);
  left: 0;
  z-index: 0;
  width: 0;
  transition: all 0.5s ease-out;
}
#footer .inner .top .right .link #fnav > ul > li:hover::after {
  width: 100%;
}
#footer .inner .top .right .link #fnav > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #231815;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  color: #2b2523;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.375;
}
#footer .inner .bottom {
  display: flex;
  justify-content: right;
  width: 100%;
}
#footer .inner .bottom #copyright {
  margin-right: 3.75%;
  font-size: 14px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 1299px) {
  #footer .inner .top .right .link {
    margin-left: 4.1358936484%;
    margin-right: 4.1358936484%;
  }
  #footer .inner .top .right .link #fnav {
    -moz-column-gap: 13.0124777184%;
         column-gap: 13.0124777184%;
  }
  #footer .inner .bottom {
    display: flex;
    justify-content: right;
    width: 100%;
  }
  #footer .inner .bottom #copyright {
    margin-right: 3.75%;
    font-size: 14px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    line-height: 1.6;
  }
}
@media (max-width: 999px) {
  #footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #footer .inner {
    width: 99.375%;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  #footer .inner .top .left {
    width: 48%;
    padding-left: 10px;
  }
  #footer .inner .top .left .address {
    font-size: 15px;
  }
  #footer .inner .top .right {
    width: 48%;
    margin-bottom: 0;
  }
  #footer .inner .top .right .link #fnav {
    -moz-column-gap: 5.8823529412%;
         column-gap: 5.8823529412%;
  }
  #footer .inner .top .right .link #fnav > ul > li > a {
    font-size: 15px;
  }
  #footer .inner .top .bottom #copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .inner .top {
    flex-direction: column;
    margin-bottom: 52px;
  }
  #footer .inner .top .left {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #footer .inner .top .left .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .inner .top .left .lb {
    flex-direction: column;
    align-items: center;
  }
  #footer .inner .top .left .lb .address {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #footer .inner .top .right {
    width: calc(100% - 10px);
    margin-left: auto;
  }
  #footer .inner .top .right #fnav > ul > li > a {
    font-size: 14px;
  }
  #footer .inner .bottom #copyright {
    text-align: center;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 80px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr .tel a,
.contactbnr .contact a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */