@charset "UTF-8";
@media screen and (min-width: 1080px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}

/* スライダーの全体を制御 */
.mv-slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  margin-top: 80px;
}

.mv-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: zoom 10s ease-in-out infinite;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.mv-slide.active {
  opacity: 1;
}

/* ズームアニメーション */
.mv-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 10s ease-in-out;
  z-index: 1; /* 背景のためテキストの背後に配置 */
}

.mv-slide.active::before {
  transform: scale(1.1); /* 1.1倍にズーム */
}

/* 通常の背景画像 */
.mv-slide.slide1 {
  background-image: url("../img/mv3.png");
}

.mv-slide.slide2 {
  background-image: url("../img/mv1.png");
}

.mv-slide.slide3 {
  background-image: url("../img/mv2.png");
}

/* 画面幅が768px以下のときに別の背景画像を指定 */
@media only screen and (max-width: 768px) {
  .mv-slide.slide1 {
    background-image: url("../img/mv_sp3.png");
  }
  .mv-slide.slide2 {
    background-image: url("../img/mv_sp1.png");
  }
  .mv-slide.slide3 {
    background-image: url("../img/mv_sp2.png");
  }
}
.mv-inner {
  z-index: 2;
  width: clamp(320px, 0.682rem + 82.42vw, 1000px);
  position: relative;
}

.main-copy {
  font-size: clamp(1.5rem, 0.9886363636rem + 2.1818181818vw, 2.625rem);
  line-height: 1.5;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 960px) {
  .main-copy {
    text-shadow: #fff 4px 0 14px;
  }
}

.en-copy {
  margin-top: 60px;
  font-size: clamp(12px, 4vw, 20px);
  line-height: 2;
  letter-spacing: 0.18em;
  color: #6b6b6b;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .mv {
    height: 400px;
  }
}
.news {
  background: #fff;
  width: clamp(320px, 0.682rem + 82.42vw, 800px);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: -40px auto 0;
  padding: 20px;
  z-index: 10;
  position: relative;
}

.news-inner {
  text-align: center;
}

.news-content {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .news-content {
    display: block;
  }
}

.news-title-box {
  margin: 0 auto;
  width: 200px;
  text-align: center;
}

.news-h2 {
  font-size: 16px;
  display: block;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 2px;
}

.news-en {
  margin-top: 2px;
  font-size: 12px;
  display: block;
  height: 50%;
  background-color: #e9f0ff;
  color: #c0c8dd;
  padding-top: 3px;
}

@media screen and (min-width: 1080px) {
  .news-content-box {
    width: 80%;
  }
}

.news-items {
  font-size: 14px;
}

.news-item {
  padding: 5px 0;
  margin: 15px 0;
  display: flex;
  text-align-last: left;
}
@media screen and (max-width: 960px) {
  .news-item {
    display: block;
  }
}

.news-border {
  display: block;
  width: 100%;
  height: 0.5px;
  background: #c0c8dd;
}

.news-data {
  color: #c0c8dd;
  width: 170px;
}

.news-title {
  width: 100%;
  text-align: left;
}

.philosophy {
  margin-top: 90px;
  background-image: url(../img/philosophy-head.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: clamp(1.875rem, -2.3863636364rem + 18.1818181818vw, 11.25rem);
}

.philosophy-title-en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: clamp(2.4375rem, 1.3863636364rem + 4.4848484848vw, 4.75rem);
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.philosophy-title {
  text-align: center;
  font-size: clamp(2.25rem, 1.8522727273rem + 1.696969697vw, 3.125rem);
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
  .philosophy-title {
    margin-top: -20px;
  }
}

.philosophy-contents {
  align-items: center;
  margin-top: clamp(1.5rem, -0.9431818182rem + 10.4242424242vw, 6.875rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1080px) {
  .philosophy-contents {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}

.philosophy-content .philosophy-text {
  font-size: clamp(1rem, 0.8295454545rem + 0.7272727273vw, 1.375rem);
  margin: 30px 0;
  text-indent: -2.2em;
  padding-left: 2.2em;
}

.service {
  margin-top: clamp(1.5rem, -2.3636363636rem + 16.4848484848vw, 10rem);
  background-image: url(../img/service-bg.png);
}

.service-title-en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: clamp(2.4375rem, 1.3863636364rem + 4.4848484848vw, 4.75rem);
  color: #f6eff1;
  text-align: center;
  white-space: nowrap;
}

.service-title {
  text-align: center;
  font-size: clamp(2.25rem, 1.8522727273rem + 1.696969697vw, 3.125rem);
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
  .service-title {
    margin-top: -20px;
  }
}

.service-copy {
  font-size: clamp(1.125rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
  text-align: center;
  margin-top: clamp(1.875rem, 0.4545454545rem + 6.0606060606vw, 5rem);
  margin-bottom: clamp(1.25rem, 0.1136363636rem + 4.8484848485vw, 3.75rem);
  line-height: 2em;
}

.service-discription {
  max-width: 650px;
  margin: 0 auto;
  line-height: 2.5em;
}

.service-items .service-item {
  align-items: center;
  max-width: 1200px;
  margin-top: clamp(3.125rem, 1.7045454545rem + 6.0606060606vw, 6.25rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1080px) {
  .service-items .service-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .service-items .service-item {
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .service-items .service-item:nth-child(even) {
    margin-left: -50px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1080px) {
  .service-items .service-item:nth-child(odd) {
    margin-right: -50px;
    margin-left: auto;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1080px) {
  .service-items .service-text-box {
    width: 50%;
  }
}
.service-items .service-title-img {
  margin-bottom: 20px;
  width: clamp(6.25rem, 5.1136363636rem + 4.8484848485vw, 8.75rem);
}
.service-items .service-content-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.service-items .service-content-text {
  font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .service-items .service-content-text {
    line-height: 2.5em;
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .service-items .service-content-text {
    line-height: 1.8em;
    letter-spacing: 0.28em;
  }
}
@media screen and (min-width: 1080px) {
  .service-items .btn {
    margin-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .service-items .btn {
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .service-img {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .service-img {
    margin-bottom: 20px;
  }
}

.strength {
  position: relative;
  max-width: 800px;
  height: 300px;
  background-image: url("../img/strength.png"); /* ここで背景画像を指定 */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 50px 0;
  margin: 100px auto 0 auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3); /* 画像の上に半透明のオーバーレイを追加 */
}

.strength-title {
  font-size: clamp(2.125rem, 1.6704545455rem + 1.9393939394vw, 3.125rem);
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.partner {
  background-image: url(../img/partner-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: clamp(10.625rem, 9.7727272727rem + 3.6363636364vw, 12.5rem);
  padding-bottom: 60px;
  text-align: center;
  margin-top: -140px;
}
.partner .partner-inner {
  max-width: 700px;
}
.partner .partner-title {
  text-align: center;
  color: #fff;
  font-size: clamp(1.125rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
}
.partner .partner-text {
  margin-top: clamp(0.625rem, -0.2272727273rem + 3.6363636364vw, 2.5rem);
  color: #fff;
  text-align-last: left;
  font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
}
@media screen and (min-width: 1080px) {
  .partner .partner-text {
    line-height: 2.5em;
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .partner .partner-text {
    line-height: 1.8em;
    letter-spacing: 0.28em;
  }
}

.works {
  background-image: url(../img/works-bk.png);
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.works-inner {
  padding: 80px 0 40px 0;
}

.works-title-en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: clamp(2.4375rem, 1.3863636364rem + 4.4848484848vw, 4.75rem);
  color: #f6eff1;
  text-align: center;
  white-space: nowrap;
}

.works-title {
  text-align: center;
  font-size: clamp(2.25rem, 1.8522727273rem + 1.696969697vw, 3.125rem);
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
  .works-title {
    margin-top: -20px;
  }
}

.works-items {
  display: flex;
  /* Slick Slider用のスタイルを追加 */
  overflow: hidden;
  display: block;
}

.works-item {
  max-width: 100%;
  width: auto;
  max-width: 100%; /* 必要に応じてレスポンシブ対応 */
  /* Slick Sliderで使うためのスライド設定 */
  flex: 0 0 auto;
}

.works-img {
  width: 100%; /* 親コンテナの幅に合わせる */
  height: 200px; /* 高さを固定 */
  object-fit: cover; /* 画像を切り抜く */
  object-position: center; /* 画像の中心部分を表示 */
  overflow: hidden; /* コンテナからはみ出した部分を非表示にする */
}

.works-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  display: block;
  padding: 15px 15px 70px 15px;
  position: relative;
}

.works-date {
  position: absolute;
  font-size: 12px;
  color: #aaa;
  top: 2px;
  right: 2px;
}

.works-item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.works-item-adrs {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.border {
  display: block;
  width: 100%;
  border-top: 0.5px solid #000;
}

.works-item-excerpt p {
  font-size: clamp(0.75rem, 0.6931818182rem + 0.2424242424vw, 0.875rem);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.works-btn {
  position: absolute;
  display: inline-block;
  padding: 10px 20px;
  background-color: #efece4;
  color: #000;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 100%;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

.works-btn:hover {
  background-color: #b5ab9d;
}

/* Slick Slider用の追加スタイル */
.slick-slide {
  padding: 0 25px; /* 各スライド間の余白 */
}

.slick-track {
  display: flex;
  justify-content: center;
  width: 100%;
}

.works-more {
  text-align: center;
}

/* 全体のセクションスタイル */
.voice {
  padding: 100px 0;
  background-color: #f9f9f9;
  display: none;
}

.voice-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .voice-inner {
    display: block;
    padding: 0 10px;
  }
}

/* 顧客の声のセクションのヘッダー */
.customer-voice {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .customer-voice {
    width: 130px;
  }
}

.subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .subtitle {
    font-size: 13px;
  }
}

.voice-title-en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: clamp(2.4375rem, 1.3863636364rem + 4.4848484848vw, 4.75rem);
  color: #f6eff1;
  white-space: nowrap;
}

.voice-title {
  font-size: clamp(2.25rem, 1.8522727273rem + 1.696969697vw, 3.125rem);
  margin-top: -60px;
  writing-mode: vertical-rl; /* 縦書きにするためのプロパティ */
  text-orientation: mixed; /* 文字の向きを自動的に調整 */
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .voice-title {
    margin-top: -20px;
  }
}

/* カードアイテムのコンテナ */
.voice-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  .voice-items {
    margin-top: -80px;
    margin-right: 0;
    margin-left: auto;
  }
}

/* 各ボイスカード */
.voice-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .voice-item:nth-child(odd) {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
    justify-content: end;
  }
}

.person-image {
  width: 30px;
  height: auto;
  position: absolute;
  right: 20px;
  top: -20px;
}

/* カード内のコンテンツ */
.card-content {
  width: 100%;
}

.name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.location {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.service-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* レビューのテキスト */
.review {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: left;
}/*# sourceMappingURL=top.css.map */