@charset "UTF-8";
/* Foundation */
/*
// 筑紫A丸ゴシックR b
.tsuku-r {
  font-family: $tsuku;
  font-weight: $font-400;
  font-style: $font-n;
}
*/
.c-hidden {
  display: none !important;
}

.c-reset__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Layout */
/* Foundation */
.l-header-sp {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.l-header-pc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 30px 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-pc__inner {
  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;
  width: 100%;
}
.l-header-pc__logo {
  display: block;
  width: clamp(170px, 14vw, 220px);
  height: 95%;
}
.l-header-pc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(48px, 4vw, 60px);
  width: calc(100% - clamp(170px, 14vw, 220px));
}
.l-header-pc__menu {
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
}
.l-header-pc__menu__link {
  color: #ffffff;
}
.l-header-pc__menu__link:visited {
  color: #ffffff;
}
.l-header-pc__menu__link:hover, .l-header-pc__menu__link:focus, .l-header-pc__menu__link:active {
  color: #B2AA9B;
}
.l-header-pc__tel {
  display: block;
  width: clamp(170px, 14vw, 220px);
}
.l-header-pc__appointment {
  display: block;
  width: clamp(190px, 15.8vw, 240px);
  height: 98%;
}
.l-header-pc__appointment:hover, .l-header-pc__appointment:focus, .l-header-pc__appointment:active {
  opacity: 0.7;
}

.l-header-lowerfixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1199px) {
  .l-header-lowerfixed {
    display: none;
  }
}
.l-header-lowerfixed__tel {
  background-color: #746458;
  display: block;
  padding: 2% 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-header-lowerfixed__tel {
    padding: 1% 8%;
  }
}
.l-header-lowerfixed__appointment {
  background-color: #e6e4e2;
  display: block;
  padding: 2% 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-header-lowerfixed__appointment {
    padding: 1% 8%;
  }
}

/* Foundation */
.l-footer__appointment {
  display: block;
  width: 90%;
  margin: clamp(30px, 8vw, 40.7px) auto 0 auto;
}
@media screen and (min-width: 481px) {
  .l-footer__appointment {
    width: 80%;
    margin: clamp(15.2px, 1.26vw, 19px) 0 0 5%;
  }
}
.l-footer__appointment:hover, .l-footer__appointment:focus, .l-footer__appointment:active {
  opacity: 0.7;
}
.l-footer__copyright {
  padding-bottom: clamp(75px, 20vw, 101.8px);
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-bottom: clamp(95px, 13vw, 160px);
  }
}
@media screen and (min-width: 1199px) {
  .l-footer__copyright {
    padding-bottom: 0;
  }
}

/* Object */
/* Component */
/* Foundation */
.c-br--ip {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-br--ip {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

.c-brspace--sp::before {
  content: "\a　";
  white-space: pre;
}
@media screen and (min-width: 1024px) {
  .c-brspace--sp::before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-brspace--pc::before {
    content: "\a　";
    white-space: pre;
  }
}

.c-anchor--normal {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 1199px) {
  .c-anchor--normal {
    margin-top: -116px;
    padding-top: 116px;
  }
}

/* Project */
/* Foundation */
.p-index-mv__career {
  width: 112px;
  position: absolute;
  left: 2%;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  .p-index-mv__career {
    bottom: -5%;
  }
}
@media screen and (min-width: 768px) {
  .p-index-mv__career {
    width: clamp(112px, 30vw, 130px);
    bottom: clamp(20px, 5.33vw, 27.1px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career {
    width: clamp(126px, 10.5vw, 200px);
    left: 5%;
    bottom: clamp(56px, 4.66vw, 70px);
  }
}
.p-index-mv__career:hover, .p-index-mv__career:focus, .p-index-mv__career:active {
  opacity: 0.7;
}

.p-index-news {
  border-top: #dfdfdf solid 1px;
  margin-top: 2em;
}
.p-index-news__post {
  border-bottom: #dfdfdf solid 1px;
  padding: 0.3em 0.5em;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-index-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-index-news__link:hover, .p-index-news__link:focus, .p-index-news__link:active {
  background-color: #f0f0f0;
}
.p-index-news__date {
  font-family: sans-serif;
  color: gray;
  padding-right: 1em;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.p-index-news__title {
  color: #389ABE;
  text-decoration: none;
  letter-spacing: normal;
}

.p-index-career {
  position: relative;
  background-color: #e6e4e2;
  padding: clamp(30px, 8vw, 40.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-career {
    padding: clamp(48px, 4vw, 60px) 0;
  }
}
.p-index-career__text {
  text-align: center;
  padding: 2em 0;
}
.p-index-career__list {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-career__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__list {
    width: 80%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-career__list {
    width: 70%;
  }
}
.p-index-career__list__item {
  padding-bottom: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 768px) {
  .p-index-career__list__item {
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__list__item {
    padding-bottom: clamp(38.4px, 3.2vw, 48px);
  }
}
.p-index-career__list__link {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-index-career__list__link:hover, .p-index-career__list__link:focus, .p-index-career__list__link:active {
  opacity: 0.7;
}/*# sourceMappingURL=common.css.map */