@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-contact__list
------------------------*/
.c-contact__list {
  gap: 30px 25px;
}
.c-contact__list .com-button {
  width: 360px;
  height: 70px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.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-40);
  letter-spacing: 0.08em;
  padding-left: 30px;
  background: url(../img/common/tel_ic.png) left bottom 9px no-repeat;
}
.c-tel .tel__text {
  display: block;
}

/*
# 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 43px center;
}

/*
# c-line__button
------------------------*/
.c-line__button .com-button {
  background-image: url(../img/common/sns/LINE_logo.svg);
  background-position: left 43px center;
  background-size: 35px;
}

/*
# c-address
------------------------*/
.c-address .address__locate {
  margin-bottom: 45px;
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 8px;
  margin-right: 8px;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: var(--color-white);
  inset: 0 0 0 auto;
  margin: auto 0;
}

/*
# c-news__section
------------------------*/
.c-news__section {
  padding: 85px 0 120px;
}
.c-news__section .news__post-list {
  gap: 30px;
}
.c-news__section .news__post {
  width: 340px;
}
.c-news__section .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.c-news__section .news__post-thumb {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.c-news__section .news__post-date {
  width: 117px;
}
.c-news__section .news__post-tags {
  width: -moz-fit-content;
  width: fit-content;
  gap: 7px;
}
.c-news__section .news__button {
  width: 640px;
  margin: 60px auto 0;
}

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

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

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

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

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

/*
# com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 46px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  height: 92px;
  font-size: var(--font-size-20);
}
.com-button.bs-icon::before {
  right: 6.25%;
  z-index: 1;
  font-size: var(--font-size-30);
}
.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: 40px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.625;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  inset: auto 0 -11px;
  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: 7.5rem;
  letter-spacing: 0.12em;
  color: #e3cdac;
  z-index: -1;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  inset: -70px 0 auto -12%;
  margin: 0 auto;
  transform: rotate(-12deg);
}
.section-title .title-ja {
  font-size: var(--font-size-50);
  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-40);
}
.section-title .title-ja em {
  font-size: var(--font-size-50);
  position: relative;
  z-index: 1;
}
.section-title .title-ja em::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 24px;
  inset: auto 0 0;
  background: var(--accent-color);
  z-index: -1;
}

.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: 20px;
  margin-top: 10px;
}
.sub-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 13px auto auto 0;
}

/*==========================================
header
===========================================*/
#header {
  border-top: 6px solid var(--primary-color);
  padding: 15px 1.302% 10px 2.0833%;
  position: fixed;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .header__logo {
  line-height: 1;
}
#header .header__right {
  width: 520px;
}
#header .header__contact-list {
  justify-content: flex-end;
}
#header .header__contact-list .contact__item:has(.c-tel) {
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__contact-list .c-tel .tel__num {
  font-size: var(--font-size-30);
  letter-spacing: 0.08em;
  padding-left: 20px;
  background: url(../img/common/tel_ic.png) left bottom 8px/16px 22px no-repeat;
}

/*==========================================
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: clamp(1200px, 93.75%, 1800px);
  margin: 127px auto 0;
}

#top-mv {
  height: clamp(600px, 41.666vw, 800px);
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  inset: auto auto 7.5% 0;
  z-index: 100;
  letter-spacing: 0.16em;
}
#top-mv .mv__catch span {
  margin-bottom: 15px;
  padding: 0 20px;
}
#top-mv .mv__catch .bg-color-primary:nth-of-type(1) {
  font-size: var(--font-size-52);
}
#top-mv .mv__catch .bg-color-primary:nth-of-type(2) {
  font-size: var(--font-size-40);
}
#top-mv .mv__catch .bg-color-white {
  font-size: var(--font-size-30);
  padding: 0 35px;
  margin-top: 15px;
}
#top-mv #mv__slider {
  height: clamp(600px, 41.666vw, 800px);
  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: 85px 0 80px;
}
#footer .footer__inbox {
  width: 1080px;
}
#footer .footer__left {
  width: 385px;
}
#footer .footer__left .footer__logo {
  display: inline-block;
  margin-bottom: 15px;
}
#footer .footer__right {
  width: 555px;
}
#footer .footer__right .c-line__button .com-button {
  margin-left: auto;
}
#footer .footer__nav {
  margin-top: 55px;
}
#footer .footer__nav-list {
  justify-content: flex-end;
  gap: 10px 25px;
}
#footer .footer__nav-link {
  font-size: var(--font-size-15);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 530px;
}
.lower-sv .sv__title {
  font-size: var(--font-size-40);
  letter-spacing: 0.16em;
  position: relative;
  z-index: 2;
  padding: 0 85px;
}
.lower-sv .sv__img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 68.0555%;
  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: clamp(1200px, 95.833%, 1840px);
  margin: 0 auto;
  padding: 20px 0;
  gap: 0 2.71745%;
}
.entrance-wrap .entrance__link {
  width: 31.5217%;
  height: clamp(500px, 41.666vw, 800px);
  z-index: 1;
  overflow: hidden;
}
.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: 34px;
}
.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: -100% 3.1034% auto auto;
  transform: rotate(-12deg);
  color: var(--primary-color);
  font-size: clamp(4.5rem, 3.91vw, 7.5rem);
  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 34px 34px;
  width: 100%;
  color: var(--color-white);
  font-size: clamp(2rem, 1.568vw, 3rem);
  padding: 20px 5.1735%;
}
.entrance-wrap .entrance__title .title-ja::before {
  right: 6.0344%;
}

/*==========================================
home
===========================================*/
/*
# home-chart
------------------------*/
#home-chart .chart__title .title-en {
  right: auto;
  left: 19%;
}
#home-chart .chart__inbox::before, #home-chart .chart__inbox::after {
  position: absolute;
  content: "";
}
#home-chart .chart__inbox::before {
  width: 150px;
  height: 114px;
  background: url(../img/top/chart-lb_deco.png) center/100% no-repeat;
  inset: auto auto -105px -165px;
}
#home-chart .chart__inbox::after {
  width: 226px;
  height: 328px;
  background: url(../img/top/chart-rt_deco.png) center/100% no-repeat;
  inset: 100px -162px auto auto;
}

/*
# home-worries
------------------------*/
#home-worries {
  padding: 325px 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__title {
  margin-bottom: 80px;
}
#home-worries .worries__title .title-en {
  right: auto;
  left: 7%;
}
#home-worries .worries__list {
  padding-bottom: 175px;
  background: url(../img/top/worries-list_arr.svg) bottom center no-repeat;
}
#home-worries .worries__item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  margin-bottom: 35px;
  font-size: var(--font-size-26);
}
#home-worries .worries__item::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 60px;
  bottom: -38px;
  background: url(../img/top/worries-item_deco.svg) center/100% no-repeat;
}
#home-worries .worries__item:nth-child(odd)::before {
  left: 70px;
}
#home-worries .worries__item:nth-child(even) {
  margin-left: auto;
}
#home-worries .worries__item:nth-child(even)::before {
  transform: scale(-1, 1);
  right: 70px;
}
#home-worries .worries__item:last-child {
  margin-bottom: 0;
}

/*
# home-about
------------------------*/
#home-about {
  padding: 150px 0 130px;
}
#home-about .about__title {
  width: 1080px;
  margin: 0 auto 95px;
}
#home-about .about__title .title-en {
  left: 0;
  right: auto;
}
#home-about .about__img {
  position: absolute;
  inset: auto 0 17.9615% auto;
  width: 47.03125%;
  height: 532px;
}
#home-about .about__img img {
  border-radius: 30px 0 0 30px;
}
#home-about .about__content {
  width: 77.7604%;
  border-radius: 0 40px 40px 0;
  padding: 65px 0 110px;
}
#home-about .about__content .about__inner {
  width: 72.3375%;
  min-width: 890px;
  margin-left: auto;
}
#home-about .about__content .about__inner .com-text {
  width: 540px;
}

/*
# home-strengths
------------------------*/
#home-strengths {
  padding: 165px 0 280px;
}
#home-strengths .strengths__title {
  margin-bottom: 80px;
}
#home-strengths .strengths__title .title-en {
  right: auto;
  left: 18%;
}
#home-strengths .strengths__list {
  gap: 45px 60px;
}
#home-strengths .strengths__list .strengths__item {
  width: 270px;
}
#home-strengths .strengths__list .strengths__item .strengths__item-icon {
  margin-bottom: 25px;
}
#home-strengths .strengths__list .strengths__item-text {
  line-height: 1.6363636364;
  font-size: var(--font-size-28);
}
#home-strengths .strengths__list .strengths__item-text::first-line {
  font-size: var(--font-size-22);
}
#home-strengths .strengths__button {
  width: 640px;
  margin: 85px auto 0;
}

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

/*
# home-service
------------------------*/
#home-service {
  padding: 150px 0 125px;
}
#home-service .service__content {
  width: 560px;
  margin-left: auto;
}
#home-service .service__img {
  position: absolute;
  width: 39.5833%;
  inset: 0 auto 0 4.9479%;
  margin: auto 0;
  display: flex;
  align-items: center;
}
#home-service .service__button {
  margin-top: 85px;
}

/*
# home-works
------------------------*/
#home-works {
  padding: 120px 0 125px;
}
#home-works .works__list {
  gap: 30px;
}
#home-works .works__card {
  width: 340px;
}
#home-works .works__card-img {
  width: 100%;
  height: 278px;
  -webkit-mask-image: url(../img/top/works-item_mask.svg);
  mask-image: url(../img/top/works-item_mask.svg);
}
#home-works .works__button {
  width: 640px;
  margin: 60px auto 0;
}

/*
# home-news
------------------------*/
#home-news {
  padding: 135px 0 130px;
}

/*==========================================
about
===========================================*/
/*
# about-strengths
------------------------*/
#about-strengths .strengths__title {
  margin-bottom: 95px;
}
#about-strengths .strengths__title .title-en {
  right: auto;
  left: 18%;
}
#about-strengths .strengths__item {
  width: clamp(1200px, 78.125%, 1500px);
  margin-bottom: 50px;
  padding: 65px 4.9479% 55px;
}
#about-strengths .strengths__item::before {
  position: absolute;
  content: "";
}
#about-strengths .strengths__item:nth-child(1)::before {
  width: 116px;
  height: 110px;
  background: url(../img/about/strengths-item01_ill.png) center/100% no-repeat;
  inset: -30px 2.666% auto auto;
}
#about-strengths .strengths__item:nth-child(2)::before {
  width: 126px;
  height: 124px;
  background: url(../img/about/strengths-item02_ill.png) center/100% no-repeat;
  inset: 20px auto auto -65px;
}
#about-strengths .strengths__item:nth-child(3)::before {
  width: 150px;
  height: 114px;
  background: url(../img/about/strengths-item03_ill.png) center/100% no-repeat;
  inset: 26px -50px auto auto;
}
#about-strengths .strengths__item:nth-child(even) {
  margin-left: auto;
}
#about-strengths .strengths__item:last-child {
  margin-bottom: 0;
}
#about-strengths .strengths__item-inner {
  width: 985px;
}
#about-strengths .strengths__item:nth-child(odd) .strengths__item-inner {
  margin-left: auto;
}
#about-strengths .strengths__item-title {
  font-size: var(--font-size-22);
  margin-bottom: 25px;
}
#about-strengths .strengths__item-title span {
  font-size: var(--font-size-28);
}
#about-strengths .strengths__item-content {
  width: 660px;
}

/*
# about-area
------------------------*/
#about-area {
  padding: 115px 0;
  background: url(../img/about/area_bg.jpg) center/cover no-repeat;
}
#about-area .area__title .title-en {
  right: auto;
  left: 28%;
}
#about-area .area__content {
  padding: 90px 45px;
}
#about-area .area__text span {
  font-size: var(--font-size-22);
}

/*
# about-greeting
------------------------*/
#about-greeting .greeting__title .title-en {
  right: auto;
  left: 24%;
}
#about-greeting .greeting__img {
  margin-top: 75px;
}

/*==========================================
service
===========================================*/
/*
# service-intro
------------------------*/
#service-intro .intro__title {
  margin-bottom: 95px;
}
#service-intro .intro__card {
  width: clamp(1200px, 78.125%, 1500px);
  margin-bottom: 55px;
  padding: 60px 4.3333%;
}
#service-intro .intro__card:last-child {
  margin-bottom: 0;
}
#service-intro .intro__card:nth-child(odd) .intro__card-img {
  left: 0;
}
#service-intro .intro__card:nth-child(odd) .intro__card-inner {
  margin-left: auto;
}
#service-intro .intro__card:nth-child(odd) .intro__card-content {
  margin-left: auto;
}
#service-intro .intro__card:nth-child(even) {
  margin-left: auto;
}
#service-intro .intro__card:nth-child(even) .intro__card-img {
  right: 0;
}
#service-intro .intro__card-inner {
  width: 1010px;
}
#service-intro .intro__card-title {
  font-size: var(--font-size-26);
  margin-bottom: 20px;
}
#service-intro .intro__card-img {
  position: absolute;
  top: 0;
}
#service-intro .intro__card-content {
  width: 480px;
}

/*
# service-flow
------------------------*/
#service-flow .flow__title {
  margin-bottom: 110px;
}
#service-flow .flow__list {
  gap: 70px 87px;
}
#service-flow .flow__card {
  width: 302px;
  padding: 40px 25px 35px;
}
#service-flow .flow__card::before {
  position: absolute;
  inset: -25px 0 auto;
  content: "Step " counter(number, decimal-leading-zero);
  font-family: var(--font-secondary);
  font-size: var(--font-size-40);
  color: #796e3d;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1;
}
#service-flow .flow__card::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 82px;
  background: url(../img/service/step-item_arr.svg) center/100% no-repeat;
  inset: 0 -60px 0 auto;
  margin: auto 0;
}
#service-flow .flow__card:nth-child(3n)::after, #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-24);
}

/*==========================================
works
===========================================*/
/*
# works-archive
------------------------*/
#works-archive .works__list {
  gap: 60px 30px;
}
#works-archive .works__card {
  width: 340px;
}
#works-archive .works__card-img {
  width: 100%;
  height: 280px;
}
#works-archive .works__card-title {
  font-size: var(--font-size-18);
}
#works-archive .works__card-button {
  height: 52px;
  font-size: var(--font-size-16);
  margin-top: 15px;
}

/*
# works-single
------------------------*/
#works-single .works__gallery {
  gap: 40px;
  margin-bottom: 40px;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 40px;
}
#works-single .works__gallery-item {
  min-width: 400px;
}

/*==========================================
company
===========================================*/
/*
# info-company
------------------------*/
#info-company .company__title .title-en {
  right: auto;
  left: 15%;
}
#info-company .company__table {
  padding: 15px 40px;
}

/*==========================================
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 {
  padding: 15px 0;
}
#contact .contact__form-item .contact__form-input .flex {
  gap: 30px;
}
#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フレーム時)
  ===========================================*/