@charset "UTF-8";

/*
Theme Name: Japan Logistics Connect　ダイセー倉庫運輸株式会社
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #000;
	font-size: 14px;
}

a {
	transition: 0.1s linear all;
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
}

p,
th,
td,
dt,
dd {
	line-height: 1.8em;
}

img {
	border: none !important;
}

/* 共通部分 */
.wrapper .inner {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

section {
	margin-bottom: 50px;
}

.btn.contact a {
	padding: 15px 30px;
	color: white;
	background: #91d00d;
	background: -moz-linear-gradient(top, #91d00d 0%, #63ad14 100%);
	background: -webkit-linear-gradient(top, #91d00d 0%, #63ad14 100%);
	background: linear-gradient(to bottom, #91d00d 0%, #63ad14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d00d', endColorstr='#63ad14', GradientType=0);
	border-radius: 25px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

.btn.contact a:hover {
	opacity: 0.8;
}

h2 span.first {
	color: #6f57a3;
}

h2 span.second {
	color: #748b85;
}

h2 span.third {
	color: #91d00d;
}

/* header */
.wrapper header {
	overflow: hidden;
	padding: 20px 0;
}

.wrapper header .header_logo {
	float: left;
	overflow: hidden;
}

.wrapper header .header_logo .logo_daisei {
	float: left;
	margin-right: 20px;
}

.wrapper header .header_logo .logo_jlc {
	float: left;
}

.wrapper header .header_right {
	float: right;
}

/* mainimg */

.wrapper .mainimg {
	background: url(images/mainimg.jpg) no-repeat;
	background-position: right center;
	background-size: contain;
	height: 600px;
}

.wrapper .mainimg .inner {
	padding-top: 200px;
}

.wrapper .mainimg h2,
.wrapper .jlc_figure h2 {
	font-size: 60px;
	margin-bottom: 40px;
	font-family: "Noto Sans CJK JP";
}

.wrapper h3 {
	font-size: 36px;
	margin-bottom: 40px;
}

.mainimg .company {
	font-weight: bold;
	font-size: 16px;
}

.wrapper .mainimg h2,
.wrapper .mainimg h3,
.mainimg .company {
	text-shadow: 0 5px 7px white, 5px 0 7px white, 0 -5px 7px white, -5px 0 7px white;
}

.wrapper article section .jlc_explain {
	padding: 80px 0 0px;
}

.wrapper article section .jlc_explain p.bg_shake {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
}

.wrapper article section .jlc_explain p strong {
	color: #6f57a3;
}

.wrapper article section .jlc_explain .jlc_connect .img_center {
	text-align: center;
	margin: 40px 0 20px;
}

.wrapper article section .jlc_explain .jlc_connect .img_center.img_shake img {
	max-width: 200px;
}

.wrapper article section .jlc_explain .jlc_connect .img_center.img_connect img {
	max-width: 40%;
	margin-left: 15px;
}

.wrapper article section .jlc_explain .jlc_connect p {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.wrapper article section .jlc_explain .jlc_connect p .text_green {
	font-style: italic;
	color: #91d00d;
}

.wrapper article section .jlc_explain .jlc_connect p .text_pink {
	font-style: italic;
	color: #fc55c1;
}

.wrapper article section .trouble,
.wrapper article section .mission {
	position: relative;
}

.wrapper article section .arrow {
	overflow: hidden;
	width: 100%;
	padding-top: 100px;
}

.wrapper article section .arrow .left_arrow {
	float: left;
}

.wrapper article section .arrow .right_arrow {
	float: right;
}

.wrapper article section .arrow .left_arrow,
.wrapper article section .arrow .right_arrow {
	width: 50%;
}

.wrapper article section .arrow:before,
.wrapper article section .arrow:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 2;
	background: #91d00d;
	background: -moz-linear-gradient(top, #91d00d 0%, #63ad14 100%);
	background: -webkit-linear-gradient(top, #91d00d 0%, #63ad14 100%);
	background: linear-gradient(to bottom, #91d00d 0%, #63ad14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d00d', endColorstr='#63ad14', GradientType=0);
	width: 50%;
	height: 200px;
}

.wrapper article section .arrow:before {
	transform: skewY(4deg);
	left: 0;
}

.wrapper article section .arrow:after {
	transform: skewY(176deg);
	right: 0;
}

.wrapper article section .trouble .bg {
	background: #efd0e4;
	background: -moz-linear-gradient(left, #efd0e4 0%, #efd0e4 50%, #d5e0f1 50%, #d5e0f1 100%);
	background: -webkit-linear-gradient(left, #efd0e4 0%, #efd0e4 50%, #d5e0f1 50%, #d5e0f1 100%);
	background: linear-gradient(to right, #efd0e4 0%, #efd0e4 50%, #d5e0f1 50%, #d5e0f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efd0e4', endColorstr='#d5e0f1', GradientType=1);
	overflow: hidden;
	padding-bottom: 120px;
}

.wrapper article section .trouble .bg h3 {
	text-align: center;
	position: relative;
	z-index: 10;
	color: white;
	margin-bottom: 150px;
}

.wrapper article section .mission h3 {
	text-align: center;
	position: relative;
	z-index: 10;
	color: white;
	margin-bottom: 80px;
}

.wrapper article section .trouble .bg .inner .left_contents {
	float: left;
}

.wrapper article section .trouble .bg .inner .right_contents {
	float: right;
}

.wrapper article section .trouble .bg .inner .left_contents,
.wrapper article section .trouble .bg .inner .right_contents {
	width: 45%;
	box-shadow: 2px 2px 4px #ccc;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: white;
}

.wrapper article section .trouble .bg .inner .left_contents h4,
.wrapper article section .trouble .bg .inner .right_contents h4 {
	padding: 20px 0;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 21px;
}

.wrapper article section .trouble .bg .inner .left_contents h4 {
	background: #6f57a3;
}

.wrapper article section .trouble .bg .inner .right_contents h4 {
	background: #91d00d;
}

.wrapper article section .trouble .bg .inner .left_contents h4 span,
.wrapper article section .trouble .bg .inner .right_contents h4 span {
	padding-left: 50px;
}

.wrapper article section .trouble .bg .inner .left_contents h4 span {
	background: url(images/truck_icon.png) no-repeat left center;
}

.wrapper article section .trouble .bg .inner .right_contents h4 span {
	background: url(images/stuff_icon.png) no-repeat left center;
}

.wrapper article section .trouble .bg .inner .left_contents .image img,
.wrapper article section .trouble .bg .inner .right_contents .image img {
	max-width: 100%;
}

.wrapper article section .trouble .bg .inner .left_contents ul,
.wrapper article section .trouble .bg .inner .right_contents ul {
	max-width: 100%;
	padding: 10px 40px 20px 60px;
	min-height: 280px;
}

.wrapper article section .trouble .bg .inner .left_contents ul li,
.wrapper article section .trouble .bg .inner .right_contents ul li {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	line-height: 1.5em;
	list-style-type: disc;
	font-size: 18px;
}

.wrapper article section .mission {
	margin-top: -84px;
}

.wrapper article section.jlc_figure .inner {
	background: url(images/japan.png) no-repeat right center;
	background-size: contain;
	height: 560px;
}

.wrapper article section.jlc_figure .inner h2 {
	padding-top: 100px;
}

.wrapper article section.jlc_figure .inner h3 {
	margin: 40px 0;
}

.wrapper article section.jlc_figure .inner p {
	font-size: 18px;
}

.wrapper article section.jlc_figure .inner p span {
	color: #6f57a3;
	font-weight: bold;
}

.wrapper article section .team_inner {
	margin-bottom: 80px;
}

.wrapper article section .bg_left {
	background: #91d00d;
	background: -moz-linear-gradient(left, #91d00d 0%, #63ad14 95%, #ffffff 95%);
	background: -webkit-linear-gradient(left, #91d00d 0%, #63ad14 95%, #ffffff 95%);
	background: linear-gradient(to right, #91d00d 0%, #63ad14 95%, #ffffff 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d00d', endColorstr='#ffffff', GradientType=0);
}

.wrapper article section .bg_right {
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 5%, #91d00d 5%, #91d00d 5%, #63ad14 100%);
	background: -webkit-linear-gradient(left, #ffffff 5%, #91d00d 5%, #91d00d 5%, #63ad14 100%);
	background: linear-gradient(to right, #ffffff 5%, #91d00d 5%, #91d00d 5%, #63ad14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#63ad14', GradientType=1);
}

.wrapper article section .bg_left,
.wrapper article section .bg_right {
	padding-top: 200px;
}

.wrapper article section .member_inner {
	margin-top: -120px;
}

.wrapper article section .member_inner h4 {
	color: white;
	font-size: 18px;
	margin-bottom: 40px;
}

.wrapper article section .member_inner h4 span {
	font-size: 27px;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid white;
}

.wrapper article section .bg_right .member_inner h4 {}

.wrapper article section .member_inner ul {
	overflow: hidden;
}

.wrapper article section .member_inner ul li {
	float: left;
	width: calc(31.7% - 40px);
	padding: 20px;
	margin-right: 2%;
	box-shadow: 2px 2px 4px #ccc;
	background: white;
	border: 1px solid #ccc;
}

.wrapper article section .member_inner ul.center li:first-child,
.wrapper article section .member_inner ul.west li:first-child,
.wrapper article section .member_inner ul.center li:nth-child(3) {
	margin-left: calc(16.85% - 20px);
}

.wrapper article section .member_inner ul.center li.umezawa {
	margin-right: calc(16.85% - 20px);
}

.wrapper article section .member_inner ul li:nth-child(3n) {
	margin-right: 0;
}

/*
.wrapper article section .member_inner ul li:nth-child(4) {
	clear: both;
}
*/

.wrapper article section .member_inner ul li:nth-child(4),
.wrapper article section .member_inner ul li:nth-child(5),
.wrapper article section .member_inner ul li:nth-child(6) {
	margin-top: 20px;
}

.wrapper article section .member_inner ul.center li:nth-child(3),
.wrapper article section .member_inner ul.center li:nth-child(6) {
	margin-right: 2%;
}

.wrapper article section .member_inner ul.center li:nth-child(5) {
	margin-right: 0;
}

.wrapper article section .member_inner ul.center li:nth-child(3),
.wrapper article section .member_inner ul.center li:nth-child(4),
.wrapper article section .member_inner ul.center li:nth-child(5),
.wrapper article section .member_inner ul.center li:nth-child(6),
.wrapper article section .member_inner ul.center li:nth-child(7) {
	margin-top: 20px;
}

.wrapper article section .member_inner ul li .profile_inner {
	overflow: hidden;
	margin-bottom: 20px;
}

.wrapper article section .member_inner ul li .profile {
	float: left;
	width: 58%;
}

.wrapper article section .member_inner ul.east li .profile {
	min-height: 270px;
}

.wrapper article section .member_inner ul.center li .profile {
	min-height: 250px;
}

.wrapper article section .member_inner ul.west li .profile {
	min-height: 220px;
}

.wrapper article section .member_inner ul li .profile .prefecture {
	color: white;
	background: #6f57a3;
	padding: 2px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.wrapper article section .member_inner ul li .profile p {
	font-size: 16px;
	line-height: 1.5em;
}

.wrapper article section .member_inner ul li .profile p.text_bold {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.wrapper article section .member_inner ul li .profile_img {
	float: right;
	width: 40%;
}

.wrapper article section .member_inner ul li .profile_img img {
	max-width: 100%;
}

.wrapper article section .member_inner ul li .contact {
	clear: both;
	width: 80%;
	margin: 0 auto;
}

.wrapper article section .member_inner ul li .contact a {
	font-size: 16px;
	line-height: 1.5em;
}

footer .pagetop {
	background-color: #333;
	text-align: center;
}

footer .pagetop a {
	display: block;
	padding: 30px 0 15px;
	text-align: center;
	color: white;
	width: 150px;
	background-color: #484848;
	text-decoration: none;
	margin: 0 auto;
	font-size: 14px;
	position: relative;
}

footer .pagetop a:after {
	position: absolute;
	top: 32%;
	right: 5em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(315deg);
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	color: white;
}

footer .footer {
	overflow: hidden;
}

footer .footer .footer_left {
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	overflow: hidden;
}

footer .footer .footer_left p {
	float: left;
	margin-right: 20px;
}

footer .footer .copyright {
	text-align: right;
	width: 100%;
	padding: 30px 0;
	font-size: 12px;
}

.sp,
.tablet,
.tabbr1,
.tabbr2,
.spbr {
	display: none;
}

@media screen and (max-width: 1280px) {
	.wrapper article section .member_inner h4 {
		text-align: center;
	}
}

@media screen and (max-width: 1024px) {
	.tabbr1 {
		display: inline;
	}

	.wrapper .mainimg {
		height: 510px;
	}

	.wrapper article section .member_inner ul li .contact {
		width: 100%;
	}

	.wrapper article section .member_inner ul.center li {
		min-height: 390px;
	}

	.wrapper article section .member_inner ul.east li {
		min-height: 410px;
	}

	.wrapper article section .member_inner ul.west li {
		min-height: 370px;
	}
}

@media screen and (max-width: 820px) {
	.W-820 {
		display: none;
	}

	.tabbr2 {
		display: inline;
	}

	.tabbr2none {
		display: none;
	}

	.wrapper .mainimg {
		background-size: cover;
		background-position: 66%;
	}

	.wrapper header .header_logo .logo_daisei img,
	.wrapper header .header_logo .logo_jlc img {
		height: 40px;
	}

	.wrapper .mainimg h2,
	.wrapper .jlc_figure h2 {
		font-size: 48px;
	}

	.wrapper h3 {
		font-size: 30px;
	}

	.wrapper article section .jlc_explain p {
		background-size: 30%;
	}

	.wrapper article section .arrow {
		padding-top: 90px;
	}

	.wrapper article section .trouble .bg {
		background: #efd0e4;
		background: -moz-linear-gradient(top, #efd0e4 0%, #efd0e4 53%, #d5e0f1 53%, #d5e0f1 100%);
		background: -webkit-linear-gradient(top, #efd0e4 0%, #efd0e4 53%, #d5e0f1 53%, #d5e0f1 100%);
		background: linear-gradient(to bottom, #efd0e4 0%, #efd0e4 53%, #d5e0f1 53%, #d5e0f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efd0e4', endColorstr='#d5e0f1', GradientType=1);
	}

	.wrapper article section .trouble .bg .inner .left_contents,
	.wrapper article section .trouble .bg .inner .right_contents {
		float: none;
		width: 100%;
	}

	.wrapper article section .trouble .bg .inner .left_contents {
		margin-bottom: 50px;
	}

	.wrapper article section .trouble .bg .inner .right_contents {}

	.wrapper article section .trouble .bg .inner .left_contents ul,
	.wrapper article section .trouble .bg .inner .right_contents ul {
		min-height: inherit;
	}

	.wrapper article section .trouble .bg .inner .left_contents ul li,
	.wrapper article section .trouble .bg .inner .right_contents ul li {
		padding: 15px 0;
	}

	.wrapper article section.jlc_figure .inner {
		height: inherit;
		padding-top: 50px;
	}

	.wrapper article section .member_inner ul li {
		width: calc(48.6% - 40px);
		margin-bottom: 20px;
	}

	.wrapper article section .member_inner ul li:nth-child(2n+1) {
		margin-right: 2%;
	}

	.wrapper article section .member_inner ul li:nth-child(2n) {
		margin-right: 0;
	}

	.wrapper article section .member_inner ul li:nth-child(3n+1) {
		clear: none;
	}

	.wrapper article section .member_inner ul li:nth-child(2n+1) {
		clear: both;
	}

	.wrapper article section .member_inner ul li:nth-child(4),
	.wrapper article section .member_inner ul li:nth-child(5),
	.wrapper article section .member_inner ul li:nth-child(6) {
		margin-top: 0;
	}
	.wrapper article section .member_inner ul.center li:first-child, .wrapper article section .member_inner ul.west li:first-child, .wrapper article section .member_inner ul.center li:nth-child(3){
		margin-left: 0;
	}
	.wrapper article section .member_inner ul.center li.umezawa{
		margin-right: 0;
	}
}


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

	.wrapper article section .member_inner ul.center li.umezawa,
	.wrapper article section .member_inner ul.center li:nth-child(6),
	.wrapper article section .member_inner ul.center li:nth-child(7) {
		margin-right: 0;
	}

	.wrapper article section .member_inner ul.center li:nth-child(5) {
		margin-right: 2%;
	}

	.wrapper article section .member_inner ul.center li:first-child,
	.wrapper article section .member_inner ul.west li:first-child,
	.wrapper article section .member_inner ul.center li:nth-child(6) {
		margin-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.spbr {
		display: inline;
	}

	.spnone {
		display: none;
	}

	.wrapper header .header_logo .logo_daisei {
		margin-left: 10px;
	}

	.wrapper header .header_logo .logo_daisei img,
	.wrapper header .header_logo .logo_jlc img {
		height: 34px;
	}

	.wrapper header .header_right {
		float: none;
		width: 100%;
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
	}

	.wrapper header .header_right .btn.contact a {
		border-radius: 0;
		padding: 25px 0;
		font-size: 16px;
	}

	.wrapper .mainimg {
		height: inherit;
		background-position: 85%;
	}

	.wrapper .mainimg .inner {
		padding: 90px 0;
	}

	.wrapper .mainimg h2,
	.wrapper .jlc_figure h2 {
		line-height: 1.3em;
		font-size: 42px;
		margin-bottom: 20px;
	}

	.wrapper .mainimg h2 span,
	.wrapper .jlc_figure h2 span {
		display: block;
	}

	.wrapper .mainimg h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.wrapper article section .jlc_explain {
		padding-top: 40px;
		width: 96%;
		margin: 0 auto;
	}

	.wrapper article section .jlc_explain p {
		text-align: left;
		font-size: 14px;
		padding-bottom: 120px;
		background-size: 40%;
		line-height: 1.8em;
	}

	.wrapper article section .jlc_explain p .tabbr1,
	.wrapper article section .jlc_explain p .tabbr2 {
		display: none;
	}

	.wrapper h3 {
		font-size: 24px;
	}

	.wrapper article section .arrow {
		padding-top: 70px;
	}

	.wrapper article section .trouble .bg {
		padding-bottom: 80px;
	}

	.wrapper article section .trouble .bg h3 {
		line-height: 1.5em;
		margin-bottom: 100px;
	}

	.wrapper article section .trouble .bg .inner .left_contents h4,
	.wrapper article section .trouble .bg .inner .right_contents h4 {
		font-size: 18px;
	}

	.wrapper article section .trouble .bg .inner .left_contents ul,
	.wrapper article section .trouble .bg .inner .right_contents ul {
		padding: 10px 20px 10px 40px;
	}

	.wrapper article section .trouble .bg .inner .left_contents ul li,
	.wrapper article section .trouble .bg .inner .right_contents ul li {
		font-size: 14px;
	}

	.wrapper article section .mission .arrow {
		padding-top: 50px;
	}

	.wrapper article section .mission h3 {
		line-height: 1.5em;
	}

	.wrapper article section.jlc_figure .inner {
		padding-top: 0;
		background-size: 50%;
		background-position: right top;
	}

	.wrapper article section.jlc_figure .inner h2 {
		padding-top: 20px;
	}

	.wrapper article section.jlc_figure .inner h3 {
		font-size: 18px;
		margin: 20px 0;
	}

	.wrapper article section.jlc_figure .inner p {
		font-size: 14px;
	}

	.wrapper article section .bg_left,
	.wrapper article section .bg_right {
		background: #91d00d;
		background: -moz-linear-gradient(left, #91d00d 0%, #63ad14 100%);
		background: -webkit-linear-gradient(left, #91d00d 0%, #63ad14 100%);
		background: linear-gradient(to right, #91d00d 0%, #63ad14 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d00d', endColorstr='#63ad14', GradientType=0);
	}

	.wrapper article section .member_inner h4 {
		line-height: 1.8em;
	}

	.wrapper article section .member_inner h4 span {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		font-size: 24px;
	}

	.wrapper article section .bg_left,
	.wrapper article section .bg_right {
		padding-top: 180px;
	}

	.wrapper article section .member_inner ul li {
		float: none;
		width: calc(100% - 42px);
		margin: 0 0 10px 0 !important;
	}

	.wrapper article section .member_inner ul li .profile {
		float: none;
		min-height: inherit;
		width: inherit;
	}

	.wrapper article section .member_inner ul li .profile_img {
		margin: 0 0 10px 10px;
	}

	footer .footer .copyright {
		padding-bottom: 80px;
		text-align: center;
		font-size: 10px;
	}
}

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

	.wrapper article section .member_inner ul.center li,
	.wrapper article section .member_inner ul.east li,
	.wrapper article section .member_inner ul.west li {
		min-height: auto;
	}
}
