@charset "UTF-8";
/* CSS Document */

/* title */
#title{
	background: url("../img/title_bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 400px;
	margin: 0 auto;
	padding: 70px;
	margin-top: -80px;
}
#title .title_wrapper{
	max-width: 1480px;
}
#title h2{
	color:#0C5EA4;
	font-size: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin-top: 80px;
}
#title p{
	color:#0C5EA4;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	#title{
		padding:60px 20px;
		margin-top: -40px;
	}
	#title h2{
		font-size: 40px;
	}
}


/* strength */
#strength{
	margin: 0 auto;
}
#strength .strength_wrapper{
	margin: 0 auto;
}
#strength .strength_title{
	background: rgb(17,117,190);
	background: linear-gradient(180deg, rgba(17,117,190,1) 0%, rgba(6,66,134,1) 100%);
	padding: 100px 70px;
}
#strength .strength_wrapper h3{
	font-size: 40px;
	font-weight: 300;
	color:#ffffff;
	text-align: center;
}
#strength .strength_wrapper p{
	font-size: 20px;
	color:#ffffff;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;;
}
#strength .strength_box1,
#strength .strength_box2{
	align-items:stretch;
}
#strength .strength_imgbox img{
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
#strength .strength_imgbox,
#strength .strength_textbox{
	width: 50%;
}
#strength .strength_textbox{
	padding:50px 70px;
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
}
#strength .strength_textbox img{
	position: absolute;
	top:30px;
	right:120px;
}
#strength .strength_textbox h3{
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 30px;
}
#strength .strength_textbox p{
	text-align: left;
	font-size: 15px;
	line-height: 1.85;
}
#strength .box1,
#strength .box3{
	background: rgb(18,123,197);
	background: linear-gradient(90deg, rgba(18,123,197,1) 0%, rgba(6,66,134,1) 100%);
}
#strength .box1,
#strength .box3{
	color:#fff;
}
#strength .box2{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
}
#strength .box2 h3{
	color:#064286;
}
#strength .box2 p{
	color:#333333;
}

@media screen and (max-width: 767px) {
	#strength .strength_title{
		padding: 60px 20px;
	}
	#strength .strength_wrapper h3{
		font-size: 24px;
	}
	#strength .strength_wrapper p{
		font-size: 18px;
	}
	#strength .strength_box1{
		flex-direction: column;
		align-items:center;
	}
	#strength .strength_box2{
		flex-direction: column-reverse;
		align-items:center;
	}
	#strength .strength_imgbox,
	#strength .strength_textbox{
		width: 100%;
	}
	#strength .strength_textbox{
		padding:60px 30px;
	}
	#strength .strength_textbox h3{
		font-size: 20px;
	}
	#strength .strength_textbox p{
		font-size: 14px;
	}
	#strength .strength_textbox img{
		right:30px;
	}
}

/* outline*/
#outline{
	background: rgb(245,246,248);
	background: linear-gradient(90deg, rgba(245,246,248,1) 0%, rgba(255,255,255,1) 100%);
	padding: 130px 70px;
	margin: 0 auto;
}
#outline .outline_wrapper{
	max-width: 1480px;
	margin: 0 auto;
}
#outline .outline_wrapper h3{
	font-size: 40px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color:#0C5EA4;
}
#outline .outline_wrapper p{
	color:#0C5EA4;
	font-size: 20px;
}
#outline .outline_wrapper .outline_table{
	gap:60px;
	align-items: flex-start;
}
#outline .outline_wrapper table{
	width: 50%;
}
#outline .outline_wrapper table th{
	color:#064286;
	font-weight: 600;
	width:20%;
}
#outline .outline_wrapper table td,
#outline .outline_wrapper table th{
	padding: 20px 0;
	border-bottom: 1px solid #C5C5C5;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	#outline{
		padding: 60px 20px;
	}
	#outline .outline_wrapper .outline_table{
		flex-direction: column;
		gap:0;
	}
	#outline .outline_wrapper table{
		width: 100%;
	}
	#outline .outline_wrapper table td,
	#outline .outline_wrapper table th{
		display: block;
	}
	#outline .outline_wrapper table th{
		border-bottom: none;
		padding-bottom: 0;
		width: 100%;
	}
}