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

html{
	font-size:62.5%;/*16px×62.5％＝10px*/
}
body{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif,'Lusitana', serif,'Noto Serif JP', serif;
  font-weight: 300;
	font-size: 1.5rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
a{
	color: #fff;
  transition: all 0.2s;
	}
a:hover{
		opacity: 0.5;
	}
p{
  line-height: 2.2rem;
}
img{
	max-width: 100%;
	height: auto;
}
.img-sp{
  display: none;
}
.sp_nav{
  display: none;
}
.br-sp{
  display: none;
}

/*---------------------------
 *inner
 --------------------------*/
.wrapper{
		max-width: 1150px;
		margin: 0 auto;
		padding: 0;
	}
.wrapper_a{
  max-width: 900px;
  margin: auto;
}
.wrapper_b{
  max-width: 700px;
  margin: auto;
}

/*---------------------------
 * utility
 --------------------------*/
.text-center{
	text-align: center;
}
.text-left{
  text-align: left;
}
.fadein{
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
/*---------------------------
 * nav
 --------------------------*/
.nav-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.nav-list a{
  font-family: 'Montserrat', sans-serif;
  color: #000;
  margin-left: 30px;
  text-transform: uppercase;
	font-size: 1.4rem;
}
/*アンダーバー*/
.hover_line a{
	/*display: inline-block;*/
	position: relative;
 	text-decoration: none;
}
.hover_line a:before{
	content: "";
	position: absolute;
  left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background: rgba(75,193,225);
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.hover_line a:hover:before {
	transform: scale(1);
}
/*---------------------------
 * header
 --------------------------*/
.header{
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.header_logo{
 width: 15%;
}
/*---------------------------
 * hero-img
 --------------------------*/
.hero-img{
  width: 100%;
  position: relative;
}
.header-text{
  position: absolute;
  top: 210px;
  left: 185px;
}
.header-title{
  width: 40%;
}
.header-subtitle{
  font-size: 2rem;
  line-height: 3rem;
}
.line{
  width: 389px;
  height: 2px;
  background-color: rgba(75,193,225,0.5);
  margin: 10px 0 20px;
}
/*---------------------------
 * title
 --------------------------*/
.about_title{
  font-family: 'Lusitana', serif;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.06em;
  padding-top: 90px;
}
.contents_title{
  font-family: 'Lusitana', serif;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.06em;
  padding-top: 160px;
}
.subtitle{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 90px;
  color: rgba(75,193,225);
  font-weight: bold;
}
.sub-subtitle{
  font-size: 1.8rem;
  margin-bottom: 70px;
}
/*---------------------------
 * btn
 --------------------------*/
.btn{
	display: block;
	width: 200px;
	padding: 16px 0;
	background-color: rgba(75,193,225);
	color: #fff;
  margin: auto;
  margin-top: 30px;
}
.btn a{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/*---------------------------
 * about
 --------------------------*/
.about{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.profile-text{
  padding: 50px 0px 50px 40px;
}
.profile-img {
  width: 300px;
  height: 300px;
  padding-top: 35px;
}
/*---------------------------
 * works
 --------------------------*/
.works-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.works-img{
  width: 33.333%;
  margin-right: 10px;
}
.works-noimg{
  background-color: #E4E4E4;
  width: 33.333%;
  margin-right: 10px;
}
.works-noimg:last-of-type{
  margin-right: 0;
}
/*---------------------------
 * footer
 --------------------------*/
.footer{
  background-color: rgba(75,193,225,0.2);
  padding: 100px 0 100px;
  margin-top: 200px;
}
.copyright{
  font-family: 'Montserrat', sans-serif;
  }
.footer-nav{
  width: 400px;
  margin: auto;
  margin-bottom: 20px;
}

/*---------------------------
 *  btn-pagetop
 --------------------------*/
#page-top{
    position:fixed;
    right:20px;
    bottom:20px;
    font-size: 18px;
} 
#page-top a{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  /*  border-radius: 50%;*/
    background-color: rgba(75,193,225);
    color: #fff;
}
#page-top i{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
}
#page-top a:hover{
    background-color: rgba(188,199,196);
}
/*---------------------------
 * profile
 --------------------------*/
.profile{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.likes{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.my_name{
  font-size: 1.8rem;
  margin-bottom: 25px;
  display: block;
}
.carrier-line{
  width: 100%;
  height: 2px;
  background-color: rgba(75,193,225,0.5);
  margin: 50px 0 50px;
}
.carrier-list{
  margin-bottom: 30px;
}
.carrier-list-title{
  margin-bottom: 20px;
}
.carrier-text{
  width: 100%;
  margin-bottom: 30px;
}
.point{
  color: rgba(75,193,225,0.5);
}
.point_text{
  color: rgba(75,193,225);
}
.carrier-future{
  display: block;
  margin-top: 30px;
}
/*---------------------------
 * skil
 --------------------------*/
.skil{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.skil-graph{
  width: 70%;
}
.skil-text{
  padding: 50px 0px 50px 30px;
}
/*---------------------------
 * likes
 --------------------------*/
.likes-title{
  font-size: 1.6rem;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.likes-text{
/*  padding: 90px 0px 50px 30px;*/
  margin: 0 auto;
  text-align: center;
}

/*---------------------------
 * works
 --------------------------*/
.works-img_calligraphy{
  display: block;
  margin: auto;
  margin-bottom: 90px;
  width: 50%;
}
.calligraphy_factory_img{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.works-point{
 margin-bottom: 100px;
  border: solid 1.5px rgba(188,199,196);
  border-radius: 10px;
  padding: 70px 80px;
}
.img_list{
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px 30px 10px;
}
.works-point-list dt{
  float: left;
  color:  rgba(91,90,90,1.00);
}
.works-point-list dd{
  margin-left: 130px;
  margin-bottom: 30px;
}
.works-point-list dd:last-of-type{
  margin-bottom: 55px;
}
/*---------------------------
 * contact
 --------------------------*/
.form-parts{
	-webkit-appearance:none;
	appearance:none;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	background-color: #fff;
}
.form-parts__text{
	width: 100%;
	padding: 9px 8px;
	border-radius: 3px;
	color: #333;
	font-size: 1.6rem;
}
.form-title{
	margin-bottom: 18px;
}
.form-item{
	margin-bottom: 30px;
}
.form-item:last-of-type{
	margin-bottom: 55px;
}
.caution{
	display: inline-block;
	width: 30px;
	margin-left: 15px;
	padding: 2px 0;
	border-radius: 3px;
	background-color: rgba(75,193,225);
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
}
.caution_b{
  background-color: rgba(188,199,196);
}
.btn-submit{
  font-size: 1.4rem;
  border: solid rgba(75,193,225);
  letter-spacing: 1rem;
}

/*---------------------------
 * ↓sp
 --------------------------*/
@media screen and (max-width:640px){	
	body{
		font-size: 1.5rem;
	}
	.inner{
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}
	.br-pc{
		display: none;
	}
	.br-sp{
		display: block;
	}
  .nav_sp{
    display: block;
  }
  .img-sp{
    display: block;
  }
  .img-pc{
    display: none;
  }
  .nav-list{
    display: none;
  }
/*---------------------------
 *inner
 --------------------------*/
  .sp-inner{
    padding: 0 22px;
  }
  .wrapper{
		width: auto;
    margin: auto;
    padding: 0 22px;
	}
  .wrapper_a{
    width: auto;
    margin: auto;
    padding: 0 22px;
  }
  .wrapper_b{
     width: auto;
     margin: auto;
     padding: 0 22px;
  }
  .skil-text{
    padding: 50px 0px 50px 0px;
  }
  .likes-text{
    padding: 50px 0px 50px 0px;
    text-align: left;
  }
  .likes-title {
    text-align: center;
  }
/*---------------------------
* title
--------------------------*/ 
  .contents_title{
  padding-top: 70px;
  margin-top: 70px;
}
  .subtitle{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 45px;
}
/*---------------------------
 * navigation
 --------------------------*/
  /*ハンバーガーメニュー*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*メニューボタン*/
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a0a0a0;
  transition: all .5s;
}
.menu-trigger.active span{
  background-color: rgba(75,193,225);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.nav_sp {
  width: 250px;
  height: 50%;
  padding-top: 100px;
  background-color: rgba(255, 255, 255, 0.93);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
.nav_sp.open {
  transform: translateZ(0);
}
.nav_sp >li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.nav-item{
	margin-bottom: 35px;
}
.nav-item>a{
  font-family: 'Montserrat', sans-serif;
	color: #626262;
	font-size: 1.4rem;
	text-transform: uppercase;
}
/*---------------------------
* header
--------------------------*/ 
  .header{
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    z-index: 100;
    height: 50px;
    padding: 20px 22px 0px;
    top: 0px;
  }
  .header_logo{
    width: 40%;
    margin-top: 5px;
  }
/*---------------------------
* hero-img
--------------------------*/ 
  .hero-img{
  width: 100%;
  margin-top: 70px;
  }
  .header-text{
    top: 90px;
    left:28px;
  }
  .header-title{
    width: 43%;
  }
  .header-subtitle{
    font-size: 1.5rem;
  }
  .line{
    width: 45%;
    margin: 10px 0 10px;
  }

/*---------------------------
* about
--------------------------*/ 
  .about{
  display: block;
  }
  .works-list{
    display: block;
  }
  .works-img{
  width: 100%;
  margin-right: 0px;
}
  .profile-text{
  padding: 50px 0px 50px 0px;
}
  .profile-img {
    margin: auto;
    display: block;
    width: 270px;
	  height: auto;
  }
/*---------------------------
* profile
--------------------------*/
  .profile{
    display: block;
  }
  .my_name{
    text-align: center;
    margin-bottom: 10px;
  }
/*---------------------------
* skil
--------------------------*/
  .skil{
    display: block;
  }
  .skil-graph{
  width: 100%;
}
  .likes{
    display: block;
  }
/*---------------------------
* works
--------------------------*/
  .works-img_calligraphy{
    width: 80%;
  }
  .works-point{
    margin-bottom: 100px;
    border: solid 1.5px rgba(188,199,196);
    border-radius: 10px;
    padding: 70px 20px;
    margin: 0 22px 90px;
  }
  .img_list{
    padding: 0 10px 30px 0px;
  }
  .works-point-list dt{
    float: none;
    margin-bottom: 10px;
  }
  .works-point-list dd{
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .works-point-list dd:last-of-type{
  margin-bottom: 55px;
  }
  .img_list_sp{
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
  }

  
}