@charset "utf-8";

/*--------------------------------------------------------------
1.0 - TOP
--------------------------------------------------------------*/
/* TITLE */
.top_h2ttl {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 2.8vw;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
}
.top_h2ttl:after {
	position: absolute;
	content: "・・・";
	font-size: 1.9vw;
	font-weight: 900;
	color: #ddd;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	bottom: -60%;
	left: 50%;
	transform: translateX(-50%);
}
.top_h2ttl span {
	padding: 0;
}
.top_h2ttl .sub {
	font-size: 72%;
	font-weight: 600;
	display: inline;
}
.top_h2ttl .jpn {
	padding-left: 0.5%;
	font-size: 55%;
	font-weight: 600;
	display: inline;
}
.top_h2ttl .us {
	padding-top: 1.8%;
	font-size: 1.4vw;
	font-weight: 500;
	color: #999;
	display: block;
}

/* BUTTON */
.btn_A {
	position: relative;
	width: fit-content;
	display: block;
	margin: 0;
	padding: 1.0% 8% 1.2% 4%;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	font-size: 0.9vw;
	font-weight: 600;
	text-align: center;
	transition: 0.5s;
	border-radius: 100vh;
}
.btn_A::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f138';
	right: 14%;
}
.btn_A:hover {
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}

.topSection {
	width: 100%;
	margin: 0 auto;
	padding: 10% 0;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.fv_Section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.fv_container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	background-color: #fff;
}
.bg_fv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.fv_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}
.fv_content .c_copy {
	margin: 0 0 8%;
	font-size: 3.6vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), -2px 2px 4px rgba(0, 0, 0, 0.2), -2px -2px 4px rgba(0, 0, 0, 0.2), 2px -2px 4px rgba(0, 0, 0, 0.2);
}
.fv_content p {
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), -1px 1px 2px rgba(0, 0, 0, 0.4), -1px -1px 2px rgba(0, 0, 0, 0.4), 1px -1px 2px rgba(0, 0, 0, 0.4);
}

.top_1st {

}
.top_1st p {
	margin: 4.5% 0 0 0;
	padding: 0;
	font-size: 1.0vw;
	line-height: 2.4;
	text-align: center;
}
.top_1st p strong {
	padding: 0 0.2%;
	font-size: 112%;
	font-weight: 500;
}
.top_1st p .us {
	padding: 0;
	font-size: 135%;
	font-weight: 600;
}
.top_1st p .sub {
	padding: 0 0.2% 0 0;
	font-size: 112%;
	font-weight: 500;
}

.top_concept {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: url(/wp-content/uploads/2026/04/bg_concept.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 38.54%;
}
.top_concept .tc_box {
	position: absolute;
	width: 39%;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.top_concept .tc_box h2 {
	margin: 0 0 12%;
	padding: 0;
	color: #fff;
	font-size: 2.8vw;
	font-weight: 700;
	line-height: 1.0;
}
.top_concept .tc_box h2 span {
	position: relative;
	display: block;
	margin: 3% 0 0 0;
	padding: 0 0 0 11%;
	color: #fff;
	font-size: 40%;
	font-weight: 400;
	letter-spacing: 0.12em;
}
.top_concept .tc_box h2 span::before {
	position: absolute;
	content: "・・・";
	font-size: 1.8vw;
	font-weight: 900;
	color: #ddd;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.top_concept .tc_box .c_copy {
	margin: 0;
	padding: 0 0 5%;
	color: #fff;
	font-size: 2.3vw;
	font-weight: 600;
	line-height: 1.2;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
}
.top_concept .tc_box p {
	margin: 0;
	padding: 0 0 1%;
	color: #fff;
	font-size: 1.0vw;
	font-weight: 500;
	line-height: 2.0;
}
.top_concept .tc_box p span {
	font-size: 120%;
	font-weight: 500;
}
.top_concept .tc_box .last_txt {
	padding: 0;
}

.top_service {
	width: 100%;
	text-align: center;
}
.top_service p {
	margin: 4.5% 0 0 0;
	padding: 0;
	font-size: 1.0vw;
	line-height: 2.4;
	text-align: center;
}
.top_service p strong {
	padding: 0 0.2%;
	font-size: 112%;
	font-weight: 500;
}
.top_service p .us {
	padding: 0;
	font-size: 135%;
	font-weight: 600;
}
.top_service p .sub {
	padding: 0 0.2% 0 0;
	font-size: 112%;
	font-weight: 500;
}
.top_service h3 {
	margin: 3% 0 0 0;
	padding: 0;
	font-size: 1.8vw;
	font-weight: 600;
	text-align: center;
}
.top_service .entry {
	margin: 1% 0 0 0;
}
.service3 {
	width: 80%;
	margin: 4% auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.service3 .service_box {
	width: 28%;
	margin: 0 8% 0 0;
	padding: 0;
}
.service3 .last_box {
	margin: 0;
}
.service3 .service_box img {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0.8vw;
	display: block;
}
.service3 .service_box h4 {
	margin: 3% 0 0 0;
	padding: 0;
	font-size: 1.2vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
}
.service3 .service_box p {
	margin: 2% 0 0 0;
	padding: 0;
	font-size: 0.9vw;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.07em;
}
.btn_service {
	margin: 5% auto 0;
	padding: 1.0% 4% 1.1% 2.2%;
}

.top_worry {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: url(/wp-content/uploads/2026/04/bg_worry.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 51.04%;
}
.worry_inner {
	position: absolute;
	width: 39%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.worry_inner h2 {
	margin: 0 0 4%;
	padding: 0;
	font-size: 2.2vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.0;
	letter-spacing: 0.1em;
	text-align: center;
}
.worry_inner ul {
	width: 58%;
	margin: 7.5% auto;
	padding: 5% 0 5% 11%;
	border: solid 3px #3d3d3d;
	border-radius: 1.2vw;
}
.worry_inner ul li {
	position: relative;
	margin: 0;
	padding: 0 0 5%;
	font-size: 1.05vw;
	font-weight: 500;
	line-height: 1.6;
}
.worry_inner ul li:last-child {
	padding: 0;
}
.worry_inner ul li::before {
	position: absolute;
	font-size: 1.1vw;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f059';
	top: 0;
	left: -8%;
}
.worry_inner p {
	margin: 0 auto;
	padding: 0;
	font-size: 1.0vw;
	font-weight: 500;
	line-height: 2.0;
}
.worry_inner p .us {
	padding: 0;
	font-size: 115%;
	font-weight: 600;
}

.top_profile {
	padding: 10% 0;
}
.tp_inner {
	width: 70%;
	margin: 5% auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.tp_inner .image {
	width: 26%;
	margin: 0 6% 0 0;
	padding: 0;
}
.tp_inner .image img {
	width: 100%;
	border-radius: 50%;
	display: block;
}
.tp_inner .right {
	width: 68%;
	margin: 0;
	padding: 0;
}
.tp_inner .right h3 {
	margin: 0;
	padding: 0 0 2%;
	font-size: 1.2vw;
	font-weight: 400;
}
.tp_inner .right h3 span {
	margin: 0;
	padding: 0;
	font-size: 1.5vw;
	font-weight: 500;
}
.tp_inner .right h3 .separator {
	padding: 0 0 0 1%;
	font-size: 1.2vw;
	font-weight: 400;
}
.tp_inner .right h3 .us {
	margin: 0;
	padding: 0 0 0 2%;
	color: #999;
	font-size: 1.3vw;
	font-weight: 400;
}
.tp_inner .right p {
	margin: 0;
	padding: 0 0 1%;
	font-size: 0.9vw;
}
.tp_inner .right p strong {
	padding: 0 0.2%;
	font-size: 105%;
	font-weight: 500;
}
.tp_inner .right p .us {
	padding: 0;
	font-size: 130%;
	font-weight: 600;
}
.tp_inner .right p .sub {
	padding: 0 0.2% 0 0;
	font-size: 105%;
	font-weight: 500;
}

.top_news {
	padding: 8% 0;
	background: #222;
}
.top_news h2 {
	width: 50%;
	margin: 0 auto 2%;
	padding: 0;
	font-size: 2.8vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.0;
}
.top_news h2 span {
	padding: 0 0 0 2%;
	font-size: 35%;
	font-weight: 500;
	color: #999;
}
.top_info {
	width: 50%;
	aspect-ratio: 185/70;
	margin: 0 auto;
	padding: 0;
	overflow: scroll;
}
.info_row {
	width: 100%;
	margin: 0;
	padding: 2% 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	border-bottom: 1px dotted #444;
}
.info_row time {
	width: 15%;
	margin: 0;
	padding: 0;
	font-size: 1.0vw;
	color: #999;
}
.info_row .new_icon {
	width: 5%;
	margin: 0.6% 0 0 0;
	padding: 0;
	line-height: 1.0;
}
.info_row .new_icon img {
	width: 100%;
}
.info_row p {
	width: 74%;
	margin: 0;
	padding: 0 3%;
	font-size: 0.95vw;
}
.info_row p a {
	color: #fff;
	transition: 0.5s;
}
.info_row p a:hover {
	opacity: .5;
}

.top_blog {
	width: 100%;
	padding: 10% 0;
}
.top_blog ul {
	width: 80%;
	margin: 6% auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
}
.top_blog ul li {
	width: 22%;
	margin: 0 4% 0 0;
	padding: 0;
	line-height: 1.8;
}
.top_blog ul li:last-child {
	margin: 0;
}
.top_blog ul li a {
	color: #000;
	transition: 0.5s;
}
.top_blog ul li a:hover {
	opacity: .6;
}
.top_blog ul li .blog_thum {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top_blog ul li .blog_thum a {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
.top_blog ul li .blog_thum a img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.top_blog ul li h3 {
	margin: 0;
	padding: 2% 0;
	font-size: 1.0vw;
	line-height: 1.4;
}
.top_blog ul li .date {
	margin: 0 0 3%;
	padding: 0;
	font-size: 0.82vw;
	color: #777;
	display: block;
}
.top_blog ul li p {
	margin: 0;
	padding: 0;
	font-size: 0.9vw;
	color: #555;
}
.top_blog ul li .read-more {
	font-size: 95%;
	font-weight: 500;
	float: right;
}
.btn_blog {
	margin: 5% auto 0;
	padding: 1.0% 4% 1.1% 2.2%;
}




/*-----------------------
Responsive
-------------------------*/

@media screen and (max-width: 1280px) {
	/* TITLE */
	.top_h2ttl {
		font-size: 3.1vw;
	}
	.top_h2ttl:after {
		font-size: 2.2vw;
	}
	.top_h2ttl .us {
		font-size: 1.7vw;
	}
	
	/* BUTTON */
	.btn_A {
		font-size: 1.2vw;
	}
	
	.fv_container {
		padding-top: 66.25%;
	}
	.fv_content {
		transform: translate(-50%, -35%);
	}
	.fv_content .c_copy {
		font-size: 3.9vw;
	}
	.fv_content p {
		font-size: 1.4vw;
	}
	
	.top_1st p {
		font-size: 1.3vw;
	}
	
	.top_concept {
		padding-top: 45%;
	}
	.top_concept .tc_box {
		width: 45%;
		left: 7%;
	}
	.top_concept .tc_box h2 {
		font-size: 3.1vw;
	}
	.top_concept .tc_box h2 span::before {
		font-size: 2.1vw;
	}
	.top_concept .tc_box .c_copy {
		font-size: 2.6vw;
	}
	.top_concept .tc_box p {
		font-size: 1.3vw;
	}
	
	.top_service p {
		font-size: 1.3vw;
	}
	.top_service h3 {
		font-size: 2.1vw;
	}
	.service3 {
		width: 90%;
	}
	.service3 .service_box {
		width: 29.2%;
		margin: 0 6.2% 0 0;
	}
	.service3 .last_box {
		margin: 0;
	}
	.service3 .service_box img {
		border-radius: 1.0vw;
	}
	.service3 .service_box h4 {
		margin: 4% 0 0 0;
		font-size: 1.5vw;
	}
	.service3 .service_box p {
		font-size: 1.2vw;
	}
	.btn_service {
		padding: 1.0% 5.5% 1.1% 3.3%;
	}
	
	.top_worry {
		padding-top: 55%;
	}
	.worry_inner {
		width: 45%;
	}
	.worry_inner h2 {
		font-size: 2.5vw;
	}
	.worry_inner ul {
		width: 64%;
		margin: 7.5% auto 5%;
		border-radius: 1.4vw;
	}
	.worry_inner ul li {
		font-size: 1.35vw;
	}
	.worry_inner ul li::before {
		font-size: 1.4vw;
	}
	.worry_inner p {
		font-size: 1.3vw;
	}
	
	.tp_inner {
		width: 80%;
		margin: 6% auto 0;
	}
	.tp_inner .right h3 {
		font-size: 1.5vw;
	}
	.tp_inner .right h3 span {
		font-size: 1.8vw;
	}
	.tp_inner .right h3 .us {
		font-size: 1.6vw;
	}
	.tp_inner .right p {
		font-size: 1.2vw;
	}
	
	.top_news h2 {
		width: 65%;
		font-size: 3.1vw;
	}
	.top_info {
		width: 65%;
	}
	.info_row time {
		font-size: 1.3vw;
	}
	.info_row p {
		font-size: 1.25vw;
	}
	
	.top_blog ul {
		width: 90%;
	}
	.top_blog ul li h3 {
		font-size: 1.3vw;
	}
	.top_blog ul li .date {
		font-size: 1.12vw;
	}
	.top_blog ul li p {
		font-size: 1.2vw;
	}
	.btn_blog {
		padding: 1.0% 4.2% 1.1% 2.0%;
	}
	.btn_blog::after {
		right: 10%;
	}
	
}


@media screen and (max-width: 1024px) {
	/* TITLE */
	.top_h2ttl {
		font-size: 3.4vw;
	}
	.top_h2ttl:after {
		font-size: 2.5vw;
	}
	.top_h2ttl .us {
		font-size: 2.0vw;
	}
	
	/* BUTTON */
	.btn_A {
		font-size: 1.5vw;
	}
	.btn_A::after {
		right: 10%;
	}
	
	.fv_container {
		padding-top: 76.25%;
	}
	.fv_content {
		width: 100%;
		transform: translate(-50%, -35%);
	}
	.fv_content .c_copy {
		margin: 0 0 4%;
		font-size: 4.2vw;
	}
	.fv_content p {
		font-size: 1.7vw;
	}
	
	.top_1st p {
		margin: 5% 0 0 0;
		font-size: 1.6vw;
		line-height: 2.2;
	}
	
	.top_concept {
		padding-top: 55%;
	}
	.top_concept .tc_box {
		width: 50%;
		left: 6%;
	}
	.top_concept .tc_box h2 {
		font-size: 3.4vw;
	}
	.top_concept .tc_box h2 span::before {
		font-size: 2.4vw;
	}
	.top_concept .tc_box .c_copy {
		font-size: 2.9vw;
	}
	.top_concept .tc_box p {
		font-size: 1.6vw;
	}
	
	.top_service p {
		margin: 5% 0 0 0;
		font-size: 1.6vw;
		line-height: 2.2;
	}
	.top_service h3 {
		font-size: 2.4vw;
	}
	.service3 .service_box {
		width: 30.2%;
		margin: 0 4.7% 0 0;
	}
	.service3 .last_box {
		margin: 0;
	}
	.service3 .service_box img {
		border-radius: 1.2vw;
	}
	.service3 .service_box h4 {
		font-size: 1.8vw;
	}
	.service3 .service_box p {
		font-size: 1.5vw;
	}
	.btn_service {
		padding: 1.0% 5.6% 1.1% 3.0%;
	}
	
	.worry_inner {
		width: 47%;
	}
	.worry_inner h2 {
		margin: 1% 0 0;
		font-size: 2.8vw;
	}
	.worry_inner ul {
		width: 90%;
		margin: 6% auto 4%;
		padding: 4.5% 0 4.5% 13%;
		border-radius: 1.6vw;
		box-sizing: border-box;
	}
	.worry_inner ul li {
		padding: 0 0 4%;
		font-size: 1.65vw;
	}
	.worry_inner ul li::before {
		font-size: 1.7vw;
	}
	.worry_inner p {
		font-size: 1.6vw;
	}
	
	.tp_inner {
		width: 90%;
		margin: 7% auto 0;
	}
	.tp_inner .image {
		margin: 0 4% 0 0;
	}
	.tp_inner .right {
		width: 70%;
	}
	.tp_inner .right h3 {
		font-size: 1.8vw;
	}
	.tp_inner .right h3 span {
		font-size: 2.1vw;
	}
	.tp_inner .right h3 .us {
		font-size: 1.9vw;
	}
	.tp_inner .right p {
		font-size: 1.5vw;
	}
	
	.top_news h2 {
		width: 80%;
		font-size: 3.4vw;
	}
	.top_info {
		width: 80%;
		aspect-ratio: 185/60;
	}
	.info_row time {
		font-size: 1.6vw;
	}
	.info_row .new_icon {
		margin: 0.4% 0 0 0;
	}
	.info_row p {
		font-size: 1.55vw;
	}
	
	.top_blog ul li h3 {
		font-size: 1.6vw;
	}
	.top_blog ul li .date {
		font-size: 1.42vw;
	}
	.top_blog ul li p {
		font-size: 1.5vw;
	}
	.btn_blog {
		padding: 1.0% 4.7% 1.1% 2.5%;
	}
	
	
}


@media screen and (max-width: 768px) {
	/* TITLE */
	.top_h2ttl {
		font-size: 3.8vw;
	}
	.top_h2ttl:after {
		font-size: 2.9vw;
	}
	.top_h2ttl .us {
		padding-top: 2.2%;
		font-size: 2.4vw;
	}
	
	/* BUTTON */
	.btn_A {
		font-size: 1.9vw;
	}
	
	.fv_container {
		padding-top: 100%;
	}
	.fv_content {
		transform: translate(-50%, -45%);
	}
	.fv_content .c_copy {
		font-size: 4.6vw;
	}
	.fv_content p {
		font-size: 2.1vw;
	}
	
	.top_1st p {
		margin: 6% 0 0 0;
		font-size: 2.0vw;
	}
	
	.top_concept {
		background: url(/wp-content/uploads/2026/04/bg_concept.jpg) 75% center / cover no-repeat;
padding-top: 78%;
	}
	.top_concept .tc_box {
		width: 40%;
		left: 6%;
	}
	.top_concept .tc_box h2 {
		font-size: 3.8vw;
	}
	.top_concept .tc_box h2 span {
		padding: 0 0 0 18%;
	}
	.top_concept .tc_box h2 span::before {
		font-size: 2.8vw;
	}
	.top_concept .tc_box .c_copy {
		padding: 0 0 6%;
		font-size: 3.3vw;
		line-height: 2.0;
	}
	.top_concept .tc_box p {
		padding: 0 0 2%;
		font-size: 2.0vw;
		line-height: 2.0;
		text-shadow: 1px 1px 2px rgba(101, 101, 101, 1.0), -1px 1px 2px rgba(101, 101, 101, 1.0), -1px -1px 2px rgba(101, 101, 101, 1.0), 1px -1px 2px rgba(101, 101, 101, 1.0);
	}
	.top_concept .tc_box .last_txt {
		padding: 0;
	}
	
	.top_service p {
		margin: 6% 0 0 0;
		font-size: 2.0vw;
	}
	.top_service h3 {
		font-size: 2.8vw;
	}
	.service3 {
		width: 92%;
	}
	.service3 .service_box {
		width: 30.8%;
		margin: 0 3.8% 0 0;
	}
	.service3 .last_box {
		margin: 0;
	}
	.service3 .service_box img {
		border-radius: 1.4vw;
	}
	.service3 .service_box h4 {
		font-size: 2.2vw;
	}
	.service3 .service_box p {
		font-size: 1.9vw;
		letter-spacing: 0.06em;
	}
	.btn_service {
		padding: 1.0% 6.2% 1.1% 3.5%;
	}
	
	.top_worry {
		padding-top: 70%;
	}
	.worry_inner {
		width: 55%;
	}
	.worry_inner h2 {
		font-size: 3.2vw;
	}
	.worry_inner ul {
		width: 100%;
		margin: 7% auto 5%;
		padding: 5% 0 5% 16%;
		border-radius: 2.0vw;
	}
	.worry_inner ul li {
		font-size: 2.05vw;
	}
	.worry_inner ul li::before {
		font-size: 2.1vw;
	}
	.worry_inner p {
		font-size: 2.0vw;
	}
	
	.tp_inner {
		width: 80%;
		margin: 8% auto 0;
	}
	.tp_inner .image {
		width: 100%;
		margin: 0 0 4% 0;
	}
	.tp_inner .image img {
		width: 40%;
		margin: 0 auto;
	}
	.tp_inner .right {
		width: 100%;
	}
	.tp_inner .right h3 {
		padding: 0 0 3%;
		font-size: 2.2vw;
		text-align: center;
	}
	.tp_inner .right h3 span {
		font-size: 2.5vw;
	}
	.tp_inner .right h3 .separator {
		display: none;
	}
	.tp_inner .right h3 .us {
		font-size: 2.3vw;
	}
	.tp_inner .right p {
		font-size: 1.9vw;
	}
	
	.top_news h2 {
		width: 90%;
		font-size: 3.8vw;
	}
	.top_info {
		width: 90%;
		aspect-ratio: 185/60;
	}
	.info_row time {
		font-size: 2.0vw;
	}
	.info_row .new_icon {
		margin: 0.3% 0 0 0;
	}
	.info_row p {
		font-size: 1.95vw;
	}
	
	.top_blog ul {
		width: 80%;
		margin: 8% auto 0;
	}
	.top_blog ul li {
		width: 46%;
	}
	.top_blog ul li:first-child {
		margin: 0 8% 8% 0;
	}
	.top_blog ul li:nth-child(2) {
		margin: 0 0 8% 0;
	}
	.top_blog ul li:nth-child(3) {
		margin: 0 8% 0 0;
	}
	.top_blog ul li:last-child {
		margin: 0;
	}
	.top_blog ul li h3 {
		font-size: 2.0vw;
	}
	.top_blog ul li .date {
		font-size: 1.82vw;
	}
	.top_blog ul li p {
		font-size: 1.9vw;
	}
	.btn_blog {
		padding: 1.0% 6.0% 1.1% 3.0%;
	}
	
	
	
}


@media screen and (max-width: 640px) {
	/* TITLE */
	.top_h2ttl {
		font-size: 4.3vw;
	}
	.top_h2ttl:after {
		font-size: 3.4vw;
	}
	.top_h2ttl .us {
		padding-top: 3%;
		font-size: 2.9vw;
	}
	
	/* BUTTON */
	.btn_A {
		font-size: 2.4vw;
	}
	
	.fv_container {
		padding-top: 120%;
	}
	.fv_content {
		transform: translate(-50%, -40%);
	}
	.fv_content .c_copy {
		margin: 0 0 6%;
		font-size: 5.1vw;
	}
	.fv_content p {
		font-size: 2.6vw;
		line-height: 2.2;
	}
	
	.top_1st p {
		margin: 7% 0 0 0;
		font-size: 2.5vw;
		line-height: 2.0;
	}
	
	.top_concept {
		background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/wp-content/uploads/2026/04/bg_concept.jpg) 80% center / cover no-repeat;
		padding-top: 95%;
	}
	.top_concept .tc_box {
		width: 45%;
		left: 7%;
	}
	.top_concept .tc_box h2 {
		font-size: 4.3vw;
	}
	.top_concept .tc_box h2 span {
		padding: 0 0 0 18%;
	}
	.top_concept .tc_box h2 span::before {
		font-size: 3.3vw;
	}
	.top_concept .tc_box .c_copy {
		font-size: 3.8vw;
		line-height: 1.9;
	}
	.top_concept .tc_box p {
		font-size: 2.5vw;
		line-height: 1.9;
		text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.9), -1px 1px 2px rgba(51, 51, 51, 0.9), -1px -1px 2px rgba(51, 51, 51, 0.9), 1px -1px 2px rgba(51, 51, 51, 0.9);
	}
	
	.top_service p {
		margin: 7% 0 0 0;
		font-size: 2.5vw;
		line-height: 2.0;
		letter-spacing: 0.07em;
	}
	.top_service h3 {
		font-size: 3.3vw;
	}
	.service3 {
		width: 70%;
		margin: 6% auto 0;
	}
	.service3 .service_box {
		width: 100%;
		margin: 0 0 6.5%;
		padding: 0 0 5.5%;
		border-bottom: dotted 3px #ddd;
	}
	.service3 .service_box img {
		border-radius: 1.8vw;
	}
	.service3 .service_box h4 {
		margin: 3% 0 0 0;
		font-size: 2.7vw;
	}
	.service3 .service_box p {
		margin: 1% 0 0 0;
		font-size: 2.4vw;
		letter-spacing: 0.08em;
	}
	.btn_service {
		margin: 2.5% auto 0;
		padding: 1.0% 8.2% 1.1% 5.0%;
	}
	
	.top_worry {
		background: url(/wp-content/uploads/2026/04/bg_warry640.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 85.15%;
	}
	.worry_inner {
		width: 65%;
	}
	.worry_inner h2 {
		font-size: 3.7vw;
	}
	.worry_inner ul {
		width: 100%;
		margin: 7% auto 5%;
		padding: 5% 0 5% 14%;
		border-radius: 2.0vw;
	}
	.worry_inner ul li {
		font-size: 2.55vw;
	}
	.worry_inner ul li::before {
		font-size: 2.6vw;
	}
	.worry_inner p {
		font-size: 2.5vw;
		letter-spacing: 0.07em;
		line-height: 1.8;
	}
	
	.tp_inner {
		width: 86%;
		margin: 9% auto 0;
	}
	.tp_inner .image img {
		width: 50%;
	}
	.tp_inner .right h3 {
		padding: 0 0 4%;
		font-size: 2.7vw;
	}
	.tp_inner .right h3 span {
		font-size: 3.0vw;
	}
	.tp_inner .right h3 .us {
		font-size: 2.8vw;
	}
	.tp_inner .right p {
		font-size: 2.4vw;
	}
	
	.top_news h2 {
		font-size: 4.3vw;
	}
	.top_info {
		aspect-ratio: 185/70;
	}
	.info_row {
		padding: 3% 0;
	}
	.info_row time {
		width: 20%;
		font-size: 2.5vw;
	}
	.info_row .new_icon {
		width: 7%;
		margin: 0.3% 0 0 0;
	}
	.info_row p {
		width: 100%;
		padding: 0;
		font-size: 2.45vw;
	}
	
	.top_blog ul {
		width: 90%;
		margin: 10% auto 0;
	}
	.top_blog ul li {
		width: 47%;
	}
	.top_blog ul li:first-child {
		margin: 0 6% 6% 0;
	}
	.top_blog ul li:nth-child(2) {
		margin: 0 0 6% 0;
	}
	.top_blog ul li:nth-child(3) {
		margin: 0 6% 0 0;
	}
	.top_blog ul li:last-child {
		margin: 0;
	}
	.top_blog ul li h3 {
		font-size: 2.5vw;
	}
	.top_blog ul li .date {
		font-size: 2.32vw;
	}
	.top_blog ul li p {
		font-size: 2.4vw;
	}
	.btn_blog {
		padding: 1.0% 7.2% 1.1% 3.8%;
	}
	
	
}


@media screen and (max-width: 480px) {
	/* TITLE */
	.top_h2ttl {
		font-size: 5.1vw;
	}
	.top_h2ttl:after {
		font-size: 4.2vw;
	}
	.top_h2ttl .us {
		padding-top: 2%;
		font-size: 3.7vw;
	}
	
	/* BUTTON */
	.btn_A {
		font-size: 3.2vw;
	}
	
	.fv_container {
		padding-top: 140%;
	}
	.fv_content {
		transform: translate(-50%, -30%);
	}
	.fv_content .c_copy {
		font-size: 5.9vw;
	}
	.fv_content p {
		font-size: 3.4vw;
	}
	
	.top_1st p {
		font-size: 3.3vw;
		letter-spacing: 0.06em;
	}
	
	.top_concept {
		background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(/wp-content/uploads/2026/04/bg_concept.jpg) 78% center / cover no-repeat;
		padding-top: 125%;
	}
	.top_concept .tc_box {
		width: 55%;
		left: 7%;
	}
	.top_concept .tc_box h2 {
		font-size: 5.1vw;
	}
	.top_concept .tc_box h2 span {
		padding: 0 0 0 18%;
	}
	.top_concept .tc_box h2 span::before {
		font-size: 4.1vw;
	}
	.top_concept .tc_box .c_copy {
		font-size: 4.6vw;
		line-height: 1.8;
	}
	.top_concept .tc_box p {
		font-size: 3.3vw;
		line-height: 1.8;
		text-shadow: 1px 1px 2px rgba(17, 17, 17, 0.9), -1px 1px 2px rgba(17, 17, 17, 0.9), -1px -1px 2px rgba(17, 17, 17, 0.9), 1px -1px 2px rgba(17, 17, 17, 0.9);
	}
	
	.top_service p {
		font-size: 3.3vw;
		letter-spacing: 0.07em;
	}
	.top_service h3 {
		font-size: 4.1vw;
	}
	.service3 {
		width: 90%;
	}
	.service3 .service_box {
		margin: 0 0 7.5%;
		padding: 0 0 6.5%;
	}
	.service3 .service_box img {
		border-radius: 2.2vw;
	}
	.service3 .service_box h4 {
		font-size: 3.5vw;
	}
	.service3 .service_box p {
		font-size: 3.2vw;
	}
	.btn_service {
		padding: 1.0% 12.2% 1.1% 6.0%;
	}
	
	.top_worry {
		background: url(/wp-content/uploads/2026/04/bg_warry480.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 112.5%;
	}
	.worry_inner {
		width: 85%;
	}
	.worry_inner h2 {
		font-size: 4.5vw;
	}
	.worry_inner ul {
		padding: 5% 0 5% 13%;
		border-radius: 2.8vw;
		background-color: rgba(34, 34, 34, 0.8);
	}
	.worry_inner ul li {
		font-size: 3.35vw;
	}
	.worry_inner ul li::before {
		font-size: 3.4vw;
	}
	.worry_inner p {
		font-size: 3.3vw;
		letter-spacing: 0.08em;
		line-height: 1.8;
	}
	
	.tp_inner {
		width: 90%;
		margin: 10% auto 0;
	}
	.tp_inner .image img {
		width: 60%;
	}
	.tp_inner .right h3 {
		font-size: 3.5vw;
	}
	.tp_inner .right h3 span {
		font-size: 3.8vw;
	}
	.tp_inner .right h3 .us {
		font-size: 3.6vw;
	}
	.tp_inner .right p {
		font-size: 3.2vw;
	}
	
	.top_news h2 {
		font-size: 5.1vw;
	}
	.top_info {
		aspect-ratio: 185/80;
	}
	.info_row time {
		width: 25%;
		font-size: 3.3vw;
	}
	.info_row .new_icon {
		width: 9%;
		margin: 0.2% 0 0 0;
	}
	.info_row p {
		font-size: 3.25vw;
	}
	
	.top_blog {
		padding: 10% 0 16%;
	}
	.top_blog ul {
		width: 80%;
	}
	.top_blog ul li {
		width: 100%;
		padding: 0 0 6%;
		border-bottom: dotted 2px #ccc;
	}
	.top_blog ul li:first-child {
		margin: 0 0 8% 0;
	}
	.top_blog ul li:nth-child(2) {
		margin: 0 0 8% 0;
	}
	.top_blog ul li:nth-child(3) {
		margin: 0 0 8% 0;
	}
	.top_blog ul li:last-child {
		margin: 0;
		border-style: none;
	}
	.top_blog ul li h3 {
		padding: 0 0 1%;
		font-size: 3.3vw;
	}
	.top_blog ul li .date {
		margin: 0 0 2%;
		font-size: 3.12vw;
	}
	.top_blog ul li p {
		font-size: 3.2vw;
	}
	.btn_blog {
		margin: 3% auto 0;
		padding: 1.2% 9.5% 1.3% 5.8%;
	}
	
	
}