@charset "UTF-8";




#casestudy-menu {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 73px;
	left: 0;
	top: 90px;
	z-index: 950;
	border: 0 solid #e6e6e6;
	border-width: 0 0 1px;
	background: #fff;
}

#casestudy-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	height: 72px;
	margin: 0 auto;
}
#casestudy-menu li {
	box-sizing: border-box;
	position: relative;
	width: 230px;
	padding: 0 20px;
}
#casestudy-menu a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	padding: 0 0 1px;
	font-size: 16px;
	font-weight: 700;
	color: #20304d;
	border-radius: 8px;
}
#casestudy-menu li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	left: 0;
	top: calc(50% - 12px);
	background: #e6e6e6;
}

#casestudy-menu a:hover {
	text-decoration: underline;
}
body.casestudy.logi #casestudy-menu .logi-case a,
body.casestudy.index #casestudy-menu .casestudy-index a
{
	background: #f4f4f4;
}



/*
#casestudy-menu {
	visibility: hidden;
	transform: translateY(-74px);
	transition: all 400ms ease-out;
}
body:not(.casestudy).second-menu #casestudy-menu {
	visibility: visible;
	transform: translateY(0px);
	z-index: 960;
}
body.casestudy.second-menu #casestudy-menu {
	transform: translateY(-74px);
	transition: all 400ms ease-out;
}

body.casestudy #casestudy-menu {
	visibility: visible;
	transform: none;
	transition: none;
}

body.casestudy #wrap {
	padding-top: calc(90px + 73px);
}
*/








h2.multi {
	line-height: 1.8;
}



#solution-kv .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 545px;
	
}


#solutions-list {
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}

.lead {
	margin: 0 0 50px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.fig + .lead {
	margin-top: 80px;
}


#logi-case-intro .fig h2 {
	margin-bottom: 45px;
}
#logi-case-intro .content {
	width: 100%;
	height: auto;
}

#logi-case-intro .content ul {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#logi-case-intro .content li {
	position: relative;
	width: calc((100% - 44px) / 3);
}


#logi-case-intro .content li > div {
	position: relative;
	box-sizing: border-box;
	padding: 32px 24px 0;
	text-align: center;
	background: #fff;
	border-radius: 8px;
}
#logi-case-intro .content li > div.before {
	color: #8794ae;
	border: 1px solid #c0c0c0;
}
#logi-case-intro .content li > div.after {
	margin: 72px 0 0;
	color: #3d6ed7;
	border: 1px solid #3d6ed7;
}

#logi-case-intro .content li > div.before::before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 24px);
	height: 1px;
	background: #afbede;
	left: -12px;
	bottom: -36px;
}
#logi-case-intro .content li > div.after::before {
	content: "";
	display: block;
	position: absolute;
	width: 38%;
	height: 72px;
	left: 50%;
	top: -73px;
	background: #eef5ff url(../img/arrow13_blue.svg) 50% 50% no-repeat;
	background-size: 22px auto;
	transform: translateX(-50%);
}

#logi-case-intro .content li > div h3 {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}


#logi-case-intro .player {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}
#logi-case-intro .player-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#logi-case-intro .player-inner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}




#logi-case-voice {
	padding: 96px 0 90px;
}
#logi-case-voice h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#logi-case-voice .content {
	margin: 80px 0 0;
}
#logi-case-voice .content li {
	display: flex;
	justify-content: space-between;
}
#logi-case-voice .content li + li {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;
}

#logi-case-voice .content .text,
#logi-case-voice .content .image {
	width: calc(50% - 20px);
}
#logi-case-voice .content .text {
	position: relative;
	padding-bottom: 80px;
}
#logi-case-voice .content .image {
	border-radius: 8px;
	overflow: hidden;
}

#logi-case-voice .content dt {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
#logi-case-voice .content dd {
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}


#logi-case-voice .link {
	position: absolute;
	left: 0;
	bottom: 0;
}
#logi-case-voice .link a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 256px;
	height: 50px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
#logi-case-voice .link a em {
	position: relative;
	z-index: 10;
}
#logi-case-voice .link a::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
#logi-case-voice .link a:hover {
	color: #fff;
}
#logi-case-voice .link a:hover::after {
	transform: scaleX(1);
}


















