/*
main{
	overflow: hidden;
}
*/
div.cm-page-hero div.project-img-wrap {
  position: relative;
}
div.cm-page-hero div.hero-txt-wrap {
  background: #f9d9a5;
  position: relative;
  padding: 12% 0 55%;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.hero-txt-wrap {
    padding: 150px 0 300px;
  }
}
div.cm-page-hero div.hero-txt-wrap p {
  text-align: center;
  line-height: 1.8em;
  font-weight: 600;
  font-size: 1.26em;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.hero-txt-wrap p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1280px) {
  div.cm-page-hero div.hero-txt-wrap p {
    font-size: 30px;
  }
}
div.cm-page-hero div.hero-txt-wrap div.illust04 {
  position: absolute;
  top: -12%;
  width: 88%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.hero-txt-wrap div.illust04 {
    top: 0px;
    width: 90%;
    max-width: 1200px;
  }
}
div.cm-page-hero div.hero-txt-wrap div.hero-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 17vw;
  background-image: url(../img/project/hero-bg_sp.png);
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.hero-txt-wrap div.hero-bg {
    height: 112px;
    background-image: url(../img/project/hero-bg_pc.png);
  }
}

section.sec-slide {
  padding: 20% 0;
  overflow: hidden;
  border-bottom: solid 1px #c0c0c0;
}
@media screen and (min-width: 768px) {
  section.sec-slide {
    padding: 170px 0 170px;
  }
}
section.sec-slide:nth-of-type(2) {
  border: none;
}
section.sec-slide div.sec-slide-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.sec-slide-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-slide div.project-slide-wrap {
  position: relative;
  /*div.swiper-button-next,div.swiper-button-prev*/
}
section.sec-slide div.project-slide-wrap div.project-slide {
  cursor: grab;
}
section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide div.slide-img {
  position: relative;
}
section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide div.slide-img span.number {
  display: block;
  color: #58ad0e;
  position: absolute;
  bottom: -0.2em;
  right: 5%;
  font-size: 3.4em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide div.slide-img span.number {
    font-size: 80px;
    bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide div.slide-img span.number {
    font-size: 99px;
  }
}
section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide h4 {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide h4 {
    font-size: 35px;
  }
}
section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide p {
  color: #4d4d4d;
  text-align: justify;
  word-break: break-all;
  width: 92%;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide p {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-slide div.project-slide-wrap div.project-slide div.swiper-slide p {
    width: 83%;
  }
}
section.sec-slide div.project-slide-wrap div.swiper-button-next, section.sec-slide div.project-slide-wrap div.swiper-button-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.project-slide-wrap div.swiper-button-next, section.sec-slide div.project-slide-wrap div.swiper-button-prev {
    background: #111;
    border-radius: 50em;
    top: -100px;
    width: 50px;
    height: 50px;
    display: block;
  }
  section.sec-slide div.project-slide-wrap div.swiper-button-next::after, section.sec-slide div.project-slide-wrap div.swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease;
  }
  section.sec-slide div.project-slide-wrap div.swiper-button-next:hover::after, section.sec-slide div.project-slide-wrap div.swiper-button-prev:hover::after {
    transform: scale(1.3);
  }
  section.sec-slide div.project-slide-wrap div.swiper-button-next:hover img.black, section.sec-slide div.project-slide-wrap div.swiper-button-prev:hover img.black {
    display: block;
  }
  section.sec-slide div.project-slide-wrap div.swiper-button-next:hover img.white, section.sec-slide div.project-slide-wrap div.swiper-button-prev:hover img.white {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-slide div.project-slide-wrap div.swiper-button-next, section.sec-slide div.project-slide-wrap div.swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
section.sec-slide div.project-slide-wrap div.swiper-button-next::after, section.sec-slide div.project-slide-wrap div.swiper-button-prev::after {
  content: "" !important;
  width: 100%;
  height: 100%;
  margin: auto;
}
section.sec-slide div.project-slide-wrap div.swiper-button-next img.black, section.sec-slide div.project-slide-wrap div.swiper-button-prev img.black {
  display: none;
}
section.sec-slide div.project-slide-wrap div.swiper-button-next img.white, section.sec-slide div.project-slide-wrap div.swiper-button-prev img.white {
  display: block;
}
section.sec-slide div.project-slide-wrap div.swiper-button-next {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.project-slide-wrap div.swiper-button-prev {
    left: auto;
    right: 70px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-slide div.project-slide-wrap div.swiper-button-prev {
    right: 90px;
  }
}

section.sec-project {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.sec-project {
    padding: 130px 0;
  }
}
section.sec-project.project01 {
  background: #ffebcf;
}
section.sec-project.project02 {
  background: #f9d9a5;
}
section.sec-project div.sec-project-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-project div.sec-project-inner div.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
section.sec-project div.sec-project-inner div.flex-box div.project-img {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner div.flex-box div.project-img {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner div.flex-box div.txt-wrap {
    width: 44%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.sec-project-inner div.flex-box div.txt-wrap {
    width: 40%;
  }
}
section.sec-project div.sec-project-inner div.flex-box h3 {
  line-height: 1.4em;
  margin-bottom: 0.6em;
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner div.flex-box h3 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.sec-project-inner div.flex-box h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-project div.sec-project-inner div.flex-box h3 {
    font-size: 35px;
  }
}
section.sec-project div.sec-project-inner div.flex-box p {
  text-align: justify;
  word-break: break-all;
}
section.sec-project div.sec-project-inner div.flex-box div.project01-illust {
  width: 46.2%;
  margin: 10% 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner div.flex-box div.project01-illust {
    width: 23%;
    margin: 0;
    position: absolute;
    top: -70px;
    right: -5%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.sec-project-inner div.flex-box div.project01-illust {
    width: 20%;
  }
}
section.sec-project div.sec-project-inner div.flex-box div.project02-illust {
  width: 57%;
  margin: 5% 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner div.flex-box div.project02-illust {
    width: 17%;
    position: absolute;
    top: -70px;
    right: -5%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.sec-project-inner div.flex-box div.project02-illust {
    width: 13%;
  }
}/*# sourceMappingURL=project.css.map */