@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.event-mv {
  margin-top: 55px;
}

/*--- media screen ---*/
/* ================================================

- ナビ

================================================ */
.event-anchor {
  margin-top: 52px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-anchor {
    margin-top: 52px;
  }
  .event-anchor__inner {
    padding: 0 5.333vw;
  }
}
/* ================================================

- ページ

================================================ */
.event-page {
  margin-top: 135px;
}

.event-sc {
  margin-top: 135px;
}

#ank1 + .event-sc {
  margin-top: 0;
}

#ank1 {
  padding-top: 135px;
  margin-top: -135px;
}

.event-content {
  margin-top: 45px;
}

.event-content__sumamry p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.event-content__sumamry p:not(:first-of-type) {
  margin-top: 20px;
}

.event-attn__btn {
  margin-top: 115px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-page {
    margin-top: 100px;
  }
  .event-sc {
    margin-top: 80px;
  }
  .event-sc .event-sc__inner {
    padding: 0 5.333vw;
  }
  #ank1 + .event-sc {
    margin-top: 0;
  }
  #ank1 {
    padding-top: 80px;
    margin-top: -80px;
  }
  .event-content {
    margin-top: 40px;
  }
  .event-content__sumamry p {
    font-size: 4vw;
  }
  .event-content__sumamry p:not(:first-of-type) {
    margin-top: 20px;
  }
  .event-attn__btn {
    margin-top: 60px;
  }
  .event-content__root {
    width: 187.2vw;
  }
}
/* ================================================

- イベントスケジュール

================================================ */
.event-overflow-container {
  overflow: visible;
}

.event-schedule__table {
  width: 100%;
  border-left: 1px solid var(--cc-blue);
  border-collapse: collapse;
  border-spacing: 0;
}
.event-schedule__table th,
.event-schedule__table td {
  border-bottom: 1px solid var(--cc-blue);
  border-right: 1px solid var(--cc-blue);
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  text-align: left;
}
.event-schedule__table th .m-indent--kome,
.event-schedule__table td .m-indent--kome {
  margin-top: 5px;
}
.event-schedule__table th .m-indent--kome p,
.event-schedule__table td .m-indent--kome p {
  display: block;
  font-size: 0.75rem;
  line-height: 1.475;
  text-align: left;
}
.event-schedule__table thead th {
  padding: 14px 5px 15px 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  background-color: #155ba9;
  white-space: nowrap;
  text-align: center;
}
.event-schedule__table tbody td {
  padding: 7px 5px 8px 14px;
}
.event-schedule__table tbody td:first-child {
  white-space: nowrap;
}
.event-schedule__table tbody td.-w12 {
  width: 12%;
}
.event-schedule__table tbody td.-w17 {
  width: 17%;
}
.event-schedule__table tbody td.-w18 {
  width: 18%;
}
.event-schedule__table tbody td.-w25 {
  width: 25%;
}
.event-schedule__table tr.-bg th,
.event-schedule__table tr.-bg td {
  background-color: #ecf4fc;
}

/*斜め斜線*/
.diagonal {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #000000, transparent calc(50% + 1px));
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-overflow-container {
    overflow-x: scroll;
  }
  .event-overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
  }
  .event-schedule__table {
    width: 960px;
  }
  .event-schedule__table th,
  .event-schedule__table td {
    font-size: 0.875rem;
  }
  .event-schedule__table th .m-indent--kome,
  .event-schedule__table td .m-indent--kome {
    margin-top: 5px;
  }
  .event-schedule__table th .m-indent--kome p,
  .event-schedule__table td .m-indent--kome p {
    font-size: 0.6875rem;
  }
  .event-schedule__table thead th {
    padding: 14px 5px 15px 14px;
  }
  .event-schedule__table tbody td {
    padding: 7px 5px 8px 14px;
  }
  .event-schedule__table tbody td.-w12 {
    width: 12%;
  }
  .event-schedule__table tbody td.-w17 {
    width: 17%;
  }
  .event-schedule__table tbody td.-w18 {
    width: 18%;
  }
  .event-schedule__table tbody td.-w25 {
    width: 25%;
  }
}
/* ================================================

- イベント内容・申込 アコーディオン

================================================ */
.event-accordion {
  margin-top: 50px;
}

.event-accordion__details:not(:first-of-type) {
  margin-top: 16px;
}

.event-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  min-height: 67px;
  padding: 17px 60px 18px 30px;
  font-size: 1.375rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
  background-color: #0c4489;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.event-accordion__summary:hover {
  opacity: 0.6;
}
.event-accordion__summary strong,
.event-accordion__summary small {
  display: inline-block;
  margin-left: 30px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.event-accordion__summary strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-accordion__summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #00bcbd;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.event-accordion__summary::-webkit-details-marker {
  display: none;
}

.event-accordion__icon {
  -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;
  position: absolute;
  top: 34px;
  right: 43px;
}
.event-accordion__icon::before, .event-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
}
.event-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-accordion__icon::after {
  -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;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.event-accordion__details.-open .event-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.event-accordion__content {
  padding: 60px 0 50px;
}

.js-details.-open .event-accordion__content__txt {
  opacity: 1;
}

.event-application__block {
  padding: 0 30px;
}

.event-application__photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.event-application__photo li {
  width: calc(50% - 10px);
}

.event-application__summary {
  margin-top: 45px;
}
.event-application__summary p {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.event-application__details {
  margin-top: 35px;
}

.event-application__detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 17px 25px 19px;
  gap: 20px;
  color: #FFFFFF;
  border-top: solid 1px #176eb5;
}
.event-application__detail dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 205px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.event-application__detail dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.event-application__detail:last-of-type {
  border-bottom: solid 1px #176eb5;
}

.event-application__detail__summary p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-bgBtn.event-application__btn {
  max-width: 400px;
  width: 100%;
  margin-top: 45px;
}
.m-bgBtn.event-application__btn a {
  min-height: 64px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-accordion {
    margin-top: 40px;
  }
  .event-accordion__details:not(:first-of-type) {
    margin-top: 8px;
  }
  .event-accordion__summary {
    display: block;
    min-height: 56px;
    padding: 4.533vw 12vw 4.8vw 6.667vw;
    font-size: 4.8vw;
  }
  .event-accordion__summary:hover {
    opacity: 1;
  }
  .event-accordion__summary strong,
  .event-accordion__summary small {
    display: block;
    margin-left: 0;
    font-size: 3.4666666667vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .event-accordion__summary::before {
    width: 6px;
  }
  .event-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .event-accordion__icon::before, .event-accordion__icon::after {
    width: 16px;
    height: 2px;
  }
  .event-accordion__content {
    padding: 30px 0 40px;
  }
  .event-application__block {
    padding: 0;
  }
  .event-application__photo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .event-application__photo li {
    width: 100%;
  }
  .event-application__summary {
    margin-top: 30px;
  }
  .event-application__summary p {
    font-size: 4.5333333333vw;
  }
  .event-application__details {
    margin-top: 30px;
  }
  .event-application__detail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 17px 2.667vw 19px;
    gap: 2.667vw;
  }
  .event-application__detail dt {
    width: 29.333vw;
    font-size: 3.7333333333vw;
  }
  .event-application__detail__summary p {
    font-size: 3.7333333333vw;
  }
  .m-bgBtn.event-application__btn {
    max-width: 400px;
    width: 100%;
    margin-top: 35px;
  }
  .m-bgBtn.event-application__btn a {
    min-height: 64px;
  }
}
/* ================================================

- 2526追加

================================================ */
.event-root {
  margin-top: 54px;
}

.event-content__lead p {
  font-size: 1.375rem;
  line-height: 1.546;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.event-diagram__sumamry {
  margin-top: 47px;
}

.event-diagram {
  margin-top: 60px;
}
.event-diagram .overflow-container {
  margin-top: 17px;
}

.event-diagram__ttl {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.event-diagram__image {
  width: 800px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-root {
    margin-top: 35px;
  }
  .event-content__lead p {
    font-size: 4.5333333333vw;
  }
  .event-diagram__sumamry {
    margin-top: 30px;
  }
  .event-diagram {
    margin-top: 40px;
  }
  .event-diagram .overflow-container {
    margin-top: 17px;
  }
  .event-diagram__ttl {
    font-size: 4vw;
  }
  .event-diagram__image {
    width: 144vw;
  }
}