@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", "Zen Kaku Gothic New", sans-serif;
  color: #6a5c50;
}
body.is-fixed {
  overflow: hidden;
}

[id] {
  scroll-margin-top: 80px;
}

.ac-mint {
  color: #a8bfb0;
}

.ac-pink {
  color: #e8a898;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 30px;
  width: 200px;
  margin: 0 auto;
  border-radius: 22% 78% 29% 71%/70% 28% 72% 30%;
}
.button--bg {
  background-color: #fdfbf8;
  border: 5px solid #fdfbf8;
}
.button--bg .button__text {
  color: #4a4a4a;
}
.button--border {
  border: 5px solid #fdfbf8;
}
.button--border .button__text {
  color: #fff;
}
.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__icon-path {
  fill: #faf7f2;
}
.button__icon-path--contact {
  fill: #4a4a4a;
}
.button__text {
  margin-left: 10px;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #faf7f2;
}

.header {
  background-color: #6a5c50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-left: 3px dashed rgba(255, 255, 255, 0.3);
  border-right: 3px dashed rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.header__container {
  position: relative;
}
.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #ede6dd;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}
.header__contents {
  height: calc(100vh - 88px);
  border-top: 3px dashed rgba(255, 255, 255, 0.3);
  padding-top: 60px;
  display: none;
}
.header .is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}

.fv {
  position: relative;
  width: 100%;
  height: 400px;
}
.fv__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}
.fv__contents {
  position: absolute;
  bottom: 26px;
  background: url(../img/sp/bg_fv.png) center center no-repeat;
  background-size: 100% auto;
  width: 100%;
  left: 0;
  height: 209px;
  padding: 10px 32px;
}
.fv__heading-main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #2a2018;
}
.fv__heading-sub {
  margin-top: 12px;
  display: block;
}

.section {
  padding: 48px 0;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  color: #2a2018;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section__head-sub {
  font-size: 14px;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}

.service__list {
  font-size: 14px;
}
.service__item-name {
  text-align: center;
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 18px;
}
.service__item-sub {
  margin-bottom: 20px;
}
.service__item-img {
  text-align: center;
  margin-top: 40px;
}
.service__item-text {
  line-height: 1.6;
}

.works {
  background-color: #faf7f2;
}
.works__contents {
  margin-top: 32px;
}
.works__item + .works__item {
  padding-top: 32px;
}
.works__item-name {
  font-weight: bold;
  padding: 10px 0;
}
.works__item-text {
  font-size: 14px;
  text-decoration: underline;
}

.about__img {
  max-width: 500px;
}
.about__text + .about__text {
  margin-top: 16px;
}

.flow {
  background-color: #faf7f2;
}
.flow__num {
  margin: 60px 30px;
}
.flow__num-list {
  margin: 0 auto;
}
.flow__num-item {
  border: 1px solid #808080;
  padding: 46px 16px 24px;
  position: relative;
}
.flow__num-item + .flow__num-item {
  margin-top: 46px;
}
.flow__num-img {
  text-align: center;
  margin-bottom: 24px;
}
.flow__num-name {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.flow__num-text {
  font-size: 14px;
  line-height: 1.6;
}
.flow__no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4a4a4a;
  color: #fff;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
}

.contact {
  background-color: #e8a898;
  color: #6a5c50;
  line-height: 1.6;
}
.contact .section__head {
  text-align: center;
}

.twitter {
  background-color: #a8bfb0;
  color: #6a5c50;
  line-height: 1.6;
}
.twitter .section__head {
  text-align: center;
}

#footer {
  text-align: center;
  padding: 10px 0;
}

.copylight {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

/* ----------------------
// pc
---------------------- */
@media screen and (min-width:768px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    position: relative;
    -ms-flex-preferred-size: 20.8%;
        flex-basis: 20.8%;
    padding: 50px 20px;
    letter-spacing: 1.2;
  }
  .header__container {
    width: 220px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header__logo {
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    display: block;
    border: none;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #4a4a4a;
  }
  .button:hover .button__text {
    color: #4a4a4a;
  }
  .button--bg {
    color: #4a4a4a;
  }
  .button:hover {
    opacity: 0.7;
  }
  .main {
    -ms-flex-preferred-size: 79.2%;
        flex-basis: 79.2%;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
  }
  .fv {
    height: 800px;
  }
  .fv__contents {
    background: url(../img/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    max-width: 627px;
    height: 200px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    padding-top: 0;
  }
  .about__container {
    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: 40px;
  }
  .flow__num-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__num-item + .flow__num-item {
    margin-top: 0;
  }
  .message__container {
    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: 40px;
  }
  .page__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ----------------------
// タブレット
---------------------- */
@media screen and (min-width:768px) and (max-width:1024px) {
  .section__head-main {
    font-size: 44px;
  }
  .fv__contents {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .flow__num-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .page__bottom .section__head-main {
    font-size: 35px;
  }
}