@charset "UTF-8";
:root {
  --Primary-Primary: #001631;
}

.el_arrowLink_arrowWrap {
  width: var(--arrowSpanSize);
  height: var(--arrowSpanSize);
  border-radius: 50%;
  background-color: #277ecd;
}
.el_arrowLink_arrowWrap span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--arrowInnerSpanSize);
  height: var(--arrowInnerSpanSize);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}
.el_arrowLink_arrowWrap span svg {
  stroke: #277ecd;
  fill: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--arrowSvgWidth);
  height: var(--arrowSvgHeight);
  margin-left: -0.6944444444vw;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.el_arrowLink_arrowWrap span::after {
  content: "";
}

.el_arrowLink:hover .el_arrowLink_arrowWrap span {
  width: 103%;
  height: 103%;
}
.el_arrowLink:hover .el_arrowLink_arrowWrap span svg {
  margin-left: 0;
  opacity: 1;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide-sp {
  display: none !important;
}
.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  word-wrap: break-word;
}

a {
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}
html.is-modal .bl_modal_back {
  opacity: 1;
  pointer-events: auto;
}

.bl_speaker_modal {
  z-index: 24;
  position: fixed;
  top: 0%;
  right: 0%;
  width: 800px;
  max-width: 95%;
  height: 100vh;
  height: 100svh;
  padding: 40px 40px 0;
  overflow: auto;
  transform: translate(100%, 0);
  background-color: #fff;
  box-shadow: -16px 0 32px 0 rgba(32, 41, 64, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.bl_speaker_modal.is-active {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.bl_modal_back {
  z-index: 24;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.bl_close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.bl_close::after, .bl_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background-color: #277ecd;
  content: "";
}
.bl_close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_speaker_modal_imgWrapper img {
  display: block;
  width: 180px;
  border-radius: 16px;
}

.bl_speaker_modal_inner {
  height: 100%;
}

.bl_speaker_modal_data {
  padding-top: 72px;
}

.bl_prof_btnWrapper {
  margin-top: 40px;
  padding-bottom: 107px;
  text-align: right;
}

.bl_speaker_modal_heading {
  margin-top: 8px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

.bl_speaker_modal_heading .sub {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0.3em;

}

.bl_speaker_modal_txt {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 2;
}

.bl_prof {
  padding: 16px;
  background-color: #f5f5f5;
}

.bl_prof_heading {
  margin-bottom: 4px;
  font-size: 14px;
}

.bl_prof_name {
  margin-bottom: 12px;
  font-size: 16px;
}

.bl_prof_txt {
  font-size: 13px;
  line-height: 1.76;
}

.bl_mldalBottom {
  display: flex;
  gap: 16px;
}

.bl_loading {
  display: flex;
  z-index: 24;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.bl_loading img {
  width: 400px;
  max-width: 90vw;
  transform: translateY(50px);
  opacity: 0;
  transition: all ease-out 0.5s;
}
.bl_loading.is-start {
  opacity: 0;
  pointer-events: none;
  transition: all ease-out 0.8s 1.5s;
}
.bl_loading.is-start img {
  transform: translateY(0px);
  opacity: 1;
}

.svg-other-iconlist {
  display: none;
}

.bl_contentWrapper {
  display: flex;
}

.bl_copy {
  display: block;
  position: relative;
  width: 0;
  padding-bottom: 20px;
  overflow: clip;
  background-color: var(--Primary-Primary);
  color: #c7d4e4;
  font-size: 16px;
  font-family: "Prompt", sans-serif;
  transition: width ease-out 0.5s 1.5s;
}
.bl_copy.is-start {
  width: 80px;
}

.bl_content {
  position: relative;
  flex: 1;
}

.bl_copy_inner {
  position: sticky;
  top: 284px;
  left: 0;
  margin: 0 auto;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  writing-mode: vertical-rl;
}

.bl_logo {
  z-index: 22;
  position: fixed;
  top: 30px;
  left: 100px;
}
.bl_logo img {
  display: block;
}

.bl_gnav {
  z-index: 23;
  position: fixed;
  top: 40px;
  right: 20px;
  color: var(--Primary-Primary);
  font-size: 0.8125rem;
  font-family: "Prompt", sans-serif;
  text-align: right;
}
.bl_gnav li {
  margin-bottom: 24px;
  opacity: 0.4;
}
.bl_gnav li.is-active {
  opacity: 1;
}
.bl_gnav a {
  display: inline-block;
  position: relative;
  padding-right: 28px;
}
.bl_gnav a::after, .bl_gnav a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}
.bl_gnav a::after {
  right: 0;
  width: 20px;
  height: 20px;
}
.bl_gnav a::before {
  right: 8px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
}

.bl_kv {
  position: relative;
  padding-top: min(175px, 12.1527777778vw);
  padding-bottom: 6.5277777778vw;
  padding-left: 5.6944444444vw;
  overflow: hidden;
  background-image: url(/humanage-seminar/2025-fall/assets/images/kv_back_pc2.png);
  background-size: cover;
}
.bl_kv > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw !important;
  height: 100vw !important;
  transform: translate(-50%, -50%) !important;
}

.bl_kv_inner {
  z-index: 1;
  position: relative;
}

.bl_kv_name {
  margin-bottom: min(28px, 1.9444444444vw);
  margin-left: 0.4166666667vw;
}
.bl_kv_name svg {
  width: min(693px, 48.125vw);
  height: auto;
  margin-left: -5px;
}
.bl_kv_name svg.is-vislble path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.3px;
  animation: svg-kvanime 3s ease-in;
}

@keyframes svg-kvanime {
  0% {
    fill: transparent;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: #fff;
  }
}
.bl_kvBadge {
  display: block;
  width: 11.6666666667vw;
  font-size: 1.6666666667vw;
}

.bl_kvBottom {
  max-width: 94%;
}

.bl_kvBottom_balloon {
  position: relative;
  width: 21.25vw;
  margin-top: 0;
  margin-bottom: 4.8611111111vw;
}
.bl_kvBottom_balloon img {
  display: block;
  width: 100%;
}

.bl_kvBottom_book img {
  display: block;
  width: 20.9027777778vw;
  margin-left: -5px;
}

.bl_kvBottom {
  display: flex;
  justify-content: space-between;
}

.bl_kvBottom__last {
  text-spacing-trim: trim-start;
  width: 46.25vw;
  padding-top: 3.4722222222vw;
  color: var(--Primary-Primary);
}

.bl_kvBottom_txt01 {
  font-weight: bold;
  font-size: 1.3888888889vw;
}

.bl_kvBottom_txt02 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.3888888889vw;
  line-height: 1.26;
}
.bl_kvBottom_txt02 strong {
  display: block;
  margin-top: 0.2777777778vw;
  font-size: 2.5vw;
  letter-spacing: -0.05em;
}

.bl_kvBottom_txt03 {
  padding-right: 2.0833333333vw;
  font-size: 1.6666666667vw;
  line-height: 1.5;
}
.bl_kvBottom_txt03::before {
  display: inline-block;
  width: 3.125vw;
  height: 0.0694444444vw;
  background-color: currentColor;
  content: "";
  vertical-align: middle;
}

.bl_dateWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
  line-height: 1.5;
  font-family: "Prompt", sans-serif;
}

.bl_dateWrapper_date {
  margin-bottom: 1.3194444444vw;
  padding-top: 1.25vw;
  font-size: 3.4722222222vw;
  line-height: 1;
}
.bl_dateWrapper_date span {
  font-size: 4.8611111111vw;
}
.bl_dateWrapper_date .bl_dateWrapper_week {
  font-size: 1.6vw;
  writing-mode: vertical-rl;
}

.bl_dateWrapper_time {
  margin-top: 1.3888888889vw;
  margin-bottom: 0.4166666667vw;
  font-size: 1.8055555556vw;
  line-height: 1;
}

.bl_dateWrapper_link {
  display: inline-block;
  padding: 0.1736111111vw 1.0416666667vw;
  border-radius: 1.3888888889vw;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0.9722222222vw;
}
.bl_dateWrapper_link img {
  margin-right: 0.5555555556vw;
  vertical-align: middle;
}

.bl_section__01 {
  position: relative;
  padding: 10.7638888889vw 5.5555555556vw 5.1388888889vw;
  overflow: hidden;
}
.bl_section__02 {
  position: relative;
  padding: 11.1111111111vw 5.5555555556vw;
  overflow: hidden;
  transform: scale(1);
  background-image: url(/humanage-seminar/2025-fall/assets/images/program_back_pc2.png);
  background-size: cover;
}
.bl_section__02 > svg {
  position: fixed;
  top: 0%;
  left: 0;
}
.bl_section__02 > svg path {
  stroke: #fff !important;
}
.bl_section__03 {
  padding: 11.1111111111vw 5.5555555556vw;
}
.bl_section__04 {
  padding: 7.9861111111vw 11.1111111111vw 4.1666666667vw 5.5555555556vw;
  background-color: #001631;
  color: #fff;
}
.bl_section__05 {
  padding: 11.1111111111vw 5.5555555556vw;
  background-color: #ebf2f7;
  color: #fff;
}

.bl_greetingWrapper {
  display: flex;
  align-items: flex-end;
  gap: 2.7777777778vw;
}
.bl_greetingWrapper > div {
  flex: 1;
}
.bl_greetingWrapper > figure {
  display: block;
  font-size: 0.9722222222vw;
  text-align: right;
}
.bl_greetingWrapper > figure img {
  display: block;
  width: 25vw;
  margin-bottom: 0.6944444444vw;
}

.bl_greeting_heading {
  margin-bottom: 3.8888888889vw;
  font-weight: bold;
  font-size: 1.6666666667vw;
  line-height: 1.2;
}

.bl_greeting_txt {
  color: var(--Primary-Primary);
  font-weight: normal;
  font-size: 1.3888888889vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
.bl_greeting_txt p:not(:last-child) {
  margin-bottom: 2.9166666667vw;
}

.bl_note {
  font-size: 12px; 
  line-height: 1.4; 

  margin-top: 4px;
}

.bl_enHeading {
  margin-bottom: 3.8888888889vw;
}
.bl_enHeading.bl_enHeading__01 {
  margin-bottom: 9.0277777778vw;
}
.bl_enHeading.bl_enHeading__01 svg {
  width: 15.5555555556vw;
}
.bl_enHeading.bl_enHeading__01 svg.is-vislble path {
  fill: #212732;
  stroke: #212732;
  animation: svg-headinganime01 2s ease-in;
}
.bl_enHeading.bl_enHeading__02 svg {
  width: 23.3333333333vw;
}
.bl_enHeading.bl_enHeading__02 svg.is-vislble path {
  fill: #202733;
  stroke: #202733;
  animation: svg-headinganime02 2s ease-in;
}
.bl_enHeading.bl_enHeading__03 {
  margin-bottom: 3.8888888889vw;
}
.bl_enHeading.bl_enHeading__03 svg {
  width: 13.2638888889vw;
}
.bl_enHeading.bl_enHeading__03 svg.is-vislble path {
  fill: #212732;
  stroke: #212732;
  animation: svg-headinganime01 2s ease-in;
}
.bl_enHeading svg.is-vislble path {
  stroke-width: 0.3px;
}

@keyframes svg-headinganime01 {
  0% {
    fill: transparent;
    stroke-dasharray: 400px;
    stroke-dashoffset: 400px;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: var(--Primary-Primary);
  }
}
@keyframes svg-headinganime02 {
  0% {
    fill: transparent;
    stroke-dasharray: 200px;
    stroke-dashoffset: 200px;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: #202733;
  }
}
.bl_programMember {
  z-index: 1;
  position: relative;
}

.bl_programMember_item {
  display: flex;
  margin-bottom: 2.2222222222vw;
  gap: 1.875vw;
  transform: translateY(1.56vw);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.bl_programMember_item.is-vislble {
  transform: translateX(0px);
  opacity: 1;
}
.bl_programMember_item:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
.bl_programMember_item:nth-child(2n) .bl_programMember_btn {
  margin-left: auto;
}
.bl_programMember_item:nth-child(2n) .bl_programMember_data {
  padding-top: 4.8611111111vw;
}
.bl_programMember_item:nth-child(3n) {
  gap: 0.8333333333vw;
}
.bl_programMember_item:nth-child(3n) .bl_programMember_imageWrapper {
  width: 33.2638888889vw;
}
.bl_programMember_item:nth-child(3n) .bl_programMember_data {
  padding-top: 5.0694444444vw;
}
@media screen and (max-width: 767px) {
  .bl_programMember_item:nth-of-type(2) {
    text-align: left;
    align-items: flex-start;
  }
  .bl_programMember_item:nth-of-type(2) .bl_programMember_heading,
  .bl_programMember_item:nth-of-type(2) .bl_programMember_degree,
  .bl_programMember_item:nth-of-type(2) .bl_programMember_name,
  .bl_programMember_item:nth-of-type(2) .bl_programMember_btn {
    text-align: left;
    margin-left: 0;
  }

.bl_programMember_item:nth-of-type(2) .bl_programMember_btn {
    margin-left: 0;
    align-self: flex-start; 
    text-align: center;
  }
  }
.bl_programMember_imageWrapper {
  display: block;
  width: 29.5486111111vw;
}
.bl_programMember_imageWrapper img {
  display: block;
  width: 100%;
}

.bl_programMember_data {
  padding-top: 3.8194444444vw;
  font-weight: 500;
  line-height: 1.5;
}

.bl_programMember_heading {
  margin-bottom: 0.9027777778vw;
  font-weight: bold;
  font-size: 1.6666666667vw;
}

.bl_programMember_heading .sub {
  display: block;
  margin-top: 0.4em;
  font-size: 1.4vw;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .bl_programMember_heading {
    text-align: left; 
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .bl_programMember_heading br {
    display: block; 
  }

  .bl_programMember_heading .sub {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.bl_programMember_degree {
  font-size: 0.9722222222vw;
}

.bl_programMember_name {
  margin-bottom: 0.6944444444vw;
  font-size: 1.3888888889vw;
  line-height: 1.8;
}
.bl_programMember_name span {
  margin-left: 0.5em;
  font-size: 1.1111111111vw;
}

.bl_programMember_btn {
  display: block;
  position: relative;
  width: 11.1111111111vw;
  padding: 0.8333333333vw 0;
  border-radius: 1.6666666667vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ec0d4+0,3d5ca5+100 */
  background: linear-gradient(to right, rgb(62, 192, 212) 0%, rgb(61, 92, 165) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 0 1.6666666667vw 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 1.1111111111vw;
  font-family: "Prompt", sans-serif;
  text-align: center;
}
.bl_programMember_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.3194444444vw;
  aspect-ratio: 1/1;
  width: 0.625vw;
  transform: translateY(-50%);
  background-image: url(/humanage-seminar/2025-fall/assets/images/arrow_forward.svg);
  background-size: cover;
  content: "";
}

.bl_centerTxt {
  grid-column: 1/3;
  color: #001631;
  font-weight: bold;
  font-size: 2.2222222222vw;
  line-height: 1.5;
  text-align: center;
}

.bl_infoBox {
  display: grid;
  grid-template-columns: 27.7777777778vw 1fr;
  align-items: center;
  gap: 2.7777777778vw;
}

.bl_sideImgWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 40/24;
  border-radius: 1.1111111111vw;
  background-color: #fff;
}
.bl_sideImgWrapper img {
  width: 64.4%;
}

.bl_sideImgTxt {
  color: #001631;
  line-height: 1.8;
}

.bl_table {
  max-width: 77.7777777778vw;
  line-height: 1.5;
}
.bl_table th {
  position: relative;
  width: 20.8333333333vw;
  padding: 2.0833333333vw 2.2222222222vw 2.0833333333vw 3.3333333333vw;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.bl_table th::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2.2222222222vw;
  aspect-ratio: 1/1;
  width: 0.4166666667vw;
  margin-right: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #305ccd;
  content: "";
  vertical-align: middle;
}
.bl_table td {
  padding: 2.1180555556vw 1.1111111111vw 2.1180555556vw 1.1111111111vw;
}
.bl_table tr {
  border-top: 0.0694444444vw solid #e3e5e5;
  border-bottom: 0.0694444444vw solid #e3e5e5;
  font-size: 1.1111111111vw;
}

.bl_mapWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.125vw;
}
.bl_mapWrapper iframe {
  width: 27.7777777778vw;
  height: 18.0555555556vw;
  border: none;
}

.bl_contactHeading {
  margin-bottom: 1.1111111111vw;
  font-weight: bold;
  font-size: 2.2222222222vw;
}

.bl_section .bl_formWrapper {
  color: #fff;
}
.bl_section .bl_formWrapper form {
  display: block;
  max-width: 80vw;
  overflow: hidden;
  color: inherit !important;
}
.bl_section .bl_formWrapper input[type=text],
.bl_section .bl_formWrapper input[type=email],
.bl_section .bl_formWrapper input[type=tel],
.bl_section .bl_formWrapper select {
  background-color: #fff;
}
.bl_section .bl_formWrapper .mktoButtonRow button[type=submit] {
  background: linear-gradient(to right, #277ecd 0%, #1365b0 100%);
}

.bl_serviceListWrapper {
  text-align: center;
}

.bl_formHeading {
  margin-bottom: 1.3888888889vw;
  color: #bac8d2;
  font-weight: normal;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-family: "Prompt", sans-serif;
}

.bl_serviceList {
  display: flex;
  justify-content: center;
  font-size: 0.9722222222vw;
  line-height: 1.2;
}
.bl_serviceList li {
  padding: 0.5555555556vw 0.8333333333vw;
  border: 1px solid #bac8d2;
  color: #bac8d2;
}
.bl_serviceList li:not(:last-child) {
  border-right: none;
}

.bl_footer_nav {
  display: flex;
  gap: 1.0416666667vw;
  color: #0553dd;
  font-size: 14px;
}
.bl_footer_nav svg {
  stroke: currentColor;
  fill: none;
  width: 0.625vw;
  margin-left: 0.5555555556vw;
  transform: rotate(-45deg);
}

.bl_footer {
  padding: 4.1666666667vw 6.25vw 2.7777777778vw;
  background-color: #f5f5f5;
}

.bl_footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.1666666667vw;
}
.bl_footer_inner img {
  width: 16.0416666667vw;
}

.bl_footer_copy {
  color: #0553dd;
  font-size: 0.9027777778vw;
}

.bl_fixedCta {
  z-index: 21;
  position: fixed;
  right: 30px;
  bottom: 40px;
  opacity: 0;
  pointer-events: none;
}
.bl_fixedCta.is-vislble {
  opacity: 1;
  pointer-events: auto;
}
.bl_fixedCta .bl_fixedCta_img {
  display: block;
  width: 183px;
  margin: 0 auto;
  margin-bottom: -24px;
}
.bl_fixedCta .el_btn {
  width: 192px;
  min-width: 0%;
  padding: 6.5px;
  border: none;
  font-size: 13px;
}
.bl_fixedCta .el_btn svg {
  right: 15px;
  width: 8px;
  height: auto;
}
.bl_fixedCta .el_btn .el_btn_arrow {
  right: 10px;
  width: 20px;
  height: 20px;
}
.bl_fixedCta .el_btn .el_btn_arrow::after {
  width: 6px;
  height: 6px;
}
.bl_fixedCta:hover {
  opacity: 1;
}
.bl_fixedCta:hover .el_btn_arrow::after {
  width: 100%;
  height: 100%;
}
.bl_fixedCta:hover svg {
  transform: translate(0, -50%);
  opacity: 1;
}
.el_btn {
  display: inline-block;
  position: relative;
  min-width: 20.8333333333vw;
  padding: 0.9027777778vw;
  border: 2px solid #fff;
  border-radius: 6.9444444444vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#277ecd+0,1365b0+100 */
  background: linear-gradient(to right, #305ccd 0%, #305ccd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 1.1111111111vw;
  text-align: center;
}
.el_btn:hover {
  color: #fff;
  opacity: 1;
}
.el_btn:hover .el_btn_arrow::after {
  width: 100%;
  height: 100%;
}
.el_btn:hover svg {
  transform: translate(0, -50%);
  opacity: 1;
}
.el_btn svg {
  fill: none;
  stroke-linecap: round;
  stroke: #277ecd;
  position: absolute;
  top: 50%;
  right: 1.9444444444vw;
  width: 0.625vw;
  transform: translate(-0.6944444444vw, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.el_btn .el_btn_arrow {
  position: absolute;
  top: 50%;
  right: 1.25vw;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
}
.el_btn .el_btn_arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transition: all 0.2s ease-out;
}

.el_arrowLink {
  color: #277ecd;
  font-weight: 600;
  font-size: 0.9027777778vw;
}
.el_arrowLink:hover {
  color: inherit;
  opacity: 1;
}

.el_arrowLink_arrowWrap {
  --arrowSpanSize: 4.4444444444vw;
  --arrowInnerSpanSize: 0.6944444444vw;
  --arrowSvgWidth: 1.0416666667vw;
  --arrowSvgHeight: 0.8333333333vw;
  display: inline-block;
  position: relative;
  margin-right: 0.8333333333vw;
  vertical-align: middle;
}

.formBox {
  width: 100%;
  max-width: 990px !important;
  margin: 0 auto;
}

.formBox h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.formBox .mktoForm {
  margin-bottom: 60px;
}

.mktoLogicalField,
.mktoHtmlText,
.mktoForm label,
.mktoForm p {
  width: 100% !important;
}

.formBox .mktoForm .mktoFormRow {
  padding: 10px 0;
  font-size: 16px;
}

.formBox .mktoForm .mktoFieldWrap {
  float: none;
}

.formBox .mktoForm .mktoFieldWrap span a {
  color: #0171c0;
}

.formBox .mktoForm .mktoFormCol {
  width: 100%;
}

.formBox .mktoForm .mktoFormCol.mktoFormWidthHalf {
  width: calc(50% - 10px);
}

.formBox .mktoForm .mktoFormCol.mktoFormWidthHalf + div {
  margin-left: 20px;
}

.formBox .mktoForm .mktoRequiredField .mktoAsterix {
  display: inline;
  float: none;
  font-weight: bold;
  font-size: 18px;
}

.formBox .mktoForm .mktoFieldWrap label.mktoLabel {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.formBox .mktoForm input[type=text],
.formBox .mktoForm input[type=url],
.formBox .mktoForm input[type=email],
.formBox .mktoForm input[type=tel],
.formBox .mktoForm input[type=number],
.formBox .mktoForm input[type=date],
.formBox .mktoForm textarea.mktoField,
.formBox .mktoForm select.mktoField {
  box-sizing: border-box;
  width: 100% !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 20px;
}

.formBox .mktoForm input[type=radio],
.formBox .mktoForm input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.formBox .mktoForm .mktoRadioList > label,
.formBox .mktoForm .mktoCheckboxList > label {
  margin-top: 0;
  margin-bottom: 1em;
}

.formBox .mktoForm select.mktoField {
  padding: 8px;
}

.formBox .mktoForm textarea.mktoField {
  height: 10em;
}

.formBox .mktoForm input::-moz-placeholder, .formBox .mktoForm textarea::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
}

.formBox .mktoForm input::placeholder,
.formBox .mktoForm textarea::placeholder {
  color: #ccc;
  font-size: 16px;
}

/* IE */
.formBox .mktoForm input:-ms-input-placeholder,
.formBox .mktoForm textarea::placeholder {
  color: #ccc;
  font-size: 16px;
}

/* Edge */
.formBox .mktoForm input::-ms-input-placeholder,
.formBox .mktoForm textarea::placeholder {
  color: #ccc;
  font-size: 16px;
}

.formBox .formRequire {
  font-size: 16px;
}

.formBox .formRequire span {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.formBox .mktoForm .mktoError .mktoErrorArrow {
  border-color: none;
  background-color: #bf0000;
}

.formBox .mktoForm .mktoError .mktoErrorMsg {
  border: none;
  background: #bf0000;
  box-shadow: none;
  font-size: 14px;
  text-shadow: none;
}

.formBox .mktoForm .mktoButtonRow {
  width: 100%;
  margin-top: 30px;
}

.formBox .mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  width: 100%;
  margin: 0 !important;
  text-align: center;
}

.formBox .mktoForm button.mktoButton {
  -webkit-appearance: none;
     -moz-appearance: none;
  display: inline-block;
          appearance: none;
  width: 400px;
  padding: 0;
  padding: 30px 15px;
  border: none;
  outline: none;
  background: #52b9f6;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 0;
  transition: all 300ms 0s ease;
}

.formBox .mktoForm button.mktoButton:hover {
  background: #52b9f6;
}

@media only screen and (min-width: 768px){
  .h-hide-pc {
    display: none !important;
  }
  .h-hide-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 768px){
  .el_arrowLink_arrowWrap span {
    width: 104%;
    height: 104%;
  }
  .el_arrowLink_arrowWrap span svg {
    margin-left: 0;
    opacity: 1;
  }
  html {
    font-size: 12px;
  }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  html.is-modal {
    overflow: hidden;
  }
  .bl_speaker_modal.is-active {
    transform: translate(-50%, 0);
  }
  .bl_speaker_modal {
    top: 12px;
    right: auto;
    left: 50%;
    width: calc(100% - 24px);
    height: calc(100svh - 200px);
    padding: 20px 0px 20px 20px;
    overflow: visible;
    transform: translate(-50%, 10%);
    border-radius: 8px;
  }
  .bl_close {
    top: auto;
    right: 50%;
    bottom: -88px;
    transform: translateX(50%);
  }
  .bl_speaker_modal_imgWrapper {
    margin-bottom: 2.6666666667vw;
  }
  .bl_speaker_modal_imgWrapper img {
    width: 26.6666666667vw;
  }
  .bl_speaker_modal_inner {
    display: block;
    padding-right: 20px;
    overflow: auto;
  }
  .bl_speaker_modal_data {
    padding-top: 20px;
  }
  .bl_prof_btnWrapper {
    padding-bottom: 40px;
    text-align: center;
  }
  .bl_speaker_modal_heading {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .bl_speaker_modal_txt {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .bl_mldalBottom {
    display: block;
  }
  .bl_loading img {
    transform: translateY(30px);
  }
  .bl_copy.is-start {
    width: 30px;
  }
  .bl_copy {
    font-size: 12px;
  }
  .bl_content {
    width: calc(100% - 30px);
  }
  .bl_copy_inner {
    top: 246px;
  }
  .bl_logo {
    top: 10px;
    left: 40px;
  }
  .bl_logo img {
    width: 100px;
  }
  .bl_gnav {
    display: none;
  }
  .bl_kv {
    padding-top: 23.7333333333vw;
    padding-bottom: 20.2666666667vw;
    padding-left: 6.4vw;
    background-image: url(/humanage-seminar/2025-fall/assets/images/kv_back_sp2.png);
  }
  .bl_kv_name {
    margin-bottom: 4vw;
  }
  .bl_kv_name svg {
    width: 74.9333333333vw;
  }
  .bl_kvBadge {
    width: 44.8vw;
    margin-bottom: 5.3333333333vw;
  }
  .bl_kvBottom {
    max-width: 100%;
  }
  .bl_kvBottom .bl_kvBottom_book {
    order: 2;
    margin-bottom: 8.5333333333vw;
  }
  .bl_kvBottom .bl_kvBottom_balloon {
    order: 3;
  }
  .bl_kvBottom_balloon {
    width: 76.5333333333vw;
    margin-top: 0vw;
    margin-bottom: 3.7333333333vw;
  }
  .bl_kvBottom_balloon img {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.24));
  }
  .bl_kvBottom_book img {
    width: 39.2vw;
  }
  .bl_kvBottom {
    display: block;
  }
  .bl_kvBottom__last {
    width: auto;
    padding-top: 0;
    padding-right: 4.8vw;
    padding-left: 0;
  }
  .bl_kvBottom__last .el_btn {
    width: 76.5333333333vw;
  }
  .bl_kvBottom_txt01 {
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .bl_kvBottom_txt02 {
    margin-bottom: 0;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
  .bl_kvBottom_txt02 strong {
    font-size: 4.5333333333vw;
    letter-spacing: -0.1em;
  }
  .bl_kvBottom_txt03 {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .bl_kvBottom_txt03::before {
    width: 6.6666666667vw;
  }
  .bl_dateWrapper {
    position: relative;
    align-items: flex-end;
    margin-bottom: 10.6666666667vw;
    white-space: nowrap;
  }
  .bl_dateWrapper_date {
    margin-bottom: 0;
    font-size: 10.6666666667vw;
  }
  .bl_dateWrapper_date span {
    font-size: 14.9333333333vw;
  }
  .bl_dateWrapper_date .bl_dateWrapper_week {
    font-size: 5.0vw;
    line-height: 1.5;
  }
  .bl_dateWrapper_time {
    margin-top: 0;
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .bl_dateWrapper_link {
    position: absolute;
    bottom: -6.6666666667vw;
    left: 0;
    margin-bottom: 0;
    padding: 0.6666666667vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .bl_dateWrapper_link img {
    width: 2.6666666667vw;
    margin-right: 2.1333333333vw;
  }
  .bl_section__01 {
    padding: 32vw 6.4vw 0 5.8666666667vw;
  }
  .bl_section__02 {
    margin-top: 32vw;
    padding: 26.6666666667vw 6.4vw 10.6666666667vw 6.4vw;
    background-image: url(/humanage-seminar/2025-fall/assets/images/program_back_sp2.png);
  }
  .bl_section__03 {
    padding: 32vw 6.4vw;
  }
  .bl_section__04 {
    padding: 32vw 6.4vw 16vw 6.4vw;
  }
  .bl_section__05 {
    padding: 29.3333333333vw 6.4vw;
  }
  .bl_greetingWrapper > figure {
    font-size: 3.2vw;
    text-align: center;
  }
  .bl_greetingWrapper > figure img {
    width: calc(100vw - 40px);
    margin-top: 10.6666666667vw;
    margin-right: -6.4vw;
    margin-bottom: 1.3333333333vw;
    margin-left: -5.8666666667vw;
  }
  .bl_greetingWrapper {
    display: block;
  }
  .bl_greeting_heading {
    margin-bottom: 14.9333333333vw;
    font-size: 5.3333333333vw;
  }
  .bl_greeting_txt {
    font-size: 3.7333333333vw;
  }
  .bl_greeting_txt p:not(:last-child) {
    margin-bottom: 6.4vw;
  }
  .bl_enHeading.bl_enHeading__01 {
    margin-bottom: 23.4666666667vw;
  }
  .bl_enHeading.bl_enHeading__01 svg {
    width: 37.3333333333vw;
  }
  .bl_enHeading.bl_enHeading__02 {
    margin-bottom: 26.6666666667vw;
  }
  .bl_enHeading.bl_enHeading__02 svg {
    width: 64.5333333333vw;
  }
  .bl_enHeading.bl_enHeading__03 {
    margin-bottom: 23.4666666667vw;
  }
  .bl_enHeading.bl_enHeading__03 svg {
    width: 37.3333333333vw;
  }
  .bl_enHeading {
    margin-bottom: 8.5333333333vw;
  }
  .bl_programMember_item:nth-child(2n) .bl_programMember_imageWrapper {
    width: 63.4666666667vw;
    margin-left: auto;
  }
  .bl_programMember_item:nth-child(3n) .bl_programMember_imageWrapper {
    width: 68vw;
  }
  .bl_programMember_item {
    display: block;
    margin-bottom: 21.3333333333vw;
  }
  .bl_programMember_item:nth-child(1) .bl_programMember_imageWrapper {
    width: 66.6666666667vw;
  }
  .bl_programMember_imageWrapper {
    width: 100%;
  }
  .bl_programMember_data {
    padding-top: 2.6666666667vw;
  }
  .bl_programMember_heading {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .bl_programMember_degree {
    font-size: 3.4666666667vw;
  }
  .bl_programMember_name {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .bl_programMember_name span {
    font-size: 4.2666666667vw;
  }
  .bl_programMember_btn {
    width: 48vw;
    padding: 3.2vw 0;
    border-radius: 6.4vw;
    font-size: 4.2666666667vw;
  }
  .bl_programMember_btn::after {
    display: inline-block;
    position: static;
    width: 2.4vw;
    margin-left: 4vw;
    transform: translateY(0);
    vertical-align: middle;
  }
  .bl_centerTxt {
    order: 2;
    margin-bottom: 6.4vw;
    padding: 0 20px;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .bl_centerTxt br {
    display: none;
  }
  .bl_infoBox {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .bl_sideImgWrapper {
    order: 1;
    aspect-ratio: 297/150;
    width: 100%;
    margin-bottom: 14.9333333333vw;
  }
  .bl_sideImgWrapper img {
    width: 56%;
  }
  .bl_sideImgTxt {
    order: 3;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 3.7333333333vw;
  }
  .bl_table {
    width: 100%;
    margin-top: 14.9333333333vw;
    font-size: 12px;
  }
  .bl_table td,
  .bl_table th {
    padding: 2.1333333333vw;
  }
  .bl_table th {
    width: 21.3333333333vw;
    padding-left: 5.8666666667vw;
    vertical-align: top;
  }
  .bl_table th::before {
    top: 0;
    width: 1.6vw;
    transform: translateY(4.2666666667vw);
  }
  .bl_table tr {
    font-size: 3.2vw;
  }
  .bl_mapWrapper {
    display: block;
  }
  .bl_mapWrapper iframe {
    width: 100%;
    height: 21.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .bl_contactHeading {
    margin-bottom: 10.6666666667vw;
    font-size: 8vw;
  }
  .bl_section .bl_formWrapper form {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bl_formHeading {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .bl_serviceList {
    flex-direction: column;
  }
  .bl_serviceList li {
    padding: 2.1333333333vw 3.2vw;
    font-size: 3.4666666667vw;
  }
  .bl_serviceList li:not(:last-child) {
    border-right: 1px solid #bac8d2;
    border-bottom: none;
  }
  .bl_footer_nav {
    display: block;
    margin-bottom: 14.9333333333vw;
    color: #202940;
    font-size: 3.2vw;
  }
  .bl_footer_nav li {
    margin: 3.2vw 0;
  }
  .bl_footer_nav svg {
    width: 2.1333333333vw;
    margin-left: 2.1333333333vw;
  }
  .bl_footer {
    padding: 21.3333333333vw 5.3333333333vw 8vw;
    text-align: center;
  }
  .bl_footer_inner {
    display: block;
  }
  .bl_footer_inner img {
    width: 48vw;
    margin-bottom: 12.2666666667vw;
  }
  .bl_footer_copy {
    color: #202940;
    font-size: 3.2vw;
  }
  .bl_fixedCta {
    right: 0px;
    bottom: 0px;
    left: 0;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .bl_fixedCta .bl_fixedCta_img {
    position: absolute;
    top: 0;
    right: 10px;
    width: 110px;
    transform: translateY(-100%);
  }
  .bl_fixedCta .el_btn {
    width: 260px;
    padding: 9px;
  }
  .bl_fixedCta .el_btn svg {
    stroke: #1365b0;
    right: 12px;
    width: 9px;
    height: auto;
  }
  .bl_fixedCta .el_btn .el_btn_arrow::after {
    width: 100%;
    height: 100%;
  }
  .el_btn {
    min-width: 69.3333333333vw;
    padding: 2.4vw;
    border-width: 1px;
    border-radius: 8vw;
    font-size: 4.2666666667vw;
  }
  .el_btn .el_btn_arrow {
    right: 4.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .el_btn .el_btn_arrow::after {
    width: 100%;
    height: 100%;
  }
  .el_btn svg {
    right: 3.125vw;
    right: 4.8vw;
    width: 2.4vw;
    opacity: 1;
  }
  .el_arrowLink {
    font-size: 3.2vw;
  }
  .el_arrowLink_arrowWrap {
    --arrowSpanSize: 8.5333333333vw;
    --arrowSvgWidth: 2.6666666667vw;
    --arrowSvgHeight: 2.1333333333vw;
    margin-right: 2.6666666667vw;
  }
}

@media only screen and not (max-width: 768px){
  .bl_speaker_modal .el_btn {
    min-width: 300px;
    padding: 15px;
    font-size: 16px;
    text-align: center;
  }
  .bl_speaker_modal .el_btn .el_btn_arrow {
    right: 18px;
    width: 28px;
    height: 28px;
  }
  .bl_speaker_modal .el_btn .el_btn_arrow::after {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 600px){
  .formBox {
    width: 100% !important;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .formBox .mktoForm .mktoFormRow {
    padding: 5px 0;
  }
  .formBox .mktoForm input[type=text],
  .formBox .mktoForm input[type=url],
  .formBox .mktoForm input[type=email],
  .formBox .mktoForm input[type=tel],
  .formBox .mktoForm input[type=number],
  .formBox .mktoForm input[type=date],
  .formBox .mktoForm textarea.mktoField,
  .formBox .mktoForm select.mktoField {
    -webkit-appearance: none;
    padding: 20px;
    font-size: 16px;
  }
  .formBox .mktoForm select.mktoField {
    padding: 10px;
  }
  .formBox .mktoForm .mktoFormCol.mktoFormWidthHalf {
    width: 100%;
  }
  .formBox .mktoForm .mktoFormCol.mktoFormWidthHalf + div {
    margin-top: 10px;
    margin-left: 0;
  }
  .formBox .mktoForm button.mktoButton {
    width: 80%;
    font-size: 16px;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}