@CHARSET "UTF-8";

a {
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*, *::after, *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* body {
	font-weight: bold;
} */

section {
	margin-bottom: 60px;
}

.section_1 {
	padding: 110px 0 80px;
	background: linear-gradient(-135deg, #06aee0ad, #0063dda6), url(/img/index_background.jpeg);
	background-color: #06aee0;
	background-position: 50%;
	background-size: cover;
}

.section_1 .section_1--div {
	min-height: 80px;
}

.section_1 .section_1--div2 {
	color: #FFFFFF;
}

.section_2 {
	text-align: center;
}

.section_2--div2 {
	text-align: left;
	display: inline-block;
	max-width: 768px;
	width: 90%;
}

.section_2 div .subtitle,
.service_div .subtitle {
	display: inline-block;
	width: 90%;
	max-width: 768px;
}

.section_2 li {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

.section_2--div2 a[class="notification"] {
	width: 100%;
	display: inline-block;
}

.section_2--div2 .notfication_date {
	padding-right: 32px;
}

.section_2--div2 .notification:after {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: url(/icon/arrow_right_link.svg);
}

.section_2--div2 br {
	display: none;
}

.section_3 {
	text-align: center;
	padding: 50px 0;
}

.section_3--div2 {
	text-align: left;
	display: inline-block;
	max-width: 768px;
	width: 90%;
}

.section_3 div .subtitle {
	display: inline-block;
	width: 90%;
	max-width: 768px;
}

.section_3 li {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
	width: 240px;
	text-align: center;
}

.section_3--div2 a[class="notification"] {
	width: 100%;
	display: inline-block;
}

.section_3--div2 .notfication_date {
	padding-right: 32px;
}

.section_3--div2 .notification:after {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: url(/icon/arrow_right_link.svg);
}

.section_3--div2 br {
	display: none;
}
.service_div {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.service_div::after {
	clear: both;
	content: "";
	display: table;
}

.section_title {
    padding-bottom: 24px;
}

.section_title h2 span {
    font-size: 13px;
    font-size: 0.8125rem;
}

.section_title h2 .display {
	font-style: normal;
}

.content {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

.section_description p {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 32px;
}

.section_title h2 {
	text-align: center;
}

.section_description p {
	text-align: center;
}

.box-wrapper {
	display: flex;
}

.box1 {
	/* background: url(img/FinanceService.jpg) no-repeat top center; */
	background: linear-gradient(-135deg, #2929296c, #2c2c2c4f), url(/img/FinanceService.jpg) no-repeat top center;
    background-size: cover;
}
.box2 {
    background: linear-gradient(-135deg, #2929296c, #2c2c2c4f), url(/img/HumanResources.jpg) no-repeat top center;
    background-size: cover;
}
.box3 {
    background: linear-gradient(-135deg, #2929296c, #2c2c2c4f), url(/img/BizDev.jpg) no-repeat top center;
    background-size: cover;
}
.box4 {
    background: linear-gradient(-135deg, #2929296c, #2c2c2c4f), url(/img/System.jpg) no-repeat top center;
    background-size: cover;
}
.box5 {
    background: linear-gradient(-135deg, #2929296c, #2c2c2c4f), url(/img/Support.jpg) no-repeat center center;
    background-size: cover;
}
.box {
	width: 100%;
	height: 360px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.box .info {
	font-size: 16px;
	font-size: 1rem;
	color: #FFFFFF;
	width: 82%;
	margin-top: 64px;
}

.box .info h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.secion_wrap .info p {
    font-size: 16px;
}
.box .info p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 40px;
}

.secion_wrap .info .more-link {
	background-color: #FFF;
	color: #060606;
}


.secion_wrap .info .more-link:hover {
    background-color: #0B659F;
    color: #fff;
}

.more-link {
	border: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	width: 256px;
	height: 48px;
	line-height: 26px;
	text-decoration: none;
	margin-bottom: 64px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.container {
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.corporateInfo {
    height: 100%;
    width: 40%;
    border: solid 1px #ccc;
    text-align: center;
    line-height: 32px;
    display: block;
}

.corporateInfo img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.corporateInfo p {
	width: 120px;
	display: inline-block;
	height: 100%;
	margin: 0 auto 12px;
}

.corporateInfo:after {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	padding-right: 12px;
	content: url(/icon/arrow_right_link.svg);
}

@media screen and (max-width: 1024px) {
	.subtitle--02 {
		font-size: 32px;
	}
	
	.subtitle--04 {
		font-size: 18px;
	}
	
	.box-wrapper {
		display: block;
	}

	.header_div--01 {
		margin: 0 0 0 52px;
		float: left;
		display: block;
	}

	.header_div--03 {
		display: none;
	}

	.section_2--div2 br {
		display: unset;
	}
}

@media screen and (max-width: 768px) {
	.box {
		height: 272px;
	}
	.box .info {
		margin-top: 24px;
	}
	.section_title {
		padding: 16px 0;
	}
	.section_description p {
		box-sizing:border-box;
	}

	.content {
		padding: 0 16px;
	}

	.section_description p {
		font-size: 14px;
		text-align: left;
		padding: 16px;
		margin-bottom: 16px;
	}

	.box .info h3 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 22px;
	}

	.more-link {
		display: block;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 24px;
		padding: 12px;
	}

	.box .info p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 20px;
		text-align: left;
		margin-bottom: 24px;
	}

	.large {
		display: none!important;
	}

	.small {
		display: unset!important;
	}


	.container {
		display: unset;
		justify-content: unset;
	}


	.corporateInfo {
		width: 100%;
		display: block;
		margin-bottom: 60px; 
    }
    
	.hide-small-screen {
		display: none !important;
	}
}