@charset "UTF-8";

/* =================================================================
   【cssはこのファイルを編集してください】
   ================================================================= */

html {
  font-size: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
}
body.is-nav-open {
  overflow: hidden;
}
/* 375px - 414px */
@media (max-width: 414px) {
  html {
    /* 同倍率 */
    font-size: 4.2666666667vw;
  }
}
/* 414px - 767px */
@media (min-width: 414px) and (max-width: 767.98px) {
  html {
    font-size: calc((100vw - 414px) / 353 * 5 + 16px);
    font-size: 4.2666666667vw;
  }
}

/* 769px - 1399px */
@media (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: calc((100vw - 768px) / 632 * 3 + 13px);
  }
}

em {
  font-style: normal;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
/* これより下にcssを記述して下さい */

/* ========================================
   共通クラス
   ======================================== */

.fes-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  gap: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #00957a;
  line-height: 1.7;
}

.fes-img1 {
  width: 91.4%;
}
.fes-img2 {
  width: 89%;
  margin: 0 auto;
}
.fes-img3 {
  width: 92%;
  margin: 0 auto;
}

/* ---- コーナーボーダー（4隅装飾） ---- */
.fes-corner-border {
  position: relative;
  padding: 21px;
  padding: 1.2125rem;
}

.fes-corner-border::before,
.fes-corner-border::after {
  content: "";
  position: absolute;
  width: 85px;
  width: 5.3125rem;
  height: 130px;
  height: 8.125rem;
  border-color: rgba(97, 193, 190, 0.4);
  border-style: solid;
  border-width: 0;
}

/* 左上 */
.fes-corner-border::before {
  top: 0;
  left: 0;
  border-top-width: 3px;
  border-top-width: 0.1875rem;
  border-left-width: 3px;
  border-left-width: 0.1875rem;
  border-radius: 22px 0 0 0;
  border-radius: 1.375rem 0 0 0;
}

/* 右上 */
.fes-corner-border::after {
  top: 0;
  right: 0;
  border-top-width: 3px;
  border-top-width: 0.1875rem;
  border-right-width: 3px;
  border-right-width: 0.1875rem;
  border-radius: 0 22px 0 0;
  border-radius: 0 1.375rem 0 0;
}

.fes-corner-border__inner {
  position: relative;
}

.fes-corner-border__inner::before,
.fes-corner-border__inner::after {
  content: "";
  position: absolute;
  width: 85px;
  width: 5.3125rem;
  height: 130px;
  height: 8.125rem;
  border-color: rgba(97, 193, 190, 0.4);
  border-style: solid;
  border-width: 0;
}

/* 左下 */
.fes-corner-border__inner::before {
  bottom: -21px;
  bottom: -1.2125rem;
  /* left: -21px;
  /* left: -1.3125rem; */
  left: -21px;
  left: -1.3125rem;
  border-bottom-width: 3px;
  border-bottom-width: 0.1875rem;
  border-left-width: 3px;
  border-left-width: 0.1875rem;
  border-radius: 0 0 0 22px;
  border-radius: 0 0 0 1.375rem;
}

/* 右下 */
.fes-corner-border__inner::after {
  bottom: -21px;
  bottom: -1.2125rem;
  right: -21px;
  right: -1.3125rem;
  border-bottom-width: 3px;
  border-bottom-width: 0.1875rem;
  border-right-width: 3px;
  border-right-width: 0.1875rem;
  border-radius: 0 0 22px 0;
  border-radius: 0 0 1.375rem 0;
}

/* figma-css:start nodeId=1677-10057 */
/* ========================================
   セクション名: Header
   Figma nodeId: 1677-10057
   ======================================== */

.fes-header {
  top: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  height: 4rem;
  background-color: #ffffff;
}

.fes-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.fes-header__logo-area {
  display: flex;
  align-items: center;
  gap: 0;
}

.fes-header__logo {
  width: 116px;
  width: 7.25rem;
  height: auto;
  display: block;
}

.fes-header__divider {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 24px;
  height: 1.5rem;
  background-color: #d9d9d9;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 13px;
  margin-right: 0.8125rem;
}

.fes-header__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #006673;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}

.fes-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  width: 2rem;
  height: 22px;
  height: 1.375rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.fes-header__hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #00957a;
  border-radius: 2px;
  border-radius: 0.125rem;
}

/* figma-css:end nodeId=1677-10057 */

/* figma-css:start nodeId=1677-10691 */
/* ========================================
   セクション名: Navigation Overlay
   Figma nodeId: 1677-10691
   ======================================== */

.fes-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68%;
  min-height: 450px;
  z-index: 200;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}

.fes-nav.is-active {
  display: flex;
}

.fes-nav__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.fes-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  height: 4rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  flex-shrink: 0;
}

.fes-nav__logo-area {
  display: flex;
  align-items: center;
  gap: 0;
}

.fes-nav__logo {
  width: 116px;
  width: 7.25rem;
  height: auto;
  display: block;
}

.fes-nav__divider {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 24px;
  height: 1.5rem;
  background-color: #d9d9d9;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 13px;
  margin-right: 0.8125rem;
}

.fes-nav__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #006673;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}

.fes-nav__close {
  position: relative;
  width: 32px;
  width: 2rem;
  height: 26px;
  height: 1.625rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.fes-nav__close-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  width: 1.875rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #00957a;
  border-radius: 2px;
  border-radius: 0.125rem;
}

.fes-nav__close-line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fes-nav__close-line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fes-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px 32px 0;
  padding: 1.5rem 2rem 0;
  flex: 1;
}

.fes-nav__item {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
}

.fes-nav__item:first-child {
  border-top: 1px solid #e5e5e5;
  border-top: 0.0625rem solid #e5e5e5;
}

.fes-nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  gap: 0.375rem;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #00957a;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 500px) and (max-width: 767.98px) {
  .fes-nav__link {
    padding: 0.75rem 0.65rem;
    font-size: 0.7rem;
  }
  .fes-nav__list {
    padding: 1rem 2rem 0;
  }
}

@media screen and (min-width: 500px) and (max-width: 767.98px) {
  .fes-nav__link {
    padding: 0.75rem 0.65rem;
    font-size: 0.7rem;
  }
  .fes-nav__list {
    padding: 1rem 2rem 0;
  }
  .fes-nav {
    min-height: 19rem;
  }
}

.fes-header__nav-link::after,
.fes-nav__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-right: 2px solid #c3c3c3;
  border-right: 0.125rem solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  border-bottom: 0.125rem solid #c3c3c3;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: -2px;
  margin-top: -0.125rem;
}

.fes-header__nav-link::after {
  top: 60%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: -0.9375rem;
}

/* 追従 */
.fes-fix__cta {
  padding: 16px 18px;
  padding: 1rem 1.125rem;
  border-top: 1px solid #e5e5e5;
  border-top: 0.0625rem solid #e5e5e5;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.fes-fix__cta.is-hidden {
  opacity: 1;
}

.fes-fix__cta-btn {
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  width: 100%;
  height: 48px;
  height: 3rem;
  background-color: #e98700;
  border-radius: 6px;
  border-radius: 0.375rem;
  box-shadow: 1px 1px 0px 0px #946627;
  box-shadow: 0.0625rem 0.0625rem 0rem 0rem #946627;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.fes-fix__cta-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-right: 2px solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  margin-top: -4px;
  margin-top: -0.25rem;
}

/* figma-css:end nodeId=1677-10691 */

/* figma-css:start nodeId=1677-8875 */
/* ========================================
   セクション名: FV（ファーストビュー）
   Figma nodeId: 1677-8875
   ======================================== */
.fes-fv {
  overflow: hidden;
}

/* figma-css:end nodeId=1677-8875 */

/* figma-css:start nodeId=1677-10103 */
/* ========================================
   セクション名: 簿記フェスの主旨（s1）
   Figma nodeId: 1677-10103
   ======================================== */

.fes-s1 {
  position: relative;
}

.fes-s1__inner {
  position: relative;
  z-index: 1;
  width: 91.47%;
  margin-inline: auto;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 0;
}

.fes-s1__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #006673;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "pkna", "palt";
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-bottom: 1.3625rem;
}
.fes-s1__ttl::after {
  content: "";
  width: 104%;
  height: 10px;
  height: 0.625rem;
  background: #c3e4ea;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
}

.fes-s1__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #48575e;
  line-height: 1.7;
  text-align: justify;
  font-feature-settings: "pkna", "palt";
  margin-bottom: 0;
}

.fes-s1__txt strong {
  font-weight: 600;
  color: #e84c53;
}

.fes-s1__img {
  margin-top: 3px;
  margin-top: 0.1875rem;
  width: calc(100% + 8px);
  max-width: none;
  margin-left: -1px;
  margin-left: -0.0625rem;
}

/* figma-css:end nodeId=1677-10103 */

/* figma-css:start nodeId=1677-10120 */
/* ========================================
   セクション名: S2（挑戦できるのは3つのステージ）
   Figma nodeId: 1677-10120
   ======================================== */

.fes-s2 {
  padding-top: 72px;
  padding-top: 4.5rem;
  /* padding-bottom: 40px;
  /* padding-bottom: 2.5rem;
  /* padding-bottom: 40px;
  /* padding-bottom: 2.5rem; */
  background-color: #e9f5f4;
  margin-top: -8px;
  margin-top: -0.5rem;
  position: relative;
}

.fes-s2::after {
  content: "";
  background: url(../img/fes-s2-bg-bottom.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 10.7vw;
  position: absolute;
  bottom: -31.6px;
  bottom: -1.975rem;
  left: 0;
  z-index: 1;
}

.fes-s2__inner {
  width: 91.47%;
  margin-inline: auto;
  transform: translateY(-33px);
  position: relative;
}

.fes-s2__inner::after {
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  border-radius: 40px 40px 0 0;
  border-radius: 2.5rem 2.5rem 0 0;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fes-s2__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.fes-s2__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #006673;
  line-height: 1.3;
  text-align: center;
  background-color: #fbf47f;
  padding: 12px 0 15px;
  padding: 0.75rem 0 0.9375rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  position: relative;
  display: inline-block;
  width: 100%;
}

.fes-s2__ttl::after {
  content: "";
  position: absolute;
  bottom: -14px;
  bottom: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-left: 0.875rem solid transparent;
  border-right: 14px solid transparent;
  border-right: 0.875rem solid transparent;
  border-top: 14px solid #fbf47f;
  border-top: 0.875rem solid #fbf47f;
}

.fes-s2__dis {
  color: #e84c53;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  margin-bottom: 1.6rem;
}

.fes-s2__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fes-s2__card {
  position: relative;
  width: 343px;
  width: 21.4375rem;
  height: 307px;
  height: 19.1875rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 38px 20px 20px;
  padding: 2.375rem 1.25rem 1.25rem;
  margin: 0 auto;
}

.stage-beginner {
  background: url(../img/stage-beginner-bg.webp) no-repeat;
  background-size: contain;
}

.stage-advance {
  background: url(../img/stage-advance-bg.webp) no-repeat;
  background-size: contain;
}

.stage-exper {
  background: url(../img/stage-expert-bg.webp) no-repeat;
  background-size: contain;
}

.fes-s2__card-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #006673;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.fes-s2__card:nth-child(2) .fes-s2__card-name,
.fes-s2__card:nth-child(3) .fes-s2__card-name {
  color: #ffffff;
}

.fes-s2__card-capacity {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #006673;
  position: absolute;
  top: 46px;
  top: 2.875rem;
  right: 20px;
  right: 1.25rem;
  z-index: 1;
  line-height: 1.5;
}

.fes-s2__card-capacity b {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}

.fes-s2__card-capacity small {
  font-size: 20px;
  font-size: 1.25rem;
}

.fes-s2__card:nth-child(2) .fes-s2__card-capacity,
.fes-s2__card:nth-child(3) .fes-s2__card-capacity {
  color: #ffffff;
}

.fes-s2__card-level {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.fes-s2__card-level-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f5c66;
  line-height: 1.3;
  text-align: center;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.fes-s2__card-level-txt em {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-left: 0.3rem;
  margin-right: 0.2rem;
}

.fes-s2__card:nth-child(2) .fes-s2__card-level-txt {
  background: #dfebed;
}

.fes-s2__card:nth-child(3) .fes-s2__card-level-txt {
  color: #ad4c47;
  border-color: #ad4c47;
  background: #faecec;
}

.fes-s2__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #006673;
  line-height: 1.8;
  letter-spacing: -0.16px;
  letter-spacing: -0.01rem;
  position: relative;
  z-index: 1;
  padding-right: 0.2rem;
}

.fes-s2__card:nth-child(2) .fes-s2__card-desc,
.fes-s2__card:nth-child(3) .fes-s2__card-desc {
  color: #ffffff;
}

.fes-s2__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
}

.fes-s2__note small {
  font-size: inherit;
}

/* figma-css:end nodeId=1677-10120 */

/* figma-css:start nodeId=1677-10164 */
/* ========================================
   セクション名: CPAラーニングとは？（s3）
   Figma nodeId: 1677-10164
   ======================================== */

.fes-s3 {
  position: relative;
  background: #61c1be;
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.fes-s3::after {
  content: "";
  background: url(../img/fes-s3-bg-deco.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: -21px;
  bottom: -1.3125rem;
}

.fes-s3__inner {
  position: relative;
  z-index: 3;
  width: 91.47%;
  margin-inline: auto;
  transform: translateY(-19px);
}

.fes-s3__inner::after {
  content: "";
  background: rgba(255, 255, 255, 0.92);
  width: 100vw;
  height: 100%;
  border-radius: 40px 40px 0 0;
  border-radius: 2.5rem;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fes-s3__header {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}

.fes-s3__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}

.fes-s3__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #006673;
  line-height: 1.5;
  text-align: center;
  background-color: #fbf47f;
  display: inline-block;
  padding: 8px 43.2px;
  padding: 0.5rem 1.9rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  position: relative;
}

.fes-s3__ttl::after {
  content: "";
  position: absolute;
  bottom: -12px;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-left: 0.75rem solid transparent;
  border-right: 12px solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 12px solid #fbf47f;
  border-top: 0.75rem solid #fbf47f;
}

.fes-s3__highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 20px;
  margin-bottom: 0.65rem;
}

.fes-s3__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #006673;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 0.6rem;
}
.fes-s3__txt-last {
  margin-bottom: 1.675rem;
}

.fes-s3__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.fes-s3__feature {
  display: flex;
  flex-direction: column;
}

.fes-s3__feature-ttl {
  color: #006673;
  font-family: "Noto Sans CJK JP";
  font-size: 24.353px;
  font-size: 1.5220625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.965px */
  letter-spacing: 0.974px;
  letter-spacing: 0.060875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.fes-s3__feature-ttl span {
  position: relative;
  z-index: 2;
}

.fes-s3__feature-ttl span::after {
  content: "";
  background: #d6edf0;
  width: 105%;
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4%;
  z-index: -1;
}

.fes-s3__ai {
  padding: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.fes-s3__ai-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #006673;
  line-height: 1.7;
  text-align: center;
  padding: 1px 0.6px 1px 6.4px;
  padding: 0.0625rem 0.0375rem 0.0625rem 0.4rem;
  background: rgba(255, 244, 98, 0.8);
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fes-s3__ai-ttl em {
  font-size: 25.4px;
  font-size: 1.5875rem;
  letter-spacing: 0;
}

.fes-s3__ai-ttl span {
  letter-spacing: -3.1px;
  letter-spacing: -0.19375rem;
}

.fes-s3__ai-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 56.8%;
}

.fes-s3__ai-body-wrap {
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  justify-content: flex-end;
}

.fes-s3__ai-txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  letter-spacing: -0.14px;
  letter-spacing: -0.00875rem;
}
.fes-s3__ai-txt-br {
  display: none;
}

.fes-s3__ai-img {
  width: 134px;
  width: 8.375rem;
  height: auto;
  display: block;
  margin-left: auto;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.fes-s3__link {
  text-align: right;
}

.fes-s3__link-btn {
  color: #00957a;
  border-radius: 50px;
  border-radius: 3.125rem;
}

.fes-s3__link-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-right: 2.5px solid #c3c3c3;
  border-right: 0.15625rem solid #c3c3c3;
  border-bottom: 2.4px solid #c3c3c3;
  border-bottom: 0.15625rem solid #c3c3c3;
  transform: translateY(2px) rotate(-45deg);
  margin-left: 2px;
  margin-left: 0.125rem;
}

/* figma-css:end nodeId=1677-10164 */

/* figma-css:start nodeId=1677-10444 */
/* ========================================
   セクション名: 来場者特典！（s4）
   Figma nodeId: 1677-10444
   ======================================== */

.fes-s4 {
  position: relative;
  padding-top: 83px;
  padding-top: 5.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #f3dbd7;
}

.fes-s4__inner {
  position: relative;
  z-index: 1;
  width: 91.47%;
  margin-inline: auto;
  border: 2px dashed #f2acb0;
  border: 0.125rem dashed #f2acb0;
  border-radius: 40px;
  border-radius: 2.5rem;
  background-color: rgba(253, 248, 247, 0.8);
  padding: 43px 16px 24px;
  padding: 2.6875rem 1rem 1.5rem;
}

.fes-s4__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  color: #e84c53;
  line-height: 1.7;
  text-align: center;
  letter-spacing: -0.84px;
  letter-spacing: -0.0525rem;
  position: relative;
  z-index: 2;
  margin-top: -77px;
  margin-top: -4.8125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.fes-s4__ttl span {
  display: inline-block;
  transform: rotate(-2deg);
}

.fes-s4__ttl::after {
  content: "";
  background: url(../img/fes-s4__ttl-bg.webp) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fes-s4__desc {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.fes-s4__highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e84c53;
  line-height: 1.7;
  letter-spacing: -0.36px;
  letter-spacing: -0.0225rem;
  font-feature-settings: "palt", "pkna";
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.fes-s4__highlight strong {
  font-weight: 600;
}

.fes-s4__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.7;
  font-feature-settings: "pkna", "palt";
}

.fes-s4__ufo-imgx {
  width: 82.1%;
  margin-inline: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fes-s4__sponsor {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fes-s4__sponsor-logo {
  width: 84px;
  width: 5.25rem;
  height: auto;
  display: block;
}

.fes-s4__sponsor-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
}

.fes-s4__link {
  text-align: right;
}

.fes-s4__link-icon {
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
  display: inline-block;
}

/* figma-css:end nodeId=1677-10444 */

/* figma-css:start nodeId=1677-10480 */
/* ========================================
   セクション名: 会場アクセス（s5）
   Figma nodeId: 1677-10480
   ======================================== */

.fes-s5 {
  position: relative;
  overflow: hidden;
  background-color: #e9f5f4;
  z-index: 10;
}

.fes-s5::before {
  content: "";
  position: absolute;
  bottom: 81px;
  bottom: 5.0625rem;
  left: -40px;
  left: -2.5rem;
  width: 163px;
  width: 10.1875rem;
  height: 147px;
  height: 9.1875rem;
  background: url("../img/leaf-deco-01.webp") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

.fes-s5::after {
  content: "";
  position: absolute;
  top: 490px;
  top: 30.625rem;
  right: -57px;
  right: -3.5625rem;
  width: 163px;
  width: 10.1875rem;
  height: 147px;
  height: 9.1875rem;
  background: url("../img/leaf-deco-02.webp") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

.fes-s5__inner {
  position: relative;
  z-index: 2;
  width: 91.4666666667%;
  margin-inline: auto;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.fes-s5__heading {
  position: relative;
  color: #006673;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.fes-s5__heading::after {
  content: "";
  background: url(../img/s5-heading-deco.webp) no-repeat;
  background-size: contain;
  width: 78%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fes-s5__map {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
  filter: grayscale(1);
}

.fes-s5__map-iframe {
  display: block;
  width: 100%;
  height: 317px;
  height: 19.8125rem;
  border: 0;
}

.fes-s5__info {
  display: flex;
  flex-direction: column;
}

.fes-s5__venue-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fes-s5__access {
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.fes-s5__access-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  gap: 0.375rem;
}

.fes-s5__access-icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
  mix-blend-mode: darken;
  background: #e9f5f4;
}

.fes-s5__access-icon img {
  mix-blend-mode: darken;
}

.fes-s5__access-detail {
  display: flex;
  flex-direction: column;
}

.fes-s5__access-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.7;
}

.fes-s5__route {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.fes-s5__route:last-child {
  margin-bottom: 0;
}

.fes-s5__route-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.7;
}

.fes-s5__route-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
}

.fes-s5__divider {
  border: none;
  height: 1px;
  height: 0.0625rem;
  background-color: #b3e0de;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fes-s5__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.fes-s5__link {
  text-align: right;
}

.fes-s5__link-icon {
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
  display: inline-block;
}

/* figma-css:end nodeId=1677-10480 */

/* figma-css:start nodeId=1677-10547 */
/* ========================================
   セクション名: 参加申込（s6）
   Figma nodeId: 1677-10547
   ======================================== */

.fes-s6 {
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #fcfcfc;
  position: relative;
}

.fes-s6::before {
  content: "";
  background: url(../img/fes-s6-bg-deco.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 11vw;
  position: absolute;
  top: 0;
}

.fes-s6__inner {
  width: 91.47%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fes-s6__heading {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  color: #006673;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 1.55rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
  z-index: 2;
}

.fes-s6__heading::after {
  content: "";
  background: url(../img/s6-heading-deco.webp) no-repeat;
  background-size: contain;
  width: 141%;
  height: 62%;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fes-s6__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ec757c;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.fes-s6__cta-btn {
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  width: 343px;
  width: 21.4375rem;
  height: 60px;
  height: 3.75rem;
  background-color: #e98700;
  border-radius: 6px;
  border-radius: 0.375rem;
  box-shadow: 1px 1px 0px 0px #946627;
  box-shadow: 0.0625rem 0.0625rem 0rem 0rem #946627;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  transition: 0.4s;
}

.fes-s6__cta-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-right: 2px solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  margin-top: -4px;
  margin-top: -0.25rem;
}

.fes-s6__cta-btn:hover {
  transform: scale(1.03);
  opacity: 1;
}

/* figma-css:end nodeId=1677-10547 */

/* figma-css:start nodeId=1677-10654 */
/* ========================================
   セクション名: 開催概要 + お問い合わせ（s7）
   Figma nodeId: 1677-10654
   ======================================== */

.fes-s7 {
  background-color: #e9f5f4;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.fes-s7__overview {
  width: 91.47%;
  margin-inline: auto;
  margin-bottom: 26px;
  margin-bottom: 2.125rem;
}

.fes-s7__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-bottom: 0.85rem;
}

.fes-s7__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #006673;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  z-index: 2;
}

.fes-s7__ttl::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 10px;
  height: 0.625rem;
  background: #c3e4ea;
  border-radius: 2px;
  border-radius: 0.125rem;
  z-index: -1;
}

.fes-s7__info-list {
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  flex-direction: column;
}

.fes-s7__info-item {
  display: flex;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 2;
}

.fes-s7__info-label {
  flex-shrink: 0;
  width: 5.5em;
  margin-right: 1em;
}

.fes-s7__info-value {
  flex: 1;
}

.fes-s7__info-address {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
}

.fes-s7__contact {
  width: 91.47%;
  margin-inline: auto;
}

.fes-s7__contact-info {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fes-s7__contact-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 2;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.fes-s7__contact-item {
  margin-bottom: 0;
}

.fes-s7__contact-txt {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333333;
  line-height: 2;
}

.fes-s7__contact-icon {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  display: block;
  flex-shrink: 0;
}

.fes-s7__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.fes-s7__sns-link {
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}

.fes-s7__sns-icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* figma-css:end nodeId=1677-10654 */

/* figma-css:start nodeId=1677-10683 */
/* ========================================
   セクション名: Footer
   Figma nodeId: 1677-10683
   ======================================== */

.fes-footer {
  background-color: #31776a;
  padding: 16px;
  padding: 1rem;
}

.fes-footer__inner {
  display: flex;
  flex-direction: column;
}

.fes-footer__company {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.fes-footer__company-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 2;
}

.fes-footer__company-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2;
}

.fes-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2;
  text-align: right;
}

.fes-footer__copyright small {
  font-size: inherit;
}

/* figma-css:end nodeId=1677-10683 */

/* 768〜1279px: ヘッダーナビはハンバーガーを維持 */
@media (min-width: 768px) and (max-width: 1100px) {
  .fes-header__nav.pc {
    display: none !important;
  }
  .fes-header__hamburger.sp {
    display: flex !important;
    pointer-events: auto;
  }
}

/* ========================================
   PC レスポンシブ（768px〜）
   ======================================== */
@media (min-width: 768px) {
  /* ---- Header ---- */
  .fes-header {
    height: 92px;
    height: 5.75rem;
  }

  .fes-header__inner {
    margin-inline: auto;
    padding: 0;
    width: 97.2224%;
  }

  .fes-header__logo {
    width: 150px;
    width: 9.375rem;
  }

  .fes-header__divider {
    height: 52px;
    height: 3.25rem;
    margin-left: 14px;
    margin-left: 0.875rem;
    margin-right: 14px;
    margin-right: 0.875rem;
    width: 1px;
  }

  .fes-header__ttl {
    font-size: 24px;
    font-size: min(1.8vw, 1.5rem);
    letter-spacing: 0.48px;
    letter-spacing: 0.03rem;
    white-space: nowrap;
  }

  .fes-header__nav {
    display: flex;
    align-items: center;
    gap: 20px;
    gap: 1.25rem;
    width: 68%;
    max-width: 998px;
  }

  .fes-header__nav-list {
    display: flex;
    width: 109%;
    align-items: center;
    /* gap: 20px; */
    /* gap: 2.75rem; */
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
  }

  .fes-header__nav-link {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-size: min(1.1vw, 0.9375rem);
    font-weight: 600;
    color: #00957a;
    line-height: 1.5;
    letter-spacing: 0.3px;
    letter-spacing: 0.01875rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
  }

  .fes-header__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12.25rem;
    height: 3.75rem;
    background-color: #e98700;
    border-radius: 0.375rem;
    box-shadow: 0.0625rem 0.0625rem 0rem 0rem #946627;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.0225rem;
    position: relative;
    padding-right: 1rem;
    flex-shrink: 0;
    margin-left: 1.25rem;
    transition: 0.4s;
  }

  .fes-header__cta-btn::after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.125rem solid #ffffff;
    border-bottom: 0.125rem solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    right: 0.875rem;
    top: 50%;
    margin-top: -0.25rem;
  }

  .fes-header__cta-btn:hover {
    transform: scale(1.03);
    opacity: 1;
  }
  /* タブレット用ハンバーガーメニュー */
  .fes-nav {
  }

  .fes-nav.is-active {
  }

  .fes-nav__inner {
  }

  .fes-nav__header {
    height: 5.75rem;
    padding: 0;
    margin-inline: auto;
    padding: 0;
    width: 97.2224%;
  }

  .fes-nav__logo-area {
  }

  .fes-nav__logo {
    width: 150px;
    width: 9.375rem;
  }

  .fes-nav__divider {
    height: 52px;
    height: 3.25rem;
    margin-left: 14px;
    margin-left: 0.875rem;
    margin-right: 14px;
    margin-right: 0.875rem;
    width: 1px;
  }

  .fes-nav__ttl {
    font-size: 24px;
    font-size: min(1.8vw, 1.5rem);
    letter-spacing: 0.48px;
    letter-spacing: 0.03rem;
    white-space: nowrap;
  }

  .fes-nav__close {
  }

  .fes-nav__close-line {
  }

  .fes-nav__close-line:first-child {
  }

  .fes-nav__close-line:last-child {
  }

  .fes-nav__list {
  }

  .fes-nav__item {
  }

  .fes-nav__item:first-child {
  }

  .fes-nav__link {
    font-size: 1.2rem;
  }

  .fes-header__nav-link::after,
  .fes-nav__link::after {
  }

  .fes-header__nav-link::after {
  }

  /* ---- FV ---- */
  .fes-fv__inner {
    max-width: 100%;
    overflow: hidden;
  }

  .fes-fv__img {
    min-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  @media screen and (min-width: 767.98px) and (max-width: 1240px) {
    .fes-fv__img {
      min-width: 1420px;
    }
  }
  /* ---- S1 ---- */
  .fes-s1::before {
    height: 327px;
    height: 20.4375rem;
  }

  .fes-s1::after {
    content: "";
    background: url(../img/s1-bg-deco-pc.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 51px;
    height: 3.1875rem;
    height: 2.0875vw;
    position: absolute;
    left: 50%;
    bottom: -0.4vw;
    transform: translateX(-50%);
    z-index: 2;
  }

  .fes-s1__inner {
    max-width: 1040px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 4px;
    gap: 0.25rem;
    padding-top: 46px;
    padding-top: 2.875rem;
    width: 90%;
    position: relative;
  }

  .fes-s1__inner::before {
    content: "";
    background: url(../img/s1-deco-pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: -22%;
    width: 157.87px;
    width: 9.866875rem;
    height: 157.87px;
    height: 9.866875rem;
    top: 16%;
    opacity: 0.2;
  }

  .fes-s1__inner::after {
    content: "";
    background: url(../img/s1-deco2-pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: -16%;
    width: 130.05px;
    width: 8.128125rem;
    height: 129.99px;
    height: 8.124375rem;
    top: 45%;
  }

  .fes-s1__photo {
    flex-shrink: 0;
    width: 350px;
    width: 21.875rem;
  }

  .fes-s1__img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 10px;
    border-radius: 0.625rem;
  }

  .fes-s1__body {
    flex: 1;
  }

  .fes-s1__ttl {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .fes-s1__txt {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .fes-s1 {
    position: relative;
    overflow: hidden;
  }

  .fes-s1__inner {
    position: relative;
    z-index: 2;
  }

  .fes-s1__ttl {
  }
  .fes-s1__ttl::after {
  }

  .fes-s1__txt {
  }

  .fes-s1__txt strong {
  }

  .fes-s1__img {
  }

  /* ---- S2 ---- */
  .fes-s2 {
    padding-top: 100.8px;
    padding-top: 6.3rem;
    padding-bottom: 56.4px;
    padding-bottom: 3.525rem;
    position: relative;
    background-image: url(../img/s2-pc-bg.webp);
    background-size: contain;
    background-position: center;
    z-index: 2;
  }

  .fes-s2__inner::after {
    width: 93.077%;
    height: 66%;
    top: 8%;
  }

  .fes-s2__heading {
    position: relative;
    margin-bottom: 2rem;
  }

  .fes-s2__heading::before {
    content: "";
    background: url(../img/fes-s2__heading-deco1.webp) no-repeat;
    background-size: contain;
    width: 94px;
    width: 5.875rem;
    height: 87px;
    height: 5.4375rem;
    position: absolute;
    left: 3.5%;
    top: 3%;
  }

  .fes-s2__heading::after {
    content: "";
    background: url(../img/fes-s2__heading-deco2.webp) no-repeat;
    background-size: contain;
    width: 94px;
    width: 5.875rem;
    height: 56px;
    height: 3.5rem;
    position: absolute;
    right: 7%;
    top: 56.4%;
  }

  .fes-s2__dis {
    margin-bottom: 2rem;
  }

  .fes-s2__cards {
    flex-direction: row;
    gap: 12px;
    gap: 0.75rem;
    justify-content: center;
  }

  .fes-s2__card {
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 41px 34px 33px 34px;
    padding: 2.5625rem 2.125rem 2.0625rem 2.125rem;
    height: auto;
    overflow: visible;
  }

  .stage-beginner {
    background: url(../img/stage-beginner-bg-pc.webp) no-repeat;
    background-size: 100% 100%;
  }

  .stage-advance {
    background: url(../img/stage-advance-bg-pc.webp) no-repeat;
    background-size: 100% 100%;
  }

  .stage-exper {
    background: url(../img/stage-expert-bg-pc.webp) no-repeat;
    background-size: 100% 100%;
  }

  .fes-s2__note {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .fes-s2__note small br {
    display: none;
  }

  .fes-s2::after {
    background: url(../img/fes-s2-bg-bottom-pc.webp) no-repeat;
    background-size: contain;
    width: 100%;
    height: 3.7vw;
    bottom: -1.675vw;
  }

  .fes-s2__inner {
    max-width: 1041px;
    width: 95%;
    position: relative;
    z-index: 2;
  }

  .fes-s2__ttl {
    width: 61.154%;
    padding: 26px 0 31px;
    padding: 1.825rem 0 2.0375rem;
  }

  .fes-s2__ttl::after {
    border-left: 21px solid transparent;
    border-left: 1.3125rem solid transparent;
    border-right: 21px solid transparent;
    border-right: 1.3125rem solid transparent;
    border-top: 21px solid #fbf47f;
    border-top: 1.3125rem solid #fbf47f;
    bottom: -19%;
  }

  .fes-s2__cards {
    gap: 22px;
    gap: 1.375rem;
    height: 100%;
  }

  .fes-s2__card-name {
    font-size: min(3vw, 2rem);
  }

  .fes-s2__card-capacity {
    top: 49px;
    top: 3.0625rem;
  }

  .fes-s2__card-capacity b {
  }

  .fes-s2__card-capacity small {
  }

  .fes-s2__card-level {
  }

  .fes-s2__card-level-txt {
  }

  .fes-s2__card-level-txt em {
  }

  .fes-s2__card:nth-child(3) .fes-s2__card-level-txt {
  }

  .fes-s2__note {
    color: #333;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 23.8px */
  }

  .fes-s2__note small {
  }
  /* ---- S3 ---- */

  .fes-s3__inner::after {
    width: 100%;
    height: 90%;
    bottom: 2%;
    top: auto;
    border-radius: 40px;
    border-radius: 2.5rem;
  }
  .fes-s3__header {
    padding-top: 29.6px;
    padding-top: 1.85rem;
    position: relative;
  }
  .fes-s3__header::after {
    content: "";
    background: url(../img/fes-s3__ttl-deco.webp) no-repeat;
    background-size: contain;
    width: 128px;
    width: 8rem;
    height: 106px;
    height: 6.625rem;
    position: absolute;
    right: 4%;
    top: 13%;
  }
  .fes-s3__highlights {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    gap: 1.5rem;
  }

  .fes-s3__highlight-img {
    width: 100%;
  }

  .fes-s3__txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: 0;
  }

  .fes-s3__txt-deco {
    position: relative;
  }
  .fes-s3__txt-last {
    margin-bottom: 2rem;
  }
  .fes-s3__txt-deco::after {
    content: "";
    background: url(../img/fes-s3__inner-deco1.webp) no-repeat;
    background-size: contain;
    width: 79px;
    width: 4.9375rem;
    height: 120px;
    height: 7.5rem;
    position: absolute;
    left: -7%;
    top: -1%;
  }

  .fes-s3__features {
    flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    justify-content: center;
  }

  .fes-s3__feature {
    flex: 1;
  }

  .fes-s3__feature-ttl {
    font-size: min(1.9vw, 1.5220625rem);
  }
  .fes-s3__ai {
    padding: 0;
    position: relative;
  }

  .fes-s3__ai::after {
    content: "";
    background: url(../img/fes-s3__inner-deco2.webp) no-repeat;
    background-size: contain;
    width: 92.67px;
    width: 5.791875rem;
    height: 118.99px;
    height: 7.436875rem;
    position: absolute;
    right: -4%;
    top: -18%;
  }

  .fes-s3__ai-img {
    width: 138px;
    width: 8.625rem;
    flex-shrink: 0;
    margin-top: 0;
    grid-row: 2;
    grid-column: 1;
    margin: 0;
    padding: 0;
  }

  .fes-s3__ai-body {
    grid-row: 2;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    flex: 1;
  }

  .fes-s3__ai-txt {
    font-size: 18px;
    font-size: min(1.6vw, 1.125rem);
  }

  @media screen and (min-width: 1180px) {
    .fes-s3__ai-txt-br {
      display: block;
    }
  }

  .fes-s3__link {
    text-align: right;
    margin-top: 10px;
    margin-top: 0.625rem;
  }

  .fes-s3 {
    background-image: url(../img/fes-s3-bg-deco2.webp);
    background-size: 100%;
    background-position: center;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 3;
  }

  .fes-s3::after {
    background: url(../img/fes-s3-bg-deco-pc.webp) no-repeat;
    background-size: contain;
    height: 55px;
    height: 3.4375rem;
    height: 3.9vw;
    bottom: -54.8px;
    bottom: -3.425rem;
  }

  @media screen and (min-width: 767.98px) and (max-width: 1000px) {
    .fes-s3::after {
      height: 6vw;
      bottom: -5.9vw;
    }
  }

  @media screen and (min-width: 1001px) and (max-width: 1410px) {
    .fes-s3::after {
      height: 5.9vw;
      bottom: -4.125rem;
    }
  }
  .fes-s3__inner {
    max-width: 1200px;
    width: 90%;
    padding: 16px;
    padding: 1rem;
    padding-bottom: 0;
    transform: translateY(0);
  }

  .fes-s3__lead {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    margin-bottom: 0;
  }

  .fes-s3__ttl {
    padding: 18px 47.3px;
    padding: 1.125rem 2.95625rem;
  }

  .fes-s3__ttl::after {
  }

  .fes-s3__highlights {
    width: 90.1%;
    margin: 0 auto;
    padding-bottom: 30.2px;
    padding-bottom: 1.8875rem;
    border-bottom: dotted #91bfc4 5px;
    border-bottom: dotted #91bfc4 0.3125rem;
    gap: 56px;
    gap: 3.5rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .fes-s3__features {
    width: 91%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }

  .fes-s3__ai-ttl {
    width: fit-content;
    padding: 0px 10px;
    padding: 0rem 0.625rem;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1.51px;
    letter-spacing: 0.094375rem;
    margin-right: 0;
    margin-left: 0;
  }

  .fes-s3__ai-ttl em {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 1.51px;
    letter-spacing: 0.094375rem;
  }

  .fes-s3__ai-ttl span {
  }

  .fes-s3__ai-body {
    padding: 0;
  }

  .fes-s3__ai-body-wrap {
    width: 90%;
    margin: 0 auto;
    gap: 35px;
    gap: 2.1875rem;
    flex-direction: row-reverse;
  }

  .fes-s3__link-btn {
  }

  .fes-s3__link-btn::after {
  }

  /* ---- S4 ---- */
  .fes-s4 {
    padding-top: 89.8px;
    padding-top: 6.4125rem;
    padding-bottom: 59.8px;
    padding-bottom: 2.1375rem;
    background: url(../img/fes-s4-bg-pc.webp) no-repeat;
    background-size: cover;
    background-color: #f3dbd7;
    z-index: 2;
  }

  .fes-s4::after {
    content: "";
    background: url(../img/fes-s4-bg-pc-deco.webp) no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
    height: 2.1vw;
    position: absolute;
    bottom: -2vw;
    z-index: 53;
  }

  .fes-s4__inner {
    max-width: 968px;
    width: 93%;
    padding: 49px 53px 18px 73px;
    padding: 3.0625rem 3.3125rem 1.125rem 4.5625rem;
  }

  .fes-s4__content {
    display: flex;
    align-items: flex-start;
    gap: 43px;
    gap: 2.6875rem;
  }

  .fes-s4__left {
    flex: 1;
  }

  .fes-s4__right {
    flex-shrink: 0;
    margin-top: -75px;
    margin-top: -4.6875rem;
    width: 39.141%;
  }

  .fes-s4__ufo-imgx {
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
    width: 100%;
  }

  .fes-s4__ttl {
    width: fit-content;
    position: absolute;
    left: 14%;
  }

  .fes-s4__highlight {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .fes-s4__txt {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-right: 2.2rem;
  }

  .fes-s4__product-img {
    width: 100%;
    margin-inline: 0;
    margin-bottom: 0;
  }

  .fes-s4__link {
    text-align: left;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }

  .fes-s4__ttl::after {
    width: 120%;
    height: 100%;
  }

  .fes-s4__desc {
  }

  .fes-s4__highlight {
  }

  .fes-s4__highlight strong {
  }

  .fes-s4__sponsor {
    justify-content: center;
    margin-bottom: 0;
  }

  .fes-s4__sponsor-logo {
  }

  .fes-s4__sponsor-txt {
  }

  .fes-s4__link {
    text-align: right;
  }

  .fes-s4__link-icon {
  }
  /* ---- S5 ---- */
  .fes-s5__inner {
    max-width: 968px;
    width: 90%;
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }

  .fes-s5__content {
    display: flex;
    align-items: stretch;
    gap: 32px;
    gap: 2rem;
  }

  .fes-s5__map {
    flex-shrink: 0;
    width: 384px;
    width: 24rem;
    margin-bottom: 0;
    border-radius: 0;
  }

  .fes-s5__map-iframe {
    height: 100%;
    min-height: 400px;
  }

  .fes-s5__info {
    flex: 1;
    padding: 32px 32px 32px 0;
    padding: 2rem 2rem 2rem 0;
  }

  .fes-s5 {
    margin-top: -17px;
    margin-top: 0.6375rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    z-index: 0;
  }

  .fes-s5::before {
    left: 0;
  }

  .fes-s5::after {
    top: 29%;
    right: 1%;
  }

  .fes-s5__heading {
    width: fit-content;
    margin: auto;
    margin-bottom: 23px;
    margin-bottom: 1.4375rem;
  }

  .fes-s5__heading::after {
    left: 50%;
    width: 162%;
  }

  .fes-s5__map {
    height: 403px;
    height: 25.1875rem;
  }

  .fes-s5__map-iframe {
  }

  .fes-s5__info {
    padding: 0;
  }

  .fes-s5__venue-name {
  }

  .fes-s5__access {
  }

  .fes-s5__access-item {
  }

  .fes-s5__access-icon {
  }

  .fes-s5__access-detail {
  }

  .fes-s5__access-txt {
  }

  .fes-s5__route {
  }

  .fes-s5__route:last-child {
  }

  .fes-s5__route-name {
  }

  .fes-s5__route-desc {
  }

  .fes-s5__divider {
  }

  .fes-s5__txt {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .fes-s5__link {
  }

  .fes-s5__link-icon {
  }

  /* ---- S6 ---- */
  .fes-s6 {
    padding-top: 36px;
    padding-top: 2.25rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .fes-s6::before {
    background: url(../img/fes-s6-bg-deco-pc.webp) no-repeat;
    background-size: contain;
    height: 2.6vw;
    top: -8.3%;
  }

  @media screen and (min-width: 767.98px) and (max-width: 1410px) {
    .fes-s6::before {
      height: 5.9vw;
      top: -2.5vw;
    }
  }

  .fes-s6__inner {
    max-width: 968px;
    width: 90%;
  }

  .fes-s6__cta-btn-wrap {
    border-radius: 40px;
    border-radius: 2.5rem;
    border: 1px solid #e0e0e0;
    border: 0.0625rem solid #e0e0e0;
    background: rgba(255, 255, 255, 0.92);
    width: 100%;
    padding: 48px 0;
    padding: 3rem 0;
  }

  .fes-s6__cta-btn {
    width: 419px;
    width: 26.1875rem;
    height: 74px;
    height: 4.625rem;
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 6px;
    border-radius: 0.375rem;
    background-color: #e98700;
    margin: 0 auto;
  }

  .fes-s6__heading {
  }

  .fes-s6__heading::after {
  }

  .fes-s6__txt {
  }

  .fes-s6__cta-btn::after {
  }
  /* ---- S7 ---- */
  .fes-s7 {
    background-color: #e9f5f4;
  }

  .fes-s7__inner {
    display: flex;
    max-width: 968px;
    width: 90%;
    margin-inline: auto;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fes-s7__overview {
    flex: 1;
    max-width: none;
    width: auto;
    margin-inline: 0;
    margin-bottom: 0;
    padding-right: 40px;
    padding-right: 2.5rem;
    border-right: 1px solid #a5d7d2;
    border-right: 0.0625rem solid #a5d7d2;
  }

  .fes-s7__contact {
    flex: 1;
    max-width: none;
    width: auto;
    margin-inline: 0;
    padding-left: 40px;
    padding-left: 2.5rem;
  }

  .fes-s7__sns {
    justify-content: flex-start;
    gap: 20px;
    gap: 1.25rem;
  }

  .fes-s7__sns-link {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }

  .fes-s7__heading {
  }

  .fes-s7__ttl {
  }

  .fes-s7__ttl::after {
  }

  .fes-s7__info-list {
  }

  .fes-s7__info-item {
  }

  .fes-s7__info-label {
  }

  .fes-s7__info-value {
  }

  .fes-s7__info-address {
  }

  .fes-s7__contact {
    padding-left: 86.4px;
    padding-left: 5.4rem;
  }

  .fes-s7__contact-info {
  }

  .fes-s7__contact-name {
  }

  .fes-s7__contact-item {
  }

  .fes-s7__contact-txt {
  }

  .fes-s7__contact-icon {
  }

  .fes-s7__sns {
  }

  .fes-s7__sns-link {
  }

  .fes-s7__sns-icon {
  }

  /* ---- Footer ---- */
  .fes-footer {
    padding: 0 40px;
    padding: 0 2.5rem;
  }

  .fes-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 101px;
    height: 6.3125rem;
    max-width: 1400px;
    margin-inline: auto;
  }

  .fes-footer__company {
    margin-bottom: 0;
  }

  .fes-footer__copyright {
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .fes-footer__company-ja {
  }

  .fes-footer__company-en {
  }

  .fes-footer__copyright small {
  }

  /* ---- コーナーボーダー（4隅装飾） ---- */
  .fes-corner-border {
    padding: 38.6px 54.4px 0;
    padding: 2.4125rem 3.4rem 0;
  }

  .fes-corner-border::before,
  .fes-corner-border::after {
    width: 117px;
    width: 7.3125rem;
    height: 94.8px;
    height: 5.925rem;
  }

  /* 左上 */
  .fes-corner-border::before {
    border-radius: 46px 0 0 0;
    border-radius: 2.875rem 0 0 0;
    border-left-width: 4px;
    border-left-width: 0.25rem;
    border-top-width: 4px;
    border-top-width: 0.25rem;
  }

  /* 右下 */
  .fes-corner-border::after {
    border-radius: 0 46px 0 0;
    border-radius: 0 2.875rem 0 0;
    border-right-width: 4px;
    border-right-width: 0.25rem;
    border-top-width: 4px;
    border-top-width: 0.25rem;
  }

  .fes-corner-border__inner {
    align-items: center;
    gap: 41px;
    gap: 2.5625rem;
    padding-bottom: 1.6px;
    padding-bottom: 1rem;
  }

  .fes-corner-border__inner::before,
  .fes-corner-border__inner::after {
    width: 117px;
    width: 7.3125rem;
    height: 66px;
    height: 4.125rem;
  }

  /* 右上 */
  .fes-corner-border__inner::before {
    border-left-width: 4px;
    border-left-width: 0.25rem;
    border-bottom-width: 4px;
    border-bottom-width: 0.25rem;
    border-radius: 0 0 0 46px;
    border-radius: 0 0 0 2.875rem;
    left: -54.6px;
    left: -3.4125rem;
  }

  /* 左下 */
  .fes-corner-border__inner::after {
    border-right-width: 4px;
    border-right-width: 0.25rem;
    border-bottom-width: 4px;
    border-bottom-width: 0.25rem;
    border-radius: 0 0 46px 0;
    border-radius: 0 0 2.875rem 0;
    right: -54.6px;
    right: -3.4125rem;
  }

  /* 追従 */
  .fes-fix__cta {
    opacity: 0;
    visibility: hidden;
  }
  .fes-fix__cta.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .fes-fix__cta.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}
