/*============================
MV
============================*/
#mv {
	background-image: url(../img/company/mv.jpg);
}

/*============================
ご挨拶
============================*/
#greet {
}

/* タイトル */
#greet .sec_title {
	padding-top: 1.00rem;;
	padding-bottom: 0.80rem;
	text-align: center;
}


/* テキスト */
#greet .text_wrap {
	width: 90%;
	box-sizing: border-box;
	background: #FDEAE5;
	padding: 0.50rem 1.8rem 0.50rem 0.50rem;
	border-radius: 0.10rem;
}

#greet .text_wrap .lead {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.30rem;
}

#greet .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}

/* 画像 */
#greet .ph_box {
	position: absolute;
	top: 1.8rem;
	right: 0;
}

#greet .ph_wrap {
	width: 2.9rem;
	height: 3.3rem;
	margin-bottom: 0.15rem;
}

#greet .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

#greet .ph_box .name {
	font-size: 0.20rem;
	text-align: center;
}

#greet .ph_box .name span {
	font-size: 0.15rem;
	display: inline-block;
	padding-right: 0.15rem;
}


/*============================
とにかくスタッフを大切にする派遣会社
============================*/
#important {
	padding-top: 1rem;
	padding-bottom: 1.1rem;
}

@media screen and (max-width: 599px) {
	#important {
		padding: 0.50rem 0 0.55rem;
	}
}

#important .title {
	font-size: 0.40rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0.45rem;
}

@media screen and (max-width: 599px) {
	#important .title {
		font-size: 0.28rem;
		margin-bottom: 0.20rem;
		line-height: 1.46;
	}
}

#important .title .lead {
	position: relative;
}

#important .title .lead::before {
	content: '“';
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 800;
	position: absolute;
	color: rgba(47, 71, 92, 0.4);
	left: -0.50rem;
	top: -0.10rem;
}

#important .title .lead::after {
	content: '”';
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 800;
	position: absolute;
	color: rgba(47, 71, 92, 0.4);
	right: -0.50rem;
	top: -0.10rem;
}

@media screen and (max-width: 599px) {
	#important .title .lead::before,
	#important .title .lead::after {
		font-size: 0.55rem;
		font-weight: 400;
		top: -0.20rem;
	}
}

@media screen and (max-width: 599px) {
	#important .title .lead::before {
		left: -0.30rem;
	}
	#important .title .lead::after {
		right: -0.30rem;
	}
}

#important .title .text {
	display: block;
	font-size: 0.28rem;
	letter-spacing: 0.075em;
	font-weight: normal;
	padding-top: 0.15rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#important .title .text {
		font-size: 0.16rem;
		letter-spacing: 0.05em;
		padding-top: 0.10rem;
		line-height: 1.85;
	}
}

/* ボタン */
#important .btn_common {
	position: relative;
}

#important .btn_common a {
	max-width: 6rem;
	width: 100%;
}

@media screen and (max-width: 599px) {
	#important .btn_common a {
		max-width: 3.20rem;
	}
}

/*============================
会社概要テーブル
============================*/
#profile {
	padding-bottom: 1.1rem;
}

@media screen and (max-width: 599px) {
	#profile {
		padding-bottom: 0.55rem;
	}
}

#profile table {
	width: 100%;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.85;
	border-collapse:collapse;
	border-top: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
	#profile table {
		font-size: 0.15rem;
		border-top: 0;
	}
}

#profile table th {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
	width: 2.40rem;
}

@media screen and (max-width: 599px) {
	#profile table th {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 0.10rem;
		background-color: rgba(0,0,0,0.05);
		border-bottom: 0;
		border-radius: 0.04rem;
	}
}

#profile table td {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
	padding-left: 0.20rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#profile table td {
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-bottom: 0;
		padding: 0.10rem 0 0.20rem;
	}
}

#profile table td::before {
	content: "";
	width: 1px;
	height: calc(100% - 0.30rem);
	background-color: #CCC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#profile table td::before {
		content: none;
	}
}


#profile table td a {
	color: #2F475C;
	font-weight: 500;	
}

#profile table td a:hover {
	text-decoration: none;
}


#profile table td .link a {
	color: #2F475C;
	font-weight: 500;
	text-decoration: none;
	pointer-events: none;
	
}

#profile table td .link a:hover {
	text-decoration: none;
}

/* MAPリンク */
#profile table td .map::after {
	content: "";
	width: 0.18rem;
	height: 0.16rem;
	display: inline-block;
	background-image: url(../img/common/icon_map.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.01rem;
}

/* 電話番号リンク */
#profile table td a[href^="tel:"] {
	text-decoration: none;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	#profile table td a[href^="tel:"] {
		text-decoration: underline;
		font-weight: 500;
	}
}

#profile table td .office_area {
	font-weight: 700;
}

#profile table td .list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.16rem;
}

#profile table td .list .link {
	width: 16%;
}

@media screen and (max-width: 599px) {
	#profile table td .list .link {
		width: 50%;
	}
}

#profile table td .list .link a::before {
	content: "●";
	color: #FF7A59;
	display: inline-block;
	font-size: 0.12rem;
	padding-right: 0.08rem;
	position: relative;
	top: -0.01rem;
}

@media screen and (max-width: 599px) {
	#profile table td .list .link a::before {
		font-size: 0.10rem;
	}
}

/*============================
リスト
============================*/
#linklist {
	background: url(../img/company/bg_img.jpg) no-repeat center;
	background-size: cover;
	padding: 0.9rem 0;
}

@media screen and (max-width: 599px) {
	#linklist {
		padding: 0.5rem 0;
	}
}

#linklist .sec_title {
	text-align: center;
}

#linklist .lead {
	text-align: center;
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0.40rem 0 0.60rem;
}

@media screen and (max-width: 599px) {
	#linklist .lead {
		text-align: justify;
		font-size: 0.15rem;
		line-height: 1.86;
		padding: 0.20rem 0 0.30rem;
	}
}

#linklist .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#linklist .list .item {
	width: 23%;
	height: 2.05rem;
	margin: 0 0.10rem 0.3rem;
}

@media screen and (max-width: 599px) {
	#linklist .list .item {
		width: 100%;
		margin: 0 0 0.15rem;
		height: auto;
	}
}

#linklist .list .item a {
	width: 100%;
	display: block;
	border-radius: 0.10rem;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	height: 100%;
	transition: all .3s;
}

@media screen and (max-width: 599px) {
	#linklist .list .item a {
		height: 0.90rem;
		display: flex;
		align-items: center;
	}

	#linklist .list .item a::after {
		content: '';
		display: inline-block;
		width: 0.1rem;
		height: 0.13rem;
		background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
		background-size: cover;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0.15rem;	
	}
}

#linklist .list .item a:nth-child(even) {
	background-color: #2F475C;
}

#linklist .list .item .ph_wrap {
	padding: 0.20rem 0 0.10rem;
}

@media screen and (max-width: 599px) {
	#linklist .list .item .ph_wrap {
		width: 0.9rem;
		box-sizing: border-box;
		padding: 0.15rem;
	}
}

/* タイトル */
#linklist .list .item a .list_title {
	font-size: 0.17rem;
	font-weight: bold;
	margin-bottom: 0.10rem;
	display: inline-block;
}

@media screen and (max-width: 599px) {
	#linklist .list .item a .list_title {
		font-size: 0.16rem;
		margin-bottom: 0;
		padding-left: 0.20rem;
	}
}

/* ボタン */
#linklist .list .item a .btn {
	font-size: 0.14rem;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	width: 1.60rem;
	padding: 0.08rem;
	border-radius: 0.20rem;
	position: absolute;
	transition: all .3s;
	bottom: 0.20rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#linklist .list .item a .btn {
		display: none;
	}
}

#linklist .list .item a:hover .btn {
	width: 1.70rem;
	padding: 0.1rem;
}

/* 背景オレンジ */
#linklist .list .item.orange a {
	background-color: #FF7A59;
}

#linklist .list .item.orange a:hover {
	opacity: 0.7;
}

#linklist .list .item.orange a .btn {
	color: #2F475C;
}

#linklist .list .item.orange a:hover .btn {
	color: #FF7A59;
}

#linklist .list .item.orange a .btn::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_navy.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

#linklist .list .item.orange a:hover .btn::after {
	background-image: url(../common/img/icon_btnarrow_orange.svg);
}


/* 背景ネイビー */
#linklist .list .item.navy a {
	background-color: #2F475C;
}

#linklist .list .item.navy a:hover {
	opacity: 0.7;
}

#linklist .list .item.navy a .btn {
	color: #FF7A59;
}

#linklist .list .item.navy a:hover .btn {
	color: #2F475C;
}

#linklist .list .item.navy a .btn::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_orange.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

#linklist .list .item.navy a:hover .btn::after {
	background-image: url(../common/img/icon_btnarrow_navy.svg);
}
