@charset "UTF-8";
/* 中央寄せのFlexbox
/display: flex;
align-items: center; */
/*------------------------------
  レスポンシブの設定
------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  font-family: Raleway;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .container {
    padding: 0 5%;
  }
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3d3d3d;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  padding: 0;
  z-index: 200;
  transition: 0.5s;
}
@media screen and (max-width: 560px) {
  header {
    height: 60px;
  }
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 560px) {
  header .hamburger-menu {
    display: block;
    content: url(../img/menu-button.svg);
    background-size: contain;
    width: 6vw;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  header .hamburger-menu.close {
    content: url(../img/menu-close.svg);
    width: 4vw;
    z-index: 300;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 560px) {
  header .container {
    height: 40px;
  }
}
header h1 {
  display: block;
  margin: 0;
}
header h1 img {
  width: 70%;
  padding-top: 1em;
  margin-left: 70%;
}
@media screen and (max-width: 560px) {
  header h1 img {
    margin: 0;
    width: 45%;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding-top: 1.5em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 560px) {
  header nav {
    display: none;
  }
  header nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15vw;
  }
}
header nav a {
  text-decoration: none;
  color: #444444;
  padding: 8px 15px 5px 15px;
}
@media screen and (max-width: 560px) {
  header nav a {
    border-bottom: 2px dotted #929292;
    text-align: center;
    font-size: 13pt;
    padding-bottom: 0.8em;
    margin-bottom: 10vw;
  }
}
header nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #727272;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header nav a:hover::after {
  transform: scale(1, 1);
}

.profile-main {
  padding: 15vh 10vw 5vh 10vw;
  /* position: absolute;
  top: 100px;
  left: 10vw; */
  z-index: 200;
  line-height: 3em;
}
.profile-main h1 {
  font-family: "Spinnaker", sans-serif;
  letter-spacing: 0.05em;
  text-align: right;
  border-bottom: 3px solid #000;
}

.profile-history {
  padding: 5vh 13vw;
  /* position: absolute;
  top: 120vh;
  left: 10vw; */
  z-index: 200;
  line-height: 3em;
  font-size: 11.5px;
}
@media screen and (max-width: 560px) {
  .profile-history {
    padding: 0 4vw 20vw;
  }
}
.profile-history h2 {
  font-family: "Spinnaker", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding-left: 3em;
}
@media screen and (max-width: 560px) {
  .profile-history h2 {
    padding-left: 0;
  }
}
.profile-history .history-list {
  margin: 0 auto;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 3vw;
}
@media screen and (max-width: 560px) {
  .profile-history .history-list {
    padding: 0;
  }
}
.profile-history .profile-history-list {
  display: flex;
  justify-content: flex-start;
}

.skills {
  background-color: #eeeeee;
}
.skills .skills-wrapper {
  padding: 10vh 10vw;
  background-image: url(img/bg_illustration.svg);
  background-position: right 10% bottom 10%;
  background-repeat: no-repeat;
  background-size: 40% auto;
}
.skills .h2-title h2 {
  font-family: "Spinnaker", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #81c8cf;
  border-bottom: 4px solid #81c8cf;
  padding-bottom: 0.2em;
}
.skills .skill-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0 1vw;
}
@media screen and (max-width: 560px) {
  .skills .skill-item-wrapper {
    flex-direction: column;
  }
}
.skills .skill-item {
  display: flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 560px) {
  .skills .skill-item {
    width: 100%;
  }
}
.skills .skill-item .img-box {
  width: 20%;
}
.skills .skill-item .img-box img {
  width: 100%;
}
.skills .skill-item .text-box {
  padding: 1em;
  width: 75%;
}
.skills .skill-item .text-box .text-box-title p {
  font-weight: 700;
  margin: 0;
}
.skills .skill-item .text-box .text-box-star p {
  margin: 0.3em 0;
  font-size: 80%;
}
.skills .skill-item .text-box .text-box-text p {
  font-size: 90%;
  margin: 0.5em 0;
}
.skills .sikaku {
  padding: 0 5vw;
}
.skills .sikaku h3 {
  font-weight: bold;
  color: #81c8cf;
  border-bottom: 2px solid #81c8cf;
  padding-bottom: 0.2em;
  padding-left: 2em;
}
.skills .sikaku ul {
  list-style: none;
  padding-bottom: 1em;
  border-bottom: 2px solid #81c8cf;
}

.pr .pr-wrapper {
  padding: 10vh 10vw;
}
.pr .h2-title h2 {
  font-weight: bold;
  color: #81c8cf;
  border-bottom: 4px solid #81c8cf;
  padding-bottom: 0.2em;
}
.pr .pr-text-box {
  padding: 0 2vw;
}
.pr .pr-text-box h4 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 1em;
}
.pr .pr-text-box p {
  line-height: 2.5;
}
.pr .vision-wrapper {
  margin: 0 auto;
  padding-bottom: 8vh;
  position: relative;
}
.pr .vision-wrapper h5 {
  font-size: 16px;
  color: #81c8cf;
  text-align: center;
}
.pr .vision-wrapper .vision-img {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.pr .vision-wrapper .vision-img img {
  width: 90%;
  margin: 0 auto;
}
.pr .vision-wrapper .vision-text {
  display: flex;
  padding: 0 2vw;
}
@media screen and (max-width: 560px) {
  .pr .vision-wrapper .vision-text {
    flex-direction: column;
  }
}
.pr .vision-wrapper .vision-text p {
  padding-right: 1em;
}
.pr .vision-wrapper a img {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 560px) {
  .pr .vision-wrapper a img {
    width: 50%;
  }
}

footer {
  background: #8b8b8b;
  padding: 1em 0;
}
footer p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 80%;
}/*# sourceMappingURL=profile.css.map */