@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv-contents-wrap {
  position: relative;
  padding: 0 19% 110px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1399px) {
  .l-mv-contents-wrap {
    padding: 0 19% 80px 0;
  }
}
@media screen and (max-width: 1199px) {
  .l-mv-contents-wrap {
    padding: 0 13% 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-contents-wrap {
    padding: 0 13% 100px 0;
  }
}
.l-mv-contents-wrap::after {
  content: "";
  display: inline-block;
  width: 81%;
  height: calc(100% - 130px);
  background-color: #D5D0CC;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: -1;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 3s ease;
  transition: -webkit-filter 3s ease;
  transition: filter 3s ease;
  transition: filter 3s ease, -webkit-filter 3s ease;
}
@media screen and (max-width: 1199px) {
  .l-mv-contents-wrap::after {
    width: 87%;
    height: calc(100% - 80px);
    top: 80px;
  }
}
@media screen and (max-width: 999px) {
  .l-mv-contents-wrap::after {
    height: calc(100% - 50px);
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-contents-wrap::after {
    width: 89%;
  }
}
/* 背景のブラー解除 */
.l-mv-contents-wrap.is-loaded::after {
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* 画像に対する初期ブラー */
.l-mv-slider {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 3s ease;
  transition: -webkit-filter 3s ease;
  transition: filter 3s ease;
  transition: filter 3s ease, -webkit-filter 3s ease;
}

/* 画像のブラー解除 */
.l-mv-contents-wrap.is-loaded .l-mv-slider {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.l-mv-slide-box {
  position: relative;
}

.l-mv-slider {
  position: relative;
  aspect-ratio: 1124/701;
}
@media screen and (max-width: 767px) {
  .l-mv-slider {
    aspect-ratio: 660/1106;
  }
}
.l-mv-slider-slide {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-mv-slider-slide-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-mv-slider-slide-pc {
    display: none;
  }
}
.l-mv-slider-slide-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-mv-slider-slide-sp {
    display: block;
  }
}
.l-mv-slide-news-topic-box {
  width: 800px;
  height: 110px;
  position: absolute;
  bottom: -110px;
  right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1399px) {
  .l-mv-slide-news-topic-box {
    width: 560px;
    height: 80px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-slide-news-topic-box {
    width: 100%;
    height: 100px;
    bottom: -100px;
    padding-left: 16%;
  }
}
.l-mv-slide-news-topic-items {
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 1399px) {
  .l-mv-slide-news-topic-items {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-slide-news-topic-items {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 20px;
  }
}
.l-mv-slide-news-topic-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-mv-slide-news-topic-items li {
    -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;
  }
}
.l-mv-slide-news-topic-items li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-mv-slide-news-topic-items li:hover {
    opacity: 1;
  }
}
.l-mv-slide-news-topic-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-mv-slide-news-topic-items li a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url(../img/common/cmn_ico_arrow_bg_black.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-mv-slide-news-topic-items li a::after {
    right: -35px;
  }
}
.l-mv-slide-news-topic-item-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .l-mv-slide-news-topic-item-date {
    font-size: 1.2rem;
  }
}
.l-mv-slide-news-topic-item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap; /* 横幅のMAXに達しても改行しない */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 「…」と省略 */
  -webkit-text-overflow: ellipsis; /* Safari用 */
  -o-text-overflow: ellipsis; /* Opera用 */
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-right: 60px;
}
@media screen and (max-width: 1399px) {
  .l-mv-slide-news-topic-item-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-slide-news-topic-item-ttl {
    font-size: 1.4rem;
    padding-right: 0;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.l-mv-catch-box {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8%;
}

/* 初期状態：透明に */
.l-mv-catch-box p {
  opacity: 0;
  -webkit-transition: opacity 4s ease;
  transition: opacity 4s ease;
}

/* ロード後にフェードイン */
.l-mv-contents-wrap.is-loaded .l-mv-catch-box p {
  opacity: 1;
}

.l-mv-catch-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .l-mv-catch-sub {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 999px) {
  .l-mv-catch-sub {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-catch-sub {
    font-size: 1.2rem;
  }
}
.l-mv-catch-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .l-mv-catch-main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .l-mv-catch-main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-catch-main {
    font-size: 2rem;
  }
}
/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  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: 40px;
}
@media screen and (min-width: 1000px) {
  .l-index-about {
    margin-bottom: 120px;
  }
}
.l-index-about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-index-about-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-about-item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-about-item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -4.5%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-item:nth-of-type(2) {
    margin-top: -5.5%;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-about-item:nth-of-type(2) {
    margin-top: -7.5%;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-about-item:nth-of-type(2) {
    margin-top: -11.5%;
  }
}

.l-index-about-item-img-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-about-item-img-box {
    width: 50%;
  }
}
.l-index-about-item-img-box img {
  border-radius: 4px;
}

.l-index-about-item-txt-box {
  width: 100%;
  padding: 45px 20px;
}
@media screen and (min-width: 1000px) {
  .l-index-about-item-txt-box {
    padding: 0 40px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-item-txt-box {
    padding: 0 60px;
  }
}
.l-index-about-item:nth-of-type(2) .l-index-about-item-txt-box {
  padding: 45px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-index-about-item:nth-of-type(2) .l-index-about-item-txt-box {
    padding: 0 40px;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-item:nth-of-type(2) .l-index-about-item-txt-box {
    padding: 0 60px;
  }
}
.l-index-about-item-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-about-item-ttl {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-about-item-ttl {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.l-index-about-item-desc {
  max-width: 620px;
}

/* -----------------------------------------------------------------------------
   l-index-support
   -------------------------------------------------------------------------- */
.l-index-support {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-index-support {
    margin-bottom: 150px;
  }
}
.l-index-support-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px;
  background-color: #F5F5F5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-support-inner {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-support-inner {
    padding: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-support-inner {
    padding: 60px 120px;
  }
}

.l-index-support-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-index-support-ttl {
    font-size: 2.8rem;
  }
}
.l-index-support-contents {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .l-index-support-contents {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-support-contents-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .l-index-support-contents-box {
    width: 32%;
  }
}
.l-index-support-contents-box img {
  width: 64px;
}

.l-index-support-contents-box-inner {
  width: calc(100% - 64px);
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-support-contents-box-inner {
    padding-left: 30px;
  }
}
.l-index-support-contents-box-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-support-contents-box-ttl {
    font-size: 2rem;
  }
}
.l-index-support-contents-box-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.l-index-support-contents-box-details li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 20px;
  color: #666666;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-index-support-contents-box-details li {
    font-size: 1.6rem;
  }
}
.l-index-support-contents-box-details li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url(../img/common/cmn_ico_check_black.png);
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
}

/* -----------------------------------------------------------------------------
   l-index-works
   -------------------------------------------------------------------------- */
.l-index-works {
  padding: 0 20px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-works {
    margin-bottom: 120px;
  }
}
.l-index-works-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.l-index-works-ttl {
  font-family: "DM Serif Text", serif;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-works-ttl {
    font-size: 8rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-ttl {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-works-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-works-ttl {
    font-size: 12rem;
  }
}

.l-index-works-slide-box {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
}

.swiper-works .swiper-slide {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-works .swiper-slide:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .swiper-works .swiper-slide:hover {
    opacity: 0.7;
  }
}
.swiper-works .swiper-slide > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-works-item-img-box {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-works-item-img-box {
    margin-bottom: 25px;
  }
}
.l-index-works-item-img-box img {
  border-radius: 4px;
  aspect-ratio: 960/610;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-index-works-item-categories {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-works-item-categories {
    margin-bottom: 20px;
  }
}
.l-index-works-item-categories > li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-works-item-categories > li {
    font-size: 1.2rem;
  }
}
.l-index-works-item-categories > li > a {
  display: inline-block;
  background-color: #222222;
  border-radius: 4px;
  padding: 0 15px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.l-index-works-item-ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #666666;
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  .l-index-works-item-ttl {
    font-size: 1.6rem;
  }
}
.l-index-works-btn {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-works-btn {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-works-btn {
    top: 40px;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  height: 32px;
  width: 32px;
  top: 45%;
  right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    height: 80px;
    width: 80px;
    top: 50%;
  }
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next::after {
    height: 80px;
    width: 80px;
  }
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/common/cmn_ico_swiper_arrow.jpg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* -----------------------------------------------------------------------------
   l-index-thought
   -------------------------------------------------------------------------- */
.l-index-thought {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-index-thought {
    margin-bottom: 120px;
  }
}
.l-index-thought-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 40px;
}
@media screen and (min-width: 1200px) {
  .l-index-thought-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
}
.l-index-thought-img-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-thought-img-box {
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-thought-img-box {
    width: 50%;
    padding-right: 15px;
  }
}

.l-index-thought-img-box img {
  border-radius: 4px;
}

.l-index-thought-txt-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .l-index-thought-txt-box {
    width: 50%;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-thought-txt-box {
    padding-left: 100px;
  }
}

.l-index-thought-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-index-thought-ttl {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 45px;
  }
}
.l-index-thought-desc {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-thought-desc {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.l-index-thought-detail-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: 15px;
}

.l-index-thought-detail-links li a {
  color: #666666;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-index-thought-detail-links li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-thought-detail-links li a:hover {
    opacity: 0.7;
  }
}
.l-index-thought-detail-links li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_right_gray.png);
  background-size: cover;
  margin-left: 15px;
}

/* -----------------------------------------------------------------------------
   l-index-contact-flow
   -------------------------------------------------------------------------- */
.l-index-contact-flow {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-index-contact-flow {
    margin-bottom: 120px;
  }
}
.l-index-contact-flow-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 30px 2%;
}
@media screen and (min-width: 1000px) {
  .l-index-contact-flow-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
  }
}
.l-index-contact-flow-ttl-wrap {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-contact-flow-ttl-wrap {
    width: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-contact-flow-ttl-wrap {
    width: 32%;
  }
}

.l-index-contact-flow-ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-index-contact-flow-ttl {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-contact-flow-ttl {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-contact-flow-ttl {
    font-size: 4.8rem;
    margin-bottom: 30px;
  }
}

.l-index-contact-flow-txt {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-index-contact-flow-txt {
    text-align: left;
  }
}
.l-index-contact-flow-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 5%;
}
@media screen and (min-width: 480px) {
  .l-index-contact-flow-items {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .l-index-contact-flow-items {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-contact-flow-items {
    width: 69%;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-contact-flow-items {
    width: 66%;
  }
}

.l-index-contact-flow-items li {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-contact-flow-items li {
    width: 30%;
  }
}
.l-index-contact-flow-items li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 63px;
  background-image: url(../img/common/cmn_ico_arrow_step.png);
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -70px;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  right: 55%;
}
@media screen and (min-width: 768px) {
  .l-index-contact-flow-items li::after {
    width: 15px;
    height: 38px;
    top: 50%;
    bottom: auto;
    right: -11%;
    -webkit-transform: rotate(0) translateY(-50%);
            transform: rotate(0) translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .l-index-contact-flow-items li::after {
    width: 24px;
    height: 63px;
  }
}

.l-index-contact-flow-items li:last-of-type::after {
  display: none;
}

.l-index-contact-flow-items li img {
  width: 120px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-contact-flow-items li img {
    width: 90px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-contact-flow-items li img {
    width: 120px;
    margin-bottom: 25px;
  }
}

.l-index-contact-flow-item-head {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-contact-flow-item-head {
    font-size: 2rem;
  }
}
.l-index-contact-flow-item-desc {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-contact-flow-item-desc {
    text-align: left;
  }
}
/* -----------------------------------------------------------------------------
   l-index-interview
   -------------------------------------------------------------------------- */
.l-index-interview {
  padding: 0 20px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-index-interview {
    margin-bottom: 120px;
  }
}
.l-index-interview-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 1000px) {
  .l-index-interview-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-index-interview-ttl-box {
  width: 200px;
}
@media screen and (min-width: 1000px) {
  .l-index-interview-ttl-box {
    width: 17%;
  }
}
.l-index-interview-ttl {
  font-family: "DM Serif Text", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-interview-ttl {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-interview-ttl {
    font-size: 6.4rem;
  }
}
.l-index-interview-items-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-interview-items-box {
    width: 83%;
    padding-left: 9%;
  }
}
.l-index-interview-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 3%;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-interview-items {
    gap: 2.5%;
  }
}
.l-index-interview-items li {
  font-family: "Noto Sans JP", sans-serif;
  aspect-ratio: 320/199;
  padding-left: 52%;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li {
    aspect-ratio: none;
    padding-left: 0;
    width: 31.5%;
    gap: 20px;
  }
}
.l-index-interview-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li:hover {
    opacity: 0.7;
  }
}
.l-index-interview-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-interview-item-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-right: 7px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-item-img-box {
    width: 100%;
    position: relative;
    padding-right: 0;
  }
}
.l-index-interview-item-img-box img {
  border-radius: 4px;
}

.l-index-interview-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .l-index-interview-item-ttl {
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.l-index-interview-item-storename {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-index-interview-item-storename {
    font-size: 1.6rem;
  }
}
.l-index-interview-btn {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-interview-btn {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.l-index-interview-btn .m-cmn-btn a {
  padding: 10px 40px;
}
@media screen and (min-width: 1000px) {
  .l-index-interview-btn .m-cmn-btn a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-interview-btn .m-cmn-btn a {
    padding: 15px 40px;
  }
}

/* -----------------------------------------------------------------------------
   l-index-news
   -------------------------------------------------------------------------- */
.l-index-news {
  padding: 0 20px;
}

.l-index-news-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-index-news-inner {
    padding: 65px 40px;
  }
}
.l-index-news-contents-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.l-index-news-ttl {
  font-family: "DM Serif Text", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-news-ttl {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
}
.l-index-news-items {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-news-items {
    margin-bottom: 50px;
  }
}
.l-index-news-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 10px 50px 10px 0;
  border-top: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-news-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding: 15px 90px 15px 30px;
  }
}
.l-index-news-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-news-items li:hover {
    opacity: 0.7;
  }
}
.l-index-news-items li:last-of-type {
  border-bottom: 1px solid #fff;
}

.l-index-news-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-news-items li a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url(../img/common/cmn_ico_arrow_bg_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-news-items li a::after {
    right: 30px;
  }
}
.l-index-news-item-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-date {
    font-size: 1.6rem;
  }
}
.l-index-news-item-ttl {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.l-index-news-btn {
  text-align: center;
}

/* -----------------------------------------------------------------------------
   l-index-topics
   -------------------------------------------------------------------------- */
.l-index-topics {
  padding: 0 20px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-index-topics {
    margin-bottom: 120px;
  }
}
.l-index-topics-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 1000px) {
  .l-index-topics-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-index-topics-ttl-box {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .l-index-topics-ttl-box {
    width: 150px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-topics-ttl-box {
    width: 17%;
  }
}
.l-index-topics-ttl {
  font-family: "DM Serif Text", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-topics-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-topics-ttl {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-topics-ttl {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-topics-ttl {
    margin-bottom: 120px;
  }
}

.l-index-topics-items-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-topics-items-box {
    width: 83%;
    padding-left: 9%;
  }
}
.l-index-topics-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
}
@media screen and (min-width: 768px) {
  .l-index-topics-items {
    gap: 3%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-topics-items {
    gap: 2.5%;
  }
}
.l-index-topics-items > li {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-topics-items > li {
    width: 31.5%;
  }
}
.l-index-topics-items > li:nth-of-type(4) {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-index-topics-items > li:nth-of-type(4) {
    display: none;
  }
}
.l-index-topics-items > li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-topics-items > li:hover {
    opacity: 0.7;
  }
}
.l-index-topics-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-topics-item-img-box {
  margin-bottom: 20px;
}

.l-index-topics-item-img-box img {
  border-radius: 4px;
  aspect-ratio: 311/197;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-index-topics-item-date {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-index-topics-item-date {
    font-size: 1.6rem;
  }
}
.l-index-topics-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-index-topics-item-ttl {
    font-size: 1.8rem;
  }
}
.l-index-topics-item-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.l-index-topics-item-categories li {
  min-width: 50px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .l-index-topics-item-categories li {
    min-width: 80px;
    font-size: 1.2rem;
  }
}
.l-index-topics-item-categories li a {
  position: relative;
  display: block;
  background-color: #222;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  z-index: 2;
}

.l-index-topics-btn {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-topics-btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-topics-btn {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.l-index-topics-btn .m-cmn-btn a {
  padding: 10px 40px;
}
@media screen and (min-width: 1000px) {
  .l-index-topics-btn .m-cmn-btn a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-topics-btn .m-cmn-btn a {
    padding: 15px 40px;
  }
}

/* -----------------------------------------------------------------------------
   l-index-bnr
   -------------------------------------------------------------------------- */
.l-index-bnr {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-index-bnr {
    margin-bottom: 80px;
  }
}
.l-index-bnr-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 3%;
}
@media screen and (min-width: 768px) {
  .l-index-bnr-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
  }
}
.l-index-bnr-item {
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-bnr-item {
    width: 48.5%;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
  }
}
.l-index-bnr-item:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-bnr-item:hover {
    opacity: 0.7;
  }
}