body {
  background: url(/img/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 623px) {
  body {
    font-size: 16px;
  }
}

.content {
  max-width: 768px;
  margin: 0 auto;
}

.title {
  margin-bottom: 25px;
}
@media screen and (max-width: 623px) {
  .title--about {
    margin-left: 10px;
  }
}
.title__en {
  font-size: 50px;
  line-height: 60px;
}
.title__jp {
  font-size: 16px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

header {
  height: 87px;
  max-width: 624px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
header .header-wrap {
  display: flex;
}
header .logo {
  position: fixed;
}
header .logo img {
  width: 170px;
  transform: rotate(7deg);
  position: absolute;
  left: -20px;
  top: -15px;
}
header .openbtn {
  position: fixed;
  width: 624px;
}
header .openbtn__circle {
  width: 56px;
  height: 56px;
  background-color: #405093;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 12px;
}
header nav {
  display: none;
}

.kv {
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
}
.kv img {
  width: 100%;
  max-width: 624px;
}
@media screen and (max-width: 623px) {
  .kv {
    padding: 0 10px;
    max-width: 100%;
  }
}

.con {
  max-width: 624px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 623px) {
  .con {
    max-width: 100%;
    margin: 0 10px 80px;
  }
}
.con .con-top {
  margin: 58px 0 38px;
}
.con .con-top__txt {
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 623px) {
  .con .con-top__txt {
    font-size: 26px;
    line-height: 40px;
  }
}
.con .con-top__en {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 623px) {
  .con .con-top__en {
    font-size: 14px;
  }
}
.con .con-main__txt {
  font-size: 18px;
}
@media screen and (max-width: 623px) {
  .con .con-main__txt {
    font-size: 16px;
  }
}

.about {
  max-width: 624px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 623px) {
  .about {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
}
.about .about-item {
  position: relative;
  margin-bottom: 125px;
}
@media screen and (max-width: 623px) {
  .about .about-item {
    margin: 0 10px 100px;
  }
}
.about .about-item__title {
  display: flex;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 623px) {
  .about .about-item__title {
    font-size: 20px;
  }
}
.about .about-item__title--2 {
  margin-left: 160px;
}
@media screen and (max-width: 623px) {
  .about .about-item__title--2 {
    margin-left: 140px;
  }
}
.about .about-item__title-icon {
  margin-right: 5px;
}
.about .about-item__img {
  position: absolute;
  right: -27px;
  top: -88px;
}
@media screen and (max-width: 623px) {
  .about .about-item__img {
    top: -77px;
  }
}
.about .about-item__img img {
  width: 166px;
  overflow: hidden;
}
@media screen and (max-width: 623px) {
  .about .about-item__img img {
    width: 150px;
  }
}
.about .about-item__img--2 {
  left: -27px;
}

.overview {
  max-width: 624px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 623px) {
  .overview {
    max-width: 100%;
    margin: 0 10px 100px;
  }
}
.overview .overview-item {
  border-bottom: 0.5px solid #ffffff;
  padding: 25px 0;
}
.overview .overview-item--first {
  padding-top: 0;
}
.overview .overview-item__title {
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 623px) {
  .overview .overview-item__title {
    font-size: 20px;
  }
}
.overview .overview-item__txt {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 623px) {
  .overview .overview-item__txt {
    font-size: 16px;
    line-height: 26px;
  }
}
.overview .overview-item__memo {
  display: inline-block;
  font-size: 16px;
}
.overview .overview-item__memo a {
  border-bottom: 1px solid #ffffff;
}

footer {
  text-align: center;
  font-size: 16px;
}
footer ul {
  padding: 0px;
}
footer li {
  list-style: none;
}
footer .insta-icon {
  width: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 623px) {
  footer {
    font-size: 14px;
  }
}

.rule-items {
  max-width: 624px;
  margin: 50px auto 100px;
}

.rule-item {
  margin-bottom: 20px;
}
.rule-item a {
  text-decoration: underline;
}
@media screen and (max-width: 623px) {
  .rule-item {
    margin-left: 20px;
  }
}

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