@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  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-contact__list
------------------------*/
.c-contact__list {
  gap: 30px;
}
.c-contact__list .com-tel {
  line-height: 1.2;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-34);
  font-weight: var(--font-wight-bold);
  color: var(--color-white);
  letter-spacing: 0.08em;
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-20);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-mail .mail__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  height: 55px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  width: 200px;
  background: url(../../img/common/mail_ic.png) left 25px center no-repeat;
  padding: 0 5px 0 35px;
}
.c-contact__list .com-mail .mail__button:hover {
  background-color: var(--primary-color);
  opacity: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 240px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 240px);
  padding: 0 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-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

#g-map h4 {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 500px;
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-button {
  display: block;
  color: var(--color-white);
  background: var(--primary-color);
  padding: 4px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-semibold);
}
.com-button span {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--decoration-color-brown);
  position: relative;
}
.com-button span::before, .com-button span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--decoration-color-brown);
  border-right: 1px solid var(--decoration-color-brown);
  transform: rotate(45deg);
  transition: all 0.3s;
}
.com-button span::before {
  right: 25px;
}
.com-button span::after {
  right: 30px;
}
.com-button:hover span::before {
  right: 15px;
}
.com-button:hover span::after {
  right: 20px;
}

/*
# 税込みテキスト
------------------------*/
.in-tax__text {
  font-size: var(--font-size-16);
  text-align: center;
  margin-bottom: 50px;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  text-align: center;
  font-size: var(--font-size-50);
  margin-bottom: 60px;
}
.section-title span {
  display: inline-block;
  padding: 0 195px;
  position: relative;
}
.section-title span::before, .section-title span::after {
  position: absolute;
  content: "";
  width: 159px;
  height: 43px;
  background: url(../../img/common/section-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.section-title span::before {
  left: 0;
}
.section-title span::after {
  right: 0;
  transform: scale(-1, 1);
}

.headline-title {
  padding: 5px;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-22);
  margin-bottom: 20px;
}
.headline-title span {
  display: block;
  padding: 10px 20px;
  border: 1px solid var(--decoration-color-brown);
}

/*==========================================
header
===========================================*/
#header {
  background: url(../../img/common/header_bg.png) top center no-repeat;
  height: 229px;
  padding: 20px 1.8229% 0;
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .header__right {
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__contact-list {
  justify-content: flex-end;
}

/*==========================================
nav
===========================================*/
#nav {
  margin-top: 20px;
}
#nav .nav__list {
  gap: 15px 30px;
}
#nav .nav__list .nav__item {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
}
#nav .nav__list .nav__item-link {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#nav .nav__list .nav__item-link::before, #nav .nav__list .nav__item-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--color-white);
  position: absolute;
  display: block;
}
#nav .nav__list .nav__item-link::before {
  left: 50%;
}
#nav .nav__list .nav__item-link:after {
  right: 50%;
}
#nav .nav__list .nav__item-link:hover {
  color: var(--color-white);
}
#nav .nav__list .nav__item-link:hover::before, #nav .nav__list .nav__item-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--color-white);
}
#nav .nav__list .nav__item-link.current {
  border-bottom: 1px solid;
}
#nav .nav__list .nav__item-link.current::before, #nav .nav__list .nav__item-link.current::after {
  border-bottom: none;
}
#nav .nav__list .nav__item-link.current:hover::before, #nav .nav__list .nav__item-link.current:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: clamp(650px, 48.437vw, 930px);
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto 0 10.215%;
  width: 50.7291%;
  margin: 0 auto;
  z-index: 1001;
}
#top-mv #mv__slider {
  height: clamp(650px, 48.437vw, 930px);
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/mv_slide01.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv_slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv_slide03.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/mv_slide04.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color);
  padding: 75px 0 90px;
  text-align: center;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
#footer .footer__address {
  margin-bottom: 35px;
  font-size: var(--font-size-14);
}
#footer .footer__contact-list {
  justify-content: center;
  margin-bottom: 40px;
}
#footer .footer__nav-list {
  gap: 15px 30px;
  padding: 15px 0;
  border-top: 1px solid;
}
#footer .footer__nav-list .footer__nav-item {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 45px;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(400px, 34.3745vw, 660px);
  position: relative;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto 0 31.0606%;
  margin: 0 auto;
  width: 900px;
  padding: 20px 0;
  color: var(--color-white);
  font-size: var(--font-size-50);
  background-color: rgba(215, 186, 163, 0.6);
  background-image: linear-gradient(to right, var(--color-white) 2px, transparent 2px), linear-gradient(to bottom, var(--color-white) 2px, transparent 2px), linear-gradient(to left, var(--color-white) 2px, transparent 2px), linear-gradient(to top, var(--color-white) 2px, transparent 2px);
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
  text-align: center;
  text-shadow: 5px 5px 10px rgba(var(--primary-color-rgb), 0.7), -5px 5px 10px rgba(var(--primary-color-rgb), 0.7), 5px -5px 10px rgba(var(--primary-color-rgb), 0.7), -5px -5px 10px rgba(var(--primary-color-rgb), 0.7);
}
.lower-sv .sv__title::before, .lower-sv .sv__title::after {
  position: absolute;
  content: "";
  margin: auto 0;
}
.lower-sv .sv__title::before {
  width: 131px;
  height: 194px;
  background: url(../../img/sv/sv-ttl-l_deco.png) center/100% no-repeat;
  inset: 0 auto 0 -62px;
}
.lower-sv .sv__title::after {
  width: 83px;
  height: 164px;
  background: url(../../img/sv/sv-ttl-r_deco.png) center/100% no-repeat;
  inset: 0 -40px 0 auto;
}

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

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

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

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

#news-sv {
  background: url(../../img/sv/news-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-title {
  position: relative;
  z-index: 1;
}
.top-title .title-en {
  position: absolute;
  display: block;
  font-size: 7.8rem;
  letter-spacing: 0;
  line-height: 0;
  z-index: -1;
}
.top-title .title-en::first-letter {
  font-size: 18.4rem;
}

/*
# top-banner
------------------------*/
#top-banner {
  padding: 125px 0;
  background: url(../../img/top/banner_bg.jpg) center/cover no-repeat;
}
#top-banner .banner__inbox {
  position: relative;
  z-index: 1;
}
#top-banner .banner__inbox::before {
  position: absolute;
  content: "";
  inset: auto auto -46px -75px;
  width: 206px;
  height: 166px;
  background: url(../../img/top/banner-bg_deco.png) center/100% no-repeat;
  z-index: -1;
}
#top-banner .banner__wrap .banner__img {
  position: absolute;
  inset: 35px auto auto 40px;
}
#top-banner .banner__wrap .banner__title {
  font-size: var(--font-size-40);
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
#top-banner .banner__wrap .banner__title span {
  color: var(--text-color-brown);
  font-size: var(--font-size-50);
  line-height: 1;
}
#top-banner .banner__wrap .banner__content {
  width: 615px;
  margin-left: auto;
  min-height: 288px;
}
#top-banner .banner__wrap .banner__text {
  margin-bottom: 20px;
}

.banner__wrap {
  border: 2px solid var(--decoration-color-brown);
  padding: 7px;
  background: var(--color-brown);
}
.banner__wrap .banner__inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(165, 110, 71) 0%, rgb(216, 162, 120) 100%);
  padding: 35px 35px 25px 40px;
}
.banner__wrap .banner__inner::before, .banner__wrap .banner__inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 74px;
  left: 0;
  right: 0;
  z-index: -1;
}
.banner__wrap .banner__inner::before {
  top: 0;
  background: url(../../img/top/banner-top_frame.png) center top no-repeat;
}
.banner__wrap .banner__inner:after {
  background: url(../../img/top/banner-bottom_frame.png) center bottom no-repeat;
  bottom: 0;
}

/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 35px 0 170px;
  background: url(../../img/top/greeting_bg.jpg) center/cover no-repeat;
}
#top-greeting .greeting__title {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 40px;
}
#top-greeting .greeting__title .title-en {
  width: 110%;
  color: #b18b6c;
  left: -55px;
}
#top-greeting .greeting__title .title-ja {
  display: block;
  line-height: 1.6;
  font-size: var(--font-size-40);
  color: var(--color-white);
  position: relative;
}
#top-greeting .greeting__title .title-ja::before, #top-greeting .greeting__title .title-ja::after {
  position: absolute;
  content: "";
  width: 134px;
  height: 47px;
  background: url(../../img/top/greeting-ttl_deco.png) center/100% no-repeat;
  top: 50px;
}
#top-greeting .greeting__title .title-ja::before {
  left: 0;
}
#top-greeting .greeting__title .title-ja::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-greeting .greeting__title .title-ja em {
  font-size: 8rem;
}
#top-greeting .greeting__title .title-ja strong {
  font-size: var(--font-size-60);
}
#top-greeting .greeting__title .title-ja small {
  display: block;
  letter-spacing: 0.48em;
  color: #e9c797;
  font-size: var(--font-size-40);
}
#top-greeting .greeting__text {
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: 65px;
}
#top-greeting .greeting__button {
  width: 750px;
  margin: 0 auto;
}

/*
# top-column2
------------------------*/
.top-column2 {
  background: var(--accent-color);
}
.top-column2 .column__part {
  position: relative;
  z-index: 1;
}
.top-column2 .column__part .column__content {
  width: 50%;
  padding: 80px 0 125px;
}
.top-column2 .column__part .column__content .column__inner {
  width: 53.5833%;
  min-width: 440px;
}
.top-column2 .column__part .column__content .column__title {
  position: initial;
  margin-bottom: 35px;
}
.top-column2 .column__part .column__content .column__title .title-ja {
  font-size: var(--font-size-46);
  line-height: 1.7;
}
.top-column2 .column__part .column__content .column__title .title-ja em {
  font-size: 6.6rem;
  line-height: 1.3;
}
.top-column2 .column__part .column__content .column__title .title-ja small {
  display: block;
  font-size: var(--font-size-46);
  color: var(--text-color-brown);
}
.top-column2 .column__part .column__content .column__title .title-en {
  color: #b18b6c;
}
.top-column2 .column__part .column__content .column__text {
  margin-bottom: 45px;
}
.top-column2 .column__part .column__img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.top-column2 .column__part:nth-child(odd) .column__title .title-en {
  inset: 31% 2.0833% auto auto;
}
.top-column2 .column__part:nth-child(odd) .column__content {
  margin-left: auto;
  padding-left: 2.85%;
  background: url(../../img/top/ordermade_deco.png) right top/63.2291% no-repeat;
}
.top-column2 .column__part:nth-child(odd) .column__img {
  left: 0;
}
.top-column2 .column__part:nth-child(even) .column__title .title-en {
  width: 50%;
  line-height: 1;
  inset: 24% auto auto 8.333%;
}
.top-column2 .column__part:nth-child(even) .column__img {
  right: 0;
}
.top-column2 .column__part:nth-child(even) .column__content {
  padding-right: 2.9%;
  background: url(../../img/top/lesson_deco.png) left bottom/61.4583% no-repeat;
}
.top-column2 .column__part:nth-child(even) .column__content .column__inner {
  margin-left: auto;
}

/*
# top-item
------------------------*/
#top-item {
  padding: 90px 0 125px;
  background: url(../../img/top/item-btm_deco.png) bottom center/100% no-repeat, url(../../img/top/item_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
}
#top-item .item__title {
  padding-top: 125px;
  text-align: center;
  margin-bottom: 80px;
}
#top-item .item__title .title-en {
  color: #946b4b;
  inset: 95px 0 auto;
}
#top-item .item__title .title-img {
  position: absolute;
  inset: 40px auto auto 175px;
}
#top-item .item__title .title-ja {
  font-size: var(--font-size-50);
  display: inline-block;
  padding: 0 150px;
  position: relative;
}
#top-item .item__title .title-ja::before, #top-item .item__title .title-ja::after {
  position: absolute;
  content: "";
  width: 128px;
  height: 19px;
  background: url(../../img/top/item-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-item .item__title .title-ja::before {
  left: 0;
}
#top-item .item__title .title-ja::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-item .item__title .title-ja em {
  font-size: var(--font-size-60);
}
#top-item .item__content .item__text {
  width: 545px;
  margin: 0 0 55px auto;
}
#top-item .item__content .item__img-front {
  width: 480px;
  margin: 0 auto 75px;
}
#top-item .item__content .item__button {
  width: 750px;
  margin: 0 auto;
}
#top-item .item__img-back {
  position: absolute;
  width: 43.9583%;
  inset: 370px auto auto 0;
  z-index: -1;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 190px 0 135px;
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .news__left {
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--accent-color);
  position: relative;
  z-index: 1;
}
#top-news .news__left::before, #top-news .news__left::after {
  position: absolute;
  content: "";
}
#top-news .news__left::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  inset: 0;
  margin: auto;
  border: 1px solid var(--decoration-color-brown);
  z-index: -1;
}
#top-news .news__left::after {
  width: 124px;
  height: 251px;
  inset: auto auto -40px -65px;
  background: url(../../img/top/news-ttl_deco.png) center/100% no-repeat;
}
#top-news .news__left .news__title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 35px;
}
#top-news .news__left .news__title .title-en {
  display: block;
  font-size: var(--font-size-32);
  color: var(--text-color-brown);
}
#top-news .news__left .news__title .title-ja {
  font-size: var(--font-size-40);
}
#top-news .news__left .news__button {
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-weight: var(--font-wight-semibold);
  position: relative;
  padding-right: 25px;
}
#top-news .news__left .news__button::after {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}
#top-news .news__left .news__button:hover {
  text-decoration: underline;
}
#top-news .news__left .news__button:hover::after {
  right: -10px;
}
#top-news .news__post-list {
  width: 745px;
  background: url(../../img/top/news_bg.jpg);
  padding: 15px 85px 15px 20px;
  position: relative;
  z-index: 1;
}
#top-news .news__post-list::before {
  position: absolute;
  content: "";
  width: 671px;
  height: 533px;
  inset: -119px -140px auto auto;
  background: url(../../img/top/news-post_deco.png) center/100% no-repeat;
  z-index: -1;
}
#top-news .news__post-list .news__post {
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-list .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-list .news__post-link {
  padding: 25px 0;
  color: var(--primary-color);
}
#top-news .news__post-list .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-list .news__post-date {
  width: 120px;
}
#top-news .news__post-list .news__post-tags {
  width: calc(100% - 120px);
}
#top-news .news__post-list .news__post-tags li {
  padding: 0 7px;
  position: relative;
}
#top-news .news__post-list .news__post-tags li::before, #top-news .news__post-list .news__post-tags li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--primary-color);
}
#top-news .news__post-list .news__post-tags li::before {
  left: 0;
}
#top-news .news__post-list .news__post-tags li::after {
  right: 0;
}
#top-news .news__post-list .news__post-tags li:not(:first-child)::before {
  background: none;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  margin-top: 10px;
  font-size: var(--font-size-16);
}

/*
# top-info
------------------------*/
#top-info {
  background: var(--color-brown);
}
#top-info .info__inbox {
  width: 100%;
  padding: 60px 0 105px;
  background: url(../../img/top/info-btm_deco.png) bottom center/100% no-repeat;
}
#top-info .info__title {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 25px;
}
#top-info .info__title .title-en {
  inset: 100px 0 auto;
  color: #946b4b;
}
#top-info .info__title .title-ja {
  font-size: var(--font-size-50);
  display: inline-block;
  padding: 0 170px;
  position: relative;
}
#top-info .info__title .title-ja::before, #top-info .info__title .title-ja::after {
  position: absolute;
  content: "";
  width: 159px;
  height: 43px;
  background: url(../../img/top/info-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-info .info__title .title-ja::before {
  left: 0;
}
#top-info .info__title .title-ja::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-info .info__table {
  width: 1080px;
  margin: 0 auto;
}
#top-info .info__table th {
  text-align: center;
}

/*==========================================
about
===========================================*/
/*
# about-concept
------------------------*/
#about-concept .concept__content {
  padding: 10px;
  background: #f4e2ca;
  position: relative;
  margin-bottom: 55px;
}
#about-concept .concept__content::before, #about-concept .concept__content::after {
  position: absolute;
  content: "";
  width: 319px;
  height: 212px;
  top: 0;
  background: url(../../img/about/concept-content_deco.png) center/100% no-repeat;
}
#about-concept .concept__content::before {
  left: 0;
}
#about-concept .concept__content::after {
  right: 0;
  transform: scale(-1, 1);
}
#about-concept .concept__content .concept__inner {
  border: 1px solid var(--decoration-color-brown);
  padding: 65px 50px 70px;
  text-align: center;
  color: var(--primary-color);
}
#about-concept .concept__content .concept__sub-title {
  font-size: var(--font-size-40);
  line-height: 1.5;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#about-concept .concept__content .concept__sub-title span {
  font-size: 6.6rem;
}
#about-concept .concept__content .concept__text {
  font-size: var(--font-size-18);
  padding: 0 80px;
}
#about-concept .concept__msg .msg__item {
  font-size: var(--font-size-38);
  text-align: center;
  margin-bottom: 35px;
}
#about-concept .concept__msg .msg__item:last-child {
  margin-bottom: 0;
}
#about-concept .concept__msg .msg__item span {
  display: inline-block;
  padding: 0 80px;
  position: relative;
}
#about-concept .concept__msg .msg__item span::before, #about-concept .concept__msg .msg__item span::after {
  position: absolute;
  content: "";
  width: 61px;
  height: 56px;
  background: url(../../img/about/concept-li_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#about-concept .concept__msg .msg__item span::before {
  left: 0;
}
#about-concept .concept__msg .msg__item span::after {
  right: 0;
  transform: scale(-1, 1);
}

/*
# about-point
------------------------*/
#about-point .point__item {
  margin-bottom: 55px;
}
#about-point .point__item:last-child {
  margin-bottom: 0;
}
#about-point .point__item-title {
  font-size: var(--font-size-28);
  color: var(--color-white);
  background: var(--color-brown);
  padding: 5px;
  margin-bottom: 30px;
  position: relative;
}
#about-point .point__item-title::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 90px;
  background: url(../../img/about/point-ttl_deco.png) center/100% no-repeat;
  inset: auto auto -10px -10px;
}
#about-point .point__item-title span {
  display: block;
  padding: 15px 50px;
  border: 1px solid var(--decoration-color-brown);
}
#about-point .point__item-text {
  font-size: var(--font-size-18);
}

/*==========================================
menu
===========================================*/
/*
# menu-check
------------------------*/
#menu-check .check__img {
  width: 424px;
  z-index: 1;
}
#menu-check .check__img::after {
  position: absolute;
  content: "";
  width: 206px;
  height: 166px;
  inset: auto auto -62px -82px;
  background: url(../../img/menu/check-img_deco.png) center/100% no-repeat;
  z-index: -1;
}
#menu-check .check__content {
  width: 630px;
  font-size: var(--font-size-18);
}

/*
# menu-archive
------------------------*/
#menu-archive .menu__post {
  margin-bottom: 70px;
  background: url(../../img/menu/menu-item_deco.png) right bottom no-repeat, var(--color-brown);
}
#menu-archive .menu__post:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post-headline {
  padding-bottom: 55px;
  background: url(../../img/menu/menu-arrow_x.png) bottom center no-repeat;
  margin-bottom: 30px;
}
#menu-archive .menu__post-headline .headline__item {
  margin-bottom: 15px;
  text-align: center;
}
#menu-archive .menu__post-headline .headline__item:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post-headline .headline__item dt {
  background: #9e7e64;
  font-size: var(--font-size-16);
  margin-bottom: 10px;
}
#menu-archive .menu__post-headline .headline__item dt span {
  position: relative;
}
#menu-archive .menu__post-headline .headline__item dt span::before {
  position: absolute;
  content: "";
}
#menu-archive .menu__post-headline .headline__item-worry dt span::before {
  width: 24px;
  height: 26px;
  background: url(../../img/menu/menu-worry_ic.png) center/100% no-repeat;
  inset: -10px auto auto -35px;
}
#menu-archive .menu__post-headline .headline__item-brand dt span::before {
  width: 19px;
  height: 36px;
  background: url(../../img/menu/menu-brand_ic.png) center/100% no-repeat;
  inset: -10px auto auto -35px;
}
#menu-archive .menu__post-title {
  text-align: center;
  margin-bottom: 10px;
}
#menu-archive .menu__post-price {
  text-align: right;
  margin-bottom: 20px;
}
#menu-archive .menu__post-details .menu__post-img {
  width: 320px;
  height: 210px;
}
#menu-archive .menu__post-details:has(.menu__post-img) .menu__post-content {
  width: 580px;
}
#menu-archive .menu__post-flow {
  margin-top: 45px;
}
#menu-archive .menu__post-flow .flow__title {
  font-size: var(--font-size-20);
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
#menu-archive .menu__post-flow .flow__title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-green);
  inset: 13px auto auto 0;
}
#menu-archive .menu__post-flow .flow__list {
  gap: 30px 40px;
}
#menu-archive .menu__post-flow .flow__list .flow__item {
  background: var(--primary-color);
  font-size: var(--font-size-18);
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  letter-spacing: 0.15em;
  min-height: 225px;
}
#menu-archive .menu__post-flow .flow__list .flow__item:last-child::after {
  background: none;
}
#menu-archive .menu__post-flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 55px;
  background: url(../../img/menu/menu-arrow_y.png) center/100% no-repeat;
  inset: 0 -30px 0 auto;
  margin: auto 0;
}

/*==========================================
lesson
===========================================*/
#lesson-archive .lesson__post {
  margin-bottom: 50px;
}
#lesson-archive .lesson__post:last-child {
  margin-bottom: 0;
}
#lesson-archive .lesson__post::before {
  position: absolute;
  content: "";
}
#lesson-archive .lesson__post::before {
  width: 146px;
  height: 117px;
  background: url(../../img/lesson/item-rb_deco.png) center/100% no-repeat;
  inset: auto -10px -10px auto;
  z-index: 1;
}
#lesson-archive .lesson__post-title {
  text-align: center;
}
#lesson-archive .lesson__post-list {
  position: relative;
  margin-bottom: 50px;
}
#lesson-archive .lesson__post-list:last-child {
  margin-bottom: 0;
}
#lesson-archive .lesson__post-list .lesson__item-title {
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--text-color-brown);
  margin-bottom: 20px;
  padding: 0 85px 10px 0;
}
#lesson-archive .lesson__post-list .lesson__item-price {
  position: absolute;
  inset: 5px 0 auto auto;
}
#lesson-archive .lesson__post-list .lesson__item-img {
  width: 320px;
  height: 210px;
}
#lesson-archive .lesson__post-list .lesson__item-content {
  width: 585px;
}

/*==========================================
item
===========================================*/
/*
# item-archive
------------------------*/
#item-archive .item__tags {
  row-gap: 15px;
  margin-bottom: 60px;
}
#item-archive .item__tags .tag {
  font-size: var(--font-size-20);
  position: relative;
}
#item-archive .item__tags .tag::before, #item-archive .item__tags .tag::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: var(--color-white);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#item-archive .item__tags .tag::before {
  left: 0;
}
#item-archive .item__tags .tag::after {
  right: 0;
}
#item-archive .item__tags .tag:not(:first-child)::before {
  display: none;
}
#item-archive .item__tags .tag a {
  padding: 0 20px;
  display: block;
}
#item-archive .item__tags .tag a:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--primary-color);
}
#item-archive .item__tags .tag a.current {
  background: var(--color-white);
  color: var(--primary-color);
}
#item-archive .item__tag-wrap {
  margin-bottom: 50px;
}
#item-archive .item__tag-wrap:last-child {
  margin-bottom: 0;
}
#item-archive .item__tag-wrap .item__tag-name {
  text-align: center;
}
#item-archive .item__tag-wrap .item__post {
  margin-bottom: 55px;
  position: relative;
  min-height: 210px;
}
#item-archive .item__tag-wrap .item__post:last-child {
  margin-bottom: 0;
}
#item-archive .item__tag-wrap .item__post:has(.item__post-thumb) .item__post-content {
  width: 595px;
  margin-left: auto;
}
#item-archive .item__tag-wrap .item__post-thumb {
  width: 320px;
  height: 210px;
  position: absolute;
  inset: 0 auto auto 0;
}
#item-archive .item__tag-wrap .item__post-title {
  font-size: var(--font-size-20);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--text-color-brown);
}

/*
# item-online
------------------------*/
#item-online {
  position: relative;
  z-index: 1;
}
#item-online::before, #item-online::after {
  position: absolute;
  content: "";
  width: 31.6145%;
  height: 404px;
  background: url(../../img/item/online-top_deco.png) center top/100% no-repeat;
  top: 0;
  z-index: -1;
}
#item-online::before {
  left: 0;
}
#item-online::after {
  right: 0;
  transform: scale(-1, 1);
}
#item-online .item__online-wrap .banner__inner {
  padding: 35px 45px 65px;
}
#item-online .item__online-wrap .banner__title {
  font-size: var(--font-size-40);
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#item-online .item__online-wrap .banner__title::first-line {
  font-size: 6.6rem;
}
#item-online .item__online-wrap .banner__text {
  text-align: center;
  margin-bottom: 30px;
}
#item-online .item__online-wrap .banner__button {
  width: 575px;
  margin: 0 auto;
}

/*==========================================
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 {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#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フレーム時)
  ===========================================*/