.l-inner {
  width: 88%;
  max-width: 960px;
  margin: 0 auto;
}
.l-inner--wide {
  max-width: 1200px;
}

.p-info {
  margin-top: 110px;
}
.p-info__content {
  background-color: #f4f4f4;
  padding-bottom: 64px;
}
.p-info__header {
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
}
@media screen and (max-width: 639px) {
  .p-info__header {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}
.p-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 20px;
}
@media screen and (max-width: 639px) {
  .p-info__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-info__footer {
  background-color: #fff;
  padding-top: 54px;
}
.p-info .link_btn_orange_line {
  width: 100% !important;
  max-width: 400px !important;
}

.p-access {
  padding-bottom: 52px;
}
@media screen and (max-width: 639px) {
  .p-access {
    padding-bottom: 32px;
  }
}
.p-access .access_content {
  max-width: 656px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 639px) {
  .p-access .access_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-access .access_content .access_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 639px) {
  .p-access .access_content .access_info {
    margin-top: 0 !important;
  }
}
.p-access .access_content .access_img {
  width: 319px;
  max-width: 50%;
}
.p-access .access_content .access_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 639px) {
  .p-access .access_content .access_img {
    width: 100%;
    max-width: 100%;
  }
}

.p-message {
  padding: 34px 0 56px;
  background-color: #fce9d6;
}
.p-message__ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.p-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.p-message__content p {
  line-height: 2;
}
.p-message__imgArea {
  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;
  gap: 20px;
  margin-top: 52px;
}
@media screen and (max-width: 639px) {
  .p-message__imgArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    gap: 8px;
  }
}
.p-message__img {
  width: 319px;
  max-width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .p-message__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-message__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 639px) {
  .p-message__imgText {
    text-align: center;
  }
}
.p-message__imgText__lead {
  font-size: 14px;
  font-weight: 700;
}
.p-message__imgText__name {
  font-size: 12px;
}

#access_page .p-venue {
  background-color: #fff;
}
#access_page .p-venue.venue .venuelist_wrap .venue_name {
  color: #ef8f30;
  padding-left: 0;
}
#access_page .p-venue.venue .venuelist_wrap .venue_name::before {
  display: none;
}

@media screen and (max-width: 639px) {
  .p-partner {
    padding: 60px 0;
  }
}
.p-partner__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: 40px;
}

.p-topPartner {
  padding: 60px 0;
  background-color: #f4f4f4;
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .p-topPartner {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.p-topPartner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .p-topPartner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-topPartner__header {
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .p-topPartner__header {
    width: 100%;
    display: contents;
    text-align: center;
  }
}
.p-topPartner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-topPartner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .p-topPartner__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.p-topPartner__btn {
  width: 100%;
  max-width: 240px;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .p-topPartner__btn {
    max-width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-topPartner__btn .link_btn_orange_line a {
  background: transparent;
}

.p-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 639px) {
  .p-archive__list {
    grid-template-columns: 1fr;
  }
}
.p-archive__pagination {
  margin-top: 40px;
}

.p-topWorkshop {
  padding: 60px 0 60px;
  background-color: #fce9d6;
}
@media screen and (max-width: 639px) {
  .p-topWorkshop {
    padding: 40px 0 40px;
  }
}

.p-topReport {
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .p-topReport {
    padding: 60px 0;
  }
}
.p-topReport__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-topReport__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-topReport__header {
  width: 332px;
  max-width: 100%;
  -webkit-transform: translateX(42px);
          transform: translateX(42px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-topReport__header {
    width: 100%;
    display: contents;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.p-topReport__headerContent {
  width: 180px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-topReport__headerContent {
    display: contents;
    margin: 0 auto;
  }
}
.p-topReport__btn {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .p-topReport__btn {
    width: 100%;
    max-width: 88%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-topReport__body {
  width: calc(100% - 332px);
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-topReport__body {
    width: 100%;
  }
}
.p-topReport__swiperWrap {
  padding: 100px 0 60px 90px;
  background-color: #f4f4f4;
  border-radius: 16px 0 0 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-topReport__swiperWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px 20px;
    border-radius: 0;
  }
}
.p-topReport__swiper {
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .p-topReport__swiper {
    padding-bottom: 60px;
  }
}
.p-topReport__progressContainer {
  max-width: calc(100% - (100% - 124px) / 2);
  position: absolute;
  bottom: 82px;
  left: 90px;
  right: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .p-topReport__progressContainer {
    max-width: calc(100% - 150px);
    left: 20px;
    bottom: 58px;
  }
}
.p-topReport__progressBar {
  height: 100%;
  background-color: #000;
  width: 0%;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.p-topReport__swiperItem {
  width: 452px;
  max-width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .p-topReport__swiperItem {
    margin-right: 0;
  }
}
.p-topReport__sliderArrow {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .p-topReport__sliderArrow {
    width: 40px;
    height: 40px;
  }
}
.p-topReport__sliderArrow.slick-prev {
  right: calc((100% - 480px) / 2 + 60px);
  background-image: url(../images/renew/i_arrow_l.png);
}
@media screen and (max-width: 1000px) {
  .p-topReport__sliderArrow.slick-prev {
    right: 50px;
  }
}
.p-topReport__sliderArrow.slick-next {
  right: calc((100% - 480px) / 2);
  background-image: url(../images/renew/i_arrow_r.png);
}
@media screen and (max-width: 1000px) {
  .p-topReport__sliderArrow.slick-next {
    right: 0;
  }
}

.c-ttl--center {
  text-align: center;
}
.c-ttl__lead {
  color: #ef8f30;
  font-size: 4.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .c-ttl__lead {
    font-size: 3.2rem;
  }
}
.c-ttl__ttl {
  color: #4d4d4d;
  font-weight: 700;
}

.c-cardInfo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 6.8085106383%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 639px) {
  .c-cardInfo {
    padding: 20px;
  }
}
.c-cardInfo__num {
  width: clamp(60px, 8.1632653061vw, 80px);
  height: clamp(60px, 8.1632653061vw, 80px);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 4.8979591837vw, 48px);
  font-weight: 500;
  color: #fff;
  background: url(../images/renew/card_num_bg.png) left top/cover no-repeat;
  padding: clamp(14px, 2.2448979592vw, 22px) 0 0 clamp(12px, 1.8367346939vw, 18px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-cardInfo__imgArea {
  aspect-ratio: 295/178;
  background-color: #f4f4f4;
  overflow: hidden;
  margin-bottom: 0;
}
.c-cardInfo__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cardInfo__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-cardInfo__lead {
  color: #ef8f30;
  font-size: clamp(22px, 3.0612244898vw, 30px);
  font-weight: 700;
  text-align: center;
  line-height: initial;
}
.c-cardInfo__ttl {
  color: #ef8f30;
  font-weight: 700;
  text-align: center;
}
.c-cardInfo__txt {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (max-width: 639px) {
  .c-cardInfo__txt {
    margin-top: 12px;
  }
}

.c-cardPartner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #fce9d6;
  border-radius: 16px;
  padding: 30px 3.125%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 639px) {
  .c-cardPartner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.c-cardPartner:hover .c-cardPartner__btn {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-cardPartner__imgArea {
  width: 300px;
  max-width: 40%;
  aspect-ratio: 192/192;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .c-cardPartner__imgArea {
    width: 100%;
    max-width: 100%;
    aspect-ratio: initial;
    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;
  }
}
.c-cardPartner__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 639px) {
  .c-cardPartner__imgArea img {
    width: 68%;
    height: auto;
    margin: auto;
  }
}
.c-cardPartner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-cardPartner__ttl {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .c-cardPartner__ttl {
    font-size: 22px;
  }
}
.c-cardPartner__txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .c-cardPartner__txt {
    margin-top: 16px;
  }
}
.c-cardPartner__btnArea {
  width: 240px;
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .c-cardPartner__btnArea {
    width: 100%;
    margin-top: 16px;
  }
}
.c-cardPartner__btn {
  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;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ef8f30;
  background-color: #fff;
  border: 2px solid;
  border-radius: 8px;
  padding: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-categoryList {
  padding-top: 62px;
  margin-bottom: 32px;
}
.c-categoryList__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c-categoryList__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.c-categoryList__item {
  border-radius: 12px;
  overflow: hidden;
}
.c-categoryList__item::after {
  display: none;
}
.c-categoryList__item.active a {
  color: #fff;
  background-color: #ef8f30;
}
.c-categoryList__item a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 12px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 639px) {
  .c-categoryList__item a {
    font-size: 16px;
    padding: 4px;
  }
}
.c-categoryList__item a:hover {
  text-decoration: none;
  background-color: #ef8f30;
}

.c-singleEditor__content {
  line-height: 2;
}
.c-singleEditor__content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 40px 0 20px;
  padding-left: 1rem;
  border-left: 4px solid #ef8f30;
}
@media screen and (max-width: 639px) {
  .c-singleEditor__content h2 {
    font-size: 1.6rem;
  }
}
.c-singleEditor__content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 30px 0 15px;
  padding-left: 1rem;
  border-left: 4px solid #ef8f30;
}
@media screen and (max-width: 639px) {
  .c-singleEditor__content h3 {
    font-size: 1.4rem;
  }
}
.c-singleEditor__content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 20px 0 10px;
  padding-left: 1rem;
  border-left: 4px solid #ef8f30;
}
@media screen and (max-width: 639px) {
  .c-singleEditor__content h4 {
    font-size: 1.2rem;
  }
}
.c-singleEditor__content h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 10px 0 5px;
  padding-left: 1rem;
  border-left: 4px solid #ef8f30;
}
@media screen and (max-width: 639px) {
  .c-singleEditor__content h5 {
    font-size: 1rem;
  }
}
.c-singleEditor__content h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 5px 0 2.5px;
  padding-left: 1rem;
  border-left: 4px solid #ef8f30;
}
@media screen and (max-width: 639px) {
  .c-singleEditor__content h6 {
    font-size: 0.8rem;
  }
}
.c-singleEditor__content ol {
  margin: 20px 0;
  padding-left: 2rem;
  list-style-type: decimal;
}
.c-singleEditor__content ol li {
  list-style: decimal;
}
.c-singleEditor__content ul {
  margin: 20px 0;
  padding-left: 2rem;
  list-style-type: disc;
}
.c-singleEditor__content ul li {
  list-style: disc;
}
.c-singleEditor__content p {
  line-height: 2;
  margin: 20px 0;
}
.c-singleEditor__content a {
  color: #ef8f30;
  text-decoration: underline;
}
.c-singleEditor__thumbnail img {
  width: 100%;
  height: auto;
}
.c-singleEditor__info {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.c-singleEditor__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 40px 0 20px;
}
@media screen and (max-width: 639px) {
  .c-singleEditor__ttl {
    font-size: 1.6rem;
  }
}
.c-singleEditor__back {
  max-width: 400px;
  margin: 60px auto 0;
}

.c-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid;
  padding: 0 12px;
  border-radius: 6px;
  margin-left: 4px;
}

.c-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

.c-cardPost {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-cardPost:hover .c-cardPost__thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-cardPost__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-cardPost__thumbnail {
  aspect-ratio: 332/228;
  overflow: hidden;
}
.c-cardPost__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-cardPost__info {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.c-cardPost__ttl {
  font-weight: 700;
  line-height: 1.6;
}

.c-cardSwiper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-cardSwiper:hover .c-cardSwiper__imgArea img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-cardSwiper__imgArea {
  aspect-ratio: 452/276;
  overflow: hidden;
}
.c-cardSwiper__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-cardSwiper__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-cardSwiper__info {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.c-cardSwiper__ttl {
  font-weight: 700;
  line-height: 1.6;
}

.renew #page_title .wave_gray {
  padding-top: 20px;
}
.renew .basic_title {
  font-size: 1rem;
  font-weight: 700;
  color: #4d4d4d;
}
.renew .basic_title::before {
  display: none;
}
.renew .basic_title span {
  font-size: 3.2rem;
  color: #ef8f30;
}
.renew .basic_title--left {
  text-align: left;
}
@media screen and (max-width: 639px) {
  .renew .basic_title--left {
    text-align: center;
  }
}
.renew .wave_orange.wave_orange--top::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 100%;
  left: 0;
  bottom: -20px;
  background-size: 2000px 20px;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: wave_bg;
  animation-name: wave_bg;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: -20px;
  bottom: auto !important;
  background-image: url(../images/wave_orange_bottom.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 639px) {
  .renew .wave_orange.wave_orange--top::before {
    top: -15px;
    bottom: auto !important;
    background-image: url(../images/wave_orange_bottom.png);
  }
}
.renew .link_btn_orange_line i {
  margin-left: 10px;
}
.renew .link_btn_orange_line--transparent a {
  background: transparent;
}
.renew #top_intro h2 {
  line-height: 1.6;
}
.renew .top_intro__btn {
  max-width: 400px;
  margin: 54px auto 0;
  text-align: center;
  padding: 0 20px;
}
.renew #top_news .top_news_wrap {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .renew #top_news .top_news_wrap {
    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;
    gap: 16px;
  }
}
.renew #top_news .top_news__header {
  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;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .renew #top_news .top_news__header {
    display: contents;
    text-align: center;
  }
}
.renew #top_news .top_news__btn {
  width: 220px;
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .renew #top_news .top_news__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .renew #top_news .news_list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.renew #top_event {
  padding-bottom: 120px;
}
@media screen and (max-width: 639px) {
  .renew #top_event {
    padding-bottom: 60px;
  }
}
.renew #top_workshop .eventlist {
  margin-top: 50px;
}
@media screen and (max-width: 639px) {
  .renew #top_workshop .eventlist {
    margin-top: 30px;
  }
}
.renew #top_workshop .link_btn_orange_line {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .renew #top_workshop .link_btn_orange_line {
    width: 100%;
    margin: 0 auto;
  }
}
.renew #about_page .about_h3 br.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .renew #about_page .about_h3 br.sp {
    display: block;
  }
}
.renew a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.event-workshop {
  background-color: #cbedf8;
  border-color: #cbedf8;
}
.renew .header #nav {
  width: 810px;
}
.renew .spNav_sns li {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.renew #top_sns {
  color: #4d4d4d;
}
@media screen and (max-width: 639px) {
  .renew #top_sns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.renew #top_sns .footer_sns li {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.renew #top_sns .producedby {
  font-weight: 500;
  margin-bottom: 16px;
}
.renew #top_sns .footer_link {
  width: 760px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 0;
}
@media screen and (max-width: 639px) {
  .renew #top_sns .footer_link {
    gap: 8px 0;
  }
}
.renew #top_sns .footer_link li {
  width: calc((100% - 60px) / 3);
  float: none;
}
@media screen and (max-width: 639px) {
  .renew #top_sns .footer_link li {
    width: calc(50% - 8px);
    margin: 0 4px;
  }
}
.renew #footer .footer_left .sns li {
  float: none;
}
@media screen and (max-width: 639px) {
  .renew #footer .footer_left .sns li {
    margin-left: auto;
    margin-right: auto;
  }
}