/* CSS Document */
main.top {
  overflow: hidden;
}
main.top #style-slides:not(:last-child), main.top #center .item-list:not(:last-child), main.top #service .item-list:not(:last-child) {
  margin-bottom: 20px;
}
main.top #style-slides .slick-slider, main.top #center .item-list .slick-slider, main.top #service .item-list .slick-slider {
  margin-bottom: 0;
  padding-bottom: 80px;
  position: relative;
}
main.top #style-slides .slick-list, main.top #center .item-list .slick-list, main.top #service .item-list .slick-list {
  overflow: visible;
  -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
  clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
}
main.top #style-slides .slick-slide, main.top #center .item-list .slick-slide, main.top #service .item-list .slick-slide {
  margin-right: 40px;
}
main.top #style-slides .slick-dots, main.top #center .item-list .slick-dots, main.top #service .item-list .slick-dots {
  position: absolute;
  bottom: 25px;
  padding-left: 168px;
  display: flex;
}
main.top #style-slides .slick-dots li, main.top #center .item-list .slick-dots li, main.top #service .item-list .slick-dots li {
  margin: 0;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #style-slides .slick-dots li button, main.top #center .item-list .slick-dots li button, main.top #service .item-list .slick-dots li button {
  border-radius: 0;
  height: 6px;
  background: #F7F5F1;
}
main.top #style-slides .slick-dots li.slick-active button, main.top #center .item-list .slick-dots li.slick-active button, main.top #service .item-list .slick-dots li.slick-active button {
  background: #FBD000;
}
main.top #style-slides .slick-arrow, main.top #center .item-list .slick-arrow, main.top #service .item-list .slick-arrow {
  z-index: 3;
  top: initial;
  transform: translateY(0);
}
main.top #style-slides .slick-arrow:before, main.top #center .item-list .slick-arrow:before, main.top #service .item-list .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
  font-size: 0;
}
main.top #style-slides .slick-prev, main.top #center .item-list .slick-prev, main.top #service .item-list .slick-prev {
  width: 58px;
  height: 48px;
  left: 0;
  bottom: 5px;
}
main.top #style-slides .slick-prev:before, main.top #center .item-list .slick-prev:before, main.top #service .item-list .slick-prev:before {
  background-image: url(../img/top/service/arrow-prev.svg);
}
main.top #style-slides .slick-next, main.top #center .item-list .slick-next, main.top #service .item-list .slick-next {
  width: 60px;
  height: 54px;
  left: 68px;
  right: initial;
  bottom: 0;
}
main.top #style-slides .slick-next:before, main.top #center .item-list .slick-next:before, main.top #service .item-list .slick-next:before {
  background-image: url(../img/top/service/arrow-next.svg);
}
main.top #style-slides .item-img, main.top #center .item-list .item-img, main.top #service .item-list .item-img {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
main.top #style-slides .item-img img, main.top #center .item-list .item-img img, main.top #service .item-list .item-img img {
  transition: all 0.8s ease;
}
main.top #style-slides .item-link, main.top #center .item-list .item-link, main.top #service .item-list .item-link {
  display: block;
}
main.top #style-slides .item-link:hover, main.top #center .item-list .item-link:hover, main.top #service .item-list .item-link:hover {
  text-decoration: none;
}
main.top #style-slides .item-link:hover .item-img img, main.top #center .item-list .item-link:hover .item-img img, main.top #service .item-list .item-link:hover .item-img img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.top #style-slides .item-text h3, main.top #center .item-list .item-text h3, main.top #service .item-list .item-text h3 {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  color: #1F1D1D;
}
main.top #style-slides .item-text h3:not(:last-child), main.top #center .item-list .item-text h3:not(:last-child), main.top #service .item-list .item-text h3:not(:last-child) {
  margin-bottom: 5px;
}
main.top #style-slides .item-text .tag, main.top #center .item-list .item-text .tag, main.top #service .item-list .item-text .tag {
  color: #FBD000;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main.top #style-slides .item-text .tag:before, main.top #center .item-list .item-text .tag:before, main.top #service .item-list .item-text .tag:before {
  content: "#";
}
main.top #info .content {
  background: #FFF;
  border-radius: 10px;
  padding: 40px 60px;
  box-sizing: border-box;
  display: flex;
  gap: 60px;
}
main.top #info .item-list {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
main.top #about {
  padding-top: 100px;
  padding-bottom: 100px;
}
main.top #about .content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  position: relative;
}
main.top #about .item-bg p {
  position: absolute;
  pointer-events: none;
}
main.top #about .item-bg p:nth-child(1) {
  left: -118px;
  top: -132px;
}
main.top #about .item-bg p:nth-child(2) {
  left: 41%;
  top: 33%;
}
main.top #about .item-bg p:nth-child(3) {
  left: -362px;
  bottom: -190px;
}
main.top #about .item-text {
  position: relative;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #about .item-text p:not(:last-child) {
  margin-bottom: 25px;
}
main.top #about .item-text .btn {
  margin-top: 60px;
}
main.top #about .item-img {
  position: relative;
  margin-right: -80px;
}
main.top #service {
  padding-top: 110px;
  padding-bottom: 100px;
  background: #FFF;
}
main.top #service .item-title {
  display: grid;
  gap: 75px;
  grid-template-columns: max-content 1fr;
}
main.top #service .item-title:not(:last-child) {
  margin-bottom: 90px;
}
main.top #service .item-title h2:not(:last-child) {
  margin-bottom: 0;
}
main.top #point {
  height: 400px;
  position: relative;
}
main.top #point .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.top #point .item-bg img {
  width: 100%;
  height: 115%;
  object-fit: cover;
}
main.top #point .item-img p {
  position: absolute;
}
main.top #point .item-img p:nth-child(1) {
  top: -148px;
  right: 40px;
}
main.top #point .item-img p:nth-child(2) {
  left: 54px;
  bottom: -90px;
}
main.top #center {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
main.top #center .item-list .slick-prev:before {
  background-image: url(../img/top/center/arrow-prev.svg);
}
main.top #center .item-list .slick-next:before {
  background-image: url(../img/top/center/arrow-next.svg);
}
main.top #center .item-list .slick-dots li.slick-active button {
  background-color: #8CBF21;
}
main.top #center .item-list .item-text .tag {
  color: #8CBF21;
}
main.top #handwork {
  padding-top: 130px;
  padding-bottom: 120px;
}
main.top #handwork .content {
  position: relative;
}
main.top #handwork .item-imgs p {
  pointer-events: none;
  position: absolute;
}
main.top #handwork .item-imgs p:nth-child(1) {
  left: -83px;
  top: 84px;
}
main.top #handwork .item-imgs p:nth-child(2) {
  right: -200px;
  top: -270px;
}
main.top #handwork .item-title {
  position: relative;
  text-align: center;
}
main.top #handwork .item-title:not(:last-child) {
  margin-bottom: 80px;
}
main.top #handwork .item-title p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main.top #handwork .item-title p:not(:last-child) {
  margin-bottom: 15px;
}
main.top #handwork .item-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
main.top #handwork .item-list:not(:last-child) {
  margin-bottom: 50px;
}
main.top #handwork .item-list li {
  text-align: center;
}
main.top #handwork .item-list li figcaption {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
}
main.top #handwork .item-list li:nth-child(even) {
  padding-top: 40px;
}
main.top #recruit {
  height: 840px;
  position: relative;
  display: flex;
}
main.top #recruit .content {
  display: flex;
}
main.top #recruit .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.top #recruit .item-bg img {
  width: 100%;
  height: 110%;
  object-fit: cover;
}
main.top #recruit .item-text {
  width: 100%;
  position: relative;
  text-align: center;
  background: url(../img/top/recruit/bg.svg) no-repeat center;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.top #recruit .item-text h2 span:nth-child(1) {
  color: #FFF;
}
main.top #recruit .item-text p:not(:last-child) {
  margin-bottom: 40px;
}
main.top #supporter {
  padding-top: 120px;
  padding-bottom: 120px;
}
main.top #supporter .content {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  row-gap: 50px;
}
main.top #supporter .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main.top #supporter .item-text p:not(:last-child) {
  margin-bottom: 25px;
}
main.top #supporter .item-btn {
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 701px) and (max-width: 1120px) {
  main.top #style-slides .slick-slide, main.top #center .item-list .slick-slide, main.top #service .item-list .slick-slide {
    margin-right: 20px;
    max-width: 30vw;
  }
  main.top #info .content {
    padding: 30px 40px;
    gap: 40px;
  }
  main.top #info .item-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main.top #about .content {
    gap: 40px;
  }
  main.top #about .item-bg p {
    position: absolute;
    pointer-events: none;
  }
  main.top #about .item-bg p:nth-child(1) {
    left: -5%;
    max-width: 30%;
    top: -10%;
  }
  main.top #about .item-bg p:nth-child(2) {
    left: 41%;
    top: 33%;
  }
  main.top #about .item-bg p:nth-child(3) {
    left: -20%;
    max-width: 40%;
    bottom: -10%;
  }
  main.top #about .item-img {
    max-width: 50%;
    margin-right: -50px;
  }
  main.top #service .item-title {
    gap: 40px;
  }
  main.top #service .item-title:not(:last-child) {
    margin-bottom: 90px;
  }
  main.top #service .item-title h2:not(:last-child) {
    margin-bottom: 0;
  }
  main.top #point {
    height: auto;
    aspect-ratio: 2.5;
  }
  main.top #point .item-img p:nth-child(1) {
    max-width: 30%;
    top: -10%;
    right: 20px;
  }
  main.top #point .item-img p:nth-child(2) {
    max-width: 25%;
    left: 2%;
    bottom: -10%;
  }
  main.top #handwork .item-imgs p:nth-child(1) {
    max-width: 25%;
    left: -5%;
    top: 5%;
  }
  main.top #handwork .item-imgs p:nth-child(2) {
    max-width: 20%;
    right: -10%;
    top: -20%;
  }
  main.top #handwork .item-list {
    gap: 15px;
  }
  main.top #handwork .item-list li figcaption {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.top #handwork .item-list li:nth-child(even) {
    padding-top: 30px;
  }
  main.top #recruit {
    height: auto;
    aspect-ratio: 1.3333333333;
  }
  main.top #recruit .item-text {
    background-size: auto 90%;
  }
  main.top #recruit .item-text p {
    max-width: 60%;
  }
  main.top #supporter {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  main.top #supporter .content {
    gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 700px) {
  main.top #style-slides:not(:last-child), main.top #center .item-list:not(:last-child), main.top #service .item-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #style-slides .slick-slider, main.top #center .item-list .slick-slider, main.top #service .item-list .slick-slider {
    padding-bottom: 40px;
  }
  main.top #style-slides .slick-list, main.top #center .item-list .slick-list, main.top #service .item-list .slick-list {
    overflow: visible;
    -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
    clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
  }
  main.top #style-slides .slick-slide, main.top #center .item-list .slick-slide, main.top #service .item-list .slick-slide {
    margin-right: 15px;
    width: 200px;
  }
  main.top #style-slides .slick-dots, main.top #center .item-list .slick-dots, main.top #service .item-list .slick-dots {
    position: absolute;
    bottom: 8px;
    padding-left: 80px;
    display: flex;
  }
  main.top #style-slides .slick-dots li button, main.top #center .item-list .slick-dots li button, main.top #service .item-list .slick-dots li button {
    height: 4px;
  }
  main.top #style-slides .slick-prev, main.top #center .item-list .slick-prev, main.top #service .item-list .slick-prev {
    width: 29px;
    height: 24px;
    bottom: 2px;
  }
  main.top #style-slides .slick-next, main.top #center .item-list .slick-next, main.top #service .item-list .slick-next {
    width: 30px;
    height: 27px;
    left: 35px;
  }
  main.top #style-slides .item-img, main.top #center .item-list .item-img, main.top #service .item-list .item-img {
    margin-bottom: 8px;
  }
  main.top #style-slides .item-text h3, main.top #center .item-list .item-text h3, main.top #service .item-list .item-text h3 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.top #style-slides .item-text .tag, main.top #center .item-list .item-text .tag, main.top #service .item-list .item-text .tag {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.top #info .content {
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  main.top #info .item-title {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
  }
  main.top #info .item-title h2:not(:last-child) {
    margin-bottom: 0;
  }
  main.top #info .item-title .btn {
    margin-left: auto;
  }
  main.top #info .item-list {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  main.top #about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #about .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  main.top #about .item-bg p {
    position: absolute;
    pointer-events: none;
  }
  main.top #about .item-bg p:nth-child(1) {
    left: -10%;
    max-width: 25%;
    top: -3%;
  }
  main.top #about .item-bg p:nth-child(2) {
    left: initial;
    right: 0;
    max-width: 25%;
    top: 33%;
  }
  main.top #about .item-bg p:nth-child(3) {
    left: -15%;
    max-width: 45%;
    bottom: -2%;
  }
  main.top #about .item-text {
    width: 100%;
    margin-bottom: -40px;
    z-index: 3;
  }
  main.top #about .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #about .item-text .btn {
    margin-top: 20px;
  }
  main.top #about .item-img {
    position: relative;
    margin-right: -20px;
    margin-left: 30px;
    text-align: right;
  }
  main.top #service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #service .item-title {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  main.top #service .item-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #point {
    height: auto;
    aspect-ratio: 2.5;
  }
  main.top #point .item-img p:nth-child(1) {
    max-width: 30%;
    top: -10%;
    right: 20px;
  }
  main.top #point .item-img p:nth-child(2) {
    max-width: 25%;
    left: 2%;
    bottom: -10%;
  }
  main.top #center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #handwork {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.top #handwork .item-imgs p:nth-child(1) {
    max-width: 20%;
    left: -5%;
    top: 5%;
  }
  main.top #handwork .item-imgs p:nth-child(2) {
    max-width: 20%;
    right: -10%;
    top: -20%;
  }
  main.top #handwork .item-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #handwork .item-title p {
    text-align: left;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.top #handwork .item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  main.top #handwork .item-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #handwork .item-list li figcaption {
    font-size: 14px;
    font-size: 0.9333333333rem;
    margin-top: 5px;
  }
  main.top #handwork .item-list li:nth-child(even) {
    padding-top: 15px;
  }
  main.top #recruit {
    height: auto;
    padding: 20px 0;
  }
  main.top #recruit .item-text {
    background-size: auto 100%;
    padding: 50px;
  }
  main.top #recruit .item-text p {
    max-width: 400px;
    text-align: left;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.top #recruit .item-text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #supporter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #supporter .content {
    gap: 20px;
    row-gap: 20px;
  }
  main.top #supporter .item-title {
    width: 100%;
  }
  main.top #supporter .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
}
