@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv-slider {
  position: relative;
  width: 100%;
  height: 590px;
}
@media screen and (min-width: 768px) {
  .l-mv-slider {
    height: 700px;
  }
}
.l-mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-mv-slide {
    flex-direction: row;
    height: 700px;
  }
}
.l-mv-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.l-mv-left,
.l-mv-right {
  width: 100%;
  height: 295px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-mv-left,
  .l-mv-right {
    width: 50%;
    height: auto;
  }
}
.l-mv-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.l-mv-bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 2;
}

.l-mv-bg-overlay.bg-01 {
  background-color: #7b9f70;
}

.l-mv-bg-overlay.bg-02 {
  background-color: #947950;
}

.l-mv-bg-overlay.bg-03 {
  background-color: #5e7394;
}

.l-mv-bg-overlay.bg-04 {
  background-color: #6f6e6f;
}

.l-mv-bg-overlay.bg-05 {
  background-color: #dc6948;
}

.l-mv-bg-overlay.bg-06 {
  background-color: #758561;
}

@keyframes bgUpFadeOut {
  0% {
    height: 0%;
    opacity: 1;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
/* これが発火用クラス */
.l-mv-bg-overlay.animate {
  animation: bgUpFadeOut 3s ease forwards;
}

/* 右側のスライドだけ0.1秒遅らせる */
.l-mv-right .l-mv-bg-overlay.animate {
  animation-delay: 0.12s;
}

.l-mv-catch-wrap {
  max-width: max-content;
  text-align: center;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-wrap {
    top: 43%;
  }
}
.l-mv-catch-name {
  width: 105px;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-name {
    width: 175px;
  }
}
.l-mv-catch-txt {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-txt {
    width: 410px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-mv-catch-logo {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-logo {
    width: 110px;
  }
}
.l-mv-slide01 .l-mv-left {
  background-image: url(../img/mv_img01_left.jpg);
}

.l-mv-slide01 .l-mv-right {
  background-image: url(../img/mv_img01_right.jpg);
}

.l-mv-slide02 .l-mv-left {
  background-image: url(../img/mv_img02_left.jpg);
}

.l-mv-slide02 .l-mv-right {
  background-image: url(../img/mv_img02_right.jpg);
}

.l-mv-slide03 .l-mv-left {
  background-image: url(../img/mv_img03_left.jpg);
}

.l-mv-slide03 .l-mv-right {
  background-image: url(../img/mv_img03_right.jpg);
}

.l-mv-ribbon-wrap-left {
  position: absolute; /* 必要に応じて relative 親に対して */
  top: -12px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-mv-ribbon-wrap-left {
    top: 0;
  }
}
.l-mv-string-deco01 {
  width: 40%;
  height: 1022px;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-mv-string-deco01 {
    display: block;
  }
}
.l-mv-string-deco03 {
  width: 30%;
  height: 400px;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-mv-string-deco03 {
    display: none;
  }
}
.l-mv-ribbon-wrap-right {
  position: absolute; /* 必要に応じて relative 親に対して */
  bottom: -18%;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-mv-ribbon-wrap-right {
    bottom: -56.5%;
    right: 0;
  }
}
.l-mv-string-deco02 {
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-mv-string-deco02 {
    display: block;
  }
}
.l-mv-string-deco04 {
  width: 200px;
  height: 250px;
  position: relative;
  left: auto;
  right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-mv-string-deco04 {
    display: none;
  }
}
.l-mv-scroll {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  display: none;
  position: absolute;
  bottom: 55px;
  left: 60px;
  writing-mode: vertical-rl;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .l-mv-scroll {
    display: block;
  }
}
/* 線のアニメーション部分 */
.l-mv-scroll::before {
  animation: scroll 2s infinite;
  background-color: #e8380d;
  bottom: -155px;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  right: auto;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  position: relative;
  padding: 80px 0 130px;
  overflow: hidden;
  background-image: url(../img/index_img_shadow01.png), url(../img/index_img_shadow02.png);
  background-size: 150px;
  background-position: 0 -30px, top 430px right 0;
}
@media screen and (min-width: 768px) {
  .l-index-about {
    background-size: 250px;
    background-position: 0 -30px, bottom 60% right 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about {
    padding: 120px 0 200px;
    background-size: 377px;
    background-position: 0 -30px, bottom 0 right 0;
  }
}
.l-index-about-circle-bg01 {
  width: 150px;
  position: absolute;
  top: -80px;
  right: -80px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-about-circle-bg01 {
    width: 410px;
    top: -200px;
    right: -200px;
  }
}
.l-index-about-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .l-index-about-inner {
    flex-direction: row;
  }
}
.l-index-about-txt-box {
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .l-index-about-txt-box {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-txt-box {
    width: 50%;
  }
}
.l-index-about-txt-box .m-cmn-desc {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-index-about-txt-box .m-cmn-desc {
    line-height: 2.5;
  }
}
.l-index-about-logo {
  max-width: 160px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .l-index-about-logo {
    max-width: 240px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-logo {
    margin: 0 0 50px 100px;
  }
}
.l-index-about-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-about-ttl {
    font-size: 4.4rem;
    margin-bottom: 50px;
  }
}
.l-index-about-subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #e8340c;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-about-subttl {
    font-size: 2.2rem;
  }
}
.l-index-about-desc {
  margin-bottom: 25px;
}

.l-index-about-img-box {
  width: 100%;
  height: 550px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-index-about-img-box {
    height: 1040px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-img-box {
    width: 50%;
    height: auto;
  }
}
.l-index-about-img01 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 264px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-index-about-img01 {
    width: 520px;
    left: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-img01 {
    width: 600px;
    left: 30px;
  }
}
.l-index-about-img02 {
  width: 242px;
  position: absolute;
  top: 200px;
  right: 0;
  left: auto;
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-index-about-img02 {
    width: 480px;
    top: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-img02 {
    width: 550px;
    top: 600px;
    left: 200px;
  }
}
.l-index-about-img03 {
  width: 136px;
  position: absolute;
  top: 350px;
  left: 40px;
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-index-about-img03 {
    width: 270px;
    top: 700px;
    left: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-img03 {
    width: 310px;
    top: 900px;
    left: 60px;
  }
}
.l-index-about-string {
  position: absolute;
  bottom: -4%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-about-string {
    bottom: -9%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-string {
    bottom: -16%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-string {
    bottom: -24%;
  }
}

/* -----------------------------------------------------------------------------
   l-index-image01
   -------------------------------------------------------------------------- */
.l-index-image01 {
  position: relative;
  padding-top: 18%;
  padding-bottom: 80px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-index-image01 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-image01 {
    padding-bottom: 230px;
  }
}
.l-index-image01-inner {
  position: relative;
  max-width: 87%;
  height: auto;
  background-image: url(../img/index_img09.jpg);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1300/700;
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.2);
}

.l-index-image01-inner::after {
  content: "";
  width: 6.1%;
  height: 64%;
  background-color: #e8340c;
  position: absolute;
  bottom: -11.4%;
  right: -3%;
  z-index: -1;
}

.l-index-image01-deco01 {
  width: 58%;
  position: absolute;
  top: -40%;
  left: 0;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);
}

.l-index-image01-deco02 {
  width: 35%;
  position: absolute;
  top: -31%;
  right: 3.8%;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);
}

.l-index-about-circle-bg02 {
  width: 120px;
  position: absolute;
  bottom: -80px;
  left: -10px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-about-circle-bg02 {
    width: 330px;
    bottom: -220px;
    left: -160px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-features
   -------------------------------------------------------------------------- */
.l-index-features {
  position: relative;
}

.l-index-features-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .l-index-features-inner {
    flex-direction: row;
    padding-bottom: 150px;
  }
}
.l-index-features-img-box {
  width: 90%;
}
@media screen and (min-width: 1000px) {
  .l-index-features-img-box {
    width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-features-img-box {
    width: 54%;
  }
}

.l-index-features-txt-box {
  width: 100%;
  padding: 6% 10% 0 10%;
}
@media screen and (min-width: 768px) {
  .l-index-features-txt-box {
    padding: 6% 5% 0 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-features-txt-box {
    width: 53%;
    padding: 11% 0 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-features-txt-box {
    width: 46%;
  }
}

.l-index-features-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-features-ttl {
    font-size: 3.3rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-features-ttl {
    font-size: 3.8rem;
  }
}

.l-index-features-ttl::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #e1381c;
  vertical-align: 8px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-features-ttl::after {
    width: 80px;
    height: 2px;
    vertical-align: 15px;
  }
}
.l-index-features-desc {
  font-size: 1.4rem !important;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-features-desc {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-features-desc {
    width: 450px;
  }
}
.l-index-features-string {
  position: absolute;
  width: 100%;
  top: 75%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-features-string {
    top: 10%;
  }
}
/* -----------------------------------------------------------------------------
   l-index-information
   -------------------------------------------------------------------------- */
.l-index-information-inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media screen and (min-width: 1000px) {
  .l-index-information-inner {
    flex-direction: row;
  }
}
.l-index-information-txt-box {
  position: relative;
  width: 100%;
  background-image: url(../../common/img/cmn_bg_beige.jpg);
  background-size: auto;
  border-image-repeat: repeat;
  background-position: right;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-information-txt-box {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information-txt-box {
    width: 50%;
    padding-left: 50px;
  }
}
.l-index-information-txt-box::before {
  content: "";
  display: inline-block;
  width: 220px;
  height: 35px;
  background-color: #e8340c;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-information-txt-box::before {
    width: 53%;
    height: 60px;
    bottom: -30px;
  }
}
.l-index-information-txt-box::after {
  content: "";
  display: none;
  width: 150px;
  height: 100%;
  background-image: url(../../common/img/cmn_bg_beige.jpg);
  background-size: auto;
  border-image-repeat: repeat;
  background-position: left;
  position: absolute;
  top: 0;
  right: -150px;
}
@media screen and (min-width: 1000px) {
  .l-index-information-txt-box::after {
    display: inline-block;
  }
}
.l-index-information-txt-box-inner {
  position: relative;
  max-width: 100%;
  margin-left: 0;
  padding: 60px 40px 60px 40px;
}
@media screen and (min-width: 768px) {
  .l-index-information-txt-box-inner {
    padding: 150px 80px 100px 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information-txt-box-inner {
    max-width: 550px;
    margin-left: auto;
    padding: 80px 50px 100px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-information-txt-box-inner {
    padding: 80px 80px 100px 100px;
  }
}

.l-index-information-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-information-ttl {
    font-size: 3.8rem;
  }
}
.l-index-information-ttl::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 80px;
  background-color: #e1381c;
  margin-top: 20px;
}

.l-index-information-subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-information-subttl {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
.l-index-information-desc {
  font-size: 1.4rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-index-information-desc {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.l-index-information-img-box {
  position: relative;
  width: 100%;
  margin-top: 80px;
  z-index: 2;
  padding-left: 25%;
  margin-bottom: -20px;
}
@media screen and (min-width: 768px) {
  .l-index-information-img-box {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information-img-box {
    width: 50%;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.l-index-information-image {
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.2);
}

.l-index-information-deco {
  width: 45px;
  height: 90px;
  position: absolute;
  top: -90px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .l-index-information-deco {
    width: 94px;
    height: 185px;
    top: -184px;
    right: 0;
  }
}
.l-index-information-deco-hato {
  width: 120px;
  position: absolute;
  top: -30px;
  left: 0;
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-index-information-deco-hato {
    width: 240px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information-deco-hato {
    width: 120px;
    top: -50px;
    left: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-information-deco-hato {
    top: 270px;
    left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-information-deco-hato {
    width: 200px;
  }
}

/* -----------------------------------------------------------------------------
   l-index-image02
   -------------------------------------------------------------------------- */
.l-index-image02 {
  padding-top: 90px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-index-image02 {
    margin-bottom: 120px;
  }
}
.l-index-image02-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-index-image02-pc {
    display: block;
  }
}
.l-index-image02-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-index-image02-sp {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   l-index-product
   -------------------------------------------------------------------------- */
.l-index-product {
  background-color: #dcd9d9;
  background-image: url(../../common/img/cmn_bg_product.png);
  background-size: auto;
  background-repeat: repeat;
  padding: 70px 40px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-index-product {
    padding: 100px 0 100px 20px;
    margin-bottom: 100px;
  }
}
.l-index-product-inner {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-index-product-inner {
    max-width: 88%;
    margin: 0 0 0 auto;
  }
}
.l-index-product-ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-right: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-product-ttl-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-product-ttl-wrap {
    flex-direction: row;
    align-items: center;
    gap: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-product-ttl-wrap {
    gap: 180px;
  }
}

.l-index-product-ttl {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-product-ttl {
    font-size: 3.3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-product-ttl {
    font-size: 3.8rem;
  }
}

.l-index-product-ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #e1381c;
  position: absolute;
  top: 50%;
  left: 100px;
}
@media screen and (min-width: 768px) {
  .l-index-product-ttl::before {
    width: 80px;
    left: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-product-ttl::before {
    left: 180px;
  }
}

.l-index-product-desc {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-index-product-desc {
    font-size: 1.6rem;
  }
}
.l-index-product-swiper-box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-product-swiper-box {
    margin-bottom: 50px;
  }
}
.l-index-product-swiper {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-index-product-swiper {
    padding-top: 0;
  }
}
.l-index-product-swiper .swiper-wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-product-swiper .swiper-wrapper {
    margin-bottom: 50px;
  }
}
.l-index-product-swiper .swiper-slide {
  position: relative;
}

.l-index-product-swiper .swiper-slide img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-product-swiper .swiper-slide img {
    margin-bottom: 30px;
  }
}
.l-index-product-swiper .swiper-slide p {
  font-family: "Zen Old Mincho", serif;
}

.l-index-product-swiper .swiper-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-product-swiper .swiper-scrollbar {
  display: none;
}

.l-index-product-swiper .swiper-pagination-progressbar {
  max-width: 100%;
  top: 50% !important;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-index-product-swiper .swiper-pagination-progressbar {
    max-width: calc(100% - 130px);
  }
}
.l-index-product-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e8340c;
  height: 3px;
  top: -1px;
}

.l-index-product-swiper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px;
}

.l-index-product-swiper .l-index-product-swiper-info-wrap {
  position: relative;
  max-width: 750px;
  height: 50px;
}
.l-index-product-swiper .l-index-product-swiper-btn-wrap {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-product-swiper .l-index-product-swiper-btn-wrap {
    display: block;
  }
}
.l-index-product-swiper-btn-wrap-sp {
  display: block;
  width: 100px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-product-swiper-btn-wrap-sp {
    display: none;
  }
}
.l-index-product-swiper .swiper-button-prev,
.l-index-product-swiper .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px; /* お好みで調整 */
  height: 40px;
  transition: all 0.3s ease;
}

.l-index-product-swiper .swiper-button-prev:hover,
.l-index-product-swiper .swiper-button-next:hover {
  opacity: 0.8;
}

/* 前へボタンに任意の画像を設定 */
.l-index-product-swiper .swiper-button-prev {
  background-image: url("../../common/img/cmn_swiper_arrow.png"); /* 任意画像のパスに変更 */
  color: transparent; /* デフォルトの矢印非表示 */
  right: 60px;
  left: auto;
}

/* 次へボタンに任意の画像を設定 */
.l-index-product-swiper .swiper-button-next {
  background-image: url("../../common/img/cmn_swiper_arrow.png"); /* 任意画像のパスに変更 */
  transform: rotate(180deg);
  color: transparent; /* デフォルトの矢印非表示 */
  right: 10px;
}

.l-index-product-string {
  position: absolute;
  top: -11%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-product-string {
    top: -38%;
  }
}
/* -----------------------------------------------------------------------------
   l-index-recruit
   -------------------------------------------------------------------------- */
.l-index-recruit {
  position: relative;
  margin-bottom: 90px;
  padding-left: 12%;
}
@media screen and (min-width: 768px) {
  .l-index-recruit {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-recruit {
    padding-left: 7%;
  }
}
.l-index-recruit-inner {
  position: relative;
  margin-left: auto;
  background-image: url(../../index/img/index_img18.jpg);
  background-size: cover;
  background-position: top 0 right 16%;
  padding: 40px 0 50px;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1000px) {
  .l-index-recruit-inner {
    background-image: url(../../index/img/index_img14.jpg);
  }
}
.l-index-recruit-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-recruit-txt-box {
  width: 100%;
  margin-top: 58%;
}
@media screen and (min-width: 1000px) {
  .l-index-recruit-txt-box {
    width: 50%;
    margin-top: 0;
  }
}
.l-index-recruit-ttl {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-left: 40px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-ttl {
    font-size: 3.8rem;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-recruit-ttl {
    padding-left: 100px;
  }
}
.l-index-recruit-ttl span {
  font-size: 80%;
}

.l-index-recruit-ttl::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-ttl::before {
    width: 48px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-recruit-ttl::before {
    width: 68px;
  }
}
.l-index-recruit-ttl-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-ttl-sub {
    font-size: 2.4rem;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-recruit-ttl-sub {
    padding-left: 100px;
  }
}
.l-index-recruit-contents {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-contents {
    padding-left: 80px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-recruit-contents {
    padding-left: 100px;
  }
}
.l-index-recruit-contents-desc {
  font-size: 1.4rem;
  width: 500px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-contents-desc {
    font-size: 1.6rem;
  }
}
.l-index-recruit-contents-btn {
  width: 28px;
  margin-left: 20px;
  transition: all 0.3s ease;
  position: absolute;
  top: -60px;
  right: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-contents-btn {
    width: 44px;
    position: absolute;
    top: -70px;
    right: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-recruit-contents-btn {
    position: relative;
    top: 0;
    right: 0;
  }
}
.l-index-recruit-contents-btn:hover {
  opacity: 0.8;
}

.l-index-recruit-string {
  position: absolute;
  bottom: -31%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-string {
    bottom: -97%;
  }
}

/*# sourceMappingURL=style.css.map */
