@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


/*----------------------------------------------------
トップページ
-----------------------------------------------------*/
/*メインビジュアル*/

.mainv {
	text-align: center;
}

.mainv img {
	width: 100%;
	max-width: 1600px;
}


/*事業一覧*/

.service-box-01 a {
	display: block;
}

.service-img-01 {
	position: relative;
}

.service-txt-01 {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 0.6em 0.6em 0.5em 0.6em;
	background: #EC8BB1;
	line-height: 1.1em;
	color: #fff;
	font-size: 1.2rem;
}

.service-txt-02 {
	padding-top: 1em;
	color: #333;
	text-align: left;
	line-height: 1.4em;
}

.service-txt-02 .c-fs-xs {
	color: #888;
}

.service-box-01.service-box-lmc {
	width: auto;
	max-width: 726px;
	margin-left: auto !important;
	margin-right: auto;
}



@media only screen and (min-width: 992px),
print {

	.service-box-01 {
		width: calc(25% - 22.5px);
		margin-left: 30px;
		padding-top: 40px;
		letter-spacing: 0;
	}

	.service-box-01:nth-child(4n-3) {
		margin-left: 0;
	}

	.service-txt-01 {
		font-size: 1.3rem;
	}

	.service-box-01:nth-child(-n+4) {
		padding-top: 0;
	}

	.service-sp {
		width: 66%;
		margin-left: 16.5%;
		margin-right: 16.5%;
	}

	.service-sp .service-box-01 {
		width: calc(50% - 20px);
	}

	.service-flex-01 {
		display: flex;
	}

	.service-flex-02 {
		margin-left: 7%;
		width: 50%;
	}

	.service-flex-02:first-child {
		margin-left: 0;
	}

	.service-flex-02 .service-box-01 {
		width: 47%;
	}

}


@media only screen and (max-width: 991.9px) {

	.service-box-01 {
		width: 47.5%;
		padding-top: 20px;
	}

	.service-box-01:nth-child(even) {
		margin-left: 5%;
	}

	.service-box-01:nth-child(-n+2) {
		padding-top: 0;
	}
}

/*順洋会物語*/

.story-txt-01 p {
	padding-bottom: 15px;
}

.story-txt-01:last-child {
	padding-bottom: 0;
}

@media only screen and (min-width:768px),
print {

	.story-img-01 {
		width: 44%;
		padding-top: 10px;
	}

	.story-txt-01 {
		width: 52%;
		margin-left: 4%;
	}
}

/*法人理念*/
.rinen {
	margin-top: 50px;
}

.rinen-02 {
	margin-top: 20px;
}

.rinen-txt-01 p {

	/*padding-bottom: 3px;
*/
}

.chairman {
	padding: 0 20px 0 50px;
}

@media only screen and (min-width:768px),
print {

	.rinen-img-01 {
		width: 90%;
		padding-top: 10px;
	}

	.rinen-txt-01 {
		width: 95%;
		margin-left: 2%;
	}

	.rinen-txt-02 {
		width: 95%;
		margin-top: 20px;
	}

	.rinen-txt-02 li {
		width: 95%;
		list-style: disc;
		margin-left: 25px;
	}

}

@media only screen and (max-width:767px),
print {
	.rinen-txt-02 {
		width: 95%;
		margin-top: 20px;
	}

	.rinen-txt-02 li {
		width: 95%;
		list-style: disc;
		margin-left: 25px;
	}

	.chairman {
		width: 95%;
		margin: 20px auto;
	}
}


/*グループ概要*/


.info-ul-01 li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	text-align: left;
}

.info-ul-01 li:first-child {
	border-top: none;
	padding-top: 0;
}



@media only screen and (min-width:768px),
print {

	.info-dl-01 {
		display: flex;
	}

	.info-dl-01 dt {
		width: 4em;
	}

	.info-ul-01 li {
		padding: 15px 25px;
	}

	.info-dl-01 dt {
		width: 6em;
	}

}