@charset "UTF-8";
.group_tab_btn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 100;
}

@media (max-width: 670px) {
  .group_tab_btn {
    display: none;
  }
}

.group_tab_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group_tab_btn ul li {
  text-align: center;
}

.group_tab_btn ul li a {
  padding: 15px 30px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #9c9c9c;
}

@media (max-width: 1000px) {
  .group_tab_btn ul li a {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .group_tab_btn ul li a {
    font-size: 14px;
    padding: 13px 0;
  }
}

.group_tab_btn ul li.on {
  border-bottom: 2px solid #222;
}

.group_tab_btn ul li.on a {
  color: #222;
}

.group_con {
  padding: 100px 0;
}

@media (max-width: 1000px) {
  .group_con {
    padding: 40px 0;
  }
}

.group_con .title {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .group_con .title {
    margin-bottom: 35px !important;
  }
}

.group_con .title strong {
  display: block;
  font-size: 40px;
  line-height: 65px;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .group_con .title strong {
    font-size: 24px;
    line-height: 40px;
  }
}

@media (max-width: 400px) {
  .group_con .title strong {
    font-size: 22px;
    line-height: 35px;
  }
}

.group_con .title p {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .group_con .title p {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .group_con .title p {
    display: none;
  }
}

.group_con.con1 .title {
  margin-bottom: 80px;
}

@media (max-width: 400px) {
  .group_con.con1 .title {
    margin-bottom: 20px !important;
  }
}

.group_con.con1 .title p {
  font-weight: 400;
}

.group_con.con1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 600px) {
  .group_con.con1 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}

.group_con.con1 .content > div .img {
  width: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group_con.con1 .content > div .img img {
  width: 100%;
}

.group_con.con1 .content > div .txt {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .group_con.con1 .content > div .txt {
    margin-top: 15px;
  }
}

.group_con.con2 {
  background-color: whitesmoke;
}

.group_con.con2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .group_con.con2 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.group_con.con2 .content > div::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 33, 28, 0.8);
  content: '';
}

.group_con.con2 .content > div:hover::after {
  background-color: rgba(6, 33, 28, 0.5);
}

.group_con.con2 .content > div {
  width: 218px;
  height: 411px;
  position: relative;
}

@media (max-width: 600px) {
  .group_con.con2 .content > div {
    width: 90%;
    height: 150px;
    background-size: cover;
  }
}

.group_con.con2 .content > div .txt {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.group_con.con2 .content > div .txt p{
  min-height: 43px;
}

.group_con.con2 .content > div .txt span {
  font-size: 16px;
  display: block;
}

.group_con.con2 .content > div .txt strong {
  font-size: 20px;
  line-height: 30px;
  display: block;
}

@media (max-width: 600px) {
  .group_con.con2 .content > div .txt strong {
    font-size: 18px;
  }
}

.group_con.con2 .content > div:nth-of-type(1) {
  background-image: url(../img/group/vision1.png);
}

.group_con.con2 .content > div:nth-of-type(2) {
  background-image: url(../img/group/vision2.png);
}

.group_con.con2 .content > div:nth-of-type(3) {
  background-image: url(../img/group/vision3.png);
}

.group_con.con2 .content > div:nth-of-type(4) {
  background-image: url(../img/group/vision4.png);
}
.group_con.con2 .content > div:nth-of-type(5){
  background-image: url(../img/group/vision5.png);
}

.group_con.con3 .content {
  padding: 0 50px 0 68px;
}

@media (max-width: 1000px) {
  .group_con.con3 .content {
    padding: 0px;
  }
}

.group_con.con3 .content img {
  width: 100%;
}

.group_con.con4 .title {
  width: 100%;
  height: 334px;
  background-image: url(../img/group/history_bg.png);
  background-size: cover;
  color: #fff;
  margin-bottom: -110px;
  padding-top: 60px;
}

.group_con.con4 .content {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
  margin: 10px;
}

.group_con.con4 .content ul {
  padding: 80px 0;
  padding-left: 200px;
  position: relative;
}

.group_con.con4 .content ul li {
  padding: 40px 0;
  position: relative;
  padding-left: 160px;
}

.group_con.con4 .content ul li span {
  color: #fd7405;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: -77px;
  top: 40px;
}

.group_con.con4 .content ul li dl {
  margin-bottom: 10px;
  font-weight: 500;
}

.group_con.con4 .content ul li dl dt {
  color: #767676;
  margin-right: 15px;
  display: inline-block;
  width: 65px;
}

.group_con.con4 .content ul li dl dd {
  display: inline;
}

.group_con.con4 .content ul li::after {
  position: absolute;
  content: '●';
  top: 40px;
  left: 100px;
  width: 25px;
  height: 25px;
  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;
  background-color: #fff;
  color: #562a00;
}

.group_con.con4 .content ul::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 312px;
  width: 1px;
  height: 100%;
  background-color: #562a00;
}

.group_con.con5 .content .swiper-wrapper {
  padding-bottom: 60px;
}

.group_con.con5 .content .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: auto;
  right: 40px;
  background-image: url(../img/common/prev-btn.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.group_con.con5 .content .swiper-button-next {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  background-image: url(../img/common/next-btn.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.group_con.con5 .content .swiper-pagination {
  width: 93%;
  top: auto;
  bottom: 10px;
}

@media (max-width: 1000px) {
  .group_con.con5 .content .swiper-pagination {
    width: 90%;
  }
}

@media (max-width: 700px) {
  .group_con.con5 .content .swiper-pagination {
    width: 85%;
  }
}

.group_con.con5 .content .swiper-pagination-progressbar-fill {
  background: #222;
}

.group_con.con5 .content .swiper-slide::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.group_con.con5 .content .swiper-slide {
  position: relative;
  width: 407px;
  height: 255px;
  border-radius: 20px;
  background-size: cover;
  overflow: hidden;
}

.group_con.con5 .content .swiper-slide .img {
  width: 407px;
  height: 255px;
}

.group_con.con5 .content .swiper-slide .txt {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  width: 400px;
  padding-top: 150px;
}

.group_con.con5 .content .swiper-slide .txt span {
  padding: 3px 10px;
  color: #5EE5BC;
  border: 1px solid;
  border-radius: 6px;
  font-size: 12px;
}

.group_con.con5 .content .swiper-slide .txt span.video {
  margin-left: 10px;
  color: palevioletred;
}

.group_con.con5 .content .swiper-slide .txt p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 700px) {
  .group_con.con6 .location iframe {
    height: 400px !important;
  }
}

.group_con.con6 .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1000px) {
  .group_con.con6 .detail {
    display: block;
    border-bottom: none;
  }
}

.group_con.con6 .detail .ttl {
  font-size: 20px;
  font-weight: bold;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.group_con.con6 .detail .ttl img {
  margin-right: 15px;
}

@media (max-width: 1000px) {
  .group_con.con6 .detail .ttl img {
    display: none;
  }
}

@media (max-width: 1000px) {
  .group_con.con6 .detail .ttl {
    font-size: 17px;
  }
}

.group_con.con6 .detail ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2fr 1fr 1fr;
      grid-template-columns: 2fr 2fr 1fr 1fr;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1000px) {
  .group_con.con6 .detail ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 10px;
  }
}

.group_con.con6 .detail ul li {
  padding: 5px 20px;
  border-right: 1px solid #ccc;
}

@media (max-width: 1000px) {
  .group_con.con6 .detail ul li {
    padding: 5px 0;
    border-right: none;
  }
}

.group_con.con6 .detail ul li dt {
  font-weight: bold;
}

.group_con.con6 .detail ul li dd {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}

.group_con.con6 .detail ul li:last-of-type {
  border-right: none;
}

.group_con.con6 .detail:last-of-type {
  border-bottom: none;
}

.group_con.con6 .detail:last-of-type ul {
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

@media (max-width: 1000px) {
  .group_con.con6 .detail:last-of-type ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=group.css.map */