@charset "UTF-8";
/* CSS Document */


.nav-logo {
  margin-right: 20px;
}

.logo-img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  z-index: 9999;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul li {
  margin: 0 15px;
  font-size: 13px;
  letter-spacing: 0.09em;
}

nav ul li a {
  line-height: 100px;
}

nav ul li a:hover {
  text-decoration: underline solid 3px #ffb4b3;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

/*メイン編集*/
header {
  background: url("../素材/kifu_home.png") no-repeat center center;
  background-size: cover;
  height: 480px;
}

.header img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header {
    background-size: contain;
    background-position: center top;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  h1 {
    font-size: 70px;
    color: #0e2f92;
  }

}

.text1 {
  font-size: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #80a6ff;
  font-weight: bold;
}

.mainwrap {
  background-color: #ffffff;
  padding-bottom: 100px;
  padding-top: 60px;
}

.bg {
  width: 100%;
}

.flex {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.flex p {
  color: #333e49;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
}

.p {
  margin-bottom: 40px;
}

.center-block {
  text-align: center;
  width: 100%;
}

.input5 {
  display: inline-block;
  background-color: #cb61e5;
  color: #ffffff;
  border-radius: 20px;
  width: 80%;
  /* 自动适应屏幕 */
  max-width: 350px;
  padding: 13px;
  margin: 30px auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.input5:hover {
  background-color: #480451;
}