@charset "utf-8";

/* -----------------------------------------------------------
    office
-------------------------------------------------------------- */

#office {
	background:url(../img/about_bg_pc_02.png) repeat;
}

#office .office_area{
	padding: 70px 0 120px 0;
}
#office .office_area.company_page{
	padding: 70px 120px 120px 120px;
}

#office .office_area .l_area{
	float: left;
	width: 600px;
}
#office .office_area .r_area{
	float: right;
	width: 470px;
	padding: 0 0 0 0;
}

#office .office_area .r_area .map {
	margin: 0 auto;
}
#office .office_area .r_area .map iframe{
	width: 100%;
	height: 400px;
}


#office .office_area table {
	width:100%;
	border-collapse:collapse;
	border-top: 1px solid #666;
	line-height: 1.8;
}

#office .office_area table tr {
	border-bottom: 1px solid #666;
}

#office .office_area table th {
	padding: 30px 20px;
	width: 24%;
	text-align: left;
	vertical-align: top;
	color: #333;
}

#office .office_area table td {
	padding: 30px 20px 30px 0;
	text-align: left;
	vertical-align: top;
}

#office .office_area table td ul {
	padding: 0 0 0 20px;
}
#office .office_area table td ul li {
	list-style: disc;
}
#office .office_area table td .li_child {
	padding: 0 0 20px;
}
#office .office_area table td .li_child:last-child {
	padding: 0;
}
#office .office_area table td > span{
	font-size: 1.4rem;
    line-height: 1.6 !important;
    display: block;
    margin-top: 10px;
}
#office .office_area .img {
	padding: 20px 0 0;
	text-align: center;
}
#office .office_area .img img {
	width: auto;
	max-height: 480px;
}
@media screen and (max-width: 667px){
	
	#office .office_area{
		padding: 40px 0 40px 0;
	}
	#office .office_area.company_page{
		padding: 40px 0 40px 0;
	}
	
	#office .office_area .l_area{
		float: none;
		width: auto;
		padding: 0 0 30px;
	}
	#office .office_area .r_area{
		float: none;
		width: auto;
	}
	
	#office .office_area .r_area .map {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	#office .office_area .r_area .map iframe{
		width: 100%;
		height: 250px;
		display: block;
	}
	
	#office .office_area table {
		width:100%;
		border-collapse:collapse;
		border-top: 1px solid #DDD;
		line-height: 1.8;
		font-size: 1.5rem;
	}
	
	#office .office_area table tr {
		border-bottom: 1px solid #DDD;
	}
	
	#office .office_area table th {
		display: block;
		width: 100%;
		padding: 20px 0 5px;
		text-align: left;
		vertical-align: top;
	}
	
	#office .office_area table td {
		display: block;
		width: 100%;
		padding: 0 0 20px;
		text-align: left;
		vertical-align: top;
	}
	
	#office .office_area .img {
		max-width: 400px;
		margin: 0 auto;
	}
	
	#office .office_area .img img {
		width: 100%;
		max-height: 100%;
	}
	
	
}

/* --------------------------------------------------------------
20250407 SNSエリア追加
-------------------------------------------------------------- */

#office .office_area .sns_box {
	margin-top: 60px;
	padding: 40px;
	background-color:  #fff;
	border-radius: 8px;
	border: 2px solid #000;
}

#office .office_area .sns_title {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	/* font-family: "Noto Sans JP", sans-serif; */
	letter-spacing: .05em;
	margin-bottom: 30px;
}

#office .office_area .sns_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	line-height: 1;
}

@media screen and (max-width: 667px){
	#office .office_area .sns_box {
		margin-top: 40px;
		padding: 20px;
	}

	#office .office_area .sns_title {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	#office .office_area .sns_list {
		flex-wrap: wrap;
		gap: 15px;
	}

	#office .office_area .sns_list img {
		width: 40px;
	}

	#office .office_area .sns_list img.icon_x {
		width: 32px;
	}

	#office .office_area .sns_list img.icon_youtube {
		width: 44px;
	}
}
