@charset "utf-8";
/* CSS Document */

body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
 /* font-weight: <weight>;*/
  font-style: normal;
	color: #000000;
	margin: 0;
	font-size: 16px;
	line-height: 2em;
	min-width:1100px;
	padding: 0;
    box-sizing: border-box;

}



img{
	width: 100%;
	max-width: 100%;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}

/*下層共通*/
#area_wrap h2{
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
	
 display: inline-block;
  background: linear-gradient(135deg, #0082ff 0%, #003cb4 100%);
  background: -webkit-linear-gradient(-45deg, #0082ff 0%, #003cb4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/************
ヘッダー
**************/

#head_wrap{
	border-top:30px solid #003CB4;
	overflow: hidden;
}

.head_cont{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.head_logo{
	width: 330px;
	margin: 40px 0;
}

.head_tel{
	width: 240px;
}




/************
理念
**************/

#rinen_wrap{
    background-image: url(../img/top/top_rinen_back.png);
    height: 660px;
    background-repeat: no-repeat;
    background-position: bottom;
}


.rinen_text{
	width: 1100px;
	margin: 0 auto;
}

.rinen_text p{
	text-align: center;
	line-height: 2.5em;
	font-weight: 600;
	font-size: 21px;

}

.rinen_img{
	width: 110px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}


/************
line_category
**************/

#line_category_wrap{
	background-color: #e6ecf8;
	margin: 100px 0;
}

.line_category{
	padding: 20px 0;
	width: 1100px;
	margin: 0 auto;
	display: flex;
}

.line_category ul{
	display: flex;
	padding: 60px 0;
}

.line_category li{
	width: calc(100%/3);
	margin: 0 60px;
	text-align: center;
}

.line_category li img{
	box-shadow: 0px/*左右*/  0px/*上下*/ 10px/*ぼかし*/ 2px/*広がり*/ #A8A8A8;	
}

.line_category li a{
	color: #003cb4;
	text-decoration:none; 
}

/************
footer
**************/

#sitemap_wrap{
	display: flex;
}

.sitemap{
	display: flex;
	width: 1100px;
	margin: 0 auto;
	flex-direction: column;
}

.sitemap img{
	width: 100px;
	margin: 0 auto;

}
.sitemap ul{
	display: flex;
    margin: 30px 0;

}

.sitemap li{
	width: calc(100% / 5);
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
	border-collapse: collapse;
	margin: 0 -1px 0 0 ;
}

.sitemap a{
	color: #000000;
}

#company_line{
	padding: 30px 0;
	background-color: #003cb4;	
}

.company_line_img{
	width: 450px;
	margin: 0 auto;

	
}

.copyright{
	background-color:#eeeeee;
	overflow: hidden;
	text-align: center;
}




/************SP用**************/
@media screen and (max-width:500px)  {


body{
	font-size: 4.5vw;
	line-height: 2em;
	min-width:inherit;
	padding: 0;
    box-sizing: border-box;

}
	

/*下層共通*/
#area_wrap h2{
	font-size: 9vw;;
}

	
/************
ヘッダー
**************/

#head_wrap{
	border-top:2vw solid #003CB4;
	overflow: hidden;
		position: fixed;
	z-index: 30;
	background: #FFFFFF;
	width: 100%;
	top:0;
	
}

.head_cont{
	width: 100%;
	margin: 0 auto;
	        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;

	

}

.head_logo{
	width: 40vw;
	margin: 8vw 0 8vw 2vw
}

.head_tel{
        width: 38vw;
        margin: 0 2vw;
    }
	
	
	


/************
理念
**************/
#rinen_wrap {
    height: 150vw;
    background-size: 130%;
    background-position: bottom;
}

.rinen_text{
	width: 100%;
}

.rinen_text p{
	text-align: center;
	line-height: 2.5em;
	font-weight: 600;
	font-size: 4.5vw;
	width: 90%;
	margin: 10vw auto;
	
	
}

.rinen_text p br{
	display: none;
}

.rinen_img{
	width: 20vw;
    margin: 0 auto;
    padding: 20vw 0 0 0;
}


/************
line_category
**************/

#line_category_wrap{

}

.line_category{
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.line_category ul{
	padding: 0;
	margin: 0 auto;
	
}
	

.line_category li{
	width: calc(100%/3);
	margin: 0 60px;
	text-align: center;
	display: contents;
	overflow: hidden;
}

.line_category li img{
	box-shadow: 0px/*左右*/  0px/*上下*/ 10px/*ぼかし*/ 2px/*広がり*/ #A8A8A8;	
}

.line_category li:nth-child(2) a{
	background-color:#CEDEFF;
}

.line_category li a{
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #e6ecf8;
	
}


/************
footer
**************/

#sitemap_wrap{
	display: flex;
}

.sitemap{
	width: 100%;
}

.sitemap img{
	width: 20%;
	margin: 0 auto;

}
.sitemap ul{
	display: flex;
	margin: 10vw auto 0;
	flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
	width: 100%;
    

}

.sitemap li{
	width: calc(100% / 2);
	border: none;
	text-align: center;
	border-collapse: collapse;
	margin:  0 auto -1px  ;
	color: #003cb4;
	padding: 3vw 0;
	border: solid 1px #003cb4;
	

}

/*左側*/	
.sitemap li:nth-child(1),.sitemap li:nth-child(3){
	border-left: none;
	border-right: none;

}	
	
/*右側*/	
.sitemap li:nth-child(2), .sitemap li:nth-child(4){
	border-right: none;	

}	
	
/*1column*/	
.sitemap li:nth-child(5){
	border-right: none;	
	border-left: none;	

}	
	
	
	
.sitemap li:nth-child(5){
	width: 100%;

}

.sitemap a{
	color: #003cb4;
	display: block;

}

#company_line{
	padding: 30px 0;
	background-color: #003cb4;	
}

.company_line_img{
	width: 90%;
	margin: 0 auto;

	
}

.copyright{
	background-color:#eeeeee;
	overflow: hidden;
	text-align: center;
}



	
	
}
/************SP用ここまで**************/
	
	

