.group_tab_btn {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 100;
}
.group_tab_btn ul {
  display: flex;
}
.group_tab_btn ul li {
  width: 100px;
  text-align: center;
}
@media (max-width: 400px) {
  .group_tab_btn ul li {
    width: 80px;
  }
}
.group_tab_btn ul li a {
  padding: 15px 0;
  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 span {
  font-size: 30px;
}
@media (max-width: 1000px) {
  .group_con.con1 .title span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .group_con.con1 .title span {
    font-size: 18px;
  }
}
.group_con.con1 .title strong {
  font-weight: 400;
}
.group_con.con1 .title p {
  font-weight: 400;
}
.group_con.con1 .content {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .group_con.con1 .content {
    flex-direction: column;
  }
}
.group_con.con1 .content > div .img {
  width: 130px;
  height: 150px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .group_con.con1 .content > div .img {
    width: 80px;
    height: 100px;
  }
}
.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.con1 .content > div .txt strong {
  font-size: 20px;
}
@media (max-width: 400px) {
  .group_con.con1 .content > div .txt strong {
    font-size: 17px;
  }
}
.group_con.con1 .content > div .txt p {
  margin-top: 15px;
  line-height: 25px;
}
@media (max-width: 1000px) {
  .group_con.con1 .content > div .txt p {
    margin-top: 11px;
    margin-bottom: 20px;
    line-height: 22px;
  }
}

.group_con.con2 {
  background-color: whitesmoke;
  padding: 50px 0 100px 0;
}
.group_con.con2 .title_row {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}
.group_con.con2 .title_row .left {
  width: 280px;
  flex-shrink: 0;
  position: relative;
}
.group_con.con2 .title_row .left span {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
.group_con.con2 .title_row .left span.fs40 {
  font-size: 40px;
  line-height: 60px;
}
.group_con.con2 .title_row .left::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #222;
  content: "";
}
.group_con.con2 .title_row .right {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
.group_con.con2 .title_row .right b {
  color: #0075ff;
}
.group_con.con2 .content {
  text-align: center;
  margin-top: 100px;
}

.group_con.con3 .content {
  max-width: 800px;
  margin: 0 auto;
}
.group_con.con3 .content img {
  width: 100%;
}

.group_con.con4 {
  background-color: #f7f7f7;
}
.group_con.con4 .content {
  padding: 0 130px;
}
@media (max-width: 1000px) {
  .group_con.con4 .content {
    padding: 0px;
  }
}
.group_con.con4 .content img {
  width: 100%;
}

.group_con.con5 {
  /*     .detail:last-of-type{
          ul{
              grid-template-columns: 3fr 1fr;
              @media(max-width:1000px){
                  grid-template-columns: 1fr;
                  margin-top: 10px;
              }
          }
          border-bottom: none;
      } */
}
@media (max-width: 700px) {
  .group_con.con5 .location iframe {
    height: 400px !important;
  }
}
.group_con.con5 .detail {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1000px) {
  .group_con.con5 .detail {
    display: block;
    border-bottom: none;
  }
}
.group_con.con5 .detail .ttl {
  font-size: 20px;
  font-weight: bold;
  width: 200px;
}
.group_con.con5 .detail .ttl img {
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .group_con.con5 .detail .ttl img {
    display: none;
  }
}
@media (max-width: 1000px) {
  .group_con.con5 .detail .ttl {
    font-size: 17px;
  }
}
.group_con.con5 .detail ul {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .group_con.con5 .detail ul {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
}
.group_con.con5 .detail ul li {
  padding: 5px 20px;
  border-right: 1px solid #ccc;
}
@media (max-width: 1000px) {
  .group_con.con5 .detail ul li {
    padding: 5px 0;
    border-right: none;
  }
}
.group_con.con5 .detail ul li dt {
  font-weight: bold;
}
.group_con.con5 .detail ul li dd {
  line-height: 30px;
}
.group_con.con5 .detail ul li:last-of-type {
  border-right: none;
}/*# sourceMappingURL=group.css.map */