@charset "UTF-8";

.main {
  padding-top: 65px;
}

.fv {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: calc(100svh - 80px);
  justify-content: center;
  margin-inline: 10px;
  overflow: hidden;
  padding-block: 55px 25px;
  position: relative;
}

.fv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fv__bg::before {
  background: url(../images/fv_cover.png) no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.fv__bg::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.fv__inner {
  padding-inline: 20px;
  position: relative;
  z-index: 3;
}

.fv__container {
  display: grid;
  gap: 0px 10px;
  grid-template-columns: 1fr auto;
  width: 100%;
}

.fv__left {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
.fv__left .fv__image {
  margin-top: 15px;
  text-align: center;
}
.fv__left .fv__image img {
  aspect-ratio: 245/196;
  width: clamp(4.6875rem, 0.6669399596rem + 17.1543895055vw, 15.3125rem);
}

.fv-title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fv-title p {
  background: #9cd4f1;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 5px 10px;
}

.fv-desc {
  font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  line-height: 2;
  margin-top: 20px;
}

.fv__image {
  position: relative;
}
.fv__image img {
  border-radius: clamp(0.625rem, 0.3884964682rem + 1.0090817356vw, 1.25rem);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.fv__center {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.fv__center .fv__image img {
  aspect-ratio: 433/455;
  width: clamp(7.375rem, -0.0748612513rem + 31.786074672vw, 27.0625rem);
}

.fv__right .fv__image {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.fv__right .fv__image img {
  aspect-ratio: 265/267;
  width: clamp(5.625rem, 1.4861881937rem + 17.6589303734vw, 16.5625rem);
}

.about {
  margin-top: 16px;
  padding-bottom: 120px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.about__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about__bg::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 0.01%, rgba(75, 171, 224, 0.6) 0.02%, rgba(75, 171, 224, 0.6) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.about__contents {
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  padding-inline: 20px;
  position: relative;
  z-index: 3;
}

.about__img {
  aspect-ratio: 780/594;
  left: -20px;
  max-width: 780px;
  position: relative;
  width: 90%;
}
.about__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.about__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.about__inner .c-title-wrap {
  flex-shrink: 0;
}
.about-tet {
  max-width: 491px;
  padding-bottom: 5px;
  width: 100%;
}
.about-tet .c-desc {
  margin-top: 20px;
}

.service {
  background: linear-gradient(180deg, #e7f0ff 0%, #fff 46.63%, #fffde5 100%);
  border-radius: 20px 20px 0 0;
  margin-top: -40px;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.service .c-section-title {
  color: #1A96D5;
  position: relative;
  width: 100%;
  z-index: 2;
}
.service__bg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.service__bg::after {
  background: linear-gradient(180deg, rgba(231, 240, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 46.63%, rgba(255, 253, 229, 0.9) 100%);
  content: "";
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.service__sections {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.service__section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service__img {
  aspect-ratio: 633/480;
  overflow: hidden;
  width: 80%;
}

.service-contents {
  margin-inline: auto;
  max-width: 531px;
  padding-inline: 20px;
}
.service-contents .c-desc {
  margin-top: 20px;
}

.service-contents__head {
  border-bottom: 1px solid var(--theme-color);
  color: var(--theme-color);
  padding-bottom: 8px;
  width: 100%;
}
.service-contents__head p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.service-contents__btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 27px;
  margin-top: 30px;
}

.theme-sky {
  --theme-color: #1a96d5;
}
.theme-sky .service__img {
  border-radius: 0 20px 20px 0;
  box-shadow: 20px 14px 0 0 #9cd4f1;
  margin-right: auto;
}

.theme-orange {
  --theme-color: #f5a500;
}
.theme-orange .service__img {
  border-radius: 20px 0 0 20px;
  box-shadow: 20px 14px 0 0 #f5a500;
  margin-left: auto;
}

.sections-wrap {
  border-radius: 20px 20px 0 0;
  margin-bottom: -288px;
  margin-top: -20px;
  overflow: hidden;
  padding-bottom: 330px;
  padding-top: 60px;
  position: relative;
  z-index: 3;
}
.sections-wrap::after {
  background: linear-gradient(180deg, rgba(231, 240, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 46.63%, rgba(255, 253, 229, 0.8) 100%);
  content: "";
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.sections-wrap__bg {
  display: grid;
  grid-template-rows: 43.628185907% 61.6491754123%;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.sections-wrap__bgitem {
  height: 100%;
  width: 100%;
}

.sections-wrap__contents {
  position: relative;
  z-index: 5;
}

.works {
  padding-bottom: 120px;
  position: relative;
  z-index: 3;
}
.works .c-section-title {
  color: #1A96D5;
  position: relative;
  z-index: 3;
}
.works .c-bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.works .c-bg__item {
  opacity: 0.2;
  overflow: hidden;
  position: absolute;
}
.works .c-bg__item:nth-of-type(1) {
  aspect-ratio: 1/1;
  background: #9cd4f1;
  border-radius: 50%;
  left: calc(400 / 1366 * 100vw);
  top: -40px;
  width: clamp(5rem, 2.611314329rem + 10.1917255298vw, 11.3125rem);
}
.works .c-bg__item:nth-of-type(2) {
  aspect-ratio: 103/88;
  background: #ffe135;
  border-radius: 10px;
  right: calc(295 / 1366 * 100vw);
  top: 77px;
  width: clamp(3.75rem, 2.7330348133rem + 4.3390514632vw, 6.4375rem);
}
.works .c-bg__item:nth-of-type(3) {
  aspect-ratio: 180/187;
  background: #9cd4f1;
  border-radius: 10px;
  bottom: clamp(11.25rem, 10.7060418769rem + 2.3208879919vw, 12.6875rem);
  left: calc(132 / 1366 * 100vw);
  width: clamp(5.625rem, 3.4964682139rem + 9.0817356206vw, 11.25rem);
}
.works .c-bg__item:nth-of-type(4) {
  aspect-ratio: 1/1;
  background: rgba(245, 165, 0, 0.5);
  border-radius: 50%;
  bottom: 194px;
  right: -75px;
  width: clamp(8.125rem, 5.07410444rem + 13.0171543895vw, 16.1875rem);
}
.works .c-bg__item:nth-of-type(5) {
  aspect-ratio: 1/1;
  background: #9cd4f1;
  border-radius: 50%;
  bottom: 22px;
  right: calc(398 / 1366 * 100vw);
  width: clamp(5rem, 4.2195383451rem + 3.3299697275vw, 7.0625rem);
}

.works-slide {
  margin-top: 40px;
}
.works-slide .swiper-slide {
  aspect-ratio: 430/410;
}

.works-btn {
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
.company {
  margin-top: -35px;
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
  z-index: 4;
}
.company .c-inner {
  max-width: 1186px;
  padding-inline: 20px;
  position: relative;
}
.company .c-section-title {
  color: #F4911E;
}
.company .c-bg__item {
  border-radius: 10px;
}
.company .c-bg__item:nth-of-type(1) {
  aspect-ratio: 206/176;
  background: #ffe135;
  left: -147px;
  top: 275px;
  width: 206px;
}
.company .c-bg__item:nth-of-type(2) {
  aspect-ratio: 248/212;
  background: #9cd4f1;
  bottom: -76px;
  right: -175px;
  width: 248px;
}

.company__container {
  border-radius: 20px;
  margin-top: 40px;
  overflow: hidden;
  padding-inline: 20px;
  position: relative;
}

.company__img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.company__img::before {
  background: url(../images/company_bg_sp.png) no-repeat top left/100% 100%;
  content: "";
  height: 80%;
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.company__contents {
  margin-inline: auto;
  max-width: 986px;
  padding-block: 60px 150px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.company__contents .c-label {
  color: #F4911E;
  pointer-events: visible;
}
.company__contents .c-desc {
  margin-top: 30px;
  max-width: 491px;
  pointer-events: visible;
}

.company__pict {
  bottom: -4px;
  pointer-events: visible;
  position: absolute;
  z-index: 5;
}
.company__pict img {
  -o-object-fit: contain;
     object-fit: contain;
}
.company__pict:nth-of-type(1) {
  aspect-ratio: 32/75;
  right: clamp(3.75rem, 2.5674823411rem + 5.0454086781vw, 6.875rem);
  width: clamp(3.125rem, 1.9661326942rem + 4.9445005045vw, 6.1875rem);
}
.company__pict:nth-of-type(2) {
  aspect-ratio: 92/221;
  right: 0;
  width: clamp(3rem, 1.9593844601rem + 4.4399596367vw, 5.75rem);
}

.company__btn {
  margin-top: 30px;
  pointer-events: visible;
}
.news {
  margin-top: -56px;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 40px;
  position: relative;
}
.news .news__data {
  margin-top: 20px;
}
.news .c-bg__item:nth-of-type(1) {
  aspect-ratio: 1/1;
  background: rgba(245, 165, 0, 0.5);
  border-radius: 50%;
  left: -55px;
  top: 0;
  width: clamp(7.5rem, 5.0167129162rem + 10.595358224vw, 14.0625rem);
}
.news .c-bg__item:nth-of-type(2) {
  aspect-ratio: 181/225;
  background: #fff687;
  border-radius: 10px;
  opacity: 0.2;
  right: -60px;
  top: 50%;
  width: clamp(5.625rem, 3.4728178607rem + 9.1826437941vw, 11.3125rem);
}
.news .c-bg__item:nth-of-type(3) {
  aspect-ratio: 1/1;
  background: #9cd4f1;
  border-radius: 10px;
  bottom: 72px;
  left: 37px;
  width: clamp(2.8125rem, 1.748234107rem + 4.5408678103vw, 5.625rem);
}
.news .c-bg__item:nth-of-type(4) {
  aspect-ratio: 1/1;
  background: rgba(245, 165, 0, 0.5);
  border-radius: 50%;
  bottom: 0;
  right: calc(323 / 1366 * 100vw);
  width: clamp(4.6875rem, 2.9137235116rem + 7.5681130172vw, 9.375rem);
}
.news .c-section-title {
  color: #1A96D5;
}
.news-btn {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.insta {
  margin-top: -35px;
  overflow: hidden;
  padding-inline: 20px;
}
.insta .c-inner {
  position: relative;
}
.insta .c-bg__item:nth-of-type(1) {
  aspect-ratio: 248/212;
  background: #fff687;
  border-radius: 10px;
  bottom: 0;
  left: -50px;
  opacity: 0.2;
  width: clamp(7.5rem, 4.4727547931rem + 12.9162462159vw, 15.5rem);
}
.insta .c-bg__item:nth-of-type(2) {
  aspect-ratio: 1/1;
  background-color: #9cd4f1;
  border-radius: 50%;
  bottom: 29px;
  right: 31px;
  width: clamp(3.75rem, 2.4965312815rem + 5.3481331988vw, 7.0625rem);
}
.insta .c-section-title {
  color: #F4911E;
}
.instaCont {
  margin-top: 71px;
}

.instaCont section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instaCont article {
  width: 48%;
}

.instaCont section > article:nth-of-type(n + 3) {
  margin: 40px 0 0;
}

.instaCont .imgBx01 {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  padding: 0 0 100% 0;
  position: relative;
}

.instaCont .imgBx01:hover {
  opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.instaCont .imgBx01 > span {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.instaCont .imgBx01 > img + span,
.instaCont .imgBx01 > video + span {
  display: none;
}

.instaCont .webgene-item-main-video {
  display: block;
  max-width: 100%;
  width: auto;
}

.instaCont .webgene-item .dayTxt {
  font-size: 0.85em;
}

.instaCont .webgene-item .snsTit {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .fv {
    border-radius: 20px;
    display: block;
    height: auto;
  }
  .fv__container {
    gap: 30px;
    grid-template-columns: 20.9760273973% 1fr 22.8595890411%;
  }
  .fv__left {
    grid-column: 1;
  }
  .fv__left .fv__image {
    text-align: left;
  }
  .fv-title {
    text-wrap-mode: nowrap;
  }
  .fv-title p {
    font-size: calc(45 / 1366 * 100vw);
    padding: 5px 19px;
  }
  .fv-desc {
    margin-top: 32px;
    width: 329px;
  }
  .fv__center {
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding-bottom: 65px;
    padding-top: 80px;
  }
  .fv__right .fv__image {
    margin-left: 0;
  }
  .about__contents {
    display: block;
  }
  .about__img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 57.1010248902%;
    z-index: 1;
  }
  .about__inner {
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .about-tet {
    padding-bottom: 280px;
    padding-top: 58px;
  }
  .about-tet .c-desc {
    margin-top: 55px;
  }
  .service__sections {
    flex-direction: row;
    gap: 0px;
  }
  .service__img {
    width: 90%;
  }
  .theme-orange .service__img {
    box-shadow: -20px 14px 0 0 #f5a500;
  }
  .company__img::before {
    background: url(../images/company_bg.png) no-repeat top left/100% 100%;
    height: 100%;
    max-width: 840px;
    min-width: 500px;
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .instaCont article {
    width: 23%;
  }
  .instaCont section > article:nth-of-type(n + 2) {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .main {
    padding-top: 85px;
  }
  .fv {
    margin-inline: 20px;
    padding-bottom: calc(40 / 1366 * 100vw);
    padding-top: calc(40 / 1366 * 100vw);
  }
  .about {
    padding-bottom: 85px;
    padding-top: 150px;
  }
  .service {
    border-radius: 40px 40px 0 0;
    padding-bottom: 143px;
    padding-top: 83px;
  }
  .service__sections {
    flex-direction: column;
    gap: 134px;
    margin-top: 70px;
  }
  .service__section {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 46.3396778917% 1fr;
  }
  .service__section:nth-of-type(2n) {
    grid-template-columns: 1fr 46.3396778917%;
  }
  .service__section:nth-of-type(2n) .service__img {
    grid-column: 2;
  }
  .service__section:nth-of-type(2n) .service-contents {
    grid-column: 1;
    grid-row: 1;
  }
  .service__img {
    width: 100%;
  }
  .service-contents .c-desc {
    margin-top: 44px;
  }
  .service-contents__head .c-label {
    margin-top: 9px;
  }
  .service-contents__btn {
    margin-top: 50px;
  }
  .theme-orange .service__img {
    box-shadow: 20px 14px 0 0 #f5a500;
  }
  .sections-wrap {
    border-radius: 30px 30px 0 0;
    margin-bottom: -288px;
    padding-bottom: 432px;
    padding-top: 94px;
  }
  .works {
    padding-bottom: 197px;
  }
  .works .c-bg__item:nth-of-type(1) {
    top: -68px;
  }
  .works-slide {
    margin-top: 60px;
  }
  .works-btn {
    margin-top: 76px;
  }
  .company {
    margin-top: -75px;
  }
  .company__container {
    margin-top: 83px;
  }
  .company__contents {
    padding-bottom: 117px;
    padding-top: 100px;
  }
  .company__contents .c-desc {
    margin-top: 52px;
  }
  .company__btn {
    margin-top: 53px;
  }
  .news {
    margin-top: -100px;
    padding-bottom: 185px;
    padding-top: 100px;
  }
  .news .news__data {
    margin-top: 0;
  }
  .news .c-bg__item:nth-of-type(2) {
    right: -87px;
  }
  .insta .c-bg__item:nth-of-type(1) {
    left: -156px;
  }
  .insta .c-bg__item:nth-of-type(2) {
    right: -80px;
  }
}

@media screen and (min-width: 1200px) {
  .instaCont article {
    width: 23%;
  }
  .instaCont section > article:nth-of-type(n + 3) {
    margin: 0;
  }
}

@media (min-width: 1366px) {
  .fv__inner {
    padding-inline: calc(90 / 1366 * 100vw) calc(68 / 1366 * 100vw);
  }
  .fv__left .fv__image img {
    width: 100%;
  }
  .fv__center .fv__image img {
    width: calc(433 / 1366 * 100vw);
  }
  .fv__right .fv__image img {
    width: 100%;
  }
}