@charset "UTF-8";

.header__inner {
  background-color: #fcaa00;
}

.header__logo img {
  filter: invert(100%);
}

a.nav__link {
  color: #FFF;
}

.hamburger__line {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #FFF;
}

.hamburger__line::before,
.hamburger__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  transition: transform 0.3s;
}

@media screen and (min-width:768px) {

  .profileContainer:not(:first-child) {
    margin-top: 100px;
  }
  
}


.like.profileContainer {
  margin-top: 80px;
} 

.profilePage {
  padding-top: 100px;

}


.profilePage__title {
  font-size: 16vw;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 0;
  text-align: left;
  color: transparent;
  -webkit-text-stroke: 1.5px #fcaa00;
  animation: slideinRight 2s ease forwards;
}

@media screen and (min-width:1024px) {
  .profilePage__title:nth-last-of-type(2) {
    margin-top: 100px;
  }
}

.section__inner {
  padding-top: 10px;
}

.career.section__inner {
  background-color: rgba(68, 51, 34, 0.068);
  padding-top: 20px;
  padding-bottom: 20px;
}


.marker {
  position: relative;
  overflow: hidden;
  /* 要素のボックスからはみ出た部分をどう扱うか」を指定します。 */
  display: inline-block;
}

.marker::before {
  background-image: linear-gradient(transparent 50%, rgba(252, 170, 0, 0.15) 50%);
  height: 90%;
  position: absolute;
  content: '';
  display: block;
  inset: 0;
}



@media screen and (min-width: 768px) {
  .aboutME {
    position: relative;
    height: 70vh;
  }
}

.aboutMe__image img {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

@media screen and (min-width: 768px) {
  .aboutMe__image img {
    position: absolute;
    width: 50%;
    top: 0px;
    left: 10%;
  }
}

.aboutMe__textContent {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .aboutMe__textContent {
    position: absolute;
    padding: 50px;
    width: 50%;
    top: 70px;
    right: 12%;
    background-color: rgba(68, 51, 34, 0.8);
    color: #FFF;
    border-radius: 55% 55% 50% 80%/50% 40% 55% 70%;

  }
}

.aboutMe__textContent h3 {
  display: inline-block;
  padding-top: 20px;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  border-bottom: 2px solid #fcaa00;
}

.aboutMe__textContent p {
  padding-top: 20px;
  letter-spacing: 0.05rem;
  font-size: 14px;
}

/*
  .profilePage__title::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    transform: translate(0, 0);
    width: 75%;
    height: 20px;
    background-image: repeating-linear-gradient(45deg, #fcaa00 0px, #fcaa00 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px;
}
*/

.timeline {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.timeline__inner {
  margin-bottom: 60px;
}


.timeline__content h3 {
  line-height: 2.5rem;
}

.timeline__content p {
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
  font-size: 14px;
}

.timeline__date {
  letter-spacing: 0.1rem;
}

.btn-center {
  margin-top: 50px;
  margin-bottom: 50px;
}


@media screen and (min-width: 768px) {
  .timeline__inner {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .timeline__date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }

  .timeline__content {
    width: 75%;
    height: 120px;
    float: left;
    border-left: 3px solid rgba(252, 170, 0, 0.5);
    ;
    padding-left: 30px;
  }

  .timeline__content::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #fcaa00;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }

}

.like__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.like__item {
  opacity: 0;
  width: 48%;
  border: 0.2px solid #432;
  border-radius: 30px;
  margin-bottom: 30px;
}

.like .section__inner {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .like__item {
    width: 32%;
    margin-bottom: 50px;
  }
}

.like__image {
  margin: 15px;
}

.like__textContent {
  background-color: #432;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.2rem;
  border-radius: 0 0 30px 30px;
  font-size: 14px;
}