@charset "utf-8";
/* about_me */
#profile_block {
  margin: 0 auto;
}
.profile_images{
  position: relative;
}
.profile_image_myphoto {
  margin: 0 auto;
  padding-top: 125px;
  position: absolute;
  top: 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.profile_image_myphoto img{
  display: block;
  max-width: 80%;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
/* about無限ループ */
.loopSlide {
  position: absolute;
    top: 60%;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: -1;
    background-image: url('../img_pc/aboutme.png');
    background-repeat: repeat-x;
    animation: scrollBackground 20s linear infinite;
}
@keyframes scrollBackground {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}
.profile_container {
  margin: 0 auto;
  width: 42%;
  position: relative;
}
.profile_container h1 {
  text-align: center;
  margin: 120px auto 50px;
  font-size: 18px;
}
.profile_text {
  line-height: 2.5;
  font-size: 16px;
}
.photo {
	max-width: 200px;
  margin-left: 70%;
  position: relative;
  right: -30%;
}
.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 15s infinite;
}
.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 5s;
}
.image:nth-of-type(3) {
	animation-delay: 10s;
}
@keyframes change-img-anim {
	0%{ opacity: 0;}
  25%{ opacity: 0;}
	50%{ opacity: 1;}
  75%{ opacity: 0;}
	100%{ opacity: 0;}
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.profile_container span {
  display: inline-block;
} 
/* SKILL */
#skill_block ul {
  display: flex;
  justify-content:center;
  gap: 80px;
  width: 50%;
  margin: 0 auto;
}
#skill_block img {
  width: 130px;
}
#skill_block p {
  line-height: 2;
}
#skill_block .skill_inner {
  text-align: center;
}
#skill_block li {
  position: relative;
}
#skill_block li::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 40px;
  content: "";
  width: .8px;
  height: 100%;
  background-color: #ac8951;
}
#skill_block li:last-child::after {
  content: none;
}
.fadein {
  opacity : 0;
  transition : all 2s;
}
.fadein.active{
  opacity : 1;
}
/* STRENGTH */
/* SP版消す */
.strength_circle_sp {
  display:none;
}
.strength_circle {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.circle-1,
.circle-2,
.circle-3 {
  padding: 5%;
  width: 200px;
  height: 200px;
  margin: 0 -15px;
  mix-blend-mode: multiply;
  border: 1px solid #ac8951;
}
.circle-1,
.circle-2,
.circle-3 {
  border-radius: 50%;
  position: relative;
}
.circle-1 p,
.circle-2 p,
.circle-3 p {
  font-size: 18px;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color: #ac8951;
}
.box{
  opacity: 0;
}
.circle-2.displayed{
  animation-delay: 0.3s;
}
.circle-3.displayed{
  animation-delay: 0.6s;
}
.displayed{
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp{
  0%{opacity:0; transform: translateY(0);}
100%{opacity:1; transform: translateY(-50px);}
}
.strength_inner {
  max-width: 73.206%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.strength_text ul {
  text-align: left;
  display: inline-block;
}
.strength_text li {
  display: flex;
  padding-top: 80px;
  align-items: baseline;
}
.strength_text h3 {
  display: inline-block;
  color: #ac8951;
  font-size: 18px;
  width: 30%;
}
.strength_text p {
  font-size: 16px;
  line-height: 2;
  width: 70%;
}
.effect-fade {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width:1000px){
  .profile_container {
    width: 50%;
  }
  #skill_block img {
    width: 110px;
  }
  #skill_block ul {
    display: flex;
    flex-direction: column;
  }
  #skill_block li::after {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .profile_container {
    width: 80%;
  }
  .profile_container h1 {
    margin: 100px auto 40px;
    font-size: 16px;
  }
  .profile_image_myphoto {
    left: auto;
  }
  .loop_text {
    top: 90%;
  }
  .profile_text {
    font-size: 14px;
  }
  .photo {
    right: auto;
  }
  .strength_text h3 {
    font-size: 18px;
    width: auto;
  }
  .strength_text p {
    font-size: 14px;
    width: auto;
    margin-top: 10px;
  }
  .strength_text li {
    display: flex;
    flex-direction: column;
    padding-top: 55px;
  }
  .strength_inner {
    padding-bottom: 55px;
  }
  .strength_circle {
    display: none;
  }
  .strength_circle_sp {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0 auto;
    width: 20em;
    height: 19em;
    font-size: 18px;
    list-style: none;
  }
  .strength_circle_sp > li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 11.5em;
    height: 11.5em;
    box-sizing: border-box;
    border: solid 1px currentColor;
    border-radius: 50%;
    text-align: center;
    color: #ac8951;
  }
  .strength_circle_sp > li:nth-of-type(1) {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .strength_circle_sp > li:nth-of-type(2) {
    bottom: 0px;
    left: 0px;
  }
  .strength_circle_sp > li:nth-of-type(3) {
    bottom: 0px;
    right: 0px;
  }
  .fadein_sp {
    opacity : 0;
    transition : all 1s;
  }
    
  .fadein_sp.active{
    opacity : 1;
  }
}

@media screen and (max-width: 400px) {
  .profile_image_myphoto img {
    max-width: 90%;
  }
  .strength_circle_sp {
    width: 15em;
    height: 14em;
  }
  .strength_circle_sp > li {
    width: 8em;
    height: 8em;
}
}
