@charset "UTF-8";

html {
  font-size: 62.5%;
}/* 10px*/

*, *::before, *::after {
  box-sizing: border-box;
}/* ←これを入れとくと、パディングとボーダーを含めてwidthとheigthを指定可能*/


body {
  background: #fff url('../images/bg3.png') no-repeat fixed left top;
  background-size: 100%;
/*background-position: 0 5%;*/
  color: #fff;
  font-size: 1.4rem;
  font-family:"Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}


.clearfix::after {
    content: ''; 
    display: block;   
    clear: both; 
    visibility:hidden;
}


	
/* --------------------------------
 * 共通
 * -------------------------------- */

.heading{
	position: relative;
	margin: 5px 0 15px;
	padding-bottom:15px
	letter-spacing: 2px;
	font-size: 4rem;
	text-align: center;
}

@media (max-width: 768px){

.heading{
	position: relative;
	margin: 5px 0 15px;
	padding-bottom:15px
	letter-spacing: 2px;
	font-size: 2.5rem;
	text-align: center;
}
.midashi{
	margin: 0 30px 0 30px;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;	
}
}

.heading::before,
.heading::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
}

.heading::before{
  bottom: 5px;
  text-align: center;
}

.midashi{
	margin:30px 0 0px 0;
	text-align: center;
	line-height: 2;
	
}
/* --------------------------------
 * ヘッダー
 * -------------------------------- */
#Top-head{
	background-color: #fff;
}


/* --.logo{
	width:150px;
	float:left;-- 
}*/

#global-nav{
	width:100%;
	text-align: right;
	color: #333;
	font-size: 1.2rem;
}


#global-nav ul{
	list-style: none; 
	display: inline-block;
}

#global-nav li{
	float:left;

}


#global-nav .nav-item a{
	display: inline-block;
	margin: 0 15px;
	text-align: right;
	letter-spacing: 1px;
	text-decoration:none;
	color: #333;
}

#global-nav .nav-item a:hover{
	color: #999;
}

/* --------------------------------
 * ヘッダーのメディアクエリ
 * -------------------------------- */
@media (max-width: 768px){
#Top-head{
	display:none;
}


}
/* --------------------------------
 * Top
 * -------------------------------- */

.top {
  padding: 40px 30px 80px;
  height:550px;
  position:relative;
}

.topmoji{
float: left;
margin: 10px 0 0 0;
}


.site-title-catch {
  letter-spacing: 1px;
  font-size: 1.6rem;
  color: #fff;
}

.site-title-sub {
  margin: 0 0 5px;
  font-size: 2.2rem;
  color: #000;
}

.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: block;
  width:350px;
  height: 1px;
  background-color: #000;
}

.site-title {
  margin: 0px 0 0px;
  font-size: 5rem;
}

.furigana {
  margin: 0px 0 15px;
  color: #ff4500;
  font-size: 1.5rem;
  letter-spacing: 2px;
}



.sns-wrapper{
	border-collapse: separate;
	border-spacing: 40px 0;
	display: table;
	table-layout: fixed;

}

.sns-box{
	display: table-cell;
	margin-right: 10px;
}

.nintonja_onebut{
	width:200px;
	position:absolute;
	right:50px;
	bottom:50px;

}

/* --------------------------------
 * Topのメディアクエリ
 * -------------------------------- */
@media (max-width: 768px){


.top {
  padding: 10px 15px 0px;
  height:200px;
  position: relative;
}

.topmoji{
float: left;
}


.site-title-catch {
  margin-top: -10px;
  letter-spacing: 1px;
  font-size: 0.5rem;
}

.site-title-sub {
  margin: 0 0 5px;
  font-size: 1rem;
  color: #000;
}

.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: block;
  width:160px;
  height: 1px;
  background-color: #000;
}

.site-title {
  margin: 0px 0 0px;
  font-size: 2rem;
  color: #333;
}

.furigana {
  margin: 0px 0 40px;
  color: #ff4500;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

}

/* --------------------------------
 * about
 * -------------------------------- */

.about{
	padding:70px 20px 50px 20px;
	background-color: #fff;
	color: #333;
}



.about-text{
	margin:0 15px 0 15px;
	line-height: 2.3;
	text-align: center;
	font-size: 1.1rem;
}

@media (max-width: 768px){

.about{
	padding:20px 20px 50px 20px;
	background-color: #fff;
	color: #333;
}

.about-text{
	margin:0 35px 0 35px;
	line-height: 2;
	text-align: left;
	font-size: 1.1rem;
}
}

/* --------------------------------
 * My Skills
 * -------------------------------- */



.skills{
	padding:70px 20px 50px 20px;
	background-color: #b0e0e6;
	color: #333;
}

.skills-wrapper{
	border-collapse: separate;
	border-spacing: 40px 0;
	display: table;
	width: 90%;
	margin: 50px auto 0;
	table-layout: fixed;
	text-align: center;

}

.skill-box{
	display: table-cell;
	margin: 50px 20px;
}


.skill-icon{
	color: #f1b400;
}

.skill-contents{
	margin:0 20px 20px;
	font-size: 2rem;
}

.skill-text{
	font-size: 1.1rem;
	line-height: 2;

}

@media (max-width: 768px){

.skills{
	padding:20px ;
	background-color: #b0e0e6;
	color: #333;
}

.skills-wrapper{
	display: block;
	width: 100%;

}

.skill-box{
	display: block;
	border-collapse: none;
	border-spacing: none;	
}

}


/* --------------------------------
 * works
 * -------------------------------- */

.works{
	width: 100%;
	padding:70px 20px 50px 20px;
	background-color: #fff;
	color: #333;
}

.works-wrapper{
	display: table;
	table-layout: fixed;
	width: 95%;
	margin: 50px auto 0;
	text-align: center;
	/*border-collapse: separate;*/
	border-spacing: 50px 0;	
}

.works-wrapper2{
	display: table;
	table-layout: fixed;
	width: 95%;
	margin: 20px auto 0;
	text-align: center;
	/*border-collapse: separate;*/
	border-spacing: 50px 0;	
}

.works-box1, .works-box2,.works-box3,.works-box4,.works-box5,.works-box6{
	display: table-cell;
	width:30%;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
}

.works-box1{
	background-color: #c1e4e9;
}

.works-box2{
	/*background-color: #c6c1e8;*/
	background: url('../images/magazin.jpg') no-repeat;
	background-size: 100%;
}


.works-box3{
	background-color: #e8c1e3;
}

.works-box4{
	background-color: #e8c6c1;
	background: url('../images/interview.jpg') no-repeat;
	background-size: 110%;
}

.works-box5{
	background-color: #e3e8c1;
}

.works-box6{
	color: #000;
	background-color: #c1e8c6;
	background: url('../images/books.jpg') no-repeat;
	background-size: 150%;
}


.h4mini{
	font-size: 1.2rem;
}


.explain-text{
	display: block;
	text-align: left;
	font-size: 1.1rem;
	line-height: 2;
	margin: 0 10px 20px 10px;
}

.works-image{
		width:100%;
		display: inline-block;
}


@media (max-width: 768px){

.works{
	width: 100%;
	padding:20px 20px 0 20px;
	background-color: #fff;
	color: #333;
}

.fee-text{
	margin:0 35px 0 35px;
	line-height: 2;
	text-align: left;
	font-size: 1.1rem;
}

.works-wrapper{
	display: block;
	table-layout: fixed;
	width: 95%;
	margin: 50px auto 0;
	text-align: center;

}

.works-wrapper2{
	display: block;
	table-layout: fixed;
	width: 95%;
	margin: 20px auto 0;
	text-align: center;

}

.works-box1,.works-box2,.works-box3,.works-box4,.works-box5,.works-box6{
	display: block;
	width:100%;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	border-radius: 20px;

}

.works-box1{
	background-color: #c1e4e9;
}

.works-box2{
	background-color: #e8c1e3;
}


.works-box3{
	background-color: #e8c1e3;
}

.works-box4{
	background-color: #e8c6c1;
}

.works-box5{
	background-color: #e3e8c1;
}

.works-box6{
	background-color: #c1e8c6;
}
}



/* --------------------------------
 * fee 
 * -------------------------------- */

.fee{
	padding:70px 20px 70px 20px;
	background-color: #ffd700;
	color: #333;
	width: 100%;
}

.fee-text{
	margin:0 0 10px 0;
	line-height: 2.3;
	text-align: center;
}

table.feetable {
	width: 70%;
	margin: 0 auto; 
	border-collapse: separate; 
	border-spacing: 0px 1px; 
}

  table.feetable th { 
    padding: 12px; 
    vertical-align: middle; 
    text-align: center; 
    border-bottom: #fff 1px solid; 
    color: #fff; 
    background: #ff4500; 
} 

table.feetable th.r1 { 
    width: 140px; 
    border-right: #fff 1px solid; 
} 

table.feetable th.r2 { 
    width: 120px; 
    border-right: #fff 1px solid; 
} 


table.feetable th.r3 { 
    width: 110px; 
    border-right: #fff 1px solid; 
} 

table.feetable td { 
    padding: 12px; 
    vertical-align: middle; 
    text-align: left; 
    border-bottom: #fff 1px solid; 
    font-size: 11.5px; 
    line-height: 2;
} 

table.feetable td.r1,
table.feetable td.r2, 
table.feetable td.r3{ 
    border-right: #fff 1px solid; 
} 



@media (max-width: 600px){

.fee{
	display: none;
}


}



/* --------------------------------
 * others
 * -------------------------------- */
.others{
	padding:70px 20px 0 20px;
	background-color:#fff;
	color: #333;
	width: 100%;
}


.others-wrapper{
	display: table;
	width: 100%;
	padding:0 5px 0;
	margin: 50px auto 0;
	table-layout: fixed;
}

.others-box{	
	width: 90%;
	display: table-cell;
	text-align: center;
	padding:20px;
}

.others-box a{
	text-decoration:none;
}


.others-image{
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}

.others-image:hover {
	opacity: 0.5 ;
}


.others-contents{
	margin:20px auto 15px;
	font-size: 1.7rem;
	color:#000;
}

.others-contents-text{
	margin:0 20px 20px;
	font-size: 1.3rem;
	line-height: 1.8;
	color:#000;
}

@media (max-width: 768px){

.others{
	width: 100%;
	padding:20px 20px 0 20px;
	background-color:#fff;
	color: #333;
}

.others-wrapper{
	display: block;
	table-layout: fixed;
	width: 95%;
	padding:0 5px 0;
	margin: 50px auto 0;
	text-align: center;


}

.others-box{
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px;
	padding:20px;
}

.others-box a{
	display: block;
	text-decoration:none;
}


.others-box .others-image{
	display: block;
	width: 80%;
	margin: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}

.others-contents{
	margin: 2px auto 10px;
	font-size: 1.5rem;
	color:#000;
}

.others-contents-text{
	font-size: 1rem;
	line-height: 1.8;
	color:#000;
}



}

/* --------------------------------
 * contact
 * -------------------------------- */
.contact{
	padding:70px 0 50px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;

}

.contact-form{
	width: 50%;
	margin: 50px auto 0;
}


.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea{
	display: block;
	width:100%;
	margin-bottom:10px;
	padding: 15px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.05);
	

}

.contact-form textarea{
	height:150px;
}


.contact-form input[type=submit]{
	display: block;
	width:200px;
	margin:40px auto 0;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	background-color:transparent;
	color: #fff;
	cursor; pointer;
}

.contact-form input[type=submit]:hover{
	background-color: rgba(255, 255, 255, 0.4);
	color: #333;
}

.contact-heading{
	color: #fff;
}

#footer{
	height: 60px;
	padding: 12px 0;
	font-size: 1.3rem;
	color: #333;
	text-align: center;
	background-color: #fff;
}

/* --------------------------------
 * Privacy
 * -------------------------------- */

.privacy{
	padding:70px 100px 50px 100px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}


.privacy-text{
	margin:0 15px 0 15px;
	line-height: 2.3;
	text-align: left;
	font-size: 1.3rem;
}

@media (max-width: 768px){

.privacy{
	padding:20px 10px 50px 10px;
	color: #333;
}

.privacy-text{
	margin:0 35px 0 35px;
	line-height: 2;
	text-align: left;
	font-size: 1.1rem;
}
}



