@charset "UTF-8";

/*メインイメージ▼*/

.mainImg {
	background-image: url("../img/service/service-main.png");
	background-repeat: no-repeat;
	background-position: center;
	max-width: 100%;
	height: 300px;
	position: relative;
}

.mainImg-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	color: #F3F3F3;
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.subtitle {
	display: block;
	color: #fff;
	font-size: 0.8rem;
	border-top: 1px solid #1131C4;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

/*コンテンツ▼*/

#inner {
	max-width: 1400px;
	margin: 100px auto;
	width: 96%;
}

/*ナビゲーション*/

.menu {
	display: flex;
	justify-content: space-between;
}

.menu-box {
	border: 1px solid #3A3A3A;
	border-radius: 22px;
	padding: 10px 50px;
	background-image: url("../img/service/arrow_down.svg");
	background-position: 20px center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.menu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 1.2rem;
}


.menu-box:hover {
	background: #F3F3F3;
	border: 1px solid #3A3A3A;
	border-radius: 22px;
	padding: 10px 50px;
	background-image: url("../img/service/arrow_down.svg");
	background-position: 20px 60%;
	background-repeat: no-repeat;
	opacity: 0.6;
}

/*コンテンツ*/

.title {
	width: 50%;
	margin-top: 160px;
}

section h2 {
	font-size: 1.3rem;
	padding-left: 10px;
	border-left: 6px solid #1131C4;
	border-bottom: 1px solid #8B8B8B;
}

section h2 span {
	font-size: 0.7rem;
	font-weight: 100;
	margin-top: 10px;
	float: right;
}

section h2 span::after {
	content: url("../img/company/title_arrow.svg");
	float: right;
	margin-left: 10px;
	margin-top: -10px;
}

.section-wrap {
	display: flex;
	max-width: 1400px;
	padding-bottom: 125px;
	margin-top: 80px;
	border-bottom: 1px solid #707070;
	justify-content: space-between;
}


.service-body {
	width: 600px;
	overflow-wrap: anywhere;
}

.service-title {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.service-title span {
	display: inline-block;
}

.service-read {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 70px
}

.readmore {
	text-align: end;
}

.readmore a {
	font-size: 0.9rem;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #161616;
	transition: 0.3s;
}

.readmore a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("../img/index/icon_arr.png");
	background-size:cover;
	vertical-align: -20%;
}

.readmore a:hover {
	opacity: 0.6;
}

.service-title a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #6C6C6C;
	cursor: pointer;
	transition: 0.3s;
}

.service-title a:hover {
	opacity: 0.6;
}
