@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;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans CJK JP-Bold", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans CJK JP-Bold";
  src: local("Noto Sans CJK JP-Bold");
}
/* @FONTWARNING[{"type": "restricted", "family": "Avenir-Black", "weight": "900", "style": "normal", "allowsCrossOrigin": false}] */

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

/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans CJK JP-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans CJK JP-Medium";
  src: local("Noto Sans CJK JP-Medium");
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans CJK JP-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans CJK JP-Regular";
  src: local("Noto Sans CJK JP-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "Metric-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Metric-SemiBold";
  src: local("Metric-SemiBold");
}
/* @FONTWARNING[{"type": "restricted", "family": "Avenir-Roman", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@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");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@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");
}

/* .screen a {
  display: contents;
  text-decoration: none;
} */

.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: #7d83fd;
  --cornflower: #8dcceb;
  --gallery: #efefef;
  --lavender: #f2b6d2;
  --mountain-mist: #999999;
  --tree-poppy: #f5951a;
  --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: #f9f8fb; */
background: #f2f2f2;
}
.bg-type03{
background: linear-gradient(270deg, rgba(141, 204, 235, 1) 0%, rgba(242, 182, 210, 1) 100%);
}
.bg-type04{
  /* background: #7d83fd;  */
  background: #7d83fd;
    background-image: url(../img/seminar-bg.avif);
    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.avif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
 }
 .__c1{
  background: #FA503D;
  color: #fff;
 }
 .__c2{
  background: #00abeb;
  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: baseline;
  justify-content: left;
  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: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
}
.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: 1px solid;
  width: 100%;
}
hr.l_wh{
  border: 1px solid #fff;
  width: 100%;
}
.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;
}
.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, #7D83FD 0%, #7D83FD 33%, #ff62b9 45%, #ff62b9 55%, #7D83FD 70%, #7D83FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}
.Wrapper{
  align-items: center;
    /* background: linear-gradient(270deg, rgba(141, 204, 235, 1) 0%, rgba(242, 182, 210, 1) 100%); */
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    padding-bottom: 180px;
}
.wrapper-bg{
  backdrop-filter: blur(60px);
  background-image: url(../img/seminar-bg.avif);
  background-position: 50% 50%;
  background-size: cover;
  height:100vh;
  left: auto;
  position: fixed;
  top: 0;
  width:100%;
  border-radius: 0;
  overflow: hidden;
  z-index: 0;
}
.wrapper-bg::before{
  content: "";
  z-index: 0;
  backdrop-filter: blur(60px);
  background-image: url(../img/kv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  height: 100vh;
  left: 0;
  object-fit: cover;
  position: fixed;
  top: 0;
  width: 100%;
}
.wrapper-bg::after{
  content: "";
  z-index: 0;
  background-image: url(../img/bg_lab_pc.jpg);
  mix-blend-mode: saturation;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  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;
    z-index: 10000;
}
.container{
  border-radius: 40px;
  padding-bottom: 100px;
  width: 100%;
  min-height: 100vh;
  align-content: center;
  margin: 0 auto;
}
/* =========================================================
   HEADER (追従メニュー)
========================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  display: flex;
  padding: 0;
}
.∂header-logo_link{
display: block;
width: 100%;
height: 100%;
}
.header-logo_link img{
  width: 170px;
  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.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  gap: 15px;
  width: 100%;
}

.header__logo {
  width: 150px;
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__nav {
  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: var(--chetwode-blue, #7D83FD);
}

/* スマホ用のボタンとドロワーはPCでは隠す */
.header__hamburger,
.header__drawer {
  display: none;
}
/* =========================================================
   KVセクション
========================================================= */
.kv{
  align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    border-top: none;
}
.kv-container{
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0;
  position: relative;
  width: 100%;
  height: 70vh;
  align-items: flex-end;
  justify-content: flex-start;
}
.kv-inner{
  align-items: baseline;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.kv-image{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 0;
}
.kv-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kv-title{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kv-title img{
  width: 250px;
  height: auto;
  object-fit: contain;
  margin: 0;
  display: inline-block;

}
.kv-titile_text{
  text-align: center;
  font-weight: 900;
  font-family: corporate-logo-ver2, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
}
.kv-titile_text_main{
  position: relative;
  clip-path: polygon(0% 10%, 100% 10%, 100% 100%, 0% 100%);
  background: linear-gradient(90deg, #fff 50%, #eefcff 75%, #b9d4ff 100%);
  padding: .5em;
  width: fit-content;
  display: inline-flex;
}
.kv-titile_text_main span{
  font-size: clamp(10vw, 100px, 110px);
  background: linear-gradient(90deg, #0046e2 0%, #0046e2 33%, #00fff5 45%, #00fff5 55%, #0046e2 70%, #0046e2 100%);
  background: linear-gradient(90deg, #7D83FD 0%, #7D83FD 33%, #ff62b9 45%, #ff62b9 55%, #7D83FD 70%, #7D83FD 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.kv-titile_text_sub{
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(90deg, #fff 50%, #eefcff 75%, #b9d4ff 100%);
  padding: .5em;
  }
  .kv-titile_text_sub span{
    /* font-size: clamp(5vw, 70px, 70px); */
    font-size: clamp(9vw, 100px, 100px);
  background: linear-gradient(90deg, #0046e2 0%, #0046e2 33%, #00fff5 45%, #00fff5 55%, #0046e2 70%, #0046e2 100%);
  background: linear-gradient(90deg, #7D83FD 0%, #7D83FD 33%, #ff62b9 45%, #ff62b9 55%, #7D83FD 70%, #7D83FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  }
  .kv-copy {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    width: auto;
  }
  
  .kv-copy_top{
    align-items: center;
    align-self: center;
    display: flex;
    position: relative;
    width: auto;
  }
  
  .kv-copy_article {
    letter-spacing: 1.92px;
    line-height: normal;
    position: relative;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(255, 98, 185, 1), 0px 0px 10px rgba(125, 131, 253, 1);
    color: #fff;
    text-align: center;
  }
  
  .kv-copy_article__small {
    letter-spacing: 0.01em;
    font-size: clamp(24.00px, calc(1.81vw + 17.20px), 52.00px);
    font-weight: 900;
  }
  
  .kv-copy_article__large{
    color: #fff;
    font-size: clamp(72.00px, calc(1.81vw + 65.20px), 100.00px);

    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-shadow: 0px 0px 10px rgba(255, 98, 185, 1), 0px 0px 10px rgba(125, 131, 253, 1);
  }
  .kv-copy_article__arrow{
    align-items: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    padding: 0px 20px;
    position: relative;
  }
  .kv-copy_article__arrow img{
    aspect-ratio: 0.96;
    height: 13.49px;
    position: relative;
    width: 13px;
  }
  .kv-info {
    align-self:baseline;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0px;
    position: relative;
  }
  
  .kv-date-time {
    align-items: baseline;
    align-self: stretch;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    gap: 15px;
    text-shadow: 0px 0px 10px rgba(255, 98, 185, 1), 0px 0px 10px rgba(125, 131, 253, 1);
  }
  .kv-date{display: flex;
    align-items: baseline;
    gap: 10px;
  }
  .kv-date span {
    display: inline-flex;
    position: relative;
    font-size:100px;
    line-height: 1em;
    font-weight: 700;
    color: #fff
  }
  
  .kv-date_on{
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    width: 35px;
    height: auto;
    border-radius: 100%;
    background: linear-gradient(180deg, rgba(253, 189, 216, 1) 0%, rgba(125, 131, 253, 1) 100%);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
  }
  
  .kv-date_time {
    color:#fff;
    font-size: clamp(42px, calc(3vw + 32px), 82px);
    font-weight: normal;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    white-space: nowrap;
    width: fit-content;
  }
  
  .kv-subinfo{
    align-self: baseline;
    background-color: #ffffff80;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    position: relative;
    width: auto;
  }
  .kv-subinfo hr{
  
  }
  .kv-subinfo_inner {
    align-items: center;
    background-color: var(--white);
    display: flex;
    gap: 10px;
    height: auto;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    color: var(--chetwode-blue);
      font-family: var(--font-family-noto_sans_cjk_jp-bold);
      font-size: 21px;
      font-style: normal;
      font-weight: 700;
  }
  
  .kv-subinfo_txt {
    letter-spacing: 0;
    line-height: 21px;
    margin-left: -1.50px;
    margin-top: -1.00px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
  }
  .kv-cta{
    position: relative;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  .kv-cta__inner{
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    width: 100%;
    background: #F5951A;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    gap: 0;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(251, 105, 56, 0.5) 46%, rgba(255, 255, 255, 1) 100%); */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(245, 149, 26, 0.3) 50%, rgba(255, 255, 255, 1) 100%);
    padding: 3px;
    max-width: 460px;
  }
  .kv-cta_head{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px;
    color: #fff;
    align-items: center;
    background: #F5951A;
    border-radius: 100px;
    height: 60px;
  }
  .kv-cta__title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .kv-cta__btn{
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 30px;
  }
  .kv-cta__btn-arrow{
    aspect-ratio: 1 / 1;
    width: 20px;
    height: auto;
    display: block;
    align-content: center;
  }
  .kv-cta__btn-arrow img{
    width: 100%;
    height: auto;
  }
  /* =========================================================
   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__track:hover {
  animation-play-state: paused;
}
*/

.kv-logo-slider__list {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;          /* ★追加：ブラウザのデフォルト左余白を完全にリセット */
  padding-right: 15px; /* コピーしたリストとの継ぎ目を無くす（gapと同じ数値） */
}

.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;
}

/* CSSのみで動かす魔法のキーフレーム */
@keyframes kv-loop-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* =========================================================
   CAMPAIGN Section
========================================================= */
.campaign {
  position: relative;
  align-items: center;
  background: #f2f2f2;
  display: flex;
  gap: 40px;
  justify-content: center;
  width:100%;
  padding: 40px 20px;

  }
  /* モーダル（オーバーレイ）を強制的に最前面へ引き上げる */
div[id^="overlay-"], 
.anima-overlay {
  z-index: 9999 !important; 
}
  /* スライダーの枠 (元の .divinner-10) */
  .campaign__inner {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  /* スライダートラック (元の .ulslider-1) */
  .campaign__slider {
    /* 余計な指定は削除し、SwiperのJSにレイアウトを委ねる */
    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;
    /* 【重要】autoではなく0と100%にして中央寄せを復活させる */
    left: 0 !important;
    width: 100% !important;
  }
  .campaign__link {
    /* flex: 0 0 auto; は削除するか上書き */
    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: #7D83FD !important;
  }
  /* スライド本体 (元の .img-9 等) */
  .campaign__item {
    width: 100%;
    height: 100%;
    max-width: 100%;
    opacity: 1;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .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: 20px 0 0;
  }
  /* テキスト (元の .text-48-1) */
  .campaign__title {
    letter-spacing: 3.20px;
    line-height: 2em;
    font-size:16px;
    font-weight: bold;
    text-align: left;
  }
  
  /* 矢印コンテナ (元の .arrow-1-5 + .ellipse-1-4) */
  .campaign__arrow {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: var(--chetwode-blue, #7D83FD);
    border-radius:100px; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  
  /* 矢印画像 (元の .vector-12) */
  .campaign__arrow img {
    width: 16px;
    height: auto;
  }
  
  /* ホバー時のアクション */
  .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 {
    /* Swiperの計算幅に対して、中身を強制的にど真ん中に置く */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: auto; /* 各スライドの高さを自動で揃える */
  }
  /* （追加）1枚しかバナーがない時はドットを消し去る */
#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;
  /* ▼ここから追加：高さを制限してFlexbox化する */
  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: var(--chetwode-blue, #7D83FD);
}
.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; /* 高さの固定値(height: 200px等)を消し、比率で指定 */
  background-color: #f0f0f0;
  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: var(--chetwode-blue, #7D83FD);
  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: var(--chetwode-blue, #7D83FD);
  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: #f5951a;
  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__inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  /* background-image: url(../img/bg_lab_pc.jpg); */
  /* background-image: url(../img/bg_news_pc.jpg); */
  background-image: url(../img/seminar-bg.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  border-radius: 40px;
  position: relative;
  padding: 0 0 60px;
  overflow: hidden;
}
.features__header {
  margin-bottom: 60px; /* タイトルとリストの間の余白 */
}

/* 特徴リストのレイアウト */
.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);
}

/* 画像エリア（元の .frame-11-1 に相当） */
.features__image-wrap {
  background-color: #f5f5f5;
  border-radius: 20px;
  display: flex;
  margin:0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    max-width: 200px;
}
.features_article{
  padding:15px 80px;
}
.features__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 数字バッジ（元の .arrow-1-6 + .ellipse-1-5 + .number-5） */
.features__badge {
  background-color: var(--chetwode-blue);
  border-radius: 37.5px / 19px;
  height: 38px;
  position: relative;
  transform: rotate(-30.00deg);
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

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

/* 見出しテキスト（元の .text-49） */
.features__heading {
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.3rem);
  font-weight: bold;
  color: var(--chetwode-blue, #7D83FD);
  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;
}
.company-lecture{
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.company-lecture::after{
  content: "";
  position: absolute;
  background-image:url(../img/content-bg.webp) ;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
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;
  /* background-color: #D3E7EA; */
  display: flex;
  flex: 0 0 auto;
  gap: 0;
  justify-content: left;
  padding: 0;
  position: relative;
  width: 100%;
}
.baloon-accent{
  align-items: center;
  aspect-ratio: 1 / 1;
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  height: 35px;
  justify-content: center;
  padding: 23px 0px;
  position: relative;
  width: fit-content;
}
.baloon-accent span{
  font-size: 10px;
  font-weight: 700;
  color: #454545;
}
.baloon-allow{

}
.baloon-allow img{
  aspect-ratio: 0.96;
  height: 13.49px;
  position: relative;
  width: 13px;
  top:-1px;
}
.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;
}
.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: 100％;
  aspect-ratio: 2/1;
}
.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: 100％;
  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: 100％;
  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_category {
  font-size: 10px;
  color: #808080;
  border-radius: 4px;
  width: fit-content;
  margin: 0;
  padding: 2px 6px;
  border: 1px solid #808080;
}

/* 本文（タイトル） */
.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: #F5951A;
  color: #fff;
  display: flex;
  margin: 0 auto;
}

.company-lecture_btn--secondary {
  background-color: #fff;
  position: relative;
  border: 1px solid #808080;
  width: 100%;
  border-radius: 4px;
  color: #454545;
}
.company-lecture_btn--secondary img{
  width: 24px;
  height: auto;
  object-fit: contain;

}
/* --- 企業モーダル用の追加CSS --- */
.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: #7D83FD;
}

.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;
}

/* ボタンの親枠（初期は非表示。JSで13個以上ある場合のみflexになる） */
.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: var(--chetwode-blue, #7D83FD);
  color: #fff;
}
.company-pickup_list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.company-pickup_list li{
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #F9EBF7, #E8EFFC);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.company-pickup_company__head{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex: 0 1 auto;
}
.company-pickup_logo{
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.company-pickup_logo img{
  width: 150px;
  height: auto;
  object-fit: contain;
}

.company-pickup_bottom{
  display: flex;
  gap: 0;
  flex: 0 1 auto;
}
.company-pickup_bottom__img{
  width: 100%;
  aspect-ratio: 1;
  max-width: 430px;
}
.company-pickup_bottom__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fafafa;
}
.company-pickup_bottom__article{
  padding: 20px 40px;
  flex: 0 1 auto;
}
.company-pickup_bottom__txt___ttl{
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.25em;
  font-family: "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: 0;
  position: relative;
  /* border-radius: 40px 40px 0 0; */
}

.flow__inner {
  display: flex;
    flex-direction: column;
    position: relative;
max-width: 1130px;
width: 100%;
    margin: 0 auto;
    padding: 80px;
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
}

/* タイトル周り */
.flow__header {
  text-align: center;
  margin-bottom: 40px;
}

.flow__title-en {
  font-family: 'Avenir', sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}

.flow__title-ja {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

/* タブ部分 */
.flow__tab {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1130px;
  width: 100%;
}

.flow__tab-text {
  background-color: var(--chetwode-blue, #7D83FD);
  color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: clamp(22px, calc(1vw + 4px), 32px);
  font-weight: bold;
  width: 100%;
  text-align: center;
}

/* リスト部分 */
.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;
  padding: 40px 15px 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.flow__item::after{
  content: "";
  color: #ff62b9;
  position: absolute;
  right: -30px;
  top: 50%;
  border-style: solid;
  background: #ff62b9;
  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, rgba(141, 204, 235, 1) 0%, rgba(242, 182, 210, 1) 100%);
  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 20px #0000001a;
  aspect-ratio: 1/1;
}

.flow__icon {
  width: 35%;
  height: auto;
}

/* コンテンツ部分 */
.flow__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.flow__head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 10px;
}

.flow__number {
  font-size: 42px;
  font-weight: bold;
  color: #ccc; /* 元の文字色に合わせて調整 */
  line-height: 1;
  white-space: nowrap;
}

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

/* 画像の代わりにCSSで線を引く */
.flow__line {
  width: 100%;
  height: 2px;
  background-color: #eee;
  border: none;
  margin: 0 0 15px 0;
}

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

/* =========================================================
ここからTIMETABLE(タイムテーブル)
========================================================= */
.timetable {
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
}

.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: #d32f2f; /* 注意書き用の赤色 */
  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: var(--chetwode-blue);
  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: #7D83FD;
}

/* テーブル（Gridレイアウト） */
.timetable__thead {
  display: flex;
  gap:6px;
  position: sticky;
    top: 0;
    padding-top: 90px;
    margin-top: -100px;
    background: #f2f2f2;
}
.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;
    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: #F5951A;
   color: #fff;
}
.timetable__track-head--a { background-color: var(--chetwode-blue, #7D83FD); }
.timetable__track-head--b { background-color: #ff62b9; }
.timetable__track-head--c { background-color: #8DCCEB; }
.timetable__track-head--d { background-color: #F2B6D2; }
/* =========================================================
   CONTANTSセクション
========================================================= */
.contents {
  width: 100%;
  padding: 0;
  position: relative;
  border-radius: 0 0 100px 100px;
}

.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 span{

}
.contents__tab-btn.is-active{
  background: linear-gradient(270deg, rgba(141, 204, 235, 1) 0%, rgba(242, 182, 210, 1) 100%);
    opacity: 1;
    color: #fff;
}
.contents__tab-btn:hover{
  background: linear-gradient(270deg, rgba(141, 204, 235, 1) 0%, rgba(242, 182, 210, 1) 100%);
  color: #fff;
}

/* タブパネルの切り替え処理 */
.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;
}

@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(270deg, rgba(141, 204, 235, 1) 0%, rgba(242, 182, 210, 1) 100%);
  border-radius: 100px;
}

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

.contents__badge {
  background-color: #fff;
  color: #8DCCEB;
  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; /* 16:9 */
  background-color:#eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}

/* 追記する記述：中の画像が枠からはみ出さないように制御 */
.contents__image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠に合わせて切り取る。全体を見せたい場合は contain に変更 */
  display: block;
}

.contents__image-placeholder {
  font-weight: bold;
}

.contents__info-area {
  flex: 1;
}

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

.contents__time {
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
}

.contents__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.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: #F5951A;
  padding: 15px 20px;
  line-height: 1em;
  border-radius: 10px;
}

.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（参加者の声）
========================================================= */
.voice {
  width: 100%;
  padding:0;
}
.voice__inner {
  margin: 0 auto;
  overflow: hidden;
  width:100%;
}
.voice__header {
  margin-bottom: 50px;
}

/* スライダーの親枠 */
.voice__slider {
  width: 100%;
  overflow: hidden;
}

/* 横スクロールするリスト */
.voice__list {
  display: flex;
  padding-bottom: 20px; 
  align-items: stretch;
}

/* スライダーの各カード */
.voice__item {
  width:calc(20.333% - 14px) !important;
  max-width: 280px;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box; /* ★追加：paddingを含めて幅を計算させる */
  height: auto;
}

/* アイコン画像 */
.voice__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f5f5f5; /* 画像がない時のダミー背景 */
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

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

/* コメントテキスト */
.voice__text {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-size: 15px;
  color: var(--tundora, #333);
  line-height: 1.6;
  font-weight: bold;
}
/* Swiperを等速（ティッカー型）でなめらかに動かすための必須CSS */
#js-voice-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* =========================================================
ここからMOVIE(過去イベントの様)
========================================================= */
.movie {
  width:100%;
  padding: 0;
  position: relative;
  /* background-image: url(../img/seminar-bg.avif); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 100px;
  border-radius: 40px 40px 0 0;
  /* background: linear-gradient(221deg, #5476ed66 -18.32%, #639ef366 5.62%, #8be8ff14 54.46%), #fbfbfb; */
  background: #f2f2f2;
}

/* sec__inner がグローバルに定義されていない場合の保険 */
.sec__inner.movie__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

/* タイトル周りのレイアウト調整 */
.movie__header {
  text-align: center;
  margin-bottom: 40px;
}

/* 注意書きテキスト */
.movie__note {
  font-size: 13px;
  font-weight: bold;
  color: var(--tundora, #333);
  line-height: 1.6;
  max-width: 1130px;
  margin: 0 auto 20px;
  text-align: center;
}

/* 動画リストの枠組み（動画が入ることを想定） */
.movie__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #ddd;
  max-width: 1030px;

}
/* YouTubeのiframeを枠いっぱいに広げる */
.movie__item iframe {
  width: 100%;
  height: 100%;
  display: block;
}
/* =========================================================
ここからRESERVATION(予約完了した人へ)
=========================================================  */
.reservation {
  width: 100%;
  padding: 0;
  background: #fcedf4;
  padding-bottom: 100px;
  margin: 0;
}

.reservation__inner {
  padding: 60px 40px;
  border-radius: 20px; /* 背景色(bg-type01)があるため、角丸にしておく */
}

.reservation__header {
  margin-bottom: 50px;
}

/* コンテンツエリア（PCは左右2カラム） */
.reservation__content {
  display: flex;
  gap: 50px;
  align-items: center;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1030px;
}

/* 左側：テキストエリア */
.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: var(--chetwode-blue, #7D83FD); /* 元は白文字だったので、アクセントカラーを背景に敷く想定 */
  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: #F5951A;
  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;
}
.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;
}

.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(よくあるご質問)
========================================================= */
.faq {
  width: 100%;
  padding:0;
  position: relative;
  background: #fcedf4;
  padding-bottom: 100px;
}

/* 指定されたレイアウト */
.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;
}

/* details標準の矢印アイコンを消去 */
.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;
}

/* CSSだけで作る開閉アイコン（＋と－） */
.faq__q::before,
.faq__q::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: var(--chetwode-blue, #7D83FD);
  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: #FF5DA0;
}

/* QとAのアイコン */
.faq__icon {
  font-family: 'Avenir', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 1;
}

.faq__icon--q {
  color: var(--chetwode-blue, #7D83FD);
}

.faq__icon--a {
  color: #FF5DA0; /* アクセントカラー（適宜調整） */
}

/* テキスト */
.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 (フッター)
========================================================= */
.footer {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}

.footer__pagetop {
  webkit-backdrop-filter: blur(2px) brightness(100%);
  align-items: center;
  aspect-ratio: 1;
  backdrop-filter: blur(2px) brightness(100%);
  background-color: var(--white-2);
  border: 1px solid;
  border-color: var(--white);
  border-radius: 35px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
}

.footer__pagetop:hover {
  opacity: 0.7;
}

.footer__pagetop-icon img {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 12px;
  position: relative;
  width: 12px;
}

.footer__pagetop-text {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.footer__copyright p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
/* =========================================================
   FLOATING CTA (追従型コンバージョンボタン)
========================================================= */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  background: #fff;
  background-image: url(../img/seminar-bg.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: 100%;
  padding: 20px;
}

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

/* ...ここから下の .floating-cta__btn などは既存のままでOK... */
.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;
    animation: none;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0 20px;
    color: #fff;
    align-items: center;
    background: #F5951A;
    border-radius:100px;
    height:60px;
}

.floating-cta__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(255, 93, 160, 0.6);
}
span.floating-cta__icon {
  position: absolute;
  top: auto;
  right: 20px;
}
.floating-cta__text {
  color: #fff;
  font-size:20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  width: fit-content;
}

.floating-cta__icon img {
  aspect-ratio: 1.31;
  height: auto;
  position: relative;
  width: 25px;
}
.floating-cta__accecnt{
text-align: center;
font-weight: bold;
font-size: 16px;
margin: 0 0 5px;
}
/* 跳ねるアニメーションキーフレーム */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-15px); }
  60% { transform: translateY(-7px); }
}
/* =========================================================
   INLINE CTA (ページ内コンバージョンエリア)
========================================================= */
.inline-cta {
  width: 100%;
  padding:100px 0;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 0 0 100px 100px;
}

.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: #F5951A;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(245, 149, 26,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: #F5951A;
  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;
}

/* PCでは改行させない */
.inline-cta__title .is-sp {
  display: none;
}

.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{
  aspect-ratio: 1 / 1;
  width: 20px;
  height: auto;
  display: block;
  align-content: center;
}

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

.inline-cta__btn-arrow img {
  width: 100%;
  height: auto;
}
