@charset "UTF-8";
:root {
  --color-def: #464646;
  --color-title: #e7e0f3;
  --color-nav: #524aa5;
  --color-sub: #c4c4c4;
  --color-arrow: #23211e;
  --accent: #e87db4;
  --primary: #ada1e6;
  --color-link: #b1aadc;
  --red: #cc0000;
  --bg-dark: #23211e;
  --bg-gray: #f6f6f6;
  --bg-gnav: #474365;
  --ls-wide: 0.05em;
  --title-sub-size: 2.4rem;
  --header-h: calc(90em / 32);
  --section-space: clamp(calc(100em / 64 / 1.2),calc(100% / 11.2),60px);
  --container: 1310px;
  --container-pad: calc(80% / 15);
  --btn-bg:#8182d4;
  --size-def: clamp(14px, calc(14vmin / 4), 16px);
  --size-xs: 12px;
  --size-s: clamp(12px, calc(12vmin / 4), 14px);
  --size-l: clamp(14px, calc(15vmin / 4), 18px);
  --size-2l: clamp(14px, calc(16vmin / 4), 20px);
  --size-xl: clamp(16px, calc(18vmin / 4), 22px);
  --size-2xl: clamp(16px, calc(24vmin / 4), 28px);
  --size-3l: clamp(20px, calc(20vmin / 4), 30px);
  --size-btn: clamp(20px, calc(22vmin / 4), 26px);
  --ff-gothic: "yu-gothic-pr6n","游ゴシック Medium", yu-gothic-pr6n, "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  --ff-mincho: "dnp-shuei-mincho-pr6n", "游明朝", yu-mincho-pr6n, "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --ff-en: "linotype-didot", Didot, linotype-didot, aw-conqueror-didot, serif;
  --ff-helv: "Helvetica Neue" , Helvetica ,serif;
  --ff-noto: "Noto Sans JP", var(--ff-gothic);
  --flag-start: #8275B4;
  --flag-end: #49358B;
}

.ff-en {
  font-family: var(--ff-en);
  font-weight: 400;
  font-style: normal;
}

.ff-title {
  font-family: var(--ff-mincho);
  font-weight: 500;
  font-style: normal;
}

.ff-helv {
  font-family: var(--ff-helv);
  font-weight: 400;
  font-style: normal;
}

.ff-noto {
  font-family: var(--ff-noto);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-gothic {
  font-family: var(--ff-gothic);
  font-weight: 400;
  font-style: normal;
}

/* ===========================================================================

/assets/sass/common/_reset.scss
Reset

=========================================================================== */
body {
  /* webkit系のスマホで文字が拡大されるのを防ぐ */
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /* 必要に応じて下記はコメントアウト */
  /*
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  */
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a, span, small, strong {
  color: inherit;
  font-weight: inherit;
}

html {
  font-size: 0.625em;
  box-sizing: border-box;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

.mt1 {
  margin-top: 1em;
}

.mt15 {
  margin-top: 1.5em;
}

.mt2 {
  margin-top: 2em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb15 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb25 {
  margin-bottom: 2.5em;
}

.mb3 {
  margin-bottom: 3em;
}

.mr1 {
  margin-right: 1em;
}

.mr15 {
  margin-right: 1.5em;
}

.mr2 {
  margin-right: 2em;
}

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

.pl4 {
  padding-left: 4em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}
.ta_c {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .hide-tablet {
    display: none;
  }
}
@media print, screen and (min-width: 1021px) {
  .hide-pc {
    display: none;
  }
}

/* -----------------------------
 clearfix
----------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* for IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  font-family: var(--ff-gothic);
  color: var(--color-def);
  line-height: 2;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  font-size: var(--size-def);
}
@media print, screen and (min-width: 768px) {
  body {
    --section-space: 8rem;
    background-size: auto;
  }
}
@media print, screen and (min-width: 1021px) {
  body {
    --header-h:7.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    --flag-w: 8em;
    --flag-h: 8em;
    --flag-cut: 1.5em;
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.en {
  font-family: var(--ff-en);
}

.mincho {
  font-family: var(--ff-mincho);
}

.gothic {
  font-family: var(--ff-gothic);
}

.century {
  font-family: var(--ff-century);
}

.helvetica {
  font-family: "Helvetica Neue";
}

b, strong, .bold {
  font-weight: 700;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
@media print, screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container);
  }
}

h1, h2, h3, h4 {
  line-height: 1.5555555556;
}

.t-vtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  white-space: nowrap;
}

video, img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.75;
}

a img {
  transition: opacity 0.3s ease;
}
a img:hover {
  opacity: 0.75;
}
a img.js-img-on:hover {
  opacity: 1;
}

.h-alpha {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.h-alpha:hover {
  opacity: 0.75;
}

.bg-gray {
  background-color: var(--bg-gray);
}

@media print, screen and (min-width: 1021px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.wrapper {
  overflow: hidden;
}

.ilblk {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.f-wrap {
  flex-wrap: wrap;
}

.ai-c {
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col {
    width: 45%;
  }
  .col-3 {
    width: 31.3235294118%;
  }
}
.js-animate.fade-in {
  opacity: 0;
}
.js-animate.fade-in.inView {
  animation: 0.5s var(--anim-delay, 0.1s) cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-name: fade_in, slide_in_y;
}
.js-animate.fade-in2 {
  opacity: 0;
}
.js-animate.fade-in2.inView {
  animation: 0.5s var(--anim-delay, 0.1s) cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-name: fade_in;
}
.js-animate.mask-in {
  position: relative;
  overflow: hidden;
}
.js-animate.mask-in .mask-blk {
  opacity: 0;
}
.js-animate.mask-in.inView {
  animation: maskIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  opacity: 1;
}
.js-animate.mask-in.inView::before {
  animation: maskOut 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--accent);
}
.js-animate.mask-in.inView .mask-blk {
  animation: fade_in 0.5s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blur_in {
  0% {
    filter: blur(20px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes slide_in_y {
  0% {
    transform: translateY(1.4vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide_in_x_left {
  0% {
    transform: translateX(-25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slice_x {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slice_x_left {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x {
  0% {
    transform: translateX(25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x_left2 {
  0% {
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes skillin {
  0% {
    transform: translateX(-25%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bg_slide_x {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes reveal_x {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.title-sec {
  line-height: 1.05;
  margin-bottom: clamp(2em, 4.4776119403%, 6rem);
  text-align: var(--align, left);
  letter-spacing: 0;
  padding-left: 5.9701492537%;
  opacity: 0;
}
.title-sec-top {
  display: block;
  font-size: clamp(32px, 21.25vw, 136px);
  margin-left: -5.9701492537%;
  line-height: 0.8;
  color: var(--color-title);
  margin-bottom: -0.2em;
}
.title-sec-jp {
  display: block;
  font-size: clamp(20px, 6vw, 38px);
  line-height: 1.4032258065;
}
.title-sec-en {
  display: block;
  margin-top: 0.15em;
  font-size: clamp(12px, 3vw, 16px);
  color: var(--primary);
}
.title-in.inView .title-sec {
  animation: 0.4s 0.1s cubic-bezier(0.4, 0, 0, 1) forwards;
  animation-name: fade_in, slide_in_y;
}

.section {
  padding: var(--section-space) 0;
}

.btn {
  display: inline-block;
  padding: 0.8em 1em;
  position: relative;
  background-color: var(--btn-bg);
  color: #fff;
  text-align: center;
  border: 1px #fff solid;
  line-height: 1;
  transition: all 0.3s ease-in;
}
.btn:hover {
  color: #fff;
  opacity: 1;
  color: var(--btn-bg);
  background-color: #fff;
  border-color: var(--btn-bg);
}
.btn-arrow {
  position: absolute;
  right: 0.8em;
  top: calc(50% - 0.25em);
}
.btn-arrow::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  transform-origin: center;
}

.marker {
  background: linear-gradient(transparent 60%, var(--marker, #fbe2ec) 60%);
}

.td_u {
  text-decoration: underline;
}

.link-arrow {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.link-arrow::before {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  border-top: 1px var(--color-link, #000) solid;
  border-right: 1px var(--color-link, #000) solid;
  transform: rotate(45deg);
}

.fig {
  position: relative;
  text-align: center;
}
.fig-caption {
  position: absolute;
  bottom: 0.5em;
  width: 100%;
}

.flag {
  background: rgb(130, 117, 180);
  background: linear-gradient(180deg, var(--flag-start) 0%, var(--flag-end) 100%);
  color: var(--flag-color, #fff);
  width: var(--flag-w, 200px);
  height: var(--flag-h, 240px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - var(--flag-cut, 45px)), 0 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 2.2666666667vmin, 23px);
  line-height: 1.652173913;
}
.flag-text {
  padding-bottom: 15%;
}
.flag-sub {
  font-size: clamp(11px, 1.4666666667vmin, 15px);
}

.text-sub {
  line-height: 1.7142857143;
}
.text-border {
  border-bottom: 1px var(--accent) solid;
}
.text-link {
  color: #b1aadc;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
  color: var(--accent);
}
.text-xs {
  font-size: var(--size-xs);
}
.text-s {
  font-size: var(--size-s);
}
.text-l {
  font-size: var(--size-l);
}
.text-2l {
  font-size: var(--size-2l);
}
.text-xl {
  font-size: var(--size-xl);
}
.text-2xl {
  font-size: var(--size-2xl);
}
.text-3l {
  font-size: var(--size-3l);
}

.fc-def {
  color: var(--color-def);
}
.fc-primary {
  color: var(--primary);
}
.fc-accent {
  color: var(--accent);
}
/*.fc-red {
  color: var(--red);
}*/
.fc-red {
  color: #be0081;
}
/*起業コース*/
.fc-biz{
color: #C5DA70;
}
.fc-Biz{
color: #C5DA70;
font-weight: 700;
}
.list-circle li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.list-circle li::before {
  content: "●";
  color: var(--list-marker, var(--primary));
  margin-right: 0.2em;
}
.list-indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-decimal {
  padding-left: 1.5em;
}
.list-decimal > li {
  list-style: decimal;
  list-style-position: outside;
}
.list-decimal > li::marker {
  color: var(--list-marker, var(--primary));
  font-weight: bold;
}

.gap-30 {
  gap: 3rem;
}

.accordion-inner {
  overflow: hidden;
  pointer-events: none;
  height: 0;
}
.accordionBtn {
  cursor: pointer;
  position: relative;
}
.accordion-icon {
  background-color: #464646;
  width: 1.0526315789em;
  height: 1px;
  position: absolute;
  right: 0.6em;
  top: 50%;
}
.accordion-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #464646;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.accordion-wrap.active .accordion-inner {
  pointer-events: initial;
}
.accordion-wrap.active .accordion-icon::before {
  transform: rotate(0);
}
@media print, screen and (min-width: 768px) {
  .accordion-icon {
    width: 0.7777777778em;
  }
}

.header {
  width: 100%;
  --container: 1730px;
  z-index: 100;
  background-color: var(--header-bg, #fff);
  transition: background-color 0.5s;
  pointer-events: none;
  opacity: 0;
}
.header-logo {
  pointer-events: initial;
  display: flex;
  align-items: center;
  gap: 0 1em;
  line-height: 1;
}
.header-logo a:hover img {
  opacity: 1;
}
.header-logo-sub {
  transition: opacity 0.5s;
  font-size: clamp(11px, 2.5vmin, 16px);
  color: var(--color-nav);
  font-weight: bold;
}
.header-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: var(--header-h);
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .header-logo-img {
    width: 10em;
  }
  .header-logo-sub {
    width: 15em;
    flex-shrink: 0;
    line-height: 1.25;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    gap: 0 1em;
  }
}
@media print, screen and (min-width: 1021px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-logo {
    flex-wrap: wrap;
  }
}
.catchloaded .header {
  animation: fade_in 1s 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.scrolled .header {
  background-color: #fff;
}

.nav {
  position: fixed;
  z-index: 101;
  opacity: 0;
}
.nav-list {
  display: flex;
}
.nav-item {
  width: 25%;
  text-align: center;
}
.nav-link {
  color: var(--color-nav);
  display: block;
}
@media print, screen and (max-width: 1020px) {
  .nav {
    left: 0;
    bottom: 0;
    background-color: var(--color-nav);
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .nav-item:nth-of-type(n + 2) {
    border-left: 1px #fff solid;
  }
  .nav-text {
    display: block;
    color: #fff;
    font-size: 2.5vmin;
    margin-top: 1em;
    line-height: 1;
  }
  .nav-link {
    padding: 0.8em 0.1em;
  }
  .nav-icon {
    line-height: 1;
  }
  .nav-icon img {
    height: 5vmin;
    width: auto;
    object-fit: contain;
  }
}
@media print, screen and (min-width: 1021px) {
  .nav {
    right: clamp(15px, 3.125vw, 3.125vw);
    top: 15px;
    line-height: 1.2;
    width: clamp(500px, 50%, 740px);
  }
  .nav-list {
    border-right: 1px var(--color-nav) solid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .nav-item {
    border-left: 1px var(--color-nav) solid;
    display: block;
    width: auto;
  }
  .nav-icon img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(16%) saturate(2470%) hue-rotate(207deg) brightness(81%) contrast(92%);
  }
  .nav-link {
    background-color: transparent;
    transition: 0.3s background-color ease-in-out;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: flex-end;
    gap: 0.5em;
  }
  .nav-link:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--accent);
  }
  .nav-link:hover img {
    opacity: 1;
    filter: none;
  }
  .nav-text {
    white-space: nowrap;
  }
}
.catchloaded .nav {
  animation: fade_in 1s 2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.footer {
  padding: 3em 0 calc(5em + env(safe-area-inset-bottom));
}
.footer-logo {
  width: 9.7777777778em;
}
.footer-info {
  margin-bottom: 4em;
}
.footer-info-head {
  margin-bottom: 1.5em;
}
.footer-info-btn {
  margin-top: 1em;
}
.footer-info-btn .btn {
  width: 7.625em;
  padding: 0.4em 0.05em;
  background-color: #000;
}
.footer-info-btn .btn-text {
  font-size: 12px;
}
@media print, screen and (max-width: 767px) {
  .footer .copy-logo {
    margin-top: 1em;
    width: 7em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .footer {
    padding-bottom: calc(13.5% + env(safe-area-inset-bottom));
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding-top: 5rem;
  }
  .footer-row {
    display: flex;
    gap: 2em 0;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .footer-info {
    margin-bottom: 0;
    width: 360px;
  }
  .footer-info-btn .btn {
    width: 122px;
  }
  .footer-info:nth-of-type(2) {
    width: 400px;
  }
  .footer .copy {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.5em 1em;
    align-self: flex-end;
  }
}
@media print, screen and (min-width: 1021px) {
  .footer {
    padding-bottom: 2em;
  }
}

.fnav-list {
  display: flex;
  gap: 1.5em;
  line-height: 1.2;
}
.fnav-list li:nth-of-type(n+2) {
  border-left: 1px var(--color-def) solid;
  padding-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .fnav {
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 1020px) {
  .gotop {
    margin-top: 2em;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5em 1em 0.5em;
  }
  .gotop .arrow {
    width: 1.5em;
    height: 1.5em;
    display: block;
  }
  .gotop .arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    transform: rotate(-45deg);
    transform-origin: center;
  }
}
@media print, screen and (min-width: 1021px) {
  .gotop {
    display: none;
    pointer-events: none;
  }
}

.page-lp .catch {
  position: relative;
  margin-bottom: clamp(2em, 12%, 6em);
  --container: 1070px;
}
.page-lp .catch-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
}
.page-lp .catch-img {
  width: 100%;
  overflow: hidden;
  background: rgb(130, 117, 180);
  background: linear-gradient(123deg, rgba(130, 117, 180, 0.6027004552) 0%, rgba(73, 53, 139, 0.6027004552) 100%);
}
.page-lp .catch-img img {
  opacity: 0;
  pointer-events: none;
  max-width: none;
  width: 100%;
  height: auto;
  transform: scale(1.2);
}
.page-lp .catch-title {
  font-size: clamp(26px, 6.3533333333vmin, 52.8px);
  line-height: 1.375;
}
.page-lp .catch-title-1 {
  display: block;
}
.page-lp .catch-title-2 {
  display: inline-block;
  vertical-align: middle;
}
.page-lp .catch-title-en {
  display: inline-block;
  font-size: clamp(8px, 2vmin, 15px);
  vertical-align: middle;
}
.page-lp .catch-sub {
  font-size: clamp(16px, 3.9713333333vmin, 33px);
}
.page-lp .catch-flag {
  position: absolute;
  right: 13.8020833333vw;
  bottom: 0;
  transform: translateY(50%);
}
.page-lp .catch-flag .flag {
  opacity: 0;
}
@media print and (orientation: portrait), screen and (max-width: 767px) and (orientation: portrait) {
  .page-lp .catch {
    --flag-w: 7em;
  }
  .page-lp .catch-flag {
    right: 1.2em;
    bottom: initial;
    top: 0;
    transform: translateY(0);
  }
  .page-lp .catch-img img {
    width: 100%;
  }
  .page-lp .catch-inner {
    align-items: flex-start;
    padding-top: calc(var(--header-h));
  }
  .page-lp .catch-title-en {
    font-size: 10px;
    transform: scale(0.8);
  }
  .page-lp .catch-title-en .scale-09 {
    display: inline-block;
    transform: scale(0.85);
    transform-origin: left center;
  }
  .page-lp .catch-sub {
    margin: 0.6em 0;
  }
}
@media print and (orientation: landscape), screen and (max-width: 767px) and (orientation: landscape) {
  .page-lp .catch-img {
    height: auto;
  }
  .page-lp .catch-img img {
    height: auto;
    width: 100%;
  }
  .page-lp .catch-text {
    display: grid;
    justify-content: flex-end;
  }
  .page-lp .catch-inner {
    padding-top: calc(var(--header-h) + 6.7708333333vw);
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .page-lp .catch-inner {
    padding-top: calc(var(--header-h) + 6.7708333333vw);
    align-items: flex-start;
  }
  .page-lp .catch-title {
    font-size: clamp(26px, 4.4vw, 52.8px);
  }
  .page-lp .catch-text {
    display: grid;
    justify-content: flex-end;
  }
  .page-lp .catch-sub {
    font-size: clamp(18px, 2.75vw, 33px);
    margin-bottom: 0.25em;
  }
}
.page-lp .catchloaded .catch-img img {
  animation: fade_in var(--catch-duration, 0.1s) 0.01s cubic-bezier(0.4, 0, 0, 1) forwards, zoom_in var(--catch-duration, 0.1s) 0.01s cubic-bezier(0.4, 0, 0, 1) forwards;
}
@media print, screen and (min-width: 1021px) {
  .page-lp .catchloaded .catch-img {
    --catch-duration: 3s;
  }
}
.page-lp .about {
  padding-top: 0;
}
.page-lp .about-img {
  margin-left: auto;
  margin-right: auto;
}
.page-lp .about-desc {
  margin-bottom: clamp(1.5em, 3.7313432836%, 3em);
}
.page-lp .skill-list dd {
  padding-left: 1.6em;
  margin-bottom: 1em;
}
.page-lp .skill-row {
  display: flex;
  justify-content: center;
  gap: 2em 3.90625%;
  flex-wrap: wrap;
}
.page-lp .skill-img {
  width: 100%;
}
.page-lp .skill-img .skill-bg {
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 1021px) {
  .page-lp .skill-row {
    flex-wrap: nowrap;
  }
  .page-lp .skill-img {
    width: 560px;
    flex-shrink: 0;
  }
}
.page-lp .fields-wrap {
  padding: clamp(2em, 12%, 8rem) 0 clamp(1.5em, 9.3333333333%, 5rem);
}
.page-lp .fields .fldslider-item {
  padding: 2em;
  background-color: #fff;
  height: 100%;
}
.page-lp .fields .fldslider-title {
  font-size: var(--size-xl);
  margin: 1em 0 0.75em;
}
.page-lp .fields .fldslider .splide__arrow {
  background-color: #bdb4eb;
  border-radius: 0;
  width: 2.6em;
  height: 2.6em;
}
.page-lp .fields .fldslider .splide__arrow::before {
  content: "";
  width: 40%;
  height: 40%;
  display: block;
  border-right: 1px #fff solid;
  border-top: 1px #fff solid;
  transform: rotate(45deg);
  position: absolute;
  transform-origin: center;
  right: 40%;
}
.page-lp .fields .fldslider .splide__arrow--prev::before {
  transform: rotate(225deg);
  right: 20%;
}
.page-lp .fields .fldslider .splide__arrow svg {
  fill: none;
}
.page-lp .fields .splide__pagination {
  position: initial;
  margin-top: 1.5em;
}
.page-lp .fields .splide__pagination__page.is-active {
  background-color: #988cc2;
}
.page-lp .fields .title-sec {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .page-lp .fields .fldslider-item {
    padding: 3rem;
  }
  .page-lp .fields .fldslider .splide__arrow {
    height: 4rem;
    width: 4rem;
  }
  .page-lp .fields .fldslider .splide__pagination {
    margin-top: 4rem;
  }
}
.page-lp .voice-row {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3em;
}
.page-lp .voice-row.inView .voice-col {
  animation: fade_in 0.35s var(--delay-anime, 0.15s) cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_y 0.35s var(--delay-anime, 0.15s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-lp .voice-col {
  background-color: var(--gra-bg, #f0e9f7);
  opacity: 0;
}
.page-lp .voice-col.second {
  --delay-anime: 0.5s;
}
.page-lp .voice-col.third {
  --delay-anime: 0.8s;
}
.page-lp .voice-img {
  overflow: hidden;
}
.page-lp .voice-inner {
  padding: 1em 1.5em 2em;
  height: 100%;
}
.page-lp .voice-detail {
  position: relative;
}
.page-lp .voice-title {
  font-size: clamp(20px, 5.5vmin, 28px);
  line-height: 1.7142857143;
  margin: 1em 0;
}
.page-lp .voice-name .big {
  font-size: clamp(16px, 4.75vmin, 24px);
}
.page-lp .voice-desc {
  padding-top: 1em;
}
.page-lp .voice-item {
  padding-bottom: 1px;
}
@media print, screen and (max-width: 767px) {
  .page-lp .voice-row {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
  .page-lp .voice-img img {
    width: 100%;
    max-width: none;
  }
}
@media print, screen and (min-width: 768px) {
  .page-lp .voice-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
    align-items: stretch;
  }
  .page-lp .voice-col {
    width: 29.6875%;
  }
  .page-lp .voice-inner {
    padding: 0.1em 1em 1.5em;
    max-width: calc(320px + 2em);
    margin-left: auto;
    margin-right: auto;
  }
}
.page-lp .cta {
  background: url(../../images/cta_bg.webp) center no-repeat;
  background-size: 100% 100%;
  padding: var(--section-space) 0;
}
.page-lp .cta-title {
  color: #fff;
  text-align: center;
  font-size: var(--size-3l);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 1.5em;
}
/*.page-lp .cta-title::before, .page-lp .cta-title::after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #fff;
  transform: rotate(45deg);
}
.page-lp .cta-title::before {
  transform: rotate(-45deg);
}*/
.page-lp .cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5em clamp(1em, 9.375%, 120px);
}
.page-lp .cta-btns .btn {
  width: clamp(200px, 70%, 340px);
  font-size: var(--size-btn);
}
@media print, screen and (min-width: 768px) {
  .page-lp .cta {
    --section-space: clamp(3em, 10%, 10rem);
  }
}
.page-lp .movie-wrap {
  max-width: 980px;
  margin: 2em auto 0;
  position: relative;
  width: 100%;
}
.page-lp .movie-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.2244897959%;
}
.page-lp .movie-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-lp .course {
  --course: #e284c6;
  --course-sub: #f9e6f4;
}
.page-lp .course-sub {
  display: flex;
  align-items: center;
  font-size: var(--size-2xl);
  gap: 0.4em;
  margin-bottom: 1em;
}
.page-lp .course-sub::before {
  content: "";
  width: 1.875em;
  height: 0.5208333333em;
  display: inline-block;
  background-color: #e7e0f3;
  flex-shrink: 0;
}
.page-lp .course .personal {
  --list-marker: #e284c6;
}
.page-lp .course .analyst {
  --course: #94d2cf;
  --course-sub: #dff1f1;
  --list-marker: #94d2cf;
  --accent: #94d2cf;
  --table-row: 6;
}
.page-lp .course .makeup {
  --course: #dec527;
  --course-sub: #f7f2b4;
  --list-marker: #dec527;
  --accent: #dec527;
  --table-row: 4;
}
.page-lp .course .cosme {
  --course: #f5ad86;
  --course-sub: #fce5d9;
  --list-marker: #f5ad86;
  --accent: #f5ad86;
  --table-row: 3;
}
.page-lp .course .therapy {
  --course: #ada1e6;
  --course-sub: #eae7f9;
  --list-marker: #ada1e6;
  --accent: #ada1e6;
  --table-row: 7;
}
.page-lp .course .dress {
  --course: #77be90;
  --course-sub: #ddefe3;
  --list-marker: #77be90;
  --accent: #77be90;
  --table-row: 5;
}

/*起業コース　色設定*/
.page-lp .course .biz {
  --course: #C5DA70;
  --course-sub: #F4FBD8;
  --list-marker: #C5DA70;
  --accent: #C5DA70;
  --table-row: 5;

}

.page-lp .course-feature {
  margin-bottom: var(--section-space);
}
.page-lp .course-feature-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 3em;
  margin-bottom: 3em;
}
.page-lp .course-feature-list .makeup {
  --course: #f5d928;
}
.page-lp .course-feature-item {
  position: relative;
  background-color: var(--course);
  color: #fff;
  font-size: var(--size-l);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--feature-item, 8.2380952381em);
  height: var(--feature-item, 8.2380952381em);
  text-align: center;
  border-radius: 50%;
  line-height: 1.5;
}
.page-lp .course-feature-item:not(:last-of-type)::before {
  content: "＋";
  position: absolute;
  left: calc(100% + 0.3em);
  color: var(--color-def);
  font-size: 161.9047619048%;
}
.page-lp .course-feature-detail {
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
.page-lp .course-feature-detail .inView .diploma {
  animation: 1.2s var(--anim-delay, 0.1s) cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-name: fade_in, slide_in_y;
}
.page-lp .course-feature-detail .diploma {
  background: url(../../images/diploma.webp) center no-repeat;
  background-size: cover;
  width: 287px;
  height: 148px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding-bottom: 2em;
  opacity: 0;
}
.page-lp .course-feature-detail .diploma:nth-of-type(2) {
  --anim-delay:0.2s;
}
.page-lp .course-feature-detail .diploma:nth-of-type(3) {
  --anim-delay:0.3s;
}
.page-lp .course-feature-detail .diploma:nth-of-type(4) {
  --anim-delay:0.4s;
}
.page-lp .course-feature-detail .diploma:nth-of-type(5) {
  --anim-delay:0.5s;
}
.page-lp .course-feature-detail .diploma:nth-of-type(6) {
  --anim-delay:0.6s;
}
.page-lp .course-feature-detail .diploma:nth-of-type(7) {
  --anim-delay:0.7s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-lp .course-feature-detail .diploma {
    background: url(../../images/diploma@2x.webp) center no-repeat;
    background-size: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .page-lp .course-feature-detail .d-flex {
    justify-content: center;
  }
  .page-lp .course-feature-detail .diploma {
    width: 18.6em;
    height: 9.5916376307em;
  }
}
.page-lp .course-recommend {
  margin-bottom: var(--section-space);
}
.page-lp .course-row.advisor {
  --marker: #f8f4b5;
  --course: #f3ec83;
  --course-sub: #f7f2a8;
  --accent: #f3ec83;
}
.page-lp .course-row.advisor .course-label {
  --course: #efe569;
  color: #dec168;
}
.page-lp .course-row.advisor .course-label.filled {
  --course: #efe569;
  color: #fff;
}
.page-lp .course-row.advisor .course-table {
  --course: #dec168;
}
@media print, screen and (min-width: 1021px) {
  .page-lp .course-row.advisor {
    flex-direction: row-reverse;
  }
}
.page-lp .course-row.therapist {
  --marker: #e1ddf6;
  --course: #ada1e6;
  --course-sub: #e1ddf6;
  --accent: #ada1e6;
}
.page-lp .course-row .list-circle {
  margin: 2em 0;
}
.page-lp .course-img {
  position: relative;
  overflow: hidden;
}
.page-lp .course-img img {
  position: relative;
  z-index: 1;
}
.page-lp .course-title {
  margin-bottom: 3em;
  position: relative;
}
.page-lp .course-no {
  font-size: clamp(18px, 12.5vmin, 136px);
  color: var(--color-title);
  line-height: 0.25;
}
.page-lp .course-name {
  padding-left: 2em;
  font-size: clamp(18px, 5vmin, 32px);
  line-height: 1.7142857143;
}
.page-lp .course-label {
  border: 1px var(--course) solid;
  text-align: center;
  color: var(--course);
  min-width: 9.5384615385em;
  padding: 0 0.5em;
  line-height: 1;
  height: 2em;
  display: grid;
  align-items: center;
  justify-content: center;
}
.page-lp .course-label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: clamp(11px, 2.75vmin, 13px);
}
.page-lp .course-label-list:nth-of-type(n + 2) {
  margin-top: 1em;
}
.page-lp .course-label.filled {
  background-color: var(--course);
  color: #fff;
}
.page-lp .course-label.paled {
  background-color: var(--course-sub);
  border-color: var(--course-sub);
}
.page-lp .course-label-text {
  font-size: var(--size-def);
}
.page-lp .course-detail {
  border-top: 1px #000 solid;
}
.page-lp .course-detail:last-of-type {
  border-bottom: 1px #000 solid;
}
.page-lp .course-detail-head {
  padding: 1em 0;
  color: var(--course);
}
.page-lp .course-detail-body {
  padding-bottom: 2em;
}
.page-lp .course-detail-body .list-circle {
  --circle: var(--color-def);
}
.page-lp .course-detail-body .list a {
  border-bottom: 1px var(--color-def) solid;
}
.page-lp .course-detail-body .list a:hover {
  border-color: var(--course);
}
.page-lp .course-table {
  width: 100%;
  line-height: 1.5625;
  margin: 1em auto;
}
.page-lp .course-table.max-half {
  max-width: 640px;
  margin-left: 0;
}
.page-lp .course-table thead th {
  background-color: var(--course-sub);
  color: var(--course);
  border: 1px var(--course) solid;
  padding: 0.2em 1em;
  text-align: left;
}
.page-lp .course-table tbody td {
  border: 1px var(--course) solid;
  padding: 0.2em 0.5em;
  vertical-align: middle;
}
.page-lp .course-table tbody td:nth-of-type(1) {
  width: 4.375em;
  text-align: center;
  color: var(--course);
}
.page-lp .course-table tbody td:nth-of-type(2) {
  border-right: none;
}
.page-lp .course-table tbody td:nth-of-type(3) {
  width: 5em;
  text-align: center;
  border-left: none;
}
.page-lp .course-fee {
  margin-top: var(--section-space);
}
.page-lp .course-fee-box {
  background-color: #e7e0f3;
  padding: 1.5em;
}
.page-lp .course-fee-table {
  background-color: #fff;
  width: 100%;
  line-height: 1.625;
}
.page-lp .course-fee-table th {
  background-color: #ada1e6;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px #e7e0f3 solid;
  width: 8.75em;
}
.page-lp .course-fee-table td {
  border: 1px #e7e0f3 solid;
  padding: 1em;
}
.page-lp .course-fee-table td .fee {
  width: 10em;
}
@media print, screen and (max-width: 1020px) {
  .page-lp .course-row {
    padding-left: calc(var(--container-pad) / 2);
    padding-right: calc(var(--container-pad) / 2);
    margin-bottom: 3em;
  }
  .page-lp .course-img {
    margin-bottom: 1.5em;
  }
  .page-lp .course-img img {
    width: 100%;
    max-width: none;
  }
  .page-lp .course-title {
    margin-top: 1em;
  }
  .page-lp .course-table {
    font-size: clamp(12px, 3vmin, 16px);
  }
  .page-lp .course-detail .small {
    display: inline-block;
    line-height: 1.75;
    margin-top: 0.5em;
  }
  .page-lp .course-sec {
    margin-top: var(--section-space);
    padding-top: 1em;
  }
  .page-lp .course-title {
    margin-bottom: 1em;
  }
  .page-lp .course-fee-table th {
    width: 6em;
  }
}
@media print and (orientation: portrait), screen and (max-width: 1020px) and (orientation: portrait) {
  .page-lp .course-label-text {
    width: 100%;
  }
}
@media print, screen and (min-width: 1021px) {
  .page-lp .course-feature {
    --feature-item: 164px;
  }
  .page-lp .course-feature-list {
    gap: 1em 5.9rem;
  }
  .page-lp .course-feature-detail {
    padding-left: 4rem;
    padding-right: 0;
  }
  .page-lp .course-row {
    display: flex;
    gap: clamp(1em, 4.6875%, 60px);
    margin-top: var(--section-space);
    flex-direction: row-reverse;
    padding-top: 2em;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .page-lp .course-img {
    width: 53.125%;
    align-self: flex-start;
  }
  .page-lp .course-col {
    width: 40.625%;
    margin-top: -2em;
  }
  .page-lp .course-table.pc-merge tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(var(--table-row, 7), auto);
    border-left: 1px var(--course) solid;
  }
  .page-lp .course-table.pc-merge tbody tr {
    display: table;
  }
  .page-lp .course-table.pc-merge tbody td {
    border-top: none;
  }
  .page-lp .course-table.pc-merge tbody td:first-of-type {
    border-left: 0;
  }
		  .page-lp .course-table.pc-merge.bran tbody {
    display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column; /* 縦方向に埋めていく指定 */
        grid-template-rows: repeat(3, auto); /* 3行で折り返す */
    border-left: 1px var(--course) solid;
  }

  .page-lp .course-fee-box {
    padding: 3rem;
  }
}
.page-lp .support {
  padding-bottom: 0;
}
.page-lp .support-wrap {
  padding: var(--section-space) var(--container-pad);
}
.page-lp .support-row {
  display: grid;
  grid-template-columns: repeat(var(--grid, 2), 1fr);
  gap: 4em 8.59375%;
}
.page-lp .support-col {
  background-color: #fff;
  position: relative;
  display: flex;
  padding: 1em;
  gap: 1em;
  align-items: center;
}
.page-lp .support-col::before {
  content: "";
  display: block;
  width: 3.125em;
  height: 1.25em;
  background-color: var(--bg-gray);
  position: absolute;
  top: 0;
  left: calc(50% - 1.5625em);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.page-lp .support-head {
  position: absolute;
  bottom: calc(100% - 0.5em);
  left: calc(50% - 2em);
  width: 4em;
  background: url(../../images/support-head.webp) center top no-repeat;
  padding-top: 1em;
  text-align: center;
  line-height: 1;
}
.page-lp .support-head .no {
  font-size: clamp(16px, 2.6666666667vmin, 26px);
}
.page-lp .support-img {
  width: 31.5068493151%;
  flex-shrink: 0;
}
.page-lp .support-text {
  line-height: 1.75;
}
@media print and (orientation: portrait), screen and (max-width: 767px) and (orientation: portrait) {
  .page-lp .support {
    --grid: 1;
  }
  .page-lp .support-row {
    padding-top: 1em;
  }
}
@media print, screen and (min-width: 1021px) {
  .page-lp .support {
    --grid: 3;
  }
  .page-lp .support-row {
    gap: 4em 5%;
  }
  .page-lp .support-col {
    padding: 3rem;
  }
  .page-lp .support-img {
    width: 120px;
  }
}
.page-lp .session {
  background-color: #f3e0ec;
  padding-top: 0;
  --flag-start:#D591BA;
  --flag-end:#D56FAE;
}
.page-lp .session-intro {
  font-size: clamp(16px, 4vmin, 24px);
  margin: 0.5em 0 1.5em;
}
.page-lp .session-intro .big {
  font-size: 133.3333333333%;
}
.page-lp .session-point {
  display: flex;
  gap: 1.25em;
  justify-content: center;
  text-align: center;
}
.page-lp .session-point-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(14px, 3.5vmin, 18px);
  line-height: 1.5;
  padding: 0.3em 0.5em 0.6em;
  gap: 0.5em;
}
.page-lp .session-point-item .no {
  font-size: clamp(18px, 4.5vmin, 26px);
  line-height: 1;
}
.page-lp .session-point-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px #000 solid;
  position: absolute;
  clip-path: polygon(0 0, 1em 0, 1em 1em, calc(100% - 1em) 1em, calc(100% - 1em) 0, 100% 0, 100% 100%, calc(100% - 1em) 100%, calc(100% - 1em) calc(100% - 1em), 1em calc(100% - 1em), 1em 100%, 0 100%);
}
.page-lp .session-box {
  background-color: #fff;
  margin: 3.75em auto 0;
  position: relative;
  max-width: 640px;
  padding-bottom: 1.25em;
}
.page-lp .session-box-head {
  background: url(../../images/ic-ribbon.webp) center no-repeat;
  background-size: contain;
  color: #fff;
  padding: 0.25em 0.5em 1.1em;
  transform: translateY(-1.6em);
  margin-bottom: -0.8em;
}
.page-lp .session-box-fee {
  font-size: clamp(18px, 4.5vmin, 24px);
  line-height: 1.6;
}
.page-lp .session-box-fee .no {
  font-size: clamp(22px, 5.5vmin, 34px);
}
.page-lp .session-box-sub {
  margin: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  .page-lp .session {
    --flag-h: 200px;
  }
  .page-lp .session-point-item {
    min-width: 198px;
  }
}
.page-lp .flow {
  --flow: #ada1e6;
  --flag-start: #87c3ba;
  --flag-end: #53a39b;
  padding-top: 0;
}
.page-lp .flow .link-arrow:hover .td_u {
  text-decoration: none;
}
.page-lp .flow-box {
  border: 1px var(--flow) solid;
  background-color: #fff;
  margin-top: 3rem;
  padding: 1.5em clamp(1em, 3.90625%, 5rem);
}
.page-lp .flow-box.active .flow-head .text {
  opacity: 0;
}
.page-lp .flow-head {
  font-size: clamp(16px, 4vmin, 22px);
  color: var(--flow);
  opacity: 1;
}
.page-lp .flow-head-ic {
  background-color: var(--flow);
  width: 1.2727272727em;
  height: 2px;
  right: 0;
}
.page-lp .flow-head-ic::before {
  background-color: var(--flow);
}
.page-lp .flow-head .text {
  transition: opacity 0.3s ease-in;
}
.page-lp .flow-step {
  display: flex;
  gap: 1em;
  position: relative;
  align-items: center;
}
.page-lp .flow-no {
  font-size: clamp(14px, 3.5vmin, 22px);
  width: 4.9090909091em;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.page-lp .flow-no .step {
  background-color: var(--flow);
  color: #fff;
  border-radius: 50%;
  width: 4.9090909091em;
  height: 4.9090909091em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.page-lp .flow-no .arrow {
  width: 2.3666666667em;
  background-color: #e7e0f3;
  height: calc(100% + 1em);
  margin-top: -1em;
  clip-path: polygon(65% 0, 65% calc(100% - 1em), 100% calc(100% - 1em), 50% 100%, 0 calc(100% - 1em), 35% calc(100% - 1em), 35% 0);
}
.page-lp .flow-detail {
  display: flex;
  gap: 1em;
}
.page-lp .flow-title {
  font-size: clamp(16px, 4vmin, 24px);
  color: var(--flow);
}
.page-lp .flow-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.page-lp .flow-1-col {
  border: 1px var(--flow) solid;
  display: flex;
  align-items: center;
  padding: 1em;
  color: var(--flow);
  font-size: clamp(14px, 3.5vmin, 20px);
  line-height: 1.7;
}
.page-lp .flow-1-arrow {
  position: relative;
  background-color: var(--flow);
}
.page-lp .flow-1-arrow::before {
  content: "";
  width: 1em;
  height: 1em;
  border-top: 1px var(--flow) solid;
  border-right: 1px var(--flow) solid;
  position: absolute;
  display: block;
}
.page-lp .flow-2 {
  width: 100%;
}
.page-lp .flow-2-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-lp .flow-2-col {
  border: 1px var(--flow) solid;
  display: flex;
  align-items: center;
  padding: 1em;
  color: var(--flow);
  font-size: clamp(14px, 3.5vmin, 20px);
  line-height: 1.7;
  position: relative;
}
.page-lp .flow-2-or {
  font-size: clamp(18px, 4.5vmin, 24px);
  color: var(--flow);
  align-self: center;
}
.page-lp .flow-2-desc {
  font-size: clamp(12px, 3vmin, 14px);
}
.page-lp .flow-2 .free {
  position: absolute;
  background-color: var(--flow);
  color: #fff;
  font-size: clamp(12px, 3vmin, 16px);
  width: 5em;
  height: 5em;
  display: block;
  text-align: right;
  padding: 0.5em;
  right: 0;
  top: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.page-lp .flow-ic {
  width: 4.5238095238em;
  text-align: center;
}
.page-lp .flow-btm {
  margin-top: 1.5em;
  padding-bottom: 3em;
}
@media print, screen and (max-width: 1020px) {
  .page-lp .flow-1 {
    padding-bottom: 2em;
  }
  .page-lp .flow-1-arrow {
    width: 1px;
    height: 2.5em;
    align-self: center;
    flex-shrink: 0;
  }
  .page-lp .flow-1-arrow::before {
    left: -0.45em;
    bottom: 2px;
    transform: rotate(135deg);
    transform-origin: center;
  }
  .page-lp .flow-1-col {
    padding: 0.5em;
  }
  .page-lp .flow-1 .flow-ic {
    width: 3em;
    flex-shrink: 0;
  }
  .page-lp .flow-1 .ic-pc img {
    width: 1.7em;
  }
  .page-lp .flow-1 .ic-doc img {
    width: 1.325em;
  }
  .page-lp .flow-2-row {
    align-items: center;
  }
  .page-lp .flow-2-arrow {
    width: 1px;
    height: 2.5em;
    align-self: center;
    flex-shrink: 0;
  }
  .page-lp .flow-2-arrow::before {
    left: -0.45px;
    bottom: 2px;
    transform: rotate(135deg);
    transform-origin: center;
  }
  .page-lp .flow-2-col {
    padding: 0.5em 3em 0.5em 0.5em;
    width: 100%;
    min-height: 5em;
  }
  .page-lp .flow-2-desc {
    padding: 1em 0 2em;
  }
  .page-lp .flow-2 .flow-ic {
    width: 3em;
    flex-shrink: 0;
  }
  .page-lp .flow-2 .ic-visit img {
    width: 1.7em;
  }
  .page-lp .flow-2 .ic-online img {
    width: 1.475em;
  }
  .page-lp .flow-2 .free {
    width: 4em;
    height: 4em;
    padding: 0.25em;
  }
}
@media print, screen and (min-width: 768px) {
  .page-lp .flow {
    --flag-h:200px;
  }
}
@media print, screen and (min-width: 1021px) {
  .page-lp .flow-step {
    gap: 1.5em;
  }
  .page-lp .flow-detail {
    gap: 1.5em;
  }
  .page-lp .flow-ic {
    width: 5em;
  }
  .page-lp .flow-1 {
    padding-bottom: 3em;
    flex-direction: row;
  }
  .page-lp .flow-1-col {
    width: 50%;
    min-height: 7.5em;
  }
  .page-lp .flow-1-arrow {
    width: 60px;
    height: 1px;
    align-self: center;
    flex-shrink: 0;
  }
  .page-lp .flow-1-arrow::before {
    top: -0.5em;
    right: 2px;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .page-lp .flow-2-row {
    flex-direction: row;
    gap: 1em;
    margin-bottom: 1.5em;
  }
  .page-lp .flow-2-col {
    width: 50%;
    min-height: 7.5em;
  }
  .page-lp .flow-2-desc {
    padding-bottom: 2em;
  }
}
.page-lp .faq {
  --flag-start: #eab2d9;
  --flag-end: #db90bf;
  padding-top: 0;
}
.page-lp .faq p + p {
  margin-top: 1.5em;
}
.page-lp .faq-box {
  border: 1px var(--primary) solid;
  background-color: #fff;
  margin-top: 3rem;
}
.page-lp .faq-q {
  font-size: clamp(16px, 4vmin, 22px);
  opacity: 1;
  padding: 0.9em 3em 0.9em 0.9em;
  display: flex;
  gap: 1.1em;
}
.page-lp .faq-q h3 {
  margin-top: 0.5em;
}
.page-lp .faq-icon {
  background-color: var(--primary);
  width: 1.2727272727em;
  height: 2px;
  right: clamp(1em, 3.90625%, 5rem);
}
.page-lp .faq-icon::before {
  background-color: var(--primary);
}
.page-lp .faq-no {
  background-color: var(--primary);
  color: #fff;
  width: 2.6363636364em;
  height: 2.6363636364em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page-lp .faq-a {
  padding: 0.5em 1em 2em;
  display: flex;
  gap: 1.8em;
}
.page-lp .faq-a-a {
  font-size: clamp(16px, 4vmin, 22px);
  width: 2.6363636364em;
  flex-shrink: 0;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .page-lp .faq {
    --flag-h:200px;
  }
}
.page-lp .message {
  background-color: #f6f6f6;
  position: relative;
}
.page-lp .message-catch {
  color: #fff;
  line-height: 0.9361702128;
  position: absolute;
  font-size: clamp(40px, 14vmin, 94px);
  top: 0;
  left: var(--container-pad);
}
.page-lp .message-title {
  font-size: clamp(18px, 4.5vmin, 28px);
  margin: 0 0 2em;
}
.page-lp .message-name {
  margin-top: 3em;
  margin-bottom: 1em;
}
.page-lp .message-name .text-s {
  margin-left: 1em;
}
.page-lp .message-text {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .page-lp .message-img {
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 1.5em;
  }
  .page-lp .message-catch {
    top: 0.5em;
  }
  .page-lp .message-title {
    margin: 1.7em 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .page-lp .message-row {
    display: grid;
    grid-template-columns: 31.25% 1fr;
    gap: 7.03125%;
  }
  .page-lp .message-catch {
    left: 60%;
    transform: translate(-73%, 0);
    font-size: clamp(40px, 7.34375vw, 94px);
  }
}

/* ==========================================================================
   Step2 面談（PDFベース）WebP画像対応 追加レイアウト CSS
   ========================================================================== */

/* カテゴリ全体のマージン調整 */
.page-lp .flow-2-category {
  margin-bottom: 2em;
}

/* 「見て聞いて...」「すぐに申込みたい方」のラベルスタイル */
.page-lp .flow-2-cat-title {
  font-size: clamp(14px, 3.5vmin, 18px);
  color: #fff;
  background-color: var(--flow, #ada1e6); /* このページのテーマカラー */
  display: inline-block;
  padding: 0.4em 1.2em;
  border-radius: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}

/* グループ2の補足テキスト */
.page-lp .flow-2-sub-text {
  font-size: clamp(14px, 3.5vmin, 16px);
  color: var(--flow, #ada1e6);
  font-weight: bold;
}

/* スマホ・タブレット表示時 (1020px以下) */
@media print, screen and (max-width: 1020px) {
  .page-lp .flow-2-row.is-3col,
  .page-lp .flow-2-row.is-1col {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .page-lp .flow-2-row.is-3col .flow-2-col,
  .page-lp .flow-2-row.is-1col .flow-2-col {
    width: 100%;
    margin-bottom: 0;
  }
  .br-pc {
    display: none; /* PC用の改行を無効化 */
  }

  /* スマホ用アイコンサイズ追加調整 (WebP画像用) */
  .page-lp .flow-2 .ic-seminar img {
    width: 1.7em; /* 来校アイコン(ic-visit)と同じサイズ */
    height: auto;
  }
  .page-lp .flow-2 .flow-2_4 .ic-online img {
    width: 1.475em;
    height: auto;
  }
}

/* PC表示 (1021px以上) ※このページはブレイクポイントが1021px */
@media print, screen and (min-width: 1021px) {
  
  /* Step1の文字サイズをStep2に揃える */
  .page-lp .flow-1-col {
    font-size: clamp(13px, 1.2vw, 16px) !important;
  }

  /* 3列レイアウト設定 */
  .page-lp .flow-2-row.is-3col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em 2%;
  }
  .page-lp .flow-2-row.is-3col .flow-2-col {
    width: 32% !important;
  }

  /* 1列レイアウト（左揃え）設定 */
  .page-lp .flow-2-row.is-1col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .page-lp .flow-2-row.is-1col .flow-2-col {
    width: 32% !important; /* 3列時の1つ分と同じ幅にする */
  }

  /* PC時の文字サイズと余白の微調整 */
  .page-lp .flow-2-row.is-3col .flow-2-col,
  .page-lp .flow-2-row.is-1col .flow-2-col {
    font-size: clamp(13px, 1.2vw, 16px) !important;
    padding: 1em 0.8em !important;
    gap: 0.5em !important;
  }
  
  /* アイコンが占める横幅をスリムに */
  .page-lp .flow-2-row .flow-ic {
    flex-basis: 3.5em !important; 
  }

  .br-sp {
    display: none; /* スマホ用の改行を無効化 */
  }
}