@charset "UTF-8";
/* keyframes */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main .mv {
  background-color: #eceec4;
}
main .mv .mv_slide {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
main .mv .mv_slide .slider ul {
  width: 100%;
  padding: 0 0 60.2%;
  list-style: none;
  font-size: 0;
  position: relative;
}
main .mv .mv_slide .slider ul li {
  display: block;
  position: absolute;
  transition: 1s;
  top: 0;
  left: 0;
  width: 100%;
}
main .mv .mv_slide .slider ul li.fadein {
  animation: fadein 2s; /* 3つ目はイージングの変化 デフォルトは ease,一定は linear */
}
main .mv .mv_slide .slider ul li img {
  width: 100%;
  margin: 0 auto;
}
main .mv .mv_slide .circle_ico span {
  display: block;
  position: absolute;
  right: 10%;
  bottom: -2%;
  width: 16%;
  padding-bottom: 16%;
}
main .mv .mv_slide .circle_ico span:nth-child(1) {
  background: url(../img/top/circle_ico01.png) no-repeat center center;
  background-size: 100%;
}
main .mv .mv_slide .circle_ico span:nth-child(2) {
  background: url(../img/top/circle_ico02.png) no-repeat center center;
  background-size: 78%;
}
main .mv .disc {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10% 5%;
  display: flex;
}
main .mv .disc > div:nth-child(1) h2 p {
  position: relative;
  display: inline-block;
}
main .mv .disc > div:nth-child(1) h2 p::before {
  content: " ";
  position: absolute;
  bottom: 8px;
  width: 100%;
  display: block;
  border-bottom: 20px solid #fff;
  z-index: 5;
}
main .mv .disc > div:nth-child(1) h2 p span {
  z-index: 10;
  position: relative;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  color: #0000c8;
}
main .mv .disc > div:nth-child(1) > p {
  padding: 8% 20% 0 0;
}
main .mv .disc > div:nth-child(2) {
  width: 320px;
}
main .mv .disc > div:nth-child(2) p {
  height: 320px;
  width: 320px;
  background-color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: 20%;
}
main .mv .disc > div:nth-child(2) p img {
  width: 50%;
  margin: 0 auto;
}
main .service {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0% 5% 10%;
}
main .service h2 {
  width: 15%;
  position: relative;
  top: -1px;
}
main .service > div {
  margin: 14% 0 0;
  padding-bottom: 59%;
  position: relative;
}
main .service > div div {
  width: 50%;
  position: absolute;
  bottom: 10%;
  right: 0;
}
main .service > div div h3 {
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  color: #0000c8;
  line-height: 1.4em;
}
main .service > div div h3 span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 0.5em;
  padding: 0 0.4em;
}
main .service > div div p {
  padding: 1em 0 3em;
}
main .service > div:nth-child(2) {
  background: url(../img/top/service_01.png) no-repeat right top, url(../img/top/service_01_img.jpg) no-repeat left bottom;
  background-size: 18%, 60%;
}
main .service > div:nth-child(3) {
  background: url(../img/top/service_02.png) no-repeat left top, url(../img/top/service_02_img.jpg) no-repeat right bottom;
  background-size: 15%, 60%;
}
main .service > div:nth-child(3) div {
  left: 0;
  right: auto;
  text-align: right;
}
main .service > div:nth-child(4) {
  background: url(../img/top/service_03.png) no-repeat right top, url(../img/top/service_03_img.jpg) no-repeat left bottom;
  background-size: 13%, 60%;
}
main .contact {
  padding: 5em 0 5em;
}
main .contact a {
  display: block;
  background: url(../img/top/contact_message_ar.png) no-repeat right 5% center #4ce5df;
  background-size: 1.5%;
  text-align: center;
  padding: 3.4em 0 3em;
}
main .contact a img {
  width: 22%;
  margin: 0 auto;
}

footer {
  background-color: #eceec4;
  padding: 5%;
}
footer p img {
  width: 10%;
}

/* タブレットcss */
/* スマホcss */
@media (max-width: 767px) {
  main .mv .mv_slide .circle_ico span {
    width: 20%;
    padding-bottom: 20%;
  }
  main .mv .disc {
    flex-direction: column;
  }
  main .mv .disc > div:nth-child(1) h2 p::before {
    bottom: 5px;
    border-bottom: 14px solid #fff;
  }
  main .mv .disc > div:nth-child(1) h2 p span {
    font-size: 1.8rem;
  }
  main .mv .disc > div:nth-child(1) > p {
    padding: 8% 0% 0 0;
  }
  main .mv .disc > div:nth-child(2) {
    width: 80%;
    margin: 0 auto;
  }
  main .mv .disc > div:nth-child(2) p {
    height: 240px;
    width: 100%;
    margin-top: 15%;
  }
  main .service h2 {
    width: 30%;
  }
  main .service > div {
    margin: 18% 0 0;
    padding-top: 59%;
    padding-bottom: 48%;
  }
  main .service > div div {
    position: absolute;
    bottom: 0;
    width: 80%;
  }
  main .service > div div h3 {
    font-size: 1.5rem;
  }
  main .service > div:nth-child(2) {
    background: url(../img/top/service_01.png) no-repeat right top, url(../img/top/service_01_img.jpg) no-repeat left top;
    background-size: 27%, 60%;
  }
  main .service > div:nth-child(3) {
    background: url(../img/top/service_02.png) no-repeat left top, url(../img/top/service_02_img.jpg) no-repeat right top;
    background-size: 22%, 60%;
  }
  main .service > div:nth-child(4) {
    background: url(../img/top/service_03.png) no-repeat right top, url(../img/top/service_03_img.jpg) no-repeat left top;
    background-size: 19%, 60%;
  }
  main .contact a {
    display: block;
    background: url(../img/top/contact_message_ar.png) no-repeat right 5% center #4ce5df;
    background-size: 3%;
    text-align: center;
    padding: 3.4em 0 3em;
  }
  main .contact a img {
    width: 34%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=top.css.map */