@charset "UTF-8";
body {
  font-family: "Cormorant Garamond", "Noto Serif JP", sans-serif;
  color: #393939;
}
body .is-fixed {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header-inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-inner .header-logo {
  font-size: 25px;
  text-align: center;
}
.header-inner .header-nav {
  display: none;
}
.header-inner .header__button {
  margin-left: auto;
}

/* drawer-menu */
.button-drawer {
  cursor: pointer;
  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;
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/HOME/sp/drawer-menu.png);
}

.is-checked {
  background-image: url(../img/HOME/sp/cross-mark.png);
}

.drawer {
  position: fixed;
  top: 90px;
  width: 100%;
  padding: 80px 80px;
  height: calc(100% - 80px);
  background-color: #555;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.drawer.is-open {
  display: block; /* is-openクラスが付与されたときに表示 */
}

.drawer__menu {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 0;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.05em;
  }
  .header {
    position: sticky;
  }
  .header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1080px;
    margin: auto;
  }
  .header .header-logo {
    font-size: 25px;
    text-align: center;
  }
  .header .header-nav {
    display: block;
    margin: 8px 0;
  }
  .header .header-nav .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .header .header-nav .header-nav-item {
    font-size: 16px;
  }
  .header .header-nav .header-nav-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header .header-nav .header-nav-link:hover {
    opacity: 0.7;
  }
  .header .header__button {
    display: none;
  }
}
button {
  cursor: pointer;
  width: 70%;
  font-family: "Cormorant Garamond", "Noto Serif JP", sans-serif;
  padding: 8px 0;
  font-size: 18px;
  display: block;
  border-radius: 20px;
  border: none;
  background-color: #adadad;
  color: #fff;
}

.margin-large {
  margin: 0 auto 80px;
}

.margin-small {
  margin: 0 auto 40px;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 768px) {
  .button {
    width: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button:hover {
    opacity: 0.7;
  }
}
.footer {
  background-color: #BEBFBC;
  color: #fff;
  text-align: center;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  padding-top: 24px;
}

.footer-item {
  font-size: 11px;
}

.footer-copy-wrapper {
  padding: 12px;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 768px) {
  .footer-item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-item:hover {
    opacity: 0.7;
  }
}
.fv {
  position: relative;
}
.fv .fv-text-content {
  position: absolute;
  top: 55%;
  left: 13%;
  font-size: 14px;
}

.concept-inner {
  margin: 80px 40px;
}
.concept-inner .concept-text {
  font-size: 13px;
  text-align: center;
  line-height: 2.5;
}
.concept-inner .concept-text p {
  margin: 0 0 1.5rem;
}

.inner {
  padding: 0 40px;
}

.section-heading {
  padding: 50px 0;
  text-align: center;
}

.section-title {
  font-size: 26px;
}

.section-subtitle {
  font-size: 12px;
  padding-top: 5px;
}

.service {
  background-image: url(../img/HOME/survice-about-bg.png);
  background-size: contain;
}

.service-wrapper {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-wrapper .service-item {
  width: 45%;
}
.service-wrapper .service-item .service-item-title {
  text-align: center;
  font-size: 18px;
  margin-top: 16px;
}

.works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  justify-items: center;
  padding-bottom: 70px;
}

.about {
  background-image: url(../img/HOME/survice-about-bg.png);
  background-size: contain;
}

.about-picture {
  display: block;
  margin: auto;
}
.about-picture .about-picture-img {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
}

.about-text-contents {
  text-align: center;
  padding: 50px 0;
  line-height: 1.7;
}
.about-text-contents .about-name {
  font-size: 20px;
}
.about-text-contents .about-text {
  font-size: 12px;
  padding-top: 20px;
  font-family: "Noto Serif JP", sans-serif;
  white-space: normal;
}

.contact-form {
  text-align: center;
  margin-bottom: 80px;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1080px;
    padding: 0 60px;
    margin: 0 auto;
  }
  .fv-text-content {
    top: 45%;
  }
  .service-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .service-wrapper .service-item {
    width: 30%;
  }
  .service-wrapper .service-item .service-img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .service-wrapper .service-item .service-img:hover {
    opacity: 0.7;
  }
  .service-wrapper .service-item .service-item-title {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 21px;
  }
  .service-wrapper .service-item .service-item-title:hover {
    opacity: 0.7;
  }
  .works-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 80px;
  }
  .about-contents .about-picture {
    margin: 0;
  }
  .about-contents .about-text-contents {
    padding: 0 20px;
  }
  .about-contents .about-text-contents .about-text {
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    font-size: 14px;
  }
}