@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-12);
  position: relative;
  z-index: 100;
  padding: 10px 0;
}
div .bread .breadcrumbs {
  width: 1080px;
  margin: 0 auto;
  gap: 10px 20px;
}
div .bread li {
  color: var(--color-white);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--color-white);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--color-white);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-tel__list
------------------------*/
.c-tel__list .tel__item-title {
  padding: 0 5px;
  letter-spacing: 0.025em;
}
.c-tel__list .tel__item--main .tel__item-title {
  font-size: var(--font-size-18);
  line-height: 1.1;
}
.c-tel__list .tel__item--sub .tel__item-title {
  font-size: var(--font-size-14);
}
.c-tel__list .tel__item .tel__num {
  font-size: var(--font-size-32);
  letter-spacing: 0.025em;
}
.c-tel__list .tel__text {
  display: block;
  line-height: 1.2;
}

/*
# c-worktime
------------------------*/
.c-worktime .worktime__item {
  font-size: var(--font-size-15);
}
.c-worktime dt {
  width: 70px;
  text-align: center;
}

/*
# c-application__section
------------------------*/
.c-application__section {
  padding: 100px 0;
  background: url(../img/common/application_bg.png) center/cover no-repeat;
}
.c-application__section .application__link {
  background: url(../img/common/application-man_img.png) right center no-repeat, url(../img/common/application-bnr_bg.jpg) left center no-repeat;
  height: 320px;
}
.c-application__section .application__link:hover {
  transform: scale(0.97);
}
.c-application__section .application__link::before {
  position: absolute;
  content: "";
  width: 495px;
  height: 218px;
  background: url(../img/common/application-txt_bg.png) center/100% no-repeat;
  inset: -40px 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: 5px;
  left: 18px;
}
.c-application__section .application__title .title-ja {
  font-size: var(--font-size-54);
}
.c-application__section .application__title .title-en {
  font-size: var(--font-size-18);
  color: var(--color-white);
  margin-top: 0;
}
.c-application__section .application__text {
  inset: auto auto 50px 89px;
  font-size: var(--font-size-42);
  text-align: center;
  text-shadow: 0 0 8px rgba(var(--color-black-rgb), 0.8);
  line-height: 1.2857142857;
}
.c-application__section .application__img {
  position: absolute;
  inset: auto auto 0 -155px;
  z-index: 1;
}
.c-application__section .application__button {
  width: 320px;
  inset: auto 0 0 auto;
  border-radius: 10px 0 0;
  font-size: var(--font-size-22);
  text-align: center;
  padding: 10px;
  letter-spacing: 0;
}
.c-application__section .application__button span {
  padding-right: 30px;
}
.c-application__section .application__button span::before {
  width: 14px;
  height: 16px;
  filter: brightness(5);
  inset: 0 0 0 auto;
  margin: auto 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 40px;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 460px;
}

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

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

/*
# com-button
------------------------*/
.com-button {
  height: 40px;
  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: 8px;
  height: 8px;
  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::before {
  position: absolute;
  content: "";
  inset: auto 0 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 50px 50px;
  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: 45px;
}
.section-title .title-ja {
  font-size: var(--font-size-50);
  font-family: var(--font-secondary);
}
.section-title .title-en {
  color: var(--accent-color);
  font-size: var(--font-size-30);
  letter-spacing: 0;
  display: block;
  margin-top: 10px;
}

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

.sub-title {
  text-align: center;
  font-size: var(--font-size-20);
  margin-bottom: 15px;
  color: var(--color-white);
  font-weight: var(--font-weight-black);
}
.sub-title span {
  padding: 0 20px;
  position: relative;
}
.sub-title span::before, .sub-title span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  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 {
  padding: 10px 1.8229% 0;
  position: fixed;
  z-index: 1001;
  width: 100%;
}
#header .header__logo {
  position: absolute;
  inset: 0 auto auto 0;
  width: 10.4166%;
  z-index: 100;
}
#header .header__right {
  width: clamp(680px, 44.6236%, 835px);
  margin-left: auto;
}
#header .header__info {
  gap: 0 clamp(1rem, 0.79vw, 1.5rem);
}
#header .header__tel-list {
  width: 66.2576%;
}
#header .header__tel-list .tel__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, 0.27vw, 5px) clamp(5px, 0.51vw, 10px);
}
#header .header__tel-list .tel__list .tel__item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  gap: 0 clamp(3px, 0.27vw, 5px);
}
#header .header__tel-list .tel__list .tel__item--main .tel__item-title {
  font-size: clamp(1.2rem, 0.92vw, 1.8rem);
}
#header .header__tel-list .tel__list .tel__item--sub .tel__item-title {
  font-size: clamp(1rem, 0.71vw, 1.4rem);
}
#header .header__tel-list .tel__list .tel__item-title {
  padding: 0 clamp(3px, 0.27vw, 5px);
}
#header .header__tel-list .tel__list .tel__item .tel__num {
  font-size: clamp(2.7rem, 1.65vw, 3.2rem);
}
#header .header__tel-list .tel__text {
  text-align: center;
  border-top: 1px solid var(--color-white);
}
#header .header__worktime {
  width: 30.6748%;
}
#header .header__worktime .worktime__item {
  display: flex;
  align-items: center;
  gap: 0 clamp(3px, 0.27vw, 5px);
  font-size: clamp(1rem, 0.79vw, 1.5rem);
}
#header .header__worktime .worktime__item dt {
  width: 28%;
}
#header .header__nav {
  margin-top: clamp(8px, 1.185vw, 15px);
}
#header .header__nav-list {
  gap: 0 clamp(45px, 2.7vw, 55px);
}
#header .header__nav-link {
  padding-bottom: clamp(8px, 1.185vw, 15px);
  font-size: clamp(1.2rem, 0.845vw, 1.6rem);
}
#header .header__nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  inset: auto 0 0;
  background: var(--primary-color);
  opacity: 0;
  z-index: 1;
}
#header .header__nav-link:hover::after {
  opacity: 1;
}
#header .header__nav-link.current::after {
  opacity: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(606px, 47.3955vw, 910px);
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  margin-top: clamp(103px, 6.7705vw, 129px);
}
#top-mv .mv__catch {
  position: absolute;
  inset: 0 auto 0 5.2083%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40.625%;
  z-index: 100;
}
#top-mv .mv__text {
  font-size: clamp(20rem, 15.624vw, 30rem);
  inset: auto auto 9.34065% 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: clamp(105px, 8.27vw, 160px) 0 auto auto;
  z-index: 1001;
  width: 3.3854%;
  max-width: 65px;
}
#footer .fixed__buttons .fixed__button {
  width: 100%;
  margin-bottom: 30%;
}
#footer .fixed__buttons .fixed__button:last-child {
  margin-bottom: 0;
}
#footer .fixed__buttons .fixed__button--lecture small {
  font-size: clamp(1rem, 0.73vw, 1.4rem);
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-text {
  letter-spacing: 0;
  margin-bottom: 13%;
}
#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: -15%;
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-text::after {
  transform: rotate(30deg);
  right: -15%;
}
#footer .fixed__buttons .fixed__button--lecture .fixed__button-link {
  background: linear-gradient(to bottom, rgb(39, 40, 100) 0%, rgb(57, 80, 162) 40%, rgb(77, 182, 221) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15%;
}
#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: clamp(1.7rem, 1.48vw, 2.9rem);
  line-height: 1.1;
  margin-top: 16%;
  letter-spacing: 0;
}
#footer .fixed__buttons .fixed__button--site .fixed__button-link {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  padding-top: 15%;
}
#footer .fixed__buttons .fixed__button--site .fixed__button-link::before {
  background-color: #111;
}
#footer .fixed__buttons .fixed__button-link {
  width: 100%;
  height: clamp(235px, 15.6245vw, 300px);
}
#footer .fixed__buttons .fixed__button-link::before {
  width: 100%;
  height: 21.333%;
  inset: auto 0 0;
  background-size: 28.125% 32.8125%;
  z-index: 1;
}
#footer .fixed__buttons .button-main {
  writing-mode: vertical-rl;
  font-size: clamp(1.3rem, 1.25vw, 2.4rem);
}
#footer .footer__right {
  width: 790px;
  padding: 55px 0 45px;
}
#footer .footer__nav {
  gap: 15px 95px;
  margin-bottom: 35px;
}
#footer .footer__nav-item {
  margin-bottom: 10px;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  padding-left: 20px;
}
#footer .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  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__info {
  gap: 40px;
}
#footer .footer__address {
  width: 250px;
}
#footer .footer__address .footer__info-title {
  margin-bottom: 10px;
}
#footer .footer__address .footer__info-title span {
  padding: 0 5px;
  font-size: var(--font-size-16);
}
#footer .footer__address .address__item {
  margin-bottom: 15px;
}
#footer .footer__address .address__item:last-child {
  margin-bottom: 0;
}
#footer .footer__address .address__item dt {
  margin-bottom: 5px;
  font-size: var(--font-size-14);
}
#footer .footer__address .address__item dt span {
  padding: 0 5px;
}
#footer .footer__tel-list {
  width: 220px;
}
#footer .footer__tel-list .tel__item {
  margin-bottom: 10px;
}
#footer .footer__tel-list .tel__item:last-child {
  margin-bottom: 0;
}
#footer .footer__tel-list .tel__item--main .tel__item-title {
  background: var(--color-gray);
  border: none;
}
#footer .footer__tel-list .tel__item--sub .tel__item-title {
  color: var(--color-white);
}
#footer .footer__tel-list .tel__num {
  display: block;
}
#footer .footer__info-right {
  width: 240px;
}
#footer .footer__info-right .footer__worktime {
  margin-bottom: 25px;
}
#footer .footer__info-right .footer__worktime .worktime__item dt {
  background: var(--color-gray);
  margin-bottom: 5px;
}
#footer .footer__info-right .footer__buttons {
  gap: 20px 15px;
}
#footer .footer__info-right .footer__buttons .footer__button-link {
  height: 40px;
}
#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: 190px;
}
#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: 100%;
}
#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: 20px;
}
#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: 10px 0;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 62px;
  height: 62px;
  padding: 2px;
  text-align: center;
  font-size: var(--font-size-15);
  line-height: 1.1;
  letter-spacing: 0;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 999;
}
@media screen and (max-height: 814px) {
  .pagetop {
    right: 65px;
  }
}
.pagetop::before {
  width: 20px;
  height: 20px;
  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 {
  height: clamp(353px, 27.604vw, 530px);
  padding: 0 5.2083%;
  margin-top: clamp(103px, 6.7705vw, 129px);
}
.lower-sv .sv__title {
  width: 685px;
  text-align: left;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 30px;
}

#about-sv {
  background: url(../../img/sv/about-sv_bg.png) right center/53.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/53.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/53.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/53.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/53.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/53.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/53.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/53.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/53.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/53.6979% 100% no-repeat, url(../img/sv/sv_frame.png) left center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
#top-news {
  padding: 60px 0;
}
#top-news .news__inbox {
  padding: 40px 0;
  width: clamp(1150px, 66.666%, 1280px);
  z-index: 1;
}
#top-news .news__wrap {
  width: 1080px;
  margin: 0 auto;
}
#top-news .news__title {
  padding-top: 55px;
  margin-bottom: 0;
}
#top-news .news__title .title-ja {
  font-size: var(--font-size-40);
}
#top-news .news__post-list {
  width: 835px;
  min-height: 245px;
}
#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: 160px;
  height: 160px;
  transition: all 0.3s;
}
#top-news .news__post-meta {
  width: 643px;
}
#top-news .news__post-date {
  font-size: var(--font-size-14);
  padding: 5px 10px;
  margin-bottom: 15px;
}
#top-news .news__post-tags {
  gap: 7px;
  margin-top: 20px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
}
#top-news .news__button {
  width: 160px;
  position: absolute;
  inset: 205px auto auto 0;
}
#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: 60px 0;
  background: url(../img/top/google-review_bg.png) center/cover no-repeat;
}
.google-review__link {
  width: 720px;
  margin: 0 auto;
}

/*
# top-caution
------------------------*/
#top-caution {
  padding: 135px 0 130px;
  background: url(../img/top/caution_bg.jpg) center/cover no-repeat;
}
#top-caution::before {
  position: absolute;
  content: "";
  width: 20.625%;
  max-width: 396px;
  height: 233px;
  background: url(../img/top/caution-rt_img.png) center/100% no-repeat;
  inset: -48px 11.45833% auto auto;
}
#top-caution .caution__title {
  margin-bottom: 50px;
}
#top-caution .caution__title .title-ja {
  line-height: 1.7;
}
#top-caution .caution__title .title-ja .bg-color-accent {
  margin-right: 15px;
  padding: 5px 0;
}
#top-caution .caution__title .title-ja .has-border {
  font-size: 6rem;
  border-bottom: 7px double var(--accent-color);
}
#top-caution .caution__title .title-en {
  margin-top: 5px;
}
#top-caution .caution__graph {
  margin-left: -100px;
}
#top-caution .caution__content {
  width: 395px;
}
#top-caution .caution__content .caution__text span {
  font-size: var(--font-size-20);
}

/*
# top-movie
------------------------*/
#top-movie {
  padding: 130px 0 135px;
}
#top-movie .movie__sample {
  text-align: center;
}
#top-movie .movie__frame {
  width: 768px;
  margin: 0 auto;
}
#top-movie .movie__frame .movie__video {
  width: 100%;
  border-bottom: 10px solid var(--primary-color);
}
#top-movie .movie__text {
  opacity: 0.085;
  inset: -53px 0 auto;
  text-align: center;
}

/*
# top-comparison
------------------------*/
#top-comparison .comparison__title {
  margin-bottom: 50px;
}
#top-comparison .comparison__title .title-ja {
  line-height: 1.7;
}
#top-comparison .comparison__title .title-ja .bg-color-accent {
  padding: 0 10px;
  font-size: 5.8rem;
}
#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: 99.5%;
  border-radius: 5px;
  z-index: -1;
}
#top-comparison .comparison__table::before {
  background: var(--primary-color);
  left: 298px;
  width: 413px;
}
#top-comparison .comparison__table::after {
  background: var(--color-gray);
  right: 10px;
  width: 355px;
}
#top-comparison .comparison__table th {
  text-align: center;
}
#top-comparison .comparison__table thead th {
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
  font-size: var(--font-size-22);
}
#top-comparison .comparison__table thead th:nth-child(1) {
  width: 290px;
}
#top-comparison .comparison__table thead th:nth-child(2) {
  width: 420px;
}
#top-comparison .comparison__table thead th:nth-child(3) {
  width: 360px;
}
#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: 15px 0;
  border-radius: 5px 0 0 5px;
}
#top-comparison .comparison__table tbody th span {
  font-size: var(--font-size-20);
}
#top-comparison .comparison__table tbody td {
  padding: 25px 10px 25px 68px;
  font-weight: var(--font-weight-medium);
  background: var(--color-white);
}
#top-comparison .comparison__table tbody td.sign {
  position: relative;
}
#top-comparison .comparison__table tbody td.sign::before {
  position: absolute;
  content: "";
  width: 50px;
  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: 30px 28px;
}
#top-comparison .comparison__table tbody td.sign--circle::before {
  background-image: url(../img/top/circle.svg);
  background-size: 28px;
}
#top-comparison .comparison__table tbody td.sign--cross::before {
  background-image: url(../img/top/cross.svg);
  background-size: 24px;
}
#top-comparison .comparison__table tbody td.sign--double-circle::before {
  background-image: url(../img/top/double-circle.svg);
  background-size: 28px;
}

/*
# top-future
------------------------*/
#top-future::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 140px;
  inset: -70px 0 auto;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgb(59, 85, 178) 50%, rgb(71, 161, 211) 50%);
}
#top-future .future__inbox {
  width: clamp(1080px, 97.65625%, 1880px);
}
#top-future .future__list {
  gap: 20px 1.064%;
}
#top-future .future__item {
  width: 49.468%;
}
#top-future .future__item-link {
  height: 320px;
  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: 12px solid;
  border-bottom: 12px solid;
  border-color: var(--primary-color);
  left: 0;
}
#top-future .future__item-link::after {
  border-right: 12px solid;
  border-top: 12px 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: 335px;
  margin: 0 auto;
  padding-bottom: 20px;
  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-36);
}
#top-future .future__item-title .title-en {
  font-size: var(--font-size-24);
  color: var(--color-white);
}

/*==========================================
about
===========================================*/
/*
# about-instructor
------------------------*/
#about-instructor .instructor__inner-left {
  width: 400px;
}
#about-instructor .instructor__img {
  margin-bottom: 80px;
}
#about-instructor .instructor__img .instructor__name {
  width: 220px;
  inset: auto 0 -30px auto;
  padding: 10px 20px;
  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-24);
}
#about-instructor .instructor__certification {
  padding: 20px;
}
#about-instructor .instructor__certification .certification__list .certification__item {
  font-size: var(--font-size-17);
  text-align: center;
  margin-bottom: 13px;
  padding: 10px;
}
#about-instructor .instructor__certification .certification__list .certification__item:last-child {
  margin-bottom: 0;
}
#about-instructor .instructor__content {
  width: 635px;
}
#about-instructor .instructor__button {
  width: 320px;
  background: #f50033;
  height: 60px;
  margin-left: auto;
  font-size: var(--font-size-22);
}
#about-instructor .instructor__button::before {
  right: 6%;
  left: auto;
  width: 14px;
  height: 16px;
}

/*
# about-b-plus
------------------------*/
.about-b-plus {
  padding: 60px 0;
  text-align: center;
}
.about-b-plus .b-plus__banner {
  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: 50px;
}
#about-reason .reason__card:last-child {
  margin-bottom: 0;
}
#about-reason .reason__card-title {
  font-size: var(--font-size-33);
}
#about-reason .reason__card-title small {
  font-size: var(--font-size-26);
}
#about-reason .reason__card-img {
  position: absolute;
  top: 0;
}
#about-reason .reason__card-img::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 70px;
  height: 70px;
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: var(--font-size-36);
  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%);
}
#about-reason .reason__card-content {
  width: 680px;
  min-height: 260px;
}
#about-reason .reason__card:nth-child(odd) .reason__card-img {
  left: 0;
}
#about-reason .reason__card:nth-child(odd) .reason__card-content {
  margin-left: auto;
}
#about-reason .reason__card:nth-child(even) .reason__card-img {
  right: 0;
}

/*==========================================
flow
===========================================*/
.course__pagenav {
  padding: 50px 0;
}
.course__pagenav-list {
  gap: 15px 40px;
}
.course__pagenav .page__nav-link {
  padding-left: 20px;
  letter-spacing: 0;
  font-size: var(--font-size-20);
}
.course__pagenav .page__nav-link::before {
  width: 10px;
  height: 10px;
  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: 35px;
}
#course-license .license__headline-content {
  width: 645px;
}
#course-license .license__headline-content .license__headline-text span {
  font-size: var(--font-size-18);
}
#course-license .license__wrap {
  padding: 25px 115px;
  margin-bottom: 50px;
}
#course-license .license__wrap-text {
  margin-bottom: 35px;
}
#course-license .license__wrap .license__inner {
  margin-bottom: 30px;
}
#course-license .license__wrap .license__inner-title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 20px;
  padding: 3px 5px;
}
#course-license .license__wrap .license__inner .bs-icon {
  padding-left: 25px;
}
#course-license .license__wrap .license__inner .bs-icon::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto 0;
}
#course-license .license__end-text span {
  border-bottom: 1px solid;
  font-size: var(--font-size-18);
}

/*
# course-fee
------------------------*/
#course-fee .fee__title {
  margin-bottom: 25px;
}
#course-fee .fee__lead-text {
  margin-bottom: 50px;
}
#course-fee .fee__tag-part {
  margin-bottom: 80px;
}
#course-fee .fee__tag-part .fee__tag-title {
  padding: 7px 35px;
  margin-bottom: 25px;
  font-size: var(--font-size-24);
}
#course-fee .fee__tag-part .fee__course {
  margin-bottom: 35px;
}
#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-20);
  color: var(--body-font-color);
  margin-bottom: 20px;
}
#course-fee .fee__tag-part .fee__course-img {
  width: 340px;
  height: 305px;
}
#course-fee .fee__tag-part .fee__course-list {
  width: 680px;
}
#course-fee .fee__tag-part .fee__course-list .fee__course-item {
  padding: 8px 20px;
}
#course-fee .fee__tag-part .fee__course-list .fee__course-item dt {
  max-width: 285px;
}
#course-fee .fee__tag-part .fee__course-list .fee__course-item dd {
  max-width: 265px;
  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: 30px;
  padding: 25px 30px;
}
#course-fee .fee__notes-list {
  padding: 10px 40px;
}
#course-fee .fee__notes-list .fee__notes-item {
  padding: 30px 15px;
  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: 10px;
}
#course-fee .fee__notes-list .fee__notes-item dt::before {
  content: "■";
}

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

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

/*
# course-flow
------------------------*/
#course-flow {
  background: url(../img/course/flow_bg.jpg) center/cover no-repeat;
}
#course-flow .flow__part {
  margin-bottom: 50px;
}
#course-flow .flow__part:last-child {
  margin-bottom: 0;
}
#course-flow .flow__part-title {
  font-size: var(--font-size-24);
  padding: 7px 35px;
  margin-bottom: 50px;
}
#course-flow .flow__list {
  gap: 66.6666px;
}
#course-flow .flow__item {
  width: 220px;
}
#course-flow .flow__item::after {
  position: absolute;
  inset: 95px -43px auto auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
#course-flow .flow__item:nth-child(4n)::after, #course-flow .flow__item:last-child::after {
  border: none;
}
#course-flow .flow__item-icon {
  width: 220px;
  height: 220px;
  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-26);
  font-weight: var(--font-weight-black);
  border-bottom: 1px solid;
  text-align: center;
  width: 68.1818%;
  margin: 0 auto;
  position: absolute;
  inset: 15px 0 auto;
  padding-bottom: 5px;
}
#course-flow .flow__item-title {
  font-size: var(--font-size-18);
  text-align: center;
  margin: 10px 0;
  letter-spacing: 0;
}
#course-flow .flow__item-text {
  line-height: 1.7;
}
#course-flow .flow__item-button {
  width: 185px;
  margin: 15px auto 0;
  padding: 0 10px 0 20px;
  background: var(--color-gray-dark);
}

/*==========================================
gallery
===========================================*/
/*
# gallery-archive
------------------------*/
#gallery-archive .gallery__tags {
  gap: 15px 55px;
  margin-bottom: 60px;
}
#gallery-archive .gallery__tags .gallery__tag-item {
  font-size: var(--font-size-20);
}
#gallery-archive .gallery__tags .gallery__tag-link {
  padding: 5px 10px 5px 15px;
}
#gallery-archive .gallery__tags .gallery__tag-link::before {
  width: 8px;
  height: 10px;
  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 {
  gap: 45px;
}
#gallery-archive .gallery__list .gallery__card {
  width: 330px;
}
#gallery-archive .gallery__list .gallery__card-img {
  width: 100%;
  height: 330px;
  margin-bottom: 15px;
}
#gallery-archive .gallery__list .gallery__card-tags {
  font-size: var(--font-size-14);
  gap: 5px;
  margin-bottom: 5px;
}
#gallery-archive .gallery__list .gallery__card-more {
  margin: 30px 0 0 auto;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}
#gallery-archive .gallery__list .gallery__card-more span {
  padding-left: 15px;
}
#gallery-archive .gallery__list .gallery__card-more span::before {
  width: 8px;
  height: 10px;
  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: 50px;
}
#gallery-single .gallery__tags {
  gap: 5px;
  font-size: var(--font-size-14);
  margin-bottom: 5px;
}
#gallery-single .gallery__title {
  margin-bottom: 20px;
  font-size: var(--font-size-20);
}

/*==========================================
company
===========================================*/
#company-info .info__part {
  margin-bottom: 70px;
}
#company-info .info__part:last-child {
  margin-bottom: 0;
}
#company-info .info__part-title {
  padding: 10px 35px;
  margin-bottom: 30px;
  font-size: var(--font-size-24);
}
#company-info .info__part .info__table {
  margin-bottom: 40px;
}
#company-info .info__part .info__table tr {
  padding: 0;
}
#company-info .info__part .info__table th {
  width: 210px;
  text-align: center;
  color: var(--color-white);
}
#company-info .info__part .info__table td {
  width: calc(100% - 210px);
}
#company-info .info__part .info__gallery {
  gap: 45px;
  margin-bottom: 50px;
}
#company-info .info__part .info__gallery-item {
  width: 330px;
  height: 242px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 15px 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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