.top_title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--surfcolor);
  text-align: center;
  margin-bottom: 30px;
}

.company h4 {
  font-size: 1.3rem;
  font-weight: 700;
}
.company ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}
.company ul li p {
  margin-bottom: 7px;
}

.sub_title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.sub_title span {
  font-size: 1rem;
  font-weight: 300;
  margin-left: 10px;
}
.sub_title.youtube {
  background: url(../images/bnr_icon_youtube.jpg) left center no-repeat;
  background-size: 30px;
  padding-left: 35px;
  height: 40px;
}
.sub_title.insta {
  background: url(../images/bnr_icon_insta.jpg) left center no-repeat;
  background-size: 30px;
  padding-left: 35px;
  height: 40px;
}
@media (max-width: 768px) {
  .sub_title {
    font-size: 1.2rem;
  }
  .sub_title span {
    display: block;
    margin: 10px 0 0 0px;
  }
  .sub_title.youtube {
    background: url(../images/bnr_icon_youtube.jpg) left top no-repeat;
    background-size: 25px;
  }
  .sub_title.insta {
    background: url(../images/bnr_icon_insta.jpg) left top no-repeat;
    background-size: 25px;
  }
}

.info_history {
  width: 100%;
}
@media (width <= 768px) {
  .info_history {
    display: block;
  }
}

.company_history {
  position: relative;
}
.company_history:before {
  content: "";
  width: 1px;
  height: 96%;
  background: var(--black22);
  display: block;
  position: absolute;
  left: 70px;
}
.company_history dl {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.company_history dl dt {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
.company_history dl dt ::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--black22);
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: 5px;
}
.company_history dl dt:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--black22);
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: 5px;
}
.company_history dl dd p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 7px;
}
.company_history dl dd ul {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.company_history dl dd ul li {
  border: 1px solid var(--black22);
  width: 140px;
  padding: 0 10px;
}
.company_history dl dd ul li img {
  width: 100%;
}

.performance {
  width: 100%;
}
.performance ul {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.performance ul li {
  flex: 1;
}
.performance ul li img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--gray44);
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.performance ul li p {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--gray44);
}
@media (width <= 768px) {
  .performance ul {
    display: block;
  }
  .performance ul li {
    margin-bottom: 40px;
  }
  .performance ul li img {
    aspect-ratio: 5/2;
  }
  .performance ul li p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.app {
  width: 100%;
}
.app ul {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.app ul li {
  flex: 1;
}
.app ul li img {
  width: 100%;
  aspect-ratio: 1/2.2;
  -o-object-fit: cover;
     object-fit: cover;
}
.app ul li p {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--gray44);
}
@media (max-width: 500px) {
  .app ul {
    display: none;
  }
}
.app .app_Swiper {
  display: none;
}
@media (max-width: 500px) {
  .app .app_Swiper {
    display: block;
  }
  .app .app_Swiper .swiper-wrapper {
    width: 100%;
    gap: 10px;
  }
  .app .app_Swiper .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .app .app_Swiper .swiper-wrapper .swiper-slide p {
    width: 220px;
    padding-inline: 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray44);
  }
}
@media (max-width: 768px) {
  .app ul {
    flex-wrap: wrap;
  }
  .app ul li {
    flex: none;
    width: 48%;
    aspect-ratio: 1;
  }
}
@media (max-width: 768px) and (max-width: 540px) {
  .app li {
    width: 100%;
    max-width: 220px;
    margin: auto;
    text-align: center;
  }
}

.appSurf {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.appSurf div img {
  width: 100%;
  max-width: 220px;
}
@media (width <= 768px) {
  .appSurf {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .appSurf div {
    width: 48%;
    text-align: center;
  }
  .appSurf div img {
    max-width: 220px;
  }
}
@media (width <= 540px) {
  .appSurf div {
    width: 45%;
  }
}
@media (width <= 360px) {
  .appSurf div {
    width: 100% img;
    width-max-width: 360px;
  }
}

/* surfmember slide */
.gallery {
  overflow: hidden;
  position: relative;
  max-width: 768px;
  margin: 0px auto;
}

.gallery .list .inner {
  position: relative;
}

.gallery .list .slide_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 48px;
  opacity: 0 !important;
}

.gallery .list .slide_list > li img {
  width: 100%;
}

.gallery .list .slide_list > li.swiper-slide-active {
  opacity: 1 !important;
}

.gallery .list .btn {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  text-indent: -999em;
  z-index: 1;
}

.gallery .list .btn.btn_prev {
  left: 10px;
  background: url("../images/swipe-left.svg") center no-repeat;
  background-size: contain;
}

.gallery .list .btn.btn_next {
  right: 10px;
  background: url("../images/swipe-right.svg") center no-repeat;
  background-size: contain;
}

.gallery .thumbs {
  margin-top: 10px;
}

.gallery .thumbs .slide_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100px;
  background: #ddd;
  background: #8ab4f8;
  font-size: 24px;
  cursor: pointer;
}

.gallery .thumbs .slide_list > li img {
  width: 100%;
  height: 100%;
}

.gallery .thumbs .slide_list > li.swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #000;
  z-index: 1;
}

.youtube_wrap {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.youtube_wrap .youtube {
  width: 100%;
  flex: 1;
  /* max-width:304px; */
  aspect-ratio: 16/9;
  position: relative;
}
.youtube_wrap .youtube iframe {
  position: absolute;
  left: 0;
  border-radius: 20px;
}
@media (width <= 768px) {
  .youtube_wrap {
    flex-direction: column;
  }
  .youtube_wrap .youtube {
    flex: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

.insta_wrap {
  width: 100%;
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
}
.insta_wrap .insta {
  width: calc(33% + 2px);
  position: relative;
  margin-bottom: 10px;
}
.insta_wrap .insta .img {
  width: 100%;
}
.insta_wrap .insta .img img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta_wrap .insta .share p {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black22);
  display: flex;
  align-items: center;
}
.insta_wrap .insta .share p span {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.insta_wrap .insta .share p span.like {
  background: url(../images/insta_imoji_like.jpg) center no-repeat;
  background-size: 25px;
}
.insta_wrap .insta .share p span.comment {
  background: url(../images/insta_imoji_comment.jpg) center no-repeat;
  background-size: 24px;
}
.insta_wrap .insta a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 680px) {
  .insta_wrap .insta {
    width: calc(50% - 3px);
    margin-bottom: 5px;
  }
  .insta_wrap .share p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=company.css.map */