@charset "utf-8";

body {
  margin: 0;　
  padding: 0;
  background-color: #000000;
  font-family:  'Sawarabi Mincho', sans-serif;
  color: #FFFFFF;
  font-siza: 15px;
  line-height: 2;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
 
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

/*ここからスライドショー*/
.photo-show { 
    height: 500px; /*表示したい高さ*/
    margin: 30px auto; /*縦余白30pxは任意*/
    max-width: 100%;
    position: relative;
    width: 960px; /*表示したい幅*/
}

.photo-show img { 
    animation: show 30s infinite; /*type(6)の時間+間隔*/
    -webkit-animation: show 30s infinite; /*type(6)の時間+間隔*/
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute; /*画像を全て重ねる*/
}

/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
}

/*各画像のアニメーションの開始時間をずらす*/
/*最大8枚*/

.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 15s;
    -webkit-animation-delay: 15s;
}

.photo-show img:nth-of-type(5) {
    animation-delay: 20s;
    -webkit-animation-delay: 20s
}

.photo-show img:nth-of-type(6) {
    animation-delay: 25s;
    -webkit-animation-delay: 25s;
}

/*ここまでスライドショー*/

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #CB2BA4;
  text-decoration: none;
}

a:visited {
  color: #CB2BA4;
}

a:hover {
  text-decoration: underline;
}

.logo {
  float: left;
  margin-top: 50px;
}

.global-nav {
  float: right;
  margin-top: 60px;
}

.global-nav li {
  float: left;
  margin: 0 20px;
  font-siza: 20px;
  list-style: none;
  font-family: 'Bitter', serif;
}

.global-nav li a {
  color: #ffffff;
}

.global-nav li a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
}

#wrap {
  clear: both;
  background-color: #000000;
  margin-top: 0px;
  padding: 15px 35px 35px 35px;
}

.content {
  width: 960px;
  margin: 0 auto;
}

footer {
  text-align: center;
  color: #ffffff;ß
  padding: 20px 0;
  background-color: #000000;
}

footer small {
  font-size: 12px;
}

.btn a {
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Bitter', serif;
  width: 185px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  border: 3px solid #009cd3;
}



.main-center {
 width: 960px;
 margin: 0 auto;
}

h1 {
  font-family:  'Sawarabi Mincho', sans-serif;
  font-size: 36px;
  color: #4df791;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

h2 {
  font-family: 'Bitter', serif;
  font-size: 24px;
  margin-top: 0;
}

h3 {
　font-family: 'Great Vibes', cursive ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 10px;
  text-align: center;
}

h4 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 10px;
  text-align: center;
  font-weight: 500;
}

h5 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 80px;
  line-height: 10px;
  text-align: center;
}


#about .profile-txt{
  width: 540px;
  float: right;
  vertical-align: center;
}

#about .profile-txt span {
  font-weight: bold;
}

#about .profile-image {
  float: left;
  margin-top: 23px;
}


.clearfix:after {
  content:"";
  display: block;
  clear: both;
}

section {
  margin-bottom: 35px;
}

#about .career th {
  width: 240px;
  background-color: #04752d;
  padding: 12px;
  border: 1px solid #cccccc;
}

#about .career td {
  width: 720px;
　background-color: aqua;
  padding: 12px 0 12px 20px;
  border: 1px solid #cccccc;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

#index #wrap {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}

.last {
 line-height: 50%;
 text-align: center;
 background-color: black;
}


.KJan  {float: left;
  width: 30%; 
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 50px;
  margin: 10PX; 
  
}