@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: 3vw;
  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(--primary-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: 8% 6% 15%;
  background: var(--color-brown-extralight);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 9% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
  text-align: center;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  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: 2vw;
  height: 2vw;
  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: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-info {
  background: var(--color-brown-light);
  padding: 10% 6%;
  border-radius: 5vw;
}
#drawer__nav .drawer__address dt::after {
  background: var(--body-font-color);
}
#drawer__nav .drawer__contact-list {
  display: block;
}
#drawer__nav .drawer__contact-list .contact__item {
  margin-bottom: 7%;
}
#drawer__nav .drawer__contact-list .contact__item .com-button {
  margin: 0 auto;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  display: block;
}
.c-contact__list .com-button {
  width: 70vw;
  margin: 0 auto;
  height: 15vw;
  background-repeat: no-repeat;
  padding-left: 8vw;
  font-size: var(--font-size-15);
}
.c-contact__list .contact__item {
  margin-bottom: 15%;
}
.c-contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__list .contact__item:has(.c-tel) {
  width: 100%;
  text-align: center;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.1;
}
.c-tel .tel__num {
  font-size: var(--font-size-25);
  letter-spacing: 0.08em;
  padding-left: 5vw;
  background: url(../img/common/tel_ic.png) left bottom 2vw/3.5vw no-repeat;
}
.c-tel .tel__text {
  display: block;
  width: 71%;
  margin: 0 auto;
}

/*
# c-mail__button
------------------------*/
.c-contact__button .icon {
  width: 45px;
  height: 45px;
  display: flex;
}
.c-contact__button .com-button {
  background-image: url(../img/common/mail_ic.png);
  background-position: left 21% center;
  background-size: 4vw;
}

/*
# c-line__button
------------------------*/
.c-line__button .com-button {
  background-image: url(../img/common/sns/LINE_logo.svg);
  background-position: left 17% center;
  background-size: 7vw;
}

/*
# c-address
------------------------*/
.c-address {
  margin-bottom: 8%;
}
.c-address .address__locate {
  text-align: center;
  font-size: var(--font-size-14);
  margin-bottom: 8%;
}
.c-address .address__worktime {
  width: 50%;
  margin: 0 auto;
}
.c-address .address__worktime .worktime__item {
  font-size: var(--font-size-14);
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 2vw;
  margin-right: 2vw;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--color-white);
  inset: 0 0 0 auto;
  margin: auto 0;
}

/*
# c-news__section
------------------------*/
.c-news__section {
  padding: 15% 0;
}
.c-news__section .news__post-list {
  gap: 30px;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-bottom: 10%;
}
.c-news__section .news__post {
  width: 55%;
}
.c-news__section .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.c-news__section .news__post-thumb {
  width: 100%;
  height: 43vw;
  margin-bottom: 5%;
}
.c-news__section .news__post-date {
  width: 40%;
  font-size: var(--font-size-14);
}
.c-news__section .news__post-tags {
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5vw;
  font-size: var(--font-size-14);
}
.c-news__section .news__post-title {
  font-size: var(--font-size-15);
}
.c-news__section .news__button {
  width: 100%;
  margin: 15% auto 0;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 15% 0;
  background: url(../img/common/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__wrap {
  padding: 15% 6% 10%;
}
.c-contact__section .contact__title .title-en {
  left: 0;
  right: auto;
}
.c-contact__section .contact__text {
  margin-bottom: 10%;
}
.c-contact__section .contact__contact-list {
  justify-content: center;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

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

.com-text {
  font-size: var(--font-size-16);
}

/*
# com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8vw;
  font-weight: var(--font-weight-bold);
  text-align: center;
  height: 15vw;
  font-size: var(--font-size-15);
}
.com-button.bs-icon::before {
  right: 6.25%;
  z-index: 1;
  font-size: var(--font-size-25);
}
.com-button.bs-icon:hover {
  transform: scale(0.97);
  opacity: 1;
  color: var(--color-white);
  background: var(--primary-color);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  position: relative;
  z-index: 1;
  border-bottom: 4px solid #5c66a9;
  margin-bottom: 12%;
  text-align: center;
  padding-bottom: 4vw;
  line-height: 1.625;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset: auto 0 -8px;
  background: #5c66a9;
}
.section-title.no-border {
  border-bottom: none;
  padding-bottom: 0;
}
.section-title.no-border::after {
  background: none;
}
.section-title .title-en {
  font-family: var(--font-secondary);
  font-size: var(--font-size-35);
  letter-spacing: 0.12em;
  color: #e3cdac;
  z-index: -1;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  inset: -9vw 0 auto -12%;
  margin: 0 auto;
  transform: rotate(-12deg);
}
.section-title .title-ja {
  font-size: var(--font-size-25);
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.16em;
  display: block;
}
.section-title .title-ja.font-40 {
  font-size: var(--font-size-23);
}
.section-title .title-ja em {
  font-size: var(--font-size-25);
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 30%, rgba(var(--accent-color-rgb), 1) 40%);
}

.headline-title {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.sub-title {
  padding-left: 6%;
  margin-top: 5%;
  font-size: var(--font-size-15);
}
.sub-title::before {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 2.25vw auto auto 0;
}

/*==========================================
header
===========================================*/
#header {
  border-top: 1vw solid var(--primary-color);
  padding: 4%;
}
#header .header__logo {
  width: 45%;
  line-height: 1;
}

/*==========================================
nav
===========================================*/
.header__nav {
  margin-top: 15px;
}
.header__nav-list {
  gap: 10px 25px;
}
.header__nav-link {
  font-size: var(--font-size-14);
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
.header__nav-link::before, .header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  display: block;
}
.header__nav-link::before {
  left: 50%;
}
.header__nav-link:after {
  right: 50%;
}
.header__nav-link:hover {
  color: var(--primary-color);
}
.header__nav-link:hover::before, .header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--primary-color);
}
.header__nav-link.current {
  border-bottom: 1px solid;
  color: var(--primary-color);
}
.header__nav-link.current::before, .header__nav-link.current::after {
  border-bottom: none;
}
.header__nav-link.current:hover::before, .header__nav-link.current:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
.mv__wrap {
  width: 93.75%;
  margin: 0 auto;
}

#top-mv {
  height: 115vw;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  inset: auto auto 7.5% 0;
  z-index: 100;
  letter-spacing: 0.16em;
}
#top-mv .mv__catch span {
  margin-bottom: 2vw;
  padding: 0 3vw;
}
#top-mv .mv__catch .bg-color-primary:nth-of-type(1) {
  font-size: var(--font-size-25);
}
#top-mv .mv__catch .bg-color-primary:nth-of-type(2) {
  font-size: var(--font-size-22);
}
#top-mv .mv__catch .bg-color-white {
  font-size: var(--font-size-20);
  padding: 0 3vw;
  margin-top: 3vw;
}
#top-mv #mv__slider {
  height: 115vw;
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 10%;
}
#footer .footer__left .footer__logo {
  width: 55%;
  display: block;
  margin: 0 auto 10%;
}
#footer .footer__right .c-line__button .com-button {
  margin-left: auto;
}
#footer .footer__nav {
  margin-top: 15%;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  margin-bottom: 10%;
}
#footer .footer__nav-link {
  display: block;
  font-size: var(--font-size-13);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 40vw;
}
.lower-sv .sv__title {
  font-size: var(--font-size-23);
  letter-spacing: 0.11em;
  position: relative;
  z-index: 2;
  padding: 0 5vw;
}
.lower-sv .sv__img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 75%;
  height: 100%;
}

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

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

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

#info-sv .sv__img {
  background: url(../../img/sv/info-sv_img.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

/*==========================================
entrance
===========================================*/
.entrance-wrap {
  width: 87%;
  margin: 0 auto;
  padding: 5% 0;
  gap: 0 2.71745%;
}
.entrance-wrap .entrance__link {
  width: 100%;
  height: 85vw;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 13%;
}
.entrance-wrap .entrance__link:last-child {
  margin-bottom: 0;
}
.entrance-wrap .entrance__link::before, .entrance-wrap .entrance__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 5vw;
}
.entrance-wrap .entrance__link::before {
  border: 6px solid var(--primary-color);
}
.entrance-wrap .entrance__link::after {
  background: rgba(var(--primary-color-rgb), 0.5);
}
.entrance-wrap .entrance__link:hover {
  opacity: 1;
}
.entrance-wrap .entrance__link:hover::before {
  opacity: 1;
}
.entrance-wrap .entrance__link:hover::after {
  opacity: 1;
}
.entrance-wrap .entrance__link--official {
  background: url(../img/entrance/ent-official_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__link--exterior {
  background: url(../img/entrance/ent-exterior_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__link--estimate {
  background: url(../img/entrance/ent-estimate_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__title {
  inset: auto 0 0;
  text-align: left;
  position: absolute;
  margin-bottom: 0;
}
.entrance-wrap .entrance__title .title-en {
  inset: -8vw 3.1034% auto auto;
  transform: rotate(-12deg);
  color: var(--primary-color);
  font-size: var(--font-size-35);
  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;
  z-index: 1;
}
.entrance-wrap .entrance__title .title-ja {
  border-radius: 0 0 5vw 5vw;
  width: 100%;
  color: var(--color-white);
  font-size: var(--font-size-20);
  padding: 20px 5.1735%;
}
.entrance-wrap .entrance__title .title-ja::before {
  right: 6.0344%;
}

/*==========================================
home
===========================================*/
/*
# home-chart
------------------------*/
#home-chart .chart__inbox::before, #home-chart .chart__inbox::after {
  position: absolute;
  content: "";
}
#home-chart .chart__inbox::before {
  width: 17%;
  height: 13vw;
  background: url(../img/top/chart-lb_deco.png) center/100% no-repeat;
  inset: auto auto -9vw 5%;
}
#home-chart .chart__inbox::after {
  width: 17%;
  height: 28vw;
  background: url(../img/top/chart-rt_deco.png) center/100% no-repeat;
  inset: 0 5% auto auto;
}

/*
# home-worries
------------------------*/
#home-worries {
  padding: 29% 0 0;
  background-image: url(../img/top/worries-top_frame.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#home-worries .worries__list {
  padding-bottom: 24%;
  background: url(../img/top/worries-list_arr.svg) bottom center/100% no-repeat;
}
#home-worries .worries__item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4% 6%;
  margin-bottom: 13%;
  font-size: var(--font-size-17);
}
#home-worries .worries__item::before {
  position: absolute;
  content: "";
  width: 12%;
  height: 12vw;
  bottom: -7vw;
  background: url(../img/top/worries-item_deco.svg) center/100% no-repeat;
}
#home-worries .worries__item:nth-child(odd)::before {
  left: 6%;
}
#home-worries .worries__item:nth-child(even) {
  margin-left: auto;
}
#home-worries .worries__item:nth-child(even)::before {
  transform: scale(-1, 1);
  right: 6%;
}
#home-worries .worries__item:last-child {
  margin-bottom: 0;
}

/*
# home-about
------------------------*/
#home-about {
  padding: 15% 0;
}
#home-about .about__title {
  width: 84%;
  margin: 0 auto 12%;
}
#home-about .about__title .title-en {
  left: 0;
  right: auto;
}
#home-about .about__img {
  width: 100%;
  height: 55vw;
  margin-bottom: 10%;
}
#home-about .about__img img {
  border-radius: 4vw;
}
#home-about .about__content {
  width: 84%;
  margin: 0 auto;
  border-radius: 5vw;
  padding: 12% 8%;
}

/*
# home-strengths
------------------------*/
#home-strengths {
  padding: 16% 0 25%;
}
#home-strengths .strengths__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10vw 4%;
}
#home-strengths .strengths__list .strengths__item {
  width: 48%;
}
#home-strengths .strengths__list .strengths__item .strengths__item-icon {
  margin-bottom: 6%;
}
#home-strengths .strengths__list .strengths__item-text {
  line-height: 1.6363636364;
  font-size: var(--font-size-19);
  text-align: center;
}
#home-strengths .strengths__list .strengths__item-text::first-line {
  font-size: var(--font-size-16);
}
#home-strengths .strengths__button {
  width: 100%;
  margin: 15% auto 0;
}

.strengths__item-icon::before {
  position: absolute;
  inset: -5vw 0 auto;
  font-size: var(--font-size-40);
  font-family: var(--font-secondary);
  line-height: 1;
  text-align: center;
  color: var(--color-brown);
}

/*
# home-service
------------------------*/
#home-service {
  padding: 16% 0;
}
#home-service .service__img {
  width: 80%;
  margin: 0 auto 8%;
}
#home-service .service__button {
  margin-top: 12%;
}

/*
# home-works
------------------------*/
#home-works {
  padding: 16% 0;
}
#home-works .works__list {
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 7vw;
  padding-bottom: 8%;
}
#home-works .works__card {
  width: 48%;
}
#home-works .works__card-img {
  width: 100%;
  height: 34vw;
  -webkit-mask-image: url(../img/top/works-item_mask.svg);
  mask-image: url(../img/top/works-item_mask.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#home-works .works__button {
  width: 100%;
  margin: 12% auto 0;
}

/*
# home-news
------------------------*/
#home-news {
  padding: 15% 0;
}

/*==========================================
about
===========================================*/
/*
# about-strengths
------------------------*/
#about-strengths .strengths__title {
  width: 84%;
  margin: 0 auto 15%;
}
#about-strengths .strengths__item {
  width: 84%;
  margin: 0 auto 15%;
  padding: 12% 6%;
}
#about-strengths .strengths__item::before {
  position: absolute;
  content: "";
}
#about-strengths .strengths__item:nth-child(1)::before {
  width: 20%;
  height: 16vw;
  background: url(../img/about/strengths-item01_ill.png) center/100% no-repeat;
  inset: -8vw 2.666% auto auto;
}
#about-strengths .strengths__item:nth-child(2)::before {
  width: 21%;
  height: 18vw;
  background: url(../img/about/strengths-item02_ill.png) center/100% no-repeat;
  inset: -14vw auto auto -5%;
}
#about-strengths .strengths__item:nth-child(3)::before {
  width: 21%;
  height: 15vw;
  background: url(../img/about/strengths-item03_ill.png) center/100% no-repeat;
  inset: -7vw 0 auto auto;
}
#about-strengths .strengths__item:last-child {
  margin-bottom: 0;
}
#about-strengths .strengths__item-icon {
  width: 23%;
  position: absolute;
  inset: 12vw auto auto 5%;
}
#about-strengths .strengths__item-icon::before {
  font-size: var(--font-size-30);
}
#about-strengths .strengths__item-title {
  font-size: var(--font-size-20);
  margin-bottom: 6%;
  padding-left: 31%;
}
#about-strengths .strengths__item-title span {
  font-size: var(--font-size-23);
}

/*
# about-area
------------------------*/
#about-area {
  padding: 15% 0;
  background: url(../img/about/area_bg.jpg) center/cover no-repeat;
}
#about-area .area__content {
  padding: 15% 7% 10%;
}
#about-area .area__text span {
  font-size: var(--font-size-18);
}

/*
# about-greeting
------------------------*/
#about-greeting .greeting__img {
  margin-top: 10%;
}

/*==========================================
service
===========================================*/
/*
# service-intro
------------------------*/
#service-intro .intro__title {
  width: 84%;
  margin: 0 auto 12%;
}
#service-intro .intro__card {
  width: 84%;
  margin: 0 auto 15%;
  padding: 12% 7%;
}
#service-intro .intro__card:last-child {
  margin-bottom: 0;
}
#service-intro .intro__card-title {
  font-size: var(--font-size-21);
  margin-bottom: 7%;
  text-align: center;
}
#service-intro .intro__card-img {
  margin-bottom: 8%;
}
#service-intro .intro__card-button {
  margin-top: 15%;
}

/*
# service-flow
------------------------*/
#service-flow .flow__list {
  gap: 10vw 4%;
}
#service-flow .flow__card {
  width: 48%;
  padding: 10% 5% 5%;
  z-index: 1;
}
#service-flow .flow__card::before {
  position: absolute;
  inset: -4vw 0 auto;
  content: "Step " counter(number, decimal-leading-zero);
  font-family: var(--font-secondary);
  font-size: var(--font-size-30);
  color: #796e3d;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1;
}
#service-flow .flow__card::after {
  position: absolute;
  content: "";
  width: 7%;
  height: 2vw;
  background: var(--color-brown);
  inset: 0 -3.15vw 0 auto;
  margin: auto 0;
  z-index: -1;
}
#service-flow .flow__card:nth-child(even)::after {
  width: 17vw;
  inset: auto auto -6vw -32%;
  transform: rotate(135deg);
}
#service-flow .flow__card:last-child::after {
  background: none;
}
#service-flow .flow__card-icon {
  text-align: center;
  margin-bottom: 20px;
}
#service-flow .flow__card-title {
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: 6%;
}
#service-flow .flow__card-text {
  font-size: var(--font-size-14);
}

/*==========================================
works
===========================================*/
/*
# works-archive
------------------------*/
#works-archive .works__list {
  gap: 5vw 4%;
}
#works-archive .works__card {
  width: 48%;
}
#works-archive .works__card-img {
  width: 100%;
  height: 41vw;
}
#works-archive .works__card-title {
  font-size: var(--font-size-16);
}
#works-archive .works__card-title::before {
  top: 3.25vw;
}
#works-archive .works__card-button {
  height: 9vw;
  font-size: var(--font-size-15);
  margin-top: 7%;
}
#works-archive .works__card-button::before {
  font-size: var(--font-size-13);
}

/*
# works-single
------------------------*/
#works-single .works__gallery {
  gap: 5vw;
  margin-bottom: 6%;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 6%;
}
#works-single .works__gallery-item {
  min-width: 45%;
}
#works-single .works__post-title {
  font-size: var(--font-size-18);
  margin-bottom: 5%;
}
#works-single .works__post-title::before {
  top: 3.25vw;
}

/*==========================================
company
===========================================*/
/*
# info-company
------------------------*/
#info-company .company__table {
  padding: 5% 7%;
}

/*==========================================
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 {
  font-size: var(--font-size-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;
  font-size: var(--font-size-15);
}
#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 .upload-part {
  margin-bottom: 8%;
}
#contact .contact__form .upload-part:last-child {
  margin-bottom: 0;
}
#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フレーム時)
  ===========================================*/