/*

	rev.7
	date 2022.05.11

*/

/*============================================================
	IMPORT CSS
*/
@import url('module.css');
@import url('print.css');
@import url('fonts.css');
@import url('perfect-scrollbar.css');

/*============================================================
	COMMON
*/
html {
	-ms-overflow-style: auto;
}
body {
	background: #fff;
	font-family: YakuHanJP, Metropolis, 'Hiragino Sans', sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.6;
	color: #717074;
}
input, select, textarea {
	margin: 0;
	font-family: YakuHanJP, Metropolis, 'Hiragino Sans', sans-serif;
	font-weight: 200;
	color: #717074;
}
#body {
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

/*============================================================
	EVIDON オーバレイ用
*/
#_evidon_banner {
	width: 100% !important;
	margin-left: 0 !important;
}
/* IE11 */
_:lang(x)::-ms-backdrop, .evidon-banner-icon {
	right: 30px !important;
}

#ot-sdk-btn {
	bottom: 10px !important;
	right: 10px !important;
}

/*============================================================
	braightocove オーバレイ用
*/
.video-js .vjs-dock-text {
	display: none !important;
}

/*============================================================
	Bootstrap4 リセット
*/
body p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, ul {
	margin: 0;
	padding: 0;
}
th, dt {
	font-weight: 200;
	color: #717074;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #000;
}
ul {
	list-style-type: none;
}
a, a:focus, a:hover {
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	color: #1d428a;
}
a:hover {
	color: #007ab8;
}
a, button {
	-webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	        transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
label {
	margin: 0;
	min-height: 1px;
	font-weight: 200;
	cursor: pointer;
}
button {
	cursor: pointer;
}
strong {
	font-weight: 200;
}
iframe {
	border: 0;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}
/* クラス */
.h1, .h2, .h3, .h4, .h5, .h6, .table, .checkbox, .radio {
	margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 200;
	color: #000;
}
.img-fluid {
	width: 100%;
}
.container {
	position: relative;
}
.container::after {
	content: '';
	display: block;
	clear: both;
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
.lead {
	font-weight: 200;
}
.btn {
	white-space: normal;
	font-weight: 200;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
	}
}

/*============================================================
	effect
*/
.anim-trigger {
	opacity: 0;
	transform: translateY(30px);
}
.anim-trigger.active {
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 1s ease 0s;
	opacity: 1;
	transform: translateY(0px);
}

/*============================================================
	シェアボタン
*/
.fb-like {
	display: block !important;
	font-size: 20px !important;
	line-height: 0 !important;
}
.fb-like span {
	display: block !important;
	height: 20px !important;
}
.fb-like span iframe {
	height: 100% !important;
}
.vmw-twitter-btn,
.vmw-twitter-btn iframe {
	font-size: 20px !important;
	line-height: 0 !important;
}

/*============================================================
	サイズチェック用
*/
.size-check { overflow: hidden; height: 0; }
#sizeLg { display: block; }
#sizeMd { display: none; }
#sizeSm { display: none; }
#sizeXs { display: none; }
@media screen and (max-width: 1279px) {
	#sizeLg { display: none; }
	#sizeMd { display: block; }
	#sizeSm { display: none; }
	#sizeXs { display: none; }
}
@media screen and (max-width: 991px) {
	#sizeLg { display: none; }
	#sizeMd { display: none; }
	#sizeSm { display: block; }
	#sizeXs { display: none; }
}
@media screen and (max-width: 767px) {
	#sizeLg { display: none; }
	#sizeMd { display: none; }
	#sizeSm { display: none; }
	#sizeXs { display: block; }
}

/*============================================================
	[汎用] リスト
*/
ul.normal li {
	position: relative;
	padding-left: 1em;
}
ul.normal li::before {
	content: '●';
	display: block;
	position: absolute;
	top: 0.34em;
	left: 0;
	font-size: 72%;
}

/*============================================================
	[汎用] グラデーションバー
*/
.gradation-bar {
	position: relative;
	height: 8px;
}
.gradation-bar .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gradation-bar .base::before,
.gradation-bar .base::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}
.gradation-bar .base::before {
	left: 0;
	background-color: #74be26;
}
.gradation-bar .base::after {
	right: 0;
	background-color: #5e39a5;
}
.gradation-bar span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/nav-marker.png) 50% 100% no-repeat;
	background-size: 1450px 8px;
}
@media screen and (max-width: 1279px) {
	.gradation-bar span {
		background-size: 1152px 8px;
	}
}
@media screen and (max-width: 991px) {
	.gradation-bar span {
		background-size: 854px 8px;
	}
}
@media screen and (max-width: 767px) {
	.gradation-bar {
		height: 5px;
	}
	.gradation-bar .base {
		display: none;
	}
	.gradation-bar span {
		left: 0;
		margin-left: 0;
		width: 100%;
		background-size: 100% 5px;
	}
}

/*============================================================
	[ヘッダー] 共通
*/
#header {
	display: block;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.hide-header #header {
	transform: translateY(-110%);
}
#header::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-loaded #header::after {
	display: none;
}
#header .wrapper {
	position: relative;
	z-index: 1001;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	color: #717074;
}
#header .container {
	height: 108px;
}
#header .top-header {
	position: relative;
	height: 58px;
}
#header .top-header .head {
	display: flex;
	position: absolute;
	top: 15px;
	left: -2px;
}
#header .top-header .head .logo {
	font-size: 22px;
	line-height: 1.1;
	white-space: nowrap;
}
#header .top-header .head .logo img {
	display: block;
	width: 100%;
}
#header .top-header .head .logo a {
	display: flex;
	align-items: center;
	color: #717074;
}
#header .top-header .head .logo span {
	display: block;
}
#header .top-header .head .logo span:first-child {
	margin: 5px 0 0 0;
	flex-basis: 138px;
	max-width: 138px;
}
#header .top-header .head .logo span:last-child {
	position: relative;
	top: 2px;
	margin: 0 0 0 20px;
}
/* ナビゲーション */
#header .top-header nav.sp {
	display: none;
}
/**/
#header .top-header .pointer {
	display: none;
	position: absolute;
	z-index: 1002;
	top: 15px; right: 0;
	width: 40px; height: 40px;
	cursor: pointer;
}
#header .top-header .pointer:before,
#header .top-header .pointer:after {
	content: '';
}
#header .top-header .pointer:before,
#header .top-header .pointer:after,
#header .top-header .pointer i {
	display: block;
	position: absolute;
	top: 0; right: 18px;
	margin-top: 10px;
	width: 4px; height: 4px;
	background-color: #1d428a;
}
#header .top-header .pointer:after {
	top: 8px;
}
#header .top-header .pointer i {
	top: 16px;
}

@media screen and (max-width: 991px) {
	/* 基本 */
	#header .top-header {
		height: 71px !important;
	}
	#header .container {
		padding: 0;
		max-width: 100%;
		height: auto;
	}
	#header .top-header .head {
		top: 24px;
		left: 15px;
	}
	#header .top-header .head .logo {
		font-size: 18px;
	}
	#header .top-header .head .logo span:first-child {
		flex-basis: 110px;
		max-width: 110px;
	}
	#header .top-header .head .logo span:last-child {
		margin: 0 0 0 12px;
	}
	/* ナビゲーション */
	#header .top-header nav {
		display: none;
	}
	#header .top-header nav.sp {
		position: absolute;
		z-index: 1010;
		top: 60px;
		right: 15px;
		overflow: hidden;
		width: auto;
		height: 0;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		-webkit-transition: height 0.3s ease;
		        transition: height 0.3s ease;
	}
	.top-nav-opened #header .top-header nav.sp {
		display: block;
	}
	#header .top-header nav.sp .social-links {
		display: flex;
	}
	#header .top-header nav.sp .social-links {
		display: flex;
		padding: 15px 13px;
	}
	#header .top-header nav.sp .social-links li {
		padding: 0 10px;
		font-size: 22px;
	}
	#header .top-header .pointer {
		display: block;
	}
}
@media screen and (max-width: 520px) {
	#header .top-header .head {
		top: 12px;
	}
	#header .top-header .head .logo {
		display: flex;
		font-size: 16px;
	}
	#header .top-header .head .logo a {
		display: block;
	}
	#header .top-header .head .logo span:last-child {
		margin: 5px 0 0 0;
	}
}

/*============================================================
	[ヘッダー] コンテンツナビ
*/
#header .content-nav {
}
#header .content-nav .social-links {
	float: right;
	display: flex;
	margin: 6px 0 0 0;
}
#header .content-nav .social-links li {
	padding: 0 0 0 20px;
	font-size: 22px;
}
#header .content-nav nav {
	display: flex;
	position: relative;
	float: left;
	margin: 0 0 0 -10px;
	height: 50px;
}
#header .content-nav nav::after {
	content: '';
	display: block;
	clear: both;
}
#header .content-nav nav ul {
	float: left;
	display: table;
}
#header .content-nav nav ul li {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 30px 0 0;
	font-size: 14px;
}
#header .content-nav nav ul li:last-child {
	padding: 0;
}
#header .content-nav nav ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 0 10px;
	height: 50px;
	line-height: 1.3;
	text-align: center;
	color: #000;
}
#header .content-nav nav ul li a.default {
	color: #000 !important;
}
#header .content-nav nav ul li a br {
	display: none;
}
#header .content-nav nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 8px 9px;
	border-color: transparent transparent #fff transparent;
	-webkit-transition: bottom 0.3s ease;
	        transition: bottom 0.3s ease;
}
#header .content-nav nav ul li a.default::after {
	bottom: -10px !important;
}
#header .content-nav nav ul li a:hover {
	text-decoration: none;
	color: #007ab8;
}
#header .content-nav nav ul li a:hover::after {
	bottom: 0;
}
/* 矢印カラー */
#header .content-nav nav ul li.nav-home a::after {
	border-bottom-color: #6dbc68;
}
#header .content-nav nav ul li.nav-product a::after {
	border-bottom-color: #5dbd93;
}
#header .content-nav nav ul li.nav-indsutry a::after {
	border-bottom-color: #54bed0;
}
#header .content-nav nav ul li.nav-solutions a::after {
	border-bottom-color: #4aa8d2;
}
#header .content-nav nav ul li.nav-partners a::after {
	border-bottom-color: #4093d4;
}
/* カレント */
#header .content-nav nav ul li.nav-home a:hover,
.page-home #header .content-nav nav ul li.nav-home a {
	color: #6dbc68;
}
#header .content-nav nav ul li.nav-product a:hover,
.page-product #header .content-nav nav ul li.nav-product a {
	color: #5dbd93;
}
#header .content-nav nav ul li.nav-indsutry a:hover,
.page-indsutry #header .content-nav nav ul li.nav-indsutry a,
.page-employee #header .content-nav nav ul li.nav-indsutry a {
	color: #54bed0;
}
#header .content-nav nav ul li.nav-solutions a:hover,
.page-solutions #header .content-nav nav ul li.nav-solutions a {
	color: #4aa8d2;
}
#header .content-nav nav ul li.nav-partners a:hover,
.page-partners #header .content-nav nav ul li.nav-partners a {
	color: #4093d4;
}
.page-home #header .content-nav nav ul li.nav-home a::after,
.page-product #header .content-nav nav ul li.nav-product a::after,
.page-indsutry #header .content-nav nav ul li.nav-indsutry a::after,
.page-employee #header .content-nav nav ul li.nav-indsutry a::after,
.page-solutions #header .content-nav nav ul li.nav-solutions a::after,
.page-partners #header .content-nav nav ul li.nav-partners a::after {
	bottom: 0;
}
/* 展開 */
.content-nav-opened #header .content-nav nav ul li a::after {
	bottom: -10px !important;
}
#header .content-nav nav ul li a.current::after {
	bottom: 0 !important;
}

@media screen and (max-width: 1279px) {
	#header .content-nav nav ul li {
		padding: 0 12px 0 0;
	}
	/* 矢印カラー */
	#header .content-nav nav ul li.nav-home a::after {
		border-bottom-color: #66bc78;
	}
	#header .content-nav nav ul li.nav-product a::after {
		border-bottom-color: #59bda8;
	}
	#header .content-nav nav ul li.nav-indsutry a::after {
		border-bottom-color: #51b6d2;
	}
	#header .content-nav nav ul li.nav-solutions a::after {
		border-bottom-color: #449dd4;
	}
	#header .content-nav nav ul li.nav-partners a::after {
		border-bottom-color: #3780c4;
	}
	/* カレント */
	#header .content-nav nav ul li.nav-home a:hover,
	.page-home #header .content-nav nav ul li.nav-home a {
		color: #66bc78;
	}
	#header .content-nav nav ul li.nav-product a:hover,
	.page-product #header .content-nav nav ul li.nav-product a {
		color: #59bda8;
	}
	#header .content-nav nav ul li.nav-indsutry a:hover,
	.page-indsutry #header .content-nav nav ul li.nav-indsutry a,
	.page-employee #header .content-nav nav ul li.nav-indsutry a {
		color: #51b6d2;
	}
	#header .content-nav nav ul li.nav-solutions a:hover,
	.page-solutions #header .content-nav nav ul li.nav-solutions a {
		color: #449dd4;
	}
	#header .content-nav nav ul li.nav-partners a:hover,
	.page-partners #header .content-nav nav ul li.nav-partners a {
		color: #3780c4;
	}
}
@media screen and (max-width: 991px) {
	#header .content-nav {
		display: none;
	}
	#header .top-header .nav {
		display: block;
		top: 6px;
		right: 40px;
	}
	/* トグルボタン */
	#header .sp-nav-toggle {
		display: block;
		position: relative;
		width: 100%;
		height: 28px;
		background-color: #e3e0e0;
		cursor: pointer;
	}
	#header .sp-nav-toggle span {
		position: absolute;
		top: 8px; left: 0;
		width: 100%;
	}
	#header .sp-nav-toggle span i {
		display: block;
		margin: 0 auto 3px auto;
		width: 26px; height: 2px;
		background-color: #8b8b8b;
	}
}

/*============================================================
	[ナビゲーション] 下層
*/
#header .subnav {
	display: none;
	overflow: hidden;
	height: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#header .subnav .container {
	height: auto;
}
#header .subnav .close {
	display: none;
}
.content-nav-opened #header .subnav {
	display: block;
}
#header .subnav nav {
	display: none;
	padding: 30px 0 50px 0;
}
#header .subnav nav.opened {
	display: block;
}
#header .subnav nav .h {
	font-size: 20px;
	line-height: 1.3;
}
#header .subnav nav .col {
	padding-top: 20px;
	padding-bottom: 5px;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
#header .subnav nav .col .title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}
#header .subnav nav .col .title:last-child {
	margin-bottom: 0;
}
#header .subnav nav .col .title-sm {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
}
#header .subnav nav .col ul {
	margin-top: 5px 0;
	padding-bottom: 10px;
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	#header .subnav {
		display: none !important;
	}
}

/*============================================================
	[ヘッダー] コンテンツナビ（SP）
*/
#header .sp-content-nav {
	display: none;
	overflow: hidden;
	height: 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#header .sp-content-nav nav {
	padding: 12px 0;
	padding: 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
#header .sp-content-nav a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #1d428a;
}
#header .sp-content-nav a:hover {
	color: #007ab8;
}
#header .sp-content-nav a br {
	display: none;
}
/* カレント */
.page-home #header .sp-content-nav nav ul li.nav-home a,
.page-product #header .sp-content-nav nav ul li.nav-product a,
.page-product #header .sp-content-nav nav ul li.nav-product a,
.page-indsutry #header .sp-content-nav nav ul li.nav-indsutry a,
.page-employee #header .sp-content-nav nav ul li.nav-employee a,
.page-solutions #header .sp-content-nav nav ul li.nav-solutions a,
.page-partner-connect-tier-program #header .sp-content-nav nav ul li.nav-partner-connect-tier-program a,
.page-partners #header .sp-content-nav nav ul li.nav-partners a {
	background-color: #1d428a;
	color: #fff !important;
}
@media screen and (max-width: 991px) {
	.sp-content-nav-opened #header .sp-content-nav {
		display: block;
	}
	#header .sp-content-nav .social-links {
		display: none;
	}
}

/*============================================================
	[ナビゲーション] 下層（SP）
*/
#header .sp-subnav {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.92);
}
#header .sp-subnav .container {
	overflow-y: scroll;
	max-width: 100%;
	height: 100%;
}
#header .sp-subnav .ps__rail-y {
	opacity: 0;
}
#header .sp-subnav nav {
	display: none;
	padding: 26px 15px 70px 15px;
	font-size: 15px;
}
#header .sp-subnav nav .col {
	flex-basis: 50%;
	max-width: 50%;
	margin-bottom: 20px;
}
#header .sp-subnav nav a {
	position: relative;
	display: inline-block;
	padding-right: 1em;
}
#header .sp-subnav nav a i {
	position: absolute;
	top: 0;
	right: 0;
}
#header .sp-subnav nav a i::after {
	content: "\f054";
	display: inline-block;
	font-size: 96%;
	font-style: normal;
	font-weight: 500;
	font-family: 'Font Awesome 5 Pro';
}
#header .sp-subnav nav .h {
	margin-bottom: 20px;
	padding-right: 50px;
	font-size: 19px;
}
#header .sp-subnav nav .title {
	margin-bottom: 10px;
	font-size: 16px;
}
#header .sp-subnav nav .title:last-child {
	margin-bottom: 0;
}
#header .sp-subnav nav .title-sm {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
#header .sp-subnav nav ul li {
	margin: 0 0 2px 0;
}
#header .sp-subnav .close {
	position: fixed;
	top: 8px;
	right: 0;
	padding: 0;
	width: 50px;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	color: #000;
	opacity: 1;
}
#header .sp-subnav .close i {
	color: #666;
}
@media screen and (max-width: 991px) {
	.sp-subnav-opened #header .sp-subnav {
		display: block;
	}
	#header .sp-subnav nav.opened {
		display: block;
	}
}
@media screen and (max-width: 575px) {
	#header .sp-subnav nav .col {
		flex-basis: 100%;
		max-width: 100%;
	}
	#header .sp-subnav .subnav-product .col {
		margin: 0;
	}
	#header .sp-subnav .subnav-product .col ul {
		margin-bottom: 10px;
	}
}

/*============================================================
	[フッター] 共通
*/
footer .fa {
    font-family: FontAwesome;
    font-weight: normal;
}

/*============================================================
	[汎用] ページの先頭へ
*/
.pagetop {
	display: none;
	position: fixed;
	z-index: 20;
	bottom: 65px; right: 10px;
}
.pagetop a {
	display: block;
	width: 60px; height: 60px;
	background-color: rgba(0,0,0,0.5);
	text-decoration: none !important;
	text-align: center;
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.pagetop a:hover {
	opacity: 0.7;
}
.pagetop i {
	display: block;
	padding-top: 5px;
	font-size: 30px;
	line-height: 1;
}
.pagetop span {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.pagetop {
		right: 10px;
	}
	.pagetop a {
		width: 50px; height: 50px;
	}
	.pagetop i {
		padding-top: 5px;
		font-size: 24px;
	}
	.pagetop span {
		padding-top: 2px;
		font-size: 12px;
	}
}

/*============================================================
	[カテゴリナビ]
*/
.category-nav {
	padding: 40px 0 0 0;
}
.category-nav .container {
	max-width: 950px;
}
.category-nav .list {
	display: flex;
}
.category-nav .list > li {
	position: relative;
	flex-basis: 33.333%;
	padding: 0 10px;
}
.category-nav .dropdown .root {
	display: block;
	position: relative;
	padding: 8px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	font-size: 16px;
	color: #1d428a !important;
	user-select: none;
}
.category-nav .dropdown .root i {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
.category-nav .dropdown.opened .root i {
	transform: rotate(90deg);
}
.category-nav .dropdown .root:hover {
	color: #007ab8 !important;
}
.category-nav .dropdown .child {
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 10px;
	width: 350px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	font-size: 14px;
}
.category-nav .dropdown .child .wrap {
	position: relative;
	height: 100%;
	overflow-y: auto;
}
.sp .category-nav .dropdown .child .wrap {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}
.sp .category-nav .dropdown .child .wrap::-webkit-scrollbar {
	width: 0;
	opacity: 0;
}
.category-nav .dropdown.opened .child {
	display: block;
}
.category-nav .dropdown .child {

}
.category-nav .dropdown .child ul {
	padding: 0.6em 0;
}
.category-nav .dropdown .child ul li {
	padding: 0.3em 1em;
}
.category-nav .dropdown .child .scrollbar {
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 5px;
}
.category-nav .dropdown .child .scrollbar .pointer {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	min-height: 50px;
	background-color: #999;
	border-radius: 999px;
}
@media screen and (max-width: 1279px) {
	.category-nav .dropdown .child {
		width: 320px;
	}
}
@media screen and (max-width: 991px) {
	.category-nav .container {
		max-width: 720px;
	}
	.category-nav .list {
		display: block;
	}
	.category-nav .list > li {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.category-nav .list > li:last-child {
		margin: 0;
	}
	.category-nav .dropdown .child {
		right: 0;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.category-nav {
		padding: 10px 0;
	}
	.category-nav .list > li {
		margin: 0 0 10px 0;
	}
	.category-nav .dropdown .root {
		padding: 8px 12px;
		box-shadow: 0 0 4px rgba(0,0,0,0.16);
		font-size: 14px;
	}
	.category-nav .container {
		max-width: 640px;
	}
}

/*============================================================
	[汎用] コンテンツ枠
*/
.body-section {
	padding-top: 116px;
	background: #fff;
}
.body-section .content {
	padding: 40px 0;
}
@media screen and (max-width: 991px) {
	.body-section {
		padding-top: 104px;
	}
}
@media screen and (max-width: 767px) {
	.body-section .content {
		padding: 20px 0 40px 0;
	}
}

/*============================================================
	[汎用] シェア
*/
.layout-share {
	margin: 80px 0 0 0;
	line-height: 0;
}
.layout-share ul {
	display: flex;
	align-items: center;
}
.layout-share ul li {
	margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
	.layout-share {
		margin: 40px 0 0 0;
	}
}

/*============================================================
	[汎用] 見出し
*/
.h1 {
	font-size: 32px;
	line-height: 1.3;
}
.h2 {
	font-size: 28px;
	line-height: 1.3;
}
.h3 {
	font-size: 23px;
	line-height: 1.4;
}
.h4 {
	font-size: 18px;
	line-height: 1.4;
}
.h1 span,
.h2 span,
.h3 span,
.h4 span {
	display: inline-block;
}
.h-small {
	font-size: 16px;
	line-height: 1.6;
}
.layout-head {
	margin: 0 0 40px 0;
	font-size: 14px;
}
.layout-head .h {
	font-size: 40px;
	line-height: 1.3;
}
.page-partner-connect-tier-program .layout-head .h {
	font-size: 23px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.layout-head {
		margin: 0 0 20px 0;
	}
	.layout-head .h {
		font-size: 32px;
	}
}
@media screen and (max-width: 575px) {
	.h1 {
		font-size: 26px;
		line-height: 1.5;
	}
	.h2 {
		font-size: 22px;
		line-height: 1.5;
	}
	.h3 {
		font-size: 20px;
		line-height: 1.5;
	}
	.h4 {
		font-size: 18px;
		line-height: 1.6;
	}
	.h-small {
		font-size: 100%;
		line-height: 1.6;
	}
	.layout-head .h {
		font-size: 26px;
	}
	.page-partner-connect-tier-program .layout-head .h {
		font-size: 21px;
	}
}

/*============================================================
	[汎用] ボタン
*/
.btn-default,
.btn-default-outline,
.btn-second,
.btn-second-outline,
.btn-white-outline,
.btn-back,
.btn-back-outline {
	display: inline-block;
	padding: 9px 25px 10px 25px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #000;
	font-weight: 200;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.btn-default {
	background-color: #1d428a;
	border-color: #1d428a;
	color: #fff !important;
}
a.btn-default:hover,
button.btn-default:hover {
	background-color: #fff;
	color: #1d428a !important;
	text-decoration: none;
}
.btn-default-outline {
	border-color: #1d428a;
	color: #1d428a !important;
}
.btn-default-outline.active,
a.btn-default-outline:hover,
button.btn-default-outline:hover {
	background-color: #1d428a;
	color: #fff !important;
	text-decoration: none;
}
.btn-second {
	background-color: #1d428a;
	border-color: #1d428a;
	color: #fff !important;
}
a.btn-second:hover,
button.btn-second:hover {
	background-color: #fff;
	color: #1d428a !important;
	text-decoration: none;
}
.btn-second-outline {
	border-color: #1d428a;
	color: #1d428a !important;
}
.btn-second-outline.active,
a.btn-second-outline:hover,
button.btn-second-outline:hover {
	background-color: #1d428a;
	color: #fff !important;
	text-decoration: none;
}
.btn-white-outline {
	background-color: transparent;
	border-color: #fff;
	color: #fff !important;
}
.btn-white-outline.active,
a.btn-white-outline:hover,
button.btn-white-outline:hover {
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}
.btn-back {
	border-color: #1d428a;
	color: #1d428a !important;
}
a.btn-back:hover,
button.btn-back:hover {
	background-color: #1d428a;
	color: #fff !important;
	text-decoration: none;
}
.btn-back-outline {
	border-color: #1d428a;
	color: #1d428a !important;
}
a.btn-back-outline:hover,
button.btn-back-outline:hover {
	background-color: #1d428a;
	color: #fff !important;
	text-decoration: none;
}
.btn-default span,
.btn-default-outline span,
.btn-second span,
.btn-second-outline span,
.btn-back span,
.btn-back-outline span {
	position: relative;
	display: inline-block;
}

/*============================================================
	[汎用] ページ送り
*/
.pager {
	display: flex;
	margin: 30px 0 0 0;
}
.pager ul {
	display: flex;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
}
.pager ul li {
	border-left: 1px solid #d7d7d7;
}
.pager ul li:first-child {
	border-left: 0;
}
.pager ul li a,
.pager ul li span {
	display: block;
	width: 38px;
}
.pager ul li:first-child a,
.pager ul li:first-child span,
.pager ul li:last-child a,
.pager ul li:last-child span {
	padding: 0 0.8em;
	width: auto;
}
.pager ul li span {
	color: #d7d7d7;
}
.pager ul li.current a,
.pager ul li.current span {
	background-color: #1d428a;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.pager ul {
		font-size: 14px;
		line-height: 28px;
	}
	.pager ul li a,
	.pager ul li span {
		width: 28px;
	}
}

/*============================================================
	[汎用] おすすめ
*/
.recommend {
	padding: 60px 0;
	background-color: #f5f8fa;
}
@media screen and (max-width: 767px) {
	.recommend {
		padding: 30px 0;
	}
}

/*============================================================
	[汎用] 最新事例
*/
.case-new {
	padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
	.case-new {
		padding: 30px 0;
	}
}

/*============================================================
	[汎用] パートナー紹介
*/
.introduce {
	padding: 60px 0;
	background-color: #1e2a31;
	color: #fff;
}
.introduce .h2 {
	color: inherit;
}
.introduce .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.introduce .list .block {
	margin: 0 0 35px 0;
	padding: 0 15px;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.introduce .list .box {
	display: block;
	text-decoration: none;
	text-align: center;
}
.introduce .list a.box {
	transition: transform 0.6s ease;
	color: inherit;
}
.introduce .list a.box:hover {
	transform: scale(1.02);
}
.introduce .list .box img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.introduce .list .box .thumb {
	padding: 0 30px;
}
.introduce .list .box .thumb img {
	max-width: 240px;
}
.introduce .list .box .h {
	margin: 20px 0 0 0;
	font-size: 16px;
	color: inherit;
}
.introduce .btn-wrap {
	text-align: center;
}
.introduce .btn-default-outline {
	border-color: #fff;
	background-color: rgba(255,255,255,0);
	color: #fff !important;
}
.introduce .btn-default-outline:hover {
	background-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 991px) {
	.introduce {
		padding: 30px 0 40px 0;
	}
	.introduce .list .block {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.introduce .list {
		display: block;
		margin: 0;
	}
	.introduce .list .block {
		margin: 0 0 30px 0;
		padding: 0 0;
		max-width: 100%;
	}
}

/*============================================================
	[汎用] メイン
*/
.main {
	position: relative;
	min-height: 220px;
}
.main .kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main .kv span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -640px;
	width: 1280px;
	height: 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.main .layout-head {
	margin: 0;
	padding: 40px 0 0 0;
}
.main .layout-head .h {
	margin-bottom: 10px;
	padding-right: 400px;
}
.main .layout-head .catch {
	padding-right: 460px;
}
@media screen and (max-width: 1279px) {
	.main .kv span {
		margin-left: -500px;
		width: 1000px;
	}
	.main .layout-head .h {
		padding-right: 380px;
	}
	.main .layout-head .catch {
		padding-right: 420px;
	}
	.main .layout-head .catch br {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.main .kv span {
		margin-left: -410px;
		width: 820px;
	}
	.main .layout-head .h {
		padding-right: 320px;
		font-size: 30px;
	}
	.main .layout-head .catch {
		padding-right: 340px;
	}
}
@media screen and (max-width: 767px) {
	.main {
		min-height: initial;
	}
	.main .kv {
		position: relative;
		height: 140px;
	}
	.main .kv span {
		left: 0;
		margin: 0;
		width: 100%;
	}
	.main .layout-head {
		margin: 0;
		padding: 5px 0 15px 0;
	}
	.main .layout-head .h {
		padding-right: 0;
		font-size: 28px;
	}
	.main .layout-head .catch {
		padding-right: 0;
	}
}
@media screen and (max-width: 575px) {
	.main .kv {
		height: 100px;
	}
}

/*============================================================
	[ホーム] メイン
*/
.main-home {
	position: relative;
}
.main-home .kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-home .kv span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
	height: 100%;
	background: transparent url(../img/kv.jpg?=v2) 100% 50% no-repeat;
	background-size: contain;
}
.main-home .container {
	display: flex;
	align-items: center;
	height: 280px;
}
.main-home h1 {
	margin: 15px 0 0 0;
	font-size: 32px;
	line-height: 1.3;
}
.main-home h2 {
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 1.5;
	color: #717074;
}
.main-home h2 span {
	padding-right: 0.3em;
}
@media screen and (max-width: 1279px) {
	.main-home .kv span {
		margin-left: -570px;
		width: 1140px;
	}
	.main-home h1 span {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	.main-home .kv span {
		margin-left: -450px;
		width: 900px;
	}
	.main-home .container {
		height: 240px;
	}
	.main-home h1 {
		font-size: 30px;
	}
	.main-home h2 span {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.main-home .kv {
		position: relative;
		height: 140px;
	}
	.main-home .kv span {
		margin: 0;
		left: 0;
		right: -40px;
		width: auto;
	}
	.main-home .container {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		max-width: 100%;
		height: auto;
		text-align: center;
	}
	.main-home h1 {
		margin: 0;
		font-size: 28px;
	}
	.main-home h2 {
		margin: 5px 0 0 0;
	}
	.main-home h1 span {
		display: inline-block;
	}
	.main-home h2 span {
		display: inline-block;
		padding: 0 0.15em;
	}
}
@media screen and (max-width: 575px) {
	.main-home .kv {
		height: 100px;
	}
	.main-home .kv span {
		right: -20px;
	}
	.main-home h1 {
		font-size: 22px;
	}
	.main-home h2 {
		font-size: 14px;
		line-height: 1.5;
	}
}

/*============================================================
	[汎用] メイン（ショートver）
*/
.main-home-short {
	position: relative;
}
.main-home-short .kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-home-short .kv span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
	height: 100%;
	background: transparent url(../img/kv.jpg?=v2) 100% 50% no-repeat;
	background-size: contain;
}
.main-home-short .container {
	display: flex;
	align-items: center;
	height: 200px;
}
.main-home-short h1 {
	margin: 15px 0 0 0;
	font-size: 27px;
	line-height: 1.3;
}
.main-home-short h2 {
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 1.5;
	color: #717074;
}
.main-home-short h2 span {
	padding-right: 0.3em;
}
@media screen and (max-width: 1279px) {
	.main-home-short .kv span {
		margin-left: -570px;
		width: 1140px;
	}
}
@media screen and (max-width: 991px) {
	.main-home-short .kv span {
		margin-left: -400px;
		width: 800px;
	}
	.main-home-short .container {
		height: 160px;
	}
	.main-home-short h1 span {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.main-home-short .kv {
		position: relative;
		height: 140px;
	}
	.main-home-short .kv span {
		margin: 0;
		left: 0;
		right: -40px;
		width: auto;
	}
	.main-home-short .container {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		max-width: 100%;
		height: auto;
		text-align: center;
	}
	.main-home-short h1 {
		margin: 0;
		font-size: 28px;
	}
	.main-home-short h2 {
		margin: 5px 0 0 0;
	}
	.main-home-short h1 span {
		display: inline-block;
	}
	.main-home-short h2 span {
		display: inline-block;
		padding: 0 0.15em;
	}
}
@media screen and (max-width: 575px) {
	.main-home-short .kv {
		height: 100px;
	}
	.main-home-short .kv span {
		right: -20px;
	}
	.main-home-short h1 {
		font-size: 22px;
	}
	.main-home-short h2 {
		font-size: 14px;
		line-height: 1.5;
	}
}

/*============================================================
	[汎用] カテゴリリスト
*/
.unit-category {
	display: table;
}
.unit-category > div {
	display: table-cell;
	vertical-align: top;
}
.unit-category > div:first-child {
	white-space: nowrap;
}
.unit-category > div:first-child i {
	padding: 0 0.2em;
	font-style: normal;
}
.unit-category ul {
	display: flex;
	flex-wrap: wrap;
}
.unit-category ul li {
	margin-right: 1.5em;
}
.unit-category ul li:last-child {
	margin-right: 0;
}
.unit-category ul a i {
	padding-left: 0.3em;
	font-size: 96%;
}

@media screen and (max-width: 575px) {
	.unit-category {
		display: block;
	}
	.unit-category > div {
		display: inline;
	}
	.unit-category ul {
		display: inline;
	}
	.unit-category ul li {
		display: inline-block;
	}
}

/*============================================================
	[汎用] アーカイブ
*/
.list-archive {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	margin-bottom: -20px;
}
.list-archive .block {
	margin: 0 0 35px 0;
	padding: 0 15px;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.list-archive .box {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px 30px;
	text-decoration: none;
	box-shadow: 0 0 10px 0 #d7d7d7;
	background-color: #fff;
	color: #717074;
}
.list-archive a.box {
	transition: transform 0.6s ease;
}
.list-archive a.box:hover {
	transform: scale(1.02);
}
.list-archive .box img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.list-archive .box .new {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	padding: 18px 0 4px 0;
	width: 100%;
	background-color: #0091da;
	text-align: center;
	font-weight: 200;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list-archive .box .thumb {
	padding: 0 30px;
}
.list-archive .box .thumb img {
	max-width: 240px;
}
.list-archive .box .h {
	margin: 15px 0 15px 0;
	font-size: 16px;
}
.list-archive .box .text {
	margin: 15px 0 0 0;
	font-size: 14px;
}
.list-archive .box .partner {
	margin: 25px 0 0 0;
}
.list-archive .box .partner h4 {
	margin: 0 0 15px 0;
	font-size: 12px;
}
.list-archive .box .partner h4 i {
	position: relative;
	top: 0.1em;
	padding-right: 0.5em;
	font-size: 124%;
}
.list-archive .box .partner ul {
	display: flex;
	margin: 0 -7px;
}
.list-archive .box .partner ul li {
	padding: 0 7px;
	flex-basis: 50%;
	max-width: 50%;
}
.list-archive .box .partner ul li img {
	margin: 0 auto;
	max-width: 180px;
}
@media screen and (max-width: 1279px) {
	.list-archive .box {
		padding: 20px 20px;
	}
}
@media screen and (max-width: 991px) {
	.list-archive .block {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.list-archive {
		margin: 0 -7px;
	}
	.list-archive .block {
		margin: 0 0 14px 0;
		padding: 0 7px;
	}
	.list-archive .box {
		padding: 20px 15px;
	}
}
@media screen and (max-width: 575px) {
	.list-archive {
		display: block;
		margin: 0;
	}
	.list-archive .block {
		margin: 0 0 20px 0;
		padding: 0;
		max-width: 100%;
	}
}

/*============================================================
	[汎用] 導入事例アーカイブ
*/
.list-case-archive {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	margin-top: 30px;
}
.list-case-archive .block {
	margin: 0 0 20px 0;
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
}
.list-case-archive .box {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 15px 15px 20px 15px;
	text-decoration: none;
	box-shadow: 0 0 10px 0 #d7d7d7;
	background-color: #fff;
	color: #717074;
}
.list-case-archive a.box {
	transition: transform 0.6s ease;
}
.list-case-archive a.box:hover {
	transform: scale(1.03);
}
.list-case-archive .box img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.list-case-archive .box .new {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	padding: 18px 0 4px 0;
	width: 100%;
	background-color: #0091da;
	text-align: center;
	font-weight: 200;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list-case-archive .box .thumb {
	padding: 0 40px;
}
.list-case-archive .box .thumb img {
	max-width: 240px;
}
.list-case-archive .box .h {
	margin: 15px 0 0 0;
	font-size: 16px;
}
@media screen and (max-width: 1279px) {
	.list-case-archive .block {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
}
@media screen and (max-width: 991px) {
	.list-case-archive .block {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.list-case-archive {
		margin: 0 -7px;
		margin-top: 20px;
	}
	.list-case-archive .block {
		margin: 0 0 14px 0;
		padding: 0 7px;
	}
}
@media screen and (max-width: 575px) {
	.list-case-archive {
		display: block;
		margin: 20px 0 0 0;
	}
	.list-case-archive .block {
		margin: 0 0 20px 0;
		padding: 0;
		max-width: 100%;
	}
}

/*============================================================
	[詳細] ヘッド
*/
.detail-head {
	margin: 0 0 40px 0;
}
.detail-head .wrap {
	display: flex;
}
.detail-head .logo {
	flex-basis: 300px;
	max-width: 300px;
	padding-right: 30px;
}
.detail-head .logo img {
	width: 100%;
}
.detail-head .detail {
	flex: 1;
	font-size: 14px;
}
.detail-head .detail h1 {
	font-size: 32px;
	line-height: 1.3;
}
.detail-head .detail h2 {
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 1.4;
}
.detail-head .info {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	padding: 15px 20px;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	line-height: 1.5;
}
.detail-head .info .block {
	margin: 3px 0;
	padding-right: 50px;
}
.detail-head .info .block.full {
	flex-basis: 100%;
	max-width: 100%;
	padding-right: 0;
}

@media screen and (max-width: 767px) {
	.detail-head .wrap {
		display: block;
	}
	.detail-head .logo {
		max-width: 300px;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	.detail-head .detail h1 {
		font-size: 24px;
	}
	.detail-head .detail h2 {
		font-size: 16px;
	}
	.detail-head .detail h2 br {
		display: none;
	}
	.detail-head .info {
		margin: 20px 0 0 0;
		padding: 12px 15px;
	}
	
}

/*============================================================
	[詳細] ヘッド（パートナー詳細）
*/
.detail-partner-head {
	margin: 0 0 50px 0;
}
.detail-partner-head .wrap {
	display: flex;
}
.detail-partner-head .logo {
	flex-basis: 300px;
	max-width: 300px;
	padding-right: 30px;
}
.detail-partner-head .logo img {
	width: 100%;
}
.detail-partner-head .detail {
	flex: 1;
	font-size: 14px;
}
.detail-partner-head .detail h1 {
	margin: 5px 0 0 0;
	font-size: 23px;
	line-height: 1.3;
}
.detail-partner-head .detail p {
	margin: 10px 0;
}
.detail-partner-head .detail p:last-child {
	margin-bottom: 0;
}
.detail-partner-head .detail .link i {
	padding-left: 0.3em;
	font-size: 96%;
}

@media screen and (max-width: 767px) {
	.detail-partner-head {
		margin: 0 0 30px 0;
	}
	.detail-partner-head .wrap {
		display: block;
	}
	.detail-partner-head .logo {
		max-width: 300px;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	.detail-partner-head .detail h1 {
		margin: 0;
		font-size: 24px;
	}
	.detail-partner-head .detail h2 {
		font-size: 16px;
	}
	.detail-partner-head .detail h2 br {
		display: none;
	}
}

/*============================================================
	[詳細] 事例
*/
.detail-case {
	margin: 40px 0;
}
.detail-case .wrap {
	display: flex;
}
.detail-case .video {
	flex-basis: 500px;
	max-width: 500px;
	padding-right: 30px;
}
.detail-case .video .player {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.detail-case .video .player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
}
.detail-case .video .player .video-js,
.detail-case .video .player video {
	position: absolute;
	top: 0;
	left: 0;
}
.detail-case .detail {
	flex: 1;
}
.detail-case .detail .lead {
	margin: 0 0 26px 0;
	font-size: 16px;
}
.detail-case .detail .frame {
	margin: 30px 0 0 0;
	padding: 26px 30px;
	background-color: #f5f8fa;
	border-radius: .3rem;
	font-size: 18px;
}
.detail-case .detail .frame .name {
	margin: 1em 0 0 0;
	font-size: 77.778%;
}

@media screen and (max-width: 991px) {
	.detail-case .wrap {
		display: block;
	}
	.detail-case .video {
		max-width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.detail-case .video {
		margin: 0 0 20px 0;
	}
	.detail-case .detail .lead {
		margin: 0 0 20px 0;
		font-size: 14px;
	}
	.detail-case .detail .frame {
		padding: 12px 15px;
		font-size: 16px;
	}
}

/*============================================================
	[詳細] 導入事例
*/
.partner-case-index {
	margin: 50px 0;
}
@media screen and (max-width: 767px) {
	.partner-case-index {
		margin: 30px 0;
	}
}

/*============================================================
	[詳細] パートナー
*/
.detail-partner,
.detail-partner-other {
	padding: 40px 0 0 0;
	margin: 40px 0;
	border-top: 1px solid #d7d7d7;
}
.detail-partner .heading,
.detail-partner-other .heading {
	font-size: 23px;
}
.detail-partner .wrap,
.detail-partner-other .wrap {
	display: flex;
}
.detail-partner .logo,
.detail-partner-other .logo {
	flex-basis: 200px;
	max-width: 200px;
	padding-right: 30px;
}
.detail-partner .logo img,
.detail-partner-other .logo img {
	width: 100%;
}
.detail-partner .detail,
.detail-partner-other .detail {
	flex: 1;
	font-size: 14px;
}
.detail-partner .detail .h,
.detail-partner-other .detail .h {
	font-size: 18px;
}
.detail-partner .detail .company,
.detail-partner-other .detail .company {
	margin: 0.8em 0;
	font-size: 16px;
}
.detail-partner .detail .company:first-child,
.detail-partner-other .detail .company:first-child {
	margin-top: 0;
}
.detail-partner .detail h4,
.detail-partner-other .detail h4 {
	margin: 1em 0 0.5em 0;
	font-size: 100%;
}
.detail-partner .detail h4:first-child,
.detail-partner-other .detail h4:first-child {
	margin-top: 0;
}
.detail-partner .detail .unit-category,
.detail-partner .detail-other .unit-category {
	margin: 1em 0 0.5em 0;
}
.detail-partner .detail p,
.detail-partner-other .detail p {
	margin: 1em 0 0.5em 0;
}
.detail-partner .detail p:first-child,
.detail-partner-other .detail p:first-child {
	margin-top: 0;
}
.detail-partner .detail p:last-child,
.detail-partner-other .detail p:last-child {
	margin-bottom: 0;
}
.detail-partner .detail a i,
.detail-partner-other .detail a i {
	padding-left: 0.3em;
	font-size: 96%;
}
.detail-partner .wrap,
.detail-partner-other .wrap {
	margin: 20px 0 40px 0;
}
.detail-partner.frame {
	padding: 20px;
	margin: 40px 0 0 0;
	border: 1px solid #d7d7d7;
}

@media screen and (max-width: 767px) {
	.detail-partner,
	.detail-partner-other {
		padding: 30px 0 0 0;
		margin: 30px 0;
	}
	.detail-partner .wrap,
	.detail-partner-other .wrap {
		display: block;
	}
	.detail-partner .logo,
	.detail-partner-other .logo {
		margin: 0 auto;
		padding: 0 0 20px 0;
	}
	.detail-partner .detail .h,
	.detail-partner-other .detail .h {
		font-size: 16px;
	}
	.detail-partner .detail .company,
	.detail-partner-other .detail .company {
		margin: 0.5em 0;
		font-size: 16px;
	}
	.detail-partner .heading {
		font-size: 20px;
	}
	.detail-partner .wrap {
		margin: 20px 0 30px 0;
	}
	.detail-partner-other .wrap {
		margin: 20px 0 30px 0;
	}
	.detail-partner.frame {
		padding: 15px;
	}
}

/*============================================================
	任意のHTMLコード表示エリア
*/
.freearea {
}

/*============================================================
	ブレイクポイント Bootstrap3基準 md
*/
@media screen and (max-width: 1279px) {
}

/*============================================================
	ブレイクポイント Bootstrap3基準 sm
*/
@media screen and (max-width: 991px) {
}

/*============================================================
	ブレイクポイント Bootstrap3基準 xs
*/
@media screen and (max-width: 767px) {
}

/*============================================================
	ブレイクポイント Bootstrap3基準 xxs
*/
@media screen and (max-width: 575px) {
}