@charset "UTF-8";
/* ========== 色一覧 ========== */
/* ========== フォント一覧 ========== */
/* ========== ブレイクポイント一覧 ========== */
/* ========== 調整変数 ========== */
/* ========== テキスト設定 ========== */
/* インナーパディング（左右） */
.inner {
  padding-inline: 40px;
}

@media screen and (max-width: 479px) {
  .inner {
    padding-inline: 20px;
  }
}
/* アンカースクロール位置調整 */
:target {
  scroll-margin-top: 72px;
}

/* テキストリンク */
.text-link {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00AAA6;
  line-height: 2;
  letter-spacing: 0.04em;
}
.text-link:hover {
  text-decoration: none;
}
.text-link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #00AAA6;
  margin-left: 0.5em;
  -webkit-mask-image: url(../img/icon/icon-external-link.svg);
          mask-image: url(../img/icon/icon-external-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* 見出しグループ */
.head-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.head-group .head--en {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #00AAA6;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.head-group .head--ja {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* article ／ section（本文） */
.article-text,
.sec-text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #002C2C;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* 隣接時間隔 */
.article-text + .article-text,
.sec-text + .sec-text,
.sec-list + .sec-list,
.sec-list + .sec-text {
  margin-top: 16px;
}

/* article ／ section（リスト） */
.article-list,
.sec-list {
  list-style: none;
}
.article-list li,
.sec-list li {
  position: relative;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #002C2C;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 1.5em;
}
.article-list li::before,
.sec-list li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.25em;
}
.article-list li + li,
.sec-list li + li {
  margin-top: 8px;
}

/* section 見出し（En／Ja） */
.sec-head--en {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.sec-head--ja {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.sec-head--ja.head-border {
  border-bottom: 1px solid #00AAA6;
  padding-bottom: 16px;
}

/* section ボタン */
.sec-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 26px;
  background-color: #00AAA6;
  padding-inline: 64px;
  margin-inline: auto;
  transition: background-color 0.3s;
}
.sec-btn:hover {
  background-color: #3CD6D4;
}
.sec-btn[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #FFFFFF;
  margin-left: 0.5em;
  -webkit-mask-image: url(../img/icon/icon-external-link.svg);
          mask-image: url(../img/icon/icon-external-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* ============================================================
ヘッダー
============================================================ */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #66AAAA;
  background-color: #FFFFFF;
  padding: 24px;
  z-index: 10;
}
#header .top-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .top-header .page-title img {
  width: 217px;
}
#header .top-header .header-nav--pc {
  margin-inline: auto 48px;
}
#header .top-header .header-nav--pc ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
#header .top-header .header-nav--pc ul li > a {
  text-decoration: none;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#header .top-header .toggle-btn--open {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}
#header .top-header .toggle-btn--open .toggle-bar {
  width: 32px;
  height: 1px;
  background-color: #002C2C;
}
#header .top-header .toggle-btn--open .toggle-bar:nth-of-type(2) {
  margin-block: 8px;
}
#header .top-header .toggle-btn--open:hover .toggle-bar {
  background-color: #707070;
}

@media screen and (max-width: 1199px) {
  #header .top-header .page-title > img {
    width: 184px;
  }
  #header .top-header .header-nav--pc {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #header {
    height: 60px;
    padding-inline: 20px;
  }
}
/* ============================================================
トグルナビゲーション
============================================================ */
/* ----- ナビゲーション背景----- */
#toggleNavBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(130, 157, 157, 0.45);
  visibility: hidden;
  opacity: 0;
  z-index: 19;
  transition: all 0.3s;
}
#toggleNavBg.js-on {
  visibility: visible;
  opacity: 1;
}

/* ----- ナビゲーションウィンドウ----- */
#toggleNav {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: clamp(320px, 100%, 440px);
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #EDF5F5;
  padding-inline: 20px;
  overflow-y: overlay;
  z-index: 20;
  transition: transform 0.3s;
}
#toggleNav.js-on {
  transform: translateX(0);
}
#toggleNav #toggleNavHeader {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* ----- ロゴ ----- */
  /* ----- Close ボタン ----- */
}
#toggleNav #toggleNavHeader .logo {
  width: 137px;
}
#toggleNav #toggleNavHeader #navCloseBtn {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
}
#toggleNav #toggleNavHeader #navCloseBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 32px;
  height: 1px;
  background-color: #002C2C;
  transition: background-color 0.3s;
}
#toggleNav #toggleNavHeader #navCloseBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 32px;
  height: 1px;
  background-color: #002C2C;
  transition: background-color 0.3s;
}
#toggleNav #toggleNavHeader #navCloseBtn:hover::before, #toggleNav #toggleNavHeader #navCloseBtn:hover::after {
  background-color: #707070;
}
#toggleNav #navContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-inline: auto;
  /* ----- ナビ（ページ） ----- */
  /* ----- ナビ（取り組み） ----- */
  /* ----- ナビ（SNS） ----- */
  /* ----- ナビ（お問い合わせ） ----- */
}
#toggleNav #navContainer .nav--main ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#toggleNav #navContainer .nav--main ul li > a {
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#toggleNav #navContainer .nav--project {
  margin-top: 48px;
}
#toggleNav #navContainer .nav--project .nav-head {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #66AAAA;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#toggleNav #navContainer .nav--project ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
#toggleNav #navContainer .nav--project ul li > a {
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#toggleNav #navContainer .nav--sns {
  margin-top: 48px;
}
#toggleNav #navContainer .nav--sns .nav-head {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #66AAAA;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#toggleNav #navContainer .nav--sns ul {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
#toggleNav #navContainer .nav--sns ul li > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #002C2C;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
#toggleNav #navContainer .nav--sns ul li > a.sns--facebook {
  -webkit-mask-image: url(../img/icon/icon-facebook.svg);
          mask-image: url(../img/icon/icon-facebook.svg);
}
#toggleNav #navContainer .nav--sns ul li > a.sns--twitter {
  -webkit-mask-image: url(../img/icon/icon-x.svg);
          mask-image: url(../img/icon/icon-x.svg);
}
#toggleNav #navContainer .nav--sns ul li > a.sns--instagram {
  -webkit-mask-image: url(../img/icon/icon-instagram.svg);
          mask-image: url(../img/icon/icon-instagram.svg);
}
#toggleNav #navContainer .nav--sns ul li > a span {
  display: none;
}
#toggleNav #navContainer .nav--contact ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}
#toggleNav #navContainer .nav--contact ul li > a {
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#toggleNav #navContainer .nav--contact ul li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #002C2C;
  margin-left: 0.5em;
  -webkit-mask-image: url(../img/icon/icon-external-link.svg);
          mask-image: url(../img/icon/icon-external-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

@media screen and (max-width: 479px) {
  #toggleNav {
    width: 100%;
  }
}
/* ============================================================
コンテンツレイアウト
============================================================ */
#wrapper {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  display: flex;
  background-color: #EDF5F5;
  overflow-y: overlay;
}

@media screen and (max-width: 479px) {
  #wrapper {
    top: 60px;
  }
}
#wrapper > #bodyBusicon,
#wrapper > #bodySeminar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: calc((100% - 480px) / 2);
  height: calc(100vh - 72px - 44px);
  height: calc(100dvh - 72px - 44px);
  background-color: #FFFFFF;
  margin-inline: auto;
  overflow-y: overlay;
  order: 1;
}
#wrapper > #bodyBusicon::-webkit-scrollbar,
#wrapper > #bodySeminar::-webkit-scrollbar {
  display: none;
}
#wrapper > #bodyBusicon img,
#wrapper > #bodySeminar img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  #wrapper > #bodyBusicon,
#wrapper > #bodySeminar {
    height: calc(100vh - 60px - 44px);
    height: calc(100dvh - 60px - 44px);
  }
}
#wrapper > #bodyBusicon {
  background-color: #FFFFFF;
  order: 1;
}

#wrapper > #bodySeminar {
  background-color: #E4F7F3;
  order: 3;
}

#wrapper > #bodyBusicon .busicon-btn,
#wrapper > #bodyBusicon .seminar-btn,
#wrapper > #bodySeminar .busicon-btn,
#wrapper > #bodySeminar .seminar-btn {
  position: fixed;
  bottom: 0;
  width: calc((100% - 480px) / 2);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
#wrapper > #bodyBusicon .busicon-btn .icon-arrow--right,
#wrapper > #bodyBusicon .seminar-btn .icon-arrow--right,
#wrapper > #bodySeminar .busicon-btn .icon-arrow--right,
#wrapper > #bodySeminar .seminar-btn .icon-arrow--right {
  width: 12px;
  height: 10px;
  background: url(../img/icon/icon-arrow-right.svg) no-repeat center center/contain;
  margin-left: 12px;
}
#wrapper > #bodyBusicon .busicon-btn,
#wrapper > #bodySeminar .busicon-btn {
  left: 0;
  background-color: #00AAA6;
}
#wrapper > #bodyBusicon .busicon-btn:hover,
#wrapper > #bodySeminar .busicon-btn:hover {
  background-color: #3CD6D4;
}
#wrapper > #bodyBusicon .seminar-btn,
#wrapper > #bodySeminar .seminar-btn {
  right: 0;
  background-color: #1490BF;
}
#wrapper > #bodyBusicon .seminar-btn:hover,
#wrapper > #bodySeminar .seminar-btn:hover {
  background-color: #2BC5FF;
}

@media screen and (max-width: 999px) {
  #wrapper > #bodyBusicon,
#wrapper > #bodySeminar {
    display: none;
  }
}
#wrapper > #bodyContents {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: calc(100vh - 72px);
  height: calc(100dvh - 72px);
  margin-inline: auto;
  order: 2;
}

@media screen and (max-width: 999px) {
  #wrapper > #bodyContents {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
/* ============================================================
フッター
============================================================ */
#footer {
  background-color: #00AAA6;
  padding-block: 60px 34px;
  /* ----- フッターロゴ ----- */
  /* ----- ナビ（ページ） ----- */
  /* ----- ナビ（取り組み） ----- */
  /* ----- ナビ（SNS） ----- */
  /* ----- ナビ（お問い合わせ） ----- */
  /* ----- プライバシーポリシー ----- */
  /* ----- クレジット ----- */
  /* ----- コピーライト ----- */
}
#footer .logo {
  width: 278px;
}
#footer .nav-main ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
#footer .nav-main ul li > a {
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
#footer .nav-main ul li > a:hover {
  color: #3CD6D4;
}
#footer .nav-project {
  margin-top: 40px;
}
#footer .nav-project .nav-head {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3CD6D4;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#footer .nav-project ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
#footer .nav-project ul li > a {
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
#footer .nav-project ul li > a:hover {
  color: #3CD6D4;
}
#footer .nav-sns {
  margin-top: 48px;
}
#footer .nav-sns .nav-head {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3CD6D4;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#footer .nav-sns ul {
  display: flex;
  gap: 30px;
  margin-top: 16px;
}
#footer .nav-sns ul li > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  transition: background-color 0.3s;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
#footer .nav-sns ul li > a.sns--facebook {
  -webkit-mask-image: url(../img/icon/icon-facebook.svg);
          mask-image: url(../img/icon/icon-facebook.svg);
}
#footer .nav-sns ul li > a.sns--twitter {
  -webkit-mask-image: url(../img/icon/icon-x.svg);
          mask-image: url(../img/icon/icon-x.svg);
}
#footer .nav-sns ul li > a.sns--instagram {
  -webkit-mask-image: url(../img/icon/icon-instagram.svg);
          mask-image: url(../img/icon/icon-instagram.svg);
}
#footer .nav-sns ul li > a:hover {
  background-color: #3CD6D4;
}
#footer .nav-sns ul li > a span {
  display: none;
}
#footer .nav-contact ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
#footer .nav-contact ul li > a {
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
#footer .nav-contact ul li > a:hover {
  color: #3CD6D4;
}
#footer .nav-contact ul li > a:hover[target=_blank]::after {
  background-color: #3CD6D4;
}
#footer .nav-contact ul li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #FFFFFF;
  margin-left: 0.5em;
  -webkit-mask-image: url(../img/icon/icon-external-link.svg);
          mask-image: url(../img/icon/icon-external-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: all 0.3s;
}
#footer .privacy-policy {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 20px;
  transition: color 0.3s;
}
#footer .privacy-policy:hover {
  color: #3CD6D4;
}
#footer .credit {
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 72px;
}
#footer .credit span {
  display: inline-block;
}
#footer .copyright {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

/* ==================== メイン ==================== */
#main {
  padding-block: 0 144px;
  background-color: #FFFFFF;
  /* ---------- ファーストビュー ---------- */
  /* ---------- 私たちについて ---------- */
  /* ---------- 取り組み ---------- */
  /* ---------- ギャラリー ---------- */
}
#main #fv {
  position: relative;
}
#main #fv .fv--pc {
  width: 100%;
}
#main #fv .fv--tab {
  display: none;
}
#main #fv .fv--sp {
  display: none;
}
#main #fv .scroll-message {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 40px;
}
#main #fv .scroll-message span {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #00AAA6;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#main #fv .scroll-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background-color: #C2D0D0;
}
#main #fv .scroll-message::after {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #00AAA6;
  -webkit-animation: scrollDown 1.2s 0s infinite;
          animation: scrollDown 1.2s 0s infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: 32px;
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 32px;
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  #main #fv {
    position: relative;
  }
  #main #fv .fv--pc {
    display: none;
  }
  #main #fv .fv--tab {
    display: flex;
  }
  #main #fv .fv--sp {
    display: none;
  }
  #main #fv .fv--tab,
#main #fv .fv--sp {
    width: 100%;
    list-style: none;
    overflow: hidden;
  }
  #main #fv .fv--tab li,
#main #fv .fv--sp li {
    position: relative;
    width: 100%;
  }
  #main #fv .fv--tab li img,
#main #fv .fv--sp li img {
    width: 400%;
  }
  @-webkit-keyframes fadeImg-first {
    0% {
      opacity: 1;
    }
    5% {
      opacity: 1;
      z-index: 3;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeImg-first {
    0% {
      opacity: 1;
    }
    5% {
      opacity: 1;
      z-index: 3;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeImg-notFirst {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
      z-index: 3;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeImg-notFirst {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
      z-index: 3;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  #main #fv .fv--tab li:nth-child(1),
#main #fv .fv--sp li:nth-child(1) {
    transform: translateX(0);
    opacity: 0;
    -webkit-animation: fadeImg-first 20s 0s infinite;
            animation: fadeImg-first 20s 0s infinite;
  }
  #main #fv .fv--tab li:nth-child(2),
#main #fv .fv--sp li:nth-child(2) {
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation: fadeImg-notFirst 20s 5s infinite;
            animation: fadeImg-notFirst 20s 5s infinite;
  }
  #main #fv .fv--tab li:nth-child(3),
#main #fv .fv--sp li:nth-child(3) {
    transform: translateX(-200%);
    opacity: 0;
    -webkit-animation: fadeImg-notFirst 20s 10s infinite;
            animation: fadeImg-notFirst 20s 10s infinite;
  }
  #main #fv .fv--tab li:nth-child(4),
#main #fv .fv--sp li:nth-child(4) {
    transform: translateX(-300%);
    opacity: 0;
    -webkit-animation: fadeImg-notFirst 20s 15s infinite;
            animation: fadeImg-notFirst 20s 15s infinite;
  }
}
@media screen and (max-width: 479px) {
  #main #fv {
    position: relative;
  }
  #main #fv .fv--pc {
    display: none;
  }
  #main #fv .fv--tab {
    display: none;
  }
  #main #fv .fv--sp {
    display: flex;
  }
}
#main #about {
  margin-top: 144px;
}
#main #project {
  margin-top: 96px;
}
#main #project .section + .section {
  margin-top: 64px;
}
#main #project .section .sec-img {
  margin-top: 20px;
}
#main #project .section .sec-text {
  margin-top: 24px;
}
#main #project .section .sec-btn {
  margin-top: 24px;
}
#main #gallery {
  margin-top: 96px;
}
#main #gallery .gallery-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  list-style: none;
  margin-top: 40px;
}
#main #gallery .gallery-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDF5F5;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#main #gallery .gallery-list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.3s;
}
#main #gallery .gallery-list li a img:hover {
  filter: brightness(110%);
}

/* ==================== セミナー ==================== */
#main-seminar {
  padding-block: 36px 108px;
  background-color: #FFFFFF;
  /* ---------- 事業の目的 ---------- */
  /* ---------- セミナー内容 ---------- */
  /* ---------- 応募要項 ---------- */
}
#main-seminar #outline {
  margin-top: 64px;
}
#main-seminar #outline .section + .section {
  margin-top: 40px;
}
#main-seminar #outline .section .sec-text {
  margin-top: 24px;
}
#main-seminar #detail {
  margin-top: 96px;
}
#main-seminar #detail .section + .section {
  margin-top: 80px;
}
#main-seminar #detail .section .sec-head--ja + * {
  margin-top: 16px;
}
#main-seminar #detail .section .sec-text {
  margin-top: 24px;
}
#main-seminar #detail .section .sec-item + .sec-item {
  margin-top: 24px;
}
#main-seminar #detail .section .sec-item .item-head {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00AAA6;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
#main-seminar #detail .section .sec-item .item-text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #002C2C;
  line-height: 2;
  letter-spacing: 0.04em;
}
#main-seminar #detail .section .sec-item .item-text .text-large {
  font-size: 18px;
}
#main-seminar #detail .section .sec-item .instructor {
  margin-top: 20px;
}
#main-seminar #detail .section .sec-item .instructor-profile {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
#main-seminar #detail .section .sec-item .instructor-profile .instructor-img {
  width: 88px;
}
#main-seminar #detail .section .sec-item .instructor-profile .instructor-info .affiliation {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #002C2C;
  line-height: 2;
  letter-spacing: 0.04em;
}
#main-seminar #detail .section .sec-item .instructor-profile .instructor-info .name {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #002C2C;
  line-height: 2;
  letter-spacing: 0.04em;
}
#main-seminar #detail .section .sec-item .instructor-profile .instructor-info .name .large {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 1em;
}
#main-seminar #detail .section .sec-item .instructor-profile .instructor-info .instagram {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #00AAA6;
  -webkit-mask-image: url(../img/icon/icon-instagram.svg);
          mask-image: url(../img/icon/icon-instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-top: 8px;
  transition: background-color 0.3s;
}
#main-seminar #detail .section .sec-item .instructor-profile .instructor-info .instagram:hover {
  background-color: #3CD6D4;
}
#main-seminar #detail .section .sec-btn {
  margin-top: 40px;
}
#main-seminar #guide {
  margin-top: 96px;
}
#main-seminar #guide .section + .section {
  margin-top: 40px;
}
#main-seminar #guide .section .sec-text {
  margin-top: 16px;
}

/* ==================== ビジネスプランコンテスト ==================== */
#main-busicon {
  padding-block: 36px 108px;
  background-color: #FFFFFF;
  /* ---------- 事業の目的 ---------- */
  /* ---------- 応募要項 ---------- */
  /* ---------- 応募要項 ---------- */
  /* ---------- 二次審査会 詳細 ---------- */
  /* ---------- アイディアブラッシュアップについて ---------- */
  /* ---------- 参考 ---------- */
}
#main-busicon #outline {
  margin-top: 64px;
}
#main-busicon #outline .article-list {
  margin-top: 40px;
}
#main-busicon #guide {
  margin-top: 64px;
}
#main-busicon #guide .section + .section {
  margin-top: 40px;
}
#main-busicon #guide .section .sec-head--ja + * {
  margin-top: 16px;
}
#main-busicon #awardWinner {
  margin-top: 64px;
}
#main-busicon #awardWinner .section + .section {
  margin-top: 40px;
}
#main-busicon #awardWinner .section .sec-head--ja + * {
  margin-top: 16px;
}
#main-busicon #awardWinner .section .sec-img--winner {
  display: block;
  width: 100%;
  max-width: 240px;
  margin-top: 24px;
  margin-inline: auto;
}
#main-busicon #awardWinner .section .sec-img--winner + * {
  margin-top: 16px;
}
#main-busicon #presentationScreening {
  margin-top: 64px;
}
#main-busicon #presentationScreening .article-text + .section {
  margin-top: 40px;
}
#main-busicon #presentationScreening .section + .section {
  margin-top: 40px;
}
#main-busicon #presentationScreening .section .sec-head--ja + * {
  margin-top: 16px;
}
#main-busicon #presentationScreening .section .sec-text + * {
  margin-top: 16px;
}
#main-busicon #presentationScreening .section .sec-btn {
  margin-top: 40px;
}
#main-busicon #refine {
  margin-top: 64px;
}
#main-busicon #refine .article-text + .section {
  margin-top: 40px;
}
#main-busicon #refine .section .sec-head--ja + * {
  margin-top: 16px;
}
#main-busicon #refine .section .sec-btn {
  margin-top: 40px;
}
#main-busicon #reference {
  margin-top: 64px;
}
#main-busicon #reference .section + .section {
  margin-top: 40px;
}
#main-busicon #reference .section .sec-head--ja + * {
  margin-top: 16px;
}
#main-busicon #reference .section .sec-btn {
  margin-top: 40px;
}

/* ==================== セミナー ＆ ビジネスプランコンテスト 共通 ==================== */
#main-seminar,
#main-busicon {
  /* ---------- お問い合わせ ---------- */
}
#main-seminar #contact,
#main-busicon #contact {
  background-color: #EDF5F5;
  padding: 32px 16px;
  margin-top: 64px;
}
#main-seminar #contact .contact-head,
#main-busicon #contact .contact-head {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#main-seminar #contact .sec-btn,
#main-busicon #contact .sec-btn {
  margin-top: 32px;
}
#main-seminar #contact .credit-head,
#main-busicon #contact .credit-head {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
#main-seminar #contact .credit-info,
#main-busicon #contact .credit-info {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #002C2C;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

/* ==================== 過去の受賞作品 ==================== */
#main-pastWinners {
  padding-block: 96px 108px;
  background-color: #FFFFFF;
  /* ---------- 受賞作品 ---------- */
}
#main-pastWinners #pastWinners .head-group {
  margin-bottom: 96px;
}
#main-pastWinners #pastWinners .section .winner + .winner {
  margin-top: 80px;
}
#main-pastWinners #pastWinners .section .winner {
  margin-top: 40px;
}
#main-pastWinners #pastWinners .section .winner > * + * {
  margin-top: 24px;
}
#main-pastWinners #pastWinners .section .winner .winner-head {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #002C2C;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#main-pastWinners #pastWinners .section .winner .winner-img {
  display: block;
  width: 50vw;
  max-width: 240px;
  margin-inline: auto;
}
#main-pastWinners #pastWinners .section .winner .winner-item .item-head {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00AAA6;
  line-height: 2;
  letter-spacing: 0.04em;
}
#main-pastWinners #pastWinners .section .winner .winner-item .item-text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #002C2C;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ==================== プライバシーポリシー ==================== */
#main-privacyPolicy {
  padding-block: 96px 108px;
  background-color: #FFFFFF;
  /* ---------- 個人情報の取り扱いについて ---------- */
}
#main-privacyPolicy #privacyPolicy .head-group {
  margin-bottom: 96px;
}
#main-privacyPolicy #privacyPolicy .section + .section {
  margin-top: 40px;
}
#main-privacyPolicy #privacyPolicy .section .sec-text {
  margin-top: 24px;
}
/*# sourceMappingURL=style.css.map */