@charset "UTF-8";

/* =========================================================
■base
   ========================================================= */
body.lp-page-bg {
  position: relative;
}

/* グラデ専用レイヤー */
body.lp-page-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;

  background: linear-gradient(180deg,
      #E6F2FE 0%,
      #F5FAFF 55%,
      #FFFFFF 100%);

  pointer-events: none;
}

/* 画像専用レイヤー（縦＝画面ぴったり） */
body.lp-page-bg::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;

  background-image: url("https://go.gmo-connect.com/wp-content/uploads/2026/01/bg01_00.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* ← auto 100vh から変更 */
  /* ←ここが肝 */

  pointer-events: none;
}

#lp-page {
  --shadow: 0 10px 28px rgba(0, 0, 0, .10);
  --r: 12px;
  color: #1f2d3d;
}

#lp-page * {
  box-sizing: border-box;
}

#lp-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* layout (PC default) */
#lp-page .lp-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 16px 28px;
}

#lp-page .lp-left {
  flex: 1 1 0%;
  margin-top: 38px;
}

#lp-page .lp-left-wrapper {
  padding: 20px;
}

#lp-page .right {
  display: block;
  width: 360px;
  max-width: 360px;
  position: sticky;
  top: 0;
  height: calc(100vh - 24px);
  /* 既存の余白に合わせて調整OK */
}

/* common */
#lp-page .sectionCard {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .25);
}


#lp-page .sectionHead__lead {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(31, 45, 61, .75);
  line-height: 1.8;
}

#lp-page .sectionHead--center {
  text-align: center;
}



#lp-page .sectionCard--bgSchedule {
  background-image: url("https://go.gmo-connect.com/wp-content/uploads/2026/01/bg01_02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#lp-page .temp__head {
  height: 170px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


#lp-page .temp__label {
  color: #007DF2;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
}

#lp-page .temp__title {
  color: #1F1F1F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.36px;
}

#lp-page .temp__title span {
  color: #1F1F1F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.36px;
}

#lp-page .apply__slot:hover {
  opacity: 1;
}

#lp-page .right__list .apply__slot a:hover {
  opacity: 1;
}

/* =========================================================
■hero
   ========================================================= */
#lp-page .hero__box {
  padding: 0;
}

#lp-page .hero__main {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}

#lp-page .hero__banners {
  display: flex;
  gap: 10px;
  padding: 20px;
}

#lp-page .hero__banner {
  flex: 1;
  overflow: hidden;
  background: #fff;
}

#lp-page .hero__banner:hover {
  opacity: 1;
  filter: brightness(.98);
}

/* =========================================================
■store
   ========================================================= */
#lp-page .store {}

#lp-page .store__card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 20px 20px;
  min-height: 78px;
}

#lp-page .store__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .0;
}

#lp-page .store__content {
  position: relative;
}

/* =========================================================
■middle_card
   ========================================================= */

#lp-page .middle_card {
  padding: 0px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(10, 58, 136, .10);
  background: rgba(255, 255, 255);
}


/* =========================================================
■about
   ========================================================= */

#lp-page .about {
  margin-top: 0px;
}

#lp-page .sectionCard--bgAbout {

  border-radius: 12px 12px 0 0;
  background-image:
    /* ④ 上部をほんのり白くする */
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.85) 0%,
      rgba(255, 255, 255, 0.55) 22%,
      rgba(255, 255, 255, 0.00) 45%),

    /* ③ 下部を少しだけ青く締める */
    linear-gradient(180deg,
      rgba(230, 242, 254, 0.00) 60%,
      rgba(230, 242, 254, 0.00) 100%),

    /* ② ノード線画像（主張させない） */
    url("https://go.gmo-connect.com/wp-content/uploads/2026/01/bg01_01.png"),

    /* ① ベースの青グラデ（主役） */
    linear-gradient(180deg,
      #FFFFFF 0%,
      #e6f2fe 40%,
      #e6f2fe 90%,
      #ffffff 100%);

  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: 150%;
}

#lp-page .about__visual {
  margin-top: 10px;
  border-radius: 16px;
  overflow: hidden;

}

#lp-page .about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

#lp-page .about__item {
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(180deg,
      rgba(230, 239, 247, 0.55) 0%,
      rgba(230, 239, 247, 0.25) 100%);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Safari */

  border: 1px solid rgba(255, 255, 255, 0.75);
}


#lp-page .about__itemTitle {
  color: #005BAC;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.36px;
}

#lp-page .about__itemImg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}

#lp-page .about__itemImg img {
  height: 80px;
  width: auto;
}

#lp-page .about__itemText {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(31, 45, 61, .75);
}

#lp-page .about__itemText {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(31, 45, 61, .75);
}

#lp-page .about__moviebox {
  display: flex;
  width: 100%;
  margin-top: 60px;
  height: 500px;
  flex-direction: column;
  align-items: center;
  background-image: url("https://go.gmo-connect.com/wp-content/uploads/2026/01/bg01_01a.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

#lp-page .about__moviebox_text {
  margin: 20px 0;
}

#lp-page .about__movie {
  width: 610px;
}

/* =========================================================
■merit
   ========================================================= */
#lp-page .merit {
  margin-top: 14px;
}

#lp-page .temp__head.merit {
  height: 100px;
}

#lp-page .merit__body {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 16px;
  align-items: center;

}

#lp-page .merit__text {
  margin-top: 30px;
  position: relative;
}

#lp-page .merit__img {
  position: absolute;
  width: 30%;
  top: -150px;
  left: 30px;
}

#lp-page .merit__text p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
  color: rgba(31, 45, 61, .78);
}

#lp-page .merit__text p:last-child {
  margin-bottom: 0;
}

#lp-page .merit__visual {
  overflow: hidden;
}

/* =========================================================
■schedule
   ========================================================= */
#lp-page .schedule {
  margin-top: 40px;
  background-image: url("https://go.gmo-connect.com/wp-content/uploads/2026/01/bg01_02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#lp-page .schedule__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

#lp-page .schedule__item {
  display: grid;
  grid-template-columns: 70px 32px 1fr;
  column-gap: 8px;
  padding: 0px 0;
  position: relative;
}

/* 時間 */
#lp-page .schedule__time {
  font-size: 14px;
  font-weight: 700;
  color: #1F1F1F;
  text-align: right;
  padding-top: 2px;
}

/* レール（線＋ドット） */
#lp-page .schedule__rail {
  position: relative;
}

/* 縦線 */
#lp-page .schedule__rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  bottom: 0;
  width: 2px;
  background: #1F1F1F;
  transform: translateX(-50%);
}

/* 縦線 */
#lp-page .schedule__rail.blue::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  bottom: 0;
  width: 2px;
  background: rgba(0, 120, 212, 0.28);
  transform: translateX(-50%);
}


/* 最後の線は下を切る */
#lp-page .schedule__item:last-child .schedule__rail::before,
#lp-page .schedule__item:last-child .schedule__rail::after {
  background: #fff;
}

/* ドット */
#lp-page .schedule__dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: #1F1F1F;
  border-radius: 50%;
  margin: 8px auto 0;
  z-index: 2;
  box-shadow:
    0 0 0 10px #fff;
}

/* ドット */
#lp-page .schedule__dot.blue {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: #0078d4;
  border-radius: 50%;
  margin: 8px auto 0;
  z-index: 2;
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 7px rgba(0, 120, 212, 0.12),
    0 0 0 10px #fff;
}

/* テキスト */
#lp-page .schedule__content {
  padding-top: 0;
}

#lp-page .schedule__title {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

#lp-page .schedule__title.blue {
  color: #0078d4;
}

#lp-page .schedule__text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  padding: 0px 0 18px;
}



/* =========================================================
■apply　 左下のスケジュール一覧
   ========================================================= */
#lp-page .apply {
  margin-top: 14px;
}

#lp-page .apply__box {
  border-radius: 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .25);
  background: linear-gradient(180deg, #c9efff 0%, #7cc8ff 45%, #55a9f2 100%);
  padding: 18px 16px 16px;

  background-image: url("https://go.gmo-connect.com/wp-content/uploads/2026/01/bg01_03.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: visible;
  /* ← これ超重要 */
  margin: 0 20px;
}

#lp-page .apply__top {
  position: absolute;
  width: 90%;
  top: -60px;
  z-index: 999;
}

#lp-page .apply__head {
  text-align: center;
  color: #0a3a88;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 400px;
  margin: 60px auto 30px;
}

#lp-page .apply__img {
  width: 204px;
}

#lp-page .apply__textmain {
  color: #1F1F1F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.36px;
  margin: 16px 0;
}

#lp-page .apply__textmsub {
  color: #1F1F1F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.32px;
}

#lp-page .apply__grid {
  --cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: 14px;
}

#lp-page .apply__col {
  padding: 12px;
}

#lp-page .apply__month {
  color: #1F1F1F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}

#lp-page .apply__slot {
  font-family: "Noto Sans JP";
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;

  margin-bottom: 10px;
  padding: 0px 4px;

  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.36px;

  border-radius: 12px;
  background: rgba(255, 255, 255, .99);

  color: rgba(10, 58, 136, .95);
  font-weight: 900;
  text-decoration: none;

  transition: background-color .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}

#lp-page .apply__slot:last-child {
  margin-bottom: 0;
}

#lp-page .apply__date {
  text-align: left;
}

#lp-page .apply__time {
  text-align: right;
}

/* hover：白 → 青 */
#lp-page .apply__slot:hover {
  background: #0078d4;
  color: #fff;
  transform: translateY(-1px);
}

/* 期限切れ：リンク無効・灰色 */
#lp-page .apply__slot.is-disabled {
  background: #B7B7B7;
  color: #E8E8E8;
  cursor: not-allowed;
}

#lp-page .apply__slot.is-disabled:hover {
  background: #e5e5e5;
  color: #999;
  transform: none;
}


/* 
}=========================================================
■no1
   ========================================================= */
#lp-page .no1 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 40px 0px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(31, 45, 61, .78);
  align-items: center;
}

#lp-page .no1__banner {}

/* No.1画像（左） */
#lp-page .no1 img {
  width: 260px;
  /* 元絵に近いサイズ */
  height: auto;
  flex-shrink: 0;
}

#lp-page .no1__text {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
  color: rgba(31, 45, 61, .78);
}

/* テキスト（右） */
#lp-page .no1 p {
  margin: 0;
}

/* =========================================================
■others
   ========================================================= */
#lp-page .others {
  border-radius: 10px;
  padding: 16px;
}

#lp-page .temp__head.others {
  background-image: url("https://go.gmo-connect.com/wp-content/uploads/2026/01/bg01_04.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

#lp-page .others__grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

#lp-page .others__card {
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#lp-page .others__card_top {
  display: flex;
  flex-direction: row;
  align-items: end;
  line-height: 20px;
}

#lp-page .others__icon {
  width: 38%;
  height: auto;
}

#lp-page .others__name {
  color: #007E76;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.36px;
  padding-left: 5px;
}

#lp-page .others__name.connect {
  color: #005BAC;
}

#lp-page .others__name.executive {
  color: #816800;
}

#lp-page .others__name.prime {
  color: #161616;
}

#lp-page .others__name.growth {
  color: #007E76;
}


#lp-page .others__desc {
  margin: 8px 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(31, 45, 61, .75);
  flex: 1 1 auto;
}

#lp-page .others__link {
  font-weight: 900;
  color: #1F1F1F;
  text-decoration: underline;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 900;
  margin-bottom: 6px;
  /* ← 下に寄りすぎ防止（数値は好みで 4〜10px） */
  transition: opacity .18s ease, transform .18s ease;
}

#lp-page .others__link::before {
  content: "＞";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #000;
  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  line-height: 0.5;
  /* まず基準をリセット */
  padding-top: 0.5px;
  /* ← これが効く（0.5〜1pxで微調整） */
  transition: background-color .18s ease, color .18s ease, transform .18s ease;

}

#lp-page .others__link:hover {
  opacity: 1;
  opacity: 1;
  transform: translateX(2px);
  /* ほんの少し */
  text-decoration: none;
  /* 下線いらなければ */
}

#lp-page .others__link:hover {
  opacity: 1;
}

#lp-page .others__link:hover::before {
  background: #fff;
  color: #000;
  transform: translateX(1px);
  box-shadow: 0 0 0 1px #000 inset;
  /* 縁取り（好み） */
}

/* =========================================================
■bottom
   ========================================================= */
#lp-page .bottom {
  margin-top: 14px;
}

#lp-page .bottom__box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 20px;
}

/* =========================================================
■right
   ========================================================= */
#lp-page .right__toplogo {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp-page .right__toplogo img {
  width: 50%;
}

#lp-page .right__panel {
  margin-top: 8px;
  padding: 30px 20px 20px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border-radius: 12px;
  background: radial-gradient(82.99% 71.75% at 5.31% 0%, #B0EBF7 0%, #007DF2 40.87%, #005BAC 100%);
  color: #fff;
  display: flex;
  flex-direction: column;

  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 150px);
  /* ヘッダー分を引く：数値は微調整OK */
  overflow: hidden;

}

#lp-page .right__panelTitle img {
  width: 90%;
  margin: 0 auto;
}

#lp-page .right__panelTitle p {
  margin: 20px 0 0;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.24px;
}

/* 右側リストのレイアウト */
#lp-page .right__list {
  display: grid;
  gap: 1px;
  margin-top: 12px;

  flex: 1 1 auto;
  min-height: 0;
  /* ← flex内スクロールの必須条件 */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  /* スクロールバー分の逃げ（デザイン崩れ防止） */
  -webkit-overflow-scrolling: touch;

  overscroll-behavior: contain;
  /* ←これが効く（端でページに伝播しない） */
  scrollbar-gutter: stable;
  /* スクロールバー出現でレイアウトが揺れにくい */
}

/* スクロールバー全体 */
#lp-page .right__list::-webkit-scrollbar {
  width: 8px;
}

/* スクロールバーの背景（溝） */
#lp-page .right__list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.35);
  /* ← 背景色 */
  border-radius: 8px;
}

/* つまみ */
#lp-page .right__list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg,
      #C1C1C1 0%,
      #C1C1C1 100%);
  border-radius: 8px;
}

/* hover時 */
#lp-page .right__list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg,
      #2892ee 0%,
      #0d6dcc 100%);
}

/* 右側版：ピルの高さや余白だけ調整 */
#lp-page .right__list .apply__slot {
  flex-direction: row;
  grid-template-columns: 1fr auto;
  /* 日付 / 時間 */
  padding: 12px 14px;
  justify-content: start;
  height: 40px;
  padding-left: 40px;
  border-radius: 8px;
}

/* 右側では文字を少し詰める例（必要なら） */
#lp-page .right__list .apply__date {
  font-size: 18px;
}

#lp-page .right__list .apply__time {
  font-size: 16px;
}

/* hover：白 → 青 */
#lp-page .right__list .apply__slot:hover {
  background: #F37B3A;
  color: #fff;
  transform: translateY(-1px);
}


#lp-page .right__linkbtn {
  color: #fff;
  display: flex;
  width: 280px;
  height: 42px;
  padding: 4px 20px;
  margin: 30px auto 0px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: radial-gradient(274.73% 95.15% at 12.86% -0.73%, #007DF2 0%, #005BAC 15.22%, #00386D 43.9%);
}


/* =========================================================
■mobile (max-width:768px)
   ========================================================= */

@media screen and (max-width: 1000px) {
  #lp-page .apply__grid {
    grid-template-columns: 1fr;
    /* 縦1列 */
  }

  #lp-page .apply__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {

  #lp-page .lp-wrapper {
    max-width: none;
    display: block;
    padding: 14px 12px 24px;
  }

  #lp-page .lp-left {
    flex: none;
    width: 100%;
  }

  #lp-page .lp-left-wrapper {
    padding: 14px;
  }

  #lp-page .right {
    display: none;
    position: static;
    width: auto;
    max-width: none;
  }

  /* grids -> 1 column */
  #lp-page .about__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #lp-page .merit__body {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #lp-page .apply__grid {
    grid-template-columns: 1fr;
  }

  #lp-page .others__grid {
    grid-template-columns: 1fr;
  }

  #lp-page .timeline li {
    grid-template-columns: 64px 1fr;
  }
}