html {
  scroll-behavior: smooth;
}
.about__btn {
  background: var(--colorWhite);
  color: var(--colorTurquoise);
  margin-top: 48px;
}

.aboutColoredSection {
  align-items: center;
  background: var(--colorTurquoise);
  display: flex;
  flex-direction: row;
  gap: 20vw;
  margin-left: auto;
  width: 85vw;
}

.about__contents {
  margin-top: 35px;
}

.about__img {
  margin: 0 calc(48% - 55vw);
}

.about__img img {
  height: auto;
  max-width: 584px;
  width: 100%;
}

.about__img--inner {
  display: none;
}

.aboutLogo img {
  bottom: 0;
  height: auto;
  max-width: 328px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}

.aboutSection {
  margin-top: 65px;
  overflow: hidden;
}

.about__textArea {
  color: var(--colorWhite);
  font-family: var(--fontNotoSerifJP);
  max-width: 500px;
  order: 2;
  padding: 85px 0 58px;
  position: relative;
  z-index: 2;
}

.about__textArea a {
  color: var(--colorWhite);
}

.about__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}

.about__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.achievement__btn {
  background: var(--colorWhite);
  color: var(--colorTurquoise);
  margin-top: 77px;
  text-align: center;
}

.achievement__btn--container {
  text-align: center;
}

.achievement__container {
  flex: 1;
  z-index: 2;
}

.business__banner {
  display: flex;
}

.business__banner img {
  /* max-height: 125px; */
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.business__display {
  margin-top: 80px;
}

.business__display--heading {
  font-family: var(--fontNotoSerifJP);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.business__display--number {
  align-items: center;
  border: 1px solid var(--colorTurquoise);
  border-radius: 50%;
  display: flex;
  height: 71px;
  justify-content: center;
  opacity: .6;
  position: absolute;
  right: 50%;
  top: -55px;
  transform: translateX(35%);
  width: 71px;
}

.business__display--number p {
  color: var(--colorTurquoise);
  font-family: var(--fontRoboto);
  font-size: 40px;
  font-weight: 400;
}

.business__display--point {
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  position: relative;
  width: 100%;
}

.business__display--pointsList {
  width: fit-content;
}

.business__display--point::after {
  background: url(../images/topPage/point-right-arrow.png);
  background-position: center;
  background-size: contain;
  content: "";
  height: 17px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
}

.business__display--list {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}

.business__display--list a {
  color: var(--colorBlack);
}

.business__display--listItem {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-right: 20px;
  position: relative;
}

.business__display--listItem img {
  height: auto;
  max-width: 235px;
  width: 100%;
}

.business__heading {
  font-family: var(--fontNotoSerifJP);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
}

.business__subheading {
  color: var(--colorTurquoise);
  font-family: var(--fontRoboto);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
}

.business__title {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.carousel {
  margin-top: 25px;
  max-width: 600px;
  position: relative;
}

.carousel__card--date {
  color: var(--colorTurquoise);
  font-family: var(--fontNotoSansJP);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.carousel__card--outer a {
  color: var(--colorBlack);
}

.carousel__card--title {
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.carousel__card--textArea {
  background: #fff;
}

.carousel__card--textAreaInner {
  padding: 16px;
}

.carousel_img {
  aspect-ratio: 3/2;
  overflow: hidden;
}

.carousel_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.carousel__subtitle {
  color: var(--colorWhite);
  font-family: var(--fontRoboto);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
}

.carousel__title {
  color: var(--colorWhite);
  font-family: var(--fontNotoSerifJP);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}

.slick-slide {
  margin: 0 20px;
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-prev {
  background: var(--colorWhite);
  border: 0;
  bottom: -50px;
  color: transparent;
  height: 35px;
  left: 43%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 35px;
}

.slick-prev::after {
  background: url("../images/topPage/turq-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  left: 5px;
  position: absolute;
  top: 8px;
  width: 25px;
}

.slick-next {
  background: var(--colorWhite);
  border: 0;
  bottom: -50px;
  color: transparent;
  height: 35px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 43%;
  width: 35px;
}

.slick-next::after {
  background: url("../images/topPage/turq-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 8px;
  content: "";
  height: 25px;
  left: 5px;
  position: absolute;
  rotate: 180deg;
  width: 25px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__item {
  width: calc(100vw / 4);
}

.scroll-infinity__item > img {
  width: 100%;
}

.information__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1180px;
}

.information__display {
  width: calc(50% - 50px);
}

.information__heading {
  align-items: center;
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  flex-direction: row;
  padding: 5px 0 20px;
  position: relative;
}

.information__heading::after {
  background: var(--colorTurquoise);
  bottom: -4px;
  content: "";
  height: 7px;
  left: 10px;
  position: absolute;
  width: 32px;
}

.information__list {
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding: 20px;
}

.information__listItem {
  background: var(--colorWhite);
  display: grid;
  grid-template-columns: 100px auto;
  padding: 20px;
}

.information__more {
  color: var(--colorBlack);
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-left: auto;
  position: relative;
}

.information__more::before {
  background: url("../images/topPage/half-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 38px;
}

.information__title {
  font-family: var(--fontNotoSerifJP);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 10px;
}

.information__subtitle {
  color: #9a9a9a;
  font-family: var(--fontNotoSansJP);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.4;
  padding-left: 51px;
}

.point__body {
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}

.point__box--inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.point__box--inner hr {
  width: 100%;
}

.point__box--outer {
  background: var(--colorWhite);
  border: 5px solid var(--colorTurquoise);
  border-radius: 20px;
  padding: 16px;
  position: relative;
  width: 440px;
}

.point__link {
  color: var(--colorTurquoise);
  font-family: var(--fontNotoSansJP);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  text-align: left;
}

.point__link::before {
  background: url(../images/topPage/icon-point_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 22px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.point__lgColored {
  color: var(--colorTurquoise);
  font-size: 35px;
  font-weight: 700;
}

.point__lgNum {
  color: var(--colorTurquoise);
  font-size: 54px;
}

.point__number {
  background: var(--colorWhite);
  border-radius: 50%;
  height: 80px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: -50px;
  transform: translateX(50%);
  width: 80px;
}

.point__number p {
  color: var(--colorTurquoise);
  font-family: var(--fontRoboto);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3;
}

.point__mdColored {
  color: var(--colorTurquoise);
  font-family: var(--fontNotoSerifJP);
  font-size: 29px;
  font-weight: 700;
}

.point__smBox--outer {
  background: var(--colorWhite);
  border: 5px solid var(--colorTurquoise);
  border-radius: 20px;
  padding: 6px 16px;
  position: relative;
  width: 440px;
}

.point__smBox--inner {
  align-items: center;
  display: grid;
  height: 100%;
  place-content: center;
}

.point__smTitle {
  font-family: var(--fontNotoSerifJP);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 6px;
  text-align: center;
}

.point__title {
  font-family: var(--fontNotoSerifJP);
  font-size: 24px;
  font-weight: medium;
  line-height: 1.4;
}

.point__title--lg {
  font-size: 34px;
}

.service__bg {
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.service__btn {
  display: grid;
  margin-top: 45px;
  padding-bottom: 117px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.servicePoints__container {
  column-gap: 19px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1000px;
  position: relative;
  row-gap: 50px;
  z-index: 5;
}

.solutions__btn {
  text-align: center;
}

.solutions__btn button {
  margin-top: 30px;
}

.solutions__container {
  flex: 1;
  z-index: 2;
}

.solutions__date {
  color: var(--colorTurquoise);
  font-family: var(--fontNotoSansJP);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.solutions__entry {
  color: var(--colorBlack);
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 20px;
}

.solutions__display {
  background: var(--colorWhite);
  border-radius: 10px;
  margin-bottom: 56px;
  padding: 34px;
}

.solutions__display a {
  color: var(--colorBlack);
}

.solutions__list {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

.solutions__listItem {
  display: grid;
  grid-template-columns: 125px auto;
  padding: 13px 0;
  text-align: center;
}

.solutions__subtitle {
  color: var(--colorTurquoise);
  font-family: var(--fontRoboto);
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
}

.solutions__title {
  font-family: var(--fontNotoSerifJP);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}

.coloredBg {
  background: var(--colorLightTurquoise);
}

.whiteBg {
  background: var(--colorWhite);
}

.step__lgNum {
  font-size: 40px;
}

.step__text {
  color: #333;
  font-family: var(--fontNotoSerifJP);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 150px;
}

.step__token {
  align-self: center;
}

.step__token img {
  height: auto;
  max-width: 100px;
  width: 100%;
}

.steps__counter {
  align-items: center;
  background: var(--colorTurquoise);
  border-radius: 50%;
  color: var(--colorWhite);
  display: flex;
  flex-direction: column;
  font-family: var(--fontRoboto);
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  height: 86px;
  justify-content: center;
  position: absolute;
  right: 50%;
  text-align: center;
  top: -90px;
  transform: translateX(50%);
  width: 86px;
}

.steps__display--heading {
  font-family: var(--fontNotoSerifJP);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 70px;
  text-align: center;
}

.steps__display--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 120px;
}

.steps__display--list .steps__display--listItem:first-child {
  padding-left: 0;
}

.steps__display--list .steps__display--listItem:last-child {
  border-right: 0;
  padding-right: 10px;
}

.steps__display--listItem {
  border-right: 1px solid #9a9a9a;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 200px;
  padding: 0 28px;
  padding-bottom: 20px;
  position: relative;
}

.steps__display--listItem::after {
  border-bottom: 6px dotted var(--colorTurquoise);
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -25px;
  top: -55px;
  width: 48px;
}

.steps__display--list .steps__display--listItem:last-child::after {
  height: 0;
  width: 0;
}

.steps__display--listContainer {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1050px;
}

.steps__title {
  display: grid;
  gap: 10px;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
}

.title__label p {
  background: var(--colorTurquoise);
  color: var(--colorWhite);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 12px;
  width: fit-content;
}

.topSection {
  display: grid;
  grid-template-columns: 47% auto;
}

.top__title {
  align-items: center;
  background: url("../images/topPage/topbg-left.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.top__title--container {
  padding-left: 40px;
}

.top__title--heading {
  color: var(--colorBlack);
  font-family: var(--fontNotoSerifJP);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.top__title--img {
  background-image: url(../images/topPage/topbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
  object-fit: cover;
}

.businessNav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  position: relative;
  width: 60vw;
}

.businessNav__centerCircle {
  align-items: center;
  background-color: var(--colorYellow);
  border-radius: 50%;
  color: var(--colorWhite);
  display: flex;
  font-family: var(--fontNotoSerifJP);
  font-size: 28px;
  font-weight: 700;
  height: 153px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%,-50% ,0);
  width: 153px;
}

.businessNav__item {
  position: relative;
  z-index: -1;
}

.businessNav__item--text {
  background-color: var(--colorYellow);
  bottom: 37px;
  color: var(--colorWhite);
  font-family: var(--fontNotoSerifJP);
  font-size: 22px;
  font-weight: 700;
  left: 50%;
  line-height: 1.4;
  padding: 4px 11px;
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
}

.businessNav__item--text.is-top {
  bottom: auto;
  top: 37px;
}

.top__title--labels {
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.top__title--lg {
  font-family: var(--fontRoboto);
  font-size: 80px;
  letter-spacing: -.05em;
}

.top__title--sans {
  font-family: var(--fontNotoSansJP);
  line-height: 1.4;
}

.top__title--subtitle {
  color: var(--colorBlack);
  font-family: var(--fontNotoSerifJP);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 17px;
}

.top__title--text {
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 19px;
}

.voiceSection {
  background: #f7f2e9;
  margin-top: 73px;
  padding-bottom: 103px;
  position: relative;
}

.voice__banner {
  display: flex;
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
}

.voice__banner img {
  height: 100%;
  margin: 0 auto;
  max-height: 125px;
  max-width: 1100px;
  width: 80vw;
}

.voice__btn {
  display: grid;
  text-align: center;
}

.voice__display--container {
  margin-top: 40px;
}

.voice__display--image {
  position: relative;
}

.voice__display--image::after {
  background: url("../images/topPage/voice-arrow.png");
  background-position: center;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  width: 35px;
}

.voice__display--image img {
  height: auto;
  max-width: 330px;
  width: 100%;
}

.voice__display--list {
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1000px;
}

.voice__display--listItem {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.voice__display--listItem p {
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.voice__subheading {
  color: var(--colorYellow);
  font-family: var(--fontRoboto);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
}

.voice__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.worksSection {
  background: var(--colorTurquoise);
  margin-top: 105px;
}

.works__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 70px 0;
  position: relative;
}

.worksLogo img {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 335px;
  z-index: 1;
}

@media screen and (min-width: 1400px) {
  .aboutLogo img {
    right: -140px;
  }

  .aboutColoredSection {
    gap: 35vw;
    width: 60vw;
  }
}

@media screen and (max-width: 1200px) {
  .information__container {
    padding: 0 1vw;
  }

  .information__display {
    width: calc(50% - 20px);
  }

  .top__title {
    width: 100%;
  }

  .top__title--img {
    width: 100%;
  }
  .voice__banner img {
    width: 90vw;
  }

  .works__container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .aboutColoredSection {
    width: 100%;
  }

  .aboutSection {
    margin-top: 0;
  }

  .about__contents {
    order: 3;
  }

  .about__img {
    display: none;
  }

  .about__text {
    font-size: 16px;
  }

  .about__textArea {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .about__title {
    font-size: 28px;
    order: 1;
  }

  .about__img--inner {
    display: flex;
    margin-top: 20px;
    order: 2;
  }

  .business__display--list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
    row-gap: 70px;
  }

  .business__display--listItem {
    padding: 0;
  }

  .business__display--listItem img {
    max-width: 85vw;
  }

  .business__heading {
    font-size: 28px;
  }

  .information__container {
    flex-wrap: wrap;
    padding: 0 5vw;
    row-gap: 40px;
  }

  .information__display {
    width: 100%;
  }

  .information__listItem {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .point__body {
    line-height: 1.7;
  }

  .point__smBox--outer {
    width: 340px;
  }

  .servicePoints__container {
    justify-content: center;
    padding: 0 10px;
  }

  .solutions__container {
    width: 100%;
  }

  .solutions__date {
    text-align: start;
  }

  .solutions__display {
    padding: 20px 10px;
  }

  .solutions__entry {
    padding: 0;
    text-align: left;
  }

  .solutions__listItem {
    gap: 5px;
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .solutions__title {
    font-size: 28px;
  }

  .carousel_img {
    height: 200px;
  }

  .title__label p {
    font-family: var(--fontNotoSansJP);
    font-size: 20px;
  }

  .topSection {
    flex-direction: column;
  }

  .top__title--container {
    margin-top: 20px;
    padding: 0 20px;
  }

  .top__title--heading {
    font-size: 26px;
  }

  .top__title--labels {
    flex-wrap: wrap;
  }

  .top__title--lg {
    font-size: 60px;
  }

  .top__title--img {
    height: 50vh;
    max-width: 100%;
  }

  .top__title--subtitle {
    font-size: 28px;
  }

  .top__title--text {
    font-size: 16px;
  }

  .voice__display--list {
    display: flex;
    flex-direction: column;
    padding: 0 5vw;
  }

  .voice__display--listItem {
    justify-content: center;
  }

  .worksLogo {
    display: none;
  }

  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear .5s both;
  }

  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
}

@media screen and (max-width: 600px) {
  .achievement__container {
    margin-bottom: 80px;
    max-width: 100vw;
  }

  .information__subtitle {
    padding-left: 10px;
  }

  .steps__display--list {
    padding: 0 10px;
  }

  .steps__display--list .steps__display--listItem:nth-child(even) {
    border-right: 0;
  }

  .steps__display--listItem::after {
    display: none;
  }

  .solutions__display {
    margin: 0 5px;
  }

  .slick-next {
    right: 40vw;
  }

  .slick-prev {
    left: 40vw;
  }
}

@media screen and (max-width: 430px) {
  .steps__counter {
    top: -80px;
  }

  .steps__display--list {
    align-items: center;
    flex-direction: column;
  }

  .steps__display--listItem {
    border-bottom: 1px solid #9a9a9a;
    border-right: 0;
    max-width: 250px;
    padding: 20px;
  }

  .steps__display--list .steps__display--listItem:first-child {
    padding: 20px;
  }

  .step__text {
    font-size: 18px;
    max-width: 250px;
  }

  .step__token img {
    max-width: 200px;
  }
}

/* 20240614 追記 */
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .top__title--container {
    padding: 40px 0 0 40px;
  }
}
@media screen and (max-width: 1200px) {
  .top__title--lg {
    font-size: 68px;
  }

  .top__title--subtitle {
    font-size: 28px;
  }

  .title__label p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .carousel {
    max-width: 100%;
  }
  .worksLogo img {
    display: none;
  }
  .solutions__display {
    margin: 29px auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 982px) {
  .servicePoints__container {
    column-gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .topSection {
    grid-template-columns: 1fr;
  }
  .point__box--outer {
    width: 380px;
  }
  .point__smBox--outer {
    width: 380px;
  }
  .about__textArea {
    max-width: 390px;
  }
}
@media screen and (max-width: 880px) {
  .servicePoints__container {
    grid-template-columns: 1fr;
  }

  .point__box--outer,
  .point__smBox--outer {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .topSection {
    grid-template-columns: 1fr;
  }
  .top__title--img {
    height: 100vw;
  }
  .top__title {
    height: 100vh;
  }
}
.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .carousel__card--textArea {
    width: 300px;
  }
  .carousel__card--outer a {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .carousel_img {
    height: 200px;
  }
  .carousel__card--textAreaInner {
    width: 268px;
  }
}
