@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* index common
******************************************************************************************** */
.home__ttl {
  color: #0054a6;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 40px;
}
.home__txt {
  font-size: 18px;
  font-size: 1.8rem;
}
.home__btn {
  margin: 40px auto;
  text-align: center;
}
.home__btn img {
  width: 305px;
}

/* header
******************************************************************************************** */
.header.fixed .header__id {
  float: left;
}
.header.fixed .gnav {
  display: block;
}

.slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.slider__txt {
  text-align: left;
  position: absolute;
  bottom: 60px;
  left: 200px;
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  z-index: 2;
  font-weight: bold;
  margin: 0;
}
.slider .swiper-container {
  width: 100%;
  overflow: hidden;
}
.slider .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1400px) {
  .slider__txt {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .slider__txt {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .slider__txt {
    font-size: 6vw;
  }
}
.gnav--home ul {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

/* about
******************************************************************************************** */
.about__top {
  position: relative;
  width: 100%;
  background: #d1e8f1;
  padding-top: 20px;
}
.about__top--img {
  margin: 0;
}
.about__top--img img {
  width: 100%;
  max-width: auto;
}
.about__top .home__ttl {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.about__in {
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .about__in {
    width: 100%;
  }
}
.about__txt {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 40px;
}
.about__gif {
  position: relative;
  width: 100%;
  margin: 0;
}
.about__yagi {
  margin: 0;
}
.about__yagi img {
  width: auto;
  height: 74px;
  position: absolute;
  bottom: 5px;
  right: 50px;
  z-index: 2;
  animation: walk-left 14s linear forwards;
}
@keyframes walk-left {
  from {
    right: 50px;
  }
  to {
    right: 50%; /* 左のヤギに出会う位置に合わせて調整 */
  }
}
.about__bottom {
  width: 100%;
  margin: 0;
}
.about__bottom img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 1500px) {
  .about__yagi img {
    height: 64px;
  }
}
@media screen and (max-width: 1340px) {
  .about .home__ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .about__yagi img {
    height: 54px;
  }
}
@media screen and (max-width: 1110px) {
  .about .home__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .about__yagi img {
    height: 50px;
  }
}
@media screen and (max-width: 960px) {
  .about .home__ttl .sp-mode {
    display: block;
  }
  .about__yagi img {
    height: 42px;
  }
}
/* service
******************************************************************************************** */
.service {
  padding: 60px 0;
}
.service__in {
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .service__in {
    width: 100%;
  }
}
.service__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0;
}
.service__img {
  width: 48%;
  margin: 0;
}
.service__detail {
  width: 47%;
}
.service__ttl {
  margin: 0;
  color: #0054a6;
  font-size: 26px;
  font-size: 2.6rem;
}
.service__cap {
  font-size: 16px;
  font-size: 1.6rem;
}

/* work
******************************************************************************************** */
.work {
  padding: 60px 0;
  background: #f7f8f8;
}
.work__in {
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .work__in {
    width: 100%;
  }
}
.work__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0054a6;
  text-align: center;
}
.work__imgs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.work__imgs li {
  width: 33%;
  margin-bottom: 5px;
}

/* info
******************************************************************************************** */
.info {
  padding: 60px 0;
}
.info__in {
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .info__in {
    width: 100%;
  }
}
.info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}
.info__list li {
  padding: 20px 0;
  border-bottom: 1px dotted #0054a6;
}
.info__list li:first-child {
  padding-top: 0;
}
.info__date {
  border-right: 1px solid #231815;
  margin-right: 20px;
  padding-right: 20px;
}

/* insta
******************************************************************************************** */
.insta {
  padding: 60px 0;
  background: #f7f8f8;
}
.insta__in {
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .insta__in {
    width: 100%;
  }
}
.insta__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: end;
  -ms-align-items: end;
  -o-align-items: end;
  align-items: end;
}
.insta__left {
  width: 33%;
}
.insta__img {
  width: 28%;
}
.insta__img--txt {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.insta__img--txt span {
  display: block;
}
.insta__right {
  width: 37%;
}

/* contact
******************************************************************************************** */
.contact {
  padding: 60px 0;
}
.contact__in {
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .contact__in {
    width: 100%;
  }
}
.contact__txt {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
}
.contact__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}/*# sourceMappingURL=index.css.map */