@charset "utf-8";
/* CSS Document */
/*  Loading */
#splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  background: #e3f0ec;
  text-align: center;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 290px;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.image-top {
  position: relative;
  margin-top: 50px;
}
.image-top a {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 100px;
  overflow: hidden;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.image-top a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.image-top__main img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
  object-position: 67% 100%;
}
@media(min-width: 1024px) {
  .image-top {
    margin-top: 90px;
  }
}
@media(min-width: 1240px) {
  .image-top__main img {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    object-position: 60% 20%;
  }
}
.section-aboutus {
  background-color: #e3f0ec;
  padding: 30px 30px 80px;
  margin: 0 auto;
  position: relative;
}
#title {
  color: #5ea59c;
  font-size: 7vw;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  z-index: 1;
}
.top__wave {
  width: 100%;
  line-height: 0;
  position: absolute;
  top: 2px;
  left: 0;
  transform: translateY(-100%);
}
.section-aboutus .title-set {
  margin: 0 0 100px;
}
.aboutus-content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
}
.section-aboutus__main_imge {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.section-aboutus__main_imge.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-aboutus_imge img {
  width: 100%;
  object-fit: cover;
  object-position: 30% 50%;
  border-radius: 50% 50%;
  margin: 0 auto;
  vertical-align: bottom;
}
.aboutus__txt-set {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.aboutus__txt-set.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.aboutus__txt-set h3 {
  color: #5ea59c;
  font-size: 2.0rem;
  line-height: 3.0rem;
  margin: 40px 0 30px;
}
.aboutus__txt-set p {
  text-align: justify;
  margin-bottom: 40px;
}
.section-aboutus .txt-break::after {
  content: "\A";
  white-space: pre;
}
/* イラストあしらい */
.section-aboutus .illustration-bird {
  width: 20%;
  position: absolute;
  top: -15%;
  right: -2%;
  animation: fuwafuwa 2s infinite ease-in-out;
}
.section-aboutus .illustration-bird img {
  max-width: 100%;
}
.section-aboutus .illustration-tree_1 {
  width: 50%;
  position: absolute;
  top: -18%;
  right: 3%;
}
.section-aboutus .illustration-tree_1 img {
  max-width: 100%;
}
.section-aboutus .illustration-flower_1 {
  width: 25%;
  position: absolute;
  top: 90%;
  right: 0;
}
.section-aboutus .illustration-flower_1 img {
  max-width: 100%;
}
.section-aboutus .illustration-flower_2 {
  width: 25%;
  position: absolute;
  top: -10%;
  left: -10px;
}
.section-aboutus .illustration-flower_2 img {
  max-width: 100%;
}
.section-aboutus .illustration-grass {
  display: none;
}
.section-aboutus .illustration-grass_2 {
  display: none;
}
@media(min-width: 768px) {
  .section-aboutus {
    padding: 40px 50px 100px;
  }
  #title {
    font-size: 6.5vw;
    text-align: right;
    margin-bottom: 100px;
  }
  .section-aboutus .title-set {
    max-width: 1040px;
    margin: 0 auto 60px;
    text-align: left;
  }
  .aboutus-content-wrapper {
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
  }
  .section-aboutus_imge {
    margin: 0 auto;
    max-width: 400px;
  }
  .aboutus__txt-set {
    text-align: left;
    margin-right: 40px;
    width: 100%;
    max-width: 48%;
  }
  .section-aboutus h3 {
    font-size: 2.0rem;
    margin: 0 0 30px;
  }
  .section-aboutus .txt-break::after {
    content: "";
  }
  /* イラストあしらい */
  .section-aboutus .illustration-grass {
    display: block;
    width: 20%;
    position: absolute;
    bottom: -20%;
    right: 5%;
    z-index: 2;
  }
  .section-aboutus .illustration-grass img {
    max-width: 100%;
  }
  .section-aboutus .illustration-grass_2 {
    display: block;
    width: 20%;
    position: absolute;
    top: -15%;
    left: -10%;
    z-index: 2;
  }
  .section-aboutus .illustration-grass_2 img {
    max-width: 100%;
  }
}
@media(min-width: 1240px) {
  .section-aboutus {
    padding: 120px 50px;
  }
  #title {
    font-size: 4vw;
    position: absolute;
    top: -15%;
    right: 5%;
    margin: 0;
  }
}
.section-service {
  background-color: #f7f7f7;
  padding: 80px 30px 100px;
  position: relative;
}
.section-service::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gy.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-service__main_imge {
  position: relative;
}
.section-service ol {
  list-style: none;
  max-width: 550px;
  margin: 0 auto;
}
.section-service ol li {
  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-service ol li.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-service ol li:last-child {
  margin-bottom: 0;
}
.section-service__number {
  display: flex;
  margin-bottom: 20px;
}
.section-service__number img {
  width: 100px;
}
.section-service h3 {
  color: #5ea59c;
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: left;
  margin: 0 0 20px;
}
.section-service p {
  text-align: justify;
  margin-bottom: 40px;
}
.section-service .more-btn__wrapper {
  margin: 0 auto 60px;
}
.service__txt-set {
  position: relative;
}
.section-service__icon {
  width: 32%;
  max-width: 140px;
  position: absolute;
  top: 0;
  right: 2%;
}
.section-service__icon img {
  max-width: 100%;
}
.section-service ol li .section-service__image {
  position: relative;
}
.section-service ol li .section-service__image img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.section-service_1 .section-service__image::before, .section-service_3 .section-service__image::before {
  content: "";
  background-color: #c8dad4;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 0;
}
.section-service_2 .section-service__image::before, .section-service_4 .section-service__image::before {
  content: "";
  background-color: #c8dad4;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 0;
}
/* イラストあしらい */
.section-service .illustration-tree_1 {
  width: 25%;
  max-width: 120px;
  position: absolute;
  top: -1.5%;
  left: 10%;
  z-index: 2;
}
.section-service .illustration-tree_1 img {
  max-width: 100%;
}
.section-service .illustration-tree_2 {
  width: 25%;
  max-width: 120px;
  position: absolute;
  bottom: -1.5%;
  right: 10%;
  z-index: 2;
}
.section-service .illustration-tree_2 img {
  max-width: 100%;
}
@media(min-width: 768px) {
  .section-service {
    padding: 100px 50px 120px;
  }
  .section-service h2 {
    max-width: 1040px;
    margin: 0 auto 100px;
  }
  .section-service ol {
    max-width: 1040px;
  }
  .section-service ol li {
    max-width: 1040px;
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .section-service_1, .section-service_3 {
    flex-flow: row-reverse;
  }
  .section-service__imge {
    max-width: 480px;
  }
  .section-service_1 .section-service__imge::before, .section-service_3 .section-service__imge::before {
    position: absolute;
    bottom: -40px;
    left: -40px;
  }
  .section-service_2 .section-service__imge::before, .section-service_4 .section-service__imge::before {
    position: absolute;
    bottom: -40px;
    right: -40px;
  }
  .section-service_1 .service__txt-set, .section-service_3 .service__txt-set {
    width: 100%;
    max-width: 500px;
    margin-left: 60px;
  }
  .section-service_2 .service__txt-set, .section-service_4 .service__txt-set {
    width: 100%;
    max-width: 500px;
    margin-right: 60px;
  }
  .more-btn__wrapper {
    text-align: left;
  }
  .section-service .more-btn {
    margin: 0 auto;
  }
}
.section-works {
  background-color: #e3f0ec;
  padding: 80px 0;
  position: relative;
}
.section-works::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gr.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-works ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-works__1 {
  background-image: url("../images/top/top_works_img1@2x.jpg");
}
.section-works__2 {
  background-image: url("../images/top/top_works_img2@2x.jpg");
}
.section-works__3 {
  background-image: url("../images/top/top_works_img3@2x.jpg");
}
.section-works__4 {
  background-image: url("../images/top/top_works_img4@2x.jpg");
}
.section-works ul li {
  background-repeat: no-repeat;
  background-color: rgba(94, 165, 156, 0.8);
  background-blend-mode: soft-light;
  width: 50%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  outline: 1px solid #FFF;
  outline-offset: -10px;
  display: table;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-works ul li.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-works h3 {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.section-works .fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.section-works .fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-works p {
  margin: 40px auto;
}
.txt-break::after {
  content: "\A";
  white-space: pre;
}
@media(min-width: 320px) {
  .section-works h3 {
    font-size: 1.4rem;
  }
}
@media(min-width: 768px) {
  .section-works {
    padding: 100px 0;
  }
  .section-works ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
  }
  .txt-break::after {
    content: "";
  }
}
@media(min-width: 1240px) {
  .section-works {
    padding: 100px 50px;
  }
  .section-works h2 {
    max-width: 1040px;
    margin: 0 auto 80px;
  }
  .section-works ul {
    max-width: 1040px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-works ul li {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50% 50%;
    outline: 0;
  }
  .section-works li::before {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    border: 1px solid #FFF;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    border-radius: 50%;
  }
}
/* contact */
.section-contact {
  background-color: #FFF;
  padding: 80px 30px;
  position: relative;
}
.section-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_wh.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-contact .title-set {
  margin-bottom: 40px;
}
.section-contact .title-ja {
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 10px auto 0;
  background: #3a636d;
  color: #FFF;
  position: relative;
}
.section-contact .title-ja::before, .section-contact .title-ja::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.section-contact .title-ja::before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 15px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}
.section-contact .title-ja::after {
  top: 0;
  right: 0;
  border-width: 15px 15px 15px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}
.section-contact__box {
  max-width: 550px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.section-contact__box.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-contact h3 {
  margin-bottom: 30px;
}
.section-contact h3 a {
  text-decoration: none;
  font-size: 2.4rem;
  color: #5ea59c;
  margin-bottom: 5px;
}
.contact-btn {
  display: inline-block;
  text-decoration: none;
  border: solid 1px #5ea59c;
  color: #59a097;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2rem;
  padding: 15px 35px;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.contact-btn:hover {
  background-color: #5ea59c;
  color: #FFF;
}
.fa-phone-volume {
  padding-right: 8px;
}
.section-contact__txt-break:after {
  content: "\A";
  white-space: pre;
}
.section-contact p {
  text-align: justify;
  padding-top: 30px;
  display: inline-block;
}
/* イラストあしらい */
.section-contact .illustration-cloud {
  display: none;
}
.section-contact .illustration-cloud_2 {
  display: none;
}
@media(min-width: 768px) {
  .section-contact {
    padding: 100px 50px;
  }
  .section-contact__box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px;
  }
  .section-contact h3 {
    margin-bottom: 40px;
  }
  .section-contact h3 a {
    font-size: 3.6rem;
  }
  .section-contact__txt-break::after {
    content: "";
  }
  /* イラストあしらい */
  .section-contact .illustration-cloud {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 45%;
    left: -50%;
  }
  .section-contact .illustration-cloud img {
    max-width: 100%;
  }
  .section-contact .illustration-cloud_2 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -8%;
    right: -50%;
  }
  .section-contact .illustration-cloud_2 img {
    max-width: 100%;
  }
}
@media(min-width: 1024px) {
  .section-contact p {
    text-align: center;
    padding-top: 40px;
    display: block;
  }
}