@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
  --key: #2c883a;
  --sub: #f18d46;
  --bg: #fbf7f3;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #fff;
}
body{
	font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
    color: #333;
}
img{
	width: 100%;
    height: auto;
	display: block;
}
p{
	line-height: 2;
	letter-spacing: 2px;
}
h1,h2,h3,h4{
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 3px;
    font-family: "Noto Serif JP", serif;
}
h5,h6{
    line-height: 1.5;
    letter-spacing: 2px;
}
table{
	width: 100%;
}
table , td, th {
	border-collapse: collapse;
    letter-spacing: 2px;
	border: 1px solid #d8d8db;
}
th, td{
	padding: 10px 20px;
	height: 25px;
	line-height: 1.5;
    letter-spacing: 2px;
}
th{
    white-space: nowrap;
}
dt, dd, li {
	line-height: 1.5;
    letter-spacing: 2px;
}
section{
    padding: 80px 0;
}

@media screen and (max-width:768px){
    p, th, td, li, time {
        font-size: 14px;
    }
    section{
        padding: 30px 0;
    }
}

.width-800{
	max-width: 800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-900{
	max-width: 900px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-s{
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-1100{
	max-width: 1100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-m{
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-1300{
	max-width: 1300px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-1400{
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-l{
	max-width: 1500px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width-full{
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}


.flex, .flex-al{
	display: flex;
	flex-wrap: wrap;
}
.flex-sb, .flex-sb-al{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rev{
	flex-direction: row-reverse;
}
.l404-page{
    padding-top: 100px;
}
@media screen and (max-width:768px){
	.flex,.flex-sb {
		display: block;
	}
    .l404-page{
        padding-top: 50px;
    }
}

.text-r{
	text-align: right;
}
.text-c{
	text-align: center;
}
.key{
    color: var(--key);
}


.sec-title{
    margin-bottom: 50px;
}
.sec-title .title-main{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.sec-title h2 span{
    font-size: 60px;
    display: block;
    line-height: 1;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    transform: translateY(5px);
}
.sec-title h2 small, .f-concept-info h2 span {
    flex-grow: 1;
    border-bottom: 1px solid;
    font-size: 18px;
    padding: 0 10px 5px;
}
.sec-title p{
    margin: 50px auto 0;
    text-align: center;
}
.sec-title p span{
    text-align: left;
    display: inline-block;
}
.sec-title2{
    margin-bottom: 20px;
}
.sec-title2 h2{
    font-size: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
	gap: 1rem;
}
.sec-title2 h2::after{
	content: "";
	flex-grow: 1;
	border-top: 1px solid;
}

.title1{
    font-size: 24px;
    margin-bottom: 20px;
    border-left: 5px solid var(--key);
    padding: 5px 0 5px 20px;
}

.btn-area{
    gap: 2%;
}
.btn{
    border: 1px solid;
    text-align: center;
    padding: 15px;
    position: relative;
    display: inline-block;
    min-width: 300px;
    transition: all 0.3s ease;
}
.btn:hover{
    background: var(--key);
    color: #fff;
    transform: translateY(-3px);
}
.btn-area .btn{
    flex: 1;
    min-width: 100px;
}
.btn::after{
    content: "＞";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.inner-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:768px){
    .sec-title {
        margin-bottom: 30px;
    }
.sec-title .title-main {
    white-space: nowrap;
}
.sec-title h2 span {
    font-size: 40px;
}
.sec-title h2 small, .f-concept-info h2 span {
    font-size: 14px;
    padding: 0 5px 3px;
}
.sec-title p {
    margin: 30px auto 0;
}

    
    .sec-line-title {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .sec-line-title h2 {
        font-size: 30px;
    }

	.simple-slider{
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
        padding-bottom: 20px;
	}
	.simple-slider article {
		width: 250px;
		flex: 0 0 250px;
		scroll-snap-align: start;
	}


.title1 {
    font-size: 18px;
    border-left: 4px solid var(--key);
    padding: 3px 0 5px 12px;
}

.btn {
    padding: 10px;
    font-size: 14px;
}
.btn::after {
    right: 15px;
}
.btn-area .btn {
    padding: 10px 20px 10px 10px;
}
.btn-area .btn::after {
    right: 10px;
}


}


/**********************************************************************/
/*****************************    *****************************/
/**********************************************************************/

.josefin{
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: 2px;
    color: #777;
}
.serif{
    font-family: "Noto Serif JP", serif;
}
.imp {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}



.marker-yellow{
    background: linear-gradient(transparent 60%,#fefd9b 0);
    display: inline!important;
    padding: 0 10px;
}

.cover{
    height: 100%;
    object-fit: cover;
}
.kome{
    text-align: right;
    font-size: 15px;
    margin-top: 10px;
}
@media screen and (max-width:768px){
    .kome {
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
    }
}

/**********************************************************************/
/*************************  アコーディオンメニュー *************************/
/**********************************************************************/

.accordion{
	border: 2px solid #ddd;
	margin-bottom: 50px;
}
.accordion-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f1f1f4;
}
.accordion-pict{
	width: 20px;
}
.accordion-header p{
	flex-basis: calc(100% - 80px);
}
.toggle-pict{
	width: 30px;
}
.toggle-pict img{
	transition: opacity 0.2s;
}
.accordion-content{
    padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
}
.accordion-content.open{
	opacity: 1;
	visibility: visible;
	padding: 20px;
}
.accordion-content:not(:last-of-type).open{
	border-bottom: 2px solid #ddd;
}
.accordion-content .tag{
	margin-bottom: 0;
	cursor: pointer;
}

@media screen and (max-width:768px){
	.accordion {
		margin-bottom: 30px;
	}
	.accordion p{
		line-height: 1.6;
	}
	.accordion-header {
		padding: 5px 10px;
	}
	.toggle-pict {
		width: 20px;
	}
	.accordion-content{
		padding: 0 10px;
	}
	.accordion-content.open {
		padding: 10px;
	}	
}




/**********************************************************************/
/*************************  ホバーアニメーション  *************************/
/**********************************************************************/
@media screen and (min-width:768px){
	.hov-underline {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  color: inherit;
	}

	/* 下線の初期状態（非表示） */
	.hov-underline::after {
	  content: "";
	  position: absolute;
	  bottom: -5px;
	  left: 0;
	  height: 2px;
	  width: 100%;
	  background: var(--key);
	  transform: scaleX(0);     /* 横幅を0に */
	  transform-origin: left;   /* 左から伸びる */
	  transition: transform 0.3s ease;
	}
	/* ホバー時にアンダーラインを伸ばす */
	.hov-underline:hover::after {
	  transform: scaleX(1);     /* 横幅を元に戻す */
	}

	.hov-zoom {
	  overflow: hidden;
	}
	.hov-zoom img {
	  transition: transform 0.4s ease, opacity 0.4s ease;
	}
	.hov-zoom:hover img {
	  transform: scale(1.1);  /* 少し拡大 */
	  opacity: 0.7;            /* ちょっと薄くする */
	}

	.hov-opa{
		transition: opacity 0.3s ease;
	}
	.hov-opa:hover{
		opacity: 0.8;
	}
	.hov-btn {
		background-color: transparent;
		transition: all 0.3s ease;
	}
	.hov-btn:hover {
		background-color: rgba(0, 0, 0, 0.05);
		border-color: var(--key);
        color: var(--key);
		transform: translateY(-2px);
	}

	.hov-up {
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.hov-up:hover {
		transform: translateY(-4px);
	}
}


/**********************************************************************/
/*****************************  ヘッダー  *****************************/
/**********************************************************************/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.header-fix{
    border-bottom: 1px solid #f1f1f4;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
	height: 62px;
    padding: 2px;
}
.header-container{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.header-logo a{
    display: flex;
    align-items: center;
    height: 62px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
}
.header-logo img{
    height: 2.25rem;
    display: inline-block;
    margin-right: 5px;
    width: auto;
}
.header-container nav{
	flex-basis: calc(100% - 250px);
}
@media screen and (max-width:1150px){
	.header-container nav{
		display: none;
	}
}

.header-nav{
    display: flex;
    align-items: center;
    justify-content: right;
	margin-right: 25px;
}
.header-nav>li{
	margin-left: 3%;
	font-size: 14px;
	position: relative;
}
.header-nav>li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
.header-nav>li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    padding: 20px;
    white-space: nowrap;
    width: max-content;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 10;
    letter-spacing: 1px;
    margin-top: 10px;
    transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s;
}
.header-nav>li ul li:not(:last-of-type){
	padding-bottom: 15px;
}
.header-nav>li:hover ul{
	opacity: 1;
	visibility: visible;
}
.nav-child-title{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    color: var(--key);
}
.nav-child-title::after{
    content: "";
    flex-grow: 1;
    border-top: 1px solid #aaa;
}
.header-nav-btn{
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid;
}

@media screen and (max-width:768px){
    .header-fix{
        height: 52px;
    }
    .header-logo {
        height: 50px;
    }
    .header-logo a {
        height: 50px;
        font-size: 20px;
    }
    .header-logo img {
        height: 30px;
    }    
}


/**********************************************************************/
/*************************  ハンバーガーメニュー  *************************/
/**********************************************************************/

.hamburger-area {
    position: fixed;
    top: 19px;
    right: 28px;
    z-index: 100;
}
.hamburger {
  position: relative;
  width: 30px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
}
/* 各線（span） */
.hamburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.4s ease;
}
/* 上の線 */
.hamburger span:nth-child(1) {
  top: 0;
}
/* 真ん中の線 */
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
/* 下の線 */
.hamburger span:nth-child(3) {
  bottom: 0;
}
/* ✕ に変わるときの状態 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}
/* ドロワーメニュー初期状態 */
.drawer-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: right 0.4s ease;
  z-index: 90;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
/* 開いた状態 */
.drawer-menu.open {
  right: 0;
}
.drawer-in{
    min-height: 100vh;
}
.drawer-img{
	flex-basis: 40%;
}
.drawer-img img{
    height: 100%;
    object-fit: cover;
}
.drawer-text{
    flex-basis: 60%;
    padding: 80px;
}
.drawer-main{
    flex-wrap: nowrap;
    gap: 6%;
}
.drawer-text nav{
    flex-basis: 400px;
}
.drawer-text .footer-support-area {
    margin-bottom: 60px;
}
@media screen and (max-width:1300px){
    .drawer-img{
        display: none;
    }
    .drawer-text{
        flex-basis: 100%;
    }
}
.drawer-logo{
    margin-bottom: 50px;
}
.drawer-logo a{
    display: flex;
    align-items: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 300;
}
.drawer-logo img {
    display: inline-block;
    margin-right: 5px;
    width: 220px;
}
.drawer-main li a {
    width: 100%;
    padding-bottom: 5px;
    padding-right: 26px;
}
.drawer-contact-area{
    flex-basis: calc(100% - 400px);
}
.drawer-tel{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid;
    padding: 10px;
    width: 350px;
    margin: auto auto 30px;
    border-radius: 20px;
}
.drawer-tel-icon {
    flex-basis: 60px;
}
.drawer-tel-r p {
    font-size: 14px;
}
.drawer-tel-r a {
    font-size: 30px;
    padding: 5px 0;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}
.drawer-btn {
    background: var(--key);
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto 20px;
}
.drawer-btn a {
    display: block;
    padding: 15px 0;
}
.drawer-insta {
    width: 80%;
    margin: 40px auto 30px;
}
.drawer-l {
    flex-basis: 62%;
}
.drawer-nav-top nav, .drawer-nav-foot nav {
    flex-basis: 50%;
}
.drawer-flex nav {
    margin-bottom: 30px;
}
.drawer-flex h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}
.drawer-flex h2::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("../img/drawer-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 13px;
    left: -27px;
}
.drawer-flex nav li {
    margin-bottom: 26px;
}
.drawer-nav-foot nav div{
	margin-bottom: 40px;
}
.drawer-contact{
    width: 350px;
    margin: auto;
}
.drawer-contact a{
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid;
}
.drawer-sns-area{
    width: 350px;
    margin-top: 30px;
    display: flex;
    justify-content: end;
    gap: 1rem;
}
.drawer-sns-area a{
    width: 50px;
}

@media screen and (max-width:768px){
	.hamburger-area {
		top: 14px;
		right: 16px;
	}
	.drawer-text {
		padding: 40px 30px 90px;
	}
	.drawer-logo {
		margin: 0 auto 30px;
	}
    .drawer-logo a{
        display: none;
    }
	.drawer-r {
		margin-bottom: 40px;
	}
    .drawer-logo img {
        margin-right: 0;
        width: 180px;
    }
    .drawer-main li a {
        padding-bottom: 0;
    }
    .drawer-contact-area {
        margin-top: 40px;
    }
    .drawer-tel {
        width: 100%;
        margin-bottom: 20px;
    }
	.drawer-tel-icon {
		flex-basis: 50px;
	}
    .drawer-contact {
        width: 100%;
    }
    .drawer-contact a {
        margin-bottom: 10px;
        font-size: 16px;
    }
	.drawer-l {
		padding-left: 30px;
	}
	.drawer-flex nav li {
		position: relative;
		border-bottom: 1px solid #aaa;
		margin-bottom: 18px;
	}
	.drawer-flex nav li a {
		font-size: 14px;
		padding-bottom: 10px;
		display: block;
	}
	.drawer-flex nav li::after {
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background-image: url("../img/icon-btn-right-w.png");
		background-size: contain;
		background-repeat: no-repeat;
	}
    .drawer-sns-area {
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }
    .drawer-sns-area a {
        width: 43px;
    }
}

/**********************************************************************/
/***************************  フロントページ  ***************************/
/**********************************************************************/
.home{
    margin-top: 60px;
}
section.hero-slider{
    position: relative;
    padding: 0;
}
/* ===== トップスライダー ===== */
.front-swiper { height: calc(100dvh - 62px); }
.front-swiper .swiper-slide,
.front-swiper .swiper-img { height: 100%; }
.front-swiper .swiper-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
/* ズームは .swiper-img に当てる。prev/duplicate-active も対象に含める */
@keyframes zoomUp { from { transform: scale(1); } to { transform: scale(1.15); } }
.front-swiper .swiper-slide-active .swiper-img,
.front-swiper .swiper-slide-duplicate-active .swiper-img,
.front-swiper .swiper-slide-prev .swiper-img {
  animation: zoomUp 9s linear both;
}
/* ===== ズームアニメーション ===== */
.front-swiper img {
  transform: scale(1);
  animation: none;
  transition: transform 1s ease; /* 切替時の微妙な段差対策 */
}
.front-swiper img.zooming {
  animation: zoomInOut 15s ease-in-out infinite alternate;
}
@keyframes zoomInOut {
  0%   { transform: scale(1); }
  100% { transform: scale(1.25); } /* 拡大率はお好みで 1.2〜1.3 */
}
/* ページネーションの位置調整（任意） */
.swiper-pagination {
  bottom: 20px;
}

.hero-slider-text{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    z-index: 1;
    color: #fff;
    text-shadow: 3px 2px 1px rgba(0,0,0,0.6);
}
.f-news{
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 10px;
    width: 400px;
}
.f-news .sec-title{
    margin-bottom: 25px;
}
.f-news .sec-title .title-main{
    font-size: 14px;
    gap: 10px;
}
.f-news .sec-title .title-main span{
    font-size: 30px;
    margin-left: 10px;
}
.f-news .sec-title .title-main small{
    font-size: 14px;
}
.f-news h3{
    font-size: 14px;
    margin-bottom: 25px;
    white-space: nowrap;        /* 折り返さない */
    overflow: hidden;           /* はみ出した部分を非表示 */
    text-overflow: ellipsis;    /* 省略記号（…）を表示 */
}
.f-news .swiper-pagination{
    text-align: left;
    padding-left: 10px;
}
.f-news .text-r a{
    font-size: 14px;
}
.swiper-pagination-bullet-active {
    background: var(--key)!important;
}
.f-event-items{
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 60px;
}
.f-event-item{
    flex-basis: calc(50% - 15px);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.f-event-status{
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}
.f-event-status.open{
    background: #ff6347;
}
.f-event-status.closed{
    background: #666666;
}
.f-event-item h3{
    text-align: center;
    padding: 13px 10px;
    font-size: 20px;
}

.f-concept{
    background: var(--bg);
}
.f-concept-img{
    flex-basis: 55%;
}
.f-concept-img img{
    max-height: 600px;
    object-fit: cover;
}
.f-concept-info{
    flex-basis: 45%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.f-concept-info h2{
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 30px;
}
.f-concept-info h2 img{
    width: 220px;
    transform: translateY(10px);
}
.f-concept-info h3{
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 2;
}
.f-concept-info p{
    line-height: 2.2;
    margin-bottom: 50px;
}

.f-works{
    background: var(--bg);
}
/* レイアウト変数：見える枚数に合わせたカード幅（PCで約5枚） */
.works-marquee { --gap: 12px; margin-bottom: 80px; }
@media (min-width: 1024px) {
  .works-marquee { --card-w: calc((100vw - (var(--gap) * 4)) / 5); } /* 5枚見せ */
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .works-marquee { --card-w: calc((100vw - (var(--gap) * 2)) / 3); } /* 3枚見せ */
}
@media (max-width: 599.98px) {
  .works-marquee { --card-w: calc((100vw - var(--gap)) / 2); }       /* 2枚見せ */
}

/* トラック全体を等速で左へ */
.works-marquee__track {
  display: flex;
  width: max-content;  /* 中身の合計幅で広がる */
  animation: works-marquee 60s linear infinite; /* 時間↑でゆっくり */
}
.works-marquee__row { display: flex; }
.works-card {
  flex: 0 0 var(--card-w);
  display: flex; flex-direction: column; gap: 6px;
  text-decoration: none; color: inherit;
  margin-right: var(--gap);
  position: relative;
}
/* 4:3の箱に収める（CSSで見た目トリミング） */
.works-thumb { width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 10px; background:#f3f3f3; }
.works-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
/* タイトル1行省略 */
.works-title {
  font-size: .92rem; line-height: 1.4; text-align: center;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
/* タイプ・色分け（任意） */
.works-type {
    display: inline-flex;
    font-size: .78rem;
    line-height: 1;
    border-radius: 999px;
    border: 1px solid currentColor;
    opacity: .9;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.works-type.type1 { background: rgba(228, 176, 123, 0.8); } /* 華 */
.works-type.type2 { background: rgba(99, 195, 142, 0.6); } /* 栞 */
.works-type.type3 { background: rgba(226, 141, 122, 0.6); } /* 桜 */
/* 完全等速ループ：同一列が2回分あるので -50% 移動で継ぎ目ゼロ */
@keyframes works-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



.f-lineup-items{
    gap: 8px;
}
.f-lineup-item{
    flex: 1;
    position: relative;
    max-height: 650px;
}
.f-lineup-img img{
    max-height: 650px;
}
.f-lineup-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 30px;
    background:  rgba(0,0,0,0.3);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.f-lineup-info h3{
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.f-lineup-info h3 span{
    display: block;
    font-size: 40px;
    font-weight: bold;
}
.f-lineup-info p{
    font-size: 22px;
    margin-bottom: 50px;
}
.f-l-btn{
    text-align: right;
    position: relative;
}
.f-l-btn span{
    display: inline-block;
    border: 2px solid;
    padding: 15px 90px 15px 80px;
    position: relative;
}
.f-l-btn span::after{
    content: "＞";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.f-blog {
    position: relative;
    background-image: url("../img/front/f-blog.webp");
    background-size: cover;
    background-position: center;
}
.f-blog::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
}
.f-blog-in{
    background: rgba(255,255,255,0.9);
    padding: 50px;
    position: relative;
    z-index: 1;
}


.f-blog-info{
    flex-basis: 300px;
    display: flex;
    flex-direction: column;
}
.f-blog-info p{
    margin-bottom: 20px;
}
.f-blog-swiper{
    flex-basis: calc(100% - 350px);
}
.f-blog-arrows {
    display: flex;
    gap: 15%;
    align-items: center;
    margin: 12px 0 40px;
    position: relative;
    justify-content: center;
}
.f-blog-arrows .swiper-button-prev,
.f-blog-arrows .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    border: 1px solid #333;
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
    position: relative;
    color: #333;
}
.f-blog-arrows .swiper-button-prev:hover,
.f-blog-arrows .swiper-button-next:hover {
    background: #f7f7f7;
    transform: translateY(-1px);
}
.f-blog-arrows .swiper-button-prev::after,
.f-blog-arrows .swiper-button-next::after {
    display: none;
}

.f-blog-arrows span {
    font-size: 24px; 
    line-height: 1;
    transform: translateY(-3px);
}
.f-blog-info .text-c{
    margin-top: auto;
}
.f-blog-card { height: auto; padding-bottom: 50px; }
.f-blog-link { display: block; text-decoration: none; color: inherit; }
.f-blog-figure {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    background: #f0f0f0;
}
.f-blog-figure-in,
.f-blog-thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.f-blog-meta { margin-top: 10px; }
.f-blog-date { font-size: 0.85rem; opacity: .7; display: block; margin-bottom: 4px; }
.f-blog-title {
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}
.read-more{
    position: relative;
    padding: 0 30px 12px 0;
}
.read-more svg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    transform-origin: left center;
    transition: transform 0.3s ease;
}
a:hover .read-more svg {
    transform: scaleX(1.1); /* ←横方向に1.1倍（10%伸びる） */
}
.f-blog-pagination { margin-top: 14px; }
.insta-info {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
}
.insta-logo {
    width: 60px;
    margin: 0 auto 10px;
}
.insta-logo-text {
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: right;
    font-size: 14px;
}
.insta-info a {
    margin-top: auto;
    align-self: center;
}
.insta-items {
    flex-basis: 68%;
}
.insta-items>a {
    display: block;
    flex-basis: 24.5%;
    margin-bottom: 5px;
}
.insta-items>a img {
    aspect-ratio: 1/1;
    object-fit: cover;
}


@media screen and (max-width:768px){
    .home{
        margin-top: 50px;
    }
.hero-slider-text {
    font-size: 28px;
    text-align: center;
    padding-bottom: 110px;
}
.f-news {
    bottom: 20px;
    right: 20px;
    padding: 10px;
    width: calc(100% - 40px);
}
.f-news .sec-title {
    margin-bottom: 15px;
}
.f-news .sec-title .title-main span {
    font-size: 24px;
}
.f-news .sec-title .title-main small {
    font-size: 12px;
}
.f-news h3 {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.f-news .text-r a {
    font-size: 12px;
}
.f-event-items {
    gap: 20px;
    margin: 0 auto 30px;
}
.f-event-status {
    padding: 7px;
    font-size: 14px;
}
.f-event-item h3 {
    padding: 10px;
    font-size: 14px;
}
.f-concept-info h2 img {
    width: 150px;
}
.f-concept-info h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
}
.f-concept-info p {
    line-height: 2;
    margin-bottom: 30px;
}

.f-lineup-info h3 {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.f-lineup-info h3 span {
    font-size: 30px;
}
.f-lineup-info p {
    font-size: 15px;
    margin-bottom: 40px;
}
.f-l-btn span {
    border: 1px solid;
    padding: 8px 75px 10px 60px;
    font-size: 14px;
}
.works-marquee {
    --gap: 8px;
    margin-bottom: 30px;
}
.f-blog-in {
    padding: 20px;
}
.f-blog-arrows {
    display: none;
}
.f-blog-title {
    margin-bottom: 10px;
    font-size: 14px;
}
.read-more span{
    font-size: 13px;
}
.read-more svg {
    width: 95px;
}
.insta-logo {
    width: 40px;
}
.insta-logo-text {
    max-width: 180px;
    font-size: 13px;
}
.insta-logo-text {
    font-size: 13px;
}
.insta-items {
    margin: 30px 0;
}
.insta-items>a {
    flex-basis: calc(50% - 2.5px);
}




}


/**********************************************************************/
/***************************  contact-link  ***************************/
/**********************************************************************/
.contact-area{
    gap: 5px;
}
.contact-area article{
    flex: 1;
    text-align: center;
    color: #fff;
    position: relative;
}
.contact-area article a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-area-img{
    aspect-ratio: 3/2;
    position: relative;
}
.contact-area-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.contact-area-img img{
    height: 100%;
    object-fit: cover;
}
.contact-area a>div{
    position: relative;
    z-index: 1;
}
.contact-area a>div>div{
    width: 80px;
    margin: 0 auto 10px;
}
.contact-area h2{
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
}
.contact-area h2::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #fff;
}

@media screen and (max-width:768px){
    .contact-area a>div>div {
        width: 60px;
    }
    .contact-area h2 {
        font-size: 20px;
    }
    .contact-area h2::after {
        bottom: -8px;
        width: 40px;
        height: 1px;
    }
    .contact-area article {
        margin-bottom: 3px;
    }
}

/**********************************************************************/
/******************************  footer  ******************************/
/**********************************************************************/
.map-area{
    height: 400px;
}
.footer{
    border-top: 1px solid #f1f1f4;
    padding-top: 50px;
    background: #fff;
}
.footer-wrapper{
	margin-bottom: 50px;
}
.footer-info{
	flex-basis: 280px;
}
.footer-logo a{
    display: block;
    margin-bottom: 20px;
}
.footer-logo img{
    display: inline-block;
    margin-right: 5px;
    width: 100%;
}
.footer-info p{
	margin-bottom: 20px;
}
.footer-sns{
    display: flex;
    gap: 15px;
    justify-content: center;
}
.footer-sns a{
	flex-basis: 30px;
}
.footer-wrapper nav{
	flex-basis: calc(100% - 280px);
    justify-content: flex-end;
}
.footer-support-area{
	flex-basis: 23%;
}
.footer-company-area{
	flex-basis: 29%;
}
.footer-company-area ul ul{
    margin-bottom: 10px;
}
.footer-contact-area{
    flex-basis: 38%;
    padding-left: 20px;
}
.footer-contact-area li{
    border-radius: 10px;
}
.footer-nav h3{
    font-size: 20px;
    border-bottom: 2px solid var(--key);
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-align: center;
}
.footer-company-area a, .footer-support-area a{
    display: block;
    margin-bottom: 20px;
}
.footer-nav li ul li{
	font-size: 14px;
	margin-left: 10px;
	white-space: nowrap;
    height: 39px;
}
.footer-nav .drawer-sns-area {
    width: 100%;
    margin: 0;
}
.footer-company-area ul li p{
    margin-bottom: 10px;
}
.footer-contact{
    margin-bottom: 10px!important;
}
.footer-contact a{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 13px 10px;
    border-radius: 10px;
    letter-spacing: 3px;
    justify-content: center;
    font-size: 18px;
    border: 1px solid;
}
.event-btn{
    background: #ccc;
}
.event-btn a{
    border-color: #ccc;
}
.contact-btn{
    color: #fff;
    background: var(--key);
}
.contact-btn a{
    border-color: var(--key);
}
.catalog-btn{
    background: #f9f8f4;
}
.copyright {
    background: #eee;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}
.bottom-nav{
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    justify-content: center;
    background: #fff;
    gap: 10px;
    padding: 12px;
    border-top: 1px solid #f1f1f4;
	transition: bottom 0.3s ease;
    z-index: 100;
}
.bottom-nav.show{
	bottom: 0;
}
.bottom-nav.hide{
	bottom: -100px;
}
.bottom-nav a{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 80px;
    border-radius: 10px;
    font-size: 20px;
}
.bottom-tel{
    background: #ccc;
	border: 1px solid #ccc;	
}
.bottom-mail{
	background: #333;
	border: 1px solid #333;
    color: #fff;
}
.bottom-catalog{
	background: #f9f8f4;
	border: 1px solid #333;
}
.bottom-nav a img{
	width: 25px;
}

@media screen and (max-width:768px){
	.footer {
		padding-top: 30px;
	}
	.footer-wrapper {
		margin-bottom: 30px;
	}
    .footer-info {
        margin-bottom: 30px;
        text-align: center;
    }
	.footer-logo {
		margin-bottom: 0px;
	}
    .footer-logo a {
        font-size: 22px;
    }
    .footer-logo img {
        height: 40px;
        object-fit: contain;
    }
	.footer-info p {
		margin-bottom: 10px;
	}
    .footer-contact-area {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .footer-contact a {
        margin-bottom: 12px;
        font-size: 14px;
        padding: 10px;
    }

	.footer-wrapper nav {
		margin: 0 5%;
	}
    .footer-nav li {
        margin-bottom: 0;
        font-size: 14px;
    }
    .footer-nav li a {
        margin-bottom: 0;
    }
    .footer-nav>ul>li {
        padding: 15px;
        border-bottom: 1px dashed #ccc;
    }
    .footer-nav li ul li {
        height: auto;
        padding: 15px;
    }
    .footer-nav li ul li:not(:last-of-type) {
        border-bottom: 1px dashed #ccc;
    }    
	.copyright {
		font-size: 12px;
	}
	.bottom-nav{
		padding: 8px;
	}
	.bottom-nav a {
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
		flex-basis: 30%;
		display: block;
		text-align: center;
	}
	.bottom-nav a img {
		width: 23px;
		margin: 0 auto 5px;
	}
}

/**********************************************************************/
/*****************************  page共通  *****************************/
/**********************************************************************/
.page, .single, .archive{
	margin-top: 62px;
}
.page-top h2{
    font-size: 30px;
    text-align: center;
}
.page-top p{
    margin-top: 50px;
    text-align: center;
    line-height: 2.2;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
}
.breadcrumb{
    padding: 10px;
    border-bottom: 1px solid #f1f1f4;
    background: #fff;
}
.breadcrumb ul{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
    flex-wrap: wrap;
}
.breadcrumb ul li{
    letter-spacing: 2px;
    line-height: 1.5;
}
.breadcrumb ul li:not(:last-of-type)::after{
	content: "＞";
	font-size: 12px;
	margin: 0 15px;
}
.page-header{
    position: relative;
    margin-bottom: 0;
    padding: 0;
}
.page-header-img{
    height: 500px;
}
.header-text{
    color: #fff;
    font-size: 44px;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 3px;
    font-family: "Noto Serif JP", serif;
}
.header-text span{
    display: block;
    font-size: 18px;
}

.page-sec-title .main span {
    font-size: 40px;
    color: var(--key);
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    line-height: 1;
}
.page-sec-title .main {
    text-align: center;
    margin-bottom: 50px;
}
.page-sec-title .main span::before,.page-sec-title .main span::after {
    content: "";
    border-top: 1px solid #ddd;
    flex-grow: 1;
}
.page-sec-title small {
    display: inline-block;
    margin-top: 10px;
    color: #98948c;
    font-size: 14px;
}

.page-img-title-img {
    position: relative;
    clip-path: inset(0);
    width: 70%;
    margin-left: auto;
    height: 500px;
}
.page-img-title-img::before {
    content: "";
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    width: 70%;
    margin-left: auto;
}
.page-img-title h3{
    transform: translate(-5%, -90px);
    line-height: 1.5;
    color: #fff;
    mix-blend-mode: difference;
    width: 70%;
    margin-left: auto;
}
.page-img-title h3 span{
    display: block;
    font-size: 100px;
    letter-spacing: 5px;
}

.page-img-title h3 small{
    font-size: 40px;
    display: inline-block;
    margin-left: 20px;
}

.page-foot{
    text-align: center;
}
.page-foot .line{
    width: 2px;
    height: 100px;
    background: #333;
    margin: 0 auto 50px;
}
.page-foot h3{
    font-size: 24px;
    margin-bottom: 50px;
}
.page-foot p{
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}

.comingsoon p{
    text-align: center;
    font-size: 18px;
}
.thanks-page h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}


@media screen and (max-width:768px){
    .page, .single, .archive {
        margin-top: 52px;
    }
	.breadcrumb {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
    .breadcrumb ul li {
        font-size: 12px;
    }
    .breadcrumb ul li:not(:last-of-type)::after {
        margin: 0 10px;
    }
    .page-header-img {
        height: 220px;
    }
    .header-text {
        font-size: 32px;
    }
    .header-text span {
        font-size: 16px;
    }
    .page-top h2 {
        font-size: 20px;
    }
    .page-top p {
        margin-top: 30px;
        text-align: left;
        line-height: 2;
        font-size: 15px;
    }
.page-sec-title .main {
    text-align: center;
    margin-bottom: 30px;
}
.page-sec-title .main span {
    font-size: 28px;
    gap: 10px;
}
.page-sec-title small {
    font-size: 12px;
}
.page-foot .line {
    height: 60px;
    margin: 0 auto 30px;
}
.page-foot h3 {
    font-size: 18px;
    margin-bottom: 30px;
}
.page-foot p {
    font-size: 14px;
}

.page-img-title-img {
    position: relative;
    clip-path: inset(0);
    width: 100%;
    margin-left: auto;
    height: 400px;
}
.page-img-title-img::before {
    width: 100%;
}
.page-img-title h3 {
    transform: translate(0, -40px);
    width: 90%;
    margin-right: auto;
}
.page-img-title h3 span {
    font-size: 50px;
}
.page-img-title h3 small {
    font-size: 20px;
}






    .thanks-page h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
}


/**********************************************************************/
/**************************  コンセプトページ  **************************/
/**********************************************************************/
.concept-philosophy{
    background: #f7efe9;
    padding: 40px 0;
}
.concept-ph-info{
    flex-basis: 50%;
    padding: 0 3% 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.concept-ph-info .title1{
    margin-bottom: 5%;
}
.concept-ph-img{
    flex-basis: 50%;
}
.concept-ph-img img{
    max-height: 600px;
    object-fit: cover;
}
.concept-commitment{
    padding-bottom: 0;
}
.concept-commit-item{
    margin-bottom: 80px;
}
.concept-commit-img{
    flex-basis: 55%;
    margin-right: -5%;
}
.rev .concept-commit-img{
    margin-right: 0;
    margin-left: -5%
}
.concept-commit-img img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.concept-commit-info{
    flex-basis: 55%;
    margin: 3% 0 3% -5%;
    background: #fbf7f3;
    padding: 50px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rev .concept-commit-info{
    margin: 3% -5% 3% 0;
}
.concept-commit-info h4{
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    margin-bottom: 30px;
}
.concept-commit-info h4 .num{
    font-size: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 1;
    background: #444;
    width: 40px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
.concept-commit-info p{
    line-height: 2.2;
}

@media screen and (max-width:768px){
    .concept-ph-info {
        padding: 0 5%;
    }
    .concept-ph-info p{
        margin-bottom: 20px;
    }
    .concept-ph-img img {
        max-height: 220px;
    }
    .concept-commit-item {
        margin-bottom: 30px;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    }
    .concept-commit-img {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .concept-commit-info {
        margin: 0!important;
        padding: 25px;
        box-shadow: none;
    }
    .concept-commit-info h4 {
        padding-left: 40px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .concept-commit-info h4 .num {
        font-size: 22px;
        width: 30px;
        height: 40px;
    }
    .concept-commit-info p {
        line-height: 2;
        letter-spacing: 1px;
    }
}


/**********************************************************************/
/****************************  注文住宅  ****************************/
/**********************************************************************/
.order1{
    background: #f7efe9;
    padding: 50px 0;
}
.order1-info{
    flex-basis: 48%;
}
.order1-info p{
    padding: 0 3%;
}
.order1-info dl{
    margin: 20px 0;
    background: #fff;
    padding: 25px 25px 12px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    border-radius: 10px
}
.order1-info dl dt{
    color: var(--key);
    margin-bottom: 5px;
    font-weight: bold;
}
.order1-info dl dt::before {
    content: "・";
    color: var(--key);
    margin-right: 0.4em;
    font-size: 1.2em;
}
.order1-info dl dd {
    margin-left: 1.2em;
    margin-bottom: 1em;
}
.order1-img{
    flex-basis: 48%;
}
.order1-img img{
    height: 100%;
    object-fit: cover;
}
.lineup-standard-img{
    flex-basis: 50%;
}
.lineup-standard-img img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.lineup-standard-info{
    flex-basis: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--bg);
}
.lineup-standard-info h4{
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}
.lineup-standard-info p{
    line-height: 2.2;
}
.lineup-structure .lineup-standard-info{
    background: #f0f8ff;
}
.lineup-structure .lineup-standard-info p {
    line-height: 2;
    font-size: 15px;
}
.order-flow-item:not(:last-of-type)::after{
    content: "";
    width: 0;
    height: 0;
    margin: 40px auto;
    border-top: 25px solid var(--key);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    display: block;
}
.order-flow-item-in{
    background: #f7efe9;
    padding: 30px;
}
.order-flow-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.order-flow-info h4{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.order-flow-info h4 .num{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-right: 20px;
    color: var(--key);
}

.order-flow-img{
    flex-basis: 48%;
}



@media screen and (max-width:768px){
    .lineup-standard-item, .structure-item{
        box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    }
    .lineup-standard-item:not(:last-of-type), .structure-item:not(:last-of-type){
        margin-bottom: 20px;
    }
    .lineup-standard-info {
        padding: 20px;
    }
    .lineup-standard-info h4 {
        margin-bottom: 15px;
        font-size: 16px;
        padding-bottom: 10px;
    }
}

/**********************************************************************/
/****************************  ラインナップ  ****************************/
/**********************************************************************/
.lineup-top{
    background: var(--bg);
}
.lineup-top p{
    width: 75%;
    margin-left: auto;
    padding-right: 10%;
    font-size: 18px;
    line-height: 2.2;
    padding-top: 30px;
}
.lineup-photos{
    gap: 5px;
}
.lineup-photos div{
    flex: 1;
}
.lineup-photos div img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.lineup-spec-in{
    margin-bottom: 50px;
}
.lineup-spec-in h4{
    text-align: center;
    color: #fff;
    background: #666;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 30px;
}
.lineup-spec-item{
    flex-basis: 31%;
}
.lineup-spec-item img{
    object-fit: cover;
    aspect-ratio: 1/1;
}
.lineup-spec-item h5{
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
}

.lelief .page-img-title-img::before{
    background-image: url("../img/lineup/l-top.webp");
}
.basic .page-img-title-img::before{
    background-image: url("../img/lineup/basic-top2.webp");
}
.lineup-spec-list{
    background: var(--bg);
    margin-bottom: 80px;
}
.lineup-list-item{
    margin-bottom: 50px;
    flex-basis: 48%;
}
.lineup-list-item thead{
    font-size: 18px;
}
.lelief thead{
    background: #b9c4b2;
}
.natural thead{
    background: #d8d1c5;
}
.basic thead{
    background: #b9c4b2;
}
.lineup-list-item th{
    text-align: center;
}
.lineup-list-item tbody th{
    width:150px;
    background: #fff;
}
.lineup-list-item tbody td{
    width: calc(100% - 150px);
    background: #fff;
}


@media screen and (max-width:768px){
    .lineup-page .page-img-title h3 small {
        margin: 10px;
    }
    .lineup-top p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0%;
        font-size: 16px;
        padding-top: 0;
        margin-top: -30px;
    }
    .lineup-photos {
        gap: 5px;
        padding: 0 0 30px;
    }
    .lineup-photos div {
        flex: 0 0 calc(50% - 2.5px);
    }
    .lineup-spec-in h4 {
        font-size: 16px;
        padding: 6px;
        margin-bottom: 10px;
    }
    .lineup-spec-item {
        width: 90%;
        margin: 0 auto 10px;
    }
    .lineup-spec-item h5 {
        margin-top: 10px;
        font-size: 15px;
    }
}


/**********************************************************************/
/*****************************  カンパニー  *****************************/
/**********************************************************************/
.company-page .page-top h2 {
    letter-spacing: 10px;
    line-height: 2;
}
.company-top{
    background: var(--bg);
}
.company-top .page-img-title-img::before {
    background-image: url("../img/company/company1.webp");
}
.ceo-img{
    flex-basis: 35%;
}
.ceo-info{
    flex-basis: 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ceo-info h4{
    font-size: 26px;
    margin-bottom: 40px;
}
.ceo-name{
    display: block;
    text-align: right;
    margin-top: 30px;
    width: 180px;
    margin-left: auto;
    margin-right: 10px;
}
.company-info {
    margin-top: 4rem;
}
.company-infomation .page-img-title-img::before{
    background-image: url("../img/company/company2.webp");
}
.company-table {
    width: 100%;
    font-size: 1rem;
    line-height: 1.7;
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    border-radius: 12px;
    overflow: hidden;
}
.company-table th,
.company-table td {
    padding: 1.2rem 1.5rem;
    vertical-align: top;
}
.company-table th {
    width: 25%;
    background: #f7f5f3;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid #e5e2df;
}
.company-table td {
    background: #fff;
    color: #333;
}
.company-table tr + tr th,
.company-table tr + tr td {
    border-top: 1px solid #eee;
}

@media screen and (max-width:768px){
.company-page .page-top h2 {
    letter-spacing: 5px;
}
.company-top .page-img-title-img::before {
    background-image: url("../img/company/company1-sp.webp");
}
.ceo-img {
    width: 90%;
    margin: 0 auto 15px;
}
.ceo-info h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.ceo-name {
    margin-top: 20px;
    width: 150px;
    margin-right: 5px;
}
.company-infomation .page-img-title-img::before{
    background-image: url("../img/company/company2-sp.webp");
}
.company-infomation .page-img-title h3 span {
    font-size: 48px;
}
.company-table {
    width: 90%;

}
.company-table th, .company-table td {
    padding: 15px;
}


}

/**********************************************************************/
/*************************  アフターメンテナンス  *************************/
/**********************************************************************/
.mainte-policy{
    padding-top: 0;
}
.mainte-policy .page-img-title-img::before {
    background-image: url("../img/company/company1.webp");
}
.mainte-policy-img{
    flex-basis: 48%;
}
.mainte-policy-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mainte-policy-info li{
    position: relative;
    padding-left: 28px;
}
.mainte-policy-info li:not(:last-of-type){
    margin-bottom: 20px;
}
.mainte-policy-info li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: -5px;
    color: var(--key);
    font-size: 24px;
}
.after-schedule {
  background: var(--bg);
}
/* タイムライン全体 */
.after-schedule .timeline {
  margin: 0;
  padding: 8px 0 8px 40px;
  position: relative;
}
/* 縦線 */
.after-schedule .timeline::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 35px;
    bottom: 0;
    width: 2px;
    background: #e0ddd8;
    border-radius: 2px;
    height: calc(100% - 70px);
}

/* 各項目 */
.after-schedule .timeline li {
    position: relative;
    display: grid;
    grid-template-columns: minmax(100px, 150px) 1fr;
    gap: 12px 18px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e8e4de;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #222;
}

.after-schedule .timeline li:not(:last-of-type) {
    margin-bottom: 40px;
}

/* 丸いノード */
.after-schedule .timeline li::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 22px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid var(--key);
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
}

/* 下向きの三角形（liとliの間） */
.after-schedule .timeline li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--key);
}


/* 左の期間部分 */
.after-schedule .timeline li > strong {
  grid-column: 1 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e6f2e7; /* 緑を薄めたバッジ風 */
  color: #225c28;
  border: 1px solid #d0e5d2;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

/* 右の説明文 */
.after-schedule .timeline li {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* 備考 */
.after-schedule .note {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #666;
}
.after-flow{
    padding-bottom: 0;
}
.after-flow ul{
    gap: 40px;
}
.after-flow ul li{
    flex: 1;
    position: relative;
}
.after-flow h4{
    text-align: center;
    margin: 20px 0 15px;
    line-height: 1;
    font-size: 18px;
}
.after-flow p{
    font-size: 15px;
    line-height: 1.8;
    padding: 0 10px;
    text-align: justify;
}
.after-flow ul li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--key);
}


@media (max-width: 768px) {
.mainte-policy .page-img-title-img::before {
    background-image: url("../img/company/company1-sp.webp");
}
.mainte-policy-img {
    margin-bottom: 15px;
}
.mainte-policy-info li {
    padding-left: 24px;
}
.mainte-policy-info li:not(:last-of-type) {
    margin-bottom: 15px;
}
.mainte-policy-info li::before {
    top: 0px;
    font-size: 18px;
}



  .after-schedule .timeline {
    padding-left: 24px;
  }
    .after-schedule .timeline::before {
        left: 9px;
        top: 60px;
        height: calc(100% - 130px);
    }
  .after-schedule .timeline li {
    grid-template-columns: 1fr;
    padding-left: 16px;
  }
  .after-schedule .timeline li > strong {
    justify-content: flex-start;
    width: fit-content;
    padding-inline: 10px;
  }
  .after-schedule .timeline li::before {
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
  }
.after-flow ul li {
    margin-bottom: 20px;
}
.after-flow h4 {
    margin: 15px 0 10px;
    font-size: 17px;
}
.after-flow p {
    font-size: 14px;
}



}




/**********************************************************************/
/***************************  リノベーション  ***************************/
/**********************************************************************/
.reno-concept-items{
    gap: 30px;
}
.reno-concept-item{
    flex-basis: calc(50% - 15px);
}
.reno-con-img{
    margin-bottom: 20px;
    position: relative;
}
.reno-con-img img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.reno-con-img span{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.reno-concept-item h3{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.reno-styles{
    padding: 0;
}
.reno-style-item{
    padding: 60px 0;
}
.simple  .page-img-title-img::before{
    background-image: url("../img/renovation/simple-top.webp");
}
.natural  .page-img-title-img::before{
    background-image: url("../img/renovation/natural-top.webp");
}
.brooklyn  .page-img-title-img::before{
    background-image: url("../img/renovation/brooklyn-top.webp");
}
.japanese  .page-img-title-img::before{
    background-image: url("../img/renovation/wa-top.webp");
}
.reno-style-item.simple{
    background: lightgrey;
}
.reno-style-item.natural{
    background: bisque;
}
.reno-style-item.brooklyn{
    background: #D9C2B4;
}
.reno-style-item.japanese{
    background: lavender;
}
.reno-style-item .page-img-title h3 span {
    margin-bottom: 20px;
}
.reno-style-item .page-img-title h3 small {
    font-size: 28px;
}
.reno-style-info .flex-sb div{
    flex-basis: 48%;
}
.reno-style-info .flex-sb div img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.reno-style-info .flex-sb{
    margin-bottom: 30px;
}
.reno-style-text{
    background: #fff;
    padding: 30px;
}
.reno-style-text h4{
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding: 0 10px 10px;
}
.reno-style-text p{
    font-size: 18px;
    padding: 0 10px;
}
.reno-flow{
    padding-bottom: 0;
}
.flow-list li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 2px solid;
    position: relative;
}
.flow-list li:not(:last-of-type){
    margin-bottom: 50px;
}
.flow-list li:not(:last-of-type)::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.flow-list li.or{
    color: #E5994C;
}
.flow-list li.or p{
    background: #E5994C;
}
.flow-list li.or::after{
    border-top: 25px solid #E5994C;
}
.flow-list li.gr{
    color: #99E066;
}
.flow-list li.gr p{
    background: #99E066;
}
.flow-list li.gr::after{
    border-top: 25px solid #99E066;
}
.flow-list li.bl{
    color: #396756;
}
.flow-list li.bl p{
    background: #396756;
}
.flow-list li.bl::after{
    border-top: 25px solid #396756;
}
.flow-list li.br{
    color: #26160F;
}
.flow-list li.br p{
    background: #26160F;
}
.flow-list li.br::after{
    border-top: 25px solid #26160F;
}
.flow-list li span{
    font-size: 26px;
    flex-basis: 60px;
    text-align: center;
    padding: 0 10px;
    font-family: 'Josefin Sans', sans-serif;
    transform: translateY(2px);
    display: inline-block;
}
.flow-list li strong{
    padding: 10px 0;
    flex-basis: 230px;
}
.flow-list li p{
    flex-basis: calc(100% - 290px);
    padding: 10px 20px;
    color: #fff;
}

@media screen and (max-width:768px){
.reno-concept-item{
    margin-bottom: 30px;
}
.reno-con-img {
    margin-bottom: 15px;
}
.reno-concept-item h3 {
    font-size: 17px;
    text-align: center;
}
.reno-style-item {
    padding: 30px 0;
}
.reno-style-item .page-img-title h3 small {
    font-size: 16px;
    line-height: 1.8;
}
.reno-style-info .flex-sb {
    margin-bottom: 20px;
}
.reno-style-info .flex-sb div {
    margin-bottom: 10px;
}
.reno-style-text {
    padding: 20px;
}
.reno-style-text h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.reno-style-text p {
    font-size: 14px;
}
.japanese .page-img-title h3 span {
    line-height: 1.2;
}



.flow-list li {
    display: block;
}
.flow-list li span {
    font-size: 24px;
}
.flow-list li:not(:last-of-type)::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top-width: 20px;
}
.flow-list li p {
    padding: 5px 15px;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 1px;
}



}



/**********************************************************************/
/*****************************  リフォーム  *****************************/
/**********************************************************************/
.reform-type{
    background: var(--bg);
}
.reform-item{
    position: relative;
    margin-bottom: 130px;
}
.reform-item:not(:last-of-type){
    margin-bottom: 130px;
}
.reform-img{
    flex-basis: 48%;
}
.reform-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rev .reform-info{
    text-align: right;
}
.reform-item-in{
    position: relative;
    z-index: 1;
}
.reform-info h3{
    font-size: 24px;
    margin-bottom: 25px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

.reform-item-bg{
    position: absolute;
    width: 70%;
    background: #fff;
    height: 110%;
    transform: translateY(40px);
    top: 0;
}
.reform-item-bg.rev{
    right: 0;
}
.reform-page .flow-list li {
    color: #777;
}
.reform-page .flow-list li:not(:last-of-type)::after {
    border-top: 20px solid #777;
}
.reform-page .flow-list li p{
    background: #777;
}
/*
.reform-flow{
    background-image: url("../img/reform/reform-top.webp");
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
}
*/
.reform-flow{
    position: relative;
    clip-path: inset(0);
}
.reform-flow::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background-image: url("../img/reform/reform-top.webp");
    background-size: cover;
    background-position: center;

    z-index: -1;
}
.reform-flow > *{
    position: relative;
    z-index: 1;
}
.reform-flow::after{
    content: "";
    background: rgba(255,255,255,0.4);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.reform-flow-in{
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,1);
    padding: 50px;
}

@media screen and (max-width:768px){
.reform-info h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}
.reform-item-bg {
    width: 85%;
    height: 98%;
    transform: translateY(10%);
}
.reform-item {
    margin-bottom: 70px!important;
}
.rev .reform-info {
    text-align: left;
}
.reform-flow-in {
    padding: 25px;
}


}

/**********************************************************************/
/*****************************  ポリシー  *****************************/
/**********************************************************************/
.policy h2{
    font-size: 20px;
    margin: 35px 0 10px;
    padding: 4px 0 6px 20px;
    border-left: 5px solid var(--key);
}
.privacy-date{
    text-align: right;
    font-size: 14px;
}
.com-name{
    border: 1px solid;
    padding: 30px;
    margin: 15px 0;
}

@media screen and (max-width:768px){
    .policy h2 {
        font-size: 16px;
        padding: 4px 0 6px 15px;
        border-left: 4px solid var(--key);
    }
}

/**********************************************************************/
/*****************************  コンタクト  *****************************/
/**********************************************************************/
.tel-btn{
    text-align: center;
    margin-bottom: 50px;
}
.tel-btn a{
    background: #555;
    display: inline-block;
    padding: 13px 30px 7px;
    color: #fff;
    border-radius: 10px;
}
.tel-btn a div{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    gap: 10px;
    align-items: center;
}
.tel-btn img{
    width: 40px;
    transform: translateY(-3px);
}
.tel-btn p{
    font-family: 'Josefin Sans', sans-serif;
}
.contact-form {
    background: var(--bg);
}
.contact-form form{
    padding: 50px;
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.wpcf7{
    letter-spacing: 1px;
}
.form-title{
    text-align: center;
}
.form-title h2{
    font-size: 24px;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
}
.form-title h2::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #333;
}
.form-group {
    margin-bottom: 30px;
}
.form-group.text-c {
    margin-bottom: 0px;
}
.form-label {
    font-size: 16px!important;
    margin-bottom: 15px!important;
    display: flex;
    align-items: center;
}
.required {
    color: #fff;
    background: var(--key);
	border: 1px solid var(--key);
    margin-left: 10px;
    font-size: 12px;
    padding: 3px 10px;
    letter-spacing: 2px;
}
.optional {
    color: var(--key);
	border: 1px solid var(--key);
    margin-left: 10px;
    font-size: 12px;
    padding: 3px 10px;
    letter-spacing: 2px;
}
.input-group.has-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    width: 100%;
    line-height: 1;
}
.input-label {
    width: 70px;
	font-size: 13px;
	color: #949497;
}
.input-group p span{
    width: 100%;
}
.has-label span{
    width: calc(100% - 70px)!important;
}
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    flex: 0 0 18px;
    cursor: pointer;
}
.checkbox-group .wpcf7-list-item-label {
    flex: 1 1 auto; /* 残りを自動で折り返して使う */
    word-break: break-word;
}
.form-message-text{
    color: #949497;
    font-size: 13px;
    margin-bottom: 15px;
}
input, select, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 2px;
}
textarea {
    resize: vertical;
}
.hogo{
    margin-bottom: 30px!important;
}
.hogo a,.contact-bottom-p a{
    letter-spacing: 1px;
    color: blue;
    text-decoration: underline;
}
.submit-button {
    width: 250px;
    text-align: center;
    background: var(--key);
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    padding: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
}
.wpcf7-spinner{
    display: none!important;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 10px;
}
.contact-bottom-p{
    margin-top: 20px;
    line-height: 1.5;
}
.form-harf{
    flex-basis: 48%;
}

/* Privacy Policy Modal */
.pp-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    visibility: hidden;
    pointer-events: none;
}
.pp-modal.is-open { display: block; }
.pp-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background 0.5s ease }
.pp-modal.is-open .pp-modal__backdrop{
    background: rgba(0,0,0,0.5);
}
.pp-modal__dialog {
    position: relative; max-width: 720px; margin: 5vh auto; background: #fff;
    padding: 40px; border-radius: 12px; max-height: 85vh; overflow-y: auto;
    transform: translateY(-20px);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: opacity, transform;
}
.pp-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}
.pp-modal.is-open .pp-modal__dialog {
    transform: translateY(0);
    opacity: 1;
}
#pp-title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    color: var(--key);
}
.policy-modal h4{
    margin: 15px 0;
    border-left: 3px solid var(--key);
    padding: 5px 0 5px 15px;
    font-size: 18px;
}
.policy-modal p{
    font-size: 15px;
}
.policy-modal .com-name{
    margin: 20px auto;
    border: 1px solid #aaa;
    padding: 10px 15px;
}
.policy-modal .privacy-date{
    text-align: right;
    font-size: 14px;
}
.pp-modal__close { position: absolute; top: 1rem; right: 1rem; font-size: 1.5rem; background: none; border: 0; cursor: pointer; }
.wpcf7-response-output{
    margin-top: 30px;
    text-align: center;
}


@media screen and (max-width:768px){
	.contact-form {
		padding: 30px 0;
	}
    .contact-form form {
        padding: 30px 25px;
    }
	.input-label {
		width: 70px;
	}
	input, select, textarea {
		font-size: 14px;
	}
    .form-title h2 {
        font-size: 18px;
        margin-bottom: 50px;
    }
	.form-label {
		font-size: 14px!important;
	}
	.required{
		white-space: nowrap;
		width: 60px;
		text-align: center;
	}
	.optional {
		width: 70px;
		text-align: center;
	}
    .contact-bottom-p {
        font-size: 13px;
    }

    .pp-modal__dialog { margin: 4vh auto; border-radius: 12px; padding: 1rem; }

}
/**********************************************************************/
/*****************************  一覧共通  *****************************/
/**********************************************************************/
.pagination {
    text-align: center;
    margin: 60px auto 0;
}

.pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 36px;
    padding: 12px 16px;
    border: 1px solid;
    color: #333;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.pagination .page-numbers:hover {
    background: var(--key);
    color: #fff;
}

.pagination .page-numbers.current {
    background: var(--key);
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-weight: 600;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    background: var(--key);
    color: #fff;
}

/**********************************************************************/
/*****************************  ブログ一覧  *****************************/
/**********************************************************************/
.a-blog{
    padding-top: 0;
}
.a-blog-l{
    flex-basis: 250px;
}
.a-blog-l h3{
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.a-blog-recent{
    margin-bottom: 50px;
}
.a-blog-recent a{
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}
.a-blog-recent a .ttl{
    font-size: 15px;
}
.a-blog-l time{
    font-size: 13px;
}
.archive-list li{
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.a-blog-main{
    flex-basis: calc(100% - 300px);
}
.a-blog-items{
    gap: 50px;
}
.a-blog-item{
    flex-basis: calc(50% - 25px);
}
.a-blog-title{
    font-size: 18px;
    margin: 15px 0 10px;
    color: var(--key);
    font-weight: bold;
}
.a-blog-excerpt{
    font-size: 15px;
    padding: 0 3%;
}

@media screen and (max-width:768px){
.a-blog-l {
    margin-bottom: 60px;
}
.a-blog-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.a-blog-title {
    font-size: 16px;
    padding: 0 3%;
}
.a-blog-excerpt {
    font-size: 14px;
    line-height: 1.7;
}


}

/**********************************************************************/
/*****************************  施工事例一覧  *****************************/
/**********************************************************************/
.a-works{
    background: var(--bg);
    margin-bottom: 50px;
}
.a-works-items{
    gap: 30px;
}
.a-works-item{
    flex-basis: calc(33.33% - 20px);
}
@media screen and (max-width:768px){
    .a-works-item {
        padding: 15px;
        text-align: center;
        margin-bottom: 20px;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    }
    .a-works-title{
        margin-top: 15px;
    }
}

/**********************************************************************/
/*****************************  イベント一覧  *****************************/
/**********************************************************************/
.a-event-main{
    background: var(--bg);
}
.a-event-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
}
.a-event-thumb {
    flex-basis: 30%;
}
.a-event-info {
    flex-basis: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.a-event-status {
    width: 200px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 10px;
}
.a-event-status.open {
    background: #ff6347;
}
.a-event-status.closed {
    background: #666;
}
.a-event-title {
    font-size: 22px;
    margin-bottom: 13px;
}
.a-event-text {
    margin-bottom: 15px;
}
.a-event-detail {
    background: #fff;
    padding: 15px;
    font-size: 14px;
    gap: 7px;
}
.a-event-detail dt {
    flex-basis: 60px;
    background: var(--key);
    color: #fff;
    text-align: center;
    display: inline-block;
}
.a-event-detail dd {
    flex-basis: calc(100% - 72px);
}

@media screen and (max-width:768px){
.a-event-status {
    width: 100%;
    border-radius: 0;
}
.a-event-title {
    font-size: 18px;
}
.a-event-detail dt {
    flex-basis: 60px;
    background: var(--key);
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 3px 10px;
}


}

/**********************************************************************/
/*****************************  お知らせ一覧  *****************************/
/**********************************************************************/
.a-news-main{
    background: var(--bg);
    margin-bottom: 80px;
}
.a-news-item{
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.a-news-item a{
    padding: 40px;
    display: block;
}
.a-news-item .flex{
    margin-bottom: 10px;
    align-items: center;
}
.a-news-cat{
    background: var(--key);
    color: #fff;
    padding: 6px;
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}
.a-news-title{
    font-size: 20px;
    margin: 10px 0;
    border-bottom: 1px solid #999;
    padding: 5px;
}
.a-news-excerpt{
    font-size: 15px;
}

@media screen and (max-width:768px){
.a-news-item {
    margin-bottom: 20px;
}
.a-news-item a {
    padding: 20px;
}
.a-news-cat {
    padding: 3px 10px;
    width: auto;
    margin-left: 5px;
    font-size: 14px;
}
.a-news-title {
    font-size: 16px;
    margin: 10px 0;
    padding: 5px;
}
.a-news-excerpt {
    font-size: 14px;
}


}


/**********************************************************************/
/*****************************  シングル共通  *****************************/
/**********************************************************************/

.single-main h2{
    font-size: 24px;
    border-left: 5px solid var(--key);
    padding: 5px 0 5px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.single-main h3{
    border-bottom: 1px solid;
    padding: 0 20px 8px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
.single-main h4{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.single-main h5{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.single-main ul{
    margin: 30px 0;
    padding-left: 20px;
    font-weight: bold;
}
.single-main li{
    margin-bottom: 10px;
}
.single-main p{
    margin-bottom: 20px;
}
.single-main a{
    text-decoration: underline;
}
.single-main .wp-block-image{
    margin: 40px auto 20px;
}
.single-main .wp-block-media-text {
    margin-bottom: 30px;
}
.single-adjacent {
    display: flex;
    gap: 16px;
    margin: 80px auto 0;
    justify-content: space-between;
}
.single-adjacent .adjacent {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 15px;
}
.single-adjacent .adjacent.next{
    justify-content: flex-end;
    text-align: end;
}
.single-adjacent .thumb img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.single-adjacent .meta .label {
    display: block;
    font-size: 14px;
    opacity: .7;
    margin-bottom: 8px;
}
.single-adjacent .meta .title {
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 768px) {
.single-main h2 {
    font-size: 18px;
    border-left: 4px solid var(--key);
    padding: 3px 0 4px 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-main h3 {
    border-bottom: 1px solid;
    padding: 0 10px 6px;
    margin-top: 20px;
    font-size: 18px;
}
.single-main h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-main h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-main h6{
    margin-bottom: 15px;
}
.single-main p {
    margin-bottom: 15px;
}
.single-main ul {
    margin: 20px 0;
    padding-left: 12px;
}
.single-main .wp-block-button a {
    text-decoration: none;
    font-size: 14px;
}


    .single-adjacent {
        flex-direction: column;
        gap: 12px;
        margin: 50px auto 0;
    }
    .single-adjacent .thumb img {
        width: 72px;
        height: 72px;
    }
.single-adjacent .meta .label {
    font-size: 12px;
}
.single-adjacent .meta .title {
    font-size: 14px;
}



}


/**********************************************************************/
/*****************************  シングル施工事例  *****************************/
/**********************************************************************/
.s-works{
    margin: 50px 0 80px;
}
.works-info h1{
    font-size: 28px;
    padding: 10px;
    margin: 20px auto 30px;
    text-align: center;
    background: var(--key);
    color: #fff;
}
.works-info-jouhou{
    max-width: 1000px;
    margin: 0 auto 50px;
}
.works-info h2{
    font-size: 20px;
    border-left: 5px solid var(--key);
    padding: 3px 0 5px 10px;
    margin-bottom: 20px;
}
.works-info dl{
    border-top: 1px solid #333;
}
.works-info dt{
    flex-basis: 20%;
    padding: 10px 15px;
    border-bottom: 1px solid #333;
    background: var(--bg);
    text-align: center;
}
.works-info dd{
    flex-basis: 30%;
    padding: 10px 15px;
    border-bottom: 1px solid #333;
}
.works-info dd:nth-of-type(odd){
    border-right: 1px solid #333;
}
.works-info-in{
    margin-bottom: 50px;
    border: 1px solid;
    padding: 40px;
    border-radius: 30px;
}
.works-gallery h2{
    font-size: 24px;
    border-left: 5px solid var(--key);
    padding: 3px 0 5px 10px;
    margin-bottom: 10px;
}
.works-gallery>p{
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.works-imgs img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.works-imgs .wp-block-image{
    flex-grow: 0!important;
}
/**********************************************************************/
/*****************************  シングルブログ  *****************************/
/**********************************************************************/
.single-blog{
    background: var(--bg);
}
.single-blog-page{
    margin: 50px 0 80px;
}
.s-blog-thumb{
    margin-bottom: 30px;
}
.single-blog-page h1{
    font-size: 28px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width:768px){
.single-blog-page {
    margin: 20px 0 50px;
}
.s-blog-thumb {
    margin-bottom: 20px;
}
.single-blog-page time{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}
.single-blog-page h1 {
    font-size: 20px;
}





}

/**********************************************************************/
/*****************************  シングルイベント  *****************************/
/**********************************************************************/
.single-event-page{
    margin: 50px 0 80px;
}
.single-event-page .single-main{
    margin-bottom: 50px;
}
.s-event-thumb{
    margin-bottom: 30px;
}
.single-event-page h1{
    font-size: 28px;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin-bottom: 50px;
}
.single-event-page .a-event-status{
    font-size: 18px;
    margin-bottom: 0;
}
.s-event-detail{
    font-size: 18px;
    border-top: 2px solid #ccc;
    margin-bottom: 50px;
}
.s-event-detail dt{
    flex-basis: 200px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    padding: 10px;
    background: var(--bg);
}
.s-event-detail dd{
    flex-basis: calc(100% - 200px);
    border-bottom: 2px solid #ccc;
    padding: 10px 20px;
}
.event-end{
    background: #fff;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}


@media screen and (max-width:768px){
.single-event-page {
    margin: 20px 0 50px;
}
.s-event-thumb {
    margin-bottom: 5px;
}
.single-event-page .a-event-status {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0;
}
.single-event-page h1 {
    font-size: 20px;
    margin-bottom: 25px;
}
.s-event-detail{
    font-size: 16px;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}
.s-event-detail dt {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.s-event-detail dd {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    min-height: 37px;
}


}

/**********************************************************************/
/*****************************  シングルニュース  *****************************/
/**********************************************************************/
.single-news-page section {
    padding-bottom: 30px;
}
.single-news-page h1{
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.single-main{
    margin-top: 20px;
}
.s-news-btn{
    margin-bottom: 80px;
}
.s-news-btn .btn{
    border-radius: 30px;
}
@media screen and (max-width:768px){
.single-news-page section {
    padding: 10px 0 20px;
}
.single-news-page h1 {
    font-size: 18px;
}



}

/**********************************************************************/
/*****************************  マージン  *****************************/
/**********************************************************************/

.mb-0{
    margin-bottom: 0!important;
}
.mb-5{
	margin-bottom: 5px!important;
}
.mb-10{
	margin-bottom: 10px!important;
}
.mb-20{
	margin-bottom: 20px!important;
}
.mb-30{
	margin-bottom: 30px!important;
}
.mb-50{
	margin-bottom: 50px!important;
}
.mb-80{
	margin-bottom: 80px!important;
}
.mb-100{
	margin-bottom: 100px!important;
}
.mt-30{
	margin-top: 30px;
}
.mt-50{
	margin-top: 50px;
}

@media screen and (max-width:768px){
    .mb-0-sp{
        margin-bottom: 0!important;
    }
	.mb-30{
		margin-bottom: 20px!important;
	}
	.mb-50{
		margin-bottom: 30px!important;
	}
	.mb-80{
		margin-bottom: 30px!important;
	}
	.mb-100{
		margin-bottom: 50px!important;
	}
	.mt-30{
		margin-top: 20px!important;
	}
	.mt-50{
		margin-top: 20px!important;
	}
}

/**********************************************************************/
/**************************  PCスマホ切り替え  **************************/
/**********************************************************************/

.pc {
  display: block !important;
}
/*pcのみ表示ブロック*/
.sp {
  display: none !important;
}
/*スマホのみ表示ブロック*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  /*pcのみ表示ブロック*/
  .sp {
    display: block !important;
  }
  /*スマホのみ表示ブロック*/
}
