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

/*共通部分*/

html{
	font-size: 62.5%;
}

body{
	font-family: "YakuHanJP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
	line-height: 1.75;
	color: #1e1919;
	letter-spacing: 0.2em;
	padding-top: 80px;
	 -webkit-box-sizing: border-box;
  	box-sizing: border-box;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

.wrapper{
	max-width: 1080px;
	margin: 0 auto;
}

h2{
	text-transform: capitalize;
	font-size: 3.6rem;
	font-family: Avenir;
	color: #83a876;
}

h3{
	font-weight: normal;
	font-size: 1.8rem;
}

h4{
	font-weight: normal;
	text-transform: capitalize;
	font-size: 2.2rem;
	margin-bottom: 56px;
}

.sp{
	display: none!important;
}
/*ここまで共通部分*/

/*header*/
.page_header{
	height: 80px;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1
}

h1{
	padding-top: 10px;
}


.page_header a{
	text-decoration: none;
	color: #545454;
}


.main_nav{
	display: flex;
	font-size: 1.4rem;
	list-style: none;
	text-transform: capitalize;
	padding-top: 20px;
}

.main_nav li{
	margin-left: 40px;
}

.main_nav a:hover{
	color: #83a876;
}

/*TOP_IMG*/

.top{
	height: 90vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.top_img{
	width: 60%;
	
}

.top_text{
	width: 30%;
}

.top_text_title{
	font-weight: bold;
	font-size: 1.8rem;
	color: #58493d;
}

.top_text_detail{
	padding-top: 8px;
	font-size: 1.4rem;
	color: #58493d;
}


/*about*/
.top_about{
	padding: 120px 0 100px;
}

.top_about_contents{
	text-align: center;
}

.contents_title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.top_about_item{
	display: flex;
	list-style: none;
	margin-top: 64px;	
}

.top_about_item li{
	margin-left: 30px;
	width: calc((100% - 60px) / 3);

}

.top_about_item li:first-child{
	margin-left: 0;

}

.item_text{
	margin: 20px auto 0;
	display: block;
	width: 80%;
	text-align: left;
	font-size: 1.4rem;
}


/*about-btn*/

.btn-wrap{
	margin: 72px auto 0;
	text-align: center;
	overflow:hidden；

}

.btn{
	position: fixed;
}

.btn,
a.btn,
button.btn {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;

  
}

a.btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #e4efe0;
}


a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 2px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;

}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

/*works*/

.works{
	background-color: #efefef;
	padding: 120px 0 100px;
}

.works_wrap{
	margin-top: 64px;
}

.works_item{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.works_item li{
	padding-left: 20px;
	margin-bottom: 50px;
	width: calc((100% - 40px) / 3 );
}

.works_item li:last-child{
	margin-bottom: 0;
}

.works_img_wrap{
  margin: 0 auto;
  overflow: hidden;
}
.works_img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.works_img_wrap:hover img{
  width: 100%;
  height: 100%;
  opacity: 0.6;
  transition-duration: 0.3s;
}

.works_title{
	font-size:1.6rem;
	color: #1e1919;
}

.works_title:hover{
	color: #83a876;
}

.works_type{
	font-size: 1.2rem;
	color: #1e1919;
}



/*contact*/

.contact{
	padding: 80px 0 24px;
}

.sns{
	margin-top: 64px;
	display: flex;
	list-style: none;
}


.note{
	padding: 15px 0 0 25px;
}

.facebook{
	padding-left: 25px;
}


/*footer*/
footer{
	margin-top: 100px;
}

.page-footer {
	padding: 20px 0;
	text-align: center;
	background-color: #f7f3b5;
	clear:both;
}

.page-footer small {
  font-size: 1.2rem;
}


/*
about_page
*/


/*profile*/
.profile{
	padding: 80px 0 64px;;
	display: flex;
	justify-content: space-between;
}

.profile_text{
	background-color: #e4f3d2;
	max-width: 600px;
    height: auto;
	padding: 56px;
	font-size: 1.5rem;
}

.profile_img{
	margin-top: auto;
}



/*skill*/
.skill{
	padding: 80px 0 64px;
	margin-left: 20px;
}


.skill_icon{
	display: flex;
	list-style: none;
	margin-left: 10px;
}

.skill_icon li{
	padding-left: 20px;
}

.skill_icon li:first-child{
	padding-left: 0;
}


/*career*/
.career{
	padding: 80px 0 64px;
	margin-left: 20px;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

.timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}

.timeline-date {
	width: 110px;
	float: left;
	margin-top: 40px;
	font-size: 1.4rem

}
.timeline-content {
	width: 75%;
	float: left;
	border-left: 3px #e5e5d1 solid;
	padding-left: 30px;
	padding-top: 35px;
	z-index: 1;
}

.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #6fc173;
	position: absolute;
	left: 106px;
	top: 43px;
	border-radius: 100%;
}

.timeline_title{
	font-size: 2.0rem;
	font-weight: bold;
}

.timeline_text{
	font-size: 1.4rem;
	padding-top: 10px;
}

.vision{
	padding: 80px 0 64px;
	margin-left: 20px;
}

.vision h4{
	margin-bottom: 40px;
}

.vision_text{
	margin-left: 30px;
	width: 75%;
}

.vision_text_title{
	font-size: 1.6rem;
	margin-top: 40px;
	
}

.vision_text_detail{
	font-size: 1.4rem;
	margin-top: 10px;
}

.marker{
	background:linear-gradient(transparent 30%, #e2fffb 35%);
	font-weight:bold; 
}


/*
works_page
*/

.works_page_wrap{
	overflow: hidden;
}

.image_part{
	width: 30%;
	float: left;
	margin-top: 48px;
}

.text_part{
	width: 60%;
	float: right;
	margin-left: 20px;
	margin-top: 48px;
}

.text_part a{
	color: #1e1919;
	font-weight: bold;
}

.text_part a:hover{
	color: #83a876;
}


.text_part_title{
	font-size: 2.4rem;
	font-weight: bold;
}

.text_part_link{
	margin-top: 20px;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: bold;
}

.text_part_link a{
	color: #b0717e;
}

.works_detail_title{
	font-size: 1.8rem;
	margin-top: 60px;
}



.works_detail_text{
	font-size: 1.5rem;
	margin-top: 20px;
	max-width: 550px;
}

.works_detail_list{
	padding-left: 1.5rem;
	list-style-type: square;
}


.works_detail_list li{
	padding-left: 1rem;
	margin-top: 18px;
}

.works_detail_order{
	padding-left: 2.4rem;
}

.works_detail_order li{
	padding-left: 0.5rem;
	margin-top: 18px;
}

.deta{
	font-size: 1.3rem;
	font-weight: bold;
	margin: 32px 0 10px;
}



.deta_text{
	margin-top: 10px;
	font-size: 1.3rem
}

.works-page_img img{
	list-style: none;
	border: 1px solid #a8a8a8;

}

.img_sp{
	margin-top: 50px;
}

.design_point p{
	font-size: 1.4rem;
	padding-top: 3px;
}

.works_banner{
	margin-top: 60px;
}


.works_banner a{
	font-size:16px;
	color: #1e1919;
}


.works_banner a:hover{
	color: #83a876;
}


	


@media screen and (max-width: 480px) { 
	   

	.pc{
		display: none!important;	
	}
	
	.sp{
		display: block!important;
	}
	
	.wrapper{
		padding: 0 1.5rem;
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}
	
	h1{
		padding-top: 18px;
		font-size: 2rem;
	}
	
	
	h2{
	text-transform: capitalize;
	font-size: 2.4rem;
	font-family: Avenir;
	color: #83a876;
	}

	h3{
		font-weight: normal;
		font-size: 1.4rem;
	}

	h4{
		font-weight: normal;
		text-transform: capitalize;
		font-size: 1.8rem;
		margin-bottom: 32px;
	}

/*	sp header*/
	
	*,
	*:before,
	*:after {
	  -webkit-box-sizing: inherit;
	  box-sizing: inherit;
	}
	
	.nav-open .global-nav {
	  right: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	}
	
	.global-nav {
	  position: fixed;
	  right: -320px; 
	  top: 0;
	  width: 300px; 
	  height: 100vh;
	  padding-top: 40px;
	  background-color: #fff;
	  transition: all .6s;
	  z-index: 400;
	  overflow-y: auto;
	}
	
	
	.hamburger {
	  position: absolute;
	  right: 5px;
	  top: 13px;
	  width: 40px; 
	  height: 40px; 
	  cursor: pointer;
	  z-index: 500;
	}
	.global-nav__list {
	  margin: 40px;
	  padding: 0;
	  list-style: none;
	}
	.global-nav__item {
	  text-align: center;
	  padding: 0 14px;
	}
	.global-nav__item a {
	  display: block;
	  text-transform: capitalize;
	  padding: 8px 0;
	  font-size: 1.2rem;
	  margin-bottom: 20px;
	  border-bottom: 1px solid #eee;
	  text-decoration: none;
	  color: #111;
	}
	
	.global-nav__item a:hover {
	  background-color: #eee;
	}
	
	.hamburger__line {
	  position: absolute;
	  left: 11px;
	  width: 18px;
	  height: 1px;
	  background-color: #111;
	  transition: all .6s;
	}
	
	.hamburger__line--1 {
	  top: 14px;
	}
	
	.hamburger__line--2 {
	  top: 20px;
	}
	
	.hamburger__line--3 {
	  top: 26px;
	}
	
	.black-bg {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 200;
	  background-color: #000;
	  opacity: 0;
	  visibility: hidden;
	  transition: all .6s;
	  cursor: pointer;
	}
	
	
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  right: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	}

	
	
/*	top*/
	.top{
		display: block;
		height: 480px;
	}


	.top_img{
		width: 90%;
		margin-left: auto;
		padding-top: 40px;
	}


	.top_text{
		width: 80%;
		padding-top: 50px;
		padding-left: 15px;
	}

	.top_text_title{
		font-size: 1.6rem;
	}

	.top_text_detail{
		padding-top: 8px;
		font-size: 1.2rem;
	}
	
/*top_about	*/
	.top_about{
		padding: 80px 0 60px;
	}

	.top_about_contents{
		text-align: center;
	}

	.contents_title{
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.top_about_item{
		display: block;
		list-style: none;
		margin-top: 32px;	
	}

	.top_about_item li{
		margin: 40px auto 0px!important;
		width: 80%;

	}


	.item_text{
		margin-top: 10px;
		text-align: left;
	}
	

	/*works*/

	.works{
		background-color: #efefef;
		padding: 80px 0 60px;
	}

	.works_wrap{
		margin-top: 40px;
	}

	.works_item li{
		padding-left: 20px;
		margin-bottom: 50px;
		width: calc((100% - 20px) / 2 );
	}

	.works_item li:last-child{
		margin-bottom: 0;
	}

	.works_title{
		font-size:1.4rem;
		color: #1e1919;
	}

	.works_type{
		font-size: 1rem;
		color: #1e1919;
	}

	/*	contact*/

	.contact{
		padding: 56px 0 32px;
	}
	
	.sns{
		margin-top: 40px;
		width: 50%;
	}


	footer{
		margin-top: 72px;
	}

	
/*
	about_page
	*/
	
	.profile{
		padding: 64px 0 32px;
		display: block;
	}

	.profile_text{
		width: 100%;
		height: auto;
		padding: 40px;
		font-size: 1.2rem;
	}

	.profile_img{
		margin-top: 18px;
		text-align: center;
	}
/*skill*/
	.skill{
		padding: 64px 0 32px;
		width: 80%;
	}
	
	
/*career*/
	
	.timeline {
	  list-style: none;
	}
	.timeline > li {
		margin-bottom: 24px;
		position: static;
		z-index: 1;
	}

	.timeline-content{
		border-left: none;
		padding-left: 20px;
		padding-top: 8px;
	}
	.timeline-content:before{
		display: none;
		}

	.timeline_title{
		font-size: 1.4em;
		font-weight: bold;
	}

	.timeline_text{
		font-size: 1.2rem;
		padding-top: 8px;
	}

	.career{
		padding: 64px 0 32px;
	}


	.timeline-date {
		width: 100px;
		margin-top: 0px;
		font-size: 1.4rem
	}

	/*workspage*/

	.image_part{
		width: 100%;
		float: none;
		margin: 32px auto 0;
	}

	.text_part{
		width: 80%;
		float: none;
		margin: 20px auto 0;
	}


	.text_part_title{
		font-size: 2rem;
	}

	.text_part_link{
		margin-top: 10px;
		font-size: 1.2rem;
	}

	.works_detail_title{
		font-size: 1.8rem;
		margin-top: 32px;
	}

	.works_detail_text{
		font-size: 1.4rem;
		margin-top: 14px;
		max-width: 90%;
	}


	.works_detail_list li{
		padding-left: 0.5rem;
		margin-top: 8px;
	}

	.works_detail_order li{
		padding-left: 0.1rem;
		margin-top: 8px;
	}

	.deta{
		font-size: 1.2rem;
		margin: 24px 0 5px;
	}


	.deta_text{
		margin-top: 10px;
		font-size: 1.2rem;
	}

	.works-page_img{
		display: flex;
		list-style: none;
	}

	.works-page_img img{
		width: 100%;
	}

	.img_sp{
		margin: 0 0 0 10px;
	}

	.design_point p{
		font-size: 1.2rem;
		margin-top: 4px;
	}


}
