@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@400;500&display=swap');


html {
  scroll-behavior: smooth;
  color: #333333;
  letter-spacing: 1px;
}
body{
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
	background: #F6F6F6;
}
html, body { overflow-x: hidden; }
img{
	width: 100%;
	height: auto;
	display: block;
}
section{
	margin-bottom: 120px;
}
a{
	transition: all 0.3s ease-out;
}
a:hover{
	opacity: 0.7;
}
p, li, dl{
    line-height: 2;
    letter-spacing: 1px;
}
h1,h2,h3,h4,h5{
    font-weight: 500;
}
table{
	width: 100%;
}


@media screen and (max-width:768px){
	p, li, dl{
		font-size: 14px;
	}
	section{
		margin-bottom: 40px!important;
	}
	
}

.width-ss,.width-s,.width-sm,.width-m,.width-ml,.width-l,.width-ll{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.width-ss{max-width: 800px;}
.width-s{max-width: 900px;}
.width-sm{max-width: 1000px;}
.width-m{max-width: 1200px;}
.width-ml{max-width: 1300px;}
.width-l{max-width: 1400px;}
.width-ll{max-width: 1500px;}
.gray-bg{
    padding: 80px 0;
    margin-bottom: 80px;
    background-image: url("../img/gray-bg.jpg");
}
.gray-bg2{
    padding: 80px 0;
    margin-bottom: 80px;
    background-color: #E9E9E9;
}
.gray-bg section, .gray-bg2 section{
    margin-bottom: 0;
}

.flex,.flex-al{
    display: flex;
    flex-wrap: wrap;
}
.flex-sb,.flex-sb-al{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-c,.flex-c-al{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width:768px){
    .flex,.flex-sb,.flex-c{
        display: block;
    }
}

.sec-title {
    max-width: 1000px;
    margin: 0 auto 80px;
    text-align: center;
	position: relative;
}
.sec-title .title-main{
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-left: 2px solid;
    padding: 10px 0 10px 30px;
	font-family: "Noto Sans JP", sans-serif;
}
.sec-title .title-main span{
    display: block;
    font-size: 50px;
    line-height: 1;
	font-family: Impact, 'Anton', sans-serif;
    letter-spacing: 2px;
}
.sec-title p{
    text-align: center;
    margin-top: 50px;
}
.sec-title-link{
	position: absolute;
	bottom: 0;
	right: 0;
}

.page-sec-title .title-main{
    text-align: center;
    margin-bottom: 80px;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.page-sec-title .title-main span{
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
	position: relative;
}
.page-sec-title .title-main span::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    background: #333;
}
.page-title-flex-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-title-flex-info h2{
    font-size: 22px;
    margin-bottom: 20px;
}
.page-title-flex-img{
	flex-basis: 48%;
}

@media screen and (max-width:768px){
.page-sec-title .title-main {
    margin-bottom: 30px;
    font-size: 18px;
}
.page-sec-title .title-main span {
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
}

}



.text-r{
    text-align: right;
}
.text-c{
    text-align: center;
}
.hidden {
    display: none;
}

.link-btn{
    position: relative;
    border: 1px solid;
    padding: 12px 50px 12px 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 30px;
    white-space: nowrap;
    min-width: 200px;
    text-align: center;
}
.link-btn::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url("../img/link-arrow-k.svg");
    width: 18px;
    height: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.link-btn::after, .link-btn::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
	transition: opacity 0.3s ease;
}
.link-btn::after {
  background-image: url("../img/link-arrow-k.svg");
  opacity: 1;
  z-index: 1;
}
.link-btn::before {
  background-image: url("../img/link-arrow.svg");
  opacity: 0;
  z-index: 2;
}
/* スクロール時のロゴ切り替え */
.link-btn:hover::after {
  opacity: 0;
}
.link-btn:hover::before {
  opacity: 1;
}

.link-btn:hover{
    background-color: #ED7D31;
    color: #fff;
    opacity: 1;
}
.img-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cover{
	height: 100%;
	object-fit: cover;
}
.imp{
	font-family: Impact, 'Anton', sans-serif;
}

@media screen and (max-width:768px){
	.sec-title p {
		text-align: left;
		margin-top: 30px;
	}
	.link-btn {
		padding: 8px 40px 8px 30px;
		min-width: 160px;
	}
	.page-title-flex-info h2 {
		font-size: 18px;
	}
	.page-title-flex-info p{
		margin-bottom: 15px;
	}
}
/**************** アニメーション ****************/
.hover-darken img {
  transition: filter 0.3s ease;
}
.hover-darken:hover{
  opacity: 1 !important;
}
.hover-darken:hover img {
  filter: brightness(50%);
}

.hover-zoom div{
    overflow: hidden;
    display: inline-block;
}
.hover-zoom img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}
.hover-zoom:hover img {
  transform: scale(1.1);
}

.hover-opacity{
    transition: opacity 0.3s ease;
}
.hover-opacity:hover{
    opacity: 0.7;
}
/**************** ヘッダー ****************/
.top-nav{
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 0 100px 0 20px;
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 9;
    transition: all 0.3s ease;
}
.top-nav.scrolled{
	background: rgba(255,255,255,0.7);
}
.top-nav img{
    position: absolute;
    top: 14px;
    left: 40px;
    opacity: 0;
    width: 200px;
    transition: opacity 0.3s ease;
}
.top-nav img.white-logo {
  opacity: 1;
  z-index: 2;
}
.top-nav img.navy-logo {
  z-index: 1;
}
.top-nav ul li a{
    border: 2px solid;
    padding: 7px 50px 7px 40px;
    position: relative;
    border-radius: 30px;
}
.top-nav ul li a::after, .top-nav ul li a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-55%);
    width: 20px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
	transition: opacity 0.3s ease;
}
.top-nav ul li a::after {
  background-image: url("../img/link-arrow.svg");
  opacity: 1;
  z-index: 1;
}
.top-nav ul li a::before {
  background-image: url("../img/link-arrow-k.svg");
  opacity: 0;
  z-index: 2;
}

.top-nav.scrolled ul li a{
    color: #404040;
}
/* スクロール時のロゴ切り替え */
.top-nav.scrolled img.white-logo, .top-nav.scrolled ul li a::after {
  opacity: 0;
}
.top-nav.scrolled img.navy-logo, .top-nav.scrolled ul li a::before {
  opacity: 1;
}
.top-nav>ul{
	display: flex;
	justify-content: flex-end;
}
.top-nav>ul>li{
	margin-left: 3%;
    position: relative;
}
.top-nav-hover{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
}
.has-submenu{
    position: relative;
}
.has-submenu:hover .top-nav-hover, .top-nav-hover:hover {
    display: block;
}
.scrolled .has-submenu:hover .top-nav-hover, .scrolled .top-nav-hover:hover {
    background: #fff;
    padding: 10px;
    left: -10px;
    top: calc(100% + 10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.top-nav-hover li{
    padding-top: 10px;
}
.has-submenu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px; /* ← この高さ分の透明な領域を作る */
    background: transparent;
}
.page-header-nav .has-submenu:hover .top-nav-hover{
    background: #fff;
    padding: 10px;
    white-space: nowrap;
    left: -10px;
    top: calc(100% + 10px);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:1270px){
	.top-nav>ul{
		display: none;
	}
}

.hamburger button {
  display: inline-block;
  width: 60px; /* ボタンの幅 */
  height: 60px; /* ボタンの高さ */
  border: none; /* ボーダーを非表示に */
  cursor: pointer; /* カーソルをポインターに */
  padding: 0; /* パディングをリセット */
  outline: none; /* アウトラインを非表示に */
  box-sizing: border-box; /* ボックスサイズをborder-boxに */
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  background: transparent;
}
.page-hamburger button{
	right: 10px;
}
.hamburger button:focus {
  outline: none; /* フォーカス時のアウトラインを非表示に */
}
.hamburger button span {
  display: block;
  position: absolute;
  left: 50%; /* 中心から横に配置 */
  top: 50%; /* 中心から縦に配置 */
  width: 30px; /* 線の幅 */
  height: 3px; /* 線の高さ */
  background-color: #fff;
  margin-left: -15px; /* 線の長さの半分を左にずらす */
  transition: background-color 0.3s ease; /* アニメーション効果 */
}
.hamburger button.scrolled span, .front-page .hamburger button.button-active span, .button-active span{
  background-color: #404040!important;
}
.page-hamburger button span{
	background: #fff;
}
.hamburger button span:nth-child(1) {
  top: calc(50% - 12px); /* 上の線の位置 */
  transform-origin: center;
}

.hamburger button span:nth-child(2) {
  top: calc(50% - 1.5px); /* 中央の線の位置 */
  transform-origin: center;
}

.hamburger button span:nth-child(3) {
  top: calc(50% + 9px); /* 下の線の位置 */
  transform-origin: center;
}

.hamburger button.button-active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 8px);
}

.hamburger button.button-active span:nth-child(2) {
  opacity: 0;
}

.hamburger button.button-active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.hamburger-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%; /* デフォルトでは画面外 */
  box-shadow: 2px 0 5px rgba(0,0,0,0.5);
  background: #fff;
  transition: left 0.5s ease; /* スムーズな表示効果 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  z-index: 90;
}
.hamburger-menu.open {
  left: 0; /* メニューを表示 */
}
.hamb-in{
	height: 100%;
	width: 100%;
}
.hamb-img{
	flex-basis: 30%;
}
.hamb-img img{
    height: 100%;
    object-fit: cover;
}
.hamb-main{
    flex-basis: 70%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width:1250px){
	.hamb-img {
		display: none;
	}
	.hamb-main {
		flex-basis: 100%;
	}
}
.hamb-logo{
    width: 250px;
    margin-bottom: 50px;
}
.hamb-left{
	flex-basis: 62%;
}
.hamb-left>div{
	flex-basis: 50%;
	padding-right: 20px;
}
.hamb-left h2{
    color: #ED7D31;
    font-size: 20px;
    margin-bottom: 10px;
	font-weight: bold;
}
.hamb-left>div>div{
	margin-bottom: 30px;
}
.hamb-left ul li{
    margin-left: 12px;
    margin-bottom: 5px;
	font-weight: 500;
}
.hamb-left ul li::before{
    content: "▶";
    color: #BFBFBF;
    margin-right: 1rem;
}
.hamb-right{
	flex-basis: 38%;
	display: flex;
	flex-direction: column;
}
.hamb-link-btn{
	margin-bottom: 10px;
}
.hamb-link-btn li{
    background: #ED7D31;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 7px;
}
.hamb-link-btn li a{
	width: 100%;
	height: 100%;
	display: block;
}
.hamb-sns{
    justify-content: end;
    gap: 2%;
    margin-bottom: 30px;
}
.hamb-sns a{
	flex-basis: 45px;
}
.hamb-tel{
	margin-top: auto;
	margin-bottom: 30px;
}
.hamb-tel>div{
	align-items: center;
}
.hamb-tel-img{
    flex-basis: 55px;
}
.hamb-tel-info{
	flex-basis: calc(100% - 70px);
}
.hamb-tel-info p{
    letter-spacing: 0px;
    line-height: 1.7;
}
.hamb-tel-info a{
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
	display: inline-block;
}


@media screen and (max-width:768px){
	.top-nav{
		height: 60px!important;
	}
	.top-nav img{
		width: 150px;
        top: 16px;
        left: 15px;
	}
	
	.page-header{
		padding: 5px 0 5px 20px;
		height: 60px;
	}
	.front-page .hamburger button{
		width: 50px;
		height: 40px;
		margin-right: 5px;
	}
	.hamburger-menu{
        overflow-y: auto;
	}
.hamb-tel-img {
    flex-basis: 40px;
}
.hamb-tel-info {
    flex-basis: calc(100% - 50px);
}
.hamb-tel-info a {
    font-size: 28px;
}




}

/**************** front-page ****************/

.front_page{
	font-family: "notoserif";
}
.front-slider{
    position: relative;
}
.front-slider .slick-next, .front-slider .slick-prev{
    display: none!important;
}
.front_top_slider{
    margin-bottom: 80px;
}
.front_top_slider .slick-list {
    max-height: none;
}
.front_top_slider .slick-slide{
    object-fit: cover;
    height: 100vh;
    width: 100%;
    animation: none;
    transform: scale(1.2);
}
/* ズーム時のアニメーション */
.front_top_slider .slick-slide.zooming {
  animation: zoomInOut 11s linear forwards;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.front-top-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front-top-text h1{
    font-size: 38px;
    color: #fff;
    letter-spacing: 3px;
}
.f-event-items{
	gap: 3.5%;
}
.f-event-item{
    flex-basis: 31%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.f-event-img img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.event-yoyaku{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1.5;
}
.yoyaku-open{
	background: #EF7300;
}
.yoyaku-end{
	background: #595959;
}
.f-event-info{
	padding: 10px;
}
.event-tag{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
	flex-wrap: wrap;
}
.event-tag p{
    background: #E9E9E9;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #404040;
    font-size: 14px;
}
.f-event-info h3{
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.event-jouhou{
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
}
.event-jouhou dt{
    background: #E9E9E9;
    font-size: 14px;
    padding: 0 10px;
    flex-basis: 80px;
    text-align: center;
    display: inline-block;
}
.event-jouhou dd{
	flex-basis: calc(100% - 90px);
}
.f-event-item .text-r{
	margin-top: auto;
}
.f-concept{
    gap: 5%;
    background: #fff;
    padding: 80px 0;
}
.f-concept-img{
	flex-basis: 50%;
}
.f-concept-img img{
    object-fit: cover;
	background-position: center;
}
@media screen and (max-width:1250px){
	.f-concept-img img {
		height: 100%;
	}
}
.f-concept-info{
    flex-basis: 45%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 800px;
}
.f-concept-info h2{
	font-family: Impact, 'Anton', sans-serif;
    color: #EC7D31;
    font-size: 70px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 25px;
}
.f-concept-info h3{
    font-size: 35px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
@media screen and (max-width:1500px){
	.f-concept-info h3 {
		font-size: 30px;
	}
}

.f-concept-info p{
	margin-bottom: 30px;
}
.f-concept-btn{
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    align-items: center;
}
.f-lineup-items{
    gap: 2%;
    width: 95%;
    margin: auto;
}
.f-lineup-item{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.f-lineup-info{
    padding: 30px 30px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.f-lineup-info h3{
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}
.f-lineup-info h3 span{
    font-family: "Noto Serif JP", serif;
	font-size: 30px;
	display: block;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}
.f-lineup-info p{
	margin-bottom: 20px;
}
.f-lineup-info .text-r{
	margin-top: auto;
}
.f-model{
    background: #D9D9D9;
    padding: 80px 0;
}
.f-model-title{
    position: relative;
    text-align: center;
}
.f-model-title p{
    font-size: 24px;
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}
.f-model-title p::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 20px solid #333;
	border-right: 20px solid transparent;
}
.f-model-title p::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 18px solid #d9d9d9;
    border-right: 17px solid transparent;
}
.f-model-title h2{
    color: #595959;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.f-model-title h2 span {
    font-family: "Noto Serif JP", serif;
    font-size: 90px;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
.welcome-text{
    position: absolute;
    width: 270px;
    top: -30px;
    left: 0;
}
.f-model-img{
	flex-basis: 53%;
}
.f-model-img img{
	height: 100%;
	object-fit: cover;
}
.f-model-info{
    flex-basis: 47%;
    background: #fff;
    padding: 40px;
    margin: 30px 0;
	align-self: center;
}
.f-model-info h3{
    font-size: 36px;
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.f-model-info p{
	margin-bottom: 30px;
}
.f-works-items{
	gap: 3.5%;
	margin-bottom: 50px;
}
.f-works-item{
	flex-basis: 31%;
	margin-bottom: 50px;
}
.f-works-item a div{
	position: relative;
}
.f-works-item img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.viewing-label{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #404040;
    color: #fff;
    font-size: 14px;
    padding: 2px 14px;
}
.f-works-item h3{
	text-align: center;
	margin-top: 15px;
}
.f-flow{
	background-image: url("../img/front/flow.webp");
	background-position: center;
	background-size: cover;
	padding: 60px;
	text-align: center;
	position: relative;
	color: #fff;
}
.f-flow::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
.f-flow-in{
	position: relative;
	z-index: 2;
}
.f-flow-in h2{
    font-size: 40px;
    letter-spacing: 5px;
}
.f-flow-in .line{
	height: 60px;
	width: 2px;
	background: #fff;
	margin: 20px auto;
}
.f-flow-in p{
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 50px;
}
.f-flow-in .link-btn::after {
    background-image: url("../img/link-arrow.svg");
}
.f-voice-slider{
	margin-bottom: 50px;
}
.f-voice-slider .slick-track {
	display: flex;
}
.f-voice-slider .slick-prev::before,
.f-voice-slider .slick-next::before {
	content: none; /* ← 擬似要素を無効化 */
}
.f-voice-slider .slick-next{
	right: 15.5%;
}
.f-voice-slider .slick-prev{
	left: 15.5%;
}
.f-voice-slider .slick-prev, .f-voice-slider .slick-next {
    width: 50px;
    height: 50px;
	z-index: 1;
}
.f-voice-item{
    padding: 30px;
    border: 1px solid;
    margin: 0 30px;
}
.f-voice-img{
	flex-basis: 40%;
}
.f-voice-img img{
	aspect-ratio: 3/2;
	object-fit: cover;
}
.f-voice-info{
    flex-basis: 53%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.f-voice-info h3{
    background: #EC7D31;
    align-self: baseline;
    padding: 5px 20px;
    color: #fff;
}
.f-voice-info p{
    font-size: 20px;
    margin: 20px 0;
    line-height: 1.5;
}
.f-contents-items{
    gap: 5px;
    margin-left: 2%;
    margin-right: 2%;
}
.f-contents-items.top{
	margin-bottom: 5px;
}
.f-contents-item{
	flex: 1;
	position: relative;
}
.f-contents-items.top img{
    aspect-ratio: 2/1;
    object-fit: cover;
}
.f-contents-items.bottom img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.f-contents-info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(0,0,0,0.15);
	color: #fff;
}
.f-contents-info h3{
	font-size: 42px;
}
.f-contents-info span{
	font-size: 24px;
}
.f-about{
    background: #fff;
    padding: 80px 0;
}
.f-about .flex-sb{
	max-width: 1500px;
	margin-left: 5%;
	margin-right: 2%;
}
.f-about-info{
	flex-basis: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.f-about-info .sec-title{
    text-align: left;
    margin: 0 auto 40px 0;
	color: #EC7D31;
}
.f-about-info p{
    margin-bottom: 50px;
}
.f-about-btn{
    display: flex;
    justify-content: center;
    gap: 7%;
}
.f-about-img{
	flex-basis: 52%;
}
.f-blog-items{
    gap: 4%;
    margin-bottom: 60px;
}
.f-blog-item{
	flex-basis: 22%;
}
.f-blog-img img{
    aspect-ratio: 4/3;
    object-fit: cover;
}
.f-blog-info time{
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
.f-news{
	background: #fff;
	padding: 80px 0;
}
.f-news .sec-title{
    margin-bottom: 50px;
    text-align: left;
}
.f-news-in{
	gap: 3%;
}
.f-news-in .line{
    flex-grow: 1;
    border-top: 1px solid;
    margin-top: 30px;
}
.f-news-item:not(:last-of-type){
    margin-bottom: 30px;
}
.f-news-item a{
	align-items: center;
	gap: 1rem;
	flex-wrap: nowrap;
}
.f-news-item time{
	font-size: 14px;
	white-space: nowrap;
	flex-basis: 110px;
}
.news-tag{
    padding-bottom: 2px 5px;
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    flex-basis: 100px;
    text-align: center;
}
.f-news-item h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-basis: calc(100% - 250px);
}
.f-sns-banner{
	margin-bottom: 80px;
}
.f-insta-info{
	flex-basis: 37%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.f-insta-info h2{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    letter-spacing: 5px;
}
.f-insta-info h2 img{
	width: 40px;
}
.f-insta-info span{
	display: block;
	text-align: right;
	margin-bottom: 40px;
}
.f-insta-info p{
    font-size: 15px;
    margin-bottom: 40px;
}
.f-insta-items{
	flex-basis: 60%;
}
.f-insta-items article{
	flex-basis: 32%;
}
.f-insta-items article:first-of-type{
	margin-bottom: 10px;
}
.f-insta-items article img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.contact-area{
	gap: 10px;
}
.contact-area article{
    flex: 1;
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
	position: relative;
}
.contact-area article::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}
.contact-catalog{
	background-image: url("../img/catalog.webp");
}
.contact-contact{
	background-image: url("../img/contact.webp");
}
.contact-model{
	background-image: url("../img/model-house.webp");
}
.contact-area article a{
	position: relative;
	z-index: 1;
}
.contact-area article a div{
    width: 70px;
    height: auto;
    margin: 0 auto 15px;
}
.contact-area article a h2{
    font-size: 24px;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 13px;
}
.contact-area article a h2::after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 50px;
	background: #fff;
}
.contact-area article a p{
	font-size: 14px;
}

@media screen and (max-width:768px){
	.front_top_slider {
		margin-bottom: 40px;
	}
	.front-top-text h1 {
		font-size: 28px;
		text-align: center;
		letter-spacing: 5px;
		line-height: 2;
	}
	.sec-title {
		margin: 0 auto 40px;
	}
	.sec-title .title-main {
		font-size: 14px;
		padding: 5px 0 5px 20px;
	}
	.sec-title .title-main span {
		font-size: 35px;
	}

	.f-event .width-m{
		width: 100%;
	}
	.f-event-items {
		margin-bottom: 30px;
	}

	  /* 見せたい右側の“チラ見”量 */
	  :root {
		--peek: 48px;   /* 右に何px見せるか */
		--gutter: 20px; /* 左の余白 */
	  }

	  /* スライダーの表示領域はハミ出さない */
	  .js-event-slider .slick-list {
		overflow: hidden;              /* ← 重要：visibleにしない */
		padding-left: var(--gutter);
		padding-right: 0;
		padding-top: 10px;
		box-sizing: border-box;
	  }

	  /* 各スライドは “幅300px固定”、ただし極狭端末でハミ出さないよう min() でガード */
	  .js-event-slider .f-event-item {
		width: min(300px, calc(100vw - var(--gutter) - var(--peek)));
		margin-right: 20px;            /* スライド間の隙間（任意） */
	  }

	  /* 画像はスライド幅にフィット */
	  .js-event-slider .f-event-img img {
		width: 100%;
		height: auto;
		display: block;
	  }

	.event-tag {
		margin-bottom: 10px;
	}
	.event-yoyaku {
		top: -10px;
		left: -10px;
		width: 70px;
		height: 70px;
	}
	.f-event-info h3 {
		font-size: 16px;
		text-align: left;
	}
	.event-jouhou dt {
		font-size: 14px;
		width: 100%;
		margin-bottom: 5px;
	}
	.event-jouhou dd {
		margin-bottom: 5px;
	}
	.sp-btn .link-btn {
		width: 90%;
		border-radius: 0;
		margin: 20px auto 0;
		display: block;
	}
	.f-concept-img {
		margin-bottom: 20px;
	}
	.f-concept-info{
		padding-left: 5%;
	}
	.f-concept-info h2 {
		font-size: 40px;
		text-align: center;
		margin-bottom: 15px;
	}
	.f-concept-info h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.f-concept-btn {
		display: block;
		width: 80%;
		margin: auto;
	}
	.f-concept-btn .link-btn {
		width: 100%;
		margin-bottom: 15px;
	}
	.f-concept {
		padding: 40px 0;
	}
	.f-lineup-item:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.f-lineup-info h3 span {
		font-size: 24px;
	}
	.welcome-text {
		width: 150px;
		top: -50px;
	}
	.f-model {
		padding-bottom: 30px;
	}
	.f-model-title p {
		font-size: 18px;
		padding: 0 20px 10px;
		margin-bottom: 30px;
	}
	.f-model-title h2 span {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.f-model-title h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.f-model-info {
		padding: 20px;
		margin: 20px 0;
	}
	.f-model-info h3 {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.f-flow {
		padding: 30px;
	}
	.f-flow-in h2 {
		font-size: 20px;
	}
	.f-flow-in .line {
		height: 40px;
		margin: 15px auto;
	}
	.f-flow-in p {
		font-size: 16px;
		margin-bottom: 40px;
		line-height: 2;
	}
	.f-voice-slider {
		margin-bottom: 30px;
	}
	.f-voice-item {
		padding: 20px;
		margin: 0 10px;
	}
	.f-voice-slider .slick-prev, .f-voice-slider .slick-next {
		width: 40px;
		height: 40px;
	}
	.f-voice-slider .slick-prev {
		left: 5.5%;
	}
	.f-voice-slider .slick-next {
		right: 5.5%;
	}
	.f-voice-img {
		margin-bottom: 15px;
	}
	.f-voice-info {
		padding: 0 10px;
	}
	.f-voice-info h3 {
		padding: 3px 20px;
		font-size: 14px;
	}
	.f-voice-info p {
		font-size: 16px;
		margin: 15px 0 30px;
	}
	.f-contents-item {
		flex: 1;
		position: relative;
		margin-bottom: 10px;
	}
	.f-contents-items.top img,.f-contents-items.bottom img {
		aspect-ratio: 3/2;
	}
	.f-contents-info h3 {
		font-size: 28px;
	}
	.f-contents-info span {
		font-size: 18px;
	}
	.f-about {
		padding: 40px 0;
	}
	.f-about .flex-sb {
		margin-right: 5%;
	}
	.f-about-info .sec-title {
		margin: 0 auto 20px;
	}
	.f-about-info p {
		width: 90%;
		margin: 0 auto 30px;
	}
	.f-about-btn {
		margin-bottom: 30px;
	}
	.f-blog-item {
		margin-bottom: 30px;
	}
	.f-news {
		padding: 40px 0;
	}
	.f-news .sec-title div{
		text-align: center;
	}
	.f-news-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.f-news-item:not(:last-of-type) {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	.f-news-in .line {
		border-top: 0px solid;
	}
	.news-tag {
		margin-left: 10px;
	}
	.f-news-item h3 {
		font-size: 14px;
		margin-top: 10px;
	}
	.f-sns-banner {
		margin-bottom: 40px;
	}
	.f-insta-info h2 {
		font-size: 24px;
		justify-content: center;
	}
	.f-insta-info span {
		text-align: center;
	}
	.f-insta-info {
		margin-bottom: 20px;
	}
	.f-insta-items article {
		flex-basis: calc(50% - 5px);
		margin-bottom: 10px;
	}
	.contact-area article {
		padding: 50px 0;
		margin-bottom: 5px;
	}
	.contact-area article a div {
		width: 50px;
	}



}

/******************* page共通 ***********************/
.page-top{
    position: relative;
    margin-bottom: 0!important;
}
.page-top-img{
    height: 400px;
}
.page-top-img img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}
.page-top-in{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,0.2);
}
.page-top-title{
    color: #fff;
	font-family: "Noto Serif JP", serif;
}
.page-top-title h1{
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
	letter-spacing: 3px;
}
.page-top-title p{
    font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
}
.page-title-bg{
	padding: 100px 0 120px;
	background: #fff;
}
.page-title-bg section{
	margin-bottom: 0;
}
.page-title{
	text-align: center;
}
.page-title h2{
	text-align: center;
	font-size: 30px;
	line-height: 1.8;
}
.page-title p{
	display: inline-block;
	text-align: left;
	margin-top: 60px;
	font-size: 18px;
}
.breadcrumb{
    margin-bottom: 100px;
}
.page-id-52 .breadcrumb{
	background: #fff;
	margin-bottom: 0;
}
.breadcrumb ul{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    font-size: 14px;
    align-items: center;
	flex-wrap: wrap;
}
.breadcrumb ul li:not(:first-of-type)::before{
    content: "＞";
    margin: 0 1rem;
}
.top-link{
    margin-bottom: 80px;
}
.link-area{
    padding: 20px;
    gap: 20px;
    flex-wrap: nowrap;
}
.link-area a{
	flex-basis: 50%;
	display: block;
	position: relative;
}
.link-area a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.link-item-in{
	color: #fff;
	z-index: 1;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.link-item-in h2{
    font-size: 16px;
}
.link-item-in h2 span{
    font-size: 40px;
    display: block;
    font-weight: 600;
}

@media screen and (max-width:768px){
.page-top-title h1 {
    font-size: 35px;
}
.page-top-title p {
    font-size: 15px;
}
.page-title h2 {
    font-size: 20px;
    line-height: 1.6;
}
.page-title-bg {
    padding: 40px 0 10px;
}





.breadcrumb {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.breadcrumb ul li{
	font-size: 12px;
	line-height: 1.7;
}
.page-title p {
    margin-top: 30px;
    font-size: 14px;
}


}

/******************* conceptページ ***********************/
.concept-top{
    background: #F2F2F2;
	padding-top: 50px;
}
.concept-top p{
    padding: 50px 5% 50px 10%;
    flex-basis: 55%;
    display: flex;
    align-items: center;
	justify-content: end;
}
.concept-top div{
	flex-basis: 45%;
}
.concept-top div img{
	height: 100%;
	object-fit: cover;
}
.con2>p{
	font-size: 20px;
	margin-bottom: 100px;
}
.con2-item{
	margin-bottom: 120px;
	position: relative;
}
.con2-img{
	flex-basis: 50%;
}
.con2-info{
	flex-basis: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.con2-bg{
	position: absolute;
	top: 50px;
	height: 100%;
	width: 75%;
	background: #f2f2f2;
	z-index: -1;
}
.con2-bg.left{
	left: 0;
}
.con2-bg.right{
	right: 0;
}
.con2-info h3{
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.con2-info p{
	font-size: 18px;
}
.con-point{
	background: #f2f2f2;
	padding-bottom: 60px;
}
.con-p-topimg{
	margin-bottom: 80px;
}
.con-p-topimg img{
    height: 500px;
    object-fit: cover;
}
@media screen and (max-width:1400px){
	.con-p-topimg img{
		height: 400px;
	}
}
.con-p-num{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1;
}
.con-p-num span{
    font-size: 50px;
    display: block;
    line-height: 1;
}
.con-p-item{
    background: #fff;
    padding: 40px;
	position: relative;
}
.con-p-item:not(:last-of-type){
    margin-bottom: 80px;
}
.con-p-item:not(:last-of-type)::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -100px;
    height: 120px;
    width: 1px;
    background: #333;
    z-index: 1;
}
.con-p-item>h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}
.con-p-img{
	flex-basis: 48%;
}
.con-p-info{
	flex-basis: 48%;
}
.con-p-info h4{
    border-left: 3px solid;
    padding-left: 10px;
    margin-bottom: 20px;
	font-size: 20px;
}
.con-p-info>p{
	font-size: 15px;
}
.con-p-flex{
    margin-bottom: 30px;
}
.con-p-foot{
    border: 1px solid;
    padding: 60px 20px 30px;
    position: relative;
}
.con-p-foot div{
    position: absolute;
    top: 18px;
    left: 0;
}
.con-p-foot h3{
    background: #595959;
    color: #fff;
	position: relative;
    padding: 0 30px;
    height: 32px;
    display: flex;
    align-items: center;
}
.con-p-foot h3::after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	border-left: 20px solid #595959;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}
.con-p-foot ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 2%;
}
.con-p-foot ul li{
	flex-basis: 49%;
}
.con-p-foot ul li::before{
	content: "●";
}

@media screen and (max-width:768px){
.concept-top {
    padding-top: 30px;
}
.concept-top p {
    padding: 0 5% 30px;
}
.con2>p {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 5%;
}
.con2-item {
    margin-bottom: 30px;
}
.con2-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.con2-info p {
    font-size: 14px;
}
.con-p-topimg {
    margin-bottom: 30px;
}
.con-p-item {
    padding: 20px;
}
.con-p-num {
    font-size: 14px;
	margin-bottom: 20px;
}
.con-p-num span{
	font-size: 35px;
}
.con-p-item>h3 {
    font-size: 20px;
	margin-bottom: 20px;
}
.con-p-info {
    margin-top: 20px;
}
.con-p-info h4 {
    margin-bottom: 15px;
    font-size: 16px;
}
.con-p-info>p {
    font-size: 14px;
}
.con-p-foot {
    padding: 50px 20px 20px;
}
.con-p-foot div {
    top: 13px;
}
.con-p-foot ul {
    display: block;
}
.con-p-item:not(:last-of-type)::after {
    bottom: -90px;
    height: 100px;
}



}


/******************* contactページ ***********************/
.contact-top>p{
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 20px;
    text-align: center;
    margin-bottom: 80px;
    font-size: 22px;
}
.contact-top-item{
    background: repeating-linear-gradient(
    -45deg,
    orange,
    orange 2px,
    white 2px,
    white 6px
  );
    padding: 15px;
}
.contact-top-item-in{
	background: #fff;
	padding: 40px;
}
.contact-top-item-in h3{
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.contact-top-item-in ul{
    max-width: 600px;
    margin: auto;
    font-size: 24px;
}
.contact-top-item-in ul li{
	position: relative;
	padding-left: 50px;
    padding-bottom: 10px;
}
.contact-top-item-in ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url("../img/contact/con-check.svg");
    background-size: cover;
    transform: translateY(calc(-50% - 5px));
}
.contact-top-item-in ul li:not(:last-of-type){
    border-bottom: 2px solid #F39C12;
    margin-bottom: 10px;
}
.contact-form{
	background: #fff;
	padding: 50px;
}
.form-top{
	text-align: center;
}
.form-top h2{
    font-size: 34px;
    text-align: center;
    border-bottom: 3px solid;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.form-top ul{
    max-width: 1000px;
    margin: 0 auto 50px;
    font-size: 14px;
    display: inline-block;
    text-align: left;
}
.form-top ul li span{
	background: #ED7D31;
	color: #fff;
	font-weight: 500;
	padding: 3px 10px;
	margin-right: 5px;
}
.form-top-step{
	align-items: center;
	margin-bottom: 50px;
}
.form-top-step p{
	flex-basis: calc(33% - 30px);
	padding: 10px;
	text-align: center;
}
.form-top-step p.focus{
	background: #ed7d31;
	color: #fff;
}
.form-top-step p{
	border: 2px solid;
}
.form-top-step span{
    font-weight: bold;
    font-size: 24px;
}
.form-naiyou{
    border: 1px solid;
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 30px;
}
.hissu, .nini{
    position: relative;
    margin-bottom: 10px;
	display: block;
	padding-left: 60px;
}
.hissu::before{
    content: "必須";
    background: #ED7D31;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    line-height: 2;
    position: absolute;
    top: -2px;
    left: 0;
}
.nini::before{
	content: "任意";
	background: #5B9BD5;
	border-radius: 4px;
	color: #fff;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    line-height: 2;
    position: absolute;
    top: -2px;
    left: 0;
}
.wpcf7-list-item{
	margin-left: 0!important;
}
.form-naiyou .wpcf7-checkbox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-naiyou .wpcf7-checkbox .wpcf7-list-item{
	flex-basis: 46%;
	margin-bottom: 10px;
	border: 1px solid;
	padding: 5px;
}
.form-half{
	gap:8%;
}
.form-half label{
	flex-basis: 46%;
	margin-bottom: 20px;
}
.form-half input, .form-full input{
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid;
}
input::placeholder,
textarea::placeholder {
  color: #aaa; /* 好きな色に */
  opacity: 1;  /* ブラウザによっては薄くなるのを防ぐ */
}
.form-full label{
	margin-bottom: 20px;
	display: block;
}
.form-checkbox label{
    display: flex;
    align-items: center;
	margin-bottom: 10px!important;
}
.form-checkbox label span{
	white-space: nowrap;
}
.form-checkbox .wpcf7-form-control-wrap{
	display: block;
}
.form-checkbox .wpcf7-form-control{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
	margin-bottom: 10px;
}
.form-full textarea{
    width: 100%;
    border: 3px solid;
    border-radius: 15px;
    padding: 20px;
    font-size: 16px;
}
.policy-link{
    margin: 80px auto;
}
.submit-btn{
	text-align: center;
}
.modoru-flex{
    display: flex;
    align-items: center;
    gap: 5%;
    margin-top: 50px;
}
.modoru-flex input:first-of-type{
	background-color: #f5f5f5;
	transition: background-color 1s ease;
}
.modoru-flex input:first-of-type:hover{
	background-color: #737373;
}

.submit-btn input{
    background: #fff;
    padding: 15px;
    border: 1px solid;
    font-size: 17px;
    width: 400px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.submit-btn input:hover{
	background: #ED7D31;
	color: #fff;
}
.wpcf7-spinner{
	display: none!important;
}
.form-confirm>div{
	flex-basis: 46%;
	margin-bottom: 20px;
}
.form-confirm>div.full{
	flex-basis: 100%;
}
.form-a{
	padding: 10px;
	border: 1px solid;
	color: #777;
	min-height: 54px;
}
.modoru{
    text-align: center;
    margin-bottom: 30px;
}
.modoru input{
    padding: 10px 90px;
    background-color: #f5f5f5;
    border: 1px solid #aaa;
    color: #333;
}

.thanks-page{
	text-align: center;
}
.thanks-page h2{
    font-size: 28px;
    margin-bottom: 50px;
}
.thanks-page p{
	line-height: 2;
	margin-bottom: 20px;
}
.thanks-page p strong{
	font-size: 18px;
}

@media screen and (max-width:768px){
.contact-page .page-title h2 {
    font-size: 16px;
}
.contact-top>p {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 16px;
}
.contact-top-item-in {
    padding: 20px;
}
.contact-top-item-in h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.contact-top-item-in ul li::before {
    width: 30px;
    height: 30px;
    transform: translateY(calc(-50% - 5px));
}
.contact-top-item-in ul li {
    padding-left: 40px;
    padding-bottom: 6px;
    line-height: 1.7;
}
.contact-form {
    padding: 20px;
}
.form-top h2 {
    font-size: 22px;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.form-top ul {
    margin: 0 auto 20px;
}
.form-top-step span {
    font-size: 18px;
    transform: rotate(90deg);
    display: inline-block;
    margin: 3px;
}
.form-top-step p {
    padding: 5px;
}
.form-naiyou {
    padding: 20px;
}
.form-naiyou .wpcf7-checkbox .wpcf7-list-item {
    flex-basis: 100%;
    font-size: 14px;
}
.kome{
	line-height: 1.7;
}
.form-half label {
    display: block;
}
.hissu, .nini {
    font-size: 14px;
}
.hissu::before,.nini::before {
    font-size: 13px;
}
.form-half input, .form-full input {
    padding: 8px;
}
.form-checkbox label span {
    font-size: 14px;
}
.form-full textarea {
    border: 2px solid;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
}
.policy-link {
    margin: 30px auto;
}
.submit-btn input {
    padding: 10px;
    font-size: 15px;
    width: 100%;
}
.top-link {
    margin-bottom: 40px;
}


}

/******************* catalogページ ***********************/
.catalog-img{
	flex-basis: 45%;
}
.catalog-info{
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}
.catalog-info span{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 26px;
}
.catalog-info span::before, .catalog-info span::after{
	content: "";
	flex-grow: 1;
	border-top: 1px solid;
}
.catalog-info h2{
	align-items: center;
	justify-content: center;
	font-size: 28px;
	gap: 1rem;
}
.catalog-info h2 img{
	width: 160px;
}
.catalog-info p{
    text-align: left;
    font-size: 20px;
    margin: 0 auto;
}

/******************* companyページ ***********************/
.company-top h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
}
.company-message{
    background: #fff;
    padding: 80px 0;
}
.company-message-flex>div{
	flex-basis: 49%;
}
.company-message-l h3{
    font-size: 24px;
    margin-bottom: 30px;
}
.company-message-l p{
	font-size: 15px;
	line-height: 1.7;
}
.company-message-r{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.company-message-r p{
	text-align: right;
	font-size: 22px;
}
.company-profile dl{
	border-top: 3px solid #ddd;
}
.company-profile .flex{
	align-items: center;
	border-bottom: 3px solid #ddd;
	padding: 15px;
}
.company-profile dt{
    flex-basis: 200px;
    font-size: 18px;
}
.company-profile dd{
	flex-basis: calc(100% - 200px);
}

@media screen and (max-width:768px){
.company-top h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.company-message {
    padding: 40px 0;
}
.company-message-l h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.company-message-l p {
    font-size: 14px;
    line-height: 2;
	margin-bottom: 15px;
}
.company-message-r p {
    font-size: 18px;
}



}

/******************* performanceページ ***********************/
.per1 h2{
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
}
.per1-item{
    flex-basis: 48%;
    margin-bottom: 20px;
    border: 2px solid #595959;
    padding: 20px 100px;
    position: relative;
    border-radius: 10px;
	background: #fff;
}
.per1-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #595959;
    width: 95px;
    height: 95px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-top-left-radius: 6px;
}
.per1-item .num{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
}
.per1-item h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.per1-item p{
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
}
.per2 h2{
    border-left: 3px solid;
    font-size: 28px;
    padding: 5px 0 5px 20px;
    margin-bottom: 50px;
}
.per2-item{
	margin-bottom: 50px;
}
.per2-img{
	flex-basis: 40%;
}
.per2-info{
    flex-basis: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.per2-info .num{
    background: #595959;
    padding: 2px 30px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Impact, 'Anton', sans-serif;
    align-self: flex-start;
}
.per2-info h3{
    font-size: 24px;
    margin-bottom: 30px;
}
.per-sec-title{
    background: #595959;
    color: #fff;
    text-align: center;
    padding: 40px;
    font-size: 20px;
    letter-spacing: 2px;
	margin-bottom: 60px;
}
.per-sec-title span{
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
}
.per-sec-top-flex{
	margin-bottom: 80px;
}
.per-sec-top h3{
    text-align: center;
    margin-bottom: 70px;
    font-size: 26px;
}
.per-sec-top-img{
	flex-basis: 48%;
}
.per-sec-top-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.per-sec-top-info h4{
    font-size: 26px;
    margin-bottom: 30px;
}
.per-sec-foot h3{
    text-align: center;
    font-size: 26px;
    margin-bottom: 70px;
    position: relative;
}
.per-sec-foot h3::after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #333;
}
.per-sec-foot-item, .per-sec-foot-item2, .per-sec-foot-item3, .per-sec-foot-item4{
    background: #fff;
    border: 1px solid;
    padding: 40px;
	margin-bottom: 50px;
}
.per-sec-foot-info, .per-sec-foot-item4-in-info{
	flex-basis: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.per-sec-foot-info h4, .per-sec-foot-item4-in-info h5{
    font-size: 24px;
    padding: 7px 0 7px 15px;
    border-left: 4px solid;
    margin-bottom: 20px;
}
.per-sec-foot-img, .per-sec-foot-item4-in-img{
	flex-basis: 50%;
}
.per-sec-foot-img2{
	margin-top: 40px;
}
.per-sec-foot-item2 h4{
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
    position: relative;
}
.per-sec-foot-item2 h4::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #333;
}
.per-sec-foot-item2 .flex-sb>article{
	flex-basis: 48%;
}
.per-sec-foot-item2 .flex-sb>article:not(:last-of-type):not(:nth-last-of-type(2)){
	margin-bottom: 50px;
}
.per-sec-foot-item2 h5{
    margin: 20px auto;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
    padding-bottom: 12px;
}
.per-point{
    font-family: Impact, 'Anton', sans-serif;
    color: #595959;
    font-size: 60px;
    display: block;
    margin-bottom: 20px;
}
.per-point-info{
	flex-basis: 48%;
}
.per-point-info h3{
	text-align: left;
	margin-bottom: 30px;
}
.per-sec-foot .per-point-info h3::after{
	display: none;
}
.per-point-img{
	flex-basis: 48%;
}
.per-point-img>div{
	flex-basis: 48%;
}
.per-point-img>div p{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.per-sec-foot-item2 ul{
    margin-top: 30px;
    border: 1px solid;
    padding: 20px;
}
.item4-top h4 span{
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.per-sec-foot-item4-subt{
    background: #595959;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
}
.per-sec-foot-item4-in:not(:last-of-type){
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #BFBFBF;
}

@media screen and (max-width:768px){
.per1 h2 {
    font-size: 20px;
    margin-bottom: 40px;
}
.per1-item {
    padding: 15px;
}
.per1-item::before {
    width: 75px;
    height: 75px;
}
.per1-item .num {
    font-size: 22px;
}
.per1-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.per1-item p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}
.per2-item {
    margin-bottom: 30px;
}
.per2 h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.per2-img {
    margin-bottom: 15px;
}
.per2-info .num {
    font-size: 20px;
    margin-bottom: 10px;
}
.per2-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.per-sec-title {
    padding: 20px;
    font-size: 16px;
    margin-bottom: 30px;
}
.per-sec-title span {
    font-size: 24px;
}
.per-sec-top-flex {
    margin-bottom: 30px;
}
.per-sec-top h3 {
    margin-bottom: 30px;
    font-size: 20px;
}
.per-sec-top-info h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.per-sec-foot>h3 {
    font-size: 20px;
    margin-bottom: 40px;
}
.per-sec-foot h3::after {
    width: 70px;
    height: 2px;
}
.per-sec-foot-item, .per-sec-foot-item2, .per-sec-foot-item3, .per-sec-foot-item4 {
    padding: 20px;
    margin-bottom: 30px;
}
.per-sec-foot-info h4, .per-sec-foot-item4-in-info h5 {
    font-size: 18px;
    margin-bottom: 15px;
}
.per-sec-foot-img, .per-sec-foot-item4-in-img {
    margin-top: 15px;
}
.performance-page .kome{
    text-align: left;
    margin-top: 20px;
    line-height: 1.7;
}
.per-sec-foot-item2 h4 {
    font-size: 18px;
    margin-bottom: 40px;
}
.per-sec-foot-item2 h4::after {
    width: 70px;
}
.per-sec-foot-item2 h5 {
    margin: 15px auto;
    font-size: 16px;
    padding-bottom: 8px;
}
.per-point {
    font-size: 35px;
    margin-bottom: 15px;
}
.per-point-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.per-point-info p{
	margin-bottom: 15px;
}
.per-sec-foot-item2 ul {
    padding: 15px;
}
.per-sec-foot-item2 .flex-sb>article {
    margin-bottom: 30px;
}
.per-sec-foot-item4 h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.item4-top h4 span {
    font-size: 15px;
    margin-bottom: 3px;
}
.item4-top p{
	margin-bottom: 15px;
}
.per-sec-foot-item4-subt {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
}
.performance-page .page-foot .line {
    height: 100px;
    margin: -20px auto 20px;
}



}

/******************* flowページ ***********************/
.flow-slider .slick-slide {
  margin-right: 5px; /* 5pxの間隔 */
}
.flow-slider .slick-list {
  margin-right: -5px; /* 全体の右余白を調整 */
}
.flow-slider img {
  width: 100%;
  aspect-ratio: 2 / 3; /* 縦長比率 */
  object-fit: cover;  /* はみ出し防止 */
  display: block;
}
.flow-1{
	margin-top: 80px;
}
.flow-sec-title{
    background: #fff;
    text-align: center;
    padding: 30px;
	margin-bottom: 60px;
}
.flow-sec-title h2{
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 30px;
    margin-bottom: 15px;
    align-items: center;
}
.flow-sec-title p{
	font-size: 18px;
}
.flow-sec-title h2::before,.flow-sec-title h2::after{
	content: "";
	flex-grow: 0.05;
	border-top: 2px solid;
}
.flow-item{
	margin-bottom: 30px;
}
.flow-item-l{
	flex-basis: 48%;
}
.flow-item-l .num{
	flex-basis: 50px;
}
.flow-item-l .num span{
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}
.flow-item-l .num div{
    height: calc(100% - 50px);
    width: 1px;
    background: #333;
    margin: auto;
}
.flow-item-info{
	flex-basis: calc(100% - 60px);
	display: flex;
	flex-direction: column;
}
.flow-item-info h3{
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
}
.flow-item-info p{
	margin: auto
}
.flow-item-img{
	flex-basis: 50%;
}
.flow-item-img img{
	aspect-ratio: 3/2;
	object-fit: cover;
}
.flow-pick{
    background: #fff;
    border: 1px solid;
    padding: 40px;
    margin-top: 80px;
}
.flow-pick-info{
	flex-basis: 45%;
}
.flow-pick-title{
    font-size: 30px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
.flow-pick-title::before{
	content: "";
	position: absolute;
	top: 30px;
	left: -40px;
	width: 60px;
	height: 1px;
	background: #333;
}
.flow-pick-info h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}
.flow-pick-img{
	flex-basis: 50%;
}
@media screen and (max-width:768px){
	.flow-sec-title {
		padding: 20px;
		margin-bottom: 30px;
	}
	.flow-sec-title h2 {
		font-size: 20px;
	}
	.flow-sec-title p {
		font-size: 16px;
	}
	.flow-item-info h3 {
		display: flex;
		align-items: center;
		margin: 0 0 15px;
		font-size: 18px;
	}
	.flow-item-l .num {
		height: 40px;
		border: 1px solid;
		flex-basis: 40px;
		line-height: 2;
		margin-right: 10px;
	}
	.flow-item-info p {
		margin-bottom: 15px;
	}
	.flow-pick {
		padding: 20px;
		margin-top: 30px;
	}
	.flow-pick-title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.flow-pick-title::before {
		top: 23px;
		left: -20px;
		width: 40px;
	}
	.flow-pick-info h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.flow-pick-info p{
		margin-bottom: 15px;
	}
}

/******************* visitorページ ***********************/
.visitor-page .page-title p{
    text-align: center;
    line-height: 2.3;
}
.vis1{
	background-image: url("../img/visitor/v1.webp");
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}
.vis1-in{
    padding: 50px;
    background: rgba(255,255,255,0.8);
}
.vis1-in h2{
    border-left: 2px solid;
    flex-basis: 48%;
    font-size: 26px;
    line-height: 2;
    align-self: center;
    padding: 5px 20px 8px;
}
.vis1-in h2 span{
	display: block;
	font-size: 16px;
}
.vis1-in>div{
	flex-basis: 45%;
}
.vis1-in ul{
    margin: 15px 0;
}
.vis-sec-title{
    text-align: center;
    margin-bottom: 100px;
}
.vis-sec-title h2{
    font-size: 30px;
}
.vis-sec-title p{
	position: relative;
	font-size: 18px;
}
.vis-sec-title p::after{
	content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #333;
}
.vis2-item{
	padding-bottom: 50px;
}
.vis2-item:not(:first-of-type){
	padding-top: 50px;
}
.vis2-item:nth-of-type(even){
	background: #fff;
}
.vis2-item-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vis2-item-img{
	flex-basis: 48%;
}
.vis2-item-info h3{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 23px;
	letter-spacing: 0px;
}
.vis2-item-info h3 .num{
	font-family: Arial, sans-serif;
	font-size: 60px;
	margin-right: 15px;
	font-weight: bold;
}
.vis2-item-info h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.vis2-item-info p{
	font-size: 15px;
	line-height: 1.8;
}
.vis3-item{
	flex-basis: 47%;
	padding: 40px;
}
.vis3-item:nth-of-type(-n+2){
	margin-bottom: 50px;
}
.vis3-item.item1{
	background-image: url("../img/visitor/v8.webp");
}
.vis3-item.item2{
	background-image: url("../img/visitor/v9.webp");
}
.vis3-item.item3{
	background-image: url("../img/visitor/v10.webp");
}
.vis3-item.item4{
	background-image: url("../img/visitor/v11.webp");
}
.vis3-item-in{
	background: rgba(255,255,255,0.7);
	padding: 30px;
	height: 100%;
}
.vis3-item-in h3{
    text-align: center;
    border: 1px solid;
    padding: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}
.vis3-item-in h3 span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
.vis3-item-in p{
	font-size: 14px;
}
@media screen and (max-width:768px){
	.vis1-in {
		padding: 30px;
	}
.vis1-in h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.vis1-in h2 span {
    font-size: 14px;
    margin-top: 10px;
}
.vis-sec-title {
    margin-bottom: 40px;
}
.vis-sec-title h2 {
    font-size: 24px;
}
.vis-sec-title p {
    font-size: 16px;
}
.vis-sec-title p::after {
    width: 80px;
}
.vis2-item-info h3 {
    margin-bottom: 15px;
    font-size: 17px;
}
.vis2-item-info h3 .num {
    font-size: 50px;
    margin-right: 10px;
}
.vis2-item-info h4 {
    font-size: 16px;
}
.vis2-item-info p {
    font-size: 14px;
	margin-bottom: 15px;
}
.vis3-item {
    padding: 20px;
}
.vis3-item-in {
    padding: 20px;
}
.vis3-item-in h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.vis3-item-in h3 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}






}


/******************* landページ ***********************/
.span-text-r{
    display: block;
    text-align: right;
}
.land1-top{
    background: #CC8343;
    text-align: center;
    padding: 50px;
}
.land1-top h2{
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.land1-top .width-s{
    background: #fff;
    padding: 50px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
.land1-top ul{
    display: inline-block;
    text-align: left;
}
.land1-top li{
    position: relative;
    padding-left: 35px;
}
.land1-top li:not(:last-of-type){
	margin-bottom: 15px;
}
.land1-top li::before{
    content: "✓";
    background: #CC8343;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.land1 .allow-down{
    width: 0;
    border-top: 50px solid #CC8343;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    margin: 0 auto 50px;
}
.land-sec-title{
    background: #595959;
    text-align: center;
    padding: 30px;
    color: #fff;
    font-size: 24px;
	margin-bottom: 50px;
}
.land-sec-title span{
    display: block;
    font-size: 16px;
    margin-top: 8px;
}
.land2-item h3{
    border: 1px solid;
    padding: 10px 30px 15px;
    border-left: 5px solid;
    font-size: 20px;
	margin-bottom: 40px;
}
.land2-item h3 span{
    font-weight: 500;
    font-size: 40px;
}
.land2-img{
	flex-basis: 48%;
}
.land2-info{
	flex-basis: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.land2-info h4{
    font-size: 18px;
    margin-bottom: 20px;
}
.triangle-down{
    width: 0;
    border-top: 30px solid #595959;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    margin: 40px auto;
}
.land2-foot{
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    padding: 30px;
	margin-bottom: 50px;
}
.land2-foot h4{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.land2-foot h4::after{
	content: "";
	flex-grow: 0.3;
	border-top: 1px solid;
}
.land2-foot p{
	padding: 0 50px;
}
.land3-img{
	flex-basis: 48%;
}
.land3-info{
	flex-basis: 48%;
}
.land3-item{
	margin-bottom: 70px;
}
.land3-info .num{
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
	font-family: Impact, 'Anton', sans-serif;
}
.land3-info h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.land3-foot{
    background: #fff;
    padding: 80px 0;
}
.land3-foot>.width-s>h3{
    border-left: 5px solid;
    border-bottom: 1px solid;
    padding: 10px 20px 15px;
    font-size: 20px;
    margin-bottom: 50px;
}
.land3-foot-item{
	flex-basis: 48%;
	margin-bottom: 50px;
}
.land3-foot-item h4{
    font-size: 20px;
    margin: 20px 10px 15px;
}
.land3-foot-item p{
    font-size: 14px;
    padding: 0 10px;
}
.land-foot-item2{
    border: 5px solid;
    padding: 30px 50px;
}
.land-foot-item2-l{
	flex-basis: 48%;
	display: flex;
	flex-direction: column;
}
.land-foot-item2-l p{
	font-size: 22px;
}
.land-foot-item2-l h3{
    align-self: center;
    margin: auto;
    font-size: 20px;
    padding-bottom: 30px;
}
.land-foot-item2-r{
	flex-basis: 48%;
}
.land-foot-item2-r p{
	font-size: 14px;
}
.land4-img{
	flex-basis: 55%;
	margin-right: -10%;
	position: relative;
}
.land4-info{
    flex-basis: 55%;
    margin-top: 30px;
    background: #fff;
    padding: 40px 40px 40px 13%;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.land4-info li{
	margin-bottom: 15px;
}
.land4-info li p{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}
.land4-info li .num{
    background: #595959;
    width: 25px;
    height: 25px;
	border-radius: 50%;
    display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.land4-info-p{
    font-size: 14px;
    display: flex;
    align-items: center;
	margin-left: 30px;
	gap: 10px;
}
.land4-info-p::before{
	content: "";
	flex-basis: 40px;
	border-top: 1px solid;
}
.land4-info-p span{
	flex-basis: calc(100% - 35px);
}

@media screen and (max-width:768px){
.span-text-r {
    text-align: left;
}
.land1-top {
    padding: 30px 20px;
}
.land1-top h2 {
    font-size: 18px;
}
.land1-top .width-s {
    padding: 20px;
}
.land1-top li {
    line-height: 1.7;
}
.land1 .allow-down {
    border-top: 30px solid #CC8343;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto 20px;
}
.land1 .text-c{
	width: 90%;
	margin: auto;
	text-align: left;
}
.land-sec-title {
    padding: 20px;
    font-size: 20px;
    margin-bottom: 30px;
}
.land-sec-title span {
    font-size: 14px;
}
.land2-item h3 {
    padding: 5px 20px 10px;
    font-size: 16px;
    margin-bottom: 20px;
}
.land2-item h3 span {
    font-size: 30px;
}
.land2-img {
    margin-bottom: 15px;
}
.land2-info h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.land-page .triangle-down {
    border-top: 25px solid #595959;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    margin: 20px auto;
}
.land2-foot {
    padding: 20px;
    margin-bottom: 30px;
}
.land2-foot h4 {
    font-size: 17px;
    margin-bottom: 15px;
}
.land2-foot p {
    padding: 0;
    text-align: justify;
}
.land3-item {
    margin-bottom: 40px;
}
.land3-img {
    margin-bottom: 15px;
}
.land3-info .num {
    font-size: 35px;
}
.land3-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.land3-foot {
    padding: 30px 0;
}
.land3-foot-item {
    margin-bottom: 30px;
}
.land3-foot>.width-s>h3 {
    font-size: 18px;
    margin-bottom: 30px;
}
.land3-foot-item h4 {
    font-size: 18px;
    margin: 15px 10px 10px;
}
.land-foot-item2 {
    border: 4px solid;
    padding: 20px;
}
.land-foot-item2-l p {
    font-size: 18px;
}
.land-foot-item2-l h3 {
    align-self: baseline;
    margin: 0;
    font-size: 18px;
    padding-bottom: 20px;
}
.land4-info {
    margin-top: 20px;
    padding: 30px 20px 40px 20px;
}
.land4-info li p {
    font-size: 16px;
}
.land4-info-p span {
    line-height: 1.6;
}












}

/******************* financingページ ***********************/
.fin1{
	background: #fff;
	padding: 50px 0;
}
.fin-sec-title2{
	display: flex;
	gap: 2%;
	align-items: center;
	margin-bottom: 40px;
	font-size: 20px;
}
.fin-sec-title2::before, .fin-sec-title2::after{
	content: "";
	border-top: 1px solid;
	flex-grow: 1;
}
.fin1 ul{
	margin-bottom: 30px;
}
.fin1 ul li{
	position: relative;
	padding-left: 35px;
}
.fin1 ul li::before{
    content: "";
	position: absolute;
	left: 0;
	top: 2px;
    width: 25px;
    height: 25px;
    background-image: url("../img/check.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.fin1 p{
    font-size: 18px;
    font-weight: 500;
}
.fin-sec-title{
    margin-bottom: 50px;
    text-align: center;
}
.fin-sec-title h2{
    font-size: 24px;
    position: relative;
}
.fin-sec-title h2::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 120px;
    background: #333;
}
.fin-sec-title p{
    max-width: 800px;
    text-align: left;
    margin: 60px auto 0;
}
.fin2-item{
	flex-basis: 31%;
	background: #fff;
	padding: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.fin2-item h3{
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}
.fin3{
	background: #fff;
	padding: 60px 0;
}
.fin3 h2{
    background: #7F7F7F;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 50px;
}
.fin3-text{
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}
.fin3-items{
	margin-bottom: 40px;
}
.fin3-item{
	flex-basis: 30%;
	text-align: center;
	border: 2px solid;
	background: #fff;
	padding: 20px;
}
.fin3-item h4{
    font-size: 20px;
    margin-bottom: 5px;
}
.icon-down{
	font-size: 24px;
	margin-bottom: 5px;
}
.fin4-item{
    background: #fff;
    padding: 30px 50px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.fin4-item:not(:last-of-type){
	margin-bottom: 50px;
}
.fin4-item .num{
    background: #F2F2F2;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    margin-left: -50px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
	height: 68px;
}
.fin4-item .num span{
	font-size: 40px;
}
.fin4-item .num::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    border-left: 34px solid #f2f2f2;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
}
.fin4-item h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
.fin4-item p{
    max-width: 850px;
    margin: auto;
}
.fin5{
	background: #D9D9D9;
	padding: 50px 0;
}
.fin5-tip{
    background: #fff;
    padding: 10px 20px;
    font-size: 20px;
    border-left: 3px solid;
    margin-bottom: 40px;
}
.fin5-in .text-c{
	margin-bottom: 40px;
}
.fin5-in .text-c p{
	display: inline-block;
	text-align: left;
}
.fin5-item{
    background: #fff;
    padding: 30px;
}
.fin5-item h3{
    font-size: 18px;
    margin-bottom: 30px;
}
.fin5-item li{
    flex-basis: 48%;
    margin-bottom: 10px;
}
.fin6-item:not(:last-of-type){
	margin-bottom: 50px;
}
.fin6-img{
	flex-basis: 48%;
}
.fin6-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5%;
}
.fin6-info h3{
    font-size: 20px;
    border-left: 3px solid;
    padding: 5px 0 5px 10px;
}
.fin7{
    background: #fff;
    padding: 50px 0 100px;
    margin-bottom: 0;
}
.fin7-step{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.fin7-step h3{
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    padding-left: 170px;
}
.fin7-step h3 span{
    background: #595959;
    color: #fff;
    padding: 5px 30px;
    font-size: 22px;
    position: absolute;
    left: 0;
    display: inline-block;
    top: 50%;
	transform: translateY(-50%);
}
.fin7-step p{
    max-width: 900px;
    margin: auto;
}
.page-foot{
	text-align: center;
	font-size: 18px;
}
.page-foot .line{
    width: 2px;
    height: 120px;
    margin: -60px auto 60px;
    background: #999;
}
.page-foot h3{
	margin-bottom: 70px;
	font-size: 22px;
}
@media screen and (max-width:768px){
	.fin1 {
		padding: 30px 0;
	}
	.fin1 p {
		font-size: 14px;
	}
	.fin1 ul {
		margin-bottom: 20px;
	}
	.fin1 ul li {
		padding-left: 30px;
	}
	.fin1 ul li::before {
		top: 5px;
		width: 20px;
		height: 20px;
	}
	.fin-sec-title2 {
		margin-bottom: 30px;
		font-size: 18px;
	}
.fin-sec-title h2 {
    font-size: 18px;
}
.fin2-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.fin2-item h3 {
    font-size: 17px;
}
.fin3 {
    padding: 30px 0;
}
.fin3 h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.fin3-text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}
.fin-sec-title2 {
    margin-bottom: 30px;
    font-size: 16px;
}
.fin3-item {
    padding: 15px;
}
.fin3-item {
    padding: 15px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.fin3-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.fin-sec-title {
    margin-bottom: 40px;
}
.fin4-item {
    padding: 25px;
}
.fin4-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.fin4-item .num {
    font-size: 16px;
    height: 50px;
	margin-bottom: 15px;
	margin-left: -25px;
}
.fin4-item .num span {
    font-size: 26px;
}
.fin4-item .num::after {
    border-left: 29px solid #f2f2f2;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.fin4-item .num::after {
    border-left: 25px solid #f2f2f2;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
.fin4-item h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.fin4-item p {
    text-align: justify;
}
.fin5-tip {
    font-size: 16px;
    margin-bottom: 20px;
}
.fin5-in .text-c {
    margin-bottom: 20px;
}
.fin5-item {
    padding: 20px;
}
.fin5-item h3 {
    font-size: 17px;
    margin-bottom: 20px;
}
.fin5-item li {
    text-indent: -20px;
    margin-left: 20px;
}
.fin6-img {
    margin-bottom: 15px;
}
.fin6-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.fin7 {
    padding: 30px 0 50px;
}
.fin7-step {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fin7-step h3 span {
    padding: 5px;
    font-size: 16px;
}
.fin7-step h3 {
    font-size: 17px;
    padding-left: 88px;
}
.financing-page .page-foot .line {
    height: 70px;
    margin: -70px auto 30px;
}



}


/******************* archiveページ ***********************/
.pagination1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
}

/* 共通スタイル */
.page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-radius: 50%;
    transition: background 0.3s, color 0.3s;
}

/* 数字ボタン */
.page-numbers:not(.current):not(.prev):not(.next) {
    border: none;
    background: transparent;
}

/* 現在ページを黒い丸に白文字 */
.page-numbers.current {
    background: #555;
    color: #fff;
    font-weight: bold;
}

/* 丸い矢印ボタン */
.page-numbers.prev,
.page-numbers.next {
    border: 1px solid #ccc;
    background: #fff;
}

/* ホバー時の矢印・数字共通アクション */
.page-numbers:hover {
    background: #ccc;
    color: #fff;
}



/******************* archive-blogページ ***********************/
.a-blog-staff{
	margin-bottom: 30px;
}
.a-blog-staff form{
	text-align: right;
}
.a-blog-staff select{
	padding: 5px;
}
.blog-filter{
	flex-basis: 250px;
}
.a-blog-new{
	margin-bottom: 50px;
}
.blog-filter h3{
    border-bottom: 2px solid #BFBFBF;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.blog-filter h3 span{
    font-size: 16px;
    margin-left: 1rem;
}
.new-list li{
	font-size: 14px;
}
.new-list li:not(:last-of-type) {
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}
.blog-filter a{
	display: block;
}
.blog-filter a:not(:last-of-type){
	margin-bottom: 20px;
}
.archive-list li{
    display: flex;
	justify-content: center;
    align-items: center;
    font-size: 14px;
}
.a-blog{
	flex-basis: calc(100% - 300px);
}
.blog-items{
	gap: 3.5%;
}
.blog-item{
    flex-basis: 31%;
    margin-bottom: 30px;
}
.blog-item a{
    display: flex;
    flex-direction: column;
	height: 100%;
}
.blog-item-img img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.blog-info{
	font-size: 14px;
	margin: 10px 0;
}
.blog-item{
	margin-bottom: 40px;
}
.blog-item h3{
	font-size: 14px;
	margin-bottom: 5px;
}
.a-blog-btn{
	margin-top: auto;
}
.a-blog-btn span{
    font-size: 12px;
    text-align: center;
    display: flex;
    width: 20px;
    height: 20px;
    background: #EF7300;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    margin-left: auto;
    margin-right: 10px;
}

@media screen and (max-width:768px){
	.blog-filter{
		width: 90%;
		margin: 50px auto;
		border: 1px solid #7f7f7f;
		padding: 20px;
	}
}

/******************* archive-eventページ ***********************/
.a-event-page .f-event-item {
    margin-bottom: 50px;
}

/******************* archive-worksページ ***********************/
.a-works-topitem{
    max-width: 1050px;
    background: #fff;
    border: 1px solid;
    text-align: center;
    padding: 30px;
	margin-left: auto;
	margin-right: auto;
}
.a-works-topitem>div{
	display: inline-block;
	text-align: left;
}
.a-works-topitem h2{
    margin-bottom: 20px;
    font-size: 18px;
}
.a-works-topitem h2 span{
    background: #404040;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    margin-right: 10px;	
}
.a-works-main>p{
	text-align: center;
	margin-bottom: 80px;
}
.a-works-items{
	gap: 3.5%;
}
.a-works-item{
	flex-basis: 31%;
	margin-bottom: 50px;
	position: relative;
}
.a-works-city{
	display: inline-block;
	margin-top: 15px;
	background: #333;
	color: #fff;
	padding: 3px 10px;
	font-size: 14px;
}
.a-works-item img{
	aspect-ratio: 3/2;
	object-fit: cover;
}
.a-works-item h3{
	margin: 15px auto 20px;
	text-align: center;
	font-size: 15px;
	max-width: 320px;
	line-height: 1.7;
}


.more-btn{
	text-align: center;
}
.more-btn button{
	padding: 10px 50px;
	border: 1px solid;
	cursor: pointer;
}

@media screen and (max-width:768px){
	.a-works-topitem {
		padding: 20px;
	}
.a-works-topitem h2 {
    font-size: 16px;
}
.a-works-topitem h2 span {
    font-size: 14px;
}
.a-works-item {
    margin-bottom: 30px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    padding: 10px;
}
.a-works-item h3 {
    margin: 5px auto 20px;
}


}

/******************* シングルページ ***********************/
.nav-btns{
    justify-content: center;
    gap: 5%;
    margin-bottom: 100px;
}
.nav-btns a{
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    min-width: 200px;
    font-size: 15px;
	border: 1px solid;
    display: inline-block;
}
.entry-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.entry-header time{
    text-align: right;
    display: block;
    color: #777;
    margin-bottom: 20px;
}
.eyecatch{
	margin-bottom: 20px;
}
.eyecatch img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.single-page article{
	margin-bottom: 60px;
}
.entry-content>p{
    margin-bottom: 20px;
    line-height: 1.8;
}
.entry-content a{
	color: blue;
	text-decoration: underline;
}
.entry-content h2{
    font-weight: bold;
    border-left: 7px solid #6A7F9B;
    padding: 3px 10px;
    font-size: 22px;
    margin-bottom: 30px;
}
.entry-content h3{
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.entry-content figure{
	margin-bottom: 20px;
}
.entry-content .wp-block-table thead {
    border-bottom: 1px solid;
    text-align: center;
    background: #f2f2f2;
}

@media screen and (max-width:768px){
.nav-btns {
    margin-bottom: 30px;
}
.nav-btns a {
    padding: 10px 10px;
    min-width: 150px;
}





}

/******************* シングル施工事例ページ ***********************/
.works-top h2{
	text-align: center;
	margin-bottom: 50px;
}
.works-top h2 span{
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
	position: relative;
}
.works-top h2 span::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background: #333;
}
/* コンテナ */
.works-slider-wrapper {
  max-width: 1000px;
  margin: 0 auto 50px;
}
/* アスペクト比を統一 */
.aspect-ratio-box {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* containでもOK */
}
/* メイン画像 */
.works-slider-for .slick-slide {
  box-sizing: border-box;
  padding: 0 10px; /* 左右の余白 */
}
/* サムネイルのマージンと選択スタイル */
.works-slider-nav {
    margin-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.works-slider-nav .slick-slide {
  margin: 0 5px;
}
.works-slider-nav img {
    width: 100%;
    display: block;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
    aspect-ratio: 3/2;
    object-fit: cover;
}
/* 真ん中以外の画像に適用 */
.works-slider-for .slick-slide:not(.slick-center) .aspect-ratio-box img {
	padding-top: 10%;
}

.works-slider-nav .slick-current img {
  border-color: #0073aa;
  opacity: 1;
}
/* サムネ用矢印 */
.works-slider-wrapper .slick-prev-thumb,
.works-slider-wrapper .slick-next-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
}
.works-slider-wrapper .slick-prev-thumb { left: -40px; }
.works-slider-wrapper .slick-next-thumb { right: -40px; }
.works2-text{
    max-width: 800px;
    margin: 0 auto 50px;
}
.works-spec{
	max-width: 800px;
	margin: 0 auto;
}
.works-spec-item dl{
	border-top: 1px solid;
}
.works-spec-item dt{
	flex-basis: 18%;
	border-bottom: 1px solid;
	padding: 5px 10px;
}
.works-spec-item dd{
	flex-basis: 32%;
	border-bottom: 1px solid;
	padding: 5px 0;
}
.works-spec-item dd:nth-of-type(odd){
	border-right: 1px solid;
}
.works-points{
	margin-bottom: 50px;
}
.works-points h3{
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding: 0 3% 10px;
    font-size: 20px;
}
.works-point img{
	max-height: 600px;
	object-fit: contain;
	margin: auto;
}
.works-point p{
	max-width: 800px;
	margin: 20px auto;
	font-size: 15px;
}



/******************* single-event ***********************/
.s-eve-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
	line-height: 1.7;
}
.eve-sec-title{
    font-size: 22px;
    border-left: 4px solid;
    padding: 3px 0 6px 12px;
    margin-bottom: 15px;
}
.eve-eyecatch{
	margin-bottom: 60px;
}
.s-event-page table{
	margin-bottom: 80px;
}
.s-event-page table , .s-event-page td, .s-event-page th {
	border: 1px solid #333;
	border-collapse: collapse;
}
.s-event-page td, .s-event-page th {
    padding: 10px 15px;
    height: 100px;
	vertical-align: middle;
}
.s-event-page th {
    background: #D9D9D9;
    width: 140px;
    font-size: 18px;
    text-align: center;
}
.s-event-page td{
	width: calc(100% - 140px);
	background: #fff;
}
.eve-btn{
    display: flex;
    justify-content: center;
    gap: 5%;
	margin-bottom: 50px;
}
.eve-btn a{
    display: block;
    flex-basis: 40%;
    text-align: center;
    border-radius: 50px;
    padding: 18px 40px 18px 30px;
	position: relative;
}
.eve-btn a::before{
	content: "";
	background-image: url("../img/link-arrow-k.svg");
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.form-link-btn{
	background: #FFC000;
}
.eve-btn .tel-btn{
	background: #C5E0B4;
}
.eve-koushi{
    border-top: 20px solid #546792;
    border-bottom: 20px solid #546792;
    padding: 40px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.35) 2px, transparent 2px),
    linear-gradient(to right,  rgba(255,255,255,.35) 2px, transparent 2px);
    background-size: 25px 25px;
    background-repeat: repeat;
	margin-bottom: 50px;
}
.eve-koushi h3{
    color: #546792;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}
.eve-koushi-img{
	flex-basis: 48%;
}
.eve-koushi-info{
	flex-basis: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.eve-koushi-info h4{
    color: #546792;
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.eve-koushi-info p{
	font-size: 14px;
}
.eve-img{
	margin-bottom: 50px;
}
.event-form{
    margin-top: 100px;
    background: #fff;
    padding: 60px;
}
.event-form .form-top h2{
    border-bottom: none;
    position: relative;
    margin-bottom: 60px;
    font-size: 48px;
}
.event-form .form-top h2 span{
	display: block;
	font-size: 22px;
}
.event-form .form-top h2::after{
    content: "";
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    background: #333;
    position: absolute;
}
.event-form form h3{
    font-size: 20px;
    border-left: 6px solid;
    padding: 3px 0 4px 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.event-form form h3 span{
	font-size: 14px;
}
.eve-form-sub-title{
	background: #F2F2F2;
	padding: 5px 15px;
	margin-bottom: 30px;
}
.eve-form-sub-title h3{
	margin-bottom: 0!important;
}
.wpcf7 form .wpcf7-response-output {
	display: none;
}
.form-naiyou select{
    width: 100%;
    padding: 14px;
    border-radius: 10px;
}
.form-naiyou .wpcf7-select {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* 共通 */
  padding-right: 2.5em;     /* 矢印用に右余白を確保 */
  background: none;         /* 既存の背景アイコンを消去 */
  position: relative;       /* 念のため */
}

/* 独自に矢印を置く */
.drop-down-wrap .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    top: -3px;
    pointer-events: none;
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23333" d="M7 10l5 5 5-5z"/></svg>') no-repeat center/contain;
}


/******************* single-blog ***********************/
.s-blog{
    border-bottom: 1px solid #7F7F7F;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.s-blog-main{
	flex-basis: calc(100% - 300px);
}

/******************* staff ***********************/
.page-top-photo{
	margin-bottom: 50px;
}
.staff-top{
	text-align: center;
}
.staff-top h2{
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
}
.staff-top p{
    text-align: center;
    line-height: 2.5;
}
.staff-item{
	padding-top: 60px;
}
.staff-item:nth-of-type(odd){
	background: #fff;
}
.staff-item-top{
	margin: 0 auto 60px;
	max-width: 1200px;
	width: 90%;
}
.staff-item-flex{
	margin-bottom: 30px;
}
.staff-item-img{
	flex-basis: 48%;
}
.staff-item-info{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}
.staff-item-info>p{
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
	padding-left: 1rem;
}
.staff-item-info h2{
    font-size: 24px;
    margin-bottom: 10px;
	padding-left: 1rem;
}
.staff-item-info h2 span{
    font-size: 16px;
    padding-left: 10%;
}
.staff-item-info h3{
    background: #B5A081;
    display: inline-block;
    align-self: flex-start;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.staff-item-info ul{
	padding-left: 1rem;
	margin-bottom: 40px;
}
.staff-item-info li{
    flex-basis: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.staff-item-info>div{
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.staff-item-info>div a{
	display: inline-block;
	border: 1px solid;
	padding: 5px 20px;
}
.staff-morebtn{
    display: inline-block;

    border: 1px solid;
    padding: 3px 80px;
    border-radius: 30px;
    position: relative;
	cursor: pointer;
}
.staff-morebtn::after{
    content: "＞";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-47%) rotate(90deg);
}
.staff-shosai{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	opacity: 0;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}
.staff-shosai.open{
    max-height: 600px;
    opacity: 1;
    padding-bottom: 60px;
}
.staff-shosai1{
	margin-bottom: 50px;
}
.staff-shosai1 div{
	flex-basis: 48%;
}
.staff-shosai h3{
    border: 1px solid;
    text-align: center;
    padding: 7px;
    font-size: 18px;
    margin-bottom: 20px;
}
.staff-shosai p{
	padding: 0 20px;
}

@media screen and (max-width:768px){
.staff-top p {
    text-align: left;
    line-height: 2;
}



}


/******************* lineup ***********************/
.lineup-sec-title{
    background: #595959;
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}
.lineup-feature-item:not(:last-of-type){
	margin-bottom: 60px;
}
.lineup-feature-info{
	flex-basis: 49%;
}
.lineup-feature-img{
	flex-basis: 47%;
}
.lineup-feature-info h3{
    font-size: 20px;
    margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.lineup-feature-info h3 span{
    font-size: 45px;
    font-weight: bold;
    border-right: 2px solid;
    padding: 5px 10px 5px 0;
    margin-right: 15px;
}
.lineup-feature-info p{
	font-size: 15px;
}
.lineup-flex-title{
    padding: 50px 0;
	margin-bottom: 80px;
}
.lineup-standard .lineup-flex-title{
    background: #F9F3EB;
}
.lineup-flex-title-info{
	flex-basis: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.lineup-flex-title-info h2{
	margin-bottom: 20px;
	max-width: 580px;
}
.lineup-flex-title-info h2 .imp{
	font-size: 45px;
	color: #7F7F7F;
}
.lineup-flex-title-info h2 .text-r{
    font-size: 28px;
    display: block;
    margin-top: 6px;
}

.lineup-flex-title-img{
	flex-basis: 48%;
}
.lineup-items{
	justify-content: center;
	gap:5%;
}
.lineup-item{
	flex-basis: 30%;
	margin-bottom: 50px;
}
.lineup-item h3{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 12px auto;
}
.lineup-item span{
	display: block;
	border: 1px solid;
	padding: 5px;
	text-align: center;
}
.lineup-item p{
	margin-top: 30px;
	padding: 0 2%;
}
.lineup-options .lineup-flex-title{
	background: #D9D9D9;
}
.lineup-items-foot{
	margin-top: 80px;
}
.lineup-garden .lineup-flex-title, .lineup-coordi .lineup-flex-title{
	background: #fff;
}
.lineup-garden-items{
    border: 1px solid;
    padding: 40px 40px 10px;
    background: #fff;
}
.lineup-garden-items-img{
	flex-basis: 65%;
}
.lineup-garden-items-img div{
	flex-basis: 32%;
	margin-bottom: 30px;
}
.lineup-garden-items-info{
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
}
.lineup-garden-items-info h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.lineup-garden-items-info ul{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	margin-bottom: 30px;
}
.lineup-more{
    background: #fff;
    padding-top: 60px;
}
.lineup-more-top{
	margin-bottom: 50px;
}

@media screen and (max-width:768px){
.page-id-1516 .page-top-title p{
	margin-top: 5px;
}
.lineup-sec-title {
    padding: 25px;
    margin-bottom: 30px;
    font-size: 18px;
}
.lineup-feature-item:not(:last-of-type) {
    margin-bottom: 40px;
}
.lineup-feature-info h3 span {
    font-size: 35px;
}
.lineup-feature-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.lineup-feature-info p {
    font-size: 14px;
    margin-bottom: 15px;
}
.lineup-flex-title {
    padding: 30px 0;
    margin-bottom: 40px;
}
.lineup-flex-title-info h2 {
    text-align: center;
}
.lineup-flex-title-info h2 .imp {
    font-size: 30px;
}
.lineup-flex-title-info h2 .text-r {
    font-size: 18px;
    text-align: center;
}
.lineup-flex-title-info p{
	margin-bottom: 15px;
}
.lineup-standard .width-m{
	width: 80%;
}
.lineup-item h3 {
    font-size: 16px;
}
.lineup-item span {
    font-size: 14px;
}
.lineup-item p {
    margin-top: 15px;
}
.lineup-item {
    margin-bottom: 30px;
}
.lineup-options .width-m{
	width: 80%;
}
.lineup-items-foot {
    margin-top: 50px;
    text-align: left;
}
.lineup-garden .width-m{
	width: 80%;
}
.lineup-garden-items {
    padding: 20px 20px 10px;
}
.lineup-garden-items-img {
    margin-bottom: 20px;
}
.lineup-garden-items-img div {
    flex-basis: 48%;
    margin-bottom: 10px;
}
.lineup-garden-items-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.lineup-coordi .width-m{
	width: 80%;
}
.lineup-more {
    padding-bottom: 30px;
}
.lineup-more .width-m{
	width: 80%;
}
.lineup-more-top {
    margin-bottom: 30px;
    text-align: left;
}
.page-foot h3 {
    margin-bottom: 40px;
    font-size: 18px;
}


}


/******************* footer ***********************/
.site-footer{
    background: #fff;
    padding: 50px 0;
    color: #333;
}
.footer-inner{
    align-items: center;
}
.footer-info{
    flex-basis: 420px;
    border-right: 1px solid #fff;
}
.footer-nav{
    flex-basis: calc(100% - 450px);
    padding-left: 5%;
}
.footer-logo{
    width: 80%;
    max-width: 150px;
    margin-bottom: 30px;
    display: block;
}
.footer-info>p{
    margin-bottom: 20px;
	font-size: 15px;
}
.footer-sns{
	gap: 10px;
	margin-bottom: 30px;
}
.footer-sns a{
	flex-basis: 40px;
}
.tel-area{
	display: flex;
	gap: 1rem;
	align-items: center;
}
.tel-pict{
	flex-basis: 60px;
}
.tel-text p{
	line-height: 1;
}
.footer-info-tel{
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    display: block;
    line-height: 1.1;
    margin-bottom: 5px;
}
.footer-nav h3{
	font-size: 22px;
	color: #ED7D31;
	margin-bottom: 10px;
}
.footer-nav>div>ul:not(:last-of-type){
	margin-bottom: 30px;
}
.footer-nav>div>ul>li{
	margin-left: 12px;
	margin-bottom: 5px;
}
.footer-nav>div>ul>li::before{
    content: "▶";
    color: #BFBFBF;
    margin-right: 1rem;
}

@media screen and (max-width:768px){
.footer-info{
	text-align: center;
}
.footer-logo {
    max-width: 100px;
    margin: 0 auto 25px;
}
.footer-sns {
    justify-content: center;
}
.tel-area {
    margin-bottom: 20px;
	justify-content: center;
}
.tel-pict {
    flex-basis: 50px;
}
.tel-text{
    flex-basis: auto;
    text-align: left;
}
.footer-info-tel {
    font-size: 30px;
	margin-bottom: 0;
}
.tel-text p {
    line-height: 1.3;
}
.footer-copy{
    text-align: center;
    padding: 10px;
}



}

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

.rev{
	flex-direction: row-reverse;
}
.mt-10{
    display: inline-block;
    margin-top: 10px;
}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}

 /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

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