@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body,
html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  vertical-align: bottom;
  height: auto;
}
a img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.content_wrapper {
  position: relative;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.content_wrapper img {
  width: 100%;
  height: auto;
}

/*FV*/
section {
  padding: 0 5%;
}
#fv {
  position: relative;
  width: 100%;
  height: 615px;
  background-image: url(../img/fv_bg.jpg);
  background-size: cover;
  background-position: right center;
}
#logo {
  width: 263px;
  margin: 60px auto 0;
}
h1.head_copy {
  width: 100%;
  text-align: left;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  margin-top: 80px;
}
#fv .sub_copy {
  width: 100%;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin-top: 25px;
}
#fv .fv_btn {
  width: 509px;
  margin-top: 48px;
}
#fv .fv_illust {
  position: absolute;
  top: 23%;
  right: 0;
  width: 315px;
  margin-top: 48px;
}
#fv .login-link {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 14px;
}
#fv .login-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/*コンテンツ*/
#content03 a.manual {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  width: 230px;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  color: #333;
  border: 2px solid #333;
  border-radius: 10px;
}
#content03 a.manual:hover {
  background-color: #eee;
}
#content04 .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 510px;
}
#content06 {
  position: relative;
}
#content06 .faq_illust {
  position: absolute;
  bottom: 13%;
  right: 0;
  width: 160px;
}
/*フッター*/
footer {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #c4deff;
  padding: 0 3%;
}
footer .footer_navi {
  white-space: nowrap;
  padding-top: 40px;
}
footer .footer_navi a {
  font-size: 12px;
  text-decoration: none;
  color: #4b4b4b;
}
footer .copyright {
  position: absolute;
  right: 5%;
  top: 0;
  font-size: 12px;
  padding-top: 40px;
  color: #696969;
  letter-spacing: 0.1em;
}
.bottom_txt {
  width: 100%;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 13px;
}

/*下層*/
#lower_fv {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(../img/fv_bg.jpg);
  background-size: cover;
  background-position: right center;
}
#logo {
  width: 263px;
  margin: 60px auto 0;
}
#lower_fv .midashi {
  font-size: 20px;
  margin: 28px auto 0;
  font-weight: 500;
}
.lower_content {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: 90px auto;
  font-size: 14px;
  line-height: 1.7em;
  text-align: left;
}
.lower_content h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 50px 0 25px;
}
