@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: 6vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.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 {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--color-white);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--color-white);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: var(--primary-color);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  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: 7% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
  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 var(--color-white);
  border-right: 2px solid var(--color-white);
  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__address {
  margin-bottom: 10%;
}
#drawer__nav .drawer__contact-list .tel__num {
  color: var(--color-white);
}
#drawer__nav .drawer__contact-list .tel__num small {
  color: var(--color-white);
}
#drawer__nav .drawer__contact-list .tel__text {
  filter: brightness(5.5);
}
#drawer__nav .drawer__contact-list .mail__button {
  background: var(--color-white);
  color: var(--primary-color);
}
#drawer__nav .drawer__contact-list .mail__button::before {
  background-color: var(--primary-color);
}
#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 {
  color: var(--color-white);
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list .contact__item {
  margin-bottom: 10%;
}
.c-contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__list .com-tel {
  line-height: 1.4;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-23);
  letter-spacing: 0;
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-15);
}
.c-contact__list .com-tel .tel__text img {
  width: 75%;
}
.c-contact__list .mail__button {
  width: 70%;
  height: 14vw;
  margin: 0 auto;
  font-size: var(--font-size-15);
  background: var(--primary-color);
  padding: 0 4% 0 8%;
  letter-spacing: 0;
}
.c-contact__list .mail__button::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 4vw;
  background-color: var(--color-white);
  -webkit-mask: url(/img/common/mail_ic.png) center/100% no-repeat;
          mask: url(/img/common/mail_ic.png) center/100% no-repeat;
  inset: 0 auto 0 20%;
  margin: auto 0;
  z-index: 1;
}

/*
# c-address
------------------------*/
.c-address .address__item {
  letter-spacing: 0;
  font-size: var(--font-size-13);
  align-items: baseline;
}
.c-address .address__item dt {
  width: 23%;
}
.c-address .address__item dd {
  width: 75%;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  margin: 10% auto;
  background: url(../img/common/contact_bg.jpg) center/cover no-repeat;
  padding: 10% 8%;
}
.c-contact__section .contact__inbox {
  padding: 10% 6%;
  background: rgba(var(--body-background-rgb), 0.95);
}
.c-contact__section .contact__inbox .contact__title {
  margin-bottom: 8%;
}
.c-contact__section .contact__inbox .contact__text {
  margin-bottom: 8%;
  text-align: center;
}
.c-contact__section .contact__inbox .contact__contact-list {
  justify-content: center;
  gap: 15px 25px;
}
.c-contact__section .contact__inbox .contact__contact-list .tel__num {
  font-size: var(--font-size-27);
}
.c-contact__section .contact__inbox .contact__contact-list .tel__num small {
  font-size: var(--font-size-16);
}
.c-contact__section .contact__inbox .contact__contact-list .mail__button {
  height: 13vw;
  width: 82%;
}
.c-contact__section .contact__inbox .contact__contact-list .mail__button::before {
  left: 18%;
}

/*
# c-achievements__list
------------------------*/
.c-achievements__list .achievements__item {
  width: 340px;
}
.c-achievements__list .achievements__item-img {
  width: 100%;
  height: 59vw;
  margin-bottom: 3%;
}
.c-achievements__list .achievements__item-title {
  font-size: var(--font-size-16);
}
.c-achievements__list .achievements__item-button {
  width: 70%;
  min-height: 11vw;
  bottom: -5.5vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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 {
  width: 79%;
  display: block;
  margin-top: 2%;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

/*
# com-button
------------------------*/
.com-button {
  min-height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--primary-color);
  font-size: var(--font-size-15);
}
.com-button.bg-color-black-light {
  background: var(--color-black-light);
}

/*
# has-arrow
------------------------*/
.bs-icon--caret-right-fill {
  padding-left: 7vw;
}
.bs-icon--caret-right-fill::before {
  inset: 0 auto 0 0;
  width: 5vw;
  height: 5vw;
  color: var(--color-white);
  background: var(--color-black-light);
  font-size: var(--font-size-10);
}

/*
# com-grid3
------------------------*/
.com-grid3 .grid-item {
  width: 85%;
  margin: 0 auto 18%;
  padding: 2% 2% 13%;
}
.com-grid3 .grid-item .com-button {
  position: absolute;
  inset: auto 0 -6.5vw;
  width: 87%;
  margin: 0 auto;
  min-height: 13vw;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 12%;
}
.section-title span {
  font-weight: var(--font-weight-bold);
  display: block;
}
.section-title .title-ja {
  font-size: var(--font-size-23);
}
.section-title .title-ja small {
  font-size: var(--font-size-21);
}
.section-title .title-en {
  font-size: var(--font-size-15);
  color: var(--primary-color);
  font-family: var(--font-secondary);
}

.headline-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--color-gray);
  line-height: 1.5833333333;
  padding-bottom: 3%;
  margin-bottom: 5%;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
  inset: 0 0 auto;
  z-index: 1001;
  position: fixed;
  width: 100%;
  inset: 0 0 auto;
}
#header .header__logo {
  width: 30%;
  line-height: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 105vw;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__catch {
  inset: auto auto 8.1521% 3%;
  width: 80%;
}

/*==========================================
footer
===========================================*/
#footer .footer__inbox {
  padding: 13% 8%;
}
#footer .footer__logo {
  width: 40%;
  margin: 0 auto 10%;
  filter: brightness(5.5);
}
#footer .footer__headline {
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 12%;
}
#footer .footer__address {
  margin-bottom: 10%;
}
#footer .footer__contact-list .com-tel .tel__num {
  color: var(--color-white);
}
#footer .footer__contact-list .com-tel .tel__num small {
  color: var(--color-white);
}
#footer .footer__contact-list .mail__button {
  background: var(--color-white);
  color: var(--primary-color);
}
#footer .footer__contact-list .mail__button::before {
  background-color: var(--primary-color);
}
#footer .footer__nav {
  padding: 10% 0 0;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-link {
  font-size: var(--font-size-13);
  letter-spacing: 0;
  margin-bottom: 8%;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__nav-item {
  display: inline-block;
  width: 100%;
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 2% 0;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 8%;
  position: fixed;
  bottom: 9%;
  right: 3%;
  z-index: 999;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 40vw;
}
.lower-sv .sv__title {
  font-size: var(--font-size-23);
  line-height: 1.35;
  padding: 0 3vw;
  inset: auto 0 10vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-sv .sv__title span {
  background: url(../img/sv/sv-ttl_bg.png) center/cover no-repeat;
  -webkit-background-clip: text;
  color: transparent;
}

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

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

#about-sv {
  background: url(../../img/sv/about-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 {
  margin: 10% auto 18%;
  background: url(../img/top/about_bg.jpg) center/cover no-repeat;
  padding: 12% 8% 15%;
}
#top-about .about__inbox {
  padding: 10% 6%;
  background: rgba(var(--body-background-rgb), 0.95);
}
#top-about .about__title {
  margin-bottom: 6%;
}
#top-about .about__text {
  line-height: 2.0555555556;
}

/*
# top-services
------------------------*/
#top-services {
  padding: 0 0 22%;
  border-bottom: 1px solid var(--color-gray);
}
#top-services .service__item-img {
  width: 100%;
  height: 55vw;
  margin-bottom: 4%;
}
#top-services .service__item-text {
  font-size: var(--font-size-18);
  line-height: 1.5833333333;
  letter-spacing: 0;
  text-align: center;
}
#top-services .service__item-text small {
  font-size: var(--font-size-16);
}

/*
# top-works
------------------------*/
#top-works {
  padding: 10% 0 15%;
}
#top-works .works__item {
  width: 100%;
  margin-bottom: 8%;
}
#top-works .works__item:last-child {
  margin-bottom: 0;
}
#top-works .works__item .works__link {
  min-height: 32vw;
  z-index: 1;
  overflow: hidden;
}
#top-works .works__item .works__link::before, #top-works .works__item .works__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
}
#top-works .works__item .works__link::after {
  background: url(../img/top/work-large_filter.png) center/cover no-repeat;
}
#top-works .works__item .works__link:hover::before {
  transform: scale(1.1);
}
#top-works .works__item .works__link-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-22);
  inset: auto 0 6%;
  text-align: center;
}
#top-works .works__item .works__link-text small {
  line-height: 1.2352941176;
  font-size: var(--font-size-17);
}
#top-works .works__item--use .works__link::before {
  background: url(../img/top/works-use_large_img.jpg) center/cover no-repeat;
}
#top-works .works__item--maintenance .works__link::before {
  background: url(../img/top/works-maintenance_large_img.jpg) center/cover no-repeat;
}
#top-works .works__item--felling .works__link::before {
  background: url(../img/top/works-felling_large_img.jpg) center/cover no-repeat;
}
#top-works .works__item--dispose .works__link::before {
  background: url(../img/top/works-dispose_large_img.jpg) center/cover no-repeat;
}
#top-works .works__item--pruning .works__link::before {
  background: url(../img/top/works-pruning_large_img.jpg) center/cover no-repeat;
}

/*
# top-achievements
------------------------*/
#top-achievements {
  padding: 15% 0 18%;
}
#top-achievements .achievements__title {
  margin-bottom: 6%;
}
#top-achievements .achievements__title .title-en {
  color: var(--color-white);
}
#top-achievements .achievements__text {
  text-align: center;
  margin-bottom: 10%;
}
#top-achievements .c-achievements__list {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  -moz-column-gap: 7%;
       column-gap: 7%;
  padding-bottom: 15%;
}
#top-achievements .c-achievements__list .achievements__item {
  width: 76%;
  margin: 0 auto;
}
#top-achievements .c-achievements__list .achievements__item-img {
  height: 59vw;
}
#top-achievements .c-achievements__list .achievements__item-button {
  width: 70%;
  min-height: 11vw;
  bottom: -5.5vw;
}
#top-achievements .achievements__button {
  width: 73%;
  margin: 10% auto 0;
}

/*
# top-links
------------------------*/
.top-links {
  padding: 15% 0;
  background: url(../img/top/links_bg.jpg) center/cover no-repeat;
}
.top-links .links__item {
  width: 90%;
  margin: 0 auto 12%;
  text-align: center;
  font-size: var(--font-size-20);
}
.top-links .links__item:last-child {
  margin-bottom: 0;
}
.top-links .links__item--about .links__button::before {
  background: url(../img/top/links-about_ic.png) center/53% no-repeat;
}
.top-links .links__item--faq .links__button::before {
  background: url(../img/top/links-faq_ic.png) center/96% no-repeat;
}
.top-links .links__item--contact {
  font-size: var(--font-size-19);
}
.top-links .links__item--contact .links__button::before {
  background: url(../img/common/mail_ic.png) center/61% no-repeat;
}
.top-links .links__button {
  min-height: 25vw;
  padding: 19% 4% 3%;
}
.top-links .links__button::before {
  position: absolute;
  content: "";
  width: 17%;
  height: 11vw;
  margin: 0 auto;
  inset: 3vw 0 auto;
  z-index: 1;
}
.top-links .links__button:hover {
  transform: translateY(-10px);
}
.top-links .links__button span rt {
  font-size: var(--font-size-10);
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
}
#top-news .news__title {
  padding-bottom: 3%;
  text-align: left;
  border-bottom: 2px solid var(--color-gray);
}
#top-news .news__title::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 2px;
  background: var(--primary-color);
  inset: auto auto -2px 0;
}
#top-news .news__title .title-ja {
  font-weight: var(--font-weight-medium);
}
#top-news .news__post-list {
  padding: 0 5%;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 5% 0;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-thumb {
  width: 20vw;
  height: 20vw;
}
#top-news .news__post-meta {
  width: 65%;
  row-gap: 1vw;
}
#top-news .news__post-date {
  font-size: var(--font-size-13);
  width: 38%;
}
#top-news .news__post-tags {
  width: 62%;
  row-gap: 0.85vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-13);
  padding: 0 2vw;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__post-title {
  font-size: var(--font-size-15);
  line-height: 1.6666666667;
}
#top-news .news__button {
  width: 80%;
  margin: 12% auto 0;
}

/*==========================================
works
===========================================*/
/*
# works-archive
------------------------*/
#works-archive {
  padding-bottom: 18%;
}
#works-archive .works__part {
  padding-bottom: 15%;
  margin-bottom: 15%;
  border-bottom: 1px solid var(--color-gray);
}
#works-archive .works__part:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#works-archive .works__part .works__img {
  width: 100%;
  height: 35vw;
}
#works-archive .works__part-title {
  font-size: var(--font-size-20);
  margin: -6.3vw 0 6%;
  position: relative;
  z-index: 1;
}
#works-archive .works__part-title span {
  padding: 1vw 2vw;
}
#works-archive .works__part-title small {
  font-size: var(--font-size-16);
}
#works-archive .works__part-text {
  margin-bottom: 20%;
}
#works-archive .works__part-list .works__list-item {
  padding: 12% 6% 8%;
  margin-bottom: 22%;
}
#works-archive .works__part-list .works__list-item:last-child {
  margin-bottom: 0;
}
#works-archive .works__part-list .works__item-title {
  position: absolute;
  inset: -8vw 0 auto;
  width: 75%;
  margin: 0 auto;
  font-size: var(--font-size-20);
  text-align: center;
  padding: 2% 5%;
}
#works-archive .works__part-list .works__text-item {
  padding-left: 6%;
}
#works-archive .works__part-list .works__text-item::before {
  position: absolute;
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  background: var(--primary-color);
  inset: 2.75vw auto auto 0;
  margin: auto 0;
}

/*==========================================
achievements
===========================================*/
/*
# achievements-archive
------------------------*/
#achievements-archive .achievements__tags {
  margin-bottom: 18%;
  gap: 3vw;
}
#achievements-archive .achievements__tags .achievements__tag-button {
  min-height: 8vw;
  padding: 0 3vw 0 2vw;
  font-size: var(--font-size-13);
}
#achievements-archive .achievements__tags .achievements__tag-button span {
  padding-left: 5vw;
}
#achievements-archive .achievements__tags .achievements__tag-button span::before {
  width: 3.5vw;
  height: 3.5vw;
}
#achievements-archive .achievements__item-title {
  border-bottom: 2px solid var(--color-gray);
  margin-bottom: 5%;
  padding-bottom: 3%;
}

/*
# achievements-single
------------------------*/
#achievements-single .achievements__img {
  text-align: center;
  margin-bottom: 8%;
}

/*==========================================
about
===========================================*/
/*
# about-msg
------------------------*/
#about-msg {
  padding: 18% 0;
}
#about-msg .msg__img {
  width: 85%;
  margin: 0 auto 8%;
}

/*
# about-concept
------------------------*/
#about-concept {
  padding: 16% 8%;
  background: url(../img/about/concept_bg.jpg) center/cover no-repeat;
}
#about-concept .concept__inbox {
  padding: 10% 6%;
  background: rgba(var(--body-background-rgb), 0.95);
}
#about-concept .concept__title {
  margin-bottom: 30px;
}
#about-concept .concept__text span {
  display: block;
  text-align: center;
  font-size: var(--font-size-18);
}

/*
# about-company
------------------------*/
#about-company .company__inbox {
  padding: 10% 6%;
}
#about-company .company__table {
  padding: 5% 6%;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__text {
  margin-bottom: 12%;
}
#faq-archive .faq__part {
  margin-bottom: 18%;
}
#faq-archive .faq__part:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__part-title {
  font-size: var(--font-size-22);
  text-align: center;
  margin-bottom: 7%;
  background: url(../img/faq/faq-ttl_bg.png) center/cover no-repeat;
}
#faq-archive .faq__part .faq__item {
  padding: 7% 6%;
  margin-bottom: 35px;
}
#faq-archive .faq__part .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__part .faq__item-title, #faq-archive .faq__part .faq__item-content {
  padding-left: 14%;
}
#faq-archive .faq__part .faq__item-title::before, #faq-archive .faq__part .faq__item-content::before {
  position: absolute;
}
#faq-archive .faq__part .faq__item-title {
  font-size: var(--font-size-19);
  margin-bottom: 5%;
}
#faq-archive .faq__part .faq__item-title span {
  border-bottom: 2px solid var(--color-gray);
}
#faq-archive .faq__part .faq__item-title::before {
  content: "Q";
  width: 8vw;
  height: 8vw;
  color: var(--color-white);
  background: var(--color-black-light);
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.7;
  inset: 0 auto auto 0;
}
#faq-archive .faq__part .faq__item-content::before {
  content: "A";
  font-size: var(--font-size-19);
  color: var(--primary-color);
  inset: 0 auto auto 3%;
  line-height: 1.3;
}

/*==========================================
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__text {
  margin-bottom: 10%;
}
#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フレーム時)
  ===========================================*/