@charset "UTF-8";

/*レスポンシブ対応　767px以下*/


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

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

.mainImg-title {
	position: absolute;
	top: 40%;
	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 {
	min-width: 360px;
	margin: 50px auto;
	width: 96%;
}

/*ナビゲーション*/

.menu {
	width: 90%;
	margin: 0 auto;
}

.menu-box {
	border: 1px solid #3A3A3A;
	border-radius: 22px;
	padding: 5px;
	padding-left: 70px;
	margin-bottom: 5px;
	background-image: url("../../img/service/arrow_down.svg");
	background-size: 3%;
	background-position: 40px center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

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

.menu-box:hover {
	background: #F3F3F3;
	border: 1px solid #3A3A3A;
	border-radius: 22px;
	padding: 5px;
	padding-left: 70px;
	margin-bottom: 5px;
	background-image: url("../../img/service/arrow_down.svg");
	background-size: 3%;
	background-position: 40px 60%;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	opacity: 0.6;
}

/*コンテンツ*/

.title {
	width: 80%;
	margin-top: 100px;
}

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: -12px;
}

.service-img img {
	width: 90%;
}

.section-wrap {
/*	display: flex;*/
	min-width: 360px;
	width: 96%;
/*	padding-bottom: 125px;*/
/*	margin-top: 80px;*/
	border-bottom: 1px solid #707070;
/*	justify-content: space-between;*/
	margin: 50px auto;
}


.service-body {
	margin-top: 30px;
	width: 96%;
	overflow-wrap: anywhere;
}

.service-title {
	font-size: 1rem;
	margin-bottom: 30px;
	line-height: 1.3;
}

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

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

.readmore {
	text-align: end;
	margin-bottom: 20px;
}

.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;
}