@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
  padding: 10px 0;
}
div .bread .breadcrumbs {
  width: 1080px;
  margin: 0 auto;
  gap: 10px 20px;
}
div .bread li {
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
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-contact__section
------------------------*/
.c-contact__section {
  z-index: 1;
}
.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: 4px;
  width: clamp(1200px, 66.6666%, 1280px);
}
.c-contact__section .contact__inbox::before, .c-contact__section .contact__inbox::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 30px;
  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: 4px;
}
.c-contact__section .contact__inbox::after {
  bottom: 4px;
  transform: rotate(180deg);
}
.c-contact__section .com-box-frame {
  padding: 65px 55px;
}
.c-contact__section .contact__title .title-ja {
  font-weight: var(--font-weight-semibold);
}
.c-contact__section .contact__text {
  margin-bottom: 35px;
  font-size: var(--font-size-17);
}

/*
# .c-tel__num
------------------------*/
.c-tel__num {
  font-size: var(--font-size-40);
  color: var(--primary-color);
  letter-spacing: 0.06em;
  padding-left: 30px;
  background: url(../img/common/tel_ic.svg) left bottom 12px/25px no-repeat;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 20px 37px;
}
.c-contact__list .contact__item-button {
  width: 320px;
  min-height: 70px;
  font-size: var(--font-size-19);
  letter-spacing: 0.1em;
}
.c-contact__list .contact__item-line .contact__item-button span {
  padding-left: 45px;
}
.c-contact__list .contact__item-line .contact__item-button span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  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: 35px;
}
.c-contact__list .contact__item-mail .contact__item-button span::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 16px;
  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: 40px;
  padding: 4px;
}
.c-faq__list .faq__item:last-child {
  margin-bottom: 0;
}
.c-faq__list .faq__item .com-box-frame {
  padding: 25px 40px;
}
.c-faq__list .faq__item-title, .c-faq__list .faq__item-content {
  padding: 0 20px 0 35px;
}
.c-faq__list .faq__item-title::before, .c-faq__list .faq__item-content::before {
  position: absolute;
  inset: 0 auto auto 0;
  line-height: 1;
  font-size: var(--font-size-28);
  font-family: var(--font-secondary);
}
.c-faq__list .faq__item-title {
  font-size: var(--font-size-20);
}
.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: 95px 0;
}
.c-pages__wrap::before, .c-pages__wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 24px;
  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 {
  width: clamp(1080px, 66.666%, 1280px);
  margin: 0 auto;
  gap: 45px 6.25%;
}
.c-pages__wrap .pages__item {
  width: 46.875%;
}
.c-pages__wrap .pages__item-link {
  height: 440px;
  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: 25px auto auto 7%;
  font-size: var(--font-size-55);
}
.c-pages__wrap .pages__item-link span::before {
  width: 40px;
  height: 15px;
  filter: brightness(0) invert(1);
  right: -55px;
  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 tr {
  display: flex;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
  letter-spacing: 0.1em;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}
.com-table tr td .address-link {
  padding-left: 20px;
}

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

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

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

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

/*
# com-button
------------------------*/
.com-button {
  font-size: var(--font-size-18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--color-white);
  border-radius: 30px;
  min-height: 60px;
}
.com-button.has-arrow::before {
  right: -18px;
  filter: brightness(0) invert(1);
}
.com-button:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--primary-color);
}
.com-button:hover::before {
  right: 10px;
  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: 35px 45px;
}
.com-check__list .check__item {
  width: 50%;
  padding: 10px 10px 10px 50px;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-semibold);
  border-bottom: 1px solid var(--accent-color-light);
  letter-spacing: 0.08em;
}
.com-check__list .check__item::before {
  left: 17px;
}
.com-check__list .check__item:nth-child(2n+1):nth-last-child(-n+2), .com-check__list .check__item:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  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-45);
  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: 42px;
  height: 29px;
  background: url(../img/common/section-ttl_deco.png) center/100% no-repeat;
  z-index: -1;
  inset: auto -35px 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-55);
}
.section-title .title-en {
  display: block;
  font-family: var(--font-weight-light);
  font-size: var(--font-size-22);
  letter-spacing: 0.02em;
}

.headline-title {
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-medium);
  border-bottom: 1px solid var(--accent-color-light);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sub-title {
  font-size: var(--font-size-34);
  text-align: center;
  margin-bottom: 50px;
  padding: 40px 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: 121px;
  height: 20px;
  background: url(../img/common/com-frame_deco.png) center/100% no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.sub-title::before {
  top: -20px;
}
.sub-title::after {
  transform: rotate(180deg);
  bottom: -20px;
}

/*==========================================
header
===========================================*/
#header {
  width: 100%;
  background: url(../img/common/header_bg.png) top center/100% no-repeat;
  inset: 0 0 auto;
  height: 157px;
  z-index: 100;
  padding: 25px 1.302%;
}
#header .header__logo {
  line-height: 1;
}
#header .header__right {
  gap: 20px;
}
#header .header__nav-item::before {
  width: 1px;
  height: 16px;
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-white);
  transform: rotate(15deg);
}
#header .header__nav-item:first-child::before {
  background: none;
}
#header .header__nav-item:first-child .header__nav-link {
  padding-left: 0;
}
#header .header__nav-item:last-child .header__nav-link {
  padding-right: 0;
}
#header .header__nav-link {
  padding: 0 27px;
  font-size: var(--font-size-16);
}
#header .header__nav-link span {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  display: block;
  position: relative;
}
#header .header__nav-link span::before, #header .header__nav-link span::after {
  content: "";
  width: 0;
  bottom: -5px;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--color-white);
  position: absolute;
  display: block;
}
#header .header__nav-link span::before {
  left: 50%;
}
#header .header__nav-link span:after {
  right: 50%;
}
#header .header__nav-link span:hover {
  color: var(--color-white);
}
#header .header__nav-link span:hover::before, #header .header__nav-link span:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--color-white);
}
#header .header__nav-link.current span {
  border-bottom: 1px solid;
}
#header .header__nav-link.current span::before, #header .header__nav-link.current span::after {
  border-bottom: none;
}
#header .header__nav-link.current span:hover::before, #header .header__nav-link.current span:hover::after {
  border-bottom: none;
}
#header .c-instagram__icon {
  filter: brightness(0) invert(1);
}
#header .fixed__button {
  inset: auto 20px 40px auto;
}
#header .fixed__button:hover {
  transform: scale(0.97);
}

/*==========================================
mv
===========================================*/
.top-mv {
  height: clamp(599px, 46.8745vw, 900px);
  background: url(../img/top/mv_bg.jpg) center/cover no-repeat;
}
.top-mv .mv__catch {
  width: clamp(1080px, 66.666%, 1280px);
  margin: auto;
  inset: 33.3333% 0 auto;
  text-align: right;
}
.top-mv .mv__catch-ja {
  font-size: var(--font-size-50);
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-regular);
  line-height: 1.48;
  margin: 0 0 20px auto;
  width: 525px;
}
.top-mv .mv__catch-ja .block {
  text-align: left;
}
.top-mv .mv__catch-ja em {
  font-size: 6rem;
}
.top-mv .mv__catch-en {
  font-size: var(--font-size-22);
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.top-mv .mv__catch-en::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 1px;
  background: var(--accent-color);
  inset: 0 auto 0 -50px;
  margin: auto 0;
  z-index: 1;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 75px 0 85px;
}
#footer .footer__left {
  width: 490px;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 50px;
}
#footer .footer__button {
  width: 315px;
  padding: 2px;
  border: 1px solid var(--accent-color-light);
}
#footer .footer__button::before {
  right: 15px;
}
#footer .footer__button span {
  min-height: 70px;
  font-size: var(--font-size-18);
}
#footer .footer__right {
  width: 522px;
}
#footer .footer__right .c-instagram__icon {
  margin: 0 0 40px auto;
}
#footer .footer__nav {
  border-top: 1px solid var(--accent-color-light);
  border-bottom: 1px solid var(--accent-color-light);
  padding: 20px 0;
}
#footer .footer__nav-list {
  row-gap: 5px;
}
#footer .footer__nav-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: var(--color-white);
  transform: rotate(20deg);
  inset: 0 0 0 auto;
  margin: auto 0;
}
#footer .footer__nav-item:first-child .footer__nav-link {
  padding-left: 0;
}
#footer .footer__nav-item:last-child::after {
  background: none;
}
#footer .footer__nav-item:last-child .footer__nav-link {
  padding-right: 0;
}
#footer .footer__nav-link {
  font-size: var(--font-size-15);
  padding: 0 17px;
  letter-spacing: 0;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: right;
  letter-spacing: 0.12em;
  margin-top: 35px;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  inset: auto 25px 30px auto;
  z-index: 999;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 550px;
}
.lower-sv .sv__title {
  width: clamp(1080px, 66.666%, 1280px);
  margin: 0 auto;
  font-size: var(--font-size-55);
  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: 100px 0 0;
}
.top-blog .blog__inbox {
  position: relative;
  min-height: 330px;
}
.top-blog .blog__title {
  margin-bottom: 0;
}
.top-blog .blog__post-list {
  width: 820px;
  padding: 4px;
}
.top-blog .blog__post-list .com-box-frame {
  padding: 0 35px;
}
.top-blog .blog__post {
  border-bottom: 1px solid var(--accent-color-light);
}
.top-blog .blog__post:last-child {
  border-bottom: none;
}
.top-blog .blog__post-link {
  padding: 25px 0;
  row-gap: 10px;
}
.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-16);
  width: 110px;
  letter-spacing: 0.12em;
}
.top-blog .blog__post-tags {
  width: calc(100% - 110px);
  gap: 7px;
}
.top-blog .blog__post-tags .blog__post-tag {
  font-size: var(--font-size-15);
  padding: 0 10px;
}
.top-blog .blog__post-title {
  font-size: var(--font-size-16);
}
.top-blog .blog__button {
  width: 200px;
  position: absolute;
  inset: 170px auto auto 0;
}

/*
# top-concept
------------------------*/
.top-concept {
  padding: 195px 0 135px;
  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 {
  width: 480px;
  margin: 0 auto 45px;
  background: url(../img/top/concept-ttl_bg.png) left top 40px no-repeat;
}
.top-concept .concept__text {
  font-size: var(--font-size-17);
  line-height: 2.2352941176;
}

/*
# top-worries
------------------------*/
.top-worries {
  padding: 120px 0 0;
  z-index: 1;
}
.top-worries::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1280px;
  height: 131px;
  background: url(../img/top/worry_arr.png) top center/100% no-repeat;
  inset: auto 0 -131px;
  margin: 0 auto;
  z-index: -1;
}
.top-worries .worries__title em::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-white);
  inset: -5px 0 auto;
  margin: 0 auto;
}
.top-worries .worries__wrap {
  padding: 4px;
  margin-bottom: 55px;
}
.top-worries .worries__text {
  text-align: center;
  font-size: var(--font-size-26);
  text-decoration: underline;
  text-underline-offset: 22px;
  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-36);
}

/*
# top-reason
------------------------*/
.top-reason {
  padding: 180px 0 130px;
  background: url(../img/top/reason_bg.jpg);
}
.top-reason .reason__text {
  font-size: var(--font-size-17);
  line-height: 2.2352941176;
  margin-bottom: 50px;
}
.top-reason .reason__list {
  gap: 45px 60px;
}
.top-reason .reason__list .reason__item {
  width: 320px;
  padding: 18px 16px 30px;
  z-index: 1;
  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: 82px;
  height: 70px;
  inset: 5px auto auto 5px;
  background: url(../img/common/com-lt_frame.png) center/100% no-repeat;
  opacity: 0.5;
}
.top-reason .reason__list .reason__item-caption {
  font-size: var(--font-size-23);
  letter-spacing: 0.1em;
  margin-top: 15px;
}

/*
# top-menu
------------------------*/
.top-menu {
  padding: 120px 0;
  background: url(../img/top/menu_line.png) top center repeat-x, url(../img/top/menu_line.png) bottom center 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: 15px;
  z-index: 1;
  padding: 100px 0 0;
}
.top-menu .menu__part:last-child {
  margin-bottom: 0;
}
.top-menu .menu__part-img {
  position: absolute;
  top: 0;
  z-index: -1;
}
.top-menu .menu__part-content {
  width: 560px;
  min-height: 542px;
}
.top-menu .menu__part:nth-of-type(odd) .menu__part-img {
  right: -100px;
}
.top-menu .menu__part:nth-of-type(even) .menu__part-img {
  left: -100px;
}
.top-menu .menu__part:nth-of-type(even) .menu__part-content {
  margin-left: auto;
}
.top-menu .menu__part-text {
  font-size: var(--font-size-17);
  line-height: 2.3529411765;
  letter-spacing: 0.12em;
}
.top-menu .menu__part-button {
  width: 420px;
  margin: 0 auto 0;
}

/*
# top-voice
------------------------*/
.top-voice {
  padding: 120px 0;
}
.top-voice .voice__post {
  margin-bottom: 45px;
  padding: 4px;
}
.top-voice .voice__post .com-box-frame {
  padding: 20px 35px;
}
.top-voice .voice__post-title {
  width: 890px;
}
.top-voice .voice__post-prof {
  position: absolute;
  inset: auto -105px -13px auto;
  font-size: var(--font-size-16);
}
.top-voice .voice__button {
  width: 420px;
  margin: 60px auto 0;
}

/*
# top-info
------------------------*/
.top-info {
  padding: 120px 0;
}
.top-info .info__left {
  width: 600px;
}
.top-info .info__table td a {
  color: var(--primary-color);
}
.top-info .info__button {
  width: 420px;
  margin-top: 38px;
}

/*
# top-school
------------------------*/
.top-school {
  padding: 115px 0;
  background: url(../img/top/school-l_bg.png) left center no-repeat, url(../img/top/school-r_bg.png) right center no-repeat;
}
.top-school .school__text {
  font-size: var(--font-size-18);
  line-height: 2.1111111111;
  margin-bottom: 60px;
}
.top-school .school__button {
  width: 420px;
  margin: 0 auto;
}

/*==========================================
menu
===========================================*/
/*
# menu__section
------------------------*/
.menu__section .menu__text {
  margin-bottom: 55px;
}
.menu__section .menu__part {
  margin-bottom: 155px;
}
.menu__section .menu__part:last-child {
  margin-bottom: 0;
}
.menu__section .menu__part-headline {
  margin-bottom: 40px;
}
.menu__section .menu__part-content {
  width: 525px;
}
.menu__section .menu__part-text {
  font-size: var(--font-size-17);
  line-height: 1.8823529412;
}
.menu__section .price__title {
  font-size: var(--font-size-26);
  border-left: 4px solid;
  line-height: 1.5384615385;
  padding-left: 15px;
  margin-bottom: 15px;
}
.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: 15px;
}
.menu__section .price__table th {
  width: 457px;
  font-size: var(--font-size-20);
}
.menu__section .price__table td {
  font-size: var(--font-size-19);
  width: calc(100% - 457px);
}

/*==========================================
voice
===========================================*/
.voice__section .voice__text {
  margin-bottom: 50px;
  font-size: var(--font-size-17);
}
.voice__section .voice__part {
  margin-bottom: 120px;
}
.voice__section .voice__part:last-child {
  margin-bottom: 0;
}
.voice__section .voice__part-img {
  width: 508px;
  height: 312px;
}
.voice__section .voice__part:has(.voice__part-img) .voice__headline {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
.voice__section .voice__part:has(.voice__part-img) .voice__part-content {
  width: 540px;
}
.voice__section .voice__part-table {
  width: 540px;
  margin: 0 auto 20px;
}
.voice__section .voice__part-table tr {
  margin-bottom: 3px;
}
.voice__section .voice__part-table tr:last-child {
  margin-bottom: 0;
}
.voice__section .voice__part-table th,
.voice__section .voice__part-table td {
  padding: 12px;
  font-size: var(--font-size-18);
  text-align: center;
}
.voice__section .voice__part-table th {
  width: 200px;
}
.voice__section .voice__part-table td {
  width: calc(100% - 200px);
}

/*==========================================
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: 85px;
}
.school-about .about__for-title {
  margin-bottom: 0;
}
.school-about .about__for .for__list {
  padding: 25px 20px;
}
.school-about .about__for .for__list .check__item {
  font-size: var(--font-size-21);
  padding: 10px 0 10px 35px;
}
.school-about .about__for .for__list .check__item::before {
  left: 5px;
}

/*
# school-reason
------------------------*/
.school-reason .reason__card {
  margin-bottom: 60px;
  position: relative;
}
.school-reason .reason__card:last-child {
  margin-bottom: 0;
}
.school-reason .reason__card-img {
  position: absolute;
  inset: 0 auto auto 0;
}
.school-reason .reason__card-title {
  padding-right: 35px;
  font-size: var(--font-size-28);
}
.school-reason .reason__card-title::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 45px;
  inset: auto 0 10px auto;
  background: url(../img/school/reason-card-ttl_deco.png) center/100% no-repeat;
}
.school-reason .reason__card-content {
  width: 520px;
  margin-left: auto;
  min-height: 272px;
}
.school-reason .reason__card-text {
  line-height: 2;
}

/*
# 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: 4px;
}
.school-instructor .instructor__card:last-child {
  margin-bottom: 0;
}
.school-instructor .instructor__card .com-box-frame {
  padding: 40px;
}
.school-instructor .instructor__card:has(.instructor__card-img) .instructor__card-content {
  width: 535px;
}
.school-instructor .instructor__card-dl {
  border-bottom: 1px solid var(--accent-color-light);
  padding: 10px 0;
}
.school-instructor .instructor__card-dl dt {
  width: 60px;
}
.school-instructor .instructor__card-dl dd {
  width: calc(100% - 70px);
}
.school-instructor .instructor__card-img {
  width: 440px;
  height: 312px;
}
.school-instructor .instructor__card-text {
  margin-top: 15px;
}

/*
# school-course
------------------------*/
.school-course .course__part {
  margin-bottom: 40px;
  padding: 4px;
}
.school-course .course__part:last-child {
  margin-bottom: 0;
}
.school-course .course__part .com-box-frame {
  padding: 30px 35px;
}
.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: 15px;
}
.school-course .course__part-table tr th {
  width: 200px;
  text-align: center;
}
.school-course .course__part-table tr td {
  width: calc(100% - 200px);
  background: #9a8b79;
}
.school-course .course__part-text {
  margin-top: 15px;
}

/*==========================================
info
===========================================*/
/*
# info-greeting
------------------------*/
.info-greeting .greeting__inbox {
  position: relative;
}
.info-greeting .greeting__img {
  position: absolute;
  inset: 0 0 auto auto;
}
.info-greeting .greeting__content {
  width: 820px;
  padding: 4px;
}
.info-greeting .greeting__content .com-box-frame {
  padding: 35px 180px 35px 35px;
}
.info-greeting .greeting__content .name {
  text-align: right;
}
.info-greeting .greeting__subtitle {
  font-size: var(--font-size-30);
  margin-bottom: 15px;
}

/*
# 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: 50px;
  padding: 4px;
}
.info__section .info__table .com-box-frame {
  padding: 35px;
}
.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-20);
  margin-bottom: 20px;
}
.column__wrap .tag-select__list {
  gap: 20px 53.333px;
  margin-bottom: 65px;
}
.column__wrap .tag-select__list .tag-select__item {
  width: 230px;
}
.column__wrap .tag-select__list .tag-select__item a {
  height: 66px;
  font-size: var(--font-size-18);
  text-align: center;
}
.column__wrap .tag-select__list .tag-select__item a::before {
  transform: rotate(90deg);
  right: 5%;
}
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta {
  row-gap: 15px;
  padding-left: 30px;
}
.column__wrap .column__list .column__post-meta time {
  width: 115px;
}
.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% - 125px);
  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);
}
.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;
  flex-direction: row-reverse;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 340px;
  height: 212px;
}
.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: 685px;
}

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

/*==========================================
  contact
  ===========================================*/
.contact-way .way__text {
  margin-bottom: 40px;
}
.contact-way .way__wrap {
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.contact-way .way__wrap .c-tel__num {
  filter: brightness(0) invert(1);
  background-position: 0 28px;
}

#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item {
  margin-bottom: 15px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 20px;
}
#contact .contact__form-item .contact__form-input {
  padding: 25px 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: 350px;
}
#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フレーム時)
  ===========================================*/