@charset "UTF-8";
/*------------------------------
	アーカイブページ
-------------------------------*/
body.archive {
  background: #fafbfb;
}
body.archive #main {
  max-width: 800px;
  width: 100%;
}
body.archive.post-type-archive-sponsor {
  background: #fff;
}
body.archive.post-type-archive-sponsor #main {
  max-width: 100%;
}

.archive_title__main {
  background-color: #262929;
  color: #fff;
  padding: 5px 15px;
  border-bottom: 2px solid #abcd03;
  font-size: clamp(25px, 4vw, 35px);
  border-radius: 3px;
  margin-top: 0;
}

.archive_title {
  font-size: clamp(20px, 4vw, 30px);
  border-bottom: 2px solid #abcd03;
}

.search-form-wrapper {
  margin-bottom: 30px;
  background: #eff3f3;
  padding: 15px 20px 20px;
}
.search-form-wrapper .search-form__box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .search-form-wrapper .search-form__box {
    grid-template-columns: 1fr;
  }
}
.search-form-wrapper .search-form__field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
}
.search-form-wrapper .search-form__field label.city {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-form-wrapper .search-form__field label.city:before {
  content: "";
  background: url(../img/common/icon_search_map.svg);
  width: 23px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.search-form-wrapper .search-form__field label.keyword {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-form-wrapper .search-form__field label.keyword:before {
  content: "";
  background: url(../img/common/icon_search_ketword.svg);
  width: 23px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.search-form-wrapper .search-form__row {
  display: flex;
  position: relative;
}
.search-form-wrapper .search-form__row .arrow {
  position: absolute;
  display: block;
  width: 6.7px;
  height: 3.8px;
  right: 60px;
  top: 55%;
  transform: translateY(-50%);
}
.search-form-wrapper .search-form__row .arrow::before,
.search-form-wrapper .search-form__row .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 12px;
  border-radius: 9999px;
  background-color: #262929;
  transform-origin: 50% calc(100% - 0.5px);
}
.search-form-wrapper .search-form__row .arrow::before {
  transform: rotate(45deg);
}
.search-form-wrapper .search-form__row .arrow::after {
  transform: rotate(-45deg);
}
.search-form-wrapper .search-form__row select,
.search-form-wrapper .search-form__row input[type=text] {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d8d8d8;
  border-radius: 7px 0 0 7px;
  padding: 0 12px;
  background: #fff;
}
.search-form-wrapper .search-form__row .submit {
  background: #262929;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  border-radius: 0 7px 7px 0;
  justify-content: center;
}
.search-form-wrapper .search-form__row .submit img {
  display: block;
  width: 16px;
  height: 16px;
}
.search-form-wrapper .search-form__row .city_type_link {
  position: relative;
}
.search-form-wrapper .city_link_list {
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}
.search-form-wrapper .city_link_list .item {
  background: #d4dddd;
  color: #262929;
  display: block;
  padding: 8px 10px;
  line-height: 1;
  font-size: 12px;
  text-decoration: unset;
  font-weight: 500;
}

.archives-list.card-list .post-list a {
  border-radius: 7px !important;
}

.archives-list .entry-title {
  font-size: clamp(18px, 4vw, 20px);
}

.time__date {
  font-family: "Oswald", sans-serif !important;
  color: #9c9c9c;
  font-size: clamp(12px, 2vw, 14px);
  margin: 0;
  opacity: 1 !important;
}
.time__date::before {
  content: "";
  background-image: url(../img/common/icon_calendar.svg);
  width: 16px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.time__date.undo::before {
  content: "";
}

.now_terms {
  margin: 0;
  color: #c9a24d;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.now_terms::before {
  content: "";
  background-image: url(../img/common/icon_tag.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
}
.now_terms.border {
  border: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 2px;
}
.now_terms.border::before {
  content: none;
}

.under_header {
  background: #262929;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .under_header {
    padding: 0;
  }
}
.under_header__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under_header__img {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    max-height: 142px;
  }
}
.under_header__img:before {
  content: "";
  background: linear-gradient(270deg, rgba(38, 41, 41, 0.1) 50%, #262929 100%);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .under_header__img:before {
    background: linear-gradient(180deg, #262929 0%, rgba(38, 41, 41, 0.1) 50%);
  }
}
.under_header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_header__info {
  color: #fff;
  z-index: 2;
  position: relative;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .under_header__info {
    padding-top: 50px;
  }
  .under_header__info.cat {
    padding: 0 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.under_header__info-title {
  font-size: clamp(30px, 2vw, 50px);
  margin-top: 0;
}
.under_header__info-lead {
  margin: 30px 0 0;
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (max-width: 767px) {
  .under_header__info-lead {
    margin-bottom: 1em;
  }
}
.under_header__info.cat + .under_header__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .under_header__info.cat + .under_header__img {
    width: calc(100% + 30px);
    max-height: 320px;
  }
}
.under_header__info.cat + .under_header__img:before {
  background: linear-gradient(180deg, rgba(38, 41, 41, 0) 20%, #262929 100%);
}
@media screen and (max-width: 767px) {
  .under_header__info.cat + .under_header__img:before {
    background: linear-gradient(180deg, rgba(38, 41, 41, 0) 10%, #262929 100%);
  }
}
@media screen and (max-width: 767px) {
  .under_header__info.cat + .under_header__img img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.cpt_info_wrap {
  grid-template-columns: 66px 1fr;
  gap: 10px;
  margin: 0;
  align-items: flex-start;
}
.cpt_info_wrap dt {
  color: #fff;
  background: #262929;
  text-align: center;
  font-size: clamp(11px, 2vw, 13px);
  padding: 2px 0;
  line-height: 1.2;
  border-radius: 2px;
  margin: 0;
}
.cpt_info_wrap dd {
  font-size: clamp(14px, 2vw, 15px);
  margin: 0;
  line-height: 1.4;
}

.playcpt_archive .cpt_wrap {
  gap: 10px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.playcpt_archive .cpt_wrap .eyecatch {
  width: 40%;
  max-width: 130px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.playcpt_archive .cpt_wrap .entry-title {
  flex: 1;
}

.archives-list.card-list.reccoment-list {
  display: block;
}
.archives-list.card-list.reccoment-list .post-list {
  width: 100%;
}
.archives-list.card-list.reccoment-list .post-list a {
  padding: 0;
}
.archives-list.card-list.reccoment-list .post-list .reccoment_wrap {
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .archives-list.card-list.reccoment-list .post-list .reccoment_wrap {
    flex-direction: column;
    gap: 0;
  }
}
.archives-list.card-list.reccoment-list .post-list .archives-list-entry-content {
  padding: 30px 0;
  flex: 1;
  position: relative;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .archives-list.card-list.reccoment-list .post-list .archives-list-entry-content {
    width: 100%;
    padding: 10px 20px 15px;
  }
}
.archives-list.card-list.reccoment-list .post-list .archives-list-entry-content:before {
  content: "PR";
  color: #abcd03;
  border: 1px solid;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  padding: 2px 6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .archives-list.card-list.reccoment-list .post-list .archives-list-entry-content:before {
    position: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.archives-list.card-list.reccoment-list .post-list .entry-title {
  font-size: clamp(20px, 2vw, 23px);
  margin-bottom: 10px;
}
.archives-list.card-list.reccoment-list .post-list .eyecatch {
  width: 40%;
  max-width: 230px;
  aspect-ratio: 1.1/1;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .archives-list.card-list.reccoment-list .post-list .eyecatch {
    width: 100%;
    max-width: unset;
    aspect-ratio: unset;
    height: 190px;
  }
}
.archives-list.card-list.reccoment-list .post-list .eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.archive_bnr {
  display: block;
  margin: 0 auto 50px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .archive_bnr {
    width: 100%;
  }
}

.post-list .now_terms.paddle {
  border: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: clamp(12px, 2vw, 14px);
  border-radius: 2px;
}
.post-list .now_terms.paddle:before {
  content: none;
}
.post-list.post .archives-list-entry-content .entry-title {
  order: 2;
}
.post-list.post .archives-list-entry-content .now_terms {
  order: 1;
  color: #a79043;
  border: 1px solid;
  padding: 2px 5px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 15px;
}
.post-list.post .archives-list-entry-content .now_terms:before {
  content: none;
}
.post-list.post .archives-list-entry-content .entry-meta {
  order: 3;
  justify-content: flex-end;
}
.post-list.post .archives-list-entry-content .entry-meta .time__date:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .post-list.column, .post-list.paddle {
    padding: 0 15px;
  }
}

.pagination {
  gap: 15px;
}
.pagination .page-numbers {
  min-width: unset;
  border: 0;
  background: #f0f4f4;
  color: #262929;
  border-radius: 100px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.pagination .page-numbers.current {
  background: #262929;
  color: #abcd03;
}

/*------------------------------
	記事詳細ページ
-------------------------------*/
body.wp-singular #main {
  max-width: 800px;
  width: 100%;
}
body.wp-singular .entry-header {
  flex-direction: column-reverse;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  body.wp-singular .entry-header {
    margin-bottom: 30px;
  }
}
body.wp-singular .entry-header .cat-name {
  background: #fff;
  color: #c9a24d;
  border: 1px solid;
  position: unset !important;
}
body.wp-singular .entry-content .sec_title:first-of-type {
  margin-top: 0 !important;
}
body.wp-singular .entry-content .cpt_byline {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  gap: 30px;
}
body.wp-singular .entry-content .cpt_byline .now_terms.paddle {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: clamp(12px, 2vw, 14px);
  border-radius: 2px;
  border: 1px solid;
}
body.wp-singular .entry-content .cpt_byline .now_terms.paddle:before {
  content: none;
}
body.wp-singular .entry-content p {
  font-size: 16px;
}
body.wp-singular .entry-content a:not(.link_button) {
  color: #0693e3;
}
body.wp-singular .entry-content .stk-list-icon--check01 {
  border: 2px solid #c9a24d;
  padding-left: 1em;
}
body.wp-singular .entry-content .stk-list-icon--check01 > li::before {
  color: #c9a24d;
}
body.wp-singular .entry-content .main_slider {
  margin-bottom: 20px;
}
body.wp-singular .entry-content .main_slider .splide__hall {
  margin-bottom: 20px;
}
body.wp-singular .entry-content .main_slider .splide__slide img {
  margin: 0;
  border-radius: 3px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
body.wp-singular .entry-content .main_slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0;
  filter: brightness(50%);
}
body.wp-singular .entry-content .column_writer {
  border: 1px solid #262929;
  margin-bottom: 40px;
  background: #fafbfb;
}
body.wp-singular .entry-content .column_writer .writer_title {
  padding: 10px;
  font-weight: 700;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  body.wp-singular .entry-content .column_writer .writer_title {
    font-size: 20px !important;
  }
}
body.wp-singular .entry-content .column_writer .writer_box {
  padding: 0 30px 20px;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.wp-singular .entry-content .column_writer .writer_box {
    flex-direction: column;
    gap: 10px;
  }
}
body.wp-singular .entry-content .column_writer .writer_box .wp-block-image {
  border-radius: 80px;
  overflow: hidden;
  width: 130px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
}
body.wp-singular .entry-content .column_writer .writer_box .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
body.wp-singular .entry-content .column_writer .writer_box > .wp-block-group {
  flex: 1;
}
body.wp-singular .cpt_wrapper .entry-title:not(.column-title) {
  background-color: #262929 !important;
  color: #fff;
  padding: 5px 15px;
  border-bottom: 2px solid #abcd03;
  border-radius: 4px;
}
body.wp-singular .cpt_wrapper .city_type {
  background: #262929;
  color: #fff;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
body.wp-singular .cpt_wrapper .cpt_sec_title {
  border-radius: 0 !important;
  color: #262929 !important;
  background-color: #f0f4f4 !important;
  padding: 5px 15px;
  border-left: 4px solid #abcd03;
  border-top: 0;
  border-bottom: 0;
}
body.wp-singular .cpt_wrapper .cpt_sec_title:after {
  content: "";
}
body.wp-singular .cpt_wrapper .cpt__info {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 40px;
  font-size: clamp(15px, 2vw, 16px);
}
@media screen and (max-width: 767px) {
  body.wp-singular .cpt_wrapper .cpt__info {
    grid-template-columns: 100px 1fr;
  }
}
body.wp-singular .cpt_wrapper .cpt__info-title {
  border-bottom: 1px solid #262929;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.wp-singular .cpt_wrapper .cpt__info-title {
    padding: 10px 0;
  }
}
body.wp-singular .cpt_wrapper .cpt__info-detail {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin: 0;
  line-height: 1.4;
}
body.wp-singular .fukidashi-ogiwara .voice_icon__img {
  border: 2px solid #687676;
}
body.wp-singular .fukidashi-ogiwara .voicecomment {
  border: 2px solid #687676;
  background: #f0f4f4;
}
body.wp-singular .fukidashi-ogiwara .voicecomment::after {
  left: -16px;
}
body.wp-singular .fukidashi-funemizu .voice_icon__img {
  border: 2px solid #abcd03;
}
body.wp-singular .fukidashi-funemizu .voicecomment {
  border: 2px solid #abcd03;
  background: #fafbf2;
}
body.wp-singular .fukidashi-funemizu .voicecomment::after {
  left: -16px;
}

.cpt_near__title {
  border: 0;
  font-size: 23px;
}
.cpt_near__list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .cpt_near__list {
    grid-template-columns: 1fr 1fr;
  }
}
.cpt_near__list {
  gap: 30px;
}
.cpt_near__list-item {
  text-decoration: unset;
  color: #262929;
}
.cpt_near__list-item-img {
  aspect-ratio: 1.6/1;
  overflow: hidden;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5px;
}
.cpt_near__list-item-info-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.cpt_near__list-item-info-address {
  font-size: 12px;
  padding-left: 1.1em;
  position: relative;
}
.cpt_near__list-item-info-address:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #abcd03;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.np-post-list a {
  gap: 20px;
}
.np-post-list a:before, .np-post-list a:after {
  content: none !important;
}

/*------------------------------
	サイドバー
-------------------------------*/
.sidebar .widgettitle {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 10px;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .sidebar .widgettitle {
    margin: 0 0 30px !important;
  }
}
.sidebar .widget {
  margin: 0 auto 50px !important;
}

.column_tag_widget {
  flex-wrap: wrap;
}
.column_tag_widget a {
  display: block;
  padding: 2px 8px;
  background: #ccc;
  color: #262929 !important;
  text-decoration: unset;
}
.column_tag_widget.light {
  gap: 10px;
}
.column_tag_widget.light a {
  background: #d4dddd;
  font-size: clamp(11px, 2vw, 12px);
}

.sidebar-posts__item {
  position: relative;
}
.sidebar-posts__item a {
  text-decoration: unset;
}
.sidebar-posts__item .flex {
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.sidebar-posts__item .time__date:before {
  width: 14px;
  height: 13px;
}
.sidebar-posts__eyecatch {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-posts__eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}
.sidebar-posts__title {
  font-weight: 700;
  color: #262929;
  margin: 0;
  font-size: clamp(14px, 2vw, 16px);
}
.sidebar-posts__address {
  font-size: 12px;
}
.sidebar-posts__address::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #abcd03;
}
.sidebar-posts__terms {
  font-size: 12px;
  gap: 5px;
}
.sidebar-posts__terms:before {
  width: 14px;
  height: 14px;
}
.sidebar-posts__terms--post {
  border: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
  line-height: 1;
  margin-bottom: 5px;
}
.sidebar-posts__terms--post::before {
  content: none;
}

.sidebar-posts .sidebar-posts__item {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.sidebar-posts .sidebar-posts__info {
  flex: 1;
}
.sidebar-posts--popular .sidebar-posts__item .sidebar-posts__eyecatch:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sidebar-posts--popular .sidebar-posts__item .sidebar-posts__eyecatch:after {
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 7px;
  line-height: 1;
  z-index: 3;
}
.sidebar-posts--popular .sidebar-posts__item:first-of-type .sidebar-posts__eyecatch {
  position: relative;
}
.sidebar-posts--popular .sidebar-posts__item:first-of-type .sidebar-posts__eyecatch:before {
  border: 20px solid #cdc003;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.sidebar-posts--popular .sidebar-posts__item:first-of-type .sidebar-posts__eyecatch:after {
  content: "1";
}
.sidebar-posts--popular .sidebar-posts__item:nth-child(2) .sidebar-posts__eyecatch {
  position: relative;
}
.sidebar-posts--popular .sidebar-posts__item:nth-child(2) .sidebar-posts__eyecatch:before {
  border: 20px solid #788282;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.sidebar-posts--popular .sidebar-posts__item:nth-child(2) .sidebar-posts__eyecatch:after {
  content: "2";
}
.sidebar-posts--popular .sidebar-posts__item:nth-child(3) .sidebar-posts__eyecatch {
  position: relative;
}
.sidebar-posts--popular .sidebar-posts__item:nth-child(3) .sidebar-posts__eyecatch:before {
  border: 20px solid #a17d2d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.sidebar-posts--popular .sidebar-posts__item:nth-child(3) .sidebar-posts__eyecatch:after {
  content: "3";
}

.sidebar_ad {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sidebar_ad {
    width: 90%;
    margin: 0 auto 50px !important;
  }
}
.sidebar_ad__title {
  background: #eee;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0;
}
.sidebar_ad__list {
  padding: 10px 40px 20px;
}
@media screen and (max-width: 767px) {
  .sidebar_ad__list {
    padding: 10px 20px 20px;
  }
}
.sidebar_ad__list-item {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
}
.sidebar_ad__list-item:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.sidebar_ad__list-item a {
  color: #262929;
  text-decoration: unset;
}

/*------------------------------
	スポンサーインタビュー
-------------------------------*/
.sponsorPage .sponsor__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 100px;
  margin: 0;
  padding-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sponsorPage .sponsor__list {
    grid-template-columns: repeat(2, minmax(0, 130px));
    gap: 40px;
  }
}
.sponsorPage .interview {
  background: #f0f4f4;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.sponsorPage .interview__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sponsorPage .interview__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.sponsorPage .interview__list-item {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(38, 41, 41, 0.08);
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__list-item {
    max-width: 300px;
    margin: 0 auto;
  }
}
.sponsorPage .interview__list-item-link {
  text-decoration: unset;
}
.sponsorPage .interview__list-item .eyecatch {
  height: 216px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__list-item .eyecatch {
    height: 174px;
  }
}
.sponsorPage .interview__list-item .entry-title {
  font-size: clamp(16px, 4vw, 20px);
  text-decoration: unset;
  background: #f0f4f4;
  padding: 20px;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__wrap {
    padding: 0 20px;
  }
}
.sponsorPage .interview__link {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 40px 20px;
  background: linear-gradient(89.38deg, #262929 0.16%, #656c6c 99.84%);
  align-items: center;
  gap: 30px;
  position: relative;
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__link {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    padding: 15px 20px 20px;
    margin-top: 60px;
    width: calc(100% - 40px);
    border-radius: 5px;
  }
}
.sponsorPage .interview__link:before {
  content: "";
  background-image: url(../img/common/logo_yoko_wh.svg);
  width: 368px;
  height: 60px;
  background-size: cover;
  opacity: 10%;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__link:before {
    left: 0;
    right: 0;
    bottom: unset;
    top: 20%;
    width: 300px;
    height: 50px;
    margin: auto;
  }
}
.sponsorPage .interview__link-title {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__link-title {
    font-size: 15px;
  }
}
.sponsorPage .interview__link .link_button {
  padding: 5px 20px;
  width: 100%;
  max-width: 200px;
  min-width: unset;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sponsorPage .interview__link .link_button {
    max-width: 180px;
  }
}
.sponsorPage .interview__link:hover {
  opacity: 0.7;
}

.single-sponsor .sidebar-posts__eyecatch {
  border: 1px solid #eee;
}
.single-sponsor .sidebar-posts__eyecatch img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------
	固定ページ
-------------------------------*/
.wide_wrapper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media only screen and (min-width: 981px) {
  #content:not(.lp-wrap) #inner-content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 35px;
  }
}
body.page-about {
  background-color: #f0f4f4 !important;
}
body.page-about .about__mission {
  background-image: url(../img/about/about_mission_pc.jpg);
  background-size: cover;
  max-width: 740px;
  margin: 0 auto 70px;
  border-radius: 3px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.page-about .about__mission {
    background-image: url(../img/about/about_mission_sp.jpg);
  }
}
body.page-about .about__mission:before {
  content: "";
  background: linear-gradient(90deg, #262929 0%, rgba(38, 41, 41, 0.5) 50%, rgba(38, 41, 41, 0.683333) 68.33%, #262929 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
body.page-about .about__mission .flex {
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  body.page-about .about__mission .flex {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
body.page-about .about__mission-img {
  padding-right: 30px;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  body.page-about .about__mission-img {
    border-right: 0;
    padding: 0;
  }
}
body.page-about .about__mission-img img {
  width: 120px;
}
body.page-about .about__mission-lead {
  font-size: clamp(14px, 4vw, 25px);
  color: #fff;
  margin: 0;
  font-weight: 500;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  body.page-about .about__mission-lead {
    padding: 0;
  }
}
body.page-about .about__list {
  gap: 50px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  body.page-about .about__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  body.page-about .about__list {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto 50px;
  }
}
body.page-about .about__list-item {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
body.page-about .about__list-item:before {
  content: "";
  background: linear-gradient(0deg, rgba(38, 41, 41, 0.4), rgba(38, 41, 41, 0.4)), linear-gradient(180deg, rgba(38, 41, 41, 0) 50%, #262929 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
body.page-about .about__list-item-wrap {
  position: absolute;
  padding: 0 30px 40px;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.page-about .about__list-item-wrap {
    padding: 0 20px 40px;
  }
}
body.page-about .about__list-item img {
  width: 100%;
}
body.page-about .about__list-item-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(25px, 4vw, 35px);
  margin: 0 auto;
}
body.page-about .about__list-item-lead {
  margin-bottom: 1em;
  font-weight: 500;
}
body.page-about .about__list-item .link_button {
  min-width: 180px;
  padding: 5px;
}

body.page-operator {
  background: #f0f4f4 !important;
}
body.page-operator .operator_table table {
  border-color: #becdcd !important;
  border-radius: 5px;
  border-spacing: 0;
  border-collapse: separate !important;
}
body.page-operator .operator_table table tr td {
  border-color: #becdcd !important;
  border-bottom: 0 !important;
  background: #fff;
  padding: 0.8em 1em;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr td {
    display: block;
    width: 100%;
  }
}
body.page-operator .operator_table table tr:first-of-type {
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr:first-of-type {
    border-radius: 5px 5px 0 0;
  }
}
body.page-operator .operator_table table tr:first-of-type td:first-of-type {
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr:first-of-type td:first-of-type {
    border-radius: 5px 5px 0 0;
    border-bottom: 0 !important;
  }
}
body.page-operator .operator_table table tr:first-of-type td:last-of-type {
  border-radius: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr:first-of-type td:last-of-type {
    border-radius: 0;
  }
}
body.page-operator .operator_table table tr:last-of-type {
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr:last-of-type {
    border-radius: 0 0 5px 5px;
  }
}
body.page-operator .operator_table table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr:last-of-type td:first-of-type {
    border-radius: 0;
    border-bottom: 0 !important;
  }
}
body.page-operator .operator_table table tr:last-of-type td:last-of-type {
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr:last-of-type td:last-of-type {
    border-radius: 0 0 5px 5px;
  }
}
body.page-operator .operator_table table tr:last-of-type td {
  border-bottom: 1px solid #becdcd !important;
}
body.page-operator .operator_table table tr td:first-child {
  background: #e9efef;
  width: 20%;
  border-right: 0 !important;
}
@media screen and (max-width: 767px) {
  body.page-operator .operator_table table tr td:first-child {
    width: 100%;
    border-right: 1px solid #becdcd !important;
    text-align: left;
  }
}

body.page-contact {
  background-color: #f0f4f4 !important;
}
body.page-contact .wpforms-field-container {
  padding-top: 50px;
  border-top: 1px solid #d8d8d8;
}
body.page-contact .wpforms-form a {
  color: inherit !important;
}
body.page-contact .wpforms-form a:not(.no-icon)[target=_blank]::after {
  content: none;
}
body.page-contact .wpforms-form input[type=checkbox] {
  border: 1px solid;
}
body.page-contact .wpforms-form input[type=checkbox]:before, body.page-contact .wpforms-form input[type=checkbox]:after {
  border-color: #333 !important;
}
body.page-contact .wpforms-form .wpforms-submit {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 300px;
}

body.page-goal {
  background-color: #f0f4f4;
}
body.page-goal .goal {
  padding-top: 70px;
}
body.page-goal .goal__message {
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  body.page-goal .goal__message {
    flex-direction: column;
    gap: 30px;
  }
}
body.page-goal .goal__message:nth-child(2) {
  margin-bottom: 90px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  body.page-goal .goal__message:nth-child(2) {
    flex-direction: column;
  }
}
body.page-goal .goal__message-img {
  max-width: 400px;
  border-radius: 5px;
  overflow: hidden;
}
body.page-goal .goal__message-info {
  flex: 1;
}
body.page-goal .goal__message-info .wp-block-heading {
  margin-top: 0 !important;
  font-size: clamp(20px, 2vw, 25px) !important;
}
body.page-goal .goal__message-info-lead:last-of-type {
  margin-bottom: 0;
}
body.page-goal .goal__hub {
  border-radius: 7px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #262929;
  background-image: url(../img/goal/goal_cta.jpg);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.page-goal .goal__hub {
    padding: 30px;
    background-position: bottom;
  }
}
body.page-goal .goal__hub:before {
  content: "";
  background: linear-gradient(90deg, rgb(38, 41, 41) 0%, rgb(38, 41, 41) 50%, rgb(38, 41, 41) 50%, rgba(38, 41, 41, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  body.page-goal .goal__hub:before {
    background: linear-gradient(180deg, rgb(38, 41, 41) 0%, rgb(38, 41, 41) 50%, rgb(38, 41, 41) 50%, rgba(38, 41, 41, 0) 100%);
  }
}
body.page-goal .goal__hub-title {
  font-size: clamp(25px, 4vw, 35px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.page-goal .goal__hub-title {
    text-align: center;
  }
}
body.page-goal .goal__hub .link_button {
  padding: 10px 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.page-goal .goal__hub .link_button {
    margin: 0 auto;
  }
}
body.page-goal .goal__hub-wrap {
  max-width: 600px;
  z-index: 2;
  position: relative;
  color: #fff;
  margin: 0;
}

.page-sponsor-entry {
  background: #f0f4f4 !important;
}
.page-sponsor-entry #inner-content {
  padding-bottom: 0 !important;
}
.page-sponsor-entry .partner__intro {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.page-sponsor-entry .partner__intro .sec_title {
  margin-bottom: 20px;
}
.page-sponsor-entry .partner__intro .page-lead {
  margin-bottom: 50px;
}
.page-sponsor-entry .partner__intro-detail {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-sponsor-entry .partner__intro-detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__intro-detail-img {
    max-width: 230px;
  }
}
.page-sponsor-entry .partner__intro-detail-list {
  flex: 1;
}
.page-sponsor-entry .partner__intro-detail-list-title {
  background: #fff;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 25px);
  padding-left: 15px;
  border-left: 3px solid #abcd03;
  margin: 0 0 15px;
}
.page-sponsor-entry .partner__intro-detail-list-lead {
  margin: 0 0 40px;
}
.page-sponsor-entry .partner__intro-detail-list-lead:last-of-type {
  margin: 0;
}
.page-sponsor-entry .partner__growth {
  background-color: #262929;
  position: relative;
  padding: 90px 0;
}
.page-sponsor-entry .partner__growth-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.page-sponsor-entry .partner__growth-bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(38, 41, 41, 0.5) 0%, #262929 100%);
  width: 100%;
  height: 101%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-sponsor-entry .partner__growth-bg img {
  width: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__growth-bg img {
    width: auto;
    height: 130px;
  }
}
.page-sponsor-entry .partner__growth .sec_title {
  position: relative;
  z-index: 2;
}
.page-sponsor-entry .partner__growth .page-lead {
  color: #fff;
  margin: 0;
}
.page-sponsor-entry .partner__growth-list {
  gap: 50px;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page-sponsor-entry .partner__growth-list {
    flex-direction: column;
  }
}
.page-sponsor-entry .partner__growth-list-item {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-sponsor-entry .partner__growth-list-item-title {
  color: #fff;
  font-size: clamp(20px, 4vw, 35px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .page-sponsor-entry .partner__growth-list-item-title img {
    display: block;
    margin: 0 auto 5px;
    width: auto;
    height: 50px;
  }
}
.page-sponsor-entry .partner__growth-list-item-link {
  display: block;
  font-size: 10px;
  color: #9c9c9c;
  text-align: left;
  padding: 1em 0 0;
  text-decoration: unset;
}
.page-sponsor-entry .partner__growth-lead {
  font-size: clamp(18px, 4vw, 20px);
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__growth-lead {
    text-align: left;
  }
}
.page-sponsor-entry .partner__value {
  padding: 90px 0;
}
.page-sponsor-entry .partner__value-list {
  display: grid;
  gap: 70px 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: number 0;
}
@media screen and (max-width: 1024px) {
  .page-sponsor-entry .partner__value-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__value-list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.page-sponsor-entry .partner__value-list-item {
  position: relative;
}
.page-sponsor-entry .partner__value-list-item:before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: clamp(55px, 4vw, 64px);
  font-family: "Oswald", sans-serif;
  background: linear-gradient(90deg, #abcd03 0%, #5cac00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.page-sponsor-entry .partner__value-list-item-img {
  display: block;
  margin: 0 auto;
}
.page-sponsor-entry .partner__value-list-item-title {
  font-size: clamp(20px, 3vw, 25px);
  background: #262929;
  border-left: 3px solid #abcd03;
  border-radius: 3px;
  color: #fff;
  padding: 0 10px 3px 15px;
  margin-bottom: 15px;
}
.page-sponsor-entry .partner__value-list-item-lead {
  margin: 0;
}
.page-sponsor-entry .partner__benefit {
  background: linear-gradient(180deg, #ffffff 50%, #eaf0ce 100%);
  padding: 90px 0;
}
.page-sponsor-entry .partner__benefit-list {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .page-sponsor-entry .partner__benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__benefit-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-sponsor-entry .partner__benefit-list-item {
  border-radius: 5px;
  overflow: hidden;
  background: #262929;
  position: relative;
  border-bottom: 5px solid #abcd03;
}
.page-sponsor-entry .partner__benefit-list-item-info {
  padding: 0 20px 20px 20px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.page-sponsor-entry .partner__benefit-list-item-title {
  color: #fff;
  font-size: 24px;
  margin: 0 auto 10px;
}
.page-sponsor-entry .partner__benefit-list-item-lead {
  color: #fff;
  margin: 0;
}
.page-sponsor-entry .partner__benefit-list-item-img {
  width: 100%;
  position: relative;
}
.page-sponsor-entry .partner__benefit-list-item-img:before {
  content: "";
  background: linear-gradient(180deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-sponsor-entry .partner__benefit-list-item-img img {
  width: 100%;
}
.page-sponsor-entry .partner__benefit-catch {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
}
.page-sponsor-entry .partner__benefit-catch:before, .page-sponsor-entry .partner__benefit-catch:after {
  content: "";
  height: 1px;
  background: #262929;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__benefit-catch:before, .page-sponsor-entry .partner__benefit-catch:after {
    grid-template-columns: 1fr;
  }
}
.page-sponsor-entry .partner__benefit-catch:after {
  left: unset;
  right: 0;
}
.page-sponsor-entry .partner__category {
  background-color: #262929;
  padding: 90px 0;
  position: relative;
}
.page-sponsor-entry .partner__category-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-sponsor-entry .partner__category-bg:before {
  content: "";
  background: linear-gradient(180deg, #262929 0%, rgba(38, 41, 41, 0.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.page-sponsor-entry .partner__category-bg img {
  width: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page-sponsor-entry .partner__category .wrap {
  position: relative;
  z-index: 2;
}
.page-sponsor-entry .partner__category-attend {
  justify-content: center;
  gap: 40px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .page-sponsor-entry .partner__category-attend {
    flex-direction: column;
  }
}
.page-sponsor-entry .partner__category-attend-info {
  max-width: 500px;
  flex: 1;
}
.page-sponsor-entry .partner__category-attend-info-title {
  color: #fff;
  font-size: clamp(20px, 4vw, 35px);
  margin-bottom: 20px;
  text-align: center;
}
.page-sponsor-entry .partner__category-attend-info-lead {
  color: #a9a9a9;
}
.page-sponsor-entry .partner__category-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__category-list {
    grid-template-columns: 1fr;
  }
}
.page-sponsor-entry .partner__category-list {
  z-index: 2;
}
.page-sponsor-entry .partner__category-list-item {
  border: 1px solid #676767;
  padding: 50px 30px 30px;
  position: relative;
  background: #232626;
}
.page-sponsor-entry .partner__category-list-item-title {
  position: absolute;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: clamp(30px, 4vw, 35px);
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
.page-sponsor-entry .partner__category-list-item-title .small {
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__category-list-item-title {
    top: -20px;
  }
}
.page-sponsor-entry .partner__category-list-item-lead {
  color: #fff;
  margin: 0;
}
.page-sponsor-entry .partner__category-list-item.diamond {
  color: #a9beff;
}
.page-sponsor-entry .partner__category-list-item.platinum {
  color: #d4e4e7;
}
.page-sponsor-entry .partner__category-list-item.gold {
  color: #ccad00;
}
.page-sponsor-entry .partner__category-list-item.silver {
  color: #b3c5c5;
}
.page-sponsor-entry .partner__content {
  background: #fff;
  padding: 90px 0;
}
.page-sponsor-entry .partner__content .wp-block-heading:first-of-type {
  margin-top: 0 !important;
}
.page-sponsor-entry .partner__content-link {
  margin-top: 50px;
  background-color: #262929;
  padding: 40px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__content-link {
    padding: 30px;
  }
}
.page-sponsor-entry .partner__content-link-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__content-link-img {
    height: auto;
  }
}
.page-sponsor-entry .partner__content-link-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(270deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__content-link-img:before {
    background: linear-gradient(360deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
  }
}
.page-sponsor-entry .partner__content-link-img img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__content-link-img img {
    height: auto;
  }
}
.page-sponsor-entry .partner__content-link-wrap {
  max-width: 600px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-sponsor-entry .partner__content-link-wrap-title {
  font-size: clamp(25px, 4vw, 35px);
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .page-sponsor-entry .partner__content-link-wrap-title {
    text-align: center;
  }
}
.page-sponsor-entry .partner__content-link-wrap-lead {
  font-weight: 500;
}
.page-sponsor-entry .partner__content-link-wrap .link_button {
  padding: 10px 40px;
  margin: 0;
}

.page-member {
  background-color: #f0f4f4;
}
.page-member .member__intro {
  margin-bottom: 60px;
}
.page-member .member__list {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(2, 365px);
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-member .member__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .page-member .member__list {
    grid-template-columns: 1fr;
  }
}
.page-member .member__list-item-img {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  border-bottom: 5px solid #abcd03;
  margin: 0 auto 30px;
}
.page-member .member__list-item-img figcaption {
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: clamp(30px, 4vw, 35px);
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  line-height: 1;
}
.page-member .member__list-item-post {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.page-member .member__list-item-affiliation {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px;
}
.page-member .member__list-item-button {
  margin: 0 0 0 auto;
  background: #262929;
  color: #abcd03;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 80px;
}
.page-member .member__list-item-button:before {
  content: none;
}
.page-member .member__list-item-button:after {
  content: "+";
}

.member_remodal {
  max-width: 1100px !important;
  background: unset !important;
}

.member__list-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .member__list-modal {
    flex-direction: column-reverse;
  }
}
.member__list-modal-info {
  background: white;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  max-height: 550px;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .member__list-modal-info {
    height: 40vh;
    padding: 20px;
  }
}
.member__list-modal-info-name {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .member__list-modal-info-name {
    margin-bottom: 10px;
  }
}
.member__list-modal-info-lead {
  font-size: 15px;
}
.member__list-modal-img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .member__list-modal-img {
    width: 90%;
    max-width: 600px;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  .member__list-modal-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: top;
       object-position: top;
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .member__list-modal-img {
    aspect-ratio: unset;
    max-height: 300px;
  }
}
.member__list-modal-img figcaption {
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: clamp(30px, 4vw, 35px);
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .member__list-modal-img figcaption {
    display: none;
  }
}

.page-for-proplayer {
  background-color: #f0f4f4;
}
.page-for-proplayer #inner-content {
  padding-bottom: 0 !important;
}
.page-for-proplayer .pro__intro {
  margin-bottom: 50px;
}
.page-for-proplayer .pro__intro .page-lead {
  margin-bottom: 0;
}
.page-for-proplayer .pro__intro .page-lead:first-of-type {
  margin-bottom: 10px;
}
.page-for-proplayer .pro__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__list {
    grid-template-columns: 1fr;
  }
}
.page-for-proplayer .pro__list-item {
  background: #dce7e7;
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0px rgba(38, 41, 41, 0.0784313725);
  position: relative;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__list-item {
    padding: 20px;
  }
}
.page-for-proplayer .pro__list-item-label {
  position: absolute;
  line-height: 1;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  margin: 0;
  z-index: 1;
  opacity: 0.5;
}
.page-for-proplayer .pro__list-item-label .num {
  font-size: 70px;
}
.page-for-proplayer .pro__list-item-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.page-for-proplayer .pro__list-item-img figcaption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  color: #fff;
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 700;
  line-height: 1.5;
}
.page-for-proplayer .pro__list-item-img:before {
  content: "";
  background: linear-gradient(180deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-for-proplayer .pro__list-item-lead {
  font-size: clamp(16px, 4vw, 18px);
  margin: 0;
  position: relative;
  z-index: 2;
}
.page-for-proplayer .pro__caption {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 90px;
  line-height: 1.5;
}
.page-for-proplayer .pro__caption:before, .page-for-proplayer .pro__caption:after {
  content: "";
  height: 1px;
  background: #262929;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__caption:before, .page-for-proplayer .pro__caption:after {
    grid-template-columns: 1fr;
  }
}
.page-for-proplayer .pro__caption:after {
  left: unset;
  right: 0;
}
.page-for-proplayer .pro__contact {
  background-color: #262929;
  padding: 40px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__contact {
    padding: 30px;
  }
}
.page-for-proplayer .pro__contact-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__contact-img {
    height: auto;
  }
}
.page-for-proplayer .pro__contact-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(270deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__contact-img:before {
    background: linear-gradient(360deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
  }
}
.page-for-proplayer .pro__contact-img img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__contact-img img {
    height: auto;
  }
}
.page-for-proplayer .pro__contact-info {
  max-width: 600px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-for-proplayer .pro__contact-info-title {
  font-size: clamp(25px, 4vw, 35px);
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__contact-info-title {
    text-align: center;
  }
}
.page-for-proplayer .pro__contact-info-lead {
  font-weight: 500;
}
.page-for-proplayer .pro__contact-info .link_button {
  padding: 10px 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .pro__contact-info .link_button {
    margin: 0 auto;
  }
}
.page-for-proplayer .proflow {
  background: #fff;
  padding: 90px 0;
}
.page-for-proplayer .proflow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  counter-reset: proflow 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .proflow__list {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
}
.page-for-proplayer .proflow__list:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #abcd03;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .proflow__list:before {
    width: 2px;
    height: 100%;
  }
}
.page-for-proplayer .proflow__list-item {
  border: 1px solid #d8d8d8;
  padding: 30px 20px;
  border-radius: 7px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-for-proplayer .proflow__list-item {
    padding: 20px;
  }
}
.page-for-proplayer .proflow__list-item:before {
  counter-increment: proflow 1;
  content: "0" counter(proflow);
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  background: #abcd03;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 80px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.page-for-proplayer .proflow__list-item-img {
  display: block;
  margin: 0 auto 20px;
}
.page-for-proplayer .proflow__list-item-title {
  font-size: clamp(20px, 4vw, 25px);
  margin-bottom: 10px;
  text-align: center;
}
.page-for-proplayer .proflow__list-item-lead {
  margin: 0;
}
.page-for-proplayer .proflow__list-item-lead a {
  color: #262929;
}

.page-adplacement {
  background-color: #f0f4f4;
}
.page-adplacement .ad__intro {
  padding-bottom: 90px;
}
.page-adplacement .ad__intro-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  counter-reset: adnum 0;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__intro-list {
    grid-template-columns: 1fr;
  }
}
.page-adplacement .ad__intro-list-item {
  position: relative;
}
.page-adplacement .ad__intro-list-item:before {
  counter-increment: adnum 1;
  content: "0" counter(adnum);
  font-size: clamp(55px, 2vw, 65px);
  font-family: "Oswald", sans-serif;
  background: #abcd03;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #abcd03 0%, #5cac00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  top: 0;
  left: 0;
  line-height: 1;
}
.page-adplacement .ad__intro-list-item-img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__intro-list-item-img {
    max-width: 130px;
  }
}
.page-adplacement .ad__intro-list-item-title {
  text-align: center;
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.page-adplacement .ad__intro-list-item-lead {
  margin: 0;
}
.page-adplacement .ad__example {
  background: #fff;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__example .wrap {
    padding: 0 30px;
  }
}
.page-adplacement .ad__example-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__example-list {
    grid-template-columns: 1fr;
  }
}
.page-adplacement .ad__example-list-item {
  background: #fafbfb;
  border: 1px solid #d8d8d8;
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 3px;
  align-items: flex-start;
  box-shadow: 0px 0px 10px 0px rgba(38, 41, 41, 0.0784313725);
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__example-list-item {
    flex-direction: column;
  }
  .page-adplacement .ad__example-list-item img {
    margin: 0 auto;
  }
}
.page-adplacement .ad__example-list-item-info {
  flex: 1;
}
.page-adplacement .ad__example-list-item-title {
  background: #262929;
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  padding: 10px;
  margin: 0 0 10px;
  line-height: 1;
  border-radius: 3px;
}
.page-adplacement .ad__example-list-item-lead {
  margin: 0;
}
.page-adplacement .ad__example-caution {
  border: double 4px #c9a24d;
  padding: 20px 30px;
  margin: 0 auto 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__example-caution {
    padding: 20px;
  }
}
.page-adplacement .ad__example-caution2 {
  text-align: center;
  margin: 0 auto;
  color: #888;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__example-caution2 {
    text-align: left;
  }
}
.page-adplacement .ad__flow {
  padding: 90px 0 0;
}
.page-adplacement .ad__flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  counter-reset: proflow 0;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-list {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
}
.page-adplacement .ad__flow-list:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #abcd03;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-list:before {
    width: 2px;
    height: 100%;
  }
}
.page-adplacement .ad__flow-list-item {
  border: 1px solid #d8d8d8;
  padding: 30px 20px;
  border-radius: 7px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-list-item {
    padding: 20px;
  }
}
.page-adplacement .ad__flow-list-item:before {
  counter-increment: proflow 1;
  content: "0" counter(proflow);
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  background: #abcd03;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 80px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.page-adplacement .ad__flow-list-item-img {
  display: block;
  margin: 0 auto 20px;
}
.page-adplacement .ad__flow-list-item-title {
  font-size: clamp(20px, 4vw, 24px);
  margin-bottom: 10px;
  text-align: center;
}
.page-adplacement .ad__flow-list-item-lead {
  margin: 0;
}
.page-adplacement .ad__flow-list-item-lead a {
  color: #262929;
}
.page-adplacement .ad__flow-contact {
  background-color: #262929;
  padding: 40px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-contact {
    padding: 30px;
  }
}
.page-adplacement .ad__flow-contact-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-contact-img {
    height: auto;
  }
}
.page-adplacement .ad__flow-contact-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(270deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-contact-img:before {
    background: linear-gradient(360deg, rgba(38, 41, 41, 0) 0%, #262929 100%);
  }
}
.page-adplacement .ad__flow-contact-img img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-contact-img img {
    height: auto;
  }
}
.page-adplacement .ad__flow-contact-info {
  max-width: 600px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-adplacement .ad__flow-contact-info-title {
  font-size: clamp(25px, 4vw, 35px);
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-contact-info-title {
    text-align: center;
  }
}
.page-adplacement .ad__flow-contact-info-lead {
  font-weight: 500;
}
.page-adplacement .ad__flow-contact-info .link_button {
  padding: 10px 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-adplacement .ad__flow-contact-info .link_button {
    margin: 0 auto;
  }
}

.page-submission {
  background-color: #f0f4f4;
}
.page-submission .submission__caution {
  border: double 4px #c9a24d;
  padding: 20px 30px;
  margin: 0 auto 70px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (max-width: 767px) {
  .page-submission .submission__caution {
    padding: 20px;
  }
}
.page-submission .submission__list {
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .page-submission .submission__list {
    grid-template-columns: 1fr;
  }
}
.page-submission .submission__list-item {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 5px;
  align-items: flex-start;
  box-shadow: 0px 0px 10px 0px rgba(38, 41, 41, 0.0784313725);
}
@media screen and (max-width: 767px) {
  .page-submission .submission__list-item img {
    width: 90px;
  }
}
.page-submission .submission__list-item-info {
  flex: 1;
}
.page-submission .submission__list-item-title {
  font-size: clamp(18px, 2vw, 20px);
  margin: 0 0 15px;
  font-weight: 700;
}
.page-submission .submission__list-item-title .big {
  font-size: 1.1em;
}
.page-submission .submission__list-item .link_button {
  padding: 5px 20px;
  margin-left: 0;
  min-width: unset;
}

.parent-pageid-765,
.page-documents {
  background-color: #f0f4f4;
}
.parent-pageid-765 .submit__list,
.page-documents .submit__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  position: relative;
  counter-reset: submit 0;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .parent-pageid-765 .submit__list,
  .page-documents .submit__list {
    grid-template-columns: 1fr;
  }
}
.parent-pageid-765 .submit__list:before,
.page-documents .submit__list:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #abcd03;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .parent-pageid-765 .submit__list:before,
  .page-documents .submit__list:before {
    width: 2px;
    height: 100%;
  }
}
.parent-pageid-765 .submit__list-item,
.page-documents .submit__list-item {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .parent-pageid-765 .submit__list-item,
  .page-documents .submit__list-item {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.parent-pageid-765 .submit__list-item-title,
.page-documents .submit__list-item-title {
  background-color: #fff !important;
  border-left: 0 !important;
  font-size: clamp(20px, 2vw, 25px);
  position: relative;
  padding: 0 !important;
  margin: 0 auto 10px !important;
}
.parent-pageid-765 .submit__list-item-title:before,
.page-documents .submit__list-item-title:before {
  counter-increment: submit 1;
  content: "0" counter(submit);
  background: #abcd03;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}
.parent-pageid-765 .submit__list-item p,
.page-documents .submit__list-item p {
  margin: 0;
}
.parent-pageid-765 .submit__documents,
.page-documents .submit__documents {
  border: 1px solid;
  border-radius: 3px;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 90px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .parent-pageid-765 .submit__documents,
  .page-documents .submit__documents {
    flex-direction: column;
    gap: 20px;
  }
}
.parent-pageid-765 .submit__documents p,
.page-documents .submit__documents p {
  font-weight: 500;
  margin-bottom: 10px;
}
.parent-pageid-765 .submit__documents .link_button,
.page-documents .submit__documents .link_button {
  margin-left: 0;
  color: #262929;
  text-decoration: unset;
  min-width: 180px;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  .parent-pageid-765 .submit__documents .link_button,
  .page-documents .submit__documents .link_button {
    margin-left: auto;
  }
}
.parent-pageid-765 .submit__form-intro,
.page-documents .submit__form-intro {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parent-pageid-765 .submit__form-intro,
  .page-documents .submit__form-intro {
    text-align: left;
  }
}

.submit_form .title {
  font-size: clamp(18px, 2vw, 20px) !important;
  font-weight: 700;
  margin: 30px 0 10px;
  white-space: nowrap;
}
.submit_form .title.req::after {
  content: "*";
  color: #abcd03;
  padding-left: 10px;
}
.submit_form a {
  color: inherit !important;
}
.submit_form .accept .wpcf7-list-item {
  margin: 0 5px 0 0;
}
.submit_form input:not([type=checkbox], [type=radio], [type=submit]),
.submit_form select,
.submit_form textarea {
  background: #fff;
  padding: 10px;
  width: 100%;
  border: 0;
  font-size: 16px !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .submit_form input:not([type=checkbox], [type=radio], [type=submit]),
  .submit_form select,
  .submit_form textarea {
    margin-bottom: 15px;
  }
}
.submit_form ::-moz-placeholder {
  color: #7a7a7a;
}
.submit_form ::placeholder {
  color: #7a7a7a;
}
@media screen and (max-width: 767px) {
  .submit_form ::-moz-placeholder {
    font-size: 14px;
  }
  .submit_form ::placeholder {
    font-size: 14px;
  }
}
.submit_form .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.submit_form .wpcf7-form-control-wrap:has(select):after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  display: inline-block;
  transform: rotate(135deg);
  right: 20px;
  top: 12px;
  margin: auto;
}
.submit_form .wpcf7-radio.plantype .wpcf7-list-item {
  display: block;
  font-size: 16px !important;
}
.submit_form .wpcf7-checkbox.facility {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .submit_form .wpcf7-checkbox.facility {
    gap: 10px 20px;
    justify-content: flex-start;
    align-items: center;
  }
}
.submit_form .wpcf7-checkbox.facility .wpcf7-list-item {
  margin: 0 !important;
}
.submit_form .wpcf7-checkbox.facility .wpcf7-list-item:first-of-type {
  margin: 0 !important;
}
.submit_form .wpcf7-list-item-label {
  font-size: 16px !important;
  margin: 0 !important;
}
.submit_form .caution {
  margin: 0;
  font-size: clamp(14px, 4vw, 16px) !important;
}
.submit_form .name_box {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .submit_form .name_box {
    flex-direction: column;
    gap: 10px;
  }
}
.submit_form .name_box .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .submit_form .name_box .wpcf7-form-control-wrap:first-of-type input {
    margin: 0 !important;
  }
}
.submit_form input[type=submit] {
  display: block;
  max-width: 300px;
  width: 100%;
  background: #262929;
  margin: 50px auto 0;
  font-size: 20px;
  letter-spacing: 10px;
}
.submit_form .wpcf7-spinner {
  position: absolute;
}
.submit_form .attend {
  font-size: 13px !important;
  padding-top: 1em;
}/*# sourceMappingURL=style.css.map */