* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Russo One', sans-serif, 'arial black';
}
a {
  text-decoration: none;
}
 
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
p{
	font-size: 16px;
}
body {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20 20 20 20;
}

h2{
    text-align: center;
    padding-top: 30px;
}

a,a:visited{
  color: white;
}

.nav-list{
  height: 70px;
  background-color: #cccccc;
}
.nav-list-item-unified {
    padding-top: 50px;
  float:right;
  font-size: 25px;
  transform: scale(0.8, 1.5);
}
.nav-list-item {
  display: inline-block;
  margin: 20px 2px;
  color: black;
  border-bottom: solid 3px #EC715F;
}
.main-visual {
  width: 100%;
  height: 900px;
  background-image: url(img/hinode.jpeg);
  background-size: auto;
  background-position: top;
  background-attachment: fixed;
}
.main-visual-content {
 padding-top: 400px;
}
.main-visual-text1{
	font-size: 60px;
  max-width: 450px;
  line-height: 30px;
  padding bottom: 10px;
  margin: 0 auto;
	color: white;
  text-align: center;
  transform: scale(1.6, 1.0);
}
.main-visual-text2 {
  font-size: 60px;
  color: white;
  text-align: center;
  padding:100px, 0, 50px,0;
  transform: skew(0deg, -5deg);
}
.main-visual-text3 {
  background-color: #009cd3;
  color: #ffffff;
  width: 600px;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  border-radius: 100px;
  white-space: nowrap;
  margin: 0 auto ;
}

.topics::before,
.topics::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.topics,
.topics::before,
.topics::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topics {
  position: relative;
  z-index: 2;
	width: auto;
	background-color: #C0C0C0;
  color:white;
  padding: 20px 0px 90px 0px;
  line-height: 20px;
  overflow: hidden;
}
.topics:hover {
  color: #fff;
}
.topics::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.topics:hover::after {
  top: 0;
  background-color: #333;
}

.topics a,a:visited {
  border-bottom: solid 1px #EC715F;
  color: white;
}

.topics-text h4{
  text-align: left;
  padding-left: 100px;
}
.topics span{
  background-color: #009cd3;
  color: #ffffff;
  width: 70px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  white-space: nowrap;
}

.title-borderline {
	width: 70px;
	height: 3px;
	background-color: #EC715F;
	margin: 0 auto;
	margin-bottom: 30px;
}

.feature-text-explain {
  padding :0 20px 30px 20px;
	text-align: center;
}

.feature-text-explain h4{
  padding-top: 5px;
}

.feature h3{
  background-color: #009cd3;
  font-size: 20px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  white-space: nowrap;
}
.feature-unified{
  margin: 0 auto;
}

.feature::before,
.feature::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.feature,
.feature::before,
.feature::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feature{
  position: relative;
  z-index: 2;
  width: auto;
  background-color: #C0C0C0;
  color:white;
  line-height: 25px;
  overflow: hidden;
}
.feature:hover {
  color: #fff;
}
.feature::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.feature:hover::after {
  top: 0;
  background-color: #333;
}

.icon{
	text-align: center;
	font-size: 60px;
	padding: : 0 auto;
}
.icon-headtext{
  text-align: center;
	font-size: 20px;
	margin: 10px 0;
}
.feature-box1,.feature-box2{
  margin: 0 auto;
    text-align: center;

}
.feature1, .feature2,.feature3, .feature4{
  width:375px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}
.feature1-content, .feature2-content,.feature3-content, .feature4-content {
  text-align: left; 
}

.lawyer {
  background-color: #DCDCDC;
  padding-bottom: 20px;
}

.myname{
  text-align: center;
  padding-top: 20px;
  margin-bottom: 50px;
}

.face-education-job {
	padding-top:0px;
  text-align: center;
}
.face-box {
	width: 300px;
  height: 220px;
  padding-left: 20px;
  float: left;
}
.face {
  margin: 0 auto;
  padding-top: 100px;
  width: 180px;
  height: 180px;
  background-image: url(img/my-icon.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 150px;
}
.education, .job{
  padding-top: 0px;
  vertical-align: top;
  margin-left: 20px;
  float: left;
}
.education {
  width: 360px;
}
.education-content, .job-content {
  text-align: left; 
}

.lawyer .title-borderline {
	margin-bottom: 0px;
}


.lawyer::before,
.lawyer::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.lawyer,
.lawyer::before,
.lawyer::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lawyer{
  position: relative;
  z-index: 2;
  width: auto;
  background-color: #C0C0C0;
  color:white;
  line-height: 20px;
  overflow: hidden;
}
.lawyer:hover {
  color: #fff;
}
.lawyer::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.lawyer:hover::after {
  top: 0;
  background-color: #333;
}

.access-box .title-borderline {
  margin-bottom: 30px;
}

.access-box {
  margin: 0 auto;
  background-color: #C0C0C0;
  color: #FAFAFA;
}

.mail {
  text-align: center;
  padding-bottom: 10px;
}

h3 a{
  border-bottom: solid 1px #EC715F;
}
.tel {
    text-align: center;
    padding-bottom: 10px;
}
.fax {
  text-align: center;
 padding-bottom: 10px;
}
.map-text{
  text-align: center;
}
.map{
    height: auto;
    background-color: #EC715F;
  }

.access-box::before,
.access-box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.access-box,
.access-box::before,
.access-box::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.access-box{
  position: relative;
  z-index: 2;
  width: auto;
  background-color: #C0C0C0;
  color:white;
  line-height: 20px;
  overflow: hidden;
  padding-bottom: 80px;
}
.access-box:hover {
  color: #fff;
}
.access-box::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.access-box:hover::after {
  top: 0;
  background-color: #333;
}

.access-box span {
  border-bottom: solid 1px #EC715F;
  color: #ffffff;
}

#pagetop {
  font-size: 20px;
  position:fixed;
  bottom:50px;
  right:30px;
  cursor:pointer;
  background-color: #009cd3;
  color: #ffffff;
  width: 100px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  white-space: nowrap;
    border-bottom: none;
  z-index: 100;
}

footer {
	background-color: #EC715F;
  height: 50px;
  text-align: right;
  margin-top: 0;
}
.footer-text {
	font-size: 16px;
    color: #FAFAFA
}
.hidden {
  display: none;
}
.topics1 h4 {
  cursor: pointer;
}
.topics1 h4:hover {
  color: #EC715F;
}

@media screen and (max-width: 420px){
	.nav-list{
		width: auto;
	  }
	.nav-list-item-unified{
		font-size: 15px;
    }
  .nav-list-item {
    display: inline-block;
    color: #009cd3;
    }
	.main-visual {
    width: auto;
    height: 640;
  }
  .main-visual-content {
    text-align: center;
  }
  .main-visual-text1{
	  font-size: 40px;
	  color: #FAFAFA;
    transform: none;
	  text-align: center;
  }
  .main-visual-text2{
    font-size: 30px;
  }
  .main-visual-text3{
    font-size: 20px;
    width: 360px;
  }
  .topics-text p, .feature p, .education, .job, .access-box {
    text-align: left;
    padding :0 10px 0 10px;
    }
  .feature1, .feature2, .feature3 {
    	float:none;
    	margin:0 auto;
    }
    .feature h3{
    width: 350px;
    text-align: center;
    }
    .feature-unified{
    	width:auto;
    }
    .feature1-content,.feature2-content, .feature3-content, .feature4-content {
      padding-left: 20px;
    }
    .face-box {
      margin-bottom: 30px;
      height: 180px;
    }
    .face-education-job {
      text-align: left; 
    }

    .education, .job{
      width: auto;
      padding-left: 15px;
      padding-top: 10px;
      padding-bottom: 30px;
    }
    .education-job {
      padding-left: 0px;
    }
   .contact,.contact-text-explain,{
   	    width:auto;
        text-align: center;
        margin: 0 auto;
    }
    .contact-headtext {
    	width:auto;
        text-align: center;
        margin: 0 auto;
    }
    .mail,.tell, .fax {
	    margin-bottom: 20px;
    }
   footer {
    height: 95px;
  }
  .footer-text {
    text-align: center;
   font-size: 13px;
   color: #FAFAFA;
  }
  #pagetop {
  bottom:5px;
  right:30px;
　}
　.topics-text{
    background-color:#63645D;
  }
  .topics-text h4{
  padding-left: 20px;
  }
  .feature{
    background-color: #333;
  }
  .lawyer{
      background-color: #DCDCDC;
      color: black;
  }
  .access-box {
      background-color: #63645D;
      padding-bottom: 40px;
  }


}
