@charset "utf-8";
/* CSS Document */

@media only screen and (min-width:769px){

	
	.PC_none {
		display: none !important;
	}
}

body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px!important;
	color:#333;
	line-height:1.8 !important;
	background:#FFF;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .1em;
	animation: fadeIn 2s ease 0s 1 normal;/*フワットフェードイン*/
    -webkit-animation: fadeIn 2s ease 0s 1 normal;/*フワットフェードイン*/
}

/*フワットフェードイン*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#Main {
	background: url("../images/main_bg.jpg") no-repeat top center;
	background-size:cover;
	position: relative;
}

.MainWide {
	max-width: 1500px;
	margin: 0 auto;
}

.MainStaff {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	background: url("../images/main_staff.png") no-repeat top center;
	background-size:cover;
}

.MainText {
	padding-top: 5%;
	max-width: 1300px;
	margin: 0 auto;
}

.TopContact {
	position: absolute;
	bottom: 0;
	 background-color: rgba(48,69,131,0.50);
	z-index: 2;
	width: 100%;
	max-height: 296px;
	height: 100%;
}

.ContactBtn {
	width: 90%;
	margin: 50px auto 0;
	padding-bottom: 30px;
	text-align: center;
}

#ProblemBox,
#QABox {
	background: #d4edea;
	padding: 100px 0;
}

.ProblemList {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	margin-top: 50px;
}

.ProblemList li {
	margin: 20px 0 0 0;
	width: 31.333%;
	text-align: center;
}

.ProblemList li img {
		box-shadow: 0px 5px 15px 0px rgba(23, 49, 77, 0.35);
}
.ProblemText {
	text-align: center;
	margin: 50px 0 0;
}

.Title {
	text-align: center;
	font-size: 2.0em;
	color: #17314d;
	 position: relative;
  display: inline-block;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	line-height: 1.5;
}

.Title:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 100%;
  height: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
background: url("../images/line.png") center bottom no-repeat;
}

.TitleWht {
	text-align: center;
	font-size: 2.0em;
	color: #FFF;
	 position: relative;
  display: inline-block;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	line-height: 1.5;
}

.TitleWht:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 100%;
  height: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
background: url("../images/line_wht.png") center bottom no-repeat;
}

.SolutionA {
	background: url("../images/topleft_logo.jpg") no-repeat top left;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

.TitleDownText {
	margin-top: 50px;
	font-size: 1.3em;
	text-align: center;
	color: #17314d;
}

.Nvy {
	color: #17314d;
}

.SolutionListA li {
	display: flex;
	margin-top: 80px;
	align-items: center;
    justify-content: space-between;
}

.opposite {
	flex-direction: row-reverse;
}


.SolutionListA figure {
	width: 50%;
}

.SolutionListA figure img {
	box-shadow: 0px 5px 15px 0px rgba(23, 49, 77, 0.35);
}

.SolutionListText {
	width: 45%;
}

.ListATitle {
	display: flex;
	align-items: center;
}

.ListATitle h3 {
	font-size: 1.5em;
	color: #17314d;
	margin-left: -40px;
	line-height: 1.3;
}


.Number {
	color: #d4edea;
	font-size: 4.5em;
}

.MeritBox {
	border: 3px solid #17314d;
	background-color: rgba(255,255,255,0.50);
	padding: 50px 30px;
	max-width: 800px;
	margin: 80px auto 0;
	color: #17314d;
	font-size: 1.2em;
	line-height: 1.6;
	text-align: center;
}

.SolutionB {
	background: url("../images/topright_logo.jpg") no-repeat top right;
	margin-top:-200px;
	padding-top: 350px;
	position: relative;
	z-index: 0;
}

.Add {
	position: absolute;
	display: block;
	top: -60px;
	left: -100px;
}

.SixList {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	margin-top: 50px;
}

.SixList  li {
	margin-top: 50px;
	width: 30%;
}
.SixList img {
	box-shadow: 0px 5px 15px 0px rgba(23, 49, 77, 0.35);
}

#ReasonBox {
	background: url("../images/reason_bg.jpg") center no-repeat;
	background-size:cover;
	margin-top: 100px;
	padding: 100px 0;
}

.ReasonList {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	margin-top: 50px;
}

.ReasonList li {
	width: 48%;
	margin-top: 50px;
}

#CompanyBox {
	background: url("../images/company_bg.jpg") center no-repeat;
	background-size:cover;
	padding: 100px 0;
}

.table{
	width: 100%;
	border-collapse: collapse;
	background:#FFF;
	margin-top: 80px;
	font-size: 1.1em;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0px 5px 15px 0px rgba(23, 49, 77, 0.35);
}

	
.table td,
.table th {
	padding: 20px;
	border: 2px solid #17314d;
}

.table th{
	font-weight: bold;
	text-align:left;
	background: #d4edea;
	color: #17314d;
}

.TableList li {
	list-style: disc;
	margin-left: 25px;
}

#VisualizationBox {
	background: url("../images/visualization_bg.jpg") no-repeat center;
	background-size:cover;
	padding: 2% 5% 0;
}

.Free {
	background:linear-gradient(0deg, #fd9419 50%, #ffb86b 100%);
	padding: 15px;
}

.FreeList {
	background: url("../images/free_bg.jpg") no-repeat top center;
	background-size:cover;
	padding-top: 70px;
}

.FreeList li {
	margin-top: 30px;
}

.LastContact {
	background-color: rgba(48,69,131,0.50);
	margin-top: 100px !important;
	padding: 30px 0;
}

.LastContact figure {
	width: 90%;
	margin: 0 auto;
}

.Copy {
	text-align: center;
	color: #17314d;
	padding: 10px;
	font-size: 0.9em;
}