.group_tab_btn {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 100;
}
.group_tab_btn ul {
  display: flex;
  justify-content: center;
}
.group_tab_btn ul li {
  width: 130px;
  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: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1000px) {
  .group_con .title p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .group_con .title p {
    display: none;
  }
}
.group_con .title_row {
  display: flex;
  gap: 50px;
  align-items: center;
}
.group_con .title_row .left {
  width: 280px;
  flex-shrink: 0;
}
.group_con .title_row .left span {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
.group_con .title_row .left span.fs40 {
  font-size: 40px;
  line-height: 60px;
}
.group_con .title_row .right {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
.group_con .title_row .right b {
  color: #0075ff;
}
.group_con .content > img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1200px) {
  .group_con .content > img {
    width: 100%;
  }
}

.group_con.con1_1 .title_bg {
  height: 160px;
  width: 100%;
  background-image: url(../img/group/intro_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}
.group_con.con1_1 .title_bg .title {
  margin-bottom: 0;
  color: #fff;
}
.group_con.con1_1 .title_bg .title span {
  font-size: 20px;
  line-height: 30px;
}
.group_con.con1_1 .content {
  display: flex;
  justify-content: space-evenly;
}
.group_con.con1_1 .content > div {
  text-align: center;
}
.group_con.con1_1 .content strong {
  font-size: 24px;
  color: #767676;
  margin: 30px 0;
  display: block;
}
.group_con.con1_1 .content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.group_con.con1_2 {
  background-color: #f8f8f8;
}
.group_con.con1_2 .content {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
}
.group_con.con1_2 .content > div {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
.group_con.con1_2 .content > div strong {
  font-size: 18px;
  line-height: 30px;
}
.group_con.con1_2 .content > div img {
  display: block;
  margin: 20px 0 30px 0;
}
.group_con.con1_2 .content > div ul {
  margin-left: 20px;
}
.group_con.con1_2 .content > div ul li {
  line-height: 27px;
  list-style: disc;
}
.group_con.con1_2 .content > div:nth-of-type(2),
.group_con.con1_2 .content div:nth-of-type(3) {
  background-color: #0075ff;
  color: #fff;
}

.group_con.con1_3 img {
  max-width: 780px;
}

.group_con.con2 .title {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 50px;
}
.group_con.con2 .title strong {
  color: #0075ff;
}
.group_con.con2 .content {
  text-align: center;
}
.group_con.con2 .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.group_con.con2 .content img {
  margin: 50px auto;
}

.group_con.con3_1 .title_row, .group_con.con3_3 .title_row {
  margin-top: 60px;
}
.group_con.con3_1 .title_row .left, .group_con.con3_3 .title_row .left {
  position: relative;
}
.group_con.con3_1 .title_row .left::before, .group_con.con3_3 .title_row .left::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #222;
  content: "";
}

.group_con.con3_2 {
  padding: 0;
  background-color: #f6f6f6;
}
.group_con.con3_2 #wrap {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.group_con.con3_2 #wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 670px;
  height: 545px;
  background-image: url(../img/group/bg.png);
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1200px) {
  .group_con.con3_2 #wrap::before {
    display: none;
  }
}
.group_con.con3_2 .content li {
  padding: 20px 30px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 20px;
  max-width: 740px;
  line-height: 30px;
}
.group_con.con3_2 .content li:hover {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.group_con.con3_3 .title_row {
  align-items: flex-start;
}

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