@charset "UTF-8";
@import url("style-work-inochi.css");
html{font-size: 62.5%;
	font-feature-settings: "palt" 1;
}
body{
	min-height: 100vh;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif","Heisei Kaku Gothic Std W5", "YuGothic Medium";
	margin: 40px 30px 0;
    }
*{
	cursor: url("../pic/cursor@2x.png"),auto;
	cursor: -webkit-image-set(url("../pic/cursor@2x.png") 1x, url("../pic/cursor@2x.png") 2x),auto;
}
a{
	cursor: url("../pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("../pic/pointer@2x.png") 1x, url("../pic/pointer@2x.png") 2x),auto;
}
img{
	pointer-events: none;
}
#nav-drawer{
	position: relative;
}
.nav{
	display: none;
}
	.nav-unshown{
		display: none;
		position: absolute;
		top: 200px;
}
	.hamburger{
		display: none;
		position: fixed;
		height: 15px;
		top: 60px;
		right: 43px;
		z-index: 50;
	}
	.hamburger i {
		display: block;
		width: 22px;
		height: 2px;
		background-color: #3E3D4D;
		position: absolute;
		transition: transform .5s, opacity .5s;
}
	.hamburger i:nth-child(1) {
   	 	top: 0px;
}
	.hamburger i:nth-child(2) {
    	top: 0;
    	bottom: 0;
    	margin: auto;
}
	.hamburger i:nth-child(3) {
    	bottom: 0;
}
.back img{
	position: fixed;
	left: 30px;
	top: 200px;
	width: 80px;
    transition: 0.3s;
	cursor: url("../pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("../pic/pointer@2x.png") 1x, url("../pic/pointer@2x.png") 2x),auto;
	z-index: 20;
	pointer-events: auto;
}
.back img:hover{
	transform:scale(0.9);
    transition-duration: 0.3s;
}
.forward img{
	position: fixed;
	bottom: 200px;
	width: 80px;
    transition: 0.3s;
	cursor: url("../pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("../pic/pointer@2x.png") 1x, url("../pic/pointer@2x.png") 2x),auto;
	float: right;
	z-index: 20;
	right: 30px;
	pointer-events: auto;
}
.forward img:hover{
	transform:scale(0.9);
    transition-duration: 0.3s;
}	
.title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
h1{
	display: block;
	font-size: 2em;
	font-weight: 500;
	color: #3E3D4D;
    letter-spacing: 0.3em;
	width: 100%;
	text-align: center;
}
.br-pc{
		display: none
	}
.logo{
	position: fixed;
	z-index: 10;
	transition: 0.4s;
}
.logo img{
	width: 80px;
	z-index: 10;
	cursor: url("../pic/pointer2@2x.png"),auto;
	cursor: -webkit-image-set(url("../pic/pointer2@2x.png") 1x, url("../pic/pointer2@2x.png") 2x),auto;
	pointer-events: auto;
}
.logo:hover{
	transform: scale(1.12);
	transition-timing-function: ease-out;
    transition-duration: 0.4s;
}
.H{
	position: fixed;
	width: 13px;
	top: 25px;
	height: 13.6px;
    margin: 33.5px;
    z-index: 20
}	
.logo-sp{
	display: none;
}
 ul {
	 list-style: none;
}
 li{
     display: inline; 
	 margin-right: 2%
}
.nav-work{
	padding: 0 0 0px 3px;
	text-decoration: none;
}
 a{
   text-decoration: none;
   color:#3E3D4D;
}
 a:hover{
   text-decoration: none;
	color: #A4A1A5
}
nav{
    font-size: 1.4em;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 90px;
	z-index: 50;
}
main{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 80px;
	text-align: center;
}
.main-img {
	width: 40%;
	height: 40%;
}
.main-img-width{
	width: 80%;
	height: 80%;
}
.imgs{
	text-align: center;
	margin-top: 200px
}
.imgs img{
	width: 80%;
	padding-bottom: 30px
}
.tosite{
	text-align: center;
}
h2{
	width: 100%;
	font-size: 1.6em;
	font-weight: normal;
	color: #3E3D4D;
    letter-spacing: 0.15em;
	text-align: center;
}
h3{
	width: 100%;
	font-size: 2em;
	font-weight: 600;
	color: #3E3D4D;
    letter-spacing: 0.15em;
	text-align: left;
	margin-top: 150px;
	left: 0;
}
p{
	width: 100%;
	font-size: 1.6em;
	font-weight: normal;
	color: #3E3D4D;
    letter-spacing: 0.15em;
	line-height: 2em;
	text-align: left;
	margin-top: 50px;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.grad-wrap{
	display: none;
}
.grad-btn {
	font-size: 1.2em;
	font-weight: normal;
	color: #3E3D4D;
    letter-spacing: 0.15em;
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ*/
}
.grad-item {
	position: relative;
  	width: 100%;
	font-size: 1.6em;
	font-weight: normal;
	color: #3E3D4D;
    letter-spacing: 0.15em;
	line-height: 2em;
	text-align: justify;
  	text-justify: auto;
	margin-top: 50px;
  	overflow: hidden;
 	height: 200px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /*グラデーションで隠す高さ*/
  background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.process-img{
}
.process-img img{
	width: 33%;
}
.process-img2{
	text-align: center;
}
.process-img2 img{
	width: 50%;
	padding-bottom: 30px
}
.top img{
	position: absolute;
	right: 150px;
	width: auto;
	height: 80px;
	transition-duration: 0.3s;
	cursor: url("../pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("../pic/pointer@2x.png") 1x, url("../pic/pointer@2x.png") 2x),auto;
	pointer-events: auto;
	}
.top img:hover{
	transform:scale(0.9);
    transition-duration: 0.3s;
}
footer{
	width: 100%;
	height: 10em;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 100px 0 0;
	line-height: 2em;
	position: static;
	bottom: 0;
	color: #3E3D4D;
	text-align: center;
}

	/*タブレット用*/
@media screen and (max-width: 959px){
	.main-img{
		width: 50%;
	}
	p{
		background-size: 40%;
	}
}

/*スマホ用*/
@media(max-width: 480px){
	body{
		margin:0;
	}
	.title{
		margin: 20px;
	}
	.logo img{
		width: 60px;	
	}
	.logo{
		left: 15px;
	}
	.logo-sp{
		display: block;
	}
	.logo-pc{
		display: none;
	}
	.H{
		display: none
	}
	.br-pc{
		display: block;
	}
	h1{
		font-size: 1.4em;
		text-align: left;
		padding-left: 20%
	}
	 li{
     display: block; 
	 margin: 3%
}
	.hamburger{
		display: block
	}
	.nav{
		display: block;
	}
	nav{
	overflow: auto;
	position: fixed;
	height: 100%;
	width: 100%;
	margin-top: 0px;
    font-size: 1.8em;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: left;
	padding-top: 80px;
	background-color: #FFFFFF;
	opacity: 90%;
	z-index: 30;
		transition:  .4s ease-in;
		transform: translateY(105%);
}	
	#nav-input:checked ~ #nav-close{
		display: block;
		opacity: .5;
	}
	#nav-input:checked ~ .nav{
		transform: translateY(0%);
		transition:  .5s ease-in-out;
	}
	.back img{
		left: 15px;
		top: 120px;
		width: 50px;
		height: auto;
	}
	.forward img{
		right: 15px;
		bottom: 120px;
		width: 50px;
		height: auto;
	}
	.top img{
		right: 57px;
		height: 50px;
	}
	main{
		margin: 0px 65px 0;
	}
	.main-img{
		width: 100%
	}
	p{
		display: none;
	}
	.grad-wrap{
		display: block;
	}
	.br-sp{
		display: none;
	}
	.process-img img{
		width: 100%
	}
	.process-img2 img{
		width: 100%
	}
	footer{
		font-size: 1em;
	}
}

/*SE用*/
@media(max-width: 320px){
	body{
		margin:0;
	}
	.logo img{
		width: 50px;	
	}
	.logo{
		left: 15px;
	}
	h1{
		font-size: 1.3em;
		margin: 0;
	}
	h2{
		font-size: 1.2em;
	}
	.H{
		width: 9px;
		height: auto;
		top: 15px;
		margin: 15.5px;
	}
	 li{
     display: block; 
	 margin: 3%
}
	.hamburger{
		display: block
	}
	.nav{
		display: block;
	}
	nav{
	overflow: auto;
	position: fixed;
	height: 100%;
	width: 100%;
	margin-top: 0px;
    font-size: 1.6em;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: left;
	padding-top: 80px;
	background-color: #FFFFFF;
	opacity: 90%;
	z-index: 30;
		transition:  .4s ease-in;
		transform: translateY(105%);
}	
	#nav-input:checked ~ #nav-close{
		display: block;
		opacity: .5;
	}
	#nav-input:checked ~ .nav{
		transform: translateY(0%);
		transition:  .5s ease-in-out;
	}
	.back img{
		left: 15px;
		top: 120px;
		width: 45px;
		height: auto;
	}
	.forward img{
		right: 15px;
		bottom: 120px;
		width: 45px;
		height: auto;
	}
	.top img{
		right: 57px;
		height: 45px;
	}
	main{
		margin: 0px 60px 0;
	}
	.grad-item{
		font-size: 1.2em;
	}
	.grad-btn{
		font-size: 1em;
	}
}