@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm {
    display: block;
  }
}

.display_anime {
  opacity: 0;
}

.displayed {
  opacity: 1;
}

.section-title {
  text-align: left;
}
.section-title span {
  color: #06326F;
  font-weight: bold;
  font-size: 20px;
}
.section-title h2 {
  color: #222222;
  font-weight: bold;
  font-size: 50px;
}
@media screen and (max-width: 1090px) {
  .section-title h2 {
    font-size: 5vw;
  }
}
.button_area {
  display: block;
  padding: 60px 0 60px;
}
.button_area button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 1000px;
  max-width: 90%;
  height: 130px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  border-radius: 65px;
  background: transparent linear-gradient(180deg, #06326F 0%, #00429E 100%) 0 0 no-repeat padding-box;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button_area button {
    font-size: 20px;
    height: 100px;
  }
}
@media screen and (max-width: 390px) {
  .button_area button {
    text-align: left;
    padding-left: 40px;
  }
}
@media screen and (max-width: 340px) {
  .button_area button {
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
  }
}
.button_area button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.6);
  margin: -10px auto 10px;
  border-color: transparent;
}
.button_area button:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 5%;
  height: 150%;
  background: rgba(255, 255, 255, 0.6);
  transform: rotate(60deg);
  /*45度傾ける*/
  animation: reflect 4s ease-in-out infinite;
}
.button_area button .register-circle {
  position: absolute;
  left: 50px;
  top: 25px;
  background: #FFFFFF;
  width: 80px;
  height: 40px;
  padding: 20px 0;
  border-radius: 50%;
  text-align: center;
  color: #06326F;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .button_area button .register-circle {
    width: 60px;
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
    font-size: 12px;
    left: 20px;
    top: 20px;
  }
}
.button_area button .arrow-circle {
  position: absolute;
  right: 50px;
  top: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url("../src/arrow.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .button_area button .arrow-circle {
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 340px) {
  .button_area button .arrow-circle {
    right: 10px;
  }
}

section {
  display: block;
  margin: 0;
  padding: 60px 0;
}

header {
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("../src/top.svg");
  background-repeat: no-repeat;
  background-position: right 3vw center;
  background-size: auto 70%;
}
@media screen and (max-width: 1090px) {
  header {
    background-position: right center;
    background-size: auto 70%;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-position: center top 35vh;
    background-size: 70% auto;
  }
}
header .logo_img {
  padding: 20px 0 0 20px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  header .logo_img {
    height: auto;
    width: 200px;
    max-width: 80%;
  }
}
header h1 {
  margin: 10vh 0 0 5vw;
  font-weight: bold;
  font-size: 60px;
  transform: translateY(0);
  opacity: 1;
  animation: fade-up 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  header h1 {
    margin: 5vh 0 0 5vw;
    font-size: 11.1vw;
  }
}
header .top-button {
  margin: 5vh 0 0 5vw;
  width: 35vw;
  transform: translateY(0);
  opacity: 1;
  animation: fade-up 1s ease-in-out;
  cursor: pointer;
}
header .top-button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(30);
}
@media screen and (max-width: 1090px) {
  header .top-button {
    position: absolute;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .top-button {
    position: absolute;
    bottom: 15px;
    width: 90%;
  }
}

.problem {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.problem .section-title {
  width: 80%;
  margin: 0 auto;
}
.problem .problem-circle {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
  margin: 60px 30px 0;
  border-radius: 140px;
  background-color: #FFFFFF;
}
.problem .problem-circle img {
  position: absolute;
  width: 320px;
  left: -20px;
  bottom: 50px;
}
.problem .problem-circle p {
  position: absolute;
  bottom: 0;
  width: 280px;
  text-align: center;
  font-weight: bold;
}

.reason {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1800px;
  margin: 0 auto;
}
.reason .reason-box {
  position: relative;
  width: calc(100% - 80px);
  margin: 100px 0 0;
  padding: 60px 40px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.reason .reason-box .reason-box_numbr {
  position: absolute;
  top: -40px;
  left: -40px;
  color: #06326F;
  font-weight: bold;
  font-size: 80px;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 1090px) {
  .reason .reason-box .reason-box_numbr {
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.reason .reason-box h3 {
  font-size: 24px;
  font-weight: bold;
}
.reason .reason-box p {
  font-size: 18px;
  color: #707070;
}
.reason .reason-box img {
  width: 360px;
  position: absolute;
  bottom: 10px;
  right: 40px;
}
@media screen and (max-width: 1090px) {
  .reason .reason-box img {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto 0;
    right: 0;
    bottom: 0;
  }
}

.steps {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}
.steps img {
  width: 100%;
}

.plans {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}
.plans img {
  width: 100%;
}

.company {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company {
    width: 90%;
    padding: 60px 5%;
  }
}
.company.displayed {
  animation: title-anim 0.6s linear forwards;
}
.company .company_contents {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .company .company_contents {
    width: 100%;
  }
}
.company .company_content {
  margin: 30px 0 0;
}
.company .company_content h3 {
  color: #06326F;
  font-weight: bold;
  font-size: 18px;
}
.company .company_content p {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .company .company_content p {
    font-size: 16px;
  }
}
.company iframe {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 30vw;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .company iframe {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40vh;
    margin-top: 30px;
  }
}

footer {
  width: 80%;
  padding: 30px 10%;
  text-align: center;
  background-color: #06326F;
}
footer p {
  color: #FFFFFF;
}

.fade-up {
  transform: translateY(40px);
  opacity: 0;
}
.fade-up.displayed {
  transform: translateY(0);
  opacity: 1;
  animation: fade-up 1s ease-in-out;
}

.fade-left {
  transform: translateX(40px);
  opacity: 0;
}
.fade-left.displayed {
  transform: translateX(0);
  opacity: 1;
  animation: fade-left 1s ease-in-out;
}

.fade-right {
  transform: translateX(-40px);
  opacity: 0;
}
.fade-right.displayed {
  transform: translateX(0);
  opacity: 1;
  animation: fade-right 1s ease-in-out;
}

@keyframes fadeout-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bar-anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadein-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title-anim {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes zoom-anim-pc {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 105% auto;
  }
}
@keyframes zoom-anim-sm {
  0% {
    background-size: auto 100%;
  }
  100% {
    background-size: auto 105%;
  }
}
@keyframes background-in {
  0% {
    background-position: right -100% center;
  }
  100% {
    background-position: right 0 center;
  }
}
@keyframes background-in {
  0% {
    background-position: right bottom -100%;
  }
  100% {
    background-position: right bottom 0;
  }
}
@keyframes reflect {
  0%, 75% {
    transform: rotate(60deg) scale(0);
    opacity: 1;
  }
  100% {
    transform: rotate(60deg) scale(100);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}

/*# sourceMappingURL=style.css.map */
