:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

.overview_item {
  display: grid;
  grid-template-columns: 180px 1fr;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .overview_item {
    grid-template-columns: 150px 1fr;
  }
}
@media screen and (max-width: 839px) {
  .overview_item {
    grid-template-columns: 1fr;
  }
}
.overview_item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.overview_item .title .label {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  font-size: 17px;
  font-weight: 600;
}
.overview_item .title .label span {
  font-weight: 600;
}
.overview_item .title .label {
  line-height: 1em;
  letter-spacing: 0.1em;
  color: var(--c-black);
  white-space: nowrap;
}
@media screen and (max-width: 1239px) {
  .overview_item .title .label {
    padding: 30px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 839px) {
  .overview_item .title .label {
    padding: 20px 0;
  }
}
@media screen and (max-width: 639px) {
  .overview_item .title .label {
    padding: 15px 0;
    font-size: 15px;
  }
}
.overview_item .title::before, .overview_item .title::after {
  content: "";
  height: 2px;
  background: var(--grad_mcs);
  position: absolute;
  left: 0;
  right: 0;
}
.overview_item .title::before {
  display: none;
  top: 0;
}
@media screen and (max-width: 839px) {
  .overview_item .title::before {
    display: block;
  }
}
.overview_item .title::after {
  bottom: 0;
}
.overview_item .content {
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .overview_item .content {
    padding: 30px;
  }
}
@media screen and (max-width: 839px) {
  .overview_item .content {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 639px) {
  .overview_item .content {
    padding: 20px 0 30px;
  }
}
.overview_item .content p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
.overview_item .content p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .overview_item .content p {
    font-size: 15.5px;
    line-height: 23px;
  }
}
@media screen and (max-width: 839px) {
  .overview_item .content p {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .overview_item .content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.overview_item .content p a.line_link {
  transition: color 0.3s;
  text-decoration: underline;
}
@media screen and (min-width: 1239px) {
  .overview_item .content p a.line_link:hover {
    color: var(--mcs_red);
  }
}
.overview_item .content .map_link {
  display: grid;
  grid-template-columns: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1239px) {
  .overview_item .content .map_link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  .overview_item .content .map_link {
    margin-top: 20px;
  }
}
.overview_item .content .map_link a {
  justify-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 0 20px;
  border-radius: 17px;
  position: relative;
}
@media screen and (max-width: 839px) {
  .overview_item .content .map_link a {
    justify-self: center;
  }
}
.overview_item .content .map_link a::before {
  content: "";
  display: inline-block;
  border-radius: inherit;
  background: var(--grad_mcs);
  position: absolute;
  inset: 0;
}
.overview_item .content .map_link a::after {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: 15.5px;
  background-color: var(--c-white);
  position: absolute;
  inset: 1.5px;
}
.overview_item .content .map_link a .label {
  transition: color 0.3s;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0em;
  font-weight: 700;
}
.overview_item .content .map_link a .label span {
  font-weight: 700;
}
.overview_item .content .map_link a .label {
  translate: 0 -0.05em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.overview_item .content .map_link a .arrow {
  transition: translate 0.3s var(--easeOutQuart);
  line-height: 0;
  position: relative;
  z-index: 1;
}
.overview_item .content .map_link a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1.5px;
  stroke: url(#grad_map_arrow);
}
@media screen and (min-width: 1239px) {
  .overview_item .content .map_link a:hover::after {
    background-color: var(--grad_mcs);
  }
}
@media screen and (min-width: 1239px) {
  .overview_item .content .map_link a:hover .label {
    background: var(--c-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 1239px) {
  .overview_item .content .map_link a:hover .arrow {
    translate: 2px 0;
  }
}
@media screen and (min-width: 1239px) {
  .overview_item .content .map_link a:hover .arrow svg .polyline_wrap {
    stroke: var(--c-white);
  }
}
.overview_item .content span.jemima_logo {
  display: inline-block;
  margin-left: 20px;
  translate: 0 -0.1em;
}
@media screen and (max-width: 839px) {
  .overview_item .content span.jemima_logo {
    margin-left: 0;
    margin-top: 20px;
  }
}
.overview_item .content span.jemima_logo a img {
  height: 37px;
  width: auto;
}
.overview_item .content span.space {
  display: inline-block;
}
@media screen and (max-width: 1039px) {
  .overview_item .content span.space {
    display: none;
  }
}
.overview_item .content::after {
  content: "";
  height: 2px;
  background: var(--mcs_gray03);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 839px) {
  .overview_item .content::after {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .overview_item.align_left .content p {
    text-align: left;
  }
}:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

.section_sub_title {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
}
.section_sub_title .line {
  height: 2px;
  background: var(--grad_mcs);
}
.section_sub_title .label {
  justify-self: center;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
.section_sub_title .label span {
  font-weight: 600;
}
.section_sub_title .label {
  text-align: center;
  translate: 0 -0.05em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1239px) {
  .section_sub_title .label {
    font-size: 18.5px;
  }
}
@media screen and (max-width: 639px) {
  .section_sub_title .label {
    font-size: 17px;
    font-weight: 700;
  }
  .section_sub_title .label span {
    font-weight: 700;
  }
}
.section_sub_title.section_sub_title_visit .line {
  background: var(--grad_redBlue);
}
.section_sub_title.section_sub_title_visit .label {
  background: var(--grad_redBlue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section_sub_title.section_sub_title_seminar .line {
  background: var(--grad_redGreen);
}
.section_sub_title.section_sub_title_seminar .label {
  background: var(--grad_redGreen);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section_sub_title.section_sub_title_flow .line {
  background: var(--grad_mcs);
}
.section_sub_title.section_sub_title_flow .label {
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section_sub_title.fadeElem .line {
  clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
}
.section_sub_title.fadeElem .label {
  opacity: 0;
  translate: 0 20px;
}

.section_sub_title.fadeIn .line {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.section_sub_title.fadeIn .label {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

section.section_overview {
  margin-top: 30px;
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_overview {
    margin-top: 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_overview {
    margin-top: 10px;
    padding-top: 30px;
  }
}
section.section_overview .section_content .overview_table {
  margin-top: 80px;
  margin-inline: 100px;
  padding-top: 2px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_overview .section_content .overview_table {
    margin-top: 60px;
    margin-inline: 4vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_overview .section_content .overview_table {
    margin-top: 40px;
  }
}
section.section_overview .section_content .overview_table .overview_item:first-of-type .title::before {
  display: block;
}
section.section_overview .section_content .overview_table .overview_item:first-of-type .content::before {
  content: "";
  height: 2px;
  background: var(--mcs_gray03);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 839px) {
  section.section_overview .section_content .overview_table .overview_item:first-of-type .content::before {
    display: none;
  }
}

section.section_flow {
  margin-top: 70px;
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_flow {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow {
    margin-top: 30px;
    padding-top: 30px;
  }
}
section.section_flow .section_content {
  margin-inline: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content {
    margin-inline: 4vw;
  }
}
section.section_flow .section_content .lead {
  padding-top: 80px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .lead {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .lead {
    padding-top: 30px;
  }
}
section.section_flow .section_content .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_flow .section_content .lead p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .lead p {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .lead p {
    font-size: 14px;
  }
}
section.section_flow .section_content .flow_diagram {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 25px;
  row-gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram {
    column-gap: 20px;
    row-gap: 25px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram {
    column-gap: 25px;
    margin-top: 40px;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.section_flow .section_content .flow_diagram .diagram_box .title::before {
  content: "";
  display: inline-block;
  background-color: var(--mcs_gray01);
  border-radius: 8px;
  position: absolute;
  inset: 0;
}
section.section_flow .section_content .flow_diagram .diagram_box .title .label {
  color: var(--mcs_gray30);
  margin-block: calc((1em - 1lh) / 2);
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
}
section.section_flow .section_content .flow_diagram .diagram_box .title.fadeElem::before {
  opacity: 0;
  translate: 0 var(--fadeInLength);
}
section.section_flow .section_content .flow_diagram .diagram_box .title.fadeIn::before {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_flow .section_content .flow_diagram .diagram_box .btn {
  justify-self: center;
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box .btn {
    justify-self: auto;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 32px;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box .btn a {
    width: 140px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box .btn a {
    width: 100%;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box .btn a::before, section.section_flow .section_content .flow_diagram .diagram_box .btn a::after {
  content: "";
  display: inline-block;
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
section.section_flow .section_content .flow_diagram .diagram_box .btn a::after {
  transition: opacity 0.3s;
  opacity: 0;
  background: var(--grad_red);
}
section.section_flow .section_content .flow_diagram .diagram_box .btn a span.label {
  font-size: 13px;
  font-weight: 600;
}
section.section_flow .section_content .flow_diagram .diagram_box .btn a span.label span {
  font-weight: 600;
}
section.section_flow .section_content .flow_diagram .diagram_box .btn a span.label {
  line-height: 1em;
  translate: 0 -0.05em;
  color: var(--c-white);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box .btn a:hover::after {
    opacity: 1;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box .btn.btn_pre_registration a::before {
  background: var(--grad_visit);
}
section.section_flow .section_content .flow_diagram .diagram_box .btn.btn_visit a::before {
  background: var(--grad_mypage);
}
section.section_flow .section_content .flow_diagram .diagram_box .btn.btn_seminar a::before {
  background: var(--grad_seminar);
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration {
  grid-column: 1;
  grid-row: 1/3;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  row-gap: 25px;
  width: 290px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration {
    width: 240px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration {
    width: 200px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration {
    grid-column: 1/3;
    grid-row: auto;
    grid-template-rows: none;
    margin-bottom: -50px;
    width: 100%;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title {
  padding: 20px 20px 0;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title {
    padding: 30px 20px 0;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title::before {
  bottom: 50px;
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .label {
  font-size: 32px;
  font-weight: 500;
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .label span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .label {
    font-size: 26px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .label {
    font-size: 20px;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .illust {
  margin-top: 25px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .illust {
    margin-top: 23px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .illust {
    margin-top: 21px;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .illust img {
  width: auto;
  height: 159px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .illust img {
    height: 134px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .title .illust img {
    height: 109px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_pre_registration .btn {
    display: none;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar {
  display: grid;
  grid-template-columns: auto 300px 1fr;
  column-gap: 25px;
  row-gap: 25px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar {
    grid-template-columns: auto 240px 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar {
    grid-template-columns: 1fr;
    align-content: start;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .arrow,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .arrow {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .arrow,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .arrow {
    justify-self: center;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .arrow svg,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .arrow svg {
  fill: none;
  stroke: var(--c-black);
  stroke-width: 2.5px;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .arrow svg,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .arrow svg {
    rotate: 90deg;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .title,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .title {
  padding: 40px 20px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .title,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .title {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .title,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .title {
    padding: 20px 10px;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .title .label,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .title .label {
  font-size: 24px;
  font-weight: 600;
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .title .label span,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .title .label span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .title .label,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .title .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .title .label,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .title .label {
    font-size: 16px;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .btn,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .btn {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .btn,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .btn {
    grid-column: auto;
    grid-row: auto;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .body,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .body {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .body,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .body {
    grid-column: auto;
    grid-row: auto;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .body p,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .body p span,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .body p span {
  font-weight: 500;
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .body p,
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .body p,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .body p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit .body p,
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar .body p {
    font-size: 12px;
    line-height: 18px;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_visit {
    grid-column: auto;
    grid-row: auto;
  }
}
section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .flow_diagram .diagram_box.diagram_box_seminar {
    grid-column: auto;
    grid-row: auto;
  }
}
section.section_flow .section_content .registration_method {
  margin-top: 120px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method {
    margin-top: 90px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method {
    margin-top: 60px;
  }
}
section.section_flow .section_content .registration_method .step_list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  margin-top: 40px;
  margin-inline: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .step_list {
    row-gap: 20px;
    margin-top: 35px;
    margin-inline: 40px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_flow .section_content .registration_method .step_list {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .registration_method .step_list {
    row-gap: 30px;
    margin-top: 30px;
    margin-inline: 4vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .step_list {
    row-gap: 25px;
    margin-top: 25px;
    margin-inline: 0;
  }
}
section.section_flow .section_content .registration_method .step_list .item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 25px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .step_list .item {
    column-gap: 20px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .registration_method .step_list .item {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .step_list .item {
    row-gap: 15px;
  }
}
section.section_flow .section_content .registration_method .step_list .item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .step_list .item .number {
    width: 40px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .registration_method .step_list .item .number {
    justify-self: center;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .step_list .item .number {
    width: 36px;
  }
}
section.section_flow .section_content .registration_method .step_list .item .number::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
section.section_flow .section_content .registration_method .step_list .item .number .num {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section_flow .section_content .registration_method .step_list .item .number .num span {
  font-weight: 400;
}
section.section_flow .section_content .registration_method .step_list .item .number .num {
  color: var(--c-white);
  translate: 0 -0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .step_list .item .number .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .step_list .item .number .num {
    font-size: 20px;
  }
}
section.section_flow .section_content .registration_method .step_list .item .body {
  padding-top: 12.5px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .step_list .item .body {
    padding-top: 11.75px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .registration_method .step_list .item .body {
    padding-top: 0;
  }
}
section.section_flow .section_content .registration_method .step_list .item .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_flow .section_content .registration_method .step_list .item .body p span {
  font-weight: 500;
}
section.section_flow .section_content .registration_method .step_list .item .body p {
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .step_list .item .body p {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .registration_method .step_list .item .body p {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .step_list .item .body p {
    font-size: 15px;
    line-height: 22px;
  }
}
section.section_flow .section_content .registration_method .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap {
    column-gap: 40px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_flow .section_content .registration_method .btn_wrap {
    column-gap: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .registration_method .btn_wrap {
    column-gap: 4vw;
    row-gap: 25px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .btn_wrap {
    row-gap: 20px;
    margin-top: 35px;
  }
}
section.section_flow .section_content .registration_method .btn_wrap .btn a {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  padding: 0 35px 0 45px;
  width: 320px;
  height: 80px;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a {
    column-gap: 18px;
    padding: 0 30px 0 40px;
    width: 270px;
    height: 65px;
    border-radius: 32.5px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a {
    column-gap: 16px;
    padding: 0 25px 0 35px;
    width: 220px;
    height: 50px;
    border-radius: 25px;
  }
}
section.section_flow .section_content .registration_method .btn_wrap .btn a::before, section.section_flow .section_content .registration_method .btn_wrap .btn a::after {
  content: "";
  display: inline-block;
  border-radius: inherit;
  position: absolute;
}
section.section_flow .section_content .registration_method .btn_wrap .btn a::before {
  inset: 0;
}
section.section_flow .section_content .registration_method .btn_wrap .btn a::after {
  transition: opacity 0.3s;
  border-radius: 38px;
  background: var(--c-white);
  inset: 2px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a::after {
    border-radius: 30.5px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a::after {
    border-radius: 23px;
  }
}
section.section_flow .section_content .registration_method .btn_wrap .btn a .label {
  transition: background 0.3s;
  justify-self: center;
  align-self: center;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}
section.section_flow .section_content .registration_method .btn_wrap .btn a .label span {
  font-weight: 700;
}
section.section_flow .section_content .registration_method .btn_wrap .btn a .label {
  translate: 0 -0.05em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a .label {
    font-size: 16px;
  }
}
section.section_flow .section_content .registration_method .btn_wrap .btn a .arrow {
  transition: translate 0.3s var(--easeOutQuart);
  justify-self: start;
  align-self: center;
  position: relative;
  z-index: 1;
}
section.section_flow .section_content .registration_method .btn_wrap .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 2px;
  stroke: url(#stroke-grad);
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a:hover::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a:hover .arrow {
    translate: 5px 0;
  }
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
section.section_flow .section_content .registration_method .btn_wrap .btn.btn_visit a::before {
  background: var(--grad_redBlue);
}
section.section_flow .section_content .registration_method .btn_wrap .btn.btn_visit a .label {
  background: var(--grad_redBlue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.section_flow .section_content .registration_method .btn_wrap .btn.btn_visit a .arrow svg {
  stroke: url(#stroke_grad_redBlue);
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn.btn_visit a:hover .label {
    background: var(--c-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn.btn_visit a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
section.section_flow .section_content .registration_method .btn_wrap .btn.btn_seminar a::before {
  background: var(--grad_redGreen);
}
section.section_flow .section_content .registration_method .btn_wrap .btn.btn_seminar a .label {
  background: var(--grad_redGreen);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.section_flow .section_content .registration_method .btn_wrap .btn.btn_seminar a .arrow svg {
  stroke: url(#stroke_grad_redGreen);
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn.btn_seminar a:hover .label {
    background: var(--c-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
@media screen and (min-width: 1239px) {
  section.section_flow .section_content .registration_method .btn_wrap .btn.btn_seminar a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
section.section_flow .section_content .registration_method_visit .step_list .item .number::before {
  background: var(--grad_redBlue);
}
section.section_flow .section_content .registration_method_seminar .step_list .item .number::before {
  background: var(--grad_redGreen);
}
section.section_flow .section_content .entry_flow {
  margin-top: 70px;
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow {
    margin-top: 30px;
    padding-top: 30px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
  justify-content: start;
  margin-top: 90px;
  margin-left: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps {
    column-gap: 35px;
    margin-top: 65px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_flow .section_content .entry_flow .entry_steps {
    column-gap: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .entry_flow .entry_steps {
    grid-template-columns: 1fr;
    row-gap: 25px;
    margin-left: 8vw;
    margin-right: 8vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps {
    row-gap: 20px;
    margin-top: 40px;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item {
  justify-self: start;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto 1fr;
  justify-content: start;
  column-gap: 35px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_flow .section_content .entry_flow .entry_steps .item {
    column-gap: 25px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .entry_flow .entry_steps .item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge {
  display: flex;
  align-items: center;
  column-gap: 25px;
  padding-left: 45px;
  width: 216px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge {
    column-gap: 20px;
    padding-left: 42px;
    width: 184px;
    height: 63px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge {
    column-gap: 17px;
    padding-left: 40px;
    width: 165px;
    height: 55px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge {
    column-gap: 15px;
    padding-left: 40px;
    width: 152px;
    height: 46px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge::before {
  content: "";
  display: inline-block;
  border: 2px solid transparent;
  border-left: none;
  border-radius: 0 40px 40px 0;
  background-image: linear-gradient(white, white), var(--grad_mcs);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge::before {
    border-radius: 0 31.5px 31.5px 0;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge::before {
    border-radius: 0 23px 23px 0;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge .label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge .label span {
  font-weight: 500;
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge .label {
  line-height: 1em;
  letter-spacing: 0.1em;
  color: var(--c-black);
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge .label {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge .label {
    font-size: 16px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge .num {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge .num span {
  font-weight: 400;
}
section.section_flow .section_content .entry_flow .entry_steps .item .badge .num {
  line-height: 1em;
  color: var(--c-black);
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .badge .num {
    font-size: 20px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .arrow {
  justify-self: start;
  align-self: center;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .arrow {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .arrow {
    margin-top: 20px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .arrow svg {
  fill: none;
  stroke: var(--c-black);
  stroke-width: 2px;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .arrow svg {
    rotate: 90deg;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .icon {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 176px;
  height: 70px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .icon {
    margin-top: 25px;
    width: 152.5px;
    height: 56px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .icon {
    margin-top: 20px;
    width: 137.5px;
  }
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .icon {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    margin-top: 0;
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .icon {
    height: 42px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .body {
  grid-column: 1/3;
  padding-top: 30px;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .body {
    padding-left: 4vw;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_flow .section_content .entry_flow .entry_steps .item .body p span {
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item .body p {
    font-size: 15px;
    line-height: 22px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item.item_print .icon img {
  height: 65.82px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item.item_print .icon img {
    height: 52.656px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item.item_print .icon img {
    height: 39.492px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item.item_qr .icon img {
  height: 57.97px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item.item_qr .icon img {
    height: 46.376px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item.item_qr .icon img {
    height: 34.782px;
  }
}
section.section_flow .section_content .entry_flow .entry_steps .item.item_holder .arrow {
  display: none;
}
section.section_flow .section_content .entry_flow .entry_steps .item.item_holder .icon img {
  height: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_flow .section_content .entry_flow .entry_steps .item.item_holder .icon img {
    height: 48px;
  }
}
@media screen and (max-width: 639px) {
  section.section_flow .section_content .entry_flow .entry_steps .item.item_holder .icon img {
    height: 36px;
  }
}
section.section_flow .section_content .entry_flow .photo_wrap {
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 839px) {
  section.section_flow .section_content .entry_flow .photo_wrap {
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 439px) {
  section.section_flow .section_content .entry_flow .photo_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
section.section_flow .section_content .entry_flow .photo_wrap .photo {
  border-radius: 8px;
  overflow: hidden;
}
section.section_flow .section_content .entry_flow .photo_wrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_flow .section_content .entry_flow .photo_wrap .photo.photo_1 {
  width: 113px;
  height: auto;
  aspect-ratio: 113/152;
}
section.section_flow .section_content .entry_flow .photo_wrap .photo.photo_2 {
  width: 264px;
  height: auto;
  aspect-ratio: 264/152;
}