.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.container {
  margin-top: 10.7142857143vw;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .container {
    margin-top: 26.6666666667vw;
    padding-inline: 3rem;
  }
}
.container .pageTitle {
  font-size: 2.8571428571vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container .pageTitle {
    font-size: 7.4666666667vw;
  }
}

.companyList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  max-width: 101rem;
  margin-inline: auto;
  padding-block: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .companyList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding-block: 3rem;
  }
}
.companyList_item {
  background-color: #ffe200;
  color: #000;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 1rem;
  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;
}
@media screen and (max-width: 768px) {
  .companyList_item {
    font-size: 3.2vw;
    padding: 1rem 0.5rem;
  }
}

.check {
  position: relative;
  margin-block: 10rem 8rem;
  background-color: #fff;
  max-width: 105rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  padding-block: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .check {
    padding-inline: 1.5rem;
    padding-block: 3rem;
  }
}
.check_title {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 17.7857142857vw;
  width: 100%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}
@media screen and (max-width: 768px) {
  .check_title {
    max-width: 48vw;
  }
}
.check .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check_desc {
  text-align: center;
  font-size: 1.7142857143vw;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .check_desc {
    font-size: 3.7333333333vw;
  }
}
.check_desc strong {
  font-size: 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  .check_desc strong {
    font-size: 4.8vw;
  }
}
.check_desc.-ar {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .check_desc.-ar {
    text-align: center;
  }
}
.check_desc.-ar strong {
  font-size: 2.8571428571vw;
  color: #e62e8b;
}
@media screen and (max-width: 768px) {
  .check_desc.-ar strong {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .check_desc.-ac {
    text-align: center;
  }
}
.check_desc.-ac strong {
  font-size: 2.8571428571vw;
  color: #e62e8b;
}
@media screen and (max-width: 768px) {
  .check_desc.-ac strong {
    font-size: 6.4vw;
  }
}
.check_img {
  max-width: 81rem;
  width: 100%;
  margin-top: -5.7142857143vw;
  margin-left: auto;
}
.check_img.-mt {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .check_img {
    max-width: 100%;
    margin-top: 0;
  }
}
.check_container {
  max-width: 62.8rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.check_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check_btn {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 1rem 2rem;
  font-size: 0.8571428571vw;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.check_btn:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .check_btn {
    font-size: 2.6666666667vw;
    padding: 0.5rem 1rem;
  }
}
.check_copy {
  margin-top: 2rem;
  font-size: 0.8571428571vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .check_copy {
    font-size: 2.6666666667vw;
  }
}

.satellite {
  background-color: #fff;
  max-width: 105rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  padding-block: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .satellite {
    padding-inline: 1.5rem;
    padding-block: 3rem;
  }
}
.satellite_title {
  font-size: 2.1428571429vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .satellite_title {
    font-size: 5.3333333333vw;
  }
}

.venue {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5714285714vw;
}
@media screen and (max-width: 768px) {
  .venue {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.venue_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 2rem;
}
.venue_title {
  font-size: 1.4285714286vw;
  font-weight: bold;
  background-color: #ffe200;
  text-align: center;
  padding: 1rem 2rem;
  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;
}
@media screen and (max-width: 768px) {
  .venue_title {
    font-size: 3.7333333333vw;
    padding: 0.5rem 1rem;
  }
}
.venue_img img {
  width: 100%;
}
.venue_desc {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .venue_desc {
    font-size: 3.2vw;
  }
}
.venue_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.venue_address {
  font-size: 0.8571428571vw;
  font-weight: 500;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .venue_address {
    font-size: 2.6666666667vw;
  }
}

.main-container {
  margin-top: 10.7142857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-container .title {
  margin-top: 2.8571428571vw;
  font-size: 2.8571428571vw;
  font-weight: bold;
  color: #fff;
  background-color: #f6ab00;
  border-radius: 30px;
  text-align: center;
  padding: 0.6428571429vw 9.6428571429vw;
}
.main-container .sub-title {
  font-size: 1.7142857143vw;
  font-weight: bold;
  color: #f6ab00;
  margin-top: 1.1428571429vw;
  margin-bottom: 2.8571428571vw;
}
.main-container .content {
  width: 70%;
  background-color: #fff;
  padding: 2.8571428571vw 10vw;
  border-radius: 10px;
}
.main-container .content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8571428571vw;
}
.main-container .content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4285714286vw;
}
.main-container .content_item h5 {
  padding-block: 0.4285714286vw;
  text-align: center;
  font-size: 1.7142857143vw;
  font-weight: bold;
  background-color: #f6ab00;
  color: #fff;
  border-radius: 30px;
}
.main-container .content_item time {
  text-align: center;
  font-size: 1.7142857143vw;
  font-weight: bold;
}
.main-container .content_item p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.8;
}

.nearme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nearme__title {
  font-size: 1.7142857143vw;
  font-weight: bold;
  text-align: center;
  margin-top: 4.2857142857vw;
  margin-bottom: 2.1428571429vw;
  background-color: #ffe200;
  padding: 2.1428571429vw 3.5714285714vw;
}
.nearme p {
  text-align: center;
  font-size: 1.7142857143vw;
  font-weight: bold;
  margin-bottom: 2.1428571429vw;
}
.nearme__img {
  width: 57.1428571429vw;
}

@media screen and (max-width: 768px) {
  .main-container {
    margin-top: 26.6666666667vw;
  }
  .main-container .title {
    margin-top: 8vw;
    font-size: 7.4666666667vw;
    padding: 1.0666666667vw 10.6666666667vw;
    border-radius: 20px;
  }
  .main-container .sub-title {
    font-size: 4.8vw;
    margin-top: 3.2vw;
    margin-bottom: 8vw;
  }
  .main-container .content {
    width: 90%;
    padding: 6.4vw;
  }
  .main-container .content_list {
    gap: 8.5333333333vw;
  }
  .main-container .content_item {
    gap: 3.2vw;
  }
  .main-container .content_item h5 {
    padding-block: 0.8vw;
    font-size: 4.8vw;
  }
  .main-container .content_item time {
    font-size: 4.2666666667vw;
  }
  .main-container .content_item p {
    font-size: 3.7333333333vw;
  }
  .nearme__title {
    font-size: 4.8vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw 8vw;
  }
  .nearme p {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
  .nearme__img {
    width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */