@charset "UTF-8";
/* //////////////////////////////////////画面外にいる状態 */
.anime {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態/////////////////////////////*/
.anime.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
body {
  position: relative;
  font-family: 'Shadows Into Light', cursive, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
body::after {
  content: '';
  display: block;
  width: 1px;
  height: 240rem;
  position: absolute;
  top: 35rem;
  right: 50%;
  background-color: #1B4710;
  z-index: -1;
}
.black-p {
  width: 50%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  max-width: 100px;
}
.h1 {
  display: inherit;
  text-align: center;
  font-size: 2rem;
  line-height: 0.8;
  letter-spacing: 0.8rem;
  left: 0.8rem;
}
/*ロゴの画像について/////////////////////////////*/
.h1-figure {
  padding: 100px 0 2rem;
}
/*見出しLINEのモジュール/////////////////////////////*/
.title_wrapper {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.h2-box {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2.5em;
  margin: 0 auto;
}
.span-box {
  position: relative;
  content: '';
  z-index: 3;
  display: inline-block;
  padding: 5rem 2rem;
  background-color: #fff;
  text-align: center;
  color: #595759;
}
.h2-box::before {
  position: absolute;
  opacity: 0.5;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #1B4710;
  background: -webkit-linear-gradient(-45deg, transparent, #1B4710 10%, #1B4710 90%, transparent);
  background: linear-gradient(-45deg, transparent, #1B4710 10%, #1B4710 90%, transparent);
}
/*ここまで見出しLINEのモジュール/////////////////////////////*/
header {
  height: 50rem;
}
.inner {
  margin: 0 10%;
}
/*headerのスクロール玉アニメのモジュール/////////////////////////////*/
.main-visual .scroll {
  display: block;
  position: absolute;
  z-index: 10;
  top: 35rem;
  left: 50%;
  height: 5rem
}
.main-visual .scroll span {
  color: #666;
  font-weight: 700;
  font-size: 12px;
  padding-left: 2rem;
  -moz-animation: scrollLine 3.7s ease-out infinite normal;
  -webkit-animation: scrollLine 3.7s ease-out infinite normal;
  animation: scrollLine 3.7s ease-out infinite normal;
  position: absolute;
  display: inline-block
}
.main-visual .scroll span:before {
  content: '';
  display: block;
  position: absolute;
  top: .4rem;
  /*ここのレフトで位置を指定/////////////////////////////*/
  left: -2px;
  /*玉のサイズ*/
  width: 3px;
  height: 3px;
  -moz-animation: scrollLine02 3.7s ease-out infinite normal;
  -webkit-animation: scrollLine02 3.7s ease-out infinite normal;
  animation: scrollLine02 3.7s ease-out infinite normal;
  border-radius: 50%;
  background: #1a1a1a;
}
/*スクロールの動きスタイルエリア/////////////////////////////*/
@-webkit-keyframes scrollLine {
  0% {
    top: auto;
    bottom: 0;
    height: 100%
  }
  20% {
    top: auto;
    bottom: 0;
    height: 0
  }
  21% {
    opacity: 1
  }
  30% {
    top: auto;
    bottom: 0;
    height: 0;
    opacity: 0
  }
  50% {
    top: auto;
    bottom: 0;
    height: 100%;
    opacity: 0
  }
  50.1% {
    opacity: 0
  }
  99% {
    opacity: 0
  }
  100% {
    top: auto;
    bottom: 0;
    height: 100%;
    opacity: 0
  }
}
@-moz-keyframes scrollLine {
  0% {
    top: auto;
    bottom: 0;
    height: 100%
  }
  20% {
    top: auto;
    bottom: 0;
    height: 0
  }
  21% {
    opacity: 1
  }
  30% {
    top: auto;
    bottom: 0;
    height: 0;
    opacity: 0
  }
  50% {
    top: auto;
    bottom: 0;
    height: 100%;
    opacity: 0
  }
  50.1% {
    opacity: 0
  }
  99% {
    opacity: 0
  }
  100% {
    top: auto;
    bottom: 0;
    height: 100%;
    opacity: 0
  }
}
@-o-keyframes scrollLine {
  0% {
    top: auto;
    bottom: 0;
    height: 100%
  }
  20% {
    top: auto;
    bottom: 0;
    height: 0
  }
  21% {
    opacity: 1
  }
  30% {
    top: auto;
    bottom: 0;
    height: 0;
    opacity: 0
  }
  50% {
    top: auto;
    bottom: 0;
    height: 100%;
    opacity: 0
  }
  50.1% {
    opacity: 0
  }
  99% {
    opacity: 0
  }
  100% {
    top: auto;
    bottom: 0;
    height: 100%;
    opacity: 0
  }
}
/*ここまでスクロールモジュール/////////////////////////////////////////////*/
/*パララックス//////////////////////////////////////////////////////////*/
.parallax-back {
  color: #fff;
  padding: 100px 0;
  background: url("../img/hero-image.jpg") fixed center center /cover;
}
.port-f {
  font-size: 70px;
  text-align: center;
}
/*ここまでパララックス////////////////////////////////////////////////////*/
.about_content {
  z-index: 100;
  background: #fff;
  padding: 4rem;
}
.about_content img {
  width: 90%;
  height: auto;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  max-width: 300px;
}
.name {
  text-align: center;
  display: block;
  z-index: 30;
}
.name_mikio {
  /* font-weight: bold; */
  font-size: 2em;
  margin: 0 auto;
  letter-spacing: 5px;
}
.title {
  display: -webkit-box;
  padding: 100px 5%;
}
.know {
  width: 60%;
  height: auto;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
  max-width: 200px;
}
.design_tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: -20px -10px 0px;
}
.photoshop {
  width: 90px;
  margin: 20px 10px 0px;
}
.illustrator {
  width: 90px;
  margin: 20px 10px 0px;
}
.dreamweaver {
  width: 90px;
  margin: 20px 10px 0px;
}
.cording {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: -20px -10px 0px;
}
.html5 {
  width: 90px;
  margin: 20px 10px 0px;
}
.css3 {
  width: 90px;
  margin: 20px 10px 0px;
}
.jquery {
  width: 90px;
  margin: 20px 10px 0px;
}
.wordpress {
  width: 90px;
  margin: 20px 10px 0px;
}
.drawing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: -20px -10px 0px;
}
.portrait {
  width: 90px;
  margin: 20px 10px 0px;
}
.comic {
  width: 90px;
  margin: 20px 10px 0px;
}
.knowledge {
  background-color: #fff;
}
.knowledge span {
  font-size: 2rem;
}
.knowledge h2 {
  background-color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 2rem 0;
  animation: color-change 5s linear infinite;
  -webkit-animation: color-change 5s linear infinite;
}
@-webkit-keyframes color-change {
  0%, 100% {
    color: #1B4710;
  }
  25% {
    color: #7fff00;
  }
  50% {
    color: #1B4710;
  }
  75% {
    color: #7fff00;
  }
}
@keyframes color-change {
  0%, 100% {
    color: #1B4710;
  }
  25% {
    color: #7fff00;
  }
  50% {
    color: #1B4710;
  }
  75% {
    color: #7fff00;
  }
}
.work_content {
  margin: 0 5% 0;
  background-color: #fff;
}
.work_content img {
  width: 100%;
  height: auto;
  display: block;
}
figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 5% 0;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  color: #ffffff;
  text-align: center;
}
figcaption h2 {
  margin: 12% 0 0;
  font-size: 0.6rem;
  font-family: 'Quicksand', sans-serif;
}
figcaption h3 {
  margin: 6% 0 0;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}
figcaption p {
  margin: 2% 0 0;
  font-size: 0.6em;
}
.button_more a p:hover {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}
.button_more a p {
  display: inline-block;
  padding: 0.6em 0;
  margin: 2.5em 0 2em 0;
  border: 1.8px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  width: 50%;
  max-width: 450px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
figure:hover figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
.coment {
  text-align: center;
  margin: 70px 0 0;
  font-size: 0.8em;
}
footer {
  height: 50px;
  /* background-color: #CCCCCC; */
  text-align: center;
  /* line-height: 230px; */
}
footer p {
  display: block;
  margin: 100px 5% 5% 0;
  /* font-family: 'Satisfy', cursive; */
  /* color: #A28733;*/
  font-family: 'Quicksand', sans-serif;
  float: right;
  opacity: 0.4;
}
figure .work_area {
  display: block;
  margin: 0 0 4% 0;
}
.footer {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .about_content a img {
    width: 80%;
    height: auto;
  }
  .h1-figure {
    padding: 8rem 0 2rem;
    margin: 1rem auto;
  }
  figure {
    width: 45%;
    margin: 0 0 5% 0;
  }
  .item1 {
    display: flex;
    justify-content: space-around;
  }
  .item2 {
    display: flex;
    justify-content: space-around;
  }
  .work_content {
    margin: 0 auto;
  }
  .work_content img {
    width: 100%;
    height: auto;
    display: block;
  }
  figure .work_area {
    display: block;
    width: 100%;
    margin: 0 10% 4% 0;
  }
}
higure .h1-figure {
  margin: 0;
  padding: 0;
}
.photoshop {
  width: 150px;
}
.illustrator {
  width: 150px;
}
.dreamweaver {
  width: 150px;
}
.html5 {
  width: 150px;
}
.css3 {
  width: 150px;
}
.jquery {
  width: 150px;
}
.wordpress {
  width: 150px;
}
.portrait {
  width: 150px;
}
.comic {
  width: 150px;
}
/* Desktop Layout: 960px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 961px) {
  figcaption h2 {
    font-size: 1rem;
  }
  figcaption h3 {
    font-size: 1.5rem;
  }
  figcaption p {
    font-size: 1rem;
  }
  figure .work_content .item1:nth-child(odd) {
    margin: 0 5% 0 0;
  }
  .work_content img {
    width: 100%;
    height: auto;
    display: block;
  }
  .item1 {
    display: flex;
    justify-content: space-around;
  }
  .item2 {
    display: flex;
    justify-content: space-around;
  }
  figure .work_area {
    display: block;
    width: 100%;
    margin: 0 0 4% 0;
  }
  .work_area_odd {
    margin: 0 5px;
  }
}
/* Desktop Layout: 1232px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1233px) {
  /*パララックス//////////////////////////////////////////////////////////*/
 
  .work_content img {
    width: 100%;
    display: block;
  }
  figure .work_area {
    display: block;
    width: 100%;
    margin: 0 0 4% 0;
  }
}

















/*news---------------------------------*/
.news h2{
	text-align: center;
	margin: 0 0 80px 0;
	position: relative;
}
.news h2::after{
	content: '';
	width: 75px;
	height: 1px;
	background-color: #4d4d4d;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 35px;
}
.news .slider02{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 120px;
}
.news .slider02:focus, a {
    outline: none;
}
.news .slider02 li{
	width: 280px;
	margin: 0 auto;
	text-align: center;
}
.news .slider02 li a figure{
	margin: 0 0 20px 0;
	margin: 0 35px 20px 35px;
	transition: all 400ms;
	opacity: 1;
}
.news .slider02 li a figure:hover{
	transition: all 400ms;
	opacity: 0.5;
}
.news .slider02 li a p{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.75;
}
.news .slider02 li a p span{
	font-size: 1.4rem;
}