
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 80px auto 0;
}
.contact_btn{
	position: fixed;
	right: 0;
	top: 10%;
	max-width: 80px;
	width: 10%;
	z-index: 15;
}
.main-image .title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 350px;
	background: rgba(55,124,194,0.7);
	border-radius: 200px;
}
.main-image .title .title_en{
	color: #fff;
	font-size: 4.0rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fcf051;
	font-family: 'Questrial', sans-serif;
}
.main-image .title .title_jp{
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.Title{
	width: 250px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	position: relative;
}
.Title .blue{
	color: #377dc3;
}
.Title .Title_eny{
	font-weight: 600;
	color: #fcf051;
text-shadow: 1px 1px 0 #377dc3,
             -1px 1px 0 #377dc3,
             1px -1px 0 #377dc3,
             -1px -1px 0 #377dc3;
}




@media only screen and (min-width:1px) and (max-width: 960px) {
	
.main-image {
	margin: 70px auto 0;
}
	
.main-image .title {
	width: 250px;
	height: 250px;
	border-radius: 125px;
}
.main-image .title .title_en{
	color: #fff;
	font-size: 3.0rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fcf051;
	font-family: 'Questrial', sans-serif;
}
.main-image .title .title_jp{
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: 700;
}
}

@media only screen and (min-width:1px) and (max-width: 768px) {

.main-image .title {
	width: 200px;
	height: 200px;
	border-radius: 100px;
}
.main-image .title .title_en{
	font-size: 2.0rem;
}
.main-image .title .title_jp{
	font-size: 1.8rem;
}
	
.Title{
	width: 220px;
}


	
}
@media only screen and (min-width:1px) and (max-width: 480px) {
	
.advantage .main-image {
	min-height: 180px;
	background: url("../img/advanatge/advantage_main.png") center center no-repeat;
}	
.item .main-image {
	min-height: 180px;
	background: url("../img/item/item_main.png") center center no-repeat;
}
.location .main-image {
	min-height: 180px;
	background: url("../img/location/location_main.png") center center no-repeat;
}
.flow .main-image {
	min-height: 180px;
	background: url("../img/flow/flow_main.png") center center no-repeat;
}
.company .main-image {
	min-height: 180px;
	background: url("../img/company/company_main.png") center center no-repeat;
}
.contact .main-image {
	min-height: 180px;
	background: url("../img/contact/contact_main.png") center center no-repeat;
}
.news .main-image {
	min-height: 180px;
	background: url("../img/news/news_main.png") center center no-repeat;
}
.main-image img{
	display: none;
	
}
.main-image .title {
	width: 150px;
	height: 150px;
	border-radius: 100px;
}
.main-image .title .title_en{
	font-size: 1.8rem;
}
.main-image .title .title_jp{
	font-size: 1.4rem;
}

	
.contact_btn{
	position: fixed;
	right: 0;
	top: 70px;
	max-width: 100px;
	width: 15%;
}	
	
}

footer{
	border-top:3px solid #377dc2;
}
