@charset "UTF-8";
/*=======*/
/* index */
/*=======*/
.index {
  /* schedule
  -----------------------------------*/
  /* news
  -----------------------------------*/
  /* information
  -----------------------------------*/
}
.index .schedule table {
  width: 100%;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.index .schedule table tr:not(:last-of-type) {
  border-bottom: 1px solid #CCC;
}
.index .schedule table th,
.index .schedule table td {
  padding: 24px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .index .schedule table th,
.index .schedule table td {
    display: block;
    padding: 16px;
  }
}
.index .schedule table th {
  width: 20%;
  color: #002163;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index .schedule table th {
    width: 100%;
    padding-bottom: 0;
    font-size: clamp(17px, 4.53vw, 20px);
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index .schedule table td {
    padding-top: 0;
  }
}
.index .schedule table td dt {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .index .schedule table td dt {
    padding-top: 0;
    font-size: clamp(17px, 4.53vw, 20px);
  }
}
.index .schedule table td dt:not(:first-of-type) {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .index .schedule table td dt:not(:first-of-type) {
    margin-top: 8px;
  }
}
.index .schedule .btn {
  margin-top: 40px;
  text-align: center;
}
.index .schedule .btn .com-bt {
  max-width: 450px;
  font-weight: 700;
}
.index .schedule .end {
  color: #FF0000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .index .news h2 + p {
    text-align: center;
  }
}
.index .news .btn {
  margin-top: 40px;
  text-align: center;
}
.index .information .contents {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .index .information .contents {
    padding-bottom: 80px;
  }
}
.index .information .information-wrap .information-list {
  display: flex;
  justify-content: center;
}
.index .information .information-wrap .information-list ul {
  display: flex;
}
@media (max-width: 1162px) {
  .index .information .information-wrap .information-list ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .index .information .information-wrap .information-list ul li {
    line-height: 1.3;
  }
}
.index .information .information-wrap .information-list ul li:not(:first-of-type) {
  border-left: 1px solid #CCC;
}
@media (max-width: 1162px) {
  .index .information .information-wrap .information-list ul li:not(:first-of-type) {
    border-left: none;
    border-top: 1px solid #CCC;
  }
}
.index .information .information-wrap .information-list ul li .icon-wrap {
  display: flex;
  align-items: center;
  gap: 0 18px;
}
.index .information .information-wrap .information-list ul li .icon-wrap .ico-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-image: linear-gradient(90deg, #002163, #009c8f);
}
@media (max-width: 767px) {
  .index .information .information-wrap .information-list ul li .icon-wrap .ico-tel {
    width: 50px;
    height: 50px;
  }
}
.index .information .information-wrap .information-list ul li .icon-wrap .ico-tel img {
  width: 50%;
}
.index .information .information-wrap .information-list ul li dt {
  color: #002163;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .index .information .information-wrap .information-list ul li dt {
    font-size: clamp(20px, 7.46vw, 32px);
  }
}
.index .information .information-wrap .information-list ul li dd {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .index .information .information-wrap .information-list ul li dd {
    font-size: clamp(18px, 7.46vw, 26px);
  }
}
.index .information .information-wrap .information-list ul li a {
  display: block;
  padding: 0 4em;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1162px) {
  .index .information .information-wrap .information-list ul li a {
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  .index .information .information-wrap .information-list ul li a {
    pointer-events: none;
  }
}
.index .information .organizer-wrap {
  margin-top: 160px;
  padding: 40px;
  border-radius: 30px;
  background-color: #FFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 767px) {
  .index .information .organizer-wrap {
    margin-top: 60px;
    padding: 24px 16px;
  }
}
.index .information .organizer-wrap h3 {
  font-weight: 500;
}
.index .information .organizer-wrap li {
  text-align: center;
}
.index .information .organizer-wrap li dt {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .index .information .organizer-wrap li dt {
    padding-bottom: 5px;
    font-size: clamp(17px, 4.53vw, 20px);
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .index .information .organizer-wrap li .tel a {
    pointer-events: none;
  }
}
.index .information .organizer-wrap li a {
  color: #333 !important;
  text-decoration: none;
}

/* contact
-----------------------------------*/
.contact {
  background-color: #fffef3;
}
.contact .contents {
  padding: 160px 0;
}
@media (max-width: 767px) {
  .contact .contents {
    padding: 80px 0;
  }
}
.contact h2 + p {
  text-align: center;
}
.contact .contact-wrap {
  margin-top: 40px;
  padding: 40px 40px 64px;
  background-color: #FFF;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .contact .contact-wrap {
    padding: 24px 24px 40px;
  }
}
.contact .contact-wrap table {
  width: 100%;
}
.contact .contact-wrap table tr {
  border-bottom: 1px solid #CCC;
}
.contact .contact-wrap table th,
.contact .contact-wrap table td {
  padding: 24px;
  vertical-align: top;
}
@media (max-width: 1162px) {
  .contact .contact-wrap table th,
.contact .contact-wrap table td {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact .contact-wrap table th,
.contact .contact-wrap table td {
    padding: 16px;
  }
}
.contact .contact-wrap table th {
  width: 32%;
  color: #002163;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1162px) {
  .contact .contact-wrap table th {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact .contact-wrap table th {
    font-size: clamp(17px, 4.53vw, 20px);
  }
}
@media (max-width: 1162px) {
  .contact .contact-wrap table td {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .contact .contact-wrap table td {
    padding-top: 8px;
  }
}
.contact .contact-wrap table td .address-wrap dl {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.contact .contact-wrap table td .address-wrap dl:not(:first-of-type) {
  margin-top: 12px;
}
.contact .contact-wrap table td .address-wrap dl dt {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact .contact-wrap table td .address-wrap dl dt {
    font-size: clamp(14px, 3.73vw, 16px);
  }
}
.contact .contact-wrap .row {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.contact .contact-wrap .required {
  display: inline-block;
  padding: 4px 8px 6px;
  border-radius: 4px;
  background-color: #FF0000;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  vertical-align: 1px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact .contact-wrap .required {
    font-size: clamp(14px, 3.73vw, 16px);
  }
}
.contact .contact-wrap .consent {
  margin-top: 40px;
  text-align: center;
}
.contact .contact-wrap .consent .consent-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .contact .contact-wrap .consent .consent-wrap .row {
    align-items: flex-start;
  }
}
.contact .contact-wrap .btn {
  margin-top: 40px;
  text-align: center;
}
.contact .contact-wrap .btn .button-wrap {
  position: relative;
  cursor: pointer;
}
.contact .contact-wrap .btn .button-wrap::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 29px;
  left: calc(50% + 80px);
  width: 30px;
  height: 8px;
  background: url(/images/com_ic01.svg) no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .contact .contact-wrap .btn .button-wrap::after {
    top: 24px;
    width: 28px;
    height: 7px;
  }
}
.contact .contact-wrap .w-full {
  width: 100%;
}
.contact .contact-wrap .w-large {
  width: 75%;
}
.contact .contact-wrap .w-medium {
  width: 50%;
}
.contact .contact-wrap .w-small {
  width: 35%;
}
.contact .contact-wrap .w-xsmall {
  width: 20%;
}
@media (max-width: 767px) {
  .contact .contact-wrap .w-large,
.contact .contact-wrap .w-medium,
.contact .contact-wrap .w-small,
.contact .contact-wrap .w-xsmall {
    width: 100%;
  }
}
.contact .contact-wrap input[type=text],
.contact .contact-wrap input[type=email],
.contact .contact-wrap input[type=tel],
.contact .contact-wrap select,
.contact .contact-wrap textarea {
  padding: 8px 16px;
  border: 1px solid #888;
  border-radius: 4px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact .contact-wrap input[type=text],
.contact .contact-wrap input[type=email],
.contact .contact-wrap input[type=tel],
.contact .contact-wrap select,
.contact .contact-wrap textarea {
    font-size: clamp(16px, 4.26vw, 18px);
  }
}
.contact .contact-wrap input[type=checkbox],
.contact .contact-wrap input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: -3px;
}
.contact .contact-wrap input[type=submit] {
  width: 300px;
  padding: 22px 24px 26px;
  vertical-align: 0;
  /*background-color: transparent !important;*/
  background-color: #002163;
  border-radius: 100px;
  border: none !important;
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact .contact-wrap input[type=submit] {
    padding: 17px 19px 21px;
    font-size: clamp(16px, 4.26vw, 18px) !important;
  }
}
.contact .contact-wrap input[type=submit]:hover {
  /*background-color: transparent !important;*/
  background: linear-gradient(to right, #e6b800 0%, #dae01f 100%);
  border: none !important;
}

/* Contact Form7用 */
span.wpcf7-spinner {
  display: block;
  margin: 16px auto 0;
}

/*=====*/
/* FAQ */
/*=====*/
.faq .faq-navi .contents {
  padding: 0;
}
.faq .faq-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
}
@media (max-width: 767px) {
  .faq .faq-navi ul {
    gap: 16px 24px;
  }
}
.faq .faq-navi ul li {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .faq .faq-navi ul li {
    font-size: clamp(18px, 4.8vw, 22px);
  }
}
.faq .list-faq li {
  border-bottom: 1px solid #CCC;
}
.faq .list-faq li:first-of-type {
  border-top: 1px solid #CCC;
}
.faq .list-faq li dt {
  position: relative;
  padding: 24px 88px 24px 24px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq .list-faq li dt {
    padding: 16px 62px 16px 16px;
    font-size: clamp(16px, 4.26vw, 18px);
  }
}
.faq .list-faq li dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #002163, #009c8f);
}
@media (max-width: 767px) {
  .faq .list-faq li dt::after {
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.faq .list-faq li dt .ico {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .faq .list-faq li dt .ico {
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
.faq .list-faq li dt .ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #FFF;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .faq .list-faq li dt .ico::before {
    width: 12px;
  }
}
.faq .list-faq li dt .ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: #FFF;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .faq .list-faq li dt .ico::after {
    height: 12px;
  }
}
.faq .list-faq li dt.open .ico:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .list-faq li dd {
  display: none;
  padding: 24px;
  border-top: 1px dashed #CCC;
  background-color: #fffef3;
}
@media (max-width: 767px) {
  .faq .list-faq li dd {
    padding: 16px;
  }
}

/*==========*/
/* お知らせ */
/*==========*/
.news.entry-detail .btn,
.news .news-wrap .btn {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .news.entry-detail .btn,
.news .news-wrap .btn {
    margin-top: 60px;
  }
}

/*============*/
/* アンケート */
/*============*/
.questionnaire .contents {
  padding-top: 0;
}
.questionnaire .contact {
  background-color: transparent;
}
.questionnaire .contact .contact-wrap {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.online-form {
  text-align: left !important;
}
.online-form dl {
  margin-top: 1em;
}
.online-form dl dt {
  color: #F00;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .online-form dl dt {
    font-size: 18px;
  }
}
.online-form dl dd ul {
  padding-left: 1em;
}
.online-form dl dd ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.contact-lead {
  margin-bottom: 40px;
}
/*# sourceMappingURL=contents.css.map */