.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
header {
  position: relative;
  background: center center / cover url(../img/0000.jpg) no-repeat;
  /*padding: 270px 4%;*/
  height:100vh;
}
h1 {
  margin: auto;
  max-width: 334px;
  position: absolute;
  left: calc((100% - 334px) /2);
  top: calc((100% - 232px) /2);
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-delay: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(0px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}
.scrolldown span {
  position: absolute;
  left: -22px;
  top: -35px;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
}
.scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #FFF;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/*notes*/
.s01__wrap {
  padding: 100px 4%;
}
.s01__wrap .box1__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 980px;
}
h2 {
  color: #E25500;
  font-family: 'Oswald', sans-serif;
  font-size: 6.0rem;
  line-height: 1;
  font-weight:500;
}
h2 span {
  color: #3E322A;
  display: block;
  font-size: 2.5rem;
  margin-top: .75em;
  font-weight:600;
}
.s01__wrap .box1__wrap div {
  width: 68.46%;
}
.s01__wrap h3 {
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: .75em;
}
.s01__wrap .box2__wrap {
  margin: auto;
  max-width: 980px;
  text-align: center;
}
.s01__wrap h4 {
  font-size: 2.5rem;
  margin-bottom: .5em;
}
.s01__wrap .box2__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s01__wrap .box2__wrap li {
  /*font-weight: 700;*/
  font-weight: 500;
  width: 31.42%;
}
.s01__wrap .box2__wrap li p {
  margin: 1em;
}

/*notes*/
.s02__wrap {
  background: #F8F8F8;
  padding: 100px 4%;
  text-align: center;
}
.s02__wrap img {
  margin: 60px auto;
  max-width: 814px;
  width: 100%;
}
.s02__wrap p {
  background: #434343;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  margin: auto;
  max-width: 745px;
}

/*notes*/
.s03__wrap {
  padding: 100px 4%;
}
.s03__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
}
.s03__wrap .box__wrap div {
  width: 68.46%;
}
.s03__wrap img {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  max-width: 145px;
}

/*notes*/
.s04__wrap {
  background: #F8F8F8;
  padding: 100px 4%;
}
.s04__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
}
.s04__wrap .box__wrap .box {
  width: 68.46%;
}
dl div {
  border-top: 1px solid #C6C6C6;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1.75em 1.5em;
}
dl div:last-child {
  border-bottom: 1px solid #C6C6C6;
}
dt {
  max-width: 6em;
  width: 100%;
}

/*notes*/
.s05__wrap {
  padding: 100px 4%;
  text-align: center;
}
.s05__wrap img {
  margin-top: 60px;
  max-width: 406px;
  width: 100%;
}

/*notes*/
footer {
  background: #F8F8F8;
  font-size: 1.2rem;
  padding: 50px 0 5px;
  text-align: center;
}
footer img {
  margin-bottom: 50px;
  max-width: 189px;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}

/*notes*/
header {
  /*padding: 250px 4%;*/
  height:80vh;
}
h1 {
  /*max-width: 80%;*/
  max-width: 70%;
  left: 15%;
  top: 32%;
}

/*notes*/
.s01__wrap {
  padding: 60px 5%;
}
.s01__wrap .box1__wrap {
  display: block;
  margin: 0 auto 60px;
}
h2 {
  font-size: 4.0rem;
  margin-bottom: 1em;
}
h2 span {
  font-size: 1.8rem;
  margin-top: -1em;
  text-align: right;
}
.s01__wrap .box1__wrap div {
  width: 100%;
}
.s01__wrap h3 {
  font-size: 2.2rem;
}
.s01__wrap h4 {
  font-size: 2.0rem;
}
.s01__wrap .box2__wrap ul {
  display: block;
}
.s01__wrap .box2__wrap li {
  margin: auto;
  width: 90%;
}
.s01__wrap .box2__wrap li p {
  font-size: 1.6rem;
}

/*notes*/
.s02__wrap {
  padding: 60px 5%;
}
.s02__wrap img {
  margin: 40px 0;
}
.s02__wrap p {
  font-size: 1.8rem;
  padding: .25em;
}

/*notes*/
.s03__wrap {
  padding: 60px 5%;
}
.s03__wrap .box__wrap {
  display: block;
}
.s03__wrap .box__wrap div {
  width: 100%;
}
.s03__wrap img {
  max-width: 133px;
}

/*notes*/
.s04__wrap {
  padding: 60px 5%;
}
.s04__wrap .box__wrap {
  display: block;
}
.s04__wrap .box__wrap .box {
  width: 100%;
}
dl div {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 1em;
}

/*notes*/
.s05__wrap {
  padding: 60px 5% 40px;
}
.s05__wrap h2 span {
  display: block;
  margin-top: 1em;
  text-align: center;
}
.s05__wrap img {
  margin-top: 0;
  width: 80%;
}

/*notes*/
footer {
  font-size: 1.0rem;
  padding: 30px 20px;
}
footer img {
  margin-bottom: 20px;
  max-width: 154px;
}
}