body {
  background-color: #F6F6F1;
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}

.header-container {
  background-color: #ffffff;
  margin: 40px 0 40px 40px;
  border-radius: 40px;
  padding: 20px 40px;
  width: 12%;
  max-width: 1310px;
  min-width: 250px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.logo-area {
  position: static;
}

.logo-area img {
  height: 54px;
  width: auto;
}

.wrapper {
  padding: 0px 300px;
}

h1 {
  font-family: "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: #005bac;
}

p {
  font-family: "Yu Gothic UI", "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
  font-size: 16px;
  color: #444;
}

.banner {
  margin-top: 30px;
}

.banner img {
  display: block;
  margin-bottom: 30px;
}

.footer {
  background-color: #f6f6f1;
  padding: 20px 300px;
  font-family: "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
  font-size: 14px;
  color: #333;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.aibsclink {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.aibsclink i {
  font-size: 0.9em;
}
