.headline {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .headline {
    margin-bottom: 40px;
  }
}
.headline:before {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 2px solid #333;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 55px);
}
.headline:after {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 2px solid red;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 5px);
}
.headline p {
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 600px) {
  .headline p {
    font-size: 22px;
  }
}

.band {
  height: 370px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .band {
    height: auto;
  }
}
.band .image {
  height: 100%;
}
@media (max-width: 600px) and (max-width: 600px) {
  .band .image {
    height: 270px;
  }
}
.band .image:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.39;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.band .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.band .band-back {
  font-size: clamp(16px, 8.4vw, 115px);
  color: #fff;
  top: 50px;
  left: 50px;
  letter-spacing: 0.14em;
}
@media (max-width: 600px) {
  .band .band-back {
    font-size: 55px;
    top: 40px;
    left: 5px;
  }
}
.band .band-text {
  top: 140px;
  left: 80px;
  z-index: 1;
}
.band .band-text h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.band .band-text p {
  width: 40%;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.14em;
  line-height: 1.6666666667;
}
@media (max-width: 1100px) {
  .band .band-text p {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .band .band-text {
    width: 90%;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .band .band-text h2 {
    font-size: 16px;
  }
  .band .band-text p {
    width: 100%;
    font-size: 14px;
  }
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  width: 60%;
}

.top-slider {
  width: 100%;
  height: 480px;
  margin: 40px 0 50px;
}
@media (max-width: 600px) {
  .top-slider {
    height: 200px;
    margin: 10px 0 40px;
  }
}
.top-slider .title {
  background-color: rgba(51, 51, 51, 0.55);
  color: #fff;
  bottom: 0;
  left: 20px;
  z-index: 1;
  padding: 10px 12px;
  line-height: 1;
  max-width: 420px;
}
@media (max-width: 600px) {
  .top-slider .title {
    width: 80%;
    left: 0;
  }
}
.top-slider .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 100px;
  background: none;
  border: none;
}
.top-slider .slide-arrow img {
  width: 100%;
  display: none;
}
@media (max-width: 600px) {
  .top-slider .slide-arrow img {
    opacity: 0.6;
    display: block;
  }
}
.top-slider .prev-arrow::before,
.top-slider .next-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1;
  border-width: 0.375em 0.65em;
}
@media (max-width: 600px) {
  .top-slider .prev-arrow,
  .top-slider .next-arrow {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .top-slider .prev-arrow::before,
  .top-slider .next-arrow::before {
    display: none;
  }
}
.top-slider .prev-arrow {
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-slider .prev-arrow::before {
  border-right-color: #333;
}
@media (max-width: 600px) {
  .top-slider .prev-arrow {
    left: 5px;
  }
}
.top-slider .next-arrow {
  right: 25%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-slider .next-arrow::before {
  border-left-color: #333;
}
@media (max-width: 600px) {
  .top-slider .next-arrow {
    right: 5px;
  }
}
.top-slider button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
}
.top-slider .slick-list,
.top-slider .slick-track,
.top-slider .slick-slide {
  height: 100%;
}
.top-slider .slick-slide.image {
  width: 100%;
}
.top-slider .slick-slide.image a {
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .top-slider .slick-slide.image a {
    padding: 0;
  }
}
.top-slider .slick-slide.image a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.news-cont .headline:before, .news-cont .headline:after {
  border-bottom: 2px solid;
}
.news-cont .headline:before {
  border-color: #828282;
}
.news-cont .headline:after {
  border-color: #68ab66;
}
.news-cont .news_list {
  max-width: 600px;
  height: 150px;
  margin: 0 auto 60px;
  overflow-y: scroll;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .news-cont .news_list {
    padding: 0 3%;
  }
}
.news-cont .news_list::-webkit-scrollbar {
  width: 10px;
  -webkit-box-shadow: 7px 7px 5px 0 rgba(96, 109, 95, 0.35);
          box-shadow: 7px 7px 5px 0 rgba(96, 109, 95, 0.35);
}
.news-cont .news_list::-webkit-scrollbar-track, .news-cont .news_list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: 7px 7px 5px 0 rgba(96, 109, 95, 0.35);
          box-shadow: 7px 7px 5px 0 rgba(96, 109, 95, 0.35);
}
.news-cont .news_list::-webkit-scrollbar-track {
  background-color: #fff;
}
.news-cont .news_list::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 20px;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.news-cont .news_list .box {
  border-bottom: 2px dotted #808080;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-cont .news_list .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-cont .news_list .box a .date,
.news-cont .news_list .box a .title {
  line-height: 1.625;
}
.news-cont .news_list .box a .date {
  width: 20%;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .news-cont .news_list .box a .date {
    width: 100%;
    font-size: 12px;
    line-height: 1.5714285714;
    margin-bottom: 10px;
  }
}
.news-cont .news_list .box a .title {
  width: calc(80% - 20px);
  text-decoration: underline;
}
@media (max-width: 600px) {
  .news-cont .news_list .box a .title {
    width: 100%;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

.pickup-cont {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .pickup-cont {
    margin-bottom: 60px;
  }
}
.pickup-cont .list {
  max-width: 1100px;
  margin: 0 auto 50px;
}
@media (max-width: 1100px) {
  .pickup-cont .list {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .pickup-cont .list {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
}
.pickup-cont .list .box {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 2px 5px rgba(104, 95, 95, 0.25);
          box-shadow: 3px 2px 5px rgba(104, 95, 95, 0.25);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.pickup-cont .list .box:nth-child(3n) {
  margin-right: 0;
}
.pickup-cont .list .box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pickup-cont .list .box:nth-child(n+4) {
  width: calc(25% - 23px);
  margin-right: 30px;
}
.pickup-cont .list .box:nth-child(3), .pickup-cont .list .box:last-child {
  margin-right: 0;
}
.pickup-cont .list .box .image {
  width: 100%;
  aspect-ratio: 16/9;
}
.pickup-cont .list .box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup-cont .list .box .title {
  padding: 10px;
  background-color: #fff;
  font-weight: bold;
  line-height: 21px;
}
@media (max-width: 600px) {
  .pickup-cont .list .box {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .pickup-cont .list .box:nth-child(2n) {
    margin-right: 0;
  }
  .pickup-cont .list .box:first-child {
    width: 100%;
    margin-right: 0;
  }
  .pickup-cont .list .box:nth-child(2n) {
    margin-right: 10px;
  }
  .pickup-cont .list .box:nth-child(n+4) {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .pickup-cont .list .box:nth-child(2n+1) {
    margin-right: 0px;
  }
}

.banner-cont {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px;
}
@media (max-width: 1100px) {
  .banner-cont {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .banner-cont {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.banner-cont .banner {
  width: calc(100% / 2 - 30px / 2);
  margin-right: 30px;
  height: 110px;
}
.banner-cont .banner:nth-child(2n) {
  margin-right: 0;
}
.banner-cont .banner:last-child {
  margin-right: 0;
}
.banner-cont .banner img {
  width: 100%;
}
@media (max-width: 600px) {
  .banner-cont .banner {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner-cont .banner:last-child {
    margin-bottom: 0;
  }
}

.event-cont {
  overflow: hidden;
}
.event-cont .headline:before {
  border-bottom: 2px solid #a0a0a0;
}
.event-cont .headline:after {
  border-bottom: 2px solid #729aff;
}
.event-cont .headline p {
  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;
}
.event-cont .headline p::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/uploads/2024/02/icon05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.event-cont .list-slider {
  max-width: 1100px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1100px) {
  .event-cont .list-slider {
    max-width: 90%;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 1100px) {
  .event-cont .list-slider {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.event-cont .list-slider .box {
  width: calc(33.3% - 20px);
  margin: 0 30px 0px 0;
  -webkit-box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
          box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .event-cont .list-slider .box {
    -webkit-box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
            box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
  }
}
.event-cont .list-slider .box:last-child {
  margin-right: 0;
}
.event-cont .list-slider .box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.event-cont .list-slider .box .image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.event-cont .list-slider .box .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-cont .list-slider .box .image .sash {
  width: 100px;
  text-align: center;
  background-color: #ff8053;
  color: #fff;
  top: 10px;
  left: -23px;
  -webkit-transform: rotateZ(315deg);
          transform: rotateZ(315deg);
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-cont .list-slider .box .content {
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .event-cont .list-slider .box .content {
    padding: 10px 3px;
  }
}
.event-cont .list-slider .box .content .title {
  line-height: 1.3125;
  letter-spacing: 0em;
  font-weight: bold;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: 1px dashed #a9a09d;
}
.event-cont .list-slider .box .content .info .days {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.event-cont .list-slider .box .content .info .days:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2024/02/logo-time.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .event-cont .list-slider .box .content .info .days {
    letter-spacing: 1px;
    line-height: 1.2;
  }
  .event-cont .list-slider .box .content .info .days:before {
    width: 10px;
    height: 10px;
    margin-right: 2px;
  }
}
.event-cont .list-slider .box .content .info .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.event-cont .list-slider .box .content .info .area:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2024/02/logo-area.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .event-cont .list-slider .box .content .info .area:before {
    margin-right: 3px;
  }
}
@media (max-width: 600px) {
  .event-cont .list-slider .box {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .event-cont .list-slider .box .image {
    height: 120px;
  }
  .event-cont .list-slider .box:first-child {
    width: 100%;
  }
  .event-cont .list-slider .box:first-child .image {
    height: 210px;
  }
  .event-cont .list-slider .box:nth-child(2n+1) {
    margin-right: 0;
  }
}
.event-cont .swiper-container:before {
  content: "";
  display: block;
  width: 200px;
  height: 120%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(45%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 600px) {
  .event-cont .swiper-container:before {
    width: 50px;
  }
}
.event-cont .swiper-container:after {
  content: "";
  display: block;
  width: 200px;
  height: 120%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.55)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 60%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 600px) {
  .event-cont .swiper-container:after {
    width: 50px;
  }
}
.event-cont .swiper-container .swiper-wrapper {
  margin-bottom: 80px;
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
          box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 380px;
}
@media (max-width: 600px) {
  .event-cont .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
            box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
  }
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 600px) {
  .event-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 290px;
  }
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
  aspect-ratio: 16/9;
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .content {
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .event-cont .swiper-container .swiper-wrapper .swiper-slide .content {
    padding: 10px 8px;
  }
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .content .title {
  line-height: 1.3125;
  letter-spacing: 0em;
  font-weight: bold;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: 1px dashed #a9a09d;
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .content .info .days {
  margin-bottom: 10px;
  font-size: 13px;
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .content .info .days:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2024/02/logo-time.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .event-cont .swiper-container .swiper-wrapper .swiper-slide .content .info .days {
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .event-cont .swiper-container .swiper-wrapper .swiper-slide .content .info .days:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .content .info .area {
  font-size: 13px;
}
.event-cont .swiper-container .swiper-wrapper .swiper-slide .content .info .area:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2024/02/logo-area.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}

.model-cont .list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 70px auto;
}
@media (max-width: 1100px) {
  .model-cont .list {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .model-cont .list {
    margin: 0 auto 30px auto;
  }
}
.model-cont .list .box {
  width: calc(33.3% - 20px);
  margin: 0 30px 30px 0;
  -webkit-box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
          box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .model-cont .list .box {
    -webkit-box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
            box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
  }
}
.model-cont .list .box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.model-cont .list .box .image {
  width: 100%;
  aspect-ratio: 16/9;
}
.model-cont .list .box .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.model-cont .list .box .image:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 80px;
  background-image: url(/wp-content/uploads/2024/02/course-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 5px;
  top: -15px;
  position: absolute;
}
@media (max-width: 600px) {
  .model-cont .list .box .image:before {
    width: 35px;
    height: 50px;
    top: -10px;
  }
}
.model-cont .list .box .content {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.model-cont .list .box .content .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  word-break: break-all;
}
@media (max-width: 600px) {
  .model-cont .list .box .content .title {
    font-size: 16px;
    margin: 0;
  }
}
.model-cont .list .box:first-child {
  width: 100%;
  margin: 0 0 30px 0;
}
.model-cont .list .box:first-child a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model-cont .list .box:first-child a .image {
  width: 35%;
}
.model-cont .list .box:first-child a .content {
  width: 65%;
  padding: 0 40px;
}
.model-cont .list .box:first-child a .content .title {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .model-cont .list .box:first-child a .content .title {
    margin: 0;
  }
}
.model-cont .list .box:last-child {
  margin-right: 0;
}
.model-cont .list .box:nth-child(2) .image:before {
  background-image: url(/wp-content/uploads/2024/02/course-02.png);
}
.model-cont .list .box:nth-child(3) .image:before {
  background-image: url(/wp-content/uploads/2024/02/course-03.png);
}
.model-cont .list .box:nth-child(4) .image:before {
  background-image: url(/wp-content/uploads/2024/02/course-04.png);
}
@media (max-width: 600px) {
  .model-cont .list .box {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .model-cont .list .box .content {
    padding: 10px 15px;
  }
  .model-cont .list .box .content .text {
    display: none;
  }
  .model-cont .list .box:nth-child(2n) {
    margin-right: 0;
  }
  .model-cont .list .box:first-child {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .model-cont .list .box:first-child a .image {
    width: 100%;
  }
  .model-cont .list .box:first-child a .content {
    width: 100%;
    padding: 10px 15px;
  }
}

.spot-cont {
  overflow: hidden;
}
.spot-cont .spot-slider {
  position: relative;
}
.spot-cont .spot-slider .swiper-wrapper {
  margin-bottom: 80px;
}
.spot-cont .spot-slider .swiper-wrapper .swiper-slide .image {
  height: 180px;
}
@media (max-width: 1100px) {
  .spot-cont .spot-slider .swiper-wrapper .swiper-slide .image {
    height: 140px;
  }
}
.spot-cont .spot-slider .swiper-wrapper .swiper-slide .image::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.39;
  top: 0;
  left: 0;
  position: absolute;
}
.spot-cont .spot-slider .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.spot-cont .spot-slider .swiper-wrapper .swiper-slide .title {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
.spot-cont .spot-slider:before {
  content: "";
  display: block;
  width: 200px;
  height: 120%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(45%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 600px) {
  .spot-cont .spot-slider:before {
    width: 50px;
  }
}
.spot-cont .spot-slider:after {
  content: "";
  display: block;
  width: 200px;
  height: 120%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.55)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 60%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 600px) {
  .spot-cont .spot-slider:after {
    width: 50px;
  }
}
.spot-cont .headline:before {
  border-bottom: 2px solid #828282;
}
.spot-cont .headline:after {
  border-bottom: 2px solid #ff8080;
}
.spot-cont .headline p {
  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;
}
.spot-cont .headline p::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/uploads/2024/02/icon13.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .about-cont {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.about-cont .video {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px auto;
}
@media (max-width: 1100px) {
  .about-cont .video {
    max-width: 90%;
  }
}
.about-cont .video .thumbnail {
  margin-bottom: 5px;
}
.about-cont .video .thumbnail a img {
  width: 100%;
  aspect-ratio: 16/9;
}
.about-cont .video .thumbnail .play-btn {
  width: 120px;
  height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-cont .video .title {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.about-cont .headline:before {
  border-bottom: 2px solid #a7a7a7;
}
.about-cont .headline:after {
  border-bottom: 2px solid #ff8080;
}
.about-cont .headline p {
  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;
}
.about-cont .headline p::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/uploads/2024/02/icon19.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}

.info-cont .headline {
  margin-bottom: 50px;
}
.info-cont .headline:before {
  border-bottom: none;
}
.info-cont .headline:after {
  border-bottom: none;
}
.info-cont .headline p {
  text-align: center;
}
.info-cont .headline p::before {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  background-image: url(/wp-content/uploads/2024/02/icon21.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 10px auto;
}
.info-cont .info-list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 80px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .info-cont .info-list {
    max-width: 90%;
  }
}
.info-cont .info-list .box {
  width: calc(100% / 4 - 30px / 4);
  margin-right: 10px;
  margin-bottom: 10px;
  border: 15px solid #ff6d71;
  border-radius: 10px;
  -webkit-box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
          box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info-cont .info-list .box:nth-child(4n) {
  margin-right: 0;
}
.info-cont .info-list .box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.info-cont .info-list .box:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .info-cont .info-list .box {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
    border: 10px solid #ff6d71;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
            box-shadow: 3px 2px 5px 2px rgba(104, 95, 95, 0.25);
  }
  .info-cont .info-list .box:nth-child(2n) {
    margin-right: 0;
  }
  .info-cont .info-list .box:nth-child(2n) {
    margin-right: 0;
  }
}
.info-cont .info-list .box a {
  height: 100%;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #ff6d71;
  font-weight: bold;
}
.info-cont .info-list .box a img {
  display: block;
  height: 90px;
  margin: 0 auto 15px auto;
}
@media (max-width: 600px) {
  .info-cont .info-list .box a img {
    height: 45px;
    margin: 0 auto 8px auto;
  }
}
.info-cont .info-list .box:nth-child(2) {
  border-color: #68ab66;
}
.info-cont .info-list .box:nth-child(2) a {
  color: #68ab66;
}
.info-cont .info-list .box:nth-child(3) {
  border-color: #ffab66;
}
.info-cont .info-list .box:nth-child(3) a {
  color: #ffab66;
}
.info-cont .info-list .box:nth-child(4) {
  border-color: #9c80ce;
}
.info-cont .info-list .box:nth-child(4) a {
  color: #9c80ce;
}
.info-cont .info-list .box:nth-child(5) {
  border-color: #729aff;
}
.info-cont .info-list .box:nth-child(5) a {
  color: #729aff;
}
.info-cont .info-list .box:nth-child(6) {
  border-color: #ff8080;
}
.info-cont .info-list .box:nth-child(6) a {
  color: #ff8080;
}
.info-cont .info-list .box:nth-child(7) {
  border-color: #6bc9c9;
}
.info-cont .info-list .box:nth-child(7) a {
  color: #6bc9c9;
}

.follow-cont {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .follow-cont {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
  }
}
.follow-cont .headline {
  margin-bottom: 50px;
}
.follow-cont .headline:before {
  border-bottom: none;
}
.follow-cont .headline:after {
  border-bottom: none;
}
.follow-cont .headline p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.follow-cont .headline p::before {
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  background-image: url(/wp-content/uploads/2024/02/side-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.follow-cont .headline p::after {
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  background-image: url(/wp-content/uploads/2024/02/side-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}
.follow-cont .list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .follow-cont .list.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.follow-cont .list .box {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
          box-shadow: 5px 2px 5px 4px rgba(104, 95, 95, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.follow-cont .list .box:nth-child(3n) {
  margin-right: 0;
}
.follow-cont .list .box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 600px) {
  .follow-cont .list .box {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 5px 2px 5px 2px rgba(104, 95, 95, 0.25);
            box-shadow: 5px 2px 5px 2px rgba(104, 95, 95, 0.25);
  }
  .follow-cont .list .box:nth-child(3n) {
    margin-right: 10px;
  }
  .follow-cont .list .box:nth-child(2n) {
    margin-right: 0;
  }
}
.follow-cont .list .box a img {
  width: 100%;
}