@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: var(--site-primary-inbox);
  margin: 0 auto;
  inset: 1rem auto auto 0;
  gap: 1rem 2rem;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -1.5rem 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;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  height: 10rem;
}
.sp-menu-btn-wrp:hover {
  cursor: pointer;
}
.sp-menu-btn-wrp:hover .sp-menu-btn,
.sp-menu-btn-wrp:hover .sp-menu-btn-txt {
  transform: scale(0.95);
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 10rem;
  height: 2.2rem;
  top: -0.5rem;
  transition: all 0.3s;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 4rem;
  height: 2px;
  background: var(--color-white);
}
.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);
  font-size: var(--font-size-11);
  bottom: -1rem;
  top: auto;
  transition: all 0.3s;
}

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

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  width: 38%;
  margin-left: auto;
  padding: 5rem 10rem 19rem;
  background: var(--color-gray-light);
}
#drawer__nav .drawer__nav-logo {
  width: 20.3rem;
  margin-bottom: 5rem;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 8rem;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 3rem 0;
  font-size: var(--font-size-20);
  border-bottom: none;
  display: block;
}
#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: 1.5rem 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 4rem;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#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: 1.2rem;
  height: 1.2rem;
  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 span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 1rem;
}
#drawer__nav .drawer__nav-info-contact {
  width: 35rem;
  margin: 0 auto;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-16);
  gap: 6rem 5rem;
  margin-top: 7rem;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 30rem;
  margin: 0 0 4.5rem auto;
}
.global-select select {
  padding: 1.5rem 3.7rem 1.5rem 1.5rem;
}

/*
# c-tel
------------------------*/
.c-tel .tel__num {
  font-size: var(--font-size-34);
  letter-spacing: 0.08em;
}
.c-tel .tel__num small {
  font-size: var(--font-size-17);
  margin-right: 0.5rem;
}

/*
# c-worktime
------------------------*/
.c-worktime {
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-medium);
}

/*
# c-attention
------------------------*/
.c-attention {
  font-size: var(--font-size-14);
  line-height: 1.5714285714;
}
.c-attention .relative {
  padding-left: 1.5rem;
}
.c-attention .relative::before {
  position: absolute;
  content: "※";
  inset: 0 auto auto 0;
}
.c-attention .tel__text {
  width: 24.7rem;
}

/*
# c-representative-figure
------------------------*/
.c-representative-figure {
  width: 16rem;
  text-align: center;
}
.c-representative-figure__caption {
  margin-top: 2.5rem;
  font-size: var(--font-size-17);
}
.c-representative-figure__caption small {
  font-size: var(--font-size-14);
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  background: url(../img/common/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__title .title-ja {
  font-size: var(--font-size-42);
}
.c-contact__section .contact__title .title-en {
  color: var(--color-white);
}
.c-contact__section .contact__text {
  margin-bottom: 5rem;
}
.c-contact__section .contact__box-headline {
  padding: 6rem;
}
.c-contact__section .contact__box .contact__headline-content {
  width: 75rem;
  padding: 3rem 4rem 4rem;
  gap: 2.5rem 3rem;
}
.c-contact__section .contact__box .contact__headline-button {
  min-height: 7rem;
  width: 100%;
}
.c-contact__section .contact__box .contact__headline-button::after {
  border: none;
}
.c-contact__section .contact__box .contact__headline-button span {
  padding-left: 4.5rem;
}
.c-contact__section .contact__box .contact__headline-button span::before {
  left: 0;
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-thin);
}
.c-contact__section .contact__box-area {
  border-top: 1px solid rgba(var(--body-font-color-rgb), 0.2);
  padding: 3rem 6rem 3rem 6.5rem;
  gap: 1.5rem 5rem;
}
.c-contact__section .contact__box-area .contact__area-title {
  font-size: var(--font-size-30);
  padding-left: 3.5rem;
  letter-spacing: 0.08em;
}
.c-contact__section .contact__box-area .contact__area-title::before {
  inset: 0 auto 0 0;
  margin: auto 0;
  font-weight: var(--font-weight-light);
}
.c-contact__section .contact__box-area .contact__area-content {
  width: 70.5rem;
}
.c-contact__section .contact__box-area .contact__area-list {
  width: 20rem;
}
.c-contact__section .contact__box-area .contact__area-list .contact__area-item {
  font-size: var(--font-size-20);
  padding: 0.5rem 1rem;
}

/*
# c-tag__list
------------------------*/
.c-tag__list {
  width: 28rem;
}
.c-tag__list .c-tag__item {
  margin-bottom: 0.1em;
}
.c-tag__list .c-tag__item:last-child {
  margin-bottom: 0;
}
.c-tag__list .c-tag__link {
  min-height: 6rem;
  justify-content: flex-start;
}
.c-tag__list .c-tag__link.current {
  background: var(--color-white);
  color: var(--primary-color);
}

/*
# c-post-tag__list
------------------------*/
.c-post-tag__list {
  gap: 0.1rem;
  margin-bottom: 1rem;
}
.c-post-tag__list .c-post-tag__label {
  font-size: var(--font-size-14);
  padding: 0.2rem 0.4em;
  line-height: 1.5;
}

/*
# c-before-after
------------------------*/
.c-before-after__imgs {
  background: url(../img/case/case-img_arr.svg) center/2.9rem no-repeat;
}
.c-before-after__imgs .c-before-after__img figcaption {
  z-index: 2;
  inset: 0 auto auto 0;
  font-size: var(--font-size-14);
  padding: 0.3rem 1rem;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}
.com-table tr th,
.com-table tr td {
  font-size: var(--font-size-17);
}
.com-table tr th {
  padding: 1.5rem;
  width: 27rem;
  vertical-align: top;
  border-bottom: 1px solid;
  color: var(--body-font-color);
}
.com-table tr td {
  width: calc(100% - 30rem);
  padding: 1.5rem;
  border-bottom: 1px solid rgba(var(--body-font-color-rgb), 0.2);
}
.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: 2.5rem;
}

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

#g-map .map {
  height: 32rem;
}

/*
# primary-button
------------------------*/
.primary-button {
  min-height: 8rem;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  border-radius: var(--button-radius-pc);
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.1rem;
  background: var(--color-white);
}
.primary-button::after {
  position: absolute;
  inset: 0 5% 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.95rem;
  height: 0.95rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
.primary-button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
.primary-button.bg-color-primary {
  background: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}
.primary-button.bg-color-primary:hover {
  background: var(--color-white);
  color: var(--primary-color);
}
.primary-button.bg-color-accent {
  color: var(--color-white);
  background: var(--accent-color);
}
.primary-button.bg-color-accent:hover {
  background: var(--color-white);
  color: var(--accent-color);
}

/*
# secondary-button
------------------------*/
.secondary-button {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-20);
  color: var(--primary-color);
  letter-spacing: 0.08em;
  border-bottom: 1px solid;
  padding: 0.5rem 2rem 0.5rem 0;
  position: relative;
}
.secondary-button::after {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
.secondary-button:hover::after {
  right: -0.5rem;
}

/*==========================================
共通タイトル
===========================================*/
.primary-title {
  text-align: center;
  margin-bottom: 6rem;
}
.primary-title span {
  display: block;
}
.primary-title .title-ja {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.08em;
  font-size: var(--font-size-34);
}
.primary-title .title-en {
  font-size: var(--font-size-20);
  font-family: var(--font-tertiary);
  letter-spacing: 0.06em;
  color: var(--primary-color);
  text-transform: capitalize;
}

.secondary-title {
  font-size: var(--font-size-22);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  margin-bottom: 2rem;
  padding: 0 0 0.5rem 2rem;
  border-bottom: 1px solid rgba(var(--body-font-color-rgb), 0.2);
  position: relative;
}
.secondary-title::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--primary-color);
  inset: 2.1rem auto auto 0;
}

/*
# tertiary-title
------------------------*/
.tertiary-title {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  border-top: 1px solid var(--color-brown-light);
  border-bottom: 1px solid var(--color-brown-light);
  margin-bottom: 1.5rem;
  position: relative;
}
.tertiary-title::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: var(--primary-color);
  inset: 1.8rem auto auto 0;
}

/*
# quaternary-title
------------------------*/
.quaternary-title {
  font-size: var(--font-size-22);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  background: var(--color-gray-light);
  padding: 1rem 1rem 1rem 0;
  margin-bottom: 2rem;
}
.quaternary-title span {
  padding-left: 2rem;
  border-left: 2px solid var(--primary-color);
}

/*==========================================
header
===========================================*/
#header {
  z-index: 1001;
  inset: 0 0 auto;
  background: rgba(var(--color-white-rgb), 0.7);
  height: 10rem;
  padding: 0 1.40625%;
}
#header .header__logo {
  width: 20rem;
  line-height: 1;
}

/*==========================================
mv
===========================================*/
.top-mv {
  height: 88rem;
  background: url(../img/top/mv/mv-t_deco.png) top left 35.58125%/29.1666% no-repeat, url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}
.top-mv .mv__catch-wrap {
  inset: auto auto 22.2045% 9.375%;
}
.top-mv .mv__catch-notes {
  font-size: var(--font-size-24);
  background: rgba(var(--primary-color-rgb), 0.7);
  letter-spacing: 0.16em;
  padding: 0.2rem 0.7rem 0.2rem 1.5rem;
  margin-bottom: 2.5rem;
}
.top-mv .mv__catch-notes span::before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--color-white);
  inset: -0.85rem 0 auto;
  margin: 0 auto;
}
.top-mv .mv__catch-main {
  font-size: 6rem;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 4.5rem;
}
.top-mv .mv__price {
  font-size: var(--font-size-28);
  letter-spacing: 0.1em;
  width: 40.8rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/mv/mv-price_bdr.png) center/100% no-repeat;
}
.top-mv .mv__price small {
  font-size: var(--font-size-22);
}

/*==========================================
global-nav
===========================================*/
.global-nav::before {
  position: absolute;
  content: "";
  width: 21.2rem;
  height: 14.1rem;
  background: url(../img/common/nav_deco.png) center/100% no-repeat;
  inset: -10rem auto auto 6.1458%;
}
.global-nav .nav-menu__link {
  padding: 2.5rem 5rem;
}
.global-nav .nav-menu__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: var(--primary-color);
  inset: auto 0 0;
  opacity: 0;
  z-index: 1;
}
.global-nav .nav-menu__link span {
  transition: all 0.3s;
}
.global-nav .nav-menu__link:hover {
  opacity: 1;
}
.global-nav .nav-menu__link:hover::before {
  opacity: 1;
}
.global-nav .nav-menu__link:hover span {
  color: var(--primary-color);
  transform: translateY(-0.5rem);
}
.global-nav .nav-menu__link.current::before {
  opacity: 1;
}

/*==========================================
bottom-fixed__content
===========================================*/
.bottom-fixed__content {
  inset: auto 0 0;
  z-index: 1001;
  padding: 2rem 0;
  height: 14rem;
}
.bottom-fixed__content-title {
  font-size: var(--font-size-24);
  letter-spacing: 0.08em;
  position: relative;
}
.bottom-fixed__content-title::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  background: var(--color-white);
  inset: 0 auto 0 -7.5rem;
  margin: auto 0;
}
.bottom-fixed__content-right {
  width: 63rem;
}
.bottom-fixed__content__tel .tel__num {
  color: var(--color-white);
  line-height: 1.6;
}
.bottom-fixed__content__attention .tel__text {
  filter: brightness(0) invert(1);
}

/*==========================================
footer
===========================================*/
#footer {
  margin-bottom: 14rem;
}
#footer .footer__headline {
  padding: 10rem 0;
}
#footer .footer__headline-left {
  width: 44.5rem;
  gap: 5.5rem 3rem;
}
#footer .footer__headline .footer__logo {
  width: 26.3rem;
}
#footer .footer__headline-right {
  width: 57rem;
}
#footer .footer__headline .footer__right-address {
  width: 37.5rem;
  padding-left: 2.5rem;
  border-left: 1px solid rgba(var(--body-font-color-rgb), 0.2);
}
#footer .footer__headline .footer__tel .tel__num {
  font-family: var(--body-font-family);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-regular);
}
#footer .footer__headline .footer__tel .tel__num small {
  text-transform: uppercase;
}
#footer .footer__headline .footer__worktime {
  font-family: var(--body-font-family);
  margin-top: 2.5rem;
}
#footer .footer__headline .footer__nav {
  width: 15.5rem;
}
#footer .footer__headline .footer__nav-item {
  margin-bottom: 0.2rem;
}
#footer .footer__headline .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__headline .footer__nav-link {
  padding-left: 1.7rem;
}
#footer .footer__headline .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__headline .footer__nav-link::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid rgba(var(--body-font-color-rgb), 0.3);
  border-right: 1px solid rgba(var(--body-font-color-rgb), 0.3);
  transform: rotate(45deg);
  transition: all 0.3s;
}
#footer .footer__bottom {
  padding: 0.5rem 0;
}
#footer .footer__bottom-nav .footer__nav-list {
  gap: 1rem;
}
#footer .footer__bottom-nav .footer__nav-link {
  font-size: var(--font-size-12);
  letter-spacing: 0.08em;
}
#footer .footer__bottom-nav .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
#copyright small {
  font-size: var(--font-size-12);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 1002;
  padding-top: 3rem;
}
.pagetop::before {
  position: absolute;
  inset: 0 0 auto;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--accent-color);
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-black);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 40rem;
}
.lower-sv .sv__title {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-secondary);
  font-size: var(--font-size-50);
  color: var(--color-white);
  inset: auto 0 28.25%;
}

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

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

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

#info-sv {
  background: url(../../img/sv/info-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-area
------------------------*/
.top-area {
  padding-bottom: 12rem;
  background-image: url(../img/top/area-r_deco.png);
  background-size: 13.8541%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.top-area .area__inbox {
  padding: 7rem 6rem 5rem 8rem;
  background: url(../img/top/area_map.png) right top no-repeat, var(--color-white);
}
.top-area .area__inbox::before {
  position: absolute;
  content: "";
  width: 39.2rem;
  height: 53.8rem;
  inset: 3.8rem auto auto -22.9rem;
  background: url(../img/top/area-l_deco.png) center/100% no-repeat;
  z-index: 2;
}
.top-area .area__title {
  margin-bottom: 5.5rem;
  text-align: left;
}
.top-area .area__list {
  width: 23rem;
  gap: 1rem;
}
.top-area .area__list .area__item {
  width: 11rem;
  height: 11rem;
  font-size: var(--font-size-20);
}

/*
# top-purpose
------------------------*/
.top-purpose {
  position: relative;
  z-index: 1;
}
.top-purpose::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70rem;
  inset: -0.1em 0 auto;
  background: url(../img/top/purpose-top_bg.png) top center/100% no-repeat;
}
.top-purpose .purpose__inbox {
  position: relative;
  z-index: 3;
}
.top-purpose .purpose__title .title-ja {
  font-size: var(--font-size-42);
}
.top-purpose .purpose__title .title-en {
  font-size: var(--font-size-20);
}
.top-purpose .purpose__list {
  gap: 4rem 2rem;
}
.top-purpose .purpose__card {
  width: 56rem;
  padding: 4rem;
}
.top-purpose .purpose__card-title {
  font-size: var(--font-size-24);
  text-align: center;
  padding: 1rem;
}
.top-purpose .purpose__card-img {
  margin-bottom: 1rem;
}
.top-purpose .purpose__card-list-item {
  padding: 1rem 1rem 1rem 1.5rem;
  border-bottom: 1px solid var(--color-gray);
}
.top-purpose .purpose__card-list-item::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--body-font-color);
  inset: 2.2rem auto auto 0;
  margin: auto 0;
}
.top-purpose .purpose__card-list-item:last-child {
  border-bottom: none;
}
.top-purpose .purpose__card-link {
  margin-top: 0.5rem;
  min-height: 6rem;
}
.top-purpose .purpose__link {
  width: 480px;
  margin: 8rem auto 0;
}
.top-purpose .purpose__bg {
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-purpose .purpose__bg img {
  position: fixed;
  inset: 0;
}

/*
# top-about
------------------------*/
.top-about .about__inbox {
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  background-image: url(../img/top/about-deco_tc.png), url(../img/top/about-r_deco.png), url(../img/top/point-lt_deco.png);
  background-position: 50% 0, 96.5% 13.8%, 0 64%;
  background-size: 64.266%, 6.8666%, 18.066%;
  background-repeat: no-repeat;
}
.top-about .about__inbox::before {
  position: absolute;
  content: "";
  width: 22.2rem;
  height: 73.9rem;
  inset: auto 7.5rem -4.5rem auto;
  background: url(../img/top/point-rb_deco.png) center/100% no-repeat;
}
.top-about .about__title {
  margin-bottom: 5rem;
}
.top-about .about__title .title-ja small {
  font-size: var(--font-size-24);
  margin-bottom: 0.3em;
}
.top-about .about__title .title-ja ruby {
  font-size: var(--font-size-42);
}
.top-about .about__title .title-ja ruby rt {
  font-size: var(--font-size-17);
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.top-about .about__headline-img {
  width: 27rem;
}
.top-about .about__headline {
  padding: 4rem;
}
.top-about .about__headline-content {
  width: 70rem;
}
.top-about .about__points {
  margin-top: 8rem;
}
.top-about .about__points-title {
  text-align: center;
  font-size: var(--font-size-24);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
  text-decoration-color: var(--color-brown-light);
  margin-bottom: 8rem;
  padding-top: 5.5rem;
}
.top-about .about__points-title::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 4rem;
  background: var(--body-font-color);
  inset: 0 0 auto;
  margin: 0 auto;
}
.top-about .about__points-title strong {
  font-size: var(--font-size-32);
  line-height: 1.7;
}
.top-about .about__points-title strong span {
  display: table-cell;
}
.top-about .about__points-title strong span::first-letter {
  font-size: var(--font-size-40);
}
.top-about .about__points-list {
  gap: 4rem;
}
.top-about .about__points-item {
  width: 32rem;
  height: 32rem;
  text-align: center;
}
.top-about .about__points-item:nth-child(2) {
  margin-right: 5rem;
}
.top-about .about__points-item::before, .top-about .about__points-item::after {
  position: absolute;
  border-radius: 50%;
  background: var(--color-gray-light);
}
.top-about .about__points-item::before {
  width: 7.9rem;
  height: 7.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-30);
  color: var(--primary-color);
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-regular);
  inset: 1rem auto auto 0;
}
.top-about .about__points-item::after {
  width: 3.8rem;
  height: 3.8rem;
  inset: auto 1rem 3.5rem auto;
  content: "";
}
.top-about .about__points-item-icon {
  margin-bottom: 2rem;
}
.top-about .about__points-item-text {
  font-size: var(--font-size-22);
  line-height: 1.6363636364;
}

/*
# top-pages__list
------------------------*/
.top-pages__list {
  gap: 4rem;
}
.top-pages__list .top-pages__item {
  width: 50.9rem;
}
.top-pages__list .top-pages__item-beginner .top-pages__link::before {
  background: url(../img/top/page-beginner_bg.jpg) center/cover no-repeat;
}
.top-pages__list .top-pages__item-case .top-pages__link::before {
  background: url(../img/top/page-case_bg.jpg) center/cover no-repeat;
}
.top-pages__list .top-pages__item-info .top-pages__link::before {
  background: url(../img/top/page-info_bg.jpg) center/cover no-repeat;
}
.top-pages__list .top-pages__link {
  height: 30rem;
  z-index: 1;
  padding: 5rem 5rem 5rem 6rem;
  overflow: hidden;
}
.top-pages__list .top-pages__link::before, .top-pages__list .top-pages__link::after {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.top-pages__list .top-pages__link::after {
  background: rgba(var(--color-brown-rgb), 0.7);
}
.top-pages__list .top-pages__link:hover {
  opacity: 1;
  text-shadow: 0 0 5px rgba(var(--color-brown-rgb), 0.9);
}
.top-pages__list .top-pages__link:hover::before {
  transform: scale(1.1);
}
.top-pages__list .top-pages__link:hover::after {
  background: rgba(var(--color-brown-rgb), 0.3);
}
.top-pages__list .top-pages__title {
  font-size: var(--font-size-28);
  margin-bottom: 8.5rem;
}
.top-pages__list .top-pages__title::before {
  border: 1px solid;
  width: 3.8rem;
  height: 3.8rem;
  inset: 0 0 0 auto;
  border-radius: 50%;
  font-size: var(--font-size-16);
}
.top-pages__list .top-pages__title::after {
  width: 3rem;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--color-white);
  inset: 0 auto 0 -6rem;
  margin: auto 0;
}
.top-pages__list .top-pages__text {
  line-height: 1.7647058824;
}

/*
# top-news
------------------------*/
.top-news {
  background-image: url(../img/top/news-rb_deco.png);
  background-position: 91.4063% 102%;
  background-size: 9.01041%;
  background-repeat: no-repeat;
}
.top-news::before {
  position: absolute;
  content: "";
  width: 49.5rem;
  height: 36.9rem;
  inset: -3.8rem auto auto 10.15625%;
  background: url(../img/top/news-lt_deco.png) center/100% no-repeat;
}
.top-news .news__inbox {
  position: relative;
  z-index: 1;
}
.top-news .news__title {
  text-align: left;
}
.top-news .news__post-list {
  gap: 4rem;
}
.top-news .news__post {
  width: 24rem;
}
.top-news .news__post-thumb {
  transition: all 0.3s;
  height: 24rem;
}
.top-news .news__post-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0.2rem solid var(--primary-color);
  inset: 0;
}
.top-news .news__post-link {
  row-gap: 1rem;
}
.top-news .news__post-link:hover {
  opacity: 1;
  transform: translateY(-1rem);
}
.top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.top-news .news__post-link:hover .news__post-thumb::before {
  opacity: 1;
}
.top-news .news__post-date {
  font-size: var(--font-size-14);
  inset: 0 auto auto 0;
  z-index: 1;
  padding: 0.5rem 1rem;
  letter-spacing: 0.06em;
}
.top-news .news__post-tags {
  gap: 0.7rem;
}
.top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 0.1rem;
}
.top-news .news__post-title {
  font-size: var(--font-size-17);
  padding-left: 2rem;
  line-height: 1.6470588235;
}
.top-news .news__post-title::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.2rem;
  background: var(--primary-color);
  inset: 1.2rem auto auto 0;
}

/*==========================================
beginner
===========================================*/
/*
# page__nav-list
------------------------*/
.page__nav-list {
  gap: 3rem;
}
.page__nav-list .page__nav-item {
  width: 34rem;
}
.page__nav-list .page__nav-link {
  min-height: 6rem;
  justify-content: flex-start;
}
.page__nav-list .page__nav-link::after {
  transform: rotate(135deg);
}

/*
# beginner-point
------------------------*/
.beginner-point {
  position: relative;
}
.beginner-point::before {
  position: absolute;
  content: "";
  width: 23.3rem;
  height: 15.8rem;
  background: url(../img/beginner/point-c_deco.png) center/100% no-repeat;
  inset: 10rem 0 auto auto;
  transform: scale(-1, 1);
}
.beginner-point .point__inbox {
  width: 120rem;
}
.beginner-point .point__text {
  margin-bottom: 5rem;
}
.beginner-point .point__item {
  margin-bottom: 4rem;
  padding: 6rem;
}
.beginner-point .point__item-title {
  font-size: var(--font-size-22);
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 3.5rem;
}
.beginner-point .point__item-title span::before {
  margin-right: 1rem;
  color: var(--primary-color);
  content: counter(number, decimal-leading-zero) ".";
}
.beginner-point .point__item .point__headline-img {
  width: 32rem;
}
.beginner-point .point__item .point__headline-content {
  width: 73rem;
}
.beginner-point .point__item-promise {
  margin-top: 3.5rem;
  padding: 4rem 6rem;
  background-image: url(../img/beginner/point-primise_deco.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 64.7222%;
  position: relative;
}
.beginner-point .point__item-promise::before {
  position: absolute;
  content: "";
  width: 24.8rem;
  height: 15.9rem;
  background: url(../img/beginner/point-c_deco.png) center/100% no-repeat;
}
.beginner-point .point__item-promise .point__promise-title {
  text-align: center;
  font-size: var(--font-size-20);
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
.beginner-point .point__item-promise .point__promise-title::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 0.2rem;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--primary-color);
}
.beginner-point .point__item-promise .point__promise-content {
  width: 75rem;
  padding: 4rem;
}
.beginner-point .point__item:nth-of-type(odd) .point__item-promise::before {
  inset: 2rem auto auto calc(50% - 50vw);
}
.beginner-point .point__item:nth-of-type(even) .point__item-promise::before {
  inset: 2rem calc(50% - 50vw) auto auto;
  transform: scale(-1, 1);
}
.beginner-point .point__item-link {
  width: 48rem;
  margin: 3.5rem auto 0;
}

/*
# beginner-faq
------------------------*/
.beginner-faq .faq__tag {
  margin-bottom: 5rem;
}
.beginner-faq .faq__tag:last-child {
  margin-bottom: 0;
}
.beginner-faq .faq__tag-title {
  font-size: var(--font-size-22);
  padding: 1rem 1rem 1rem 0;
  margin-bottom: 2rem;
}
.beginner-faq .faq__tag-title span {
  padding-left: 2rem;
  border-left: 2px solid var(--primary-color);
}
.beginner-faq .faq__item {
  width: 96.666%;
  margin-left: auto;
  border-bottom: 1px solid rgba(var(--body-font-color-rgb), 0.2);
  padding: 2.5rem 0;
}
.beginner-faq .faq__item:first-child {
  padding-top: 0;
}
.beginner-faq .faq__item-title {
  font-size: var(--font-size-20);
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.beginner-faq .faq__item-title::before {
  position: absolute;
  content: "Q";
  width: 4rem;
  height: 4rem;
  inset: 0 auto auto -3.6rem;
  color: var(--color-white);
  background: var(--primary-color);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.8;
}
.beginner-faq .faq__item-content {
  padding-left: 2rem;
}

/*==========================================
service
===========================================*/
.service-archive .service__lead {
  margin-bottom: 5rem;
}
.service-archive .service__cards {
  width: 74rem;
  gap: 3rem;
}
.service-archive .service__card {
  width: 35.5rem;
  padding: 3rem 4rem 8rem;
  position: relative;
}
.service-archive .service__card-title {
  text-align: center;
  padding-left: 0;
}
.service-archive .service__card-title::before {
  background: none;
}
.service-archive .service__card-img {
  width: 100%;
  height: 18.5rem;
  margin-bottom: 2.5rem;
}
.service-archive .service__card-price-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: var(--font-size-17);
}
.service-archive .service__card-price-title span {
  padding: 0.3rem 1rem;
}
.service-archive .service__card-price-text {
  font-size: var(--font-size-22);
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
.service-archive .service__card-button {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  min-height: 6rem;
  border-radius: 0;
}

/*
# service-single
------------------------*/
.service__post {
  padding: 4rem 5rem;
}
.service__post-headline {
  position: relative;
}
.service__post-img {
  width: 44.9rem;
  height: 31rem;
  position: absolute;
  inset: 0 0 auto auto;
}
.service__post-content {
  width: 49rem;
  min-height: 31rem;
}
.service__post-detail {
  margin-top: 3.5rem;
}
.service__post-detail-title {
  font-size: var(--font-size-20);
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

/*==========================================
case
===========================================*/
.case-archive .case__cards {
  width: 74rem;
}
.case-archive .case__card {
  padding: 4rem 5rem 10rem;
  position: relative;
  margin-bottom: 4rem;
}
.case-archive .case__card:last-child {
  margin-bottom: 0;
}
.case-archive .case__card-title {
  margin-bottom: 2.5rem;
}
.case-archive .case__card .c-before-after__imgs {
  gap: 6rem;
}
.case-archive .case__card .c-before-after__imgs .c-before-after__img {
  width: 28.9rem;
}
.case-archive .case__card .c-before-after__imgs .c-before-after__img .com-img {
  width: 100%;
  height: 20rem;
}
.case-archive .case__card-button {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  min-height: 6rem;
  border-radius: 0;
}

/*
# case-single
------------------------*/
.case__post {
  padding: 4rem 5rem;
}
.case__post .c-before-after__imgs {
  gap: 8rem;
}
.case__post .c-before-after__imgs .c-before-after__img {
  width: 45rem;
}
.case__post .c-before-after__imgs .c-before-after__img .com-img {
  width: 100%;
  height: 31rem;
}
.case__post-text {
  margin-top: 3.5rem;
}

/*==========================================
info
===========================================*/
/*
# info-gardener
------------------------*/
.info-gardener .gardener__subtitle {
  background: var(--color-white);
  margin-bottom: 3rem;
}
.info-gardener .gardener__img {
  width: 32rem;
}
.info-gardener .gardener__img::before {
  position: absolute;
  content: "";
  width: 14.8rem;
  height: 13.9rem;
  inset: auto 1rem -11.5rem auto;
  background: url(../img/info/gardener-img_deco.png) center/100% no-repeat;
}
.info-gardener .gardener__list {
  width: 73rem;
}
.info-gardener .gardener__list .gardener__item {
  margin-bottom: 2rem;
}
.info-gardener .gardener__list .gardener__item:last-child {
  margin-bottom: 0;
}

/*
# info-initiative
------------------------*/
.info-initiative .initiative__content {
  margin-bottom: 4rem;
}
.info-initiative .initiative__part {
  margin-bottom: 5rem;
}
.info-initiative .initiative__part:last-child {
  margin-bottom: 0;
}
.info-initiative .initiative__part-imgs {
  gap: 3rem;
}
.info-initiative .initiative__part-img {
  width: 34rem;
}

/*
# info-company
------------------------*/
.info-company .company__table {
  margin-bottom: 5rem;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 4.5rem 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 10.5rem;
}
.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% - 11.5rem);
  gap: 0.5rem;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0.2rem 1rem;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 1rem 0;
}
.column__wrap .column__list .more-btn {
  width: 12.5rem;
  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: 0.5rem 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: 21rem;
  height: 20rem;
}
.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: 82rem;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 2rem;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 9.5rem;
  padding: 0.3rem 0;
}
.single__post-meta .category-label {
  width: calc(100% - 9.5rem);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 1rem;
}
.single__post-meta .category-label li a {
  padding: 0.3rem 1rem;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__title {
  text-align: center;
  background: var(--color-white);
  border-bottom: 1px solid var(--primary-color);
}
#contact .contact__text {
  margin-bottom: 4rem;
}
#contact .contact__tel-wrap {
  text-align: center;
  margin-bottom: 4rem;
}
#contact .contact__tel-wrap .contact__attention {
  margin-top: 1rem;
}
#contact .contact__tel-wrap .contact__attention span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
#contact .contact__tel-wrap .contact__attention br {
  display: none;
}
#contact .contact__form {
  margin: 0 auto 5.5rem;
}
#contact .contact__form-item {
  margin-bottom: 2rem;
}
#contact .contact__form-item:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-label {
  padding: 1.5rem 0;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 1rem;
}
#contact .contact__form-item .contact__form-input {
  padding: 2rem 0;
  border-bottom: none;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 1.5rem;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 2rem 1.5rem;
}
#contact .contact__form-select {
  width: 20rem;
}
#contact .contact__form-select::after {
  inset: 0 1.6rem 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
#contact .contact__form-select select {
  padding: 1.5rem 3rem 1.5rem 1rem;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 15rem;
}
#contact .contact__form #address {
  margin-top: 1.5rem;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 30rem;
}
#contact .contact__form textarea {
  height: 26rem;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 20rem;
  margin-right: 2.5rem;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 13rem;
}
#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: 7.5rem;
}
#contact .contact__submits-wrap {
  gap: 3.5rem;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 30.4rem;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 27rem;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 24rem;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 7rem;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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