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

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}

.heading {
  text-align: center;
}

.heading__en {
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.8px;
}

.heading__ja {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  margin-top: 14px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px px 30px;
  width: 160px;
  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__icon-path {
  fill: #fff;
}
.button__text {
  margin-left: 10px;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #fff;
}

.header {
  background-color: #3b82f6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  position: relative;
}
.header__logo {
  display: inline-block;
  padding: 20px 24px;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 14px;
  right: 20px;
  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;
  height: 100vh;
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header__nav-item + .header__nav-item {
  margin-top: 36px;
}

.gallery {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery__inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 700px;
}

.gallery__slider {
  margin-top: 30px;
}

.gallery-swiper {
  padding-bottom: 26px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: -5px;
  margin-left: -5px;
}

.gallery-slide {
  width: 200px;
}

.gallery-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 0 !important;
}
.gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #bcbcbc;
  opacity: 1;
}
.gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fabe00;
}

.gallery__prev,
.gallery__next {
  width: 40px;
  height: 40px;
  margin-top: -38px;
}
.gallery__prev::after,
.gallery__next::after {
  display: none;
}

.gallery__prev {
  left: 0;
  background: url(../img/prev-icon.png) no-repeat center center/contain;
}

.gallery__next {
  right: 0;
  background: url(../img/next-icon.png) no-repeat center center/contain;
}

.gallery-card {
  border-radius: 20px;
  border: 3px solid #d6d6d6;
  background: #fff;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 7px 7px 9px 12px;
}

.gallery-card__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-card__text {
  margin-top: 11px;
  text-align: center;
  font-size: 14px;
}

.fv {
  position: relative;
}
.fv__contents {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: clamp(240px, 55%, 420px);
  height: 116px;
  background: url(../img/sp/bg_fv.png) center center no-repeat;
  background-size: 100% auto;
  padding: 0;
}
.fv__heading-main {
  display: block;
  margin-top: 50px;
  text-align: right;
  font-size: 9px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #6e7b8b;
}
.fv__heading-sub {
  margin-top: 5px;
  display: block;
  text-align: right;
  font-size: 8px;
  line-height: 1.4;
  color: #6e7b8b;
}

.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-main {
  font-size: 28px;
  letter-spacing: 0.1em;
}
.section__head-sub {
  font-size: 15px;
  margin-top: 10px;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.8;
}
.section__contents {
  margin-top: 40px;
}

.service__item + .service__item {
  margin-top: 40px;
}
.service__item-img {
  text-align: center;
  margin-bottom: 14px;
}
.service__item-img img {
  width: 270px;
  height: auto;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.service__item-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.service__item-text {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.flow {
  background-color: #fffdf6;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #808080;
  padding: 46px 16px 24px;
}
.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: #4a4a4a;
  color: #fff;
  width: 48px;
  height: 48px;
  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;
}
.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
  width: 80px;
  height: auto;
  margin: 0 auto;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
.flow__item-text {
  font-size: 14px;
  line-height: 2;
}

.works {
  background-color: #fffaed;
}
.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(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.qa {
  padding-top: 60px;
  padding-bottom: 60px;
}

.qa__boxes {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}

.qa__box,
.qa-box {
  border-radius: 10px;
  border: 3px solid #111;
  background-color: #fff;
}
.qa__box.is-open .qa-box__head::after,
.qa-box.is-open .qa-box__head::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* ← アイコンとテキストを横並びに */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* テキスト上部をアイコンと揃える */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px; /* アイコンとテキストの間隔 */
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 20px; /* 左余白を少し広げて自然に */
  text-align: left;
  border-radius: 6px;
  color: #111 !important;
  background: #fff; /* 念のため明示しておく */
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9.26px;
  height: 6.834px;
  background: url(../img/polygon.png) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -3px;
}

.qa-box__head-icon {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 3px solid #111;
  color: #111 !important;
  background: #f5810e;
  position: absolute;
  top: -26px;
  left: 12px;
}

.qa-box__head-text {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
}

.qa-box__body {
  padding: 13px 14px 17px 12px;
  display: none;
}

.qa-box__a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}

.qa-box__a-icon {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 3px solid #111;
  background: #fabe00;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qa-box__a-text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
}

.about__img {
  margin-bottom: 32px;
  text-align: center;
}
.about__img img {
  width: 350px;
  height: auto;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.about__text-contents {
  padding: 2rem;
  background-color: #fffaed;
  border-radius: 1rem;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}
.about__text strong {
  font-weight: bold;
  color: #3b82f6;
}

.message__img {
  margin-bottom: 32px;
}
.message__img iframe {
  width: 100%;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.message__text-contents {
  padding: 2rem;
  background-color: #fffaed;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.message__text-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  color: #444;
  border-left: 4px solid #3b82f6;
  padding-left: 0.6rem;
}
.message__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.shop {
  background-color: #fffdf6;
  text-align: center;
}
.shop__inner {
  max-width: 600px;
  margin: 0 auto;
}
.shop__head {
  margin-bottom: 40px;
}
.shop__head-main {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.shop__head-sub {
  font-size: 18px;
  color: #666;
}
.shop__text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}
.shop__info-item.tel a {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop__info-item.tel a:hover {
  color: #3b82f6;
  cursor: pointer;
}

.footer__copy-wrapper {
  border-top: 1px solid;
  padding: 12px;
  margin-top: 46px;
}
.footer__copy-light {
  font-size: 12px;
}
.footer__sns-item {
  margin-top: 35px;
  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;
  gap: 40px;
}
.footer__sns-item img {
  width: 70px;
  height: auto;
  display: block;
}

/*--------------------------------------
// pc
----------------------------------------*/
@media screen and (min-width: 1024px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main {
    -ms-flex-preferred-size: 79.2%;
        flex-basis: 79.2%;
  }
  .header {
    position: relative;
    -ms-flex-preferred-size: 20.8%;
        flex-basis: 20.8%;
    padding: 50px 20px;
  }
  .header__container {
    width: 160px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header__logo {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2;
    padding: 20px 2px;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    border: none;
    display: block;
  }
  .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;
  }
  .gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .gallery__inner {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 760px;
  }
  .gallery__prev, .gallery__next {
    width: 50px;
    height: 50px;
  }
  .gallery__swiper {
    padding-right: 70px;
    padding-left: 70px;
  }
  .gallery__slider {
    margin-top: 40px;
  }
  .gallery-card {
    border-radius: 30px;
    padding: 20px 20px 18px 20px;
  }
  .gallery-card__image {
    border-radius: 20px;
  }
  .gallery-card__text {
    margin-top: 18px;
    font-size: 16px;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 42px;
  }
  .section__head-sub {
    font-size: 15px;
  }
  .fv__contents {
    background: url(../img/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 70px;
    right: -3px;
    width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .fv__heading-main {
    display: block;
    margin-top: 65px;
    text-align: right;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #6e7b8b;
  }
  .fv__heading-sub {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #6e7b8b;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .flow__item:nth-child(n+5) {
    margin-top: 32px;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .qa {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .qa__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 860px;
    margin: 0 auto;
  }
  .qa__boxes {
    margin-top: 74px;
  }
  .qa .qa-box__head {
    padding: 29px 77px 17px 17px;
  }
  .qa .qa-box__head-icon {
    left: 17px;
  }
  .qa .qa-box__head-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.28px;
  }
  .qa .qa-box__body {
    padding: 3px 33px 17px 17px;
  }
  .qa .qa-box__a {
    gap: 10px;
  }
  .qa .qa-box__a-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.28px;
    padding-top: 7px;
  }
  .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: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 400px;
    margin-top: 120px;
  }
  .about__text-contents {
    width: 450px;
  }
  .about__text {
    line-height: 2.5;
  }
  .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__text {
    line-height: 2.5;
  }
  .footer__copy-wrapper {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*--------------------------------------
// tb
----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__head-main {
    font-size: 30px;
  }
  .gallery-swiper {
    padding-right: 70px;
    padding-left: 70px;
  }
  .fv__contents {
    bottom: 30%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 578px;
  }
  .fv__heading-sub {
    font-size: 14px;
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .about__container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .message__container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .message__text {
    line-height: 2.5;
  }
}