.group__fv {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .group__fv {
    max-width: 1024px;
  }
}
.group__fvTtl {
  width: 980px;
  height: 280px;
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  background: url("../images/group/fv.jpg") 50% 50%/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .group__fvTtl {
    width: 100vw;
    height: 27.34375vw;
    font-size: 4.10156vw;
  }
}
@media (max-width: 640px) {
  .group__fvTtl {
    width: 100vw;
    height: 36vw;
    font-size: 5.06667vw;
    background: url("../images/group/fv.jpg") 50% 50%/150% no-repeat;
  }
}
.group__fvDesc {
  width: 980px;
  height: 130px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #111;
  background-image: radial-gradient(#b3b3b3 14%, rgba(0, 0, 0, 0) 14%);
  background-position: 4px 4px;
  background-size: 5px 5px;
  background-color: #efefef;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .group__fvDesc {
    width: 100vw;
    height: 12.69531vw;
    font-size: 2.14844vw;
  }
}
@media (max-width: 640px) {
  .group__fvDesc {
    width: 100vw;
    height: 18.66667vw;
    font-size: 3.46667vw;
    letter-spacing: 0.04em;
  }
}
.group__fvDesc b {
  margin-top: 5px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #111;
  display: block;
}
@media (max-width: 1024px) {
  .group__fvDesc b {
    margin-top: 0.48828vw;
    font-size: 3.125vw;
  }
}
@media (max-width: 640px) {
  .group__fvDesc b {
    margin-top: 0.66667vw;
    font-size: 4.8vw;
  }
}
.group__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 100px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .group__wrap {
    padding: 0 2% 100px;
  }
}
.group__intro {
  margin-top: 75px;
}
@media (max-width: 640px) {
  .group__intro {
    margin-top: 30px;
  }
}
.group__introDesc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .group__introDesc {
    font-size: 13px;
    line-height: 1.6;
  }
}
.group__introDesc + .group__introDesc {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .group__introDesc + .group__introDesc {
    margin-top: 25px;
  }
}
.group__box {
  margin-top: 70px;
}
@media (max-width: 640px) {
  .group__box {
    margin-top: 40px;
  }
}
.group__box:first-of-type {
  margin-top: 0;
}
.group__boxTtl {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #111;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .group__boxTtl {
    padding-bottom: 5px;
    font-size: 16px;
    border-width: 1px;
  }
}
.group__listItem {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .group__listItem {
    margin-top: 40px;
  }
}
.group__listItem:first-of-type {
  margin-top: 0;
}
.group__listTtl {
  margin: 30px 0 0;
  padding: 7px 0 3px 1em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .group__listTtl {
    margin-top: 20px;
    padding: 3px 0 1px 1em;
    font-size: 14px;
  }
}
.group__listTtl::before {
  width: 4px;
  height: 100%;
  content: "";
  display: inline-block;
  background: #111;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.group__listDesc {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .group__listDesc {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.group__btn {
  max-width: 400px;
  margin: 40px auto 0;
}
@media (max-width: 640px) {
  .group__btn {
    margin-top: 25px;
    max-width: 250px;
  }
}
.group__btnLink {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #111;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  transition: all .5s;
}
@media (max-width: 640px) {
  .group__btnLink {
    padding: 15px;
    font-size: 13px;
  }
}
.group__btnLink:hover {
  opacity: 0.6;
}
.group__btnLink:link, .group__btnLink:visited, .group__btnLink:hover, .group__btnLink:active {
  color: #fff;
  text-decoration: none;
}
.group__btnArr {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 30px;
  width: 11px;
  height: 11px;
  transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 640px) {
  .group__btnArr {
    right: 20px;
    width: 6px;
    height: 6px;
  }
}
.group__btnArr::before, .group__btnArr::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.group__btnArr::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
@media (max-width: 640px) {
  .group__btnArr::before {
    height: 2px;
  }
}
.group__btnArr::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
}
@media (max-width: 640px) {
  .group__btnArr::after {
    width: 2px;
  }
}


.group__listDesc strong {
    display: block;
    color: #ff9000;
}