@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: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--accent-color);
  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(--color-white);
}
.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: var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 18%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  padding: 6% 0;
  border-bottom: 1px solid var(--border-color);
  font-size: var(--font-size-17);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  border-bottom: none;
}
#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 .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#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: 3vw;
  height: 3vw;
  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.active span:after {
  opacity: 0 !important;
}
#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:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.current::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__address {
  text-align: center;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# お問い合わせボタン
------------------------*/
.c-contact__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6vw;
}
.c-contact__list .com-tel {
  line-height: 1.2;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  padding-left: 8vw;
  background: url(../../img/common/tel_ic.png) left center/6vw no-repeat;
}
.c-contact__list .com-tel .tel__text {
  text-align: center;
  display: block;
}
.c-contact__list .com-mail .mail__button {
  width: 59vw;
  height: 14vw;
  border-radius: 0;
  font-size: var(--font-size-16);
}
.c-contact__list .com-mail .mail__button::before, .c-contact__list .com-mail .mail__button::after {
  border: none;
}
.c-contact__list .com-mail .mail__button span {
  padding-left: 8vw;
  background: url(../../img/common/mail_ic.png) left center/5vw no-repeat;
}

/*
# .c-address
------------------------*/
.c-address {
  margin-bottom: 12%;
  font-size: var(--font-size-14);
}
.c-address .address__locate {
  margin-bottom: 3%;
}
.c-address .address__worktime .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 3vw;
  margin-right: 3vw;
  position: relative;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.5vw;
  background: var(--body-font-color);
  inset: 0 0 0 auto;
  margin: auto 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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: 10%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-text.section__lead-text {
  margin-bottom: 13%;
}

#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 {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  border-radius: 3vw;
  height: 16vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: var(--color-white);
  position: relative;
}
.com-button:hover {
  opacity: 1;
  background: var(--accent-color);
}
.com-button:hover::before {
  right: 6.5vw;
}
.com-button:hover::after {
  right: 5vw;
}
.com-button::before, .com-button::after {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
.com-button::before {
  right: 5vw;
}
.com-button::after {
  right: 7vw;
}

/*
# com-frame-deco
------------------------*/
.com-frame-deco {
  position: relative;
  z-index: 1;
}
.com-frame-deco::before, .com-frame-deco::after {
  position: absolute;
  content: "";
  width: 20vw;
  height: 23vw;
  background: url(../../img/common/com-frame_deco.png) center/100% no-repeat;
  top: -4vw;
  z-index: 2;
}
.com-frame-deco::before {
  left: -4vw;
}
.com-frame-deco:after {
  right: -4vw;
  transform: scale(-1, 1);
}
.com-frame-deco .com-border-frame::before {
  z-index: -2;
}

/*
# .com-border-frame
------------------------*/
.com-border-frame {
  position: relative;
  z-index: 1;
}
.com-border-frame::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid var(--body-font-color);
  inset: 0;
  margin: auto;
  z-index: -1;
}

/*
# .com-box
------------------------*/
.com-box {
  position: relative;
  z-index: 1;
}
.com-box::before, .com-box::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 25vw;
  height: 12vw;
  background: url(../../img/common/com-box_deco.png) top center/100% no-repeat;
  top: 0;
}
.com-box::before {
  left: 0;
}
.com-box::after {
  right: 0;
  transform: scale(-1, 1);
}

/*
# movie__frame
------------------------*/
.movie__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie__frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

.section-title {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  color: var(--section-title-color);
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-bottom: 12%;
}
.section-title span {
  font-size: var(--font-size-27);
  color: var(--accent-color);
}
.section-title.title-has-border {
  padding-bottom: 7%;
  border-bottom: 1px solid var(--section-title-color);
}
.section-title.title-has-border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset: auto 0 1vw;
  background: var(--section-title-color);
}

.headline-title {
  font-size: var(--font-size-19);
  color: var(--section-title-color);
  border-bottom: 1px solid;
  padding-bottom: 3%;
  margin-bottom: 5%;
}

/*==========================================
header
===========================================*/
#header {
  padding: 2% 5%;
}
#header .header__logo {
  width: 13%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: 120vw;
  background: url(../../img/top/mv/mv_bg.jpg) center left -30vw/cover no-repeat;
}
#top-mv .mv__catch {
  width: 95%;
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/*==========================================
footer
===========================================*/
#footer {
  text-align: center;
}
#footer:has(.footer__inner) {
  background: var(--footer-bg-color);
  padding: 15% 0 10%;
}
#footer:has(.footer__inner) #copyright {
  margin-top: 10%;
}
#footer .footer__logo {
  width: 28%;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .footer__nav {
  margin-top: 15%;
  padding-top: 6%;
  border-top: 1px solid;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: var(--font-size-13);
}
#footer .footer__nav-link {
  display: block;
  margin-bottom: 13%;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 32.3958%;
  height: 23vw;
  inset: auto 0 0 auto;
  background: url(../../img/sv/sv_deco.png) bottom center/100% no-repeat;
}
.lower-sv .sv__title {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: right;
  font-size: var(--font-size-23);
  color: var(--section-title-color);
  text-shadow: 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff, 5px 5px 65px #fff;
}

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

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

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

#voice-sv {
  background: url(../../img/sv/voice-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;
}

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

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

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

/*==========================================
entrance
===========================================*/
#entrance .entrance__item {
  width: 100%;
  height: 105vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#entrance .entrance__item-official {
  background: url(../../img/entrance/ent-ofc_bg.jpg) center/cover no-repeat;
}
#entrance .entrance__item-special {
  background: url(../../img/entrance/ent-special_bg.jpg) center/cover no-repeat;
}
#entrance .entrance__item-box {
  width: 85%;
  background: rgba(var(--color-white-rgb), 0.9);
}
#entrance .entrance__item-box .com-border-frame {
  padding: 15% 8%;
}
#entrance .entrance__item-title {
  text-align: center;
  margin-bottom: 10%;
  font-size: var(--font-size-25);
}
#entrance .entrance__item-title span {
  font-size: var(--font-size-28);
}

/*==========================================
top
===========================================*/
/*
# top-view
------------------------*/
#top-view {
  background: url(../../img/top/view_bg.jpg) center/cover no-repeat;
}
#top-view .view__wrap {
  background: #fffdf8;
  padding: 2%;
}
#top-view .view__wrap .view__title {
  text-align: center;
}
#top-view .view__wrap-inner {
  border: 1px solid;
  padding: 10% 6%;
  position: relative;
}
#top-view .view__wrap-inner::before, #top-view .view__wrap-inner::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 18vw;
  background: url(../../img/top/view_deco.png) center/100% no-repeat;
}
#top-view .view__wrap-inner::before {
  inset: 0 auto auto 0;
}
#top-view .view__wrap-inner::after {
  inset: auto 0 0 auto;
  transform: rotate(180deg);
}
#top-view .view__movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#top-view .view__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# top-wall
------------------------*/
#top-wall {
  padding: 22% 0;
  background: url(../../img/top/wall-top_bg.png) top -15% center/100% no-repeat, url(../../img/top/wall-btm_bg.png) bottom -5% center/100% no-repeat, #fffaf1;
}
#top-wall .wall__title {
  font-size: var(--font-size-23);
}
#top-wall .wall__content {
  margin-bottom: 10%;
  background: var(--color-white);
  padding: 12% 6%;
}
#top-wall .wall__content:last-child {
  margin-bottom: 0;
}
#top-wall .wall__content-title {
  padding-left: 24%;
  position: relative;
}
#top-wall .wall__content-title .title-num {
  width: 20%;
  text-align: center;
  position: absolute;
  inset: 1vw auto auto 0;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin: auto 0;
  background: var(--primary-color-light);
  font-size: var(--font-size-21);
}
#top-wall .wall__content-title .title-num small {
  font-size: var(--font-size-16);
}
#top-wall .wall__content-title .title-text {
  font-size: var(--font-size-20);
}
#top-wall .wall__content-text span {
  display: block;
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-17);
  margin-bottom: 2%;
}

/*
# top-reason
------------------------*/
#top-reason {
  padding: 18% 0;
  position: relative;
}
#top-reason::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10vw;
  inset: auto 0 0;
  margin: 0 auto;
  background: url(../../img/top/reason-merit_arr.png) center/100% no-repeat;
}
#top-reason .reason__title small {
  display: block;
  font-size: var(--font-size-20);
}
#top-reason .reason__list {
  background: url(../../img/top/reason-list_ill.png) bottom center/50% no-repeat;
  padding-bottom: 50%;
}
#top-reason .reason__list .reason__item {
  font-size: var(--font-size-17);
  padding-left: 7%;
  margin-bottom: 5%;
  background: url(../../img/top/reason-item_ic.png) left top 2.5vw/5% no-repeat;
}
#top-reason .reason__list .reason__item:last-child {
  margin-bottom: 0;
}
#top-reason .reason__merit {
  background: url(../../img/top/reason-merit_bg.png) center/cover no-repeat;
  border: 1px solid;
  padding: 12% 6%;
}
#top-reason .reason__merit-title {
  text-align: center;
  font-size: var(--font-size-19);
  background: var(--primary-color-light);
  margin-bottom: 6%;
  color: var(--section-title-color);
  padding: 2% 5%;
}
#top-reason .reason__merit-item {
  margin-bottom: 8%;
}
#top-reason .reason__merit-item:last-child {
  margin-bottom: 0;
}
#top-reason .reason__merit-item-title {
  font-size: var(--font-size-20);
  padding-left: 17%;
}
#top-reason .reason__merit-item:nth-child(1) .reason__merit-item-title {
  background: url(../img/top/reason-merit-01_num.png) left top/14% no-repeat;
}
#top-reason .reason__merit-item:nth-child(2) .reason__merit-item-title {
  background: url(../img/top/reason-merit-02_num.png) left top/14% no-repeat;
}
#top-reason .reason__merit-item:nth-child(3) .reason__merit-item-title {
  background: url(../img/top/reason-merit-03_num.png) left top/14% no-repeat;
}

/*
# top-steps
------------------------*/
#top-steps {
  padding: 12% 0 20%;
}
#top-steps .steps__title {
  font-size: var(--font-size-23);
}
#top-steps .steps__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 6vw;
}
#top-steps .steps__list .steps__card {
  width: 48%;
}
#top-steps .steps__list .steps__card-title {
  color: var(--color-white);
  font-size: var(--font-size-17);
  background: var(--section-title-color);
  text-align: center;
  padding: 2%;
  margin: -10% 0 5%;
  position: relative;
  z-index: 1;
}
#top-steps .steps__list .steps__card-text {
  font-size: var(--font-size-14);
}

/*
# top-counseling
------------------------*/
#top-counseling {
  background: url(../../img/top/counseling_bg.jpg) center/cover no-repeat;
}
#top-counseling .counseling__content {
  padding: 12% 6%;
  border: 1px solid var(--color-pink);
  background: var(--color-pink-light);
}
#top-counseling .counseling__content .counseling__title {
  margin-bottom: 0;
  text-shadow: var(--color-white) 3px 0px, var(--color-white) -3px 0px, var(--color-white) 0px -3px, var(--color-white) 0px 3px, var(--color-white) 3px 3px, var(--color-white) -3px 3px, var(--color-white) 3px -3px, var(--color-white) -3px -3px, var(--color-white) 1px 3px, var(--color-white) -1px 3px, var(--color-white) 1px -3px, var(--color-white) -1px -3px, var(--color-white) 3px 1px, var(--color-white) -3px 1px, var(--color-white) 3px -1px, var(--color-white) -3px -1px;
  filter: drop-shadow(0px -30px 13px var(--color-white)) drop-shadow(28px -25px 13px var(--color-white));
}
#top-counseling .counseling__content .counseling__title span {
  font-size: var(--font-size-19);
  color: #c69834;
  display: block;
}
#top-counseling .counseling__content .counseling__title em {
  font-size: var(--font-size-25);
}

/*
# top-movie
------------------------*/
#top-movie {
  padding: 20% 0;
}
#top-movie .movie__subtitle {
  margin-bottom: 10%;
  font-size: var(--font-size-18);
  color: var(--section-title-color);
  text-align: center;
  border: 1px solid;
  padding: 2% 4%;
  background: #fffaf1;
  position: relative;
}
#top-movie .movie__subtitle::before, #top-movie .movie__subtitle::after {
  position: absolute;
  content: "";
  left: 50%;
}
#top-movie .movie__subtitle::before {
  bottom: -23px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 11px solid #fffaf1;
  z-index: 2;
}
#top-movie .movie__subtitle::after {
  bottom: -28px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--section-title-color);
  z-index: 1;
}
#top-movie .support__table-wrap {
  margin-top: 15%;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 20% 0;
  background: url(../../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw 2%;
  margin-bottom: 12%;
}
#top-about .about__list .about__item {
  width: 49%;
}
#top-about .about__target .target__item {
  border: 1px solid;
  padding: 12% 6%;
  margin-bottom: 13%;
  background: var(--color-white);
}
#top-about .about__target .target__item:last-child {
  margin-bottom: 0;
}
#top-about .about__target .target__item-title {
  font-size: var(--font-size-20);
  text-align: center;
  color: var(--section-title-color);
  border-bottom: 1px solid;
  margin-bottom: 6%;
  padding-bottom: 2%;
}
#top-about .about__target .target__item-img {
  margin-bottom: 7%;
}
#top-about .about__target .target__item-text span {
  color: var(--primary-color);
}
#top-about .about__button {
  margin-top: 15%;
}

/*
# top-area
------------------------*/
#top-area {
  padding: 20% 0;
  background: url(../../img/top/area_bg.jpg) center/cover no-repeat;
}
#top-area .area__wrap {
  background: var(--color-white);
  padding: 12% 6%;
}
#top-area .area__map {
  text-align: center;
  margin-bottom: 7%;
}
#top-area .area__content strong {
  color: var(--primary-color);
}

/*
# top-links
------------------------*/
#top-links .links__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 12%;
}
#top-links .links__item:last-child {
  margin-bottom: 0;
}
#top-links .links__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  transition: all 0.3s;
}
#top-links .links__item-service::before {
  background: url(../../img/top/link-service_bg.jpg) center/cover no-repeat;
}
#top-links .links__item-voice::before {
  background: url(../../img/top/link-voice_bg.jpg) center/cover no-repeat;
}
#top-links .links__item-link {
  position: relative;
  z-index: 1;
  height: 62vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10.4166%;
  text-align: center;
  color: var(--color-white);
}
#top-links .links__item-link::before {
  border-color: var(--color-white);
  z-index: 1;
}
#top-links .links__item-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(var(--body-font-color-rgb), 0.7);
}
#top-links .links__item-title {
  width: 100%;
  color: var(--color-white);
  border-color: var(--color-white);
  font-size: var(--font-size-27);
  padding-bottom: 7%;
}
#top-links .links__item-title::before {
  background: var(--color-white);
}
#top-links .links__item-text {
  font-size: var(--font-size-17);
}
#top-links .links__item:hover {
  opacity: 1;
}
#top-links .links__item:hover::before {
  transform: scale(1.1);
}
#top-links .links__item:hover .links__item-link::before {
  width: 100%;
  height: 100%;
}
#top-links .links__item:hover .links__item-link::after {
  background: rgba(var(--body-font-color-rgb), 0.5);
}

/*
# top-diagnosis
------------------------*/
#top-diagnosis {
  padding: 20% 0;
  background: url(../../img/top/chart_bg.jpg) center/cover no-repeat;
}
#top-diagnosis .diagnosis__title {
  position: relative;
  padding-top: 14%;
  z-index: 1;
}
#top-diagnosis .diagnosis__title::before {
  position: absolute;
  content: "";
  width: 16%;
  height: 16vw;
  background: url(../../img/top/chart_ill.png) center/100% no-repeat;
  inset: auto -7vw 2vw auto;
  margin: auto 0;
  z-index: -1;
  opacity: 0.5;
}
#top-diagnosis .diagnosis__title span {
  font-size: var(--font-size-23);
}
#top-diagnosis .diagnosis__title .title-markup {
  width: 38%;
  position: absolute;
  inset: 0 auto auto 10%;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 20% 0;
  background: url(../../img/top/access_bg.png) center/cover no-repeat;
}
#top-access .access__table {
  margin-bottom: 15%;
}

/*
# top-contact
------------------------*/
#top-contact {
  padding: 20% 8% 25%;
  position: relative;
}
#top-contact::before {
  position: absolute;
  content: "";
  width: 49%;
  height: 34vw;
  background: url(../../img/top/contact-lb_ill.png) center bottom/100% no-repeat;
  inset: auto auto 0 0;
  z-index: 2;
}
#top-contact .contact__inbox {
  background: var(--primary-color-light);
  text-align: center;
  padding: 12% 6%;
}
#top-contact .contact__inbox::after {
  position: absolute;
  content: "";
  width: 23%;
  height: 28vw;
  background: url(../../img/top/contact-rt_ill.png) center/100% no-repeat;
  inset: -12vw -9vw auto auto;
}
#top-contact .contact__title {
  margin-bottom: 10%;
  position: relative;
  font-size: var(--font-size-20);
}
#top-contact .contact__title::before, #top-contact .contact__title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10vw;
  background: var(--section-title-color);
  bottom: 0;
  margin: auto 0;
}
#top-contact .contact__title::before {
  left: 0;
  transform: rotate(-20deg);
}
#top-contact .contact__title::after {
  right: 0;
  transform: rotate(20deg);
}
#top-contact .contact__title span {
  font-size: var(--font-size-23);
}
#top-contact .contact__subtitle {
  font-size: var(--font-size-21);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 8%;
}
#top-contact .contact__text {
  text-align: left;
  margin-bottom: 12%;
  position: relative;
  z-index: 5;
}
#top-contact .contact__contact-list {
  margin-bottom: 10%;
  background: var(--color-white);
  padding: 8% 4%;
  justify-content: center;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .news__tag-wrap {
  background: var(--color-white);
  padding: 12% 6%;
  z-index: 1;
  margin-bottom: 15%;
}
#top-news .news__tag-wrap:last-child {
  margin-bottom: 0;
}
#top-news .news__tag-wrap::before {
  z-index: -1;
}
#top-news .news__tag-title {
  width: 65%;
  margin: 0 auto 5%;
  font-size: var(--font-size-18);
  text-align: center;
  background: var(--primary-color-light);
  height: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top-news .news__tag-title::before, #top-news .news__tag-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-news .news__tag-title::before {
  border-width: 6.5vw 4vw 6.5vw 0px;
  border-color: transparent var(--primary-color-light) transparent transparent;
  left: -4vw;
}
#top-news .news__tag-title::after {
  border-width: 6.5vw 0px 6.5vw 4vw;
  border-color: transparent transparent transparent var(--primary-color-light);
  right: -4vw;
}
#top-news .news__post {
  border-bottom: 1px solid;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-link {
  padding: 6% 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2vw 0;
}
#top-news .news__post-link:hover {
  opacity: 1;
  background: var(--primary-color-light);
}
#top-news .news__post-date, #top-news .news__post-tags {
  font-size: var(--font-size-14);
}
#top-news .news__post-date {
  width: 37%;
}
#top-news .news__post-tags {
  width: 62%;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 0;
  color: var(--accent-color);
}
#top-news .news__post-tags .news__post-tag {
  padding: 0 2vw;
  position: relative;
}
#top-news .news__post-tags .news__post-tag::before, #top-news .news__post-tags .news__post-tag::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 4vw;
  background: var(--accent-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-news .news__post-tags .news__post-tag::before {
  left: 0;
}
#top-news .news__post-tags .news__post-tag:not(:first-child)::before {
  background: none;
}
#top-news .news__post-tags .news__post-tag::after {
  right: 0;
}
#top-news .news__post-title {
  width: 100%;
  font-size: var(--font-size-15);
}
#top-news .news__button {
  margin-top: 15%;
}

/*==========================================
about
===========================================*/
#about-msg .msg__item {
  margin-bottom: 15%;
  background: var(--color-white);
}
#about-msg .msg__item::after {
  top: auto;
  bottom: -20px;
  transform: rotate(180deg);
}
#about-msg .msg__item .com-border-frame {
  padding: 12% 6%;
}
#about-msg .msg__item:last-child {
  margin-bottom: 0;
}
#about-msg .msg__item-title {
  font-size: var(--font-size-20);
  text-align: center;
  color: var(--section-title-color);
  border-bottom: 1px solid;
  margin-bottom: 6%;
  padding-bottom: 3%;
}
#about-msg .msg__item-greeting {
  margin-bottom: 13%;
}
#about-msg .msg__item-greeting .greeting__img {
  width: 55%;
  margin: 0 auto 6%;
  text-align: center;
}
#about-msg .msg__item-greeting .greeting__content {
  background: url(../../img/about/greeting-cont_deco.png) right top/40% no-repeat, var(--primary-color-light);
  border: 1px solid var(--body-font-color);
  padding: 10% 6%;
  position: relative;
  font-size: var(--font-size-13);
}
#about-msg .msg__item-greeting .greeting__content span {
  display: block;
  text-align: right;
  color: var(--primary-color);
  margin-top: 10%;
}
#about-msg .msg__item-movie .movie__title {
  text-align: center;
  font-size: var(--font-size-20);
  color: var(--primary-color);
  margin-bottom: 6%;
}
#about-msg .msg__item-movie .movie__frame {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#about-msg .msg__item-movie .movie__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#about-msg .msg__item-button {
  width: 100%;
}
#about-msg .msg__item-required-doc {
  background: var(--primary-color-light);
  border: 1px solid;
  padding: 12% 6%;
  text-align: center;
}
#about-msg .msg__item-required-doc-title {
  font-size: var(--font-size-19);
  border-bottom: 1px solid;
  color: var(--section-title-color);
  padding-bottom: 3%;
  margin-bottom: 6%;
}
#about-msg .msg__item-required-doc-item {
  margin-bottom: 4%;
}
#about-msg .msg__item-required-doc-item:last-child {
  margin-bottom: 0;
}
#about-msg #about-support {
  margin-top: 18%;
}
#about-msg #about-support .support__title {
  margin-bottom: 12%;
  font-size: var(--font-size-25);
  text-align: center;
  color: var(--section-title-color);
  position: relative;
}
#about-msg #about-support .support__title::before, #about-msg #about-support .support__title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14vw;
  background: var(--section-title-color);
  bottom: 1vw;
}
#about-msg #about-support .support__title::before {
  left: 0;
  transform: rotate(-30deg);
}
#about-msg #about-support .support__title::after {
  right: 0;
  transform: rotate(30deg);
}
#about-msg #about-support .support__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 4vw;
}
#about-msg #about-support .support__list .support__item {
  width: 48%;
  background: var(--primary-color-light);
  border: 1px solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 6% 3%;
}
#about-msg #about-support .support__list .support__item-illust {
  width: 55%;
  margin: 0 auto;
  flex-grow: 1;
  height: 33vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-msg #about-support .support__list .support__item-title {
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--primary-color);
  margin-bottom: 4%;
}
#about-msg #about-support .support__list .support__item-data {
  color: var(--primary-color);
  font-size: var(--font-size-22);
}
#about-msg #about-support .support__list .support__item-data span {
  font-size: var(--font-size-40);
  line-height: 0.75;
}
#about-msg #about-support .support__list .support__item-data-list .data__item {
  color: var(--primary-color);
  font-size: var(--font-size-22);
}
#about-msg #about-support .support__list .support__item-data-list .data__item span {
  font-size: var(--font-size-40);
  line-height: 0.75;
}

/*==========================================
service
===========================================*/
.intax__text {
  text-align: right;
  margin-top: 4%;
}

/*
# service-support
------------------------*/
.support__table-wrap th,
.support__table-wrap td {
  text-align: center;
  vertical-align: middle;
  padding: 3vw 2vw;
  font-weight: var(--font-weight-bold);
}
.support__table-wrap .support__table {
  position: relative;
}
.support__table-wrap .support__table::before {
  position: absolute;
  content: "";
  width: 33vw;
  height: calc(100% + 3vw);
  border-radius: 10px 10px 0 0;
  inset: -1vw auto auto 19vw;
  border: 2vw solid var(--primary-color);
}
.support__table-wrap .support__table thead th {
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  border: none;
}
.support__table-wrap .support__table thead th:nth-child(2) {
  width: 33vw;
  background: var(--primary-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-black);
  border-radius: 5px 5px 0 0;
}
.support__table-wrap .support__table thead th:nth-child(3) {
  width: 33vw;
  background: var(--accent-color);
  font-size: var(--font-size-15);
}
.support__table-wrap .support__table tbody th,
.support__table-wrap .support__table tbody td {
  border-collapse: collapse;
  border: 1px solid var(--form-border-color);
}
.support__table-wrap .support__table tbody th {
  background: var(--color-gray);
  width: 20vw;
}
.support__table-wrap .support__table tbody td:nth-of-type(1) {
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-18);
  color: var(--primary-color);
}

/*
# service-plan
------------------------*/
#service-plan {
  background: url(../../img/service/plan_bg.jpg) center/cover no-repeat;
}
#service-plan .plan__text span {
  color: var(--primary-color);
}
#service-plan .plan__list {
  border: 1px solid var(--form-border-color);
}
#service-plan .plan__list .plan__item {
  display: flex;
  border-bottom: 1px solid var(--form-border-color);
}
#service-plan .plan__list .plan__item:last-child {
  border-bottom: none;
}
#service-plan .plan__list .plan__item dt,
#service-plan .plan__list .plan__item dd {
  padding: 4vw;
}
#service-plan .plan__list .plan__item dt {
  width: 60%;
  text-align: center;
  background: var(--color-gray);
}
#service-plan .plan__list .plan__item dd {
  width: 40%;
  background: var(--color-white);
  text-align: right;
}

/*
# service-option
------------------------*/
#service-option .option__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw 4%;
}
#service-option .option__list .option__item {
  width: 48%;
  border: 2px solid var(--border-color);
  background: var(--primary-color-light);
  text-align: center;
  display: flex;
  flex-direction: column;
}
#service-option .option__list .option__item-img {
  border-bottom: 2px solid var(--border-color);
}
#service-option .option__list .option__item-text {
  flex-grow: 1;
  font-size: var(--font-size-15);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  padding: 3% 0;
}

/*
# service-steps
------------------------*/
#service-steps {
  background: url(../../img/service/steps-lb_ill.png) left bottom/56% no-repeat;
}
#service-steps .steps__item {
  margin-bottom: 13%;
  background: var(--color-white);
}
#service-steps .steps__item:last-child {
  margin-bottom: 0;
}
#service-steps .steps__item .com-border-frame {
  padding: 12% 6%;
}
#service-steps .steps__item-title {
  margin-bottom: 6%;
  border-bottom: 1px solid;
  padding-bottom: 3%;
  display: flex;
  align-items: baseline;
}
#service-steps .steps__item-title .title-num {
  width: 23%;
  font-size: var(--font-size-16);
  color: var(--primary-color);
}
#service-steps .steps__item-title .title-text {
  width: 73%;
  font-size: var(--font-size-20);
  color: var(--section-title-color);
}
#service-steps .steps__item .steps__contact-list {
  background: var(--primary-color-light);
  justify-content: center;
  border: 2px solid var(--border-color);
  padding: 8% 5%;
  margin-top: 10%;
}

/*==========================================
diagnosis
===========================================*/
#diagnosis-section .com_chart {
  background: var(--color-white);
}
#diagnosis-section .com_chart .chart_title {
  position: relative;
  padding: 2% 0 4% 18%;
  border-bottom: 1px solid;
}
#diagnosis-section .com_chart .chart_title .q-icon {
  width: 8vw;
  height: 8vw;
  background: var(--accent-color);
  color: var(--color-white);
  font-size: var(--font-size-18);
  border-radius: 50%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 2vw auto 0 0;
}
#diagnosis-section .com_chart .chart_title .title {
  font-size: var(--font-size-19);
}
#diagnosis-section .com-border-frame {
  padding: 12% 6%;
}
#diagnosis-section .chart_btn_list-item .chart_btn {
  height: 13vw;
}
#diagnosis-section .result_chart {
  background: url(../../img/diagnosis/answer_bg.jpg) center/cover no-repeat;
  padding: 0;
}
#diagnosis-section .result_chart .result_title {
  position: relative;
  padding-top: 17%;
  font-size: var(--font-size-20);
}
#diagnosis-section .result_chart .result_title .result_title-icon {
  background: none;
  position: absolute;
  inset: 0 0 auto;
  text-align: center;
  width: 65%;
  height: auto;
  margin: 0 auto;
  font-size: var(--font-size-22);
  color: var(--accent-color);
}
#diagnosis-section .result_chart .result_title .result_title-icon::before, #diagnosis-section .result_chart .result_title .result_title-icon::after {
  width: 1px;
  height: 5vw;
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto 0;
  background: var(--body-font-color);
}
#diagnosis-section .result_chart .result_title .result_title-icon::before {
  left: 0;
  transform: rotate(-30deg);
}
#diagnosis-section .result_chart .result_title .result_title-icon::after {
  right: 0;
  transform: rotate(30deg);
}
#diagnosis-section .result_chart .result_img {
  width: 70%;
  margin: 0 auto 8%;
  text-align: center;
}
#diagnosis-section .result_chart .result_consult {
  border: 2px solid var(--border-color);
  padding: 12% 6%;
  background: var(--primary-color-light);
  margin-top: 10%;
}
#diagnosis-section .result_chart .result_consult .consult__title {
  margin-bottom: 8%;
  background: var(--color-white);
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-17);
  padding: 2%;
}
#diagnosis-section .result_chart .result_consult .consult__list .consult__item {
  margin-bottom: 4%;
}
#diagnosis-section .result_chart .result_consult .consult__list .consult__item:last-child {
  margin-bottom: 0;
}
#diagnosis-section .result_chart .result_consult .consult__list .consult__item-text {
  position: relative;
  padding-left: 6%;
  font-size: var(--font-size-14);
}
#diagnosis-section .result_chart .result_consult .consult__list .consult__item-text::before {
  position: absolute;
  content: "・";
  inset: 0 auto auto 0;
}
#diagnosis-section .result_chart .result__button {
  width: 100%;
  margin: 12% auto 0;
}
#diagnosis-section .btn_wrp .back_btn {
  border: none;
  font-size: var(--font-size-15);
  background: none;
}
#diagnosis-section .btn_wrp .back_btn::before {
  background: none;
}
#diagnosis-section .btn_wrp .back_btn span {
  color: var(--primary-color);
}
#diagnosis-section .btn_wrp .back_btn span::before, #diagnosis-section .btn_wrp .back_btn span::after {
  position: absolute;
  inset: 0 auto 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  transform: rotate(225deg);
  transition: all 0.3s;
  z-index: 1;
}
#diagnosis-section .btn_wrp .back_btn span::before {
  left: -1vw;
}
#diagnosis-section .btn_wrp .back_btn span::after {
  left: -2.5vw;
}
#diagnosis-section .other__result {
  margin-top: 15%;
}
#diagnosis-section .other__result .other__result-title {
  font-size: var(--font-size-21);
}
#diagnosis-section .other__result .result_title {
  padding-top: 0;
  font-size: var(--font-size-18);
}
#diagnosis-section .other__result .result_chart {
  margin-bottom: 13%;
}
#diagnosis-section .other__result .result_chart:last-child {
  margin-bottom: 0;
}

/*==========================================
voice
===========================================*/
#voice-archive .voice__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 4vw;
}
#voice-archive .voice__list .voice__item {
  width: 48%;
}
#voice-archive .voice__list .voice__item-img {
  width: 100%;
  height: 40vw;
}
#voice-archive .voice__list .voice__item-link {
  display: block;
}
#voice-archive .voice__list .voice__item-link:hover .voice__item-title {
  color: var(--primary-color);
}
#voice-archive .voice__list .voice__item-link:hover .voice__item-button span::before {
  right: -35px;
}
#voice-archive .voice__list .voice__item-link:hover .voice__item-button span::after {
  right: -45px;
}
#voice-archive .voice__list .voice__item-title {
  transition: all 0.3s;
  padding: 10px 0;
  font-size: var(--font-size-14);
}
#voice-archive .voice__list .voice__item-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: var(--primary-color);
  font-size: var(--font-size-12);
}
#voice-archive .voice__list .voice__item-button span {
  position: relative;
  padding-right: 5vw;
}
#voice-archive .voice__list .voice__item-button span::before, #voice-archive .voice__list .voice__item-button span::after {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#voice-archive .voice__list .voice__item-button span::before {
  right: 1vw;
}
#voice-archive .voice__list .voice__item-button span::after {
  right: 0;
}

/*
# voice-single
------------------------*/
#voice-single .voice__post-headline {
  margin-bottom: 12%;
}
#voice-single .voice__post-headline .voice__post-img {
  width: 100%;
  margin-bottom: 10%;
}
#voice-single .voice__post-headline .voice__post-table {
  background: var(--color-white);
  border: 1px solid var(--form-border-color);
}
#voice-single .voice__post-headline .voice__post-table tr {
  border-bottom: 1px solid var(--form-border-color);
}
#voice-single .voice__post-headline .voice__post-table th,
#voice-single .voice__post-headline .voice__post-table td {
  font-size: var(--font-size-13);
  padding: 2vw 0;
  text-align: center;
  vertical-align: middle;
}
#voice-single .voice__post-headline .voice__post-table thead th:first-child {
  width: 20vw;
  background: var(--color-gray);
}
#voice-single .voice__post-headline .voice__post-table thead th:not(:first-child) {
  width: 40vw;
}
#voice-single .voice__post-headline .voice__post-table tbody tr:last-child {
  border-bottom: none;
}
#voice-single .voice__post-headline .voice__post-table tbody th {
  background: var(--color-gray);
}
#voice-single .voice__post-comment {
  background: var(--primary-color-light);
  padding: 15% 6%;
  margin-bottom: 13%;
  border: 2px solid var(--border-color);
}
#voice-single .voice__post-comment::before, #voice-single .voice__post-comment::after {
  width: 19%;
  height: 18vw;
  top: 0;
}
#voice-single .voice__post-comment::before {
  left: 0;
}
#voice-single .voice__post-comment::after {
  right: 0;
}
#voice-single .voice__post-comment:last-child {
  margin-bottom: 0;
}
#voice-single .voice__post-comment .comment__title {
  margin-bottom: 10%;
  background: var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-17);
  text-align: center;
  padding: 2%;
}

/*==========================================
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-item:has(.contact__form-select) .contact__form-input {
  display: flex;
  gap: 4vw;
}
#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フレーム時)
  ===========================================*/