@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : raresugar.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/project/img/bg_h1.jpg) no-repeat center center/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 210px;
  height: 116px;
  position: absolute;
  top: -116px;
  left: -150px;
  background: url(/project/img/img_h1.png) no-repeat center center/210px auto;
}

.content_wrap {
  background: #FFF;
  border-radius: 80px;
  padding: 60px 90px 60px 0;
  font-size: 15px;
  margin-bottom: 30px;
}
.content_wrap .box {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.content_wrap .box .title_img {
  width: 20%;
  position: absolute;
  top: -40px;
  left: 0;
}
.content_wrap .box .txt_wrap {
  width: 47%;
  padding-left: 20%;
  margin-right: 2.3%;
}
.content_wrap .box .tit {
  font-size: 24px;
  margin-bottom: 20px;
}
.content_wrap .box .pic_box {
  width: 30.7%;
}
.content_wrap.bottom {
  margin-bottom: 0;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_wrap {
    background: url(/project/img/bg_h1_sp.jpg) no-repeat center center/cover;
  }
  .h1_wrap h1::before {
    content: "";
    display: block;
    width: 105px;
    height: 58px;
    position: absolute;
    top: -58px;
    left: -52px;
    background: url(/project/img/img_h1.png) no-repeat center center/105px auto;
  }
  .project {
    padding: 0 15px;
  }
  .content_wrap {
    background: #FFF;
    border-radius: inherit;
    padding: 5px 15px 20px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .content_wrap .box {
    position: relative;
    display: block;
  }
  .content_wrap .box .title_img {
    width: 100%;
    position: static;
    text-align: center;
  }
  .content_wrap .box .title_img img {
    width: auto;
    height: 105px;
    margin-top: -20px;
  }
  .content_wrap .box .txt_wrap {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .content_wrap .box .tit {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .content_wrap .box .tit span {
    font-size: 17px;
  }
  .content_wrap .box .pic_box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .content_wrap .box .pic_box img {
    width: 67.5%;
    border-radius: 80px;
  }
  .content_wrap.bottom {
    margin-bottom: 0;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=project.css.map */