@charset "UTF-8";
/* 使用例
@use "global" as g;
@use "sass:map";

.hoge {
z-index: map.get(g.$layer, "header");
}

相対的な順番は、共通定義したドロワーの値から
z-index: map.get($layer, "drawer") + 1;
あるいは
z-index: map.get($layer, "drawer") - 1;
などして制御。
*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #24292e;
}

img {
  width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-inner {
  width: 858px;
  max-width: 89.3333333333vw;
  margin: auto;
}

.c-btnPrimary {
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-btnPrimary:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary:hover {
    text-decoration: underline;
  }
}

.c-sectionTtl {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-header {
  height: 270px;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 90px;
  }
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
.p-header__logo {
  width: 120px;
}
.p-header__navList {
  display: flex;
  gap: 30px;
}
.p-header__navLink {
  font-size: 0.875rem;
  transition: opacity 0.3s;
}
.p-header__navLink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-header__navLink:hover {
    opacity: 1;
  }
}
.p-header__navInstaImg {
  width: 20px;
}

.p-mv {
  height: 420px;
  background: url(../img/bg_mv_01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/bg_mv_01_sp.jpg);
  }
}
.p-works {
  padding: 80px 0 65px;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 60px 0;
  }
}
.p-works--sub {
  padding: 0 0 270px;
}
@media screen and (max-width: 767px) {
  .p-works--sub {
    padding: 60px 0 240px;
  }
}
.p-works__ttl {
  text-align: center;
}
.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}
.p-works__link {
  transition: opacity 0.3s;
}
.p-works__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-works__link:hover {
    opacity: 1;
  }
}
.p-works__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-news {
  padding: 60px 0 270px;
}
.p-news__ttl {
  text-align: center;
}
.p-news__list {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 40px;
  }
}
.p-news__item {
  border-top: 1px solid #c8c8c8;
}
.p-news__item:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}
.p-news__link {
  display: flex;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    flex-direction: column;
  }
}
.p-news__date {
  font-size: 0.875rem;
  width: 180px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    padding-left: 0;
  }
}
.p-news__itemTtl {
  font-size: 0.875rem;
  width: calc(100% - 180px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news__itemTtl {
    width: 100%;
    margin-top: 8px;
  }
}
.p-news__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-news.p-news--sub .p-news__link {
  padding: 30px 0;
}

.p-footer {
  background: #24292e;
  color: #fff;
  padding: 10px 0;
}
.p-footer__copy {
  font-size: 0.5rem;
  text-align: center;
}

.p-about {
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 60px 0 240px;
  }
}
.p-about__ttl {
  text-align: center;
}
.p-about__text {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-about__name {
  margin-top: 30px;
}
.p-about__body {
  margin-top: 30px;
}

.p-singleWorks {
  padding: 0 0 270px;
}
@media screen and (max-width: 767px) {
  .p-singleWorks {
    padding: 0 0 240px;
  }
}
.p-singleWorks__pageTtl {
  text-align: center;
}
.p-singleWorks__imgWrap {
  margin-top: 65px;
}
.p-singleWorks__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
}
.p-singleWorks h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
}
.p-singleWorks h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
}
.p-singleWorks h4 {
  font-weight: 700;
  margin-top: 20px;
}
.p-singleWorks p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
}

.p-contact {
  padding: 0 0 240px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 40px 0 240px;
  }
}
.p-contact__ttl {
  text-align: center;
}
.p-form {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-top: 30px;
  }
}
.p-form__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    flex-direction: column;
    gap: 4px;
  }
}
.p-form__item + .p-form__item {
  margin-top: 10px;
}
.p-form__dt {
  font-size: 0.875rem;
  font-weight: 400;
  width: 128px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-form__dt {
    width: 100%;
  }
}
.p-form__dd {
  width: calc(100% - 128px);
}
@media screen and (max-width: 767px) {
  .p-form__dd {
    width: 100%;
  }
}
.p-form__input {
  border: 1px solid #c8c8c8;
  width: 100%;
  font-size: 0.875rem;
  padding: 1em;
}
.p-form__textarea {
  height: 129px;
  resize: none;
}
.p-form__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-form__btn {
  width: 200px;
  height: 52px;
  color: #fff;
  background: #24292e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  transition: opacity 0.3s;
}
.p-form__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-form__btn:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .u-spOnly {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .u-spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .u-tabOnly {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .u-tabOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tabOnly {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-pcOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-spNone {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-tabNone {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-pcNone {
    display: none;
  }
}

.u-tabFlex {
  display: none;
}
@media screen and (max-width: 999px) {
  .u-tabFlex {
    display: flex;
  }
}

.u-spFlex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spFlex {
    display: flex;
  }
}

.u-linkPosition {
  display: block;
  position: relative;
  top: -50px;
}/*# sourceMappingURL=style.css.map */