@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

/*共通*/
*{
  margin: 0;
  padding: 0;
}
img{vertical-align: bottom;}
ul{list-style-type: none;}
a{
	text-decoration: none;
	color: #000;
}
body{
	font-family:"Noto Sans JP","クレー デミボールド","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 87.5%;
	color: #333;
}
.brown{
	color: #7b6767;
}
.subTitle{
	font-family:"クレー デミボールド", "クレー ミディアム";		
}

/*SP*/
@media only screen and (max-width: 959px){
.pc{display: none;}
.sp{display: block;}

header{
	padding: 9px 15px 0;
	min-height: 100px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(119,124,124,0.6);
	transition: all .2s ease;
}
header .logo_sp{
	width:100%;
	position: relative;
}
header .logo_sp img{
	width: 60%;
	height: auto;
}
	header .logo_sub{
		color: white;
	}
header .title{
	display: flex;
	flex-direction: column;
	align-items: baseline;
	z-index: 500;
	position: fixed;
}	
p.logo_sub {
    padding: 6px 0 0 50px;
}
/*ハンバーガー*/
.hamburger{
	width:42px;
	height: 42px;
	position: fixed;
	right: 11px;
	top: 6px;
	z-index: 200;
}
.hamburger span{
	display: block;
	width: 24px;
	height: 1px;
	background-color: black;
	position: absolute;
	transition: all .4s ease;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hamburger span:first-child{top: 28%;}
.hamburger span:nth-child(2){top: 50%;}
.hamburger span:last-child{top: 72%;}

.hamburger.close span { width: 42px;}
.hamburger.close span:first-child { top: 50%; transform: translate(-50%, 0) rotate(40deg);}
.hamburger.close span:nth-child(2) { transform: translate(-50%, 0) rotate(40deg); opacity: 0;}
.hamburger.close span:last-child { top: 50%; transform: translate(-50%, 0) rotate(-40deg); }

/*ドロワーナビ*/
.drawer{
	background-color: rgba(206,210,216,0.80);
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 98px 0 30px;
	overflow: auto;
	transition: all .4s ease;
	z-index: 200;
	display: flex;
	justify-content: space-around;
}
.drawer.show{top:0;}
.drawer ul.main_nav li{
	margin-top: 15px;
	font-size: 24px;
	padding: 20px;
	}
.drawerul.main_nav li a{
	display: block;
	text-align: center;
	color: black;
	text-decoration: none;
	padding: 13px;
}
	.drawerul.main_nav li a:hover{
		color: coral;
	}
.drawer ul.main_nav li a span{padding-left: .2em;}

	
/*コンテンツ部*/

.main_pic{
	height: 90vh;
	background-image:url("../images/scroll.png"),url("../images/main.png");
	background-position:95% 100%,left 115%;
	background-repeat: no-repeat;
}
.main_h1{
	color: white;
	padding: 30% 0 0 10%;
	width: 80%;
	font-family: "クレー デミボールド";
	font-size: 26px;
	line-height: 1.8;
}
	
/*Service*/
.service_wrapper{
	width: 95%;
  display: block;
	}
	.service_wrapper img{
		width: 95%;
	}
.service_title{
	color: #7b6767;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.8;
	text-align: center;
}
	.service_mainOne{
	 font-weight: 500;
   font-size: 40px;
	 letter-spacing: 0.4em;	
	}
.serrvice_subtitle {
    padding: 15px;
}
	.serrvice_subtitle .service_subOne{
		font-size: 23px;
	}

/*Service コンテンツ*/
.mainContent{
	padding-top: 20px;
}
/*左寄り*/
.left_wrapper {
		position:relative;
    line-height: 1.8;
	  margin-top: 70px;
}
.number{
	position: absolute;
	top:-60px;
	font-size: 60px;
}
.inside_wrapper,.inside_wrapper_r{
    background-color: #e3e9f1;
    padding: 30px 100px 50px 50px;
    width: 86%;
		height: 150px;
}
/*右寄り*/
.right_wrapper {
		position:relative;
    line-height: 1.8;
		margin-top: 70px;
}
.service_wrapper .service_Rimg img{
		width: 300px;
		height: auto;
		position: relative;
    top: 80px;
    right: -80px;
}

/*左右共通*/
h3.insideTitle_big {
    display: inline;
    font-size: 22px;
    font-weight: 500;
}
h4.insideTitle_small {
    display: inline;
}

/*company*/
.company_title{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-style: normal;
	display: flex;
	flex-direction: column;
	margin-top: 130px;
    }

.company_maintitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.8;
		padding-bottom: 70px;
}
p.about_company {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_company img{
	width:80%;
	height: auto;
	display: flex;
	flex-direction: column;
  align-items: center;
	
}
	
/*フッタ*/
.footer_bgc{
	border-top: solid #ffff61 4px;
	background-color: #333333;
	color: white;
	margin-top: 100px;
	padding: 10px 0px 3px 0px;
}
.footer_bgc a{
	color: white;
}
	.footer_wrapper{
	display: flex;
	flex-direction: column;
   align-items: center;
    }
	
.logo_wt {
    padding: 20px;
}
.copywrite{
	font-size: 12px;
}	
	
}
/*sp end*/

/*PC用*/
@media only screen and (min-width:960px) {
.pc{display: block;}
.sp{display: none;}
	body {
		font-size: 93.75%;
	}

.headWrapper{
	display: flex;
	align-items: center;
	padding: 15px 45px;
	position: fixed;
	z-index: 500;
}

	

header .title{
	display: flex;
	flex-direction: column;
	align-items: center;
}	
header .title:hover{
	opacity: 80%;
}
header .logo_sp{display: none;}
header .logo{
	display: block;
}
header .logo img{
	width: 340px;
    height: auto;
}
.drawer ul.main_nav{
	display: flex;
  border: none;
  padding: 0;
	margin-left: 30%;
}

.drawer .main_nav li{
	padding-left: 80px;
/*	flex: 1;*/
}
.drawer .main_nav li:last-child{
	padding-right: 50px;
}
.drawer .main_nav li a{
	padding: 3px 6px;
	font-size: 16px;
}
.drawer .main_nav li a:hover{
	background-color: black;
	color: aliceblue;
}



/*メイン画像*/
.main_pic{
	height: 630px;
	background-image:url("../images/scroll.png"),url("../images/main.png");
	background-position:95% 100%,left 115%;
	background-repeat: no-repeat;
	
}
.main_h1{
	color: white;
	padding: 15% 0 0 10%;
	width: 800px;
	font-family: "クレー デミボールド";
	font-size: 30px;
	line-height: 1.8;
}
.main_h1 p{
	font-family: "クレー ミディアム";
	padding-top: 50px;
	font-size: 25px;
}

/*Service タイトル*/
.service_title{
	color: #7b6767;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-style: normal;
}
.service_maintitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    LINE-HEIGHT: 1.8;
}
.service_diagonal{
		display: flex;
    flex-direction: row;
    align-items: center;
	}
.diagonal img{
	  vertical-align: bottom;
    width: 65%;
    height: auto;
/*	position: absolute;*/
}
.service_mainOne{
	  font-weight: 500;
   font-size: 80px;
	 letter-spacing: 0.4em;
}
.service_mainTwo{
	font-size: 20px;
	letter-spacing: 0.2em;
}

.serrvice_subtitle {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   padding: 50px;
	 line-height: 2.8;
}
.serrvice_subtitle .service_subOne{
	font-size: 30px;
	letter-spacing: 0.2em;
}
.serrvice_subtitle .service_subTwo{
	font-size: 20px;
	letter-spacing: 0.1em;
}

/*Service コンテンツ*/
.mainContent{
	padding-top: 20px;
}
/*左寄り*/
.left_wrapper {
    padding-left: 100px;
		position:relative;
    line-height: 1.8;
}
.number{
	position: absolute;
	top:-60px;
	font-size: 60px;
	
}
.inside_wrapper {
    background-color: #e3e9f1;
    padding: 30px 100px 50px 50px;
    width: 500px;
}

h3.insideTitle_big {
    display: inline;
    font-size: 28px;
    font-weight: 600;
}
h4.insideTitle_small {
    display: inline;
}
.inside_wrapper .mainContent{
	letter-spacing: normal;
}
.service_wrapper .service_img img{
		width: 300px;
		height: auto;
		position: relative;
    top: -144px;
    right: -570px;
}

/*右寄り*/
.right_wrapper {
    padding-right: 100px;
		padding-bottom: 230px;
		position:relative;
    line-height: 1.8;
		display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.service_wrapper .service_Rimg img{
		width: 300px;
		height: auto;
		position: relative;
    top: 80px;
    right: -80px;
}
.inside_wrapper_r {
    background-color: #e3e9f1;
    padding: 30px 50px 50px 100px;
    width: 500px;
}

/*company*/
.company_title{
	color: #7b6767;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-style: normal;
	display: flex;
	flex-direction: column;
}
.company_maintitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.8;
		padding-bottom: 70px;
}
p.about_company {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_company img{
	width:80%;
	height: auto;
	display: flex;
	flex-direction: column;
  align-items: center;
	
}

/*フッタ*/
.footer_bgc{
	border-top: solid #ffff61 4px;
	background-color: #333333;
	color: white;
	margin-top: 100px;
	padding: 10px 30px ;
}
.footer_bgc a{
	color: white;
}
.logo_wt {
    padding: 20px;
}
.copywrite{
	    text-align: right;
}








	}
  
  
  
  
  
  
  
  
  















