@charset "UTF-8";

/* ==========================================================
face to fes 2026
========================================================== */
:root {
  --sansation: "Sansation", sans-serif;
  --noto: "Noto Sans JP", sans-serif;
  --inter: "Inter", sans-serif;
  --blue-primary: #447FE0;
  --blue-secondary: #A4D5F3;
  --blue-light-blue: #5FC0C6;
  --blue-accent: #F1F6FF;
  --yellow-primary: #F4CF1E;
  --yellow-secondary: #F3EB2E;
  --yellow-accent: #FFFAE3;
  --green-primary: #1B9F50;
  --green-secondary: #AFDCDF;
  --green-accent: #E7FFF1;
  --red-primary: #E84722;
  --red-secondary: #F4B1AD;
  --red-accent: #FFF4F4;
  --white: #FFFFFF;
  --black: #040101;
  --gray: #F8F8F8;
  --brown: #584901;
  --dark-gray: #575757;
  --gradation-blue: linear-gradient(
    357deg,
    #2fa5dd 0,
    #2b8bcb 42%,
    #2768b2 100%
  );
  --gradation-green: linear-gradient(
    341deg,
    #1b9f50 33%,
    #0d8543 58%,
    #006b37 81%,
    #04522c 100%
  );
  --gradation-red: linear-gradient(90deg, #e84722 51%, #f29f8f 87%);
  --gradation-yellow: linear-gradient(
    180deg,
    #f3eb31 28%,
    #f3d524 45%,
    #f4c318 64%,
    #f5bd15 78%
  );
  --gradation-light-blue: linear-gradient(180deg, #5fc0c6 29%, #afdcdf 61%);
  --gradation-pink: linear-gradient(180deg, #f388b2 51%, #eeb1c9 87%);
  --ftf-shadow: 0px 4px 20px 0px rgba(22, 22, 22, 0.08);
}
.gradation-blue {
  color: var(--gradation-blue);
}
.gradation-green {
  color: var(--gradation-green);
}
.gradation-red {
  color: var(--gradation-red);
}
.gradation-yellow {
  color: var(--gradation-yellow);
}
.gradation-light-blue {
  color: var(--gradation-light-blue);
}
.gradation-pink {
  color: var(--gradation-pink);
}
.ftf-shadow {
  box-shadow: var(--ftf-shadow);
}
.sansation {
  font-family: var(--sansation);
}
.noto {
  font-family: var(--noto);
}
.inter {
  font-family: var(--inter);
}
body {
  font-family: var(--noto);
  letter-spacing: 0.10em;
  line-height: 1.6;
  scroll-padding-top: 80px;
  font-size: 16px;
  color: var(--black);
  @media screen and (max-width: 768px) {
    scroll-padding-top: 48px;
    font-size: 14px;
  }
}

a {
  transition: all 0.3s;
  text-decoration: none;
  &:hover {
    opacity: 0.7;
  }
  &:visited {
    color: inherit;
  }
}

h1, h2, h3, h3, h4, h5 {
  line-height: 1.4;
  font-weight: bold;
}

/* ==========================================================
 sitenavi override
========================================================== */
.ftf-lp {
  .wrapper {
    min-width: auto;
  }
}
.sitenavi-wrapper {
  display: flex;
  justify-content: center;
  > .sitenavi-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-bottom: none;
    margin: 0 2.7vw;
    @media screen and (max-width: 768px) {
      height: 70px;
      margin: 0;
    }
    > a.cta-button {
      height: 44px;
      padding: 0 32px;
      font-size: 14px;
      z-index: 999;
      width: auto;
      &::before {
        content: none;
      }
      @media screen and (max-width: 768px) {
        position: absolute;
        top: 15px;
        right: 64px;
        font-size: 12px;
        height: 40px;
        padding: 0 20px;
        .only-pc {
          display: none;
        }
      }
    }
  }
}

.sitenavi-set {
  > .logo {
    width: 17%;
    margin: 0 2.7vw 0 0;
    > a,
    > a > img {
      display: block;
    }
    @media screen and (max-width: 768px) {
      width: 168px;
      top: 25px;
    }
  }
  .burger {
    @media screen and (max-width: 768px) {
      top: 15px;
    }
    + .label {
      @media screen and (max-width: 768px) {
        top: 15px;
        background-color: var(--blue-primary);
        border-radius: 50%;
        > span {
          border-color: var(--white);
          width: 18px;
          right: 11px;
          border-radius: 2px;
          &:nth-of-type(1) {
            top: 12px;
          }
          &:nth-of-type(3) {
            top: 26px;
          }
        }
      }
    }
  }

  input:checked.burger {
    + .label > span {
      @media screen and (max-width: 768px) {
        &:nth-of-type(1) {
          transform: translateY(7px) rotate(-45deg);
        }
        &:nth-of-type(3) {
          transform: translateY(-7px) rotate(45deg);
        }
      }
    }
    ~ .logo {
      @media screen and (max-width: 768px) {
        display: block;
        z-index: 10;
      }
    }
  }
}

.ftf-lp {
  .sitenavi-nav  {
    > .main-list {
      @media screen and (max-width: 768px) {
        border-top: none;
        &::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-image: linear-gradient(to right, var(--gr-200) 2px, transparent 2px);
          background-size: 10px 2px;
          background-repeat: repeat-x;
          background-position: bottom;
        }
      }
      > .item {
        > .link {
          @media screen and (max-width: 768px) {
            height: 62px;
            &::before {
              content: "";
              position: absolute;
              top: 0;
              top: 50%;
              right: 8px;
              transform: translateY(-50%);
              display: block;
              width: 44px;
              height: 44px;
              background: url(/facetofes/2026/img/icon/icon-arrow-down-right.svg) center center no-repeat;
            }
            &::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: transparent;
              background-image: linear-gradient(to right, var(--gr-200) 2px, transparent 2px);
              background-size: 10px 2px;
              background-repeat: repeat-x;
              background-position: bottom;
            }
          }
          &:hover {
            opacity: 1;
          }
        }
      }
    }
    > a.cta-button  {
      @media screen and (max-width: 768px) {
        display: inline-flex !important;
        margin: 40px auto 0;
      }
    }
  }
  .is-fixed {
    padding-top: 0;
  }
  .sitenavi-wrapper {
    position: fixed;
    top: -108px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(22, 22, 22, 0.08);
  }
}

.sitenavi-nav > .main-list > .item {
  > .main-check + .label,
  > .accordion > .label,
  > .link {
    color: var(--black, #040101);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    white-space: pre-wrap;
  }
}

.header-fixed {
  .sitenavi-wrapper {
    top: 0;
  }
  &.wrapper {
    margin-top: 80px;
    @media screen and (max-width: 768px) {
      margin-top: 48px;
    }
  }
}

.subpage {
  .sitenavi-wrapper {
    &.is-fixed {
      transform: none;
    }
  }
}

/* ==========================================================
 footer override
========================================================== */

.child-footer {
  position: relative;

  .child-footer-banner,
  .child-footer-utility {
    display: none;
  }
  .child-footer-others-logo .service:not(:first-of-type) {
    display: none;
  }
  .child-footer-others-logo li.service {
    @media screen and (max-width: 768px) {
      margin-bottom: 50px;
    }
  }
  .child-footer-others > .other-links {
    height: 80px;
    border: none;
    @media screen and (max-width: 768px) {
      padding: 0;
    }
  }
  .child-footer-others > .other-links:nth-child(2) {
    display: none;
  }
  .child-footer-others > .other-links:nth-child(3) {
    position: absolute;
    right: 60px;
    top: 0;
    width: auto;
    border: none;

    > .child-footer-others-logo {
      flex-direction: row-reverse;
      z-index: 2;
    }

    @media screen and (max-width: 768px) {
      position: static;
    }
  }
}

/* ==========================================================
 共通パーツ
========================================================== */

/* 余白-----------------------------------------------------------*/

.mt10 {
  margin-top: 10px;
  @media screen and (max-width: 768px) {
    margin-top: 8px;
  }
}

.mt20 {
  margin-top: 20px;
  @media screen and (max-width: 768px) {
    margin-top: 16px;
  }
}

.mt24 {
  margin-top: 24px;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: 30px;
  @media screen and (max-width: 768px) {
    margin-top: 24px;
  }
}

.mt48 {
  margin-top: 48px;
  @media screen and (max-width: 768px) {
    margin-top: 36px;
  }
}

.mt64 {
  margin-top: 64px;
  @media screen and (max-width: 768px) {
    margin-top: 48px;
  }
}

.mt100 {
  margin-top: 100px;
  @media screen and (max-width: 768px) {
    margin-top: 60px;
  }
}

.mt120 {
  margin-top: 120px;
  @media screen and (max-width: 768px) {
    margin-top: 80px;
  }
}

.mb48 {
  margin-bottom: 48px;
  @media screen and (max-width: 768px) {
    margin-bottom: 36px;
  }
}

.mb64 {
  margin-bottom: 64px;
  @media screen and (max-width: 768px) {
    margin-bottom: 48px;
  }
}

.mb100 {
  margin-bottom: 100px;
  @media screen and (max-width: 768px) {
    margin-bottom: 60px;
  }
}

.mb120 {
  margin-bottom: 120px;
  @media screen and (max-width: 768px) {
    margin-bottom: 80px;
  }
}

/* cta-----------------------------------------------------------*/
a.cta-button {
  position: relative;
  display: inline-flex;
  padding: 8px 30px 8px 68px;
  width: 258px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 33px;
  background: var(--black);
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--noto);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;

  &::before {
    content: "";
    position: absolute;
    left: 10px;
    display: block;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: var(--white) url(/facetofes/2026/img/icon/icon-arrow-down-right.svg)
      no-repeat center center / 50%;
    border-radius: 50%;
  }

  @media screen and (max-width: 768px) {
    padding: 6px 24px 6px 54px;
    font-size: 14px;
    height: 54px;

    &::before {
      width: 40px;
      height: 40px;
    }
  }
  &:hover {
    opacity: 1;
    background-color: var(--blue-primary);
    color: var(--white);
    &::before {
      background: var(--white) url(/facetofes/2026/img/icon/icon-arrow-down-right_blue.svg) no-repeat center center / 50%;
    }
  }
}

/* text-link-----------------------------------------------------------*/
.text-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 56px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  @media screen and (max-width: 768px) {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY( -50%);
    display: block;
    width: 44px;
    height: 44px;
    background: var(--black) url(/facetofes/2026/img/icon/icon-arrow-down-right_white.svg) no-repeat center center / 50%;
    border-radius: 50%;
    transition: all 0.3s;
    @media screen and (max-width: 768px) {
      width: 40px;
      height: 40px;
    }
  }
  &:hover {
    opacity: 1;
    color: var(--blue-primary);
    &::before {
      background: var(--blue-primary) url(/facetofes/2026/img/icon/icon-arrow-down-right_white.svg) no-repeat center center / 50%;
    }
  }
  &.blank {
    &::before {
      background: var(--black) url(/facetofes/2026/img/icon/icon-arrow-top-right-on-square.svg) no-repeat center center / 50%;
    }
    &:hover {
      &::before {
        background: var(--blue-primary) url(/facetofes/2026/img/icon/icon-arrow-top-right-on-square.svg) no-repeat center center / 50%;
      }
    }
  }
}

/*
テキストハイライト----------------------------------------------- */
.highlights {
  font-weight: bold;
  &.blue {
    color: var(--blue-primary);
  }
  &.red {
    color: var(--red-primary);
  }
  &.light-blue {
    color: var(--blue-light-blue);
  }
}

/* section----------------------------------------------- */
.child-section {
  padding: 64px 0;

  @media screen and (max-width: 768px) {
    padding: 32px 0;
  }
}

/* sectionタイトル----------------------------------------------- */
.section-title-box {
  margin-bottom: 64px;
  @media screen and (max-width: 768px) {
    margin-bottom: 48px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .section-title-set {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }

    .section-title {
      color: var(--blue-primary, #447fe0);
      font-family: var(--sansation);
      font-size: 80px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 2.4px;
      white-space: nowrap;
      @media screen and (max-width: 768px) {
        font-size: 40px;
        letter-spacing: 1.2px;
      }
    }
    .section-desc {
      color: var(--black, #040101);
      font-family: var(--noto);
      font-style: normal;
      font-weight: 400;
      line-height: 160%; /* 25.6px */
      letter-spacing: 0.48px;
      text-align: left;
      max-width: 510px;
      width: 100%;
    }
  }
}

/* 下層ページタイトル----------------------------------------------- */
.subpage-title {
  margin-top: 40px;
  position: relative;
  font-size: 54px;
  color: var(--blue-primary);
  font-weight: bold;
  text-align: left;
  margin-bottom: 140px;
  @media screen and (max-width: 768px) {
    font-size: 36px;
    margin-bottom: 80px;
  }
  &::after {
    content: "";
    position: absolute;
    top: -636px;
    left: -445px;
    width: 1107px;
    height: 937px;
    background: url(/facetofes/2026/img/bg/bg-blobs.png) no-repeat center left / cover;
    z-index: -1;
    @media screen and (max-width: 768px) {
      top: -340px;
      left: -360px;
      width: calc(1107px * 0.6);
      height: calc(937px * 0.6);
    }
  }
}

/* カードレイアウト-------------------------------------------- */
.card {
  box-shadow: var(--ftf-shadow);
  border-radius: 200px 200px 20px 20px;
  overflow: hidden;
  background-color: var(--white);
  @media screen and (max-width: 768px) {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  &.booth {
    .card-box {
      padding: 20px 20px 20px;
    }
    h3 {
      font-size: 28px;
      line-height: 1.4;
      margin-bottom: 16px;
      @media screen and (max-width: 768px) {
        font-size: 24px;
        margin-bottom: 10px;
      }
    }
    p {
      text-align: left;
    }
  }
  h3 {
    background-color: var(--white);
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 10;
    line-height: 1.6;
    @media screen and (max-width: 768px) {
      font-size: 16px;
    }
    a, span {
      font-size: 24px;
      @media screen and (max-width: 768px) {
        font-size: 20px;
      }
    }
    a {
      text-decoration: underline;
    }
  }
  .card-box {
    position: relative;
    padding: 20px 20px 30px;
    @media screen and (max-width: 768px) {
      padding: 16px 20px 24px;
    }
    &::after {
      content: "";
      position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 100%;
      height: 54px;
      background: url(/facetofes/2026/img/bg/bg-card.svg) no-repeat top center / cover;
    }
  }
}

/* z-index
----------------------------------------------- */
.z-index-20 {
  position: relative;
  z-index: 20;
}


/* flexレイアウト
----------------------------------------------- */
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.flex-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.one-column {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 40px;
  @media screen and (max-width: 768px) {
    gap: 24px;
  }
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;

  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.four-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;

  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
}

.five-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;

  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
}

/* ==========================================================
 背景
========================================================== */

.bg-top {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 470px;
    top: -110px;
    left: 50%;
    transform: translate(-50%) scale(1, -1);
    z-index: -10;
    @media screen and (max-width: 768px) {
      top: -24px;
      height: 330px;
    }
  }
  &.gray {
    &::before {
      background: url(/facetofes/2026/img/bg/bg-gray.png) no-repeat bottom right / cover;
      @media screen and (max-width: 768px) {
        background: url(/facetofes/2026/img/bg/bg-gray_sp.png) no-repeat bottom center / cover;
      }
    }
  }
  &.yellow {
    &::before {
      background: url(/facetofes/2026/img/bg/bg-yellow.png) no-repeat bottom right / cover;
      @media screen and (max-width: 768px) {
        background: url(/facetofes/2026/img/bg/bg-yellow_sp.png) no-repeat bottom center / cover;
      }
    }
  }
}

.bg-bottom {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 32vw;
    z-index: -5;
    @media screen and (max-width: 768px) {
      bottom: -24px;
      height: 330px;
    }
  }
  &.blue {
    &::after {
      background: url(/facetofes/2026/img/bg/bg-gradation-blue.png) no-repeat bottom left / cover;
      @media screen and (max-width: 768px) {
        background: url(/facetofes/2026/img/bg/bg-gradation-blue_sp.png) no-repeat bottom center / cover;
      }
    }
  }
  &.yellow {
    &::after {
      background: url(/facetofes/2026/img/bg/bg-gradation-yellow.png) no-repeat bottom left / cover;
      @media screen and (max-width: 768px) {
        background: url(/facetofes/2026/img/bg/bg-gradation-yellow_sp.png) no-repeat bottom center / cover;
      }
    }
  }
  &.green {
    &::after {
      background: url(/facetofes/2026/img/bg/bg-gradation-green.png) no-repeat bottom left / cover;
      @media screen and (max-width: 768px) {
        background: url(/facetofes/2026/img/bg/bg-gradation-green_sp.png) no-repeat bottom center / cover;
      }
    }
  }
  &.red {
    &::after {
      background: url(/facetofes/2026/img/bg/bg-gradation-red.png) no-repeat bottom left / cover;
      @media screen and (max-width: 768px) {
        background: url(/facetofes/2026/img/bg/bg-gradation-red_sp.png) no-repeat bottom center / cover;
      }
    }
  }
  &.gray {
    &::after {
      background: url(/facetofes/2026/img/bg/bg-gray.png) no-repeat bottom left / cover;
      @media screen and (max-width: 768px) {
        background: url(/facetofes/2026/img/bg/bg-gray_sp.png) no-repeat bottom center / cover;
      }
    }
  }
}

/* ==========================================================
 swiper用ボタン
========================================================== */

.session-swiper {
  position: relative;
  max-width: 100%;
}
.controller-set {
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;

  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    z-index: 999;
    border: solid 1px #dddddd;
    border-radius: 50%;
    background-color: #f5f5f5;
    cursor: pointer;
    margin-left: 8px;
  }
  .btn.stop::after {
    content: "";
    display: block;
    width: 3px;
    height: 9px;
    border-left: solid 2px #999999;
    border-right: solid 2px #999999;
  }
  .btn.start::after {
    content: "▶";
    display: block;
    font-size: 10px;
    color: #999999;
  }
}
.session-swiper .controller-set {
  bottom: -28px;
}

/* ==========================================================
 モーダル modal
========================================================== */

.mfp-container {
  padding: 0 80px;
  @media screen and (max-width: 768px) {
    padding: 0 10px;
  }
  .mfp-content {
    max-width: 1020px;
    background-color: #fff;
    padding: 0;
    box-shadow: var(--ftf-shadow);
    border-radius: 20px;
    @media screen and (max-width: 768px) {
      margin: 0;
      border-radius: 12px;
    }
  }
}

.mfp-close-btn-in {
  .mfp-close {
    top: -30px;
    right: -30px;
    width: 62px;
    height: 62px;
    background-color: var(--white);
    border-radius: 50%;
    opacity: 1;
    border: none;
    box-shadow: var(--ftf-shadow);
    @media screen and (max-width: 768px) {
      top: 0;
      right: 0;
      width: 48px;
      height: 48px;
      border-radius: 8px;
    }
    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      display: block;
      width: 32px;
      height: 0;
      border-bottom: solid 1px var(--black);
      @media screen and (max-width: 768px) {
        width: 24px;
      }
    }
    &::before {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    &.youtube-close {
      @media screen and (max-width: 768px) {
        top: -60px;
      }
    }
  }
}

button.mfp-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  border: none;
  margin: 0 !important;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;

  &.mfp-arrow-right {
    right: 0;
    transform: translate(-50%, -50%);
  }
  &.mfp-arrow-left {
    left: 0;
    transform: translate(50%, -50%);
  }
  &:before {
    width: 20px;
    height: 20px;
    position: static;
    margin: 0;
    border-top: solid 1px var(--gr-600);
    border-right: solid 1px var(--gr-600);
    border-bottom: none;
    border-left: none;
    opacity: 1;
  }
  &.mfp-arrow-right:before {
    transform: translateX(-25%) rotate(45deg);
  }
  &.mfp-arrow-left:before {
    transform: translateX(25%) rotate(-135deg);
  }
  &:after {
    display: none;
  }

  @media screen and (max-width: 768px) {
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
    &:before {
      width: 10px;
      height: 10px;
    }
  }
}

.speaker-modal-contents {
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
  overflow-y: auto;
  border-radius: 20px;
  @media screen and (max-width: 768px) {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
    border-radius: 12px;
  }
  .modal-bg {
    position: relative;
    padding: 30px 3vw 138px;
    @media screen and (max-width: 768px) {
      padding: 20px 16px 100px 16px;
    }
    &::before, &::after {
      content: "";
      position: absolute;
      width: 310px;
      height: 188px;
      z-index: -1;
      @media screen and (max-width: 768px) {
        width: calc(310px * 0.6);
        height: calc(188px * 0.6);
      }
    }
    &::before {
      top: 0;
      right: 0;
    }
    &::after {
      bottom: 0;
      left: 0;
      transform: scale(-1, -1);
    }
  }
  &.blue {
    .modal-bg {
      &::before, &::after {
        background: url(/facetofes/2026/img/bg/bg-modal-blue.png) no-repeat center center / contain;;
      }
    }
    .session-info {
      .session-info-item {
        .stage {
          background-color: var(--blue-primary);
        }
        .time-info {
          p {
            color: var(--blue-primary);
            &.time {
              &::after {
                background-color: var(--blue-primary);
              }
            }
          }
        }
      }
    }
    .text-tag {
      color: var(--blue-primary);
    }
    .speaker-info {
      &::after {
        background-image : linear-gradient(to right, var(--blue-primary) 2px, transparent 2px);
      }
    }
  }
  &.yellow {
    .modal-bg {
      &::before, &::after {
        background: url(/facetofes/2026/img/bg/bg-modal-yellow.png) no-repeat center center / contain;
      }
    }
    .session-info {
      .session-info-item {
        .stage {
          background-color: var(--yellow-primary);
          color: var(--brown);
        }
        .time-info {
          p {
            color: var(--brown);
            &.time {
              &::after {
                background-color: var(--brown);
              }
            }
          }
        }
      }
    }
    .text-tag {
      color: var(--brown);
    }
    .speaker-info {
      &::after {
        background-image : linear-gradient(to right, var(--yellow-primary) 2px, transparent 2px);
      }
    }
  }
  &.green {
    .modal-bg {
      &::before, &::after {
        background: url(/facetofes/2026/img/bg/bg-modal-green.png) no-repeat center center / contain;;
      }
    }
    .session-info {
      .session-info-item {
        .stage {
          background-color: var(--green-primary);
        }
        .time-info {
          p {
            color: var(--green-primary);
            &.time {
              &::after {
                background-color: var(--green-primary);
              }
            }
          }
        }
      }
    }
    .text-tag {
      color: var(--green-primary);
    }
    .speaker-info {
      &::after {
        background-image : linear-gradient(to right, var(--green-primary) 2px, transparent 2px);
      }
    }
  }
  .session-info {
    &.flex-between {
      gap: 30px;
      @media screen and (max-width: 768px) {
        flex-wrap: wrap;
      }
    }
    .text-link {
      &.program {
        display: none;
      }
    }
    .session-info-item {
      display: flex;
      align-items: center;
      @media screen and (max-width: 768px) {
        flex-wrap: wrap;
        gap: 10px;
      }
      .flex {
        display: flex;
        align-items: center;
        @media screen and (max-width: 768px) {
          flex-direction: column-reverse;
          align-items: flex-start;
          gap: 8px;
        }
        .time-info {
          display: flex;
          align-items: center;
          gap: 12px;
        }
      }
      .stage-info {
        display: flex;
        align-items: center;
        gap: 16px;
      }
      h2.stage {
        font-family: var(--sansation);
        color: var(--white);
        padding: 10px 8px;
        border-radius: 8px;
        font-size: 22px;
        display: inline-block;
        line-height: 1.2;
        display: flex;
        align-items: center;
        white-space: nowrap;
        @media screen and (max-width: 768px) {
          font-size: 20px;
          width: 100px;
          height: 56px;
          text-align: center;
          padding: 4px 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1;
        }
        &.noto {
          font-family: var(--noto);
          @media screen and (max-width: 768px) {
            font-size: 16px;
            line-height: 1.2;
          }
        }
      }
      p {
        display: inline-block;
        font-weight: bold;
        &.time {
          padding-right:  12px;
          font-size: 22px;
          position: relative;
          white-space: nowrap;
          font-family: "inter", sans-serif;
          line-height: 1;
          letter-spacing: 0;
          @media screen and (max-width: 768px) {
            font-size: 16px;
          }
          &::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            display: block;
            width: 1px;
            height: 100%;
          }
        }
        &.place {
          margin-right: 12px;
          font-size: 22px;
          line-height: 1;
          white-space: nowrap;
          @media screen and (max-width: 768px) {
            font-size: 16px;
          }
        }
      }
    }
  }
  h1 {
    font-size: 36px;
    @media screen and (max-width: 768px) {
      font-size: 22px;
    }
  }
  .text-tag {
    gap: 8px;
    justify-content: flex-start;
    @media screen and (max-width: 768px) {
      flex-direction: row;
      flex-wrap: wrap
    }
    .text-tag-item {
      font-size: 14px;
      font-weight: bold;
      @media screen and (max-width: 768px) {
        font-size: 12px;
      }
    }
  }
  .recommend {
    p {
      font-weight: bold;
    }
    li {
      position: relative;
      padding-left: 16px;
      &:not(:last-child) {
        margin-bottom: 4px;
      }
      &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background-color: var(--black);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        @media screen and (max-width: 768px) {
          width: 4px;
          height: 4px;
        }
      }
    }
  }
  .caution {
    color: var(--dark-gray);
    font-size: 14px;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }
  .speaker-info {
    padding-top: 48px;
    position: relative;
    @media screen and (max-width: 768px) {
      padding-top: 36px;
    }
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image : linear-gradient(to right, var(--gr-200) 2px, transparent 2px);
      background-size: 10px 2px;
      background-repeat: repeat-x;
      background-position: bottom;
      width: 100%;
      height: 2px;
    }
    h3.user-title {
      font-size: 20px;
      margin-bottom: 20px;
      color: var(--green-primary);
    }
    .speaker-list {
      .two-columns {
        @media screen and (max-width: 768px) {
          gap: 30px;
        }
      }
      .speaker-list-item {
        .speaker-list-item__desc {
          display: flex;
          align-items: center;
          gap: 16px;
          .speaker-list-item__image {
            width: 160px;;
            @media screen and (max-width: 768px) {
              width: 100px;
            }
          }
          .title {
            width: calc(100% - 160px);
            @media screen and (max-width: 768px) {
              width: calc(100% - 100px);
            }
            h3 {
              font-size: 22px;
              @media screen and (max-width: 768px) {
                font-size: 18px;
              }
              span {
                font-size: 16px;
                @media screen and (max-width: 768px) {
                  font-size: 14px;
                }
              }
            }
            p {
              margin-top: 6px;
              font-size: 12px;
              @media screen and (max-width: 768px) {
                font-size: 10px;
              }
            }
          }
        }
        .profile {
          margin-top: 16px;
          font-size: 14px;
          @media screen and (max-width: 768px) {
            font-size: 12px;
          }
        }
      }
    }
  }
  .tsunagaru-cafe {
    max-width: 662px;
    margin: 72px auto 0;
    width: 100%;
    @media screen and (max-width: 768px) {
      margin: 36px auto 0;
    }
  }
  .modal-cta {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    text-align: center;
    @media screen and (max-width: 768px) {
      bottom: 48px;
    }
  }
}

/* ==========================================================
 sessionタグ
========================================================== */

.session-tag {
  padding: 2px 14px 2px 8px;
  color: var(--white);
  border-radius: 30px;
  display: flex;
  align-items: center;
  height: 32px;
  @media screen and (max-width: 768px) {
    padding: 2px 10px 2px 6px;
    height: 28px;
  }
  .text {
    padding-left: 28px;
    position: relative;
    font-size: 12px;
    color: var(--white);
    white-space: nowrap;
    @media screen and (max-width: 768px) {
      padding-left: 20px;
    }
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      width: 20px;
      height: 20px;
      @media screen and (max-width: 768px) {
        width: 16px;
        height: 16px;
      }
    }
  }
  &.talk {
    background-color: var(--blue-primary);
    P.text {
      &::after {
        background: url(/facetofes/2026/img/icon/icon-sesstion-tag01.svg) no-repeat center center / contain;
      }
    }
  }
  &.workshop {
    background-color: var(--yellow-primary);
    p.text {
      color: var(--brown);
      &::after {
        background: url(/facetofes/2026/img/icon/icon-sesstion-tag02.svg) no-repeat center center / contain;
      }
    }
  }
  &.comm {
    background-color: var(--green-primary);
    p.text {
      &::after {
        background: url(/facetofes/2026/img/icon/icon-sesstion-tag03.svg) no-repeat center center / contain;
      }
    }
  }
  &.lt {
    background-color: var(--green-accent);
    border: solid 1.5px #178443;
    p.text {
      color: #178443;
      &::after {
        background: url(/facetofes/2026/img/icon/icon-sesstion-tag04.svg) no-repeat center center / contain;
      }
    }
  }
}

/* ==========================================================
 outline 概要
========================================================== */

.ftf-lp {
  .child-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    @media screen and (max-width: 768px) {
      padding: 0 16px;
    }
  }
  .child-section {
    &.outline {
      background-color: var(--gray);
      > .child-inner {
        max-width: 960px;
      }
    }
  }
}

.outline {
  .section-title-box {
    margin-bottom: 48px;
    @media screen and (max-width: 768px) {
      margin-bottom: 36px;
    }
  }
}

.outline-table {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 54px;
  margin: 0 auto;
  padding: 54px;
  @media screen and (max-width: 768px) {
    border-radius: 16px;
  }

  tbody {
    display: block;
    width: 100%;
  }
  tr {
    display: flex;
    width: 100%;
    position: relative;
    &:not(:first-child) {
      padding: 20px 0 0 0;
    }
    &:not(:last-child) {
      &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-image : linear-gradient(to right, var(--gr-250) 2px, transparent 2px);
        background-size: 10px 2px;
        background-repeat: repeat-x;
        background-position: bottom;
        width: 100%;
        height: 2px;
      }
    }
  }
  th {
    font-size: 16px;
    font-weight: bold;
    color: var(--black, #040101);
    flex: 0 0 160px;
  }
  td {
    font-size: 16px;
    font-weight: normal;
    color: var(--black, #040101);
    text-align: left;

    > p {
      margin-bottom: 20px;
      .googlemap {
        text-decoration: underline;
        font-weight: bold;
        margin-left: 20px;
        padding-right: 20px;
        position: relative;
        color: var(--blue-primary);
        @media screen and (max-width: 768px) {
          margin-left: 10px;
        }
        &::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          display: block;
          width: 16px;
          height: 16px;
          background: url(/facetofes/2026/img/icon/icon-arrow-top-right-on-square_blue.svg) no-repeat center center / contain;
        }
      }
      a {
        text-decoration: underline;
      }
    }
  }
}
.outline-info {
  flex-direction: column;
  align-items: center;

  > th {
    color: var(--gr-600);
    flex: none;
    margin-bottom: 20px;
  }
  > td {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    > p {
      margin-bottom: 0;
    }
    > small {
      display: block;
      line-height: 1.2;
    }
  }
}
@media screen and (max-width: 768px) {
  .outline-table {
    padding: 24px;
    tr {
      flex-direction: column;
    }
    th {
      flex: none;
      margin-bottom: 8px;
    }
    td > p {
      font-size: 14px;
      margin-bottom: 1em;
    }
  }
}

/* ----------------------------------------------------------
 topページ　FTFの歩き方セクション /guide/
---------------------------------------------------------- */

.section-guide {
  position: relative;
  padding-bottom: 110px;
  background-image: url("/facetofes/2026/img/icon/icon-round.svg"), url("/facetofes/2026/img/icon/icon-sankaku.svg"), url("/facetofes/2026/img/bg/bg02.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    right 7% top 20%,
    left 7% bottom 3%,
    center bottom 10%;
  background-size:
    36px 36px,
    44px 46px,
    100% 450px;
  @media screen and (max-width: 768px) {
    padding-bottom: 80px;
    background-image: url("/facetofes/2026/img/icon/icon-round.svg"), url("/facetofes/2026/img/icon/icon-sankaku.svg"), url("/facetofes/2026/img/bg/bg02_sp.png");
    background-position:
      right 7% top 20%,
      left 7% bottom,
      center bottom 4%;
    background-size:
      28px 28px,
      32px 34px,
      100% 1109px;
  }
  .guide-list {
    @media screen and (max-width: 768px) {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
    }
    .guide-list-item {
      .guide-list-item__img {
        max-width: 190px;
        width: 100%;
        margin: 0 auto;
        @media screen and (max-width: 768px) {
          max-width: 200px;
        }
      }
      .guide-list-item__text {
        background-color: var(--white);
        border-radius: 20px;
        box-shadow: var(--ftf-shadow);
        padding: 30px 24px;
        h3 {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 12px;
          line-height: 1.5;
          @media screen and (max-width: 768px) {
            font-size: 20px;
            margin-bottom: 10px;
          }
        }
        p {
          text-align: left;
        }
      }
    }
  }
}

/* ----------------------------------------------------------
 アンカーボタン
---------------------------------------------------------- */

.subpage-anchor {
  @media screen and (max-width: 768px) {
    padding-top: 20px;
  }
  &.three-columns {
    gap: 30px;
    justify-items: center;
    @media screen and (max-width: 768px) {
      gap: 20px;
    }
  }
  .anchor-item {
    max-width: 345px;
    width: 100%;
    @media screen and (max-width: 768px) {
      max-width: 400px;
      width: 100%;
    }
    &.blue {
      h3 {
        background-color: var(--blue-primary);
        color: var(--white);
      }
    }
    &.yellow {
      h3 {
        background-color: var(--yellow-primary);
        color: var(--brown);
      }
    }
    &.green {
      h3 {
        background-color: var(--green-primary);
        color: var(--white);
      }
    }
    .anchor-item-box {
      img {
        display: block;
        @media screen and (max-width: 768px) {
          width: 240px;
          margin: 0 auto;
        }
      }
      h3 {
        padding: 24px 20px 54px;
        font-weight: bold;
        text-align: center;
        position: relative;
        font-size: 20px;
        box-shadow: var(--ftf-shadow);
        border-radius: 16px;
        @media screen and (max-width: 768px) {
          font-size: 18px;
          border-radius: 8px;
          padding: 20px 16px 40px;
        }
        &::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block;
          width: 92%;
          height: 80%;
          border: 2px dashed var(--white, #FFF);
          border-radius: 16px;
          @media screen and (max-width: 768px) {
            border-radius: 8px;
            width: 95%;
          }
        }
        &::after {
          content: "";
          position: absolute;
          bottom: 24px;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          width: 30px;
          height: 15px;
          background: url(/facetofes/2026/img/icon/icon-anchor.svg) no-repeat center center / contain;
          @media screen and (max-width: 768px) {
            width: 24px;
            height: 12px;
            bottom: 18px;
          }
        }
      }
    }
  }
}

/* ----------------------------------------------------------
 パートナー一覧 /partner/
---------------------------------------------------------- */
.section-partner {
  .bg-partner {
    padding-bottom: 100px;
    position: relative;
    @media screen and (max-width: 768px) {
      padding-bottom: 60px;
    }
    &::before {
      content: "";
      position: absolute;
      top: -100px;
      left: 0;
      width: 100%;
      height: 2000px;
      background: url(/facetofes/2026/img/bg/bg-gradation-blue02.png) repeat-y top center / contain;
      z-index: -1;
      @media screen and (max-width: 768px) {
        height: 500vw;
        top: 140px;
        background: url(/facetofes/2026/img/bg/bg-gradation-blue02_sp.png) repeat-y top center / contain;
      }
    }
  }
  .partner-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -32px;
    gap: 10px;
    .partner-item {
      width: 100%;
      h3 {
        position: relative;
        font-size: 54px;
        font-family: var(--sansation);
        padding-left: 86px;
        display: flex;
        top: 35px;
        @media screen and (min-width: 768px) {
          margin-left: 28px;
        }
        @media screen and (max-width: 768px) {
          padding-left: 60px;
          font-size: 28px;
          display: inline-block;
          top: 22px;
          font-size: 32px;
        }
        &::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 68px;
          height: 80px;
          @media screen and (max-width: 768px) {
            width: 48px;
          }
        }
        &.platinum {
          color: #6D8C9D;
          &::before {
            background: url("/facetofes/2026/img/icon/icon-platinum.svg") no-repeat center center / contain;
          }
        }
        &.gold {
          color: #B67715;
          &::before {
            background: url("/facetofes/2026/img/icon/icon-gold.svg") no-repeat center center / contain;
          }
        }
        &.silver {
          color:  #8B8B8B;
          &::before {
            background: url("/facetofes/2026/img/icon/icon-silver.svg") no-repeat center center / contain;
          }
        }
      }
      .partner-item-list {
        background-color: var(--gray);
        border-radius: 20px;
        padding: 60px 40px 40px;
        @media screen and (max-width: 768px) {
          padding: 54px 20px 30px;
          max-width: 500px;
          width: 100%;
          margin: 0 auto;
        }
        &.two-columns {
          display: flex;
          justify-content: center;
          gap: 40px;
          @media screen and (max-width: 768px) {
            flex-direction: column;
            gap: 30px;
          }
          .partner-logo {
            max-width: 388px;
            width: 100%;
          }
        }
      }
      .partner-logo {
        @media screen and (max-width: 768px) {
          max-width: 500px;
          width: 100%;
        }
        a {
          .partner-logo-image {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: var(--ftf-shadow);
            @media screen and (max-width: 768px) {
              border-radius: 10px;
            }
          }
        }
      }
    }
  }
}
