@charset "UTF-8";
@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

a {
  color: #2F2F2F;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p, li, dt, dd, th, td {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

h1, h2, h3, h4 {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.05em;
}

strong {
  font-weight: 600;
}

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
/* layout */
.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1264px) {
  .content-wrap {
    margin: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap {
    margin: 0 20px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.group-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  height: 60px;
  text-align: center;
  border-radius: 40px;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .group-button {
    font-size: 1rem;
    height: 56px;
    padding: 0 20px;
  }
}
.group-button--center {
  margin: 0 auto;
}
.group-button--orange {
  background: -webkit-gradient(linear, left top, right top, from(#F29500), to(#F27800));
  background: linear-gradient(to right, #F29500, #F27800);
  color: #fff;
}
.group-button--border {
  border: 2px solid #F27800;
  color: #F27800;
}
.group-button:hover {
  opacity: 0.7;
}

.group-title {
  position: relative;
}
.group-title span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .group-title span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.group-title--white {
  color: #fff;
}
.group-title img {
  height: 84px;
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .group-title img {
    height: 44px;
  }
}
.group-title--green {
  color: #288088;
}
.group-title--white {
  color: #fff;
}

.group-description {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .group-description {
    font-size: 0.9rem;
  }
}

.group-page-content {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .group-page-content {
    padding-top: 56px;
  }
}

.group-mv {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
.group-mv__content {
  position: relative;
}
.group-mv__title {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .group-mv__title {
    font-size: 2rem;
  }
}
.group-mv__description {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .group-mv__description {
    font-size: 0.9rem;
  }
}
.group-mv::before {
  content: "";
  width: 100%;
  aspect-ratio: 508/208.675;
  background-image: url(../../img/group-lp/bg-fv.svg);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.group-about {
  padding: 100px 0 120px;
  background: #288088;
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .group-about {
    padding: 64px 0;
  }
}
.group-about .content-wrap {
  position: relative;
}
.group-about .content-wrap::before, .group-about .content-wrap::after {
  content: "";
  display: block;
  width: 356px;
  height: 83px;
  background-image: url(../../img/group-lp/bg-about.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .group-about .content-wrap::before, .group-about .content-wrap::after {
    width: 196px;
    height: 46px;
  }
}
.group-about .content-wrap::before {
  right: 0;
  top: -170px;
}
@media screen and (max-width: 767px) {
  .group-about .content-wrap::before {
    top: -64px;
  }
}
.group-about .content-wrap::after {
  left: 0;
  bottom: -120px;
}
@media screen and (max-width: 767px) {
  .group-about .content-wrap::after {
    bottom: -64px;
  }
}
.group-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .group-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 24px;
  }
}
.group-about__text {
  width: 48%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .group-about__text {
    width: 100%;
    padding: 0;
  }
}
.group-about__title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .group-about__title {
    font-size: 1.25rem;
  }
}
.group-about__description {
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .group-about__description {
    font-size: 0.9rem;
  }
}
.group-about__icon {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .group-about__icon {
    width: 100%;
  }
}
.group-about__icon::before {
  content: "";
  width: 70%;
  aspect-ratio: 1/1;
  background-image: url(../../img/group-lp/circle.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.group-about__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.group-about__icon-list-content {
  width: 30%;
}

.group-logo {
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .group-logo {
    padding: 20px;
  }
}
.group-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 32px;
}
@media screen and (max-width: 767px) {
  .group-logo__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .group-logo__list-content {
    width: calc(33.3333333333% - 10px);
  }
}

.group-activity {
  padding: 110px 0 64px;
}
@media screen and (max-width: 767px) {
  .group-activity {
    padding: 64px 0;
  }
}
.group-activity__title {
  text-align: center;
  margin-bottom: 24px;
}
.group-activity__description {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .group-activity__description {
    text-align: left;
  }
}
.group-activity__list-wrap {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: calc((100vw - 1200px) / 2 * -1);
}
@media screen and (max-width: 1264px) {
  .group-activity__list-wrap {
    margin-left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .group-activity__list-wrap {
    margin-left: -20px;
  }
}
.group-activity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: infinity-scroll 80s infinite linear 0.5s both;
          animation: infinity-scroll 80s infinite linear 0.5s both;
}
.group-activity__list-content {
  width: 33.3333333333vw;
  margin: 5px;
}
.group-activity__list-content > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .group-activity__list-content {
    width: 66.6666666667vw;
    margin: 2.5px;
  }
}

@-webkit-keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.group-program {
  background: #DCE7E8;
  padding: 110px 0 64px;
}
@media screen and (max-width: 767px) {
  .group-program {
    padding: 64px 0;
  }
}
.group-program__title {
  text-align: center;
  margin-bottom: 24px;
}
.group-program__description {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .group-program__description {
    text-align: left;
  }
}
.group-program__content {
  background: #fff;
  max-width: 924px;
  padding: 30px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .group-program__content {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.group-program__day {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .group-program__day {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 8px;
  }
}
.group-program__day-title {
  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;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  width: 85px;
  border-radius: 12px;
  background: #288088;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .group-program__day-title {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 40px;
    line-height: 40px;
    grid-gap: 2px;
  }
}
.group-program__day-title strong {
  font-size: 45px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .group-program__day-title strong {
    font-size: 1.5rem;
  }
}
.group-program__day-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  width: calc(100% - 105px);
}
@media screen and (max-width: 767px) {
  .group-program__day-schedule {
    width: 100%;
    grid-gap: 8px;
  }
}

.group-schedule-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  position: relative;
  background: #DCE7E8;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .group-schedule-content {
    padding: 8px 12px;
  }
}
.group-schedule-content--time {
  padding: 16px 88px 16px 20px;
}
@media screen and (max-width: 767px) {
  .group-schedule-content--time {
    padding: 8px 64px 8px 12px;
  }
}
.group-schedule-content__number {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #288088;
  border-radius: 50%;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .group-schedule-content__number {
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
    line-height: 32px;
    margin-right: 8px;
  }
}
.group-schedule-content__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .group-schedule-content__title {
    font-size: 1rem;
  }
}
.group-schedule-content__time {
  font-size: 13px;
  font-weight: bold;
  color: #288088;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .group-schedule-content__time {
    right: 12px;
  }
}
.group-schedule-content__time strong {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .group-schedule-content__time strong {
    font-size: 1.25rem;
  }
}

.group-schedule-food {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .group-schedule-food {
    padding: 8px 0;
  }
}
.group-schedule-food__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .group-schedule-food__title {
    font-size: 1rem;
  }
}
.group-schedule-food__time {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  background: #288088;
  border-radius: 15px;
  margin-left: 10px;
  letter-spacing: 0.05em;
}
.group-schedule-food__time strong {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .group-schedule-food__time strong {
    font-size: 1.25rem;
  }
}

.group-case {
  padding: 110px 0 64px;
}
@media screen and (max-width: 767px) {
  .group-case {
    padding: 64px 0;
  }
}
.group-case__title {
  text-align: center;
  margin-bottom: 40px;
}

.group-case-swiper {
  position: relative;
}
.group-case-swiper .swiper-button-next:after, .group-case-swiper .swiper-rtl .swiper-button-prev:after,
.group-case-swiper .swiper-button-prev:after, .group-case-swiper .swiper-rtl .swiper-button-next:after {
  content: none;
}
.group-case-swiper .swiper-button-next, .group-case-swiper .swiper-button-prev {
  width: 40px;
  background: none;
}

@media screen and (max-width: 767px) {
  .group-case-swiper .swiper-button-next, .group-case-swiper .swiper-button-prev {
    display: none;
  }
}
.group-case-swiper .swiper-button-next, .group-case-swiper .swiper-rtl .swiper-button-prev {
  right: -20px;
}
.group-case-swiper .swiper-button-prev, .group-case-swiper .swiper-rtl .swiper-button-next {
  left: -20px;
}
.group-case-swiper .swiper-slide {
  height: auto;
}

.group-case-content {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
}
.group-case-content__image {
  position: relative;
}
.group-case-content__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.group-case-content__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group-case-content__text {
  padding: 24px 24px 32px;
}
@media screen and (max-width: 767px) {
  .group-case-content__text {
    padding: 16px;
  }
}
.group-case-content__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .group-case-content__title {
    font-size: 1rem;
  }
}
.group-case-content__company {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .group-case-content__company {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}
.group-case-content__category {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: #288088;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .group-case-content__category {
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
  }
}

.group-price {
  background: #288088;
  padding: 110px 0 64px;
}
@media screen and (max-width: 767px) {
  .group-price {
    padding: 64px 0;
  }
}
.group-price__title {
  text-align: center;
  margin-bottom: 40px;
}
.group-price__content {
  background: #fff;
  border-radius: 12px;
  padding: 45px 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  max-width: 924px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .group-price__content {
    padding: 20px;
  }
}
.group-price__content-inner {
  display: inline-block;
}
.group-price__content-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .group-price__content-title {
    font-size: 1.125rem;
  }
}
.group-price__content-description {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .group-price__content-description {
    font-size: 0.9rem;
    text-align: left;
  }
}
.group-price__list {
  display: inline-block;
  margin-bottom: 32px;
}
.group-price__list-content {
  text-align: left;
  padding-left: 44px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .group-price__list-content {
    padding-left: 32px;
    font-size: 1rem;
  }
}
.group-price__list-content::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../img/group-lp/ico-check.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .group-price__list-content::before {
    width: 24px;
    height: 24px;
    top: 3px;
  }
}
.group-price__list-content + .group-price__list-content {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .group-price__list-content + .group-price__list-content {
    margin-top: 12px;
  }
}
.group-price__button-list {
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 24px;
}
@media screen and (max-width: 767px) {
  .group-price__button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 12px;
  }
}
.group-price__button-list-content {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .group-price__button-list-content {
    width: 100%;
  }
}

.group-location {
  padding: 64px 0;
}
.group-location__title {
  text-align: center;
  margin-bottom: 50px;
}
.group-location__image {
  max-width: 914px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .group-location__list-wrap {
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
    overflow-x: scroll;
  }
}
.group-location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .group-location__list {
    width: 900px;
    white-space: nowrap;
  }
}
.group-location__list-content {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .group-location__list-content {
    width: 280px;
    white-space: normal;
    margin-right: 20px;
  }
}
.group-location__list-link {
  display: block;
  height: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.group-location__list-link--chosei .group-location__list-info-title {
  background: #D37B53;
}
.group-location__list-link--chosei .group-location__list-button {
  background: #D37B53;
}
.group-location__list-link--yatsugatake .group-location__list-info-title {
  background: #90B697;
}
.group-location__list-link--yatsugatake .group-location__list-button {
  background: #90B697;
}
.group-location__list-link--tsukuba .group-location__list-info-title {
  background: #051B40;
}
.group-location__list-link--tsukuba .group-location__list-button {
  background: #051B40;
}
.group-location__list-text {
  padding: 24px 24px 32px;
}
@media screen and (max-width: 767px) {
  .group-location__list-text {
    padding: 16px;
  }
}
.group-location__list-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .group-location__list-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.group-location__list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  padding-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .group-location__list-info {
    padding-bottom: 32px;
  }
}
.group-location__list-info-title {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  height: 27px;
  line-height: 27px;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .group-location__list-info-title {
    height: 24px;
    line-height: 24px;
    font-size: 0.75rem;
  }
}
.group-location__list-annotation {
  font-size: 0.875rem;
  color: rgba(47, 47, 47, 0.5);
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .group-location__list-annotation {
    font-size: 0.75rem;
    bottom: 10px;
  }
}
.group-location__list-detail {
  padding: 12px 12px 12px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 4px;
  background: #F2F2F2;
  border-radius: 8px;
  list-style: disc;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .group-location__list-detail {
    margin-bottom: 12px;
    grid-gap: 2px;
  }
}
.group-location__list-detail-content {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .group-location__list-detail-content {
    font-size: 0.9rem;
  }
}
.group-location__list-button {
  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;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 188px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .group-location__list-button {
    font-size: 0.9rem;
  }
}
.group-location__list-button::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 10px;
  background-image: url(../../img/group-lp/ico-arrow.svg);
  background-size: contain;
  margin-right: 10px;
}

.group-flow {
  padding: 110px 0 276px;
  background: #DCE7E8;
}
@media screen and (max-width: 767px) {
  .group-flow {
    padding: 64px 0 180px;
  }
}
.group-flow__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .group-flow__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .group-flow__list-wrap {
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
    overflow-x: scroll;
  }
}
.group-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .group-flow__list {
    width: 800px;
    white-space: nowrap;
  }
}
.group-flow__list-content {
  width: 16%;
}
@media screen and (max-width: 767px) {
  .group-flow__list-content {
    width: 140px;
    margin-right: 20px;
    white-space: normal;
  }
}
.group-flow__list-image {
  width: 120%;
  margin-left: -10%;
}
.group-flow__list-description {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .group-flow__list-description {
    font-size: 0.875rem;
  }
}
.group-flow__list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .group-flow__list-02 {
    width: 800px;
    white-space: nowrap;
  }
}
.group-flow__list-02-content {
  width: 16%;
  background: #79AEB3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .group-flow__list-02-content {
    width: 140px;
    margin-right: 20px;
    white-space: normal;
    font-size: 0.75rem;
  }
}
.group-flow__list-02-content--02col {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .group-flow__list-02-content--02col {
    width: 300px;
  }
}

.group-faq {
  padding-bottom: 64px;
}
.group-faq .content-wrap {
  margin-top: -212px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 64px 20px;
}
@media screen and (max-width: 767px) {
  .group-faq .content-wrap {
    margin-top: -116px;
  }
}
.group-faq__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .group-faq__title {
    margin-bottom: 40px;
  }
}
.group-faq__list {
  max-width: 932px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 32px;
}
.group-faq__list-content {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
}
.group-faq__list-title {
  font-size: 22px;
  font-weight: bold;
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .group-faq__list-title {
    font-size: 1rem;
    padding-left: 24px;
  }
}
.group-faq__list-title::before {
  content: "Q.";
  font-family: "Oswald", sans-serif;
  color: #288088;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  top: -13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .group-faq__list-title::before {
    font-size: 1.25rem;
    top: -5px;
  }
}
.group-faq__list-description {
  padding-top: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .group-faq__list-description {
    font-size: 0.9rem;
  }
}

.group-cv {
  padding: 64px 0;
  background-image: url(../../img/group-lp/bg-cv.webp);
  background-size: cover;
  position: relative;
}
.group-cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40, 128, 136, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.group-cv .content-wrap {
  position: relative;
}
.group-cv__title {
  text-align: center;
  margin-bottom: 16px;
}
.group-cv__description {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .group-cv__description {
    text-align: left;
  }
}
.group-cv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 776px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .group-cv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 24px;
  }
}
.group-cv__list-content {
  background: #F8EFE6;
  border-radius: 12px;
  padding: 40px 24px;
}
@media screen and (max-width: 767px) {
  .group-cv__list-content {
    padding: 20px;
  }
}
.group-cv__list-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .group-cv__list-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.group-cv__list-description {
  font-size: 15px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .group-cv__list-description {
    font-size: 0.9rem;
  }
}

.group-footer {
  background: #2F2F2F;
  padding: 46px 0 32px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .group-footer {
    padding: 40px 0 24px;
  }
}
.group-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .group-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .group-footer__text {
    width: 100%;
  }
}
.group-footer__menu {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .group-footer__menu {
    width: 100%;
    margin-bottom: 32px;
  }
}
.group-footer__menu-list-link {
  color: #fff;
}
.group-footer__address {
  font-size: 11px;
}
.group-footer__logo {
  width: 120px;
  margin-bottom: 12px;
}
.group-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .group-footer__menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .group-footer__menu-list-content {
    width: 50%;
  }
}
.group-footer__menu-list-link {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .group-footer__menu-list-link {
    font-size: 0.875rem;
    line-height: 48px;
  }
}
.group-footer__copyright {
  margin-top: 64px;
  display: block;
  font-size: 11px;
  font-family: "Oswald", sans-serif;
}
.group-header {
  width: 100%;
  background-color: #fff;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 767px) {
  .group-header {
    height: 56px;
  }
}
.group-header__logo {
  width: 107px;
  padding-left: 20px;
  line-height: 96px;
}
@media screen and (max-width: 767px) {
  .group-header__logo {
    padding-left: 12px;
    line-height: 56px;
    width: 80px;
  }
}
.group-header__logo a {
  display: block;
}
.group-header__menu {
  padding-left: 40px;
}
.group-header__menu-list-content {
  display: inline-block;
  height: 100%;
  line-height: 96px;
}
@media screen and (max-width: 1120px) {
  .group-header__menu-list-content {
    height: auto;
    display: block;
    line-height: 56px;
  }
}
.group-header__menu-list-content + .group-header__menu-list-content {
  margin-left: 24px;
}
@media screen and (max-width: 1360px) {
  .group-header__menu-list-content + .group-header__menu-list-content {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1260px) {
  .group-header__menu-list-content + .group-header__menu-list-content {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1120px) {
  .group-header__menu-list-content + .group-header__menu-list-content {
    margin-left: 0;
  }
}
.group-header__menu-list-link {
  display: block;
  font-size: 1rem;
  color: #2F2F2F;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.group-header__menu-list-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1120px) {
  .group-header__menu-list-link {
    color: #fff;
    padding: 0 32px;
    position: relative;
    margin-bottom: 16px;
    text-align: center;
  }
}
.group-header__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .group-header__button-list {
    grid-gap: 8px;
    right: 60px;
  }
}
.group-header__button-list-link {
  display: block;
  width: 180px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 32px;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1120px) {
  .group-header__button-list-link {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
  }
}
.group-header__button-list-link:hover {
  opacity: 0.7;
}
.group-header__button-list-link--document {
  background: -webkit-gradient(linear, left top, right top, from(#F29500), to(#F27800));
  background: linear-gradient(to right, #F29500, #F27800);
  color: #fff;
}
.group-header__button-list-link--contact {
  border: 1px solid #F27800;
  color: #F27800;
}
.group-header #nav-toggle {
  display: none;
}

@media screen and (max-width: 1120px) {
  .group-header #nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 101;
  }
  .group-header #nav-toggle div {
    position: relative;
  }
  .group-header #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 45%;
    background: #2F2F2F;
    left: 27.5%;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .group-header #nav-toggle span:nth-child(1) {
    top: 20px;
    width: 50%;
    left: 25%;
  }
  .group-header #nav-toggle span:nth-child(2) {
    top: 28px;
    width: 50%;
    left: 25%;
  }
  .group-header #nav-toggle span:nth-child(3) {
    top: 36px;
    width: 50%;
    left: 25%;
  }
  .group-header #global-nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    right: 0;
    top: 0;
    background: #288088;
    text-align: left;
    padding: 64px 0 80px;
    opacity: 0;
    z-index: -999;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
  .fade #global-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* #nav-toggle 切り替えアニメーション */
  .group-header.open {
    /* #global-nav スライドアニメーション */
  }
  .group-header.open #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
  }
  .group-header.open #nav-toggle span {
    background: #fff;
  }
  .group-header.open #nav-toggle span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 30%;
  }
  .group-header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .group-header.open #nav-toggle span:nth-child(3) {
    width: 50%;
    top: 26px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    left: 30%;
  }
  .group-header.open #global-nav {
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .group-header #nav-toggle {
    top: 0;
    right: 0;
  }
}

.group-page-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 50px;
}

.group-form {
  display: flex;
  justify-content: space-between;
  max-width: 924px;
  margin: 0 auto;
  padding-bottom: 112px;
}

.group-form__text {
  width: 48%;
}

.group-form__content {
  width: 48%;
}

.group-form__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.group-form__logo-list {
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 15px;
  border: 1px solid #DEE1E4;
  border-radius: 12px;
  margin-bottom: 24px;
}

.group-form__logo-list-content {
  width: calc(100% / 3 - 10px);
}

.group-form__voice-title {
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 34px;
  position: relative;
  margin-bottom: 16px;
}

.group-form__voice-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../img/group-lp/ico-voice.svg);
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.group-form__voice-list {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}

.group-form__voice-list-content {
  padding: 18px;
  background: #F5F6F7;
  border-radius: 9px;
}

.group-form__voice-list-description {
  font-size: 1rem;
  margin-bottom: 12px;
}

.group-form__voice-list-name {
  font-size: 1rem;
  font-weight: bold;
}

.group-form__description {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1rem;
}

.group-form__check-list-wrap {
  padding: 32px;
  border-radius: 9px;
  border: 1px solid #DEE1E4;
  text-align: center;
  margin-bottom: 40px;
}

.group-form__check-list {
  display: inline-block;
  text-align: left;
}

.group-form__check-list-content {
  position: relative;
  padding-left: 45px;
  font-size: 1rem;
}

.group-form__check-list-content + .group-form__check-list-content {
  margin-top: 24px;
}

.group-form__check-list-content::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../img/group-lp/ico-check.svg);
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}

.group-form__document-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  justify-content: space-between;
}

.group-form__document-list-content {
  width: calc(100% / 3 - 10px);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.form-content + .form-content {
  margin-top: 20px;
}

.form-content__title {
  font-size: 0.875rem;
  color: #A3A3A3;
  margin-bottom: 6px;
}

.form-content__title.required::after {
  content: "※";
  display: inline-block;
  margin-left: 4px;
  font-size: 0.75rem;
  color: #C1272D
}

.form-content__input {
  padding: 0 16px;
  line-height: 60px;
  border: 1px solid #DEE1E4;
  border-radius: 9px;
  width: 100%;
  height: 60px;
}

.form-content__select-wrap {
  position: relative;
}

.form-content__select-wrap::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../../img/group-lp/ico-down.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.form-content__select {
  padding: 0 16px;
  line-height: 60px;
  border: 1px solid #DEE1E4;
  border-radius: 9px;
  width: 100%;
  height: 60px;
}

.form-content__textarea {
  width: 100%;
  height: 162px;
  padding: 22px;
  border: 1px solid #DEE1E4;
  border-radius: 9px;
  margin-bottom: 16px;
}

.form-description {
  font-size: 1rem;
  margin: 16px 0;
}

.form-list {
  background: #F5F6F7;
  padding: 16px;
  border-radius: 9px;
  list-style: disc;
  padding-left: 36px;
  margin: 16px 0;
}

.form-list-content + .form-list-content {
  margin-top: 6px;
}

.form-check {
  margin-top: 40px;
}

input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}

.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #757575;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 0;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: #757575;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}

.form-submit {
  margin-top: 40px;
}


@media screen and (max-width: 767px) {
  .group-page-title {
    font-size: 1.5rem;
    margin: 40px 0 32px;
  }

  .group-form {
    flex-direction: column;
    grid-gap: 32px;
    padding-bottom: 64px;
  }

  .group-form__text {
    width: 100%;
  }

  .group-form__content {
    width: 100%;
  }

  .group-form__title {
    font-size: 1.25rem;
  }

  .group-form__logo-list {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 15px;
    border: 1px solid #DEE1E4;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .group-form__logo-list-content {
    width: calc(100% / 3 - 10px);
  }

  .group-form__voice-title {
    font-size: 1rem;
    padding-left: 24px;
    margin-bottom: 16px;
  }

  .group-form__voice-title::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }

  .group-form__voice-list {
    grid-gap: 16px;
  }

  .group-form__voice-list-content {
    padding: 16px;
  }

  .group-form__voice-list-description {
    font-size: 0.9rem;
  }

  .group-form__voice-list-name {
    font-size: 0.9rem;
  }

  .group-form__description {
    text-align: left;
    font-size: 0.9rem;
  }

  .group-form__check-list-wrap {
    padding: 16px;
    margin-bottom: 32px;
  }

  .group-form__check-list-content {
    padding-left: 28px;
    font-size: 0.9rem;
  }

  .group-form__check-list-content + .group-form__check-list-content {
    margin-top: 12px;
  }

  .group-form__check-list-content::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }

  .group-form__document-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: space-between;
  }

  .group-form__document-list-content {
    width: calc(100% / 3 - 10px);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }


  .form-content__input {
    line-height: 48px;
    height: 48px;
    font-size: 0.9rem;
  }

  .form-content__select-wrap::before {
    right: 12px;
  }

  .form-content__select {
    line-height: 48px;
    height: 48px;
    font-size: 0.9rem;
  }

  .form-content__textarea {
    height: 162px;
    padding: 16px;
    font-size: 0.9rem;
  }

  .form-description {
    font-size: 0.9rem;
  }

  .form-list-content {
    font-size: 0.9rem;
  }

  .form-check {
    margin-top: 32px;
  }

  input[type=checkbox] {
    display: none;
  }

  .mwform-checkbox-field-text {
    font-size: 0.9rem;
  }

  .mwform-checkbox-field-text::before {
    top: 3px;
  }

  input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    top: 5px;
    left: 5px;
  }

  .form-submit {
    margin-top: 32px;
  }
}

.group-thanks {
  padding: 80px 0 223px;
  min-height: calc(100% - 314px);
}

.group-thanks__title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 24px;
}

.group-thanks__title span {
  font-weight: normal;
  font-size: 1rem;
  display: block;
  margin-bottom: 24px;
}

.group-thanks__description {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .group-thanks {
    padding: 80px 0 160px;
  }

  .group-thanks__title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .group-thanks__title span {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }

  .group-thanks__description {
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 32px;
  }
}
