@charset "shift_jis";

/*2026/01 s*/

.topMainVisual{
	position:relative;
}
.topCarouselWrap{
	position:relative;
	width:1008px;
	margin:0 auto;
}
.topCarouselText{
	position:absolute;
	top:-35px;
	right:0;
	font-size:14px;
	color:#fff;
}
.topMainVisual img{
	width:100%;
}
.topLogo{
	position: absolute;
    width: 1008px;
    margin: 0 auto;
    top: 90%;
    text-align: right;
    margin-top: -59px;
    left: 50%;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    z-index: 500;
}
.topLogo img{
	width:auto;
}
#wrap.top{
	background:#fff;
}
#wrap.top #mainArea{
	width:100%;
	margin-bottom:60px;
}
#wrap #mainArea main.mainNarrowTop{
	width:100%;
}
.topBgGlobal{
	background:url(/global/resources/images/index_img_map01.jpg) top center no-repeat;
}
#wrap #mainArea main > section > section.topBgNews{
	margin-top:100px;
}
.topBgNews .topInner{
	border-top: 1px solid #ececec;
	padding-top:100px;
}

/*2026/1 追加ここから*/

#wrap #mainArea main > section > section.topBgNews2{
	margin-top:30px;
}
.topBgNews2 .topInner{
	/*border-top: 1px solid #ececec;*/
	padding-top:30px;
}

/*2026/1 追加ここまで*/

.topInner{
	width:1008px;
	margin:0 auto;
	padding:60px 0 0;
}
.topH2Title01{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.topH2Title01 .titleInner{
	font-size: 3.571em;
	font-weight:bold;
}
.topH2Lead01{
	margin-bottom:40px;
	text-align:center;
}
.topH3Title01{
	margin-bottom:15px;
	text-align:center;
}
.topH3Title01 .titleInner{
	font-size: 2.143em;
	font-weight:bold;
}
.topH3Lead01{
	margin-bottom:20px;
	text-align:center;
}

.topNewsBlock{
	
}
.topNewsBlock > dl{
	display:table;
	border-top:1px solid #ececec;
	padding:30px 0;
	width:100%;
	table-layout:fixed;
}
.topNewsBlock > dl > *{
	display:table-cell;
	vertical-align:top;
}
.topNewsBlock > dl > dt{
	width:13em;
	color:#989898;
}


/*2026/01追加ここから*/

.topNewsBlock2{
	
}
.topNewsBlock2 > dl{
	display:table;
	border-top:1px solid #ececec;
	padding:10px 0;
	width:100%;
	table-layout:fixed;
}
.topNewsBlock2 > dl > *{
	display:table-cell;
	vertical-align:top;
}
.topNewsBlock2 > dl > dt{
	width:8em;
	color:#989898;
}


/*2026/01追加ここまで*/

.topCountryBlock01{
	display:table;
	width:100%;
	table-layout:fixed;
}
.topCountryBlock01 .topCountryItem{
	display:table-cell;
	text-align:center;
	vertical-align:top;
}
.topCountryBlock01 .topCountryItem.topCountry01{
	width:100px;
	text-align:left;
}
.topCountryBlock01 .topCountryItem.topCountry02 {
    width: 345px;
}
.topCountry02 .topCountryList{
	width: 312px;
    margin: 0 auto;
}
.topCountryBlock01 .topCountryItem.topCountry03 {
    width: 340px;
}
.topCountry03 .topCountryList{
	width: 300px;
    margin: 0 auto;
}

.topCountryLink{
	margin-bottom:25px;
}
.topCountryLink > a{
	font-size:1.286em;
	font-weight:bold;
}
.topCountryList{
	overflow:hidden;
	text-align:left;
}
.topCountryList > li{
	float:left;
	width:calc(50% - 15px);
	margin-right:30px;
}
.topCountryList > li:nth-child(2n+2){
	width:auto;
	margin-right:0;
}
#wrap #mainArea main > section > section.topBgOffice{
	margin-top:30px;
	text-align:center;
}
.topOfficeSelect{
    position: relative;
    display: inline-block;
    
}

.topOfficeSelect:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
   	width:10px;
   	height:5px;
    background: url(/global/common/images/ico_bottomArrow03.png) 0 0 no-repeat;
	background-size:cover;
    pointer-events: none;
}
.topOfficeSelect select {
    display: block;
    background: #004831;
    margin: 0;
    padding: 10px 45px 10px 20px;
    width: 100%;
    color: #fff;
    border-radius: 20px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
    border: none;
}
.topOfficeSelect select option{
	text-align:center;
}
.topOfficeSelect select::-ms-expand {
    display: none;
}

.topImgLabel{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	background:#a0c81e;
	padding:2px 10px;
	font-size:0.857em;
	color:#fff;
}
.smbcGroupHead{
	overflow:hidden;
	background:#004831;
	border-bottom:3px solid #c4d700;
	margin-bottom:20px;
	padding:4px 20px; 6px;
}
.topSmbcGroupList{
	overflow:hidden;
}
.smbcGroupLeft{
	float:left;
}
.smbcGroupRight{
	float:right;
}
.topSmbcGroupList > li{
	float:left;
	margin-right:16px;
}
.topSmbcGroupList > li:nth-child(4n+4){
	margin-right:0;
}
.topSmbcGroupList > li:nth-child(n+5){
	margin-top:16px;
}

.topMoreLink{
	border-top: 1px solid #ececec;
	padding-top:20px;
	text-align:center;
}


.topMainVisual .bx-controls {
    position: relative;
    text-align:center;
}
.topMainVisual .bx-pager-item {
	display: inline-block;
	margin: 20px 8px 0 6px;
}
.topMainVisual .bx-pager-link {
	display: block;
	width: 6px;
	height: 6px;
	background: #c8c8c8;
	text-indent: -9999px;
	border-radius: 50%;
	cursor: default;
}
.topMainVisual .bx-pager-link.active {
	background: #a0c81e;
}
.topSnsArea{
	display:none;
}


@media screen and (max-width: 767px) {
	#wrap.top #mainArea {
	    margin-bottom: 30px;
	}
	.topCarouselWrap {
	    width: 100%;
	}
	.topCarouselText {
		right: 15px;
		font-size:12px;
	}
	.topLogo {
	    position: absolute;
	    width:100%;
	    margin: 0 auto;
	    top: 90%;
	    text-align: right;
	    margin-top: -59px;
	    left: 50%;
	    -webkit-transform: translate(-50%, -90%);
	    transform: translate(-50%, -90%);
	    z-index: 500;
	}
	.topLogo img{
		width:50px;
	}
	.topBgGlobal{
		background:url(/global/resources/images/index_bg_map01.jpg) top center no-repeat;
		background-size: contain;
	}
	.topInner{
		width:100%;
		padding:30px 15px 0 ;
	}
	#wrap #mainArea main > section > section.topBgNews{
		margin-top:30px;
	}
	.topBgNews .topInner{
		padding-top:40px;
	}

/*2026/1追加ここから*/

	#wrap #mainArea main > section > section.topBgNews2{
		margin-top:20px;
	}
	.topBgNews2 .topInner{
		padding-top:20px;
	}

/*2026/1追加ここまで*/

	.topH2Title01 .titleInner{
		font-size:2.5rem;
	}
	.topH3Title01 .titleInner{
		font-size:1.8rem;
	}
	.topCountryBlock01{
		display:block;
	}
	.topCountryBlock01 .topCountryItem{
		display:block;
		width:100%!important;
		text-align:center!important;
	}
	.topCountryList{
		display:none;
	}
	
	.topNewsBlock{
		margin:0 -15px;
	}
	.topNewsBlock > dl{
		padding:15px;
	}
	.topNewsBlock > dl > *{
		display:block;
	}

/*2026/1追加ここから*/

	.topNewsBlock2{
		margin:0 -10px;
	}
	.topNewsBlock2 > dl{
		padding:10px;
	}
	.topNewsBlock2 > dl > *{
		display:block;
	}

/*2026/1追加ここまで*/

	.smbcGroupHead{
	    border-bottom: 2px solid #c4d700;
	    margin-bottom: 10px;
	    padding: 2px 10px 3px;
	}
	.smbcGroupLeft{
		width:46px;
	}
	.smbcGroupRight{
		width:41px;
	}
	
	.topMoreLink{
		margin:0 -15px;
		padding-top:15px;
	}
	.topSmbcGroupLis{
		font-size:0;
	}
	.topSmbcGroupList > li{
		display: inline-block;
		width:calc(50% - 5px);
		margin-right:10px;
		text-align: center;
	}
	.topSmbcGroupList > li:nth-child(2n+2){
		margin-right:0;
	}
	.topSmbcGroupList > li:nth-child(n+3){
		margin-top:10px;
	}
	.topSnsArea{
		display:block;
		padding:30px 15px 0;
		text-align: center;
	}
	
	.topSnsArea ul li {
	    float: none;
	    display: inline-block;
	    padding-left: 5px;
	    vertical-align: top;
	    line-height: 0;
	}
	.topSnsArea ul li:first-child {
    	padding-left: 0;
	}
}