@charset "utf-8";
.about__top {
      padding-top: clamp(6.25rem, 5.333rem + 1.91vw, 7.625rem);
    padding-bottom: 80px;
}
.about-top__inner {
      padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
    padding-right: clamp(2.813rem, -11.313rem + 29.43vw, 24rem);
}
.about-top__container {
      position: relative;
    display: flex;
    column-gap: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
}
.about-top__title {
    position: absolute;
    width: clamp(9.375rem, 5.333rem + 8.42vw, 15.438rem);
    height: clamp(9.375rem, 5.333rem + 8.42vw, 15.438rem);
    border-radius: 50%;
    background-color: rgba(255,147,0,0.78);
    font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: clamp(34.625rem, 16.042rem + 38.72vw, 62.5rem);
    top: -32%;
}
.about-top__title u {
      font-size: clamp(1.188rem, 0.646rem + 1.13vw, 2rem);
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.about-top__img {
      width: 50%;
    height: auto;
    aspect-ratio: 576/267;
    object-fit: cover;
}
.about-top__text {
      width: 50%;
    line-height: 1.7;
    font-weight: 400;
}

.feature {
      background-color: #F7F7F7;
    padding-top: clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
    padding-bottom: clamp(5rem, 3.417rem + 3.3vw, 7.375rem);
  padding-top: 154px;
}
.feature__inner {
      padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
    padding-right: clamp(2.813rem, -11.313rem + 29.43vw, 24rem);
}
.feature__items {
      margin-top: clamp(2rem, 0.667rem + 2.78vw, 4rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
}
.feature__item {
      display: flex;
    column-gap: clamp(1.25rem, -0.583rem + 3.82vw, 4rem);
  justify-content: space-between;
}
.feature__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.feature__left {
      width: 48%;
    aspect-ratio: 547/313;
    height: auto;
    object-fit: cover;
}
.feature__right {
  width: 48%;
}
.feature__header {
      display: flex;
    align-items: center;
    column-gap: 16px;
}
.feature__number {
      width: clamp(2.875rem, 2.167rem + 1.48vw, 3.938rem);
    height: clamp(2.625rem, 1.958rem + 1.39vw, 3.625rem);
    border-radius: 10px;
    background-color: #C7081C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}
.feature__title {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 600;
}
.feature__text {
      margin-top: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    line-height: 1.7;
    font-weight: 400;
}

.service {
      background-image: url(https://shinsei-j.com/system_panel/uploads/images/service-bg.png);
    background-size: cover;
    background-position: center;
    padding: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
}
.service__container {
      padding-top: 40px;
    padding-bottom: 64px;
    padding-left: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    padding-right: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    background-color: #fff;
}
.service__items {
      margin-top: clamp(2.5rem, 0.333rem + 4.51vw, 5.75rem);
    display: flex;
    column-gap: clamp(0.625rem, -0.292rem + 1.91vw, 2rem);
}
.service__item {
  position: relative;
}
.service__title {
      position: absolute;
    top: -20%;
    font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    font-weight: 700;
    color: #C7081C;
    background: linear-gradient(transparent 65%, #FFDD47 35%);
}
.service__box {
      position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.viewMore__btn {
      position: absolute;
    width: clamp(8rem, 5.125rem + 5.99vw, 12.313rem);
    height: clamp(1.75rem, 1.583rem + 0.35vw, 2rem);
    background-color: #C7081C;
    border-radius: 22px;
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  z-index: 10;
}
.service__img {
      height: auto;
    aspect-ratio: 280/252;
    object-fit: cover;
  transition: all 0.5s;
}
.service__box:hover .service__img {
  transform:scale(1.1);
}
.service__line {
      width: 1px;
    background-color: #CECECE;
}

.about__guide {
  padding-top: clamp(2.5rem, 5.21vw, 6.25rem);
}
.about-guide__inner {
      padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
    padding-right: clamp(2.813rem, -11.313rem + 29.43vw, 24rem);
}
.about-guide__container {
      display: flex;
    column-gap: clamp(1.25rem, -2.083rem + 6.94vw, 6.25rem);
    align-items: center;
    justify-content: center;
}
.about-guide__img {
      border-radius: 50%;
    object-fit: cover;
    width: clamp(17.563rem, 13.396rem + 8.68vw, 23.813rem);
    height: clamp(17.563rem, 13.396rem + 8.68vw, 23.813rem);
}
.about-guide__content {
      padding: clamp(2rem, 1.667rem + 0.69vw, 2.5rem) clamp(1.25rem, -3.292rem + 9.46vw, 8.063rem);
    border: 4px solid #C7081C;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-guide__header {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3px;
}
.about-guide-header__sub {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
    color: #C7081C;
}
.about-guide-header__main {
      background: linear-gradient(transparent 65%, #FFDD47 35%);
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
    padding-bottom: 5px;
}
.abouti-guide__text {
      margin-top: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    text-align: center;
}
.about-guide__btn {
      margin-top: 40px;
    height: clamp(4.25rem, 3.75rem + 1.04vw, 5rem);
    width: clamp(19.5rem, 15.333rem + 8.68vw, 25.75rem);
    background-color: #C7081C;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 700;
    color: #fff;
}

.history {
  padding: clamp(5rem, 3.333rem + 3.47vw, 7.5rem) 0;
}
.history__inner {
      padding-left: clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    padding-right: clamp(2.813rem, -3.312rem + 12.76vw, 12rem);
}
.history__content {
      display: flex;
    column-gap: clamp(1.25rem, -0.125rem + 2.86vw, 3.313rem);
    align-items: center;
    margin-top: 40px;
}
.history__items {
      width: 70%;
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.history__item {
      padding-bottom: clamp(1rem, 2.08vw, 2.5rem);
    border-bottom: 1px solid #CECECE;
    display: flex;
    align-items: baseline;
}
.history-item__left {
  width: 30%;
}
.history-item-left__text {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 600;
    padding: clamp(0.125rem, 0.042rem + 0.17vw, 0.25rem) 0;
    background-color: #C7081C;
    border-radius: 22px;
    color: #fff;
        width: clamp(6.313rem, 2.146rem + 8.68vw, 12.563rem);
    text-align: center;
}
.history-item__right {
      font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 500;
    width: 70%;
}
.history__img {
      width: 30%;
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
}
.history-img__1 {
      width: clamp(10.563rem, 3.938rem + 13.8vw, 20.5rem);
    height: auto;
    aspect-ratio: 328/458;
    object-fit: cover;
}
.history-img__2 {
      width: clamp(10.563rem, 3.938rem + 13.8vw, 20.5rem);
    height: auto;
    aspect-ratio: 328/458;
    object-fit: cover;
    margin-left: auto;
}

@media (max-width: 767px) {
  .about-top__container {
        flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
  .about-top__title {
    top: -64px;
    right: clamp(11.25rem, -12.931rem + 99.2vw, 34.625rem);
  }
  .about-top__img,
  .about-top__text {
    width: 100%;
  }
  .about-top__img {
    aspect-ratio: 312/288;
  }
  
  .feature {
    padding-top: 72px;
  }
  .feature__inner {
    padding: 0 40px;
  }
  .feature__item {
        flex-direction: column;
    row-gap: 24px;
  }
  .feature__item:nth-child(2n) {
    flex-direction: column;
  }
  .feature__left,
  .feature__right {
    width: 100%;
  }
  
  .service__items {
        margin-top: 32px;
    flex-direction: column;
    row-gap: 20px;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
  }
  .service__title {
        position: unset;
    width: fit-content;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .service__img {
    aspect-ratio: 312/174;
  }
  .viewMore__btn {
        width: 197px;
    height: 32px;
    font-size: 18px;
  }
  .service__line {
        width: 100%;
    height: 1px;
  }
  
  .about-guide__inner {
    padding: 0 20px;
  }
  .about-guide__container {
        flex-direction: column;
    row-gap: 18px;
  }
  .about-guide__img {
        width: clamp(12.313rem, 6.881rem + 22.28vw, 17.563rem);
    height: clamp(12.313rem, 6.881rem + 22.28vw, 17.563rem);
  }
  
  .history__inner {
    padding: 0 20px;
  }
  .history__content {
        flex-direction: column-reverse;
    row-gap: 40px;
  }
  .history__items {
        width: 100%;
    max-width: 500px;
  }
  .history__item {
        flex-direction: column;
    row-gap: 8px;
  }
  .history-item__left,
  .history-item__right {
    width: 100%;
  }
  .history__img {
        flex-direction: row;
    width: 100%;
    max-width: 500px;
    column-gap: 13px;
    justify-content: center;
  }
  .history-img__1 {
        margin-bottom: 50px;
    width: clamp(10.563rem, 7.265rem + 13.53vw, 13.75rem);
  }
  .history-img__2 {
        margin-left: 0;
    margin-top: 50px;
    width: clamp(10.563rem, 7.265rem + 13.53vw, 13.75rem);
  }
}

@media (max-width: 389px) {
  .about-top__inner {
    padding: 0 20px;
  }
  .about-top__title {
    right: clamp(10.625rem, -9.665rem + 101.45vw, 15rem);
    width: 120px;
    height: 120px;
  }
  .about-top__title u {
    font-size: 16px;
  }
  
  .feature__inner {
    padding: 0 20px;
  }
  .feature__number {
        font-size: 18px;
    height: 32px;
    width: 32px;
  }
  .feature__title {
    font-size: 18px;
  }
  
  .about-guide-header__main {
    font-size: 20px;
  }
  .about-guide__btn {
        height: clamp(3rem, -2.797rem + 28.99vw, 4.25rem);
    width: clamp(15rem, -5.87rem + 104.35vw, 19.5rem);
    font-size: 18px;
  }
  
  .history-item__right {
    font-size: 14px;
  }
  .history-img__1,
  .history-img__2 {
    width: 120px;
  }
}
