@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* =========================================================
   LINE Seed JP フォントの読み込み
========================================================= */

/* Thin (極細) */
@font-face {
  font-family: 'LINE Seed JP';
  src:url('./assets/fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight:100;
  font-style:normal;
  font-display:swap;
}

/* Regular (標準) */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('./assets/fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (太字) */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('./assets/fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold (極太) */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('./assets/fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  word-break: break-all;
  line-break: strict;
}

html,
body {
  margin: 0px;
  height: 100%;
  font-family:"Noto Sans CJK","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #454545;
}

button:focus-visible {
  outline: 2px solid #00a4e4 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Noto Sans CJK JP-Bold";
  src: local("Noto Sans CJK JP-Bold");
}

@font-face {
  font-family: "Avenir-Black";
  src: local("Avenir-Black");
}

@font-face {
  font-family: "Noto Sans CJK JP-Medium";
  src: local("Noto Sans CJK JP-Medium");
}

@font-face {
  font-family: "Noto Sans CJK JP-Regular";
  src: local("Noto Sans CJK JP-Regular");
}

@font-face {
  font-family: "Metric-SemiBold";
  src: local("Metric-SemiBold");
}

@font-face {
  font-family: "Avenir-Roman";
  src: local("Avenir-Roman");
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://px.animaapp.com/699fe4a9602cbafc7e5a0f88.699fe4aa602cbafc7e5a0f8b.PNFSOD4.hcp.png");

@font-face {
  font-family: "Noto Sans CJK JP-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Avenir-Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirLTStd-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans CJK JP-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Avenir-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Avenir-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Roman.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans CJK JP-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Metric-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Metric-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Avenir-Roman";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.ptext {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.image-6 {
  align-self: stretch;
  aspect-ratio: 2;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.line-8 {
  height: 2px;
  position: relative;
  width: 100px;
}

.tr {
  align-items: center;
  align-self: stretch;
  border-color: var(--gallery);
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  display: flex;
  flex: 0 0 auto;
  margin-left: -1.00px;
  margin-right: -1.00px;
  position: relative;
  width: 100%;
}

.joy {
  height: 321.12px;
  margin-bottom: -15.00px;
  margin-left: -43.68px;
  margin-right: -43.68px;
  position: relative;
  width: 189.36px;
}

.q {
  align-items: center;
  background-color: var(--cornflower);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 35px;
  justify-content: center;
  position: relative;
  width: 35px;
}

.frame-21 {
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  align-items: center;
  aspect-ratio: 1;
  backdrop-filter: blur(10px) brightness(100%);
  background-color: var(--white-2);
  border: 1px solid;
  border-color: #efefef80;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding: 3px 0px;
  position: relative;
  width: 50px;
}

.inner::-webkit-scrollbar {
  display: none;
  width: 0;
}

.frame-19 {
  align-self: stretch;
  height: 100px;
  position: relative;
  width: 100%;
}

.frame-22 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 20px;
  position: relative;
  width: 100%;
}

.frame-23 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  padding: 0px 0px 10px;
  position: relative;
  width: 100%;
}

.email-1 {
  aspect-ratio: 1;
  height: 90px;
  position: relative;
  width: 90px;
}

.movie-1 {
  aspect-ratio: 1;
  height: 90px;
  position: relative;
  width: 90px;
}

.document-1 {
  aspect-ratio: 1;
  height: 91px;
  position: relative;
  width: 91px;
}

:root { 
  --alto: #dddddd;
  --black: #000000;
  --chetwode-blue: #00a4e4;
  --cornflower: #8dcceb;
  --gallery: #efefef;
  --lavender: #f2b6d2;
  --mountain-mist: #999999;
  --tree-poppy: #00a4e4;
  --tundora: #454545;
  --tundora-2: #45454580;
  --tundora-3: #45454540;
  --white: #ffffff;
  --white-2: #ffffff80;
 
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 15px;
  --font-size-xl: 24px;
  --font-size-xs: 14px;
  --font-size-xxs: 12px;
  --font-size-xxxs: 10px;
 
  --font-family-avenir-black: "Avenir-Black", Helvetica;
  --font-family-avenir-heavy: "Avenir-Heavy", Helvetica;
  --font-family-avenir-regular: "Avenir-Regular", Helvetica;
  --font-family-avenir-roman: "Avenir-Roman", Helvetica;
  --font-family-metric-semibold: "Metric-SemiBold", Helvetica;
  --font-family-noto_sans_cjk_jp-bold: "Noto Sans CJK JP-Bold", Helvetica;
  --font-family-noto_sans_cjk_jp-medium: "Noto Sans CJK JP-Medium", Helvetica;
  --font-family-noto_sans_cjk_jp-regular: "Noto Sans CJK JP-Regular", Helvetica;
}

.notosanscjkjp-medium-tundora-16px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-regular-normal-mountain-mist-10px {
  color: var(--mountain-mist);
  font-family: var(--font-family-noto_sans_cjk_jp-regular);
  font-size: var(--font-size-xxxs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-16px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-12px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-14px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-12px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-medium-tundora-12px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-medium-black-16px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-medium-tundora-14px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-bold-tundora-18px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-12px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-chetwode-blue-14px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-24px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.metric-semi-bold-white-15px {
  color: var(--white);
  font-family: var(--font-family-metric-semibold);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 600;
}

.notosanscjkjp-bold-white-24px {
  color: var(--white);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-18px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-white-14px-2 {
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-tundora-16px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-white-42px {
  font-family: var(--font-family-avenir-heavy);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-tundora-32px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-42px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-tundora-64px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
}

.avenir-black-black-14px {
  color: var(--black);
  font-family: var(--font-family-avenir-black);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 900;
}

.notosanscjkjp-medium-black-14px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}

.avenir-heavy-normal-white-16px {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-black-32px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-32px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-13px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-12px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-regular-normal-black-15px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-tundora-14px-2 {
  color: var(--tundora-2);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-20px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-black-18px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-regular-normal-tundora-15px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.avenir-regular-normal-white-42px {
  color: var(--white);
  font-family: var(--font-family-avenir-regular);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-white-42px-2 {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-chetwode-blue-11px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-18px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-14px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-tundora-24px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-21px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-20px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-22px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-white-64px {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
}

/* =========================================================
   カラーのためのCSS
========================================================= */
.c_wh{ color: #fff; }
.bg-type01{ background: rgba(255, 255, 255, 1); position: relative; }
.bg-type02{ position: relative; background: transparent; }
.bg-type03{ background: linear-gradient(270deg, rgba(255, 224, 44, 1) 0%, rgba(0, 164, 228, 1) 100%); }

.bg-type04{
  background: transparent;
  background-image: url(../img/seminar-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-blur{
  position: relative;
  z-index: 0;
  backdrop-filter: blur(12px);
  width: 100%;
  height: 100%;
}

.bg-blur::before{
  content: "";
  position: absolute;
  z-index: 0;
  backdrop-filter: blur(60px);
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
}

.bg-type05{
  background-image: url(../img/seminar-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.__c1{ background: #00a4e4; color: #fff; }
.__c2{ background: #8dcceb; color: #fff; }

/* =========================================================
   各セクション タイトルのためのCSS
========================================================= */
.Sec-head_box{
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0;
  position: relative;
}

.Sec-ttl{ align-items: center !important; }

.Sec-head02_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  padding: 0;
}

.Sec-head02_ttl_en{
  font-size: clamp(4.5rem, 3.772rem + 3.107vw, 7.5rem);
  line-height: 150%;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #3d2f24;
  text-shadow: 3px 3px 0px #ffffff, 6px 6px 0px #e6d3c3;
  display: inline-block;
  transform: none !important;
  transform-origin: center center;
}

.Sec-head02_ttl_jp{
  font-size: clamp(16px, calc(0vw + 30px), 20px);
  font-weight: 700;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
}

.ttl__small{
  font-size: clamp(2.625rem, 1.7451rem + 3.754vw, 6.25rem) !important;
}

.Sec-head_article{ text-align: center; }
.Sec-head_article p{ font-size: 16px; }
.Sec-head_article span{ font-size: 12px; }

.Sec-head03_ttl{
  align-items: center;
  display: flex;
  gap: 40px;
  height: auto;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 30px 0 40px;
  z-index: 1;
}

/* 直線：水色〜黄色グラデーション */
.Sec-head03_ttl hr{
  border: none !important;
  height: 2px !important;
  background: linear-gradient(90deg, #00a4e4 0%, #32c5d2 50%, #f7e060 100%) !important;
  width: 100%;
}

hr.l_wh{ border: 1px solid #fff; width: 100%; }

/* 見出しテキスト：水色 (#00a4e4) */
.Sec-head03_ttl p{
  letter-spacing: 0;
  margin: 0px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
  font-weight: 700;
  font-size:36px;
  color: #00a4e4 !important;
}

/* イベント限定！特別講演 見出し：水色〜黄色グラデーション */
.Sec-head04_ttl{
  letter-spacing: 0.01em;
  line-height: 1.5em;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  font-size: 52px;
  font-weight: 800;
  padding: 0 0 20px;
  margin: 0 auto;
  background: linear-gradient(90deg, #00a4e4 0%, #32c5d2 50%, #f7e060 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

.Sec-head05_ttl{ font-size: 20px; font-weight: bold; }

/* =========================================================
   共通CSS（全体背景・余白の調整）
========================================================= */
* {
  box-sizing: border-box;
  font-feature-settings: "palt" !important;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

html, body {
  margin: 0px;
  font-family:"din-2014","noto-sans-cjk-jp", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #454545;
}

.sp_only{ display: none; }
.pc_only{ display: block; }

.sec__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding:0;
  gap:0;
  width: 100%;
  max-width: 1030px;
  border-radius: 20px;
}

/* 全体の基本背景・変な下余白（180px）を消去 */
body, .Wrapper {
  background-color: #ffffff !important;
  background-image: none !important;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 0px !important;
}

.wrapper-bg{ display: none; }

.container{
  border-radius: 40px;
  padding-bottom: 100px;
  width: 100%;
  min-height: 100vh;
  align-content: center;
  margin: 0 auto;
}

/* FEATURES 水色〜黄色のグラデーション背景 */
.features {
  background: linear-gradient(180deg, #b3f0ff 0%, #ffffcc 100%) !important;
  border-radius: 40px !important;
  padding: 60px 20px !important;
}

.features__inner {
  background: transparent !important;
  box-shadow: none !important;
  background-image: none !important;
}

.flow__icon-wrap {
  flex: 0 0 90px;
  height: 90px;
  background: linear-gradient(135deg, #FFE02C 0%, #00a4e4 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 15px rgba(0, 164, 228, 0.25);
  margin: 0 auto 15px;
}

.flow__icon-text {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

/* =========================================================
   HEADER (追従メニュー - ① ロゴの拡大)
========================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  display: flex;
  padding: 0;
}

.header-logo_link img{
  width: 220px !important; /* ★ 170px → 220px に拡大 */
  height: auto;
  object-fit: contain;
}

.header__inner {
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  gap: 15px;
  width: 100%;
}

.header__logo { width: 220px !important; } /* ★ 150px → 220px に拡大 */
.header__logo img { width: 100%; height: auto; display: block; }

.header__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__list li{
  padding: 0 10px;
  border-left: 1px solid #454545;
}

.header__list li:first-child{ padding-left: 0; border: none; }
.header__list li:last-child{ padding-right: 0; border: none; border-left: 1px solid #454545; }

.header__link {
  font-weight: bold;
  color: #454545;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
  width: 100%;
  position: relative;
  font-size: 12px;
}

.header__link:hover { color: #00a4e4; }
.header__hamburger, .header__drawer { display: none; }

/* =========================================================
   ① KVセクション（完全調整版・パララックス固定あり）
========================================================= */
.kv {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-top: 110px !important;
  padding-bottom: 25px !important;
  min-height: 560px !important;
  position: relative !important;
  width: 100% !important;

  /* 背景画像の指定 */
  background-image: url('../img/haikei.jpg') !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;

  /* ★【重要】背景を画面に固定し、ロゴだけをスクロール移動させる設定 */
  background-attachment: fixed !important;
}

.kv-inner {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
  z-index: 2 !important;
}

.kv-hero-card {
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 auto 15px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 95% !important;
  max-width: 820px !important;
  padding: 0 !important;
  position: relative !important;
}

/* メインロゴ：ふんわり白い発光 */
.main-logo-img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  filter: 
    drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.9))
    drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.8))
    drop-shadow(0px 0px 50px rgba(255, 255, 255, 0.6)) !important;
}

/* =========================================================
   「参加予約はこちら」CTAボタン（中央軸ズレ補正＆ブロック風矢印）
========================================================= */
.kv-cta-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 10px auto 20px !important;
  position: relative !important;
  z-index: 3 !important;
}

.kv-cta-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; /* ★全体を中央揃え */
  background-color: #00a4e4 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: bold !important;
  padding: 20px 40px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(0, 164, 228, 0.35) !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
  max-width: 520px !important;
  width: 90% !important;
  box-sizing: border-box !important;
  position: relative !important; /* 矢印を右端固定するための基準点 */
}

.kv-cta-btn:hover {
  transform: translateY(-2px) scale(1.01) !important;
  background-color: #008cc9 !important;
}

/* ★「参加予約はこちら」テキスト：ボタンの真ん中にぴったり配置 */
.kv-cta-text {
  text-align: center !important;
  letter-spacing: 0.05em !important;
  width: 100% !important;
}

/* ★矢印アイコン：右端へ固定配置して中央文字に影響を与えない設定 */
.kv-cta-arrow {
  position: absolute !important;
  right: 35px !important; /* 右端からの距離 */
  top: 50% !important;
  transform: translateY(-50%) !important; /* 上下中央揃え */
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: bold !important;
  line-height: 1 !important;
}

.kv-cta-arrow-symbol {
  color: #00a4e4 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
/* CTAボタン位置の微調整 */
.kv-cta-wrap {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 5px auto 20px !important;
  position: relative !important;
  z-index: 3 !important;
}
/* =========================================================
   KVセクション 企業ロゴループスライダー
========================================================= */
.kv-logo-slider {
  width: 100%;
  padding:20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px; 
  position: relative;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.kv-logo-slider__track {
  display: flex;
  width: max-content;
  animation: kv-loop-scroll 40s linear infinite;
}

.kv-logo-slider__track--slow {
  animation: kv-loop-scroll 40s linear infinite;
}

.kv-logo-slider__list {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;          
  padding-right: 15px; 
}

.kv-logo-slider__list li {
  flex-shrink: 0;      
  width: 160px;
  height: 60px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.kv-logo-slider__list li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes kv-loop-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =========================================================
   ② CAMPAIGN Section (お手本通りの灰色背景の1つの塊ブロック)
========================================================= */
.campaign {
  position: relative;
  align-items: center;
  background: #f2f2f2 !important;
  border-radius: 24px !important;
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 100% !important; /* ★ 1030px から 100% に変更 */
  margin: 20px auto 40px !important;
  padding: 30px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

div[id^="overlay-"], 
.anima-overlay {
  z-index: 9999 !important; 
}

.campaign__inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
  background-image: none !important;
}

.campaign__slider {
  display: flex;
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.campaign__link {
  display: block;
  width: 100%;  
  height: 100%; 
  text-decoration: none;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  background-color: transparent;
}

.swiper-pagination-bullet-active{
  background: #00a4e4 !important;
}

.campaign__item {
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 1;
  padding: 15px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #ffffff !important;
  border-radius: 16px !important;
}

.campaign__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.campaign-article{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 15px 0 0;
}

.campaign__title {
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #00a4e4;
}

.campaign__arrow {
  position: relative;
  width: auto;
  height: auto;
  padding: 8px 16px;
  margin: 0;
  background-color: #00a4e4;
  border-radius:100px; 
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  color: #fff;
  font-weight: bold;
}

.campaign__link:hover .campaign__arrow {
  transform: translateX(5px);
}

.swiper{ z-index: 0; }
.swiper-wrapper{ z-index: 0; }
.swiper-slide{ width: 100%; }

#js-campaign-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: auto; 
}

#js-campaign-swiper.is-single .swiper-pagination {
  display: none !important;
}
/* =========================================================
   CAMPAIGN Modal
========================================================= */
.campaign-modal {
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  max-height: 90vh; 
  display: flex;
  flex-direction: column;
}

.campaign-modal__container {
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.campaign-modal__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.campaign-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
  background-color: #00a4e4;
}

.campaign-modal__close img{
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.campaign-modal__close:hover {
  opacity: 0.6;
}

.campaign-modal__scroll-area {
  flex-grow: 1;
  overflow-y: auto; 
  padding-right: 0; 
}

.campaign-modal{
  max-height: 65vh;
}

.campaign-modal__header {
  position: relative;
  margin-bottom: 30px;
}

.campaign-modal__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #333; 
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 4px;
  z-index: 2;
}

.campaign-modal__image {
  width: 100%;
  aspect-ratio: 16 / 9; 
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.campaign-modal__body {
  flex-grow: 1;
}

.campaign-modal__title {
  font-size: 24px;
  font-weight: bold;
  color: var(--tundora, #333);
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.5em;
}

.campaign-modal__info-box {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 8px;
}

.campaign-modal__info-heading {
  background-color: #00a4e4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.campaign-modal__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.campaign-modal__item {
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}

.campaign-modal__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.campaign-modal__term {
  flex: 0 0 100px;
  color: #00a4e4;
  font-weight: bold;
  font-size: 14px;
}

.campaign-modal__desc {
  flex: 1;
  color: var(--tundora, #333);
  font-size: 14px;
  line-height: 1.6;
}

.campaign-modal__footer {
  flex-shrink: 0; 
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #eee; 
  background-color: #fff;
}

.campaign-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 40px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}

.campaign-modal__btn:hover {
  opacity: 0.8;
}

.campaign-modal__btn--primary {
  background-color: #00a4e4;
  color: #fff;
}

.campaign-modal__btn--secondary {
  background-color: #fff;
  color: var(--tundora, #333);
  border: 1px solid #ccc;
}

/* =========================================================
   FEATURE（特徴）
========================================================= */
.features {
  width:100%;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

.features__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
  max-width:1030px;
  padding-bottom: 40px;
}

.features__item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
  background-color: #fff; 
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.features_article{
  padding:15px 80px;
}

.features__number {
  font-weight: normal;
  line-height: 1;
  color: #00a4e4;
  font-size: 40px;
}

.features__heading {
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.3rem);
  font-weight: bold;
  color: #00a4e4;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #D3E7EA;
  display: flex;
  align-items: center;
  gap: 40px;
}

.features__text{
  font-size: clamp(0.9375rem, 0.9223rem + 0.0647vw, 1rem);
  text-align: justify;
  line-height: 1.5em;
  margin-top: 25px;
}

/* =========================================================
   COMPANIES・講演企業・出展企業 (背景色：白色)
========================================================= */
.company {
  width: 100%;
  padding: 0;
  position: relative;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.company-lecture {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.company-lecture::after {
  display: none !important;
}

hr.wh-line {
  border: 1px solid #fff;
  width: 100%;
}

.company-article_head {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 36px;
  z-index: 1;
}

.baloon-box {
  width: 100%;
  border-radius: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  text-align: left;
  padding: 0;
  position: relative;
  font-weight: 600;
}

.baloon-box_in {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0;
  justify-content: left;
  padding: 0;
  position: relative;
  width: 100%;
}

.company-article_txt {
  letter-spacing: 0.01em;
  line-height: 2em;
  position: relative;
  text-align: center;
  width: 100%;
  color: #454545;
  font-weight: normal;
  font-size: 21px;
  padding: 0;
}

.company-article_txt span {
  font-size: 12px;
}

.company-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  z-index: 1;
  overflow: hidden;
}

.company-list li {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  gap:10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.company-list li img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  display: block; 
}

.company-list li p {
  text-align: center;
  font-size: 12px;
}

.company-lecture_list_box{
  position: relative;
  width: 100%;
  z-index: 1;
}

.company-lecture_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  width: 100%;
  margin-bottom: 40px;
  z-index: 1;
}

.company-lecture_card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.company-lecture_header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.company-lecture_logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.company-lecture_logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.company-lecture_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company-lecture_name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.company-lecture_body {
  margin-bottom: 20px;
  flex-grow: 1; 
}

.company-lecture_title {
  font-size: clamp(1rem, 0.970rem + 0.129vw, 1.125rem);
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.08em;
  text-align: justify;
}

.company-lecture_schedule {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}

.company-lecture_time-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.company-lecture_label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.company-lecture_time {
  font-size:24px;
  font-weight: normal;
}

.company-lecture_footer {
  display: flex;
  flex-flow: row-reverse;
  gap: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

.company-lecture_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border: none;
}

.company-lecture_btn:hover {
  opacity: 0.8;
}

.company-lecture_btn--primary {
  background-color: #00a4e4;
  color: #fff;
  display: flex;
  margin: 0 auto;
}

.company-modal {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border: none;
}

.company-modal__container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
  background: #fff;
  position: relative;
}

.company-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 430;
  background: #00a4e4;
}

.company-modal__scroll-area {
  flex-grow: 1;
  overflow-y: auto;
  padding-top: 40px;
  max-height: 50vh;
}

.company-modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.company-modal__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--tundora, #333);
  margin-bottom: 20px;
  line-height: 1.5;
}

.company-modal__desc {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.company-modal__footer {
  flex-shrink: 0;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.company-list li.is-hidden {
  display: none !important;
}

.company-more {
  display: none; 
  justify-content: center;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}

.company-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #666;
  border: 1px solid #ccc;
  padding: 12px 40px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.company-more__btn:hover {
  background-color: #00a4e4;
  color: #fff;
}

.company-pickup_list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
  background: #ffffff !important;
}

.company-pickup_list li{
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #FFFBEA, #FFEEDB);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.company-pickup_bottom__txt___ttl{
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.25em;
  background: linear-gradient(90deg, #00a4e4 0%, #32c5d2 50%, #f7e060 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block !important;
  font-family: "LINE Seed JP", "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

.company-pickup_bottom__txt___txt{
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}

/* =========================================================
   FLOW（参加の流れ - 水色〜黄色グラデーション背景）
========================================================= */
.flow {
  width: 100%;
  padding: 60px 20px !important;
  position: relative;
  background: linear-gradient(180deg, #b3f0ff 0%, #ffffcc 100%) !important;
  border-radius: 40px !important;
}

.flow__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #fff !important;
  padding: 40px 15px 15px;
  border-radius: 20px !important;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.flow__item::after{
  content: "";
  color: #00a4e4;
  position: absolute;
  right: -30px;
  top: 50%;
  border-style: solid;
  background: #00a4e4;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: inline-block;
  width: 10px;
  height: 20px;
}

.flow__item:last-child::after{
  display: none;
}

.flow__icon-wrap {
  flex: 0 0 100px; 
  height: 100px;
  background: linear-gradient(270deg, #FFE02C 0%, #00a4e4 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
  aspect-ratio: 1/1;
}

.flow__number {
  font-size: 42px;
  font-weight: bold;
  color: #00a4e4; 
  line-height: 1;
  white-space: nowrap;
}

.flow__heading {
  font-size: clamp(16px, calc(1vw + 20px), 18px);
  font-weight: bold;
  line-height: 1.25em;
}

.flow__desc {
  font-size: 16px;
  line-height: 1.6;
}

/* =========================================================
   TIMETABLE(タイムテーブル - 背景色：白色)
========================================================= */
.timetable {
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.timetable__inner {
  padding: 60px 40px;
  border-radius: 20px;
}

.timetable__header {
  margin-bottom: 50px;
}

.timetable__note {
  margin: 0;
  letter-spacing: 0;
  line-height: 2em;
  position: relative;
  text-align: left;
  width: 100%;
  color: #454545;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.814rem + 0.259vw, 1.125rem);
  background: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.timetable__note-small {
  font-size: 12px;
  color: #d32f24; 
  margin-top: 10px;
}

.timetable__block {
  margin: 0 auto;
  width: 100%;
}

.timetable__table {
  display: grid;
  gap: 4px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: both mandatory;
  position: relative;
  touch-action: pan-x pan-y;
}

.timetable__block-header {
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
  align-self: stretch;
  background-color: #00a4e4;
  border-radius: 110px;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px 10px 10px 60px;
  position: relative;
  width: 100%;
}

.timetable__block-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff; 
}

.timetable__badge {
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  background-color: var(--white);
  border-radius: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 20px 40px;
  position: relative;
  color: #00a4e4;
}

.timetable__thead {
  display: flex;
  gap: 6px;
  position: sticky;
  top: 0;
  padding-top: 90px;
  margin-top: -100px;
}

.timetable__thead tr {
  display: flex;
  gap: 4px;
  width: 100%;
  justify-content: space-between;
}

.timetable__th {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  text-align: center;
  border-radius: 4px;
  flex: 1 0 auto;
  height: 60px;
  display: block;
  align-content: center;
  width: 100%;
  flex: 1 1 auto;
  background: #D3E7EA;
}

.timetable__th--time {
  text-align: center;
  background: #efefef;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  color: #454545;
}

.timetable__tbody {
  height: auto;
  overflow: auto;
  display: flex;
  gap: 4px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: both mandatory;
  padding-bottom: 20px;
}

.timetable__tr {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  width: 100%;
  justify-content: flex-start;
}

.timetable__td--time {
  font-family: 'Avenir', sans-serif;
  font-size: 24px;
  font-weight: bold;
  background: #efefef;
  display: block;
  text-align: center;
  align-content: center;
}

.timetable__td {
  box-sizing: border-box;
  padding: 0;
  display: flex;
  gap: 4px;
  width: 100%;
}

.timetable_tr__th {
  display: grid;
  width: fit-content;
  min-width: 120px;
  background: #f5f5f5;
  font-size: 30px;
  text-align: left;
  padding: 5px;
}

.timetable__card {
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 10px;
  width: 100%;
  flex: 0 1 auto;
  height: fit-content;
}

.timetable__card-head {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}

.timetable__card-time {
  background-color: transparent;
  color: #454545;
  font-size: 28px;
  font-weight: normal;
  padding: 0;
  width: 100%;
  line-height: 1em;
  margin-bottom: 15px;
}

.timetable__card-body {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  flex: 1;
}

.timetable__card-logo {
  width: 100%;
  max-width: 100px;
  height: auto;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 180 / 100;
}

.timetable__card-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.timetable__card-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.timetable__card-name {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  color: var(--tundora, #333);
}

.campany-cat {
  font-size: 12px;
  color: #808080;
}

.timetable__card-category {
  font-size: 10px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  width: fit-content;
  max-width: 100px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: fit-content;
}

.timetable__card-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  flex: 1 0 auto;
}

.timetable__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s;
  border: none;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
  flex: 1 0 40px;
  color: #808080;
}

.timetable__btn:hover {
  opacity: 0.8;
}

.timetable__btn--detail {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.timetable__btn--detail img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.timetable__btn--reserve {
  background: #00a4e4;
  color: #fff;
}

.timetable__track-head--a { background-color: #00a4e4; }
.timetable__track-head--b { background-color: #ff62b9; }
.timetable__track-head--c { background-color: #8DCCEB; }
.timetable__track-head--d { background-color: #F2B6D2; }

/* =========================================================
   CONTENTSセクション
========================================================= */
.contents {
  width: 100%;
  padding: 0;
  position: relative;
  border-radius: 0 0 100px 100px;
  background: linear-gradient(180deg, #b3f0ff 0%, #ffffcc 100%) !important;
}

.contents__inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contents__panel-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.contents__tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 0;
  background: transparent;
  width: 90%;
  border-radius: 0;
  overflow: hidden;
  gap: 6px;
  grid-row-gap: 12px;
}

.contents__tab-btn {
  background-color: #fafafa;
  border: none;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
  text-align: justify;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0 auto;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents__tab-btn.is-active {
  background: linear-gradient(90deg, #00a4e4 0%, #f7e060 100%) !important;
  color: #ffffff !important;
  opacity: 1;
}

.contents__tab-btn:hover {
  background: linear-gradient(90deg, #00a4e4 0%, #f7e060 100%);
  color: #ffffff;
}

.contents__panel {
  display: none;
  animation: fadeIn 0.5s ease;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 3px solid #f5f5f5;
}

.contents__panel.is-active {
  display: block !important;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.contents__panel-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #00a4e4 0%, #f7e060 100%) !important;
  border-radius: 100px;
}

.contents__panel-title {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: bold;
}

.contents__badge {
  background-color: #fff;
  color: #00a4e4;
  padding: 10px 40px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 14px;
  height: 100%;
  display: block;
  line-height: 1;
}

.contents__panel-body {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.contents__image-area {
  flex: 0 0 40%;
  aspect-ratio: 1.78; 
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}

.contents__info-area {
  flex: 1;
}

.contents__meta {
  display: inline-flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  background: #00a4e4;
  padding: 0 15px;
  line-height: 2em;
  color: #fff;
  border-radius: 100px;
  align-items: baseline;
}

.contents__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #00a4e4 !important;
}

.contents__desc {
  font-size: 16px;
  line-height: 1.6;
}

.contents__panel-footer {
  display: flex;
  justify-content: center;
}

.contents__btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  cursor: pointer;
  background: #00a4e4 !important;
  padding: 15px 20px;
  line-height: 1em;
  border-radius: 100px;
}

.contents__btn-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.contents__btn-arrow {
  width: 50px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.contents__btn-arrow img {
  width: 16px;
  height: auto;
}

.contents__btn:hover .contents__btn-arrow {
  transform: translateX(5px);
}

/* =========================================================
   ② VOICE（背景に haikei.jpg を適用）
========================================================= */
.voice {
  width: 100%;
  padding: 60px 0 !important;
  /* ② VOICEセクション背景の指定 */
  background-image: url('../img/haikei.jpg') !important;
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-size: 100% auto !important;
}

.voice__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.voice__slider {
  width: 100%;
  overflow: hidden;
}

.voice__list {
  display: flex;
  padding-bottom: 20px;
  align-items: stretch;
}

.voice__item {
  width: 280px; /* ★ここが重要：100%になるのを防ぐ */
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.voice__icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.voice__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice__text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  color: #454545;
  line-height: 1.65;
  font-weight: 700;
}

#js-voice-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* =========================================================
   MOVIE (背景：白)
========================================================= */
.movie {
  width: 100%;
  padding: 0 0 100px;
  position: relative;
  background: #ffffff !important;
  border-radius: 40px 40px 0 0;
}

.movie .sec__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.movie__header {
  text-align: center;
  margin-bottom: 40px;
}

.movie__note {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 1.6;
  max-width: 1130px;
  margin: 0 auto 20px;
  text-align: center;
}

/* ★ここから下をシンプルな横長動画用の指定に差し替え★ */
.movie__container {
  width: 100% !important;
  max-width: 800px !important; /* 動画の横幅（小さくしたければ600pxなどに変更） */
  aspect-ratio: 16 / 9 !important; /* 横長16:9比率 */
  margin: 0 auto !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
  background: #000000 !important;
}

.movie__container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}


/* =========================================================
   RESERVATION(予約完了した人へ)
========================================================= */
.reservation {
  width: 100%;
  padding: 0;
  background: #fff9e6 !important;
  padding-bottom: 100px;
  margin: 0;
}

.reservation__inner {
  padding: 60px 40px;
  border-radius: 20px; 
}

.reservation__header {
  margin-bottom: 50px;
}

.reservation__content {
  display: flex;
  gap: 50px;
  align-items: center;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1030px;
  border: 2px solid #ffe0b2 !important;
  box-shadow: 0 4px 20px rgba(234, 133, 0, 0.08) !important;
}

.reservation__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reservation__item {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.reservation__item-title {
  display: inline-block;
  background-color: #00a4e4; 
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 15px;
  width: fit-content;
}

.reservation__item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.reservation__btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  text-decoration: none;
  background-color: #00a4e4;
  color: #fff;
  padding: 10px 10px 10px 25px;
  border-radius: 8px;
  width: fit-content;
  transition: opacity 0.3s;
}

.reservation__btn:hover {
  opacity: 0.8;
}

.reservation__btn-text {
  font-size: 14px;
  font-weight: bold;
}

.reservation__btn-arrow {
  width: 33px;
  height: 24px;
  background-color: #fff;
  border-radius: 16.5px / 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation__image-wrap {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
}

.reservation__image {
  width: 100%;
  max-width: 350px; 
  height: auto;
}

/* =========================================================
   OVERVIEW(開催概要 - 背景色：白色)
========================================================= */
.overview {
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.overview__content {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 1030px;
  margin: 0 auto;
  width: 100%;
}

.overview__header {
  margin-bottom: 50px;
}

.overview__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.overview__item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: baseline;
}

.overview__term {
  flex: 0 0 200px;
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.5); 
  font-size: 16px;
  font-weight: bold;
  color: var(--tundora, #333);
  display: flex;
  align-items: baseline;
}

.overview__desc {
  flex: 1;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.overview__text {
  font-size: 16px;
  color: var(--tundora, #333);
  line-height: 1.6;
}

.overview__text--bold {
  font-weight: bold;
  color: #00a4e4 !important;
}

.overview__note-small {
  font-size: 12px;
  color: #666;
}

.overview__map {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #e0e0e0;
  border-radius: 8px;
  margin-top: 15px;
}

.overview__attention {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.overview__attention-text {
  font-size: 14px;
  color: var(--tundora, #333);
  line-height: 1.6;
}

/* =========================================================
   FAQ(よくあるご質問 - ライトブルー背景 `#e0f7fa`)
========================================================= */
.faq {
  width: 100%;
  padding: 0;
  position: relative;
  background: #e0f7fa !important;
  padding-bottom: 100px !important;
}

.faq__inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

.faq__item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__q {
  padding: 20px 60px 20px 20px;
  cursor: pointer;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.faq__q:focus {
  outline: none;
}

.faq__q-inner {
  display: flex;
  align-items: center;
}

.faq__q::before,
.faq__q::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #666666;
  transition: transform 0.3s ease;
}

.faq__q::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq__item[open] .faq__q::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq__item[open] .faq__q::before {
  transform: translateY(-50%) rotate(0deg);
}

.faq__a {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  animation: fadeInDown 0.3s ease-in-out;
  color: #00a4e4;
}

.faq__icon {
  font-family: 'Avenir', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 1;
}

.faq__icon--q {
  color: #00a4e4;
}

.faq__icon--a {
  color: #00a4e4;
}

.faq__text {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   ② FOOTER & インラインCTA (② 予約ボタンは白背景、最下部の変な空間を削除)
========================================================= */
.inline-cta {
  width: 100%;
  padding: 40px 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  position: relative;
  background: #ffffff !important; /* ② 白背景に変更して背景柄を遮断 */
}

.inline-cta.bg-type02 {
  background: #ffffff !important; /* ② 白背景に変更 */
  padding-bottom: 40px !important;
}

.inline-cta__inner {
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  width: 100%;
  background: #00a4e4;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(0, 164, 228, 0.3) 50%, rgba(255, 255, 255, 1) 100%);
  padding: 3px;
  max-width: 460px;
}

.inline-cta_head{
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 30px;
  color: #fff;
  align-items: center;
  background: #00a4e4 !important;
  border-radius: 100px;
  height: 60px;
}

.inline-cta__micro {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2em;
  text-align: left;
  margin: 0;
  position: relative;
  top: 5px;
}

.inline-cta__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}

.inline-cta__btn {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 25px;
}

.inline-cta__btn-arrow {
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 164, 228, 0.6);
  color: #fff;
}

.footer {
  padding: 20px 20px 40px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  background: #ffffff !important; /* ② 白背景に変更して変な空間を消去 */
}

.footer img, .footer__pagetop-icon img {
  display: none !important;
}

.footer__pagetop {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #00a4e4 !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 auto !important;
}

.footer__pagetop::before {
  content: "▲";
  font-size: 14px;
  color: #00a4e4;
  font-weight: bold;
}

.footer__pagetop:hover { opacity: 0.7; }

.footer__pagetop-text {
  color: #00a4e4 !important;
  font-size: 10px !important;
  font-weight: bold !important;
}

/* 画面最下部の Copyright 表記消去 */
.footer__copyright {
  display: none !important;
}

/* =========================================================
   追従ポップアップ (FEATURES表示時に発火)
========================================================= */
.floating-cta {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 7000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.4s ease, visibility 0.4s ease !important;
  /* ★ 白背景の不透明度を 0.92 → 0.5 (50%透明) に変更 */
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  
  width: 100%;
  padding: 12px 20px;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
}

.floating-cta.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.floating-cta__btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-color: #fff;
  flex-direction: column;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 20px;
  color: #fff;
  align-items: center;
  background: #00a4e4 !important;
  border-radius: 100px;
  height: 54px;
}

.floating-cta__btn:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 25px rgba(0, 164, 228, 0.6);
}

span.floating-cta__icon {
  position: absolute;
  top: auto;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.floating-cta__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  width: fit-content;
}

.floating-cta__accecnt {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #3d2f24;
  margin: 0 0 4px;
}

/* =========================================================
   スマホ表示（768px以下）完全修正版
========================================================= */
@media screen and (max-width: 768px) {
  /* ① 背景画像の固定（パララックス）＆ ② 下部縦余白の圧縮 */
  .kv {
    background-size: contain !important;       /* 画像を1枚全体表示 */
    background-repeat: no-repeat !important;   /* 繰り返さない */
    background-position: center top !important;
    background-attachment: fixed !important;   /* ★背景固定（ロゴだけ動くパララックス） */
    padding-top: 70px !important;              /* 上部余白 */
    padding-bottom: 0px !important;            /* ★企業ロゴ下の縦余白を限界までカット */
    min-height: auto !important;               /* ★縦の引き伸ばし指定を解除してスカスカ感を解消 */
  }

  /* ボタン周りの余白 */
  .kv-cta-wrap {
    margin: 10px auto 15px !important;
  }

  /* ボタンサイズ（主張を抑えたスマート設定） */
  .kv-cta-btn {
    padding: 10px 20px !important;
    font-size: 15px !important;
    max-width: 260px !important;
    box-shadow: 0 4px 12px rgba(0, 164, 228, 0.25) !important;
  }

  .kv-cta-arrow {
    font-size: 18px !important;
    right: 20px !important;
  }
}
