@import url("global.css");

#main {
	background: url(../../case/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}


/* ------------------------------
 index
------------------------------ */

.cnt {
	opacity: 0;
	padding: 0 !important;
}
.cnt > ul {
	width: 100%;
	border-top: 1px solid #ebebeb;
	margin: 40px 0;
}
.cnt > ul li {
	width: 50%;
	width: calc(100% / 2);
	width: -webkit-calc(100% / 2);
	float: left;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt > ul li:nth-child(3n) {
	border-right: none;
}
.cnt > ul li a {
	width: 100%;
	display: block;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt > ul li a:hover {
	background-color: #f3f3f3;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cnt > ul li a i {
	width: 100px;
	display: block;
	margin: 0 auto 15px;
}
.cnt > ul li a p {
	width: 80px;
	margin: 0 auto 15px;
	border: 1px solid #8DACDA;
	text-align: center;
	color: #000;
}
.cnt > ul li a h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #333;
}



/* ------------------------------
 entry
------------------------------ */

.entry .cnt {
	opacity: 0;
	padding: 40px 0 0!important;
}
.cnt article p.num {
	width: 120px;
	margin: 0 auto 20px;
	border: 1px solid #8DACDA;
	text-align: center;
	font-size: 16px;
	color: #000;
	transform: skew(-25deg);
}
.cnt article p.num span {
	display: block;
	transform: skew(25deg);
}
.cnt article > i {
	width: 80px;
	display: block;
	margin: 0 auto 20px;
}
.cnt article h1 {
	width: 1000px;
	margin: 0 auto 60px;
	font-size: 26px;
	font-weight: 600;
	color: #1282A1;
	text-align: center;
	line-height: 1.4;
}
.cnt article h2 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.cnt article h2::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #1282A1;
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.cnt article .overview {
	padding-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	z-index: 2;
}
.cnt article .overview::before {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #ebebeb;
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: -30px;
}
.cnt article .overview::after {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	left: 50%;
	bottom: -49px;
	margin-left: -30px;
}
.cnt article .overview p {
	width: 1000px;
	margin: 0 auto 20px;
	text-align: center;
}
.cnt article .overview p:last-child {
	margin-bottom: 0;
}

.cnt article .back {
	width: 50%;
	float: left;
	background-color: #ebebeb;
	background: linear-gradient(135deg, #ebebeb, #f5f5f5);
	background: -webkit-linear-gradient(135deg, #ebebeb, #f5f5f5);
	text-align: left;
}
.cnt article .back .inner {
	width: 500px;
	float: right;
	padding: 50px 50px 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt article .back .inner ul li {
	margin-bottom: 10px;
	line-height: 1.5;
}
.cnt article .back .inner ul li:last-child {
	margin-bottom: 0;
}
.cnt article .back .inner ul li::before {
	content: "●";
	font-size: 10px;
	padding-right: 5px;
	vertical-align: middle;
}

.cnt article .result {
	width: 50%;
	float: right;
	background-color: #E2F0F3;
	background: linear-gradient(45deg, #E2F0F3, #E0E1F5);
	background: -webkit-linear-gradient(45deg, #E2F0F3, #E0E1F5);
	text-align: left;
}
.cnt article .result .inner {
	width: 500px;
	float: left;
	padding: 50px 0 50px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cnt article .solution {
	padding: 50px 0;
}
.cnt article .solution dl {
	padding: 40px;
	border-bottom: 1px solid #ebebeb;
}
.cnt article .solution dl:first-of-type {
	padding: 0 40px 40px;
}
.cnt article .solution dl:last-child {
	border-bottom: none;
	padding: 40px 40px 0;
}
.cnt article .solution dl dt {
	font-size: 20px;
	color: #1282A1;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.cnt article .solution dl dd figure {
	max-width: 900px;
	text-align: center;
	margin: 0 auto 20px;
}
.cnt article .solution dl dd figure a {
	width: 500px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	overflow: hidden;
	padding: 1px;
	background: #fff url(../case/img/icon_zoom.png) no-repeat center center;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
.cnt article .solution dl dd figure a img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.cnt article .solution dl dd figure a:hover {
	border: 1px solid #1282A1;
	background-color: #1282A1;
}
.cnt article .solution dl dd figure a:hover img {
	opacity: 0.85;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.cnt article .solution dl dd p {
	margin-bottom: 20px;
	text-align: center;
}
.cnt article .solution dl dd > ul {
	width: 600px;
	margin: 0 auto 20px;
}
.cnt article .solution dl dd > ul > li {
	margin-bottom: 10px;
	border: 1px solid #1282A1;
	padding: 10px;
	position: relative;
	text-align: center;
	border-radius: 1px;
}
.cnt article .solution dl dd > ul > li::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #1282A1;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}
.cnt article .solution dl dd > ul > li:last-child::after {
	border: none;
}
.cnt article .solution dl dd > ul > li:last-child {
	border: 1px solid #DC123C;
	color: #DC123C;
}
.cnt article .solution dl dd ol {
	text-align: left;
}
.cnt article .solution dl dd ol > li {
	margin-bottom: 10px;
}
.cnt article .solution dl dd ol > li i {
	color: #1282A1;
	font-weight: 600;
	font-size: 18px;
	padding-right: 0.5em;
	display: inline-block;
	font-style: normal;
}
.cnt article .solution dl dd ol > li span {
	display: block;
	padding-left: 2em;
}
.cnt article .solution dl dd ol > li:last-child {
	margin-bottom: 0;
}

.cnt aside ul {
	border-top: 1px solid #ebebeb;
}
.cnt aside ul li {
	width: 33.333%;
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	float: left;
	border-right: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt aside ul li:last-child {
	border-right: none;
}
.cnt aside ul li a {
	width: 100%;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt aside ul li a:hover {
	background-color: #f3f3f3;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cnt aside ul li a i {
	width: 60px;
	display: block;
	margin: 0 auto 10px;
}
.cnt aside ul li a p {
	width: 80px;
	margin: 0 auto 10px;
	border: 1px solid #8DACDA;
	text-align: center;
	letter-spacing: 0;
	color: #000;
}
.cnt aside ul li a h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #333;
}



/* ------------------------------------------------------------------------------------------------------------------------

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.cnt {
	opacity: 1;
}


/* ------------------------------
 index
------------------------------ */

.cnt > ul li {
	width: 50%;
}
.cnt > ul li a {
	min-height: 220px;
}
.cnt > ul li:nth-child(3n) {
	border-right: 1px solid #ebebeb;
}
.cnt > ul li:nth-child(2n) {
	border-right: none;
}


/* ------------------------------
 entry
------------------------------ */

.entry .cnt {
	opacity: 1;
}
.cnt article h1 {
	width: auto;
	margin: 0 10px 50px;
}
.cnt article h2 {
	margin: 0 10px 30px;
}

.cnt article .overview p {
	width: auto;
	margin: 0 10px 20px;
}

.cnt article .back .inner {
	width: 100%;
	float: none;
	padding: 30px;
}

.cnt article .result .inner {
	width: 100%;
	float: none;
	padding: 30px;
}

.cnt article .solution dl {
	padding: 40px 0;
}
.cnt article .solution dl:first-of-type {
	padding: 0 0 40px;
}
.cnt article .solution dl:last-child {
	padding: 40px 0 0;
}
.cnt article .solution dl dd figure {
	max-width: 100%;
}








}
	

	

	





/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

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

#particles-js{
  height: 150px;
}

/* ------------------------------
 index
------------------------------ */

.cnt > ul li {
	width: 100%;
}

.cnt > ul li a {
	min-height: auto;
	padding: 20px;
}


/* ------------------------------
 entry
------------------------------ */

.cnt article p.num {
	margin: 0 auto 20px;
}
.cnt article h1 {
	margin: 0 10px 30px;
	font-size: 21px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
}
.cnt article h2 {
	margin-bottom: 20px;
}

.cnt article .overview {
	padding-bottom: 40px;
}
.cnt article .overview p {
	text-align: left;
}

.cnt article .back {
	width: 100%;
	float: none;
	position: relative;
}
.cnt article .back::before {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #ebebeb;
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: -30px;
}
.cnt article .back .inner {
	padding: 40px 10px 20px;
}

.cnt article .result {
	width: 100%;
	float: none;
}
.cnt article .result .inner {
	padding: 40px 10px 20px;
}

.cnt article .solution {
	padding: 40px 0;
}
.cnt article .solution dl {
	padding: 20px 0;
}
.cnt article .solution dl:first-of-type {
	padding: 0 0 20px;
}
.cnt article .solution dl:last-child {
	border-bottom: none;
	padding: 20px 0 0;
}
.cnt article .solution dl dt {
	margin-bottom: 20px;
	line-height: 1.4;
}
.cnt article .solution dl dd figure a {
	width: 100%;
}
.cnt article .solution dl dd > ul {
	width: 100%;
}
.cnt article .solution dl dd p {
	text-align: left;
}
.cnt article .solution dl dd p:last-child {
	margin-bottom: 0;
}

.cnt aside ul li {
	width: 50%;
	float: left;
}
.cnt aside ul li:last-child {
	display: none;
	border-right: none;
}

.cnt aside ul li a {
	padding: 20px 10px;
}







}










