@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

a {
  transition: all 0.3s !important;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}

.br_pc {
  display: block;
}

.br_tb_n {
  display: block;
}

.br_tb_b,
.br_sp {
  display: none;
}

li {
  list-style: none;
}

/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header {
  background: transparent;
}

.l-header__inner {
  max-width: 100% !important;
  padding: 0 0 0 2vw !important;
}

.c-gnavWrap {
  display: none;
}

.w-header__inner {
  height: 100% !important;
}

/* ロゴ */
.l-header__logo {
  padding: 1.8rem 0 0 !important;
}

.c-headLogo {
  min-width: 150px;
  height: auto;
}

/* グローバルナビ*/
.w-header .p-blogParts {
  display: flex;
  /* TEL＆お問い合わせボタン*/
}
.w-header .p-blogParts ul {
  display: flex;
  padding: 43px 0 0;
  margin: 0 -40px 0 0;
}
.w-header .p-blogParts ul li {
  display: flex;
  align-items: center;
}
.w-header .p-blogParts ul li::after {
  content: "";
  width: 2px;
  height: 52px;
  display: block;
  background-color: #654938;
  -webkit-mask: url("../../uploads/2025/07/border.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/border.svg");
          mask: url("../../uploads/2025/07/border.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 10px 0 0 0;
}
.w-header .p-blogParts ul li:last-child::after {
  content: none;
}
.w-header .p-blogParts ul li a {
  color: #654938;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(0.875rem, 0.5938rem + 0.5859vw, 1.0625rem);
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 1.3vw;
}
.w-header .p-blogParts ul li a:hover {
  color: #d57e7a;
}
.w-header .p-blogParts ul li a img {
  margin: 0 0 7px;
}
.w-header .p-blogParts .wp-block-group {
  align-items: center;
}
.w-header .p-blogParts .wp-block-group .h_contact a {
  width: 303px;
  height: 71px;
  color: #fff !important;
  font-size: 18px;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  background: #d57e7a;
  -webkit-clip-path: polygon(25% 100%, 75% 100%, 100% 0, 0 0);
          clip-path: polygon(25% 100%, 75% 100%, 100% 0, 0 0);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px 0;
}
.w-header .p-blogParts .wp-block-group .h_contact a::before {
  content: "";
  width: 24px;
  height: 17px;
  display: block;
  background-color: #fff;
  -webkit-mask: url("../../uploads/2025/07/mail.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/mail.svg");
          mask: url("../../uploads/2025/07/mail.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 3px 8px 0 0;
}
.w-header .p-blogParts .wp-block-group .h_tel {
  color: #654938;
  font-size: 12px;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
.w-header .p-blogParts .wp-block-group .h_tel a {
  color: #654938;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 0;
  margin: 0 0 -2px;
}
.w-header .p-blogParts .wp-block-group .h_tel a::before {
  content: "";
  width: 19px;
  height: 25px;
  display: block;
  background-color: #d57e7a;
  -webkit-mask: url("../../uploads/2025/07/tel.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/tel.svg");
          mask: url("../../uploads/2025/07/tel.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 4px 5px 0 0;
}

/* 追従ヘッダー */
.l-fixHeader__inner {
  max-width: 100%;
  padding-right: 0;
  justify-content: space-between;
}

.l-fixHeader .c-headLogo {
  height: 150px;
}

/* スマホメニュー */
.l-header__menuBtn {
  color: #654938;
  margin: -60px 10px 0 0;
}
.l-header__menuBtn .c-iconBtn__icon {
  font-size: 35px;
}

.p-spMenu__closeBtn {
  right: 8px !important;
  margin: 16px 0 0;
}

.icon-close-thin::before {
  color: #654938;
  font-size: 35px;
}

.p-spMenu__inner {
  width: 59vw !important;
  padding-top: 5rem;
}
.p-spMenu__inner::before {
  background: #efe8dc !important;
}
.p-spMenu__inner .c-widget__title {
  display: none;
}
.p-spMenu__inner .p-spMenu__nav {
  color: #433128;
  font-weight: 700;
}
.p-spMenu__inner .c-listMenu a {
  padding: 1.2em 1em 1.2em 1.5em;
  border-bottom: none !important;
}

/* TEL＆お問い合わせボタン*/
.sp_contactbox {
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.sp_contactbox .h_contact a {
  width: 200px;
  height: 60px;
  color: #fff !important;
  font-size: 18px;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  background: #d57e7a;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 30%, 100% 70%, 90% 100%, 10% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(10% 0, 90% 0, 100% 30%, 100% 70%, 90% 100%, 10% 100%, 0% 70%, 0% 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.sp_contactbox .h_contact a::before {
  content: "";
  width: 24px;
  height: 17px;
  display: block;
  background-color: #fff;
  -webkit-mask: url("../../uploads/2025/07/mail.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/mail.svg");
          mask: url("../../uploads/2025/07/mail.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 3px 8px 0 0;
}
.sp_contactbox .h_tel {
  color: #654938;
  font-size: 12px;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
.sp_contactbox .h_tel a {
  color: #654938;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 0;
  margin: 0 0 -2px;
}
.sp_contactbox .h_tel a::before {
  content: "";
  width: 19px;
  height: 25px;
  display: block;
  background-color: #d57e7a;
  -webkit-mask: url("../../uploads/2025/07/tel.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/tel.svg");
          mask: url("../../uploads/2025/07/tel.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 4px 5px 0 0;
}

/* =========================================================
//  フッター前コンタクトフォーム＆フッター前事業紹介
// ========================================================= */
/* フッター前コンタクトフォーム */
.w-beforeFooter {
  margin: 0 !important;
}

.l-content {
  margin: 0 auto !important;
}

.foot_contact {
  padding: 10rem 0 13rem !important;
  position: relative;
}
.foot_contact .swell-block-columns__inner {
  justify-content: center;
}
.foot_contact h2 {
  margin: 0 0 1.3rem !important;
}
.foot_contact .has-text-align-center {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
}
.foot_contact .swell-block-columns {
  margin: 5rem 0 0;
}
.foot_contact .contactbox {
  width: 28%;
}
.foot_contact .contactbox a {
  width: 530px !important;
  font-size: clamp(2.125rem, 1.1875rem + 1.9531vw, 2.75rem);
  text-align: left;
  padding: 30px 0 30px 100px;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 30%, 100% 70%, 92% 100%, 8% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(8% 0, 92% 0, 100% 30%, 100% 70%, 92% 100%, 8% 100%, 0% 70%, 0% 30%);
}
.foot_contact .contactbox a:after {
  width: 54px;
  height: 28px;
  right: 60px !important;
  -webkit-mask: url("../../uploads/2025/07/arrow2.svg");
  mask: url("../../uploads/2025/07/arrow2.svg");
}
.foot_contact .telbox {
  width: 33%;
  font-weight: 700;
  margin: 0 0 0 3rem;
}
.foot_contact .telbox .wp-block-group {
  width: 380px;
  text-align: right;
}
.foot_contact .telbox a {
  color: #654938;
  font-size: clamp(2.5rem, 1.5625rem + 1.9531vw, 3.125rem);
  display: flex;
  align-items: center;
  line-height: 0;
}
.foot_contact .telbox a::before {
  content: "";
  width: 41px;
  height: 53px;
  display: block;
  background-color: #d57e7a;
  -webkit-mask: url("../../uploads/2025/07/tel.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/tel.svg");
          mask: url("../../uploads/2025/07/tel.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 4px 5px 0 0;
}
.foot_contact .telbox p {
  font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem);
  margin: 0 !important;
}
.foot_contact .telbox .fax {
  margin: 0.7rem 0 0 !important;
}
.foot_contact .foot_oct_left {
  zoom: 65%;
  position: absolute;
  top: -160px;
  left: 70px;
  z-index: -1;
  animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
}
.foot_contact .foot_oct_right {
  zoom: 65%;
  position: absolute;
  bottom: -220px;
  right: 50px;
  z-index: -1;
  animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
}

/* フッター前事業紹介 */
.foot_business .wp-block-media-text {
  background: #654938;
  margin: 0 !important;
}
.foot_business .wp-block-media-text__content {
  color: #fff;
  height: 100%;
  padding: 7.5rem 0 1rem;
}
.foot_business .wp-block-media-text__content .wp-block-group {
  width: 61%;
  margin: 0 auto;
  position: relative;
}
.foot_business .wp-block-media-text__content .wp-block-group .bg_en {
  color: #d57e7a;
  font-size: clamp(1.5625rem, 0.1563rem + 2.9297vw, 2.5rem);
  position: absolute;
  left: -150px;
  top: -30px;
  transform: rotate(-10deg);
}
.foot_business .wp-block-media-text__content .wp-block-group h2 {
  font-size: clamp(1.25rem, -0.3438rem + 3.3203vw, 2.3125rem);
  margin: 0 0 2rem;
}
.foot_business .wp-block-media-text__content .wp-block-group p {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  line-height: 2rem;
}
.foot_business .wp-block-media-text__content .wp-block-buttons {
  margin: 1.5rem 2rem 0 0 !important;
}
.foot_business .f_companies {
  direction: rtl !important;
}

/* =========================================================
//  フッター
// ========================================================= */
.w-footer {
  justify-content: center;
}
.w-footer .swell-block-fullWide {
  padding-bottom: 2.8rem !important;
}
.w-footer figure {
  margin-bottom: 4rem;
}
.w-footer figure a{
  display:inline-block;
}
.w-footer .has-text-align-center {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  line-height: 2.5rem;
}
.w-footer .wp-block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.5rem 0 0;
}
.w-footer .wp-block-list li {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  font-weight: 700;
  display: flex;
  align-items: center;
}
.w-footer .wp-block-list li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  display: block;
  background-color: #654938;
}
.w-footer .wp-block-list li a {
  padding: 0 1.5rem;
}

.l-footer__foot {
  color: #fff;
  background: #d57e7a;
  padding: 9px 0;
}
.p-fixBtnWrap i {
  color: #d57e7a;
}

/* =========================================================
//  全体共通部分
// ========================================================= */
.en {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
}

.kai {
  font-family: "Kaisei Opti", serif;
  font-style: normal;
}

.midashi_h2 {
  font-size: clamp(2.5rem, 1.5625rem + 1.9531vw, 3.125rem) !important;
  font-family: "Kaisei Opti", serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 5.5rem !important;
}
.midashi_h2 span {
  color: #d57e7a;
  font-size: clamp(1.875rem, 1.4063rem + 0.9766vw, 2.1875rem) !important;
  display: block;
  margin: 0 0 0.2rem;
}

/* ボタン01 */
.wp-block-buttons {
  justify-content: flex-end;
}
.wp-block-buttons a {
  background: transparent;
  color: #d57e7a;
  font-size: clamp(1.25rem, 0.5rem + 1.5625vw, 1.75rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}
.wp-block-buttons a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  display: block;
  background-color: #d57e7a;
  -webkit-mask: url("../../uploads/2025/07/arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/arrow.svg");
          mask: url("../../uploads/2025/07/arrow.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 0 0 0 8px;
  transition: transform 0.3s ease;
}
.wp-block-buttons a:hover::after {
  transform: translateX(8px);
}

/* ボタン02 */
.swell-block-button {
  text-align: center;
}
.swell-block-button a {
  color: #fff;
  background-color: #d57e7a;
  font-size: clamp(1.25rem, 0.5rem + 1.5625vw, 1.75rem);
  font-weight: 400;
  text-align: left;
  display: inline-block;
  padding: 14px 0 14px 70px;
  min-width: 287px;
  box-shadow: none;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 30%, 100% 70%, 92% 100%, 8% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(8% 0, 92% 0, 100% 30%, 100% 70%, 92% 100%, 8% 100%, 0% 70%, 0% 30%);
}
.swell-block-button a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  right: 30px;
  background-color: #fff;
  -webkit-mask: url("../../uploads/2025/07/arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/arrow.svg");
          mask: url("../../uploads/2025/07/arrow.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.swell-block-button a:hover {
  opacity: 1;
  color: #d57e7a;
  background-color: #fff;
}
.swell-block-button a:hover::after {
  background-color: #d57e7a;
}

/* ふわふわアニメーション */
@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}

/*--- コンテンツヘッダー&パンくず ---*/
.l-topTitleArea {
  width: 84.5%;
  height: 317px;
  margin: -118px 0 0.5rem auto;
  position: relative;
  overflow: visible;
  text-align: right;
}
.l-topTitleArea::before {
  content: "";
  background-image: url("../../uploads/2025/07/oct_05.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 395/281;
  display: block;
  width: 395px;
  height: 281px;
  position: absolute;
  z-index: 1;
  bottom: -130px;
  left: -100px;
  animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
}
.l-topTitleArea::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  aspect-ratio: 284/238;
  display: block;
  width: 284px;
  height: 278px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  position: absolute;
  bottom: 0;
  right: 150px;
}
.l-topTitleArea h1 {
  color: #654938;
  font-size: clamp(1.875rem, -0.0061rem + 3.9139vw, 3.125rem);
  font-family: "Kaisei Opti", serif;
  font-style: normal;
  text-shadow: #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px;
  letter-spacing: 0.25rem;
  margin: 0 5rem 0 0;
}

.p-breadcrumb__list {
  font-size: 14px;
  justify-content: flex-end;
}
.p-breadcrumb__list .icon-home::before {
  display: none;
}

/*--- singleページャー ---*/
.post-navigation {
  display: flex;
  justify-content: center;
  margin: 6.5rem 0 0;
  padding: 0 0 13rem;
}
.post-navigation a {
  color: #fff;
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 700;
  background: #d57e7a;
  display: inline-block;
}
.post-navigation .nav-back-to-list a {
  padding: 14px 42px;
  margin: 0 5px;
}
.post-navigation .nav-prev a,
.post-navigation .nav-next a {
  padding: 14px;
}
/*--- ページネーション ---*/
.wp-block-query-pagination{
	justify-content: center;
	margin: 8rem 0 0;
	
	.wp-block-query-pagination-numbers{
		display:flex;
		align-items: baseline;
		font-weight:700;
		
		a{
			background:#D57E7A;
			box-shadow:none;
			min-width:30px;
			height:30px;
			line-height: 2rem;
			margin: 0 0.3rem;
		}
		.current,.dots{
			color:#D57E7A;
			background:transparent !important;
			box-shadow:none;
			min-width:30px;
			height:30px;
			line-height: 2rem;
			margin: 0 0.3rem;
		}
	}
}


/* =========================================================
//  全体共通ブロック
// ========================================================= */
/* Business introduction */
.business_intro {
  padding-bottom: 11rem !important;
}
.business_intro .wp-block-media-text {
  gap: 0 !important;
  margin: 0;
}
.business_intro .wp-block-media-text .wp-block-media-text__content {
  position: relative;
  background: #fff;
  padding: 60px 71px 30px;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .num {
  color: #fff;
  background: #d57e7a;
  width: 110px;
  height: 110px;
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px 15px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 55% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 55% 100%, 0 100%, 0% 50%);
}
.business_intro .wp-block-media-text .wp-block-media-text__content .bg_en {
  color: #cfcfcf;
  font-size: clamp(2.1875rem, 1.25rem + 1.9531vw, 2.8125rem);
  position: absolute;
  right: -20px;
  top: 10px;
  transform: rotate(-10deg);
}
.business_intro .wp-block-media-text .wp-block-media-text__content h3 {
  font-size: clamp(1.625rem, 1.25rem + 0.7813vw, 1.875rem);
  margin: 0 0 2.2rem;
  padding: 0 0 0 3.2rem;
}
.business_intro .wp-block-media-text .wp-block-media-text__content p {
  line-height: 2rem;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns {
  background: #efe8dc;
  margin: 2rem 0 0;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns .swell-block-columns__inner {
  align-items: center;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns .titlebox {
  width: 25%;
  font-size: clamp(0.9375rem, 0.75rem + 0.3906vw, 1.0625rem);
  font-weight: 700;
  text-align: center;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns .contbox {
  width: 71%;
  margin: 0;
  padding: 32px 26px 15px;
  border-left: 1px solid #fff;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0.8rem;
}
.business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns ul li::before {
  content: " ";
  position: relative !important;
  display: block;
  width: 4px;
  height: 4px;
  background: #654938;
  background-image: none;
  border-radius: 100%;
  margin: 0 0.5rem 0 0;
}
.business_intro .wp-block-media-text:last-child {
  direction: rtl !important;
}
.business_intro .wp-block-media-text:last-child .bg_en {
  right: -60px;
  top: 38px;
  font-size: clamp(1.875rem, 0.9375rem + 1.9531vw, 2.5rem);
}
.business_intro .wp-block-media-text:last-child ul {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

/* 施工事例 */
.parts_works {
  background-image: url("../../uploads/2025/07/bg2.jpg");
  padding-bottom: 9em !important;
}
.parts_works .swell-block-fullWide__inner {
  width: 1440px;
  margin: 0 auto;
}
.parts_works ul {
  -moz-column-gap: 2.8rem !important;
       column-gap: 2.8rem !important;
}
.parts_works ul li {
  width: 97% !important;
  background: #fff;
  padding-bottom: 24px;
}
.parts_works ul li figure {
  aspect-ratio: 320/250;
  margin-bottom: 20px;
}
.parts_works ul li figure img{
  aspect-ratio: 320/250;
  margin-bottom: 20px;
}
.parts_works ul li h2 {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  padding: 0 0 1rem;
  display: block;
  margin: 0 24px 1rem;
  border-bottom: 1px solid;
}
.parts_works ul li .wp-block-post-terms {
  font-size: 14px;
  padding: 0 24px;
}
.parts_works ul li .wp-block-post-terms a {
  color: #654938;
}
.parts_works ul li .wp-block-post-terms a:before {
  content: "施工エリア";
  position: relative !important;
  display: inline-block;
  color: #fff;
  background: #d57e7a;
  padding: 3.5px 10px;
  margin: 0 1rem 0 0;
}
.parts_works .swell-block-button {
  margin: 6.5rem 0 0 !important;
}
.parts_works ul li .wp-block-post-terms{
  pointer-events: none;
}
/* =========================================================
//  事例紹介_single＆一覧
// ========================================================= */
.single-works .l-content {
  padding: 8rem 0 0;
}
.single-works .works_title {
  font-size: clamp(2.5rem, 1.5625rem + 1.9531vw, 3.125rem);
  font-family: "Kaisei Opti", serif;
  font-style: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 9rem;
}
.single-works .works_title:after {
  content: "";
  display: inline-block;
  width: 232px;
  height: 7px;
  background-color: #654938;
  -webkit-mask: url("../../uploads/2025/07/border2.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/border2.svg");
          mask: url("../../uploads/2025/07/border2.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 2rem 0 0;
}
.single-works .main_img_box {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4.5rem -6.5rem;
}
.single-works .main_img_box .before_img {
  width: 450px;
  height: 338px;
  position: relative;
  margin-left: 40px;
}
.single-works .main_img_box .before_img:before {
  content: "Before";
  color: #d57e7a;
  font-size: clamp(2.125rem, 1.1875rem + 1.9531vw, 2.75rem);
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: -40px;
  top: -80px;
  transform: rotate(-10deg);
}
.single-works .main_img_box .before_img:after {
  content: "";
  display: inline-block;
  width: 186px;
  height: 97px;
  background-color: #d57e7a;
  -webkit-mask: url("../../uploads/2025/07/arrow3.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/arrow3.svg");
          mask: url("../../uploads/2025/07/arrow3.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  right: -148px;
  bottom: -40px;
  z-index: 1;
}
.single-works .main_img_box .before_img img {
  aspect-ratio: 450/338;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works .main_img_box .after_img {
  width: 640px;
  height: 480px;
  position: relative;
}
.single-works .main_img_box .after_img:before {
  content: "After";
  color: #d57e7a;
  font-size: clamp(2.125rem, 1.1875rem + 1.9531vw, 2.75rem);
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: -40px;
  top: -70px;
  transform: rotate(-10deg);
}
.single-works .main_img_box .after_img img {
  aspect-ratio: 640/480;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works .sub-img {
  width: 675px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6.5rem;
  padding: 0;
}
.single-works .sub-img li {
  width: 150px;
  height: 150px;
}
.single-works .sub-img li img {
  aspect-ratio: 150/150;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works h3 {
  font-size: clamp(1.125rem, 0.75rem + 0.7813vw, 1.375rem);
  margin: 0 0 1.2rem;
}
.single-works .work_box {
  width: 896px;
  margin: 0 auto 5.5rem;
}
.single-works .work_box dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2px;
       column-gap: 2px;
  margin: 0 0 2px;
}
.single-works .work_box dl dt,
.single-works .work_box dl dd {
  background: #efe8dc;
  padding: 1rem 2rem;
}
.single-works .work_box dl dt {
  width: 29%;
  color: #d57e7a;
  align-content: center !important;
}
.single-works .work_box dl dd {
  width: 70.6%;
  line-height: 2rem;
}
.single-works .work_box dl:last-child dd {
  padding: 1rem 2rem;
}
.single-works .comment_box {
  width: 896px;
  margin: 0 auto;
}
.single-works .comment_box h3 {
  padding-bottom: 1.5rem;
  margin: 0 0 2rem;
  border-bottom: 1px solid;
}
.single-works .comment_box p {
  line-height: 2rem;
}
.single-works .p-articleFoot,
.single-works .l-articleBottom {
  display: none;
}

/* 一覧 */
.Work_wrap {
  padding-bottom: 3rem !important;
}
.Work_wrap .midashibox .swell-block-columns__inner {
  width: 72%;
  margin: 0 auto;
  justify-content: center;
}
.Work_wrap .midashibox .swell-block-button a {
  font-size: clamp(1.125rem, 0.9375rem + 0.3906vw, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 21px 0;
  text-align: center;
}
.Work_wrap .parts_works {
  padding-top: 11em !important;
  background: inherit !important;
}
.Work_wrap .parts_works ul {
  row-gap: 3.8rem;
}

.Work_cat_wrap .midashibox .swell-block-button a {
  transition: transform 0.3s ease;
}
.Work_cat_wrap .midashibox .swell-block-button a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  left: 30px;
  background-color: #fff;
  -webkit-mask: url("../../uploads/2025/07/arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/07/arrow.svg");
  mask: url("../../uploads/2025/07/arrow.svg");
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  mask-position-x: 0%;
  mask-position-y: 0%;
  -webkit-mask-size: auto;
          mask-size: auto;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%) scaleX(-1);
  transition: left 0.3s ease, background-color 0.3s ease;
}
.Work_cat_wrap .midashibox .swell-block-button a:hover::before {
  background-color: #d57e7a;
  left: 35px;
}
.Work_cat_wrap .midashibox .swell-block-button a::after {
  display: none;
}
/* =========================================================
//  お知らせ　single＆サイドバー＆一覧＆アーカイブ
// ========================================================= */
.single-post .l-content {
  padding-top: 14rem;
  width: 1160px;
  padding: 14rem 0;
}
.single-post .post-meta {
  color: #d57e7a;
  font-size: clamp(0.8125rem, 0.625rem + 0.3906vw, 0.9375rem);
  font-weight: 700;
}
.single-post .post-meta .post-cats {
  font-size: 13px;
  border-radius: 17px;
  border: 1px solid;
  margin: 0 0 0 1.6rem;
  padding: 3px 15px;
}
.single-post h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  padding: 0 0 2rem;
  margin: 0 0 3.5rem !important;
}
.single-post figure {
  margin: 0 0 3.5rem;
}
.single-post .post-navigation {
  margin: 5rem 0 0;
}
.single-post .post_content {
  padding: 0;
}

/* サイドバー */
.l-sidebar {
  width: 24% !important;
}
.l-sidebar .widget_block:not(.l-sidebar .widget_block:first-child) {
  margin-top: 4rem !important;
}
.l-sidebar h2 {
  color: #fff;
  font-size: clamp(0.9375rem, 0.6563rem + 0.5859vw, 1.125rem);
  background: #d57e7a;
  border-bottom: 0;
  padding: 0.6rem 0 0.6rem 1.5rem;
  margin: 0 !important;
}
.l-sidebar ul {
  border-top: none;
}
.l-sidebar ul li {
  margin: 0 0 0.5rem;
}
.l-sidebar ul li a {
  padding: 1.1rem 0;
}
.l-sidebar ul li a::before {
  display: none;
}

/* 一覧 */

/* アーカイブ */
.archive{
	
}

/* =========================================================
//  下層内容共通
// ========================================================= */
.midashibox {
  padding: 3rem 0 0 !important;
}
.midashibox h2 {
  margin: 0 0 2.5rem !important;
}
.midashibox p {
  font-size: clamp(0.9375rem, 0.8434rem + 0.1957vw, 1rem);
  line-height: 2rem;
}

/* 事業紹介共通部分 */
.contents_inner .wp-block-media-text {
  height: 500px;
  background: #efe8dc;
  grid-template-columns: 35% 1fr;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.contents_inner .wp-block-media-text:not(:last-of-type) {
  margin-bottom: 4.6rem;
}
.contents_inner .wp-block-media-text__content {
  height: 100%;
  padding: 50px 50px 0;
}
.contents_inner .wp-block-media-text__content h3 {
  color: #d57e7a;
  font-size: clamp(1.25rem, 0.5938rem + 1.3672vw, 1.6875rem);
  margin: 0 0 1.5rem;
}
.contents_inner .wp-block-media-text__content .wp-block-group {
  width: 835px;
  background: #fff;
  padding: 26px 22px 32px;
  margin: 2.5rem 0 0;
}
.contents_inner .wp-block-media-text__content .wp-block-group h4 {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  margin: 0 0 0.5rem;
}
.contents_inner .wp-block-media-text__content .wp-block-group ul {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.1rem;
  padding: 0 0 0 0.5rem !important;
}
.contents_inner .wp-block-media-text__content .wp-block-group ul li {
  display: flex;
  align-items: baseline;
}
.contents_inner .wp-block-media-text__content .wp-block-group ul li::before {
  content: " ";
  position: relative !important;
  display: block;
  width: 12px;
  height: 12px;
  background: #d57e7a;
  border-radius: 100%;
  margin: 0 0.3rem 0 0;
  flex-shrink: 0;
}

/*------------------------------------------------------------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header__spNav {
    display: none;
  }
  .br_tb_n {
    display: none !important;
  }
  .br_tb_b {
    display: block !important;
  }
  /* =========================================================
  //  ヘッダー
  // ========================================================= */
  /* ロゴ */
  .l-header__logo {
    padding: 0 !important;
  }
  .c-headLogo {
    height: 150px;
  }
  /* =========================================================
  //  フッター前コンタクトフォーム＆フッター前事業紹介
  // ========================================================= */
 /* フッター前コンタクトフォーム */
	.foot_contact {
    padding: 10rem 0 8rem !important;
  }
  .foot_contact .foot_oct_left {
    zoom: 55%;
    position: absolute;
    top: -230px;
    left: -390px;
    animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
  }
  .foot_contact .foot_oct_right {
    zoom: 45%;
    bottom: -180px;
    right: -280px;
  }
  .foot_contact .swell-block-columns__inner {
    flex-direction: column;
    align-content: center;
  }
  .foot_contact .contactbox {
    width: 100%;
  }
  .foot_contact .telbox {
    width: 100%;
  }
  .foot_contact .telbox .wp-block-group {
    width: 100%;
    text-align: center;
  }
  .foot_contact .telbox a {
    justify-content: center;
  }
  .foot_contact .swell-block-columns {
    margin: 3rem 0 0;
  }
  /* フッター前事業紹介 */
  .foot_business .wp-block-media-text__content {
    padding: 5rem 0 0rem;
  }
  .foot_business .wp-block-media-text__content .wp-block-group {
    width: 80%;
  }
  .foot_business .wp-block-media-text__content .wp-block-group .bg_en {
    left: -30px;
    top: -50px;
  }
  .foot_business .wp-block-media-text__content .wp-block-group h2 {
    margin: 0 0 1.5rem;
  }
  .foot_business .wp-block-media-text__content .wp-block-buttons {
    margin: 0 2rem 0 0 !important;
  }

  /* =========================================================
  //  全体共通部分
  // ========================================================= */
  /*--- コンテンツヘッダー&パンくず ---*/
  .l-topTitleArea {
    height: 250px;
    margin: -60px 0 0.5rem auto;
  }
  .l-topTitleArea::before {
    width: 270px;
    height: 191px;
    bottom: -40px;
  }
  .l-topTitleArea::after {
    width: 234px;
    height: 228px;
    right: 60px;
  }
  .l-topTitleArea h1 {
    margin: 0 !important;
  }
/* =========================================================
//  全体共通ブロック
// ========================================================= */
  /* Business introduction */
  .business_intro {
    padding-bottom: 5rem !important;
  }
  .business_intro .swell-block-fullWide__inner {
    padding: 0 !important;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content {
    padding: 60px 30px 20px;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content h3 {
    padding: 0 0 0 5.5rem;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns .swell-block-columns__inner {
    flex-direction: column;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns .titlebox {
    padding: 20px 0 0;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns .contbox {
    width: 100%;
    padding: 0px 46px 15px;
    border-left: none;
  }
  /* 施工事例 */
  .parts_works {
    padding-bottom: 7em !important;
  }
  .parts_works .swell-block-fullWide__inner {
    width: 90%;
  }
  .parts_works ul {
    -moz-column-gap: 2.2rem !important;
         column-gap: 2.2rem !important;
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 !important;
    margin-top: 0px;
    padding: 0 !important;
  }
  .parts_works ul li {
    width: 47.5% !important;
    background: #fff;
    padding-bottom: 24px;
  }
  .parts_works .swell-block-button {
    margin: 5rem 0 0 !important;
  }
  /* =========================================================
  //  事例紹介_single＆一覧
  // ========================================================= */
  .single-works .l-content {
    padding: 6rem 0 0;
  }
  .single-works .works_title {
    margin: 0 0 6rem;
  }
  .single-works .main_img_box {
    width: 95% !important;
    margin: 0 auto !important;
  }
  .single-works .main_img_box .before_img {
    width: 40%;
    height: auto;
    margin: 0;
  }
  .single-works .main_img_box .before_img::before {
    left: -20px;
    top: -55px;
  }
  .single-works .main_img_box .before_img:after {
    width: 146px;
    height: 47px;
    right: -100px;
    bottom: -15px;
  }
  .single-works .main_img_box .after_img {
    width: 55%;
    height: auto;
  }
  .single-works .main_img_box .after_img::before {
    left: -20px;
    top: -55px;
  }
  .single-works .sub-img {
    width: 60%;
    margin: 2rem auto 2rem;
  }
  .single-works .sub-img li {
    width: 100px;
    height: 100px;
  }
  .single-works .work_box,
  .single-works .comment_box {
    padding: 0 2rem !important;
  }
  .single-works .work_box {
    width: 100% !important;
  }
  .single-works .comment_box {
    width: 100% !important;
  }
  /* 一覧 */
  .Work_wrap .midashibox .swell-block-columns__inner {
    width: 90%;
    margin: 0 auto;
  }
  .Work_wrap .parts_works {
    padding-top: 6em !important;
  }
  .Work_wrap .parts_works .swell-block-fullWide__inner {
    width: 100%;
  }
	
  /* =========================================================
  //  お知らせ　single＆サイドバー＆一覧＆アーカイブ
  // ========================================================= */
  .single-post .l-content {
    padding: 6rem 0;
    width: 90%;
  }
  .single-post .p-articleFoot,
  .single-post .l-articleBottom {
    display: none;
  }
  .single-post .post-navigation {
    padding: 0;
  }
  /* サイドバー */
  .l-sidebar {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 !important;
  }
  .l-sidebar .widget_block {
    width: 31.6666666667%;
    margin: 0 !important;
  }
  /* =========================================================
  //  下層内容共通
  // ========================================================= */
  /* 事業紹介共通部分 */
  .contents_inner .wp-block-media-text {
    height: auto;
    grid-template-columns: 40% 1fr;
  }
  .contents_inner .wp-block-media-text__content {
    height: 100%;
    padding: 30px;
  }
  .contents_inner .wp-block-media-text__content .wp-block-group {
    width: 100% !important;
    padding: 20px;
  }
  .contents_inner .wp-block-media-text__content .wp-block-group ul {
    font-size: 14px;
    display: block;
  }
  /*----*/
}
/*------------------------------------------------------------------------------------------------------sp---*/
@media screen and (max-width: 767px) {
  .l-header__spNav {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  p {
    font-size: 14px;
  }
  .br_pc,
  .br_tb_n,
  .br_tb_b {
    display: none;
  }
  .br_sp {
    display: block;
  }
  /* =========================================================
  //  ヘッダー
  // ========================================================= */
  /* ロゴ */
  .l-header__inner {
    padding: 0 0 0 3vw !important;
  }
  .l-header__logo {
    padding: 0 !important;
  }
  .c-headLogo {
    height: 130px;
  }
  /* スマホメニュー */
  .p-spMenu__inner {
    width: 75vw !important;
  }
  .p-spMenu__body {
    padding: 0 4vw 10vw 6vw;
  }
  .c-listMenu a {
    padding: 0.8em 1em 0.8em 1.5em !important;
  }
  .sp_contactbox {
    flex-direction: column;
  }
  .sp_contactbox .h_contact a {
    margin: 0 0 0.7rem;
  }
  /* =========================================================
  //  フッター前コンタクトフォーム＆フッター前事業紹介
  // ========================================================= */
/* フッター前コンタクトフォーム */
  .foot_contact {
    padding: 10rem 0 !important;
  }
  .foot_contact .swell-block-columns {
    margin: 3rem 0 0;
  }
  .foot_contact .swell-block-columns__inner {
    flex-direction: column;
  }
  .foot_contact .contactbox {
    width: 100%;
    margin: 0 !important;
  }
  .foot_contact .contactbox a {
    width: 265px !important;
    height: 70px;
    font-size: 25px;
    text-align: left;
    padding: 15px 0 30px 40px;
    -webkit-clip-path: polygon(8% 0, 92% 0, 100% 30%, 100% 70%, 92% 100%, 8% 100%, 0% 70%, 0% 30%);
            clip-path: polygon(8% 0, 92% 0, 100% 30%, 100% 70%, 92% 100%, 8% 100%, 0% 70%, 0% 30%);
  }
  .foot_contact .contactbox a::after {
    right: 20px !important;
  }
  .foot_contact .telbox {
    width: 100%;
    margin: 0 !important;
  }
  .foot_contact .telbox .wp-block-group {
    width: 100%;
    text-align: center;
  }
  .foot_contact .telbox .wp-block-group a {
    justify-content: center;
  }
  .foot_contact .foot_oct_left {
    zoom: 30%;
    top: -370px;
    left: -270px;
  }
  .foot_contact .foot_oct_right {
    zoom: 26%;
    bottom: -460px;
    right: -130px;
  }
  /* フッター前事業紹介 */
  .foot_business .wp-block-media-text__media {
    min-height: 160px !important;
    margin: 0 0 1rem !important;
  }
  .foot_business .wp-block-media-text__content {
    padding: 1.5rem 1.5rem 0 !important;
  }
  .foot_business .wp-block-media-text__content .wp-block-group {
    width: 100% !important;
  }
  .foot_business .wp-block-media-text__content .wp-block-group .bg_en {
    font-size: clamp(1.5625rem, 0.1563rem + 2.9297vw, 2.5rem);
    left: -150px;
    top: -30px;
  }
  .foot_business .wp-block-media-text__content .wp-block-group h2 {
    margin: 0 0 2rem;
  }
  .foot_business .wp-block-media-text__content .wp-block-group p {
    line-height: 1.5rem;
  }
  .foot_business .wp-block-media-text__content .wp-block-buttons {
    margin: 0 1rem 0 0 !important;
  }
  /* =========================================================
  //  フッター
  // ========================================================= */
  .w-footer .swell-block-fullWide {
    padding: 0 !important;
  }
  .w-footer figure {
    width: 35%;
    margin: 0 auto 3rem;
  }
  .w-footer .wp-block-list {
    display: none;
  }
  /* =========================================================
  //  全体共通部分
  // ========================================================= */
  .midashi_h2 {
    margin: 0 0 3.5rem !important;
  }
  .wp-block-buttons a {
    font-size: 21px;
  }
  .swell-block-button a {
    font-size: 26px;
  }
  /*--- コンテンツヘッダー&パンくず ---*/
  .l-topTitleArea {
    width: 100%;
    height: 150px;
    margin: -50px 0 0.5rem auto;
  }
  .l-topTitleArea::before {
    content: "";
    width: 150px;
    height: 101px;
    bottom: -30px;
    left: 10px;
  }
  .l-topTitleArea::after {
    width: 124px;
    height: 118px;
    bottom: 0;
    right: 50px;
  }
  .l-topTitleArea h1 {
    font-size: 20px;
    font-family: "Kaisei Opti", serif;
    margin: 0 1rem 0 0;
  }
  .p-breadcrumb__list {
    font-size: 12px;
  }
/* =========================================================
//  全体共通ブロック
// ========================================================= */
  /* Business introduction */
  .business_intro {
    padding-bottom: 2rem !important;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content .num {
    width: 75px;
    height: 75px;
    font-size: 45px;
    padding: 12px 10px 15px 0px !important;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content .bg_en {
    font-size: 21px;
    right: -10px;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content h3 {
    margin: 0.5rem 0 2.2rem;
    padding: 0 0 0 5rem;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns__inner {
    --swl-clmn-mrgn--x: 0 !important;
    --swl-clmn-mrgn--y: 0 !important;
  }
  .business_intro .wp-block-media-text .wp-block-media-text__content .swell-block-columns__inner ul li {
    font-size: 14px;
  }
	
  /* 施工事例 */
  .parts_works {
    padding-bottom: 5em !important;
  }
  .parts_works .swell-block-fullWide__inner {
    width: 85%;
  }
  .parts_works ul {
    row-gap: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .parts_works ul li {
    width: 100% !important;
  }
  .parts_works .swell-block-button {
    margin: 4rem 0 0 !important;
  }
  /* =========================================================
  //  事例紹介_single＆一覧
  // ========================================================= */
  .single-works .works_title {
    margin: 0 0 6rem;
  }
  .single-works .main_img_box {
    width: 100% !important;
    align-items: baseline;
    margin: 0 auto !important;
    flex-direction: column;
  }
  .single-works .main_img_box .before_img {
    width: 60%;
    height: auto;
    margin: 0 0 40px 20px;
  }
  .single-works .main_img_box .before_img::before {
    left: -10px;
    top: -50px;
  }
  .single-works .main_img_box .before_img:after {
    width: 136px;
    height: 37px;
    right: -70px;
    bottom: -20px;
    transform: scaleX(-1) rotate(155deg);
  }
  .single-works .main_img_box .after_img {
    width: 90%;
    height: auto;
  }
  .single-works .main_img_box .after_img::before {
    left: -13px;
    top: -45px;
  }
  .single-works .sub-img {
    width: 90%;
    margin: 2rem auto 1rem;
    flex-wrap: wrap;
  }
  .single-works .sub-img li {
    width: calc(25% - 10px);
    height: 100px;
  }
  .single-works .work_box,
  .single-works .comment_box {
    padding: 0 1rem !important;
  }
  .single-works .work_box {
    width: 100% !important;
    margin: 0 0 4rem;
  }
  .single-works .work_box dl {
    font-size: 14px;
  }
  .single-works .work_box dl dt,
  .single-works .work_box dl dd {
    padding: 15px !important;
  }
  .single-works .work_box dl dd {
    width: 70%;
  }
  .single-works .comment_box {
    width: 100% !important;
  }
  .single-works .post-navigation {
    margin: 4rem 0 0 !important;
    padding: 0 0 1rem !important;
  }
	
  /* 一覧 */
  .Work_wrap .midashibox .swell-block-columns__inner {
    width: 100%;
    margin: 0 auto;
  }
  .Work_wrap .midashibox .swell-block-columns__inner .swl-has-mb--s {
    margin: 0;
  }
  .Work_wrap .parts_works {
    padding-top: 4em !important;
  }
  .Work_wrap .parts_works .swell-block-fullWide__inner {
    width: 100%;
  }

  /* =========================================================
  //  お知らせ　single＆サイドバー＆一覧＆アーカイブ
  // ========================================================= */
  .single-post .l-content {
    padding: 6rem 0;
    width: 90%;
  }
  .single-post .p-articleFoot,
  .single-post .l-articleBottom {
    display: none;
  }
  .single-post .post-navigation {
    padding: 0;
  }
  .l-sidebar {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .l-sidebar .widget_block {
    width: 100%;
    font-size: 13px;
  }
  .l-sidebar .widget_block:not(.l-sidebar .widget_block:first-child) {
    margin-top: 1rem !important;
  }
/* =========================================================
//  下層内容共通
// ========================================================= */
.midashibox {
  padding: 3rem 0 2rem !important;
}
  /* 事業紹介共通部分 */
  .contents_inner .wp-block-media-text {
    height: auto;
    grid-template-columns: 40% 1fr;
  }
  .contents_inner .wp-block-media-text:not(:last-of-type) {
    margin-bottom: 4.6rem;
  }
  .contents_inner .wp-block-media-text__content {
    height: 100%;
    padding: 30px;
  }
  .contents_inner .wp-block-media-text__content .wp-block-group {
    width: 100% !important;
    padding: 20px 15px;
  }
  .contents_inner .wp-block-media-text__content .wp-block-group ul {
    font-size: 14px;
    display: block;
  }
	
  /*----*/
}

