@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 8vw;
  right: 10%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6% 15%;
  background: url(../img/common/com_bg.jpg) center/cover no-repeat;
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 5% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
  text-align: center;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-info {
  gap: 5.5rem 4rem;
}
#drawer__nav .drawer__nav-contact {
  width: 34rem;
}
#drawer__nav .sns__button--tiktok .c-sns__button-link {
  background: var(--color-black);
}
#drawer__nav .sns__button--youtube .c-sns__button-link {
  background: var(--color-youtube);
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-15);
  gap: 4vw;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-tel
------------------------*/
.c-tel {
  font-size: var(--font-size-26);
  line-height: 0.75;
  letter-spacing: 0.02em;
}
.c-tel small {
  font-size: var(--font-size-17);
}
.c-tel__text {
  width: 22.6rem;
  line-height: 0.85;
}

/*
# c-worktime
------------------------*/
.c-worktime {
  letter-spacing: 0;
  text-align: center;
}
.c-worktime__title {
  font-size: var(--font-size-15);
  line-height: 1.4;
}
.c-worktime__content {
  line-height: 1.8;
  font-size: var(--font-size-16);
}

/*
# c-sns__buttons
------------------------*/
.c-sns__buttons {
  gap: 1rem 2.3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.c-sns__buttons .c-sns__button-link {
  width: 18.6rem;
}

/*
# c-sns__icons
------------------------*/
.c-sns__icons {
  width: -moz-fit-content;
  width: fit-content;
  gap: 3.3rem;
}

/*
# c-contact
------------------------*/
.c-contact {
  position: relative;
  z-index: 3;
}
.c-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 21.5rem;
  inset: -21.3rem 0 auto;
  -webkit-mask: url(../img/top/contact_frame.png) bottom center/100% no-repeat;
          mask: url(../img/top/contact_frame.png) bottom center/100% no-repeat;
  background: var(--primary-color);
}
.c-contact__inbox {
  padding: 20rem 8% 12.2rem;
  z-index: 2;
}
.c-contact__title {
  position: absolute;
  inset: -0.5rem 0 auto;
  text-align: center;
}
.c-contact__title .title-en {
  padding-left: 0 !important;
}
.c-contact__title .title-en::before, .c-contact__title .title-en::after {
  position: absolute;
  content: "";
  width: 2.9rem !important;
  height: 4rem !important;
  background: url(../img/top/contact-ttl-en_shape.svg) center/100% no-repeat !important;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 0 !important;
}
.c-contact__title .title-en::before {
  left: -6.5rem !important;
}
.c-contact__title .title-en::after {
  transform: scale(-1, 1);
  right: -4.5rem;
}
.c-contact__list {
  padding: 6rem 0;
  background: url(../img/top/contact-list_bdr.png) top center repeat-x, url(../img/top/contact-list_bdr.png) bottom center repeat-x;
  gap: 4.5rem 4.4rem;
}
.c-contact__item:has(.c-tel) {
  width: 100%;
  text-align: center;
}
.c-contact__item .c-tel__num {
  text-align: center;
  font-size: var(--font-size-32);
  color: var(--color-white);
}
.c-contact__item .c-tel__num small {
  font-size: var(--font-size-20);
}
.c-contact__item .c-tel__text {
  margin: 0 auto;
  line-height: 1;
}
.c-contact__item .c-tel__text img {
  filter: brightness(0) invert(1);
}
.c-contact__button {
  width: 24rem !important;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 3rem;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  padding: 0 3.85rem 0 1.8rem;
  color: var(--color-white);
  background: var(--primary-color);
}
.button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0px 0.7rem 1rem;
  border-color: transparent transparent transparent var(--color-white);
  inset: 0 7% 0 auto;
  margin: auto 0;
  z-index: 1;
}
.button--primary {
  min-width: 20rem;
  border-radius: var(--button-radius-sp);
  min-height: 5.5rem;
}
.button--secondary {
  border-radius: 1.4rem;
  min-height: 8rem;
  width: 37.4rem;
  padding-left: 4rem;
}
.button--secondary.bg-color-green {
  background: var(--color-line);
}
.button--secondary.bg-color-white {
  background: var(--color-white);
  color: var(--primary-color);
}
.button--secondary.bg-color-white::after {
  border-color: transparent transparent transparent var(--primary-color);
}

.primary-box {
  border: 2px solid;
  padding: 3.5rem;
  background: var(--color-white);
  border-radius: 1.4rem;
}

/*==========================================
共通タイトル
===========================================*/
.title--primary {
  margin-bottom: 5rem;
}
.title--primary.align-center {
  text-align: center;
}
.title--primary .title-en {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-black);
  font-family: var(--font-secondary);
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 3rem;
  text-transform: uppercase;
}
.title--primary .title-en::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.title--primary.color-white .title-en::before {
  background: var(--color-white);
}
.title--primary .title-ja {
  display: block;
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-black);
  line-height: 1.7037037037;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}

.title--secondary {
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  line-height: 1.7142857143;
}

/*==========================================
header
===========================================*/
.logo {
  width: 18rem;
  display: block;
}

.l-header {
  width: 93.75%;
  margin: 0 auto;
  padding: 2rem 5rem 2.5rem;
  border-radius: 8rem;
  inset: 2rem 0 auto;
  z-index: 1001;
}
.l-header__logo {
  line-height: 1;
}

/*==========================================
mv
===========================================*/
.p-top__mv {
  height: 80rem;
  background: url(../img/top/mv_bg.jpg) center left 30%/cover no-repeat;
}
.p-top__mv-inner {
  inset: auto auto 20rem 5rem;
}
.p-top__mv-catch-label {
  width: 12rem;
  font-size: var(--font-size-16);
  padding: 0 1rem;
  margin: 0 0.5rem auto auto;
  text-align: center;
}
.p-top__mv-catch-main {
  letter-spacing: 0.1em;
  font-size: var(--font-size-28);
  line-height: 1.4655172414;
  text-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
}
.p-top__mv-text {
  width: 39.5rem;
  text-align: center;
  font-size: var(--font-size-16);
  inset: auto auto -15.5rem 0;
  z-index: 1;
}
.p-top__mv-text span {
  margin-bottom: 1rem;
  line-height: 2.05;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.p-top__mv-text span:last-child {
  margin-bottom: 0;
}

/*==========================================
footer
===========================================*/
.l-footer {
  padding: 7rem 0 8.5rem;
  border-top: 2px solid var(--primary-color);
}
.l-footer__left {
  margin-bottom: 8rem;
}
.l-footer__logo {
  width: 23rem;
  margin: 0 auto 3.5rem;
}
.l-footer__address {
  gap: 3rem 2rem;
  justify-content: center;
}
.l-footer__address-location {
  letter-spacing: 0;
  font-size: var(--font-size-16);
}
.l-footer__address .c-tel {
  line-height: 1.95;
}
.l-footer__right {
  gap: 3.4rem;
  justify-content: center;
}
.l-footer .sns__button--tiktok .c-sns__button-link {
  background: var(--color-black);
}
.l-footer .sns__button--youtube .c-sns__button-link {
  background: var(--color-youtube);
}
.l-footer__nav {
  padding: 5rem 0 4.5rem;
  border-top: 1px solid var(--primary-color);
  margin-top: 5.5rem;
}
.l-footer__nav-list {
  line-height: 1.6;
  justify-content: space-between;
}
.l-footer__nav-item {
  width: 50%;
  margin-bottom: 3.5rem;
  text-align: center;
}
.l-footer__nav-item:last-child {
  margin-bottom: 0;
}
.l-footer__nav-link {
  display: block;
  font-size: var(--font-size-16);
}
.l-footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  letter-spacing: 0;
}
#copyright small {
  font-size: var(--font-size-14);
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.sv {
  height: 32rem;
}
.sv__title {
  width: 55rem;
  margin: 0 auto;
  inset: auto 0 5rem;
  text-align: center;
  padding: 1.5rem 0;
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  line-height: 1.4;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.p-about__sv {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

.p-learning__sv {
  background: url(../../img/sv/learning-sv_bg.jpg) center/cover no-repeat;
}

.p-course__sv {
  background: url(../../img/sv/course-sv_bg.jpg) center/cover no-repeat;
}

.p-info__sv {
  background: url(../../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

.p-news__sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

.p-contact__sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

.p-complete__sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

.p-privacy__sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

.p-site__sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

.p-e404__sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
.section-headline {
  position: relative;
}
.section-headline__text--en, .section-headline__text--chs {
  position: absolute;
}
.section-headline__text--chs {
  width: 30rem;
  inset: 4.8rem -2rem auto auto;
}
.section-headline__text--en {
  width: 50.6rem;
  inset: auto auto 5rem -2rem;
}
.section-headline.deco--circle-text::before {
  inset: auto -15rem 5rem auto;
}

.deco--circle-text {
  position: relative;
}
.deco--circle-text::before {
  position: absolute;
  content: "";
  width: 30rem;
  height: 30rem;
  -webkit-mask: url(../img/common/com_deco.svg) center/100% no-repeat;
          mask: url(../img/common/com_deco.svg) center/100% no-repeat;
}

/*
# p-top-worries
------------------------*/
.p-top-worries {
  padding: 12rem 0 13.5rem;
}
.p-top-worries.deco--circle-text::before {
  background: var(--color-mint-green);
  z-index: 1;
}
.p-top-worries.deco--circle-text::after {
  background: none;
}
.p-top-worries .bg-deco--circle::before {
  width: 20rem;
  height: 20rem;
  background: var(--color-blue-gray);
  inset: 40rem auto auto -10rem;
}
.p-top-worries__inbox {
  position: relative;
  z-index: 3;
}
.p-top-worries__image--rt {
  width: 38%;
  position: absolute;
  inset: 13rem 3% auto auto;
}
.p-top-worries__title {
  margin-bottom: 7.5rem;
  position: relative;
  z-index: 3;
}
.p-top-worries__title .title-ja {
  font-size: var(--font-size-29);
}
.p-top-worries__item {
  width: 85%;
  font-size: var(--font-size-20);
  line-height: 1.4166666667;
  padding: 2.5rem 1.5rem 2.5rem 8rem;
  margin-bottom: 5rem;
  font-weight: var(--font-weight-bold);
}
.p-top-worries__item:last-child {
  margin-bottom: 0;
}
.p-top-worries__item:nth-child(even) {
  margin-left: auto;
}
.p-top-worries__item::before {
  width: 4rem;
  height: 4rem;
  background: var(--primary-color-light);
  border-radius: 50%;
  color: var(--color-white);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-20);
  inset: 0 auto 0 2.2rem;
}
.p-top-worries__image--lb {
  position: absolute;
  inset: auto auto -26.5rem 3rem;
  width: 30.5rem;
  z-index: 2;
}

/*
# p-top-about
------------------------*/
.p-top-about {
  padding: 21rem 0 19.5rem;
  background: url(../img/top/about_bg.jpg) center/cover no-repeat;
  z-index: 1;
}
.p-top-about::after {
  background: var(--body-background);
}
.p-top-about__title {
  text-align: center;
}
.p-top-about__subtitle {
  margin-bottom: 6.5rem;
}
.p-top-about__images {
  z-index: -1;
  margin-bottom: 6rem;
  position: relative;
}
.p-top-about__images .about__image--hero img {
  border-radius: 5rem;
}
.p-top-about__images .about__image--sub {
  width: 22rem;
  position: absolute;
  inset: auto -3rem -3rem auto;
}
.p-top-about__button {
  margin: 8rem auto 0;
}

/*
# p-top-flow
------------------------*/
.section-speak {
  position: relative;
  z-index: 1;
}
.section-speak__text--en, .section-speak__text--chs {
  position: absolute;
  z-index: -1;
}
.section-speak__text--en {
  width: 26rem;
  inset: 2rem -2.5rem auto auto;
}
.section-speak__text--chs {
  width: 35rem;
  inset: auto auto 37.8rem -0.5rem;
}

.p-top-flow {
  padding: 13rem 0 20rem;
  background: url(../img/top/flow_bg.jpg) center/cover no-repeat;
  z-index: 1;
}
.p-top-flow.deco--circle-text::before {
  inset: -19rem auto auto -15rem;
  background: var(--color-beige);
}
.p-top-flow .section-speak__text--chs {
  bottom: -15rem;
}
.p-top-flow .bg-deco--circle::before {
  width: 58rem;
  height: 58rem;
  background: var(--color-powder-blue);
  inset: auto auto -75.4rem -29rem;
}
.p-top-flow .bg-deco--circle::after {
  width: 20rem;
  height: 20rem;
  inset: auto -10rem -19rem auto;
  background: var(--color-salmon-glow);
}
.p-top-flow__img {
  margin-bottom: 6rem;
}
.p-top-flow__subtitle {
  font-size: var(--font-size-22);
  margin-bottom: 3rem;
}
.p-top-flow__button {
  margin: 6rem auto 0;
}

/*
# p-top-pages
------------------------*/
.p-top-pages {
  padding: 10% 8%;
}
.p-top-pages__item {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 10rem;
  border-radius: 3rem;
}
.p-top-pages__item:last-child {
  margin-bottom: 0;
}
.p-top-pages__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  margin: auto;
  transition: all 0.3s;
}
.p-top-pages__item:hover::before {
  transform: scale(1.05);
}
.p-top-pages__item.pages__item--course::before {
  background: url(../img/top/course_bg.jpg) center/cover no-repeat;
}
.p-top-pages__item.pages__item--instructor::before {
  background: url(../img/top/instructor_bg.jpg) center/cover no-repeat;
}
.p-top-pages__link {
  height: 37rem;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0;
}
.p-top-pages__link::before, .p-top-pages__link::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.p-top-pages__link::before {
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background: rgba(76, 42, 14, 0.6);
}
.p-top-pages__link::after {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid var(--color-white);
  border-radius: 3rem;
}
.p-top-pages__link:hover::before {
  background: none;
}
.p-top-pages__en {
  padding-left: 0;
  font-size: var(--font-size-26);
}
.p-top-pages__en::before {
  background: none !important;
}
.p-top-pages__ja {
  width: 45rem;
  padding: 1rem 0;
  margin-top: 3rem;
  text-align: center;
  font-size: var(--font-size-25) !important;
}
.p-top-pages__instructor-name {
  font-size: var(--font-size-19);
  margin-top: 1rem;
}

/*
# top-news
------------------------*/
.p-top-news {
  padding: 13rem 0;
}
.p-top-news.deco--circle-text::before {
  inset: auto -15rem 4.5rem auto;
  background: var(--color-lavender);
}
.p-top-news__headline {
  align-items: flex-end;
  margin-bottom: 6rem;
}
.p-top-news__title {
  margin-bottom: 0;
}
.p-top-news__button {
  width: 28.4rem;
  min-height: 7rem;
}
.p-top-news__post-list {
  gap: 4.5rem;
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 3rem;
  position: relative;
  z-index: 1;
}
.p-top-news__post {
  width: 33rem;
  margin: 0 auto;
}
.p-top-news__post-link {
  padding: 2.5rem 0;
}
.p-top-news__post-link:hover {
  transform: translateY(-1rem);
}
.p-top-news__post-link:hover .p-top-news__post-title {
  text-decoration: underline;
}
.p-top-news__post-thumb {
  width: 100%;
  height: 24rem;
}
.p-top-news__post:first-child .news__post-link {
  padding-top: 0;
}
.p-top-news__post-date {
  font-size: var(--font-size-16);
}
.p-top-news__post-tags {
  gap: 0.7rem;
}
.p-top-news__post-tag {
  font-size: var(--font-size-15);
  padding: 0 1.5rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.p-top-news__post-title {
  font-size: var(--font-size-16);
  line-height: 1.5;
  white-space: wrap;
}

/*==========================================
about
===========================================*/
/*
# p-about-section
------------------------*/
.p-about-section {
  padding-bottom: 17.5rem;
}
.p-about-section.deco--circle-text::before {
  inset: auto -15rem -14.2rem auto;
  background: var(--color-lavender);
  z-index: 2;
}
.p-about-section .bg-deco--circle::before {
  width: 20rem;
  height: 20rem;
  background: var(--color-blue-gray);
  inset: 12rem auto auto -10rem;
}
.p-about-section__inbox {
  position: relative;
  z-index: 1;
}
.p-about-section__title {
  text-align: center;
}
.p-about-section__img {
  margin-bottom: 5rem;
}
.p-about-section__img img {
  border-radius: 5rem;
}
.p-about-section__text {
  position: relative;
  z-index: 2;
}

/*
# p-about-thought
------------------------*/
.p-about-thought {
  padding: 14.5rem 0 9.5rem;
}
.p-about-thought.bg-image-wave::before {
  background: url(../img/common/com_bg.jpg) center;
}
.p-about-thought.bg-image-wave::after {
  background: none;
}
.p-about-thought__title {
  text-align: center;
  margin-bottom: 8rem;
}
.p-about-thought__title .title-ja {
  font-size: var(--font-size-23);
}
.p-about-thought__card {
  width: 85%;
  margin: 0 auto 6rem;
}
.p-about-thought__card:last-child {
  margin-bottom: 0;
}
.p-about-thought__card:last-child {
  width: 100%;
}
.p-about-thought__card-title {
  text-align: center;
}
.p-about-thought__illust {
  margin-top: 6rem;
}
.p-about-thought__illust-text {
  width: 68%;
  line-height: 1.7272727273;
  padding: 3rem;
  margin-bottom: 4rem;
}
.p-about-thought__illust-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem 0px 1.1rem 2.6rem;
  border-color: transparent transparent transparent var(--primary-color);
  inset: 0 -2.6rem 0 auto;
  margin: auto 0;
}
.p-about-thought__illust-img {
  width: 25%;
  margin-left: auto;
}

/*
# p-about-japanese
------------------------*/
.p-about-japanese {
  padding: 21rem 0 22rem;
  background: url(../img/about/japanese_bg.jpg) center/cover no-repeat;
}
.p-about-japanese.bg-image-wave::before {
  background: var(--color-gray-light);
}
.p-about-japanese.bg-image-wave::after {
  background: var(--body-background);
}
.p-about-japanese__title {
  text-align: center;
  margin-bottom: 8rem;
}
.p-about-japanese__text {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  margin-bottom: 8rem;
}
.p-about-japanese__card {
  width: 85%;
  margin: 0 auto 6rem;
  overflow: hidden;
}
.p-about-japanese__card:last-child {
  margin-bottom: 0;
}
.p-about-japanese__card::before {
  position: absolute;
  width: 20.3rem;
  height: 20.3rem;
  background: var(--color-mint-green);
  inset: -10rem auto auto -10rem;
  border-radius: 50%;
  color: var(--color-white);
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-black);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px 4rem 1.5rem;
}
.p-about-japanese__card:last-child {
  width: 100%;
}
.p-about-japanese__card-title {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
}
.p-about-japanese__card-icon {
  width: 16.6rem;
  margin: 0 auto 2rem;
}
.p-about-japanese__card-text {
  line-height: 1.7777777778;
}

/*
# p-about-difference
------------------------*/
.p-about-difference {
  padding: 9rem 0 13.5rem;
}
.p-about-difference__title {
  text-align: center;
}
.p-about-difference__card {
  margin-bottom: 8rem;
  text-align: center;
}
.p-about-difference__card:not(:last-child)::before {
  position: absolute;
  inset: auto 0 -7rem;
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-38);
  line-height: 1;
}
.p-about-difference__card:last-child {
  margin-bottom: 0;
}
.p-about-difference__card:nth-child(1)::before {
  content: "+";
}
.p-about-difference__card:nth-child(2)::before {
  content: "=";
}
.p-about-difference__card-text {
  text-align: left;
}

/*
# p-about-future
------------------------*/
.p-about-future {
  padding: 14.5rem 0;
}
.p-about-future::before {
  background: var(--body-background);
}
.p-about-future::after {
  background: none;
}
.p-about-future__title {
  text-align: center;
}
.p-about-future__img {
  margin-bottom: 5rem;
}
.p-about-future__img img {
  border-radius: 5rem;
}

/*
# c-page__list
------------------------*/
.c-page__list {
  padding: 6rem;
  background: rgba(var(--primary-color-light-rgb), 0.8);
  gap: 6rem;
}
.c-page__list .c-page__item {
  margin-bottom: 6rem;
}
.c-page__list .c-page__item:last-child {
  margin-bottom: 0;
}
.c-page__list .c-page__link {
  width: 100%;
  min-height: 10rem;
  font-size: var(--font-size-20);
  justify-content: center;
}
.c-page__list .c-page__link::before {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  border: 1px solid var(--color-white);
  border-radius: 1.4rem;
  z-index: 1;
}

/*==========================================
learning
===========================================*/
/*
# p-learning-express
------------------------*/
.p-learning-express {
  padding-bottom: 15rem;
}
.p-learning-express .bg-deco--circle::before {
  width: 20rem;
  height: 20rem;
  background: var(--color-blue-gray);
  inset: 12rem auto auto -10rem;
}
.p-learning-express.deco--circle-text::before {
  inset: auto -15rem -17rem auto;
  background: var(--color-lavender);
  z-index: 1;
}
.p-learning-express__title {
  position: relative;
  z-index: 3;
}
.p-learning-express__img {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}
.p-learning-express__img img {
  border-radius: 9.2rem;
}
.p-learning-express__content {
  margin-bottom: 4rem;
}
.p-learning-express__content:last-child {
  margin-bottom: 0;
}
.p-learning-express__content-title {
  border-bottom: none;
  padding-bottom: 0;
  font-weight: var(--font-weight-black);
  margin-bottom: 1rem;
}

/*
# p-learning-flow
------------------------*/
.p-learning-flow {
  padding: 15rem 0 17rem;
  background: url(../img/learning/flow_bg.jpg) center/cover no-repeat;
}
.p-learning-flow.bg-image-wave::before {
  background: url(../img/common/com_bg.jpg);
}
.p-learning-flow.bg-image-wave::after {
  background: var(--body-background);
}
.p-learning-flow__title {
  text-align: center;
}
.p-learning-flow__item {
  width: 80%;
  margin: 0 auto 7rem;
  padding: 2rem;
}
.p-learning-flow__item:last-child {
  margin-bottom: 0;
}
.p-learning-flow__item-title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.p-learning-flow__item-title-text {
  line-height: 1.2;
  font-size: var(--font-size-24);
}
.p-learning-flow__item-number {
  padding: 0 1rem;
  line-height: 1.4;
}
.p-learning-flow__item-icon {
  width: 15rem;
  height: 15rem;
  margin: 0 auto 1rem;
}
.p-learning-flow__item-icon img {
  width: 65%;
}

/*
# p-learning-important
------------------------*/
.p-learning-important {
  padding: 13rem 0 14.5rem;
}
.p-learning-important::before {
  inset: auto 0 -2.5rem;
  background: var(--body-background);
}
.p-learning-important::after {
  background: none;
}
.p-learning-important__title {
  text-align: center;
}
.p-learning-important__img {
  margin-bottom: 5.5rem;
}
.p-learning-important__img img {
  border-radius: 5rem;
}
.p-learning-important__box {
  margin-top: 5.5rem;
}
.p-learning-important__box-title {
  text-align: center;
  font-weight: var(--font-weight-black);
}

/*
# p-learning-story
------------------------*/
.p-learning-story {
  padding: 18rem 0 11.5rem;
}
.p-learning-story::before {
  background: var(--color-salmon-glow);
  inset: -15rem auto auto -15rem;
  z-index: 1;
}
.p-learning-story::after {
  background: none;
}
.p-learning-story__title .title-ja {
  font-size: var(--font-size-25);
}
.p-learning-story .bg-deco--circle::before {
  background: var(--color-mint-green);
  width: 20rem;
  height: 20rem;
  inset: 20.5rem -10rem auto auto;
}
.p-learning-story__img {
  width: 28rem;
  margin: 0 auto 5.5rem;
  text-align: center;
}
.p-learning-story__img img {
  border-radius: 6.9rem;
}

/*==========================================
course
===========================================*/
.p-course {
  padding-bottom: 35.5rem;
}
.p-course::after {
  position: absolute;
  content: "";
  width: 58rem;
  height: 58rem;
  border-radius: 50%;
  background: var(--color-powder-blue);
  inset: auto auto -40rem -29rem;
}
.p-course.deco--circle-text::before {
  inset: 40.5rem -29rem auto auto;
  background: var(--color-mint-green);
  z-index: 1;
}
.p-course .bg-deco--circle::before {
  width: 20rem;
  height: 20rem;
  background: var(--color-blue-gray);
  inset: 12rem auto auto -10rem;
}
.p-course .bg-deco--circle::after {
  width: 20rem;
  height: 20rem;
  inset: auto -10rem -11rem auto;
  background: var(--color-salmon-glow);
}
.p-course__list {
  position: relative;
  z-index: 2;
}
.p-course__card {
  margin-bottom: 7rem;
  padding-bottom: 7rem;
}
.p-course__card:last-child {
  margin-bottom: 0;
}
.p-course__card-title {
  font-size: var(--font-size-24);
  border-left: 3px solid var(--primary-color);
  line-height: 1.4166666667;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.p-course__card-img {
  width: 100%;
  height: 28.2rem;
  margin-bottom: 2rem;
}
.p-course__card-text {
  margin-bottom: 2rem;
}
.p-course__card-details-item {
  border-bottom: 1px solid;
  padding: 1.5rem 0;
  gap: 1.5rem;
}
.p-course__card-details-item dt {
  font-size: var(--font-size-18);
  line-height: 1.6;
  width: 7.5rem;
  text-align: center;
}
.p-course__card-details-item dd {
  width: calc(100% - 8rem);
}

/*==========================================
info
===========================================*/
.p-info.deco--circle-text::before {
  inset: 40.5rem -15rem auto auto;
  background: var(--color-mint-green);
  z-index: 1;
}
.p-info .bg-deco--circle::before {
  width: 20rem;
  height: 20rem;
  background: var(--color-blue-gray);
  inset: 8em auto auto -10rem;
}
.p-info__table {
  margin-bottom: 10.5rem;
  position: relative;
  z-index: 1;
}
.p-info #g-map {
  position: relative;
  z-index: 3;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-15);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-15);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-19);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-15);
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-17);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-15);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
.p-contact__form {
  margin-bottom: 15%;
}
.p-contact__form-item .p-contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
.p-contact__form-item .p-contact__form-input {
  padding: 3% 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li {
  margin-bottom: 5%;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li:last-child {
  margin-bottom: 0;
}
.p-contact__form-item .p-contact__form-input textarea {
  height: 37vw;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: left;
}
.p-contact__form-value {
  padding: 3%;
}
.p-contact__form-select {
  width: 50%;
  position: relative;
}
.p-contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
.p-contact__form-select select {
  padding: 6% 7% 6% 4%;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 95px;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 73%;
}
.p-contact__form #address {
  margin-top: 4%;
}
.p-contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
.p-contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
.p-contact .p-contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 75%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 52%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 40%;
}
.p-contact input[type=button],
.p-contact input[type=submit],
.p-contact .contact-submits-wrap button {
  padding: 6% 2%;
}
.p-contact input[type=submit],
.p-contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
.p-privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
.p-sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/