@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: 2vw;
  right: 3%;
  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: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.5vw;
}
.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 {
  transform: translateY(2.3vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 32% 6% 30%;
  background: var(--body-background);
}
#drawer__nav .drawer__nav-logo {
  width: 24%;
  margin-bottom: 10%;
  text-align: left;
  position: absolute;
  inset: 0 auto auto 0;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-white);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 8% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
  color: var(--color-white);
  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(--color-white);
}
#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(--color-white);
  border-right: 2px solid var(--color-white);
  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__tel-list {
  width: 68%;
  margin: 0 auto 10%;
}
#drawer__nav .drawer__tel-list .tel__text {
  width: 100%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  color: var(--color-white);
  text-decoration: underline;
}

/*
# c-tel__list
------------------------*/
.c-tel__list .tel__item-title {
  padding: 0.5vw 1.5vw;
  letter-spacing: 0.025em;
  margin-bottom: 1vw;
  display: inline-block;
}
.c-tel__list .tel__item--main .tel__item-title {
  font-size: var(--font-size-15);
}
.c-tel__list .tel__item--sub .tel__item-title {
  font-size: var(--font-size-13);
}
.c-tel__list .tel__item--sub .tel__item-title span {
  display: inline-block;
  padding: 1.5vw;
}
.c-tel__list .tel__item .tel__num {
  font-size: var(--font-size-24);
  letter-spacing: 0.025em;
}
.c-tel__list .tel__text {
  width: 54%;
  margin: 0 auto;
  display: block;
  line-height: 1.2;
}

/*
# c-worktime
------------------------*/
.c-worktime .worktime__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-13);
  gap: 1.5vw 3vw;
}
.c-worktime dt {
  width: 20%;
  text-align: center;
}

/*
# c-application__section
------------------------*/
.c-application__section {
  padding: 18% 0;
  background: url(../img/common/application_bg.png) center/cover no-repeat;
}
.c-application__section .application__link {
  background: url(../img/common/application-bnr_bg.jpg) left center no-repeat;
  height: 66vw;
  padding: 10vw 4vw 16vw;
}
.c-application__section .application__link:hover {
  transform: scale(0.97);
}
.c-application__section .application__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40vw;
  background: url(../img/common/application-txt_bg.png) center/100% no-repeat;
  inset: -6vw auto auto 0;
  z-index: 1;
}
.c-application__section .application__title,
.c-application__section .application__text {
  position: absolute;
  transform: rotate(-9deg);
  z-index: 1;
}
.c-application__section .application__title {
  text-align: left;
  top: 7vw;
  left: 4vw;
}
.c-application__section .application__title .title-ja {
  font-size: var(--font-size-24);
}
.c-application__section .application__title .title-en {
  font-size: var(--font-size-14);
  color: var(--color-white);
  margin-top: 0;
}
.c-application__section .application__text {
  inset: auto auto 14vw 8vw;
  font-size: var(--font-size-28);
  text-align: center;
  text-shadow: 0 0 8px rgba(var(--color-black-rgb), 0.8);
  line-height: 1.2777777778;
}
.c-application__section .application__img {
  width: 46%;
  position: absolute;
  inset: -8vw auto auto -8%;
  z-index: 1;
}
.c-application__section .application__button {
  width: 70%;
  inset: auto 0 0 auto;
  border-radius: 2vw 0 0;
  font-size: var(--font-size-14);
  text-align: center;
  padding: 3.5% 3% 2.5%;
  letter-spacing: 0;
}
.c-application__section .application__button span {
  padding-right: 6vw;
}
.c-application__section .application__button span::before {
  width: 2.4vw;
  height: 3vw;
  filter: brightness(5);
  inset: 0 0 0 auto;
  margin: auto 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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: 8%;
}

.com-text {
  font-size: var(--font-size-14);
}

/*
# large-en-text
------------------------*/
.large-en-text {
  font-size: 20vw;
  line-height: 0.85;
}

/*
# has-arrow
------------------------*/
.has-arrow::before {
  width: 32px;
  height: 32px;
}

/*
# com-button
------------------------*/
.com-button {
  height: 12vw;
  font-size: var(--font-size-14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: linear-gradient(to right, #4db6dd 0%, #3b55b2 30%, #272864 100%);
  font-family: var(--font-secondary);
}
.com-button::before {
  filter: brightness(5);
  width: 2.25vw;
  height: 2.25vw;
  margin: auto 0;
  inset: 0 auto 0 7%;
  z-index: 1;
}
.com-button:hover {
  transform: scale(0.97);
}
.com-button:hover::before {
  left: 9%;
}

/*
# hov-banner
------------------------*/
/*
# hov-banner
------------------------*/
.hov-banner::before {
  position: absolute;
  content: "";
  inset: auto 0 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 6vw 6vw;
  border-color: transparent transparent var(--color-white) transparent;
  z-index: 1;
}
.hov-banner:hover {
  transform: scale(0.97);
  opacity: 1;
  border-color: var(--primary-color);
}
.hov-banner:hover::before {
  border-color: transparent transparent var(--primary-color) transparent;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  font-weight: var(--font-weight-black);
  margin-bottom: 12%;
}
.section-title .title-ja {
  font-size: var(--font-size-25);
  font-family: var(--font-secondary);
}
.section-title .title-en {
  color: var(--accent-color);
  font-size: var(--font-size-17);
  letter-spacing: 0;
  display: block;
  margin-top: 3%;
}

.headline-title {
  font-size: var(--font-size-20);
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-black);
  padding-bottom: 3%;
  margin-bottom: 5%;
}

.sub-title {
  text-align: center;
  font-size: var(--font-size-17);
  margin-bottom: 6%;
  color: var(--color-white);
  font-weight: var(--font-weight-black);
}
.sub-title span {
  padding: 0 6vw;
  position: relative;
}
.sub-title span::before, .sub-title span::after {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--accent-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.sub-title span::before {
  left: 0;
}
.sub-title span::after {
  right: 0;
}

/*==========================================
header
===========================================*/
#header {
  height: 15vw;
  position: fixed;
  z-index: 1001;
  width: 100%;
}
#header .header__logo {
  position: absolute;
  inset: 0 auto auto 0;
  width: 20%;
  z-index: 100;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 80vw;
  margin-top: 15vw;
  background: url(../img/top/mv/mv_img.png) right center/100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}
#top-mv .mv__catch {
  position: absolute;
  inset: 0 auto 0 3%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72%;
}
#top-mv .mv__text {
  font-size: 20vw;
  inset: auto auto 0 0;
  line-height: 0.89;
  background: linear-gradient(90deg, rgba(var(--accent-color-rgb), 0.15) 0%, rgba(var(--accent-color-rgb), 0.15) 40%, rgba(var(--accent-color-rgb), 0.45) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*==========================================
footer
===========================================*/
#footer .fixed__buttons {
  position: fixed;
  inset: auto 0 0;
  z-index: 1001;
  display: flex;
}
#footer .fixed__buttons .fixed__button {
  width: 50%;
}
#footer .fixed__buttons .fixed__button--lecture small {
  font-size: var(--font-size-11);
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-text {
  letter-spacing: 0;
  position: absolute;
  inset: 1.5vw 0 auto;
  width: 85%;
  text-align: center;
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-text::before, #footer .fixed__buttons .fixed__button--lecture .fixed__button-text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--color-white);
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-text::before {
  transform: rotate(-30deg);
  left: 14vw;
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-text::after {
  transform: rotate(30deg);
  right: 14vw;
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-link {
  padding-top: 9%;
  background: linear-gradient(to bottom, rgb(39, 40, 100) 0%, rgb(57, 80, 162) 40%, rgb(77, 182, 221) 100%);
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-link::before {
  background-color: var(--color-blue-dark);
}
#footer .fixed__buttons .fixed__button--lecture .button-time {
  font-size: var(--font-size-20);
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0 2vw;
  margin-left: 1vw;
}
#footer .fixed__buttons .fixed__button--site .fixed__button-link::before {
  background-color: var(--color-black);
}
#footer .fixed__buttons .fixed__button-link {
  width: 100%;
  height: 16vw;
  padding: 0 17% 0 5%;
  display: flex;
  align-items: center;
  font-size: var(--font-size-13);
}
#footer .fixed__buttons .fixed__button-link::before {
  width: 15%;
  height: 100%;
  inset: 0 0 0 auto;
  background-size: 3vw 4vw;
  z-index: 1;
}
#footer .fixed__buttons .button-main {
  font-size: var(--font-size-15);
}
#footer .footer__inbox {
  padding: 11% 8% 16%;
}
#footer .footer__logo {
  display: block;
  width: 32%;
  margin: 0 auto 10%;
}
#footer .footer__nav {
  gap: 2vw 4%;
  margin-bottom: 13%;
}
#footer .footer__nav-list {
  width: 48%;
}
#footer .footer__nav-item {
  margin-bottom: 7vw;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  padding-left: 4vw;
  font-size: var(--font-size-13);
}
#footer .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--primary-color);
  z-index: 1;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__address {
  margin-bottom: 12%;
}
#footer .footer__address .footer__info-title {
  margin-bottom: 4%;
}
#footer .footer__address .footer__info-title span {
  padding: 0 1.5vw;
  font-size: var(--font-size-15);
}
#footer .footer__address .address__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
}
#footer .footer__address .address__item {
  font-size: var(--font-size-13);
}
#footer .footer__address .address__item:last-child {
  margin-bottom: 0;
}
#footer .footer__address .address__item dt {
  margin-bottom: 5%;
  font-size: var(--font-size-13);
}
#footer .footer__address .address__item dt span {
  display: inline-block;
  padding: 1vw;
}
#footer .footer__address .address__item dd {
  font-size: var(--font-size-13);
}
#footer .footer__tel-list {
  margin-bottom: 10%;
}
#footer .footer__tel-list .tel__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#footer .footer__tel-list .tel__item {
  width: 48%;
}
#footer .footer__tel-list .tel__item--sub .tel__item-title {
  color: var(--color-white);
}
#footer .footer__tel-list .tel__num {
  display: block;
}
#footer .footer__tel-list .tel__text {
  text-align: center;
}
#footer .footer__info-right .footer__worktime {
  margin-bottom: 10%;
}
#footer .footer__info-right .footer__worktime .worktime__item {
  gap: 3vw;
}
#footer .footer__info-right .footer__worktime .worktime__item dt {
  background: var(--color-gray);
}
#footer .footer__info-right .footer__buttons {
  gap: 5vw;
  justify-content: center;
}
#footer .footer__info-right .footer__buttons .footer__button-link {
  height: 12vw;
}
#footer .footer__info-right .footer__buttons .footer__button-link:hover {
  opacity: 1;
  transform: scale(0.97);
}
#footer .footer__info-right .footer__buttons .footer__button--youtube {
  width: 43vw;
}
#footer .footer__info-right .footer__buttons .footer__button--youtube .footer__button-link:hover {
  background: var(--color-white);
  color: var(--color-black);
}
#footer .footer__info-right .footer__buttons .footer__button--koku {
  width: 87%;
}
#footer .footer__info-right .footer__buttons .footer__button--koku .footer__button-link {
  font-size: var(--font-size-14);
}
#footer .footer__info-right .footer__buttons .footer__button--koku .footer__button-link:hover {
  background: var(--body-font-color);
  color: var(--color-white);
}
#footer .footer__info-right .footer__buttons .footer__button--koku span {
  padding-left: 6vw;
}
#footer .footer__info-right .footer__buttons .footer__button--koku span::before {
  color: var(--color-gray);
  left: 0;
  font-size: var(--font-size-14);
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 3% 0 21%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 10vw;
  height: 12vw;
  padding: 2px;
  text-align: center;
  font-size: var(--font-size-11);
  line-height: 1.1;
  letter-spacing: 0;
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 999;
}
.pagetop::before {
  width: 3.56vw;
  height: 3.56vw;
  inset: 3px 0 auto;
  margin: 0 auto;
  transform: rotate(-90deg);
  filter: contrast(0.5);
}
.pagetop:hover {
  transform: scale(0.95);
  opacity: 1;
  background: var(--color-gray);
  color: var(--color-white);
}
.pagetop:hover::before {
  filter: brightness(5);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  margin-top: 15vw;
  height: 40vw;
  padding: 0 5.2083%;
}
.lower-sv .sv__title {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 2vw;
}
.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-21);
}
.lower-sv .sv__title .title-en {
  font-size: var(--font-size-14);
  margin-top: 1%;
}

#about-sv {
  background: url(../../img/sv/about-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#course-sv {
  background: url(../../img/sv/course-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#gallery-sv {
  background: url(../../img/sv/gallery-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#company-sv {
  background: url(../../img/sv/company-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.png) right center/60.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
#top-news {
  padding: 15% 8%;
}
#top-news .news__inbox {
  padding: 12% 6%;
  z-index: 1;
}
#top-news .news__title .title-ja {
  font-size: var(--font-size-25);
}
#top-news .news__post {
  margin-bottom: 20px;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-thumb {
  border-color: var(--accent-color);
}
#top-news .news__post-thumb {
  width: 24vw;
  height: 24vw;
  transition: all 0.3s;
}
#top-news .news__post-meta {
  width: 64%;
}
#top-news .news__post-date {
  font-size: var(--font-size-12);
  padding: 1vw 3vw;
  margin-bottom: 5%;
}
#top-news .news__post-tags {
  justify-content: flex-end;
  margin-top: 3%;
  gap: 1.5vw 2vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-12);
}
#top-news .news__post-title {
  font-size: var(--font-size-14);
}
#top-news .news__button {
  width: 53%;
  margin: 20% 0 0 auto;
}
#top-news .news__text {
  position: absolute;
  inset: auto auto 0 -2%;
  opacity: 0.12;
  line-height: 0.85;
  z-index: -1;
}

/*
# google-review
------------------------*/
.google-review {
  padding: 15% 0;
  background: url(../img/top/google-review_bg.png) center/cover no-repeat;
}
.google-review__link {
  width: 89%;
  margin: 0 auto;
  border-width: 2px;
}

/*
# top-caution
------------------------*/
#top-caution {
  padding: 16% 0;
  background: url(../img/top/caution_bg.jpg) center/cover no-repeat;
}
#top-caution::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 17vw;
  background: url(../img/top/caution-rt_img.png) center/100% no-repeat;
  inset: -9vw 3% auto auto;
}
#top-caution .caution__title .title-ja {
  line-height: 1.7;
  font-size: var(--font-size-21);
}
#top-caution .caution__title .title-ja .bg-color-accent {
  margin-right: 2vw;
  padding: 0.5vw 0;
  font-size: var(--font-size-20);
}
#top-caution .caution__title .title-ja .has-border {
  font-size: var(--font-size-22);
  padding-bottom: 0.5vw;
  border-bottom: 1.2vw double var(--accent-color);
}
#top-caution .caution__title .title-en {
  margin-top: 5px;
}
#top-caution .caution__graph {
  width: 95%;
  margin: 0 auto 8%;
}
#top-caution .caution__content .caution__text span {
  font-size: var(--font-size-18);
}

/*
# top-movie
------------------------*/
#top-movie {
  padding: 18% 0;
}
#top-movie .movie__sample {
  text-align: center;
}
#top-movie .movie__frame {
  width: 100%;
}
#top-movie .movie__frame .movie__video {
  width: 100%;
  border-bottom: 1vw solid var(--primary-color);
}
#top-movie .movie__text {
  inset: 11vw 0 auto;
  text-align: center;
  background: linear-gradient(90deg, rgba(var(--accent-color-rgb), 0.15) 0%, rgba(var(--accent-color-rgb), 0.15) 40%, rgba(var(--accent-color-rgb), 0.45) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
# top-comparison
------------------------*/
#top-comparison .comparison__title .title-ja {
  line-height: 1.7;
}
#top-comparison .comparison__title .title-ja span {
  padding: 0 2vw;
}
#top-comparison .swipe-text {
  text-align: right;
  font-size: var(--font-size-12);
  margin-bottom: 5%;
}
#top-comparison .comparison__table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
}
#top-comparison .comparison__table {
  border-collapse: separate;
  border-spacing: 15px 5px;
  z-index: 1;
}
#top-comparison .comparison__table::before, #top-comparison .comparison__table::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
}
#top-comparison .comparison__table::before {
  background: var(--primary-color);
  left: 64.5vw;
  width: 81vw;
}
#top-comparison .comparison__table::after {
  background: var(--color-gray);
  right: 10px;
  width: 56vw;
}
#top-comparison .comparison__table th {
  text-align: center;
}
#top-comparison .comparison__table thead th {
  padding: 3vw 2vw;
  border-radius: 5px 5px 0 0;
  font-size: var(--font-size-15);
}
#top-comparison .comparison__table thead th:nth-child(2) {
  width: 35vw;
}
#top-comparison .comparison__table thead th:nth-child(3) {
  width: 40vw;
}
#top-comparison .comparison__table tbody th,
#top-comparison .comparison__table tbody td {
  vertical-align: middle;
}
#top-comparison .comparison__table tbody th {
  letter-spacing: 0;
  padding: 2vw 0;
  border-radius: 5px 0 0 5px;
  font-size: var(--font-size-14);
}
#top-comparison .comparison__table tbody th span {
  font-size: var(--font-size-16);
}
#top-comparison .comparison__table tbody td {
  padding: 3vw 2vw 3vw 13vw;
  font-weight: var(--font-weight-medium);
  background: var(--color-white);
  font-size: var(--font-size-13);
}
#top-comparison .comparison__table tbody td.sign {
  position: relative;
}
#top-comparison .comparison__table tbody td.sign::before {
  position: absolute;
  content: "";
  width: 9vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-light);
  inset: 0 auto 0 0;
  font-size: var(--font-size-30);
  background-repeat: no-repeat;
  background-position: center;
}
#top-comparison .comparison__table tbody td.sign--triangle::before {
  background-image: url(../img/top/triangle.svg);
  background-size: 5.5vw 5vw;
}
#top-comparison .comparison__table tbody td.sign--circle::before {
  background-image: url(../img/top/circle.svg);
  background-size: 5vw;
}
#top-comparison .comparison__table tbody td.sign--cross::before {
  background-image: url(../img/top/cross.svg);
  background-size: 4vw;
}
#top-comparison .comparison__table tbody td.sign--double-circle::before {
  background-image: url(../img/top/double-circle.svg);
  background-size: 5vw;
}

/*
# top-future
------------------------*/
#top-future::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20vw;
  inset: -10vw 0 auto;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgb(59, 85, 178) 50%, rgb(71, 161, 211) 50%);
}
#top-future .future__item {
  width: 100%;
  margin-bottom: 12%;
}
#top-future .future__item:last-child {
  margin-bottom: 0;
}
#top-future .future__item-link {
  height: 40vw;
  z-index: 1;
}
#top-future .future__item-link::before, #top-future .future__item-link::after {
  width: 8.6021%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  z-index: 2;
}
#top-future .future__item-link::before {
  border-left: 2vw solid;
  border-bottom: 2vw solid;
  border-color: var(--primary-color);
  left: 0;
}
#top-future .future__item-link::after {
  border-right: 2vw solid;
  border-top: 2vw solid;
  border-color: var(--accent-color);
  right: 0;
}
#top-future .future__item-link:hover {
  opacity: 1;
}
#top-future .future__item-link:hover::before, #top-future .future__item-link:hover::after {
  width: 100%;
}
#top-future .future__item-link:hover .future__item-content::before {
  transform: scale(1.05);
}
#top-future .future__item-link:hover .future__item-content::after {
  opacity: 0.1;
}
#top-future .future__item-link:hover .future__item-title {
  text-shadow: 0 0 7px var(--color-black);
}
#top-future .future__item-content {
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#top-future .future__item-content::before, #top-future .future__item-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  transition: all 0.3s;
}
#top-future .future__item-content::after {
  background: linear-gradient(to right, #4db6dd 0%, #3b55b2 30%, #272864 100%);
  opacity: 0.8;
}
#top-future .future__item--about .future__item-content::before {
  background: url(../img/top/future-about_img.jpg) center/cover no-repeat;
}
#top-future .future__item--course .future__item-content::before {
  background: url(../img/top/future-course_img.jpg) center/cover no-repeat;
}
#top-future .future__item--gallery .future__item-content::before {
  background: url(../img/top/future-gallery_img.jpg) center/cover no-repeat;
}
#top-future .future__item--company .future__item-content::before {
  background: url(../img/top/future-company_img.jpg) center/cover no-repeat;
}
#top-future .future__item-title {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 5%;
  border-bottom: 2px solid;
  text-shadow: 0 0 12px rgba(var(--color-black-rgb), 0.4);
}
#top-future .future__item-title .title-ja {
  font-size: var(--font-size-24);
}
#top-future .future__item-title .title-en {
  font-size: var(--font-size-16);
  color: var(--color-white);
}

/*==========================================
about
===========================================*/
/*
# about-instructor
------------------------*/
#about-instructor .instructor__inner-left {
  margin-bottom: 13%;
}
#about-instructor .instructor__img {
  width: 85%;
  margin: 0 auto 15%;
  text-align: center;
}
#about-instructor .instructor__img .instructor__name {
  width: 52%;
  inset: auto 0 -5vw auto;
  padding: 3% 5%;
  background: url(../img/about/instructor-name_bg.png) center/cover no-repeat;
}
#about-instructor .instructor__img .instructor__name span {
  display: block;
}
#about-instructor .instructor__img .instructor__name .name-ja {
  font-size: var(--font-size-19);
}
#about-instructor .instructor__img .instructor__name .name-en {
  font-size: var(--font-size-13);
}
#about-instructor .instructor__certification {
  padding: 8% 6%;
}
#about-instructor .instructor__certification .certification__list .certification__item {
  font-size: var(--font-size-15);
  text-align: center;
  margin-bottom: 5%;
  padding: 4% 2%;
}
#about-instructor .instructor__certification .certification__list .certification__item:last-child {
  margin-bottom: 0;
}
#about-instructor .instructor__button {
  width: 75%;
  background: #f50033;
  height: 14vw;
  margin-left: auto;
  font-size: var(--font-size-15);
}
#about-instructor .instructor__button::before {
  right: 6%;
  left: auto;
  width: 2.5vw;
  height: 2.85vw;
}

/*
# about-b-plus
------------------------*/
.about-b-plus {
  padding: 15% 8%;
  text-align: center;
}
.about-b-plus .b-plus__banner {
  max-width: 550px;
  margin: 0 auto;
}
.about-b-plus .b-plus__banner:hover {
  transform: scale(0.97);
}

/*
# about-reason
------------------------*/
#about-reason .reason__title {
  line-height: 1.8;
}
#about-reason .reason__title .title-ja span {
  padding: 0 10px;
}
#about-reason .reason__card {
  margin-bottom: 15%;
}
#about-reason .reason__card:last-child {
  margin-bottom: 0;
}
#about-reason .reason__card-title small {
  font-size: var(--font-size-17);
}
#about-reason .reason__card-img {
  margin-bottom: 8%;
}
#about-reason .reason__card-img::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 12vw;
  height: 12vw;
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #4db6dd 0%, #3b55b2 30%, #272864 100%);
}

/*==========================================
flow
===========================================*/
.course__pagenav {
  padding: 12% 0;
}
.course__pagenav-list {
  gap: 8vw;
}
.course__pagenav .page__nav-link {
  padding-left: 5vw;
  letter-spacing: 0;
  font-size: var(--font-size-15);
}
.course__pagenav .page__nav-link::before {
  width: 2.5vw;
  height: 2.5vw;
  z-index: 1;
  margin: auto 0;
  inset: 0 auto 0 0;
  filter: brightness(5);
  transform: rotate(90deg);
}
.course__pagenav .page__nav-link:hover {
  transform: translateY(5px);
}

/*
# course-license
------------------------*/
#course-license .license__headline {
  margin-bottom: 12%;
}
#course-license .license__headline-img {
  margin-bottom: 8%;
}
#course-license .license__headline-content .license__headline-text span {
  font-size: var(--font-size-16);
}
#course-license .license__wrap {
  padding: 10% 6%;
  margin-bottom: 12%;
}
#course-license .license__wrap-text {
  margin-bottom: 8%;
}
#course-license .license__wrap .license__inner {
  margin-bottom: 10%;
}
#course-license .license__wrap .license__inner-title {
  font-size: var(--font-size-18);
  text-align: center;
  margin-bottom: 6%;
  padding: 2% 4%;
}
#course-license .license__wrap .license__inner .bs-icon {
  padding-left: 6vw;
}
#course-license .license__wrap .license__inner .bs-icon::before {
  position: absolute;
  inset: 3vw auto auto 0;
  margin: auto 0;
}
#course-license .license__end-text span {
  border-bottom: 1px solid;
  font-size: var(--font-size-16);
}

/*
# course-fee
------------------------*/
#course-fee .fee__title {
  margin-bottom: 25px;
}
#course-fee .fee__lead-text {
  margin-bottom: 12%;
  text-align: center;
}
#course-fee .fee__tag-part {
  margin-bottom: 15%;
}
#course-fee .fee__tag-part .fee__tag-title {
  padding: 4% 5%;
  margin-bottom: 5%;
  font-size: var(--font-size-17);
}
#course-fee .fee__tag-part .fee__course {
  margin-bottom: 15%;
}
#course-fee .fee__tag-part .fee__course:last-child {
  margin-bottom: 0;
}
#course-fee .fee__tag-part .fee__course-title {
  font-size: var(--font-size-19);
  color: var(--body-font-color);
}
#course-fee .fee__tag-part .fee__course-img {
  width: 80%;
  margin: 0 auto 8%;
  height: 72vw;
}
#course-fee .fee__tag-part .fee__course-list .fee__course-item {
  padding: 3%;
  font-size: var(--font-size-14);
}
#course-fee .fee__tag-part .fee__course-list .fee__course-item dt {
  max-width: 50%;
}
#course-fee .fee__tag-part .fee__course-list .fee__course-item dd {
  max-width: 45%;
  text-align: right;
}
#course-fee .fee__tag-part .fee__course-list .fee__course-item:nth-child(odd) {
  background: var(--color-gray-light);
}
#course-fee .fee__tag-part .fee__course-content {
  margin-top: 8%;
  padding: 10% 6%;
}
#course-fee .fee__notes-list {
  padding: 3% 6%;
}
#course-fee .fee__notes-list .fee__notes-item {
  padding: 7% 3%;
  border-bottom: 1px solid var(--color-white);
}
#course-fee .fee__notes-list .fee__notes-item:last-child {
  border-bottom: none;
}
#course-fee .fee__notes-list .fee__notes-item dt {
  margin-bottom: 4%;
}
#course-fee .fee__notes-list .fee__notes-item dt::before {
  content: "■";
}

/*
# course-attention
------------------------*/
#course-attention .attention__text span {
  font-size: var(--font-size-16);
}

/*
# course-bring
------------------------*/
#course-bring .bring__text span {
  font-size: var(--font-size-16);
}

/*
# course-flow
------------------------*/
#course-flow {
  background: url(../img/course/flow_bg.jpg) center/cover no-repeat;
}
#course-flow .flow__part {
  margin-bottom: 15%;
}
#course-flow .flow__part:last-child {
  margin-bottom: 0;
}
#course-flow .flow__part-title {
  font-size: var(--font-size-17);
  padding: 4%;
  margin-bottom: 7%;
}
#course-flow .flow__list {
  gap: 5vw 4%;
}
#course-flow .flow__item {
  width: 48%;
}
#course-flow .flow__item::after {
  position: absolute;
  inset: 13vw -3vw auto auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5vw;
  height: 5vw;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
#course-flow .flow__item:nth-child(even)::after, #course-flow .flow__item:last-child::after {
  border: none;
}
#course-flow .flow__item-icon {
  width: 32vw;
  height: 32vw;
  margin: 0 auto;
  padding: 41% 0 25%;
  background: linear-gradient(to right, #4db6dd 0%, #3b55b2 30%, #272864 100%);
}
#course-flow .flow__item-icon::before {
  position: absolute;
  font-family: var(--font-secondary);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  border-bottom: 1px solid;
  text-align: center;
  width: 68.1818%;
  margin: 0 auto;
  position: absolute;
  inset: 2vw 0 auto;
  padding-bottom: 1vw;
}
#course-flow .flow__item-icon img {
  width: 40%;
}
#course-flow .flow__item-title {
  font-size: var(--font-size-16);
  text-align: center;
  margin: 5% 0;
  letter-spacing: 0;
}
#course-flow .flow__item-text {
  line-height: 1.7;
  font-size: var(--font-size-13);
}
#course-flow .flow__item-button {
  width: 92%;
  height: 11vw;
  margin: 5% auto 0;
  padding: 0 2% 0 9%;
  font-size: var(--font-size-12);
  background: var(--color-gray-dark);
}

/*==========================================
gallery
===========================================*/
/*
# gallery-archive
------------------------*/
#gallery-archive .gallery__tags {
  gap: 5vw 4vw;
  margin-bottom: 12%;
}
#gallery-archive .gallery__tags .gallery__tag-item {
  font-size: var(--font-size-13);
}
#gallery-archive .gallery__tags .gallery__tag-link {
  padding: 1vw 1.5vw 1vw 4vw;
}
#gallery-archive .gallery__tags .gallery__tag-link::before {
  width: 2vw;
  height: 2vw;
  margin: auto 0;
  inset: 0 auto 0 0;
  filter: brightness(5);
  z-index: 1;
}
#gallery-archive .gallery__tags .gallery__tag-link:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--accent-color);
}
#gallery-archive .gallery__tags .gallery__tag-link:hover::before {
  left: 3%;
}
#gallery-archive .gallery__tags .gallery__tag-link.current {
  background: var(--color-white);
  color: var(--accent-color);
}
#gallery-archive .gallery__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 5vw;
}
#gallery-archive .gallery__list .gallery__card {
  width: 48%;
}
#gallery-archive .gallery__list .gallery__card-img {
  width: 100%;
  height: 42vw;
  margin-bottom: 6%;
}
#gallery-archive .gallery__list .gallery__card-tags {
  font-size: var(--font-size-12);
  gap: 1.5vw;
  margin-bottom: 3%;
}
#gallery-archive .gallery__list .gallery__card-title {
  font-size: var(--font-size-14);
}
#gallery-archive .gallery__list .gallery__card-more {
  margin: 8% 0 0 auto;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  font-size: var(--font-size-14);
}
#gallery-archive .gallery__list .gallery__card-more span {
  padding-left: 5vw;
}
#gallery-archive .gallery__list .gallery__card-more span::before {
  width: 2.25vw;
  height: 2.25vw;
  filter: brightness(5);
  z-index: 1;
  margin: auto 0;
  inset: 0 auto 0 0;
}
#gallery-archive .gallery__list .gallery__card-more:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--body-font-color);
}
#gallery-archive .gallery__list .gallery__card-more:hover span::before {
  left: 3%;
  filter: brightness(0);
}

/*
# gallery-single
------------------------*/
#gallery-single .gallery__hero {
  text-align: center;
  margin-bottom: 12%;
}
#gallery-single .gallery__tags {
  gap: 1.5vw;
  font-size: var(--font-size-12);
  margin-bottom: 3%;
}
#gallery-single .gallery__title {
  margin-bottom: 6%;
  font-size: var(--font-size-16);
}
#gallery-single .gallery__comment {
  font-size: var(--font-size-14);
}

/*==========================================
company
===========================================*/
#company-info .info__part {
  margin-bottom: 15%;
}
#company-info .info__part:last-child {
  margin-bottom: 0;
}
#company-info .info__part-title {
  padding: 4%;
  margin-bottom: 8%;
  font-size: var(--font-size-17);
}
#company-info .info__part .info__table {
  margin-bottom: 12%;
}
#company-info .info__part .info__table th {
  color: var(--color-white);
}
#company-info .info__part .info__gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 4%;
  margin-bottom: 10%;
}
#company-info .info__part .info__gallery-item {
  width: 48%;
  height: 35vw;
}
#company-info .info__part .info__gallery-item:last-child {
  margin-bottom: 0;
}

/*==========================================
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-11);
}
.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-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.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-13);
  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-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

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

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

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

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