@charset "UTF-8";

/* ------------------------------
    新運輸とは・取り組み　共通
------------------------------ */

body.pt {
	padding-top: 190px;
}

#mv {
	width: 100%;
	height: 400px;
	align-items: center;
	display: flex;
	align-items: center;
	background: #fff;
}

#mv .mv_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top 30%;
	width: calc(100% - 370px);
	margin-left: auto;
	height: 100%;
	background-image: url(../img/about/mv_about.jpg);
}

#mv .mv_img p {
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}

#mv .txt_wrap {
	width: 370px;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 100px;
}


#mv .page_ttl {
	font-size: 10rem;
	color: #26346e;
}

#mv .page_ttl + p {
	font-size: 2.6rem;
	color: #26346e;
	line-height: 1.5;
	border-bottom: 2px solid #26346e;
	display: inline-block;
	margin-top: 15px;
}

@media screen and (max-width: 1200px) {
	#mv .mv_img {
		min-width: inherit;
		width: calc(100% - 270px);
	}
	#mv .txt_wrap {
		padding-left: 50px;
	}
	#mv .page_ttl {
		font-size: 8rem;
	}
	#mv .page_ttl + p {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1024px) {
	body.pt {
		padding-top: 140px;
	}
}

@media screen and (max-width: 767px) {
	body.pt {
		padding-top: 100px;
	}
	#mv {
		height: auto;
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	#mv .mv_img {
		position: relative;
		width: 100%;
		height: 200px;
	}
	#mv .mv_img p {
		right: 10px;
		color: #fff;
		font-size: 0.9rem;
	}
	#mv .txt_wrap {
		position: static;
		left: 0;
		top: auto;
		transform: none;
		width: auto;
		padding-left: 6%;
		margin-top: -27px;
	}
	#mv .page_ttl {
		font-size: 5.5rem;
	}
	#mv .page_ttl + p {
		font-size: 1.5rem;
	}
}

/* ------------------------------
    #main_contents
------------------------------ */

#about_index #main_contents {
	margin-bottom: 145px;
}

/* message */

.message {
	margin: 90px auto 160px;
	padding: 120px 0 110px;
	position: relative;
	overflow: hidden;
}

.message::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 82%;
	max-width: 900px;
	height: 100%;
	background: #f2f2f2;
	z-index: -1;
}

.message h3 {
	font-size: 3.7rem;
	line-height: 2;
	margin-bottom: 20px;
}

.message .box01 {
	position: relative;
	padding: 60px 0 150px;
}

.message .box .txt {
	width: 64%;
	max-width: 710px;
	position: relative;
	z-index: 2;
}

.message .box .txt p {
	font-size: 1.6rem;
	line-height: 3.25;
}

.message .box .txt p + p {
	margin-top: 3em;
}

.message .box01 .img {
	position: absolute;
	right: -24px;
	top: 0;
	z-index: 1;
	width: 45%;
	max-width: 495px;
}

.message .box02 {
	position: relative;
	padding: 340px 0 0;
}

.message .box02 .img {
	position: absolute;
	left: -210px;
	top: 0;
	z-index: 1;
	width: 65%;
	max-width: 719px;
}

.message .box02 .ceo_name {
	position: absolute;
	bottom: 16px;
	left: 0;
}

.message .box02 .ceo_name .txt {
	font-size: 1.6rem;
	margin-bottom: 18px;
}

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

	.message .box .txt p {
		line-height: 2;
	}
	.message .box01 {
		padding: 7% 0 16%;
	}
	.message .box02 {
		padding: 23% 0 0;
	}
}

@media screen and (max-width: 767px) {
	.message {
		margin: 50px auto 160px;
		padding: 30px 0 50px;
		overflow: visible;
	}
	.message .wrap1100 {
		width: 100%;
	}
	.message::after {
		width: 67%;
	}
	.message h3 {
		font-size: 2.3rem;
		margin-bottom: 36px;
		padding: 0 6%;
		display: flex;
		justify-content: center;
	}
	.message .box01 {
		padding: 0;
	}
	.message .box .txt {
		width: 86%;
		margin: 30px auto 0;
		max-width: inherit;
		position: relative;
		float: none;
	}
	.message .box .txt p {
		font-size: 1.3rem;
	}
	.message .box .txt p + p {
		margin-top: 2em;
	}
	.message .box01 .img {
		float: none;
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		margin: 0 auto;
		z-index: 1;
		width: 67%;
		max-width: inherit;
	}
	.message .box01 .img img {
		width: 100%;
	}
	.message .box02 {
		position: relative;
		padding: 40px 0 0;
	}
	.message .box02 .img {
		float: none;
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		width: 100%;
		max-width: inherit;
	}
	.message .box02 .ceo_name {
		bottom: -136px;
		width: 100%;
		text-align: center;
	}
	.message .box02 .ceo_name p {
		text-align: center;
	}
	.message .box02 .ceo_name .txt {
		font-size: 1.3rem;
		margin-top: 0;
		margin-bottom: 10px;
	}
}


/* efforts */

.efforts h3 {
	font-size: 2.0rem;
	color: #fff;
	background: #26346e;
	padding: 30px 0;
	margin-bottom: 30px;
}

.efforts .efforts_list {
	padding: 0 12px;
}

.efforts .efforts_list * {
	color: #26346e;
}

.efforts .efforts_list dl dt {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
	margin-bottom: 6px;
}

.efforts .efforts_list dl dt::before {
	content: "●";
	font-size: 1rem;
	vertical-align: middle;
	position: absolute;
	left: 2px;
	top: 8px;
	color: #ea1428;
}

.efforts .efforts_list dl dd p {
	font-size: 1.8rem;
	padding-left: 6px;
}

.efforts .efforts_list dl dd p span {
	font-size: 1.4rem;
	margin-right: .5em;
}

.efforts .efforts_list dl dd ul li {
	text-indent: -1.5em;
	padding-left: 2em;
	font-size: 1.4rem;
	list-style-position: inside;
}

.efforts .efforts_list dl dd ul li span {
	margin-right: .5em;
}

.efforts .efforts_list > div:first-child {
	width: 38%;
}

.efforts .efforts_list > div:first-child dl dd {
	padding-bottom: 18px;
}

.efforts .efforts_list > div:first-child dl dd {
	border-bottom: 1px solid #26346e;
}

.efforts .efforts_list > div:first-child dl dd + dd {
	margin-top: 18px;
}

.efforts .efforts_list > div:first-child dl dd ul {
	padding-left: 1em;
}

.efforts .efforts_list > div:first-child dl dd li + li {
	margin-top: 4px;
}

.efforts .efforts_list > div:last-child {
	width: 58%;
}

.efforts .efforts_list > div:last-child dl dd ul li {
	border-bottom: 1px solid #26346e;
	padding-bottom: 10px;
}

.efforts .efforts_list > div:last-child dl dd ul li + li {
	margin-top: 10px;
}

.efforts .efforts_list > div:last-child dl + dl dt {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	/* efforts */
	.efforts .wrap1100 {
		width: 100%;
	}
	.efforts h3 {
		font-size: 1.5rem;
		line-height: 1.38;
		padding: 20px 0;
	}
	.efforts .efforts_list {
		padding: 0 6%;
		flex-direction: column;
	}
	.efforts .efforts_list > div {
		width: 100%!important;
	}
	.efforts .efforts_list dl dt {
		font-size: 1.7rem;
		padding-left: 18px;
	}
	.efforts .efforts_list dl dt::before {
		top: 5px;
	}
	.efforts .efforts_list dl dd p {
		font-size: 1.5rem;
	}
	.efforts .efforts_list dl dd p span {
		font-size: 1.2rem;
	}
	.efforts .efforts_list dl dd ul li {
		font-size: 1.1rem;
	}

	.efforts .efforts_list > div:first-child dl dd {
		padding-bottom: 10px;
	}
	.efforts .efforts_list > div:first-child dl dd + dd {
		margin-top: 10px;
	}
	.efforts .efforts_list > div:last-child dl dt {
		margin-top: 30px;
	}
}

/* スライダー　*/

#about_slider {
	margin: 160px auto;
	overflow: hidden;
	width: 100%;
	height: 534px;
}

#about_slider .slider02 li img {
	width: 100%;
	height: auto;
}

#about_slider .bx-wrapper {
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin: 0;
}

#about_slider .bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	right: 0;
	box-shadow: none;
	overflow: visible!important;
}

#about_slider .bx-wrapper .bx-pager {
	display: none;
}

@media screen and (max-width: 767px) {
	/* スライダー　*/
	#about_slider {
		margin: 80px auto;
		height: auto;
		padding-bottom: 40px;
	}
	#about_slider .bx-wrapper .bx-pager {
		display: block;
	}
	#about_slider .bx-wrapper .bx-pager a {
		background: #f2f2f2;
		width: 12px;
		height: 12px;
		margin: 0 4px;
	}
	#about_slider .bx-wrapper .bx-pager-item:first-child a {
		margin-left: 0;
	}
	#about_slider .bx-wrapper .bx-pager a.active {
		background: #26346e;
	}

}


/* 会社概要・アクセス */

.company_info {
	margin-bottom: 240px;
}

.company_info h4 {
	font-size: 3.4rem;
	margin-bottom: 40px;
}

.company_info h4 span {
	display: block;
	font-size: 1.8rem;
}

.company_info .outline {
	width: 54.6%;
}

.company_info .outline table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #26346e;
}

.company_info .outline table tr {
	border-top: 1px solid #26346e;
}

.company_info .outline table th {
	font-weight: bold;
	vertical-align: top;
	width: 23%;
}

.company_info .outline table th,
.company_info .outline table td {
	font-size: 1.4rem;
	padding: 14px;
}

.company_info .outline table td p {
	text-indent: -1em;
	margin-left: 1em;
}

.company_info .outline table td > dl {
	display: flex;
}

.company_info .outline table td > dl dt {
	width: 28%;
	text-indent: -1em;
	padding-left: 1em;
}

.company_info .outline table td > dl dd {
	width: calc(100% - 28%);
}

.company_info .access {
	width: 38.1%;
}

.company_info .access .access_box + .access_box {
	margin-top: 40px;
}

.company_info .access .access_box .map_area iframe {
	width: 100%;
	height: 380px;
}

.company_info .access .access_box .map_area {
	margin-bottom: 10px;
}

.company_info .access .access_box .txt {
	position: relative;
}

.company_info .access .access_box .txt .btn {
	width: 35%;
	max-width: 147px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.company_info .access .access_box .txt .btn a {
	font-size: 1.4rem;
	padding: 14px 20px;
}

.company_info .access .access_box .txt .btn a::after {
	right: 14px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}

@media screen and (max-width: 1024px) {
	.company_info .access .access_box .txt {
		display: block;
	}
	.company_info .access .access_box .txt .btn {
		position: static;
		width: 70%;
		max-width: inherit;
		margin: 25px auto 20px;
	}
}

@media screen and (max-width: 767px) {
	/* 会社概要・アクセス */
	.company_info {
		margin-bottom: 120px;
	}
	.company_info .wrap1100 {
		width: 100%;
	}
	.company_info h4 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.company_info h4 span {
		font-size: 1.5rem;
	}

	.company_info .outline {
		float: none;
		width: 86%;
		margin: auto;
	}
	.company_info .outline table tr.sp_noline {
		border: none;
	}
	.company_info .outline table th,
	.company_info .outline table td {
		display: block;
		font-size: 1.2rem;
		padding: 0;
	}
	.company_info .outline table th {
		width: 100%;
		padding-top: 10px;
	}
	.company_info .outline table td {
		width: 100%;
		padding-bottom: 10px;
	}
	.company_info .outline table tr.sp_noline td {
		border: none;
		margin-top: -10px;
	}
	.company_info .outline table td > dl {
		display: flex;
		flex-direction: column;
	}
	.company_info .outline table td > dl dd,
	.company_info .outline table td > dl dt {
		width: 100%;
	}

	.company_info .access {
		float: none;
		width: 100%;
		margin-top: 60px;
	}
	.company_info .access h4 {
		width: 86%;
		margin: 0 auto 20px;
	}
	.company_info .access .access_box + .access_box {
		margin-top: 60px;
	}
	.company_info .access .access_box .map_area iframe {
		height: 320px;
	}
	.company_info .access .access_box .map_area {
		margin-bottom: 20px;
	}
	.company_info .access .access_box .txt {
		width: 86%;
		margin: auto;
	}
	.company_info .access .access_box .txt p {
		font-size: 1.2rem;
	}
	.company_info .access .access_box .txt .btn {
		width: 100%;
/*		max-width: 310px;*/
		position: relative;
		bottom: 0;
		right: 0;
	}
	.company_info .access .access_box .txt .btn a {
		font-size: 1.3rem;
		padding: 20px 20px;
	}
	.company_info .access .access_box .txt .btn a::after {
		right: 20px;
		width: 8px;
		height: 8px;
		margin-top: -5px;
	}

}