@charset "UTF-8";
#index a,
#index a img,
#qa a,
#qa a img,
#teach a,
#teach a img {
  transition: all 0.3s;
}
#index a:hover,
#index a img:hover,
#qa a:hover,
#qa a img:hover,
#teach a:hover,
#teach a img:hover {
  opacity: 0.7;
}

#index {
  background-color: #066eb8;
  padding-bottom: 50px;
  margin-bottom: 50px;
  font-family: "じゅん 501", "M PLUS Rounded 1c", sans-serif;
}
#index img {
  display: block;
  margin: 0 auto;
}
#index .n-top {
  width: 98%;
}
@media screen and (max-width: 750px) {
  #index .n-top {
    padding-top: 20px;
  }
}
#index .n-youtube {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 50px 20px 50px;
}
@media screen and (max-width: 750px) {
  #index .n-youtube {
    margin: 0 0px;
  }
}
#index .n-youtube div {
  width: 47%;
}
@media screen and (max-width: 750px) {
  #index .n-youtube div {
    width: 100%;
  }
}
#index .n-youtube div a {
  font-size: 15px;
  font-family: "じゅん 501", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
}
#index .n-youtube iframe {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #index .n-youtube iframe {
    margin: 10px 0;
    height: 53vw;
  }
}
#index .n-text {
  margin-top: 40px;
  color: #fff;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  transform: rotate(0.05deg);
  letter-spacing: 3px;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #index .n-text {
    font-size: 14px;
    text-align: left;
  }
}
#index .content-title {
  padding: 30px 0;
}
#index .content2 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #index br.pc-only {
    display: none;
  }
}

main .inner {
  background-color: #066eb8;
}

#qa {
  background-color: #066eb8;
  padding: 0 105px;
  padding: 0 calc((100% - 770px) / 2);
  font-family: "じゅん 501", "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 750px) {
  #qa {
    padding: 0 17px;
  }
}
#qa img {
  display: block;
  margin: 0 auto;
}
#qa .n-top {
  padding: 40px 0;
}
#qa .qa-text-box {
  padding: 65px;
}
@media screen and (max-width: 750px) {
  #qa .qa-text-box {
    padding: 0px;
  }
}
#qa .q-num {
  width: 15%;
  margin: 30px auto;
}
#qa .q-box,
#qa .a-box {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
#qa .q-box .text-box,
#qa .a-box .text-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 50px;
  color: #066eb8;
  width: 78%;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  #qa .q-box .text-box,
  #qa .a-box .text-box {
    width: 85%;
    padding: 24px 18px;
    border-radius: 20px;
  }
}
#qa .q-box .arrow,
#qa .a-box .arrow {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 70%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  #qa .q-box .arrow,
  #qa .a-box .arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
#qa .q-box img,
#qa .a-box img {
  width: 18%;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #qa .q-box img,
  #qa .a-box img {
    width: 12%;
  }
}
#qa .q-box a,
#qa .a-box a {
  color: #08998a;
}
#qa .q-box {
  margin-bottom: 65px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #qa .q-box {
    margin-bottom: 35px;
    line-height: 1.7;
  }
}
#qa .q-box .arrow {
  border-right: 45px solid #fff;
  right: 75.5%;
}
@media screen and (max-width: 750px) {
  #qa .q-box .arrow {
    border-right: 12px solid #fff;
    right: 84%;
    top: 30px;
  }
}
#qa .q-box img {
  left: 0;
}
#qa .a-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #qa .a-box {
    margin-bottom: 30px;
  }
}
#qa .a-box .text-box {
  border-radius: 85px;
  font-size: 16px;
}
#qa .a-box p:last-child {
  margin-top: 10px;
}
#qa .a-box .arrow {
  border-left: 45px solid #fff;
  left: 75.5%;
}
@media screen and (max-width: 750px) {
  #qa .a-box .arrow {
    border-left: 12px solid #fff;
    top: 30px;
    left: 84%;
  }
}
#qa .a-box.long .arrow {
  top: 85%;
}
@media screen and (max-width: 750px) {
  #qa .a-box.long .arrow {
    top: 30px;
  }
}
#qa .a-box img {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  #qa .a-box img {
    right: 0;
    top: 0;
  }
}
#qa .q-box-last {
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  #qa .q-box-last {
    margin-top: 90px;
  }
}
#qa .text-box p {
  margin: 0;
}
#qa .text-box .font-S {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #qa .text-box .font-S {
    font-size: 16px;
    line-height: 1.8;
  }
}
#qa .text-box .font-M {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  #qa .text-box .font-M {
    font-size: 20px;
  }
}
#qa .font-bold {
  font-weight: 800;
  font-size: 23px;
}
@media screen and (max-width: 750px) {
  #qa .font-bold {
    font-size: 20px;
  }
}
#qa .content-title {
  margin-top: 100px;
}
#qa .content2 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  #qa .content2 {
    margin-top: 60px;
  }
}
#qa .top-link {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #qa .top-link {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 750px) {
  #qa .prof-wrapper > img {
    width: 90%;
    margin: 30px auto;
  }
}

#fctc {
  font-family: "じゅん 501", "M PLUS Rounded 1c", sans-serif;
}
#fctc .renewal2026 {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  #fctc .renewal2026 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  #fctc .renewal2026 {
    font-size: 3.2vw;
  }
}
#fctc .bg-white {
  background-color: #fff;
  padding: 30px calc(50% - 490px);
}
#fctc h1 {
  margin-bottom: 30px;
  background-color: #fff;
}
#fctc h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  color: #066eb8;
}
@media screen and (max-width: 750px) {
  #fctc h2 {
    font-size: 6vw;
  }
}
#fctc h2::before {
  content: "＼ ";
  font-size: 40px;
  transform: scale(0.8, 1);
}
@media screen and (max-width: 750px) {
  #fctc h2::before {
    font-size: 6vw;
  }
}
#fctc h2::after {
  content: " ／";
  font-size: 40px;
  transform: scale(0.8, 1);
}
@media screen and (max-width: 750px) {
  #fctc h2::after {
    font-size: 6vw;
  }
}
#fctc .lead {
  color: #066eb8;
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #fctc .lead {
    padding: 0 5vw;
    text-align: justify;
  }
  #fctc .lead br {
    display: none;
  }
}
#fctc .gaiyo {
  max-width: 620px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #fctc .gaiyo {
    padding: 0 3vw;
  }
}
#fctc .gaiyo dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
  margin-bottom: 20px;
}
#fctc .gaiyo dt {
  color: #066eb8;
  width: 13%;
}
@media screen and (max-width: 750px) {
  #fctc .gaiyo dt {
    width: 20%;
  }
}
#fctc .gaiyo dd {
  width: 87%;
  font-family: "じゅん 201", "M PLUS Rounded 1c", sans-serif;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  #fctc .gaiyo dd {
    width: 80%;
  }
}
#fctc .gaiyo dd::before {
  content: "：";
}
#fctc .gaiyo .title {
  color: #066eb8;
}
#fctc .gaiyo ul {
  margin-bottom: 40px;
}
#fctc .gaiyo ul ul {
  margin-bottom: 0;
}
#fctc .gaiyo li:not(.title) {
  font-family: "じゅん 201", "M PLUS Rounded 1c", sans-serif;
}
#fctc .gaiyo > ul > li:last-child {
  padding-top: 20px;
  font-size: 13px;
}
#fctc .gaiyo li li {
  margin-left: 3em;
  text-indent: -2em;
}
#fctc h3 {
  background-color: #066eb8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  margin-bottom: 30px;
}
#fctc .intro {
  background-color: #fff;
}
#fctc .intro_inner {
  max-width: 62.5em;
  width: 90%;
  margin: 0 auto;
}
#fctc .intro_ttlBlock {
  border-top: 1px solid #00468c;
  border-bottom: 1px solid #00468c;
  padding-block: 1em;
  margin-bottom: 3em;
}
#fctc .intro_title {
  font-size: 3.0625em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
#fctc .intro_title::before, #fctc .intro_title::after {
  display: none;
}
#fctc .intro_subTitle {
  text-align: center;
  margin-top: 1em;
}
#fctc .intro_subTitle_date {
  font-size: 0.9375em;
  font-weight: bold;
  color: #066eb8;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
  #fctc .intro_subTitle_date {
    font-size: 3.8vw;
  }
}
#fctc .intro_subTitle_date em {
  font-size: 1.4em;
  font-style: normal;
}
#fctc .intro_subTitle_title {
  font-size: 2.125em;
  letter-spacing: 0.1em;
  color: #066eb8;
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #fctc .intro_subTitle_title {
    font-size: 7.4666vw;
  }
}
#fctc .intro_img {
  width: 40em;
  margin-inline: auto;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 750px) {
  #fctc .intro_img {
    width: 100%;
  }
}
#fctc .intro_img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#fctc .eventInfo {
  background-color: #fff;
  padding-block: 4em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo {
    padding: 30px 5vw;
  }
}
#fctc .eventInfo_inner {
  max-width: 62.5em;
  width: 90%;
  margin: 0 auto;
}
#fctc .eventInfo_inner.archive {
  margin-top: 6em;
}
#fctc .eventInfo_inner.archive .eventInfo_datetime {
  font-size: 1.8em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_inner.archive .eventInfo_datetime {
    font-size: 4.8vw;
  }
}
#fctc .eventInfo_inner.moshi {
  margin-top: 6em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_inner.moshi h2 {
    font-size: 4.5vw;
    line-height: 1.4;
  }
}
#fctc .eventInfo_inner.moshi .moshi_bnr {
  max-width: 46.875em;
  margin-inline: auto;
  width: 90%;
  display: block;
  margin-top: 4.5em;
  position: relative;
  transition: transform 0.3s, opacity 0.3s;
}
#fctc .eventInfo_inner.moshi .moshi_bnr .moshi_bnr-cta {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  background-color: #fa7337;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  padding: 0.5em 1.4em;
  border-radius: 2em;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(250, 115, 55, 0.35);
  animation: moshi-bnr-bounce 1.2s ease-in-out infinite;
  pointer-events: none;
  border: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_inner.moshi .moshi_bnr .moshi_bnr-cta {
    font-size: 3.4vw;
    padding: 0.4em 1em;
    top: -1.9em;
  }
}
#fctc .eventInfo_inner.moshi .moshi_bnr img {
  width: 100%;
  height: auto;
  border-radius: 0.625em;
}
#fctc .eventInfo_inner.moshi .moshi_bnr:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
#fctc .eventInfo_inner.moshi .moshi_bnr:hover .moshi_bnr-cta {
  animation-play-state: paused;
}
@keyframes moshi-bnr-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}
#fctc .eventInfo h2 {
  font-size: 2.125em;
  text-align: center;
  padding-block: 0.5em;
  line-height: 1;
  background-color: #00468c;
  color: #fff;
  font-weight: bold;
  width: 100%;
  border-radius: 0.4em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo h2 {
    font-size: 5.5vw;
  }
}
#fctc .eventInfo h2::before, #fctc .eventInfo h2::after {
  content: none;
}
#fctc .eventInfo_card {
  background-color: #eef3f8;
  border-radius: 0.625em;
  padding-block: 2.5em;
  width: 88%;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_card {
    width: 100%;
  }
}
#fctc .eventInfo_card_inner {
  width: 90%;
  margin-inline: auto;
}
#fctc .eventInfo_card--program {
  margin-top: 3.5em;
  padding-block: 0 2.5em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_card--program {
    padding-bottom: 0.5em;
  }
}
#fctc .eventInfo_datetime {
  background-color: #0369b7;
  border-radius: 0.3125em 0.3125em 0 0;
  padding: 0.5em 0;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_datetime {
    padding: 12px 15px;
    font-size: 14px;
  }
}
#fctc .eventInfo_datetime-label {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-right: 0.2em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_datetime-label {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    margin-right: 0;
  }
}
#fctc .eventInfo_datetime-date {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_datetime-date {
    font-size: 18px;
  }
}
#fctc .eventInfo_datetime-date .small {
  font-size: 0.75em;
  font-weight: bold;
}
#fctc .eventInfo_datetime-time {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_datetime-time {
    font-size: 22px;
  }
}
#fctc .eventInfo_datetime-sub {
  font-size: 1.1em;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_datetime-sub {
    font-size: 12px;
    display: block;
  }
}
#fctc .eventInfo_datetime .small {
  font-size: 0.75em;
}
#fctc .eventInfo_datetime .weight400 {
  font-weight: 300;
}
#fctc .eventInfo_block {
  margin-bottom: 2em;
}
#fctc .eventInfo_block:last-child {
  margin-bottom: 0;
}
#fctc .eventInfo_heading {
  background-color: #2a6db6;
  color: #fff;
  font-size: 1.425em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0.4em 0;
  margin-bottom: 1em;
  border-radius: 0.25em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_heading {
    font-size: 15px;
  }
}
#fctc .eventInfo_heading span {
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_heading span {
    font-size: 2.8vw;
  }
}
#fctc .eventInfo_text {
  text-align: center;
  font-size: 1.25em;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_text {
    font-size: 14px;
    padding: 0 5px;
  }
}
#fctc .eventInfo_text.archive_txt {
  font-size: 1.05em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_text.archive_txt {
    text-align: justify;
  }
}
#fctc .eventInfo_text.small {
  font-size: 1em;
}
@media screen and (max-width: 1000px) {
  #fctc .eventInfo_text.small {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_text.small {
    font-size: 2.8vw;
  }
}
#fctc .eventInfo_text--right {
  text-align: right;
  max-width: 88%;
  margin-inline: auto;
  margin-top: 0.5em;
}
#fctc .eventInfo_text--left {
  text-align: left;
  max-width: 88%;
  margin-inline: auto;
}
#fctc .eventInfo_list {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  max-width: 88%;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_list {
    flex-direction: column;
  }
}
#fctc .eventInfo_list li {
  width: 100%;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_list li {
    width: 100%;
  }
}
#fctc .eventInfo_list li span {
  color: #2a6db6;
}
#fctc .eventInfo_cosponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_cosponsor {
    flex-direction: column;
    gap: 8vw;
    padding: 2.6667vw 0;
  }
}
#fctc .eventInfo_cosponsor-label {
  text-align: center;
  flex-shrink: 0;
}
#fctc .eventInfo_cosponsor-label span {
  display: inline-block;
  font-weight: bold;
  color: #42210b;
  border-top: 2px solid #0369b7;
  border-bottom: 2px solid #0369b7;
  padding-block: 1.5em;
  letter-spacing: 0.1em;
  font-size: 1.25em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_cosponsor-label span {
    font-size: 3.8vw;
    padding-block: 2.6667vw;
  }
}
#fctc .eventInfo_cosponsor-list {
  font-size: 1.1em;
  color: #333;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_cosponsor-list {
    font-size: 13px;
    text-align: center;
  }
}
#fctc .eventInfo_program-list {
  width: 85%;
  margin: 2em auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_program-list {
    width: 95%;
  }
}
#fctc .eventInfo_program-item {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5em;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_program-item {
    padding: 1.2em 0.6em;
    gap: 0.6em;
    height: auto;
  }
}
#fctc .eventInfo_program-item.strong {
  background-color: #0369b7;
  color: #fff;
}
#fctc .eventInfo_program-item.strong .eventInfo_program-name {
  color: #fff;
  font-size: 1.7em;
  padding-bottom: 0.5em;
}
#fctc .eventInfo_program-item.strong .eventInfo_program-sub {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
}
#fctc .eventInfo_program-item.strong-orange {
  background-color: #fa7337;
  color: #fff;
}
#fctc .eventInfo_program-item.strong-orange .eventInfo_program-name {
  color: #fff;
  font-size: 1.7em;
  padding-bottom: 0.5em;
}
#fctc .eventInfo_program-item.strong-orange .eventInfo_program-sub {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
}
#fctc .eventInfo_program-num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6em;
  height: 2.0673em;
  background-color: #0369b7;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_program-num {
    min-width: 6em;
    height: 2.2em;
    font-size: 1em;
  }
}
#fctc .eventInfo_program-name {
  font-size: 1.375em;
  font-weight: bold;
  color: #0369b7;
  text-align: center;
  flex: 1;
  line-height: 1.6;
  padding-block: 0.8em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_program-name {
    font-size: 1.2em;
  }
}
#fctc .eventInfo_program-sub {
  font-size: 1em;
  font-weight: normal;
  font-feature-settings: "palt" 1;
  color: #0369b7;
  margin-top: 0.2em;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_program-sub {
    font-size: 0.9em;
  }
}
#fctc .eventInfo_program-arrow {
  width: 0;
  height: 0;
  border-left: 1.5625em solid transparent;
  border-right: 1.5625em solid transparent;
  border-top: 1.25em solid #0369b7;
  margin: 0 0 1em 0;
}
#fctc .eventInfo_program-arrow.strong-orange {
  border-top: 1.25em solid #fa7337;
}
#fctc .eventInfo_program-note {
  font-size: 0.75em;
  font-weight: normal;
  font-feature-settings: "palt" 1;
  color: #42210b;
  margin-top: 2.5em;
  line-height: 1.5;
  letter-spacing: 0;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_program-title {
    font-size: 1.3em;
  }
}
#fctc .eventInfo_map {
  width: 100%;
  margin-top: 1em;
}
#fctc .eventInfo_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#fctc .eventInfo_required {
  margin-top: 3.5em;
  text-align: center;
  position: relative;
  border-top: 1px solid #0369b7;
  border-bottom: 1px solid #0369b7;
  width: 88%;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_required {
    width: 100%;
  }
}
#fctc .eventInfo_required-title {
  display: inline-block;
  background-color: #0369b7;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  padding: 0.5em 2em;
  border-radius: 2em;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 1em;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_required-title {
    white-space: nowrap;
    font-size: 4vw;
  }
}
#fctc .eventInfo_required-body {
  padding: 2.5em 2em 1.2em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_required-body {
    padding: 2.5em 0 1.2em;
  }
}
#fctc .eventInfo_required-body_list {
  margin-block-start: 0;
  margin-block-end: 0;
}
#fctc .eventInfo_required-body_list-item {
  background-color: #ecf0fa;
  text-align: center;
  font-size: 1.375em;
  color: #0369b7;
  padding-block: 0.3636em;
}
#fctc .eventInfo_required-body_list-content {
  margin-inline-start: 0;
  padding-block: 1.25em;
}
#fctc .eventInfo_required-body_list-item-text {
  font-size: 1.375em;
  color: #0369b7;
  text-align: left;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_required-body_list-item-text {
    text-align: justify;
  }
}
#fctc .eventInfo_required-body_list-item-text--center {
  text-align: center;
}
#fctc .eventInfo_required-body_list-item-text-atention {
  font-size: 1em;
  color: #ff0064;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 1em;
}
#fctc .eventInfo_required-body_note {
  font-size: 0.75em;
  letter-spacing: 0;
  color: #42210b;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_required-body_note {
    font-size: 2.8vw;
  }
}
#fctc .eventInfo_required-body_note--center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #fctc .eventInfo_required-body_note--center {
    text-align: justify;
    margin-top: 0.5em;
  }
}
#fctc .eventInfo_required-btn {
  text-align: center;
}
#fctc .event-link-btn {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background-color: #fa7337;
  display: inline-block;
  padding: 0.8em 0;
  max-width: 600px;
  width: 90%;
  margin: 20px auto 0;
  border-radius: 2em;
  position: relative;
  transition-duration: 0.3s;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #fctc .event-link-btn {
    font-size: 4.5vw;
    padding: 1em 0;
    width: 90%;
    margin: 3vw auto 0;
  }
}
#fctc .event-link-btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
#fctc .event-link-btn::after {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fa7337;
}
#fctc .typesquare_option .eventInfo_card {
  padding-top: 0;
}
#fctc .bg-blue {
  background-color: #dbeaf5;
  padding: 50px calc(50% - 490px);
}
#fctc .bg-blue ul {
  max-width: 620px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #fctc .bg-blue ul {
    padding: 0 3vw;
  }
}
#fctc .bg-blue li:first-child {
  margin-bottom: 20px;
}
#fctc .report-txt p {
  margin-bottom: 30px;
}
#fctc .report-txt figure {
  text-align: center;
  margin-bottom: 30px;
}
#fctc .report-txt li {
  margin-left: 2em;
  list-style-type: disc;
}
#fctc .expoEvent {
  max-width: 62.5em;
  width: 88%;
  margin: 3em auto 6em;
  background-color: rgba(204, 221, 255, 0.2);
  border-radius: 20px;
  font-family: "mobo-700";
}
@media screen and (max-width: 750px) {
  #fctc .expoEvent {
    margin-bottom: 16vw;
  }
  #fctc .expoEvent h3 {
    font-size: 6.5vw;
  }
}
#fctc .movie-headline .movie-headline-inner {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  #fctc .movie-headline .movie-headline-inner {
    font-size: 3.3vw;
  }
}
#fctc .movie-headline .movie-headline-txt {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #066eb8;
}
#fctc .movie-headline .movie-headline-place {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #fctc .movie-headline .movie-headline-place {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
}
#fctc .movie-link {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #fctc .movie-link {
    padding-block: 2vw 8vw;
  }
}
#fctc .movie-link .movie-link-lead {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #fctc .movie-link .movie-link-lead {
    font-size: 4vw;
  }
}
#fctc .movie-link .movie-link-btn {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background-color: #fa7337;
  display: inline-block;
  padding: 0.8em 0;
  max-width: 600px;
  width: 90%;
  margin: 20px auto 0;
  border-radius: 2em;
  position: relative;
  transition-duration: 0.3s;
}
@media screen and (max-width: 750px) {
  #fctc .movie-link .movie-link-btn {
    font-size: 4.5vw;
    padding: 1em 0;
    width: 90%;
    margin: 3vw auto 0;
  }
}
#fctc .movie-link .movie-link-btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
#fctc .movie-link .movie-link-btn::after {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fa7337;
}
#fctc .movie-link .movie-link-btn:hover {
  opacity: 0.6;
}
#fctc .movie-boxArea {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#fctc .movie-boxArea iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#teach {
  background-color: #066eb8;
  margin-bottom: 50px;
  font-family: "じゅん 501", "M PLUS Rounded 1c", sans-serif;
  padding-block: 4em;
}
@media screen and (max-width: 750px) {
  #teach {
    padding: 50px 20px 20px;
  }
}
#teach .teach_inner {
  max-width: 62.5em;
  width: 90%;
  margin: 0 auto;
}
#teach p,
#teach h2 {
  color: #fff;
  line-height: 2.6;
}
#teach h2 {
  font-size: 35px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #teach h2 {
    font-size: 22px;
    line-height: 1.7;
    margin-top: 40px;
    white-space: nowrap;
    width: 100%;
  }
}
#teach h2::before, #teach h2::after {
  display: none;
}
#teach h3 {
  font-size: 23px;
  font-weight: 500;
  color: #066eb8;
  background-color: #fff;
  width: 520px;
  padding: 3px 15px;
  border-radius: 15px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #teach h3 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding: 3px 15px;
    border-radius: 15px;
    margin: 30px auto 0 auto;
  }
}
#teach p {
  font-size: 16px;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  #teach p {
    line-height: 2.2;
    font-size: 15px;
  }
}
#teach img {
  display: block;
  margin: 0 auto;
}
#teach .n-top {
  width: 100%;
  padding-top: 30px;
}
#teach .col {
  width: 60%;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #teach .col {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
#teach .col img {
  width: 100%;
  margin: 50px 0;
}
#teach .col3 {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
  justify-content: center;
  flex-wrap: wrap;
}
#teach .col3 img {
  margin: 15px 10px;
  width: 45%;
}
@media screen and (max-width: 750px) {
  #teach .col3 img {
    width: 70%;
    margin: 15px auto;
  }
}
#teach .col-text {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
#teach .col-text .prof-img {
  margin-right: 20px;
  width: 25%;
}
@media screen and (max-width: 750px) {
  #teach .col-text .prof-img {
    margin-right: 20px;
    width: 25%;
    margin: 0 auto;
  }
}
#teach .col-text .prof-img img {
  width: 100%;
}
#teach .col-text .prof-text {
  width: 75%;
}
#teach .col-text p:first-child,
#teach .col-text p:last-child {
  font-family: "じゅん 201", "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  #teach .col-text p:first-child,
  #teach .col-text p:last-child {
    padding-left: 9px;
  }
}
#teach .col-text p:first-child {
  font-size: 17px;
}
#teach .col-text p:last-child {
  font-size: 13px;
  line-height: 1.9;
}
#teach .out-link {
  text-decoration: underline;
  color: #fff;
  font-size: 15px;
  font-family: "じゅん 201", "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  display: block;
}
#teach .teach1 {
  margin: 45px 0;
}
#teach .content1 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  #teach .content1 {
    margin-top: 80px;
  }
}
#teach .top-link {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #teach .top-link {
    padding-bottom: 45px;
  }
}

main #teach h1 {
  border-radius: 0.625em;
  padding: 0.2em;
}
main #teach h1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.movie-box {
  background-color: #066eb8;
  padding: 0px 140px 0 140px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .movie-box {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.movie-box video {
  width: 100%;
  padding-top: 50px;
}
.movie-box p {
  font-family: "じゅん 501", "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-size: 16px;
  transform: rotate(0.05deg);
  text-align: center;
  font-weight: 500;
}
.movie-box .top-link {
  padding: 30px 0;
}

@media screen and (max-width: 750px) {
  main {
    padding: 3vw 0;
  }
  #index {
    padding: 3vw;
  }
}
.fctc-floatingBtn {
  --btn-bottom: 24px;
  --footer-overlap: 0px;
  position: fixed;
  right: 24px;
  bottom: calc(var(--btn-bottom) + var(--footer-overlap));
  z-index: 9999;
  width: 140px;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}
.fctc-floatingBtn img {
  width: 100%;
  height: auto;
  display: block;
}
.fctc-floatingBtn:hover {
  transform: scale(1.05);
  opacity: 0.92;
}
@media screen and (max-width: 1000px) {
  .fctc-floatingBtn {
    --btn-bottom: 16px;
    width: 110px;
    right: 16px;
  }
}
@media screen and (max-width: 750px) {
  .fctc-floatingBtn {
    --btn-bottom: 10px;
    width: 90px;
    right: 10px;
  }
}