@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-mv {
  height: 59.4907407407vw;
  max-height: calc(100vh - 72px);
  background-image: url(../../img/top-mv.webp);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 768px) {
  .top-mv {
    height: auto;
    max-height: none;
  }
}
.top-mv--wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92.4189814815vw;
  max-width: 1597px;
  aspect-ratio: 1597/806;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .top-mv--wrap {
    display: block;
    position: static;
    width: 85%;
    aspect-ratio: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10.6666666667vw;
    padding-bottom: 8.5333333333vw;
    transform: none;
  }
}
.top-mv--box {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  width: 94.9906073889%;
}
@media (max-width: 768px) {
  .top-mv--box {
    display: block;
    width: 100%;
  }
}
.top-mv--desc {
  font-size: min(1.2731481481vw, 22px);
  color: #347571;
  font-weight: 700;
  line-height: 1.8181818182;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .top-mv--desc {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    margin-top: 4vw;
  }
}

.top-mv_txt {
  width: 40.6064601187%;
  margin-top: 29px;
  opacity: 0;
  transition: 0.8s;
}
@media (max-width: 768px) {
  .top-mv_txt {
    width: 100%;
    margin-top: 0;
  }
}
.is_show .top-mv_txt {
  opacity: 1;
}

.top-mv_ttl {
  font-size: min(3.0092592593vw, 52px);
  color: #347571;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
}
@media (max-width: 768px) {
  .top-mv_ttl {
    font-size: 8.5333333333vw;
  }
}
.top-mv_ttl:before {
  content: "";
  display: block;
  width: 8.275462963vw;
  max-width: 143px;
  aspect-ratio: 286/244;
  margin-left: -px;
  margin-bottom: 10px;
  background-image: url(../../img/logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 768px) {
  .top-mv_ttl:before {
    width: 21.3333333333vw;
    margin-left: -2.4vw;
    margin-bottom: 2.6666666667vw;
  }
}

.top-mv_deco {
  width: 56.0316413975%;
  aspect-ratio: 850/758;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transform: translateY(40px);
}
@media (max-width: 768px) {
  .top-mv_deco {
    width: 100%;
    margin-top: 40px;
    transform: none;
  }
}
.top-mv_deco--box {
  display: block;
  width: 31.7647058824%;
  border-radius: 1.7361111111vw;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  transition: 1.8s;
  transform: translateY(50px);
  box-shadow: 0 3px 6px 0 rgba(17, 91, 104, 0.15);
}
.is_show .top-mv_deco--box {
  opacity: 1;
  transform: translateY(0);
}
.top-mv_deco--box:first-of-type {
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../../img/top-mv-deco-box01.webp);
  aspect-ratio: 540/1230;
  transition-delay: 0.3s;
}
.top-mv_deco--box:nth-of-type(2) {
  margin-top: auto;
  background-image: url(../../img/top-mv-deco-box02.webp);
  aspect-ratio: 540/1230;
  transition-delay: 0.5s;
}
.top-mv_deco--box:last-of-type {
  background-image: url(../../img/top-mv-deco-box03.webp);
  aspect-ratio: 540/1106;
  transition-delay: 0.7s;
}

.top-mv_list {
  padding-left: 1.7361111111vw;
  padding-right: 1.7361111111vw;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}
@media (max-width: 768px) {
  .top-mv_list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .top-mv_list {
    display: block;
    bottom: -192px;
  }
}
.top-mv_list--item {
  width: 33.0335731415%;
}
@media (max-width: 600px) {
  .top-mv_list--item {
    width: 100%;
    margin-top: 6px;
  }
}
@media (max-width: 600px) {
  .top-mv_list--item:first-of-type {
    margin-top: 0;
  }
}
.top-mv_list--item:first-of-type .top-mv_list--link {
  background-color: #F98900;
}
.top-mv_list--item:nth-of-type(2) .top-mv_list--link {
  background-color: #1FAAC3;
}
.top-mv_list--item:last-of-type .top-mv_list--link {
  background-color: #FF5E60;
}
.top-mv_list--link {
  width: 100%;
  height: 193px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  padding-top: 80px;
}
@media (max-width: 1060px) {
  .top-mv_list--link {
    height: 130px;
    padding-top: 55px;
  }
}
@media (max-width: 600px) {
  .top-mv_list--link {
    height: 72px;
    padding-top: 0;
    justify-content: center;
  }
}
.top-mv_list--link:hover {
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  .top-mv_list--link:hover {
    transform: translateY(0);
  }
}
.top-mv_list--link:hover .top-mv_list--sub:before {
  background-image: url(../../img/icon/icon-arrow2.svg);
}
.top-mv_list--sub {
  color: #fff;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: 18px;
  left: 18px;
}
@media (max-width: 1060px) {
  .top-mv_list--sub {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    top: 8px;
    left: 8px;
  }
}
.top-mv_list--sub:before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 34/34;
  background-image: url(../../img/icon/icon-arrow1.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  transition: 0.3s;
}
@media (max-width: 1060px) {
  .top-mv_list--sub:before {
    width: 20px;
  }
}
.top-mv_list--main {
  color: #fff;
  font-size: clamp(2.8rem, 2.9vw, 3rem);
  font-weight: 700;
  line-height: 1.4333333333;
  text-align: center;
}
@media (max-width: 1060px) {
  .top-mv_list--main {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.top-mv_list--main_s {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  display: block;
}
@media (max-width: 1060px) {
  .top-mv_list--main_s {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}

.top-service {
  padding-top: 197px;
}
@media (max-width: 1060px) {
  .top-service {
    padding-top: 160px;
  }
}
@media (max-width: 600px) {
  .top-service {
    padding-top: 280px;
  }
}

.top-service_list {
  margin-top: 47px;
  counter-reset: listnum;
}
.top-service_list--item {
  border-radius: 150px 150px 0 0;
  border: 12px solid #ECF8E5;
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 70px;
  box-sizing: border-box;
  background-image: url(../../img/bg.svg);
  background-repeat: no-repeat;
  background-size: auto 393px;
  background-position: 50% 100%;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .top-service_list--item {
    border-radius: 60px 60px 0 0;
    border-width: 8px;
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: 100% auto;
  }
}
.top-service_list--item:first-of-type {
  margin-top: 0;
}
.top-service_list--item:first-of-type .top-service_intro--txt:before {
  color: #F98900;
}
.top-service_list--item:first-of-type .top-service_intro--ttl {
  color: #F98900;
}
.top-service_list--item:first-of-type .top-service_tag--item {
  background-color: #F98900;
}
.top-service_list--item:first-of-type .top-service_intro:after {
  background-image: url(../../img/top-service-intro01.webp);
}
.top-service_list--item:nth-of-type(2) .top-service_intro--txt:before {
  color: #1FAAC3;
}
.top-service_list--item:nth-of-type(2) .top-service_intro--ttl {
  color: #1FAAC3;
}
.top-service_list--item:nth-of-type(2) .top-service_tag--item {
  background-color: #1FAAC3;
}
.top-service_list--item:nth-of-type(2) .top-service_intro:after {
  background-image: url(../../img/top-service-intro02.webp);
}
.top-service_list--item:last-of-type .top-service_intro--txt:before {
  color: #FF5E60;
}
.top-service_list--item:last-of-type .top-service_intro--ttl {
  color: #FF5E60;
}
.top-service_list--item:last-of-type .top-service_tag--item {
  background-color: #FF5E60;
}
.top-service_list--item:last-of-type .top-service_intro:after {
  background-image: url(../../img/top-service-intro03.webp);
}
.top-service_list--sub_ttl {
  font-size: clamp(2.6rem, 2.7vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.0714285714;
}
@media (max-width: 768px) {
  .top-service_list--sub_ttl {
    font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  }
}
.top-service_list--sub_ttl:after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/5;
  background-color: #347571;
  transform: rotate(-38deg);
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .top-service_list--sub_ttl:after {
    width: 36px;
    margin-top: 16px;
  }
}

.top-service_intro {
  width: 81.4814814815%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 1728px) {
  .top-service_intro {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-service_intro {
    display: block;
  }
}
.top-service_intro-reverse {
  flex-direction: row-reverse;
}
.top-service_intro:after {
  content: "";
  display: block;
  width: 52.9624277457%;
  aspect-ratio: 1466/928;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 1728px) {
  .top-service_intro:after {
    width: calc(100% - 626px);
  }
}
@media (max-width: 1060px) {
  .top-service_intro:after {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .top-service_intro:after {
    margin-top: 32px;
  }
}
.top-service_intro--txt {
  width: 42.9190751445%;
  position: relative;
}
@media (max-width: 1728px) {
  .top-service_intro--txt {
    width: 594px;
  }
}
@media (max-width: 1060px) {
  .top-service_intro--txt {
    width: 100%;
  }
}
.top-service_intro--txt:before {
  counter-increment: listnum;
  content: "0" counter(listnum);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  top: -145px;
  left: 0;
}
@media (max-width: 768px) {
  .top-service_intro--txt:before {
    font-size: 70px;
    top: -92px;
  }
}
.top-service_intro--ttl {
  font-size: clamp(4.8rem, 4.9vw, 5rem);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .top-service_intro--ttl {
    font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  }
}
.top-service_intro--sub_ttl {
  font-size: clamp(2.8rem, 2.9vw, 3rem);
}
@media (max-width: 768px) {
  .top-service_intro--sub_ttl {
    font-size: clamp(1.8rem, 1.9vw, 2rem);
  }
}
.top-service_intro--desc {
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  font-weight: 700;
  line-height: 1.8;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top-service_intro--desc {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    margin-top: 20px;
  }
}
.top-service_intro--detail {
  margin-top: 19px;
}
@media (max-width: 768px) {
  .top-service_intro--detail {
    margin-top: 10px;
  }
}
.top-service_intro--detail_item {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 2;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .top-service_intro--detail_item {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
.top-service_intro--detail_item:before {
  content: "・";
}

.top-service_tag {
  margin-top: 25px;
}
.top-service_tag--item {
  border-radius: 3px;
  color: #fff;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  padding: 10px 15px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .top-service_tag--item {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    padding: 6px 10px;
    margin-right: 10px;
  }
}
.top-service_tag--item:last-of-type {
  margin-right: 0;
}

.top-service_school {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86.5162037037%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1728px) {
  .top-service_school {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-service_school {
    display: block;
    margin-top: 40px;
  }
}
.top-service_school--group {
  background-color: #FFF4DA;
  border: 1px solid #F98900;
  border-radius: 20px;
  width: 48.2943143813%;
  padding: 30px 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 1060px) {
  .top-service_school--group {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-service_school--group {
    padding: 20px 16px;
  }
}
.top-service_school--group:before {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 90/95;
  background-image: url(../../img/top-service-school-group-school.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  transform: rotate(-14deg);
}
@media (max-width: 768px) {
  .top-service_school--group:before {
    width: 60px;
    top: -16px;
    left: -12px;
  }
}
.top-service_school--group:first-of-type .top-service_school--desc:before {
  background-image: url(../../img/top-service-school-desc01.webp);
}
.top-service_school--group:nth-of-type(2) {
  transition-delay: 0.15s;
}
@media (max-width: 1060px) {
  .top-service_school--group:nth-of-type(2) {
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .top-service_school--group:nth-of-type(2) {
    margin-top: 24px;
    transition-delay: 0s;
  }
}
.top-service_school--group:nth-of-type(2) .top-service_school--desc:before {
  background-image: url(../../img/top-service-school-desc02.webp);
}
.top-service_school--group:nth-of-type(3) {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .top-service_school--group:nth-of-type(3) {
    margin-top: 24px;
  }
}
.top-service_school--group:nth-of-type(3) .top-service_school--desc:before {
  background-image: url(../../img/top-service-school-desc03.webp);
}
.top-service_school--group:last-of-type {
  margin-top: 42px;
  transition-delay: 0.15s;
}
@media (max-width: 768px) {
  .top-service_school--group:last-of-type {
    margin-top: 24px;
    transition-delay: 0s;
  }
}
.top-service_school--group:last-of-type:before {
  background-image: url(../../img/top-service-school-group-event.svg);
}
.top-service_school--group:last-of-type .top-service_school--desc:before {
  background-image: url(../../img/top-service-school-desc04.webp);
}
.top-service_school--term {
  background-color: #fff;
  color: #F98900;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.1538461538;
}
@media (max-width: 768px) {
  .top-service_school--term {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    padding: 8px;
    padding-bottom: 8px;
  }
}
.top-service_school--term_s {
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
}
@media (max-width: 1728px) {
  .top-service_school--term_s {
    display: block;
  }
}
@media (max-width: 1060px) {
  .top-service_school--term_s {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .top-service_school--term_s {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    display: block;
  }
}
.top-service_school--desc {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 88.91966759%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-service_school--desc {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}
.top-service_school--desc:before {
  content: "";
  display: block;
  width: 39.2523364486%;
  aspect-ratio: 252/195;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-service_school--desc:before {
    width: 80%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-service_school--txt {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 1.8;
  width: 57.476635514%;
}
@media (max-width: 768px) {
  .top-service_school--txt {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    width: 100%;
  }
}

.top-service_info {
  width: 86.5162037037%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 1060px) {
  .top-service_info {
    display: block;
    width: fit-content;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .top-service_info {
    margin-top: 64px;
  }
}
.top-service_info--wrap {
  width: 50%;
  padding-left: 5.3475935829%;
  padding-right: 5.3475935829%;
  box-sizing: border-box;
}
@media (max-width: 1728px) {
  .top-service_info--wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1060px) {
  .top-service_info--wrap {
    width: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-service_info--wrap:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .top-service_info--wrap {
    width: 100%;
    margin-top: 64px;
  }
}
.top-service_info--list {
  margin-top: 40px;
}
.top-service_info--list_group {
  display: flex;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .top-service_info--list_group {
    align-items: center;
    margin-top: 10px;
  }
}
.top-service_info--list_group:first-of-type {
  margin-top: 0;
}
.top-service_info--list_group-border_white {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
@media (max-width: 1060px) {
  .top-service_info--list_group-border_white {
    border-color: #eee;
  }
}
.top-service_info--list_group-border_gray {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
@media (max-width: 1060px) {
  .top-service_info--list_group-border_gray {
    border-color: #eee;
  }
}
.top-service_info--list_term {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 2;
  min-width: 6.7em;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1728px) {
  .top-service_info--list_term {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
@media (max-width: 1060px) {
  .top-service_info--list_term {
    font-size: clamp(1.8rem, 1.9vw, 2rem);
  }
}
@media (max-width: 768px) {
  .top-service_info--list_term {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
.top-service_info--list_term-place {
  min-width: fit-content;
  padding-right: 0.7em;
}
.top-service_info--list_term:after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .top-service_info--list_term:after {
    height: 100%;
  }
}
.top-service_info--list_desc {
  font-weight: 500;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 2.2222222222;
  margin-left: 0.7em;
}
@media (max-width: 1728px) {
  .top-service_info--list_desc {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
@media (max-width: 1060px) {
  .top-service_info--list_desc {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
@media (max-width: 768px) {
  .top-service_info--list_desc {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    line-height: 1.5;
  }
}

.top-service_product {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86.5162037037%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1728px) {
  .top-service_product {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top-service_product {
    display: block;
    margin-top: 40px;
  }
}
.top-service_product--group {
  width: 24.4147157191%;
  background-color: #F0FDFF;
  border: 1px solid #1FAAC3;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1340px) {
  .top-service_product--group {
    width: 48.2943143813%;
    margin-top: 42px;
  }
}
@media (max-width: 1060px) {
  .top-service_product--group {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .top-service_product--group {
    width: 100%;
    margin-top: 20px;
    padding: 20px 16px;
  }
}
@media (max-width: 1728px) {
  .top-service_product--group:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.top-service_product--group:nth-of-type(2) {
  transition-delay: 0.15s;
}
@media (max-width: 768px) {
  .top-service_product--group:nth-of-type(2) {
    margin-top: 24px;
    transition-delay: 0s;
  }
}
.top-service_product--group:nth-of-type(3) {
  transition-delay: 0.3s;
}
@media (max-width: 1728px) {
  .top-service_product--group:nth-of-type(3) {
    transition-delay: 0s;
  }
}
.top-service_product--group:last-of-type {
  transition-delay: 0.45s;
}
@media (max-width: 1728px) {
  .top-service_product--group:last-of-type {
    transition-delay: 0.15s;
  }
}
@media (max-width: 768px) {
  .top-service_product--group:last-of-type {
    transition-delay: 0s;
  }
}
.top-service_product--term {
  background-color: #fff;
  color: #1FAAC3;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.1538461538;
}
@media (max-width: 768px) {
  .top-service_product--term {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    padding: 8px;
    padding-bottom: 8px;
  }
}
.top-service_product--desc {
  margin-top: 10px;
}
.top-service_product--txt {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  text-align: center;
  line-height: 1.5;
  color: #1FAAC3;
}
@media (max-width: 768px) {
  .top-service_product--txt {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
.top-service_product--img {
  border-radius: 20px;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.top-service_product--link {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  padding: 14px 22px;
  border: 2px solid #1FAAC3;
  border-radius: 50px;
  margin: 20px auto 0;
  background-color: #fff;
  color: #1FAAC3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media (max-width: 768px) {
  .top-service_product--link {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top-service_product--link:after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/26;
  background-image: url(../../img/icon/icon-open-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 10px;
}
.top-service_product--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .top-service_product--link:hover {
    transform: translateY(0);
  }
}

.top-service_shop_ttl {
  margin-top: 82px;
}
@media (max-width: 768px) {
  .top-service_shop_ttl {
    margin-top: 60px;
  }
}
.top-service_shop_ttl--img {
  display: block;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .top-service_shop_ttl--img {
    width: 70%;
    max-width: 280px;
  }
}
.top-service_shop_ttl--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.top-service_shop_ttl--wrap:before {
  content: "";
  display: block;
  width: 53px;
  height: 3px;
  background-color: #1FAAC3;
  transform: rotate(-118deg);
}
@media (max-width: 768px) {
  .top-service_shop_ttl--wrap:before {
    width: 40px;
    height: 2px;
  }
}
.top-service_shop_ttl--wrap:after {
  content: "";
  display: block;
  width: 53px;
  height: 3px;
  background-color: #1FAAC3;
  transform: rotate(118deg);
}
@media (max-width: 768px) {
  .top-service_shop_ttl--wrap:after {
    width: 40px;
    height: 2px;
  }
}
.top-service_shop_ttl--box {
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  line-height: 1.1538461538;
}
@media (max-width: 1060px) {
  .top-service_shop_ttl--box {
    font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  }
}
@media (max-width: 768px) {
  .top-service_shop_ttl--box {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    text-align: center;
    line-height: 1.5;
  }
}
.top-service_shop_ttl--strong {
  color: #1FAAC3;
}

.top-service_shop {
  margin: 40px auto 0;
  width: 80.0347222222%;
  background-color: #ECECEC;
  background-image: url(../../img/icon/icon-cart.svg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 221px auto;
  display: flex;
}
@media (max-width: 1728px) {
  .top-service_shop {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-service_shop {
    background-size: 100px auto;
  }
}
@media (max-width: 768px) {
  .top-service_shop {
    display: block;
    background-size: 60px auto;
  }
}
.top-service_shop--group {
  width: 50%;
  padding-top: 72px;
  padding-bottom: 64px;
  position: relative;
}
@media (max-width: 1060px) {
  .top-service_shop--group {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top-service_shop--group {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-service_shop--group:first-of-type:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 65px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media (max-width: 768px) {
  .top-service_shop--group:first-of-type:before {
    width: 90%;
    height: 2px;
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.top-service_shop--term {
  font-weight: 700;
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 1060px) {
  .top-service_shop--term {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.top-service_shop--term_s {
  display: block;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 1060px) {
  .top-service_shop--term_s {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
.top-service_shop--link {
  width: 375px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #8FC31F;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  padding-left: 10px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1060px) {
  .top-service_shop--link {
    width: 80%;
    min-width: 288px;
    height: 72px;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
@media (max-width: 768px) {
  .top-service_shop--link {
    width: 90%;
    min-width: 270px;
    height: 64px;
  }
}
.top-service_shop--link:before {
  content: "";
  display: block;
  width: 65px;
  aspect-ratio: 65/65;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 20px;
}
@media (max-width: 1060px) {
  .top-service_shop--link:before {
    width: 40px;
    margin-right: 10px;
  }
}
.top-service_shop--link:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/25;
  background-image: url(../../img/icon/icon-open-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1060px) {
  .top-service_shop--link:after {
    width: 20px;
    right: 12px;
  }
}
.top-service_shop--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .top-service_shop--link:hover {
    transform: translateY(0);
  }
}
.top-service_shop--link-base {
  margin-top: 40px;
}
@media (max-width: 1060px) {
  .top-service_shop--link-base {
    margin-top: 20px;
  }
}
.top-service_shop--link-base:before {
  background-image: url(../../img/icon/icon-base.webp);
}
.top-service_shop--link-mercari {
  margin-top: 26px;
}
@media (max-width: 1060px) {
  .top-service_shop--link-mercari {
    margin-top: 16px;
  }
}
.top-service_shop--link-mercari:before {
  background-image: url(../../img/icon/icon-mercari.webp);
}
.top-service_shop--link-mail {
  margin-top: 20px;
  padding-left: 71px;
}
@media (max-width: 1060px) {
  .top-service_shop--link-mail {
    padding-left: 0;
    justify-content: center;
  }
}
.top-service_shop--link-mail:before {
  width: 48px;
  background-image: url(../../img/icon/icon-mail-white.svg);
  margin-right: 9px;
}
@media (max-width: 1060px) {
  .top-service_shop--link-mail:before {
    width: 30px;
  }
}
.top-service_shop--link-mail:after {
  content: none;
}
.top-service_shop--note {
  margin-top: 23px;
  display: block;
  width: fit-content;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1060px) {
  .top-service_shop--note {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
.top-service_shop--note:before {
  content: "※";
}

.top-service_project {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87.7893518519%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1728px) {
  .top-service_project {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-service_project {
    display: block;
    margin-top: 40px;
  }
}
.top-service_project--group {
  background-color: #FFF4F4;
  border: 1px solid #FF5E60;
  border-radius: 20px;
  width: 48.7804878049%;
  padding: 30px 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 1060px) {
  .top-service_project--group {
    width: 100%;
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .top-service_project--group {
    padding: 20px 16px;
    margin-top: 24px;
  }
}
@media (max-width: 1060px) {
  .top-service_project--group:first-of-type {
    margin-top: 0;
  }
}
.top-service_project--group:last-of-type {
  transition-delay: 0.15s;
}
@media (max-width: 1060px) {
  .top-service_project--group:last-of-type {
    transition-delay: 0s;
  }
}
.top-service_project--term {
  background-color: #fff;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.3846153846;
}
@media (max-width: 768px) {
  .top-service_project--term {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    padding: 8px;
    padding-bottom: 8px;
  }
}
.top-service_project--term_s {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  display: block;
}
@media (max-width: 1728px) {
  .top-service_project--term_s {
    display: block;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
@media (max-width: 1060px) {
  .top-service_project--term_s {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .top-service_project--term_s {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    display: block;
  }
}
.top-service_project--desc {
  margin-top: 20px;
}
.top-service_project--img {
  display: block;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-service_project--img {
    width: 100%;
  }
}
.top-service_project--txt {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 94.1428571429%;
}
@media (max-width: 768px) {
  .top-service_project--txt {
    width: 100%;
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
.top-service_project--link_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .top-service_project--link_wrap {
    padding-right: 0;
  }
}
.top-service_project--link {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  padding: 14px 22px;
  border: 2px solid #FF5E60;
  border-radius: 50px;
  margin: 20px auto 0;
  background-color: #fff;
  color: #FF5E60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media (max-width: 768px) {
  .top-service_project--link {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top-service_project--link:after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/26;
  background-image: url(../../img/icon/icon-open-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 10px;
}
.top-service_project--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .top-service_project--link:hover {
    transform: translateY(0);
  }
}

.top-voice {
  padding-top: 103px;
}
@media (max-width: 768px) {
  .top-voice {
    padding-top: 80px;
  }
}

.top-voice_list {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  width: 80.0925925926%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1728px) {
  .top-voice_list {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-voice_list {
    display: block;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .top-voice_list {
    width: 100%;
  }
}
.top-voice_list--group {
  width: 30.8695652174%;
}
@media (max-width: 1060px) {
  .top-voice_list--group {
    width: 100%;
    margin-top: 42px;
  }
}
.top-voice_list--group:first-of-type {
  margin-top: 0;
}
.top-voice_list--img {
  display: block;
  width: 61.0328638498%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1060px) {
  .top-voice_list--img {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .top-voice_list--img {
    width: 160px;
  }
}
.top-voice_list--post {
  color: #8FC31F;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 1.45;
  margin-top: 19px;
}
@media (max-width: 1180px) {
  .top-voice_list--post {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
@media (max-width: 768px) {
  .top-voice_list--post {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    margin-top: 12px;
  }
}
.top-voice_list--name {
  color: #8FC31F;
  text-align: center;
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  line-height: 1.4583333333;
  font-weight: 700;
}
@media (max-width: 1728px) {
  .top-voice_list--name {
    font-size: clamp(1.8rem, 1.9vw, 2rem);
  }
}
@media (max-width: 768px) {
  .top-voice_list--name {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.top-voice_list--desc {
  margin-top: 21px;
}
@media (max-width: 768px) {
  .top-voice_list--desc {
    margin-top: 12px;
  }
}
.top-voice_list--txt {
  font-weight: 500;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top-voice_list--txt {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    margin-top: 12px;
  }
}

.top-news {
  padding-top: 104px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .top-news {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.top-news_list {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  width: 80.0925925926%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1728px) {
  .top-news_list {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-news_list {
    display: block;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top-news_list {
    width: 100%;
  }
}
.top-news_list--item {
  width: 48.1884057971%;
  height: 310px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1060px) {
  .top-news_list--item {
    width: 100%;
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .top-news_list--item {
    height: 200px;
    margin-top: 24px;
  }
}
@media (max-width: 1060px) {
  .top-news_list--item:first-of-type {
    margin-top: 0;
  }
}
.top-news_list--item:last-of-type {
  transition-delay: 0.15s;
}
@media (max-width: 1060px) {
  .top-news_list--item:last-of-type {
    transition-delay: 0s;
  }
}
.top-news_list--logo {
  height: 100px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .top-news_list--logo {
    height: 60px;
  }
}
.top-news_list--sns_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top-news_list--sns_wrap {
    margin-top: 28px;
  }
}
.top-news_list--link {
  width: 80px;
  aspect-ratio: 80/80;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 68px;
}
@media (max-width: 1728px) {
  .top-news_list--link {
    margin-right: 40px;
  }
}
@media (max-width: 1060px) {
  .top-news_list--link {
    margin-right: 68px;
  }
}
@media (max-width: 768px) {
  .top-news_list--link {
    width: 48px;
    margin-right: 24px;
  }
}
.top-news_list--link-insta {
  background-image: url(../../img/icon/icon-insta.webp);
}
.top-news_list--link-fb {
  background-image: url(../../img/icon/icon-fb.webp);
}
.top-news_list--link-youtube {
  width: 96px;
  background-image: url(../../img/icon/icon-youtube.webp);
}
@media (max-width: 768px) {
  .top-news_list--link-youtube {
    width: 60px;
  }
}
.top-news_list--link:last-of-type {
  margin-right: 0;
}
.top-news_list--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .top-news_list--link:hover {
    transform: translateY(0);
  }
}

.top-mission {
  background-color: #fff;
}
.top-mission--wrap {
  margin-left: auto;
  margin-right: auto;
  width: 80.0925925926%;
  padding-top: 96px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 1728px) {
  .top-mission--wrap {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-mission--wrap {
    display: block;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top-mission--wrap {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top-mission--wrap:after {
  content: "";
  display: block;
  width: 56.7919075145%;
  aspect-ratio: 1572/1040;
  background-image: url(../../img/top-mission-wrap.webp);
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 768px) {
  .top-mission--wrap:after {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
.top-mission--txt {
  position: relative;
  z-index: 100;
}
.top-mission--desc {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 1.8;
  margin-top: 1.8em;
  color: #000;
}
@media (max-width: 768px) {
  .top-mission--desc {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
.top-mission--desc:first-of-type {
  margin-top: 30px;
}

.top-company {
  padding-top: 96px;
  padding-bottom: 96px;
}
.top-company--wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
@media (max-width: 1728px) {
  .top-company--wrap {
    width: 90%;
  }
}
@media (max-width: 1060px) {
  .top-company--wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top-company--wrap {
    width: 100%;
    display: block;
    margin-top: 32px;
  }
}
.top-company--wrap:before {
  content: "";
  display: block;
  width: 250px;
  aspect-ratio: 286/244;
  background-image: url(../../img/logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 53px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top-company--wrap:before {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .top-company_list {
    margin-top: 32px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-company_list--group {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.top-company_list--group:first-of-type {
  margin-top: 0;
}
.top-company_list--term {
  font-weight: 500;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 2;
  width: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .top-company_list--term {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    width: 72px;
  }
}
.top-company_list--term:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.top-company_list--desc {
  padding-left: 40px;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  line-height: 2;
  max-width: calc(100% - 100px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top-company_list--desc {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    max-width: calc(100% - 72px);
    padding-left: 16px;
  }
}

.top-contact {
  background-color: #ECF8E5;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../../img/bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
}
@media (max-width: 768px) {
  .top-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top-contact--link {
  background-color: #347571;
  color: #fff;
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  font-weight: 700;
  padding: 30px 46px;
  border-radius: 100px;
  margin: 30px auto 0;
  display: block;
  width: fit-content;
}
.top-contact--link:hover {
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  .top-contact--link:hover {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=top.css.map */
