<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*----- br -----*/

br.pc,
br.pc.tab,
br.pc.sp {
	display: block;
}

br.tab,
br.sp,
br.tab.sp {
	display: none;
}

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

	br.pc,
	br.pc.sp {
		display: none;
	}

	br.tab,
	br.pc.tab,
	br.tab.sp {
		display: block;
	}

}

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

	br.tab,
	br.pc.tab {
		display: none;
	}

	br.sp,
	br.pc.sp {
		display: block;
	}
}

/*----- jc ai -----*/

.jc_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jc_start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jc_c {
	-webkit-box-pack: center;
	-ms-flex-pack: unset;
	justify-content: center;
}

.jc_end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ai_start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ai_c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ai_b {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.ai_end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*----- strength -----*/


.strength_main .txt_area {
	position: relative;
	z-index: 100;
	margin: -80px auto 0 auto;
	width: 90%;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.strength_main h2 {
	font-size: 28px;
	color: #41567C;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 5px solid #D3BE00;
	margin-bottom: 20px;
}

@media only screen and (max-width: 690px) {
	.strength_main .txt_area {
		margin: -30px auto 0 auto;
		padding: 20px;
	}

	.strength_main h2 {
		font-size: 20px;
	}
}

.strength_about {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.third_sky {
	position: relative;
	padding-bottom: 100px
}

.third_sky:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30%;
	background-color: #ECF4F8;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media only screen and (max-width: 690px) {
	.third_sky {
		padding-bottom: 50px;
	}
}

.sky_back {
	background-color: #ECF4F8;
	padding: 100px 0;
}

@media only screen and (max-width: 690px) {
	.sky_back {
		padding: 50px 0;
	}
}

.strength_il {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top left;
	display: flex;
}

.strength_il .txt_area {
	display: inline-block;
	padding-top: 100px;
	margin-right: 15%;
	margin-left: auto;
}

.strength_il .back_img {
	max-width: 1200px;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 50px;
}

.strength_il .en,
.strength_ir .en {
	font-size: 80px;
	font-family: 'Roboto', sans-serif;
	color: #D3BE00;
	margin-bottom: 10px;
}

.strength_il .txt_block,
.strength_ir .txt_block {
	width: 600px;
	background-color: #41567C;
	color: #fff;
	padding: 50px;
}

.strength_il .title3_bdb_rd,
.strength_ir .title3_bdb_rd {
	color: #D3BE00;
	border-bottom: 1px solid #D3BE00;
}

.strength_il .btn_w100 a,
.strength_ir .btn_w100 a {
	background-color: #fff;
	max-width: 320px;
	width: 100%;
}

.strength_ir {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top right;
	display: flex;
}

.strength_ir .txt_area {
	display: inline-block;
	padding-top: 100px;
	margin-right: auto;
	margin-left: 15%;
}

.strength_ir .back_img {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 50px;
}

.strength_ir .en {
	font-size: 80px;
	font-family: 'Roboto', sans-serif;
	color: #D3BE00;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1550px) {
	.strength_il {
		background-size: 80%;
	}

	.strength_il .txt_area {
		padding-top: 0px;
		margin-right: 30px;
	}

	.strength_ir {
		background-size: 80%;
	}

	.strength_ir .txt_area {
		padding-top: 0px;
		margin-left: 30px;
	}
}

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

	.strength_il .en,
	.strength_ir .en {
		font-size: 35px;
		padding-left: 20px;
		text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	}

	.strength_il,
	.strength_ir {
		background-size: 100%;
		margin-right: 10px;
		margin-left: 10px;
	}

	.strength_il .txt_area,
	.strength_ir .txt_area {
		padding-top: 50px;
		margin: 0;
	}

	.strength_il .txt_block,
	.strength_ir .txt_block {
		max-width: 690px;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}
}

.strength_under .navi {
	display: flex;
	background-color: #41567C;
	position: relative;
	height: 120px;
}

.strength_under .navi:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 25px;
	border-color: transparent transparent #d3be00 transparent;
	bottom: 0;
	right: 0;
}

.strength_under .navi .img {
	width: 40%;
	background-size: cover;
	background-position: center;
}

.strength_under .navi .title {
	width: 60%;
	padding: 10px;
	display: flex;
	align-items: center;
}

.strength_under .navi .title a {
	color: #fff;
}

.model_message {
	font-size: 40px;
	color: #41567C;
	padding: 50px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 10px 18px 16px rgba(0, 0, 0, 0.1);
	position: relative;
}

.model_message:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 50px 0 50px;
	border-color: #ffffff transparent transparent transparent;
	bottom: -20px;
	left: calc(50% - 50px)
}

@media only screen and (max-width: 690px) {
	.model_message {
		padding: 20px;
		font-size: 16px;
	}
}

.superiority_merit {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #41567C;
}

.superiority_merit .title {
	width: 35%;
	background-color: #41567C;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.superiority_merit .txt {
	width: 65%;
	padding: 20px;
}

.maru_list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.maru_list li:last-child {
	margin-bottom: 0;
}

.maru_list li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 5px solid #4C8498;
	border-radius: 50%;
	top: 2px;
	left: 0;
}

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

	.superiority_merit .title {
		width: 25%;
		font-size: 17px;
	}

	.superiority_merit .txt {
		width: 75%;
		padding: 15px;
	}

	.maru_list li {
		padding-left: 18px;
	}

	.maru_list li:before {
		width: 6px;
		height: 6px;
		border: 4px solid #4C8498;
		top: 4px;
	}
}


/*------ csr -----*/

.shadow_box {
	padding: 40px;
	box-shadow: 0px 3px 16px 0px rgba(207, 218, 244, 0.5);
}
@media only screen and (max-width: 690px) {
	.shadow_box {
		padding: 20px;
	}
}
.h3_border {
	color: #41567C;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #41567C;
	padding-bottom: 10px;
}

.list_decimal li {
	list-style-type: decimal;
	margin-left: 18px;
	line-height: 1.3;
}

.fs_bold {
	font-weight: bold;
}

.back_gray {
	padding: 40px;
	background-color: #F2F2F2;
}

.link_en {
	overflow-wrap: break-word;
}

.img_l img {
	margin-left: 0;
}

main:not(.dcms_login_name) .img_r img {
	margin-right: 0;
}

/*----- news -----*/

.ir_list dl,
.news_list dl {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px dotted #999999;
}

.ir_list dl:last-child,
.news_list dl:last-child {
	border-bottom: 1px dotted #999999;
}

.ir_list dl .rss_date,
.news_list dl .rss_date {
	width: 120px;
	margin-bottom: 0;
}

.ir_list dl .rss_title,
.news_list dl .rss_title {
	width: calc(100% - 120px);
}

.ir_list dl .rss_contents,
.news_list dl .rss_contents {
	width: 100%;
	padding-left: 120px;
	font-size: 80%;
	margin-top: 20px;
}

.ir_list .rss_title a,
.news_list .rss_title a {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 140px;
}

.rss_title span.company_rss,
.rss_title span.news_rss,
.rss_title span.recruit_rss {
	display: block;
	width: 120px;
	background-color: #293C5F;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

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

	.ir_list dl,
	.news_list dl {
		position: relative;
	}

	.ir_list dl .rss_date,
	.news_list dl .rss_date {
		width: 100%;
	}

	.ir_list dl .rss_title,
	.news_list dl .rss_title {
		width: 100%;
		margin-top: 10px;
	}

	.ir_list .rss_title a,
	.news_list .rss_title a {
		position: static;
		padding-left: 0;
	}

	.rss_title span.company_rss,
	.rss_title span.news_rss,
	.rss_title span.recruit_rss {
		top: 20px;
		left: 105px;
	}

	.news_list dl .rss_contents {
		padding-left: 0;
		margin: 0;
	}

	.ir_list dl .rss_contents {
		display: none;
	}
}

.txt_blue {
	color: #41567C;
}

.txt_skyblue {
	color: #42A6D3;
}

.txt_gold {
	color: #D3BE00;
}

/*----- contact -----*/

.contact_cv {
	width: 100%;
	background-color: #ECF4F8;
	margin-top: 50px;
}

.contact_cv h2 {
	display: block;
	width: 100%;
	background-color: #41567C;
	padding: 20px;
	font-weight: bold;
	color: #D3BE00;
	font-size: 18px;
}

.contact_cv .col2_m_221 {
	padding: 40px;
	color: #41567C;
}

.contact_cv .system_contact_only {
	display: none;
}

.page_system_contact .contact_cv .system_contact_only {
	display: block;
}

.contact_cv .col2_m_221 .col {
	margin-left: 10px;
	margin-right: 10px;
}

.contact_cv h3 {
	font-size: 16px;
	font-weight: bold;
	color: #41567C;
	padding-bottom: 10px;
	border-bottom: 1px solid #41567C;
	margin-bottom: 20px;
}

.contact_cv .tel {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: #41567C;
	padding: 0 0 0 45px;
	position: relative;
}

.contact_cv .tel:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background-image: url(/dcms_media/other/tel_gold_icon.svg);
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: center;
	top: calc(50% - 17.5px);
	left: 0;
}

.contact_cv .tel a {
	color: #41567C;
}

@media only screen and (max-width: 690px) {
	.contact_cv .col2_m_221 {
		padding: 20px;
	}

	.contact_cv .col2_m_221 .col {
		margin-left: 0;
		margin-right: 0;
	}

	.contact_cv .tel {
		font-size: 30px;
	}
}

/*----- ir -----*/

.ir_name {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
}

.ir_name img {
	max-width: 150px;
	margin-right: 0;
	margin-left: 0;
}

.border_gray {
	border: 1px solid #707070;
	padding: 20px;
}


.num {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.ir_bpo {
	background-color: #E8FFF2;
}

.ir_bpo h2 {
	display: inline-block;
	background-color: #3EAFB7;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.ir_system {
	background-color: #D6E4FF;
}

.ir_system h2 {
	display: inline-block;
	background-color: #3E6AB7;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.ir_calender .switch {
	position: relative;
}

.ir_calender .switch:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	transform: rotate(135deg);
	border-color: #41567C;
	top: 50%;
	right: 16px;
	margin-top: -5px;
	background-color: transparent !important;
}

.ir_calender .switch.active:after {
	transform: rotate(-45deg);
	margin-top: -2px;
}

.ir_calender .accordion_area {
	display: none;
}

.td_red {
	background-color: #882820;
	color: #fff;
}

.td_blue {
	background-color: #35435C;
	color: #fff;
}

.que {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.que .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #293A45;
	background-color: #293A45;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.que .main_txt {
	width: calc(100% - 60px);
}

.ans {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	border-bottom: 1px dashed #707070;
}

.ans .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #293A45;
	color: #293A45;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.ans .main_txt {
	width: calc(100% - 60px);
	padding: 15px;
	background-color: #F8F8F8;
}

@media only screen and (max-width: 979px) {
	.ir_name img {
		max-width: 120px;
	}
}

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

	.que .icon,
	.ans .icon {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}

	.que .main_txt,
	.ans .main_txt {
		width: calc(100% - 40px);
	}
}

.maintenance_case {
	padding: 0 20px;
}

.maintenance_case .col {
	background-color: #fff;
}

.maintenance_case h3 {
	font-size: 16px;
	color: #41567C;
	font-weight: bold;
	padding-left: 10px;
	border-left: 3px solid #41567C;
}

.maintenance_case h3.mini {
	font-size: 12px;
}

@media only screen and (max-width: 690px) {
	.maintenance_case {
		padding: 10px 0 10px 20px;
	}

	.maintenance_case .col {
		background-color: #fff;
		padding: 0;
	}
}

.frame_point,
.work_point {
	border: 10px solid #ECF4F8;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}

.frame_point .title {
	display: flex;
	align-items: center;
	width: 200px;
	background-color: #ECF4F8;
	position: relative;
	padding: 10px 10px 10px 35px;
	font-size: 15px;
	font-weight: bold;
	color: #41567C;
}

.frame_point .title:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(/dcms_media/other/star_icon.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	top: calc(50% - 10px);
	left: 5px;
}

.frame_point .txt {
	width: calc(100% - 200px);
	padding: 10px;
}

.work_point .title {
	display: flex;
	align-items: center;
	width: 350px;
	background-color: #ECF4F8;
	position: relative;
	padding: 10px 10px 10px 35px;
	font-size: 15px;
	font-weight: bold;
	color: #41567C;
}

.work_point .title:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(/dcms_media/other/star_icon.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	top: calc(50% - 10px);
	left: 5px;
}

.work_point .txt {
	width: calc(100% - 350px);
	padding: 10px;
}

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

	.frame_point .title,
	.work_point .title {
		width: 100%
	}

	.frame_point .txt,
	.work_point .txt {
		width: 100%;
	}
}

.case .col {
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.case .img100 img {
	width: 100%;
}

.case .title_area {
	padding: 20px;
	border-bottom: 2px dotted #CCCCCC;
}

.case .about {
	display: flex;
	justify-content: center;
	padding: 20px 40px;
	position: relative;
}

.case .about:before {
	content: '"';
	width: 20px;
	height: 20px;
	position: absolute;
	font-size: 50px;
	color: #CCCCCC;
	line-height: 1;
	top: 20px;
	left: 15px;
}

.case .about:after {
	content: '"';
	width: 20px;
	height: 20px;
	position: absolute;
	font-size: 50px;
	color: #CCCCCC;
	line-height: 1;
	bottom: 20px;
	right: 15px;
	transform: rotateX(180deg);
}

.case .case_btn a {
	display: block;
	padding: 20px;
	background-color: #41567C;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.case .case_btn a:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 20px;
	background: url(../image/common/btn_arrow_white.svg) no-repeat 0 0/30px 20px;
	transition: all 0.5s;
	top: calc(50% - 10px);
	right: 20px;
}

.marker {
	background: linear-gradient(transparent 65%, rgba(211, 190, 0, 0.2) 65%);
	display: inline;
}

.flow .theme {
	background-color: #ECF4F8;
	padding: 50px 20px;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.flow .theme:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	border-color: #42a5d3 transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
}

.flow .theme h3 {
	font-size: 20px;
	font-weight: bold;
	color: #42A6D3;
	margin-bottom: 30px;
}

.flow .flow_tab {
	width: 100%;
}

.flow .flow_tab tr {
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #41567C;
}

.flow .flow_tab tr:last-child {
	border-width: 5px;
}

.flow .flow_tab th {
	padding: 20px;
	background-color: rgba(65, 86, 124, 0.1);
	width: 20%;
}

.flow .flow_tab td {
	padding: 20px;
}

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

	.flow .flow_tab th,
	.flow .flow_tab td {
		display: block;
		width: 100%;
	}
}

.interview {
	display: flex;
}

.interview .name {
	width: 80px;
	color: #41567C;
	font-weight: bold;
}

.interview .txt {
	width: calc(100% - 80px);
}

.case_company {
	padding: 40px;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.case_company table {
	width: 100%;
}

.case_company table tr {
	border-top: 1px solid #fff;
}

.case_company table tr:last-child {
	border-bottom: 1px solid #fff;
}

.case_company table th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}

.case_company table td {
	padding: 10px;
}

@media only screen and (max-width: 690px) {
	.case_company table th {
		display: block;
		width: 100%;
	}

	.case_company table td {
		display: block;
		width: 100%;
	}
}



.s_eirList {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}
.s_eirList_item {
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
}
.s_eirList_item:first-child {
    margin-top: 0;
    border: 0;
}
.s_eirList_item {
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
}
.s_eirList_item_head {
    white-space: nowrap;
}
.eirItem_date {
    display: inline-block;
    font-size: 14px;
}
.s_eirList_item_body {
    margin-left: 10px;
}
.s_eirList_item_title {
    display: inline;
}
.s_eirList_item_type {
    display: inline;
}
.s_eirList_item_type_icon-pdf {
    background-color: #ee3d23;
}
.s_eirList_item_type_icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    margin-left: 5px;
    line-height: 15px;
    color: #FFF;
    font-size: 10px;
}
.s_eirList_item_type_figure {
    display: none;
    margin: 0 5px 0 0;
}

.pnexIcon img,.eir_pnexNote_item img{
	display: inline !important;
}

.mb30 {
    margin-bottom: 30px;
}

.title3_bdb .title3_bdb_icon.bldg {
	top:0;
}

</pre></body></html>