@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
.bg-main-blue {
  background-color: #444dc8;
}

.bg-main-yellow {
  background-color: #F2AD35;
}

.bg-main-red {
  background-color: #B8323C;
}

.bg-main-green {
  background-color: #05604C;
}

.bg-main-purple {
  background-color: #4F3B81;
}

.bg-nav {
  background-color: rgba(255, 255, 255, 0.7);
}

body {
  padding-top: 71px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: 18px;
}

.main-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: white;
}

.main-image {
  animation: 40s linear infinite rotation1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top {
  position: relative;
  background: url("../img/main01-black.png");
  background-size: cover;
  background-position: center;
}

.section-title {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #444dc8 0%);
}

.sub-title {
  font-size: 20px;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: black; /*文字色*/
  border-left: solid 7.5px #444dc8; /*左線*/
}

.weight-bold {
  font-weight: bold;
}

.voice-title {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.voice-title:before, .voice-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
}

.voice-title:before {
  left: 0;
}

.voice-title:after {
  right: 0;
}

.footer-logo {
  width: 50px;
}

.nav-link {
  text-decoration: none;
  color: white;
}

.nav-link:hover {
  color: #F2AD35;
}

.rights-text {
  font-size: 8px;
}

.policy-text p {
  font-size: 14px;
  line-height: 2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.policy-text ol {
  font-size: 14px;
  line-height: 2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.policy-text h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}

.policy-text ul {
  font-size: 14px;
  line-height: 2em;
}

.btn-main {
  background: #444dc8;
  color: white;
}

.btn-main:hover {
  text-decoration: none;
  color: white;
}/*# sourceMappingURL=main.css.map */