/*-- PC版表示CSS  --*/
.skill{
  display:block;
}
.skill-smaho {
  display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .skill{
    display:none;
  }
.skill-smaho{
    display:block;
  }
}
.bg_test-text {
    display:  inline-block; 
    padding: 20px;
	font-size:29px;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color:#6C6C6C;
	letter-spacing: 0.3em;
}
.bg_test {
    text-align:  center;
    padding:  50px 30px 70px 30px;
	background-color: ; 
}
.name h1 {
	color:#1B1B1B;
}

.bg_test-text2 {
	display:  inline-block; 
    padding: 5px 20px;
	font-size:18px;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color:#9C9C9C;
	letter-spacing: 0.1em;
}
/*@media以外の所は全てのサイズで読み込まれます。*/
/* トップ右スライド */
.right-slide {
    overflow: hidden;
    position: relative;
}
.right-slide .caption {
    font-size: 15px;
    color: #191919;
    padding-top: 180px;
    padding-left: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    line-height: 13px;
}
.right-slide .caption .details {
    font-size: 10px;
    color: #191919;
    padding-top: 25px;
    padding-left: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}
.right-slide .mask {
    width: 50%;	/* 画像の半分の大きさにする */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50%;	/* 枠の左に置いて表示させない */
    background-color: rgba(255,255,255,0.00);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-slide:hover .mask {
    margin-left: 0px;	/* 右にずらして表示する */
}
.right-slide img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-slide:hover img {
    margin-left: 50%;	/* 画像を半分サイズ、右にずらす */
}
.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#F8F9FA;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
	color:#454545;
}
@media screen and (min-width:480px) {
/*　画面サイズが480pxからはここを読み込む　*/
}
@media screen and (max-width:768px) {

	.bg_test-text {
    display:  inline-block; 
    padding: 20px;
	font-size:23px;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color:#6C6C6C;
	letter-spacing: 0.3em;
}
.bg_test-text2 {
	display:  inline-block; 
    padding: 5px 20px;
	font-size:15px;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color:#9C9C9C;
	letter-spacing: 0.1em;
	line-height:1.7rem;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
/*　画面サイズが768pxから1024pxまではここを読み込む　*/
/* トップ右スライド */
.right-slide {
    overflow: hidden;
    position: relative;
}
.right-slide .caption {
    font-size: 15px;
    color: #191919;
    padding-top: 130px;
    padding-left: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    line-height: 13px;
}
.right-slide .caption .details {
    font-size: 10px;
    color: #191919;
    padding-top: 25px;
    padding-left: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}
.right-slide .mask {
    width: 50%;	/* 画像の半分の大きさにする */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50%;	/* 枠の左に置いて表示させない */
    background-color: rgba(0,0,0,1.00);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-slide:hover .mask {
    margin-left: 0px;	/* 右にずらして表示する */
}
.right-slide img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-slide:hover img {
    margin-left: 50%;	/* 画像を半分サイズ、右にずらす */
}
@media screen and (min-width:1024px) {
.bg_test-text3 {
	display:  inline-block; 
    padding: 5px 20px;
	font-size:18px;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color:#9C9C9C;
	letter-spacing: 0.1em;
}