@charset "UTF-8";
/*ニュース＆トピックス*/
.infoBox{
	background-color: rgba(76, 88, 112, 0.05);
	margin: 7rem 0 70px 0;
	padding: 4rem 0 5rem;
}

.infoBox h3{
	max-width: 1160px;
	margin: 0 auto 0;
	padding: 0 0 2rem;
	font-size: 24px;
}

.infoBox dl{
	max-width: 1160px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	border-top: 1px solid #e8e7e9;
}

.infoBox dl:last-child{
	border-bottom: 1px solid #e8e7e9;
}

.infoBox dl dt{
	width: 15%;
}

.infoBox dl dd{
	width: 85%;
}

.infoBox dl dt,
.infoBox dl dd{
	padding: 2rem 0;
}

.infoBox dl dd a{
	text-decoration: underline;
}

.infoBox dl dd a:hover {
	text-decoration: none;
}

.newsLink {
    width: 94%;
    max-width: 1160px;
    margin: 0 auto;
	position: relative;
	text-align: right;
}

.newsLink a .btn::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -22px;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon-link-red.svg) right center no-repeat;
    background-size: 15px;
    -webkit-transition: ease .1s;
    transition: ease .1s;
	display: inline;
}

.newsLink a:hover .btn::after {
    right: -27px;
}

/*二世帯へのリンク*/
.induction {
	max-width: 1010px;
	width: 90%;
	margin: 0rem auto 5rem;
	padding: 0;
	border: 1px solid #4c5870;
	display: flex;
	flex-wrap: nowrap;
}
.induction .pct {
	width: 50%;
}
.induction .pct img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: 100% 100%;
	display: block;
}
.induction .inductionInner {
	width: 50%;
	padding: 1.5rem;
	text-align: center;
}
.induction .inductionInner h3 {
	font-size: 28px;
	font-weight: 600;
	color: #4c5870;
}
.induction .inductionInner .lead {
	margin-top: 1rem;
	font-size: 24px;
	font-weight: 600;
	color: #4c5870;
	letter-spacing: 2px;
}
.induction .inductionInner .text {
	margin-top: 2rem;
	margin-bottom: 1em;
	font-size: 18px;
	color: #4c5870;
}
.induction a {
	max-width: 260px;
	margin: auto;
	padding: 0.8rem 2rem;
	display: block;
	background-color: #4c5870;
	color: #fff;
	font-size: 16px;
}

/*バナー　section*/

#bnrSec {
	margin: 4rem auto 8%;
	max-width: 1010px;
}
#bnrSec .bnr .bnr_btnwrap{
	display: flex;
	flex-wrap: nowrap;
	max-width: 1010px;
	margin: auto;}
#bnrSec .bnr .bnr_btnwrap .banner-inimg{
	display: block;
	max-width: 780px;
/*	max-height: 240px;*/
}
#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap{
	width: 230px;
	height: 240px;
	border-top: 1px solid #4c5870;
	border-right: 1px solid #4c5870;
	border-bottom: 1px solid #4c5870;
	background: #F6F7F8;
}
#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap a{
	display: block;
	height: 120px;
	padding: 1.7rem;
	border-bottom: 1px solid #4c5870;
}
#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap a:nth-child(2){
	display: block;
	max-height: 120px;
	padding: 1.7rem;
	border-bottom: none;
}
#bnrSec .bnr img{
	max-width: 100%;
}

#bnrSec .bnr .bnr_btnwrap img.sp{
	display: none;
}

.pattern5 {
	width: 100%;
    max-width: 1158px;
    margin: 0 auto 130px;
}

.pattern5 h5 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 80px;
}

.pattern5 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pattern5 ul li {
}

.pattern5 ul li a:hover {
	opacity: 0.7;
}

/*施工実例スライダー　voiceSlide*/

.voiceSlide{
	width: 100%;
	margin: 50px auto 150px;
}

.voiceSlide h2{
	text-align: center;
	font-size: 26px;
}
.voiceSlide h2 a::after{
	content: "";
	display: inline-block;
	background: url(/_assets/images/common/icon-link-blue.svg) no-repeat center / contain;
	height: 20px;
	width: 20px;
	margin-left: 0.5em;
}
.voiceSlide h2 a:hover{
	opacity: .7;
}
.voiceSlide .en{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	display: block;
	font-size: 19px;
}

.voiceSlide ul.slide {
	width: auto; 
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 100px;
}

.voiceSlide ul.slide li {
	width: 320px;
	margin: 0 15px; 
}

.voiceSlide ul.slide li:hover {
	opacity: .7;
}

.voiceSlide ul.slide li div {
	width: 100%;
	height: 440px;
	margin-bottom: 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat; 
}

.voiceSlide .linkBtn a{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #4C5870;
	background-color: #fff;
	border: 1px solid #4C5870;
	padding: 2rem 0;
	width: 400px;
	margin: 0 auto;
}

.voiceSlide .slide li .caption{
	font-size: 16px;
}
.voiceSlide .slide li .caption strong {
	margin-bottom: 14px;
	line-height: 1.2;
	font-size: 20px;
	display: block;
	font-weight: bold;
}

/*施工実例スライダー　矢印*/
.voiceSlide .slick-prev,
.voiceSlide .slick-next {
	position: absolute;
	z-index: 20;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	top: 35%;
	padding: 0;
	border: none;
	outline: none; 
}
.voiceSlide .slick-prev:hover,
.voiceSlide .slick-next:hover {
	opacity: 0.7; 
}
.voiceSlide .slick-prev {
	left: 70px;
}
.voiceSlide .slick-next {
	right: 70px;
}
.voiceSlide .slick-prev:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: url(/_assets/images/housegallery/btn-slide-l.png);
	background-size: cover; 
}
.voiceSlide .slick-next:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: url(/_assets/images/housegallery/btn-slide-r.png);
	background-size: cover; 
}
.voiceSlide .slick-track {
	margin-left: inherit;
	margin-right: inherit; 
}
.slick-dotted.slick-slider {
	margin-bottom: 30px; 
}
/*.voiceSlide ul.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center; 
}
.voiceSlide ul.slick-dots > li {
	position: relative;
	display: inline-block;
	width: 20px !important;
	height: 20px;
	margin: 0 3px !important;
	padding: 0;
	cursor: pointer; 
}
.voiceSlide ul.slick-dots > li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent; 
}
.voiceSlide ul.slick-dots > li button:hover,
.voiceSlide ul.slick-dots > li button:focus {
	outline: none;
}
.voiceSlide ul.slick-dots > li button:hover:before,
.voiceSlide ul.slick-dots > li button:focus:before {
	opacity: 1;
}
.voiceSlide ul.slick-dots > li button:before {
	font-size: 1px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: '';
	opacity: .3;
	background-color: #4C5870;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
}
.voiceSlide ul.slick-dots > li.slick-active button:before {
	opacity: 1; 
}*/




@media all and (max-width: 1039px) {
	
	
	#infomation .borderBox .flexBox.outBox {
		width: 100%;
	}

	.infoBox{
		padding: 5rem;
		font-size: 12px;
	}
	
	.infoBox h3{
		font-size: 20px;
	}
	
	/*二世帯へのリンク*/
	.induction {
		width: 90%;
		margin: 5rem auto 5rem;
		display: block;
		text-align: center;
		}
	.induction .pct {
		width: 100%;
		}
	.induction .pct img {
		width: 100%;
		height: 240px;
		}	
	.induction .inductionInner {
		width: 100%;
		}	
	.induction .inductionInner h3 {
		font-size: 90%;
		}	
	.induction .inductionInner .lead {
		font-size: 80%;
		}	
	.induction .inductionInner .text {
		margin-top: 2rem;
		margin-bottom: 1em;
		font-size: 16px;
		}
	
/*	バナー*/
	#bnrSec .bnr .bnr_btnwrap .banner-inimg{
		width: 100%;
		height: 100%;
	}
	#bnrSec .bnr .bnr_btnwrap img.pc{
		display: none;
	}
	#bnrSec .bnr .bnr_btnwrap img.sp{
		display: block;
	}
	#bnrSec .bnr .bnr_btnwrap{
		flex-direction: column;
	}
	#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap{
		width: 100%;
		height: 7.5rem;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		border: 1px solid #4c5870;
	}
	#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap a{
		width: 50%;
		padding: .7rem .5rem .5rem;
		height: auto;
		border: none;
		border-right: 1px solid #4c5870;
	}
	#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap a:nth-child(2){
		width: 50%;
		padding: .7rem .5rem .5rem;
		height: auto;
		border: none;
		border-right: none;
	}
	#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap a img{
		width: 40%;
	}
}
	
@media all and (max-width: 767px) {
	
	.newsLink {
		width: 94%;
		max-width:unset ;
		margin: 0 2rem 0 auto;
		position: relative;
		text-align: right;
	}
	
	.newsLink a .btn::after {
		top: 0;
	}

	
	.infoBox{
		margin: 5rem 0 70px 0;
		padding: 4rem 2rem 5rem;
	}
	
	.infoBox h3{
		padding: 0 0 3rem;
	}
	
	.infoBox dl dt{
		width: 20%;
	}
	
	.infoBox dl dd{
		width: 80%;
	}
	
	/*二世帯へのリンク*/
	.induction {
		width: 90%;
		margin: 5rem auto 3rem;
	}	
	.induction .pct {
		width: 100%;
	}
	.induction .pct img {
		width: 100%;
		height: 160px;
		}	
	.lineupPage #Contents img {
		width: 100%;
	}
	.induction .inductionInner {
		width: 100%;
		padding: 1.5rem;
		text-align: center;
	}
	.induction .inductionInner h3 {
		font-size: 80%;
	}
	.induction .inductionInner .lead {
		margin-top: 0;
		font-size: 60%;
	}
	.induction .inductionInner .text {
		font-size: 47%;
	}
	.induction a {
		padding: 0.5rem 2rem;
	}

	
	/*バナー調整*/
	.bnr {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.bnr a img{
/*		width: 100%!important;*/
		width: 100%;
	}
	
	/*バナー　section*/

	#bnrSec {
		margin: 6% auto 8%;
	}
	#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap{
		height: 6.5rem;
	}
	#bnrSec .bnr .bnr_btnwrap .bnr_inbtnwrap a img{
		width: 70%;
	}
	

	.pattern5 {
		width: 75.7%;
		max-width: none;
		margin: 0 auto 50px;
	}

	.pattern5 h5 {
		font-size: 20px;
		margin-bottom: 40px;
	}

	.pattern5 ul {
		justify-content: center;
	}

	.pattern5 ul li {
		margin-bottom: 40px;
	}

	.pattern5 ul li img {
		width: 100%;
	}
	
	/*建築実例スライダー　voiceSlide*/
	.voiceSlide{
		margin: 70px auto ;
	}
	.voiceSlide h2{
		font-size: 18px;
	}
	.voiceSlide h2 a::after{
		content: "";
		display: inline-block;
		background: url(/_assets/images/common/icon-link-blue.svg) no-repeat center / contain;
		height: 15px;
		width: 15px;
		margin-left: 0.5em;
	}
	.voiceSlide .en{
		font-size: 15px;
	}
	
	.voiceSlide ul.slide{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.voiceSlide .slide li .caption strong{
		font-size: 18px;
	}
	
	.voiceSlide .slide li .caption{
		font-size: 14px;
	}
	
	.voiceSlide ul.slide li{
		width: 250px;
		margin: 0 10px; 
	}
	.voiceSlide ul.slide li div{
		height: 330px;
	}

	.voiceSlide .linkBtn a{
		display: block;
		text-align: center;
		line-height: 1;
		color: #4C5870;
		background-color: #fff;
		border: 1px solid #4C5870;
		width: 90%;
		margin: 0 auto 1rem;
		font-size: 14px;
		padding: 1.5rem 0;
	}

	/*建築実例スライダー　矢印*/
	.voiceSlide .slick-prev,
	.voiceSlide .slick-next {
		position: absolute;
		z-index: 20;
		display: block;
		width: 37px;
		height: 37px;
		line-height: 0px;
		font-size: 0px;
		cursor: pointer;
		top: 33%;
		padding: 0;
		border: none;
		outline: none; 
	}
	.voiceSlide .slick-prev:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 37px;
		height: 37px;
		background: url(/_assets/images/housegallery/btn-slide-l.png);
		background-size: cover; 
	}
	.voiceSlide .slick-next:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 37px;
		height: 37px;
		background: url(/_assets/images/housegallery/btn-slide-r.png);
		background-size: cover; 
	}
	.voiceSlide .slick-prev {
		left: 15px;
	}
	.voiceSlide .slick-next {
		right: 15px;
	}

}



/*===2023/12/13 TOP改修====*/
.holiday {
	margin: 50px auto 50px;
	width: 90%;
}
.holiday p{
	line-height: 1.8;
}

/*============================
base
============================*/
body {
	background: url("../images/common/hd_bg.jpg") repeat;
	overflow-x: hidden;
}
#Wrapper.topPage img,
#Wrapper.topPage figure,
#Wrapper.topPage picture {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
#Wrapper.topPage #Contents a {
	transition: opacity 0.2s ease-in-out;
}
#Wrapper.topPage #Contents a:hover {
	opacity: 0.7;
}

.topPage .inview {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: .5s;
    -webkit-transition: .5s;
}
.topPage .jsInview {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*============================
cmn_btn
============================*/
.cmn_btn {
	max-width: 430px;
	height: 98px;
	margin: 0 auto;
	width: 100%;
}
.cmn_btn a {
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.cmn_btn a:hover {
	opacity: 1!important;
}
.cmn_btn a::after {
	content: "";
	position: absolute;
	background: url("../images/common/arrow02.svg") no-repeat;
	background-size: cover;
	top: calc(50% - 0.2em);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 7.93%;
	width: 32.92px;
	height: 10px;
	transition: right 0.2s;
}
.cmn_btn a:hover::after {
	right: calc(7.93% - 5px);
}
.cmn_btn.cmn_btn01 a {
	background: #9e8a5e;
}
.cmn_btn.cmn_btn02 a {
	background: #434D67;
}
@-moz-document url-prefix(){
	.cmn_btn a::after {
		height: 10.8px;
	}
}
@media only screen and (max-width: 768px){
	.cmn_btn {
		height: 60px;
		width: 90%;
		max-width: 350px;
	}
	.cmn_btn a {
		font-size: 18px;
	}
	.cmn_btn a::after {
		top: calc(50% - 0.2em);
		right: 7.93%;
	}
}

/*============================
sttl
============================*/
.sttl01 {
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	color: #1f2043;
	margin-bottom: 51px;
}
@media only screen and (max-width: 768px){
	.sttl01 {
		font-size: 30px;
		margin-bottom: 30px;
	}
}

.sttl02 {
	font-weight: 600;
	font-size: 43px;
	text-align: center;
	color: #c4b475;
	margin-bottom: 80.5px;
}
@media only screen and (max-width: 768px){
	.sttl02 {
		font-size: 30px;
		margin-bottom: 30px;
	}
}

/*============================
swiper
============================*/
.swiper-initialized {
	overflow-x: hidden;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}


/* ページネーション */
.swiper-pagination {
	position: static;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 8px!important;
	background: #BCC7DE;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #4C5870;
}
@media only screen and (max-width: 768px){
	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px!important;
		opacity: 1;
	}

}

/* 矢印 */
.swiper-button-prev,
.swiper-button-next {
	height: 48px;
	width: 48px;
	top: 123px;
}
.swiper-button-prev {
	left: 6.25%;
}
.swiper-button-next {
	right: 6.25%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	background-size: cover;
	content: "";
	height: 48px;
	margin: auto;
	width: 48px;
}
.swiper-button-prev::after {
	background: url("../images/common/icon_prev.svg") no-repeat;
}
.swiper-button-next::after {
	background: url("../images/common/icon_next.svg") no-repeat;
}
@media only screen and (max-width: 768px){
	.swiper-button-prev,
	.swiper-button-next {
		height: 30px;
		width: 30px;
		top: 20vw;
	}
	.swiper-button-prev {
		left: 5%;
	}
	.swiper-button-next {
		right: 5%;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
		background-size: cover;
		height: 30px;
		width: 30px;
	}
}

/*============================
#sec_mv
============================*/
#sec_mv {
	/* height: 662px; */
	/* height: 41.38vw; */
	/* background: url("../images/top/mv.jpg") center no-repeat; */
	/* background-position: right; */
	/* background-size: cover; */
	position: relative;
	margin-bottom: 20px;
	/* overflow: hidden; */
}
#sec_mv a:hover{
	opacity: 1!important;
}
#sec_mv h1 {
	max-width: 458px;
	width: 28.625%;
	position: absolute;
	 bottom: 32px; 
	bottom: 2vw;
	left: 2.825%;
	z-index: 1;
}
@media only screen and (max-width: 768px){
	#sec_mv {
		/* height: 362.5px; */
		/* height: 96.67vw; */
		/* background: url("../images/top/mv_sp.jpg") center bottom no-repeat; */
		/* background-size: cover; */
		/* margin-bottom: 50px; */
	}
	#sec_mv h1 {
		bottom: auto;
		top: 11.87vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		 width: 76.26%; 
		width: 70.13%;
	}
}

/* Swiper */
#sec_mv .swiper-wrapper {
    overflow: hidden;
    /* height: 41.38vw; */
    height: 41.32vw;
    /* height: 40.8vw; */
    margin-bottom: 10px;
}
#sec_mv .swiper-slide {
    overflow: hidden;
}
#sec_mv .slide-img img{
	display: block;
}
@media only screen and (max-width: 768px){
	#sec_mv .swiper-wrapper {
		height: 109.87vw;
		/* height: 106.7vw; */
		margin-bottom: 0;
	}
}

/* moveDown */
#sec_mv .moveDown.swiper-slide-active .slide-img,
#sec_mv .moveDown.swiper-slide-duplicate-active .slide-img,
#sec_mv .moveDown.swiper-slide-prev .slide-img {
	animation: moveDown 12s ease 0s normal both;
}
@media only screen and (max-width: 768px){
	#sec_mv .moveDown.swiper-slide-active .slide-img img,
	#sec_mv .moveDown.swiper-slide-duplicate-active .slide-img img,
	#sec_mv .moveDown.swiper-slide-prev .slide-img img {
		transform: scale(1.15);
	}
}
@keyframes moveDown {
	0% {
		transform: translateY(0);
}
	100% {
		transform: translateY(-30px);
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
}

/* zoomOut */
#sec_mv .zoomOut.swiper-slide-active .slide-img,
#sec_mv .zoomOut.swiper-slide-duplicate-active .slide-img,
#sec_mv .zoomOut.swiper-slide-prev .slide-img {
	animation: zoomOut 10s linear 0s 1 normal both;  
}
@media only screen and (max-width: 768px){
	#sec_mv .zoomOut.swiper-slide-active .slide-img,
	#sec_mv .zoomOut.swiper-slide-duplicate-active .slide-img,
	#sec_mv .zoomOut.swiper-slide-prev .slide-img {
		animation: zoomOut 8s linear 0s 1 normal both;  
	}
}
@keyframes zoomOut {
	0% {
		transform: scale(1.1);
}
	100% {
		transform: scale(1.0);
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
}

/*============================
#sec_topics
============================*/
#sec_topics {
	margin-bottom: 171px;
}
#sec_topics .topics_swiper {
	position: relative;
}
#sec_topics .topics_swiper .swiper-wrapper {
	margin-bottom: 36px;
}
#sec_topics .topics_swiper .swiper-wrapper .swiper-slide{
	width: 549px;
}
#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img {
	margin-bottom: 21px;
	position: relative;
}

/*バナー下注釈*/
#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img .attention{
	font-size: 8px;
	position: absolute;
	top: 230px!important;
}

/*バナーに日付*/
.event_date{
	position: absolute;
	bottom: 4px;
	right: 137px;
	color:  #4c5870;
	font-size: 14px;
}
.event_date_big{
	font-size: 26px;
}


#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.hd_txt {
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 18px;
	position: relative;
	padding-right: 65.49px;
	width: fit-content;
}
#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.hd_txt::after {
	content: "";
	width: 47.99px;
	height: 1.5px;
	display: inline-block;
	background: #D5C583;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.txt {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.875;
	color: #000;
}
#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.txt a {
	text-decoration: underline;
}
#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.txt a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 768px){
	#sec_topics {
		margin-bottom: 80px;
	}
	#sec_topics .topics_swiper .swiper-wrapper {
		margin-bottom: 15px;
	}
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide {
		width: 90%;
	}
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img {
		margin-bottom: 15px;
		position: relative;
	}
	
	/*バナー下注釈*/
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img .attention{
		font-size: 8px;
		position: absolute;
		top:295px!important;
	}
	/*バナーに日付*/
	.event_date{
		bottom: 3%;
		right: 24%;
		font-size: 20px;
	}
	.event_date_big{
		font-size: 30px;
	}
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.hd_txt {
		font-size: 18px;
		margin-bottom: 10px;
		padding-right: 40px;
	}
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.hd_txt.mgt20 {
		margin-top: 40px!important;
	}
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.hd_txt::after {
		width: 25px;
	}
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide p.txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 430px){
	/*バナー下注釈*/
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img .attention{
		font-size: 8px;
		position: absolute;
		top: 165px!important;
	}
	
	/*バナーに日付*/
	.event_date{
		bottom: 3%;
		right: 24.5%;
		font-size: 12px;
		letter-spacing: -2px;
		font-weight: 700;
	}
	.event_date_big{
		font-size: 16px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 414px){
	/*バナー下注釈*/
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img .attention{
		font-size: 8px;
		position: absolute;
		top: 160px!important;
	}
}
@media screen and (max-width: 390px){
	/*バナー下注釈*/
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img .attention{
		font-size: 8px;
		position: absolute;
		top: 150px!important;
	}
}
@media screen and (max-width: 375px){
	/*バナー下注釈*/
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img .attention{
		font-size: 8px;
		position: absolute;
		top: 145px!important;
	}
	/*バナーに日付*/
	.event_date{
		right: 26%;
		font-size: 12px;
	}
	.event_date_big{
		font-size: 14px;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 360px){
	/*バナー下注釈*/
	#sec_topics .topics_swiper .swiper-wrapper .swiper-slide a .img .attention{
		font-size: 8px;
		position: absolute;
		top: 140px!important;
	}
}

/*============================
#sec_about
============================*/
#sec_about {
	margin-bottom: 229.9px;
	background: url("../images/top/bg02.jpg") no-repeat 0 0 / 19.9375% 100%,url("../images/top/bg01.jpg") no-repeat 19.9375% 0 / 92.25% 100%;
	padding: 150px 0 180.1px;
	position: relative;
}
#sec_about::before {
	content: "";
	width: 93.83%;
	height: 16px;
	display: inline-block;
	background: #BEA774;
	position: absolute;
	left: 0;
	top: 0;
}
#sec_about .inner {
	max-width: 1139px;
	width: 80%;
}
#sec_about .inner .flex_area {
	display: flex;
	justify-content: space-between;
}
#sec_about .inner .flex_area .img_area {
	width: 51.97%;
}
#sec_about .inner .flex_area .txt_area {
	width: 39.06%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#sec_about .inner .flex_area .txt_area .txt_area_inn {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 0 5%;
}
#sec_about .inner .flex_area .txt_area .txt_area_inn h2 {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 17px;
	width: 40.44%;
}
#sec_about .inner .flex_area .txt_area .txt_area_inn h2 > .img {
	max-width: 126px;
	/* width: 70%; */
}
#sec_about .inner .flex_area .txt_area .txt_area_inn h2 span.en_txt {
	max-width: 19px;
	/* width: 11.7%; */
}
#sec_about .inner .flex_area .txt_area .txt_area_inn p.txt {
	font-weight: normal;
	/* font-size: 16px; */
	font-size: calc(16/1600*100vw);
	/* font-size: clamp(13px, calc(16/1600*100vw), 16px); */
	letter-spacing: 0.35em;
	color: #ececec;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 2;
	margin-top: 1em;
	height: max-content;
}
@media only screen and (min-width: 1600px){
#sec_about .inner .flex_area .txt_area .txt_area_inn p.txt {
	font-size: 16px;
}
}
@media only screen and (max-width: 768px){
	#sec_about {
		margin-bottom: 80px;
		padding: 49.5px 0;
		background: url("../images/top/bg02.jpg") no-repeat 0 0 / 19.9375% 100%,url("../images/top/bg01.jpg") no-repeat 19.9375% 0 / 100% 100%;
	}
	#sec_about::before {
		content: "";
		width: 100%;
		height: 6px;
	}
	#sec_about .inner {
		width: 90%;
	}
	#sec_about .inner .flex_area {
		flex-direction: column-reverse;
	}
	#sec_about .inner .flex_area .img_area {
		width: 100%;
	}
	#sec_about .inner .flex_area .img_area img {
		margin-bottom: 30px
	}
	#sec_about .inner .flex_area .txt_area {
		width: 100%;
		margin-bottom: 30px;
	}
	#sec_about .inner .flex_area .txt_area .txt_area_inn {
	justify-content: center;
	gap: 0 5%;
	}
	#sec_about .inner .flex_area .txt_area .txt_area_inn h2 {
		width: 30%;
		gap: 0 10px;
	}
	#sec_about .inner .flex_area .txt_area .txt_area_inn h2 > .img {
		max-width: 126px;
	}
	#sec_about .inner .flex_area .txt_area .txt_area_inn h2 span.en_txt {
		max-width: 19px;
	}
	#sec_about .inner .flex_area .txt_area .txt_area_inn p.txt {
		font-size: 14px;
		margin-top: 0.7em;
	}
}

/*============================
#sec_house
============================*/
#sec_house {
	margin-bottom: 204px;
}
#sec_house h2.sttl01 {
}
#sec_house ul {
	display: flex;
	flex-wrap: wrap;
	/* gap: 3px; */
	gap: 0 3px;
	background: #fff;
	margin-bottom: 61px;
}
#sec_house ul li {
	width: calc(50% - 1.5px);
	/* height: 461px; */
	height: 28.5vw;
	transition: all 0.5s;
}
#sec_house ul li:nth-child(1) {
	/* background: url("../images/top/house_img01.jpg") no-repeat; */
	/* background-size: cover; */
}
#sec_house ul li:nth-child(2) {
	/*background: url("../images/top/house_img02.jpg") no-repeat;*/
	/*background-size: cover;*/
}
#sec_house ul li:nth-child(3) {
	/*background: url("../images/top/house_img03.jpg") no-repeat;*/
	/*background-size: cover;*/
}
#sec_house ul li:nth-child(4) {
	/*background: url("../images/top/house_img04.jpg") no-repeat;*/
	/*background-size: cover;*/
}
#sec_house ul li:nth-child(1):hover {
	/*background: url("../images/top/house_img01_on.jpg") no-repeat;*/
	/*background-size: cover;*/
}
#sec_house ul li:nth-child(2):hover {
	/*background: url("../images/top/house_img02_on.jpg") no-repeat;*/
	/*background-size: cover;*/
}
#sec_house ul li:nth-child(3):hover {
	/*background: url("../images/top/house_img03_on.jpg") no-repeat;*/
	/*background-size: cover;*/
}
#sec_house ul li:nth-child(4):hover {
	/*background: url("../images/top/house_img04_on.jpg") no-repeat;*/
	/*background-size: cover;*/
}
#sec_house ul li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 0 6.08% 32px;
	position: relative;
}
#sec_house ul li a p {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	padding-right: 1em;
}
#sec_house ul li a p::after {
	content: "";
	position: absolute;
	background: url("../images/common/arrow05.svg") no-repeat;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 9.49px;
	height: 16.44px;
	transition: right 0.2s;
}
#sec_house ul li a:hover {
	opacity: 1!important;
}
#sec_house ul li a:hover p::after {
	right: -5px;
}
#sec_house ul li {
	/* overflow: hidden; */
}
#sec_house ul li img {
	position: absolute;
	left: 0;
	top: 0;
}
#sec_house ul li img {
	transition: opacity 0.2s;
	height: auto!important;
	width: 100%;
}
#sec_house ul li img:nth-of-type(2) {
	opacity: 0;
}
#sec_house ul li:hover img:nth-of-type(2) {
	opacity: 1;
}

@media only screen and (max-width: 768px){
	#sec_house {
		margin-bottom: 80px;
	}
	#sec_house ul {
		margin-bottom: 30px;
	}
	#sec_house ul li {
		/* height: 200px; */
		/* height: 58vw; */
	}
	#sec_house ul li a {
		padding: 0 5% 20px;
	}
	#sec_house ul li a p {
		font-size: 16px;
	}
	#sec_house ul li a p::after {
		top: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		bottom: 2px;
		width: 9.49px;
		height: 16.44px;
	}
	#sec_house .cmn_btn {
		width: 90%;
	}
}
@media only screen and (max-width: 640px){
	#sec_house ul {
		display: block;
	}
	#sec_house ul li {
		width: 100%;
		height: 58vw;
	}
	#sec_house ul li:not(:last-child) {
		border-bottom: 3px solid #fff;
	}
}


/*============================
#sec_lineup
============================*/
#sec_lineup {
	margin-bottom: 176px;
}
#sec_lineup ul {
	display: flex;
}
#sec_lineup ul li {
	width: calc(100%/3);
}
#sec_lineup ul li a .txt_area {
	/* width: 65.16%; */
	width: 72%;
	margin: 0 auto;
}
#sec_lineup ul li a .img {
	margin-bottom: 53px;
}
#sec_lineup ul li a .hd_txt {
	font-weight: 600;
	font-size: 29px;
	color: #1f2043;
	margin-bottom: 37px;
	position: relative;
}
#sec_lineup ul li a .hd_txt::after {
	content: "";
	position: absolute;
	background: url("../images/common/icon_next.svg") no-repeat;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 33px;
	height: 33px;
	transition: right 0.2s;
}
#sec_lineup ul li a:hover .hd_txt::after {
	right: -5px;
}
#sec_lineup ul li a p.copy {
	font-weight: 600;
	font-size: 21px;
	color: #1f2043;
	margin-bottom: 11px;
	line-height: 1.619;
}
#sec_lineup ul li a p.txt {
	font-weight: 600;
	font-size: 16px;
	color: #1f2043;
	line-height: 1.625;
}
@media only screen and (max-width: 768px){
	#sec_lineup {
		margin-bottom: 100px;
	}
	
	#sec_lineup .lineup_swiper {
		overflow: hidden;
	}

	#sec_lineup .lineup_swiper > .swiper-wrapper {
		display: flex;
		flex-wrap: nowrap;
	}

	#sec_lineup .lineup_swiper .swiper-slide {
		width: 100%;
		flex-shrink: 0;
	}

	#sec_lineup .lineup_swiper .txt_area {
		width: 85%;
		margin: 0 auto;
	}

	#sec_lineup .lineup_swiper .img {
		margin-bottom: 30px;
	}

	#sec_lineup .lineup_swiper .hd_txt {
		font-size: 22px;
		margin-bottom: 20px;
	}

	#sec_lineup lineup_swiper .hd_txt::after {
		width: 24px;
		height: 24px;
	}

	#sec_lineup .lineup_swiper .copy {
		font-size: 16px;
		margin-bottom: 8px;
	}

	#sec_lineup .lineup_swiper .txt {
		font-size: 14px;
	}

	#sec_lineup .swiper-pagination {
		text-align: center;
		margin-top: 16px;
	}

	#sec_lineup .lineup_swiper {
		height: auto !important;
	}

	#sec_lineup .lineup_swiper .swiper-slide {
		height: auto !important;
		display: block !important;
	}

	#sec_lineup .lineup_swiper {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	#sec_lineup ul li a .txt_area{
		width: 90%;
	}
}

/*============================
#sec_lineup Kurumu Fitta
============================*/
.kurumufitta{
	max-width: 1160px;
	width: 100%;
	margin: 7% auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.kurumufitta_textarea{
	background: #fff;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.8;
}
.kurumufitta_textarea h5{
	width: 70%;
}
.kurumufitta_textarea h5 a{
	display: inline-flex;
	align-items: center;
}

.kurumufitta_textarea h5 a:hover{
	opacity: .7;
}
.kurumufitta_textarea h5 a::after {
	padding-left: 1rem;
	content: url(/_assets/images/common/icon-link-blue.svg);
	transform: scale(1.3) translateY(3px);
	display: inline-block;
}
.kurumufitta_textarea p{
	margin-top: 3%;
	color: #4c5870;
}

@media (max-width: 768px){
	.kurumufitta{
		flex-direction: column-reverse;
		padding-left: 16px;
		padding-right: 16px;
	}
	.kurumufitta_textarea{
		padding: 3% 3% 5% 3%;
	}
	.kurumufitta_textarea h5{
		text-align: center;
		width: 30%;
		margin: 0 auto;
	}
	.kurumufitta_textarea h5 a::after {
		transform: scale(1.3) translateY(-1px);
	}
	.kurumufitta_textarea p{
		margin-top: 2%;
		text-align: center;
		font-size: 14px;
	}
}
@media (max-width: 430px){
	.kurumufitta{
		margin-top: 10%;
	}
	.kurumufitta_textarea{
		padding: 5% 5% 8% 5%;
	}
	.kurumufitta_textarea h5{
		width: 50%;
		}
	.kurumufitta_textarea h5 a::after {
		transform: scale(1.3) translateY(-1px);
	}
}



/*============================
#sec_performance
============================*/
#sec_performance {
	margin-bottom: 12px;
	/* background: url("../images/top/bg02.jpg") no-repeat 92.25% 0 / 19.9375% 100%,url("../images/top/bg01.jpg") no-repeat 00 / 92.25% 100%; */
	background: url(../images/top/bg02.jpg) no-repeat 93.75% 0 / 26.15% 100%,url(../images/top/bg01.jpg) no-repeat 00 / 73.85% 100%;
	padding: 84.3px 0 0;
	position: relative;
}
#sec_performance::before {
	content: "";
	width: 93.8%;
	width: 95.35%;
	height: 16px;
	display: inline-block;
	background: #BEA774;
	position: absolute;
	left: 0;
	top: 0;
}
#sec_performance::after {
	content: "";
	/* width: 4.75%; */
	width: 80px;
	height: 16px;
	display: inline-block;
	background: url("../images/top/performance_bg.jpg");
	position: absolute;
	left: 0;
	bottom: 0;
}
#sec_performance h2 {
	font-weight: 600;
	font-size: 59px;
	text-align: center;
	color: #bea774;
	margin-bottom: 82.7px;
}
#sec_performance .inner {
	/* max-width: 1185px; */
	/* width: 74%; */
	width: 77.5%;
	margin-bottom: 80px;
}
#sec_performance .inner .flex_area {
	display: flex;
	justify-content: space-between;
}
#sec_performance .inner .flex_area .left_item {
	width: 69.47%;
	/* background: url("../images/top/bg01.jpg") ; */
}
#sec_performance .inner .flex_area .left_item ul li {
	display: flex;
	justify-content: space-between;
	/* align-items: flex-end; */
	align-items: center;
}
#sec_performance .inner .flex_area .left_item ul li:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 4px double #BEA774;
}
#sec_performance .inner .flex_area .left_item ul li .img_area {
	width: 45.91%;
}
#sec_performance .inner .flex_area .left_item ul li .img_area img {
	width: 100%;
}
#sec_performance .inner .flex_area .left_item ul li .txt_area {
	width: 47.64%;
}
#sec_performance .inner .flex_area .left_item ul li .txt_area .hd_txt {
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.13em;
	color: #d8bf87;
	margin-bottom: 25px;
}
#sec_performance .inner .flex_area .left_item ul li .txt_area p.txt {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.333;
	color: #fff;
	margin-bottom: 21px;
}
#sec_performance .inner .flex_area .left_item ul li .txt_area .more_btn {
	width: fit-content;
	margin-left: auto;
}
#sec_performance .inner .flex_area .left_item ul li .txt_area .more_btn a {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.714;
	color: #d8bf87;
	padding-left: 32.22px;
	position: relative;
}
#sec_performance .inner .flex_area .left_item ul li .txt_area .more_btn a::before {
	content: "";
	width: 20.52px;
	height: 1px;
	display: inline-block;
	background: #BEA774;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#sec_performance .inner .flex_area .right_item {
	/* background: url("../images/top/bg02.jpg"); */
	/* width: fit-content; */
	writing-mode: vertical-rl;
	display: flex;
	flex-direction: column;
	gap: 7% 0;
}
#sec_performance .inner .flex_area .right_item p {
	font-weight: normal;
	font-size: 23px;
	font-size: calc(23/1600*100vw);
	letter-spacing: 0.2em;
	line-height: 1.7;
	color: #fff;
	/* writing-mode: vertical-rl; */
	text-orientation: upright;
	margin-left: auto;
}
#sec_performance .performance_bg {
	background: url("../images/top/bg01.jpg") no-repeat 0 0 / 80px 100%,url("../images/common/hd_bg.jpg") no-repeat 0 0 / 100% 100%;
	padding: 203px 0 148px;
	position: relative;
}
#sec_performance .performance_bg::before {
	content: "";
	width: 80px;
	height: 2px;
	display: inline-block;
	background: url("../images/top/bg01.jpg") no-repeat;
	position: absolute;
	left: 0;
	top: -1px;
	opacity: 0.7;
}
#sec_performance .performance_bg::after {
	content: "";
	width: 100%;
	height: 2px;
	display: inline-block;
	background: url("../images/common/hd_bg.jpg") no-repeat;
	position: absolute;
	left: 0;
}
#sec_performance .performance_bg::after {
	bottom: -1px;
}
#sec_performance .performance_swiper {
	margin-bottom: 65px;
	padding: 20px 0 0;
}
#sec_performance .performance_swiper .swiper-wrapper {
	margin-bottom: 55px;
}
#sec_performance .performance_swiper .swiper-wrapper .swiper-slide {
	width: 413px;
	height: auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
	background: #dce2ef;
}
#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area {
	background: #dce2ef;
	padding: 30px;
	/* height: calc(100% - 40px); */
}
#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.hd_txt {
	font-weight: normal;
	font-size: 28px;
	color: #1f2043;
	padding-bottom: 17px;
	border-bottom: 1px solid #8E9CB7;
	margin-bottom: 21px;
	position: relative;
}
#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.hd_txt::after {
	content: "";
	position: absolute;
	background: url(../images/common/icon_next.svg) no-repeat;
	background-size: cover;
	top: calc(50% - 17px/2);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 33px;
	height: 33px;
	transition: right 0.2s;
}
#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a:hover .txt_area p.hd_txt::after {
	right: -5px;
}
#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.txt {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.733;
	color: #1f2043;
}
#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.notes {
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.03em;
	line-height: 1.4545;
	color: #1f2043;
	margin-top: 17px;
}
@media only screen and (max-width: 768px){
	#sec_performance {
		margin-bottom: 80px;
		background: url("../images/top/bg01.jpg") repeat;
		padding: 54.5px 0 0;
		position: relative;
	}
	#sec_performance::before {
		width: 100%;
		height: 6px;
	}
	#sec_performance::after {
		width: 100%;
		background: url("../images/common/hd_bg.jpg");
		bottom: -1px;
		height: 2px;
	}
	#sec_performance .performance_bg::before,
	#sec_performance .performance_bg::after {
		content: none;		
	}
	#sec_performance h2 {
		font-size: 37.5px;
		margin-bottom: 37px;
	}
	#sec_performance .inner {
		width: 100%;
		margin-bottom: 25px;
	}
	#sec_performance .inner .flex_area {
		flex-direction: column-reverse;
	}
	#sec_performance .inner .flex_area .left_item {
		width: 90%;
		margin: 0 auto;
		z-index: 1;
	}
	#sec_performance .inner .flex_area .left_item ul li {
		display: block;
	}
	#sec_performance .inner .flex_area .left_item ul li:not(:last-child) {
		padding-bottom: 18.5px;
		margin-bottom: 50px;
	}
	#sec_performance .inner .flex_area .left_item ul li .img_area {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec_performance .inner .flex_area .left_item ul li .img_area img {
		width: 100%;
	}
	#sec_performance .inner .flex_area .left_item ul li .txt_area {
		width: 100%;
	}
	#sec_performance .inner .flex_area .left_item ul li .txt_area .hd_txt {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#sec_performance .inner .flex_area .left_item ul li .txt_area p.txt {
		font-size: 16px;
		margin-bottom: 18.5px;
	}
	#sec_performance .inner .flex_area .left_item ul li .txt_area .more_btn {
	line-height: 0;
	}
	#sec_performance .inner .flex_area .left_item ul li .txt_area .more_btn a {
		padding-left: 21.105px;
	}
	#sec_performance .inner .flex_area .left_item ul li .txt_area .more_btn a::before {
		width: 15.255px;
	}
	#sec_performance .inner .flex_area .right_item {
		width: 90.8%;
		margin-left: auto;
		padding: 40px 5%;
		background: url("../images/top/bg02.jpg");
		background-size: cover;
		position: relative;
		display: block;
		writing-mode: inherit;
	}
	#sec_performance .inner .flex_area .right_item::after {
		content: "";
		position: absolute;
		background: url("../images/top/bg02.jpg");
		background-size: cover;
		bottom: -118px;
		right: 0;
		width: 100%;
		height: 118px;
	}
	#sec_performance .inner .flex_area .right_item p {
		font-size: 20px;
		letter-spacing: 0.05em;
		line-height: 1.5;
		writing-mode: inherit;
	}
	#sec_performance .performance_bg {
		background: url("../images/common/hd_bg.jpg");
		padding: 50px 0 0;
	}
	#sec_performance .performance_swiper {
		margin-bottom: 30px;
		padding: 20px 0;
	}
	#sec_performance .performance_swiper .swiper-wrapper {
		margin-bottom: 10px;
	}
	#sec_performance .performance_swiper .swiper-wrapper .swiper-slide {
		width: 90%;
		height: auto;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
		background: #dce2ef;
	}
	#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area {
		padding: 15px 5%;
	}
	#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.hd_txt {
		font-weight: normal;
		font-size: 28px;
		color: #1f2043;
		padding-bottom: 17px;
		border-bottom: 1px solid #8E9CB7;
		margin-bottom: 21px;
		position: relative;
	}
	#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.hd_txt::after {
		top: calc(50% - 10px/2);
		width: 25px;
		height: 25px;
	}
	#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.hd_txt {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.txt {
		font-size: 14px;
	}
	#sec_performance .performance_swiper .swiper-wrapper .swiper-slide a .txt_area p.notes {
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.03em;
		line-height: 1.4545;
		color: #1f2043;
		margin-top: 17px;
	}
	#sec_performance .cmn_btn {
		z-index: 1;
		position: relative;
	}
}

/*============================
#sec_voice　施工事例
============================*/
#sec_voice {
	margin-bottom: 127px;
}
#sec_voice .voice_swiper .swiper-wrapper {
	margin-bottom: 53.5px;
}
#sec_voice .voice_swiper .swiper-wrapper .swiper-slide {
	width: 371px;
}
#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .img_area {
	margin-bottom: 33px;
}
#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .txt_area p.hd_txt {
	font-weight: 600;
	font-size: 24px;
	/* letter-spacing: 0.2em; */
	letter-spacing: 0.12em;
	line-height: 1.5;
	color: #000;
	margin-bottom: 29px;
	padding-bottom: 10.5px;
	position: relative;
}
#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .txt_area p.hd_txt::after {
	content: "";
	width: 60.93px;
	height: 1px;
	display: inline-block;
	background-color: #CEBF82;
	position: absolute;
	left: 0;
	bottom: 0;
}
#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .txt_area p.txt {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #000;
}
#sec_voice .voice_swiper .swiper-pagination {
	margin-bottom: 83px;
}
@media only screen and (max-width: 768px){
	#sec_voice {
		margin-bottom: 127px;
	}
	#sec_voice .voice_swiper {
		padding: 0 60px;
	  }
	#sec_voice .voice_swiper .swiper-wrapper {
		margin-bottom: 30px;
	}
	#sec_voice .voice_swiper .swiper-wrapper .swiper-slide {
		width: 100%;
	}
	#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .img_area {
		margin-bottom: 15px;
	}
	#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .txt_area p.hd_txt {
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .txt_area p.hd_txt::after {
		content: "";
		width: 60.93px;
		height: 1px;
		display: inline-block;
		background-color: #CEBF82;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#sec_voice .voice_swiper .swiper-wrapper .swiper-slide .txt_area p.txt {
		font-size: 14px;
	}
	#sec_voice .voice_swiper .swiper-pagination {
		margin-bottom: 30px;
	}
}

/*施工事例スライダー下の＃タグ*/

.e-element {
	max-width: 1180px;
	margin: auto;
	margin-top: 100px;
    margin-bottom: 30px;
	text-align: center;
}
.e-element h3 {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 30px;
}
.e-element ul {
	display: flex;
	flex-wrap: wrap ;
	justify-content: center ;
	white-space: nowrap;
	letter-spacing: -.05em;
}
.e-element ul li {
	width: 265px!important;
	margin: 0px 10px 15px!important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #4C5870;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	border: 1px solid #4C5870;
	background-color: #fff;
}
.e-element ul li:hover {
	opacity: .7;
}
.e-element ul li a{
	width: 100%;
	padding: .7em 1.5em;
	color: #4C5870;
}
.e-element ul li a:before {
	margin-right: 0.25em;
	content: "#";
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 768px){
.e-element {
	margin: 50px 5% 50px;
    text-align: center;
}
.e-element h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.e-element ul{
	display: flex;
	gap:10px;
}

.e-element ul li {
	width: 48% !important;
    margin: 0px!important;
	font-size: 12px;
}
.e-element ul li a:before {
	margin-right: 0.2em;
}
}

/*============================
#sec_bunjou
============================*/
#sec_bunjou {
	background: url("../images/common/ft_bg02.jpg") no-repeat 100% 0 / 95% 100%;
	padding: 137px 0 174px;
}
#sec_bunjou .inner {
	max-width: 1029px;
}
#sec_bunjou .inner h2 {
	font-weight: 600;
	font-size: 43px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-bottom: 81px;
}
#sec_bunjou .inner ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sec_bunjou .inner ul li:not(:last-child) {
	margin-bottom: 88px;
}
#sec_bunjou .inner ul li .img_area {
	width: 37.41%;
}
#sec_bunjou .inner ul li .img_area img {
}
#sec_bunjou .inner ul li .txt_area {
	width: 53.64%;
}
#sec_bunjou .inner ul li .txt_area p.txt {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.625;
	color: #fff;
	margin-bottom: 30px;
}
#sec_bunjou .inner ul li .txt_area .cmn_btn.cmn_btn01 {
	max-width: 350px;
	height: 80px;
	margin: 0;
}
@media only screen and (max-width: 768px){
	#sec_bunjou {
		background: url("../images/common/ft_bg02.jpg") no-repeat;
		padding: 50px 0;
	}
	#sec_bunjou .inner {
		max-width: 1029px;
	}
	#sec_bunjou .inner h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#sec_bunjou .inner ul li {
		display: block;
	}
	#sec_bunjou .inner ul li:not(:last-child) {
		margin-bottom: 50px;
	}
	#sec_bunjou .inner ul li .img_area {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec_bunjou .inner ul li .img_area img {
	}
	#sec_bunjou .inner ul li .txt_area {
		width: 100%;
	}
	#sec_bunjou .inner ul li .txt_area p.txt {
		font-size: 14px;
	}
	#sec_bunjou .inner ul li .txt_area .cmn_btn.cmn_btn01 {
		height: 50px;
		margin: 0 auto;
	}
}

/*============================
#sec_news
============================*/
#sec_news {
	margin-bottom: 72.4px;
	background: url(../images/top/news_bg.jpg) no-repeat 0 0 / 93.75% 100%,url(../images/common/ft_bg02.jpg) no-repeat 0 0 / 100% auto;
	padding: 101px 0 81.6px;
	position: relative;
}
#sec_news::before {
	content: "";
    width: 93.76%;
    height: 16px;
    display: inline-block;
    background: #BEA774;
    position: absolute;
    left: 0;
    top: 0;
}
#sec_news .inner {
	max-width: 984.76px;
	width: 61.5475%;
}
#sec_news .inner h2.sttl02 {
	margin-bottom: 80.5px;
}
#sec_news .inner .news_list {
	margin-bottom: 62px;
}
#sec_news .inner .news_list dl {
	padding: 21px 5.19%;
	display: flex;
	gap: 0 9.92%;
	border-bottom: 1px solid #C8B778;
}
#sec_news .inner .news_list dl:first-of-type {
	border-top: 1px solid #C8B778;
}
#sec_news .inner .news_list dl dt,
#sec_news .inner .news_list dl dd {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.625;
	color: #fffeff;
}
#sec_news .inner .news_list dl a {
	padding: 0;
	color: #fffeff;
	text-decoration: underline;
}
#sec_news .inner .news_list dl a:hover{
	opacity: 1!important;
	text-decoration: none;
}
#sec_news .bnr{
	margin-top: 62px;
}

#sec_news dd .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sec_news dd .flexBox .text {
    width: calc(100% - 220px);
    margin-right: 20px;
}

#sec_news dd .flexBox .photo {
	width: 200px;
}

@media only screen and (max-width: 768px){
	#sec_news {
		margin-bottom: 80px;
		background: url(../images/top/news_bg.jpg) repeat;
		padding: 50px 0;
	}
	#sec_news::before {
		width: 100%;
		height: 6px;
	}
	#sec_news .inner {
		max-width: 984.76px;
		width: 90%;
	}
	#sec_news .inner h2.sttl02 {
		margin-bottom: 30px;
	}
	#sec_news .inner .news_list {
		margin-bottom:50px;
	}
	#sec_news .inner .news_list dl {
		border-bottom: 1px solid #C8B778;
	}
	#sec_news .inner .news_list dl:first-of-type {
		border-top: 1px solid #C8B778;
	}
	#sec_news .inner .news_list dl dt,
	#sec_news .inner .news_list dl dd {
		font-size: 14px;
	}
	#sec_news .cmn_btn{
		height:50px;
	}
	#sec_news .bnr{
		margin-top: 50px;
	}
	
	#sec_news dd .flexBox .text {
		width: 100%;
		margin-bottom: 20px;
	}

	#sec_news dd .flexBox .photo {
		width: 80%;
		margin: 0 auto;
	}
	
	
}

/*============================
#sec_sns
============================*/
#sec_sns {
	margin-bottom: 154px;
}
#sec_sns .inner {
	max-width: 1184px;
}
#sec_sns .inner h2.sttl02 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	margin-bottom: 62px;
}
#sec_sns .inner ul {
	display: flex;
	justify-content: space-between;
}
#sec_sns .inner ul li {
	height: 205px;
	width: 48.05%;
}
#sec_sns .inner ul li.link_instagram a {
	background: linear-gradient(135deg,#fca92f 0%, #eb2a6c 51.04%, #db2575 57.73%, #7602ab 100%);
}
#sec_sns .inner ul li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 0 5.09% 21px;
	position: relative;
}
#sec_sns .inner ul li.link_youtube a {
	background: #d20000;
}
#sec_sns .inner ul li a p.hd_txt {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
}
#sec_sns .inner ul li a p.txt {
	font-weight: normal;
	font-size: 17px;
	color: #fff;
}
#sec_sns .inner ul li a .icon {
	position: absolute;
	right: 5.09%;
}
#sec_sns .inner ul li.link_instagram a .icon {
	max-width: 45.31px;
	top: 31px;
}
#sec_sns .inner ul li.link_youtube a .icon {
	max-width: 65px;
	top: 24px;
}
@media only screen and (max-width: 768px){
	#sec_sns {
		margin-bottom: 80px;
	}
	#sec_sns .inner {
		max-width: 1184px;
	}
	#sec_sns .inner h2.sttl02 {
		font-family: 'Noto Serif', serif;
		font-weight: 400;
		margin-bottom: 62px;
	}
	#sec_sns .inner ul {
		display: block;
	}
	#sec_sns .inner ul li {
		height: 150px;
		width: 100%;
	}
	#sec_sns .inner ul li:not(:last-child) {
		margin-bottom: 20px;
	}
	#sec_sns .inner ul li a {
		padding: 0 5% 20px;
	}
	#sec_sns .inner ul li a p.hd_txt {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#sec_sns .inner ul li a p.txt {
		font-size: 14px;
	}
	#sec_sns .inner ul li a .icon {
		position: absolute;
		right: 5.09%;
	}
	#sec_sns .inner ul li.link_instagram a .icon {
		max-width: 45.31px;
		top: 15px;
	}
	#sec_sns .inner ul li.link_youtube a .icon {
		max-width: 45px;
		top: 15px;
	}
}

/*============================
#sec_column
============================*/
#sec_column {
	margin-bottom: 200px;
}
#sec_column .inner {
	max-width: 1184px;
}
#sec_column .inner h2.sttl01 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	margin-bottom: 62px;
}
#sec_column .inner ul {
	margin-bottom: 83px;
	display: flex;
	justify-content: space-between;
}
#sec_column .inner ul li {
/*	height: 205px;*/
	width: 22.05%;
}
#sec_column .inner ul li figure{
	margin-bottom: 20px;

}
#sec_column .inner ul li .hd_column{
	margin-bottom: 5px;
	font-size: 15px;
}
#sec_column .inner ul li .column_more_btn {
	width: fit-content;
	margin-left: auto;
}
#sec_column .inner ul li .column_more_btn a {
	font-weight: normal;
	font-size: 15px;
	line-height: 1.714;
	color: #4c5870;
	padding-left: 32.22px;
	position: relative;
	text-decoration: underline;
}
#sec_column .inner ul li .column_more_btn a:hover {
	text-decoration: none;
	opacity: 1!important;
}
#sec_column .inner ul li .column_more_btn a::before {
	content: "";
	width: 20.52px;
	height: 1px;
	display: inline-block;
	background: #4c5870;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
#sec_column {
	margin-bottom: 80px;
}
#sec_column .inner {
	max-width: 1184px;
}
#sec_column .inner h2.sttl01 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	margin-bottom: 62px;
}
#sec_column .inner ul {
	flex-wrap: wrap;
	margin-bottom: 0px;
}
#sec_column .inner ul li {
	width: 48.05%;
}
#sec_column .inner ul li:not(:last-child) {
	margin-bottom: 40px;
}
#sec_column .inner ul li .hd_column{
	font-size: 14px;
	margin-bottom: 5px;
}
#sec_column .inner ul li .column_more_btn{
	line-height: 0.5;
}
#sec_column .inner ul li .column_more_btn a {
	font-size: 14px;
}
}



/*============================
#sec_nav
============================*/
#sec_nav {
	margin-bottom: 178px;
}
#sec_nav ul.main_nav {
	display: flex;
	gap: 0 3px;
}
#sec_nav ul.main_nav li {
	width: calc(50% - 1.5px);
}
#sec_nav ul.main_nav li.nav_catalog {
	background: url("../images/top/nav_img01.jpg") no-repeat;
	background-size: cover;
}
#sec_nav ul.main_nav li.nav_reservation {
	background: url("../images/top/nav_img02.jpg") no-repeat;
	background-size: cover;
}
#sec_nav ul.main_nav li a {
	/* padding: 150px 19.625%; */
	padding: 150px 12%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sec_nav ul.main_nav li a .hd_txt span.jp {
	font-weight: normal;
	font-size: calc(70/1600*100vw);
	letter-spacing: 0.05em;
	color: #bea774;
	margin-bottom: 73px;
	line-height: 1.6;
	position: relative;
}
#sec_nav ul.main_nav li a .hd_txt span.jp::after {
	content: "";
	position: absolute;
	background: url("../images/common/arrow06.svg") no-repeat;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 30.73px;
	height: 30.73px;
	transition: right 0.2s;
}
#sec_nav ul.main_nav li a .hd_txt span.jp {
	position: relative;
	padding-right: 74.53px;
	display: inline-block;
	width: fit-content;
}
#sec_nav ul.main_nav li a:hover .hd_txt span.jp::after {
	right: -5px;
}
#sec_nav ul.main_nav li a .hd_txt span.en {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: calc(30/1600*100vw);
	letter-spacing: 0.1em;
	color: #cebf82;
	display: block;
	line-height: 1.133;
}
#sec_nav ul.main_nav li a p.txt {
	font-weight: 600;
	font-size: calc(20/1600*100vw);
	letter-spacing: 0.1em;
	color: #fff;
}
#sec_nav ul.sub_nav {
	display: flex;
}
#sec_nav ul.sub_nav li {
	width: calc(100%/3);
	border-bottom: 1px solid #707070;
}
#sec_nav ul.sub_nav li:not(:last-child) {
	border-right: 1px solid #707070;
}
#sec_nav ul.sub_nav li a {
	/* padding: 94.9px 8.285% 89.5px; */
	padding: 94.9px 6% 89.5px;
	display: block;
	position: relative;
}
#sec_nav ul.sub_nav li a::after {
	content: "";
	position: absolute;
	background: url("../images/common/icon_next.svg") no-repeat;
	background-size: cover;
	bottom: 50.5px;
	right: 8.285%;
	width: 30.73px;
	height: 30.73px;
	transition: right 0.2s;
}
#sec_nav ul.sub_nav li a:hover::after {
	right: calc(8.285% - 5px);
}
#sec_nav ul.sub_nav li a .hd_txt {
	margin-bottom: 56px;
}
#sec_nav ul.sub_nav li a .hd_txt span {
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	font-size: 20px;
	/* font-size: calc(20/1600*100vw); */
	letter-spacing: 0.05em;
	color: #bea774;
	margin-bottom: 25px;
	display: block;
}
#sec_nav ul.sub_nav li a .hd_txt p {
	font-weight: 600;
	font-size: calc(35/1600*100vw);
	font-size: calc(29/1600*100vw);
	letter-spacing: 0.05em;
	color: #2e374a;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sec_nav ul.sub_nav li a .hd_txt p::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
#sec_nav ul.sub_nav li.nav_madori a .hd_txt p {
	padding-left: 84px;
}
#sec_nav ul.sub_nav li.nav_madori a .hd_txt p::before {
	background: url("../images/top/nav_icon_madori.svg") no-repeat;
	background-size: cover;	
	width: 59.2px;
	height: 40.87px;
}
#sec_nav ul.sub_nav li.nav_online a .hd_txt p {
	padding-left: 76.03px;
}
#sec_nav ul.sub_nav li.nav_online a .hd_txt p::before {
	background: url("../images/top/nav_icon_online.svg") no-repeat;
	background-size: cover;	
	width: 61.73px;
	height: 57px;
}
#sec_nav ul.sub_nav li.nav_bunjou a .hd_txt p {
	padding-left: 83.97px;	
}
#sec_nav ul.sub_nav li.nav_bunjou a .hd_txt p::before {
	background: url("../images/top/nav_icon_bunjou.svg") no-repeat;
	background-size: cover;	
	width: 68.47px;
	height: 28.74px;
}
#sec_nav ul.sub_nav li a p.txt {
	font-weight: 600;
	font-size: calc(20/1600*100vw);
	letter-spacing: 0.1em;
	color: #545454;
}
@media only screen and (min-width: 1600px){
	#sec_nav ul.main_nav li a .hd_txt span.jp {
		font-size: 70px;
	}
	#sec_nav ul.main_nav li a .hd_txt span.en {
		font-size: 30px;
	}
	#sec_nav ul.main_nav li a p.txt {
		font-size: 20px;
	}
	#sec_nav ul.main_nav li a {
		/* padding-left: 157px; */
		/* padding-right: 157px; */
		padding-left: 135px;
		padding-right: 135px;
	}
	#sec_nav ul.sub_nav li a .hd_txt span {
		font-size: 20px;
	}
	#sec_nav ul.sub_nav li a .hd_txt p {
		font-size: 35px;
	}
	#sec_nav ul.sub_nav li a p.txt {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px){
	#sec_nav {
		margin-bottom: 80px;
	}
	#sec_nav ul.main_nav {
		display: block;
	}
	#sec_nav ul.main_nav li {
		width: 100%;
	}
	#sec_nav ul.main_nav li.nav_catalog {
	border-bottom: 3px solid #fff;
	}
	#sec_nav ul.main_nav li.nav_reservation {
		background: url("../images/top/nav_img02.jpg") no-repeat;
		background-size: cover;
	}
	#sec_nav ul.main_nav li a {
		padding: 25px 5%;
	}
	#sec_nav ul.main_nav li a .hd_txt span.jp {
		font-size: 30px;
		margin-bottom: 25px;
	}
	#sec_nav ul.main_nav li a .hd_txt span.jp::after {
		top: 42%;
		width: 25px;
		height: 25px;
	}
	#sec_nav ul.main_nav li a .hd_txt span.en {
		font-size: 14px;
	}
	#sec_nav ul.main_nav li a p.txt {
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #fff;
	}
	#sec_nav ul.sub_nav {
		display: block;
	}
	#sec_nav ul.sub_nav li {
		width: 100%;
	}
	#sec_nav ul.sub_nav li:not(:last-child) {
		border-right: none;
	}
	#sec_nav ul.sub_nav li a {
		padding: 25px 5% 50px;
	}
	#sec_nav ul.sub_nav li a::after {
		right: 5%;
		bottom: 15px;
		width: 30px;
		height: 30px;
	}
	#sec_nav ul.sub_nav li a .hd_txt {
		margin-bottom: 30px;
	}
	#sec_nav ul.sub_nav li a .hd_txt span {
		font-size: 12px;
		margin-bottom: 5px;
	}
	#sec_nav ul.sub_nav li a .hd_txt p {
		font-size: 22px;
	}
	#sec_nav ul.sub_nav li a .hd_txt p::before {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
	}
	#sec_nav ul.sub_nav li.nav_madori a .hd_txt p {
		padding-left: 55px;
	}
	#sec_nav ul.sub_nav li.nav_madori a .hd_txt p::before {
		width: 40px;
		height: 28px;
	}
	#sec_nav ul.sub_nav li.nav_online a .hd_txt p {
		padding-left: 55px;
	}
	#sec_nav ul.sub_nav li.nav_online a .hd_txt p::before {
		width: 40px;
		height: 37px;
	}
	#sec_nav ul.sub_nav li.nav_bunjou a .hd_txt p {
		padding-left: 55px;
	}
	#sec_nav ul.sub_nav li.nav_bunjou a .hd_txt p::before {
		width: 40px;
		height: 16px;
	}
	#sec_nav ul.sub_nav li a p.txt {
		font-size: 16px;
		height: auto!important;
	}
}

/*============================
#sec_contact
============================*/
#sec_contact {
	margin-bottom: 161.6px;
}
#sec_contact .inner {
	max-width: 963px;
}
#sec_contact .inner h2 {
	margin-bottom: 26px;
}
#sec_contact .inner p.txt {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	margin-bottom: 62px;
	line-height: 1.625;
}
#sec_contact .inner .tel_list dl {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 0 2em;
	border-bottom: 1px solid #CBCBCB;
	padding: 0 48.7px 0 11px;
	height: 111px;
}
#sec_contact .inner .tel_list dl:first-child {
	border-top: 1px solid #CBCBCB;
}
#sec_contact .inner .tel_list dl:nth-child(odd) {
	background: #F8F8F8;
}
#sec_contact .inner .tel_list dl dt,
#sec_contact .inner .tel_list dl dd {
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
#sec_contact .inner .tel_list dl dt {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.444;
	color: #000;
	padding-left: 35.3px;
	position: relative;
	width: calc(369px + 35.3px);
	min-width: max-content;
}
#sec_contact .inner .tel_list dl dt::before {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #34476D;
	border-radius: 50%;
	position: absolute;
	left: 0;
	/* top: 0.45em; */
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sec_contact .inner .tel_list dl dd {
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.444;
	color: #000;
	text-align: center;
}
#sec_contact .inner .tel_list dl dd .notes {
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
@media only screen and (max-width: 1050px){
	#sec_contact .inner .tel_list dl {
		justify-content: flex-start;
	}	
	#sec_contact .inner .tel_list dl dt {
		width: 100%;
	}
	#sec_contact .inner .tel_list dl dd {
		text-align: left;
	}
	#sec_contact .inner .tel_list dl dd .notes {
		text-align: left;
	}
}
@media only screen and (max-width: 768px){
	#sec_contact {
		margin-bottom: 80px;
	}
	#sec_contact .inner {
		max-width: 963px;
	}
	#sec_contact .inner h2 {
		margin-bottom: 30px;
	}
	#sec_contact .inner p.txt {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#sec_contact .inner .tel_list dl {
		gap: 10px 5%;
		padding: 15px 5%;
		height: auto;
		/* justify-content: flex-start; */
	}
	#sec_contact .inner .tel_list dl dt,
	#sec_contact .inner .tel_list dl dd {
		display: flex;
		flex-direction: column;
		justify-content: center;	
	}
	#sec_contact .inner .tel_list dl dt {
		font-size: 16px;
		padding-left: 20px;
	}
	#sec_contact .inner .tel_list dl dd.w100 {
		width: 100%;
	}
	#sec_contact .inner .tel_list dl dt::before {
		width: 8px;
		height: 8px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: 0.5em;
	}
	#sec_contact .inner .tel_list dl dd {
		font-weight: 500;
		font-size: 16px;
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 640px){
	#sec_contact .inner .tel_list dl dd .notes br {
		/* display: none; */
	}
}

#underPage_spfooter {
	display: none;
}

/*2025/07/29追加*/
.gx-notice{
	color: #fff;
	font-size: 12px;
	margin: 10px 0;
	text-align: right;
}

@media (max-width: 768px){
.gx-notice{
	text-align: left;
	font-size: 10px;
}
}

/*スライダーのラベル*/
.topics__label{
	margin-right: 15px;
	padding: 7px 10px;
	display: inline-flex;
	vertical-align: 2px!important;
	align-items: center;
	justify-content: center;
	background: #4C5870;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;						
	line-height: 1;
}
.hd_txt_spacer{
	width: 94px;
	display: inline-block;
}

@media (max-width: 768px){
	.topics__label{
		margin-right: 12px;
		font-size: 12px;
		transform: translateY(0px);
	}
	.hd_txt_spacer{
		width: 80px;
	}
}
					
