@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700,800,900");
html, body, div, span, a, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.13em;
    font-family: 'PT Sans','Noto Sans JP', sans-serif;
    color: #3E4550;
    background-color: #fcfcfc;
    overflow-x: hidden;
    text-align: center;
}

.mt20 {
  margin-bottom: 20px;
}

ul, ol {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote::before, blockquote::after, q::before, q::after {
  content: ''
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0
}

img {
  vertical-align: bottom
}

input, select {
  vertical-align: middle
}

input:focus, textarea:focus {
  outline: 0
}

input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
  display: none
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: "reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 23px
}

h4 {
  font-size: 17px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 12px
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

a:hover {
  color: #ff4081;
  text-decoration: none;
  cursor: pointer;
  opacity: .7
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important
  }
}

.footer {
  width: 100vw;
  height: 20vw;
  display: block;
  background-color: #191919;
}

.footer_inner {
  height: 100%
}

.footer_inner_copy {
  color: #e5e5de;
  font-size: 1.3vw;
  font-family: var(--main-font);
  font-weight: bold;
  letter-spacing: .5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 768px) {
  .footer {
    height: 53vw
  }
  .footer_inner_copy {
    width: 100vw;
    text-align: center;
    font-size: 2.7vw
  }
}

h1.profile::before {
  content: 'About';
  position: absolute;
  left: -180px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7; 
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}
h1.skill::before {
  content: 'Skill';
  position: absolute;
  right: 20px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7;
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}
h1.career::before {
  content: 'Career';
  position: absolute;
  left: -180px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7;
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}
h1.hobby::before {
  content: 'Hobby';
  position: absolute;
  right: -160px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7;
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}

/* スクロール */
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
}

/**************************************************
 profile
**************************************************/
main.lower {
  overflow: hidden;
  width: 80%;
  padding: 0 10% 0;
  box-sizing: content-box;
}
.lower h1 {
  font-size: 32px;
  letter-spacing: 0.15em;
  position: relative;
}
.lower h2 {
  font-size: 20px;
  letter-spacing: 0.15em;
}

section.profile {
  margin-top: 230px;
}

div.profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
}

.profile_photo {
  width: 45%;
}

.profile_photo img{
  width: 90%;
}

.profile_desc {
  text-align: left;
  width: 45%;
}

/**************************************************
 skill
**************************************************/
section.skill {
  position: relative;
  margin-top: 320px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.introduction_text {
  width: 80%;
  background-color: rgba(0,0,0,0.55);
  color: white;
  font-size: 18px;
  margin: 60px auto 40px auto;
  padding: 20px;
  border-radius: 15px;
}
div.skill_inner {
  display: flex;
  justify-content: center;
  margin: 60px 0;
  
  background-image: linear-gradient(transparent 30%, #f8f8f8 0%);
}
div .skill-contents {
  margin: 30px;
  padding: 0 20px;
  width: 500px;
}
section.skill img.skill_img {
  width: 50%;
  padding: 15px 0;
}
div .tool-inner {
  text-align: left;
  padding-bottom: 30px;
}

p.skill_desc {
  min-height: 350px;
  text-align: left;
}
p.tool {
  padding: 5px 0;
  display: inline-block;
  background-image: linear-gradient(transparent 70%, #73d0f5 0%);
  line-height: 0.8em;
}
/* スキル紹介 */
.skill_contents{
  width: 48%;
  display: inline-block;
  height: auto;
  transition-duration: 0.5s;
  border: none;
  margin: 0 5px 0 5px;
}
.skill_contents img{
  width: 80%;
  display: flex;
  margin: auto;
  cursor: pointer;
}
.skill_contents img:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-5px);
  transition-duration: 0.5s;
}
.skill_contents p {
  text-align: center;
  margin: 10px auto 20px;
}


.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**************************************************
 career
**************************************************/
section.career {
  margin-top: 320px;
}
.timeline {
  margin: 100px 0;
}
.timeline li {
  overflow: hidden;
  margin: 0;
  position: relative;
  text-align: left;
}
.timeline-date {
  width: 110px;
  float: left;
  padding: 30px 0;
}
.timeline-content {
  width: 80%;
  float: left;
  border-left: 3px #C2D1DB solid;
  padding: 30px 0 30px 40px;
}
.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #608EAE;
  position: absolute;
  left: 106px;
  top: 40px;
  border-radius: 100%;
}

.timeline-content span {
  padding: 5px 0;
  display: inline-block;
  background-image: linear-gradient(transparent 70%, #ffff00 0%);
  line-height: 0.8em;
}

/**************************************************
 senka
**************************************************/
.senka {
  margin-top: 100px;
  text-align: left;
}
.senka div {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 150px;
}
.senka h1 {
  margin-bottom: 50px;
}

table {
  border-collapse:  collapse; /* セルの線を重ねる */
  width: 100%;
}

tr:nth-child(odd) {
  background-color:  #ddd;    /* 背景色指定 */
}

th,td {
  padding: 10px;          /* 余白指定 */
}

/*レスポンシブ対応*/
@media screen and (min-width:500px) {
  .profile_section {
    background-image: url("image/toppage15.jpg");
    background-size: cover;
  }
  .skill_contents {
  width: 18%;
  height: auto;
  }
}
@media screen and (min-width:768px) {
  .skill_contents {
  width: 18%;
  height: auto;
  }
}
@media screen and (min-width:1024px) {
  .skill_contents {
  width: 18%;
  height: auto;
  }
  .portfolio .caption {
    font-size:		120%;
  }
}