@charset "utf-8";


@media only screen and (max-width: 767px) {

.oneContents.top .contentsWrap{
}
.oneContents.top .contentsWrap #main{
	padding:0;
}

/* mainVisualArea */
.mainVisualArea{
	width:100%;
	height:125px;
	background:url(/english/figure/index_im01_sp.jpg) no-repeat 50%;
	background-size:cover;
}
.mainVisualArea .inner{
	margin:0 auto;
	padding:27px 0 0 30px;
}
.mainVisualArea .leadText{
	color:#043995;
	font-size:1.6rem;
	line-height:1.2;
	text-shadow:0px 0px 2px #ffffff;
}

/* area02 */
.area02{
	overflow:hidden;
	width:100%;
	padding:64px 0 26px;
	background:#f6f0e4;
}
.area02 .inner{
	padding-inline: 15px;
}
.area02 .title{
	display:block;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}
.area02 .companyLinkList{
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
}
.area02 .companyLinkList > li{
	width: calc((100% - 15px)/2);
	margin-left: 15px;
}
.area02 .companyLinkList > li:nth-child(2n+1){
	margin-left: 0;
}
.area02 .companyLinkList > li:nth-child(n+3){
	margin-top: 10px;
}
.area02 .companyLinkList li a{
	display: block;
	position: relative;
	height: 100%;
	border-bottom: 1px dotted #c9c9c9;
	padding: 0 0 10px 18px;
	text-decoration: none;
	font-size: 1.5rem;
	color: #333333;
	line-height: 1.6;
}
.area02 .companyLinkList li a::after{
	position: absolute;
	top: calc((1em * 1.6) / 2 - 3px);
	left: 0;
	width: 8px;
	height: 12px;
	margin-top: -4px;
	background: url("/english/site_common/img/com_ic06.png") 0 0 no-repeat;
	background-size:  100% auto;
	content: '';
}

/* area04 */
.area04{
	overflow:hidden;
	width:100%;
	height:411px;
	padding-top: 62px;
	background:url(/english/figure/index_im04.jpg) no-repeat 50% 0;
	background-size:cover;
}
.area04 .inner{
	padding-inline: 15px;
}
.area04 .title{
	display:block;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}
	
.area04 .irLinkList{
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
}
.area04 .irLinkList > li{
	width: calc((100% - 15px)/2);
	margin-left: 15px;
}
.area04 .irLinkList > li:nth-child(2n+1){
	margin-left: 0;
}
.area04 .irLinkList > li:nth-child(n+3){
	margin-top: 10px;
}
.area04 .irLinkList li a{
	display: block;
	position: relative;
	height: 100%;
	border-bottom: 1px dotted #c9c9c9;
	padding: 0 0 10px 18px;
	text-decoration: none;
	font-size: 1.5rem;
	color: #333333;
	line-height: 1.6;
}
.area04 .irLinkList li a::after{
	position: absolute;
	top: calc((1em * 1.6) / 2 - 3px);
	left: 0;
	width: 8px;
	height: 12px;
	margin-top: -4px;
	background: url("/english/site_common/img/com_ic06.png") 0 0 no-repeat;
	background-size:  100% auto;
	content: '';
}



/*=================================

	clearfix

=================================*/
.area01 .languageBtn:after,
.area02 .whoWeAreBtn:after,
.area02 .aboutList:after {
	content: "";
	display: block;
	clear: both;
}

}

