@charset "utf-8";

/* home
----------------------------------------------------------*/
/* mv */
.page-home #mv {
	background: url('../img/mv_sp.jpg') no-repeat 50% 50% / cover;
	color: #fff;
}
.page-home #mv .inner {
	height: 38.0rem;
}
.page-home #mv .text {
	padding-bottom: 5.0rem;
}
.page-home #mv h2 {
	font-size: 1.9rem;
	letter-spacing: normal;
}
.page-home #mv p {
	margin-top: .5rem;
	font-size: 1.15rem;
}
@media screen and (min-width: 570px) {
	.page-home #mv {
		background-image: url('../img/mv_pc.jpg');
	}
}
@media screen and (min-width: 980px) {
	.page-home #mv .inner {
		height: 68.0rem;
		max-width: none;
		padding-left: 50px;
	}
	.page-home #mv .text {
		padding-bottom: 1.7rem;
	}
	.page-home #mv h2 {
		font-size: 3.8rem;
		font-weight: 500;
	}
	.page-home #mv p {
		margin-top: 1.0rem;
		font-size: 2.2rem;
	}
}
/* service */
.page-home #service {
	padding-bottom: 5.5rem;
}
.page-home #service .title {
	padding-bottom: 5.0rem;
}
.page-home #service ul li {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
	.page-home #service ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.page-home #service ul li {
		width: 49%;
	}
}
@media screen and (min-width: 980px) {
	.page-home #service {
		padding-bottom: 9.8rem;
	}
	.page-home #service .title {
		padding-bottom: 6.7rem;
	}
	.page-home #service ul li {
		width: 32%;
		margin-bottom: 2.2rem;
	}
	.page-home .link-btn a {
		height: 9.0rem;
	}
	.page-home .link-btn a::after {
		height: 1.4rem;
	}
}
/* about */
.page-home #about.bg {
	padding-bottom: 10.0rem;
	background-color: #f6f6f6;
}
.page-home #about .title {
	padding-bottom: 2.5rem;
}
.page-home #about .ttl {
	padding: 1.7rem 1.0rem 1.3rem;
	color: #1968b3;
	font-size: 1.4rem;
	font-weight: 700;
}
.page-home #about dl {
	border-bottom: 1px solid #bababa;
}
.page-home #about dl dt {
	padding: 1.2rem 1.0rem 0;
	border-top: 1px solid #bababa;
	color: #4e4e4e;
	font-size: 1.4rem;
	font-weight: 500;
}
.page-home #about dl dd {
	padding: .3rem 1.0rem 1.3rem;
	line-height: 1.846;
}
.page-home #about dl dd.address {
	padding-bottom: 2.0rem;
	/* color: #1968b3; */
}
.page-home #about dl dd.address .address-item {
	display: flex;
	flex-direction: column;
	margin-top: .5em;
}
.page-home #about dl dd.address .address-item:first-child {
	margin-top: 0;
}
.page-home #about dl dd.address .address-map {
	margin-bottom: .1em;
	text-decoration: underline;
}
.page-home #about dl dd.address .access {
	font-size: 90%;
	line-height: 1.5;
}
.page-home #about .text {
	padding: 1.4rem 1.0rem 1.5rem;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	line-height: 1.846;
}
.page-home #about .text p+p {
	margin-top: .5em;
}
.page-home #about #bt-contact {
	z-index: 10;
	bottom: 20px;
	width: 100%;
}
.page-home #about #bt-contact.is-fixed {
	bottom: 0;
}
.page-home #about #bt-contact a {
	justify-content: center;
	height: 6.0rem;
	background-color: #1968b3;
	font-size: 1.625rem;
}
.page-home #about #bt-contact a::after {
	left: calc(50% + 4.3em);
	right: auto;
	height: 1.35rem;
	background-position-x: 0;
}
@media screen and (min-width: 980px) {
	.page-home #about.bg {
		padding-bottom: 12.0rem;
	}
	.page-home #about .ttl {
		padding: 3.0rem 1.5rem 2.0rem;
		font-size: 2.2rem;
	}
	.page-home #about dl dt {
		float: left;
		width: 30%;
		padding: 2.0rem 1.5rem 0;
		border-top: 0;
		font-size: 1.8rem;
		font-weight: 400;
	}
	.page-home #about dl dd {
		border-top: 1px solid #bababa;
		padding: 2.0rem 1.0rem 2.1rem 37.7%;
		line-height: 2;
	}
	.page-home #about dl dd::after {
		clear: both;
		content: '';
		display: block;
	}
	.page-home #about dl dd.address {
		padding-bottom: 2.1rem;
	}
	.page-home #about dl+.ttl {
		padding-top: 6.7rem;
	}
	.page-home #about .text {
		padding: 2.0rem 1.5rem 2.3rem;
		line-height: 2;
	}
	.page-home #about .text p+p {
		margin-top: .5em;
	}
	.page-home #about #bt-contact {
		top: 300px;
		right: 0;
		bottom: auto;
		width: 6.6rem;
	}
	.page-home #about #bt-contact.is-fixed {
		top: calc(50vh - 105px);
		bottom: auto;
	}
	.page-home #about #bt-contact a {
		display: block;
		width: 6.6rem;
		height: 210px;
		padding: 0 0 4.0rem;
		box-sizing: border-box;
		font-size: 1.8rem;
		line-height: 6.6rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.page-home #about #bt-contact a::after {
		top: auto;
		right: 0;
		bottom: 3.8rem;
		left: 0;
		margin: auto;
		width: 6.6rem;
		height: 1.8rem;
		background-position-x: 50%;
	}
}
@media screen and (min-width: 570px) {
	.page-home #about dl dd.address .address-item {
		flex-direction: row;
	}
}

/* service
----------------------------------------------------------*/
.page-service .lead {
	padding-top: 3.8rem;
}
.page-service .inner.bg {
	padding-top: 4.5rem;
	padding-bottom: 7.0rem;
}
@media screen and (min-width: 980px) {
	.page-service .lead {
		padding-top: 6.0rem;
	}
	.page-service .inner.bg {
		padding-top: 7.0rem;
		padding-bottom: 12.0rem;
	}
}

/* service ad
----------------------------------------------------------*/
.page-service_ad #service .text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2.4rem 0 -2.7rem;
	letter-spacing: normal;
}
.page-service_ad #service .text::after {
	clear: both;
	content: '';
	display: block;
	width: 25.0rem;
}
.page-service_ad #service .text div {
	width: 25.0rem;
	margin-bottom: 2.2rem;
}
.page-service_ad #service .text .ttl {
	font-size: 2.0rem;
	font-weight: 500;
	color: #1060ab;
}
.page-service_ad #service .text div:nth-of-type(2) .ttl {
	color: #0098d7;
}
.page-service_ad #service .text div:nth-of-type(3) .ttl {
	color: #00b5e2;
}
.page-service_ad #service .text ul {
	margin-top: .3rem;
	padding-left: 1.35rem;
	border-left: 1px solid #a1a1a1;
}
@media screen and (min-width: 570px) {
	.page-service_ad #service .text div,
	.page-service_ad #service .text::after {
		width: 33.33%;
		min-width: 25.0rem;
	}
}
@media screen and (min-width: 980px) {
	.page-service_ad #service .text {
		margin: 2.5rem 0 -2.0rem;
	}
	.page-service_ad #service .text div,
	.page-service_ad #service .text::after {
		min-width: 34.0rem;
	}
	.page-service_ad #service .text .ttl {
		font-size: 2.5rem;
	}
	.page-service_ad #service .text ul {
		margin-top: 1.0rem;
	}
}

/* service management
----------------------------------------------------------*/
.page-service_manag #service .profile {
	background-color: #fff;
	padding-bottom: 7.0rem;
}
.page-service_manag #service .profile .fn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 12.0rem;
	background-color: #1060ab;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
.page-service_manag #service .profile .fn .ttl {
	width: 100%;
	font-size: 2.35rem;
}
.page-service_manag #service .profile .fn p {
	text-align: left;
	padding-top: .5rem;
}
.page-service_manag #service .profile .image,
.page-service_manag #service .profile .text,
.page-service_manag #service .profile .link-btn {
	margin-right: 5.3%;
	margin-left: 5.3%;
}
.page-service_manag #service .profile .image {
	margin-top: 2.0rem;
	padding-bottom: 2.8rem;
}
.page-service_manag #service .profile .link-btn {
	margin-top: 3.0rem;
	margin-bottom: -1.5rem;
}
.page-service_manag #service .profile .link-btn li {
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
.page-service_manag #service .profile .link-btn li a {
	background-color: #0098d7;
}

@media screen and (max-width: 569px) {
	.page-service_manag #service .inner.bg {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-service_manag #service .profile {
		margin-right: -5.3vw;
		margin-left: -5.3vw;
	}
}
@media screen and (min-width: 570px) {
	.page-service_manag #service .grid {
		justify-content: center;
		margin-left: -2.0rem;
	}
	.page-service_manag #service .grid::after {
		clear: both;
		content: '';
		display: block;
	}
	.page-service_manag #service .profile,
	.page-service_manag #service .grid::after {
		width: calc(50% - 2.0rem);
		min-width: 32.0rem;
		margin-left: 2.0rem;
	}
	.page-service_manag #service .profile {
		margin-bottom: 2.0rem;
		padding-bottom: 2.0rem;
	}
	.page-service_manag #service .profile .image,
	.page-service_manag #service .profile .text,
	.page-service_manag #service .profile .link-btn {
		margin-right: 2.0rem;
		margin-left: 2.0rem;
	}
}
@media screen and (min-width: 980px) {
	.page-service_manag #service .grid {
		margin-left: -4.0rem;
		margin-bottom: -4.0rem;
	}
	.page-service_manag #service .profile,
	.page-service_manag #service .grid::after {
		width: calc(50% - 4.0rem);
		margin-left: 4.0rem;
	}
	.page-service_manag #service .profile {
		margin-bottom: 4.0rem;
		padding-bottom: 4.0rem;
	}
	.page-service_manag #service .profile .fn {
		display: block;
		height: 18.2rem;
		padding: 3.3rem 4.0rem 0;
		text-align: left;
	}
	.page-service_manag #service .profile .fn .ttl {
		font-size: 3.2rem;
	}
	.page-service_manag #service .profile .image {
		padding-bottom: 3.0rem;
	}
	.page-service_manag #service .profile .text,
	.page-service_manag #service .profile .link-btn {
		margin-right: 3.0rem;
		margin-left: 3.0rem;
	}
	.page-service_manag #service .profile .text {
		line-height: 1.94;
	}
	.page-service_manag #service .profile .link-btn {
		margin-top: 3.2rem;
		margin-bottom: -1.0rem;
	}
	.page-service_manag #service .profile .link-btn li {
		margin-bottom: 1.0rem;
		line-height: 1.2;
	}
}

/* service sale
----------------------------------------------------------*/
.page-service_sale #service .link-btn {
	display: flex;
	justify-content: center;
	margin-top: 3.0rem;
}
.page-service_sale #service .link-btn a {
	width: min(100%, 400px);
	background-color: #0098d7;
}
@media screen and (min-width: 980px) {
	.page-service_sale #service .link-btn {
		margin-top: 4.0rem;
	}
}

/* service human_resources
----------------------------------------------------------*/
.page-service_human .anchor {
	margin-bottom: 6.0rem;
	font-size: 1.4rem;
	font-weight: 500;
}
.page-service_human .anchor ul {
	margin-bottom: -1.5rem;
}
.page-service_human .anchor a {
	flex-wrap: wrap;
	align-content: center;
	line-height: 1.5;
}
.page-service_human .anchor .clients a {
	background-color: #0098d7;
}
.page-service_human .anchor span  {
	width: 100%;
	font-size: 1.1rem;
	font-weight: 400;
}
.page-service_human .anchor a::after {
	background-image: url('../img/ico_arrow_d.svg');
}
.page-service_human .anchor li {
	margin-bottom: 1.5rem;
}

.page-service_human .title {
	height: 12rem;
	padding-top: 3.3rem;
	box-sizing: border-box;
	background-color: #1968b3;
	color: #fff;
}
.page-service_human #clients .title {
	background-color: #0098d7;
}
.page-service_human #clients h3.title {
	background-color: #00b5e2;
}
.page-service_human .title span::before {
	background-image: url('../img/ico_ttl_w.svg');
}
.page-service_human .catch {
	padding: 5.8rem 0 6.3rem;
	text-align: center;
}
.page-service_human .catch h3 {
	font-size: 2.0rem;
	font-weight: 500;
}
.page-service_human .catch p {
	margin-top: 1.4rem;
}
.page-service_human .why.inner.bg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 6.0rem;
	padding-bottom: 6.6rem;
}
.page-service_human .why h3 {
	width: 100%;
	padding-bottom: 2.0rem;
	color: #1060ab;
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
}
.page-service_human #clients .why h3 {
	color: #0098d7;
}
.page-service_human .why dl {
	margin-bottom: -2.5rem;
}
.page-service_human .why dl dt {
	float: left;
	width: 7.4rem;
	background-color: #1060ab;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .15em;
	text-align: center;
}
.page-service_human #clients .why dl dt {
	background-color: #0098d7;
}
.page-service_human .why dl dd {
	margin-top: -.4rem;
	padding: 0 0 2.5rem 8.8rem;
	line-height: 1.5;
	letter-spacing: normal;
}

.page-service_human .flow.inner.bg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 6.5rem;
	padding-bottom: 7.0rem;
}
.page-service_human .flow h4 {
	width: 100%;
	padding-bottom: 3.2rem;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
}
.page-service_human .flow ol {
	border-top: 1px solid #bababa;
}
.page-service_human .flow ol li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 2.0rem 1.6rem 2.0rem 1.0rem;
	border-bottom: 1px solid #bababa;
}
.page-service_human .flow ol li::after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -1.0rem;
	width: 3.0rem;
	height: 1.4rem;
	margin: auto;
	background: #f6f6f6 url('../img/ico_arrow_d02.svg') no-repeat 50% 50% / auto 100%;
}
.page-service_human .flow ol li:last-child::after {
	display: none;
}
.page-service_human .flow ol li .num {
	position: relative;
	width: 3.0rem;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 500;
}
.page-service_human .flow ol li .text {
	position: relative;
	width: calc(100% - 3.0rem);
	padding-left: 1.5rem;
	line-height: 1.6;
	letter-spacing: normal;
}
.page-service_human .flow ol li .text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 70%;
	margin: auto;
	background-color: #bababa;
}
.page-service_human .flow ol li .text h5 {
	padding-bottom: .5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 500;
}
.page-service_human .flow ol li .text h5:first-letter {
	color: #00b5e2;
}
@media screen and (min-width: 570px) {
	.page-service_human .anchor {
		max-width: 970px;
		margin: 0 auto 6.0rem;
	}
	.page-service_human .anchor ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		margin-bottom: 0;
	}
	.page-service_human .anchor ul li {
		width: 47.7%;
		margin-bottom: 0;
	}
	.page-service_human .why dl dt {
		line-height: 1.8;
	}
	.page-service_human .why dl dd {
		margin-top: 0;
		line-height: 1.8;
	}
}
@media screen and (min-width: 980px) {
	.page-service_human .anchor {
		margin-bottom: 7.0rem;
	}
	.page-service_human .anchor a  {
		height: 10.0rem;
		font-size: 2.2rem;
	}
	.page-service_human .anchor span  {
		font-size: 1.6rem;
	}
	.page-service_human .title {
		height: 22.2rem;
		padding-top: 6.5rem;
	}
	.page-service_human .catch {
		padding: 10.0rem 0 11.0rem;
	}
	.page-service_human .catch h3 {
		font-size: 3.2rem;
	}
	.page-service_human .why.inner.bg {
		padding-top: 10.2rem;
		padding-bottom: 12.4rem;
	}
	.page-service_human .why h3 {
		padding-bottom: 2.4rem;
		font-size: 3.2rem;
	}
	.page-service_human .why dl {
		margin-bottom: -3.4rem;
	}
	.page-service_human .why dl dt {
		width: 12.5rem;
	}
	.page-service_human .why dl dd {
		padding: 0 0 3.4rem 16.0rem;
	}
	.page-service_human .flow.inner.bg {
		padding-top: 11.0rem;
		padding-bottom: 12.0rem;
	}
	.page-service_human .flow h4 {
		padding-bottom: 3.6rem;
		font-size: 2.2rem;
	}
	.page-service_human .flow ol li {
		padding: 3.2rem 3.0rem 3.4rem 1.6rem;
	}
	.page-service_human .flow ol li::after {
		bottom: -1.1rem;
		width: 3.6rem;
		height: 2.1rem;
	}
	.page-service_human .flow ol li .num {
		width: 6.5rem;
		font-size: 2.2rem;
	}
	.page-service_human .flow ol li .text {
		width: calc(100% - 6.5rem);
		padding-left: 4.0rem;
	}
	.page-service_human .flow ol li .text h5 {
		padding-bottom: 1.1rem;
		font-size: 2.2rem;
	}
}

/* privacy
----------------------------------------------------------*/
.page-privacy .ttl {
	margin-top: 3.4rem;
	padding-bottom: .8rem;
	color: #1060ab;
	font-size: 1.4rem;
	font-weight: 500;
}
.page-privacy #privacy .title+.ttl {
	margin-top: 0;
}
.page-privacy .ttl p {
	letter-spacing: normal
}
@media screen and (min-width: 980px) {
	.page-privacy .ttl {
		margin-top: 5.0rem;
		padding-bottom: 1.1rem;
		font-size: 2.2rem;
	}
}
