/* ---------------------
  common
--------------------- */
.fwsb {
  font-weight: 600;
}

.lh-1_75 {
  line-height: 1.75;
}

.f30 {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .f30 {
    font-size: 6vw;
  }
}

.f42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 500px) {
  .f42 {
    font-size: 6vw;
  }
}

.fc-blue {
  color: #01184d;
}

.fc-cyan {
  color: #01b4e5;
}

/* ---------------------
  service
--------------------- */
.service-intro {
  position: relative;
  width: calc(100vw - 4rem);
  margin: 0 auto;
}
.service-intro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.service-intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-intro__cont {
  padding: 10rem 0 11rem;
}
@media screen and (max-width: 834px) {
  .service-intro__cont {
    padding: 5rem 0;
  }
}
.service-intro__cont .f50 {
  letter-spacing: -2px;
}
@media screen and (max-width: 450px) {
  .service-intro__cont .f50 {
    font-size: 6vw;
  }
  .service-intro__cont .f50 br {
    display: none;
  }
}
.service-intro__cont .c-txt {
  max-width: 81.7rem;
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .service-intro__cont .c-txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .service-intro__cont .c-txt {
    margin-top: 2rem;
  }
}
.service-intro__list {
  position: relative;
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .service-intro__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .service-intro__list {
    margin-top: 3rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  .service-intro__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.service-intro__list::before {
  position: absolute;
  content: "";
  width: calc(100vw - 4rem);
  height: 5rem;
  top: calc(50% - 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: linear-gradient(90deg, rgb(146, 242, 252) 0%, rgb(22, 189, 232) 100%);
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .service-intro__list::before {
    display: none;
  }
}
.service-intro__item {
  position: relative;
  z-index: 2;
  max-width: 21.6rem;
}
@media screen and (max-width: 834px) {
  .service-intro__item {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 450px) {
  .service-intro__item {
    width: calc((100% - 1rem) / 2);
  }
}

.service-sys {
  margin-top: 15rem;
}
@media screen and (max-width: 834px) {
  .service-sys {
    margin-top: 5rem;
  }
}
.service-sys__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .service-sys__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service-sys__cont {
  max-width: 59rem;
}
.service-sys__cont .f42 {
  margin: 8rem 0 6rem;
}
@media screen and (max-width: 834px) {
  .service-sys__cont .f42 {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 500px) {
  .service-sys__cont .f42 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 450px) {
  .service-sys__cont .c-txt br {
    display: none;
  }
}
.service-sys__right {
  max-width: 76.8rem;
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .service-sys__right {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .service-sys__right {
    gap: 1rem;
  }
}
.service-sys__exam {
  margin-top: 7.5rem;
  padding: 8rem 0;
  background-color: #f7f7f7;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .service-sys__exam {
    margin-top: 4rem;
    padding: 3rem 0;
  }
}
.service-sys__exam-ttl {
  position: relative;
  padding-left: 2.5rem;
}
.service-sys__exam-ttl::before {
  position: absolute;
  content: "";
  width: 1.7rem;
  aspect-ratio: 1/1;
  top: 2px;
  left: 0;
  background-color: #49d7fb;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.service-sys__exam-list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .service-sys__exam-list {
    margin-top: 2rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.service-sys__exam-item {
  max-width: 57.5rem;
  padding: 4.8rem 6rem 6rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .service-sys__exam-item {
    padding: 3rem;
  }
}
.service-sys__exam-item .f15 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 834px) {
  .service-sys__exam-item .f15 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .service-sys__exam-item .f24 {
    line-height: 1.3;
  }
}
.service-sys__exam-img {
  max-width: 33.5rem;
  margin: 0 auto;
}
.service-sys__exam-txt {
  width: fit-content;
  margin: 4rem auto 2rem;
  padding: 0.8rem 1.9rem;
  background-color: #01b4e5;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .service-sys__exam-txt {
    margin: 2rem auto 1rem;
  }
}

.service-style {
  margin-top: 15rem;
  padding-top: 15rem;
  background: url(../img/service/style-bg.webp) no-repeat top left/contain;
}
@media screen and (max-width: 834px) {
  .service-style {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
.service-style .f42 {
  margin: 8rem 0 6rem;
}
@media screen and (max-width: 834px) {
  .service-style .f42 {
    margin: 2rem 0;
  }
}
.service-style .c-txt {
  max-width: 51.2rem;
}
.service-style__list {
  margin-top: 18rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media screen and (max-width: 834px) {
  .service-style__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .service-style__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-style__item {
  padding: 3rem 1.2rem 0;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.service-style__item .f24 {
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .service-style__item .f24 {
    margin: 2rem 0;
  }
}
.service-style__img {
  margin: 0 auto;
  height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-style__img img {
  max-height: 15rem;
}

.service-kinds {
  margin-top: 15rem;
  padding-top: 15rem;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .service-kinds {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
.service-kinds__flex {
  padding-bottom: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1100px) {
  .service-kinds__flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .service-kinds__flex {
    padding-bottom: 5rem;
  }
}
.service-kinds__cont {
  min-width: 51.5rem;
}
@media screen and (max-width: 1100px) {
  .service-kinds__cont {
    max-width: 100%;
    min-width: auto;
  }
}
.service-kinds__cont .f42 {
  margin: 7rem 0 5rem;
}
@media screen and (max-width: 834px) {
  .service-kinds__cont .f42 {
    margin: 2rem 0;
  }
}
.service-kinds__right {
  max-width: 86.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .service-kinds__right {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .service-kinds__right {
    gap: 1rem;
  }
}
.service-kinds__img:first-of-type {
  position: relative;
  bottom: -6rem;
  max-width: 28.5rem;
}
@media screen and (max-width: 1100px) {
  .service-kinds__img:first-of-type {
    max-width: 100%;
    bottom: 0;
  }
}
.service-kinds__img:last-of-type {
  max-width: 55rem;
}
@media screen and (max-width: 1100px) {
  .service-kinds__img:last-of-type {
    max-width: 100%;
  }
}
.service-kinds__list {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 834px) {
  .service-kinds__list {
    margin-top: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .service-kinds__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-kinds__item {
  padding: 0 3.3rem;
  border-left: 1px dotted #bbb;
}
@media screen and (max-width: 1100px) {
  .service-kinds__item {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 450px) {
  .service-kinds__item {
    padding: 0 1em;
  }
}
.service-kinds__item:nth-of-type(1), .service-kinds__item:nth-of-type(2), .service-kinds__item:nth-of-type(3), .service-kinds__item:nth-of-type(4) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .service-kinds__item:nth-of-type(1), .service-kinds__item:nth-of-type(2), .service-kinds__item:nth-of-type(3), .service-kinds__item:nth-of-type(4) {
    margin-bottom: 3rem;
  }
}
.service-kinds__item:nth-of-type(5), .service-kinds__item:nth-of-type(6), .service-kinds__item:nth-of-type(7), .service-kinds__item:nth-of-type(8) {
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .service-kinds__item:nth-of-type(5), .service-kinds__item:nth-of-type(6), .service-kinds__item:nth-of-type(7), .service-kinds__item:nth-of-type(8) {
    margin-top: 3rem;
  }
}
.service-kinds__item:nth-of-type(5)::before, .service-kinds__item:nth-of-type(6)::before, .service-kinds__item:nth-of-type(7)::before, .service-kinds__item:nth-of-type(8)::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: 1px;
  top: -6rem;
  left: -1px;
  background-color: #ccc;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .service-kinds__item:nth-of-type(5)::before, .service-kinds__item:nth-of-type(6)::before, .service-kinds__item:nth-of-type(7)::before, .service-kinds__item:nth-of-type(8)::before {
    top: -3rem;
  }
}
@media screen and (max-width: 450px) {
  .service-kinds__item:nth-of-type(5)::before, .service-kinds__item:nth-of-type(6)::before, .service-kinds__item:nth-of-type(7)::before, .service-kinds__item:nth-of-type(8)::before {
    top: -2rem;
  }
}
.service-kinds__item:nth-of-type(1), .service-kinds__item:nth-of-type(5) {
  border-left-width: 0;
}
.service-kinds__item:nth-of-type(4), .service-kinds__item:nth-of-type(8) {
  border-right-width: 0;
}
@media screen and (max-width: 834px) {
  .service-kinds__item:nth-child(4) {
    position: relative;
    margin-top: 3rem;
    border-left-width: 0;
    margin-bottom: 3rem;
  }
  .service-kinds__item:nth-child(4)::before {
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: 1px;
    top: -3rem;
    left: -1px;
    background-color: #ccc;
    z-index: 1;
  }
}
@media screen and (max-width: 834px) and (max-width: 450px) {
  .service-kinds__item:nth-child(4)::before {
    top: -2rem;
  }
}
@media screen and (max-width: 834px) {
  .service-kinds__item:nth-child(5) {
    margin-bottom: 3rem;
    border-left-width: 1px;
  }
  .service-kinds__item:nth-child(6) {
    position: relative;
    margin-bottom: 3rem;
  }
  .service-kinds__item:nth-child(6)::after {
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: 1px;
    bottom: -3.1rem;
    left: -1px;
    background-color: #ccc;
    z-index: 1;
  }
}
@media screen and (max-width: 450px) {
  .service-kinds__item:nth-child(odd) {
    border-left-width: 0;
  }
  .service-kinds__item:nth-child(1), .service-kinds__item:nth-child(2) {
    margin-bottom: 2rem;
  }
  .service-kinds__item:nth-child(3), .service-kinds__item:nth-child(4), .service-kinds__item:nth-child(5), .service-kinds__item:nth-child(6) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .service-kinds__item:nth-child(3) {
    position: relative;
  }
  .service-kinds__item:nth-child(3)::before {
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: 1px;
    top: -2rem;
    left: -1px;
    background-color: #ccc;
    z-index: 1;
  }
  .service-kinds__item:nth-child(4) {
    border-left-width: 1px;
  }
  .service-kinds__item:nth-child(6)::after {
    display: none;
  }
  .service-kinds__item:nth-child(7), .service-kinds__item:nth-child(8) {
    margin-top: 2rem;
  }
}
.service-kinds__item-img {
  width: 10rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #49d7fb;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .service-kinds__item-img {
    width: 8rem;
  }
}
.service-kinds__item-img img {
  max-width: 6rem;
  max-height: 6rem;
}
@media screen and (max-width: 834px) {
  .service-kinds__item-img img {
    max-width: 4rem;
    max-height: 4rem;
  }
}
.service-kinds__item .f20 {
  margin: 3rem 0;
}
@media screen and (max-width: 834px) {
  .service-kinds__item .f20 {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 450px) {
  .service-kinds__item .f20 {
    margin: 1.5rem 0 1rem;
  }
}
.service-kinds__link {
  position: relative;
  margin-top: 10rem;
  height: 48.1rem;
}
@media screen and (max-width: 834px) {
  .service-kinds__link {
    margin-top: 5rem;
    padding-bottom: 0.5rem;
    height: auto;
  }
}
.service-kinds__link:hover .material-symbols-outlined {
  transform: translateX(300%);
}
.service-kinds__link:hover .c-arw::before {
  transform: translateX(0);
}
.service-kinds__link-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.service-kinds__link-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-kinds__link-cont {
  position: relative;
  z-index: 2;
  max-width: 48.3rem;
  margin: 0 8rem 0 auto;
  padding-top: 6rem;
}
@media screen and (max-width: 834px) {
  .service-kinds__link-cont {
    max-width: 34rem;
    margin: 0 5% 0 auto;
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  .service-kinds__link-cont {
    max-width: 24rem;
  }
}
.service-kinds__link-cont .f42 {
  margin: 1rem 0 4rem;
}
@media screen and (max-width: 834px) {
  .service-kinds__link-cont .f42 {
    margin-bottom: 1rem;
  }
}
.service-kinds__link-cont .c-btn {
  margin: 6rem 0 0 auto;
}
@media screen and (max-width: 834px) {
  .service-kinds__link-cont .c-btn {
    margin: 0 0 0 auto;
    background-color: transparent;
    color: #fff;
  }
}

.service-area {
  position: relative;
  margin-top: 15rem;
  padding: 15rem 0 10rem;
  aspect-ratio: 1680/1034;
  max-height: 103.4rem;
}
@media screen and (min-width: 1681px) {
  .service-area {
    width: 100%;
    height: 103.4rem;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 834px) {
  .service-area {
    margin-top: 5rem;
    padding: 5rem 0 70vw;
    aspect-ratio: auto;
    max-height: none;
  }
}
.service-area__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-area__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .service-area__bg img {
    object-position: bottom right;
  }
}
.service-area .inner {
  position: relative;
}
.service-area__cont {
  position: relative;
  z-index: 2;
}
.service-area__cont .f42 {
  margin: 7rem 0 5rem;
}
@media screen and (max-width: 834px) {
  .service-area__cont .f42 {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 500px) {
  .service-area__cont .f42 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 450px) {
  .service-area__cont .c-txt br {
    display: none;
  }
}
.service-area__img {
  position: absolute;
  max-width: 99.5rem;
  width: 67%;
  top: -5rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  .service-area__img {
    top: 0;
    width: calc(100% - 60rem);
  }
}
@media screen and (max-width: 1200px) {
  .service-area__img {
    position: relative;
    width: 100%;
    margin-top: -34vw;
  }
}
@media screen and (max-width: 834px) {
  .service-area__img {
    margin-top: 2rem;
  }
}