@charset "utf-8";
html{
  font-size: 62.5%;
}

body{
  font-family: "Futura","Century Gothic","AppleGothic",sans-serif;
  color: #FDEAA9;
  background-color: #3784DF;
}

.top{
  position: relative;
}

.top_img{
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_contents{
  height: 100vh;
  padding-top: 10%;
  padding-left: 1%;
  padding-right: 1%;
  position: absolute;
  background-color: rgba(187, 184, 184, 0.5);
}

.top_contents h1{
  font-family: "游ゴシック体", "YuGothic", "游ゴシック","Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.8rem;
}

.top_contents img{
  position: absolute;
  width: 10%;
  padding-top: 5%;
  padding-left: 1%;
}

.top_contents h2{
  font-size: 2rem;
  font-style: italic;
  padding-left: 13.5%;
  padding-top: 5%;
}

.top_contents h3{
  padding-top: 3%;
  font-size: 2rem;
}

.main{
  width: 69.44444%;
  margin-right: 15.28%;
  margin-left: 15.28%;
  position: relative;
}

.main_title{
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック","Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
}

.main_title h1{
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.main_title h2{
  font-size: 3.2rem;
  font-weight: 550;
  line-height: 2;
  letter-spacing: 0.05em;
}

.main_contents{
  background-color: rgba(255, 255, 255, 0.2);
}

.main_contents .img{
  /* display: flex;
  justify-content: space-between; */
  padding: 7.5%;
  z-index: 999;
  width: 60%;
  margin: 0 auto;
}

/* .main_contents .img_mockup{
  width: 48%;
} */

.text{
  font-family: "游ゴシック体", "YuGothic", "游ゴシック","Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
  flex-flow: column;
  z-index: 999;
}

.text_wave1{
  position: absolute;
  left: 0.5%;
  right: 0.5%;
}

.text_request_contents,
.text_intention_contents{
  padding-top: 7.5%;
  padding-bottom: 20%;
}

.text_request_contents h1{
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1%;
}

.text_request_contents ul{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.text_wave2{
  /* padding-top: 20%; */
  position: absolute;
  left: 0.5%;
  right: 0.5%;
}

/* .text_intention_contents{
  padding-top: 35%;
  padding-bottom: 5%;
} */

.text_intention_contents h1{
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1%;
}

.text_intention_contents p{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.text_wave3{
  /* padding-top: 60%; */
  position: absolute;
  left: 0.5%;
  right: 0.5%;
}

.text_result_contents{
  padding-top: 8%;
}

.text_result_contents h1{
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1%;
}

.text_result_contents p{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.return_button {
  margin-top: 5%;
  margin-left: 15.28%;
  margin-bottom: 10%;
}

.return_button img{
  width: 8%;
  height: auto;
}

@media(max-width:640px){

  .top_contents{
    height: 45vh;
    padding-top: 30%;
  }

  .top_contents h1{
    font-size: 1.8rem;
  }

  .top_contents h2,
  .top_contents h3{
    font-size: 1.2rem;
  }
  
  .top_contents img{
    padding-top: 9%;
  }

  .top_img{
    height: 45vh;
  }

  .main_title h1{
    font-size: 1.4rem;
  }
  
  .main_title h2{
    font-size: 2rem;
  }

  .text_request_contents h1{
    font-size: 1.4rem;
    padding-bottom: 2%;
  }

  .text_request_contents ul{
    font-size: 1rem;
  }

  .text_intention_contents h1{
    font-size: 1.4rem;
    padding-bottom: 2%;
  }

  .text_intention_contents p{
    font-size: 1rem;
  }

  .text_result_contents h1{
    font-size: 1.4rem;
    padding-bottom: 2%;
  }

  .text_result_contents p{
    font-size: 1rem;
    padding-bottom: 12%;
  }

  .return_button{
    width:105%;
  }

}