html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.container {
  background-image: url(../images/background.png);
  background-repeat: repeat-y;
}

@media screen and (min-width: 600px), print {
  .container {
    background-size:cover;
  }
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.rotate5 {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.rotate10 {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.rotate15 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.rotate20 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.rotate25 {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.rotate-5 {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.rotate-10 {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.rotate-15 {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.rotate-20 {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.rotate-25 {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.text {
  line-height: 4rem;
  padding: 0 4%;
}

.text-blue {
  color: #24407d;
}

.inview-img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.inview-img.visible {
  opacity: 1;
}

.main-visual {
  height: 90vh;
  background-image: url(../images/main-visual.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.site-title {
  display: block;
  width: 90%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: leftIn 1s ease-out .5s;
          animation: leftIn 1s ease-out .5s;
}

.site-title__main {
  display: block;
}

.site-title__sub {
  display: block;
  width: 80%;
}

@-webkit-keyframes leftIn {
  0% {
    -webkit-transform: translate(-300px, -50%);
            transform: translate(-300px, -50%);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

@keyframes leftIn {
  0% {
    -webkit-transform: translate(-300px, -50%);
            transform: translate(-300px, -50%);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

.intro {
  position: relative;
}

.intro__title {
  width: 80%;
  max-width: 400px;
  margin-left: 5%;
}

.intro__text {
  padding-top: 10rem;
  padding-bottom: 38rem;
}

.intro .img1 {
  position: absolute;
  width: 16rem;
  top: 5rem;
  right: 2rem;
}

.intro .img2 {
  position: absolute;
  width: 25rem;
  left: 2rem;
  bottom: 20rem;
}

.intro .map {
  position: absolute;
  width: 30rem;
  right: 2rem;
  bottom: 3rem;
}

.plan {
  position: relative;
}

.plan__title {
  width: 100vw;
}

.plan__text {
  padding-top: 2rem;
}

.plan__body--text .text-list {
  padding: 0 4%;
}

.plan__body--text .text-list .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan__body--text .text-list .text-item .main-text {
  font-weight: 700;
}

.plan__body--text .text-list .text-item .number-img {
  display: block;
  margin-right: 1rem;
  width: 40px;
  max-width: 40px;
}

.plan__body--images {
  display: none;
  width: 65%;
  margin-top: 0rem;
}

.plan__body--images .images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plan__body--images .images-list li {
  margin-bottom: 10rem;
}

.plan .check {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.plan .img3 {
  width: 25rem;
}

.plan .img4 {
  width: 20rem;
}

.detail__img {
  width: 100vw;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail__text {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.detail__btn img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.detail__btn img:hover {
  opacity: .9;
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
  -webkit-box-shadow: 0px 5px 3px #000;
          box-shadow: 0px 5px 3px #000;
}

.detail__btn img:active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

footer {
  height: 150px;
  background-image: url(../images/footer-img.png);
  background-position: center;
}

@media screen and (min-width: 600px), print {
  .site-title {
    width: 70%;
  }
  .site-title__main {
    width: 100%;
  }
  .site-title__sub {
    width: 80%;
  }
  .intro__title {
    margin-top: 5rem;
  }
  .intro__title img {
    width: 100%;
    max-width: 50rem;
  }
  .intro__text {
    padding-top: 10rem;
    padding-bottom: 12em;
  }
  .intro .img1 {
    width: 18rem;
    top: 5rem;
    right: 2rem;
  }
  .intro .img2 {
    width: 30rem;
    left: 0rem;
    bottom: 0rem;
  }
  .intro .map {
    width: 30rem;
    bottom: 5rem;
    right: 5rem;
  }
  .plan__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plan__body--text {
    width: 50%;
    font-size: 1.6rem;
  }
  .plan__body--text .insert {
    display: none;
  }
  .plan__body--text .img3 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .plan__body--text .text-list .text-item .number-img {
    margin-right: 10px;
  }
  .plan__body--images {
    display: block;
    width: 45%;
  }
  .plan__body--images .row-3 {
    width: 50%;
  }
  .plan__body--images .row-2 {
    width: 50%;
  }
  .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .detail__img {
    display: block;
    width: 40%;
  }
  .detail__body {
    width: 60%;
    padding: 0 2rem;
  }
  .detail__body p {
    padding-bottom: 2rem;
  }
  .detail__text {
    padding: 0;
    line-height: 2;
  }
}

@media screen and (min-width: 700px), print {
  .intro__text {
    padding-bottom: 15em;
  }
  .intro .map {
    width: 40rem;
    bottom: 2rem;
    right: 5rem;
  }
  .plan__title {
    width: 50%;
    margin: 0 auto;
  }
  .plan__body--images .images-list li {
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 750px), print {
  .plan__body--images .images-list li {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 800px), print {
  .plan__body--images .images-list li {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .plan__body--images {
    width: 48%;
    margin-top: 10rem;
  }
  .plan__body--images .images-list li {
    margin-bottom: 10rem;
  }
  .plan__body--images .images-list .row-3 {
    width: 33%;
  }
  .plan__body--images .images-list .row-2 img {
    width: calc((33 / 50) * 100%);
  }
}

@media screen and (min-width: 1200px) {
  .intro {
    width: 70%;
  }
  .intro .img1 {
    width: 30rem;
    top: 20rem;
    right: -30rem;
  }
  .intro .img2 {
    width: 30rem;
    left: 2rem;
    bottom: 0rem;
  }
  .intro .map {
    width: 35rem;
    display: inline;
    bottom: 30rem;
    right: -35rem;
  }
  .plan__body--images {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */