@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: 0;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  mix-blend-mode: difference;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.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.3vw) translateX(0px) rotate(45deg);
}

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 5% 6% 15%;
  background: var(--primary-color);
}
#drawer__nav .drawer__nav-logo {
  width: 55%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 8% 0;
  font-size: var(--font-size-22);
  border-bottom: none;
  display: block;
  text-align: center;
  color: var(--color-white);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__contact-list {
  margin-bottom: 10%;
}
#drawer__nav .drawer__address {
  margin: 10% auto;
}
#drawer__nav .drawer__address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-14);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  color: var(--color-white);
  text-decoration: underline;
}

/*
# c-tel
------------------------*/
.c-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-tel .tel__num {
  font-size: var(--font-size-25);
  letter-spacing: 0.04em;
}
.c-tel .tel__num small {
  font-size: var(--font-size-20);
}
.c-tel .tel__text {
  display: block;
  line-height: 0.85;
  filter: brightness(5);
}

/*
# c-address
------------------------*/
.c-address {
  font-size: var(--font-size-13);
}
.c-address::first-line {
  font-size: var(--font-size-16);
  line-height: 3;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 4vw 6vw;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*
# c-program__section
------------------------*/
.c-program__section .program__text {
  text-align: center;
  margin-bottom: 15%;
}
.c-program__section .program__card {
  width: 85%;
  margin: 0 auto 13%;
}
.c-program__section .program__card:last-child {
  margin-bottom: 0;
}
.c-program__section .program__card-link {
  padding: 12% 6% 15%;
}
.c-program__section .program__card-link::before {
  z-index: -1;
}
.c-program__section .program__card a.program__card-link:hover {
  transform: translateX(10px);
}
.c-program__section .program__card a.program__card-link::before {
  width: 8vw;
  height: 8vw;
  background: var(--body-font-color);
  inset: auto 0 0 auto;
  color: var(--color-white);
  border-radius: 8px 0;
  font-size: var(--font-size-30);
  z-index: 1;
}
.c-program__section .program__card-img {
  width: 100%;
  height: 38vw;
  margin-bottom: 6%;
}

/*
# c-voice__section
------------------------*/
.c-voice__section .voice__card {
  width: 85%;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 12%;
  margin: 0 auto 12%;
}
.c-voice__section .voice__card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-voice__section .voice__card-icon {
  width: 32%;
}
.c-voice__section .voice__card-title {
  font-size: var(--font-size-20);
  margin-bottom: 5%;
}
.c-voice__section .voice__card-text {
  font-size: var(--font-size-15);
}
.c-voice__section .voice__card-content {
  width: 60%;
}

/*
# c-bottom__buttons
------------------------*/
.c-bottom__buttons .bottom__button {
  padding: 20% 0;
  border-top: 1px solid var(--color-gray);
}
.c-bottom__buttons .bottom__button-link {
  width: 84%;
  margin: 0 auto;
  height: 50vw;
  overflow: hidden;
  padding: 0 15% 0 6%;
}
.c-bottom__buttons .bottom__button-link:before {
  right: -12vw;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  font-size: var(--font-size-40);
  justify-content: flex-start;
  padding: 0 3vw;
}
.c-bottom__buttons .bottom__button-link:hover {
  transform: scale(0.97);
}
.c-bottom__buttons .bottom__button .button__name {
  margin-bottom: 0;
}
.c-bottom__buttons .bottom__button .button__text {
  margin-top: 4%;
  font-size: var(--font-size-16);
}
.c-bottom__buttons .bottom__button:first-child .bottom__button-link {
  background: var(--primary-color);
  color: var(--color-white);
}
.c-bottom__buttons .bottom__button:first-child .bottom__button-link:before {
  color: var(--primary-color);
  background: var(--color-blue-extralight);
}
.c-bottom__buttons .bottom__button:first-child .button__name .title-en {
  filter: brightness(3);
}
.c-bottom__buttons .bottom__button:nth-child(2) .bottom__button-link {
  background: var(--color-blue-extralight);
}
.c-bottom__buttons .bottom__button:nth-child(2) .bottom__button-link:before {
  color: var(--color-white);
  background: var(--primary-color);
}

/*==========================================
テーブルレイアウト
===========================================*/
.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-text {
  line-height: 1.8888888889;
}

/*
# com-button
------------------------*/
.com-button {
  width: 57vw;
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  text-align: center;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 8vw;
}
.com-button::before {
  right: 8%;
  font-size: var(--font-size-25);
}
.com-button:hover {
  opacity: 1;
  color: var(--color-white);
  background: var(--primary-color);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  margin-bottom: 14%;
  text-align: center;
}
.section-title.align-left {
  text-align: left;
}
.section-title .title-en {
  font-size: var(--font-size-20);
  color: var(--accent-color);
  padding-left: 5vw;
  background: url(../img/common/section-ttl_deco.png) left top 3vw/2vw no-repeat;
}
.section-title .title-ja {
  margin-top: 3%;
  display: block;
  font-size: var(--font-size-25);
  line-height: 1.625;
}

.headline-title {
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--body-font-color);
  padding-bottom: 4%;
  margin-bottom: 5%;
}

.sub-title {
  font-size: var(--font-size-20);
  background: var(--body-font-color);
  padding: 3%;
  color: var(--color-white);
  text-align: center;
}

/*==========================================
header
===========================================*/
#header {
  width: 100%;
  margin: 0 auto;
  z-index: 1001;
  padding: 6% 4%;
  border-radius: 0;
}
#header .header__logo {
  width: 40%;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 50vw;
  position: relative;
  overflow: hidden;
}
#top-mv::before {
  position: absolute;
  content: "";
  width: 48%;
  height: 100%;
  inset: auto auto -13vw 0;
  background: url(../img/top/mv/mv_blur.png) center/100% no-repeat;
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto auto 8.6021% 2.8645%;
  font-size: var(--font-size-25);
  line-height: 1.6666666667;
}
#top-mv .mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 18% 0;
  background: url(../img/common/footer_bg.jpg) center/cover no-repeat;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  margin-bottom: 15%;
}
#footer .footer__logo {
  width: 70%;
  display: block;
  margin: 0 auto 15%;
}
#footer .footer__tel {
  margin-bottom: 8%;
}
#footer .footer__main-nav .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__main-nav .footer__nav-item {
  margin-bottom: 8vw;
}
#footer .footer__main-nav .footer__nav-item:nth-child(4n) {
  margin-bottom: 0;
}
#footer .footer__main-nav .footer__nav-link {
  font-size: var(--font-size-16);
  display: block;
}
#footer .footer__main-nav .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__sub-nav {
  margin-top: 15%;
}
#footer .footer__sub-nav .footer__nav-list {
  gap: 2vw 4vw;
}
#footer .footer__sub-nav .footer__nav-item {
  position: relative;
}
#footer .footer__sub-nav .footer__nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--color-white);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#footer .footer__sub-nav .footer__nav-item:first-child::before {
  background: none;
}
#footer .footer__sub-nav .footer__nav-item:first-child .footer__nav-link {
  padding-left: 0;
}
#footer .footer__sub-nav .footer__nav-link {
  font-size: var(--font-size-15);
  letter-spacing: 0.04em;
  padding-left: 4vw;
  display: block;
}
#footer .footer__sub-nav .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 55vw;
  position: relative;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto 0 15vw;
  width: 80%;
  margin: 0 auto;
  font-size: var(--font-size-23);
  text-align: center;
  background: rgba(var(--color-white-rgb), 0.8);
}

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

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

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

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

#faq-sv {
  background: url(../../img/sv/faq-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-about
------------------------*/
#top-about {
  padding: 25% 0;
  position: relative;
}
#top-about .about__img {
  margin-bottom: 12%;
}

/*
# top-target
------------------------*/
#top-target {
  padding: 25% 0;
}
#top-target .target__title {
  text-align: center;
}
#top-target .target__list {
  gap: 4vw;
  margin-bottom: 85px;
}
#top-target .target__list .target__item {
  width: 40vw;
  height: 35vw;
  font-size: var(--font-size-18);
  text-align: center;
  line-height: 1.5217391304;
  background: url(../img/top/target-item_frame.png) center/100% no-repeat;
}
#top-target .target__text {
  padding: 12% 6%;
  text-align: center;
  font-size: var(--font-size-17);
  position: relative;
}
#top-target .target__text::before {
  position: absolute;
  content: "";
  width: 6%;
  height: 15vw;
  inset: -12vw 0 auto;
  margin: 0 auto;
  background: url(../img/top/target_arr.svg) center/100% no-repeat;
}
#top-target .target__text span {
  font-size: var(--font-size-21);
}

/*
# top-beginners
------------------------*/
#top-beginners {
  position: relative;
}
#top-beginners .begginners__img {
  margin-bottom: 12%;
}
#top-beginners .beginners__content .beginners__text {
  font-size: var(--font-size-20);
}
#top-beginners .beginners__content .beginners__button {
  margin: 13% 0 auto auto;
}
#top-beginners .beginners__gallery {
  width: 95%;
  margin: 20% auto 0;
  gap: 4vw 4%;
}
#top-beginners .beginners__gallery .beginners__gallery-item {
  width: 48%;
}

/*
# top-diagnosis
------------------------*/
#top-diagnosis {
  padding: 25% 0;
}
#top-diagnosis .diagnosis__title .title-en {
  filter: brightness(3);
  color: var(--color-white);
}

/*
# top-menu
------------------------*/
.top-links__section {
  padding: 22% 0;
  border-bottom: 1px solid var(--color-gray);
}
.top-links__section .links__title {
  text-align: left;
}
.top-links__section .links__img {
  margin-bottom: 12%;
}
.top-links__section .links__content .links__subtitle {
  font-size: var(--font-size-22);
  margin-bottom: 10%;
}
.top-links__section .links__button {
  margin: 13% 0 auto auto;
}

/*
# top-faq
------------------------*/
#top-faq {
  position: relative;
  padding: 22% 0;
  z-index: 1;
}
#top-faq::before {
  position: absolute;
  content: "FAQ";
  inset: auto 6.25% 0 auto;
  font-size: 32vw;
  font-family: var(--font-secondary);
  color: rgba(var(--color-white-rgb), 0.5);
  line-height: 0.55;
}
#top-faq .faq__button {
  margin: 13% 0 auto auto;
}
#top-faq .faq__content {
  margin-bottom: 20%;
}
#top-faq .faq__img {
  width: 100%;
  height: 55vw;
}

/*
# top-insta
------------------------*/
#top-insta .insta__list {
  gap: 3vw 4%;
}
#top-insta .insta__item {
  width: 48%;
}
#top-insta .insta__item:last-child {
  margin-bottom: 0;
}
#top-insta .insta__item-link {
  text-align: center;
  padding: 10% 3%;
}
#top-insta .insta__item-text {
  font-size: var(--font-size-15);
  display: block;
  margin-bottom: 8%;
}
#top-insta .insta__item-icon {
  margin: 0 auto;
}

/*
# top-news
------------------------*/
#top-news {
  padding-top: 0;
}
#top-news .news__post-list {
  padding-bottom: 8%;
  overflow-x: auto;
  gap: 3vw 6vw;
  flex-wrap: nowrap;
}
#top-news .news__post {
  width: 45%;
}
#top-news .news__post-link:hover {
  transform: translateY(-10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-thumb {
  width: 100%;
  height: 36vw;
  margin-bottom: 5%;
}
#top-news .news__post-date {
  font-size: var(--font-size-14);
}
#top-news .news__post-tags {
  gap: 1.5vw;
  margin-bottom: 5%;
}
#top-news .news__post-tags .news__post-tag {
  border-radius: 8vw;
  font-size: var(--font-size-14);
  padding: 0 3vw;
}
#top-news .news__post-title {
  font-size: var(--font-size-15);
}
#top-news .news__button {
  margin: 18% 0 auto;
}

/*==========================================
beginner
===========================================*/
/*
# beginners-greetings
------------------------*/
#beginners-greetings .greetings__img {
  width: 84%;
  margin: 0 auto 12%;
}
#beginners-greetings .greetings__certification {
  border-top: 1px solid var(--color-gray);
  padding-top: 12%;
}
#beginners-greetings .greetings__certification-title {
  font-size: var(--font-size-24);
  margin-bottom: 3%;
}

/*
# beginners-features
------------------------*/
#beginners-features .features__card {
  margin-bottom: 15%;
  position: relative;
}
#beginners-features .features__card:last-child {
  margin-bottom: 0;
}
#beginners-features .features__card-img {
  height: 55vw;
  margin-bottom: 6%;
}

/*
# beginners-flow
------------------------*/
#beginners-flow {
  border-bottom: 1px solid var(--color-gray);
}
#beginners-flow .flow__list .flow__item {
  margin-bottom: 16%;
}
#beginners-flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  inset: auto 0 -9vw;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 2.5vw 0px 2.5vw;
  border-color: var(--body-font-color) transparent transparent transparent;
}
#beginners-flow .flow__list .flow__item:last-child {
  margin-bottom: 0;
}
#beginners-flow .flow__list .flow__item:last-child::after {
  border: none;
}
#beginners-flow .flow__list .flow__item-title {
  border-radius: 6px 6px 0 0;
}
#beginners-flow .flow__list .flow__item-title::before {
  content: counter(number) ".";
}
#beginners-flow .flow__list .flow__item-text {
  padding: 8%;
}

/*==========================================
menu
===========================================*/
/*
# menu-treatment
------------------------*/
#menu-treatment {
  border-bottom: 1px solid var(--color-gray);
}
#menu-treatment .treatment__text span {
  font-size: var(--font-size-26);
}
#menu-treatment .treatment__list {
  margin-bottom: 10%;
}
#menu-treatment .treatment__list .treatment__item {
  width: 100%;
  padding: 8% 3%;
  margin-bottom: 5%;
  font-size: var(--font-size-20);
  text-align: center;
}
#menu-treatment .treatment__list .treatment__item:last-child {
  margin-bottom: 0;
}

/*
# menu-archive
------------------------*/
#menu-archive .menu__post-list {
  gap: 4vw 3vw;
  justify-content: flex-start;
}
#menu-archive .menu__post-list .menu__post-button .menu__button-link {
  width: 100%;
  height: 15vw;
  padding: 0 8vw 0 2vw;
  font-size: var(--font-size-14);
}
#menu-archive .menu__post-list .menu__post-button .menu__button-link::before {
  right: 3%;
}
#menu-archive .menu__post-wrap {
  border-top: 1px solid var(--color-gray);
  margin-top: 15%;
  padding-top: 15%;
}
#menu-archive .menu__post {
  padding: 12% 6%;
  margin-bottom: 15%;
}
#menu-archive .menu__post:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post-title {
  margin-bottom: 5%;
}
#menu-archive .menu__post-img {
  width: 100%;
  height: 44vw;
  margin-bottom: 6%;
}
#menu-archive .menu__post:has(.menu__treatment) .menu__treatment-list {
  margin-top: 6%;
}
#menu-archive .menu__post .menu__sub-title {
  font-size: var(--font-size-20);
  padding-left: 6%;
  position: relative;
}
#menu-archive .menu__post .menu__sub-title::before {
  position: absolute;
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  background: var(--body-font-color);
  inset: 3vw auto auto 0;
}
#menu-archive .menu__post .menu__list .menu__item {
  border-bottom: 1px solid;
  padding: 5% 0;
}
#menu-archive .menu__post .menu__list.menu__options .menu__item .menu__notes {
  margin-top: 3%;
  font-size: var(--font-size-15);
}
#menu-archive .menu__post .menu__notes {
  margin-top: 8%;
}

/*==========================================
wellness
===========================================*/
.com-about__section .about__card {
  margin-bottom: 15%;
  position: relative;
}
.com-about__section .about__card:last-child {
  margin-bottom: 0;
}
.com-about__section .about__card-img {
  width: 100%;
  margin-bottom: 10%;
  height: 55vw;
}
.com-about__section .about__box {
  width: 84%;
  margin: 0 auto;
  padding: 12% 6%;
}
.com-about__section .about__box-title {
  font-size: var(--font-size-22);
  text-align: center;
  margin-bottom: 5%;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__list .faq__item {
  padding: 12% 6%;
  margin-bottom: 15%;
}
#faq-archive .faq__list .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__list .faq__item-title, #faq-archive .faq__list .faq__item-content {
  padding: 1% 0 1% 11%;
  position: relative;
}
#faq-archive .faq__list .faq__item-title::before, #faq-archive .faq__list .faq__item-content::before {
  position: absolute;
  font-size: var(--font-size-25);
  font-family: var(--font-secondary);
  line-height: 1;
  inset: 0 auto auto 0;
}
#faq-archive .faq__list .faq__item-title::before {
  content: "Q.";
  top: 1vw;
}
#faq-archive .faq__list .faq__item-content::before {
  content: "A.";
}

/*==========================================
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%;
}
.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;
  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 {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .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フレーム時)
  ===========================================*/