@charset "UTF-8";
/* CSS Document */
.profile-top {
  width: 100%;
  height: 50vh;
  background: -moz-linear-gradient(top, #F5F5F5, #F2D9D2);
  background: -webkit-linear-gradient(top, #F5F5F5, #F2D9D2);
  background: linear-gradient(to bottom, #F5F5F5, #F2D9D2);
  position: relative;
}
.custom-shape-divider-bottom-1652219646 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1652219646 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
  transform: rotateY(180deg);
}
.custom-shape-divider-bottom-1652219646 .shape-fill {
  fill: #FFFFFF;
}
@media(min-width: 426px) {
  .custom-shape-divider-bottom-1652219646 svg {
    height: 80px;
  }
}
@media(min-width: 1020px) {
  .custom-shape-divider-bottom-1652219646 svg {
    height: 137px;
  }
}
/*見出しフォントファミリー指定*/
.profile-top h2, .section-profile-wrap h3 {
  font-family: 'Cormorant Garamond', serif;
}
.profile-top h2 {
  color: #ABABAB;
  font-size: 3.4rem;
  font-weight: 100;
  letter-spacing: .3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glowAnime span {
  opacity: 0;
}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}
@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #a9a9a9, 0 0 0 #ABABAB;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #a9a9a9, 0 0 15px #ABABAB;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #a9a9a9, 0 0 0 #ABABAB;
  }
}
.section-profile__discription {
  margin-bottom: 100px;
}
.section-profile-wrap {
  margin: 80px 0px 60px;
}
.section-profile-wrap h2 {
  color: #D3A5AF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: .3em;
  line-height: 2;
}
.section-profile-wrap h3 {
  color: #D8D8D8;
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: .4em;
  text-align: center;
  padding-bottom: 50px;
}
.section-profile-wrap p {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .3em;
  line-height: 1.4;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .section-profile-wrap h2 {
    font-size: 2.0rem;
  }
  .section-profile-wrap h3 {
    font-size: 3.2rem;
  }
  .section-profile-wrap p {
    font-size: 1.6rem;
  }
}
.section-profile__img {
  width: 100%;
  height: 254px;
  margin-bottom: 50px;
}
.section-profile__img img {
  height: 100%;
}
.section-profile__profile-discription {
  margin: 0 12px 40px;
}
.section-profile__profile-discription p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .2em;
  font-weight: 100;
  padding-bottom: 30px;
}
@media (min-width: 426px) {
  .section-profile__profile-discription p {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .section-profile__img {
    width: 60%;
    height: 400px;
    margin: 0 auto;
  }
  .section-profile__img img {
    height: 100%;
  }
  .section-profile__profile-discription {
    max-width: 600px;
    padding: 60px 40px 0;
    margin: 0 auto;
  }
  .section-profile__profile-discription p {
    text-align: left;
  }
}
.button-more-position {
  margin-top: 60px;
}
.section-career {
  margin-bottom: 100px;
}
.section-career__detail-wrap {
  width: 100%;
  /*height: 740px;*/
  background-image: url("../images/top/bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  margin-bottom: 100px;
}
.section-career__detail-filter {
  width: 100%;
  /*height: 740px;*/
  background-color: rgba(255, 255, 255, 0.6);
}
.section-career__detail {
  margin: 0 12px;
}
.section-career__detail h2 {
  text-align: center;
  padding: 40px 20px 40px;
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: .2em;
}
.section-career-picture {
  width: 260px;
  height: 260px;
  margin: 0 auto 40px;
}
.section-career-picture img {
  width: 100%;
  border-radius: 260px;
}
.section-career__detail p {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .section-career__detail h2 {
    font-size: 2.2rem;
  }
  .section-career__detail {
    max-width: 840px;
    padding: 0 20px 0px;
    margin: 0 auto;
  }
  .section-career__detail-wrap, .section-career__detail-filter {
    /* height: 640px;*/
  }
}