@media screen and (min-width: 768px) {
  .block {
    margin: 70px 0 0;
  }
}

.wrap {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0;
  }
}

#content {
  position: relative;
  z-index: 1;
  padding: 0 0 70px;
  margin: 0 0 70px;
}
#content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30vw;
  background: #fff;
  border-radius: 8px;
}
#content .wrap-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #content .wrap-content {
    padding: 0 var(--wrapPadding);
  }
}
@media screen and (min-width: 768px) {
  #content .wrap-content {
    width: 1000px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #content {
    padding: 0 0 152px;
    margin: 0 0 138px;
  }
  #content::before {
    top: 266px;
  }
}

.img-feature {
  overflow: hidden;
  border-radius: 10px;
  height: 45vw;
}
@media screen and (min-width: 768px) {
  .img-feature {
    height: 513px;
  }
}

.name {
  text-align: center;
  font-weight: 700;
  color: #193776;
  font-size: 22px;
  line-height: 1.5;
  margin: 25px auto 40px;
}
@media screen and (min-width: 768px) {
  .name {
    margin: 39px auto 60px;
    width: 700px;
    font-size: 32px;
    line-height: 57px;
  }
}

.group-content + .group-content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .group-content {
    width: 800px;
    margin: 0 auto;
  }
  .group-content + .group-content {
    margin-top: 96px;
  }
}
.group-content .tit, .group-content h2 {
  font-size: 20px;
  line-height: 1.5;
  color: var(--color);
  font-weight: 700;
  margin-bottom: 21px;
}
.group-content .tit2, .group-content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 17px;
}
.group-content .txt {
  font-size: 14px;
  line-height: 32px;
  margin: 0 0 30px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .group-content .txt {
    margin: 0 0 45px;
  }
}
.group-content .img {
  overflow: hidden;
  border-radius: 10px;
}
.group-content .box {
  border-radius: 10px;
  background: #f9f5f2;
  margin: 35px 0 0;
  padding: 32px 5vw 50px;
}
@media screen and (min-width: 768px) {
  .group-content .box {
    margin: 58px 0 0;
    padding: 32px 41px 54px;
  }
}
.group-content .box .tit3 {
  color: var(--color);
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.group-content .box .flex {
  margin: 14px 0 0;
}
@media screen and (min-width: 768px) {
  .group-content .box .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.group-content .box .flex .group-txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 17px 0 0;
}
@media screen and (min-width: 768px) {
  .group-content .box .flex .group-txt {
    width: 331px;
  }
}
.group-content .box .flex .group-txt .info {
  margin-bottom: 23px;
}
.group-content .box .flex .group-txt .info dl {
  display: flex;
}
.group-content .box .flex .group-txt .info dl + dl {
  margin-top: 17.5px;
}
.group-content .box .flex .group-txt .info dl dt {
  font-weight: 700;
  width: 70px;
}
.group-content .box .flex .group-txt .info dl dd {
  font-weight: 400;
  letter-spacing: 0;
  width: calc(100% - 70px);
}
.group-content .box .flex .group-txt .sub-tit {
  color: #193776;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 29px;
}
.group-content .box .flex .group-txt .sub-tit:first-of-type {
  margin-top: 0;
}
.group-content .box .flex .group-txt .txt {
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .group-content .box .flex .box-ggmap {
    width: 359px;
  }
}
.group-content .box .flex .box-ggmap .ggmap {
  overflow: hidden;
  border-radius: 10px;
  height: 227px;
  margin: 20px 0 0;
}
.group-content .box .flex .box-ggmap .ggmap iframe {
  width: 100%;
  height: 100%;
}
.group-content .box .flex .box-ggmap .link {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 0;
}