@charset "utf-8";

/* ===============================
Top Page Start
=============================== */
.top-mv-sec {
  background-color: #c9c3c4;
}

.top-cardfour-sec {
    padding: 136px 0px;
    border-bottom: 1px solid #707070;
}

.top-mv-bg {
  background: url(../img/top/top_main_mv.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  height: 588px;
  position: relative;
}

.tmv-text-gp {
  color: #3b4043;
  padding-top: 27px;
  max-width: 1175px;
  margin: 0 auto;
  position: relative;
}

.tmv-lg-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.tmv-br {
  display: none;
}

.tmv-normal-text {
  max-width: 492px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}

.tmv-log {
  width: 324px;
  height: auto;
  position: absolute;
  top: 42%;
  right: 0;
}

.tmv-btn-container {
  background: #3b4043;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmv-btn-flex {
  display: flex;
  gap: 32px;
}

.tmv-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 324px;
  height: 48px;
  color: #ffffff;
  border-radius: 100vmax;
  position: relative;
  transition: all 0.3s ease-out;
}

.tmv-btn.catalog {
  background: #36cbda;
}

.tmv-btn.contact-us {
  background: #5a5fed;
}

.tmv-btn::after {
  content: "";
  background: url(../img/common/circle-arrow.png) no-repeat;
  background-size: contain;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

/*
@media screen and (max-width: 1180px) {
  .tmv-log {
    right: 5px;
    top: 35px;
  }
}
*/

@media screen and (max-width: 1160px) {
  .tmv-lg-text {
    font-size: 3rem;
  }
}

@media screen and (max-width: 970px) {
  .tmv-br {
    display: block;
  }

/*
  .tmv-log {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
*/
}

/* hover */
@media screen and (min-width: 769px) {
  .tmv-btn:hover {
    font-size: 1.8rem;
  }

  .tmv-btn:hover::after {
    background: url(../img/common/circle-white-arrow.png) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .top-mv-sec {
    height: calc(100vh - 78px);
  }

  .top-cardfour-sec {
    padding: 66px 0;
   }

   .top-cardfour-sec .card-design-four{
    padding: 0;
   }

  .top-mv-bg {
    background: url(../img/top/top_main_mvsp.jpg) no-repeat;
    background-size: cover;
    height: calc(100% - 122px);
  }

  .top-spmv-bg img {
    width: 100%;
    height: 257px;
    object-fit: cover;
  }

  .tmv-text-gp {
    padding: 22px 36px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
  }

  .tmv-lg-text {
    font-size: 2.3rem;
    margin-top: 6px;
  }

  .tmv-normal-text {
    max-width: 300px;
    font-size: 1.2rem;
    flex: 1;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .tmv-log {
    width: 162px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 120px;
    transform: unset;
  }

  .tmv-btn-flex {
    gap: 11px;
  }

  .tmv-btn {
    width: 145px;
    height: 78px;
    border-radius: 22px;
    font-size: 1.3rem;
    justify-content: start;
    padding-left: 7px;
  }
}

@media screen and (max-width: 370px) {
  .tmv-text-gp {
    padding: 15px;
  }

  .tmv-lg-text {
    font-size: 2.2rem;
  }
}
/* top mv end */

.top-news-sec {
  padding: 79px 0 125px;
}

.top-news-container {
  max-width: 1004px;
  margin: 0 auto;
}

.top-news-h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.top-news-grid {
  display: grid;
  grid-template-areas: "newsLeft newsRight" "tnewsDiv newsRight";
  grid-template-columns: auto 1fr;
  gap: 0 49px;
}

.top-news-grid .left {
  grid-area: newsLeft;
  width: 206px;
}

.tnews-more-div {
  grid-area: tnewsDiv;
  width: 206px;
}

.top-news-grid .right {
  grid-area: newsRight;
  width: 100%;
}

.news-cate-ttlbox {
  width: 206px;
  height: 34px;
  margin-bottom: 25px;
  background: #e3e8e4;
  border-radius: 4px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 32px;
  display: flex;
  align-items: center;
}

.news-cate-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-cate {
  font-size: 1.2rem;
  width: 100px;
  height: 24px;
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3e8e4;
  border-radius: 100vmax;
}

.news-cate:last-child {
  margin-bottom: 0;
}

.news-cate.active {
  background: #5f5f5f;
  color: #ffffff;
}

.news-cate-btn:hover{
  background: #5f5f5f;
  color: #ffffff;
}

.news-cate.no-margin {
  margin: 0;
}

.news-tab-box {
  display: none;
}

.news-tab-box.show {
  display: block;
}

.top-news-list:first-child {
  border-top: 1px solid #bfbfbf;
}

.news-more-btn {
  width: 206px;
  height: 32px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5f5f5f;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  position: relative;
  margin-top: 30px;
}

.news-more-btn::after {
  content: "";
  background: url(../img/common/menu_arr.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}

.top-news-list {
  border-bottom: 1px solid #bfbfbf;
  padding: 35px 0;
  padding-right: 54px;
  position: relative;
}

.top-news-list::after {
  content: "";
  background: url(../img/common/menu_arr.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

.top-news-box {
  display: flex;
  gap: 22px;
  align-items: center;
}

.top-news-box .date {
  font-size: 1.2rem;
  font-weight: 500;
  width: 56px;
}

.top-news-box .top-news-info {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1;
}

.top-news-box .news-cate {
  width: 100px;
}

.top-news-box .text {
  font-size: 1.6rem;
  width: calc(100% - 100px);
}

@media screen and (max-width: 1000px) {
  .top-news-list::after {
    right: 20px;
  }
}

/* hover*/
@media screen and (min-width: 769px) {
  .news-more-btn:hover {
    background: #5f5f5f;
    color: #ffffff;
  }

  .news-more-btn:hover::after {
    background: url(../img/common/circle-white-arrow.png) no-repeat;
    background-size: contain;
  }

  .top-news-list:hover {
    background: #e3e8e4;
    transition: all 0.3s ease-in-out;
  }

  .top-news-list:hover .top-news-box .news-cate {
    background: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .top-news-sec {
    padding: 40px 0 70px;
  }

  .top-news-h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .top-news-grid {
    grid-template-areas:
      "newsLeft"
      "newsRight"
      "tnewsDiv";
    grid-template-columns: 1fr;
  }

  .top-news-grid .left {
    width: 302px;
    margin: 0 auto;
    margin-bottom: 31px;
  }

  .tnews-more-div {
    width: 100%;
  }

  .news-cate-container {
    flex-direction: row;
    gap: 6px;
  }

  .news-cate-ttlbox {
    width: 100%;
    height: 20px;
    font-size: 1.2rem;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 11px;
  }

  .news-cate {
    width: 71px;
    height: 20px;
    margin-left: 0;
  }

  .top-news-list {
    padding: 5px 0;
    height: auto;
  }

  .top-news-list::after {
    content: none;
  }

  .top-news-box {
    flex-direction: column;
    align-items: start;
    gap: 9px;
  }

  .top-news-box .top-news-info {
    gap: 7px;
    position: relative;
    width: 100%;
    padding-right: 30px;
    align-items: start;
  }

  .top-news-box .top-news-info::after {
    content: "";
    background: url(../img/common/menu_arr.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .top-news-box .date {
    align-self: center;
  }

  .top-news-box .text {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .news-more-btn {
    width: 174px;
    height: 34px;
    font-size: 1.2rem;
    margin: 0 auto;
    margin-top: 18px;
  }
}

@media screen and (max-width: 374px) {
  .top-news-grid .left {
    width: 246px;
  }
}
/* top news end */

/* top why choose us start  */
.top-why-choose-us{
  padding-bottom: 121px;
}

.choiceboxes{
  width: 100%;
}

.choicebox-one{
  display: grid;
  grid-template-columns: 650px 1fr;
  gap: 44px;
}

.choicebox-one .choicebox-img{
  width: 650px;
  height: 100%;
}

.choicebox-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choicebox-two{
  display: grid;
  grid-template-columns: 1fr 632px;
  gap: 90px;
  margin-top: 103px;
}

.choicebox-two .choicebox-img{
  width: 632px;
  height: 100%;
}

.choose-reason-header{
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #3B4043;
  padding: 6px 13px 3px;
  border: 1px solid #707070;
  border-bottom: none;
  position: relative;
}

.choose-reason-header::before,
.choose-reason-header::after{
  content: "";
  width: 34px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: -34px;
}

.choose-reason-header::after{
  left: unset;
  right: -34px;
}

.why-choose-us-ttl{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3B4043;
  margin-top: 8px;
}

.why-choose-us-subttl{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3B4043;
  margin-top: 72px;
}

.why-choose-us-content{
  width: 420px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #3B4043;
  margin-top: 31px;
}

.choice-btn{
  width: 420px;
  height: 73px;
  border-radius: 8px;
  background-color: #5F5F5F;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
  margin-top: 40px;
  font-size: 1.8rem;
}

.choice-btn::after{
  content: "";
  background: url(../img/common/circle-arrow.png) no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.new-choicebox-container{
    max-width: 1280px;
    margin: 0px auto 121px;
}

.new-choicebox-container-one{
  margin-bottom: 103px;
}

.new-choicebox-wrapper{
    max-width: 1162px;
    margin-right: auto;
    padding-right: 20px;
}

.new-choicebox-second-wrapper{
    max-width: 1162px;
    margin-left: auto;
    padding-left: 20px;
}

.new-choicebox{
  display: flex;
  justify-content: center;
  gap: 30px;
}

.new-choicebox-left{
    width: 100%;
}

.new-choicebox-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.new-choicebox-right{
    max-width: 448px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-choicebox-right-second{
    max-width: 420px;
}

.new-choice-inner{
    display: grid;
    grid-template-areas: 
    "choice-img choice-upper"
    "choice-img choice-lower";
    grid-template-columns: calc(100% - 480px) 1fr ;
    column-gap: 32px;
    justify-content: space-between;
}

.new-choice-inner-second{
    display: grid;
    grid-template-areas: 
    "choice-upper choice-img"
    "choice-lower choice-img";
    grid-template-columns: 1fr calc(100% - 512px);
    column-gap: 32px;
    justify-content: space-between;
}

.new-choice-img{
    grid-area: choice-img;
}

.new-choice-upper{
    grid-area: choice-upper;
}

.new-choice-lower{
    grid-area: choice-lower;
}

@media screen and (max-width: 1050px) {
    .new-choicebox-left{
        max-width: 600px;
    }

    .new-choicebox-left img{
        object-fit: cover;
    }

    .why-choose-us-ttl{
        font-size: 2.6rem;
    }

    .why-choose-us-subttl{
        margin-top: 20px;
    }

    .why-choose-us-content{
        font-size: 1.5rem;
        width: 100%;
    }

    .new-choicebox-right{
        max-width: 400px;
        width: 100%;
    }

    .new-choice-inner{
        grid-template-columns: calc(100% - 420px) 1fr;
        column-gap: 20px;
    }

    .new-choice-inner-second{
        grid-template-columns: 1fr calc(100% - 420px);
        column-gap: 20px;
    }

    .choice-btn{
        width: 100%;
    }

} 


@media screen and (max-width: 850px) {
    .new-choicebox-left{
        max-width: 450px;
    }

    .why-choose-us-ttl{
        font-size: 2.3rem;
    }

    .why-choose-us-subttl{
        font-size: 1.6rem;
        margin-top: 20px;
    }

    .why-choose-us-content{
        font-size: 1.4rem;
        width: 100%;
    }

    .new-choicebox-right{
        max-width: 350px;
        width: 100%;
    }

    .new-choice-inner{
        grid-template-columns: calc(100% - 370px) 1fr ;
    }

    .new-choice-inner-second{
        grid-template-columns: 1fr calc(100% - 370px);
        column-gap: 20px;
    }

    .choice-btn{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .new-choicebox-wrapper{
        padding-right: 0;
    }

    .new-choicebox-second-wrapper{
        padding-left: 0;
    }

    .new-choicebox-left{
        max-width: 100%;
        width: 100%;
    }
    .new-choicebox-sp-wrap{
        max-width: 375px;
        width: 100%;
        padding: 0 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .new-choice-img-sp{
        width: 100%;
        max-width: 100%;
    }

    .choose-reason-header{
        font-size: 1rem;
        display: inline-block;
    }

    .why-choose-us-ttl{
        font-size: 1.6rem;
        margin-bottom: 34px;
        margin-top: 6px;
    }

    .why-choose-us-subttl{
        font-size: 1.3rem;
        margin-top: 24px;
    }

    .why-choose-us-content{
        font-size: 1.2rem;
        margin-top: 16px;
    }

    .choice-btn{
        font-size: 1.3rem;
        height: 52px;
        max-width: 302px;
    }

    .choice-btn::after{
        width: 37px;
        height: 37px;
    }

    .new-choicebox-container{
       margin-bottom: 50px;
    }

    .new-choicebox-section{
        margin-bottom: 84px;
    }


    .new-choicebox-right-wrap{
        max-width: 100%;
        width: 100%;
        padding: 0 ;
        justify-content: center;
    }

    .new-choicebox-right{
        max-width: 100%;
        width: 100%;
    }


    .new-choice-inner{
        grid-template-areas: 
        "choice-upper"
        "choice-img"
        "choice-lower";
        grid-template-columns: 1fr ;
    }

    .new-choice-inner-second {
        grid-template-areas: 
        "choice-upper"
        "choice-img"
        "choice-lower";
        grid-template-columns: 1fr ;
    }

} 

@media screen and (min-width: 769px) {

  .choice-btn:hover{
    font-size: 2.3rem;  
    background-color: #3B4043;
  }
  .choice-btn:hover::after{
        background: url(../img/common/item_btn.png) no-repeat;
        background-size: contain;
  }
}
/* top why choose us end  */

/* top slider start  */
.top-slider-sec .slider-cont{
  width: 100%;
  background-color: #5F5F5F;
  color: #ffffff;
  padding: 61px 0px 47px;
}

.top-slider-sec .slider-header{
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 44px;
}

.top-slider-sec .slider-wrapper .slick-track{
  display: flex;
  gap: 16px;
}

.top-slider-sec .slider-wrapper .slider-cards{
    width: 324px;
    max-width: 100%;
}

.top-slider-sec #mp_dotsbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-slider-sec ul.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
  padding: 0;
  gap: 8px;
  bottom: 0;
}

.top-slider-sec ul.slick-dots li {
  width: 11px;
  height: 11px;
  background: #969696;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-slider-sec .slick-dots li button:before{
  content: none;
}

.top-slider-sec ul.slick-dots li.slick-active {
  background: #fff; /* Active dot */
}

.top-slider-sec .slick-dots li button{
  width: 11px;
  height: 11px;
}

.top-slider-sec #mp_control_button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 92px;
  padding: 0px 38px;
}

.top-slider-sec .slider-btn{
  width: 7px;
  height: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.top-slider-sec .slide-content{
  color: #ffffff;
  margin-top: 7px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}

.top-slider-sec .slider-link-btn{
  width: 154px;
  height: 51px;
  margin: 0 auto;
  margin-top: 38px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 25px;
  color: #ffffff;
  position: relative;
}

.top-slider-sec .slider-link-btn::after{
  content: "";
  background: url(../img/common/arrow_white.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

@media screen and  (min-width: 769px){
  .top-slider-sec .slider-link-btn:hover{
    background-color: #ffffff;
    color: #3B4043;
  }

  .top-slider-sec .slider-link-btn:hover::after{
    background: url(../img/common/arrow.png) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {

  .top-slider-sec .slider-cont{
    padding: 27px 0px 46px;
  }

  .top-slider-sec .slider-header{
    font-size: 1.3rem;
    margin-bottom: 23px;
  }

  .top-slider-sec .slider-wrapper .slick-track{
    gap: 23px;
  }

  .top-slider-sec .slider-wrapper .slider-cards{
    width: 243px;
  }

  .top-slider-sec ul.slick-dots li,
  .top-slider-sec .slick-dots li button {
    width: 9px;
    height: 9px;
  }

  .top-slider-sec #mp_control_button{
    margin-top: 48px;
  }

  .top-slider-sec .slider-link-btn{
    margin-top: 35px;
  }
  
}
/* top slider end  */

/* top search product start  */
.top-search-product{
  padding: 120px 0px;
}

.search-product-header{
  width: 100%;
  height: 98px;
  background-color: #5F5F5F;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  margin-bottom: 70px;
}

.search-product-header span {
  position: relative;
  z-index: 2;
}

.search-product-header::before{
  content: "";
  width: 13px;
  height: 100%;
  background-color: #35CCD9;
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.4s ease;
  z-index: 1;
}

.search-product-header::after{
  content: "";
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: url(../img/common/menu_arr_sp.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.4s ease;
}

.search-left{
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #707070;
  transition: all 0.4s ease;
}

.search-left-img{
  overflow: hidden;
}

.search-left-img img{
  transition: all 0.4s ease;
  object-fit: cover;/*250706*/
  max-width: 239px;
  height: 154px;
}

.search-left-text{
  font-weight: 700;
}

.search-left-text p{
  transition: all 0.4s ease;
}

.search-boxes{
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 100px;
}

.search-box{
  display: grid;
  grid-template-columns: 424px 1fr;
  gap: 21px;
}

.search-right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-items{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  row-gap: 13px;
}

.search-item{
  font-size: 1.2rem;
  color: #707F89;
  font-weight: 600;
  text-decoration: underline !important;
  text-decoration-color: #707F89;
}

.search-item:hover {
  color: #5A5FED;
  text-decoration-color: #5A5FED;
}

/* Over write common card two footer padding start */
.top-page-card-two .card-two-footer{
  padding-bottom: 109px;
}

/* Over write common card two footer padding end */

@media screen and  (min-width: 769px){
  .search-product-header:hover{
     font-size: 3.8rem;
  }
  .search-product-header:hover::before{
    width: 100%;
    border-radius: 8px;
  }

  .search-product-header:hover::after{
    background: url(../img/common/item_btn.png) no-repeat;
    background-size: contain;
  }

  .search-left:hover{
    background-color: #5F5F5F;
    color: white;
  }

  .search-left:hover .search-left-img img{
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1000px){
   .search-box{
     gap: 16px;
     grid-template-columns: 416px 1fr;
   }

   .search-items{
     grid-template-columns: repeat(3,1fr);
   }
}

@media screen and (max-width: 900px){
   .search-items{
     grid-template-columns: repeat(3,1fr);
   }
}

@media screen and (max-width: 768px) {
   .search-box{
      grid-template-columns: 1fr;
      gap: 18px;
   }

   .search-boxes{
    gap: 48px;
    margin-bottom: 48px;
   }

   .top-search-product{
     padding: 67px 0px 73px;
   }

   .search-product-header{
      font-size: 1.6rem;
      margin-bottom: 48px;
      height: 78px;
   }

   .search-product-header::before{
    content: none;
   }

   .search-product-header::after{
      width: 37px;
      height: 37px;
   }

   .search-items{
     grid-template-columns: repeat(2,1fr);
     gap: 10px;
     row-gap: 20px;
   }

   .search-left-img{
     width: 100%;
     max-width: 146px;
     height: 133px;
   }

   .search-left-img img{
     width: 100%;
     height: 100%;
     object-fit: cover;
   }

   .search-left-text{
      font-size: 1.3rem;
   }

   .top-page-card-two .card-two-footer{
    padding-bottom: 80px;
   }
}
/* top search product end  */
/* ===============================
Top Page End
=============================== */

/* ===============================
page 09 News Page (新着情報) Start
================================ */
.news-sec {
  padding: 70px 0 200px;
}

.news-second-sec {
    padding-bottom: 57px;
}

.news-third-sec {
    padding-bottom: 108px;
}

.news-flex {
  display: flex;
  gap: 49px;
}

.news-flex .right {
  flex: 1;
}

.news-blog-list {
  border-bottom: 1px solid #bfbfbf;
  padding: 34px 0;
  position: relative;
}

.news-blog-list:first-child {
  border-top: 1px solid #bfbfbf;
}

.news-blog-box {
  display: flex;
  gap: 31px;
  align-items: start;
}

.news-blog-box .news-date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #98a6b5;
}

.news-blog-box .news-info {
  width: calc(100% - 127px);
}

.news-blog-box .news-cate-box {
  display: block;
  font-size: 1.2rem;
  color: #5f5f5f;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 19px;
}

.news-blog-box .news-sub-info {
  margin-top: 35px;
  padding-right: 89px;
  display: flex;
  gap: 18px;
  position: relative;
}

.news-blog-box .news-sub-info::after {
  content: "";
  background: url(../img/common/card_design_four_arrow.png) no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.news-blog-box .news-sub-info:hover::after {
    background: url("../img/common/footer_arr_green_line.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

.news-blog-box .news-left-img {
  width: 113px;
  height: 113px;
  overflow: hidden;
}

.news-blog-box .news-sub-inright {
  width: calc(100% - 131px);
}

.news-blog-box .news-data-ttl {
  font-size: 1.6rem;
  color: #3b4043;
  font-weight: 700;
  margin-bottom: 30px;
}

.news-blog-box .news-data-text {
  font-size: 1.2rem;
  color: #5f5f5f;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .news-blog-box {
    flex-direction: column;
    gap: 25px;
  }

  .news-blog-box .news-info {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .news-sec {
        padding: 50px 0 149px;
    }

    .news-second-sec {
        padding-bottom: 15px;
    }

    .news-third-sec {
        padding-bottom: 100px;
    }

    .news-cate-ttlbox.news-page {
        height: 34px;
        font-size: 1.4rem;
        justify-content: start;
        padding-left: 25px;
    }

  .news-flex {
    flex-direction: column;
  }

  .news-flex .left {
    max-width: 301px;
    margin: 0 auto;
  }

  .news-cate-container.two-column {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .news-cate-container.two-column .news-cate {
    width: 145px;
    height: 25px;
  }

  .news-blog-list {
    padding: 50px 0;
  }

  .news-blog-box .news-date {
    font-size: 1.6rem;
  }

  .news-blog-box .news-sub-info {
    margin-top: 20px;
    padding-right: 0;
    padding-bottom: 71px;
  }

  .news-blog-box .news-sub-info::after {
    top: unset;
    bottom: 0;
    transform: unset;
  }

  .news-blog-box .news-data-ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
/* ===============================
page 09 News Page (新着情報) End
================================ */

/* ========================================
page 06 Product Archive Page (覧表示) start
=========================================== */
.item-list-container {
  max-width: 1280px;
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
}
.item-list-detail {
  display: flex;
  gap: 42px;
  margin-top: 69px;
  margin-bottom: 96px;
}
.left-item-list {
  max-width: 329px;
  width: 100%;
}
.left-item-div {
  max-width: 329px;
  width: 100%;
  margin-bottom: 36px;
}
.left-item-head-div {
  padding: 28px 28px 26px;
  background-color: #5f5f5f;
}
.left-item-head {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
.chair-div {
  padding: 28px 28px 26px;
  background-color: #e3e8e4;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #707070;
}
.chair-div::after {
  content: "";
  position: absolute;
  top: 64%;
  right: 32px;
  transform: translateY(-50%);
  width: 17px;
  height: 8px;
  background: url(../img/product-archive/down_arr.png) no-repeat;
  background-size: 100% 100%;
}
.chair-div.chair-div-active::after {
  background: url(../img/product-archive/up_arr.png) no-repeat;
  background-size: 100% 100%;
}
.chair-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #5f5f5f;
}
.accor-item-div {
  display: none;
}
.accor-item-link {
  position: relative;
  padding: 9px 9px 10px;
  border-bottom: 1px solid #707070;
}
.accor-item-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../img/product-archive/right_arr.png) no-repeat;
  background-size: 100% 100%;
}
.accor-item-link:hover .accor-item-list {
  color: #5A5FED;
}
.accor-item-list {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5f5f5f;
  background-color: #ffffff;
  padding-left: 31px;
  position: relative;
}
.item-search-bar {
  max-width: 329px;
  width: 100%;
  position: relative;
}
.accor-select{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  padding-left: 23px;
  row-gap: 12px;
  column-gap: 15px;
  margin-top: 10px;
}
.accor-select-txt{
  max-width: 80px;
  width: 100%;
  color: #5F5F5F;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: underline !important;
}
.accor-select-txt:hover{
  color: #5A5FED;
}
.item-search-bar .search-bar {
  padding: 34px 28px 70px;
}
.chair-model-div {
  width: fit-content;
  height: 190px;
  text-align: center;
}
.chair-model-div:hover .chair-model {
  color: #5A5FED;
}
.chair-img {
  width: 166px;
  height: 151px;
  margin-bottom: 3px;
}
.chair-img img {
  width: 100%;
  height: 100%;
}
.chair-model {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #5F5F5F;
}
.other-pro-d-img-div:hover .chair-model {
  color: #5A5FED;
}
.right-item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 15px;
}
.item-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 82px;
}
.item-prev-btn {
  padding: 11px 0px 11px 52px !important;
}
.item-prev-btn,
.item-next-btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
  color: #3b4043;
  background-color: #e3e8e4;
  border-radius: 40px;
  max-width: 148px;
  width: 100%;
  padding: 11px 0 11px 31px;
  position: relative;
}
.item-prev-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%) rotate(-180deg);
  width: 5px;
  height: 10px;
  background: url(../img/product-archive/right_btn_arr.png) no-repeat;
  background-size: 100% 100%;
}
.item-next-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../img/product-archive/right_btn_arr.png) no-repeat;
  background-size: 100% 100%;
}
.other-recom-div {
  background-color: #e3e8e4;
  padding: 16px 0 85px;
}
@media screen and (max-width: 1200px) {
  .item-list-detail {
    gap: 20px;
  }
  .chair-model-div {
    height: fit-content;
  }
  .chair-img {
    width: 156px;
    height: 141px;
  }
  .chair-txt {
    font-size: 1.4rem;
  }
  .item-search-bar .search-bar {
    padding: 34px 10px 50px;
  }
  .item-list-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .chair-img {
    width: 146px;
    height: 131px;
  }
  .right-item-list {
    column-gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .item-list-detail {
    gap: 10px;
  }
  .chair-img {
    width: 116px;
    height: 101px;
  }
}
@media screen and (max-width: 768px) {
  .item-list-detail {
    flex-direction: column-reverse;
    margin-top: 27px;
    margin-bottom: 61px;
    gap: 176px;
  }

  .item-list-container {
    padding: 0 36px;
  }

  .left-item-head-div,
  .chair-div {
    padding: 21px 28px 19px;
  }
  .left-item-head,
  .chair-txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .left-item-div {
    max-width: 100%;
    margin-bottom: 33px;
  }
  .left-item-list {
    max-width: 100%;
  }
  .item-search-bar.search-bar-container {
    max-width: 100%;
    padding: 0;
  }
  .item-search-bar .search-bar-ttl {
    color: #707f89;
  }
  .item-search-bar .search-bar {
    padding: 13px 17px 22px;
  }
  .item-search-bar .search-bar input.search-box {
    padding: 8px 35px 8px 13px;
  }
  .item-search-bar .search-bar .search-box-wrap::before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .chair-img {
    width: 93px;
    height: 88px;
  }
  .chair-model-div {
    margin: 0 auto;
  }
  .chair-model{
    font-size: 1rem;
  }
  .right-item-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }
  .item-list-btn {
    margin-top: 48px;
  }
  .item-search-bar {
    margin-top: 60px;
  }
  .item-prev-btn,
  .item-next-btn {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    max-width: 146px;
  }
  .item-next-btn::after {
     right: 25px;
  }

  .item-prev-btn{
    padding-left: 44px !important;
  }

  .item-prev-btn::after {
    left: 25px;
  }
}

@media screen and (max-width: 374px) {
  .right-item-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-list-btn {
    flex-direction: column;
  }
}
/* ======================================
page 06 Product Archive Page (覧表示) End
========================================= */

/* ===============================
page 02 Product Page (商品一覧) Start
================================= */

.search-container {
  position: relative;
}

.cardsearch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 44.9%;
  left: 50%;
  gap: 23px;
  flex-wrap: wrap;
  transform: translate(-50%, -44.9%);
  max-width: 1008px;
  width: 100%;
}

.card-search {
  max-width: 266px;
  width: 100%;
  background: #5f5f5f;
  position: relative;
  border-radius: 8px;
  padding-top: 6px;
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: 2px 7px 10px -6px #707070;
  height: 208px;
}

.search-img {
  max-width: 100%;
  /* height:480px; */
  position: relative;
}

@media screen and (max-width:1200px) {
    .search-img {
        max-width: 100%;
        /* height:480px; */
        position: relative;
        object-fit: cover;
}

.product-category{
    font-size: 2rem !important;
}
    
}


.search-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-category {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.search-by {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.64;
  position: relative;
  padding-bottom: 30px;
}

.search-by-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.64;
  position: relative;
}

.search-by::after {
  content: "";
  background: url(../img/product/card_search.png);
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 77.73px;
  height: 79.72px;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 13px;
  transition: 0.3s;
}

.card-search.purpose .search-by::after {
  content: "";
  background: url(../img/product/purpose_icon.png) no-repeat;
  position: relative;
  width: 69.8px;
  height: 79.72px;
  background-size: 100%;
}

.card-search.func-material .search-by::after {
  content: "";
  background: url(../img/product/function_icon.png) no-repeat;
  position: relative;
  width: 72.53px;
  height: 79.72px;
  background-size: 100%;
}

.card-search::after {
  content: "";
  background: url(../img/product/down_arrow.png);
  position: relative;
  display: block;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
  background-repeat: no-repeat;
  width: 19.1px;
  height: 7px;
  background-size: contain;
  margin: 0 auto;
}

.card-search::before {
  content: "";
  background: #ffffff;
  position: absolute;
  display: block;
  bottom: 0px;
  width: 265px;
  height: 18px;
  left:0.3px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #fff;
}

@media screen and (max-width:1200px) {
    .card-search::after {
        bottom: -12px;
    }
}

@media screen and (max-width: 870px) {
  .card-search {
    max-width: 235px;
  }

  .card-search::before {
    max-width: 235px;
  }
}

@media screen and (min-width: 769px) {
  .card-search:hover {
    background: rgba(255, 255, 255, 0.5);
    border: none;
  }

  .card-search:hover .product-category,
  .card-search:hover .search-by-text {
    color: #3b4043;
  }
  .card-search:hover::before {
    background-color: #35ccd9;
    bottom: 0px;
    width: 266px;
    height: 18px;
    left:0px;
  }

  .card-search:hover .search-by::after {
    background: url(../img/product/card_search_hover.png);
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    width: 77.73px;
    height: 79.72px;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 13px;
    transition: 0.3s;
    scale: 1.35;
  }

  .card-search.purpose:hover .search-by::after {
    content: "";
    background: url(../img/product/purpose_icon_hover.png) no-repeat;
    position: relative;
    width: 69.8px;
    height: 79.72px;
    background-size: 100%;
  }

  .card-search.func-material:hover .search-by::after {
    content: "";
    background: url(../img/product/fuction_icon_hover.png) no-repeat;
    position: relative;
    width: 69.8px;
    height: 79.72px;
    background-size: 100%;
  }

  .card-search:hover:after {
    bottom: -9px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .carding {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 8px;
  }

  .card-search {
    height: 104px;
    max-width: 245px;
  }

  .card-search::before {
    max-width: 245.5px;
    left:-1px;
    border:none;
    bottom: -1px;
  }

  .product-category {
    font-size: 1.6rem !important;
  }

  .search-by::after {
    width: 54px;
    height: 56px;
  }

  .sear-text {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .search-by::after {
    margin-top: 0px;
    background-repeat: no-repeat;
  }

  .search-by {
    padding-bottom: 0px;
  }

  .card-search::after {
    bottom: -18px;
  }

  .cardsearch-container {
    gap: 17px;
  }

  .card-search.purpose .search-by::after {
    width: 54px;
    height: 56px;
  }
  .card-search.func-material .search-by::after {
    width: 54px;
    height: 56px;
  }

  .cardsearch-container {
    max-height: 376px;
    padding-top: 1px;
    flex-direction: column;
  }

  /* .search-img {
    height: 480px;
  } */
}

.item-container {
  display: flex;
  gap: 20px;
  padding-top: 25px;
  justify-content: center;
}

.item-card {
  width: calc((100% - 20px) / 2);
  cursor: pointer;
  position: relative;
  box-shadow: 2px 7px 10px -6px #707070;
  border-radius:8px;
}

.item-card img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width:100%;
}

.chair-sofa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 128px;
  width: 100%;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 22px;
  font-size: 1.8rem;
}

.item-card-one::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/product/item_btn.png);
  width: 51px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
  height: 51px;
  right: 25px;
}

.item-card-one::before {
  content: "イス\Aチェア\Aソファ";
  white-space: pre-line;
  position: relative;
  background-color: rgba(0, 0, 0, 0.64);
  max-width: 128px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  padding-left: 22px;
  align-items: center;
  transition: 0.3s;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
}

.item-card-one.table::before {
  content: "机・テーブル";
  padding-left: 17px;
}
.item-card-one.open-air::before {
  content: "オープンエアー家具";
  padding-left: 12px;
}

.item-card-one.spot::before {
  content: "備品・什器";
}

.item-card-one.open_air::before {
  content: "オープンエアー家具";
  padding-left: 12px;
}

.item-card-one.useful::before {
  content: "備品・什器";
}

.item-card-one {
  max-width: 494px;
  width: 100%;
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0px;
}

.item-container {
  padding-bottom: 109px;
  flex-wrap: wrap;
}

/* .main-container.search {
  max-width: 1048px;
} */

.card-searchimg {
  height: 237px;
}

@media screen and (min-width: 769px) {
  .item-card-one.table:hover::before {
    content: "机・テーブル";
  }

  .item-card-one.open-air:hover::before {
    content: "オープンエアー家具";
  }

  .item-card-one.spot:hover::before {
    content: "備品・什器";
  }

  .item-card-one.open_air:hover::before {
    content: "オープンエアー家具";
  }

  .item-card-one.useful:hover::before {
    content: "備品・什器";
  }

  .item-card-one:hover::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/common/footer_arr_green.png);
    width: 51px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    height: 51px;
    right: 25px;
  }

  .item-card-one:hover::before {
    content: "イス・チェア・ソファ";
    background-color: #35ccd9;
    max-width: 494px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: #ffffff;
    line-height: 1.5;
    border-radius:8px;
    font-weight: 700;
  }

  .item-card:hover .chair-sofa {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .item-card-one::before {
    content: "イス・チェア・ソファ";
    height: 48px;
    max-width: 100%;
    font-size: 1.1rem;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    justify-content: center;
    padding-left: 0px;
  }

  .item-card-one.open-air::before {
    padding-left: 0px;
  }

  .card-searchimg {
    height: 100%;
  }

  .item-card-one::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/product/item_btn.png) no-repeat;
    width: 37px;
    top: 95%;
    transform: translate(-50%, -100%);
    background-size: 100%;
    height: 37px;
    right: 0%;
    left: 50%;
  }
  .main-container.search {
    padding: 0px 36px;
  }
  .item-card-one {
    height: 100%;
  }
  .item-card img {
    border-radius: 4px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius: 0px;
    height: 170px;
    object-fit: cover;
    width: 100%;
  }
  .item-container {
    gap: 30px;
    max-width: 692px;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 40px;
  }

  .item-card {
    width: calc((100% - 30px) / 2);
    cursor: pointer;
    position: relative;
    box-shadow:none;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
  }
}

.chair-title {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
  background: #3b4043;
  width: fit-content;
  color: #ffffff;
  padding:1.407px 22.5px;
  margin-bottom: 23px;
  position: relative;
  max-width: 166px;
  text-align: center;
    width: 100%;
}

.chair-sec {
  position: relative;
  padding: 0px 0px 124px;
}

.chair-sec::after {
  content: "";
  position: absolute;
  background: url(../img/product/line.png);
  width: 100%;
  height: 1px;
  max-width: 1008px;
  top: 22px;
  left: 0px;
}

.chair-img-product {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.chair-container .chair-txt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
  color:#3B4043;
}

.chair-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}

.chair-tab {
  transition: 0.3s;
  cursor: pointer;
}

.chair-sec.empty::after {
  top: 0px;
}

.mobile-sp {
  display: none;
}

.mobile-pc {
  display: block;
}
.chair-sec.empty {
  padding: 0px 0px 68.3px;
}

@media screen and (max-width: 376px) {
  .mobile-sp {
    display: block;
  }
  .mobile-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .chair-tab:hover {
    scale: 1.2;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .chair-container {
    grid-template-columns: repeat(3,1fr);
    gap: 24px 10px;
  }

  .obj-mv {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .chair-title {
    padding: 1.5px 13px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 28px;
    max-width:128px;
    width:100%;
  }

  .chair-sec::after {
    top: 17px;
  }

  .main-container.product-sec {
    padding: 0px 36px;
  }

  .chair-img-product {
    max-width: 100%;
    width: 59px;
    height: 59px;
  }

  .chair-container .chair-txt {
    font-size: 1rem;
  }

  .chair-sec {
    position: relative;
    padding: 0px 0px 55px;
  }

  .chair-sec.empty {
    padding: 0px 0px 32px;
  }

  .search-by-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 365px) {
  .chair-container {
    grid-template-columns: repeat(2,1fr);
  }
}

/* ===============================
page 02 Product Page (商品一覧) End
================================= */

/* ===============================
Page 08  Company Profile Page (会社概要) Start
=============================== */

.com-profile-mv {
  width: 100%;
}
.com-profile-mv img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ttl-green-bg.company-page {
    padding-top: 35px;
  }
}
/* company profile list */
.company-profile-section {
  margin: 90px auto;
  max-width: 874px;
  width: 100%;
  padding: 0 20px;
}

.com-profile-item {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 32px 0;
  display: flex;
  gap: 65px;
  margin-bottom: 2px;
}

.com-profile-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    to right,
    #5f5f5f 0px,
    #5f5f5f 28.3px,
    #cccccc 28.3px,
    #cccccc 100%
  );
}

.com-profile-item:last-child {
  position: relative;
  padding-bottom: 15px;
}

.com-profile-item:last-child::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    to right,
    #5f5f5f 0px,
    #5f5f5f 28.3px,
    #cccccc 28.3px,
    #cccccc 100%
  );
}

.com-pro-left {
  width: 80px;
}

.com-pro-right {
  width: calc(100% - 145px);
}

.com-pro-left-txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #707f89;
  line-height: 1.5;
  padding-top: 2px;
}

.com-pro-right-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3b4043;
}

.com-leather-link-wrap {
  display: flex;
  justify-content: end;
}

a.com-leather-link {
  font-size: 1rem;
  font-weight: 500;
  color: #707f89;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

a.com-leather-link::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/company/com_leather_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.com-location .com-pro-right {
  display: grid;
  grid-template-areas:
    "location-first location-image"
    "location-second location-image"
    "location-third location-image";
  column-gap: 30px;
}

.com-location .com-pro-right .first {
  grid-area: location-first;
}

.com-location .com-pro-right .second {
  grid-area: location-second;
}

.com-location .com-pro-right .third {
  grid-area: location-third;
}

.com-location .com-pro-right .com-location-image {
  grid-area: location-image;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.com-location .com-pro-right .com-location-image img {
  max-width: 257px;
  width: 100%;
  min-height: 167px;
  object-fit: cover;
}

.com-pro-right-loaction {
  max-width: 365px;
}

.com-pro-right-loaction:not(:first-child) {
  margin-top: 30px;
}

.com-pro-right-loaction.first,
.com-pro-right-loaction.second,
.com-pro-right-loaction.third {
  position: relative;
}

.com-pro-right-loaction.first .com-google-map {
  width: 107px;
  background-color: #5f5f5f;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  top: 3px;
  right: 39px;
  padding: 2px 0;
}

.com-pro-right-loaction.second .com-google-map {
  width: 107px;
  background-color: #5f5f5f;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  top: 3px;
  right: 66px;
  padding: 2px 0;
}

.com-pro-right-loaction.third .com-google-map {
  width: 107px;
  background-color: #5f5f5f;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  top: 3px;
  right: 130px;
  padding: 2px 0;
}

@media screen and (max-width: 840px) {
  .com-pro-right-loaction.first .com-google-map {
    right: 10px;
  }
  .com-pro-right-loaction.second .com-google-map {
    right: 35px;
  }
  .com-pro-right-loaction.third .com-google-map {
    right: 100px;
  }
}

@media screen and (max-width: 768px) {
  .company-profile-section {
    margin: 50px auto 80px auto;
    padding: 0 36px;
  }

  .com-profile-item {
    gap: 40px;
    padding: 25px 0;
  }

  .com-pro-left-txt {
    font-size: 1.4rem;
  }

  .com-location .com-pro-right .com-location-image {
    display: none;
  }

  .com-location .com-pro-right .com-location-image-first {
    grid-area: pro-img-first;
  }

  .com-location .com-pro-right.com-location-image-second {
    grid-area: pro-img-second;
  }

  .com-location .com-pro-right {
    display: grid;
    grid-template-areas:
      "location-first"
      "pro-img-first"
      "location-second"
      "pro-img-second"
      "location-third";
    column-gap: 0;
    gap: 15px;
  }

  .com-pro-right-txt {
    font-size: 1.4rem;
  }

  .com-pro-right-loaction .com-pro-right-txt {
    padding-bottom: 40px;
  }

  .com-pro-right-loaction.first .com-google-map {
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
  }

  .com-pro-right-loaction.second .com-google-map {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }

  .com-pro-right-loaction.third .com-google-map {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }

  .com-pro-right {
    width: calc(100% - 100px);
  }

  .com-pro-right-loaction:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 370px) {
  .com-pro-left {
    width: 70px;
  }
  .com-profile-item {
    gap: 10px;
  }
  .com-pro-right {
    width: calc(100% - 80px);
  }
}
/* company profile list End*/
/* company profile philosophy */
.company-profile-philosophy {
  margin: 110px auto 130px;
  max-width: 874px;
  width: 100%;
  padding: 0 20px;
}
.company-profile-philosophy h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
}
.company-profile-philosophy p {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 2.1;
}
/* company profile philosophy End*/
/* company profile notice */
.company-profile-notice {
  max-width: 874px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.pro-notice-inner {
  border: 10px solid #f0f3f5;
  padding: 50px 34px 25px 64px;
}

.pro-notice-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.pro-notice-para {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 32px;
  padding-top: 30px;
}

.pro-notice-name {
  font-family: "noto-serif", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 15px;
  text-align: end;
}

.pro-notice-name span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.pro-ttl-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .company-profile-notice {
    padding: 0 36px;
    margin-bottom: 100px;
  }

  .pro-notice-inner {
    padding: 30px 14px;
  }

  .pro-notice-ttl {
    font-size: 1.5rem;
  }

  .pro-notice-para {
    font-size: 1.4rem;
    padding-right: 13px;
    padding-top: 20px;
  }

  .pro-notice-name {
    font-size: 1.4rem;
  }

  .pro-notice-name span {
    font-size: 2.2rem;
  }

  .company-profile-philosophy {
    margin: 90px auto 80px;
    max-width: 100%;
  }
  .company-profile-philosophy h3 {
    font-size: 2.1rem;
  }
  .company-profile-philosophy p {
    font-size: 1.7rem;
  }

}

@media screen and (max-width: 380px) {
  .pro-ttl-br {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .pro-notice-ttl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 365px) {
  .pro-notice-ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 350px) {
  .pro-notice-ttl {
    font-size: 1.3rem;
  }
  .pro-notice-para {
    font-size: 1.1rem;
    padding-right: 8px;
  }

  .pro-notice-name {
    font-size: 1.2rem;
  }

  .pro-notice-name span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 335px) {
  .pro-notice-ttl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .pro-notice-ttl {
    font-size: 1.1rem;
  }
  .pro-notice-para {
    font-size: 1rem;
  }
}

/* company profile notice End*/

/* company popularity  */
.company-popular-section {
  max-width: 874px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 200px 20px;
}

.com-popular-row {
  display: flex;
}

.popular-row-left {
  max-width: 100px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #707f89;
  line-height: 1.5;
}

.popular-row-right {
  width: calc(100% - 100px);
  padding-bottom: 44px;
  border-left: 2px solid #cccccc;
  position: relative;
}

.popular-right-inner {
  max-width: calc(100% - 47px);
  margin-left: 47px;
  background-color: #e3e8e4;
  border-radius: 9px;
  padding: 10px 0 10px 25px;
  display: flex;
  gap: 45px;
}

.popular-right-inner-left {
  max-width: 35px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
}

.popular-right-inner-right {
  max-width: calc(100% - 82px);
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
}

.com-popular-row .popular-row-right::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  left: -7.5px;
  top: 5px;
}

.com-popular-row:first-child .popular-row-right::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: -2px;
  top: 0;
}

.com-popular-row:last-child .popular-row-right::after {
  content: "（現在に至る）";
  display: block;
  width: 194px;
  padding: 14px 0;
  border: 2px solid #cccccc;
  border-radius: 9px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  bottom: -55px;
  left: -94px;
  color: #707f89;
}

.com-three-card {
  margin-bottom: 152px;
}

@media screen and (max-width: 768px) {
  .com-three-card {
    margin-bottom: 100px;
  }
  .company-popular-section {
    padding: 50px 36px 146px 36px;
  }

  .com-popular-row {
    display: flex;
    flex-direction: column;
    border-left: 2px solid #cccccc;
    position: relative;
    margin-left: 8px;
  }

  .com-popular-row::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    border-radius: 50px;
    background-color: #ffffff;
    position: absolute;
    left: -7.5px;
    top: 0;
  }

  .com-popular-row:last-child:after {
    content: "（現在に至る）";
    display: block;
    width: 194px;
    padding: 10px 0;
    border: 2px solid #cccccc;
    border-radius: 9px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    bottom: -46px;
    left: -8px;
    color: #707f89;
  }

  .com-popular-row.com-popular-row-one::before {
    top: 5px;
  }

  .popular-row-left {
    padding-left: 15px;
    padding-bottom: 14px;
    line-height: 1;
  }

  .com-popular-row.com-popular-row-one .popular-row-left {
    padding: 0;
  }

  .popular-row-right {
    border: none;
    width: 100%;
    padding-bottom: 50px;
  }

  .popular-right-inner {
    max-width: calc(100% - 27px);
    margin-left: 27px;
    padding: 10px 15px;
    gap: 10px;
  }

  .popular-right-inner-right {
    max-width: 100%;
    width: 100%;
    font-size: 1.4rem;
  }

  .com-popular-row .popular-row-right::before {
    display: none;
  }

  .com-popular-row:first-child .popular-row-right::after {
    display: none;
  }

  .com-popular-row:last-child .popular-row-right::after {
    display: none;
  }
}
/* company popularity End */

/* ===============================
Page 08  Company Profile Page (会社概要) End
=============================== */

/* ===============================
page 11  rental case (レンタル事例) Start
=============================== */

.rental-cases-container {
  max-width: 1044px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.rental-cases-mv img {
  width: 100%;
}

.rental-cases-mv-sp {
  display: none;
}

.rental-cases-bl {
  padding-top: 94px;
  padding-bottom: 196px;
}

.cases-head-txt {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  background: #5f5f5f;
  text-align: center;
  padding: 7px 0;
}

.cases-bl {
  display: grid;
  grid-template-columns: 425px auto;
  align-items: start;
  border-bottom: 1px solid #707070;
  padding-bottom: 38px;
}

.cases-bl.margin-top {
  margin-top: 39px;
}

.cases-left-bl {
  display: flex;
  flex-direction: column;
}

.cases-right-bl {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  min-height: 390px;
}

.cases-right-bl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-ttl {
  color: #3b4043;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  margin-top: 40px;
  padding-right: 16px;
}

.cases-ttl-txt{
  font-size: 2.4rem;
}

.cases-ttl::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../img/rental-cases/rental_cases_ttl_img.png) no-repeat center
    center;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.cases-txt {
  padding-top: 34px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  color: #3b4043;
  padding-right: 16px;
}

.cases-bl-sub {
  padding-right: 16px;
}

@media screen and (max-width: 900px) {
  .cases-bl {
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 768px) {
  .cases-ttl-txt{
    font-size: 1.8rem;
  }
  .rental-cases-mv-pc {
    display: none;
  }

  .rental-cases-mv-sp {
    display: unset;
  }

  .cases-bl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "title"
      "image"
      "text";
    padding-bottom: 25px;
  }

  .cases-head-txt {
    grid-area: head;
    font-size: 1.6rem;
  }

  .cases-ttl {
    grid-area: title;
    margin-top: 22px;
    font-size: 1.8rem;
    line-height: 2;
  }

  .cases-right-bl {
    grid-area: image;
    padding-top: 20px;
    min-height: unset;
  }

  .cases-txt {
    grid-area: text;
    padding-top: 12px;
    padding-right: 0;
  }

  .cases-left-bl {
    display: contents;
  }

  .rental-cases-bl {
    padding-top: 26px;
    padding-bottom: 121px;
  }

  .rental-cases-container {
    padding: 0 36px;
  }

  .cases-ttl::before {
    /* transform: translateY(31px); */
  }

  .cases-bl.margin-top {
    margin-top: 20px;
  }
}
/* ===============================
page 11  rental case (レンタル事例)  End
=============================== */

/* ===============================
page 12  rental furniture (家具レンタルについて) Start
=============================== */
.rental-furniture {
  background: #6eb9b9;
  opacity: 1;
}
.furniture-container {
  max-width: 1045px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.furniture-mv-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.furniture-txt {
  flex: 1;
  max-width: 50%;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  line-height: 1.875;
  text-align: start;
  letter-spacing: 0;
}

.furniture-img {
  max-width: 50%;
  flex-shrink: 0;
  padding-top: 36px;
  padding-bottom: 14px;
}

.furniture-img img {
  max-width: 100%;
  height: auto;
}

.rent-benefits {
  padding-top: 74px;
}

.rent-benefits-ttl {
  font-size: 2.4rem;
  color: #3b4043;
  opacity: 1;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #707070;
  padding-top: 22px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  column-gap: 52px;
  padding-top: 80px;
  padding-bottom: 150px;
  place-items: start;
}

.benefits-bl {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: start;
}

.benefits-img {
  max-width: 154px;
}


.benefits-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.125;
  opacity: 1;
  color: #3b4043;
  margin-top: 10px;
}

.benefits-about {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  color: #3b4043;
}

@media screen and (max-width: 900px) {
  .benefits {
    column-gap: 30px;
  }
}

@media screen and (max-width: 800px) {
  .benefits {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .furniture-container {
    padding: 0 36px;
  }

  .furniture-mv-bl {
    flex-direction: column;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 27px;
  }

  .furniture-txt {
    font-size: 1.2rem;
    line-height: 1.41;
    max-width: 100%;
  }

  .furniture-img {
    max-width: 100%;
  }

  .benefits {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 91px;
  }

  .rent-benefits {
    padding-top: 26px;
  }

  .rent-benefits-ttl {
    padding-top: 14px;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .benefits-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 5px;
  }

  .benefits-bl {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
/* ===============================
page 12  rental furniture (家具レンタルについて)  End
=============================== */

/* ===============================
page 13 rental first time (初めてのレンタル)  Start
=============================== */
.rental-mv {
  background: #4e8cb4;
}

.rental-container {
  max-width: 1042px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.rental-mv-bl {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.rental-txt {
  flex: 1;
  max-width: 490px;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  line-height: 1.875;
  padding: 40px 0 30px;
  text-align: start;
  letter-spacing: 0;
}

.rental-img {
  flex-shrink: 0;
  max-width: 332px;
  width: 100%;
  height: auto;
}

.rental-img img {
  max-width: 100%;
  height: auto;
}

.rental-advantages {
  padding: 78px 0;
}

.advantages {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 20px;
  border-top: 1px solid #707070;
  padding: 30px 0;
}

.advantages.border-bottom {
  border-bottom: 1px solid #707070;
}
.adv-ttl,
.adv-def {
  flex: 1;
}

.adv-ttl {
  max-width: 470px;
  width: 100%;
  font-size: 2.4rem;
  color: #3b4043;
  opacity: 1;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}

.adv-def {
  max-width: 308px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3b4043;
  opacity: 1;
  line-height: 1.57;
  margin: 0 10px;
}

.advantages::before {
  content: url(../img/rental-first-time/rental_adv_img_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.adv-img img {
  max-width: 100%;
  height: auto;
}

.adv-img {
  max-width: 122px;
}

.rent-card-two {
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .rental-container {
    padding: 0 36px;
  }

  .rental-mv-bl {
    flex-direction: column;
    align-items: center;
  }

  .rental-txt {
    font-size: 1.2rem;
    line-height: 1.41;
    max-width: 100%;
  }

  .rental-img {
    max-width: 207px;
    width: 100%;
  }

  .advantages {
    flex-direction: column;
  }

  .advantages::before {
    display: none;
  }

  .adv-ttl::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    border-left: 4px solid #4e8cb4;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .adv-ttl {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-left: 20px;
  }

  .advantages {
    padding: 15px 1px;
  }

  .br-pc {
    display: none;
  }

  .adv-def {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
/* ===============================
page 13  rental furniture (家具レンタルについて)  End
=============================== */

/* ===============================
page 14  rental flow(家具レンタルの流れ)  Start
=============================== */

/* ===============================
page 14  rental flow (家具レンタルの流れ)  End
=============================== */

/* ===============================
page 15  voice (お客様の声)  Start
=============================== */
.cus-test-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.cus-container {
  max-width: 938px;
  width: 100%;
  margin: 0 auto;
  padding: 0 36px;
}
.cus-mv-img img {
  width: 100%;
}

.testimonials-sec {
  padding-top: 70px;
  padding-bottom: 180px;
}

.testimonials-second-sec {
    padding-bottom: 57px;
}

.testimonials-third-sec {
    padding-bottom: 152px;
}

.testimonials-cards {
  padding-top: 41px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  justify-items: center;
}

.testimonials-ttl {
  font-size: 2.4rem;
  color: #3b4043;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.testimonials-cards-bl {
  display: flex;
  flex-direction: column;
  max-width: 409px;
  width: 100%;
  border: 1px solid #707070;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  align-items: center;
  padding: 35px;
}

.testimonials-cards-bl .testimonials-cards-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3b4043;
  line-height: 1.875;
}

.testimonials-cards-img {
  padding-top: 19px;
  margin: 0 auto;
  max-width: 120px;
}

.testimonials-cards-label {
  padding-top: 9px;
  font-size: 1.9rem;
  color: #3b4043;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .testimonials-cards {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .testimonials-ttl {
    text-align: start;
    font-size: 1.6rem;
    justify-items: center;
    line-height: 1.56;
  }

  .testimonials-sec {
    padding-top: 26px;
    padding-bottom: 116px;
  }

  .testimonials-second-sec {
        padding-bottom: 12px;
  }

    .testimonials-third-sec {
        padding-bottom: 100px;
  }

  .testimonials-cards-bl .testimonials-cards-txt {
    font-size: 1.2rem;
    line-height: 2;
  }

  .testimonials-cards-bl {
    padding: 29px 21px 26px;
  }

  .testimonials-cards-label {
    font-size: 1.6rem;
    line-height: 2;
  }

  .br-pc {
    display: none;
  }
}
/* ===============================
page 15  voice (お客様の声)  End
=============================== */

/* ===============================
page 16  Feature (特集 一覧)  Start
=============================== */
/* https://monic.qualy.jp/feature/ */
/* ===============================
page 16  Feature (特集 一覧)  End
=============================== */

/* ===============================
page 17  Feature / deatail (特集_ 詳細記事)  Start
=============================== */
/* https://monic.qualy.jp/feature/detail/*/
/* ===============================
page 17  Feature / deatail (特集_ 詳細記事)  End
=============================== */

/* ===============================
page 18  faq (よくある質問)  Start
=============================== */
.faq-sec {
  background: #a6d4f7;
  opacity: 1;
}

.faq-container {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-mv-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.faq-txt {
  font-size: 1.6rem;
  color: #3b4043;
  font-weight: 400;
  line-height: 1.5;
}

.faq-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.faq-service {
  padding: 70px 0 90px;
}

.faq-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b4043;
  line-height: 0.88;
  opacity: 1;
  text-align: start;
  padding-bottom: 30px;
}

.faq-about {
  max-width: 1013px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.faq-about.padding-bottom {
  padding-bottom: 56px;
}

.faq-blanks-sub {
  padding-bottom: 75px;
}

.faq-ques {
  position: relative;
  padding: 10px 0 20px 95px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: start;
  align-items: center;
  color: #5f5f5f;
  opacity: 1;
  line-height: 1.88;
}

.faq-ques::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../img/faq/faq_question.png) no-repeat center center;
  background-size: contain;
  width: 55px;
  height: 55px;
  z-index: 1;
}

.faq-border::after {
  content: "";
  display: block;
  background: url(../img/faq/faq_border_img.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 20px;
}

.faq-ans {
  position: relative;
  padding: 5px 0 10px 95px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: start;
  align-items: center;
  color: #3b4043;
  opacity: 1;
  line-height: 1.88;
}

.faq-ans::before {
  content: "";
  position: absolute;
  top: 29px;
  transform: translateY(-50%);
  left: 4px;
  background: url(../img/faq/faq_answer.png) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 48px;
  z-index: 1;
}

.faq-ans .faq-link-txt {
  color: #36ccda;
}

@media screen and (max-width: 900px) {
  .faq-mv-bl {
    gap: 30px;
  }

  .faq-img {
    max-width: calc(100% - 280px);
  }
}

@media screen and (max-width: 768px) {
  .faq-container {
    padding: 0 36px;
  }

  .faq-mv-bl {
    padding-top: 70px;
    flex-direction: column;
  }

  .faq-txt {
    font-size: 1.2rem;
    line-height: 1.42;
  }

  .faq-about {
    padding: 0;
  }

  .faq-service {
    padding: 26px 0 50px;
  }

  .faq-ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 10px;
  }

  .faq-ques {
    font-size: 1.4rem;
    line-height: 1.43;
    padding-left: 70px;
    margin-bottom: 10px;
  }

  .faq-ans {
    font-size: 1.4rem;
    line-height: 1.43;
    padding-left: 70px;
  }

  .faq-ques::before {
    width: 45px;
    height: 45px;
    left: 7px;
  }

  .faq-ans::before {
    width: 40px;
    height: 40px;
    left: 11px;
    top: 28px;
  }

  .faq-blanks-sub {
    padding-bottom: 42px;
  }

  .faq-about.padding-bottom {
    padding-bottom: 40px;
  }

  .faq-img {
    max-width: 100%;
  }

  .faq-border::after {
    height: 10px;
  }
}

@media screen and (max-width: 380px) {
  .faq-border::after {
    background: url(../img/faq/faq_border_img_sp.png) no-repeat center center;
    background-size: contain;
  }
}
/* ===============================
page 18  faq (よくある質問)  End
=============================== */