@charset "UTF-8";

/*------------------経営理念------------------*/
#company_philo_bgh_r + div .wrapper_item {
	justify-content: space-between;
}
#company_philo_bgh_r + div .wrapper_item .inner_item {
	width: 26%;
	margin-left: 0;
}
#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(2) {
	width: 45%;
}
#company_philo_bgh_r + div .inner_item {
	justify-content: center;
}
#company_philo_bgh_r + div .inner_item a {
	pointer-events: none;
}
#company_philo_bgh_r + div .inner_item_img img {
	object-fit: contain;
}
#company_philo_bgh_r + div .heading.block_header_1 {
	margin-bottom: 50px;
}
#company_philo_bgh_r + div .inner_item_txt h3 {
	display: inline-block;
	position: relative;
	color: var(--i_txt_color);
	font-size: 3.5rem !important;
	padding-bottom: 16px;
}
#company_philo_bgh_r + div .inner_item_txt h3:before {
	position: absolute;
	display: block;
	content: "";
	background: var(--i_sub_color);
	width: 50px;
	bottom: 0px;
	height: 2px;
	left: calc(50% - 25px);
	pointer-events: none;
	z-index: 9;
}
#company_philo_bgh_r + div .inner_item_txt .heading p {
	margin-top: 10px;
	font-size: 1.8rem !important;
	opacity: 0.8
}
@media screen and (min-width: 1101px) and (max-width: 1400px){
	#company_philo_bgh_r + div .wrapper_item .inner_item {
		width: 22%;
		margin-left: 0;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(2) {
		width: 54%;
	}
	#company_philo_bgh_r + div .inner_item_txt{
		font-size: 92%;
	}
}
@media screen and (max-width: 1100px) {
	/*グリッドレイアウト*/
	#company_philo_bgh_r + div .wrapper_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(1) {
		grid-area: 1 / 1 / 2 / 2;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(2) {
		grid-area: 2 / 1 / 3 / 3;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(3) {
		grid-area: 1 / 2 / 2 / 3;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item {
		width: 100% !important;
		margin-bottom: 0;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(2) {
		margin-left: 0 !important;
	}
	#company_philo_bgh_r + div .inner_item_img img {
		max-width: 320px;
		height: auto !important;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(1) .inner_item_img {
		text-align: right;
	}
	#company_philo_bgh_r + div .wrapper_item .inner_item:nth-of-type(3) .inner_item_img {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	#company_philo_bgh_r + div .inner_item_txt h3 {
		font-size: 2.8rem !important;
	}
}

/*------------------ジャストリンクのミッション------------------*/
#about_mission_bgh+section::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_sub3_color);
	opacity: 0.7;
}
#about_mission_bgh+section .h.is-active {
	color: transparent;
	-webkit-text-stroke: 2px var(--i_bg_color);
	text-stroke: 2px var(--i_bg_color);
	font-weight: 400;
}
#about_mission_bgh+section .heading.block_header_1 p{
	background: var(--i_bg_color);
	color: var(--i_sub3_color)!important;
}

/*------------------サービス------------------*/
#about_service_bgh_o+section::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle 2px at center, #fcec74 100%, transparent 0%);
	background-size: 10px 10px;
	background-position: 0 0;
	z-index: -1;
}
#about_service_bgh_o+section::after {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_bg_color);
}
#about_service_bgh_o+section .wrapper_item {
	position: relative;
	border: 3px solid var(--i_sub6_color);
	padding-bottom: 60px !important;
}
#about_service_bgh_o+section .contents_btn01{
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}