@charset "UTF-8";
/* CSS Document */

body {
  /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #EDECE6;
}

@media screen and (min-width: 320px) {
  /* スマホ用レイアウト 320px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
  　　安さへのこだわり
  ==============================================================*/
  .commitment .main-img img {
    object-position: 50% 100%;
    vertical-align: bottom;
  }

  .text-box.box-01 {
    margin-bottom: 50px;
  }

  .main-top .text-box.text-item {
    padding: 0;
    margin: 50px 0 50px 10%;
  }

  .main-top .text-box.text-item.box-02 {
    margin-top: 0;
  }

  .text-box .title {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 700;
    color: #289A49;
    line-height: 1.4;
    margin-top: 4px;
    margin-bottom: 18px;
    width: 310px;
  }

  .text-box .text {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
  }

  .main-top .text-box p {
    width: 100%;
  }

  .point-img {
    width: 80%;
    margin: -40px 0 0 10%;
    margin-top: 50px;
  }

  .point-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 314 / 245;
  }



  /*==============================================================
  　　スライダー
  ==============================================================*/
  .swiper.slider-box-01 {
    padding: 0 0 45px;
    margin-bottom: 45px;
  }

  .swiper.slider-box-02{
    padding: 0 0 80px;
  }

  .swiper .swiper-slide {
    width: 309px;
    height: 450px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 9px 9px 10px -5px #a8a8a8;
    margin-bottom: 50px;
  }

  /* 矢印共通 */
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  /* 次のスライドがない時 */
  .swiper-button-next,
  .swiper-button-prev {
    transition: opacity 0.3s ease;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
  }

  /* 右矢印 */
  /* .swiper-button-next img {
    width: 57px;
    height: 57px;
    margin-right: 30px;
    margin-bottom: 50px;
  } */

  /* 左矢印 */
  /* .swiper-button-prev img {
    width: 57px;
    height: 57px;
    transform: scale(-1, 1);
    margin-left: 30px;
    margin-bottom: 50px;
  } */


  /* 矢印スタイル共通 */
  .swiper-arrows .swiper-button-next img,
  .swiper-arrows .swiper-button-prev img {
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  /* 左矢印 */
  .swiper-arrows .swiper-button-prev img {
    transform: scale(-1, 1);
    margin-left: -230px;
  }

  .swiper-wrapper {
    position: relative;
  }

  .swiper-arrows {
    position: absolute;
    right: 20px;   /* 右からの余白 */
    bottom: 30px;  /* 下からの余白 */
    display: flex;
    z-index: 10;   /* テキストや画像の上に来るように */
  }

  /* スライダー（下） */
  .slider-box-02 .slide-01 {
    background-image: url(../img/slide02-01.webp);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .slider-box-02 .slide-02 {
    background-image: url(../img/slide02-02.webp);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .slider-box-02 .slide-03 {
    background-image: url(../img/slide02-03.webp);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .slider-box-02 .slide-04 {
    background-image: url(../img/slide02-01.webp);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  /* スライダー（下）スタイル */
  .slider-box-02 {
    position: relative;
    margin-bottom: 35px;
  }
  .slider-box-02 .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(217, 217, 217, 0.8);
    padding: 25px 8px 6px 14px;
    border-radius: 0 0 30px 30px;
    font-family: "Noto Sans JP";
  }
  .slider-box-02 .text-box figcaption {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .slider-box-02 .text-box blockquote {
    font-size: 16px;
    font-weight: 500;
  }

  .slider-box-02 .slide-01 .text-box {
    padding: 25px 0 6px 14px;
  }

  .slider-box-02 .slide-03 .text-box {
    padding: 25px 2px 8px 12px;
  }

  .slider-box-02 .swiper-button-next img,
  .slider-box-02 .swiper-button-prev img {
    margin-bottom: 60px;
  }

  /* アイコン */
  .slider-box-02 .icon {
    position: absolute;
    bottom: 130px;
    left: 14px;
    z-index: 2;
  }

  .slider-box-02 .icon img {
    width: 72px;
    height: 72px;
  }



}

@media screen and (min-width: 640px) {
  /* タブレット用レイアウト 640px以上の範囲に収めるデザインはこの中に記述 */

  /*==============================================================
  　　TB_安さへのこだわり
  ==============================================================*/
  .commitment .main-img img {
    display: none;
  }

  .commitment .main-img {
    position: relative;
    width: 90%;
    height: 100vh;
    max-height: 353px;
    background-image: url(../img/commitment.webp);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 100%;
  }

  .main-top .text-box.text-item {
    width: 74.97%;
    margin: 85px 0 0 16.66%;
  }

  .point-img {
    width: 74.97%;
    margin: 85px 0 0 16.66%;
  }

  .text-box.box-01 {
    margin-bottom: 85px;
  }

  .text-box .title {
    font-size: 28px;
    width: auto;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .text-box .text {
    font-size: 16px;
    line-height: 2;
  }

  .main-top .text-box p {
    width: 95%;
  }

  /* スライダー（下）スタイル */
  .slider-box-02 {
    margin-top: 85px;
    margin-bottom: 30px;
  }

  .slider-box-02 .text-box,
  .slider-box-02 .slide-01 .text-box,
  .slider-box-02 .slide-03 .text-box {
    /* height: 230px; */
    /* padding: 54px 50px 6px; */

    height: 200px;
    padding: 35px 20px 6px 20px;
  }
  .slider-box-02 .text-box figcaption {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .slider-box-02 .text-box blockquote {
    /* font-size: 18px; */
    font-size: 17px;
    line-height: 1.8;
  }

  .slider-box-02 .swiper-button-next img,
  .slider-box-02 .swiper-button-prev img {
    margin-bottom: 60px;
  }

  /* アイコン */
  .slider-box-02 .icon {
    /* bottom: 200px; */
    /* left: 45px; */

    bottom: 180px;
    left: 20px;
  }
  .slider-box-02 .icon img {
    /* width: 95px;
    height: 95px; */

    width: 75px;
    height: 75px;
  }


  /*==============================================================
  　　TB_スライダー
  ==============================================================*/
  .swiper.slider-box-01 {
    padding: 0 16.7% 23px;
    margin-bottom: 23px;
  }

  .swiper.slider-box-02{
    padding: 0 16.7% 56px;
  }

  .swiper .swiper-slide {
    width: 10vw;
    height: auto;
    aspect-ratio: 3 / 4.5;
  }

  /* 右矢印 */
  /* .swiper-button-next img {
    width: 65px;
    height: 65px;
    margin-right: 200px;
    margin-bottom: 100px;
  } */

  /* 左矢印 */
  /* .swiper-button-prev img {
    width: 65px;
    height: 65px;
    transform: scale(-1, 1);
    margin-left: 200px;
    margin-bottom: 100px;
  } */

  /* 左矢印 */
  .swiper-arrows .swiper-button-prev img {
    margin-left: -240px;
  }

  .swiper-arrows {
    bottom: 40px;
    margin-right: 40px;
  }

  .swiper .swiper-slide {
    margin-bottom: 100px;
  }

  .main-top .text-box.text-item.box-02 {
    margin-top: 0;
  }


}

@media screen and (min-width: 1024px) {
  /* パソコン用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
  　　PC_安さへのこだわり
  ==============================================================*/
  .commitment .main-img img {
    display: none;
  }

  .commitment .main-img {
    position: relative;
    width: 90%;
    height: 100vh;
    max-height: 750px;
    background-image: url(../img/commitment.webp);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 100%;
  }

  .main-top .text-box p {
    width: 100%;
  }

  /* スライダー（下）スタイル */
  .slider-box-02 .text-box,
  .slider-box-02 .slide-01 .text-box,
  .slider-box-02 .slide-03 .text-box {
    /* height: 200px; */

    height: 180px;
    padding: 35px 20px 6px 20px;
  }
  .slider-box-02 .text-box figcaption {
    /* font-size: 25px; */
    font-size: 24px;
    margin-bottom: 8px;
  }
  .slider-box-02 .text-box blockquote {
    /* font-size: 17px; */
    font-size: 16px;
    line-height: 1.8;
  }

  /* アイコン */
  .slider-box-02 .icon {
    bottom: 160px;
    left: 20px;
  }
  .slider-box-02 .icon img {
    width: 70px;
    height: 70px;
  }

  /*==============================================================
  　　PC_スライダー
  ==============================================================*/
  /* .swiper {
    margin: 40px 0 0 16.66%;
    width: 74.97%;
    position: relative;
  } */

  /* .swiper .swiper-slide {
    width: 10vw;
    height: auto;
    aspect-ratio: 3 / 2.2;
  } */

  /* 右矢印 */
  /* .swiper-button-next img {
    margin-right: 170px;
  } */

  /* 左矢印 */
  /* .swiper-button-prev img {
    margin-left: 170px;
  } */
  .slider-box-02 {
    margin-top: 95px;
    margin-bottom: 30px;
  }

  /* 左矢印 */
  .swiper-arrows .swiper-button-prev img {
    margin-left: -245px;
  }

  .swiper-arrows {
    bottom: 40px;
    margin-right: 60px;
  }


}

@media screen and (min-width: 1400px) {
  /* パソコン用レイアウト 1400px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
    　　PC_スライダー
  ==============================================================*/
  /* スライダー（下）スタイル */
  .slider-box-02 .text-box,
  .slider-box-02 .slide-01 .text-box,
  .slider-box-02 .slide-03 .text-box {
    /* padding-left: 70px; */
    /* height: 40%; */
    height: 170px;
    padding: 37px 25px 6px 35px;
  }

  .swiper .swiper-slide {
    /* width: 10vw; */
    /* height: auto; */
    aspect-ratio: 3 / 2.2;
  }

  /* アイコン */
  .slider-box-02 .icon {
    /* left: 65px; */
    left: 35px;
    /* bottom: 35%; */
    bottom: 150px;
  }

  /* 右矢印 */
  /* .swiper-button-next img {
    margin-right: 320px;
  } */

  /* 左矢印 */
  /* .swiper-button-prev img {
    margin-left: 320px;
  } */

  /* 左矢印 */
  .swiper-arrows .swiper-button-prev img {
    margin-left: -250px;
  }

  .swiper-arrows {
    margin-right: 245px;
  }

}