@charset "UTF-8";

html{
 
}

body{
	font-family: YuGothic,'Yu Gothic','Helvetica',sans-serif;



}



img{
max-width:100%;
height:auto;
}


	
.sp{
    display: block;
}
.pc{
    display: none;
}	

.helvetica{
	font-family: 'Helvetica',sans-serif;
}





#header{
	width: 100%;
	height: 100vh;
	position: relative;
}

#top_mainimg{
	height: 100%;
	box-sizing: border-box;
	background-image: url("../img/top_mainimg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom 0% right 13%;
}




#header_top{
	width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
	box-sizing: border-box;
  z-index: 9999;
  
}


#header_top::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000;
  transition: 0.5s;
}

#header_top.border::after{
  width: 100%;
}
#header_top.border.active::after{
  display: none;
}

#header_top.active{
  background-color: #aff3ea;
  height: 400px;
}

#site_logo{
	width: 170px;
	float: left;
	margin: 12px 10px 0 20px;
}

#site_logo a{
  display: block;
}

.header_sns_area{
	margin-top: 1px;
}


.header_facebook_icon{
	width: 44px;
	float: left;
}

.header_insta_icon{
	width: 44px;
	float: left;
	margin-left: -10px;
}

#header_menu_sp li{
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.header_menu_copyright{
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 30px;
}


#header_menu{
	float: right;
  width: 44px;
  height: 44px;
  position: fixed;
  cursor: pointer;
  right: 5px;
	top: 1px;

}

#header_menu span{
  width: 20px;
  height: 2px;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}

#header_menu span:first-of-type{
  top: 17px;
}

#header_menu span.active:first-of-type{
  top: 20px;
  transform: rotate(45deg);
  background-color: #000000;
}

#header_menu span:last-of-type{
  bottom: 17px;
}
#header_menu span.active:last-of-type{
  bottom: 22px;
  transform: rotate(-45deg);
  background-color: #000000;
}
.fixed #header_menu span{
  background-color: #000000;
}

#header_menu_sp{
  display: none;
  width: 100%;
  background-color: #aff3ea;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
	height: 360px;
	padding-top: 50px;
  
}




.top_header_maincopy{
	width: 70%;
	position: absolute;
	top: 17%;
	left: 14.5%;



	
}

.top_subcopy{
	width: 90%;
	max-width: 500px;
	
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

#top_main{
  padding-top: 70px;
}

.directioncopy{
	font-size: 10px;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin: auto;
}



.topintro_text_box{
	letter-spacing: 0.02rem;
	text-align: center;
}

	

.top_fusen_y1{
	width: 150px;
	position: absolute;
	top: -30px;
	left: 10px;
	z-index: -1;
	
}

.topintro_head{
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.02rem;
	z-index: 1;
	}

.topfirst_sab{
	font-size: 13px;
	margin-top: 72px;
	letter-spacing: 0.02rem;
}

.topfirst_head{
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
}

.topintro_headtext{
	margin-top: 40px;
	font-size: 22px;
	font-weight: bold;
	
}

.topintro_text{
	font-size: 13px;
	margin-top: 30px;
	line-height: 31px;
}



.top_section_img{
	background-image: url("../img/top_section_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: auto;
	height: 267px;
	margin: 30px auto 0;
	max-width: 400px;
}

.topsecond_text_box{
	margin-top: 56px;
	letter-spacing: 0.02rem;
	text-align: center;
	
}

.topsecond_head{
	font-size: 26px;
	font-weight: bold;
	
}


.topsecond_text{
	font-size: 13px;
	margin-top: 30px;
	line-height: 31px;
}



.goirai_icon{
	width: 138px;
	margin: 0 auto;
	margin-top: 110px;
	
}

.hiyou_icon{
	width: 138px;
	margin: 0 auto;
	margin-top: 86px;
}


footer{
	text-align: center;
	margin-top: 82px;
	padding-top: 10px;
	border-top: solid #000000 0.1px;
}

.footer_icon_box{
	margin-left: auto;
	margin-right: auto;
	
	
}
.footer_facebook_icon{
	display: inline-block;
	margin-right: -10px;
}

.footer_insta_icon{
	display: inline-block;
}



#footer_copyright{
	font-size: 10px;
	letter-spacing: 1px;
	
}

.yajirushi_toup{
	margin-top: 30px;
}


/*comany page*/


.company_text_area{
	width: 335px;
	margin: 0 auto;
	position: relative;
	
}
#company_top_fusen_y{
	width: 160px;
	position: absolute;
	top: -30px;
	left: 8px;
	z-index: -1;
	
}

#companyintro_box{
	margin-top: 125px;
}

#company_title{
	width: 220px;
	margin: 0 auto 80px;
}

.company_text{
	width: 335px;
	font-size: 13px;
	margin: 50px auto 0 auto;
	line-height: 31px;
	letter-spacing: 0.02rem
	
}


.office_img{
	width: 335px;
	margin: 26px auto 0 auto;
}

#company_section2_box{
	margin-top: 100px;
}

.company_section2_title{
	width: 250px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.company_section2_topillust{
	width: 320px;
	margin: 0 auto;
}

.member_profilebox{
	width: 335px;
	height: 260px;
	margin: 36px auto 0 auto;
	background-color: #D7F9F4;
}

.staff_illust_sekiguchi{
	width: 65px;
	float: left;
	margin: 1.5rem 0 0 1.8rem;
}

.staff_illust_tsuna{
	width: 73px;
	float: left;
	margin: 1.3rem 0 0 2rem;
	
}
.staff_illust_uemura{
	width: 70px;
	float: left;
	margin: 1.5rem 0 0 2rem;
	
}
.staff_illust_ishikawa{
	width: 70px;
	float: left;
	margin: 1.2rem 0 0 2rem;
	
}
.staff_illust_namba{
	width: 62px;
	float: left;
	margin: 1.3rem 0 0 2.2em;
	
}
.staff_illust_okamoto{
	width: 63px;
	float: left;
	margin: 1.5rem 0 0 2.2rem;
	
}



.profile_text{
	width: 170px;
	float: right;
	margin: 25px 25px;
}

.profile_text .post{
	font-size: 10px;
	letter-spacing: 0.02rem;
}

.profile_text .neme{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.15rem;
	margin-top: 10px;
	
}

.name_e{
	font-size: 10px;
	margin-top: 10px;
	letter-spacing: 0.05rem;
	font-weight: bold;
}


.profile_text dd{
	font-size: 11px;
	line-height: 20px;
	margin-top: 20px;
	
}



.blog_link{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 250px;
	text-indent: -0.8rem;
	margin: 20px auto;
	background-image: url("../img/profile_yajirushi.svg");
  background-repeat: no-repeat;
  background-position: right 0.05rem center;
	position: relative;


		
}
.blog_link a{
  display: block;

}

.blog_link::after{
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-image: url("../img/border_tegaki_blog.svg");
	background-repeat: no-repeat;
}
  
.company_goirai_icon{
	width: 138px;
	margin: 70px auto 0;
	
}

.company_hiyou_icon{
	width: 138px;
	margin: 70px auto 100px;
}


#company_profile{
	width: 220px;
	text-align: center;
	margin: 0 auto;
	
}



.company_box{
	width: 335px;
	margin: 50px auto; 
}

.company_profile_pc{
  display: none;
}

.company_profile dt{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.company_profile dd{
  font-size: 13px;
  line-height: 22px;
	letter-spacing: 0.02rem;
  margin-bottom: 25px;
  border-bottom: solid 1px #c9caca;
  padding-bottom: 25px; 
}

.point p{
  text-indent: -1em;
  padding-left: 1em;
}

.point p::before{
  content: "●"
}

	.accsess_box {
		font-size: 15px;
	letter-spacing: 0.1rem;
		width: 150px;
	line-height: 30px;
	border: solid 1px;
	text-align: center;
		margin: 0 auto;
		
	}
.accsess_box a{
	display: block;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 10001;
	width: 60%;
}


/*service*/

#service_main{
	overflow: hidden
}

.service_title_area{
	width: 335px;
	height: 193px;
	margin: 50px auto 0;
	position: relative;
	
}

.service_title_area .fusen_b{
	width: 160px;
	position: absolute;
	top: -45px;
	left: -2px;
  z-index: -1;
	
	
}

.service_title_area p{
	width: 260px;
	margin: 0 auto;
	padding-top: 75px;

}

.content_1{
	width: 335px;
	margin: 0 auto;
}

.service_content_title{
	font-size: 26px;
	line-height: 45px;
	font-weight: bold;
}

.wakuwaku{
	font-size: 26px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	
}

.wakuwaku::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #aff3ea;
}

.dokidoki{
	font-size: 26px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
}

.dokidoki::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #fff571;
}




.sevice_content_text{
	font-size: 13px;
	margin-top: 40px;
	line-height: 31px;
}

.service_illust1{
	width: 230px;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}

.content_2{
	width: 335px;
	margin: 318px auto;
}

.service_illust2{
	width: 280px;
	float: right;
	margin-top: -5px;
	margin-right: 20px;
}

.content_3{
	width: 335px;
	margin: 390px auto;
}
.service_illust3{
	width: 220px;
	float: right;
	margin-top: -20px;
}

.schedule_area{
	width: 335px;
	margin: 0 auto;
}

.schedule_title{
	width: 200px;
	margin: 0 auto;
}

.workschedule_coment{
	font-size: 13px;
	text-align: center;
	margin-top: 30px;
}

.schedule_img{
	width: 335px;
	margin-top: 50px;
}

.cost_area{
	margin-top: 100px;
}

.cost_title{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.border_tegaki{
	width: 335px;
	margin: 5px auto;
}

.cost_coment{
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
	line-height: 25px;
}

.contents_box{
	width: 335px;
	height: 70px;
	margin: 150px auto;
		margin-top: 50px;
}


.contents_box_iilust{
	width: 156px;
	margin: 0 auto;
}

.cost_contents_box_tiltle{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;

}

.cost_contents_box_tiltle .underline{
	position: relative;
}

.cost_contents_box_tiltle .underline::after{
position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #fff571;
	}


.cost_contents_box_text{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

#contact_area{
	width: 335px;
	margin: 0 auto;
}

.contact_title{
	width: 185px;
	margin: 150px auto 0;
	
}

.contact_text{
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
	line-height: 25px;
}


form{
	width: 335px;
	margin: 50px auto;
}

form .item-name{
	font-size: 12px;
}

input{
  width: 100%;

margin: 10px 0 30px;
  padding: 5px 0;
  border: 1px solid #ccc;
	box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea{
	width: 100%;
	margin: 10px 0 30px;
  padding: 5px 0;
  border: 1px solid #ccc;
	box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"]{
	width: 150px;
  background-color: #FFFFFF;
}
.submitbutton{
	text-align: center;
}

/*    work*/

#work_intro{
    width: 335px;
    margin: 125px auto 0;
    
}

#work_tittle{
    width: 130px;
    margin-bottom: 80px;
}

.nav{
    width: 335px;
    margin: 0 auto; 
    overflow: hidden;
    
}


.nav__item{
  float: left;
  margin: 0 10px 10px 0; 
    width: 162px; 
   
}

.nav__item_last{
    margin-right: 10px;
    
}

.nav__item_last_sp{
    margin-right: 0;
}


.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg{
    background: rgba(0,0,0,0.80);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

.close{
    color: #FFFFFF;
}

.page_work{
    position: relative;
  }
  
  .page_work::after{
    position: absolute;
 		 bottom: -1px;
  		left: 0;
    z-index: -1;
 	 	content: '';
 		 width: 100%;
  		height: 5px;
 		 background: #fff458;
    display: inline-block;

  }





footer{
    clear: both;
}




@media screen and (min-width : 768px ){
html{
}	
	




.sp{
	display: none;
}

.pc{
	display: block;
}
	


	#header{
	background-repeat: no-repeat;
		
	}
	
	#top_mainimg{
		height: 100%;
		background-image: url("../img/top_mainimg.jpg");
		background-position: bottom 0 right 20%;
		background-size: cover;
		
	}
	
#site_logo{
	width: 192px;
	float: left;
	margin: 12px 10px 0 25px;
}

	
	.header_facebook_icon{
		width: 48px;
	}
	.header_insta_icon{
		width: 48px;
	}
	
	
	#header_menu_pc{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.02rem;
		color: #000000;
		float: right;
		margin: 16px 25px 0 0;

	}
	
	.top_header_maincopy{
		width: 50%;
		position: absolute;
		top: 10rem;
		left: 25%;

	}
	.top_subcopy{
	width: 80%;
	max-width: 500px;
	
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

	.directioncopy{
		font-size: 10px;
	letter-spacing: 0.07rem;
	
}
	
	

	#header_menu_pc li{
		margin-right: 35px;
		float: left;
	}
	#header_menu_pc li:last-of-type{
		margin-right: 0;
	}
	
	#header_menu_pc a{
		position: relative;
 	 display: inline-block;
  	text-decoration: none;
	}
	
	#header_menu_pc a::after{
		position: absolute;
 		 bottom: -1px;
  		left: 0;
    z-index: -1;
 	 	content: '';
 		 width: 100%;
  		height: 5px;
 		 background: #fff458;
 		 transform: scale(0, 1);
  		transform-origin: right top;
  		transition: transform .3s;
}	
  	
	#header_menu_pc a:hover::after{
		transform-origin: left top;
  		transform: scale(1, 1);
	}
  
  .page_company{
    position: relative;
  }
  
  .page_company::after{
    position: absolute;
 		 bottom: -1px;
  		left: 0;
    z-index: -1;
 	 	content: '';
 		 width: 100%;
  		height: 5px;
 		 background: #fff458;
    display: inline-block;

  }
  
.topinto_box_1{
  width: 638px;
  margin: 0 auto;
  overflow: hidden;
}
	
	
.topintro_text_box{
		width: 330px;
		float: right;
	}
	
	
.topintro_head{
	font-size: 55px;
	margin-bottom: 60px;
	letter-spacing: 0.04rem;
	}
	
	
	.topfirst_sab{
	margin-top: 0;
}


.topintro_headtext{
	margin-top: 40px;
	font-size: 22px;
	font-weight: bold;
	
}

.topintro_text{
	font-size: 13px;
	margin-top: 17px;
	line-height: 31px;
}

	.topsecond_text_box{
		width: 330px;
		float: right;
	}
  


 
	.top_section_img{
		width: 250px;
		height: 250px;
		float: left;
		margin-top: 0;
	}


	
	.topsecond_head{
		font-size: 26px;
	}
	
	
	
	.goirai_icon {
    	width: 145px;
   		float: left;
		margin: 0;
		margin: 80px 0 60px 60px;
  }
  
  
	.hiyou_icon{
		width: 145px;
		margin: 0;
		margin-left: 60px;
	}

	
	footer{
		padding-top: 10px;
	}
	
/*	company*/
  
  #companyintro_box{
    width: 638px;
    margin: 135px auto 0;
/*    overflow: hidden;*/
  }
  
  .company_text{
	  font-size: 13px;
	  line-height: 31px;
    margin-top: 120px;
  }
  
  
	
	.company_text_area{
		width: 322px;
		float: left;
		margin-left: 0;
		position: relative;
	}
	
	
	#company_top_fusen_y{
	width: 180px;
	position: absolute;
	top: -40px;
	left: -25px;
	z-index: -1;
	
}


	#company_title{
		float: left;
		width: 250px;
	}
	
	#company_section2_box{
		width: 638px;
		margin: 120px auto 0;

	}
	
	.company_section2_topillust{
		width: 616px;
		margin-bottom: 0px;
		overflow: hidden
	}
	
	.company_section2_title{
		width: 300px;
		float: left;
		clear: both;
		margin-top: 120px;
		margin-bottom: 60px;
	
	}
	
	.office_img{
		width: 270px;
		float: right;
  margin: 0;
	}
	
	.company_box{
		width: 638px;
	}
	
.member_profilebox{
	width: 305px;
	height: 230px;
	margin: 0;
	margin: 0 28px 28px 0;
	background-color: #D7F9F4;
	float: left;
}
	

	.profilebox_tsuna{
		margin-right: 0;
	}
	
	.profilebox_ishikawa{
		margin-right: 0
	}
	
	.profilebox_okamoto{
		margin-right: 0
	}
	
	.profile_text{
	width: 160px;
	float: right;
	margin: 20px 20px;
}
	
	.profile_text .post{
	font-size: 10px;
	letter-spacing: 0.1rem;
}

.profile_text .neme{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-top: 10px;
	
}

.name_e{
	font-size: 0.8rem;
	margin-top: 0.5rem;
	letter-spacing: 0.05rem;
	font-weight: bold;
}


.profile_text dd{
	font-size: 10px;
	line-height: 18px;
	margin-top: 15px;
	
}
	
.blog_link{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	
	margin: 0;
	margin: 30px auto 50px;
  line-height: 20px;
	background-image: url("../img/profile_yajirushi.svg");
  background-repeat: no-repeat;
  background-position: right 0.1rem center;
}
	
	
	.blog_link::after{
	position: absolute;
	bottom: -12px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-image: url("../img/border_tegaki_blog_pc.svg");
	background-repeat: no-repeat;
}
	
	
	
	
	.staff_illust_sekiguchi{
	width: 56px;
	float: left;
	margin: 28px 0 0 30px;
}

.staff_illust_tsuna{
	width: 62px;
	float: left;
	margin:28px 0 0 30px;
	
}
.staff_illust_uemura{
	width: 60px;
	float: left;
	margin: 28px 0 0 30px;
	
}
.staff_illust_ishikawa{
	width: 60px;
	float: left;
	margin: 28px 0 0 30px;
	
}
.staff_illust_namba{
	width: 55px;
	float: left;
	margin: 24px 0 0 32px;
	
}
.staff_illust_okamoto{
	width: 54px;
	float: left;
	margin: 28px 0 0 32px;
	
}
	
	.company_goirai_icon{
		width: 145px;
		float: left;
		margin: 0;
		margin-right: 54px;
	}
	
	.company_hiyou_icon{
		width: 145px;
		float: left;
		margin: 0;
	}
	
	.company_buttonbox{
		width: 344px;
		margin: 0 auto;
		padding-top: 80px;
		overflow: hidden;
        clear: both;
	
		
	}

.company_profile{
	width: 249px;
	margin-bottom: 50px;
		
	}
	
	.company_profile_box_pc{
		width: 638px;
		margin: 150px auto 0;
	}


  .company_profile_pc{
    display: table;
	font-size: 13px;
	line-height: 32px;
	letter-spacing: 0.02rem;
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

table th,td{
	padding: 20px 20px;
	border-bottom: solid #c9caca 1px;
}

table td{
	width: 90%;
}

table th{
	width: 30%;
	font-weight: bold;
}
	
.point{
  text-indent: -1em;
  padding-left: 1em;
}

.point::before{
  content: "●"
}

	
.accsess_box {
		font-size: 18px;
	letter-spacing: 0.1rem;
		width: 220px;
	line-height: 40px;
	border: solid 1px;
	text-align: center;
		margin: 0 auto;
		
	}
.accsess_box a{
	display: block;
}

	

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 45%;
}
	
	
/*	service*/
	
  .page_service{
    position: relative;
  }
  
  .page_service::after{
    position: absolute;
 		 bottom: -1px;
  		left: 0;
    z-index: -1;
 	 	content: '';
 		 width: 100%;
  		height: 5px;
 		 background: #fff458;
    display: inline-block;

  }
	
	.cost_title{
		font-size: 26px;
	}
  

/*	sevice main*/
	
	#service_main{
	overflow: hidden
}

.service_title_area{
	width: 638px;
	height: 200px;
	margin: 120px auto 0;
	position: relative;
	
}

.service_title_area .fusen_b{
	width: 180px;
	position: absolute;
	top: -40px;
	left: 150px;
  z-index: -1;
	
	
}

.service_title_area p{
	width: 210px;
	margin: 0;
	padding: 0;

}

.content_1{
	width: 638px;
	margin: 0 auto;
	overflow: hidden;
}

.service_content_title{
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
}

.wakuwaku{
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	
}

.wakuwaku::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #aff3ea;
}

.dokidoki{
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
}

.dokidoki::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #fff571;
}




.sevice_content_text{
	width: 450px;
	font-size: 13px;
	margin-top: 45px;
	line-height: 31px;
	float: left;
}

.service_illust1{
	width: 190px;
	float: right;
	margin-top: -230px;
}

.content_2{
	width: 638px;
	margin: 125px auto 0;
	overflow: hidden;
}
	
.service_illust2{
	width: 250px;
	float: right;
	margin-top: -250px;
	margin-right: 25px;
}	
	

.content_3{
	width: 638px;
	margin: 125px auto 0;
	overflow: hidden;
}
	
.service_illust3{
	width: 250px;
	float: right;
	margin-top: -240px;
}	
		


.schedule_area{
	width: 638px;
	margin: 200px auto;
}

.schedule_title{
	width: 270px;
	margin: 0;
}

.schedule_img{
	width: 550px;
	margin: 80px auto 0;
}

.cost_area{
	margin-top: 100px;
}

.cost_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.border_tegaki{
	width: 638px;
	margin: 5px auto;
}

.cost_coment{
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
	line-height: 25px;
}
	
	.contents_box_area{
		width: 638px;
		height: 1000px;
		margin: 0 auto 60px;
		overflow: hidden;
	}

.contents_box{
	width: 190px;
	height: 80px;
	margin: 0;
	float: left;
	margin-right: 34px;
	margin-top: 80px;
}
	
	.costbox_last{
		margin-right: 0;
	}


.contents_box_iilust{
	width: 110px;
	margin: 0 auto;
}

.cost_contents_box_tiltle{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
	border-bottom: solid 1px #9fa0a0;
	padding-bottom: 15px;
}


.cost_contents_box_text{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
	

#contact_area{
	width: 638px;
	overflow: hidden;
	margin: 0;
	margin: 0 auto;
/*	padding-top: 250px;*/

	
}

.contact_title{
	width: 245px;
	margin: 0;
	
}

.contact_text{
	font-size: 13px;
	margin-top: 25px;
	line-height: 25px;
	text-align: left;
}
	
	.form_atari_pc{
		width: 638px;
		margin: 50px auto;
	}

/*    work*/

#work_intro{
    width: 638px;
    margin: 120px auto 0;
    
}

#work_tittle{
    width: 150px;
    margin-bottom: 80px;
}

.nav{
    width: 638px;
    margin: 0 auto; 
    overflow: hidden;
    
}


.nav__item{
  float: left;
  margin: 0 12px 12px 0; 
    width: 204px; 
   
}
.nav__item_last{
    margin-right: 0;
}


.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg{
    background: rgba(0,0,0,0.80);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}

.close{
    color: #FFFFFF;
}

	
	
	
	}






	
	
@media screen and (min-width : 1024px ){
html{
}	
	
	.topintro_head{
		font-size: 60px;
	}
	
	#site_logo{
	width: 198px;
	float: left;
	margin: 0;
	margin: 12px 10px 0 40px;
}

	.header_facebook_icon{
		width: 50px;
		margin: 0 0 0 10px
	}
	.header_insta_icon{
		width: 50px;
	}
	
	
	#header_menu_pc{
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.02rem;
		color: #000000;
		float: right;
		margin: 0;
		margin: 16px 40px 0 0;

	}
	
		#header_menu_pc li{
		margin-right: 50px;
		float: left;
	}
	#header_menu_pc li:last-of-type{
		margin-right: 0;
	}
	
	
	
		.top_header_maincopy{
		width: 36%;
		position: absolute;
		top: 21em;
		left: 6rem;

	}
	
  .top_subcopy{
	width: 70%;
	 max-width: 640px;
	
}
	
	.topinto_box_1{
  width: 824px;
  margin: 0 auto;
  overflow: hidden;
}
	
	
.topintro_text_box{
		width: 433px;
		float: right;
	}
	
	
.topintro_head{
	font-size: 70px;
	margin-top: 30px;
	margin-bottom: 90px;
	letter-spacing: 0.04rem;
	}
	
	
	.topfirst_sab{
		font-size: 14px;
		margin-top: 0;
}

	.topfirst_head{
		font-size: 35px;
	}
	
.topintro_headtext{
	margin-top: 52px;
	font-size: 28px;
	font-weight: bold;
	
}

.topintro_text{
	font-size: 17px;
	margin-top: 26px;
	line-height: 44px;
}

	.topsecond_text_box{
		width: 433px;
		float: right;
	}
  


 
	.top_section_img{
		width: 335px;
		height: 335px;
		float: left;
		margin-top: 0;
	}


	
	.topsecond_head{
		font-size: 35px;
	}
	
	
	.topsecond_text{
		font-size: 17px;
		line-height: 44px;
	}
	.goirai_icon {
    	width: 192px;
   		float: left;
		margin: 0;
		margin: 105px 0 60px 60px;
  }
  
  
	.hiyou_icon{
		width: 192px;
		margin: 0;
		margin-left: 60px;
	}

	
	
/*	company*/
	
	
	#companyintro_box{
    width: 824px;
    margin: 150px auto 0;
/*    overflow: hidden;*/
  }
	
	#company_top_fusen_y{
	width: 190px;
	position: absolute;
	top: -40px;
	left: -35px;
	z-index: -1;
	
}
	
	
	.company_text{
		width: 430px;
	  font-size: 17px;
	  line-height: 44px;
		margin: 0;
		margin-top: 135px;
  }
  
  
	
	.company_text_area{
		width: 430px;
		float: left;
	}
	
	#company_title{
		float: left;
		width: 332px;
	}
	
	.office_img{
		width: 345px;
		float: right;
  		margin: 0;
	}
  
	
	#company_section2_box{
		width: 824px;
		margin: 200px auto 0;

	}
	
	.company_section2_topillust{
		width: 822px;
		margin-bottom: 0px;
		overflow: hidden;
	}
	
	.company_section2_title{
		width: 400px;
		float: left;
		margin-top: 200px;
	
	}
	
	
.member_profilebox{
	width: 395px;
	height: 296px;
	margin: 0;
	margin: 0 28px 28px 0;
	background-color: #D7F9F4;
	float: left;
}
	

	.profilebox_tsuna{
		margin-right: 0;
	}
	
	.profilebox_ishikawa{
		margin-right: 0
	}
	
	.profilebox_okamoto{
		margin-right: 0
	}
	
	.profile_text{
	width: 200px;
	float: right;
	margin: 30px 30px;
}
	
	.profile_text .post{
	font-size: 12px;
	letter-spacing: 0.1rem;
}

.profile_text .neme{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-top: 10px;
	
}

.name_e{
	font-size: 12px;
	margin-top: 0.5rem;
	letter-spacing: 0.05rem;
	font-weight: bold;
}


.profile_text dd{
	font-size: 13px;
	line-height: 20px;
	margin-top: 30px;
	
}
	
.blog_link{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 400px;

	margin: 0;
	margin: 40px auto 70px;
  line-height: 20px;
	background-image: url("../img/profile_yajirushi.svg");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
}
	
	
	
	.btn03 {
/*    background-color: #9fa0a0;*/
    border: 1px solid #333;
    color: #333 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn03:hover {
    background-color: transparent;
	background-color: #333;
    border: 1px solid #333;
    color: #fff !important;
	
}
	
	.staff_illust_sekiguchi{
	width: 75px;
	float: left;
	margin: 30px 0 0 45px;
}

.staff_illust_tsuna{
	width: 80px;
	float: left;
	margin: 30px 0 0 40px;
	
}
.staff_illust_uemura{
	width: 78px;
	float: left;
	margin: 30px 0 0 45px;
	
}
.staff_illust_ishikawa{
	width: 76px;
	float: left;
	margin: 30px 0 0 45px;
	
}
.staff_illust_namba{
	width: 70px;
	float: left;
	margin: 25px 0 0 45px;
	
}
.staff_illust_okamoto{
	width: 70px;
	float: left;
	margin: 30px 0 0 45px;
	
}
	
	.company_goirai_icon{
		width: 180px;
		float: left;
		margin: 0;
		margin-right: 80px;
	}
	
	.company_hiyou_icon{
		width: 180px;
		float: left;
		margin: 0;
	}
	
	.company_buttonbox{
		width: 440px;
		margin: 0 auto;
		padding-top: 80px;
		overflow: hidden;
        clear: both;
	
		
	}

.company_profile{
	width: 332px;
	margin-bottom: 50px;
		
	}
	
	.company_profile_box_pc{
		width: 824px;
		margin: 230px auto 0;
	}
	
	
	.company_box{
		width: 824px;
	}


  .company_profile_pc{
    display: table;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0.02rem;
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

table th,td{
	padding: 20px 20px;
	border-bottom: solid #c9caca 1px;
}

table td{
	width: 90%;
}

table th{
	width: 30%;
	font-weight: bold;
}
	
.point{
  text-indent: -1em;
  padding-left: 1em;
}

.point::before{
  content: "●"
}

.accsess_box {
	color: #ffff;
	font-size: 20px;
	letter-spacing: 0.1rem;
	width: 250px;
	line-height: 45px;
	border: none;
	text-align: center;
	margin: 0 auto;
		
	}
.accsess_box a{
	display: block;
}
	
	

.btn04 {
/*    background-color: #9fa0a0;*/
    border: 1px solid #333;
    color: #333 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn04:hover {
    background-color: transparent;
	background-color: #333;
    border: 1px solid #333;
    color: #fff !important;
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 30%;
}
	
	
/*service*/

	#service_main{
	overflow: hidden
}

.service_title_area{
	width: 824px;
	height: 300px;
	margin: 150px auto 0;
	position: relative;
	
}

.service_title_area .fusen_b{
	width: 200px;
	position: absolute;
	top: -50px;
	left: 200px;
  z-index: -1;
	
	
}

.service_title_area p{
	width: 280px;
	margin: 0;
	padding: 0;

}

.content_1{
	width: 824px;
	margin: 0 auto;
	overflow: hidden;
}

.service_content_title{
	font-size: 38px;
	line-height: 60px;
	font-weight: bold;
}

.wakuwaku{
	font-size: 38px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
	
}

.wakuwaku::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #aff3ea;
}

.dokidoki{
	font-size: 38px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
}

.dokidoki::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #fff571;
}




.sevice_content_text{
	width: 600px;
	font-size: 17px;
	margin-top: 45px;
	line-height: 44px;
	float: left;
}

.service_illust1{
	width: 225px;
	float: right;
	margin-top: -290px;
}

.content_2{
	width: 824px;
	margin: 125px auto 0;
	overflow: hidden;
}
	.service_illust2{
	width: 310px;
	float: right;
	margin-top: -320px;
		margin-right: 30px;
}

.content_3{
	width: 824px;
	margin: 125px auto 0;
	overflow: hidden;
}
.service_illust3{
	width: 300px;
	float: right;
	margin-top: -300px;
}

.schedule_area{
	width: 824px;
	margin: 200px auto;
}

.schedule_title{
	width: 365px;
	margin: 0;
}

.schedule_img{
	width: 650px;
	margin: 100px auto 0;
}

.cost_area{
	margin-top: 100px;
}

.cost_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.border_tegaki{
	width: 824px;
	margin: 5px auto;
}

.cost_coment{
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
	line-height: 25px;
}
	
	.contents_box_area{
		width: 824px;
		height: 1700px;
		margin: 0 auto 30px;
		overflow: hidden;
	}

.contents_box{
	width: 245px;
	height: 130px;
	margin: 0;
	float: left;
	margin-right: 44px;
	margin-top: 150px;
}
	
	.costbox_last{
		margin-right: 0;
	}


.contents_box_iilust{
	width: 135px;
	margin: 0 auto;
}

.cost_contents_box_tiltle{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}


.cost_contents_box_text{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
	

#contact_area{
	width: 824px;
	overflow: hidden;
/*	margin: 0;*/
	margin: 0 auto;
/*	padding-top: 250px;*/

	
}

.contact_title{
	width: 330px;
	margin: 0;
	
}

.contact_text{
	font-size: 14px;
	margin-top: 25px;
	line-height: 25px;
	text-align: left;
}
	
	.form_atari_pc{
		width: 638px;
		margin: 50px auto;
	}
    
/*    work*/

#work_intro{
    width: 824px;
    margin: 200px auto 0;
    
}

#work_tittle{
    width: 198px;
    margin-bottom: 80px;
}

.nav{
    width: 824px;
    margin: 0 auto; 
    overflow: hidden;
    
}


.nav__item{
  float: left;
  margin: 0 22px 22px 0; 
    width: 260px;
    
   
}
.nav__item_last{
    margin-right: 0;
}


.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg{
    background: rgba(0,0,0,0.80);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 35%;
}

.close{
    color: #FFFFFF;
}

	}
	
