@charset "UTF-8";
#contents {
	position: relative;
	*zoom:1;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
}
.sVisual {
	height: 360px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
.sVisual:before {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%) scale(1.3);
	content: "";
	width: 100%;
	height: 100%;
	transition: all 5s .5s;
}
.sVisual.on:before { transform: translate(-50%, -50%) scale(1.1); }
.company:before { background: url('../img/sub/sVs01.png') no-repeat center center/cover; }
.business:before { background: url('../img/sub/sVs02.png') no-repeat center center/cover; }
.solution:before { background: url('../img/sub/sVs04.png') no-repeat center center/cover; }
.contactus:before { background: url('../img/sub/sVs05.png') no-repeat center center/cover; }

.bgNon:before {content:none !important;}
.bgNon:after {content:none !important;}
.svInner {
	position: absolute; top: 45%; left: 50%;
	transform: translate(-50%, -20%);
	width: 100%;
}
.svInner h3 {
	font-size: 4rem; font-family: 'Poppins', serif; text-align:center;
	/* line-height: 5rem; */ color: #fff;
}
.svInner ul {
	width: 100%; margin: 0 auto;
	text-align: center;
}
.svInner ul li {
	position: relative;
	display: inline;
	font-size: 1.7rem; text-align: center; color: #fff;
}
.svInner ul li:not(:first-child) { padding-left: 33px }
.svInner ul li:not(:first-child):after {
	content: "〉";
	position: absolute; top: 29%; left: 13px; transform: translateY(-50%);
	width: 7px; height: 7px;
	font-size: 1.1rem; color: #fff;
}
.sNav {
	position: relative;
	width: 1440px; 
	height: 70px;
	margin: -70px auto 0;
	background: #021a3f;
	text-align: center;
	overflow: hidden;
	transition: 0.4s;
}
.sNav.active { height: auto; }
.sNav ul { display: flex; flex-wrap: nowrap; }
.sNav li:first-child {
	width: 70px !important; height: 70px;
	background: #fff
}
.sNav li:nth-child(2) { display: none; }
.sNav li {
	position: relative;
	width: calc(1370px / 4);
	text-align: center;
}
.sNav li a {
	font-size: 1.6rem; color: #fff;
	padding: 21px 0px;
}
.nav01 li:nth-child(n+3):nth-child(-n+6):after {
	content: "";
	position: absolute; top: 50%; right: 0%; transform: translateY(-50%);
	width: 2px; height: 19px;
	background: #4c6073
}
.nav02 li:nth-child(n+3):nth-child(-n+5):after {
	content: "";
	position: absolute; top: 50%; right: 0%; transform: translateY(-50%);
	width: 2px; height: 19px;
	background: #4c6073
}
.nav03 li {width: calc(1370px / 3);}
.nav03 li:nth-child(n+3):nth-child(-n+4):after {
	content: "";
	position: absolute; top: 50%; right: 0%; transform: translateY(-50%);
	width: 2px; height: 19px;
	background: #4c6073;
}


.conts { width: 1400px; margin: 60px auto; }
.conts h4 {
	position: relative;
	font-size: 2.6rem; font-weight: 500; line-height: 3.5rem;
	margin-top: 50px;
}
.conts h4:after {
	content: "";
	position: absolute; top: -5px; left: 0%; transform: translateY(-50%);
	width: 10px; height: 3px;
	background: #127ce0;
}

.conts > h4 ~ span {
	display: block;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 1.6rem
}
.conts h4 ~ div { margin: 15px 0 0 0; }

.conts22 { margin: 80px auto; }
.conts22 h4 {
	position: relative;
	font-size: 3.2rem; font-weight: 500; line-height: 3.5rem;
	margin-top: 110px;
}
.conts22 h4:after {
	content: "";
	position: absolute; top: -32%; left: 0%; transform: translateY(-50%);
	width: 8px; height: 8px;
	background: #127ce0;
}
.conts22 > h4 ~ p {
	display: block;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 1.7rem;
}
.conts22 h4 ~ div { margin: 15px 0 0 0; }
.conts22 .bi_box { width: 100%; margin-top: 20px; padding: 40px; background:#f7f7f7; }
.conts22 .bi_box ul li { padding: 8px 0; font-size: 1.7rem; color: #111; padding-top: 0; }
.conts22 .bi_box ul li span { display: inline-block; width: 30px; height: 8px; margin-right: 10px;}
.conts22 .bi_box ul li:nth-child(1) span { background: #f58220; }
.conts22 .bi_box ul li:nth-child(2) span { background: #fff101; }
.conts22 .bi_box ul li:nth-child(3) span { background: #71bf44; }

.conts22 .TLine { border-top: 1px solid #ddd; padding-top: 50px; }
.conts22 .BLine { border-bottom: 1px solid #ddd; padding-bottom: 50px; }

.conts22 .RTxt { clear: both; }
.conts22 .RTxt li { font-size: 1.7rem; color: #888; }
.conts22 .RTxt li h6 { font-size:1.9rem; font-weight: normal; color: #111; margin-bottom: 20px; }
.conts22 .RTxt li dl { margin-bottom: 30px; }
.conts22 .RTxt li dl dt { color: #127ce0;}
.conts22 .RTxt li dl dt span { padding: 0px 15px; color: #d7d7d7; font-size: 1.4rem; }
.conts22 .RTxt p { font-size: 1.4rem; color: #111; margin-top: 60px;}

.conts22 .RImg img{ width: 100%;}






.conts_txt h4 {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 2.6rem; font-weight: 500; line-height: 1.3;
}
.conts_txt h5 {
	width: 100%;
	margin-bottom: 15px;
	color: #021a3f;
	font-size: 2.6rem; font-weight: 600; line-height: 1.3;
	letter-spacing: -1px;
}
.conts_txt h6 {
	width: 100%;
	margin-bottom: 15px;
	color: #0067c8;
	font-size: 2.3rem; font-weight:500; line-height: 1.3;
	letter-spacing: -1px;
}
.conts_txt p.txtType1 { width: 100%; font-size: 1.6rem; line-height: 1.3; }
.conts_txt p.txtType2 { width: 100%; font-size: 1.8rem; line-height: 1.3; margin-bottom: 40px; }
.conts_txt ul {margin-top: 20px;}
.conts_txt ul li{padding: 8px; font-size: 1.6rem; line-height: 1.8; border-bottom:1px solid #ddd; }

.conts_txt.cf { position: relative; }
.conts_txt.cf .symbol_txt,
.conts_txt.cf .symbol_img {
	width: 49%; height: 200px; padding: 40px;
}
.conts_txt.cf .symbol_img {
	float: left; margin-right: 1%;
	text-align: center;
	background-color: #f7f7f7; /* background-image: url(../img/sub/ab_symbol_bg.png); */
}
.conts_txt.cf .symbol_txt {
	float: right; margin-left: 1%; 
	border: 1px solid #e7e7e7;
}


.box_option {
	position: relative;
	float: right;
	clear: both;
	width: 100%; margin-top: -80px !important;
	text-align: right;
}
.box_option .btn {
	position: relative;
	width: 220px !important; height: 50px;
	font-size: 1.8rem;
	padding-top: 10px; padding-right: 40px;
}
.box_option .btn a {
	display: block;
	width: 100%; height: 100%;
}
.box_option .btn:after {
	content: "";
	position: absolute;
	top: 50%; right: 17%; transform: translateY(-50%);
	width: 18px; height: 17px;
	background: url('../img/sub/icon/down_icon.png');
}
.btn-down {
	color: #136bd8 !important;
	background-color: rgb(0, 0, 0, 0);
	border-color: #aacaf3 !important;
	border-radius: 40px;
}
/*
.btn-down:hover { background-color: #136bd8; color: #fff; }
*/
/* .conts .company_box h4:after { content: none; } */
.company_box {
	width: 1400px; /* height: 490px; */ height: auto;
	margin: 0 auto;
	text-align: center;
}
.company_box span.mb-20 { display: block; }

.company_box .bc_sec {
	float: left;
	width: 420px; 
	height: 450px; 
	z-index: 1;
	transition: all 0.3s; 
}
.company_box .box_bg {
	width: calc(100% - 440px); 
	height: 480px;
	margin-top: 40px; 
	margin-left: 460px; 
	padding: 40px 50px;
	text-align: left;
	background: #f5f5f5;
	z-index: 0;
}

.aws_msp_box .bc_sec {
	float: left;
	width: 420px; 
	/*height: 450px; */
	z-index: 1;
	transition: all 0.3s; 
}
.aws_msp_box .box_bg {
	width: calc(100% - 440px); height: 430px;
	margin-top: 40px; 
	margin-left: 460px; 
	padding: 40px 50px;
	text-align: left;
	background: #f5f5f5;
	z-index: 0;
}



.aws_msp_box .ect {
	font-size: 1.5rem;
}



.box_bg h3 { font-size: 3rem; font-weight: 600; line-height: 3.5rem; }
.box_bg h3 span {
	display: block;
	font-size: 5.4rem; font-weight: 700; color: #127ce0; 
}
i.point { color: #127ce0; font-family: 'Poppins';}
.company_box .box_bg > h4 {
	margin-top: 110px; margin-bottom: 20px;
	font-size: 2rem; line-height: 1.3;
}
/* .box_bg > h4:after { top: -34%; } */
.box_bg > p {
	margin-top: 30px; 
	font-size: 1.8rem; line-height: 1.6;
}
.layout_box {
	position: relative;
	width: 100%; height: 400px;
	background: url('../img/sub/ab_symbol_bg.png'); 
	border: 1px solid #ddd;
}
.layout_box img {
	position: absolute;
	top: 43%; left: 50%; transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px){
	.conts_txt { width: 95%; margin-right: auto; margin-left: auto; }
	.conts_txt.cf .symbol_img { width: 38%; }
	.conts_txt.cf .symbol_txt { width: 60%; }
}
@media screen and (max-width: 1280px){
	.company_box .box_bg { padding: 40px; }
	.company_box .box_bg > h4 { margin-top: 50px; }
	.aws_msp_box .box_bg { padding: 40px; }
}
@media screen and (max-width: 1024px){
	.company_box { margin-top: 80px; }
	.company_box .bc_sec {
		width: 280px; height: 320px; 
		margin: -40px 40px 20px 0;
	}
	.company_box .bc_sec img { width: 100%; }
	.company_box .box_bg { width: 100%; margin-left: 0; height: auto; }

	.aws_msp_box { margin-top: 80px; }
	.aws_msp_box .bc_sec {
		margin: -40px 40px 20px 0;
	}
	.aws_msp_box .bc_sec img { width: 100%; }
	.aws_msp_box .box_bg { width: 100%; margin-left: 0; height: auto; }
}
@media screen and (max-width: 960px){
	.conts_txt.cf .symbol_img, 
	.conts_txt.cf .symbol_txt { float: none; width: 100%; height: auto; }
	.conts_txt.cf .symbol_img { background-color: transparent; }
	.conts_txt.cf .symbol_txt { padding: 0; border: 0; }
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 720px){
	.company_box .bc_sec { float: none; margin: 0 auto; }
	.aws_msp_box .bc_sec { float: none; margin: 0 auto; }
	
}
@media screen and (max-width: 560px){}
@media screen and (max-width: 500px){}


/* 01. About BMC > CEO Greetings */
.ceo_box {
	position: relative;
	width: 1400px; height: 270px; margin: 260px auto 40px;
	background: #f5f5f5;
	text-align: center;
}
.ceoImg {
	position: absolute;
	top: -74%; right: 0;
	width: 661px; height: 470px;
	transition:all 0.3s;
	z-index: 1;
}
.ceoImg p {
	position: absolute;
	bottom: 10%; left: 50%; transform: translateX(-50%);
	font-size: 2.2rem; font-family: 'Cardo', serif; color: #fff;
}
.ceo_box { position: relative; }
.ceo_box .box { text-align: left; width: 45%; float: left; }
.ceo_box h3 {
	position: absolute;
	width: 830px;
	display: block;
	font-size: 4.4rem; font-weight: 700; font-family: 'Cardo', serif;
	text-align: left; line-height: 1.5;
	padding-left: 65px; margin-top: -110px;
}
.ceo_box  h3:before {
	content: "";
	position: absolute;
	top: -11%; left: 0; transform: translateY(-50%);
	width: 34px; height: 31px;
	background: url('../img/sub/ceo_obj1.png');
}
.ceo_box  h3:after {
	content: "";
	position: absolute;
	top: 83%; right: 0%;
	transform: translateY(-50%);
	width: 34px; height: 31px;
	background:url('../img/sub/ceo_obj2.png');
}
.ceo_box  h3 span { display: block; }
.ceo_box .box > span {
    font-size: 1.8rem; font-weight: 300; line-height: 1.2; 
	/* margin-top: -110px; */ 
	padding-left:65px; margin: 140px 0 0 -5px;
	display: block;
}
.ceo .ceo_txt p.txtType2:last-child { text-align: right; }
.conts > span { 
	display: block; 
	width: 100%; 
	margin-top: 50px; padding-top: 15px; 
	font-size: 2rem; line-height: 2.2rem; 
} 

.conts > span:last-child {
	position: relative;
	display: block; 
	width: 100%; 
	margin-top: 70px; padding-right: 132px;
	font-size: 1.9rem; font-weight: 300;
	text-align: right; color:#888;
}

.conts > span:last-child img { position: absolute; right: 0; top: 0; }

.bp_title {
	width: 100%; margin: 0 auto;
	font-size: 3.6rem; font-weight: 500; 
	text-align: center;
}
.bp_stitle {
	position: relative;
	width: 60%; margin: 20px auto 0;
	font-size: 1.9rem; font-weight:400;
	text-align: center; color: #888;
}
.bp_stitle:before {
    content: "";
	position: absolute;
	top: 50%; left: -5%; transform: translateY(-50%);
	width: 22px; height: 20px;
	background: url('../img/sub/bp_obj1.png');
}
.bp_stitle:after {
    content: "";
	position: absolute;
	top: 50%; right: -5%; transform: translateY(-50%);
	width: 22px; height: 20px;
	background:url('../img/sub/bp_obj2.png');
}
.basic_box { 
	position: relative;
	width:100%; height: auto; margin: 0 auto;
	padding:30px 0px;
	text-align: center;
	background: #f7f7f7;
}
.basic_box img { position: relative; width: 100%; max-width: 1042px; }

.basic_box2 { 
	position: relative;
	width:100%; height: auto; margin: 0 auto;
	padding:30px 0px;
	text-align: center;
	border: 1px solid #ddd;
}
.basic_box2 img { position: relative; width: 100%; max-width: 908px; }

.basic_box3 { 
	position: relative;
	width:100%; height: auto; margin: 0 auto;
	padding:30px 0px;
	text-align: center;
	border: 1px solid #ddd;
}
.basic_box3 img { position: relative; width: 100%; max-width: 1300px; }

.basic_box4 { 
	position: relative;
	width:100%; height: auto; margin: 0 auto;
	padding:30px 0px;
	text-align: center;
	border: 1px solid #ddd;
	background: #f7f7f7;
}
.basic_box4 img { position: relative; width: 100%; max-width: 1300px; }


.textType1{
	font-size: 1.5rem;
	padding: 15px;
	margin-top:20px;
	color: #777;
	background: #f7f7f7;
	border-radius: 10px;
}

.textBox_type4{clear: both; overflow: hidden;}
.textBox_type4 dl{float: left; width: 23%; margin: 0px 1%;}
.textBox_type4 dt{font-size: 1.8rem; color: #ffff; background: #0067c8; padding: 15px; text-align: center;border-radius: 3px;}
.textBox_type4 dd{font-size: 1.6rem; color: #333; background: #fff;padding: 20px;border: 1px solid #ddd;}

.row .column1 { width: 100%; }
.row .column2 { width: 49%; }
.row .column22 { width: 49%; }

.hps_txt{clear: both; overflow: hidden; margin-bottom: 20px;}
.hps_txt ul{width: 32%; float: left; padding: 2.5%; background:#eee; }
.hps_txt ul:nth-child(2) {margin:0% 2%}
.hps_txt ul li{font-size:1.4rem; line-height: 26px;}
.hps_txt ul li img{width:100%; height:100%; }
.hps_txt ul li:nth-child(2) {font-size: 1.4rem; padding: 5px 0px 5px 12px; color: #fff; background: #3399b1; font-weight: 600;border-bottom: 5px solid #a5d867;}
.hps_txt ul li dl{clear: both;}
.hps_txt ul li dl dt,dd{float: left;}
.hps_txt ul li dl dd{padding-left: 30px;}
/*
.row .column2:nth-child(2n+1) {margin-right:1%;}
.row .column2:nth-child(2n+2) {margin-left:1%;}
*/

.column2 h4, .column1 h4 {
	position: relative;
	display: table;
	height: 80px;
	margin-top: 60px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column22 h4, .column1 h4  {
	position: relative;
	display: table;
	margin-top: 60px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column22 h5, .column1 h5 {
	position: relative;
	display: table;
	height: 100px;
	margin-top: -30px;
    font-size: 1.8rem; font-weight: 300; line-height: 2.4rem;
}
.column1 h5 { height: 80px; }
.column2 h5, .column1 h5 {
	position: relative;
	display: table;
	height: 100px;
	margin-top: -30px;
    font-size: 1.6rem; font-weight: 400; line-height: 1.3;
}
.column1 h5.minH_none, .column2 h5.minH_none { height: auto; margin-bottom: 30px; }

.column2 h4:after, .column1 h4:after {
	content: "";
    position: absolute;
    top: -10px; left: 0%; transform: translateY(-50%);
    width: 6px; height: 6px;
    background: #127ce0;
}
.column22 h4:after, .column1 h4:after {
	content: "";
    position: absolute;
    top: -10%; left: 0%; transform: translateY(-50%);
    width: 6px; height: 6px;
    background: #127ce0;
}
.column2 h4 ~ ul { border-top: 1px solid #ddd; padding-top: 14px; }

.column2 h4 ~ ul li {
	position:relative;
	display: block;
	width: 100%;
	padding-left: 12px;
	font-size: 1.8rem; color:#888;
}
.column22 h4 ~ ul li {
	position: relative;
	display: block;
	width: 100%; padding-left: 12px;
	font-size: 1.8rem; color:#888;
}
.column2 h4 ~ ul li:after {
	content: "";
    position: absolute;
    top: 15PX; left: 0%; transform: translateY(-50%);
    width: 2px; height: 2px;
    background: #888;
}
.column22 h4 ~ ul li:after {
	content: "";
    position: absolute;
    top: 50%; left: 0%; transform: translateY(-50%);
    width: 2px; height: 2px;
    background: #888;
}
.column2 .cl_inner {
	width: 100%; height:340px;
	display:flex; justify-content: space-between;
	padding-bottom:60px;
	border-bottom:1px solid #ddd;
}
.column22 .cl_inner {
	width: 100%; display: flex; justify-content: space-between;
	border-bottom: 1px solid #ddd; padding-bottom: 60px;
}
.column1 .cl_inner { width: 100%; border-bottom: 1px solid #ddd; padding-bottom: 50px; }
.column1 .cl_inner p { display: inline; margin-right: 14px; }

.column1 .cl_inner22 { width:100%; overflow: hidden; border-bottom: 1px solid #ddd; padding: 60px 0px; }
.column1 .cl_inner22 ul li { width: 25%; float: left; padding: 0% 1%; }
.column1 .cl_inner22 ul li dt { text-align: center; }
.column1 .cl_inner22 ul li dt img { width: 100%; }
.column1 .cl_inner22 ul li dd { font-size: 1.7rem; }


.column2 .cl_inner ul { float: left; width: 100%; padding-left: 20px; margin-top: -5px; }
.column2 .cl_inner ul li, 
.column1 .cl_inner ul li, 
.column22 .cl_inner ul li { padding-bottom: 10px; font-size: 1.6rem; font-weight: 300; line-height: 1.3; }
.column2 .cl_inner ul li span, 
.column1 .cl_inner ul li span { 
	display: block;
	font-size: 1.8rem; font-weight: 500; color:#127ce0;
}

.column22 .cl_inner ul { float: left; width: 100%; }
.column22 .cl_inner ul li span, 
.column1 .cl_inner ul li span { display: block; font-size: 1.7rem; color: #127ce0;  }

.row .column_type1 { width: 100%; }
.column_type1 h4 {
	position: relative;
	display: table;
	height: 80px;
	margin-top: 60px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column_type1 h5 {
	position: relative;
	display: table;
	margin-top: -30px;
    font-size: 1.9rem; font-weight: 300; line-height: 2.4rem;
}
.row .column_type33 { width:100%; }
.column_type33 h4 {
	position: relative;
	display:table;
	height: 80px; 
	margin-top: 110px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column_type33 h5 {
	position: relative;
	display:table;
	margin-top: -30px;
    font-size: 1.9rem; font-weight: 300; line-height: 2.4rem;
}
.column_type1 .cl_inner { 
	width: 100%; 
	display: flex; justify-content: space-between;
	border-bottom:1px solid #ddd;
	padding-bottom:60px;
}
.column_type1 .cl_inner p { display: inline; margin-right: 14px; }
.column_type1 .cl_inner ul { float: left; width: 100%; padding-left: 30px; }
.column_type1 .cl_inner ul li { padding-top: 12px; font-size: 1.7rem; }
.column_type1 .cl_inner ul li span { display:block; font-size:1.9rem; color:#127ce0; }

.column_type22 { width: 100%; padding: 3%; background: #f7f7f7; }
.column_type22 .cl_inner { width:100%; display: flex; justify-content: space-between; }
.column_type22 .cl_inner:nth-child(1){ border-bottom:1px solid #ddd; padding-bottom: 40px; }
.column_type22 .cl_inner:nth-child(2){ padding-top: 40px; }
.column_type22 .cl_inner p { display: inline; margin-right:14px; }
.column_type22 .cl_inner ul { float: left; width:100%; padding-left: 30px; }
.column_type22 .cl_inner ul li { padding-top: 12px; font-size: 1.7rem; }
.column_type22 .cl_inner ul li span { display:block; font-size:1.9rem; color:#127ce0; }

.column_type33 .cl_inner { width: 100%; display: flex; justify-content: space-between; }
.column_type33 .cl_inner p { display: inline; margin-right: 14px; }
.column_type33 .cl_inner ul { float: left; width: 100%; padding-left: 30px; }
.column_type33 .cl_inner ul li { padding-top: 12px; font-size: 1.7rem; color: #888; }
.column_type33 .cl_inner ul li span { display: block; font-size: 1.9rem; color:#127ce0; }
.column_type33 .cl_inner .ttitle { font-size: 2rem; color: #111; }
.column_type33 .cl_inner .ttxt { color: #999; font-size: 1.6rem;}


.org .part1 { background: #021a3f; color: #fff; }
.org .part2 { background: #0ba29a; color: #fff; }
.org .part3 { background: #e1e1e1; color: #111; }
.org .part4 { background: #fff; color: #111; border: 1px solid #e1e1e1; }
.org .part5 { background: #1b62a6; color: #fff; }
.org .part6 { background: #0980ee; color: #fff; }
.org .part7 { background: #003a81; color: #fff; }
.org .part8 { background: #fff; color:#111; border:2px solid #e1e1e1; }
.org .part9 { background: #f5f5f5; color: #111; border:2px solid #e1e1e1; }
.org .part10 { background: #8cddd9; color: #111}



.org li a { display: block; width: 100%; }
.orgA { margin-bottom: 50px; }

.org .type01 { width: 320px; margin: 0 auto; padding: 26px 10px; font-size: 2rem; line-height: 2rem; text-align: center;  border-radius: 10px; }
.org .type02 { width: 300px; height: 75px;margin: 0 auto; padding: 26px 10px; font-size: 2rem; line-height: 2rem; text-align: center; border-radius:10px; }
.org .type03 { width: 300px; height: 75px; margin: 0 auto; padding: 26px 10px; font-size: 2rem; line-height: 2rem; text-align: center; border-radius: 10px; }
.org .type04 { width: 95%; height: 120px; margin: 0 auto; padding: 34px 10px; font-size: 2rem; line-height: 2.5rem; text-align: center; border-radius: 10px; }
.org .type05 { width: 300px; height: 120px; margin: 0 auto; padding: 20px 5px; font-size: 1.4rem; line-height: 2.3rem; text-align: center; border-radius: 3px;  
	letter-spacing: -0.5px; vertical-align: middle; }
.org .type06 { width: 91%; height: 124px; margin:0 9px; padding: 11px 5px; font-size: 1.3rem; text-align: center; line-height: 2rem; border-radius: 10px;
	letter-spacing:-0.5px; display: table-cell; vertical-align:middle; }

.org.group { position: relative; height: 1260px; width: 1400px; margin-top: 110px; }
.org.group > ul { position: absolute; width: 100%; }
.org.group ul li { position:relative; }

.org.group .g01 { top: 154px; right: 0px; width: 435px; }
.org.group .g02 { top: 579px; left: 60%; width: 200px; transform: translateX(-50%); }
.org.group .g03 { top: 607px; left: 40%; width: 200px; transform: translateX(-50%); }
.org.group .g04 { display: flex; top: 815px; left: 0; width: 100%; }
.org.group .g04 > li { flex: 0 0 33.333%; max-width: 33.333%; padding: 10px; } 
 
.org.group .g01 .type02 a {width: 200px; margin: 0 auto;} 

/*    */
.org.group .side { top: 148px; left: 26%; width: 320px; }
.org.group .side2 { top: 42px; right:0%; width: 320px; }
.org.group .side2 > li:last-child { margin-top: 24px; }

.org.group .orgA { padding-left: 108px; }
.org.group .orgC { top: 323px; display: flex; justify-content: space-around; flex-wrap: wrap; width: 100%; }
.org.group .orgC .dp2 { justify-content: space-around; flex-wrap: wrap; margin-top: 30px; }

.org.group .orgC  li { width: 25%; }
.org.group .orgC  li:nth-child(2) { width: 25%; }
.org.group .orgC  li:nth-child(3) { width: 25%; }
.org.group .orgC .dp2.cl4 li { width: 24%; }
.org.group .orgC .dp2.cl5 li { width: 20%; }
.org.group .orgC .dp2.cl3 li { width: 33.33%}
.org.group .orgC .dp3 {display:flex;flex-direction:column;margin:0 9px 0 0;padding:0}
.org.group .orgC .dp3 li {width:100% !important;margin-top:42px;}
.org.group .orgC .dp3 li:nth-child(n+2) {margin-top:13px;}


.org.group .g04 .orgC > li {flex: 0 0 49%; max-width: 49%; margin-right: 10px;} 
.org.group .orgA:after {content: ""; position: absolute;  left: 53.8%; width: 1px; height: 500px; background: #d1d1d1;}
.org.group .orgB:after {content: ""; position: absolute; top: 49px; left:97%; width: 25%; height: 1px; background: #d1d1d1;}
.org.group .orgB.side2:after {content: ""; position: absolute; top:90px; left:50%; width: 1px; height: 24px; background: #d1d1d1;}
.org.group .orgC:after {content: ""; position: absolute; top: -6%; left:16.5%; width: 71%; height: 1px; background: #d1d1d1;}
.org.group .orgC > li:not(:nth-child(2)):after  {content: ""; position: absolute; top:-50px; left:50%; width: 1px; height: 181px; background: #d1d1d1;z-index:-1}

.org.group .orgC .cl4 > li:after {content: ""; position: absolute; top:-38px; left:50%; width: 1px; height: 38px; background: #d1d1d1;}

.org.group .orgC .cl5 > li:not(:nth-child(3)):after {content: ""; position: absolute; top:-38px; left:50%; width: 1px; height: 38px; background: #d1d1d1;}

.org.group .orgC .cl3 > li:after {content: ""; position: absolute; top:-38px; left:50%; width: 1px; height: 38px; background: #d1d1d1;}
.org.group .orgC .dp3 li:after {content: ""; position: absolute; top:-15px; left:51%; width: 1px; height: 15px; background: #d1d1d1;}
.org.group .orgC .dp3 li:first-child:after {top:-43px;height: 45px;}

.htVsl_box {width:100%;height:260px;text-align:center;background:url('../img/sub/2020_vImg.png') no-repeat;background-size:cover;}
.tabBg0202 {background:url('../img/sub/2010_vImg.png') no-repeat !important;}
.tabBg0203 {background:url('../img/sub/2000_vImg.png') no-repeat !important;}
.tabBg0204 {background:url('../img/sub/1990_vImg.png') no-repeat !important;}
.htVsl_box h3 {font-size:5.4rem;color:#fff;padding-top:80px;}
.htVsl_box span {font-size:2.3rem;color:#fff}
.timeline {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.hcVsl_box {width:100%;height:690px;text-align:center;background:url('../img/sub/s03_tab01.png') no-repeat;background-size:cover;}
.hcVsl_box h3 {font-size:5.4rem;color:#fff;padding-top:30px;}
.hcVsl_box span {display:block;font-size:2.7rem;color:#fff;padding-top:170px;}
.hcVsl_box p {width:70%;margin:0 auto;text-align:left;font-size:1.6rem;padding-top:225px;}
.tabBg0302 {background:url('') no-repeat !important;}
.tabBg0303 {background:url('../img/sub/s03_tab03.png') no-repeat !important;height:880px;}
.tabBg0303 h3 {font-size:5.4rem;color:#fff;padding-top:30px;}
.tabBg0303 span {display:block;font-size:2.7rem;color:#fff;padding-top:270px;}
.tabBg0303 p {width:70%;margin:0 auto;text-align:left;font-size:1.6rem;padding-top:315px;}


.timeline {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color:#e9e9e9;
  top: 29px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.box_left {
  padding: 10px 40px 10px 0;
  position: absolute;
  width: 50%;
}
.box_right h2 {
color:#111;
font-size:2.4rem;
font-weight:500;
}
.box_right p {
color:#555;
font-size:1.9rem;
font-weight:400;
line-height:2.2rem;
word-break:break-word;
padding-top:30px;

}
.box_left p {
color:#000;
font-size:1.6rem;
font-weight:400;
line-height:2.2rem;
word-break:break-all;
padding-top:15px;
}
.box_right {
  padding: 10px 0 10px 40px;
  position: relative;
  width: 50%;
}
.box_left::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  right: -7px;
  background-color: white;
  border: 3px solid #127ce0;
  top: 30px;
  border-radius: 50%;
  z-index: 2;
}
.box_right::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -2px;
  background-color:#e1e1e1;
  border: 3px solid #fff;
  top: 35px;
  border-radius: 50%;
  z-index: 1;
}
.box_left {
  left: 0;
}
.box_right {
  left: 50%;
}
.box_right::after {
  left: -8px;
}
.cont {
  padding: 15px 18px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.ht_pic {margin-bottom:30px;margin-bottom:20px;}
.ht_pic:after {content: ''; display:block;clear:both;}
.ht_pic li {float:left;width:49%;margin:0.5% 1%}
.ht_pic li:nth-child(2n+1) {margin-left:0;}
.ht_pic li:nth-child(2n+2) {margin-right:0;}
.ht_pic li img {width:100%}

.ex_box {width:100%;margin-top:40px;background:#f7f7f7;padding:40px;}
.ex_box li {border-bottom:1px solid #e1e1e1;padding:15px 0;}
.ex_box li:first-child {padding-top: 0;}
.ex_box li:last-child {border:0; padding-bottom: 0;}
.ex_box h3 {font-size:1.9rem;font-weight:400}
.ex_box p {font-size:1.7rem;color:#777}


.ex_box22 {overflow: hidden; clear: both; width:100%;margin-top:40px;background:#fff;padding-bottom:50px;}
.ex_box22 li {border-bottom:1px solid #e1e1e1;padding:15px 0;}
.ex_box22 li:first-child {padding-top: 0;}
.ex_box22 li:last-child {border:0; padding-bottom: 0;}
.ex_box22 h3 {font-size:1.9rem;font-weight:400}
.ex_box22 p {font-size:1.7rem;color:#777}


.column2 .cl_inner { height: 280px; } 

.row .column1 { width: 100%; }
.row .column2 { width: 49%; }
.row .column22 { width: 48%; margin:0% 1%; }
.row .column3 { width: 31%; }
.row .column44 { width: 70%; margin-right:5%; }
.row .column55 { width: 25%; }
.row .column2:nth-of-type(2n+1) { margin-right: 1%; }
.row .column2:nth-of-type(2n+2) { margin-left: 1%; }



.row .column3:nth-of-type(3n-1) { margin-left: 3.4%; margin-right: 3.5%; }
@media screen and (max-width: 1024px){
	.row .column2 { width: 100%; }
	.row .column22 { width: 100%; }
	.row .column2:nth-of-type(2n+1) { margin-right: 0; }
	.row .column2:nth-of-type(2n+2) { margin-left: 0; }
	.row .column22:nth-of-type(2n+1) { margin-right: 0; }
	.row .column22:nth-of-type(2n+2) { margin-left: 0; }
}
@media screen and (max-width: 720px){
	.row .column3 { width: 100%; }
	.row .column3:nth-of-type(3n-1) { margin-left: 0; margin-right: 0; }

}

.textWine { color: #ab0f43; font-weight: 500; }
.textBlue { color: #127ce0; }
.textWhite { color: #fff; }
.textGrey { color: #888; font-weight: 300; }
.textBlack { color: #111; }
.textCardoL { font-family: 'Cardo', serif; font-weight: 400; }
.textCardoB { font-family: 'Cardo', serif; font-weight: 700; }

.bgNavy { background-color: #021a3f; }
.bgWine { background-color: #ab0f43; }

.pc_none { display: none; }

.textB { font-size: 2.6rem; }
.font_34 { font-size: 3.4rem; }
.font_22 { font-size: 2.0rem; }
.font_20 { font-size: 2.0rem; }
.font_18 { font-size: 1.8rem; }
.font_16 { font-size: 1.6rem; }
@media screen and (max-width: 1024px){
	.pc_none { display: block; }
	.t_none { display: none; }

	.textB { font-size: 2.0rem; font-weight: 500; }
	.font_34 { font-size: 3.0rem; }
	.font_22 { font-size: 2.1rem; }
	.font_20 { font-size: 1.9rem; }
	.font_18 { font-size: 1.7rem; font-weight: 300; }
	.font_16 { font-size: 1.5rem; }	
}
@media screen and (max-width: 720px){
	.m_none { display: none; }
}
@media screen and (max-width: 560px){
	.textB { font-size: 2.0rem; font-weight: 500; }
	.font_34 { font-size: 2.6rem; }
	.font_22 { font-size: 2.0rem; }
	.font_20 { font-size: 1.8rem; }
	.font_18 { font-size: 1.6rem; font-weight: 300; }
	.font_16 { font-size: 1.4rem; }	
	.box_right p { font-size: 1.6rem; }
	.column1 .cl_inner22 ul li{width:100%; margin-bottom:3%; }
}

.mb-10 {margin-bottom: 1rem !important;}
.mb-20 {margin-bottom: 2rem !important;}
.mb-40 {margin-bottom: 4rem !important;}
.mb-60 {margin-bottom: 6rem !important;}
.mb-80 {margin-bottom: 8rem !important;}
.mb-100 {margin-bottom: 10rem !important;}
@media screen and (max-width: 1024px){
	.mb-60 {margin-bottom: 4rem !important;}
	.mb-80 {margin-bottom: 6.5rem !important;}
	.mb-100 {margin-bottom: 8rem !important;}
}
@media screen and (max-width: 500px){
	.column_type1 .cl_inner p{margin: 0;}
	.column_type1 .cl_inner p img{width: 100%;}
	.row .column44{width: 100%;}
	.row .column55{width: 100%; margin-top: 40px;}	
	.OsiriaIit{text-align: center;}
	.OsiriaImg dl{width: 100%}
	.OsiriaImg dl:last-child{margin: 0px;}
	.mb-20 {margin-bottom: 1rem !important;}
	.mb-80 {margin-bottom: 6rem !important;}
	.mb-100 {margin-bottom: 6rem !important;}

}

.bp_title { font-weight: 600; }
.conTitBox { 
	background-color: #f7f7f7; 
	padding: 60px; margin: 40px auto 100px;
	text-align: center;
}
.conTitBox > h5 { padding: 20px; color: #fff; }
.conTitBox .conTitBox_txt1 {
	position: relative;
	display: inline-block;
	font-size: 3.4rem;
	color: #127ce0;
	line-height: 1.2;
	margin-bottom: 40px;
}
.conTitBox_txt1:before, .conTitBox_txt1:after {
    content: "";
	position: absolute; top: 0%;
	width: 22px; height: 20px;
}
.conTitBox_txt1:before {
	left: -40px;
	background:url('../img/sub/bp_obj1.png');
}
.conTitBox_txt1:after {
	right: -40px;
	background:url('../img/sub/bp_obj2.png');
}
.conTitBox .conTitBox_txt2 { font-size: 1.8rem; line-height: 1.3;  margin-bottom: 20px; }
.conTitBox .conTitBox_txt2 .textWine { font-weight: 400; }

.conFlex ul li .icBG.icBlue {
	display: block; margin: 0 auto 10px;
	width: 100px; height: 100px; border-radius: 50%; position: relative;
}
.conFlex ul li .icBG.icBlue > img {
	display: block; 
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}



@media screen and (max-width: 1024px){
	.conTitBox .conTitBox_txt1 { font-size: 3.0rem; }
	.conTitBox .conTitBox_txt2 { font-size: 1.7rem; }
}
@media screen and (max-width: 560px){
	.conTitBox .conTitBox_txt1 { font-size: 2.6rem; }
	.conTitBox .conTitBox_txt2 { font-size: 1.6rem; }
	.conFlex ul li .icBG.icBlue { margin: 5px 0; }
	.conAchievements dl dd ul li p { margin: auto 0 auto 20px; }
}
@media screen and (max-width: 500px){
	.bp_title { font-size: 2.6rem; }
	.secTitle { font-size: 2.6rem; margin-bottom: 60px; }
	.conTitBox { margin-bottom: 60px; padding: 30px; }
	.conTitBox_txt1::before, .conTitBox_txt1::after { content: none; }
	.conTitBox .conTitBox_txt2 { text-align: left; }
}



.awards_pic { 
	width: 540px; height: 520px; 
	background-color: #e7e7e7; 
	background-image: url(../img/sub/awards_img.png);
	background-position: 30% 35%;
	background-repeat: no-repeat;
	background-size: 240%;
	position: relative;
}


.awards_pic { display: block; margin: 0 auto 40px; padding-top: 150px; }
.awards_pic p {  width: 80%; margin: 0 auto; color: #fff; text-align: center; line-height: 1.1; }
.awards_pic p:nth-of-type(1) { font-size: 2.2rem; border-top: 1px solid #fff; }
.awards_pic p:nth-of-type(2) { font-size: 2.8rem; border-bottom: 1px solid #fff; padding-bottom: 10px; }
.awards_pic p:nth-of-type(2) span { font-size: 5.0rem; font-weight: 700; padding-left: 10px; color: #fff;}

.awards .box_left { width: 540px; padding: 0; }
.awards .box_right { width: 700px; left: 700px; padding: 0; }
.awards .cont { padding: 0; }
.awards .cont:first-of-type { margin-bottom: 100px; }
.awards .timeline::after { left: 620px; }
.awards .box_right::after { /* left: auto; */ display: none; }
.box_right .awards_date {
	position: relative;
	display: flex; margin: 10px 0px;
	font-size: 1.8rem; font-weight: 500;
}
.box_right .awards_date::after {
	content: '';
    position: absolute; top: 8px; left: -88px;
	width: 8px; height: 8px;
    background-color: #e1e1e1;
    border: 3px solid #fff; border-radius: 50%;
    z-index: 2;
}
.box_right .awards_date:last-of-type { margin-bottom: 0; }
.box_right .awards_date dt { flex: 0 0 15%; max-width: 15%; color: #888; }
.box_right .awards_date dd { flex: 0 0 85%; max-width: 85%; }

.awards .box_left::after { content: none; }
.awards .box_right h2 { position: relative; margin-top: 50px;}
.awards .box_right h2::after {    
	content: '';
    position: absolute; top: 7px; left: -90px;
    width: 11px; height: 11px;
    background-color: white;
    border: 3px solid #127ce0; border-radius: 50%;
    z-index: 2;
}

@media screen and (max-width: 1440px){
	.awards .box_left { width: 40%; }
	.awards .box_right { width: 50%; left: 50%; }
	.awards_pic { width: 100%; height: 360px; }
	.awards_pic img { display: none; }
	.awards_pic p:nth-of-type(1), 
	.awards_pic p:nth-of-type(2) { width: 100%; border: 0; position: absolute; }
	.awards_pic p:nth-of-type(1) { top: calc(50% - 60px); }
	.awards_pic p:nth-of-type(2) { bottom: calc(50% - 40px); }

	.awards .timeline::after { left: 45%; }
	.awards .box_right h2::after { left: calc(-10% - 11px); }
	.box_right .awards_date::after { left: calc(-10% - 8px); }
	.box_right .awards_date { display: block; }
	.box_right .awards_date dt, .box_right .awards_date dd { max-width: 100%; }
}
@media screen and (max-width: 1024px){
	.awards_pic { height: 300px; }
	.awards .box_left { position: static; width: 100%;  }
	.awards .box_right { position: static; width: 100%; left: 0; }
	.awards .timeline::after { top: 420px; left: 5px; }
	.awards .box_right h2,
	.box_right .awards_date { margin-left: 40px; }
	.awards .box_right h2::after { left: -45px; }
	.box_right .awards_date::after { left: -43px; }
}
@media screen and (max-width: 720px){
	.awards_pic p:nth-of-type(2), 
	.awards_pic p:nth-of-type(2) span { font-size: 2.0rem; }
}
@media screen and (max-width: 500px){
	.awards .timeline::after { top: 380px }
	.awards .cont:first-of-type { margin-bottom: 60px; }
}


.conFlex { display: flex; flex-wrap: wrap; justify-content: space-between; }


@media screen and (max-width: 500px){
	.conFlex > p { text-align: left; }
}




.textOver {
	height: 46px; overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.txtBox22 {margin-top:100px; }
.txtBox22 p:nth-child(1){background: url(../img/sub/s0302_img0.png) no-repeat; height: 480px; width: 50%;overflow: hidden; float:left; text-align: right; padding: 2% 5%; font-size:1.6rem; color:#fff;}
.txtBox22 p:nth-child(2){width: 50%; overflow: hidden; float: right; height: 480px;}
.txtBox22 p img{width: 100%;}

@media screen and (max-width: 1440px){
	.conBrochure { width: 32%; }
	.conBrochure:nth-child(4n-2) { margin-left: 0; }
	.conBrochure:nth-child(4n-1) { margin-left: 0; margin-right: 0; }
	.conBrochure:nth-child(3n-1) { margin-left: 2%; margin-right: 2%; }
}
@media screen and (max-width: 1024px){
	.conBrochure { width: 49%; height: 480px; }
	.conBrochure:nth-child(3n-1) { margin-left: 0; margin-right: 0; }
	.conBrochure:nth-child(2n) { margin-left: 2%; }
	.txtBox22 p:nth-child(1){width: 100%;}
	.txtBox22 p:nth-child(2){display: none;}

}
@media screen and (max-width: 720px){
	.conBrochure { width: 100%; height: auto; }
	.conBrochure:nth-child(2n) { margin-left: 0; }

}
@media screen and (max-width: 560px){

	.conBrochure .imgBox { height: 240px; }
	.txtBox .brochureTit a { font-size: 1.8rem; }
	.txtBox .brochureDate { font-size: 1.6rem; padding-top: 0; }
	.textOver { 
		/* -webkit-line-clamp: 1; */ 
		height: 25px;
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


.pageTit { width: 1400px; margin: 0 auto 50px; text-align: left; }
.pageTit > .textBlack { font-size: 3.2rem; line-height: 1.3; margin-bottom: 10px; }
.pageTit > .textGrey { font-size: 1.8rem; line-height: 1.2; }
.pageTit > .pageTitBox { 
	font-size: 1.6rem; font-weight: 400; line-height: 2.2rem;
	border-top:2px solid #021a3f; border-bottom:1px solid #eee;padding: 20px 30px; margin-top: 20px;
}
.pageTit > .pageTitBox > .textWine { font-size: 1.6rem; }


.pageTit2 { width: 1400px; margin: 0 auto 50px; text-align: left; }
.pageTit2 > .textBlack { font-size: 3.2rem; line-height: 1.3; margin-bottom: 10px; }
.pageTit2 > .textGrey { font-size: 1.8rem; line-height: 1.2; }
.pageTit2 > .pageTitBox { 
	font-size: 1.6rem; font-weight: 400; line-height: 2.2rem;
	background:#0067c8; padding: 20px 30px; margin-top: 20px; color: #fff;
}
.pageTit2 > .pageTitBox > .textWine { font-size: 1.6rem; }
.pageTit2 > .pageTitBox > .textBig { font-size: 1.8rem; color: #ffe348; font-weight: 600;}


.tabsBox { width: 100%; height: auto; position: relative; }
.tabsTit { width: 1400px; margin: 0 auto; line-height: 1.2; position: relative; }
.tabsTit > p.subject {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 95%;
	font-size: 5.0rem; text-align: center; color: #fff;
}
.tabsTit > p.subject > span { font-size: 2.8rem; font-weight: 300; padding: 20px 0; display: block; }
.tabsTit > p.caption { 
	position: absolute; top: 30px; right: 30px; 
	font-size: 1.6rem; font-weight: 300; color: rgba(255, 255, 255, 0.5);
}



.tabsTxt {
	width: 100%; min-height: 300px;
	background-color: #f7f7f7;
	margin-top: -200px;
}

.tabsTxt > p { 
	width: 1400px; margin: 0 auto; padding: 230px 0 40px;
	font-size: 1.8rem; font-weight: 300; line-height: 1.3;
	z-index: 2;
}


.tabsImg { position: absolute; z-index: -1; }
.tabsImg2 { position: absolute; z-index: -1; }

.tabsType2 .tabsTxt { min-height: auto; }
.tabsType2 .tabsTxt > p { padding-top: 40px; }



@media screen and (max-width: 1024px){
	.tabsTit > p.subject { font-size: 4.4rem; }
	.tabsTit > p.subject > span { font-size: 2.6rem; }
}
@media screen and (max-width: 60px){
	.tabsTit > p.subject { font-size: 4.0rem; }
}



.tabsType .tabsTit::before, 
.tabsType .tabsTit::after {
	content: '';
	position: absolute;
}
/*
.tabsType1 .tabsTxt, 
.tabsType3 .tabsTxt { 
	width: 100%; padding: 0px 0; background-color: #f7f7f7; 
	position: relative; 
}
*/
/*
.tabsType1 .tabsTxt::after, 
.tabsType3 .tabsTxt::after {
	content: '';
	background-color: #fff;
	width: calc(100% - 1700px); height: 100%;
	position: absolute; top: 0; left: 0;
}


.tabsTit { 
	background-repeat: no-repeat; 
	height: 460px;
}
.tabsTit.s0301-1 { background-image: url(../img/sub/s0301_tabImg1.png); }
.tabsTit.s0301-3 { background-image: url(../img/sub/s0301_tabImg3.png); }

.tabsTit.s0302-1 { background-image: url(../img/sub/s0302_tabImg1.png); }
.tabsTit.s0302-2 { background-image: url(../img/sub/s0302_tabImg2.png); }
.tabsTit.s0302-3 { background-image: url(../img/sub/s0302_tabImg3.png); }

.tabsTit.s0303-1 { background-image: url(../img/sub/s0303_tabImg1.png); }
.tabsTit.s0303-2 { background-image: url(../img/sub/s0303_tabImg2.png); }
.tabsTit.s0303-3 { background-image: url(../img/sub/s0303_tabImg3.png); }

/* tabsType - tabsType2 */
.tabsType2 .tabsBox { /**/ margin-bottom: 100px;  height: auto; position: relative; }
.tabsType2 .tabsBox::after {
	content: ''; width: 100%; height: calc(100% - 100px); background-color: #f7f7f7;
	position: absolute; top: 100px; left: 0;
	z-index: -2;
}
.tabsType2 .tabsTit {
	width: 100%;
	position: absolute; top: 20%; left: 50%; transform: translate(-50%, -50%); 
	z-index: 10;
}
.tabsType2 .tabsTxt { width: 100%; margin: 0 auto; background-color: #f7f7f7; }

.tabsType2 .tabsImg { width: 1400px; margin: 0 auto; position: static; }
.tabsType2 .tabsImg > ul { 
	width: 100%; /* height: 1020px; */
	display: flex; flex-wrap: wrap; justify-content: space-between; 
}
.tabsType2 .tabsImg > ul > li { /*position: relative;*/ font-size: 0; white-space: normal; }
.tabsType2 .tabsImg > ul > li > span { 
	display: block; 
	position: absolute; bottom: 20px; right: 20px; 
	font-size: 2.4rem; font-weight: 600; color: rgba(255, 255, 255, 0.5) 
}
.tabsType2 .tabsImg > ul > li:nth-child(1) { width: 100%; }
.tabsType2 .tabsImg > ul > li:nth-child(2), 
.tabsType2 .tabsImg > ul > li:nth-child(3) { width: 33%; margin-right: 0.5%; margin-top: 10px; }
.tabsType2 .tabsImg > ul > li:nth-child(4) { width: 33%; margin-top: 10px; }
.tabsType2 .tabsImg > ul > li:nth-child(6) { width: 33%; margin-top: 10px; }

.tabsType2 .tabsImg > ul > li.tabsTxt2 { 
	width: 66.5%; margin-right: 0.5%; padding-top: 40px;
	border-bottom: 1px solid #e1e1e1;
	
}
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li { position: relative; padding-left: 30px;  }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li::before {
	content: ''; 
	position: absolute; top: 0; left: 0; 
	color: #127ce0;
	font-size: 1.8rem;
}
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(1)::before { content: '01'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(2)::before { content: '02'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(3)::before { content: '03'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(4)::before { content: '04'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(5)::before { content: '05'; }

.tabsType2 .tabsImg > ul > li:nth-child(n+1):nth-child(-n+6){ position: relative; }

	.tabsType2 .tabsImg > ul > li:nth-child(1)::before { 
		content: ''; position: absolute; top: 10px; left: -20px;
		width: 100px; height: 60px; background-color: rgba(18, 124, 224, 0.9);
	}
	.tabsType2 .tabsImg > ul > li:nth-child(1)::after { 
		content: ''; position: absolute; bottom: 70px; right: 40px;
		width: 80px; height: 80px; 
		background-color: rgba(0, 77, 194, 0.9);
	}
	.tabsType2 .tabsImg > ul > li:nth-child(6)::before { 
		content: ''; position: absolute; top: 10px; left: -20px;
		width: 80px; height: 40px; background-color: rgba(250, 190, 0, 0.9);
	}
.tabsType2 .tabsImg > ul > li img { width: 100%; }

.tabsType2 .tabsImg ul li.tabsTxt2 ul li { font-size: 1.8rem; display: block; text-align: left; white-space: normal; }
.tabsType2 .tabsTxt > p { text-align: left; }



.tabsType22 .tabsBox { /**/ margin-bottom: 100px;  height: auto; position: relative; }
.tabsType22 .tabsBox::after {
	content: ''; width: 100%; height: calc(100% - 100px); background-color: #f7f7f7;
	position: absolute; top: 100px; left: 0;
	z-index: -2;
}

.tabsType22 .tabsImg { width: 1400px; margin: 0 auto; position: static; }
.tabsType22 .tabsImg > ul { 
	width: 100%; /* height: 1020px; */
	display: flex; flex-wrap: wrap; justify-content: space-between; 
}
.tabsType22 .tabsImg > ul > li { /*position: relative;*/ font-size: 0; white-space: normal; }
.tabsType22 .tabsImg > ul > li > span { 
	display: block; 
	position: absolute; bottom: 20px; right: 20px; 
	font-size: 2.4rem; font-weight: 600; color: rgba(255, 255, 255, 0.5) 
}
.tabsType22 .tabsImg > ul > li:nth-child(1) { width: 100%; }
.tabsType22 .tabsImg > ul > li:nth-child(2), 
.tabsType22 .tabsImg > ul > li:nth-child(3) { width: 33%; margin-right: 0.5%; margin-top: 10px; }
.tabsType22 .tabsImg > ul > li:nth-child(4) { width: 33%; margin-top: 10px; }
.tabsType22 .tabsImg > ul > li:nth-child(6) { width: 33%; margin-top: 10px; }

.tabsType22 .tabsImg > ul > li.tabsTxt2 { 
	width: 66.5%; margin-right: 0.5%; padding-top: 60px;
	border-bottom: 1px solid #e1e1e1;
	
}
.tabsType22 .tabsImg > ul > li.tabsTxt2 ul li { position: relative; padding-left: 30px;  }
.tabsType22 .tabsImg > ul > li.tabsTxt2 ul li::before {
	content: ''; 
	position: absolute; top: 0; left: 0; 
	color: #127ce0;
	font-size: 1.8rem;
}
.tabsType22 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(1)::before { content: '01'; }
.tabsType22 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(2)::before { content: '02'; }
.tabsType22 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(3)::before { content: '03'; }
.tabsType22 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(4)::before { content: '04'; }
.tabsType22 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(5)::before { content: '05'; }

.tabsType22 .tabsImg > ul > li:nth-child(n+1):nth-child(-n+6){ position: relative; }

	.tabsType22 .tabsImg > ul > li:nth-child(1)::before { 
		content: ''; position: absolute; top: -10px; left: -10px;
		width: 60px; height: 60px; background-color: rgba(0, 77, 194, 0.9);
	}
	.tabsType22 .tabsImg > ul > li:nth-child(1)::after { 
		content: ''; position: absolute; bottom: 40px; right: -30px;
		width: 140px; height: 70px; 
		background-color: rgba(250, 193, 13, 0.9);
	}
	.tabsType22 .tabsImg > ul > li:nth-child(6)::before { 
		content: ''; position: absolute; top: 10px; left: -20px;
		width: 80px; height: 40px; background-color: rgba(250, 190, 0, 0.9);
	}
.tabsType22 .tabsImg > ul > li img { width: 100%; }

.tabsType22 .tabsImg ul li.tabsTxt2 ul li { font-size: 1.8rem; display: block; text-align: left; white-space: normal; }
/*
.tabsType22 .tabsTxt > p { text-align: center; }
*/
.tabsType22 .tabsTit > p.caption{position: absolute; top: -200px; right: 280px; }

@media screen and (max-width: 1440px){
	.tabsType2 .tabsImg { width: 95%; }
	.tabsType2 .tabsImg > ul > li.tabsTxt2 { border: 0; padding-top: 40px; }
	.tabsType1 .tabsTxt::after, 
	.tabsType3 .tabsTxt::after { content: none; }
}
@media screen and (max-width: 1024px){
	.tabsType1 .tabsImg, .tabsType3 .tabsImg { overflow: hidden; }
	.tabsType1 .tabsImg img { }
	
	.tabsType2 .tabsImg > ul > li:nth-child(1)::before, 
	.tabsType2 .tabsImg > ul > li:nth-child(1)::after, 
	.tabsType2 .tabsImg > ul > li:nth-child(6)::before { content: none; }
	.tabsType2 .tabsImg > ul > li > span { bottom: auto; top: 20px; right: 10px; }
	.tabsType2 .tabsImg > ul > li.tabsTxt2 { padding-top: 10px; }
	.tabsType1 .tabsTit::before, 
	.tabsType1 .tabsTit::after { content: none;}
	.tabsType3 .tabsTit::before, 
	.tabsType3 .tabsTit::after { content: none; }
}
@media screen and (max-width: 960px){
	.tabsType2 .tabsImg ul li.tabsTxt2 ul li { font-size: 1.6rem; line-height: 1.2; }
	.tabsType2 .tabsImg > ul > li:nth-child(n+2):nth-child(-n+6) { margin-top: 20px; }
}

@media screen and (max-width: 720px){
	.tabsType1 .tabsBox { height: auto; margin-bottom: 0; }
	.tabsType1 .tabsBox::after { height: auto; }
	
	.tabsTit > p.subject { font-size: 3.6rem; }
	.tabsTxt p { width: 100%; padding: 20px; }
	.tabsType2 .tabsImg > ul > li { width: 100%; display: block; }
	.tabsType2 .tabsImg > ul > li:nth-child(n+2):nth-child(-n+6) { width: 100%; }
	.tabsType2 .tabsImg > ul > li.tabsTxt2 { display: none; }
	.tabsType2 .tabsImg > ul > li:nth-child(2), 
	.tabsType2 .tabsImg > ul > li:nth-child(3) { margin-right: 0; }

	.tabsType1 .tabsImg, .tabsType3 .tabsImg { width: 100%; }
	.tabsType1 .tabsImg img, .tabsType3 .tabsImg img { overflow: hidden; }
	.tabsType2 .tabsImg > ul > li:nth-child(n+1):nth-child(-n+6) { overflow: hidden; }
}
@media screen and (max-width: 560px){
	.tabsType2 .tabsImg > ul > li:nth-child(n+2):nth-child(-n+6) { margin-top: 10px;  }
}
@media screen and (max-width: 500px){
	.tabsType2 .tabsTxt { width: 95%; }
	.tabsType2 .tabsBox::after { content: none; }
}



@media screen and (max-width: 1440px){
	.pageTit { width: 95%; }
	.pageTit2 { width: 95%; }
	.tabsTit { width: 95%; }
	.tabsTxt p { width: 95%; }
	.tabsType2 .tabsImg { width: 95%; }
	.textBox_type4 dl{ width: 95%; margin-bottom: 10px;}
	.column2 h5 { height: auto; padding-bottom: 20px; }
	.conts_txt h5{font-size: 2.2rem;}
}
}
@media screen and (max-width: 1024px){
	.pageTit { margin-bottom: 60px; }
	.pageTit > .textGrey { font-size: 1.9rem; }
	.pageTit > .pageTitBox { font-size: 1.7rem; }
	.pageTit > .pageTitBox > .textWine { font-size: 1.5rem; }
}
@media screen and (max-width: 720px){
	.ex_box { padding: 20px; }
	#tabs-1 .tabsTit::before, 
	#tabs-1 .tabsTit::after { content: none; }
}
@media screen and (max-width: 560px){
	.tab_inner .conType4 .conArticle p { font-size: 1.6rem; }
}

/* 3. BMC Projects > My Home */
.textBox { background-color: #f7f7f7; padding: 30px; box-sizing: border-box; }
.textBox p { font-size: 1.8rem; line-height: 1.2; } 

h5.conTitle {
	width: 100%; padding: 15px 20px; 
    font-size: 2.2rem; font-weight: 500; color: #fff;
    position: relative;
}
h5.conTitle::after {
	content: '';
    position: absolute; top: 0; right: 0;
    width: 24px; height: 100%;
    background-image: url(../img/sub/h5_BG.svg); background-repeat: no-repeat;
}
.iconType .icBG { 
	width: 100px; height: 100px;
	border-radius: 50%; 
	margin-right: 30px; margin-bottom: 20px;
	position: relative; 
}
.iconType .icBG > img { 
	display: block; 
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.icBG.icBlue { background-color: #004dc2; }
.icBG.icNavy { background-color: #021a3f; }

.iconType .icBG { float: left; margin-right: 30px; }
.iconType dl { float: left; width: calc(100% - 130px); }
.iconType dl dd.textBlack { line-height: 1.1; }
.iconType dl dd.textGrey { margin-left: -130px; min-height: 70px; font-size: 1.8rem; line-height: 1.2; }



/* e0302 .tabsType2 */
.tabsType2 .column2 { padding-bottom: 20px; border-bottom: 1px solid #e1e1e1; }
.tabsType2 .column2 .textBox { min-height: 220px; }
.tabsType2 .column2 .textBox .textBlue { padding-bottom: 5px; }
.tabsType2 .column2 .textBox div .textBlack {padding-bottom: 20px; }
.tabsType2 .column2 .textBox div:last-of-type .textBlack { margin-bottom: 0; }

.tabsType2 .column1 { border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; }
.tabsType2 .column1 .textType .textBox { float: left; width: 49%; min-height: 130px; margin-bottom: 10px; }
.tabsType2 .column1 .textType .textBox:nth-of-type(2n+1) { margin-right: 1%; }
.tabsType2 .column1 .textType .textBox:nth-of-type(2n+2) { margin-left: 1%; }
.tabsType2 .column1 .textType .textBox .textBlack { padding-bottom: 5px; }

@media screen and (max-width: 1440px){
	.iconType dl dd.textGrey { width: 100%; margin-left: 0; min-height: auto; }
	.tabsType2 .column1 .textType .textBox { width: 100%; min-height: auto; }
	.tabsType2 .column2 .textBox { min-height: auto; }
	.tabsType2 .column1 .textType .textBox:nth-of-type(2n+1) { margin-right: 0; }
	.tabsType2 .column1 .textType .textBox:nth-of-type(2n+2) { margin-left: 0; }
}
@media screen and (max-width: 1024px){
	h5.conTitle { font-size: 2.1rem; }
	h5.conTitle::after { content: none; }
	.textBox p { font-size: 1.7rem; }
	.iconType dl dd.textGrey { font-size: 1.7rem; }
}
@media screen and (max-width: 720px){
	.iconType .icBG, 
	.iconType dl { float: none; margin-right: auto; margin-left: auto; }
	.iconType dl { width: 100%; }
	.iconType dl dt.textWine, .iconType dl dd.textBlack { text-align: center; }
	.textBox { padding: 20px; }
}
@media screen and (max-width: 560px){
	h5.conTitle { font-size: 2.0rem; }
	.textBox p { font-size: 1.6rem; }
	.iconType dl dd.textGrey { font-size: 1.6rem; }
}

/* e0401 - 03 */
.borderB { border-bottom: 1px solid #e1e1e1; }
.iconType dl dt.textWine { font-size: 2.0rem; margin-bottom: 20px; }
.iconType dl dd.textBlack { font-size: 1.8rem; }

.row .column3.pic3 { padding-bottom: 60px; }
.row .column3.pic3 .imgTit { min-height: 55px; line-height: 1.3; padding-top:15px; }
.row .column3.pic3 .imgTxt { min-height: 55px; line-height: 1.2; }
.row .column3.pic3 .imgThumb img { width: 100%; }

/* e0303 - 02 */
.row .column3.iconBox { padding-bottom: 60px; }
.row .column3.iconBox .imgTit { width:280px; height: 280px; margin:0 auto; padding: 50px 0px; margin-bottom: 30px; border-radius: 600px; background:#072450; min-height: 55px; line-height: 1.3; text-align: center;}
.row .column3.iconBox .imgTxt { width: 80%;  margin:0 auto; min-height: 55px; line-height: 1.2; text-align: center;}

.row .column3.picStatus1 { font-family: 'Cardo', serif; overflow: hidden; padding: 50px; background: #f7f7f7; border-top:2px solid #111; border-bottom: 1px solid #e1e1e1;}
.row .column3.picStatus1 p:nth-child(1){font-size:2.2rem; color:#111; font-weight: bold;}
.row .column3.picStatus1 p:nth-child(2){font-size:2.8rem; color:#127ce0; font-weight: bold; line-height: 33px; padding-top: 20px;padding-bottom: 50px; }
.row .column3.picStatus1 p:nth-child(3){font-size:2.6rem; color:#888;}

.CityTitle{font-size:2.8rem; color:#127ce0; font-weight: bold; line-height: 33px; font-family: 'Cardo', serif;}

.row .column3.picStatus2 {padding-bottom: 50px; border-bottom: 1px solid #e1e1e1;}
.row .column3.picStatus2 .ismgTit { min-height: 55px; line-height: 1; padding-top:15px; }
.row .column3.picStatus2 .imgTxt { min-height: 55px; line-height: 1.2; padding: 10px 0px;}
.row .column3.picStatus2 .imgThumb img { width: 100%; }


@media screen and (max-width: 1024px){
	.iconType dl dt.textWine { font-size: 1.9rem; margin-bottom: 10px; }
	.iconType dl dd.textBlack { font-size: 1.7rem; }
	.textBox .textGrey { font-size: 1.7rem; }
}
@media screen and (max-width: 560px){
	.iconType dl dt.textWine { font-size: 1.8rem; }
	.iconType dl dd.textBlack { font-size: 1.6rem; }
	.textBox .textGrey { font-size: 1.6rem; }
	.row .column3.pic3 .imgTit { font-weight: 500; }
}
