.site-main__hero {
  position: relative;
}
.site-main__hero .catch {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 275px;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2.5px 2.5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2.5px 2.5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .site-main__hero .catch {
    top: 50%;
    left: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 100px;
    width: 350px;
    padding: 50px;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1200px) {
  .site-main__hero .catch {
    width: 375px;
    right: 150px;
  }
}
.site-main__hero .hero-slider {
  padding-top: 200px;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .hero-slider {
    padding-top: 70px;
  }
}
.site-main__hero .hero-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.site-main__hero .hero-slider .swiper-wrapper .swiper-slide {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .hero-slider .swiper-wrapper .swiper-slide {
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .hero-slider .swiper-wrapper .swiper-slide {
    width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__hero .hero-slider .swiper-wrapper .swiper-slide {
    width: 550px;
  }
}
.site-main__hero .hero-slider .swiper-wrapper .swiper-slide:nth-child(even) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .hero-slider .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 35px;
  }
}
.site-main__hero .hero-slider .swiper-wrapper .swiper-slide img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .site-main__concept .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.site-main__concept .column .img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .site-main__concept .column .img {
    width: 45%;
  }
}
.site-main__concept .column .desc {
  margin-top: 20px;
  line-height: 1.8em;
}
@media screen and (min-width: 1024px) {
  .site-main__concept .column .desc {
    margin-top: 0;
    margin-right: 55px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__concept .column .desc {
    font-size: 18px;
  }
}
.site-main__concept .column .desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__concept .column .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__concept .column .desc p:not(:first-child) {
    margin-top: 30px;
  }
}
.site-main__service {
  background: #1fa700;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__service {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service {
    border-radius: 30px;
  }
}
.site-main__service .sec-title span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__service .service-list .item {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list .item {
    margin-top: 0;
    width: calc(50% - 27.5px);
    margin-right: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item {
    padding: 50px;
  }
}
.site-main__service .service-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list .item:nth-child(2) {
    margin-right: 0;
  }
}
.site-main__service .service-list .item .title {
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-main__service .service-list .item .title__en {
  color: #1fa700;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list .item .title__en {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item .title__en {
    font-size: 16px;
  }
}
.site-main__service .service-list .item .title__ja {
  margin-top: 12.5px;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list .item .title__ja {
    margin-top: 15px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item .title__ja {
    font-size: 32px;
  }
}
.site-main__service .service-list .item .img {
  margin-top: 25px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item .img {
    margin-top: 50px;
  }
}
.site-main__service .service-list .item .desc {
  margin-top: 20px;
  line-height: 1.6em;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item .desc {
    margin-top: 30px;
    font-size: 14px;
  }
}
.site-main__service .more-btn a {
  background: #fff;
  color: #1fa700;
}
.site-main__blog .ameblo-feed a {
  border: 1px solid #ccc;
  display: block;
  padding: 15px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .site-main__blog .ameblo-feed a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }
}
.site-main__blog .ameblo-feed a:not(:first-child) {
  border-top: none;
}
.site-main__blog .ameblo-feed a .date {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .site-main__blog .ameblo-feed a .date {
    width: auto;
    margin-right: 25px;
  }
}
.site-main__blog .ameblo-feed a .title {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__blog .ameblo-feed a .title {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__works .works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__works .works-list .item {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main__works .works-list .item {
    margin-top: 0;
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
  }
  .site-main__works .works-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.site-main__works .works-list .item:first-child {
  margin-top: 0;
}
.site-main__works .works-list .item a {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  border: 2.5px solid #1fa700;
}
.site-main__works .works-list .item a .title__en {
  color: #1fa700;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .site-main__works .works-list .item a .title__en {
    font-size: 14px;
  }
}
.site-main__works .works-list .item a .title__ja {
  margin-top: 12.5px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .site-main__works .works-list .item a .title__ja {
    margin-top: 15px;
    font-size: 26px;
  }
}
.site-main__works .works-list .item a .arrow {
  width: 50px;
  border-radius: 5px;
  overflow: hidden;
}