@charset "UTF-8";
:root {
  --base-margin: 15px;
  --noto-sans: "Noto Sans JP", sans-serif;
}

body {
  font-family: "Noto Serif JP", serif;
}

/*** The new CSS reset - version 1.7.3 (last updated 7.8.2022) ***/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

picture {
  display: block;
  width: 100%;
}

.ly_main {
  background: url("/pw2604-cp/images/back_world.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/*
レスポンシブ
*/
:root {
  /* FontFamily */
  --base-font-family: "Hiragino Sans", sans-serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --noto-serif: "Noto Serif JP", serif;
  --lato: "Lato", sans-serif;
  --hiragino: "Hiragino Sans", sans-serif;
  --mincho: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
  --goshic: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --apple: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --hannari: "Hannari", serif;
  --helvetica: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  --anton: "Anton", sans-serif;
  /* Contents Width */
  --content-width-sm: 1000px;
  --content-width: 1200px;
  /* Base Beside */
  --base-beside: 15px;
}

.ly_container {
  width: 100%;
  padding-inline: var(--base-beside);
  margin-inline: auto;
}
@media only screen and (min-width: 1000px) {
  .ly_container {
    width: 960px;
  }
}
@media only screen and (min-width: 1280px) {
  .ly_container {
    width: 1200px;
  }
}
@media only screen and (min-width: 1920px) {
  .ly_container {
    width: 1440px;
  }
}

.ly_footer {
  margin-top: 85px;
}
@media only screen and (min-width: 1000px) {
  .ly_footer {
    margin-top: 170px;
  }
}

body.is_scrollLock {
  overflow: hidden;
  height: 100svh;
  touch-action: none;
  overscroll-behavior: none;
}

.bl_kv {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  color: #fff;
  background-color: #0f92d8;
}
.bl_kv.is_introActive .js_kv_introLogo {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  backface-visibility: hidden;
  will-change: opacity, transform;
}
.bl_kv.is_introActive .js_kv_introSubTtl,
.bl_kv.is_introActive .js_kv_introCountNum,
.bl_kv.is_introActive .js_kv_introRibbon {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.965);
  filter: blur(10px);
  backface-visibility: hidden;
  will-change: opacity, transform, filter;
}
.bl_kv.is_introActive .js_kv_introDescLine {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  filter: blur(8px);
  backface-visibility: hidden;
  will-change: opacity, transform, filter;
}

.bl_kv_inner {
  position: relative;
  min-height: 100svh;
}

.bl_kv_loading {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 32px 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 50% 24%, rgba(123, 225, 255, 0.34) 0%, rgba(123, 225, 255, 0) 36%), linear-gradient(180deg, rgba(3, 151, 222, 0.96) 0%, rgba(10, 120, 190, 0.92) 52%, rgba(4, 85, 148, 0.94) 100%);
}

.bl_kv.is_introActive .bl_kv_loading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bl_kv_loading.is_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bl_kv_loadingInner {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.bl_kv_loadingLogo {
  display: block;
  width: min(184px, 46vw);
}

.bl_kv_loadingIndicator {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bl_kv_loadingDot {
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  animation: kvLoadingPulse 1.2s infinite ease-in-out;
}
.bl_kv_loadingDot:nth-child(2) {
  animation-delay: 0.16s;
}
.bl_kv_loadingDot:nth-child(3) {
  animation-delay: 0.32s;
}

.bl_kv_back {
  position: absolute;
  inset: 0;
}

.bl_kv_backItem {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.bl_kv_backItem.bl_kv_backItem__img {
  z-index: 0;
}

.bl_kv_backImg,
.bl_kv_video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.bl_kv_backImg {
  filter: saturate(1.08) contrast(1.02);
}

.bl_kv_video {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.bl_kv_video.is_ready {
  opacity: 1;
}
.bl_kv_video.is_hidden {
  opacity: 0;
  pointer-events: none;
}

.bl_kv_filter {
  --kv-filter-hole-size: 0%;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  pointer-events: none;
  transform-origin: center center;
  will-change: opacity, clip-path, transform;
  background: rgba(81, 89, 114, 0.4);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 0, transparent var(--kv-filter-hole-size), #000 calc(var(--kv-filter-hole-size) + 4%), #000 100%);
  mask-image: radial-gradient(circle at 50% 50%, transparent 0, transparent var(--kv-filter-hole-size), #000 calc(var(--kv-filter-hole-size) + 4%), #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.bl_kv_controls {
  position: fixed;
  right: 16px;
  bottom: 78px;
  z-index: 12;
  display: flex;
  gap: 10px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.bl_kv_controls.is_hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0);
}

.bl_kv_controlBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 42px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background-color: rgba(0, 44, 96, 0.26);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}

.bl_kv_sound.is_muted {
  background-color: rgba(0, 44, 96, 0.3);
  color: rgba(255, 255, 255, 0.78);
}
.bl_kv_sound.is_unmuted {
  border-color: rgba(255, 232, 138, 0.62);
  background-color: rgba(245, 195, 48, 0.2);
  color: #fff6cb;
}

.bl_kv_controlLabel {
  display: block;
  white-space: nowrap;
}

.bl_kv_conts {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100svh;
  padding: 22px 16px 164px;
  text-align: center;
}

.bl_kv.is_introActive + .bl_cardUnit.js_kvCardUnit {
  opacity: 0;
  visibility: hidden;
}

.bl_cardUnit.js_kvCardUnit {
  position: relative;
  z-index: 4;
  margin-top: -118px;
  padding-top: 14px;
}

.bl_kv_logo {
  display: block;
  width: min(140px, 38vw);
}

.bl_kv_heading {
  display: grid;
  justify-items: center;
  width: 100%;
  margin-top: 14px;
}

.bl_kv_subTtl,
.bl_kv_countNum,
.bl_kv_ribbon {
  display: block;
  max-width: 100%;
}

.bl_kv_subTtl {
  width: min(148px, 39vw);
}

.bl_kv_countNum {
  width: min(92vw, 868px);
  filter: drop-shadow(0 4px 12px rgba(142, 83, 0, 0.24));
}

.bl_kv_ribbon {
  width: min(94vw, 887px);
}

.bl_kv_desc {
  width: min(100%, 760px);
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 10px rgba(0, 44, 96, 0.34);
  text-align: left;
}
@media only screen and (min-width: 1000px) {
  .bl_kv_desc {
    text-align: center;
  }
}
.bl_kv_desc strong {
  position: relative;
  display: inline-block;
  margin-inline: 0.08em;
  padding: 0 0.4em 0.08em;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 3px 10px rgba(124, 81, 0, 0.18);
}
.bl_kv_desc strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.3em;
  background: #ffce00;
  z-index: -1;
}
.bl_kv_desc strong {
  background: none;
}

.bl_kv_desc__pc {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .bl_kv_desc__pc {
    display: block;
  }
}

.bl_kv_desc__sp {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .bl_kv_desc__sp {
    display: none;
  }
}

.bl_kv_descLine {
  display: block;
  line-height: 2.3;
}
.bl_kv_descLine strong {
  font-size: 150%;
}
.bl_kv_descLine {
  font-size: 3.8vw;
}
@media only screen and (min-width: 375px) {
  .bl_kv_descLine {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_kv_descLine {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bl_kv_descLine strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .bl_kv_loadingLogo {
    width: clamp(156px, 10vw, 184px);
  }
  .bl_kv_backImg,
  .bl_kv_video {
    object-position: center center;
  }
  .bl_kv_controls {
    right: 28px;
    bottom: 30px;
  }
  .bl_kv_controlBtn {
    min-width: 108px;
    min-height: 46px;
    font-size: 12px;
  }
  .bl_kv_conts {
    padding: 26px 24px 188px;
  }
  .bl_cardUnit.js_kvCardUnit {
    margin-top: -140px;
    padding-top: 18px;
  }
  .bl_kv_logo {
    width: clamp(150px, 12vw, 179px);
  }
  .bl_kv_subTtl {
    width: clamp(156px, 12vw, 214px);
  }
  .bl_kv_countNum {
    width: min(79vw, 868px);
  }
  .bl_kv_ribbon {
    width: min(81vw, 887px);
  }
  .bl_kv_desc {
    margin-top: 18px;
    font-size: clamp(13px, 1.08vw, 18px);
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_kv_conts {
    padding-top: clamp(24px, 4vw, 40px);
    padding-bottom: clamp(220px, 17vw, 280px);
  }
  .bl_cardUnit.js_kvCardUnit {
    margin-top: clamp(-210px, -14vw, -164px);
    padding-top: 8px;
  }
  .bl_kv_logo {
    width: clamp(158px, 9.4vw, 179px);
  }
  .bl_kv_subTtl {
    width: min(11vw, 214px);
  }
  .bl_kv_countNum {
    width: min(45vw, 868px);
  }
  .bl_kv_ribbon {
    width: min(46vw, 887px);
    margin-top: -4px;
  }
  .bl_kv_desc {
    margin-top: clamp(14px, 1.3vw, 22px);
    font-size: clamp(14px, 0.94vw, 18px);
  }
}
@keyframes kvLoadingPulse {
  0%, 80%, 100% {
    opacity: 0.35;
    transform: scale(0.72);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.bl_stepUnit {
  position: relative;
  display: grid;
  gap: 20px;
  width: calc(100% - 32px);
  max-width: 1458px;
  margin: 28px auto 96px;
}
@media only screen and (min-width: 768px) {
  .bl_stepUnit {
    width: calc(100% - 48px);
    gap: 24px;
    margin-top: 36px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_stepUnit {
    width: 86%;
    margin-top: 40px;
    margin-bottom: 140px;
  }
}
.bl_stepUnit.is_ready {
  display: block;
  height: clamp(440px, 156vw, 620px);
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .bl_stepUnit.is_ready {
    height: clamp(460px, 92vw, 640px);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_stepUnit.is_ready {
    height: clamp(440px, 43vw, 620px);
  }
}
.bl_stepUnit.is_active, .bl_stepUnit.is_transitioning {
  touch-action: none;
  overscroll-behavior: contain;
}

.bl_step {
  position: relative;
  overflow: hidden;
  min-height: clamp(440px, 156vw, 620px);
  background-color: #173264;
  box-shadow: 0 18px 40px rgba(20, 33, 59, 0.14);
}
@media only screen and (min-width: 768px) {
  .bl_step {
    min-height: clamp(460px, 92vw, 640px);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_step {
    min-height: clamp(440px, 43vw, 620px);
  }
}
.bl_stepUnit.is_ready .bl_step {
  position: absolute;
  inset: 0;
  min-height: 0;
  margin: 0;
}
.bl_step::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 19, 39, 0) 0%, rgba(8, 19, 39, 0.14) 100%);
}
.bl_step:first-child .js_step_thumb img {
  object-position: 66% center;
}
@media only screen and (min-width: 1000px) {
  .bl_step:first-child .js_step_thumb img {
    object-position: center center;
  }
}

.bl_step_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 11px;
  border-bottom: 1px solid rgba(217, 228, 250, 0.22);
  background: linear-gradient(90deg, rgba(54, 89, 147, 0.94) 0%, rgba(42, 74, 126, 0.78) 100%);
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) {
  .bl_step_header {
    gap: 16px;
    padding: 12px 18px 13px;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_step_header {
    gap: 24px;
    padding: 16px 24px 17px;
  }
}

.bl_step_ttl {
  flex: 0 0 auto;
  margin: 0;
  color: #fff;
  font-family: var(--mincho);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(6, 19, 44, 0.24);
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .bl_step_ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_step_ttl {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

.bl_step_desc {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #fff;
  font-family: var(--mincho);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 10px rgba(6, 19, 44, 0.18);
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .bl_step_desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_step_desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.js_step_thumb {
  height: 100%;
  margin: 0;
}
.js_step_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
@media only screen and (min-width: 1000px) {
  .js_step_thumb img {
    object-position: center center;
  }
}

.bl_cardUnit {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  justify-content: center;
  gap: 77px;
  margin: 0 auto;
  padding-top: 66px;
}
@media only screen and (min-width: 1000px) {
  .bl_cardUnit {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
    padding-top: 66px;
  }
}

.bl_card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 12px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1000px) {
  .bl_card {
    padding: 9px 10px 15px;
  }
}

.bl_card_ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: min(169px, 50%);
  transform: translate(-50%, -54%);
  filter: drop-shadow(0 4px 8px rgba(138, 101, 16, 0.14));
}
.bl_card_thumb {
  overflow: hidden;
  aspect-ratio: 334/193;
  border-radius: 4px 4px 0 0;
  background-color: #dce8f2;
  position: relative;
}
.bl_card_thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #dbdbdb;
  opacity: 0.28;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}
.bl_card_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_card_main {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 12px 8px 2px;
}
@media only screen and (min-width: 1000px) {
  .bl_card_main {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_card_main {
    padding: 10px 0px 12px;
  }
}

.bl_card_courseTtl {
  position: relative;
  display: grid;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding-inline: 43px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .bl_card_courseTtl {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card_courseTtl {
    padding-inline: 40px;
  }
}
.bl_card_courseTtl::before, .bl_card_courseTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 54px;
  background: url("/pw2604-cp/images/course-ttl_deco.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1000px) {
  .bl_card_courseTtl::before, .bl_card_courseTtl::after {
    width: 22px;
    height: 58px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card_courseTtl::before, .bl_card_courseTtl::after {
    width: 24px;
    height: 94px;
  }
}
.bl_card_courseTtl::before {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.bl_card_courseTtl::after {
  right: 0;
}
.bl_card_courseTtl h3,
.bl_card_courseTtl p {
  margin: 0;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.45;
}
.bl_card_courseTtl h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1280px) {
  .bl_card_courseTtl h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1920px) {
  .bl_card_courseTtl h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.bl_card_courseTtl p {
  letter-spacing: 0.04em;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 1000px) {
  .bl_card_courseTtl p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card_courseTtl p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.bl_card.bl_card__courseRoom {
  padding: 10px 10px 12px;
  border-color: #e8e1d8;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.bl_card.bl_card__courseRoom .bl_card_ribbon {
  display: grid;
  place-items: center;
  width: 100%;
}
.bl_card.bl_card__courseRoom .bl_card_ribbon_num {
  width: 113px;
}
@media only screen and (min-width: 1280px) {
  .bl_card.bl_card__courseRoom .bl_card_ribbon_num {
    width: 161px;
  }
}
.bl_card.bl_card__courseRoom .bl_card_ribbon_txt {
  font-weight: bold;
  color: #fff;
  font-family: var(--noto-sans);
  font-size: 9px;
  font-size: 0.5625rem;
}
@media only screen and (min-width: 1000px) {
  .bl_card.bl_card__courseRoom .bl_card_ribbon_txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.bl_card.bl_card__courseRoom .bl_card_main {
  display: block;
  padding: 12px 0 0;
}
@media only screen and (min-width: 1000px) {
  .bl_card.bl_card__courseRoom .bl_card_main {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card.bl_card__courseRoom .bl_card_main {
    padding: 14px 0 0;
  }
}

.bl_card_roomHead {
  display: grid;
  gap: 2px;
  justify-items: center;
  min-height: 44px;
}
@media only screen and (min-width: 1000px) {
  .bl_card_roomHead {
    min-height: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card_roomHead {
    min-height: 58px;
  }
}

.bl_card_roomTtl {
  margin: 0;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 1280px) {
  .bl_card_roomTtl {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bl_card_roomMeta {
  margin: 0;
  color: #4b4b4b;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: 9px;
  font-size: 0.5625rem;
}
@media only screen and (min-width: 1000px) {
  .bl_card_roomMeta {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card_roomMeta {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.bl_card_roomPrice {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) 10px minmax(0, 1fr);
  gap: 8px;
  align-items: anchor-center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(232, 225, 216, 0.95);
}
@media only screen and (min-width: 1000px) {
  .bl_card_roomPrice {
    margin-top: 12px;
    padding-top: 12px;
  }
}

.bl_card_roomPriceBefore {
  margin: 0;
  color: #1c1c1c;
  font-family: var(--mincho);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 1000px) {
  .bl_card_roomPriceBefore {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card_roomPriceBefore {
    font-size: 32px;
    font-size: 2rem;
  }
}
.bl_card_roomPriceBefore span {
  font-size: 75%;
}

.bl_card_roomPriceArrow {
  position: relative;
  align-self: center;
  width: 17px;
  height: 8px;
}
.bl_card_roomPriceArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 17px solid #1d1d1d;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
@media only screen and (min-width: 1000px) {
  .bl_card_roomPriceArrow {
    width: 10px;
    height: 25px;
  }
  .bl_card_roomPriceArrow::before {
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 10px solid #1d1d1d;
  }
}

.bl_card_roomPriceCurrent {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.bl_card_roomPriceAfter {
  margin: 0;
  color: #e74e43;
  font-family: var(--mincho);
  font-weight: 700;
  line-height: 0.92;
  white-space: nowrap;
  font-size: 43px;
  font-size: 2.6875rem;
}
@media only screen and (min-width: 1000px) {
  .bl_card_roomPriceAfter {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_card_roomPriceAfter {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1920px) {
  .bl_card_roomPriceAfter {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
.bl_card_roomPriceAfter span {
  font-size: 50%;
}

.bl_card_roomPriceNote {
  margin: 0;
  color: #3c3c3c;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: right;
  font-weight: bold;
  font-size: 7px;
  font-size: 0.4375rem;
}
@media only screen and (min-width: 1280px) {
  .bl_card_roomPriceNote {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 1920px) {
  .bl_card_roomPriceNote {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.bl_courseUnit {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 28px auto 0px;
  gap: 150px;
}
@media only screen and (min-width: 1000px) {
  .bl_courseUnit {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_courseUnit {
    margin-bottom: 0px;
  }
}

.bl_course {
  position: relative;
  min-width: 0;
}

.bl_course_visual {
  margin: 0;
}

.bl_course_imgBg {
  display: block;
  width: 100%;
  height: clamp(180px, 52vw, 420px);
  object-fit: cover;
  object-position: center center;
}
@media only screen and (min-width: 1000px) {
  .bl_course_imgBg {
    height: clamp(240px, 40vw, 420px);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_course_imgBg {
    height: clamp(260px, 31vw, 430px);
  }
}

.bl_course_header {
  position: relative;
  z-index: 2;
  width: calc(100% - var(--base-beside));
  margin-inline: auto;
}
@media only screen and (min-width: 1000px) {
  .bl_course_header {
    width: 960px;
    margin-top: -48px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_course_header {
    width: 1000px;
  }
}
@media only screen and (min-width: 1920px) {
  .bl_course_header {
    width: 1200px;
  }
}

.bl_course_ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: 82%;
  max-width: 511px;
  transform: translate(-50%, -52%);
  filter: drop-shadow(0 4px 8px rgba(157, 138, 107, 0.18));
}

.bl_course_head {
  padding: 30px 14px 16px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .bl_course_head {
    border: 1px solid #e8e1d8;
    background-color: #fff;
    box-shadow: 0 10px 24px rgba(23, 38, 58, 0.08);
    padding: 38px 20px 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_course_head {
    padding: 42px 28px 22px;
  }
}

.bl_course_intro {
  margin: 0;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (min-width: 1000px) {
  .bl_course_intro {
    padding-inline: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_course_intro {
    margin-top: 10px;
    padding-inline: 80px;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_course_intro::before, .bl_course_intro::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 38px;
    background: url("/pw2604-cp/images/course-ttl_deco.svg") center/contain no-repeat;
    transform: translateY(-50%);
    width: 18px;
    height: 46px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_course_intro::before, .bl_course_intro::after {
    width: 30px;
    height: 99px;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_course_intro::before {
    left: 0;
    transform: translateY(-50%) scaleX(-1);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_course_intro::after {
    right: 0;
  }
}

.bl_course_introTtl {
  position: relative;
  border-bottom: 2px solid rgba(217, 178, 65, 0.9);
  color: #222;
  font-family: var(--mincho);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 5px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .bl_course_introTtl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.bl_course_introLabel {
  margin: 10px 0 0;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 18px;
  font-size: 1.125rem;
}
.bl_course_copy {
  font-weight: bold;
  margin: 17.5px 0 0;
  color: #3a3a3a;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 1000px) {
  .bl_course_copy {
    margin-top: 18px;
  }
}

.bl_course_posConts {
  position: relative;
  margin-top: -113px;
}
@media only screen and (min-width: 1280px) {
  .bl_course_posConts {
    margin-top: -10vh;
  }
}
@media only screen and (max-width: 999px) {
  .bl_course_posConts::before {
    content: '';
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 18px;
    background: url('../images/scroll.svg') no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
  }
}
@keyframes scrollHintFade {
  0%, 60% { opacity: 1; }
  100% { opacity: 0; }
}

.bl_course_mapWrap {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.bl_course_mapWrap::-webkit-scrollbar {
  display: none;
}

.bl_course_map {
  position: relative;
  display: block;
  width: max-content;
  max-width: none;
  min-width: 0;
}
@media only screen and (min-width: 1000px) {
  .bl_course_map {
    width: 100%;
  }
}
.bl_course_map > img {
  display: block;
  width: 1300px;
  max-width: none;
  vertical-align: top;
}
@media only screen and (min-width: 1000px) {
  .bl_course_map > img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.bl_courseRoomUnit {
  margin-top: -40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .bl_courseRoomUnit {
    margin-top: -3vh;
  }
}

.bl_cv {
  padding-inline: var(--base-margin);
  max-width: calc(1240px + var(--base-margin) * 2);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .bl_cv {
    margin-top: 160px;
  }
}

.bl_cv_logo {
  display: block;
  margin-inline: auto;
  width: 110px;
}
@media only screen and (min-width: 768px) {
  .bl_cv_logo {
    width: 160px;
  }
}
@media only screen and (min-width: 1000px) {
  .bl_cv_logo {
    width: 220px;
  }
}

.bl_cv_main {
  display: grid;
  gap: 50px;
  margin-top: 34px;
}
@media only screen and (min-width: 768px) {
  .bl_cv_main {
    margin-top: 26px;
    grid-template-columns: 1.15fr 1fr;
  }
}

.bl_cv_pamphCont {
  display: grid;
  place-items: center;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .bl_cv_pamphCont {
    gap: 26px;
  }
}
.bl_cv_pamphCont p {
  line-height: 1.5;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .bl_cv_pamphCont p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.bl_cv_btns {
  max-width: 527px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .bl_cv_btns {
    margin-top: 40px;
  }
}

.bl_courseDetail {
  border-radius: 6px;
  background: #fff;
  margin-top: 60px;
  box-shadow: 0 4px 14px rgba(23, 38, 58, 0.08);
  padding: 15px;
}
@media only screen and (min-width: 1000px) {
  .bl_courseDetail {
    padding: 30px;
  }
}

.bl_courseDetail_inner {
  max-width: 1100px;
  margin-inline: auto;
}
.bl_courseDetail_inner p {
  text-align: left;
  font-family: var(--noto-sans);
  font-weight: bold;
  line-height: 2.25;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1000px) {
  .bl_courseDetail_inner p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bl_roomPlan {
  margin: 40px auto 72px;
  padding: 14px;
  border: 1px solid #ece6dd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8px 18px rgba(23, 38, 58, 0.08);
  margin-top: 40px;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan {
    padding: 18px;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan {
    padding: 16px 16px 26px;
  }
}

.bl_roomPlan_intro {
  display: grid;
  gap: 18px;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_intro {
    gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_intro {
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    align-items: start;
    gap: 38px;
  }
}
@media only screen and (min-width: 1920px) {
  .bl_roomPlan_intro {
    grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
  }
}

.bl_roomPlan_media {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e7eef4;
  aspect-ratio: 330/165;
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_media {
    aspect-ratio: 450/225;
  }
}
.bl_roomPlan_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_roomPlan_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_body {
    gap: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_body {
    padding-top: 10px;
    gap: 14px;
  }
}

.bl_roomPlan_heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_heading {
    gap: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_heading {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px 18px;
    text-align: left;
  }
}

.bl_roomPlan_ttl {
  margin: 0;
  color: #1f1f1f;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.bl_roomPlan_en {
  margin: 0;
  color: #1f1f1f;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--noto-sans);
}

.bl_roomPlan_equip {
  order: 2;
  align-self: stretch;
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background-color: #f3f3f3;
  color: #202020;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_equip {
    order: 3;
    align-self: flex-start;
    padding: 10px 14px;
  }
}

.bl_roomPlan_desc {
  order: 3;
  margin: 0;
  color: #202020;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_desc {
    order: 2;
    line-height: 1.85;
  }
}

.bl_roomPlan_tableWrap {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_tableWrap {
    display: block;
    margin-top: 24px;
  }
}

.bl_roomPlan_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: bold;
}
.bl_roomPlan_table th,
.bl_roomPlan_table td {
  line-height: 1;
  border: 1px solid #e8e1d8;
}
.bl_roomPlan_table th {
  padding: 18px 12px;
  background-color: #fff4a7;
  color: #111;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_roomPlan_table td {
  padding: 16px 0px;
  color: #111;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_table td {
    padding: 23px 0;
  }
}

.bl_roomPlan_tableColDate {
  width: 11.5%;
}

.bl_roomPlan_tableColCourse {
  width: 54.2%;
}

.bl_roomPlan_tableColBase,
.bl_roomPlan_tableColDiscounted {
  width: 11.5%;
}

.bl_roomPlan_tableColRate {
  width: 11.3%;
}

.bl_roomPlan_tableCourse {
  text-align: left !important;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_tableCourse {
    padding-left: 30px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .bl_roomPlan_tableCourse {
    padding-left: 48px !important;
  }
}

.bl_roomPlan_tablePrice {
  white-space: nowrap;
}

.bl_roomPlan_tablePrice.bl_roomPlan_tablePrice__accent,
.bl_roomPlan_tableDiscount {
  color: #e74e43;
}

.bl_roomPlan_tablePrice.bl_roomPlan_tablePrice__accent {
  font-size: 20px;
  font-size: 1.25rem;
}

.bl_roomPlan_tableDiscount {
  white-space: nowrap;
  font-size: 19px;
  font-size: 1.1875rem;
}

.bl_roomPlan_spList {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spList {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_spList {
    display: none;
  }
}

.bl_roomPlan_spCard {
  display: grid;
  gap: 10px;
}

.bl_roomPlan_spCardHead {
  position: relative;
  display: grid;
  gap: 8px;
  padding-inline: 30px;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spCardHead {
    padding-inline: 28px;
  }
}
.bl_roomPlan_spCardHead::before, .bl_roomPlan_spCardHead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 42px;
  background: url("/pw2604-cp/images/course-ttl_deco.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spCardHead::before, .bl_roomPlan_spCardHead::after {
    width: 18px;
    height: 48px;
  }
}
.bl_roomPlan_spCardHead::before {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.bl_roomPlan_spCardHead::after {
  right: 0;
}

.bl_roomPlan_spDate {
  margin: 0;
  color: #111;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spDate {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bl_roomPlan_spCourse {
  margin: 0;
  color: #111;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spCourse {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bl_roomPlan_spPriceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e8e1d8;
  border-left: 1px solid #e8e1d8;
}

.bl_roomPlan_spPriceLabel,
.bl_roomPlan_spPriceValue {
  margin: 0;
  border-right: 1px solid #e8e1d8;
  border-bottom: 1px solid #e8e1d8;
  text-align: center;
}

.bl_roomPlan_spPriceLabel {
  padding: 10px 4px;
  background-color: #fff4a7;
  color: #111;
  font-weight: 700;
  line-height: 1.4;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spPriceLabel {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.bl_roomPlan_spPriceValue {
  padding: 12px 4px;
  color: #111;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spPriceValue {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bl_roomPlan_spPriceValue.bl_roomPlan_spPriceValue__accent {
  color: #e74e43;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1000px) {
  .bl_roomPlan_spPriceValue.bl_roomPlan_spPriceValue__accent {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.bl_roomPlan_note {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .bl_roomPlan_note {
    display: block;
    margin: 10px 4px 0 0;
    color: #111;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.bl_notice {
  margin-top: 30px;
  margin-inline: auto;
  width: calc(100% - var(--base-beside) * 2);
  font-family: var(--noto-sans);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 400;
  padding-inline: 15px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media only screen and (min-width: 1000px) {
  .bl_notice {
    padding-inline: 50px;
    margin-top: 50px;
    font-size: 16px;
    font-size: 1rem;
    max-width: 950px;
  }
}
@media only screen and (min-width: 1920px) {
  .bl_notice {
    max-width: 1100px;
  }
}

.el_secTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1000px) {
  .el_secTtl {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.el_secTtl img {
  display: block;
  max-width: 200px;
}
@media only screen and (min-width: 1000px) {
  .el_secTtl img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1920px) {
  .el_secTtl img {
    max-width: 448px;
  }
}

:root {
  --m: 0;
  --mt: 0;
  --mb: 0;
  --ml: 0;
  --mr: 0;
  --m-pc: 0;
  --mt-pc: 0;
  --mb-pc: 0;
  --ml-pc: 0;
  --mr-pc: 0;
  --m-sp: 0;
  --mt-sp: 0;
  --mb-sp: 0;
  --ml-sp: 0;
  --mr-sp: 0;
  --p: 0;
  --pt: 0;
  --pb: 0;
  --pl: 0;
  --pr: 0;
  --p-pc: 0;
  --pt-pc: 0;
  --pb-pc: 0;
  --pl-pc: 0;
  --pr-pc: 0;
  --p-sp: 0;
  --pt-sp: 0;
  --pb-sp: 0;
  --pl-sp: 0;
  --pr-sp: 0;
  --stint-w:0
  --stint-w-pc:0
  --stint-w-sp:0 ;
}

.hp_only_sp {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .hp_only_sp {
    display: block !important;
  }
}
.hp_only_down-tablet-xl {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .hp_only_down-tablet-xl {
    display: block !important;
  }
}
.hp_only_sp_flex {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .hp_only_sp_flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_only_pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hp_only_laptop-sm {
    display: none !important;
  }
}

.hp_font_notsans {
  font-family: var(--noto-sans);
}

.hp_m {
  margin: var(--m) !important;
}
@media only screen and (min-width: 768px) {
  .hp_m_pc {
    margin: var(--m-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_m_sp {
    margin: var(--m-sp) !important;
  }
}
.hp_ml {
  margin-left: var(--ml) !important;
}
@media only screen and (min-width: 768px) {
  .hp_ml_pc {
    margin-left: var(--ml-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_ml_sp {
    margin-left: var(--ml-sp) !important;
  }
}
.hp_mr {
  margin-right: var(--mr) !important;
}
@media only screen and (min-width: 768px) {
  .hp_mr_pc {
    margin-right: var(--mr-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_mr_sp {
    margin-right: var(--mr-sp) !important;
  }
}
.hp_mt {
  margin-top: var(--mt) !important;
}
@media only screen and (min-width: 768px) {
  .hp_mt_pc {
    margin-top: var(--mt-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_mt_sp {
    margin-top: var(--mt-sp) !important;
  }
}
.hp_mb {
  margin-bottom: var(--mb) !important;
}
@media only screen and (min-width: 768px) {
  .hp_mb_pc {
    margin-bottom: var(--mb-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_mb_sp {
    margin-bottom: var(--mb-sp) !important;
  }
}

.hp_p {
  padding: var(--p) !important;
}
@media only screen and (min-width: 768px) {
  .hp_p_pc {
    padding: var(--p-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_p_sp {
    padding: var(--p-sp) !important;
  }
}
.hp_pl {
  padding-left: var(--pl) !important;
}
@media only screen and (min-width: 768px) {
  .hp_pl_pc {
    padding-left: var(--pl-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_pl_sp {
    padding-left: var(--pl-sp) !important;
  }
}
.hp_pr {
  padding-right: var(--pr) !important;
}
@media only screen and (min-width: 768px) {
  .hp_pr_pc {
    padding-right: var(--pr-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_pr_sp {
    padding-right: var(--pr-sp) !important;
  }
}
.hp_pt {
  padding-top: var(--pt) !important;
}
@media only screen and (min-width: 768px) {
  .hp_pt_pc {
    padding-top: var(--pt-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_pt_sp {
    padding-top: var(--pt-sp) !important;
  }
}
.hp_pb {
  padding-bottom: var(--pb) !important;
}
@media only screen and (min-width: 768px) {
  .hp_pb_pc {
    padding-bottom: var(--pb-pc) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_pb_sp {
    padding-bottom: var(--pb-sp) !important;
  }
}

.hp_stintW {
  width: 100%;
  max-width: var(--stint-w);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .hp_stintW-pc {
    width: 100%;
    max-width: var(--stint-w-pc);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .hp_stintW-sp {
    width: 100%;
    max-width: var(--stint-w-sp);
    margin-left: auto;
    margin-right: auto;
  }
}

/* Fixed CV bar (mobile only) */
.bl_fixedCv {
  display: none;
}
@media only screen and (max-width: 999px) {
  .bl_fixedCv {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  .bl_fixedCv_btn {
    flex: 1;
    display: block;
  }
  .bl_fixedCv_btn img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
}