.sec_main_02, .slide-textbox {
  width: 87.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02, .slide-textbox {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02, .slide-textbox {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.sec_main_02 h3, .slide-textbox h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 h3, .slide-textbox h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 h3, .slide-textbox h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.sec_main_02 .description, .slide-textbox .description {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #767676;
  margin-top: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 .description, .slide-textbox .description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .description, .slide-textbox .description {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
  }
}
.sec_main_02 .more-link, .slide-textbox .more-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  margin: auto;
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #505050;
  background-color: #F8F8FA;
  position: relative;
  transform-origin: left;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sec_main_02 .more-link::after, .slide-textbox .more-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  opacity: 0.9;
  background-color: #00AB4E;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sec_main_02 .more-link:hover, .slide-textbox .more-link:hover {
  color: #FFFFFF;
}
.sec_main_02 .more-link:hover::after, .slide-textbox .more-link:hover::after {
  width: 100%;
}
.sec_main_02 .more-link:hover .arrow_right, .slide-textbox .more-link:hover .arrow_right {
  filter: brightness(10);
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 .more-link, .slide-textbox .more-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.75rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .more-link, .slide-textbox .more-link {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.875rem;
  }
}
.sec_main_02 .more-link > .arrow_right, .slide-textbox .more-link > .arrow_right {
  width: 0.375rem;
  height: 0.75rem;
  background: url(../img/arrow-right.svg) no-repeat center/cover;
  transition: all 0.35s linear;
  filter: brightness(0);
}

.sec_main_03 {
  padding-top: 7.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 {
    padding-top: 3.75rem;
  }
}

.sec_main_03, .slide-textbox {
  width: 87.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03, .slide-textbox {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03, .slide-textbox {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.sec_main_03 h3, .slide-textbox h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 h3, .slide-textbox h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 h3, .slide-textbox h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.sec_main_03 .description, .slide-textbox .description {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #767676;
  margin-top: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .description, .slide-textbox .description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .description, .slide-textbox .description {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
  }
}
.sec_main_03 .more-link, .slide-textbox .more-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  margin: auto;
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #505050;
  background-color: #F8F8FA;
  position: relative;
  transform-origin: left;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sec_main_03 .more-link::after, .slide-textbox .more-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  opacity: 0.9;
  background-color: #00AB4E;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sec_main_03 .more-link:hover, .slide-textbox .more-link:hover {
  color: #FFFFFF;
}
.sec_main_03 .more-link:hover::after, .slide-textbox .more-link:hover::after {
  width: 100%;
}
.sec_main_03 .more-link:hover .arrow_right, .slide-textbox .more-link:hover .arrow_right {
  filter: brightness(10);
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .more-link, .slide-textbox .more-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.75rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .more-link, .slide-textbox .more-link {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.875rem;
  }
}
.sec_main_03 .more-link > .arrow_right, .slide-textbox .more-link > .arrow_right {
  width: 0.375rem;
  height: 0.75rem;
  background: url(../img/arrow-right.svg) no-repeat center/cover;
  transition: all 0.35s linear;
  filter: brightness(0);
}

.sec_main_04 {
  padding-top: 7.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 {
    padding-top: 3.75rem;
  }
}

.sec_main_04, .slide-textbox {
  width: 87.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04, .slide-textbox {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04, .slide-textbox {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.sec_main_04 h3, .slide-textbox h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 h3, .slide-textbox h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 h3, .slide-textbox h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.sec_main_04 .description, .slide-textbox .description {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #767676;
  margin-top: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .description, .slide-textbox .description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .description, .slide-textbox .description {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
  }
}
.sec_main_04 .more-link, .slide-textbox .more-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  margin: auto;
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #505050;
  background-color: #F8F8FA;
  position: relative;
  transform-origin: left;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sec_main_04 .more-link::after, .slide-textbox .more-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  opacity: 0.9;
  background-color: #00AB4E;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sec_main_04 .more-link:hover, .slide-textbox .more-link:hover {
  color: #FFFFFF;
}
.sec_main_04 .more-link:hover::after, .slide-textbox .more-link:hover::after {
  width: 100%;
}
.sec_main_04 .more-link:hover .arrow_right, .slide-textbox .more-link:hover .arrow_right {
  filter: brightness(10);
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .more-link, .slide-textbox .more-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.75rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .more-link, .slide-textbox .more-link {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.875rem;
  }
}
.sec_main_04 .more-link > .arrow_right, .slide-textbox .more-link > .arrow_right {
  width: 0.375rem;
  height: 0.75rem;
  background: url(../img/arrow-right.svg) no-repeat center/cover;
  transition: all 0.35s linear;
  filter: brightness(0);
}

.sec_main_05 {
  padding-top: 7.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 {
    padding-top: 3.75rem;
  }
}

.sec_main_05, .slide-textbox {
  width: 87.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05, .slide-textbox {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05, .slide-textbox {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.sec_main_05 h3, .slide-textbox h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 h3, .slide-textbox h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 h3, .slide-textbox h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.sec_main_05 .description, .slide-textbox .description {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #767676;
  margin-top: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 .description, .slide-textbox .description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .description, .slide-textbox .description {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
  }
}
.sec_main_05 .more-link, .slide-textbox .more-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  margin: auto;
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #505050;
  background-color: #F8F8FA;
  position: relative;
  transform-origin: left;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sec_main_05 .more-link::after, .slide-textbox .more-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  opacity: 0.9;
  background-color: #00AB4E;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sec_main_05 .more-link:hover, .slide-textbox .more-link:hover {
  color: #FFFFFF;
}
.sec_main_05 .more-link:hover::after, .slide-textbox .more-link:hover::after {
  width: 100%;
}
.sec_main_05 .more-link:hover .arrow_right, .slide-textbox .more-link:hover .arrow_right {
  filter: brightness(10);
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 .more-link, .slide-textbox .more-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.75rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .more-link, .slide-textbox .more-link {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.875rem;
  }
}
.sec_main_05 .more-link > .arrow_right, .slide-textbox .more-link > .arrow_right {
  width: 0.375rem;
  height: 0.75rem;
  background: url(../img/arrow-right.svg) no-repeat center/cover;
  transition: all 0.35s linear;
  filter: brightness(0);
}

.sec_main_06 {
  padding-top: 7.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_06 {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_06 {
    padding-top: 3.75rem;
  }
}

main.main {
  padding-bottom: 12.5rem;
}
@media only screen and (max-width: 1023px) {
  main.main {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main {
    padding-bottom: 3.75rem;
  }
}

.sec_main_01 {
  width: 100%;
  height: 45.625rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .sec_main_01 {
    height: 34.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_01 {
    height: 32.625rem;
  }
}
.sec_main_01 .swiper-slide:nth-of-type(1) {
  background: url(../img/main-bg.png) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
  .sec_main_01 .swiper-slide:nth-of-type(1) {
    background: url(../img/main-bg_t.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .swiper-slide:nth-of-type(1) {
    background: url(../img/main-bg_m.png) no-repeat center/cover;
  }
}
.sec_main_01 .swiper-slide:nth-of-type(2) {
  background: url(../img/main-bg.png) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
  .sec_main_01 .swiper-slide:nth-of-type(2) {
    background: url(../img/main-bg_t.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .swiper-slide:nth-of-type(2) {
    background: url(../img/main-bg_m.png) no-repeat center/cover;
  }
}
.sec_main_01 .swiper-slide:nth-of-type(3) {
  background: url(../img/main-bg.png) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
  .sec_main_01 .swiper-slide:nth-of-type(3) {
    background: url(../img/main-bg_t.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .swiper-slide:nth-of-type(3) {
    background: url(../img/main-bg_m.png) no-repeat center/cover;
  }
}
.sec_main_01 .slide-textbox {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .slide-textbox {
    top: 8.25rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.sec_main_01 .slide-textbox h2 {
  font-size: 3.75rem;
  line-height: 4.875rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .sec_main_01 .slide-textbox h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .slide-textbox h2 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.sec_main_01 .slide-textbox .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 2.5rem;
}
.sec_main_01 .slide-textbox .swiper-pagination > .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 3.4375rem;
  color: #FFFFFF;
  background-color: #FFFFFF;
  opacity: 1;
}
.sec_main_01 .slide-textbox .swiper-pagination > .swiper-pagination-bullet-active {
  width: 1.875rem;
  height: 0.75rem;
  color: #00AB4E;
  background-color: #00AB4E;
  transition: 0.1s linear;
}

.sec_main_02 {
  padding-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 {
    padding-top: 2.5rem;
  }
}
.sec_main_02 .service-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 .service-wrapper {
    font-size: 1rem;
    line-height: 1.5rem;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .service-wrapper {
    flex-flow: row wrap;
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
}
.sec_main_02 .service-wrapper .service-link {
  padding: 1.25rem 3.125rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  color: #111111;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 .service-wrapper .service-link {
    width: 8.125rem;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .service-wrapper .service-link {
    width: 6.25rem;
    padding: 0;
  }
}
.sec_main_02 .service-wrapper .service-link > span {
  width: 6.25rem;
  aspect-ratio: 1;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 .service-wrapper .service-link > span {
    width: 4.6875rem;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .service-wrapper .service-link > span {
    width: 3.5rem;
    aspect-ratio: 1;
  }
}
.sec_main_02 .service-wrapper .icon_1 {
  background: url(../img/icon-1.svg) no-repeat center/contain;
}
.sec_main_02 .service-wrapper .icon_2 {
  background: url(../img/icon-2.svg) no-repeat center/contain;
}
.sec_main_02 .service-wrapper .icon_3 {
  background: url(../img/icon-3.svg) no-repeat center/contain;
}
.sec_main_02 .service-wrapper .icon_4 {
  background: url(../img/icon-4.svg) no-repeat center/contain;
}
.sec_main_02 .service-wrapper .icon_5 {
  background: url(../img/icon-5.svg) no-repeat center/contain;
}

.sec_main_03 .program-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: fit-content;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .program-list-wrapper {
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .program-list-wrapper {
    gap: 0.75rem;
    margin-top: 0.625rem;
  }
}
.sec_main_03 .program-list-wrapper .img-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.sec_main_03 .program-list-wrapper .img-wrapper img {
  transition: all 0.2s ease-in-out;
}
.sec_main_03 .program-list-wrapper .img-wrapper img:hover {
  transform: scale(1.1);
}
.sec_main_03 .tour-program {
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .tour-program {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .tour-program {
    width: 50%;
  }
}
.sec_main_03 .tour-program > li {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .tour-program > li {
    min-width: 12.6875rem;
    width: 12.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .tour-program > li {
    min-width: 9.375rem;
    width: 9.375rem;
  }
}
.sec_main_03 .tour-program > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec_main_03 .tour-program > li img {
  width: 100%;
  object-fit: cover;
}
.sec_main_03 .tour-program > li h4 {
  margin-top: 0.5rem;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  min-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .tour-program > li h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    min-height: 3.25rem;
    white-space: collapse;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .tour-program > li h4 {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 2.625rem;
    white-space: collapse;
  }
}
.sec_main_03 .tour-program > li p {
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #767676;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .tour-program > li p {
    margin-top: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .tour-program > li p {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.sec_main_03 .edu-program {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  gap: 2.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .edu-program {
    width: 70%;
    white-space: nowrap;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .edu-program {
    gap: 0.75rem;
  }
}
.sec_main_03 .edu-program .edu-program::-webkit-scrollbar {
  display: none;
}
.sec_main_03 .edu-program > li {
  width: calc(33.3333333333% - 2.5rem);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .edu-program > li {
    min-width: 12.6875rem;
    width: 12.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .edu-program > li {
    min-width: 9.375rem;
    width: 9.375rem;
  }
}
.sec_main_03 .edu-program > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec_main_03 .edu-program > li img {
  width: 100%;
  object-fit: cover;
  transition: all 0.1s ease-in-out;
}
.sec_main_03 .edu-program > li h4 {
  margin-top: 0.5rem;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  min-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .edu-program > li h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    min-height: 3.25rem;
    white-space: collapse;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .edu-program > li h4 {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 2.625rem;
    white-space: collapse;
  }
}
.sec_main_03 .edu-program > li p {
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #767676;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .edu-program > li p {
    margin-top: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .edu-program > li p {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sec_main_04 > .board {
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 2.5rem;
  color: #111111;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 > .board {
    flex-flow: column nowrap;
    gap: 0;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 > .board {
    flex-flow: column nowrap;
    margin-top: 0.625rem;
  }
}
.sec_main_04 > .board > div {
  width: 50%;
  min-height: 15rem;
  max-height: 15.2rem;
  border-block: 0.125rem solid #111111;
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 > .board > div {
    width: 100%;
    height: 15rem;
  }
  .sec_main_04 > .board > div:nth-of-type(2) {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 > .board > div {
    width: 100%;
    min-height: 11.25rem;
    height: 11.25rem;
    max-height: 11.25rem;
  }
  .sec_main_04 > .board > div:nth-of-type(2) {
    border-top: none;
  }
}
.sec_main_04 > .board > div h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 > .board > div h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 > .board > div h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sec_main_04 > .board > div span, .sec_main_04 > .board > div p {
  display: block;
  color: #767676;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 > .board > div span, .sec_main_04 > .board > div p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 > .board > div span, .sec_main_04 > .board > div p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.sec_main_04 .board__first {
  background-color: #F8F8FA;
  padding: 2rem 2rem 2rem 1rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .board__first {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .board__first {
    padding: 1rem 1.25rem;
  }
}
.sec_main_04 .board__first:hover {
  background: rgba(0, 171, 78, 0.1019607843);
}
.sec_main_04 .board__first > a {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.sec_main_04 .board__first h4 {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .board__first h4 {
    margin-bottom: 0.25rem;
  }
}
.sec_main_04 .board__first .content-box {
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sec_main_04 .board__first .content-box p, .sec_main_04 .board__first .content-box span {
  display: inherit;
}
.sec_main_04 .board__first .content-box img {
  display: none;
}
.sec_main_04 .board__first span {
  margin: auto 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .three-from-above > div {
    height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .three-from-above > div {
    height: 3.75rem;
  }
}
.sec_main_04 .three-from-above > div:nth-of-type(2) a {
  border-block: 0.0625rem solid #E1E1E4;
}
.sec_main_04 .three-from-above > div > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 1.6875rem 1rem;
}
.sec_main_04 .three-from-above > div > a:hover {
  background: rgba(0, 171, 78, 0.1019607843);
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .three-from-above > div > a {
    padding: 1rem 1.125rem;
  }
}
.sec_main_04 .three-from-above h4 {
  width: 70%;
}

.sec_main_05 {
  overflow-x: hidden;
}
.sec_main_05 p {
  text-align: center;
  margin-top: 40px;
  color: var(--font3);
  padding: 50px 0;
  background: var(--bg3);
}
.sec_main_05 .swiper {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 .swiper {
    height: 37.125rem;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .swiper {
    margin-top: 0.625rem;
    height: 18.8125rem;
  }
}
.sec_main_05 .swiper .swiper-slide .img, .sec_main_05 .swiper .swiper-slide .scheduled {
  background: #F8F8FA;
  width: 100%;
  height: 15rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 .swiper .swiper-slide .img, .sec_main_05 .swiper .swiper-slide .scheduled {
    height: 14.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .swiper .swiper-slide .img, .sec_main_05 .swiper .swiper-slide .scheduled {
    margin-bottom: 0.25rem;
    height: 7.0313rem;
  }
}
.sec_main_05 .swiper .swiper-slide .img img, .sec_main_05 .swiper .swiper-slide .scheduled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sec_main_05 .swiper .swiper-slide .scheduled {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
.sec_main_05 .swiper .swiper-slide .scheduled:hover {
  transform: scale(1.1);
}
.sec_main_05 .swiper .swiper-slide span {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  display: block;
  color: #505050;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 .swiper .swiper-slide span {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .swiper .swiper-slide span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sec_main_05 .swiper .swiper-slide .icon {
  background: url(../img/sandclock.png) no-repeat center/cover;
  width: 3.5rem;
  aspect-ratio: 1;
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 .swiper .swiper-slide {
    height: calc((100% - 2.5rem) / 2) !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .swiper .swiper-slide {
    height: calc((100% - 1.25rem) / 2) !important;
  }
}

.related-org {
  width: 87.5rem;
  height: 3.875rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
  position: relative;
  margin-top: 7.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .related-org {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .related-org {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    flex-flow: row wrap;
    row-gap: 0.625rem;
    column-gap: 1.25rem;
    margin-top: 3.75rem;
  }
}
.related-org .fir {
  flex-shrink: 0;
  padding: 0.625rem 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  border-radius: 0.25rem;
  border: 0.0625rem solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .related-org .fir {
    order: 0;
    width: calc(70% - 1.25rem);
    text-align: center;
  }
}
.related-org .swiper {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .related-org .swiper {
    order: 2;
  }
}
.related-org .swiper-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 2.5rem;
  align-items: center;
}
.related-org .swiper-slide {
  width: fit-content;
  height: 100%;
  background-color: #FFFFFF;
}
.related-org .swiper-slide a {
  width: fit-content;
  height: 3.5rem;
}
.related-org .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.related-org .ymca {
  width: 17.5rem;
  height: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .related-org .ymca {
    width: 10.625rem;
    height: 2.25rem;
  }
}
.related-org .seec {
  width: 19.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .related-org .seec {
    width: 13.25rem;
    height: 1.5625rem;
  }
}
.related-org .rcpp {
  width: 16rem;
  height: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .related-org .rcpp {
    width: 10.0625rem;
    height: 2.25rem;
  }
}
.related-org .kuda {
  width: 10.25rem;
  height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .related-org .kuda {
    width: 10.25rem;
  }
}
.related-org .keia {
  width: 8.9375rem;
  height: 3rem;
}
@media only screen and (max-width: 767px) {
  .related-org .keia {
    width: 9.5rem;
  }
}
.related-org .control-area {
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  .related-org .control-area {
    order: 1;
  }
}
.related-org .swiper-button-next,
.related-org .swiper-button-prev {
  width: 2.875rem;
  height: 2.875rem;
  position: static;
  margin-top: 0;
}
.related-org .swiper-button-next::before,
.related-org .swiper-button-prev::before {
  display: none;
}
.related-org .swiper-button-next::after,
.related-org .swiper-button-prev::after {
  display: none;
}
.related-org .swiper-button-next {
  background: url(../img/prev-banner.svg) no-repeat center/cover;
  transform: rotate(180deg);
  order: 2;
}
.related-org .swiper-button-prev {
  background: url(../img/prev-banner.svg) no-repeat center/cover;
  order: 1;
}

.main_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.main_popup .inner {
  width: 42.5rem;
  position: relative;
  padding: 0 8.75rem;
}
@media only screen and (max-width: 1023px) {
  .main_popup .inner {
    width: 40rem;
    padding: 0 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_popup .inner {
    width: 21.25rem;
    padding: 0 3.75rem;
  }
}
.main_popup .inner .swiper {
  width: 100%;
  margin: 0 auto;
  min-height: 18.75rem;
}
@media only screen and (max-width: 767px) {
  .main_popup .inner .swiper {
    min-height: 21.875rem;
  }
}
.main_popup .inner .swiper .swiper-slide a {
  display: block;
}
.main_popup .inner .swiper .swiper-slide a img {
  display: block;
  width: 100%;
}
.main_popup .inner .swiper-button-prev-popup,
.main_popup .inner .swiper-button-next-popup {
  position: absolute;
  top: calc(50% - 3.125rem);
  width: 6.25rem;
  height: 6.25rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .main_popup .inner .swiper-button-prev-popup,
  .main_popup .inner .swiper-button-next-popup {
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 1.125rem);
  }
}
.main_popup .inner .swiper-button-prev-popup img,
.main_popup .inner .swiper-button-next-popup img {
  display: block;
  width: 100%;
}
.main_popup .inner .swiper-button-prev-popup {
  left: 0;
}
.main_popup .inner .swiper-button-next-popup {
  right: 0;
}
.main_popup .inner .popup_btns {
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .main_popup .inner .popup_btns {
    padding: 0;
  }
}
.main_popup .inner .popup_btns span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}
.main_popup .inner .popup_btns span img {
  display: block;
  width: 0.875rem;
}
[data-aos=fake] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translate3d(0, 100px, 0);
  transition-duration: 1s;
}
[data-aos=fake].aos-animation {
  opacity: 1;
  transform: translateZ(0);
}