@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap");
* {
  font-family: "M PLUS 1p", sans-serif;
}

.usercase-main {
  overflow: visible;
}

.more-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 45px;
  background-color: #7ad2d4;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-btn-wrap {
  text-align: center;
  margin-top: 45px;
}
.more-btn:hover {
  background-color: rgba(122, 210, 212, 0.5333333333);
  text-decoration: none;
  color: #fff;
}

.more-btn-lg {
  display: inline-block;
  padding: 54px 30px;
  border-radius: 30px;
  width: 600px;
  background-color: #7ad2d4;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.more-btn-lg-wrap {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .more-btn-lg {
    width: 84vw;
    text-align: left;
    font-size: 4.2vw;
    padding: 6vw 6vw;
    border-radius: 15px;
  }
}
.more-btn-lg:hover .more-btn-lg__arrow {
  background: #7ad2d4;
}
.more-btn-lg:hover .more-btn-lg__arrow svg {
  stroke: white;
}
.more-btn-lg__arrow {
  right: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 40px;
}
@media screen and (max-width: 900px) {
  .more-btn-lg__arrow {
    right: 5vw;
    width: 9vw;
    height: 9vw;
  }
}
.more-btn-lg__arrow svg {
  width: 26%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.use-case-content {
  font-weight: 800;
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .use-case-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.use-case__thum {
  max-width: 500px;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 900px) {
  .use-case__thum {
    width: auto;
  }
}
.use-case__thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.use-case__info {
  display: grid;
  grid-template-rows: 1fr auto;
  padding-bottom: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .use-case__info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.use-case__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .use-case__title {
    font-size: 18px;
  }
}
.use-case-content:hover .use-case__arrow {
  background: #7ad2d4;
}
.use-case-content:hover .use-case__arrow svg {
  stroke: white;
}
.use-case__date {
  color: #7ad2d4;
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .use-case__date {
    margin-top: 20px;
  }
}
.use-case__arrow {
  position: absolute;
  bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 30px;
  width: 34px;
  height: 34px;
  border: 2px solid #7ad2d4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
}
@media screen and (max-width: 900px) {
  .use-case__arrow {
    right: 6vw;
    bottom: 6vw;
  }
}
.use-case__arrow svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 26%;
}

.usercase {
  padding-top: 136px;
  padding-bottom: 100px;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .usercase {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.usercase__ttl {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .usercase__ttl {
    width: 170px;
  }
  .usercase__ttl img {
    width: 100%;
  }
}
.usercase-fil {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .usercase-fil {
    margin-top: 40px;
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
  }
}
.usercase-fil__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .usercase-fil__list {
    width: auto;
    min-width: 100%;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.usercase-fil__item {
  width: 46%;
  background-color: #7ad2d4;
  color: white;
  padding: 7px 0;
  border-radius: 500px;
  font-size: 20px;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .usercase-fil__item {
    width: auto;
    padding: 3px 30px;
    font-size: 20px;
  }
}
.usercase-fil__item.active {
  opacity: 1;
}
.usercase__sub {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .usercase__sub {
    margin-top: 15px;
  }
}
.usercase__content {
  position: relative;
  margin-top: 60px;
  width: 1058px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .usercase__content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    width: 90vw;
  }
}
.usercase-side {
  position: sticky;
  left: 0;
  top: 100px;
  background-color: white;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .usercase-side {
    display: none;
  }
}
.usercase-side__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.usercase-item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .usercase-item__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.usercase-item__item {
  background-color: white;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .usercase-item__item {
    border-radius: 20px;
  }
}
.usercase-item__item:hover .usercase-item__arrow {
  background: #7ad2d4;
}
.usercase-item__item:hover .usercase-item__arrow svg {
  stroke: white;
}
.usercase-item__pic {
  position: relative;
}
.usercase-item__pic:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.usercase-item__pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.usercase-item__info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
}
.usercase-item__arrow {
  bottom: 30px;
  right: 30px;
  width: 34px;
  height: 34px;
  border: 2px solid #7ad2d4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
}
.usercase-item__arrow svg {
  width: 26%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.usercase-item__head {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .usercase-item__head {
    font-size: 16px;
  }
}

.usercase-desc {
  background-color: white;
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 45px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 44px;
}
@media screen and (max-width: 900px) {
  .usercase-desc {
    border-radius: 30px;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
}
.usercase-desc__date {
  color: #7ad2d4;
}
.usercase-desc__title {
  font-size: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .usercase-desc__title {
    font-size: 20px;
    margin-top: 18px;
  }
}
.usercase-desc__sub {
  color: #7ad2d4;
  margin-top: 10px;
}
.usercase-desc__pic {
  margin-top: 25px;
}
.usercase-desc__pic img {
  width: 100%;
}
.usercase-desc-info {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.usercase-desc-info * {
  color: #7ad2d4;
}
.usercase-desc-duration {
  position: relative;
}
.usercase-desc-duration:before {
  content: "|";
  position: absolute;
  top: -1px;
  left: -15px;
}
.usercase-desc-btn {
  text-align: center;
  padding-bottom: 80px;
}
.usercase-desc-btn .more-btn {
  width: 330px;
}
.usercase-desc__content {
  margin-top: 45px;
  line-height: 1.75;
  font-weight: 500;
}

.usercase-main .to-top {
  position: fixed;
  bottom: 30px;
  right: -80px;
  width: 80px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .usercase-main .to-top {
    width: 13.33vw;
  }
}
.usercase-main .to-top.show {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .usercase-main .to-top.show {
    right: 6%;
  }
}
.usercase-main .to-top img {
  width: 100%;
}

.usercase-desc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.usercase-desc__content img {
  max-width: 100%;
  height: auto;
}
.usercase-desc__content a {
  color: #7ad2d4;
  text-decoration: underline;
}
.usercase-desc__content h2 {
  font-weight: 900;
  margin-top: 15px;
}

.bg-text-wrap {
  position: absolute;
  left: 0;
  top: -8%;
  width: 100%;
  height: 108%;
  z-index: -1;
  overflow: hidden;
  border-radius: 0 0 0 10vw;
}
.bg-text-wrap .bg-text {
  width: 100%;
}