/*main*/
.home-title {
  font-family: "A-OTF 見出ゴMB31 Pr5",'Noto Sans JP',"Yu Gothic", "游ゴシック",sans-serif;
  font-size: 64px;
  color: #076599;
  letter-spacing: -5px;
  margin-bottom: 28px;
  line-height: 84px;
}
.home-sub-title {
  font-size: 24px;
  line-height: 42px;
}
.home-mv-wrapper {
  background-image: url("../img/mv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10vh 1% 6vh 4%;
  display: flex;
  gap: 80px;
  justify-content: center;
}
.home-mv-phone img {
  max-width: 100%;
  display: block;
}
.home-mv-phone {
  max-width: 660px;
}
.home-mv {
  transform: translateY(22%);
}
.home-second-wrapper {
  display: flex;
  max-width: 1300px;
  margin: 100px auto 0;
  gap: 0.2vw;
  z-index: 2;
  position: relative;
  justify-content: center;
}
.home-second-pic {
  max-width: 410px;
  display: block;
}
.home-second-title {
  font-family: "A-OTF 見出ゴMB31 Pr5",'Noto Sans JP',"Yu Gothic", "游ゴシック",sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 70px;
}
.home-second-title-b {
  color: #076599;
}
.home-second-subtext {
  font-size: 20px;
  line-height: 35px;
  margin-top: 50px;
  max-width: 800px;
}
.home-second-text {
  padding: 80px 30px 0 0;
}
.home-second-bg {
  background: linear-gradient(
    to top,
    rgba(137, 204, 206, 0.4) 0%,
    rgba(137, 204, 206, 0) 26%
  );
  position: relative;
}
.home-second-back-text {
  color: #f2f8f9;
  font-family: "Area Variable", Arial, sans-serif;
  font-size: 88px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.home-second-back-text span {
  display: inline-block;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home-services-wrapper {
  background-color: #f2f5f8;
  padding: 150px 0;
  position: relative;
}
.section-ja-title-wh {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  padding-bottom: 60px;
}
.section-ja-title-wh::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  margin-right: 20px;
}
.section-ja-title {
  font-weight: bold;
  font-size: 32px;
}
.section-ja-title::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  margin-right: 20px;
}
.section-en-title {
  font-size: 96px;
  font-family: "Area Variable", Arial, sans-serif;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}
.home-services-img-root {
  position: absolute;
  top: -10%;
  right: 22%;
  z-index: 3;
}
.home-services-img-root img {
  max-width: 350px;
}
.home-service-title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 40px;
  margin-bottom: 60px;
}
.home-works-title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 40px;
  margin-bottom: 60px;
}
.home-services-dis-wrapper {
  max-width: 670px;
  padding-top: 60px;
}
.more-btn-wrapper2 {
  padding-top: 60px;
}
.more-btn {
  font-size: 18px;
  font-weight: bold;
  color: #187fc3;
  background-color: #fff;
  display: block;
  padding: 14px 30px;
  border-radius: 30px;
  border: 1px solid #187fc3;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 280px;
  text-align: left;
}
.more-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #076599;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.more-btn::before {
  content: "→";
  font-weight: 900;
  font-size: 24px;
  font-family: "A-OTF 見出ゴMB31 Pr5",'Noto Sans JP',"Yu Gothic", "游ゴシック",sans-serif;
  position: absolute;
  left: 30px;
  top: 50%;
  color: #187fc3;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.more-btn:hover {
  padding-left: 135px;
  color: #fff;
  background-color: #187fc3;
}

.more-btn:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  color: #fff;
}

.more-btn:hover::after {
  opacity: 0;
}
.home-services-dis {
  margin-bottom: 40px;
  max-width: 540px;
}
.home-services-btn-view {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  display: block;
  padding: 14px 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 280px;
}
.home-services-btn-view::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.home-services-btn-view::before {
  content: "→";
  font-family: "A-OTF 見出ゴMB31 Pr5",'Noto Sans JP',"Yu Gothic", "游ゴシック",sans-serif;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.home-services-btn-view:hover {
  padding-left: 130px;
  color: #fff;
}

.home-services-btn-view:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  color: #fff;
}

.home-services-btn-view:hover::after {
  opacity: 0;
}
.services-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-family: "A-OTF 見出ゴMB31 Pr5",'Noto Sans JP',"Yu Gothic", "游ゴシック",sans-serif;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.services-btn-wrapper {
  max-width: 456px;
  flex: 1;
}
.services-left-wrapper {
  flex: 1;
}
.services-arrow {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 40px;
}

.services-arrow-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-arrow-content::before,
.services-arrow-content::after {
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}
.services-arrow-content::after {
  transform: translateX(-100%);
}
.services-btn:hover .services-arrow-content::before {
  transform: translateX(100%);
}
.services-btn:hover .services-arrow-content::after {
  transform: translateX(0);
}
@media (max-width: 1596px) {
  .home-title {
    font-size: clamp(32px, calc(100vw / 24), 64px);
    line-height: clamp(44px, calc(100vw / 18), 74px);
    white-space: nowrap;
    letter-spacing: 0px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .home-sub-title {
    font-size: clamp(18px, calc(100vw / 54), 24px);
    line-height: 1.6;
  }
  .home-mv-wrapper {
    gap: 40px;
    justify-content: space-between;
  }
  .home-mv-phone img {
    max-width: 95%;
  }
  .home-mv-phone {
    max-width: 550px;
  }
}
@media (max-width: 1264px) {
  .home-mv {
    transform: translateY(16%);
  }
  .home-second-pic {
    max-width: 220px;
  }
  .home-second-title {
    font-size: clamp(24px, calc(100vw / 42), 50px);
    line-height: 1.6;
  }
  .home-second-subtext {
    letter-spacing: -0.05rem;
    font-size: clamp(14px, calc(100vw / 64), 20px);
    line-height: 1.6;
    margin-top: 30px;
  }
  .section-en-title,
  .section-en-title-g,
  .topics-footer-title,
  .topics-en-title {
    font-size: clamp(48px, calc(100vw / 14), 96px) !important;
  }
  .section-ja-title,
  .section-ja-title-wh {
    font-size: clamp(18px, calc(100vw / 56), 32px);
  }
  .section-ja-title::before,
  .section-ja-title-wh::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .topics-ja-title {
    font-size: clamp(16px, calc(100vw / 56), 32px);
  }
  .topics-ja-title::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .home-second-text {
    padding: 20px 30px 0 0;
  }
  .home-mv-wrapper {
    padding: 8vh 1% 4vh 4%;
  }
}
@media (max-width: 1048px) {
  .home-mv-wrapper {
    padding: 8vh 1% 8vh 4%;
  }
}
@media (max-width: 910px) {
  .services-btn {
    font-size: clamp(16px, calc(100vw / 32), 24px);
  }
  .home-mv {
    transform: translateY(0%);
  }
  .home-second-wrapper {
    flex-direction: column-reverse;
    margin: 80px auto 0;
  }
  .home-second-text {
    padding: 0 30px 40px 30px;
  }
  .home-second-pic-wrapper {
    margin: 0 auto;
  }
  .home-second-back-text {
    font-size: 40px;
  }
  .services-btn-wrapper {
    margin: 40px auto 0;
  }
  .home-service-title-wrapper {
    display: block;
    margin-bottom: 0;
  }
  .home-mv-wrapper {
    display: block;
    background-image: url(../img/sp-mv.jpg);
  }
  .home-mv-phone {
    margin: 0 auto;
  }
  .home-mv-wrapper {
    padding: 10vh 6% 3vh;
  }
  .home-mv-phone {
    margin-top: 40px;
  }
  .home-title {
    font-size: clamp(36px, calc(100vw / 16), 64px);
    line-height: clamp(44px, calc(100vw / 14), 66px);
    padding-bottom: 30px;
  }
  .home-sub-title {
    font-size: clamp(20px, calc(100vw / 32), 24px);
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .home-mv-wrapper {
    padding: 3vh 30px;
  }
  .home-mv-phone {
    margin-top: 40px;
  }
  .home-mv {
    margin-top: 60px;
  }
  .more-btn-wrapper {
    text-align: center;
  }
  .more-btn:hover {
    padding-left: 100px;
    padding-right: 20px;
  }
  .services-btn {
    padding: 15px 0;
  }
  .section-en-title {
    margin-top: 0;
  }
  .home-sub-title {
    font-size: 16px;
  }
  .home-reach-text {
    font-size: 16px;
  }
  .home-mv-phone img {
    max-width: 100%;
  }
  .home-title {
    padding-bottom: 20px;
    line-height: 44px;
    white-space: normal;
  }
}

/*works*/
.works-top-img {
  width: 100%;
  background-color: #f2f5f8;
}
.section-en-title-g {
  font-size: 96px;
  font-family: "Area Variable", Arial, sans-serif;
  color: #f2f5f8;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}
.works {
  padding-bottom: 150px;
}
.works-img img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
  object-fit: cover;
  border-radius: 20px;
}
.works-img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 8px #dddddd;
}
.works-img:hover img {
  transform: scale(1.1);
}
.works-btn-title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 20px 0;
}
.works-btn-snsm {
  font-weight: bold;
  color: #fff;
  background-color: #187fc3;
  padding: 8px 20px;
  border-radius: 25px;
  margin: 0 10px 5px 0;
  display: inline-block;
}
.works-btn-snsin {
  font-weight: bold;
  color: #fff;
  background-color: #c31849;
  padding: 8px 20px;
  border-radius: 25px;
  margin: 0 10px 5px 0;
  display: inline-block;
}
.works-btn-meta {
  font-weight: bold;
  color: #fff;
  background-color: #c35a18;
  padding: 8px 20px;
  border-radius: 25px;
  margin: 0 10px 5px 0;
  display: inline-block;
}
.works-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.works-wrapper {
  display: flex;
  column-gap: 25px;
  padding-bottom: 50px;
}
.works-btn {
  flex: 1;
}
.works-company img {
  max-width: 200px;
}
.works-company-logo {
  width: 290px;
  height: 120px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 8px #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works-slider-title {
  margin-top: 10px;
  text-align: center;
}
.works-slider {
  display: flex;
  width: 100%;
  animation: slide 24s linear infinite;
  column-gap: 40px;
}
.works-slider-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
}
.sp-btn {
  display: none;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1250px) {
  .home-services-btn-title {
    font-size: clamp(24px, calc(100vw / 56), 32px);
  }
  .home-services-btn-text {
    margin-bottom: 180px;
    font-weight: 500;
    line-height: 22px;
  }
  .home-services-btn-content-wrapper {
    padding: 40px 40px;
  }
}
@media (max-width: 1130px) {
}
@media (max-width: 912px) {
  .home-services-btn-wrapper {
    display: block;
    margin: 0 auto;
  }
  .home-services-dis-wrapper {
    padding-top: 20px;
    max-width: 100%;
  }
  .home-services-img-root img {
    max-width: 280px;
  }
  .home-services-img-root {
    top: -5%;
    right: 10%;
  }
  .home-services-btn-text {
    margin-bottom: 60px;
  }
  .home-services-btn {
    display: block;
    margin: 0 auto 20px;
  }
  .home-services-dis {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-services-btn-text {
    margin-bottom: 180px;
  }
  .more-btn {
    width: 200px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .more-btn::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .more-btn::before {
    left: 20px;
  }
  .btn-center {
    margin: 0 20px;
  }
  .home-services-wrapper {
    padding: 100px 0 80px;
  }
  .home-services-img-root img {
    max-width: 180px;
  }
  .home-services-img-root {
    top: -3%;
    right: 5%;
  }
  .works-company-logo {
    width: 140px;
    height: 60px;
    border-radius: 10px;
  }
  .works-company img {
    max-width: 100px;
  }
  .works-slider {
    column-gap: 20px;
    animation: slide 12s linear infinite;
  }
  .works-slider-title {
    font-size: 10px;
  }
  .works-wrapper {
    display: block;
    padding-bottom: 0;
    margin-top: 40px;
  }
  .works-btn {
    margin-bottom: 40px;
  }
  .works-btn-title {
    font-size: clamp(16px, calc(100vw / 64), 20px);
    margin: 10px 0;
  }
  .works-btn-snsin,
  .works-btn-snsm,
  .works-btn-meta {
    font-size: clamp(14px, calc(100vw / 72), 16px);
    padding: 8px 15px;
  }
  .pc-btn {
    display: none;
  }
  .sp-btn {
    display: block;
    text-align: center;
  }
  .works {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .works-slider-wrapper {
    padding-top: 40px;
  }
}

.company {
  background-image: url(../img/home_company_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 30px;
  position: relative;
  background-size: cover;
  border-radius: 50px;
  padding: 180px 0 150px;
}
.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(6, 89, 153, 0.9), rgba(125, 168, 151, 0.9));
  border-radius: 50px;
  z-index: 0;
}
.company-wrapper {
  z-index: 2;
  display: flex;
  column-gap: 70px;
  margin: 0 auto;
  padding: 0 50px;
}
.company-img img {
  max-width: 600px;
  height: auto;
  border-radius: 20px;
  display: block;
  width: 100%;
  width: 600px;
}
.company-text {
  color: #fff;
  padding-bottom: 40px;
}
.company-img {
  position: relative;
}
.company-en {
  position: absolute;
  top: -138px;
  right: 0;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Area Variable", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -5px;
}

@media (max-width: 1084px) {
  .company-wrapper {
    flex-direction: column-reverse;
  }
  .company-img img {
    margin: 0 auto;
    width: 100%;
  }
  .section-ja-title-wh {
    padding: 40px 0 20px;
  }
  .company-en {
    font-size: 96px;
    top: -110px;
  }
}
@media (max-width: 587px) {
  .company-en {
    font-size: 64px;
    top: -73px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .company {
    margin: 0 15px;
    padding: 80px 0 60px;
  }
  .company-wrapper {
    margin: 0 15px;
    padding: 0 0;
  }
  .company-en {
    font-size: 48px;
    top: -54px;
  }
  .company-text {
    font-weight: 500;
    line-height: 22px;
    padding: 0 10px 40px;
  }
  .company::before,
  .company {
    border-radius: 25px;
  }
  .home-services-btn-view {
    font-size: 14px;
    width: 200px;
    padding: 10px 15px;
    margin: 0 auto;
  }
  .home-services-btn-view::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  .home-services-btn-view:hover {
    padding-left: 100px;
    padding-right: 20px;
  }
}

/*member*/
.member {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 75px 0 15px;
  margin: 75px 0 0 0;
  z-index: 0;
}

.member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-image: url(../img/member_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 0;
}
.member .container {
  position: relative;
  z-index: 1;
}
.member-person1,
.member-person2,
.member-person3 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  max-width: 400px;
  aspect-ratio: 400/532;
}
.member-person1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/enlink-person1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
  border-radius: 20px;
}
.member-person2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/enlink-person2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
  border-radius: 20px;
}
.member-person3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/enlink-person3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
  border-radius: 20px;
}
.member-person1:hover::before,
.member-person2:hover::before,
.member-person3:hover::before {
  transform: scale(1.1);
}
.member-name-bg {
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 20px 40px;
  border-radius: 10px;
  width: 90%;
  max-width: 280px;
}
.member-position {
  font-weight: 500;
}
.member-name {
  font-size: 20px;
  font-weight: bold;
}
.member-wrapper {
  display: flex;
  column-gap: 40px;
  margin-top: 60px;
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 30px;
}
.member-wrapper > div {
  flex: 1;
}
.member-text {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}
.member-center {
  margin-top: 40px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  margin: 30px auto;
  padding: 80px;
  border-radius: 10px;
  max-width: 1200px;
  width: 90%;
  text-align: center;
  max-height: 80vh;
  overflow-y: auto;
}
.modal-body {
  display: flex;
  gap: 50px;
  align-items: center;
}
.modal-img {
  width: 100%;
  height: auto;
  max-width: 380px;
  border-radius: 20px;
  object-fit: cover;
}
.modal-texts {
  text-align: left;
  line-height: 1.7;
}
#modalPosition {
  margin-bottom: 20px;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
#modalTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 1008px) {
  .modal-img {
    max-width: 280px;
  }
  .modal-content {
    padding: 50px;
  }
  .modal-body {
    gap: 30px;
  }
  .member-position {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 826px) {
  .member-name-bg {
    padding: 12px 20px;
  }
  .member-name {
    font-size: 16px;
  }
  .member-wrapper {
    column-gap: 10px;
  }
  .modal-body {
    display: block;
  }
  .modal-texts {
    margin-top: 20px;
  }
}
@media (max-width: 704px) {
  .modal-img {
    max-width: 210px;
  }
  .modal-content {
    padding: 30px;
  }
}
@media (max-width: 612px) {
  .member-position {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .member-wrapper {
    margin: 40px 0 0;
  }
  .member-center {
    margin: 40px 0;
  }
  .member-person1,
  .member-person2,
  .member-person3 {
    max-width: 280px;
    margin: 0 auto;
  }
  .member-text {
    max-width: 280px;
    margin: 20px auto 0;
    font-size: 14px;
  }
  .member::before {
    width: 95%;
    background-image: url("../img/sp-member.jpg");
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .member {
    padding: 40px 0;
    margin: 38px 0;
  }
  .modal-img {
    border-radius: 10px;
  }
  .modal-texts h2 {
    font-size: 20px;
  }
  #modalTitle {
    font-size: 18px;
  }
  .member-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 26px;
    scroll-behavior: smooth;
    justify-content: flex-start;
    padding-left: 7%;
    padding-right: 11%;
  }
  .member-slider::-webkit-scrollbar {
    display: none;
  }

  .member-slider .openModal {
    flex: 0 0 80%;
    scroll-snap-align: start;
    scroll-snap-align: center;
  }
  .member-center {
    margin: 0;
  }
}

.topics {
  padding: 150px 0 0;
}
.topics-en-title {
  font-size: 72px;
  font-family: "Area Variable", Arial, sans-serif;
  color: #f2f5f8;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}
.topics-en-title::after {
  background-color: #848484;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 70px;
}
.topics-bottom {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.topics-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.article-all-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 26px;
  margin-bottom: 60px;
}
article {
  background-color: #fff;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 20px;
  max-width: calc(50%);
  flex: 1 1 calc(50% - 20px);
}
.article-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.article-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.article-btn:hover .article-img img {
  transform: scale(1.1);
}
.article-text-wrapper {
  padding: 25px 30px;
}
.article-tag {
  font-weight: bold;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
  border-radius: 30px;
  padding: 5px 30px;
  display: inline;
}
.article-text {
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 18px;
}
.topics-tag {
  margin-top: 60px;
}
.topics-tag li {
  color: #919191;
  font-size: 24px;
  padding-bottom: 5px;
  font-family: "Area Variable", Arial, sans-serif;
}
.topics-tag li:hover {
  color: #000;
}
.btn-topics {
  margin-left: auto;
  margin-right: 25px;
}
.gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 135px 0 150px;
}

.gallery-slide {
  display: flex;
  column-gap: 30px;
  width: 100%;
  animation: slide 20s linear infinite;
}

.gallery-slide li img {
  width: 30vw;
  max-width: 680px;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.gallery-slide li {
  line-height: 0;
  height: 100%;
}
@media (max-width: 1070px) {
  .article-text {
    font-size: 12px;
    margin-top: 5px;
  }
  .article-time {
    font-size: 10px;
  }
  .article-tag {
    font-size: 10px;
    padding: 3px 10px;
  }
}
@media (max-width: 700px) {
  .article-text-wrapper {
    padding: 10px 12px;
  }
}
@media (max-width: 586px) {
  .topics-wrapper {
    display: block;
  }
  .topics-tag {
    display: none;
  }
  .article-all-wrapper {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .topics {
    padding: 35px 0 40px;
  }
  .topics-en-title::after {
    margin-left: 20px;
  }
  .gallery-slide li img {
    width: 60vw;
    border-radius: 10px;
  }
  .gallery {
    margin: 35px 0 75px;
  }
  .gallery-slide {
    column-gap: 10px;
    animation: slide 10s linear infinite;
  }
  .btn-topics {
    margin: 0 auto;
  }
  article {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 2px);
    border-radius: 10px;
  }

  .article-all-wrapper {
    row-gap: 14px;
    column-gap: 14px;
  }
  .article-img {
    border-radius: 10px 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .multiple-item {
    width: 32%;
  }

  .multiple-item:nth-child(-n + 3) {
    margin-top: 0;
  }
}
