@charset "UTF-8";

section {
  padding: 60px 0;
}
section h2 {
  font-size: 2rem;
}
.lead {
  line-height: 1.6;
}
.top-image-section {
  padding: 0;
}
.top-image-wrap {
  background-image: url(/images/common/school-contact/school_contact_top.jpg);
  background-position: 50% 75%;;
  background-size: cover;
  height: 630px;
  position: relative;
  border-bottom: 2px solid #6ec500;
}
.top-image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.top-image-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.category-list {
  list-style: none;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 1rem;
}
.category-list-item {
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 13px 33px;
  color: #fff;
}
.category-list-item.category-item-steam {
  background: #ecc402;
}
.category-list-item.category-item-esports {
  background: #7b2dd1;
}
.category-list-item.category-item-programming {
  background: #1676ee;
}
.category-list-item.category-item-english {
  background: #F44336;
}
.top-title {
  font-size: 3.5rem;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
}
.top-title-small {
  font-size: 2.8rem;
}
.top-title-under-bar {
  padding: 0.8rem 0 0;
  background-image: linear-gradient(124deg, #ff696959 100%);
  background-repeat: no-repeat;
  background-size: 100% 22px;
  background-position: bottom;
}
.top-title-sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
.top-cta-btn-wrap {
  margin-top: 4rem;
  text-align: center;
}
.cta-btn {
  display: inline-block;
  background-color: #2acbb5ad;
  color: white;
  padding: 24px 50px;
  font-size: 1.2rem;
  border-radius: 35px;
  text-decoration: none;
  transition: background 0.3s ease;
  font-weight: 600;
}
.cta-btn:hover {
  background-color: #2acbb5;
}
.section-wh {
  background-color: #fff;
  text-align: center;
}
.section-gr {
  background-color: #f8f8f8;
  text-align: center;
}
.benefits {
  max-width: 900px;
  margin: 60px auto 0;
  display: flex;
  -webkit-column-gap: 42px;
  column-gap: 42px;
}
.benefit {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefit h3 {
  color: #28c3ad;
  font-size: 1.5rem;
}
.benefit p {
  text-align: left;
  line-height: 1.5;
}
.notes {
  font-size: .8rem;
  color: #838383;
}
.benefit p.notes {
  line-height: 2.5;
}
.benefit-image-wrap {
  flex: 1;
  position: relative;
}
.benefit-image-wrap p {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #e3e3e3;
}
.benefit-image {
  width: 100%;
  border-radius: 12px;
}
.benefit-supplement {
  margin-top: 2rem;
}
.steps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 40px auto;
}
.step-box {
  background: white;
  padding: 26px;
  width: 265px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin: 10px;
  border-radius: 8px;
}
.step-box h3 {
  font-size: 20px;
  color: #2e72d2;
}
.step-box p {
  font-size: .9rem;
  margin-top: 1rem;
  line-height: 1.3;
}
.step-number {
  font-size: 36px;
  font-weight: bold;
  color: #ff6a00;
  margin-bottom: 10px;
}
.step-logo {
  width: 100px;
}
.about-jukuterasu {
  font-size: .9rem;
}
.school-category-wrap {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #aaa;
  border-radius: 8px;
}
.school-category-wrap .school-category-list div {
  display: flex;
  column-gap: 1rem;
  margin-top: 18px;
}
.school-category-wrap .school-category-list dt {
  width: 250px;
}
.school-category-wrap .school-category-list dd {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: left;
}
.about-jukuterasu-cta-wrap p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}