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

.en-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: #b07e7a;
  z-index: -1;
}

.header__container {
  position: relative;
}

.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.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__menu-button.is-checked {
  background: url(/img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}

.header__contents {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 2;
  height: calc(100vh - 88px);
  border-top: 1px solid #ffffff;
  padding-top: 40px;
}

.header__contents.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #b07e7a;
}

.header__nav-item + .header__nav-item {
  margin-top: 20px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 30px;
  width: 200px;
  margin: 0 auto;
}

.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-left: 10px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.fv {
  background-image: url(../img/sp/bg_fvcolor_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 40px 0 40px;
}

.fv__heading-copy {
  display: block;
  font-size: 32px;
  font-weight: 500;
  opacity: 0;
  -webkit-animation: fadeInOnly 2s ease-out forwards;
          animation: fadeInOnly 2s ease-out forwards;
}

@-webkit-keyframes fadeInOnly {
  to {
    opacity: 1;
  }
}

@keyframes fadeInOnly {
  to {
    opacity: 1;
  }
}
.fv__heading-main {
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-animation: fadeInOnly 2.5s ease-out forwards;
          animation: fadeInOnly 2.5s ease-out forwards;
}

.fv__heading-sub {
  display: block;
  margin-top: 20px;
  opacity: 0;
  -webkit-animation: fadeInOnly 3s ease-out forwards;
          animation: fadeInOnly 3s ease-out forwards;
}

.fv__img {
  -ms-flex-item-align: end;
      align-self: end;
  max-width: 500px;
  margin: 0 auto;
}

.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;
}
.section__head--center {
  text-align: center;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.section__head-main.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section__head-sub {
  font-size: 11px;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 40px;
}

.service__item + .service__item {
  margin-top: 5px;
}
.service__item-img {
  text-align: center;
  margin-bottom: 14px;
}
.service__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.section {
  scroll-margin-top: 88px;
}

.works {
  background-color: #f5f5f5;
}
.works__item + .works__item {
  margin-top: 40px;
}
.works__item-img {
  margin-bottom: 12px;
}
.works__item-img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(51, 51, 51, 0.15);
          box-shadow: 0 4px 15px 0 rgba(51, 51, 51, 0.15);
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.works__item-link {
  text-decoration: underline;
  font-size: 14px;
}

.about {
  background-color: #ffffff;
}
.about__img {
  margin-bottom: 32px;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
.about__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(51, 51, 51, 0.15);
          box-shadow: 0 4px 15px 0 rgba(51, 51, 51, 0.15);
  border-radius: 12px;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow {
  background-color: #f5f5f5;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #808080;
  border-radius: 8px;
  padding: 46px 16px 24px;
  background-color: #fff;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
.flow__item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  background-color: #928484;
  border-radius: 50%;
  color: #ffffff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.message__img {
  margin-bottom: 32px;
  max-width: 250px;
  margin: 0 auto 10px;
}
.message__text {
  font-size: 16px;
  line-height: 1.6;
}

.contact-section {
  margin: 20px 0;
}

.contact-btn {
  background-color: #ffe4e1;
  padding: 12px 32px;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.contact-btn:hover {
  background-color: #fcecec;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer {
  text-align: center;
  padding: 10px;
  background-color: #f5f5f5;
}
.footer__copy {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

.sns-link {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 6px;
}

.x-icon-btn {
  width: 36px;
  height: 36px;
  padding: 6px;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.x-icon-btn:hover {
  background-color: #e0e0e0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*--------------------------
// メニュー用ブレイクポイント
--------------------------*/
@media (min-width: 820px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    display: block;
    width: 100%;
    margin-left: 20px;
    visibility: visible;
    opacity: 1;
    height: 88px;
    padding-top: 14px;
    border: none;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 10px 20px;
  }
  .header__nav-item + .header__nav-item {
    margin-top: 0;
  }
  .button {
    display: block;
    padding: 0;
    width: auto;
  }
  .button__icon {
    margin: 0 auto;
  }
  .button__text {
    font-size: 14px;
    font-weight: 600;
  }
}
/*--------------------------
// pc
--------------------------*/
@media screen and (min-width: 768px) {
  .button__text {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button__icon-img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .button:hover .button__icon-img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .button:hover .button__text {
    opacity: 0.7;
  }
  .fv {
    background-image: url(../img/bg_fvcolor.png);
  }
  .fv__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    margin: 0 auto;
  }
  .fv__heading-copy {
    font-size: 30px;
  }
  .fv__heading-main {
    font-size: 40px;
  }
  .fv__heading-sub {
    font-size: 18px;
  }
  .fade-in {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); /* 少し下から浮かび上がる */
    -webkit-animation: fadeInUp 1.5s ease-out forwards;
            animation: fadeInUp 1.5s ease-out forwards;
  }
  @-webkit-keyframes fadeInUp {
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeInUp {
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
  }
  .section__lead-text {
    font-size: 16px;
  }
  .service__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .service__item-text {
    font-size: 16px;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    margin-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;
  }
  .about__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__text-contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 25px;
  }
  .flow__item {
    width: 30%;
  }
  .flow__item + .flow__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;
  }
  .message__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
  }
  .message__text-contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}
/*----------------------------------
//tb Pcの下にかかないとだめ
----------------------------------*/