@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  TOPページ
---------------------------------------- */
#top section {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  #top section {
    padding: 4rem 0;
  }
}

/* ---------------------------
  メインビジュアル
--------------------------- */
.mv {
  padding-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #F9F7F1;
  width: 100%;
  height: 100%;
}
.mv__inner {
  width: 100%;
  margin: 0 6.4rem 6.4rem 6.4rem;
  background: url(../img/top/fv.jpg) no-repeat center center/cover;
  max-width: 1440px;
  width: 100%;
  height: 70.4rem;
}
@media screen and (max-width: 1567px) {
  .mv__inner {
    max-width: 1312px;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    margin: 0;
  }
}
.mv__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  color: #FFFEFC;
  padding: 0 0 9.6rem 9.6rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .mv__content {
    padding: 0 0 4.8rem 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 3.6rem 0 1.9rem;
  }
}
.mv__ttl {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .mv__ttl {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    font-size: 4rem;
  }
}
.mv__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .mv__lead {
    font-size: 1.8rem;
  }
}

/* ---------------------------
  タカラ裁断ができること
--------------------------- */
#top .service__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  #top .service__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
#top .service__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6rem;
  width: 55.1785714286%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #top .service__left {
    width: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  #top .service__left {
    width: 100%;
    gap: 2.4rem;
  }
}
#top .service__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.service {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .service {
    padding-bottom: 4rem;
  }
}
.service__wrapper {
  gap: 6.4rem;
}
.service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .service__cards {
    gap: 0 0.8rem;
    padding: 0 0.75rem;
  }
}
.service__card {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem 0;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .service__card {
    width: 16rem;
  }
}
.service__icon {
  width: 15rem;
  height: 15rem;
  background: #3D6D6D;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .service__icon {
    width: 12rem;
    height: 12rem;
  }
}
.service__img {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .service__img {
    width: 75px;
    height: 75px;
  }
}
.service__name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .service__name {
    font-size: 1.8rem;
    gap: 0;
  }
}
.service__name span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  white-space: nowrap;
}
.service__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .service__head {
    gap: 4rem;
  }
}
.service__lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__lead {
    text-align: left;
  }
}

/* ---------------------------
  タカラ裁断の強み
--------------------------- */
#top .strength {
  background: #F9F7F1;
}
#top .strength__wrapper {
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #top .strength__wrapper {
    gap: 4rem;
  }
}
#top .strength__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #top .strength__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strength__cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
#top .strength__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 324px;
}
@media screen and (max-width: 767px) {
  #top .strength__card {
    width: 100%;
  }
}
#top .strength__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#top .strength__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  white-space: nowrap;
}
#top .strength__ttl span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #FFFEFC;
  width: 64px;
  height: 64px;
  background: #3D6D6D;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ---------------------------
  設備紹介
--------------------------- */
@media screen and (max-width: 767px) {
  #top .equipment__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top .equipment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top .equipment__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.6rem;
    padding: 1.6rem 0;
  }
}
#top .equipment__content {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 32.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top .equipment__content {
    width: 16.3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .equipment__content.pc-only {
    display: none;
  }
}
#top .equipment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding: 0 4.2rem 4rem 4.2rem;
}
@media screen and (max-width: 767px) {
  #top .equipment__head {
    padding: 0;
    gap: 0;
  }
}
#top .equipment__head.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  #top .equipment__head.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top .equipment__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#top .equipment__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 1.6rem;
  background: #FFFEFC;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .equipment__name {
    font-size: 1.8rem;
  }
}

/* ---------------------------
  お知らせ
--------------------------- */
#top .news {
  background: #F9F7F1;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #top .news {
    padding: 4rem 0;
  }
}
#top .news__container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #top .news__container {
    gap: 1.6rem;
  }
}

.news {
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 4rem 0;
  }
}
.news__wrapper {
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .news__wrapper {
    gap: 2.4rem;
  }
}
.news__container {
  max-width: 80rem;
  width: 100%;
  gap: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .news__container {
    gap: 5.6rem;
  }
}
.news__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.news__post {
  width: 100%;
  border-bottom: 1px solid #3D6D6D;
  padding: 1.2rem 4rem;
  min-height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .news__post {
    padding: 1.2rem 1.6rem;
    min-height: 8.2rem;
  }
}
.news__post:first-child {
  border-top: 1px solid #3D6D6D;
}
.news__post dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .news__post dl {
    -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: 0;
  }
}
.news__ttl {
  font-weight: 400;
}

/* ----------------------------------------
  当社について ページ
---------------------------------------- */
/* ---------------------------
  ごあいさつ
--------------------------- */
.greeting__wrapper {
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .greeting__wrapper {
    gap: 4rem;
  }
}
.greeting__contents {
  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: 8rem;
}
@media screen and (max-width: 767px) {
  .greeting__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.greeting__img {
  aspect-ratio: 1/1;
  width: 35.7142857143%;
}
@media screen and (max-width: 767px) {
  .greeting__img {
    width: 100%;
  }
}
.greeting__copy {
  width: 57.1428571429%;
}
@media screen and (max-width: 767px) {
  .greeting__copy {
    width: 100%;
  }
}

/* ---------------------------
  会社概要
--------------------------- */
.company {
  background: #F9F7F1;
}
.company__wrapper {
  gap: 4rem;
}
.company__lists {
  max-width: 80rem;
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  .company__lists {
    padding: 0;
  }
}
.company__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #3D6D6D;
  padding: 1.6rem;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .company__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__list dt {
  width: 17.1875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .company__list dt {
    width: 100%;
  }
}
.company__list dd {
  width: 80.3125%;
}
@media screen and (max-width: 767px) {
  .company__list dd {
    width: 100%;
  }
}

/* ---------------------------
  アクセス
--------------------------- */
@media screen and (max-width: 767px) {
  .access {
    padding: 4rem 0 0;
  }
}
.access__wrapper {
  gap: 4rem;
}
.access__container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .access__container {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.access__info {
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.access__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.8em;
  }
}
.access__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .access p {
    width: 100%;
  }
}
.access a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #3D6D6D;
}
@media screen and (max-width: 767px) {
  .access a {
    text-align: right;
  }
}
.access__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.access__map {
  width: 100%;
  padding-top: 35.7142857143%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__map {
    padding-top: 58.3090379009%;
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.access__attention {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .access__attention {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

/* ----------------------------------------
  設備紹介 ページ
---------------------------------------- */
.movie__wrapper {
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .movie__wrapper {
    gap: 4rem;
  }
}
.movie__contents {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie__contents {
    gap: 4rem;
    padding: 0;
  }
}
.movie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.movie__name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 1.2rem;
  background: #F9F7F1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .movie__name {
    font-size: 2rem;
  }
}
.movie__txt {
  margin-top: 1.6rem;
}
.movie__video {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .movie__video {
    width: 100%;
    height: auto;
  }
}
.movie.white {
  background: #FFFEFC;
}
.movie.beige {
  background: #F9F7F1;
}
.movie.beige .movie__name {
  background: #FFFEFC;
}

/* ----------------------------------------
  裁断布種類・対応 ページ
---------------------------------------- */
.service-image__lead {
  font-size: 2rem;
  font-weight: 500;
  padding: 4rem 2.4rem;
  background: #F9F7F1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-image__lead {
    padding: 2.4rem;
    font-size: 1.8rem;
    text-align: left;
  }
}

/* ---------------------------
  手動裁断が必要な理由
--------------------------- */
.reason {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 4rem 0;
  }
}
.reason__wrapper {
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .reason__wrapper {
    gap: 4rem;
  }
}
.reason__container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .reason__container {
    gap: 4rem;
  }
}
.reason__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.reason__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  width: 28.9285714286%;
}
@media screen and (max-width: 767px) {
  .reason__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.reason__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.reason__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

/* ---------------------------
  対応可能な生地の種類
--------------------------- */
.type {
  padding: 4rem 0;
  background: #F9F7F1;
}
@media screen and (max-width: 767px) {
  .type {
    padding: 1.6rem 0;
  }
}
.type__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  background: #FFFEFC;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .type__container {
    padding: 2.4rem;
  }
}
.type__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .type__lists {
    gap: 1.6rem 2.2rem;
  }
}
.type__list {
  position: relative;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.type__list::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #3D6D6D;
  border-radius: 50%;
  margin-right: 0.8rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ----------------------------------------
  お問い合わせページ
---------------------------------------- */
.contact {
  padding: 0;
}
.contact__wrapper {
  max-width: 800px;
  margin: 0;
  padding: 0;
  gap: 2.4rem;
  padding: 8rem 0 4rem;
}
.contact input,
.contact textarea,
.contact select {
  width: 100%;
  border-radius: 0;
  outline: none;
  padding: 1.6rem 2.4rem;
  background-color: #FFFEFC;
  border: 1px solid #BDBDBD;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder, .contact select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #BDBDBD;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder, .contact select::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #BDBDBD;
}
.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder, .contact select:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #BDBDBD;
}
.contact input::-ms-input-placeholder, .contact textarea::-ms-input-placeholder, .contact select::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #BDBDBD;
}
.contact input::placeholder,
.contact textarea::placeholder,
.contact select::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #BDBDBD;
}
.contact textarea {
  height: 23.4rem;
}
.contact .wpcf7-form {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 40px;
}
.contact .wpcf7-list-item {
  margin: 0 !important;
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.contact__head {
  font-weight: 500;
  line-height: 1.6;
}
.contact__head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
.contact__accept {
  text-align: center;
  font-size: 1.6rem;
  color: #FFFEFC;
  background: #E95050;
  padding: 0 0.8rem;
}
.contact__data {
  width: 100%;
}
.contact__check {
  width: 100%;
  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;
}
.contact__check label {
  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: 1.2rem;
}
.contact__check input[name=acceptance] {
  width: 2.4rem;
  height: 2.4rem;
}
.contact__check .checkbox-cl01 input {
  display: none;
}
.contact__submit-wrap {
  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: 100%;
}
.contact__submit-wrap p {
  position: relative;
}
.contact__submit-wrap p::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_right-w.png) no-repeat center center/cover;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 5;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact input[type=submit] {
  color: #FFFEFC;
  padding: 1.6rem 5.2rem 1.6rem 2.4rem;
  border: none;
  background: #3D6D6D;
  font-weight: 700;
  line-height: 1.6;
}
.contact .wpcf7-spinner {
  display: none;
}

.privacy {
  width: 100%;
  height: 20rem;
  border: 1px solid #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.6rem 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .privacy {
    gap: 8px;
    padding: 20px;
    height: 400px;
  }
}
.privacy__container {
  overflow-y: scroll;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.privacy__row {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.privacy h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.privacy li {
  list-style-type: disc;
  margin-left: 20px;
}