@charset "utf-8";
/* CSS Document */
.main-title .title::after {
	background-color: #556FB5;
}
.main-title .title-pic {
	background: url(/saiyo_2025/css/../images/company/ttl_bg.jpg) no-repeat center center/cover;
}


/*@media (max-width: 767px) {
	.container{
		padding: 0 20px;
	}
	.company-profile h3 {
		letter-spacing: -0.2rem;
	}
	.company-profile h3 .ff-market{
		font-size: 4.0rem;
	}
	.company-profile h3 .ff-mds{
		padding: 0px 10px;
		margin-left: 20px;
		font-size: 1.4rem;
	}
	.company-profile h3 .ff-mds::before {
		width: 12px;
		left: -6px;
	}
}


.s-ttl{
	background: #fff;
	color: #006EC8;
}
*/

/*----------------------------------------------------
	画像
----------------------------------------------------*/
#company .pic-area {
    width: 100%;
    height: auto;
}
#company .pic-area figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#company .pic-area figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#company .company-outline .pic-area{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}


@media (min-width: 768px){
	#company .pic-area figure img {
		width: 100%;
	}
	
	
	/*----------*/
	
	
	#company .company-service .pic-area {
		margin-bottom: 0px;
	}
	#company .company-service .pic-area figure {
		padding-top: 13.3%;
	}
	#company .company-outline .pic-area figure {
		padding-top: 29.3%;
	}

}
@media (max-width: 767px){
	#company  .pic-area figure img {
		width:auto;
		height: 100%;
		max-width: none !important;
	}
	
	
	/*----------*/
	
	
	#company .company-service .pic-area {
		margin-bottom: 30px;
	}
	#company .company-service .pic-area figure {
		padding-top: 28%;
	}
	#company .company-outline .pic-area figure {
		padding-top: 30.25%;
	}
}

.items:first-child .object-fit-img {
	object-fit: cover;
	object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;'
}
.items:last-child .object-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}

/*----------------------------------------------------
	プロフィール
----------------------------------------------------*/
#company .company-profile .items {
	position: relative;
}
#company .company-profile .lead .blue{
	color: #006EC8;
}
#company .company-profile .bg-area {
}
@media (min-width: 768px) {
	#company .company-profile{
		margin-bottom: 100px;
	}
	#company .company-profile .item{
		width: 58%;
	}
	#company .company-profile .items:last-child .item{
		margin: 0 0 0 auto;
	}

	#company .company-profile .item h3{
		margin-bottom: 30px;
	}

	#company .company-profile .lead{
		font-size: 1.6rem;
		margin-bottom: 20px;
		line-height: 2;
	}
	#company .company-profile .lead .ff-mds{
		font-size: 2.2rem;
	}
	#company .company-profile .items:first-child .bg-area {
		top: 0;
		right: 0;
	}
	#company .company-profile .items:last-child .bg-area {
		top: 0;
		left: 0;
	}
	#company .company-profile .bg-area {
		width: 40.6%;
		height: 440px;
		position: absolute;
		z-index: 1;
	}

	#company .company-profile .bg-area figure img {
		width:100%;
		height: 440px;
		max-width: none !important;
		object-fit: cover;
		object-position: center bottom;
	}
	#company .company-profile .items:last-child .bg-area figure img {
		object-position: center center;
	}

}
@media (max-width: 767px) {
	#company .company-profile {
		margin-bottom: 50px;
	}
	#company .company-profile .item{
		width: 100%;
	}
	#company .company-profile .items:last-child .item{
		margin: 0 0 0 auto;
	}

/*	#company .company-profile .item h3{
		margin-bottom: 30px;
	}

*/	#company .company-profile .lead{
		font-size: 1.4rem;
		margin: 20px 0;
		line-height: 1.7;
	}
	#company .company-profile .lead .ff-mds{
		font-size: 1.8rem;
	}
	#company .company-profile .items:first-child .bg-area {
		top: 0;
		right: 0;
	}
	#company .company-profile .items:last-child .bg-area {
		top: 0;
		left: 0;
	}

	#company .company-profile .bg-area {
		width: 100%;
		height: auto;
		position:relative;
		z-index: 1;
	}

	#company .company-profile .bg-area figure img {
		width:100%;
		height: auto;
		max-width: none !important;
		object-fit: cover;
		object-position: center bottom;
	}

}

	
/*----------------------------------------------------
	事業紹介
----------------------------------------------------*/
#company .company-service{
	background: url(/saiyo_2025/css/../images/bg_lb.gif) repeat;
}
#company .company-service .item-title h4{
	line-height: 1;
}

#company .company-service .item{
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
#company .company-service .item-title{
	text-align: center;
}
#company .company-service .item-title::after {
	display: block;
	height: 2px;
	content: "";
	background-color: #006ec8;
}
#company .company-service .item-body li::before{
	content: '';
	background: url(/saiyo_2025/css/../images/resource/check.png) no-repeat;
	background-size: cover;
	display: inline-block;
}
/*::::::::::::::::::::::::240305ここから::::::::::::::::::::::::::*/
#company .company-service .item-title img {
	width: 80px;
}
/*::::::::::::::::::::::::240305ここまで::::::::::::::::::::::::::*/
@media (min-width: 768px) {
	#company .company-service .item{
		width: 46%;
		padding: 30px 35px;
		margin-bottom: 60px;
	}

	#company .company-service h3{
		margin: 80px 0 40px;
	}

	#company .company-service .item-title h4{
		font-size: 3.6rem;
		margin: 20px 0 10px;
	}
	#company .company-service .item-title p{
		font-size: 1.8rem;
	}
	#company .company-service .item-title::after {
		width: 80px;
		margin: 30px auto;
	}
	#company .company-service .item-body ul{
		width: 50%;
	}
	#company .company-service .item-body li{
		text-indent: -26px;
		padding-left: 26px;
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	#company .company-service .item-body li::before{
		height: 16px;
		width: 16px;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	#company .company-service .item{
		width: 100%;
		padding: 20px;
		margin-bottom: 40px;
	}
	#company .company-service h3{
		margin: 20px 0;
	}
	#company .company-service .item-title h4{
		font-size: 2.0rem;
		margin: 15px 0 10px;
	}
	#company .company-service .item-title p{
		font-size: 2.2rem;
	}
	#company .company-service .item-title::after {
		width: 40px;
		margin: 15px auto;
	}
	#company .company-service .item-body ul{
		width: 100%;
	}
	#company .company-service .item-body li{
		text-indent: -24px;
		padding-left: 24px;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#company .company-service .item-body li::before{
		height: 14px;
		width: 14px;
		margin-right: 10px;
	}
}
	
/*--------------------*/
	
	/*::::::::::::::::::::::::240305ここから::::::::::::::::::::::::::*/
	#company .company-service .item:first-child .item-title{
		color: #CC5C5E;
	}
	#company .company-service .item:nth-child(2) .item-title{
		color: #EFBC72;
	}
	#company .company-service .item:nth-child(3) .item-title{
		color: #6798CC;
	}
	#company .company-service .item:nth-child(4) .item-title{
		color: #BC79B3;
	}
	#company .company-service .item:nth-child(5) .item-title{
		color: #D58B5A;
	}
	#company .company-service .item:nth-child(6) .item-title{
		color: #72A472;
	}
/*::::::::::::::::::::::::240305ここまで::::::::::::::::::::::::::*/

/*----------------------------------------------------
	沿革
----------------------------------------------------*/

.company-outline{
	position: relative;
}
.company-outline .container{
	position: relative;
	z-index: 100;
}
@media (min-width: 768px) {
.company-outline .container{
	padding-top: 200px;
}
}
@media (max-width: 767px) {
.company-outline .container{
	padding-top: 40px;
}
}


/*--------------------*/


#company .company-outline .items {
	background: url(/saiyo_2025/css/../images/bg_lb.gif) repeat;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
#company .company-outline .item {	
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%; 
	border-bottom: 1px solid #006EC8;
	font-size: 1.rem;
	-webkit-box-pack: justify;
}
#company .company-outline .item:last-child {
	border-bottom: none;
}
#company .company-outline .item-title,
#company .company-outline .item-date {
	color: #006EC8;
	font-weight: bold;
}
#company .company-outline .item-body {
	line-height: 1.7;
}

@media (min-width: 768px) {
	#company .company-outline {
		padding-bottom: 80px;
	}
	#company .company-outline .items {
		width: 100%;
		padding: 40px 70px;
	}
	#company .company-outline .item {
		padding: 20px 0;
	}
	#company .company-outline .item-body {
		width: 79.3%;
	}
	#company .company-outline .item-wrapper {
		width: 88.3%;
	}
	#company .company-outline .item-wrapper .item-date{
		width: 74px;
	}
	#company .company-outline .item-wrapper .item-body{
		width: 89.9%;
	}

}


@media (max-width: 767px) {
	#company .company-outline .container{
		padding: 40px 20px 0;
	}
	#company .company-outline .item-date {
		width: 80%;
	}
	#company .company-outline {
		padding-bottom: 40px;
	}
	#company .company-outline .items {
		width: 100%;
		padding: 5px 25px;
	}
	#company .company-outline .item {
		padding: 18px 0;
	}
	#company .company-outline .item-body {
		width: 100%;
	}
	#company .company-outline .item-wrapper {
		width: 100%;
	}
	#company .company-outline .item-wrapper .item-date{
		width: 20%;
	}
	#company .company-outline .item-wrapper .item-body{
		width: 80%;
	}

}