@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: 6vw;
  right: 4%;
  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(--color-white);
}
.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);
}

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: var(--body-background);
}
#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: 10% 0;
  text-align: center;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
}
#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;
}
#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;
  border-right: 2px solid;
  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 .c-contact__list .contact__item-tel .c-tel__num {
  color: var(--color-white);
  filter: brightness(0) invert(1);
}
#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 {
  text-decoration: underline;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  z-index: 1;
  padding: 18% 8%;
}
.c-contact__section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/contact_bg.png) top center/100% no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
  inset: 0 0 auto;
}
.c-contact__section .contact__inbox {
  padding: 0.5vw;
}
.c-contact__section .contact__inbox::before, .c-contact__section .contact__inbox::after {
  position: absolute;
  content: "";
  width: 11%;
  height: 4.85vw;
  background: url(../img/common/contact-cont_deco.png) center/100% no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.c-contact__section .contact__inbox::before {
  top: 0.5vw;
}
.c-contact__section .contact__inbox::after {
  bottom: 0.5vw;
  transform: rotate(180deg);
}
.c-contact__section .com-box-frame {
  padding: 12% 6%;
}
.c-contact__section .contact__title .title-ja {
  font-weight: var(--font-weight-semibold);
}
.c-contact__section .contact__text {
  margin-bottom: 12%;
}

/*
# .c-tel__num
------------------------*/
.c-tel__num {
  font-size: var(--font-size-28);
  color: var(--primary-color);
  letter-spacing: 0.06em;
  padding-left: 6vw;
  background: url(../img/common/tel_ic.svg) left bottom 2vw/5vw no-repeat;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 20px 37px;
}
.c-contact__list .contact__item-button {
  width: 68vw;
  min-height: 16vw;
  letter-spacing: 0.1em;
}
.c-contact__list .contact__item-line .contact__item-button span {
  padding-left: 10vw;
}
.c-contact__list .contact__item-line .contact__item-button span::before {
  position: absolute;
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(../img/common/sns/LINE_logo.svg) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}
.c-contact__list .contact__item-mail .contact__item-button span {
  padding-left: 8vw;
}
.c-contact__list .contact__item-mail .contact__item-button span::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 4vw;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*
# c-faq__list
------------------------*/
.c-faq__list .faq__item {
  margin-bottom: 15%;
  padding: 0.5vw;
}
.c-faq__list .faq__item:last-child {
  margin-bottom: 0;
}
.c-faq__list .faq__item .com-box-frame {
  padding: 8% 6%;
}
.c-faq__list .faq__item-title, .c-faq__list .faq__item-content {
  padding: 0 3% 0 10%;
}
.c-faq__list .faq__item-title::before, .c-faq__list .faq__item-content::before {
  position: absolute;
  inset: 1vw auto auto 0;
  line-height: 1;
  font-size: var(--font-size-21);
  font-family: var(--font-secondary);
}
.c-faq__list .faq__item-title {
  font-size: var(--font-size-19);
  padding-bottom: 3%;
}
.c-faq__list .faq__item-title::before {
  content: "Q";
}
.c-faq__list .faq__item-content::before {
  content: "A";
}

/*
# c-pages__wrap
------------------------*/
.c-pages__wrap {
  padding: 15% 0;
}
.c-pages__wrap::before, .c-pages__wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1vw;
  left: 0;
  right: 0;
  background: url(../img/top/menu_line.png) center/100% no-repeat;
}
.c-pages__wrap::before {
  top: 0;
}
.c-pages__wrap::after {
  bottom: 0;
}
.c-pages__wrap .pages__list {
  padding: 0 8%;
}
.c-pages__wrap .pages__item {
  width: 100%;
  margin-bottom: 15%;
}
.c-pages__wrap .pages__item:last-child {
  margin-bottom: 0;
}
.c-pages__wrap .pages__item-link {
  height: 52vw;
  z-index: 1;
  overflow: hidden;
}
.c-pages__wrap .pages__item-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
}
.c-pages__wrap .pages__item-link span {
  position: absolute;
  inset: 8vw auto auto 7%;
  font-size: var(--font-size-25);
}
.c-pages__wrap .pages__item-link span::before {
  filter: brightness(0) invert(1);
  right: -10vw;
  transition: all 0.3s ease;
}
.c-pages__wrap .pages__item-link:hover span::before {
  right: -65px;
}
.c-pages__wrap .pages__item-link:hover::before {
  transform: scale(1.05);
}
.c-pages__wrap .pages__item--voice .pages__item-link::before {
  background: url(../img/menu/voice-box_bg.jpg) center/cover no-repeat;
}
.c-pages__wrap .pages__item--menu .pages__item-link::before {
  background: url(../img/voice/menu-box_bg.jpg) center/cover no-repeat;
}
.c-pages__wrap .pages__item--info .pages__item-link::before {
  background: url(../img/menu/info-box_bg.jpg) center/cover no-repeat;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
}
.com-table tr th,
.com-table tr td {
  display: block;
  padding: 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-table tr td .address-link {
  padding-left: 4vw;
}

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

.com-text {
  line-height: 2;
}

.com-box-frame {
  height: 100%;
  border: 1px solid var(--accent-color-light);
  background: url(../img/common/com-lt_frame.png) left top/10vw no-repeat, url(../img/common/com-rt_frame.png) right top/10vw no-repeat, url(../img/common/com-lb_frame.png) left bottom/10vw no-repeat, url(../img/common/com-rb_frame.png) right bottom/10vw no-repeat;
}

/*
# com-button
------------------------*/
.com-button {
  font-size: var(--font-size-15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--color-white);
  border-radius: 8vw;
  min-height: 15vw;
}
.com-button.has-arrow::before {
  right: -4vw;
  filter: brightness(0) invert(1);
}
.com-button:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--primary-color);
}
.com-button:hover::before {
  right: 2%;
  filter: brightness(0);
}

/*
# has-arrow
------------------------*/
.has-arrow {
  position: relative;
}
.has-arrow::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 6px;
  background: url(../img/common/arrow.svg) center/100% no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
  z-index: 1;
}

/*
# com-check__list
------------------------*/
.com-check__list {
  padding: 10% 5%;
  display: block;
}
.com-check__list .check__item {
  width: 100%;
  padding: 4% 3% 4% 8%;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-semibold);
  border-bottom: 1px solid var(--accent-color-light);
  letter-spacing: 0.08em;
}
.com-check__list .check__item::before {
  inset: 4vw auto auto 0;
}
.com-check__list .check__item:last-child {
  border-bottom: none;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  font-family: var(--font-secondary);
  margin-bottom: 30px;
}
.section-title.align-left {
  text-align: left;
}
.section-title .title-ja {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-25);
  line-height: 1.5111111111;
  position: relative;
  z-index: 1;
  letter-spacing: 0.15em;
  text-shadow: 0 0 4px var(--color-white);
}
.section-title .title-ja::after {
  position: absolute;
  content: "";
  width: 7vw;
  height: 5vw;
  background: url(../img/common/section-ttl_deco.png) center/100% no-repeat;
  z-index: -1;
  inset: auto -7vw 0 auto;
}
.section-title .title-ja.no-deco::after {
  background: none;
}
.section-title .title-ja.no-shadow {
  text-shadow: none;
}
.section-title .title-ja em {
  font-size: var(--font-size-28);
}
.section-title .title-en {
  display: block;
  font-family: var(--font-weight-light);
  font-size: var(--font-size-16);
  letter-spacing: 0.02em;
  margin-top: 3%;
}

.headline-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  border-bottom: 1px solid var(--accent-color-light);
  margin-bottom: 5%;
  padding-bottom: 3%;
}

.sub-title {
  font-size: var(--font-size-23);
  text-align: center;
  margin-bottom: 8%;
  padding: 6% 0;
  text-shadow: 0 0 4px var(--color-white);
  position: relative;
  background: var(--body-background);
}
.sub-title::before, .sub-title::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 3vw;
  background: url(../img/common/com-frame_deco.png) center/100% no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.sub-title::before {
  top: -3vw;
}
.sub-title::after {
  transform: rotate(180deg);
  bottom: -3vw;
}

/*==========================================
header
===========================================*/
#header {
  width: 100%;
  background: url(../img/common/header_bg.png) top center/100% no-repeat;
  inset: 0 0 auto;
  height: 12vw;
  z-index: 100;
  padding: 6% 4% 0;
}
#header .header__logo {
  width: 65%;
  line-height: 0.5;
}

/*==========================================
mv
===========================================*/
.top-mv {
  height: 100vw;
  background: url(../img/top/mv_bg.jpg) center/cover no-repeat;
}
.top-mv .mv__catch {
  width: 80%;
  margin: auto;
  inset: 37% 0 auto;
  text-align: right;
}
.top-mv .mv__catch-ja {
  font-size: var(--font-size-22);
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-regular);
  line-height: 1.48;
  margin: 0 0 5% auto;
  width: 72%;
}
.top-mv .mv__catch-ja .block {
  text-align: left;
}
.top-mv .mv__catch-ja em {
  font-size: var(--font-size-25);
}
.top-mv .mv__catch-en {
  font-size: var(--font-size-13);
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.top-mv .mv__catch-en::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 1px;
  background: var(--accent-color);
  inset: 0 auto 0 -7vw;
  margin: auto 0;
  z-index: 1;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 12% 0;
}
#footer .footer__left {
  margin-bottom: 15%;
}
#footer .footer__logo {
  width: 85%;
  display: block;
  margin: 0 auto 15%;
}
#footer .footer__button {
  width: 82%;
  margin: 0 auto;
  padding: 2px;
  border: 1px solid var(--accent-color-light);
}
#footer .footer__button::before {
  right: 15px;
}
#footer .footer__button span {
  min-height: 14vw;
}
#footer .footer__right .c-instagram__icon {
  margin: 0 0 8% auto;
}
#footer .footer__nav {
  border-top: 1px solid var(--accent-color-light);
  border-bottom: 1px solid var(--accent-color-light);
  padding: 6% 0;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  display: block;
}
#footer .footer__nav-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 11%;
}
#footer .footer__nav-link {
  font-size: var(--font-size-12);
  padding: 0 3vw;
  letter-spacing: 0;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  letter-spacing: 0.12em;
  margin-top: 10%;
}
#copyright small {
  font-size: var(--font-size-10);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 51vw;
}
.lower-sv .sv__title {
  width: 80%;
  margin: 0 auto;
  font-size: var(--font-size-25);
  text-align: right;
}

#menu-sv {
  background: url(../../img/sv/menu-sv_bg.jpg) center/cover no-repeat;
}

#voice-sv {
  background: url(../../img/sv/voice-sv_bg.jpg) center/cover no-repeat;
}

#school-sv {
  background: url(../../img/sv/school-sv_bg.jpg) center/cover no-repeat;
}

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

#blog-sv {
  background: url(../../img/sv/blog-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-blog
------------------------*/
.top-blog {
  padding: 18% 0;
}
.top-blog .blog__post-list {
  padding: 0.5vw;
}
.top-blog .blog__post-list .com-box-frame {
  padding: 0 7%;
}
.top-blog .blog__post {
  border-bottom: 1px solid var(--accent-color-light);
  position: relative;
  z-index: 10;
}
.top-blog .blog__post:last-child {
  border-bottom: none;
}
.top-blog .blog__post-link {
  padding: 6% 0;
  row-gap: 2vw;
}
.top-blog .blog__post-link:hover {
  transform: translateX(10px);
}
.top-blog .blog__post-link:hover .blog__post-title {
  text-decoration: underline;
}
.top-blog .blog__post-date {
  font-size: var(--font-size-13);
  width: 26%;
  letter-spacing: 0.12em;
}
.top-blog .blog__post-tags {
  width: 72%;
  gap: 1.5vw;
}
.top-blog .blog__post-tags .blog__post-tag {
  font-size: var(--font-size-12);
  padding: 0 2vw;
}
.top-blog .blog__post-title {
  font-size: var(--font-size-14);
}
.top-blog .blog__button {
  width: 80%;
  margin: 15% auto 0;
}

/*
# top-concept
------------------------*/
.top-concept {
  padding: 18% 0;
  background: url(../img/top/concept-c_bg.png) center no-repeat, url(../img/top/concept-top_bg.png) top center no-repeat, url(../img/top/concept_bg.png) bottom center/cover no-repeat;
  position: relative;
  z-index: 1;
}
.top-concept::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--body-background);
  opacity: 0.8;
  inset: 0;
}
.top-concept .concept__title {
  margin-bottom: 12%;
  background: url(../img/top/concept-ttl_bg.png) left top/100% no-repeat;
}

/*
# top-worries
------------------------*/
.top-worries {
  padding: 18% 0 0;
  z-index: 1;
}
.top-worries::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 11vw;
  background: url(../img/top/worry_arr.png) top center/100% no-repeat;
  inset: auto 0 -11vw;
  margin: 0 auto;
  z-index: -1;
}
.top-worries .worries__title .title-ja {
  font-size: var(--font-size-22);
}
.top-worries .worries__title em::before {
  position: absolute;
  content: "";
  width: 0.85vw;
  height: 0.85vw;
  border-radius: 50%;
  background: var(--color-white);
  inset: -1.5vw 0 auto;
  margin: 0 auto;
}
.top-worries .worries__wrap {
  padding: 0.5vw;
  margin-bottom: 15%;
}
.top-worries .worries__text {
  text-align: center;
  font-size: var(--font-size-18);
  text-decoration: underline;
  text-underline-offset: 3vw;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(var(--color-white-rgb), 0.3);
  text-shadow: 0 0 10px rgba(var(--primary-color-rgb), 0.4);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.top-worries .worries__text span {
  font-size: var(--font-size-21);
}

/*
# top-reason
------------------------*/
.top-reason {
  padding: 22% 0 18%;
  background: url(../img/top/reason_bg.jpg);
}
.top-reason .reason__text {
  line-height: 2.2352941176;
  margin-bottom: 12%;
}
.top-reason .reason__list .reason__item {
  width: 90%;
  padding: 6% 6% 8%;
  z-index: 1;
  margin-bottom: 12%;
  text-align: center;
  background: url(../img/top/reason-item_arr.svg) right 5px bottom 5px no-repeat, var(--body-background);
}
.top-reason .reason__list .reason__item::before, .top-reason .reason__list .reason__item::after {
  position: absolute;
  content: "";
}
.top-reason .reason__list .reason__item::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid rgba(var(--accent-color-light-rgb), 0.5);
  inset: 0;
  margin: auto;
  z-index: -1;
}
.top-reason .reason__list .reason__item::after {
  width: 16%;
  height: 12vw;
  inset: 0.6vw auto auto 1vw;
  background: url(../img/common/com-lt_frame.png) center/100% no-repeat;
  opacity: 0.5;
}
.top-reason .reason__list .reason__item:last-child {
  margin-bottom: 0;
}
.top-reason .reason__list .reason__item-caption {
  font-size: var(--font-size-20);
  letter-spacing: 0.1em;
  margin-top: 15px;
}

/*
# top-menu
------------------------*/
.top-menu {
  padding: 15% 0;
  background: url(../img/top/menu_line.png) top center/100% repeat-x, url(../img/top/menu_line.png) bottom center/100% repeat-x, var(--body-background);
  z-index: 1;
}
.top-menu::before, .top-menu::after {
  position: absolute;
  content: "";
  width: 29.375%;
  height: 563px;
  background: url(../img/top/menu_bg.png) top center/100% no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
}
.top-menu::before {
  inset: 0 auto auto 0;
}
.top-menu::after {
  inset: auto 0 0 auto;
  transform: rotate(180deg);
}
.top-menu .menu__part {
  margin-bottom: 15%;
  z-index: 1;
  padding-bottom: 10%;
}
.top-menu .menu__part:last-child {
  margin-bottom: 0;
}
.top-menu .menu__part-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 0.35 !important;
}
.top-menu .menu__part-text {
  letter-spacing: 0.12em;
}
.top-menu .menu__part-button {
  width: 90%;
  margin: 0 auto 0;
}

/*
# top-voice
------------------------*/
.top-voice {
  padding: 18% 0;
}
.top-voice .voice__post {
  margin-bottom: 15%;
  padding: 0.5vw;
}
.top-voice .voice__post .com-box-frame {
  padding: 8% 6%;
}
.top-voice .voice__post-title {
  width: 75%;
}
.top-voice .voice__post-prof {
  position: absolute;
  inset: auto -20vw -2.5vw auto;
  font-size: var(--font-size-15);
}
.top-voice .voice__button {
  width: 90%;
  margin: 15% auto 0;
}

/*
# top-info
------------------------*/
.top-info {
  padding: 18% 0;
}
.top-info .info__title {
  text-align: center;
}
.top-info .info__left {
  margin-bottom: 15%;
}
.top-info .info__table td a {
  color: var(--primary-color);
}
.top-info .info__button {
  width: 90%;
  margin-top: 15%;
}

/*
# top-school
------------------------*/
.top-school {
  padding: 18% 0;
  background: url(../img/top/school-r_bg.png) right center no-repeat;
}
.top-school .school__text {
  margin-bottom: 15%;
}
.top-school .school__button {
  width: 90%;
  margin: 0 auto;
}

/*==========================================
menu
===========================================*/
/*
# menu__section
------------------------*/
.menu__section .menu__title .title-ja {
  font-size: var(--font-size-23);
}
.menu__section .menu__text {
  margin-bottom: 15%;
}
.menu__section .menu__part {
  margin-bottom: 18%;
}
.menu__section .menu__part:last-child {
  margin-bottom: 0;
}
.menu__section .menu__part-headline {
  margin-bottom: 12%;
}
.menu__section .menu__part-img {
  margin-bottom: 8%;
}
.menu__section .price__title {
  font-size: var(--font-size-22);
  border-left: 1vw solid;
  line-height: 1.5384615385;
  padding-left: 5%;
  margin-bottom: 5%;
}
.menu__section .price__table tr {
  margin-bottom: 3px;
}
.menu__section .price__table tr:last-child {
  margin-bottom: 0;
}
.menu__section .price__table th,
.menu__section .price__table td {
  text-align: center;
  padding: 2vw;
}
.menu__section .price__table th {
  width: 25%;
  font-size: var(--font-size-18);
}
.menu__section .price__table td {
  width: 75%;
}

/*==========================================
voice
===========================================*/
.voice__section .voice__text {
  margin-bottom: 12%;
}
.voice__section .voice__part {
  margin-bottom: 15%;
}
.voice__section .voice__part:last-child {
  margin-bottom: 0;
}
.voice__section .voice__part-title {
  padding: 6% 4%;
  font-size: var(--font-size-20);
}
.voice__section .voice__part-img {
  width: 100%;
  height: 55vw;
  margin-bottom: 8%;
}
.voice__section .voice__part-table {
  margin-bottom: 8%;
}
.voice__section .voice__part-table tr {
  margin-bottom: 1vw;
}
.voice__section .voice__part-table tr:last-child {
  margin-bottom: 0;
}
.voice__section .voice__part-table th,
.voice__section .voice__part-table td {
  padding: 3vw 2vw;
  font-size: var(--font-size-16);
  text-align: center;
}
.voice__section .voice__part-table th {
  width: 28%;
}
.voice__section .voice__part-table td {
  width: 72%;
}

/*==========================================
school
===========================================*/
/*
# school-about
------------------------*/
.school-about {
  background: url(../img/school/about_bg.png) bottom center/100% no-repeat, var(--body-background);
}
.school-about .about__content {
  margin-bottom: 18%;
}
.school-about .about__for-title {
  margin-bottom: 0;
}
.school-about .about__for .for__list {
  padding: 8% 6%;
}
.school-about .about__for .for__list .check__item {
  font-size: var(--font-size-18);
  padding: 3% 0 3% 10%;
}

/*
# school-reason
------------------------*/
.school-reason .reason__card {
  margin-bottom: 18%;
  position: relative;
}
.school-reason .reason__card:last-child {
  margin-bottom: 0;
}
.school-reason .reason__card-img {
  margin-bottom: 5%;
}
.school-reason .reason__card-title {
  padding-right: 7%;
  font-size: var(--font-size-21);
}
.school-reason .reason__card-title::before {
  position: absolute;
  content: "";
  width: 7vw;
  height: 6vw;
  inset: auto 0 2vw auto;
  background: url(../img/school/reason-card-ttl_deco.png) center/100% no-repeat;
}

/*
# school-instructor
------------------------*/
.instructor-course .sub-title {
  background: linear-gradient(to right, rgba(192, 184, 122, 0.5) 0%, rgba(128, 99, 64, 0.5) 45%, rgba(192, 184, 122, 0.5) 73%, rgba(128, 99, 64, 0.5) 100%);
}

.school-instructor {
  margin-bottom: 135px;
}
.school-instructor .instructor__card {
  margin-bottom: 40px;
  padding: 0.5vw;
}
.school-instructor .instructor__card:last-child {
  margin-bottom: 0;
}
.school-instructor .instructor__card .com-box-frame {
  padding: 10% 6%;
}
.school-instructor .instructor__card-dl {
  border-bottom: 1px solid var(--accent-color-light);
  padding: 4% 0;
}
.school-instructor .instructor__card-dl dt {
  width: 20%;
}
.school-instructor .instructor__card-dl dd {
  width: 80%;
}
.school-instructor .instructor__card-img {
  width: 100%;
  height: 44vw;
  margin-bottom: 8%;
}
.school-instructor .instructor__card-text {
  margin-top: 8%;
}

/*
# school-course
------------------------*/
.school-course .course__part {
  margin-bottom: 15%;
  padding: 0.5vw;
}
.school-course .course__part:last-child {
  margin-bottom: 0;
}
.school-course .course__part .com-box-frame {
  padding: 10% 6%;
}
.school-course .course__part-table tr {
  margin-bottom: 1px;
}
.school-course .course__part-table tr:last-child {
  margin-bottom: 0;
}
.school-course .course__part-table tr th,
.school-course .course__part-table tr td {
  padding: 3vw 2vw;
}
.school-course .course__part-table tr th {
  width: 35%;
  text-align: center;
}
.school-course .course__part-table tr td {
  width: 65%;
  background: #9a8b79;
}
.school-course .course__part-text {
  margin-top: 15px;
}

/*==========================================
info
===========================================*/
/*
# info-greeting
------------------------*/
.info-greeting .greeting__inbox {
  position: relative;
}
.info-greeting .greeting__img {
  margin-bottom: 8%;
}
.info-greeting .greeting__content {
  padding: 0.5vw;
}
.info-greeting .greeting__content .com-box-frame {
  padding: 10% 6%;
}
.info-greeting .greeting__content .name {
  text-align: right;
}
.info-greeting .greeting__subtitle {
  font-size: var(--font-size-22);
  margin-bottom: 8%;
  text-align: center;
}

/*
# info__section
------------------------*/
.info__section {
  background: url(../img/info/info-btm_bg.png) bottom center/100% no-repeat, linear-gradient(to right, rgb(61, 26, 12) 0%, rgb(100, 56, 4) 50%, rgb(61, 26, 12) 100%);
}
.info__section .info__table {
  margin-bottom: 15%;
  padding: 0.5vw;
}
.info__section .info__table .com-box-frame {
  padding: 10% 6%;
}
.info__section .info__table tr {
  padding: 4% 0;
}
.info__section .info__table th {
  background: none;
}
.info__section .info__table td a {
  color: var(--primary-color);
}

/*==========================================
news
===========================================*/
.column__wrap .tag-select__title {
  font-size: var(--font-size-18);
  margin-bottom: 10%;
}
.column__wrap .tag-select__list {
  gap: 4vw 4%;
  margin-bottom: 10%;
}
.column__wrap .tag-select__list .tag-select__item {
  width: 48%;
}
.column__wrap .tag-select__list .tag-select__item a {
  height: 10vw;
  text-align: center;
  padding: 0 6vw;
}
.column__wrap .tag-select__list .tag-select__item a::before {
  transform: rotate(90deg);
  right: 3%;
  width: 5vw;
}
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  row-gap: 2.5vw;
}
.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;
  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);
}
.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-way .way__text {
  margin-bottom: 10%;
}
.contact-way .way__wrap {
  text-align: center;
}
.contact-way .way__wrap .c-tel__num {
  filter: brightness(0) invert(1);
  display: inline-block;
  margin-bottom: 5%;
}
.contact-way .way__wrap .com-text {
  text-align: left;
}

#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item {
  padding: 5% 0;
}
#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フレーム時)
  ===========================================*/