@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #000;
	font-weight: 400;
}

.ImgResponsiveOverwrite{
    margin: 0 auto;
}

.header-image{
	background-image: url(../img/header.jpg);
	width: 100%;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
	background-position: center top;
	background-size: cover;
}

.header-area{
	margin: 0;
}

.nav-logo {
  display:inline-block;
  vertical-align: middle;
	padding: 10px 0 0 10px;
}

.nav-right {
  display: inline;
  vertical-align: middle;
		padding: 10px 0px 0 0;
}

.nav-link{
	font-size: 0;
	list-style: none;
}

.nav-link li{
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
	letter-spacing: 1px;
	padding:0 5px 0 0;
}

.nav-link li:last-child{
	padding:0 0 0 0;
}

.header-catch{
			color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 50px 0 0 40px;
	line-height: 1.3;
	font-weight: 200;
	letter-spacing: 3px;
}

.header-catch_orange{
	color: #f5c700;
}

.content-title_bold{
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.content-title_boldOrange{
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #fe9800;
}

.content-title_light{
	font-weight:200;
	padding: 0 13px 0 0;
}

.content-title_sub{
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.content-title_orange{
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #fe9800;
}

.about-description{
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.5;
}

.about-bg{
	background-color: #ebf0f1;
	padding: 30px 0 30px 0;
	margin:20px 0 20px 0;
}

 .info-bg{
	background-color: #ebf0f1;
	padding: 30px 0 30px 0;
	margin: 0px 0 50px 0;
	background-image: url(../img/info_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	-webkit-box-shadow: 0px 10px #DCDCDC;
	box-shadow: 0px 10px #DCDCDC;
}

.info-title{
	text-align: center;
	font-size: 20px;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 1.3;
	font-weight: 700;
}

.info-description{
	text-align: left;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	line-height: 1.2;
}

.info-box{
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px #31485F;
	box-shadow: 0px 5px #31485F;
}

.info-box_title{
	color:#293e51;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	margin: 0;
	padding: 10px 0 5px 0;
	letter-spacing: 3px;
}

.info-box_sub{
	color:#293e51;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	margin: 0;
	padding: 0px 0 5px 0;
	letter-spacing: 1px;
}

.info-box_description{
	color:#293e51;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 5px 5px 0px 5px;
line-height: 1.4;
}

.profile-wrap{
	padding: 10px 0 10px 0;
	margin:0;
}

.company-profile{
padding: 0px 00px 0 00px;
margin: 10px auto 0; 
}

.company-profile_category{
  float : left;
  clear : both;
}

.company-profile_categoryText{
		color:#31485f;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px 10px;
	letter-spacing: 2px;
	  display: inline-block;
  position: relative;
}

.company-profile_categoryText::before {
  content: "";
  display: none;
border-style: solid;
border-width: 6px 0 6px 11px;
border-color: transparent transparent transparent #31485f;
  position: absolute;
  left: -7px;
  top: 31%;
  margin-top: -6px;
}

.company-profile_contents{
margin: 0 0 0 110px;
 padding : 0px 0 0 0;
}

.company-profile_contentsText{
		color:#31485f;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px 10px;
	letter-spacing: 0px;
	line-height: 1.5;
}

.company-profile_contentsText2{
		color:#31485f;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0 0 50px 10px;
	letter-spacing: 0px;
	line-height: 1.5;
}


.footer-bg{
	padding-top: 150px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	margin: 10px 0 0px 0;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

address{
	color: #fff;
	font-weight: 200;
	font-size: 18px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	letter-spacing: 2px;
}


@media screen and (min-width:480px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/
	
.header-image{
	background-image: url(../img/header.jpg);
	width: 100%;
	background-repeat: no-repeat;
	margin: 0 auto 60px;
	background-position: center top;
	background-size: cover;
}	
	
.header-catch{
			color: #fff;
	font-size: 24px;
	text-align: left;
	padding: 10px 0 0 10px;
	line-height: 1.3;
	font-weight: 200;
	letter-spacing: 1px;
}

.nav-logo {
  display:inline-block;
  vertical-align: middle;
	padding: 10px 0 0 0px;
}

.nav-right {
  display: inline;
  vertical-align: middle;
		padding: 00px 10px 0 0;
}

.nav-link{
	font-size: 0;
	list-style: none;
}

.nav-link li{
	font-size: 14px;
	display: inline-block;
	letter-spacing: 0px;
	padding:5px 5px 0 0;
}

.info-title{
	text-align: center;
	font-size: 18px;
	margin: 50px 0 20px 0;
	padding: 0;
	line-height: 1.3;
	font-weight: 700;
}
	
.info-description{
	text-align: left;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0 80px 0 80px;
	line-height: 1.5;
}

.info-box{
	width: 440px;
	padding: 20px 0 20px 0;
	margin: 20px auto 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 10px #31485F;
	box-shadow: 0px 6px #31485F;
}

.info-box_title{
	color:#293e51;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	margin: 0;
	padding: 0 0 10px 0;
	letter-spacing: 3px;
}

.info-box_sub{
	color:#293e51;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	margin: 0;
	padding: 0px 0 15px 0;
	letter-spacing: 1px;
}

.info-box_description{
	color:#293e51;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 5px 30px 0px 30px;
line-height: 1.8;
}
	
.company-profile{
padding: 0px 00px 0 00px;
margin: 20px auto 0; 
}

.company-profile_category{
  float : left;
  clear : both;
}

.company-profile_categoryText{
		color:#31485f;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 0 0 20px 10px;
	letter-spacing: 2px;
	  display: inline-block;
  position: relative;
}

.company-profile_categoryText::before {
  content: "";
  display: inline-block;
border-style: solid;
border-width: 6px 0 6px 11px;
border-color: transparent transparent transparent #31485f;
  position: absolute;
  left: -7px;
  top: 31%;
  margin-top: -6px;
}

.company-profile_contents{
margin: 0 0 0 200px;
 padding : 0px 0 0 0;

}

.company-profile_contentsText{
		color:#31485f;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 0 0 20px 10px;
	letter-spacing: 0px;
	line-height: 1.5;
}
	
	.company-profile_contentsText2{
		color:#31485f;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 0 0 50px 10px;
	letter-spacing: 0px;
	line-height: 1.5;
}
	
	
.footer-bg{
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	margin: 50px 0 0px 0;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

}

@media (min-width:768px)  {
    /*　for iPad 　*/
.header-area{
	height: 450px;
	margin: 0 0 0px 0;
}

.header-catch{
			color: #fff;
	font-size: 33px;
	text-align: left;
	padding: 190px 0 0 40px;
	line-height: 1.3;
	font-weight: 200;
	letter-spacing: 3px;
}

	.nav-logo {
  display:inline-block;
  vertical-align: middle;
	padding: 40px 0 0 40px;
}

.nav-right {
  display: inline;
  vertical-align: middle;
		padding: 40px 40px 0 0;
}

.nav-link{
	font-size: 0;
	list-style: none;
}

.nav-link li{
		color: #fff;
		font-weight: 300;
	font-size: 16px;
	display: inline-block;
	letter-spacing: 1px;
	padding:0 20px 0 0;
}

.nav-link li:last-child{
	padding:0 0 0 0;
}

	
.content-title_bold{
	font-size: 41px;
}

.content-title_boldOrange{
	color: #fe9800;
	font-size: 41px;
}

.content-title_light{
	padding: 0 13px 0 0;
}

.content-title_sub{
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.about-description{
	text-align: center;
	font-size: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 2;
}
	
.about-bg{
	background-color: #ebf0f1;
	padding: 50px 0 50px 0;
	margin:50px 0 50px 0;
}

.info-bg{
	background-color: #ebf0f1;
	padding: 30px 0 30px 0;
	margin: 0px 0 50px 0;
	background-image: url(../img/info_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	-webkit-box-shadow: 0px 10px #DCDCDC;
	box-shadow: 0px 10px #DCDCDC;
}

.info-title{
	text-align: center;
	font-size: 24px;
	margin: 30px 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
}

.info-box{
	width: 600px;
	padding: 35px 0 35px 0;
	margin: 40px auto 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 10px #31485F;
	box-shadow: 0px 6px #31485F;
}

.profile-wrap{
	padding: 20px 0 20px 0;
	margin:00px 0 0px 0;
}
	
.company-profile{
padding: 0px 0px 0 0px;
margin: 20px auto 0; 
}

.company-profile_category{
  float : left;
  clear : both;
  width : 150px;
 padding : 0px 0 0 20px;
}

.company-profile_categoryText{
	font-size: 20px;
}

.company-profile_categoryText::before {
  content: "";
  display: inline-block;
border-style: solid;
border-width: 6px 0 6px 11px;
border-color: transparent transparent transparent #31485f;
  position: absolute;
  left: -7px;
  top: 31%;
  margin-top: -6px;
}

.company-profile_contents{
margin: 0 0 0 200px;
padding : 0px 0 0 0;
}

.company-profile_contentsText{
	font-size: 20px;
}
	
.company-profile_contentsText2{
	font-size: 20px;
}

}


@media (min-width: 1020px){
	    /*　for PC 　*/
.wrap{
	width:1020px;
	margin: 0 auto;
	overflow: hidden;
	}
	
.header-area{
	height: 580px;
	margin: 0 0 0px 0;
}
	
.info-bg{
	background-color: #ebf0f1;
	padding: 150px 0 50px 0;
	margin: 0px auto 50px auto;
	background-image: url(../img/info_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	-webkit-box-shadow: 0px 30px #DCDCDC;
	box-shadow: 0px 30px #DCDCDC;
}

.info-title{
	text-align: center;
	font-size: 26px;
	margin: 50px 0 20px 0;
	padding: 0;
	line-height: 2;
	font-weight: 700;
}

.info-description{
	text-align: left;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0 80px 0 80px;
	line-height: 1.5;
}
.info-box{
	width: 780px;
	padding: 35px 0 35px 0;
	margin: 70px auto 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 10px #31485F;
	box-shadow: 0px 10px #31485F;
}
	
.profile-wrap{
	padding: 150px 0 50px 0;
	margin:30px auto 50px auto;
}
	
.company-profile{
padding: 0px 240px 0 240px;
margin: 20px auto 0; 
}
	
}
