@charset "utf-8";
.about-top {
      padding-top: 80px;
    padding-bottom: 97px;
    position: relative;
}
.about-top__deco {
      object-fit: contain;
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.scroll-icon {
      position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(3.75rem, 1.821rem + 3.01vw, 5.438rem);
    object-fit: contain;
}
.about-top__inner {
  padding: 0 clamp(2.5rem, -8.357rem + 16.96vw, 12rem);
}
.about-top__container {
      display: flex;
    justify-content: space-between;
    column-gap: clamp(1.25rem, -7.036rem + 12.95vw, 8.5rem);
    align-items: flex-start;
}
.about-top-img__1 {
      width: 281px;
    object-fit: contain;
}
.about-top__content {
      display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.about-top__title {
      font-size: clamp(1.375rem, 0.661rem + 1.12vw, 2rem);
    line-height: 2;
    font-weight: 700;
    text-align: center;
}
.about-top__text {
      margin-top: 38px;
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 700;
    text-align: center;
}
.about-top-img__2 {
  width: 263px;
  margin-top: 100px;
}

.feature {
  padding-top: 64px;
  padding-bottom: 100px;
  position: relative;
}
.feature-deco {
      position: absolute;
    object-fit: contain;
    z-index: -1;
    top: 434px;
}
.feature__inner {
  padding: 0 clamp(2.5rem, -15.214rem + 27.68vw, 18rem);
}
.feature__items {
      margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.feature__item {
  display: flex;
}
.feature-item__left {
  width: 50%;
  position: relative;
}
.feature__img {
      height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blue-text {
      position: absolute;
    width: clamp(11.25rem, 7.607rem + 5.69vw, 14.438rem);
    bottom: 20px;
    right: 20px;
}
.feature-item__right {
      width: 50%;
    padding-left: clamp(1.25rem, -2.179rem + 5.36vw, 4.25rem);
}
.feature-item__right--2 {
    padding-left: 0;
    padding-right: clamp(1.25rem, -2.179rem + 5.36vw, 4.25rem);
}
.feature-title__main {
      font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
    font-weight: 700;
    padding: 12px;
    line-height: 1;
    background-color: #FF6F00;
    width: fit-content;
    color: #fff;
}
.feature-title__sub {
      margin-top: 23px;
    font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem);
    line-height: 2;
    font-weight: 700;
}
.feature__text {
      margin-top: clamp(1.25rem, -0.107rem + 2.12vw, 2.438rem);
    font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
    font-weight: 700;
    line-height: 2;
}

.information {
    background-image: url(https://gokigenjuku.jp/system_panel/uploads/images/information-bg.png);
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: clamp(7.5rem, 4.643rem + 4.46vw, 10rem);
}
.information__inner {
  padding: 0 clamp(2.5rem, -15.214rem + 27.68vw, 18rem);
}
.information__content {
      margin-top: 40px;
    padding: 32px 40px;
    background-color: #fff;
}
.google__box {
      padding-bottom: 16px;
    border-bottom: 1px solid #000;
}
.google__box > iframe {
      width: 100%;
    height: 298px;
    border: none;
}
.information__item {
      padding: clamp(1.25rem, 0.25rem + 1.56vw, 2.125rem) 0;
    border-bottom: 1px solid #000;
    display: flex;
}
.information__left {
      width: 26%;
    font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
    font-weight: 700;
    padding-left: 32px;
}
.information__right {
      width: 84%;
    font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
    font-weight: 700;
}

@media (max-width: 1023px) {
  .about-top__container {
        flex-direction: column;
    row-gap: 20px;
  }
  .about-top-img__1 {
    width: 240px;
  }
  .about-top-img__2 {
        margin-top: 0;
    margin-left: auto;
    width: 220px;
  }
  
  .feature__item {
        flex-direction: column;
    row-gap: 16px;
  }
  .feature__item:nth-child(2) {
      flex-direction: column-reverse;
  }
  .feature-item__left {
    width: 100%;
  }
  .blue-text {
    width: 231px;
  }
  .feature-item__right {
        padding: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-top {
    padding-top: 40px;
  }
  .scroll-icon {
        width: 87px;
    bottom: 0;
  }
  .about-top__deco {
    bottom: 16%;
  }
  .about-top__inner {
    padding: 0 20px;
  }
  .about-top__container {
    row-gap: 18px;
  }
  .about-top-img__1 {
        aspect-ratio: 212 / 118;
    object-fit: cover;
    border-radius: 5px;
    width: clamp(13.25rem, 10.147rem + 12.73vw, 16.25rem);
  }
  .about-top__title {
    font-size: 20px;
  }
  .about-top__text {
    margin-top: 20px;
  }
  .about-top-img__2 {
    width: clamp(6.5rem, 2.879rem + 14.85vw, 10rem);
  }
  
  .feature {
    padding-top: 56px;
    padding-bottom: 0;
  }
  .feature-deco {
    display: none;
  }
  .feature__inner {
    padding: 0 20px;
  }
  .feature__items {
    margin-top: 20px;
  }
  .feature__img {
        aspect-ratio: 350 /223;
    object-fit: cover;
  }
  .blue-text {
    width: clamp(11.25rem, 9.957rem + 5.31vw, 12.5rem);
  }
  .feature-title__main {
        font-size: 20px;
    padding: 10px;
  }
  .feature-title__sub {
        margin-top: 10px;
    font-size: clamp(1rem, 0.871rem + 0.53vw, 1.125rem);
  }
  
  .information {
        padding-top: 20px;
    padding-bottom: 20px;
  }
  .information__inner {
    padding: 0 20px;
  }
  .information__content {
        margin-top: 20px;
    padding: 16px 19px;
  }
  .google__box > iframe {
    height: 227px;
  }
  .information__item {
        padding: 18px 0;
    flex-direction: column;
    row-gap: 12px;
  }
  .information__left {
    padding-left: 12px;
  }
  .information__right {
    padding-left: 12px;
  }
}

@media (max-width: 389px) {
  .feature-title__sub {
    font-size: clamp(0.875rem, 0.861rem + 0.57vw, 1rem);
  }
}

span {
  display: inline-block;
}
u {
  text-decoration: none;
  display: inline-block;
}