@charset "UTF-8";
.works_slider_item_txt, .service_slider_item_txt, .service_tab_item_txt, .news_context_post_content, .topics_context_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.works_slider_item_txt {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.news_context_post_content, .topics_context_txt {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.service_slider_item_txt, .service_tab_item_txt {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

@media only screen and (min-width: 768px) {
  .news_context_post_content {
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
}
.works_slider_item_title, .works_slider_item_txt, .service_slider_item_txt, .service_tab_item_txt, .about_related_post_txt, .news_context_post_content, .topics_context_txt {
  font-family: "BIZ UDPGothic", sans-serif;
}

.topics_toggler_tag, .topics_context_title {
  font-family: "Barlow", sans-serif;
}

.news_context_post_date {
  font-family: "Oswald", sans-serif;
}

.about_related_post_title {
  font-family: "M PLUS 1p", sans-serif;
}

.about_related_post_title {
  font-feature-settings: "palt";
}

.video_fixed {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.video_fixed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.2;
}

.mv {
  position: relative;
}
.mv_context {
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-left: 2px;
}
@media only screen and (min-width: 768px) {
  .mv_context {
    max-width: 740px;
    padding-top: 44px;
    padding-left: 0;
  }
}
.mv_context_heading {
  width: 313px;
}
@media only screen and (min-width: 768px) {
  .mv_context_heading {
    width: 51.4673611111vw;
    max-width: 741.13px;
  }
}
.mv_context_txt {
  max-width: 240px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7142857143;
  margin-top: 1px;
  margin-left: -3px;
}
@media only screen and (min-width: 768px) {
  .mv_context_txt {
    max-width: 658px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.mv_slider {
  --slider-width: 490;
  width: calc(var(--slider-width) / 375 * 100vw);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .mv_slider {
    width: calc(var(--slider-width) * 1px);
    --slider-width: 1440;
    left: 50%;
    translate: -50% 0;
  }
}
.mv_slider_wrap {
  width: 100%;
  height: 53.3333333333vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mv_slider_wrap {
    height: 390px;
  }
}
.mv_slider_item {
  --item-width: 0;
  --item-top: 0;
  --item-left: 0;
  width: calc(var(--item-width) / var(--slider-width) * 100%);
  position: absolute;
  top: calc(var(--item-top) / var(--slider-width) * 100%);
  left: calc(var(--item-left) / var(--slider-width) * 100%);
}
.mv_slider_item[data-order="1"] {
  --item-width: 89.14;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="1"] {
    --item-width: 282;
  }
}
.mv_slider_item[data-order="2"] {
  --item-width: 179.65;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="2"] {
    --item-width: 360;
  }
}
.mv_slider_item[data-order="3"] {
  --item-width: 123.54;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="3"] {
    --item-width: 282;
  }
}
.mv_slider_item[data-order="4"] {
  --item-width: 89.14;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="4"] {
    --item-width: 226.7;
  }
}
.mv_slider_item[data-order="5"] {
  --item-width: 179.65;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="5"] {
    --item-width: 360.07;
  }
}
.mv_slider_item[data-order="6"] {
  --item-width: 123.54;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="6"] {
    --item-width: 282;
  }
}
.mv_slider_item[data-order="7"] {
  --item-width: 89.14;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="7"] {
    --item-width: 226.7;
  }
}
.mv_slider_item[data-order="8"] {
  --item-width: 190;
}
@media only screen and (min-width: 768px) {
  .mv_slider_item[data-order="8"] {
    --item-width: 360.07;
  }
}
.mv_slider_item_link {
  display: block;
}
.topics {
  width: 30px;
  position: fixed;
  z-index: 100;
  right: 0px;
  bottom: 78px;
  translate: 30px 0;
}
@media only screen and (min-width: 768px) {
  .topics {
    bottom: 105px;
  }
}
.topics.is_open .topics_inner {
  translate: -100% 0;
}
.topics.is_open .topics_toggler::after {
  left: 37%;
  rotate: 45deg;
}
.topics.is_open .topics_toggler_tag {
  opacity: 0;
  transition: 150ms linear;
  pointer-events: none;
}
.topics_inner {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  translate: -30px 0;
  filter: drop-shadow(0 0 20px rgba(91, 195, 231, 0.81));
  transition: all 450ms cubic-bezier(0.15, 0.95, 0.5, 1.05);
}
.topics_toggler {
  width: 16px;
  height: 100%;
  background-color: #5eb7e8;
  position: absolute;
  top: 0;
  left: -16px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}
@media only screen and (min-width: 768px) {
  .topics_toggler {
    width: 20px;
    cursor: pointer;
    left: -20px;
  }
}
.topics_toggler::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 60%;
  translate: -50% -50%;
  rotate: -135deg;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .topics_toggler::after {
    width: 12px;
    height: 12px;
  }
}
.topics_toggler_tag {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  writing-mode: tb-rl;
  width: 30px;
  height: 75px;
  background-color: #5eb7e8;
  border: 1px solid #53b7e8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -30px;
  padding-left: 3px;
  padding-right: 4px;
  transition: 150ms linear 200ms;
}
@media only screen and (min-width: 768px) {
  .topics_toggler_tag {
    width: 30px;
    height: 97px;
    font-size: 1.8rem;
    padding-right: 4px;
    cursor: pointer;
  }
}
.topics_context {
  height: 75px;
  display: flex;
  gap: 12px;
  padding: 8px 13px 10px 14px;
}
@media only screen and (min-width: 768px) {
  .topics_context {
    height: 97px;
    gap: 0px;
    padding: 8px 9px 10px 25px;
  }
}
.topics_context_info {
  width: 186px;
}
@media only screen and (min-width: 768px) {
  .topics_context_info {
    width: 163px;
  }
}
.topics_context_title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1851851852;
  color: #5eb7e8;
}
@media only screen and (min-width: 768px) {
  .topics_context_title {
    font-size: 2.7rem;
  }
}
.topics_context_txt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4666666667;
}
@media only screen and (min-width: 768px) {
  .topics_context_txt {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}
.topics_context_photo {
  width: 66px;
  aspect-ratio: 1.1486486486;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .topics_context_photo {
    width: 85px;
    margin-top: 4px;
  }
}
.topics_context_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  margin-top: 36px;
}
@media only screen and (min-width: 768px) {
  .news {
    margin-top: 27px;
  }
}
.news_inner {
  max-width: calc(100% - 16px);
}
@media only screen and (min-width: 768px) {
  .news_inner {
    max-width: calc(100% - 40px);
  }
}
.news_context {
  display: flex;
}
.news_context_post {
  display: flex;
  align-items: center;
  position: relative;
}
.news_context_post::after {
  content: "";
  width: 768px;
  aspect-ratio: 10.9714285714;
  background-image: url("./../images/top/bg_news_sp.webp");
  background-position: right;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  filter: drop-shadow(0 0 20px rgba(94, 183, 232, 0.78));
}
@media only screen and (min-width: 768px) {
  .news_context_post::after {
    width: 1446.11px;
    aspect-ratio: 25.5767598161;
    background-image: url("./../images/top/bg_news.webp");
  }
}
.news_context_post_link {
  width: 100%;
  display: flex;
  gap: 2px 12px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6363636364;
  padding-left: 28px;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  .news_context_post_link {
    height: 56px;
    gap: 0px;
    flex-wrap: nowrap;
    font-size: 1.5rem;
    line-height: 1.2;
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .news_context_post_link {
    padding-left: 60px;
    padding-right: 113px;
  }
}
.news_context_post_link::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% + 2px);
  right: 24px;
  translate: 0 -50%;
  rotate: 45deg;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media only screen and (min-width: 768px) {
  .news_context_post_link::after {
    width: 12px;
    height: 12px;
    top: calc(50% - 1px);
    right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .news_context_post_link::after {
    right: 61px;
  }
}
.news_context_post_tag {
  font-size: 1.5rem;
  font-weight: 900;
  color: #5eb7e8;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .news_context_post_tag {
    font-size: 2.2rem;
  }
}
.news_context_post_tag::after {
  content: "";
  display: none;
  border: 0;
  border-top: 6px solid rgba(255, 255, 255, 0);
  border-left: 10px solid #ffa2c9;
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 768px) {
  .news_context_post_tag::after {
    display: inline-block;
    margin-left: 28px;
    margin-right: 26px;
  }
}
.news_context_post_date {
  display: flex;
  flex-shrink: 0;
  color: #4c4948;
}
@media only screen and (min-width: 768px) {
  .news_context_post_date {
    padding-top: 2px;
  }
}
.news_context_post_date::after {
  content: "│";
  letter-spacing: 0.02em;
  display: none;
}
@media only screen and (min-width: 768px) {
  .news_context_post_date::after {
    margin-left: 14px;
    margin-right: 13px;
    display: block;
  }
}
.news_context_post_content {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
  color: #4c4948;
}
@media only screen and (min-width: 768px) {
  .news_context_post_content {
    font-size: 1.5rem;
    padding-top: 2px;
  }
}
.news_context_linkto {
  width: 78px;
  height: 68.48px;
  background-color: #5eb7e8;
  mask-image: url("./../images/common/img_frame.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: left center;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  transform-origin: left center;
}
@media only screen and (min-width: 768px) {
  .news_context_linkto {
    width: 68.62px;
    height: 60.23px;
    font-size: 1.2rem;
    margin-left: 3px;
    transition: 300ms ease;
  }
  .news_context_linkto:hover {
    opacity: 1;
    scale: 1.145;
  }
}

.about {
  color: #fff;
  position: relative;
  margin-top: 27px;
  padding-top: 118px;
  padding-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .about {
    margin-top: 37px;
    padding-top: 240px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .about {
    padding-top: 320px;
  }
}
.about_underground {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.about_underground::before {
  content: "";
  width: 767px;
  height: 160px;
  background-image: url("./../images/top/bg_about_sp.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 5px 0;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (min-width: 768px) {
  .about_underground::before {
    width: 1024px;
    height: 224px;
    background-image: url("./../images/top/bg_about.webp");
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .about_underground::before {
    width: 2000px;
    height: 438px;
  }
}
.about_underground::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 140px;
  background-color: #5eb7e8;
}
@media only screen and (min-width: 768px) {
  .about_underground::after {
    top: 220px;
  }
}
@media only screen and (min-width: 1025px) {
  .about_underground::after {
    top: 430px;
  }
}
.about_grid {
  display: flex;
  flex-wrap: wrap;
}
.about_grid_context {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about_grid_context {
    width: 380px;
  }
}
.about_grid_related {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .about_grid_related {
    width: calc(100% - 380px);
    margin: 0;
  }
}
.about_leading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7692307692;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .about_leading {
    font-size: 2.6rem;
    margin-top: 24px;
  }
}
.about_txt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7647058824;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .about_txt {
    font-size: 1.7rem;
    margin-top: 24px;
  }
}
.about_txt + .about_txt {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .about_txt + .about_txt {
    margin-top: 15px;
  }
}
.about_more {
  margin-top: 34px;
}
@media only screen and (min-width: 768px) {
  .about_more {
    margin-top: 27px;
  }
}
.about_related {
  --total-width: 530;
  width: calc(var(--total-width) * 1px);
  height: 448px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about_related {
    --total-width: 770;
    height: 644px;
    translate: 70vw 0;
  }
}
.about_related.is_show {
  transition: translate 600ms cubic-bezier(0.15, 0.95, 0.5, 1.1);
  translate: none;
}
.about_related_post {
  width: 330px;
  position: absolute;
  top: calc(var(--top) / var(--total-width) * 100%);
  left: calc(var(--left) / var(--total-width) * 100%);
  rotate: var(--rotate);
  transition: 450ms cubic-bezier(0.15, 0.95, 0.5, 1.1);
}
@media only screen and (min-width: 768px) {
  .about_related_post {
    width: 475.27px;
    max-width: 42%;
  }
}
@media only screen and (min-width: 1025px) {
  .about_related_post {
    max-width: 70%;
  }
}
.about_related_post[data-themes="1"] {
  --color: #709df0;
}
.about_related_post[data-themes="2"] {
  --color: #f7965a;
}
.about_related_post[data-themes="3"] {
  --color: #f465a2;
}
.about_related_post[data-themes="4"] {
  --color: #af75ea;
}
.about_related_post[data-order="1"] {
  --top: 60;
  --left: -19;
  --rotate: -10deg;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .about_related_post[data-order="1"] {
    --top: 49;
    --left: 16;
  }
}
.about_related_post[data-order="2"] {
  --top: 45;
  --left: 40;
  --rotate: 11deg;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .about_related_post[data-order="2"] {
    --top: 29;
    --left: 103;
  }
}
.about_related_post[data-order="3"] {
  --top: 60;
  --left: 80;
  --rotate: -16deg;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .about_related_post[data-order="3"] {
    --top: 29;
    --left: 103;
  }
}
.about_related_post[data-order="4"] {
  --top: 47;
  --left: 131;
  --rotate: 7deg;
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .about_related_post[data-order="4"] {
    --top: 28;
    --left: 350;
  }
}
.about_related_post_link {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px 24px 17px;
  border-radius: 10px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
@media only screen and (min-width: 768px) {
  .about_related_post_link {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .about_related_post_link {
    padding: 29px 35px 22px 35px;
  }
}
.about_related_post_photo {
  width: 100%;
  aspect-ratio: 1.5555739241;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .about_related_post_photo {
    border-radius: 10px;
    aspect-ratio: 1.5555555556;
  }
}
.about_related_post_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_related_post_title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3571428571;
  letter-spacing: -0.1em;
  color: var(--color);
  margin-top: 11px;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 768px) {
  .about_related_post_title {
    font-size: 1.8rem;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .about_related_post_title {
    font-size: 2.8rem;
  }
}
.about_related_post_txt {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #545251;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .about_related_post_txt {
    min-height: 113px;
    margin-top: 11px;
    line-height: 1.875;
  }
}
@media only screen and (min-width: 1025px) {
  .about_related_post_txt {
    font-size: 1.6rem;
  }
}

.service {
  padding-top: 57px;
  padding-bottom: 53px;
}
@media only screen and (min-width: 768px) {
  .service {
    padding-top: 96px;
    padding-bottom: 121px;
  }
}
.service_leading {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7647058824;
  margin-top: 15px;
  margin-right: -10px;
}
@media only screen and (min-width: 768px) {
  .service_leading {
    max-width: 560px;
    font-size: 1.7rem;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1px;
  }
}
.service_slider {
  position: relative;
  margin-top: 150px;
}
@media only screen and (min-width: 768px) {
  .service_slider {
    margin-top: 158px;
  }
}
.service_slider_wrap {
  width: 1292px;
  max-width: calc(100% - 40px);
  height: 327px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .service_slider_wrap {
    width: 1045px;
    max-width: calc(100% - 180px);
    height: 204px;
  }
}
.service_slider_item {
  --top: 0;
  --left: 0;
  --scale: 1;
  --accent-color: #709df0;
  width: 247px;
  border-radius: 22px;
  position: absolute;
  top: calc(var(--top));
  left: calc(var(--left));
  translate: -50% -50%;
  scale: var(--scale);
  overflow: hidden;
  transition: all 400ms linear;
  padding: 18px;
}
@media only screen and (min-width: 768px) {
  .service_slider_item {
    width: 348px;
    max-width: 50%;
    border-radius: 22px;
    padding: 20px 26px 25px 27px;
  }
  .service_slider_item:hover {
    opacity: 1;
    filter: brightness(0.85);
  }
}
.service_slider_item[data-themes="2"] {
  --accent-color: #ffca39;
}
.service_slider_item[data-themes="3"] {
  --accent-color: #f465a2;
}
.service_slider_item[data-themes="4"] {
  --accent-color: #ed4de7;
}
.service_slider_item[data-themes="5"] {
  --accent-color: #9b9b9b;
}
.service_slider_item[data-themes="6"] {
  --accent-color: #b1dd3d;
}
.service_slider_item[data-themes="7"] {
  --accent-color: #f7965a;
}
.service_slider_item[data-themes="8"] {
  --accent-color: #af75ea;
}
.service_slider_item[data-order="1"] {
  --top: 100%;
  --left: 50%;
  --scale: 1;
  --opacity: 1;
  z-index: 8;
}
.service_slider_item[data-order="2"] {
  --top: calc(96%);
  --left: 84.3%;
  --scale: 0.83;
  --opacity: 0.8;
  z-index: 7;
}
.service_slider_item[data-order="3"] {
  --top: 55%;
  --left: 100%;
  --scale: 0.71;
  --opacity: 0.6;
  z-index: 6;
}
.service_slider_item[data-order="4"] {
  --top: 24%;
  --left: 74.5%;
  --scale: 0.675;
  --opacity: 0.4;
  z-index: 5;
}
.service_slider_item[data-order="5"] {
  --top: 0%;
  --left: 50%;
  --scale: 0.59;
  --opacity: 0.2;
  z-index: 4;
}
.service_slider_item[data-order="6"] {
  --top: 24%;
  --left: 25.5%;
  --scale: 0.675;
  --opacity: 0.4;
  z-index: 5;
}
.service_slider_item[data-order="7"] {
  --top: 55%;
  --left: 0%;
  --scale: 0.71;
  --opacity: 0.6;
  z-index: 6;
}
.service_slider_item[data-order="8"] {
  --top: 96%;
  --left: 15.7%;
  --scale: 0.83;
  --opacity: 0.8;
  z-index: 7;
}
.service_slider_item::after, .service_slider_item::before {
  content: "";
  position: absolute;
  inset: 0;
}
.service_slider_item::before {
  z-index: -2;
  background-color: #fff;
}
.service_slider_item::after {
  z-index: -1;
  background-color: var(--accent-color);
  opacity: var(--opacity);
  transition: 300ms ease;
}
.service_slider_item_title {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1666666667;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .service_slider_item_title {
    font-size: 2.4rem;
    min-height: 63px;
    vertical-align: middle;
  }
}
.service_slider_item_photo {
  aspect-ratio: 1.6208791209;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-top: 11px;
}
@media only screen and (min-width: 768px) {
  .service_slider_item_photo {
    margin-top: 11px;
  }
}
.service_slider_item_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_slider_item_content {
  background-color: #fff;
  padding: 13px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .service_slider_item_content {
    padding: 13px 20px 17px;
  }
}
.service_slider_item_txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8666666667;
  letter-spacing: 0.027em;
  color: #707070;
}
@media only screen and (min-width: 768px) {
  .service_slider_item_txt {
    height: 108px;
    font-size: 1.5rem;
  }
}
.service_slider_item_more {
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  .service_slider_item_more {
    margin-top: -7px;
  }
}
.service_slider_item_more .btn_more {
  --btn-c: #fff;
  --btn-bc: var(--accent-color);
}
.service_slider_dots {
  width: 486.02px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  margin-top: 150px;
}
@media only screen and (min-width: 768px) {
  .service_slider_dots {
    width: 486px;
    display: flex;
    margin-top: 216px;
  }
}
.service_slider_arrow {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .service_slider_arrow {
    transition: 300ms ease;
  }
  .service_slider_arrow:hover {
    opacity: 0.6;
  }
}
.service_slider_arrow[data-direction=prev]::after {
  left: 16px;
  rotate: -135deg;
}
.service_slider_arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 14px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}
.service_tab {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  margin-top: 26px;
}
.service_tab_btn {
  --btn-bc: #709df0;
  width: 100%;
  height: 55px;
  background-color: var(--btn-bc);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px 0px 4px 13px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
}
.service_tab_btn:nth-child(1) {
  --btn-bc: #709df0;
}
.service_tab_btn:nth-child(2) {
  --btn-bc: #ffca39;
}
.service_tab_btn:nth-child(3) {
  --btn-bc: #f465a2;
}
.service_tab_btn:nth-child(4) {
  --btn-bc: #af75ea;
}
.service_tab_btn:nth-child(5) {
  --btn-bc: #9b9b9b;
}
.service_tab_btn:nth-child(6) {
  --btn-bc: #b1dd3d;
}
.service_tab_btn:nth-child(7) {
  --btn-bc: #f7965a;
}
.service_tab_btn:nth-child(8) {
  --btn-bc: #ed4de7;
}
.service_tab_btn_wrap {
  width: 114px;
  width: 30.4%;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.service_tab_wrap {
  width: calc(100% - 114px - 15px);
  max-width: calc(100% - 40px);
  height: 327px;
  position: relative;
  top: 12px;
  margin-left: auto;
  margin-right: auto;
}
.service_tab_item {
  --top: 0;
  --left: 0;
  --scale: 1;
  --accent-color: #709df0;
  width: 247px;
  border-radius: 22px;
  position: absolute;
  top: calc(var(--top));
  left: calc(var(--left));
  translate: -50% -50%;
  overflow: hidden;
  transition: all 450ms cubic-bezier(0.15, 0.95, 0.5, 1.1);
  padding: 18px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}
.service_tab_item.is_ghost {
  transition: 50ms ease;
}
.service_tab_item[data-themes="2"] {
  --accent-color: #ffca39;
}
.service_tab_item[data-themes="3"] {
  --accent-color: #f465a2;
}
.service_tab_item[data-themes="4"] {
  --accent-color: #ed4de7;
}
.service_tab_item[data-themes="5"] {
  --accent-color: #9b9b9b;
}
.service_tab_item[data-themes="6"] {
  --accent-color: #b1dd3d;
}
.service_tab_item[data-themes="7"] {
  --accent-color: #f7965a;
}
.service_tab_item[data-themes="8"] {
  --accent-color: #af75ea;
}
.service_tab_item[data-order="1"] {
  --top: 50%;
  --left: 50%;
  --opacity: 1;
  z-index: 8;
}
.service_tab_item[data-order="2"] {
  --top: 73%;
  --left: calc(74% + 1px);
  --opacity: 0.6;
  z-index: 7;
}
.service_tab_item[data-order="3"] {
  --top: 82%;
  --left: 100%;
  --opacity: 0.4;
  z-index: 6;
}
.service_tab_item[data-order="4"] {
  --top: 82%;
  --left: 100%;
  --opacity: 0.4;
  opacity: 0;
  z-index: 4;
}
.service_tab_item[data-order="5"] {
  --top: calc(10% + 1px);
  --left: 100%;
  --opacity: 0.4;
  opacity: 0;
  z-index: 4;
}
.service_tab_item[data-order="6"] {
  --top: calc(10% + 1px);
  --left: 100%;
  --opacity: 0.4;
  z-index: 4;
}
.service_tab_item[data-order="7"] {
  --top: calc(10% + 1px);
  --left: 100%;
  --opacity: 0.4;
  z-index: 5;
}
.service_tab_item[data-order="8"] {
  --top: calc(20% + 2px);
  --left: calc(74% + 1px);
  --opacity: 0.6;
  z-index: 6;
}
.service_tab_item::after, .service_tab_item::before {
  content: "";
  position: absolute;
  inset: 0;
}
.service_tab_item::before {
  z-index: -2;
  background-color: #fff;
}
.service_tab_item::after {
  z-index: -1;
  background-color: var(--accent-color);
  opacity: var(--opacity);
  transition: 300ms ease;
}
.service_tab_item_title {
  min-height: 37px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1666666667;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_tab_item_photo {
  aspect-ratio: 1.6208791209;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-top: 11px;
}
@media only screen and (min-width: 768px) {
  .service_tab_item_photo {
    margin-top: 11px;
  }
}
.service_tab_item_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_tab_item_content {
  background-color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 10px 4px 12px 8px;
}
.service_tab_item_txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.027em;
  color: #707070;
  height: 75px;
}
.service_tab_item_more {
  margin-top: -5px;
}
.service_tab_item_more .btn_more {
  --btn-c: #fff;
  --btn-bc: var(--accent-color);
}
.service_tab_dots {
  width: 486.02px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  margin-top: 150px;
}
@media only screen and (min-width: 768px) {
  .service_tab_dots {
    width: 486px;
    display: flex;
    margin-top: 216px;
  }
}
.service_tab_arrow {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .service_tab_arrow {
    transition: 300ms ease;
  }
  .service_tab_arrow:hover {
    opacity: 0.6;
  }
}
.service_tab_arrow[data-direction=prev]::after {
  left: 16px;
  rotate: -135deg;
}
.service_tab_arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 14px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}

.works {
  position: relative;
  overflow: hidden;
  padding-top: 47px;
  padding-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .works {
    padding-top: 90.5px;
    padding-bottom: 58px;
  }
}
.works.is_spread .works_underground .shape:nth-child(1) {
  max-width: 200vw;
}
@media only screen and (min-width: 768px) {
  .works.is_spread .works_underground .shape:nth-child(1) {
    max-width: 188vw;
  }
}
.works_underground {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.works_underground .shape {
  position: absolute;
}
.works_underground .shape:nth-child(1) {
  width: 200vw;
  max-width: 65.63px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 1.5s ease-out;
}
@media only screen and (min-width: 768px) {
  .works_underground .shape:nth-child(1) {
    width: 188vw;
  }
}
.works_slider {
  width: 272px;
  overflow: visible;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .works_slider {
    width: 393px;
    margin-top: 47px;
  }
}
.works_slider_item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  border-radius: 17px;
  padding: 30px 30px 24px;
}
@media only screen and (min-width: 768px) {
  .works_slider_item {
    border-radius: 25px;
    transition: 300ms ease;
    padding: 42px 44px 32px 42px;
  }
}
.works_slider_item_photo {
  aspect-ratio: 1.6157894737;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .works_slider_item_photo {
    aspect-ratio: 1.6157894737;
    border-radius: 15px;
  }
}
.works_slider_item_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_slider_item_tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .works_slider_item_tags {
    margin-top: 15px;
  }
}
.works_slider_item_tags span {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3333333333;
  color: #fff;
  background-color: var(--bc);
  padding: 5px 11px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .works_slider_item_tags span {
    font-size: 1.8rem;
    padding: 5px 13px;
  }
}
.works_slider_item_title, .works_slider_item_txt {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.027em;
}
@media only screen and (min-width: 768px) {
  .works_slider_item_title, .works_slider_item_txt {
    font-size: 1.6rem;
    padding-left: 6px;
  }
}
.works_slider_item_title {
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .works_slider_item_title {
    margin-top: 8.5px;
  }
}
.works_slider_state {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
@media only screen and (min-width: 768px) {
  .works_slider_state {
    gap: 22px;
    margin-top: 40px;
  }
}
.works_slider_state_dots {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .works_slider_state_dots {
    gap: 23px;
  }
}
.works_slider_state_dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #4c4948;
  border-radius: 99px;
  display: block;
  cursor: pointer;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .works_slider_state_dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .works_slider_state_dots .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}
.works_slider_state_dots .swiper-pagination-bullet-active {
  background-color: #fff;
  pointer-events: none;
}
.works_slider_state_arrow_next, .works_slider_state_arrow_prev {
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #4c4948;
  border-right: 2px solid #4c4948;
  rotate: 45deg;
  cursor: pointer;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .works_slider_state_arrow_next, .works_slider_state_arrow_prev {
    width: 15px;
    height: 15px;
  }
  .works_slider_state_arrow_next:hover, .works_slider_state_arrow_prev:hover {
    opacity: 0.6;
  }
}
.works_slider_state_arrow_prev {
  rotate: -135deg;
}
.works_more {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .works_more {
    margin-top: 63px;
  }
}
.works_more .btn_more {
  --btn-bc: #fff;
}

.p_top.main {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p_top.main {
    padding-top: 93px;
  }
}

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