/* Base */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #111;
  background-color: #fff;
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.bx-wrapper {
    margin: 0 auto!important;
}
#main {
    margin-bottom: 0px!important;
}
/* Hero */
.hero {
  background: #000;
  color: #fff;
  padding: 120px 20px;
  text-align: center;
}

.hero-title {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-align: center;
}

.hero-name {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin: 40px auto 20px;
}

.hero-sub {
  font-size: 16px;
  margin-top: 8px;
  opacity: 0.8;
  text-align: center;
}

/* Sections */
.section {
  padding: 100px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}
#gnav li {
  box-sizing: border-box;
}

/* Titles */
.section-title {
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  font-weight: bold;
}

/* Profile */
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}

/* RSC */
.rsc {
  background: #f7f7f7;
  margin-bottom: 0!important;
}

.rsc-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}

/* Text */
.profile-text p,.rsc-text p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.message {
  font-weight: 600;
  font-size: 18px;
}

.footer_logo {
  text-align: center;
  width: 100px;
  margin: 0 auto 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .profile-grid,
  .rsc-grid {
    grid-template-columns: 1fr;
  }

  .hero-name {
    font-size: 32px;
  }

  .section {
    padding: 60px 20px;
  }
	
  .bx-wrapper {
    margin: 0 auto 30px!important;
  }
  #visual {
    display: none;
  }
  #main {
    margin-bottom: -20px!important;
  }
  .footer_logo img {
    margin: 0 auto;
  }
}
