@charset "utf-8";
#second-nav {
	margin-bottom: 36px;
}
.head-line01 {
	font-size: 35px;
}
.company .message {
	margin-bottom: 71px;
}
.company p {
	font-size: 18px;
	line-height: 1.76;
}
.company .inner-box {
	margin-left: 170px;
}
.company .message .inner-box {
	margin-left: 255px;
}
.company .message .head-line05 img {
	width: 617px;
}
.company .head-line02 {
	margin-bottom: 23px;
	padding: 21px 28px 26px 15px;
	font-size: 28px;
	border-left-width: 1px;
}
.company .motor .textBox {
	margin: 45px 0 74px;
	padding: 58px 0 61px;
	text-align: center;
	background: linear-gradient(135deg, rgba(232, 255, 251, 0.2), rgba(176, 250, 244, 0.61), rgba(188, 248, 253, 0.61));
	border-right: 1px solid #bdc0d0;
	border-bottom: 1px solid #bdc0d0;
}
.company h5 {
	margin-bottom: 19px;
	color: #0A3776;
	font-size: 30px;
	font-weight: 700;
}
.company h6 {
	margin-bottom: 18px;
	padding: 0 25px 15px;
	font-size: 26px;
	display: inline-block;
	border-bottom: 1px solid #707070;
}
.company .motor .text01 {
	margin-bottom: 27px;
	font-size: 24px;
}
.company .motor .text02 {
	font-size: 20px;
	line-height: 1.8;
}
.company .motor .text02:not(:last-child) {
	margin-bottom: 32px;
}
.company .future {
	margin-bottom: 83px;
}
.company .future .head-line02 {
	margin-bottom: 5px;
	padding: 24px 28px 32px 27px;
}
.company .person {
	margin-bottom: 113px;
}
.company .person .head-line02 {
	margin-bottom: 17px;
	padding: 25px 28px 30px 27px;
}
.company .text-list {
	margin: 25px -5px 53px 0;
}
.company .text-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.company .text-list li:not(:last-child) {
	margin-bottom: 24px;
}
.company .text-list .number {
	margin: 4px 17px 0 5px;
	color: #63A7DD;
	font-size: 38px;
}
.company .text-list .text {
	font-size: 18px;
	flex: 1;
}
.company .text-list .bule {
	margin-bottom: 6px;
	display: block;
	color: #0A3776;
	font-size: 20px;
}
.company .person .ttl {
	padding: 35px 45px 42px 35px;
	color: #18335A;
	background: url("../img/ttl_bg01.png") no-repeat left top, url("../img/ttl_bg02.png") no-repeat right bottom;
	background-size: 74px auto;
}
.company .career {
	margin-bottom: 121px;
}
.company .career .head-line05 {
	padding: 88px 0 100px;
}
.company .career .img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.company .career .img-list li {
	width: 325px;
}
.company .career .pho {
	margin-bottom: 15px;
	overflow: hidden;
}
.company .career li a {
	display: block;
	transition: .3s;
	position: relative;
}
.company .career li:not(:last-child) {
	margin-right: 15px;
}
.company .career li a::before {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	right: 0;
	background: url(../../shared/img/icon03.png) no-repeat center center / 22px;
	content: "";
	z-index: 10;
}
.company .career li a .pho img {
	height: 150px;
	width: 100%;
	transition: all 0.6s;
}
.company .career .r-inner li a .pho img {
	height: 226px;
}
.company .career p {
	padding-left: 18px;
	color: #000;
	font-size: 18px;
	border-left: 1px solid #707070;
	line-height: 1;
}
.company .career .text02 {
	margin-top: 5px;
	display: block;
	font-size: 25px;
}
.company .career .img-list .text01 {
	font-size: 18px;
	display: inline-block;
	margin-left: 49px;
}
.company .introduction .head-line05 {
	padding: 56px 0 72px;
}
.company .introduction .inner-box {
	margin: 0 85px 100px;
}
.company .introduction dl {
	border-top: 1px solid #a2a2a2;
}
.company .introduction dt, .company .introduction dd {
	padding: 30px 23px 25px;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #a2a2a2;
}
.company .introduction dt {
	cursor: pointer;
}
.company .introduction dt span {
	font-weight: 500;
}
.company .introduction dd {
	padding: 15px 80px 20px 23px;
	line-height: 1.777;
	font-size: 18px;
	display: none;
	border-bottom: 1px solid #a2a2a2;
}
.company .introduction dd span {
	display: block;
	font-weight: 700;
	font-size: 20px;
}
.company .introduction dt:before, .company .introduction dt:after {
	position: absolute;
	right: 14px;
	top: 50%;
	width: 27px;
	height: 2px;
	background-color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
}
.company .introduction dt:after {
	transform: rotate(90deg);
}
.company .introduction dt.on:after {
	transform: rotate(180deg);
	opacity: 0;
}
.company .introduction .on {
	margin-top: 5px;
	padding-top: 25px;
	background-color: #C3F2ED;
	border: 0;
}
@media all and (min-width: 768px) {
	.company .career li a:hover {
		transform: translateY(-15px);
	}
}
@media all and (max-width: 767px) {
	.head-line01 {
		font-size: 20px;
	}
	.company .message {
		margin-bottom: 80px;
	}
	.company .message .head-line05 img {
		width: 100%;
	}
	.company .inner-box {
		margin-left: 0;
	}
	.company .message .inner-box {
		margin-left: 0;
	}
	.company p {
		font-size: 16px;
		line-height: 1.875;
	}
	.company .head-line02 {
		margin-bottom: 37px;
		padding: 2px 28px 0 19px;
		font-size: 20px;
	}
	.company .motor .textBox {
		margin-bottom: 88px;
		padding: 45px 18px 48px;
	}
	.company h4 {
		margin-bottom: 22px;
		font-size: 24px;
		font-weight: 500;
	}
	.company .motor .text01 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.6;
	}
	.company h5 {
		margin-bottom: 14px;
		padding: 0 40px 18px;
		font-size: 20px;
	}
	.company .motor .text02 {
		font-size: 15px;
		line-height: 1.666;
	}
	.company .future {
		margin-bottom: 80px;
	}
	.company .future .head-line02 {
		margin-bottom: 36px;
		padding: 15px 28px 18px 19px;
	}
	.company .person .head-line02 {
		margin-bottom: 36px;
		padding: 13px 28px 18px 19px;
	}
	.company .text-list {
		margin: 32px -5px 42px;
	}
	.company .text-list .number {
		margin: 10px 20px 0 11px;
	}
	.company .text-list .bule {
		font-size: 17px;
		line-height: 1.764;
	}
	.company .text-list .text {
		width: calc(100% - 52px);
		font-size: 15px;
		line-height: 1.66;
	}
	.company .text-list li:not(:last-child) {
		margin-bottom: 18px;
	}
	.company .career li a .pho img {
		height: 100%;
	}
	.company .person {
		margin-bottom: 70px;
	}
	.company .person .ttl {
		padding: 46px 20px 35px 30px;
	}
	.company .career {
		margin-bottom: 61px;
	}
	.company .career .img-list {
		display: block;
	}
	.company .career .img-list li {
		width: auto;
	}
	.company .career li:not(:last-child) {
		margin: 0 0 45px 0;
	}
	.company .career p {
		padding-left: 15px;
		font-size: 16px;
	}
	.company .career .pho {
		width: auto;
	}
	.company .career p .text02 {
		font-size: 20px;
	}
	.company .career .img-list .text01 {
		margin-left: 0;
		font-size: 16px;
		display: inline-block;
	}
	.company .career .head-line05 {
		padding-bottom: 50px;
	}
	.company .introduction {
		margin-bottom: 95px;
	}
	.company .introduction .head-line05 {
		padding-bottom: 45px;
	}
	.company .introduction .inner-box {
		margin: 0;
	}
	.company .introduction dt, .company .introduction dd {
		padding: 21px 50px 15px 12px;
		font-size: 17px;
	}
	.company .introduction dd {
		padding: 7px 0 12px 2px;
	}
	.company .introduction dd span {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.company .introduction p {
		line-height: 1.66;
		font-size: 15px;
	}
	.company .introduction dt::before, .company .introduction dt::after {
		width: 20px;
		right: 10px;
	}
	.company .introduction .on {
		padding-top: 16px;
	}
}