
@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}


.site-body{
    padding-bottom: 0;
}
.breadcrumb,
.site-body{
    background: #f2efe6;

}

.idea__top {
    padding-bottom: 100px;
 background: #f2efe6;
 padding-top: 70px;
}

.idea__top .container{
    position: relative;
}

.idea__top-logo{
    position: absolute;
    top: -110px;
    left: -90px;
    width: 184px;
}

.idea__top-wrapper {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.idea__top-left {
    width: 48%;
}

.idea__top-copy {
    font-size: 35px;
    font-weight: 700;
    line-height: calc(100 / 60);
    margin-top: 50px;
}

.idea__top-text {
    margin-top: 30px;
    line-height: calc(35 / 16);
    max-width: 430px;
    width: 100%;
}

.idea__top-right {
  width: calc(100% + (50vw - 100%) / 2);
 margin-right: calc(50% - 50vw);
  overflow: hidden; /* 横スクロール対策 */
}




/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}


/* idea__points */

.idea__points-placeholder {
  height: 0;
}
.idea__points.is-fixed + .idea__points-placeholder {
  display: block;
}

.idea__points {
    background: #b8ac9d;
    padding: 25px 0;
      transition: all 0.3s ease;
  z-index: 1000;
}

.idea__points.is-fixed {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
}

.idea__points .container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.idea__point {
    width: calc(25% - 10px);
    background: #fff;
    text-align: center;
    padding: 10px 10px 7px 10px; 
    border-radius: 10px;
}

.idea__point-number {
    width: 30px;
    margin: auto;
}
.idea__point-number1{
    width: 26px;
}

.idea__point-name {
    font-weight: 700;
    margin-right: 25px;
    position: relative;
}
.idea__point-name::after{
    position: absolute;
    content: '';
       background: url(../../img/idea/to-bottom.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
}


@media screen and (max-width: 767.98px) {
  .idea__top-wrapper {
    flex-direction: column-reverse;
    z-index: 2;
  }
  .idea__top-left{
    width: 100%;
    z-index: 2;
  }
  .idea__top-right{
    width: 80%;
    margin-left: auto;
  }
  .idea__top-logo{
    top: -80px;
    left: 0px;
     z-index: 0;   
  }
  .idea__top-copy{
    font-size: 25px;
    margin-top: 0;
  }
  .idea__points .container{
    gap: 5px;
  }
  .idea__point{
    width: calc(50% - 3px);
    padding: 5px;
  }
  .idea__point-name{
    font-size: 11px;
    margin-right: 10px;
  }
  .idea__point-name::after{
        width: 13px;
    height: 13px;
    margin-left: 4px;
  }
}

/* idea__item */
.idea__items-wrapper {

}

.idea__items-wrapper .container {
   
}

.idea__item .container{
 display: flex;
    gap: 50px;
    justify-content: space-between;
    padding: 100px 0;
}

.idea__item-left {
    width: 42%;
}

.idea__item-title {
    font-size: 45px;
    line-height: calc(50 / 45);
    letter-spacing: 0.02em;
    font-family: "Oswald";
    margin-bottom: 0;
    position: relative;
}
.idea__item-title::after{
    position: absolute;
    content: "";
    width: 93px;
    height: 65px;
    background: url(../../img/idea/title-img.svg) no-repeat center center;
    left: -40px;
    top: -30px;
}

.idea__item-title-ja {
    margin-top: 5px;
}

.idea__item-text {
    line-height: calc(35 / 16);
   letter-spacing: 0.04em;
   margin-top: 30px;
}

.idea__item-right {
    width: 50%;
}

.idea__top-slider {
  overflow: visible;
  position: relative;
}

.slider img{
    width: 100%;
    height: auto;
}

.bg-bage{
    background: #f2efe6;
}

.bg-white{
    background: #fff;
}

.idea__top-slider .slider-item{
    margin-left: 10px;
}
.slick-next:before, .slick-prev:before{
    color: #000 !important;
}

.idea__logo{
    background: #fff;
}
.idea__logo-img{
   max-width: 461px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}

.slick-next:before, .slick-prev:before{
        font-size: 24px;
}

.slick-prev{
        left: -28px;
}

@media screen and (max-width: 767.98px){
    .idea__item .container{
        display: block;
      padding-left: 20px;
    padding-right: 20px;
    }
    .idea__item-left{
        width: 100%;
    }
    .idea__item-right{
        width: 100%;
        margin-top: 50px;
    }
    .idea__item-title{
        padding-left: 30px;
        font-size: 36px;
    }
    .idea__item-title-ja{
        font-size: 14px;
        padding-left: 30px;
    }
    .idea__item-title::after{
        left: 0;
        top: -33px;
    }
    .slick-prev{
        left: -15px;
        z-index: 100;
}
.slick-next{
        right: -13px;
}
}