@charset "UTF-8";

/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}

div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}

div .bread li {
  color: var(--primary-color);
  position: relative;
}

div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}

div .bread li:last-child::after {
  content: "";
}

div .bread li a {
  color: var(--body-font-color);
}

div .bread li a:hover {
  text-decoration: underline;
}

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

.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.1;
}

.c-tel .tel__num {
  font-size: var(--font-size-30);
  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-22);
}

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

.c-contact__buttons .contact__button .com-button {
  width: 100%;
}

.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 {
  width: 285px;
}

.c-contact__buttons .contact__button--line .com-button {
  padding-left: 25px;
}

.c-contact__buttons .contact__button--line .com-button::before {
  width: 24px;
  height: 24px;
  background: url(../img/common/sns/LINE_logo.svg) center/100% no-repeat;
  left: 20px;
}

.c-contact__buttons .contact__button--mail {
  width: 210px;
}

.c-contact__buttons .contact__button--mail .com-button {
  padding-left: 15px;
}

.c-contact__buttons .contact__button--mail .com-button::before {
  width: 19px;
  height: 14px;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  left: 25px;
}

/*
# c-tag__list
------------------------*/
.c-tag__list {
  margin-bottom: 45px;
}

.c-tag__list .tag__link {
  background: #6f3c00;
}

.c-tag__list .tag__link::after {
  transform: rotate(90deg);
}

/*
# c-work__tags
------------------------*/
.c-work__tags {
  gap: 7px;
  margin: 10px 0;
}

.c-work__tags .work__tag {
  font-size: var(--font-size-11);
  padding: 0 5px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  border: 1px solid;
}

.com-table tr {
  display: flex;
}

.com-table tr th {
  padding: 15px 10px;
  width: 230px;
  vertical-align: top;
  border-bottom: 1px solid var(--color-white);
}

.com-table tr td {
  background: var(--color-white);
  width: calc(100% - 230px);
  padding: 15px 20px;
  border-bottom: 1px solid;
}

.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}

.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

.com-table tr:last-child th,
.com-table tr:last-child td {
  border-bottom: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 30px;
}

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

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

/*
# com-button
------------------------*/
.com-button {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  min-height: 50px;
  letter-spacing: -0.04em;
  font-size: var(--font-size-18);
  font-family: var(--font-family-craftmincho);
}

.com-button:hover {
  transform: scale(0.97);
}

.has-arrow {
  position: relative;
}

.has-arrow::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 15px;
  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 55px;
  position: relative;
  text-align: center;
  padding: 0 150px;
}

.section-title::before,
.section-title::after {
  position: absolute;
  content: "";
  width: 123px;
  height: 59px;
  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-38);
  font-family: var(--font-family-Nairobi);
  position: relative;
  padding: 0 35px;
}

.section-title .title-en::before,
.section-title .title-en::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 35px;
  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-42);
  font-family: var(--font-family-craftmincho);
}

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

.sub-title {
  font-family: var(--font-family-craftmincho);
  font-size: var(--font-size-38);
  letter-spacing: -0.04em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px;
}

.sub-title::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 22px auto auto 0;
}

.tertiary-title {
  font-size: var(--font-size-34);
  font-family: var(--font-family-craftmincho);
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: -0.04em;
}

.tertiary-title span {
  z-index: 1;
}

.tertiary-title span::before {
  inset: auto 0 -5px;
  z-index: -1;
}

/*==========================================
header
===========================================*/
#header {
  padding: 15px 2.6041% 15px 2.34375%;
}

#header .header__logo {
  width: 12.2191%;
  line-height: 1;
}

#header .header__right {
  width: 830px;
  gap: 15px;
}

#header .header__tel .tel__num small {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(489px, 38.281vw, 735px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}

#top-mv .mv__catch {
  width: 30.2083%;
}

/*==========================================
nav
===========================================*/
.nav__menu::before {
  inset: auto 0 0;
}

.nav__menu-list {
  gap: 10px 65px;
}

.nav__menu-link {
  padding: 50px 0 25px;
  font-size: var(--font-size-18);
  letter-spacing: 0.02em;
}

.nav__menu-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35px;
  inset: 15px 0 auto;
  margin: 0 auto;
  z-index: 1;
}

.nav__menu-link:hover {
  color: var(--primary-color);
}

.nav__menu-link:hover::before {
  filter: brightness(2.08);
  top: 10px;
}

.nav__menu-link.current {
  color: var(--primary-color);
}

.nav__menu-link.current::before {
  filter: brightness(2.08);
}

.nav__menu-item.nav-item--top .nav__menu-link::before {
  background: url(../img/common/nav-home_ic.png) center/31px 28px no-repeat;
}

.nav__menu-item.nav-item--about .nav__menu-link::before {
  background: url(../img/common/nav-about_ic.png) center/31px 23px no-repeat;
}

.nav__menu-item.nav-item--work .nav__menu-link::before {
  background: url(../img/common/nav-work_ic.png) center/28px 28px no-repeat;
}

.nav__menu-item.nav-item--price .nav__menu-link::before {
  background: url(../img/common/nav-price_ic.png) center/25px 28px no-repeat;
}

.nav__menu-item.nav-item--free .nav__menu-link::before {
  background: url(../img/common/nav-free_ic.png) center/28px 28px no-repeat;
}

.nav__menu-item.nav-item--recruit .nav__menu-link::before {
  background: url(../img/common/nav-recruit_ic.png) center/28px 28px no-repeat;
}

.nav__menu-item.nav-item--company .nav__menu-link::before {
  background: url(../img/common/nav-company_ic.png) center/23px 28px no-repeat;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 55px 0 10px;
}

#footer .footer__left {
  width: 520px;
}

#footer .footer__logo {
  width: 223px;
  margin-bottom: 35px;
}

#footer .footer__contact-buttons {
  margin-bottom: 15px;
}

#footer .footer__tels {
  gap: 15px;
  margin-bottom: 20px;
}

#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-28);
}

#footer .footer__tels .tel__item--fax .fax__num small {
  font-size: var(--font-size-16);
}

#footer .footer__right {
  width: 400px;
}

#footer .footer__right .footer__nav-item {
  margin-bottom: 10px;
}

#footer .footer__right .footer__nav-item:last-child {
  margin-bottom: 0;
}

#footer .footer__right .footer__nav-link {
  font-size: var(--font-size-16);
}

#footer .footer__right .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: var(--primary-color);
  inset: 0 auto 0 -30px;
  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: 45px;
}

#copyright small {
  font-size: var(--font-size-13);
}

#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 480px;
}

.lower-sv .sv__title {
  font-size: var(--font-size-55);
  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: 103px;
  height: 112px;
  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: -85px;
}

.lower-sv .sv__title::after {
  right: -85px;
  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: 100px 0;
  background: url(../img/top/about-bg_img.png) left 1.5625% top/40.8854% 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: 300px;
  height: 455px;
  inset: 0 -75px auto auto;
  background: url(../img/top/about-man_img.png) center/100% no-repeat;
}

#top-about .about__title {
  margin-bottom: 40px;
}

#top-about .about__text {
  margin-bottom: 45px;
}

#top-about .about__video {
  width: 345px;
  margin: 0 auto 60px;
}

#top-about .about__video video {
  width: 100%;
}

#top-about .about__button {
  margin: 60px auto 0;
}

/*
# top-works
------------------------*/
#top-works {
  padding: 85px 0 105px;
}

#top-works .works__list {
  gap: 42px;
}

#top-works .works__item {
  width: 332px;
}

#top-works .works__item-link {
  padding: 100px 0 0;
  background: url(../img/top/works-item_roof.png) top center no-repeat, url(../img/common/double_bdr.png) bottom center repeat-x;
}

#top-works .works__item-img {
  width: 100%;
  height: 224px;
}

#top-works .works__item-title {
  padding: 20px 0 30px;
  text-align: center;
}

#top-works .works__button {
  margin: 50px auto 0;
}

/*
# top-free
------------------------*/
#top-free {
  padding: 65px 0 80px;
}

#top-free .free__inbox::before,
#top-free .free__inbox::after {
  position: absolute;
  content: "";
}

#top-free .free__inbox::before {
  width: 269px;
  height: 245px;
  background: url(../img/top/free-fam_ill.png) center/100% no-repeat;
  inset: auto auto 80px -20px;
}

#top-free .free__inbox::after {
  width: 246px;
  height: 215px;
  background: url(../img/top/free-home_ill.png) center/100% no-repeat;
  inset: auto 0 80px auto;
}

#top-free .free__title {
  padding-top: 25px;
  background: url(../img/top/free-ttl-l_deco.png) left top no-repeat, url(../img/top/free-ttl-r_deco.png) right top no-repeat;
}

#top-free .free__text.color-primary {
  font-size: var(--font-size-20);
}

#top-free .free__button {
  margin: 60px auto 0;
}

/*
# top-price
------------------------*/
#top-price {
  padding: 80px 0 100px;
  background: url(../img/top/price_bg.png) center/cover no-repeat;
}

#top-price .price__inbox {
  background: url(../img/top/price-home_ill.png) left bottom 30px no-repeat;
}

#top-price .price__text {
  width: 540px;
  margin: 0 auto;
}

#top-price .price__button {
  margin: 40px auto 0;
}

#top-price .price__img {
  position: absolute;
  inset: auto -25px 0 auto;
  z-index: 1;
}

#top-price .price__img-markup {
  width: 238px;
  height: 124px;
  font-size: var(--font-size-25);
  line-height: 1.2;
  background: url(../img/top/price_markup.png) center/100% no-repeat;
  text-align: center;
  padding: 23px 0;
  z-index: -1;
  inset: -92px auto auto -85px;
}

/*
# top__links
------------------------*/
.top__links {
  padding: 220px 0 130px;
}

.top__links .links__list {
  row-gap: 55px;
}

.top__links .links__item {
  width: 502px;
}

.top__links .links__item-title {
  width: 265px;
  height: 177px;
  background: url(../img/top/links-ttl_bg.png) center/100% no-repeat;
  padding: 21px 0px;
  margin-bottom: 0;
  inset: -140px 0 auto;
  position: absolute;
}

.top__links .links__item-title::before {
  width: 75px;
  height: 102px;
  background: url(../img/top/links-ttl-l_deco.png) center/100% no-repeat;
  inset: -20px auto auto -60px;
}

.top__links .links__item-title::after {
  width: 59px;
  height: 81px;
  background: url(../img/top/links-ttl-r_deco.png) center/100% no-repeat;
  inset: auto -60px 23px auto;
  transform: none;
}

.top__links .links__item-title .title-en {
  font-size: var(--font-size-34);
}

.top__links .links__item-title .title-ja {
  font-size: var(--font-size-36);
}

.top__links .links__item-link:hover {
  background: var(--color-brown);
}

.top__links .links__item-click {
  inset: auto -25px -20px auto;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 135px 0 110px;
}

#top-news::before {
  inset: 0 0 auto;
}

#top-news .news__inbox {
  position: relative;
  min-height: 305px;
}

#top-news .news__title {
  width: 241px;
  height: 196px;
  margin: 0 0 0 30px;
  padding: 17px 0;
  background: url(../img/top/news-ttl_bg.png) center/100% no-repeat;
}

#top-news .news__title::before {
  width: 150px;
  height: 74px;
  background: url(../img/top/news-ttl_deco.png) center/100% no-repeat;
  inset: -60px 27px auto auto;
  margin: 0 auto;
}

#top-news .news__title::after {
  background: none;
}

#top-news .news__post-list {
  width: 742px;
}

#top-news .news__post {
  background: url(../img/top/news-post_bdr.png) bottom center repeat-x;
}

#top-news .news__post-link {
  padding: 25px 0;
  row-gap: 10px;
}

#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-16);
  width: 110px;
}

#top-news .news__post-tags {
  width: calc(100% - 110px);
}

#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-16);
  padding: 0 10px;
}

#top-news .news__post-title {
  font-size: var(--font-size-16);
}

#top-news .news__button {
  position: absolute;
  inset: 285px auto auto 0;
}

/*==========================================
about
===========================================*/
/*
# about-works
------------------------*/
#about-works .about__video {
  width: 895px;
  margin: 0 auto 60px;
}

#about-works .about__video iframe {
  width: 100%;
}

#about-works .works__card {
  margin-bottom: 60px;
}

#about-works .works__card:last-child {
  margin-bottom: 0;
}

#about-works .works__card-img {
  position: absolute;
  top: 0;
}

#about-works .works__card-content {
  width: 525px;
  min-height: 424px;
}

#about-works .works__card:nth-of-type(odd) .works__card-img {
  left: 0;
}

#about-works .works__card:nth-of-type(odd) .works__card-content {
  margin-left: auto;
}

#about-works .works__card:nth-of-type(even) .works__card-img {
  right: 0;
}

/*
# about-feature
------------------------*/
#about-feature .feature__title {
  margin-bottom: 95px;
}

#about-feature .feature__list {
  gap: 30px;
}

#about-feature .feature__card {
  width: 525px;
}

#about-feature .feature__card::before {
  width: 128px;
  height: 98px;
  position: absolute;
  inset: -58px auto auto 15px;
  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-50);
  line-height: 1.6;
}

#about-feature .feature__card-title {
  padding: 25px 0 30px;
  font-size: var(--font-size-30);
  text-align: center;
  background: url(../img/common/double_bdr.png) bottom center repeat-x;
  margin-bottom: 20px;
}

/*
# about-flow
------------------------*/
#about-flow .flow__title {
  margin-bottom: 75px;
}

#about-flow .flow__list {
  gap: 30.8px;
}

#about-flow .flow__list .flow__item {
  width: 108px;
  background-image: url(../img/common/double_bdr.png);
  background-position: 100% 100%;
  background-repeat: repeat-x;
}

#about-flow .flow__list .flow__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 36px;
  inset: -36px 0 auto;
  background: url(../img/about/flow-item_roof.png) center/100% no-repeat;
}

#about-flow .flow__list .flow__item-num {
  font-size: var(--font-size-36);
  display: block;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.04em;
  background: url(../img/top/news-post_bdr.png) bottom center repeat-x;
  padding-bottom: 15px;
}

#about-flow .flow__list .flow__item-num small {
  font-size: var(--font-size-20);
  display: block;
}

#about-flow .flow__list .flow__item-text {
  writing-mode: vertical-rl;
  font-size: var(--font-size-32);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 415px;
  margin: 0 auto;
}

#about-flow .flow__list .flow__item-text::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 28px;
  inset: 0 -50px 0 auto;
  margin: auto 0;
  background: url(../img/about/flow-item_arr.png) center/100% no-repeat;
}

#about-flow .flow__list .flow__item:last-child .flow__item-text::after {
  background: none;
}

#about-flow .flow__list .flow__item:nth-last-child(2)::after,
#about-flow .flow__list .flow__item:last-child::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 51px;
  inset: -61px auto auto 0;
  background: url(../img/about/flow-item_kira.png) center/100% no-repeat;
}

/*
# about-faq
------------------------*/
#about-faq .faq__tag-list {
  gap: 15px 40px;
}

#about-faq .faq__tag-wrap {
  margin-bottom: 60px;
}

#about-faq .faq__tag-wrap:last-child {
  margin-bottom: 0;
}

#about-faq .faq__post {
  margin-bottom: 40px;
}

#about-faq .faq__post:last-child {
  margin-bottom: 0;
}

#about-faq .faq__post-title::before,
#about-faq .faq__post-content::before {
  position: absolute;
  width: 32px;
  height: 32px;
  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: 25px;
  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: 10px 10px 10px 70px;
  margin-bottom: 20px;
}

#about-faq .faq__post-title::before {
  content: "Q";
  top: 12px;
  background: var(--body-font-color);
}

#about-faq .faq__post-content {
  padding-left: 70px;
}

#about-faq .faq__post-content::before {
  content: "A";
  background: var(--primary-color);
}

/*==========================================
work
===========================================*/
/*
# work-archive
------------------------*/
#work-archive .work__tag-list {
  gap: 26.666px;
}

#work-archive .work__tag-list .tag__item {
  width: 250px;
}

#work-archive .work__tag-list .tag__item .com-button {
  width: 100%;
  padding: 0 35px;
}

#work-archive .work__list {
  gap: 40px 30px;
}

#work-archive .work__card {
  width: 340px;
}

#work-archive .work__card-link:hover .work__card-title {
  color: var(--primary-color);
}

#work-archive .work__card-img {
  width: 100%;
  height: 260px;
}

#work-archive .work__card-title {
  padding: 10px 0 20px;
  font-size: var(--font-size-18);
  background: url(../img/common/double_bdr.png) bottom center repeat-x;
  text-align: center;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

#work-archive .work__card-text {
  font-size: var(--font-size-16);
}

/*
# work-single
------------------------*/
.work__single:has(.work__post-gallery) .work__post-body {
  width: 525px;
  margin: 0 0 30px auto;
  min-height: 360px;
}

.work__single:has(.work__post-body) .work__gallery-item:nth-child(1) {
  position: absolute;
  inset: 0 auto auto 0;
  margin: 0 !important;
}

.work__single .work__post-gallery {
  gap: 30px;
}

.work__single .work__post-gallery .work__gallery-item {
  width: 340px;
  height: 260px;
}

.work__single .work__post-gallery .work__gallery-item:nth-child(1) {
  width: 520px;
  height: 380px;
  margin: 0 280px;
}

/*==========================================
price
===========================================*/
#price-archive .price__part {
  margin-bottom: 85px;
}

#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: 183px;
  height: 96px;
  margin: 0 auto;
  background: url(../img/price/price-part_markup.png) center/100% no-repeat;
  font-size: var(--font-size-36);
  line-height: 2.3;
}

#price-archive .price__part-title .title-text {
  font-size: var(--font-size-35);
}

#price-archive .price__part-text {
  margin-bottom: 30px;
}

#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;
}

#price-archive .price__part-table th {
  padding: 12px;
}

#price-archive .price__part-table td {
  padding: 20px 0;
}

#price-archive .price__part-table td .bi {
  font-size: var(--font-size-22);
  color: var(--color-yellow);
}

#price-archive .price__part-table td .price-text {
  font-size: var(--font-size-20);
}

#price-archive .price__part-notes {
  margin-top: 25px;
  font-size: var(--font-size-16);
}

/*==========================================
free
===========================================*/
/*
# free-bruteq
------------------------*/
#free-bruteq .about__title {
  margin-bottom: 65px;
}

#free-bruteq .bruteq__list {
  gap: 55px;
  margin-bottom: 70px;
}

#free-bruteq .bruteq__list .bruteq__item {
  width: 265px;
  height: 177px;
  background: url(../img/free/bruteq_markup.png) center/100% no-repeat;
  text-align: center;
  font-size: var(--font-size-28);
  line-height: 1.2857142857;
  padding: 25px 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: 49px;
  height: 65px;
  inset: -35px auto auto 0;
  background: url(../img/free/bruteq-markup-lt_deco.png) center/100% no-repeat;
}

#free-bruteq .bruteq__list .bruteq__item::after {
  width: 37px;
  height: 51px;
  inset: auto 0 7px auto;
  background: url(../img/free/bruteq-markup-rb_deco.png) center/100% no-repeat;
}

#free-bruteq .bruteq__inner .bruteq__content {
  width: 570px;
}

#free-bruteq .bruteq__button {
  margin: 60px auto 0;
}

/*
# free-flow
------------------------*/
#free-flow .flow__title {
  margin-bottom: 135px;
}

#free-flow .flow__list {
  gap: 30px;
}

#free-flow .flow__item {
  width: 340px;
  text-align: center;
}

#free-flow .flow__item::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 29px;
  background: url(../img/free/flow-item_arr.png) center/100% no-repeat;
  inset: 0 -30px 0 auto;
  margin: auto 0;
}

#free-flow .flow__item:last-child::after {
  background: none;
}

#free-flow .flow__item-num {
  width: 129px;
  height: 98px;
  background: url(../img/free/flow-num_markup.png) center/100% no-repeat;
  inset: -80px auto auto 0;
  font-size: var(--font-size-32);
  line-height: 1.1111111111;
}

#free-flow .flow__item-num::first-line {
  font-size: var(--font-size-18);
}

#free-flow .flow__item-text {
  font-size: var(--font-size-20);
  padding: 15px 0 30px;
  background: url(../img/common/double_bdr.png) bottom center repeat-x;
  line-height: 1.6;
}

/*
# free-example
------------------------*/
#free-example .example__card {
  margin-bottom: 65px;
}

#free-example .example__card:last-child {
  margin-bottom: 0;
}

#free-example .example__card-img {
  width: 520px;
  text-align: center;
}

#free-example .example__card-content {
  width: 520px;
}

#free-example .example__card-details {
  margin-top: 65px;
}

#free-example .example__card-details td {
  text-align: right;
}

/*
# free-contact
------------------------*/
#free-contact {
  background: url(../img/top/price_bg.png) center/cover no-repeat;
}

#free-contact .contact__list {
  padding: 50px 30px;
  gap: 20px;
}

#free-contact .contact__list .tel__num {
  background: none;
  padding-left: 0;
}

/*==========================================
recruit
===========================================*/
/*
# recruit-msg
------------------------*/
#recruit-msg .recruit__content {
  width: 520px;
}

#recruit-msg .recruit__item {
  margin-bottom: 20px;
  font-size: var(--font-size-24);
  padding: 10px 15px 10px 60px;
}

#recruit-msg .recruit__item:last-child {
  margin-bottom: 0;
}

#recruit-msg .recruit__item::before {
  color: var(--primary-color);
  left: 25px;
}

#recruit-msg .recruit__end-text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-34);
  text-align: center;
  margin: 30px auto 0;
  line-height: 1.4705882353;
  padding: 15px 80px;
}

#recruit-msg .recruit__end-text::before,
#recruit-msg .recruit__end-text::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 120px;
  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 {
  width: 520px;
}

#recruit-flow .flow__part-title {
  font-size: var(--font-size-30);
  text-align: center;
  margin-bottom: 25px;
  padding: 12px 10px;
}

#recruit-flow .flow__item {
  padding-bottom: 15px;
  z-index: 1;
}

#recruit-flow .flow__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--primary-color);
  inset: 10px auto auto 45px;
  z-index: -1;
}

#recruit-flow .flow__item:last-child::before {
  border-left: none;
}

#recruit-flow .flow__item-icon {
  width: 90px;
  height: 90px;
}

#recruit-flow .flow__item-icon img {
  width: 40px;
}

#recruit-flow .flow__item-content {
  width: 410px;
  padding: 15px 20px;
  font-size: var(--font-size-20);
  line-height: 1.5;
}

/*
# recruit-description
------------------------*/
#recruit-description .description__title {
  margin-bottom: 65px;
}

#recruit-description .description__tag-list {
  gap: 30px;
}

#recruit-description .description__tag-list .tag__link {
  width: 340px;
}

#recruit-description .description__part {
  margin-bottom: 50px;
}

#recruit-description .description__part:last-child {
  margin-bottom: 0;
}

#recruit-description .description__table th {
  width: 400px;
}

#recruit-description .description__table td {
  width: calc(100% - 400px);
}

/*==========================================
company
===========================================*/
/*
# company-greeting
------------------------*/
#company-greeting .greeting__img-caption {
  text-align: center;
  font-size: var(--font-size-34);
  margin-top: 20px;
}

#company-greeting .greeting__content {
  width: 535px;
}

/*
# company-info
------------------------*/
#company-info .info__table {
  margin-bottom: 50px;
}

#company-info .map iframe {
  border-radius: 10px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}

.column__wrap .column__list .column__post-meta time {
  width: 95px;
}

.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}

.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}

.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}

.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}

.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}

.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 210px;
  height: 200px;
}

.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}

.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}

.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}

.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}

.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}

#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}

#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}

#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}

#contact .contact__form-value {
  padding: 20px 15px;
}

#contact .contact__form-select {
  width: 200px;
}

#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}

#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}

#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}

#contact .contact__form #address {
  margin-top: 15px;
}

#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}

#contact .contact__form textarea {
  height: 260px;
}

#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}

#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}

#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}

#contact input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}

#contact .contact__submits-wrap {
  gap: 35px;
}

#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}

#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}

#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}

#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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