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

.viewSp {
  display: none
}

body{
  font-family: Noto Sans Japanese,Yu Gothic,Hiragino Kaku Gothic Pro,Osaka,Meiryo,MS PGothic,Arial,Helvetica,Verdana;
  letter-spacing: 0.12em;
  line-height: 2em;
  font-weight: 900;
  background-image: url(../images/back.png);
  background-size: 28px 28px;
}

#greetingLink, #introductionLink, #interviewLink, #crossTalkLink {
  margin-top: -64px;
  padding-top: 64px;
}
.shimashimaArea {
  background-color: white;
  background-image: url(../images/shimashima.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.visual-top{
  background-image: url(../images/top_back_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  padding: 0px 14px 80px 14px;
  padding-top: 100px;
  min-width: 900px;
}

.visual-top h1 {
  font-size: 3.6em;
  font-weight: 900;
  margin-top: 2.5em;
  line-height: 1.5em;
}
.visual-top h1 img {
  width: 100%;
}
.visual-top p{
  font-size: 1.3em;
  font-weight: 500;
  margin-top: 1.4em;
  line-height: 2em;
}

/*.visual-top div.entry a {
  font-size: 1.7em;
  display: inline-block;
  padding: 13px 37px;
  margin-top: 50px;
  color: white;
	background-position: 0 0;
	background-size: 100% auto;
	transition: .3s;
}*/

a.rainbowBtn {
 display: inline-block;
 margin-top: 50px;
 width: 198px;
 height: 66px;
 background: url(../images/entry_btn.jpg) no-repeat 0 0;
 transition: .3s;
}
a.rainbowBtn:hover {
 background: url(../images/entry_btn_hv.jpg) no-repeat 0 0;
}

.visual-top div.entry a:hover {
	/*background-position: -100% 0;*/
}

.greeting{
  color: white;
  background-image: url(../images/greeting_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
}

.greeting .inner{
  width: 900px;
  padding: 0px 14px;
  margin: 0 auto;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}

.greeting .inner .title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8em;
}

h2{
  font-family: Raleway;
  letter-spacing: 0.02em;
  font-size: 3em;
  margin: 120px 0px 20px 0px;
}

.storyBook .inner1 {
  background-image: url(../images/daihyo2.jpg);
  /* background: #eee; */
  background-repeat: no-repeat;
  background-size: 2100px;
  background-position: center -166px;
  background-position: calc(50% - 61px) -52px;
}

.storyBook .inner1 .innerOfInner {
  width: 900px;
  padding: 100px 14px;
  margin: 0 auto;
}

.storyBook .inner1 div.div1{
  padding-top: 30px;
  font-size: 2em;
  text-align: left;
}

.storyBook .inner1 .p1{
  margin-top: 48px;
  font-weight: 500;
  padding-bottom: 30px;
}

.storyBook .inner1 .p1.moji_only_pc{
  text-align: left;
  width: 100%;
}

.storyBook__kobayakawa {
  width: 60%;
}

.storyBook .inner2 {
  background-image: url('../images/background_imgbs.png');
  background-size: 28px 28px;
  padding: 85px 0px;
}

.storyBook .inner2 .innerOfInner {
  width: 900px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.storyBook .inner2 h2 {
  margin: 0px;
  font-size: 2em;
  line-height: 1.4em;
}

.storyBook .inner2 .p2{
  margin-top: 25px;
  font-weight: 500;
}

.storyBook .inner2 ul {
  margin-top: 55px;
}

.storyBook .inner2 ul li{
  margin: 0px 20px 0px 20px;
  display: inline-block;
  width: 180px;
}

.storyBook .inner2 ul li:first-child {
  margin: 0px 20px 0px 0px;
}

.storyBook .inner2 ul li:last-child {
  margin: 0px 0px 0px 20px;
}

.storyBook .inner2 ul li img {
  width: 100%;
}

.storyBook .readButton a {
  font-size: 1em;
  display: inline-block;
  width: 180px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #ffffff 50%, #000000 50%);
	background-position: 100% 0;
  background-size: 200% auto;
  transition: .3s;
  margin-top: 26px;
  border: solid 3px #fff;
  color: #fff;
}

.storyBook .readButton a:hover {
  background-position: 0 0;
	color: #000;
}

.interview, .introduction, .crossTalk, .snsLink{
  width: 900px;
  padding: 0px 14px;
  margin: 0 auto;
  text-align: center;
}

.interview>p, .introduction>p, .crossTalk>p {
  font-size: 16px;
}

.interview figure{
  margin-top: 35px;
  width: 431px;
  display: inline-block;
}

.interview figure.fig1 {
  margin-right: 15px;
}

.interview figure.fig2 {
  margin-left: 15px;
}

.interview figure figcaption p{
  font-size: 2em;
  text-align: left;
  line-height: 1.4em;
  font-weight: 900;
  display: inline-block;
}

.interview img{
  width: 100%;
}

.introduction ul{
  margin-top: 35px;
}

.introduction ul li{
  position: relative;
  margin: 10px 10px;
  width: 280px;
  color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.introduction ul li.li1, .introduction ul li.li4 {
  margin: 10px 10px 10px 0px;
}

.introduction ul li.li3, .introduction ul li.li6 {
  margin: 10px 0px 10px 10px;
}

.introduction ul li.li2 {
  /*background: url(../images/JC_editor.jpg);*/
  background-size: cover;
}

.introduction ul li.li3 {
  /*background: url(../images/JC_designer.jpg);*/
  background-size: cover;
}

.introduction ul li.li4 {
  /*background: url(../images/JC_engineer.jpg);*/
  background-size: cover;
}

.introduction ul li.li5 {
  /*background: url(../images/JC_salespromotion.jpg);*/
  background-size: cover;
}

.introduction ul li.li6 {
  /*background: url(../images/JC_backoffice.jpg);*/
  background-size: cover;
}

.introduction ul li>img {
  width: 100%;
  opacity: 0;
}

.introduction ul li.li2:hover img,
.introduction ul li.li3:hover img,
.introduction ul li.li4:hover img,
.introduction ul li.li5:hover img,
.introduction ul li.li6:hover img {
  opacity: 1;
}

.introduction ul li figure figcaption img {
    width: 100%;
}

.introduction .attention {
  width: 270px;
  text-align: left;
  margin: 0px auto;
  font-size: 15px;
  line-height: 1.5em;
}
.imghvr-shutter-out-horiz, .imghvr-shutter-out-horiz figcaption {
  background-color: white;
}
.crossTalk figure{
  width: 100%;
  margin: 28px auto 10px auto;
}

.crossTalk img{
  width: 100%;
}

.crossTalk figure p{
  font-size: 1.7em;
  line-height: 1.6em;
}

.crossTalk div.commonEntry a{}

.toSession1 {
  padding: 30px 0;
}
.toSession1 img {
  background-color: white;
}
.toSession1 a:hover {
  opacity: 0.6;
}
.snsLink{
  margin: 75px auto 0px auto;
  padding-bottom: 75px;
}

.snsLink a i{
  font-size: 1.5em;
  color: #ffffff;
  padding: 10px 10px;
  margin: 0 10px;
}

.snsLink a i.fa-facebook{
  padding: 10px 14px;
}
.fa-facebook {
  background-color: #3B5998;
}
.fa-twitter {
  background-color: #1DA1F2;
}
/* プライバシーポリシーページ */

#pp main {
  padding: 50px 0px 80px 0px;
  width: 900px;
  margin: 0px auto;
  font-size: 16.5px;
}

#pp main h2 {
  font-size: 2em
}

#pp main p span {
  font-weight: 500;
}


/* css animation (prefixes are cut) */
.appearMove {
	transform-origin:center top;
	animation:show 2s both;
}
span.appear {display:inline-block;}
.d1 {animation-delay:2s;}
.d2 {animation-delay:4s;}
.d3 {animation-delay:6s;}
.d4 {animation-delay:8s;}
.d6 {animation-delay:10s;}
.d8 {animation-delay:12s;}
.d10 {animation-delay:14s;}
.d12 {animation-delay:16s;}
@keyframes show {
	0% {
		transform:translate(0,2em);
		opacity:0;
	}

	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

.appear {
	transform-origin:center top;
	animation: showtwo 1s both;
}
span.appear {display:inline-block;}
.d1 {animation-delay:2s;}
.d2 {animation-delay:3s;}
.d3 {animation-delay:4s;}
.d4 {animation-delay:5s;}
.d6 {animation-delay:12s;}
.d8 {animation-delay:14s;}
.d10 {animation-delay:16s;}
.d12 {animation-delay:18s;}
@keyframes showtwo {
	0% {
		transform:translate(0,2em);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

/* スマホ版*/
@media only screen and (max-width: 768px){
  .viewPc {
    display: none
  }

  .viewSp {
    display: block
  }

  #greetingLink, #introductionLink, #interviewLink, #crossTalkLink {
    margin-top: -52px;
    padding-top: 52px;
  }
  .shimashimaArea {
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
  }

  .visual-top {
      background-image: url(../images/top_back_sp.jpg);
      min-width: 300px;
      padding-bottom: 30px;
  }

  .visual-top .inner {
    margin: 0px auto;
    padding: 0px 0px 80px 0px;
    width: 300px
  }

.visual-top h1 {
font-size: 2.6em;
}

.visual-top p {
  font-size: 1.1em;
}

.greeting {
    background-color: #ffffff;
    padding: 46px 0px;
}

.greeting .inner {
    width: 300px;
    padding: 0px;
  }

.greeting .inner .title {
    font-size: 18px;
}

.storyBook .inner1 {
 background: #edeffe;
 }

.storyBook .inner1 div.div1 {
    text-align: center;
}

.storyBook .inner1 .innerOfInner {
  width: 300px;
  padding: 46px 14px;
}

.storyBook__kobayakawa {
  text-align: right;
  width: 100%;
}

.storyBook .inner2 {
    padding: 46px 0px;
  }

  .storyBook .inner2 .p2{
    text-align: left;
  }

.storyBook .inner2 ul {
  margin-top: 24px;
}

 .storyBook .inner2 ul li, .storyBook .inner2 ul li:first-child, .storyBook .inner2 ul li:last-child {
    margin: 35px 20px 0px 20px;
}

.storyBook .inner2 .innerOfInner {
  width: 300px;
}

.storyBook .readButton a {
  margin-top: 8px;
}

.interview, .introduction, .crossTalk, .snsLink {
    width: 300px;
    padding: 0px 0px;
}

h2 {margin: 100px 0px 20px 0px;
}

.introduction ul li.li1,
.introduction ul li.li2,
.introduction ul li.li3,
.introduction ul li.li4,
.introduction ul li.li5,
.introduction ul li.li6 {
      margin: 16px 0px;
}
.introduction ul li {
    height: 196px;
}

.interviewTitle {
  font-size: 15px;
}

.interview figure.fig1 {
  margin-right: 0px;
}

.interview figure.fig2 {
  margin-left: 0px;
}

#pp main {
    padding: 50px 0px 80px 0px;
    width: 300px;
    margin: 0px auto;
    font-size: 16.5px;
}

/* ホバー消し */
.visual-top div.entry a:hover {
	background-position: 0 0;
  color: #000;
  border: solid #000;
}

.storyBook .readButton a:hover {
	background-position: 0 0;
	color: #000;
}

.introduction ul li.li2:hover img,
.introduction ul li.li4:hover img,
.introduction ul li.li6:hover img {
  opacity: 0;
}

[class^=imghvr-shutter-out-]:hover figcaption {
    opacity: 0;
  }

  .imghvr-shutter-out-horiz:before {
    background: none;
}

}
