@charset "UTF-8";
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
	color: #555555;
	background: #fefbfb;
	font-size: 16px;
	font-family: "Shippori Mincho","Noto Serif JP", serif;
	font-style: normal;
	font-weight: 400;
}
a{
	transition: all .6s;
}
a img{
	transition: all 6s;
}
a:hover img{
	opacity: .6;
}
p{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
p:last-of-type{
	margin-bottom: 0;
}
p.fast_text{
	text-align: center;
	font-size: 1.1em;
}
h2{
	font-size: 2rem;
	text-align: center;
	position: relative;
}
h2 span{
	display: block;
	font-size: .6em;
	color:#f1979f;
}
h3{
	font-size: 1.6rem;
}
h4{
	font-size: 1.5rem;
}
h5{
	font-size: 1.4rem;
}
h6{
	font-size: 1.3rem;
}
section.content{
	padding: 6rem 0;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex .clm_2{
	width: calc( 100% / 2 );
	padding: 15px;
}
.flex .clm_3{
	width: calc( 100% / 3 );
	padding: 15px;
}
.flex .clm_4{
	width: calc( 100% / 4 );
	padding: 15px;
}
.well{
	width: 100%;
	max-width: 800px;
	background: #fff;
	padding: 2em;
	margin: 0 auto;
	border: 1px solid #f1979f;
	border-radius: 10px;
}
.pc-br { display: block;}
.sp-br { display: none;}
@media screen and (max-width: 1200px) {
	h2{
		font-size: 1.9rem;
	}
	h3{
		font-size: 1.5rem;
	}
	h4{
		font-size: 1.4rem;
	}
	h5{
		font-size: 1.3rem;
	}
	h6{
		font-size: 1.2rem;
	}
	section.content{
		padding: 5rem 0;
	}
}
@media screen and (max-width: 991px) {
	h2{
		font-size: 1.8rem;
	}
	h3{
		font-size: 1.4rem;
	}
	h4{
		font-size: 1.3rem;
	}
	h5{
		font-size: 1.2rem;
	}
	h6{
		font-size: 1.1rem;
	}
	section.content{
		padding: 4rem 0;
	}
}
@media screen and (max-width: 768px) {
	p.fast_text{
		text-align: left;
	}
	h2{
		font-size: 1.7rem;
	}
	h3{
		font-size: 1.4rem;
	}
	h4{
		font-size: 1.3rem;
	}
	h5{
		font-size: 1.2rem;
	}
	h6{
		font-size: 1.1rem;
	}
	section.content{
		padding: 3rem 0;
	}
	.flex .clm_2,
	.flex .clm_3,
	.flex .clm_4{
		width: 100%;
	}
}
@media screen and (max-width: 428px) {
	p.fast_text{
		font-size: 1em;
	}
	h2{
		font-size: 1.6rem;
	}
	h3{
		font-size: 1.3rem;
		border-bottom: 1px solid #f1979f;
	}
	h4{
		font-size: 1.2rem;
	}
	h5{
		font-size: 1.1rem;
	}
	h6{
		font-size: 1rem;
	}
	section.content{
		padding: 2rem 0;
	}
	.pc-br { display:  none;}
	.sp-br { display: block;}
}

/* -----------------------
		header
----------------------- */
.site-header{
	height: 100px;
}
.header_scrolled .site-header-logo{
	display: block;
}
.device-pc .global-nav-list>li>a{
	height: 100px;
	line-height: 100px;
	padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
	.header_scrolled .site-header{
		background-color: rgba(254, 251, 251, 0.9);
	}
	.site-header-logo{
		max-width: 250px;
		max-height: 50px;
        padding-top: 0;
		margin-top: 25px;
        margin-bottom: 0;
	}
	.site-header--layout--nav-float .site-header-logo a{
		width: auto;
		height: 100%;
	}
	.site-header--layout--nav-float .site-header-logo img{
		object-fit: contain;
	}
	.header_scrolled .site-header .global-nav{
		margin-right: 0;
	}
}
/* メインビジュアル */
.swiper{
	width: 100%;
	height: auto;
	max-height: calc( 100vh - 150px );
	aspect-ratio: 16 / 9;
	position: relative;
}
.swiper::after{
	content: '';
	display: block;
	width: 50%;
	max-width:480px;
	height: 50%;
	background: url(/wp-content/uploads/2025/10/main-text.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 10;
}
.ltg-slide-text-title{
	text-shadow: 1px 1px 10px #f1979f,-1px -1px 10px #f1979f;
}

/* -----------------------
		front
----------------------- */
.front_concept-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.front_concept-img{
	width: 50%;
	padding-right: 5%;
}
.front_concept-text{
	width: 50%;
}
.front_concept-text p{
	text-align: justify;
}
p.front_service-text{
	text-align: center;
}
.front_service-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}
.front_service-item{
	width: calc(100% / 3);
	padding: 0 15px;
}
.front_service-item figure,
.clm_3 figure{
	width: 100%;
	aspect-ratio: 4 / 3;
}
.front_service-item figure img,
.clm_3 figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front_service-item figure+h3{
	margin-top: .5em;
}
a.button{
	display: block;
	text-decoration: none;
	width: 100%;
	max-width: 460px;
	height: 50px;
	line-height: 50px;
	color: #f1979f;
	border: 1px solid #f1979f;
	padding: 0 2em;
	margin: 2rem auto 0;
	position: relative;
}
a.button::after{
	content: '\02192';
	display: block;
	position: absolute;
	top: 0;
	right: 2em;
	transition: all .6s;
}
a.button:hover{
	color: #fff;
	background: #f1979f;
}
a.button:hover::after{
	right: 3em;
}
@media screen and (max-width: 991px) {
	.front_concept-img{
		width: 100%;
		padding-right: 0;
	}
	.front_concept-text,
	.front_service-item{
		width: 100%;
	}
	p.front_service-text{
		text-align: justify;
	}
}