@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(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

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

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

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

/*
# c-program__section
------------------------*/
.c-program__section .program__text {
  margin-bottom: 50px;
}
.c-program__section .program__card {
  margin-bottom: 40px;
}
.c-program__section .program__card:last-child {
  margin-bottom: 0;
}
.c-program__section .program__card-link {
  padding: 45px 60px;
}
.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: 40px;
  height: 40px;
  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: 360px;
  height: 220px;
  position: absolute;
  inset: 45px auto auto 60px;
}
.c-program__section .program__card-content {
  width: 560px;
  margin-left: auto;
  min-height: 220px;
}

/*
# c-voice__section
------------------------*/
.c-voice__section .voice__list {
  row-gap: 50px;
}
.c-voice__section .voice__card {
  width: 50%;
  position: relative;
}
.c-voice__section .voice__card:nth-child(even) {
  border-left: 1px solid;
  padding-left: 50px;
}
.c-voice__section .voice__card:nth-child(odd) {
  padding-right: 50px;
}
.c-voice__section .voice__card-icon {
  width: 180px;
}
.c-voice__section .voice__card-title {
  font-size: var(--font-size-22);
  margin-bottom: 15px;
}
.c-voice__section .voice__card-content {
  width: 280px;
}

/*
# c-bottom__buttons
------------------------*/
.c-bottom__buttons .bottom__button {
  padding: 150px 0;
  border-top: 1px solid var(--color-gray);
}
.c-bottom__buttons .bottom__button-link {
  height: 300px;
  overflow: hidden;
  padding: 0 65px;
}
.c-bottom__buttons .bottom__button-link:before {
  right: -75px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  font-size: var(--font-size-55);
  justify-content: flex-start;
  padding: 0 15px;
}
.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: 15px;
}
.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 tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
  font-size: var(--font-size-22);
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 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: 30px;
}

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

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

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

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

.headline-title {
  font-size: var(--font-size-28);
  border-bottom: 1px solid var(--body-font-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sub-title {
  font-size: var(--font-size-28);
  background: var(--body-font-color);
  padding: 7px;
  color: var(--color-white);
  text-align: center;
}

/*==========================================
header
===========================================*/
#header {
  width: clamp(1080px, 96.3541%, 1850px);
  margin: 0 auto;
  position: absolute;
  inset: 30px 0 auto;
  z-index: 1001;
  padding: 20px 1.5625%;
}
#header .header__logo {
  width: 12.514%;
}
#header .header__right {
  width: 71.5083%;
  gap: 10px 2.73%;
  min-width: 940px;
}
#header .header__nav {
  width: 59.375%;
  margin-right: 4.73%;
}
#header .header__nav-list {
  gap: 10px 3.85%;
}
#header .header__nav-link {
  font-size: clamp(1.3rem, 0.938vw, 1.8rem);
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .header__nav-link::before, #header .header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--color-white);
  position: absolute;
  display: block;
}
#header .header__nav-link::before {
  left: 50%;
}
#header .header__nav-link:after {
  right: 50%;
}
#header .header__nav-link:hover {
  color: var(--color-white);
}
#header .header__nav-link:hover::before, #header .header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--color-white);
}
#header .header__nav-link.current {
  border-bottom: 1px solid var(--color-white);
}
#header .header__nav-link.current::before, #header .header__nav-link.current::after {
  border-bottom: none;
}
#header .header__nav-link.current:hover::before, #header .header__nav-link.current:hover::after {
  border-bottom: none;
}
#header .header__tel .tel__num {
  font-size: clamp(2rem, 1.31vw, 2.5rem);
}
#header .header__tel .tel__num small {
  font-size: clamp(1.4rem, 1.186vw, 2.3rem);
}
#header .header__tel .tel__text {
  width: 90%;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(619px, 48.437vw, 930px);
  position: relative;
  overflow: hidden;
}
#top-mv::before {
  position: absolute;
  content: "";
  width: 55.7291%;
  height: 100%;
  inset: auto auto -17vw 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-45);
  line-height: 1.6666666667;
}
#top-mv .mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 155px 0 115px;
  background: url(../img/common/footer_bg.jpg) center/cover no-repeat;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  width: 405px;
  padding-bottom: 105px;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 50px;
}
#footer .footer__tel {
  margin-bottom: 35px;
}
#footer .footer__right {
  width: 300px;
}
#footer .footer__main-nav .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__main-nav .footer__nav-item {
  margin-bottom: 20px;
}
#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-17);
  display: block;
}
#footer .footer__main-nav .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__sub-nav {
  margin-top: 135px;
}
#footer .footer__sub-nav .footer__nav-list {
  gap: 10px 15px;
}
#footer .footer__sub-nav .footer__nav-item {
  position: relative;
}
#footer .footer__sub-nav .footer__nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  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: 15px;
  display: block;
}
#footer .footer__sub-nav .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  position: absolute;
  inset: auto auto 0 0;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(486px, 38.0205vw, 730px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv .sv__title {
  width: 590px;
  margin: 0 auto;
  font-size: var(--font-size-45);
  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: 190px 0 200px;
  position: relative;
}
#top-about .about__title {
  margin-bottom: 65px;
}
#top-about .about__content {
  width: 540px;
  margin-left: auto;
}
#top-about .about__content .about__text {
  font-size: var(--font-size-20);
}
#top-about .about__img {
  width: 34.375%;
  position: absolute;
  inset: 440px auto auto 10.4166%;
}

/*
# top-target
------------------------*/
#top-target {
  padding: 145px 0 175px;
}
#top-target .target__title {
  text-align: center;
}
#top-target .target__list {
  gap: 33.333px;
  margin-bottom: 85px;
}
#top-target .target__list .target__item {
  width: 245px;
  height: 205px;
  font-size: var(--font-size-23);
  text-align: center;
  line-height: 1.5217391304;
  background: url(../img/top/target-item_frame.png) center/100% no-repeat;
}
#top-target .target__text {
  padding: 40px 30px 35px;
  text-align: center;
  font-size: var(--font-size-25);
  position: relative;
}
#top-target .target__text::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 66px;
  inset: -58px 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-28);
}

/*
# top-beginners
------------------------*/
#top-beginners {
  position: relative;
}
#top-beginners .begginners__img {
  position: absolute;
  inset: 175px 14.3229% auto auto;
  width: 31.25%;
}
#top-beginners .beginners__content {
  width: 540px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#top-beginners .beginners__content .beginners__text {
  font-size: var(--font-size-22);
}
#top-beginners .beginners__content .beginners__button {
  margin-top: 65px;
}
#top-beginners .beginners__gallery {
  width: clamp(1080px, 96.3541%, 1850px);
  margin: 175px auto 0;
  gap: 3.064%;
}
#top-beginners .beginners__gallery .beginners__gallery-item {
  width: 22.702%;
}

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

/*
# top-menu
------------------------*/
.top-links__section {
  padding: 145px 0 160px;
  border-bottom: 1px solid var(--color-gray);
}
.top-links__section .links__title {
  text-align: left;
}
.top-links__section .links__content {
  width: 450px;
}
.top-links__section .links__content:has(.links__subtitle) .links__text {
  font-size: var(--font-size-16);
}
.top-links__section .links__content .links__subtitle {
  font-size: var(--font-size-28);
  margin-bottom: 35px;
}
.top-links__section .links__button {
  margin-top: 50px;
}

/*
# top-faq
------------------------*/
#top-faq {
  position: relative;
  padding: 115px 0 125px;
  z-index: 1;
}
#top-faq::before {
  position: absolute;
  content: "FAQ";
  inset: auto 6.25% 0 auto;
  font-size: clamp(20rem, 18.229vw, 35rem);
  font-family: var(--font-secondary);
  color: rgba(var(--color-white-rgb), 0.5);
  line-height: 0.55;
}
#top-faq .faq__content {
  width: 440px;
  margin-left: auto;
}
#top-faq .faq__img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
}

/*
# top-insta
------------------------*/
#top-insta .insta__list {
  gap: 25px 37.5px;
}
#top-insta .insta__item {
  width: 335px;
}
#top-insta .insta__item-link {
  text-align: center;
  padding: 40px 0;
}
#top-insta .insta__item-text {
  font-size: var(--font-size-26);
  display: block;
  margin-bottom: 15px;
}
#top-insta .insta__item-icon {
  margin: 0 auto;
}

/*
# top-news
------------------------*/
#top-news .news__inbox {
  position: relative;
}
#top-news .news__title {
  margin-bottom: 20px;
}
#top-news .news__post-list {
  gap: 25px 60px;
}
#top-news .news__post {
  width: 320px;
}
#top-news .news__post-link {
  gap: 10px;
  padding: 40px 0;
}
#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: 280px;
  margin-bottom: 10px;
}
#top-news .news__post-date {
  font-size: var(--font-size-22);
}
#top-news .news__post-tags {
  gap: 5px;
  margin-bottom: 10px;
}
#top-news .news__post-tags .news__post-tag {
  border-radius: 12.5px;
  font-size: var(--font-size-14);
  padding: 0 15px;
}
#top-news .news__button {
  position: absolute;
  inset: 55px 0 auto auto;
}

/*==========================================
beginner
===========================================*/
/*
# beginners-greetings
------------------------*/
#beginners-greetings .greetings__content {
  width: 500px;
}
#beginners-greetings .greetings__certification {
  border-top: 1px solid var(--color-gray);
  padding-top: 40px;
}
#beginners-greetings .greetings__certification-title {
  font-size: var(--font-size-28);
}

/*
# beginners-features
------------------------*/
#beginners-features .features__card {
  margin-bottom: 80px;
  position: relative;
}
#beginners-features .features__card:last-child {
  margin-bottom: 0;
}
#beginners-features .features__card-img {
  position: absolute;
  top: 0;
  width: 47.9166%;
  height: 550px;
}
#beginners-features .features__card-content {
  width: 495px;
  min-height: 550px;
}
#beginners-features .features__card:nth-child(odd) .features__card-img {
  right: 0;
}
#beginners-features .features__card:nth-child(even) .features__card-img {
  left: 0;
  text-align: right;
}
#beginners-features .features__card:nth-child(even) .features__card-content {
  margin-left: auto;
}

/*
# beginners-flow
------------------------*/
#beginners-flow {
  border-bottom: 1px solid var(--color-gray);
}
#beginners-flow .flow__list .flow__item {
  margin-bottom: 50px;
}
#beginners-flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  inset: auto 0 -35px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0px 10px;
  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: 30px;
}

/*==========================================
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 {
  gap: 30px;
  margin-bottom: 40px;
}
#menu-treatment .treatment__list .treatment__item {
  width: 340px;
  padding: 15px 5px;
  text-align: center;
}

/*
# menu-archive
------------------------*/
#menu-archive .menu__post-list {
  gap: 25px 40px;
}
#menu-archive .menu__post-list .menu__post-button {
  width: 520px;
}
#menu-archive .menu__post-list .menu__post-button .menu__button-link {
  width: 100%;
  height: 65px;
}
#menu-archive .menu__post-wrap {
  border-top: 1px solid var(--color-gray);
  margin-top: 120px;
  padding-top: 130px;
}
#menu-archive .menu__post {
  padding: 60px 65px;
  margin-bottom: 80px;
}
#menu-archive .menu__post:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post-title {
  margin-bottom: 45px;
  font-size: var(--font-size-35);
}
#menu-archive .menu__post-img {
  width: 470px;
  height: 267px;
  margin: 0 auto;
}
#menu-archive .menu__post:has(.menu__treatment) .menu__post-inner {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#menu-archive .menu__post:has(.menu__treatment) .menu__treatment {
  width: 420px;
}
#menu-archive .menu__post:has(.menu__treatment) .menu__treatment-list {
  margin-top: 25px;
}
#menu-archive .menu__post .menu__sub-title {
  font-size: var(--font-size-24);
  padding-left: 30px;
  position: relative;
}
#menu-archive .menu__post .menu__sub-title::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: var(--body-font-color);
  inset: 16px auto auto 0;
}
#menu-archive .menu__post .menu__list .menu__item {
  border-bottom: 1px solid;
  padding: 15px 0;
}
#menu-archive .menu__post .menu__list .menu__item .menu__options-right {
  width: 420px;
}
#menu-archive .menu__post .menu__list.menu__options .menu__item .menu__sub-title {
  max-width: 470px;
}
#menu-archive .menu__post .menu__list.menu__options .menu__item .menu__notes {
  margin-top: 5px;
}
#menu-archive .menu__post .menu__notes {
  margin-top: 40px;
}

/*==========================================
wellness
===========================================*/
.com-about__section .about__card {
  margin-bottom: 100px;
  position: relative;
}
.com-about__section .about__card:last-child {
  margin-bottom: 0;
}
.com-about__section .about__card-img {
  width: 47.9166%;
  height: 550px;
  position: absolute;
  top: 0;
}
.com-about__section .about__card-content {
  width: 450px;
  min-height: 550px;
}
.com-about__section .about__card:nth-of-type(odd) .about__card-content {
  margin-left: auto;
}
.com-about__section .about__card:nth-of-type(odd) .about__card-img {
  left: 0;
}
.com-about__section .about__card:nth-of-type(even) .about__card-img {
  right: 0;
}
.com-about__section .about__box {
  padding: 60px;
  text-align: center;
}
.com-about__section .about__box-title {
  font-size: var(--font-size-28);
  margin-bottom: 30px;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__list .faq__item {
  padding: 40px 60px;
  margin-bottom: 40px;
}
#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: 5px 0 15px 45px;
  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-35);
  font-family: var(--font-secondary);
  line-height: 1;
  inset: 0 auto auto 0;
}
#faq-archive .faq__list .faq__item-title::before {
  content: "Q.";
  top: 10px;
}
#faq-archive .faq__list .faq__item-content::before {
  content: "A.";
}

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