@charset "utf-8";



.sec_01 .box01 p{
	margin-bottom: 3em;
}
.sec_01 .time_list li{
	width: 48%;
	background: var(--c_lbln);
	border-radius: var(--br10);
	padding: 2.5em 1.5em 1.25em;
	text-align: center;
	position: relative;
}
.sec_01 .time_list li::before{
	content: "";
	mask-size: cover;
	width: 10em;
	max-width: 60px;
	aspect-ratio: 1 / 1;
	background-color: var(--c_bln);
	position: absolute;
	top: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
}
.sec_01 .time_list li:nth-of-type(1)::before{
	mask-image: url(../images/syakaijin/clock_1000.svg);
}

.sec_01 .time_list li:nth-of-type(2)::before{
	mask-image: url(../images/syakaijin/clock_0830.svg);
}



.sec_01 .box02{
	background: var(--c_lyel);
}

.sec_01 .box02 .box_inr{
	background: #fff;
	padding: 1.25em 1.5em;
	border-radius: var(--br20);
}
.sec_01 .box02 .box_inr .tel_link{
	text-align: center;
}
.sec_01 .box02 .box_inr .tel_link a{
	position: relative;
	font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
	padding-left: .85em;
	color: var(--c_red);
}

.sec_01 .box02 .box_inr .tel_link a::before{
	content: "";
	mask-image: url(../images/common/icon_tel.svg);
	mask-size: cover;
	width: .75em;
	height: 1em;
	max-width: 24px;
	max-height: 32px;
	background-color: var(--c_red);
	position: absolute;
	top: 56%;
	left: 0;
	transform: translateY(-50%);
	margin: auto;
}


.sec_message .list li{
	background: var(--c_lbln);
	padding: 2em 2.5em;
	border-radius: var(--br20);
}
.sec_message .list li:not(:last-child){
	margin-bottom: 3em;
}

.sec_message .img_area{
	width: 25%;
}
.sec_message .txt_area{
	width: 70%;
}

.sec_message h3{
	margin-bottom: .25em;
}

.sec_message .name_txt .subject{
	background: var(--c_tur);
	border-radius: .25em;
	color: #fff;
	padding: .1em .5em;
	margin-right: .5em;
}


.sec_faq .list dl:not(:last-child){
	margin-bottom: 2em;
}

.sec_faq .list dl dt,
.sec_faq .list dl dd{
	border-radius: var(--br20);
}


.sec_faq .list dl dt{
	background: var(--c_tur);
	color: #fff;
	font-weight: bold;
	padding: .75rem 2rem;
	margin-bottom: .25em;
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
}
.sec_faq .list dl dt span{
	position: relative;
	padding-left: 2rem;
}
.sec_faq .list dl dt span::before{
	content: "Q";
	font-family: Montserrat;
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	position: absolute;
	top: .25rem;
	left: 0;
	line-height: 1;
}

.sec_faq .list dl dd{
	background: var(--c_lbln);
	padding: 1.5rem 2rem;
}

.sec_faq .list dl dd div{
	position: relative;
	padding-left: 2rem;
}
.sec_faq .list dl dd div::before{
	content: "A";
	font-family: Montserrat;
	color: var(--c_red);
	font-weight: bold;
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	position: absolute;
	top: .25rem;
	left: 0;
	line-height: 1;
}



@media (max-width: 799px){


.sec_01 .time_list li{
	padding: 2.5em .75em 1.25em;
}


.sec_message .list li{
	padding: 1.5em 1.75em;
}
.sec_message .list li:not(:last-child){
	margin-bottom: 2em;
}

.sec_message .img_area{
	width: 60%;
}
.sec_message .txt_area{
	width: 100%;
}

}


@media (max-width: 599px){


.sec_01 .time_list li{
	width: 100%;
	padding: 2.5em .5em 1.25em;
}
.sec_01 .time_list li:first-child{
	margin-bottom: 3em;
}
.sec_01 .time_list li::before{
	top: -2em;
}





.sec_message .list li{
	padding: 1.25em 1.5em;
}
.sec_message .list li:not(:last-child){
	margin-bottom: 1.5em;
}


}