@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: 1vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--accent-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

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

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

/*  drawer inbox
  ------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background-image: linear-gradient(var(--color-white) 2px, transparent 2px), linear-gradient(to right, var(--color-white) 2px, transparent 2px);
  background-size: 25px 25px;
  background-color: var(--color-lightgreen);
}
#drawer-nav .drawer-logo {
  width: 32%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 7% 0;
  border-bottom: 1px solid var(--body-font-color);
  font-size: var(--font-size-17);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav .drawer-nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current::before, #drawer-nav .drawer-nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2.25vw;
  height: 2.25vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav .drawer-nav .current::before {
  left: 0;
}
#drawer-nav .drawer-nav .current::after {
  left: 3%;
}
#drawer-nav .drawer-nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer__address {
  color: var(--body-font-color);
  margin-top: 10%;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 7%;
}
#drawer-nav .drawer__subpage-item a {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw;
}
.c-contact__list .com-line .sns-icon {
  width: 35px;
  height: 35px;
}

.com-tel {
  width: 56%;
  line-height: 1.1;
  text-align: center;
}
.com-tel .tel__num {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--body-letter-spacing);
}
.com-tel .tel__num small {
  font-size: var(--font-size-16);
  color: var(--accent-color);
}
.com-tel .tel__text {
  width: 100%;
  margin: 0 auto;
  display: block;
}

/*
# address
------------------------*/
.c-address {
  color: var(--color-white);
  letter-spacing: 0.2em;
  font-size: var(--font-size-16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-address p {
  width: 100%;
  margin-bottom: 10%;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  width: 84%;
  margin: 20% auto;
  border-radius: 20vw;
  padding: 15% 0;
}
.c-contact__section .contact__title {
  font-size: var(--font-size-25);
  background: url(../../img/top/contact-ttl-l_ill.png) left center/14% no-repeat, url(../../img/top/contact-ttl-r_ill.png) right center/12% no-repeat;
}
.c-contact__section .contact__list {
  position: relative;
}
.c-contact__section .contact__list::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 34vw;
  inset: auto auto -35vw 0;
  background: url(../../img/top/contact-list_ill.png) center/100% no-repeat;
}
.c-contact__section .contact__item {
  width: 100%;
  background: var(--color-white);
  border-radius: 7vw;
  padding: 12% 6%;
  display: flex;
  flex-direction: column;
  margin-bottom: 15%;
}
.c-contact__section .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__section .contact__item-title {
  width: 100%;
  margin: 0 auto 6%;
  background: var(--primary-color);
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  border-radius: 7vw;
}
.c-contact__section .contact__item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-contact__section .contact__item-illust {
  width: 53%;
  margin: 0 auto 6%;
  flex-grow: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact__section .contact__item .line-button {
  width: 100%;
  margin: 0 auto;
  background: var(--color-line-green);
  height: 14vw;
}
.c-contact__section .contact__item .line-button::before {
  color: var(--color-line-green);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}
.com-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-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  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 {
  background: var(--accent-color);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-15);
  text-align: center;
  border-radius: 9vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15vw;
}
.com-button:hover::before {
  right: 5%;
}

.bs-icon--arrow-right {
  position: relative;
}
.bs-icon--arrow-right::before {
  content: "\f138";
  font-size: var(--font-size-16);
  z-index: 1;
  right: 7%;
  width: 6vw;
  height: 6vw;
  background: var(--color-white);
  color: var(--accent-color);
  border-radius: 50%;
}

/*
# 共通角丸
------------------------*/
.border-radius-19 {
  border-radius: 5vw;
}

/*
# 背景パターン
------------------------*/
.bg-pattern--green {
  background-image: radial-gradient(#60b57e 2px, transparent 2px), radial-gradient(#60b57e 2px, transparent 2px);
  background-size: 46px 46px;
  background-position: 0 0, 23px 23px;
  background-color: var(--primary-color);
}
.bg-pattern--green .section-title {
  color: var(--color-white);
}

.bg-pattern--lightgreen {
  background-image: linear-gradient(var(--color-white) 2px, transparent 2px), linear-gradient(to right, var(--color-white) 2px, transparent 2px);
  background-size: 25px 25px;
  background-color: var(--color-lightgreen);
}

/*
# 税込み表示
------------------------*/
.in-tax__text {
  text-align: center;
  margin-bottom: 12%;
  font-size: var(--font-size-16);
}

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

.section-title {
  letter-spacing: 0.2em;
  font-size: var(--font-size-22);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  text-align: center;
  margin-bottom: 13%;
  line-height: 1.6;
}

.headline-title {
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  border-radius: 3vw;
  padding: 3% 4%;
  margin-bottom: 5%;
}

/*==========================================
header
===========================================*/
#header {
  height: 14vw;
  background: var(--color-white);
  display: flex;
  align-items: center;
  padding: 0 5%;
}
#header .header__logo {
  width: 30%;
  line-height: 0;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: calc(100vh - 14vw);
  height: calc(100svh - 14vw);
  position: relative;
  z-index: 1;
}
#top-mv::before {
  width: 65.8333%;
  height: 60.7692%;
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--color-lightgreen);
  inset: auto auto 0 0;
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  z-index: 100;
  padding: 8% 16% 0 4%;
}
#top-mv .mv__catch::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  border-radius: 0 4vw 4vw 0;
  background: rgba(var(--color-lightgreen-rgb), 0.95);
  inset: 0 auto 0 0;
  z-index: -1;
}
#top-mv .mv__frame {
  width: 100%;
  height: 70%;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__frame #mv__slider {
  height: 100%;
  position: relative;
}
#top-mv .mv__frame #mv__slider li {
  width: 100%;
  height: 100%;
  border-radius: 22px 0 0 22px;
}
@media screen and (max-width: 767px) {
  #top-mv .mv__frame #mv__slider li {
    border-radius: 0;
  }
}
#top-mv .mv__frame #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/mv-slide01_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__frame #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv-slide02_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__frame #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv-slide03_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__frame #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/mv-slide04_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .mv__frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
  height: 100% !important;
}
#top-mv .mv__frame .bx-pager {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color);
  padding: 15% 0 10%;
}
#footer .footer__left {
  margin-bottom: 15%;
}
#footer .footer__left .footer__logo {
  width: 40%;
  display: block;
  margin: 0 auto 15%;
}
#footer .footer__left .footer__left-info .tel__num {
  color: var(--color-white);
}
#footer .footer__left .footer__left-info .tel__num small {
  color: var(--color-white);
}
#footer .footer__left .footer__left-info .tel__text img {
  filter: brightness(0) invert(1);
}
#footer .footer__left .footer__left-info .sns-icon {
  width: 35px;
  height: 35px;
}
#footer .footer__left .com-instagram img {
  filter: brightness(0) invert(1);
}
#footer .footer__right .footer__button {
  width: 100%;
  margin: 0 0 8% auto;
}
#footer .footer__right .footer__button:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__button-link {
  height: 20vw;
  border-radius: 12vw;
  text-align: left;
  padding: 0 18% 0 32%;
  font-size: var(--font-size-16);
}
#footer .footer__right .footer__button-link::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#footer .footer__right .footer__button-link span {
  width: 100%;
}
#footer .footer__right .footer__button.footer__button-school .footer__button-link::after {
  width: 11%;
  height: 15vw;
  background: url(../../img/common/ft-students_ill.png) center/100% no-repeat;
  left: 11%;
}
#footer .footer__right .footer__button.footer__button-online .footer__button-link::after {
  width: 13%;
  height: 14vw;
  background: url(../../img/common/ft-online_ill.png) center/100% no-repeat;
  left: 12%;
}
#footer .footer__right .footer__nav {
  margin-top: 15%;
}
#footer .footer__right .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: var(--font-size-14);
}
#footer .footer__right .footer__nav-link {
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  display: block;
  margin-bottom: 9%;
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 60vw;
  position: relative;
  z-index: 1;
}
.lower-sv .sv__title {
  width: 100%;
  margin: 0 auto;
  background: var(--color-lightgreen);
  position: absolute;
  inset: auto 0 0;
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.2em;
  color: var(--primary-color);
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 17%;
  height: 15vw;
  background: url(../../img/sv/sv-ttl_ill.png) bottom center/100% no-repeat;
  inset: -10vw 5% auto auto;
  z-index: 2;
}
.lower-sv .sv__frame {
  width: 100%;
  height: 70%;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 20% 0;
  background: url(../../img/top/greeting_bg.jpg) center/cover no-repeat;
}
#top-greeting .greeting__content {
  background: var(--color-white);
  border-radius: 12vw;
  padding: 15% 6%;
  position: relative;
}
#top-greeting .greeting__content::before {
  position: absolute;
  content: "";
  width: 19%;
  height: 15vw;
  background: url(../../img/top/greeting-cont-l_ill.png) center/100% no-repeat;
  inset: auto 0 0 auto;
}
#top-greeting .greeting__content .greeting__title {
  position: relative;
  font-size: var(--font-size-19);
}
#top-greeting .greeting__content .greeting__title::before, #top-greeting .greeting__content .greeting__title::after {
  position: absolute;
  content: "";
}
#top-greeting .greeting__content .greeting__title::before {
  width: 16%;
  height: 18vw;
  background: url(../../img/top/greeting-ttl-l_ill.png) center/100% no-repeat;
  inset: auto auto -6vw -11%;
}
#top-greeting .greeting__content .greeting__title::after {
  width: 18%;
  height: 24vw;
  background: url(../../img/top/greeting-ttl-r_ill.png) center/100% no-repeat;
  inset: -20vw -5% auto auto;
}
#top-greeting .greeting__content .greeting__title strong {
  display: block;
  font-size: var(--font-size-30);
}
#top-greeting .greeting__content .greeting__img-list {
  margin-top: 15%;
}
#top-greeting .greeting__content .greeting__img-list .greeting__img {
  margin-bottom: 12%;
}
#top-greeting .greeting__content .greeting__img-list .greeting__img:last-child {
  margin-bottom: 0;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 20% 0;
}
#top-about .about__title {
  font-size: var(--font-size-20);
}
#top-about .about__title span {
  font-size: var(--font-size-25);
}
#top-about .about__list .about__item {
  background: var(--color-white);
  border-radius: 7vw;
  padding: 12% 5%;
  margin-bottom: 15%;
}
#top-about .about__list .about__item:last-child {
  margin-bottom: 0;
}
#top-about .about__list .about__item-title {
  font-size: var(--font-size-20);
  color: var(--border-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 10%;
  position: relative;
}
#top-about .about__list .about__item-title::before {
  position: absolute;
  content: "";
  width: 1vw;
  height: 7vw;
  background: var(--border-color);
  transform: rotate(-45deg);
  inset: auto 0 -5.2vw;
  margin: 0 auto;
}
#top-about .about__list .about__item-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
#top-about .about__list .about__item-title span::before, #top-about .about__list .about__item-title span::after {
  position: absolute;
  content: "";
  width: calc(50% - 10px);
  height: 1vw;
  background: var(--border-color);
  bottom: 0;
}
#top-about .about__list .about__item-title span::before {
  left: 0;
}
#top-about .about__list .about__item-title span::after {
  right: 0;
}
#top-about .about__list .about__item-title em {
  font-size: var(--font-size-25);
  color: var(--accent-color);
}
#top-about .about__list .about__item-img {
  margin-bottom: 10%;
}
#top-about .about__list .about__item-text {
  margin-bottom: 12%;
}

/*
# top-faq
------------------------*/
#top-faq .faq__inbox {
  padding: 18% 8%;
  position: relative;
}
#top-faq .faq__inbox:before {
  position: absolute;
  content: "";
  width: 28%;
  height: 25vw;
  inset: auto auto 2vw 4%;
  background: url(../../img/top/faq_ill.png) center/100% no-repeat;
  z-index: 1;
}
#top-faq .faq__link {
  height: 42vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.2em;
  border-radius: 22vw;
  border: 2vw solid var(--color-white);
  background: url(../../img/top/faq-link_bg.jpg) center/cover no-repeat;
  color: var(--primary-color);
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
}
#top-faq .faq__link:hover {
  transform: scale(0.95);
}
#top-faq .faq__link span::before {
  width: 8vw;
  height: 8vw;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-18);
  text-shadow: none;
  right: -13vw;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 20% 0 0;
}
#top-news .news__post-list .news__post {
  margin-bottom: 20px;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  background: var(--color-white);
  border-radius: 10vw;
  padding: 7% 6%;
  font-size: var(--font-size-14);
  box-shadow: var(--color-lightgreen) 0px 6px 0px;
}
#top-news .news__post-list .news__post-link:hover {
  transform: translateY(6px);
  box-shadow: none;
  background: var(--color-lightgreen);
  opacity: 1;
}
#top-news .news__post-list .news__post-date {
  width: 24%;
}
#top-news .news__post-list .news__post-tags {
  width: 76%;
  gap: 1.5vw;
  color: var(--accent-color);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  margin-top: 2%;
  font-size: var(--font-size-15);
}
#top-news .news__button {
  width: 85%;
  margin: 15% auto 0;
}

/*==========================================
partnership
===========================================*/
/*
# partnership-recommend
------------------------*/
#partnership-recommend .recom__title {
  width: 92%;
  margin: 0 auto 15%;
  background: var(--primary-color);
  color: var(--color-white);
  border-radius: 12vw;
  padding: 2%;
  position: relative;
}
#partnership-recommend .recom__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 3vw 0px 3vw;
  border-color: var(--primary-color) transparent transparent transparent;
  margin: 0 auto;
  inset: auto 0 -3vw;
}
#partnership-recommend .recom__list {
  background: var(--color-white);
  border-radius: 14vw;
  padding: 15% 5% 35%;
  position: relative;
}
#partnership-recommend .recom__list::before, #partnership-recommend .recom__list::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
}
#partnership-recommend .recom__list::before {
  width: 29%;
  height: 26vw;
  background: url(../../img/partnership/recom-l_ill.png) center/100% no-repeat;
  left: 10%;
}
#partnership-recommend .recom__list::after {
  width: 23%;
  height: 27vw;
  background: url(../../img/partnership/recom-r_ill.png) center/100% no-repeat;
  right: 10%;
}
#partnership-recommend .recom__list .recom__item {
  padding: 6% 3% 6% 10%;
  border-bottom: 1px solid var(--color-gray-dark);
  font-size: var(--font-size-16);
  background: url(../../img/partnership/recom-check_ic.png) left top 6vw/4vw no-repeat;
}
#partnership-recommend .recom__list .recom__item:last-child {
  border-bottom: none;
}

/*
# partnership-chart
------------------------*/
#partnership-chart .chart__content {
  background: var(--color-white);
  border-radius: 12vw;
  padding: 15% 6%;
}
#partnership-chart .chart__content .chart__map {
  text-align: center;
  margin-bottom: 12%;
}

/*
# partnership-initial
------------------------*/
#partnership-initial .initial__title {
  margin-bottom: 10%;
}
#partnership-initial .initial__list .initial__item {
  width: 75vw;
  height: 75vw;
  margin: 0 auto 15%;
  border-radius: 50%;
  background: var(--color-lightgreen);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 8vw;
}
#partnership-initial .initial__list .initial__item:last-child {
  margin-bottom: 0;
}
#partnership-initial .initial__list .initial__item::before {
  position: absolute;
  content: "";
}
#partnership-initial .initial__list .initial__item-join::before {
  width: 32%;
  height: 20vw;
  background: url(../../img/partnership/initial-join_ill.png) center/100% no-repeat;
  inset: auto auto 0 0;
}
#partnership-initial .initial__list .initial__item-deposit::before {
  width: 32%;
  height: 20vw;
  background: url(../../img/partnership/initial-deposit_ill.png) center/100% no-repeat;
  inset: auto 0 0 auto;
}
#partnership-initial .initial__list .initial__item-title {
  margin-bottom: 7%;
}
#partnership-initial .initial__list .initial__item-title span {
  display: inline-block;
  background: var(--color-white);
  border-radius: 10vw;
  padding: 1vw 8vw;
}
#partnership-initial .initial__list .initial__item-text {
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#partnership-initial .initial__list .initial__item-text small {
  font-size: var(--font-size-26);
}

/*
# partnership-flow
------------------------*/
#partnership-flow .flow__list {
  display: flex;
  overflow-x: scroll;
}
#partnership-flow .flow__list .flow__item {
  width: 30vw;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 16vw 5vw 8vw;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
#partnership-flow .flow__list .flow__item:nth-child(1) {
  width: 25vw;
  border-radius: 4vw 0 0 4vw;
  border-left: 1px solid var(--primary-color);
}
#partnership-flow .flow__list .flow__item:not(:nth-child(1)):not(:last-child) {
  padding-left: 12vw;
}
#partnership-flow .flow__list .flow__item:not(:nth-child(1)):not(:last-child)::before {
  left: 6vw;
}
#partnership-flow .flow__list .flow__item:last-child {
  width: 210px;
  border-radius: 0 4vw 4vw 0;
  padding-left: 10vw;
  padding-right: 10vw;
}
#partnership-flow .flow__list .flow__item:last-child:after {
  border: none;
}
#partnership-flow .flow__list .flow__item:nth-child(1) {
  background: var(--color-white);
}
#partnership-flow .flow__list .flow__item:nth-child(1)::after {
  border-color: transparent transparent transparent var(--color-white);
}
#partnership-flow .flow__list .flow__item:nth-child(2) {
  background: #f6fff9;
}
#partnership-flow .flow__list .flow__item:nth-child(2)::after {
  border-color: transparent transparent transparent #f6fff9;
}
#partnership-flow .flow__list .flow__item:nth-child(3) {
  background: #edfdf3;
}
#partnership-flow .flow__list .flow__item:nth-child(3)::after {
  border-color: transparent transparent transparent #edfdf3;
}
#partnership-flow .flow__list .flow__item:nth-child(4) {
  background: #e4fbed;
}
#partnership-flow .flow__list .flow__item:nth-child(4)::after {
  border-color: transparent transparent transparent #e4fbed;
}
#partnership-flow .flow__list .flow__item:nth-child(5) {
  background: #d8f4e3;
}
#partnership-flow .flow__list .flow__item:nth-child(5)::after {
  border-color: transparent transparent transparent #d8f4e3;
}
#partnership-flow .flow__list .flow__item:nth-child(6) {
  background: #caf1d9;
}
#partnership-flow .flow__list .flow__item:nth-child(6)::after {
  border-color: transparent transparent transparent #caf1d9;
}
#partnership-flow .flow__list .flow__item:nth-child(7) {
  background: #bfe9cf;
}
#partnership-flow .flow__list .flow__item:nth-child(7)::after {
  border-color: transparent transparent transparent #bfe9cf;
}
#partnership-flow .flow__list .flow__item:nth-child(8) {
  background: #aeddc0;
}
#partnership-flow .flow__list .flow__item:nth-child(8)::after {
  border-color: transparent transparent transparent #aeddc0;
}
#partnership-flow .flow__list .flow__item:nth-child(9) {
  background: #99d9a8;
}
#partnership-flow .flow__list .flow__item:nth-child(9)::after {
  border-color: transparent transparent transparent #99d9a8;
}
#partnership-flow .flow__list .flow__item:nth-child(10) {
  background: #6eb68a;
}
#partnership-flow .flow__list .flow__item:nth-child(10)::after {
  border-color: transparent transparent transparent #6eb68a;
}
#partnership-flow .flow__list .flow__item:nth-child(11) {
  background: #6eb68a;
}
#partnership-flow .flow__list .flow__item:nth-child(11)::after {
  border-color: transparent transparent transparent #6eb68a;
}
#partnership-flow .flow__list .flow__item:nth-child(12) {
  background: var(--primary-color);
}
#partnership-flow .flow__list .flow__item::before {
  position: absolute;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  inset: 6vw 0 auto 0;
  text-align: center;
  font-size: var(--font-size-24);
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
}
#partnership-flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35.5vw 0px 35.5vw 5vw;
  inset: 0 -4.8vw 0 auto;
  filter: drop-shadow(1px 1px 0px var(--primary-color));
  z-index: 1;
}
#partnership-flow .flow__list .flow__item-icon {
  width: 10vw;
  margin: 0 auto;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4vw;
}
#partnership-flow .flow__list .flow__item-text {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 34vw;
  width: 100%;
  display: flex;
  align-items: center;
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
}

/*==========================================
purchase
===========================================*/
/*
# purchase-choice
------------------------*/
#purchase-choice .choice__title span {
  color: var(--accent-color);
}
#purchase-choice .choice__part {
  background: var(--color-white);
  border-radius: 15vw;
  padding: 15% 6%;
  margin-bottom: 15%;
  position: relative;
}
#purchase-choice .choice__part::before {
  position: absolute;
  content: "";
}
#purchase-choice .choice__part-store::before {
  width: 28%;
  height: 18vw;
  background: url(../../img/purchase/choice-store_ill.png) center/100% no-repeat;
  inset: -3vw 0 auto auto;
}
#purchase-choice .choice__part-come::before {
  width: 17%;
  height: 16vw;
  background: url(../../img/purchase/choice-come_ill.png) center/100% no-repeat;
  inset: -5vw auto auto 3%;
}
#purchase-choice .choice__part-come .come__area {
  margin-top: 12%;
  background: #fff9ef;
  border-radius: 12vw;
  padding: 10% 8%;
  position: relative;
}
#purchase-choice .choice__part-come .come__area .area__title {
  color: var(--primary-color);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
  margin-bottom: 6%;
}
#purchase-choice .choice__part-come .come__area .area__title span {
  display: block;
  font-size: var(--font-size-18);
  color: var(--accent-color);
}
#purchase-choice .choice__part-come .come__area .area__text {
  font-size: var(--font-size-16);
}
#purchase-choice .choice__part-come .come__area .area__map {
  width: 28%;
  position: absolute;
  inset: -6vw 15% auto auto;
}
#purchase-choice .choice__part:last-child {
  margin-bottom: 0;
}
#purchase-choice .choice__part-title {
  text-align: center;
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-20);
  width: 85%;
  margin: 0 auto 6%;
  background: var(--color-lightgreen);
  border-radius: 12vw;
  padding: 2% 3%;
}

/*
# purchase-items
------------------------*/
#purchase-items .items__inbox {
  padding: 20% 8%;
  position: relative;
}
#purchase-items .items__inbox::before {
  position: absolute;
  content: "";
  width: 36%;
  height: 37vw;
  background: url(../../img/purchase/item-rb_ill.png) center/100% no-repeat;
  inset: auto 5% 0 auto;
}
#purchase-items .items__list {
  background: var(--color-white);
  border-radius: 12vw;
  padding: 12% 6%;
  gap: 5vw 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#purchase-items .items__list .items__card {
  width: 48%;
}
#purchase-items .items__list .items__card-title {
  text-align: center;
  font-size: var(--font-size-14);
  margin-top: 5px;
}

/*
# purchase-flow
------------------------*/
#purchase-flow .flow__item {
  margin-bottom: 12vw;
  background: var(--color-white);
  border-radius: 4vw;
  position: relative;
}
#purchase-flow .flow__item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12vw;
  inset: auto 0 -12vw;
  margin: 0 auto;
  background: var(--primary-color);
}
#purchase-flow .flow__item:last-child {
  margin-bottom: 0;
}
#purchase-flow .flow__item:last-child::before {
  background: none;
}
#purchase-flow .flow__item-title {
  background: var(--primary-color);
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  padding: 3% 9%;
  color: var(--color-white);
  border-radius: 4vw 4vw 0 0;
}
#purchase-flow .flow__item-title span {
  display: inline-block;
  margin-right: 3vw;
}
#purchase-flow .flow__item-text {
  padding: 8% 9%;
  font-size: var(--font-size-16);
  line-height: 1.8;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15%;
  gap: 5vw 3vw;
}
#faq-archive .faq__tag-list .faq__tag:first-child {
  width: 100%;
}
#faq-archive .faq__tag-list .faq__tag .fag__tag-link {
  padding: 0 11vw 0 4vw;
  height: 14vw;
  font-size: var(--font-size-13);
}
#faq-archive .faq__tag-section {
  margin-bottom: 15%;
}
#faq-archive .faq__tag-section:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__tag-section .faq__post-list {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 10% 6%;
}
#faq-archive .faq__tag-section .faq__post-list .faq__post {
  margin-bottom: 10%;
}
#faq-archive .faq__tag-section .faq__post-list .faq__post:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__tag-section .faq__post-list .faq__post-title {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  border-bottom: 1px solid var(--color-gray-dark);
  padding-bottom: 3%;
  margin-bottom: 5%;
}
#faq-archive .faq__tag-section .faq__post-list .faq__post-body {
  font-size: var(--font-size-15);
}

/*==========================================
info
===========================================*/
/*
# info-gallery
------------------------*/
#info-gallery .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#info-gallery .gallery__list .gallery__item {
  width: 48%;
  height: 40vw;
  border-radius: 3vw;
}
#info-gallery .gallery__list .gallery__item img {
  border-radius: 3vw;
}

/*
# info-section
------------------------*/
#info-section .info__inbox {
  padding: 20% 8%;
  position: relative;
}
#info-section .info__inbox::before {
  position: absolute;
  content: "";
  width: 36%;
  height: 24vw;
  inset: auto 5% 0 auto;
  background: url(../../img/info/info-btm_ill.png) center/100% no-repeat;
}
#info-section .info__table {
  background: var(--color-white);
  border-radius: 10vw;
  padding: 10% 6%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.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;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  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 {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

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

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

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

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