@charset "utf-8";

/*======================================

	Custom CSS
	Copyright (c) 2025-, PROACTIVE Inc. All rights reserved.

=======================================*/

/*  Top Page  */
.top #top-head .inner{
	display: none;
}

.top .contents{
	padding: 1rem 1rem 3rem 0;
}

.flex-top{
	width: calc(50% - 1rem);
	margin-top: 0;
}

.title--sec2-top{
	font-size: 1.5rem;
	padding: 0.75rem 1rem;
	border-top: double 4px var(--brown);
	border-bottom: double 4px var(--brown);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
.list--rectangle{
	margin-left: 1rem;
}

.list--rectangle li{
	position: relative;
	padding-left: 1.25rem;
	line-height: 1.125;
}

.list--rectangle li:not(:last-child){
	border-bottom: dashed 1px var(--brown);
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}

.list--rectangle li::after {
	position: absolute;
	content: "";
	background-color: var(--brown);
	width: 0.75rem;
	height: 0.25rem;
	top: 0.5rem;
	left: 0;
}

@media screen and (max-width: 1024px) {
	.top .contents {
        padding: 1rem 1rem 2rem;
	}
	.top .contents > section:first-child{
		margin-top: 1rem;
	}
	.flex-top{
		width: 100%;
	}
	
}

@media screen and (max-width:599px){
	.flex-top{
		width: 100%;
	}
}

/*  Introduction  */
.introduction{
	margin-bottom: 2rem;
}

.chair-img{
	float: left;
	margin: 0 2rem 2rem 0;
}

@media screen and (max-width:599px){
	.chair-img{
		float:none;
		margin: 2rem;
		text-align: center;
	}
}