@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: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--body-font-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

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

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 5% 6% 15%;
  background: var(--primary-color-extralight);
}
#drawer__nav .drawer__nav-logo {
  width: 35%;
  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 7% 14%;
  font-size: var(--font-size-19);
  border-bottom: none;
  display: block;
  position: relative;
}
#drawer__nav .drawer__nav-item .drawer__nav-link::before {
  position: absolute;
  content: "";
  width: 10vw;
  height: 100%;
  inset: 0 auto 0 0;
  margin: auto 0;
}
#drawer__nav .drawer__nav-item .drawer__nav-link.current {
  color: var(--primary-color);
}
#drawer__nav .drawer__nav-item .drawer__nav-link.current::before {
  filter: brightness(2.08);
}
#drawer__nav .drawer__nav-item.nav-item--top .drawer__nav-link::before {
  background: url(../img/common/nav-home_ic.png) center/6vw 5vw no-repeat;
}
#drawer__nav .drawer__nav-item.nav-item--about .drawer__nav-link::before {
  background: url(../img/common/nav-about_ic.png) center/6vw 5vw no-repeat;
}
#drawer__nav .drawer__nav-item.nav-item--work .drawer__nav-link::before {
  background: url(../img/common/nav-work_ic.png) center/6vw no-repeat;
}
#drawer__nav .drawer__nav-item.nav-item--price .drawer__nav-link::before {
  background: url(../img/common/nav-price_ic.png) center/6vw no-repeat;
}
#drawer__nav .drawer__nav-item.nav-item--free .drawer__nav-link::before {
  background: url(../img/common/nav-free_ic.png) center/6vw no-repeat;
}
#drawer__nav .drawer__nav-item.nav-item--recruit .drawer__nav-link::before {
  background: url(../img/common/nav-recruit_ic.png) center/6vw no-repeat;
}
#drawer__nav .drawer__nav-item.nav-item--company .drawer__nav-link::before {
  background: url(../img/common/nav-company_ic.png) center/5vw 6vw no-repeat;
}
#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 .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__contact-buttons {
  margin: 10% 0;
}
#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-tel
------------------------*/
.c-tel {
  text-align: center;
  line-height: 1.1;
}
.c-tel .tel__num {
  font-size: var(--font-size-26);
  letter-spacing: 0.08em;
  padding-left: 32px;
  background: url(../img/common/tel_ic.png) left center no-repeat;
}
.c-tel .tel__num small {
  font-size: var(--font-size-18);
}

/*
# c-video
------------------------*/
.c-video {
  margin-bottom: 10%;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.c-video video,
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# c-contact__buttons
------------------------*/
.c-contact__buttons .contact__button {
  width: 100%;
  margin-bottom: 8%;
}
.c-contact__buttons .contact__button:last-child {
  margin-bottom: 0;
}
.c-contact__buttons .contact__button .com-button {
  width: 100%;
  margin: 0 auto;
}
.c-contact__buttons .contact__button .com-button::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.c-contact__buttons .contact__button--line .com-button {
  padding-left: 6%;
}
.c-contact__buttons .contact__button--line .com-button::before {
  width: 7vw;
  height: 7vw;
  background: url(../img/common/sns/LINE_logo.svg) center/100% no-repeat;
  left: 15%;
}
.c-contact__buttons .contact__button--mail .com-button {
  padding-left: 2%;
}
.c-contact__buttons .contact__button--mail .com-button::before {
  width: 5vw;
  height: 5vw;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  left: 22%;
}

/*
# c-instagram
------------------------*/
.c-instagram {
  margin: 0 auto;
}

/*
# c-tag__list
------------------------*/
.c-tag__list {
  margin-bottom: 45px;
  gap: 4vw 4%;
}
.c-tag__list .tag__item {
  width: 48%;
}
.c-tag__list .tag__link {
  width: 100%;
  font-size: var(--font-size-15);
  background: #6f3c00;
  height: 14vw;
  padding: 0 18% 0 4%;
  line-height: 1.5;
}
.c-tag__list .tag__link::after {
  transform: rotate(90deg);
}

/*
# c-work__tags
------------------------*/
.c-work__tags {
  gap: 0.85vw;
  margin: 5% 0;
}
.c-work__tags .work__tag {
  font-size: var(--font-size-10);
  padding: 0 1.5vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  padding: 3% 4%;
}
.com-table tr td {
  padding: 4%;
  background: var(--color-white);
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

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

/*
# com-button
------------------------*/
.com-button {
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8vw;
  height: 15vw;
  letter-spacing: -0.04em;
  font-size: var(--font-size-16);
  font-family: var(--font-family-craftmincho);
}
.com-button:hover {
  transform: scale(0.97);
}

.has-arrow {
  position: relative;
}
.has-arrow::after {
  position: absolute;
  content: "";
  width: 2.5vw;
  height: 3.5vw;
  margin: auto 0;
  inset: 0 6% 0 auto;
  background: url(../img/common/com-button_arr.png) center/100% no-repeat;
  z-index: 1;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12%;
  position: relative;
  text-align: center;
  padding: 0 22vw;
}
.section-title::before, .section-title::after {
  position: absolute;
  content: "";
  width: 18vw;
  height: 8vw;
  bottom: 0;
  background: url(../img/common/section-ttl_flag.png) center/100% no-repeat;
}
.section-title::before {
  left: 0;
}
.section-title::after {
  right: 0;
  transform: scale(-1, 1);
}
.section-title .title-en {
  font-size: var(--font-size-28);
  font-family: var(--font-family-Nairobi);
  position: relative;
  padding: 0 7vw;
}
.section-title .title-en::before, .section-title .title-en::after {
  position: absolute;
  content: "";
  width: 4vw;
  height: 5vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/common/section-ttl-en_bdr.png) center/100% no-repeat;
}
.section-title .title-en::before {
  left: 0;
}
.section-title .title-en::after {
  right: 0;
  transform: scale(-1, 1);
}
.section-title.color-white::before, .section-title.color-white::after {
  filter: invert(2) brightness(5);
}
.section-title.color-white .title-en::before, .section-title.color-white .title-en::after {
  filter: invert(2) brightness(5);
}
.section-title .title-ja {
  display: block;
  letter-spacing: -0.04em;
  line-height: 1.1428571429;
  font-size: var(--font-size-28);
  font-family: var(--font-family-craftmincho);
}

.headline-title {
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-bold);
  background: url(../img/common/double_bdr.png) bottom center/100% repeat-x;
  line-height: 2;
  padding-bottom: 6%;
  margin-bottom: 6%;
}

.sub-title {
  font-family: var(--font-family-craftmincho);
  font-size: var(--font-size-26);
  letter-spacing: -0.04em;
  padding-left: 8%;
  position: relative;
  margin-bottom: 4%;
}
.sub-title::before {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 4vw auto auto 0;
}

.tertiary-title {
  font-size: var(--font-size-26);
  font-family: var(--font-family-craftmincho);
  text-align: center;
  margin-bottom: 10%;
  letter-spacing: -0.04em;
}
.tertiary-title span {
  z-index: 1;
}
.tertiary-title span::before {
  inset: auto 0 -1.5vw;
  z-index: -1;
}

/*==========================================
header
===========================================*/
#header {
  padding: 5% 3%;
}
#header .header__logo {
  width: 30%;
  line-height: 0;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/mv/mv_bg.jpg) left 37% center/cover no-repeat;
}
#top-mv .mv__catch {
  width: 80%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 8%;
}
#footer .footer__left {
  margin-bottom: 12%;
}
#footer .footer__logo {
  width: 47%;
  margin: 0 auto 10%;
}
#footer .footer__contact-buttons {
  margin-bottom: 10%;
}
#footer .footer__tels {
  margin-bottom: 10%;
  text-align: center;
}
#footer .footer__tels .tel__item--tel {
  margin-bottom: 5%;
}
#footer .footer__tels .tel__item--tel .tel__num {
  padding-left: 0;
  background: none;
}
#footer .footer__tels .tel__item--fax .fax__num {
  font-size: var(--font-size-24);
}
#footer .footer__tels .tel__item--fax .fax__num small {
  font-size: var(--font-size-17);
}
#footer .footer__right .footer__nav-item {
  margin-bottom: 6vw;
}
#footer .footer__right .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__nav-link {
  font-size: var(--font-size-14);
}
#footer .footer__right .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 2px;
  background: var(--primary-color);
  inset: 0 auto 0 -7vw;
  margin: auto 0;
  z-index: 1;
  opacity: 0;
}
#footer .footer__right .footer__nav-link:hover {
  color: var(--primary-color);
  transform: translateX(10px);
}
#footer .footer__right .footer__nav-link:hover::before {
  opacity: 1;
}
#footer .footer__right .footer__nav-link.current {
  color: var(--primary-color);
  transform: translateX(10px);
}
#footer .footer__right .footer__nav-link.current::before {
  opacity: 1;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
}
.lower-sv .sv__title {
  font-size: var(--font-size-26);
  letter-spacing: -0.04em;
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-sv .sv__title::before, .lower-sv .sv__title::after {
  position: absolute;
  content: "";
  width: 11vw;
  height: 12vw;
  background: url(../img/sv/sv-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.lower-sv .sv__title::before {
  left: -12vw;
}
.lower-sv .sv__title::after {
  right: -12vw;
  transform: scale(-1, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 18% 0 40%;
  background: url(../img/top/about-bg_img.png) left 1.5625% bottom/65% no-repeat, url(../img/top/about_bg.png) center/cover no-repeat;
}
#top-about .about__inbox {
  position: relative;
}
#top-about .about__inbox::before {
  position: absolute;
  content: "";
  width: 23%;
  height: 34vw;
  inset: auto 3% -37vw auto;
  background: url(../img/top/about-man_img.png) center/100% no-repeat;
}
#top-about .about__text {
  margin-bottom: 12%;
}
#top-about .about__video {
  margin: 0 auto 10%;
  position: relative;
  width: 65%;
}
#top-about .about__video video {
  width: 100%;
  height: 100%;
}
#top-about .about__button {
  margin: 15% auto 0;
}

/*
# top-works
------------------------*/
#top-works {
  padding: 18% 0;
}
#top-works .works__list {
  gap: 5vw;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-bottom: 10%;
}
#top-works .works__item {
  width: 52%;
}
#top-works .works__item-link {
  padding: 15vw 0 0;
  background: url(../img/top/works-item_roof.png) top center/100% no-repeat, url(../img/common/double_bdr.png) bottom center/100% repeat-x;
}
#top-works .works__item-img {
  width: 100%;
  height: 34vw;
}
#top-works .works__item-title {
  padding: 5% 0 8%;
  text-align: center;
}
#top-works .works__button {
  margin: 15% auto 0;
}

/*
# top-free
------------------------*/
#top-free {
  padding: 18% 0;
}
#top-free .free__inbox::before, #top-free .free__inbox::after {
  position: absolute;
  content: "";
}
#top-free .free__inbox::before {
  width: 31%;
  height: 28vw;
  background: url(../img/top/free-fam_ill.png) center/100% no-repeat;
  inset: auto auto 19vw 9%;
}
#top-free .free__inbox::after {
  width: 34%;
  height: 30vw;
  background: url(../img/top/free-home_ill.png) center/100% no-repeat;
  inset: auto 6% 19vw auto;
}
#top-free .free__title {
  padding: 8vw 15vw 0;
  background: url(../img/top/free-ttl-l_deco.png) left top/15% no-repeat, url(../img/top/free-ttl-r_deco.png) right top/13% no-repeat;
}
#top-free .free__title::before {
  left: -7vw;
}
#top-free .free__title::after {
  right: -7vw;
}
#top-free .free__text.color-primary {
  font-size: var(--font-size-18);
}
#top-free .free__button {
  margin: 45% auto 0;
}

/*
# top-price
------------------------*/
#top-price {
  padding: 18% 0;
  background: url(../img/top/price_bg.png);
}
#top-price .price__inbox {
  background: url(../img/top/price-home_ill.png) right 8% top 51vw/30% no-repeat;
}
#top-price .price__button {
  margin: 100% auto 0;
}
#top-price .price__img {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  inset: auto -14vw 21vw 0;
  text-align: center;
}
#top-price .price__img-markup {
  width: 60%;
  height: 26vw;
  font-size: var(--font-size-18);
  line-height: 1.2;
  background: url(../img/top/price_markup.png) center/100% no-repeat;
  text-align: center;
  padding: 6vw 0;
  z-index: -1;
  inset: -20vw auto auto -5%;
}
#top-price .price__button {
  margin: 114% auto 0;
}

/*
# top__links
------------------------*/
.top__links {
  padding: 28% 0 18%;
}
.top__links .links__item {
  width: 100%;
  margin-bottom: 36%;
}
.top__links .links__item:last-child {
  margin-bottom: 0;
}
.top__links .links__item-title {
  width: 60%;
  height: 34vw;
  background: url(../img/top/links-ttl_bg.png) center/100% no-repeat;
  padding: 4vw 0px;
  margin-bottom: 0;
  inset: -18vw 0 auto;
  position: absolute;
}
.top__links .links__item-title::before {
  width: 22%;
  height: 15vw;
  background: url(../img/top/links-ttl-l_deco.png) center/100% no-repeat;
  inset: -5vw auto auto -3vw;
}
.top__links .links__item-title::after {
  width: 17%;
  height: 11vw;
  background: url(../img/top/links-ttl-r_deco.png) center/100% no-repeat;
  inset: auto -6vw 9% auto;
  transform: none;
}
.top__links .links__item-title .title-en {
  font-size: var(--font-size-27);
}
.top__links .links__item-title .title-ja {
  font-size: var(--font-size-28);
}
.top__links .links__item-link:hover {
  background: var(--color-brown);
}
.top__links .links__item-click {
  width: 40%;
  inset: auto -3% -4vw auto;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 25% 0 18%;
}
#top-news::before {
  inset: 0 0 auto;
}
#top-news .news__title {
  width: 61%;
  height: 42vw;
  margin: 0 auto 18%;
  padding: 8% 0;
  background: url(../img/top/news-ttl_bg.png) center/100% no-repeat;
}
#top-news .news__title::before {
  width: 50%;
  height: 12vw;
  background: url(../img/top/news-ttl_deco.png) center/100% no-repeat;
  inset: -11vw 9vw auto auto;
  margin: 0 auto;
}
#top-news .news__title::after {
  background: none;
}
#top-news .news__post {
  background: url(../img/top/news-post_bdr.png) bottom center repeat-x;
}
#top-news .news__post-link {
  padding: 7% 0;
  row-gap: 2vw;
}
#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:first-child .news__post-link {
  padding-top: 0;
}
#top-news .news__post-date {
  font-size: var(--font-size-15);
  width: 23%;
}
#top-news .news__post-tags {
  width: 75%;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-15);
  padding: 0 2vw;
}
#top-news .news__post-title {
  font-size: var(--font-size-15);
}
#top-news .news__button {
  margin: 15% auto 0;
}

/*==========================================
about
===========================================*/
/*
# about-works
------------------------*/
#about-works .about__video {
  margin-bottom: 10%;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#about-works .about__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#about-works .works__card {
  margin-bottom: 15%;
}
#about-works .works__card:last-child {
  margin-bottom: 0;
}
#about-works .works__card-img {
  margin-bottom: 8%;
}

/*
# about-feature
------------------------*/
#about-feature .feature__title {
  margin-bottom: 95px;
}
#about-feature .feature__list {
  gap: 30px;
}
#about-feature .feature__card {
  width: 90%;
  margin: 0 auto 15%;
}
#about-feature .feature__card:last-child {
  margin-bottom: 0;
}
#about-feature .feature__card::before {
  width: 35%;
  height: 20vw;
  position: absolute;
  inset: -9vw auto auto 3%;
  background: url(../img/about/feature-num_bg.png) center/100% no-repeat;
  color: var(--color-white);
  font-family: var(--font-family-craftmincho);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: var(--font-size-32);
  line-height: 2;
}
#about-feature .feature__card-title {
  padding: 5% 0 7%;
  font-size: var(--font-size-24);
  text-align: center;
  background: url(../img/common/double_bdr.png) bottom center/100% repeat-x;
  margin-bottom: 6%;
}

/*
# about-flow
------------------------*/
#about-flow .flow__list {
  gap: 30.8px;
}
#about-flow .flow__list .flow__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 0 18% auto;
  padding: 5% 0;
}
#about-flow .flow__list .flow__item:last-child {
  margin-bottom: 0;
}
#about-flow .flow__list .flow__item:last-child::after {
  background: none;
}
#about-flow .flow__list .flow__item::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 7vw;
  inset: 0 auto 0 -13vw;
  margin: auto 0;
  background: url(../img/about/flow-item_roof.png) center/100% no-repeat;
  transform: rotate(-90deg);
}
#about-flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  width: 5%;
  height: 6vw;
  inset: auto 0 -10vw;
  margin: 0 auto;
  background: url(../img/about/flow-item_arr.png) center/100% no-repeat;
  transform: rotate(90deg);
}
#about-flow .flow__list .flow__item-num {
  width: 21%;
  font-size: var(--font-size-25);
  display: block;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.04em;
  border-right: 1px solid;
}
#about-flow .flow__list .flow__item-num small {
  font-size: var(--font-size-17);
  display: block;
}
#about-flow .flow__list .flow__item-text {
  font-size: var(--font-size-22);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79%;
  margin: 0 auto;
}
#about-flow .flow__list .flow__item:last-child .flow__item-text::after {
  background: none;
}

/*
# about-faq
------------------------*/
#about-faq .faq__tag-wrap {
  margin-bottom: 51%;
}
#about-faq .faq__tag-wrap:last-child {
  margin-bottom: 0;
}
#about-faq .faq__post {
  margin-bottom: 12%;
}
#about-faq .faq__post:last-child {
  margin-bottom: 0;
}
#about-faq .faq__post-title::before, #about-faq .faq__post-content::before {
  position: absolute;
  width: 7.5vw;
  height: 7.5vw;
  border-radius: 50%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  line-height: 1.7;
  left: 5%;
  top: 0;
}
#about-faq .faq__post-title {
  font-size: var(--font-size-18);
  background-image: linear-gradient(90deg, transparent 50%, #E5D9C6 50%);
  background-size: 10px 10px;
  background-color: #eae0d1;
  padding: 2% 2% 2% 18%;
  margin-bottom: 5%;
}
#about-faq .faq__post-title::before {
  content: "Q";
  top: 3vw;
  background: var(--body-font-color);
}
#about-faq .faq__post-content {
  padding-left: 18%;
}
#about-faq .faq__post-content::before {
  content: "A";
  background: var(--primary-color);
}

/*==========================================
work
===========================================*/
/*
# work-archive
------------------------*/
#work-archive .work__list {
  gap: 5vw 4%;
}
#work-archive .work__card {
  width: 48%;
}
#work-archive .work__card-img {
  width: 100%;
  height: 36vw;
}
#work-archive .work__card-title {
  padding: 3% 0 7%;
  font-size: var(--font-size-15);
  background: url(../img/common/double_bdr.png) bottom center/100% repeat-x;
  text-align: center;
  margin-bottom: 5%;
}
#work-archive .work__card-text {
  font-size: var(--font-size-13);
}

/*
# work-single
------------------------*/
.work__single:has(.work__post-gallery) .work__post-body {
  margin-bottom: 10%;
}
.work__single .work__post-gallery {
  gap: 4vw 4%;
}
.work__single .work__post-gallery .work__gallery-item {
  width: 48%;
  height: 42vw;
}
.work__single .work__post-gallery .work__gallery-item:nth-child(1) {
  width: 100%;
  height: 62vw;
}

/*==========================================
price
===========================================*/
#price-archive .price__part {
  margin-bottom: 15%;
}
#price-archive .price__part:last-child {
  margin-bottom: 0;
}
#price-archive .price__part-title {
  text-align: center;
  margin-bottom: 15px;
}
#price-archive .price__part-title .title-markup {
  width: 47%;
  height: 21vw;
  margin: 0 auto;
  background: url(../img/price/price-part_markup.png) center/100% no-repeat;
  font-size: var(--font-size-26);
  line-height: 2.8;
}
#price-archive .price__part-title .title-text {
  font-size: var(--font-size-28);
}
#price-archive .price__part-text {
  text-align: center;
  margin-bottom: 10%;
}
#price-archive .price__part-table table,
#price-archive .price__part-table th,
#price-archive .price__part-table td {
  border-collapse: collapse;
  border: 1px solid;
}
#price-archive .price__part-table th,
#price-archive .price__part-table td {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: var(--font-size-15);
}
#price-archive .price__part-table th {
  padding: 2vw 1.5vw;
}
#price-archive .price__part-table td {
  padding: 20px 0;
}
#price-archive .price__part-table td .bi {
  font-size: var(--font-size-18);
  color: var(--color-yellow);
}
#price-archive .price__part-table td .price-text {
  font-size: var(--font-size-17);
}
#price-archive .price__part-notes {
  margin-top: 10%;
  font-size: var(--font-size-15);
}

/*==========================================
free
===========================================*/
/*
# free-bruteq
------------------------*/
#free-bruteq .bruteq__title {
  padding: 0 12vw;
}
#free-bruteq .bruteq__title::before {
  left: -7vw;
}
#free-bruteq .bruteq__title::after {
  right: -7vw;
}
#free-bruteq .bruteq__list {
  gap: 5vw 4%;
  margin-bottom: 12%;
}
#free-bruteq .bruteq__list .bruteq__item {
  width: 48%;
  height: 28vw;
  background: url(../img/free/bruteq_markup.png) center/100% no-repeat;
  text-align: center;
  font-size: var(--font-size-20);
  line-height: 1.2857142857;
  padding: 4vw 0;
}
#free-bruteq .bruteq__list .bruteq__item::before, #free-bruteq .bruteq__list .bruteq__item::after {
  position: absolute;
  content: "";
}
#free-bruteq .bruteq__list .bruteq__item::before {
  width: 20%;
  height: 10vw;
  inset: -5vw auto auto 0;
  background: url(../img/free/bruteq-markup-lt_deco.png) center/100% no-repeat;
}
#free-bruteq .bruteq__list .bruteq__item::after {
  width: 18%;
  height: 10vw;
  inset: auto 0 3% auto;
  background: url(../img/free/bruteq-markup-rb_deco.png) center/100% no-repeat;
}
#free-bruteq .bruteq__button {
  margin: 15% auto 0;
}

/*
# free-flow
------------------------*/
#free-flow .flow__title {
  margin-bottom: 25%;
}
#free-flow .flow__item {
  width: 85%;
  margin: 0 auto 29%;
  text-align: center;
}
#free-flow .flow__item:last-child {
  margin-bottom: 0;
}
#free-flow .flow__item::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 8vw;
  background: url(../img/free/flow-item_arr.png) center/100% no-repeat;
  inset: auto 0 -12vw;
  margin: 0 auto;
  transform: rotate(90deg);
}
#free-flow .flow__item:last-child::after {
  background: none;
}
#free-flow .flow__item-num {
  width: 38%;
  height: 21vw;
  background: url(../img/free/flow-num_markup.png) center/100% no-repeat;
  inset: -10vw auto auto 0;
  font-size: var(--font-size-26);
  line-height: 1.1111111111;
  padding: 2.5vw 0;
}
#free-flow .flow__item-num::first-line {
  font-size: var(--font-size-17);
}
#free-flow .flow__item-text {
  font-size: var(--font-size-17);
  padding: 5% 0 8%;
  background: url(../img/common/double_bdr.png) bottom center/100% repeat-x;
  line-height: 1.6;
}

/*
# free-example
------------------------*/
#free-example .example__card {
  margin-bottom: 15%;
}
#free-example .example__card:last-child {
  margin-bottom: 0;
}
#free-example .example__card-img {
  width: 100%;
  margin-bottom: 8%;
}
#free-example .example__card-details {
  margin-top: 10%;
}
#free-example .example__card-details td {
  text-align: right;
}

/*
# free-contact
------------------------*/
#free-contact {
  background: url(../img/top/price_bg.png) center;
}
#free-contact .contact__list {
  padding: 10% 5%;
}
#free-contact .contact__list .contact__contact-buttons {
  margin-bottom: 8%;
}
#free-contact .contact__list .tel__num {
  background: none;
  padding-left: 0;
}

/*==========================================
recruit
===========================================*/
/*
# recruit-msg
------------------------*/
#recruit-msg .msg__title {
  padding: 0 8vw;
}
#recruit-msg .msg__title::before {
  left: -7vw;
}
#recruit-msg .msg__title::after {
  right: -7vw;
}
#recruit-msg .recruit__content {
  margin-bottom: 12%;
}
#recruit-msg .recruit__subtitle {
  font-size: var(--font-size-23);
}
#recruit-msg .recruit__item {
  margin-bottom: 6%;
  font-size: var(--font-size-18);
  padding: 3% 3% 3% 13%;
}
#recruit-msg .recruit__item:last-child {
  margin-bottom: 0;
}
#recruit-msg .recruit__item::before {
  color: var(--primary-color);
  left: 4%;
}
#recruit-msg .recruit__end-text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-23);
  text-align: center;
  margin: 10% auto 0;
  line-height: 1.4705882353;
  padding: 4% 13vw;
}
#recruit-msg .recruit__end-text::before, #recruit-msg .recruit__end-text::after {
  position: absolute;
  content: "";
  width: 16%;
  height: 22vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/recruit/msg-text_deco.png) bottom center/100% no-repeat;
}
#recruit-msg .recruit__end-text::before {
  left: 0;
}
#recruit-msg .recruit__end-text::after {
  right: 0;
  transform: scale(-1, 1);
}

/*
# recruit-flow
------------------------*/
#recruit-flow .flow__part {
  margin-bottom: 15%;
}
#recruit-flow .flow__part:last-child {
  margin-bottom: 0;
}
#recruit-flow .flow__part-title {
  font-size: var(--font-size-21);
  text-align: center;
  margin-bottom: 6%;
  padding: 3% 4%;
}
#recruit-flow .flow__item {
  padding-bottom: 6vw;
  z-index: 1;
}
#recruit-flow .flow__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--primary-color);
  inset: 10vw auto auto 9%;
  z-index: -1;
}
#recruit-flow .flow__item:last-child::before {
  border-left: none;
}
#recruit-flow .flow__item-icon {
  width: 15vw;
  height: 15vw;
}
#recruit-flow .flow__item-icon img {
  width: 8vw;
}
#recruit-flow .flow__item-content {
  width: 76%;
  padding: 4% 5%;
  font-size: var(--font-size-18);
  line-height: 1.5;
}

/*
# recruit-description
------------------------*/
#recruit-description .description__part {
  margin-bottom: 15%;
}
#recruit-description .description__part:last-child {
  margin-bottom: 0;
}

/*==========================================
company
===========================================*/
/*
# company-greeting
------------------------*/
#company-greeting .greeting__img {
  margin-bottom: 10%;
}
#company-greeting .greeting__img-caption {
  text-align: center;
  font-size: var(--font-size-26);
  margin-top: 5%;
}

/*
# company-info
------------------------*/
#company-info .info__table {
  margin-bottom: 12%;
}
#company-info .map iframe {
  border-radius: 2.5vw;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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