/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

#mainvisual {
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0)) no-repeat top /100% 234px, #000 url("../../company/images/index/bg01.png") center bottom no-repeat;
	background-size: cover;
}

#mainvisual h1 {
	font-weight: 900;
	letter-spacing: 2.56rem;
	text-align: center;
}

.introductionArea {
	width: 1180px;
	margin: 0 auto;
}

.introductionArea ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3.0rem 0;
}

.introductionArea ul li {
	width: 550px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 3.0rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.introductionArea ul li .img {
	width: 200px;
}

.introductionArea ul li .img img {
	width: 100%;
}

.introductionArea ul li .text {
	width: 320px;
}

.introductionArea ul li .text h3 {
	font-size: 2.0rem;
	font-weight: 900;
	color: #035D9E;
	padding-bottom: 1.5rem;
}


.introductionArea ul li .text p {
	font-size: 1.6rem;
}

.introductionArea .btn01 a {
	width: 150px;
	height: 40px;
	background: #035D9E;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0 auto;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
}

.introductionArea .btn01 a:hover {
	opacity: 0.6;
	text-decoration: none;
}

@media screen and (max-width: 786px) {

#mainvisual {
 	height: 30rem;
	margin-bottom: 4rem;
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0)) no-repeat top /100% 11.7rem,  #000 url("../../company/images/index/bg01.png") center bottom no-repeat;
	background-size: cover;
}

#mainvisual .inner {
 	height: 30rem;
}

#mainvisual h1 {
	font-size: 2.8rem;
	letter-spacing: 1.536rem;
}


.introductionArea {
	width: 100%;
	padding: 0 3.5rem;
	box-sizing: border-box;
	margin: 0 auto;
}

.introductionArea ul {
	display: block;
}

.introductionArea ul li {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 3.0rem;
	margin-bottom: 3.0rem;
	display: block;
}

.introductionArea ul li .img {
	width: 100%;
	text-align: center;
	margin-bottom: 2rem;
}

.introductionArea ul li .img img {
	width: auto;
	max-width: 100%;
}

.introductionArea ul li .text {
	width: 100%;
}

.introductionArea ul li .text h3 {
	font-size: 1.8rem;
	font-weight: 900;
	color: #035D9E;
	padding-bottom: 1.5rem;
}


.introductionArea ul li .text p {
	font-size: 1.4rem;
}

.introductionArea .btn01 a {
	width: 30rem;
	height: 4.0rem;
	margin: 3.0rem auto 0;
	font-size: 1.4rem;
}

}

