.mv {
  background: #FFC0FB;
}
.mv .mv_img {
  background: url("../images/mv_intu.jpg") center center/cover;
}
.mv .title_eg i:before {
  background: #EB93E5;
}
.mv .t1 {
  font-size: clamp(2rem, 2.9282576867vw, 4rem);
  line-height: 1.5;
  padding: 40px 0 32px 0;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.mv .t2 {
  display: grid;
  grid-template-columns: 88px 1fr;
}
.mv .t2 .eg1 {
  position: relative;
}
.mv .t2 .eg1:before {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.mv .t2 .jp1 {
  padding-left: 10px;
}
.mv .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  margin-top: 20px;
}
.mv .tags p {
  background: white;
  border: 1px solid #000;
  padding: 4px 20px;
  box-sizing: border-box;
  border-radius: 100px;
}
@media all and (max-width: 767px) {
  .mv .mv_txts {
    position: absolute;
    bottom: 40px;
  }
  .mv .mv_img {
    background: url("../images/mv_intu.jpg") center center/cover;
  }
  .mv .t1 {
    padding: 20px 0 16px 0;
  }
  .mv .tags {
    margin-top: 10px;
  }
  .mv .tags p {
    padding: 2px 20px;
  }
}

@media all and (max-width: 900px) {
  .mv_under .mv_img {
    width: 100%;
  }
  .mv_under .copys {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .mv_under .inner {
    padding-bottom: 222px;
  }
  .mv_under .title_eg em {
    font-size: 4.4rem;
  }
}

.main_conts {
  margin-top: 120px;
  margin-bottom: 160px;
}
.main_conts .img_1c {
  border-radius: 4px;
  overflow: hidden;
  margin: 64px 0;
}
@media all and (max-width: 767px) {
  .main_conts {
    margin-top: 32px;
    margin-bottom: 80px;
  }
  .main_conts .img_1c {
    margin: 32px 0 0 0;
  }
}

.qa_bx {
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
.qa_bx .q {
  font-size: clamp(1.6rem, 2.3426061493vw, 3.2rem);
  position: relative;
  padding-left: 44px;
  display: inline-block;
}
.qa_bx .q:before {
  content: "Q.";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: clamp(1.8rem, 2.635431918vw, 3.6rem);
  font-family: "Inter", sans-serif;
  z-index: 1;
}
.qa_bx .q:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #FFC0FB;
}
.qa_bx .q em {
  position: relative;
  z-index: 1;
}
.qa_bx .a {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .qa_bx {
    border-bottom: 1px solid #D8D8D8;
    padding: 32px 0;
  }
  .qa_bx .q {
    font-size: clamp(1.8rem, 2.3426061493vw, 3.2rem);
    padding-left: 22px;
  }
  .qa_bx .q:before {
    content: "Q.";
    top: -1px;
    font-size: clamp(2rem, 2.635431918vw, 3.6rem);
  }
  .qa_bx .q:after {
    content: none;
  }
  .qa_bx .q em {
    background: linear-gradient(transparent 77%, #FFC0FB 60%);
  }
  .qa_bx .a {
    margin-top: 12px;
  }
}

.sld2 {
  margin: 120px 60px 0 60px;
  position: relative;
}
.sld2 a {
  display: block;
  text-decoration: none;
  color: #000;
}
.sld2 a:hover img {
  transform: scale(1.05);
}
.sld2 .imgs {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.sld2 .imgs img {
  transition: transform 0.6s ease;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.sld2 .ct {
  border-left: 1px solid #000 !important;
  padding-left: 30px;
  box-sizing: border-box;
}
.sld2 .ttl {
  font-size: 2.2rem;
  color: #242424;
  margin-bottom: 10px;
}
.sld2 .mn {
  margin-top: 5px;
}
.sld2 .tags {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
.sld2 .tags .tg {
  border-radius: 100px;
  border: 1px solid #000;
  padding: 4.5px 20px;
}
.sld2 .btn_cm2 {
  max-width: 270px;
  margin: 40px auto 0 auto;
}
@media all and (max-width: 767px) {
  .sld2 {
    margin: 60px 0;
  }
  .sld2 a:hover img {
    transform: scale(1);
  }
  .sld2 .imgs {
    margin-bottom: 10px;
  }
  .sld2 .ct {
    padding-left: 15px;
  }
  .sld2 .ttl {
    font-size: 1.5rem;
  }
  .sld2 .mn {
    margin-top: 2px;
  }
  .sld2 .tags {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .sld2 .tags .tg {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
  .sld2 .btn_cm2 {
    max-width: 270px;
    margin: 20px auto 0 auto;
  }
  .sld2 .ct1 .ct {
    border-left: 2px solid #FFC0FB;
  }
  .sld2 .ct1 .tg {
    background: #FFC0FB;
  }
  .sld2 .ct2 .ct {
    border-left: 2px solid #FFD034;
  }
  .sld2 .ct2 .tg {
    background: #FFD034;
  }
  .sld2 .ct3 .ct {
    border-left: 2px solid #6EECC4;
  }
  .sld2 .ct3 .tg {
    background: #6EECC4;
  }
  .sld2 .ct4 .ct {
    border-left: 2px solid #89ADFF;
  }
  .sld2 .ct4 .tg {
    background: #89ADFF;
  }
}

.swiper-button-next, .swiper-button-prev {
  font-family: "Inter", sans-serif;
  position: relative;
  top: unset;
  width: auto;
  height: auto;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
  left: unset;
  right: unset;
  background: none;
  transform: unset;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 10px;
}
.swiper-button-next:before, .swiper-button-next:after, .swiper-button-prev:before, .swiper-button-prev:after {
  content: none;
}

.progressbar {
  display: none;
}
@media all and (max-width: 767px) {
  .progressbar {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #E1E1E1;
    height: 3px;
    border-radius: 100px;
    margin: 20px auto 0 auto;
    max-width: 310px;
  }
  .progressbar span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    border-radius: 7px;
    transform: scaleX(0);
    transform-origin: left center;
    transition-timing-function: linear;
  }
}

.nav_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  max-width: 250px;
  margin: 60px auto 0 auto;
}
.nav_bx img {
  width: 45px;
  height: auto;
}
.nav_bx .lines {
  width: 50px;
  height: 1px;
  background: #000;
}
.nav_bx .swiper-button-prev path, .nav_bx .swiper-button-next path {
  transition: all 0.3s ease;
}
.nav_bx .swiper-button-prev:hover .ar, .nav_bx .swiper-button-next:hover .ar {
  fill: #000;
}
.nav_bx .swiper-button-prev:hover .ci, .nav_bx .swiper-button-next:hover .ci {
  fill: white;
}
@media all and (max-width: 767px) {
  .nav_bx .swiper-button-prev:hover .ar, .nav_bx .swiper-button-next:hover .ar {
    fill: white;
  }
  .nav_bx .swiper-button-prev:hover .ci, .nav_bx .swiper-button-next:hover .ci {
    fill: #000;
  }
}
@media all and (max-width: 767px) {
  .nav_bx {
    position: relative;
    max-width: 310px;
    bottom: unset;
    left: unset;
    margin: 20px auto 0 auto;
  }
  .nav_bx svg {
    width: 36px;
  }
  .nav_bx .lines {
    width: 100%;
  }
}

.progressbar {
  display: none;
}

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