@charset "utf-8";
/* CSS Document */
.top-image {
  background: url("../images/profile-image.jpg");
  background-repeat: no-repeat;
  height: 600px;
  width: auto;
  max-width: 440px;
  background-position: center;
  margin: 0 auto;
  position: relative;
}
.header-text {
  position: absolute;
  width: 200px;
  right: 100px;
  top: 180px;
}
@media(min-width: 600px) {
  .top-image {
    background: url("../images/pc-profile.jpg");
    background-repeat: no-repeat;
    /*    background-size: contain;*/
    background-position: center;
    max-width: 1440px;
    border-radius: 0;
    margin: auto;
    position: relative;
  }
  .header-text {
    display: block;
    position: absolute;
    margin: 50px 0 0 100px;
    width: 400px;
  }
}
.section-top {
  margin-top: 90px;
}
.section-top h2 {
  margin-bottom: 70px;
  font-size: 2.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.5em;
  color: tan;
}
.section-top p {
  font-size: 1.8rem;
  line-height: 2.4em;
  letter-spacing: 0.1em;
}
.section-top img {
  margin-top: 60px;
}
@media(max-width: 372px) {
  .section-top h2 {
    font-size: 2.3rem;
    letter-spacing: 0.4em;
  }
  .section-top p {
    font-size: 1.6rem;
    line-height: 3.5em;
  }
}
@media(min-width: 600px) {
  .section-top h2 {
    font-size: 3.0rem;
    letter-spacing: 1.0em;
  }
  .section-top p {
    font-size: 2.0rem;
    line-height: 3.2em;
    letter-spacing: 0.4em;
  }
  .section-top img {
    margin-top: 90px;
  }
}
.section-second {
  margin-top: 90px;
}
.section-second h2 {
  margin: 70px 0 70px;
  font-size: 2.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.7em;
  color: tan;
}
.section-second p {
  font-size: 1.6rem;
  line-height: 2.5em;
  letter-spacing: 0.1em;
  margin: 0 40px;
}
.section-second__p {
  margin-bottom: 0;
}
.section-second__span {
  padding: 5px;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin: 0 auto;
}
.section-second__p__img {
  width: 240px;
}
.section-second__image {
  display: inline-block;
  width: 300px;
  margin: 70px 0;
}
@media(min-width: 600px) {
  .section-second h2 {
    font-size: 3.0rem;
    letter-spacing: 1.0em;
  }
  .section-second p {
    font-size: 2.0rem;
    line-height: 3.5em;
    letter-spacing: 0.5em;
  }
  .section-second__span {
    padding: 5px;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.7em;
  }
  .section-second__p__img {
    width: 320px;
  }
  .section-second__image {
    width: 600px;
    margin: 100px 0 180px;
  }
}
@media(max-width: 372px) {
  .section-second h2 {
    font-size: 2.4rem;
    letter-spacing: 0.5em;
  }
  .section-second p {
    font-size: 1.6rem;
    line-height: 3.5em;
    letter-spacing: 0.1em;
  }
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    /*    -webkit-transform: translateY(-20px);*/
  }
  100% {
    opacity: 1;
    /*    -webkit-transform: translateY(0);*/
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    /*    transform: rotate(-8deg);*/
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /*    transform: rotate(-8deg);*/
  }
}
.fadeInDown1 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown1 {
  0% {
    opacity: 0;
    /*    -webkit-transform: translateY(-20px);*/
  }
  100% {
    opacity: 1;
    /*    -webkit-transform: translateY(0);*/
  }
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    /*    transform: rotate(-8deg);*/
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /*    transform: rotate(-8deg);*/
  }
}