@charset "UTF-8";
/*----------------------------------------------
profile
-----------------------------------------------*/
#Profile {
  background-color: #F2F6F7;
  padding-bottom: 100px;
  padding: 100px 5%;
}

.profile_content {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  padding: 50px 20px;
  margin: 100px auto 0 auto;
  width: 100%;
  position: relative;
}
.profile_content .profile_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.profile_content .profile_photo img {
  width: 220px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_content .p_name_small {
  font-size: 16px;
  letter-spacing: 3px;
}
.profile_content .profile_detail {
  padding: 0 20px;
}
.profile_content .profile_detail .profile_title {
  border-bottom: dashed 2px rgb(189, 189, 189);
  letter-spacing: 11px;
  width: 95%;
}
.profile_content .profile_detail .profile_text {
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.profile_content .profile_deco {
  position: absolute;
  color: #EBD7D6;
  bottom: -10px;
  right: -30px;
  font-size: 77px;
}

/*----------------------------------------------
voice
-----------------------------------------------*/
#Voice .heading {
  margin-bottom: 70px;
}

.voice_content {
  margin: 50px 0;
  padding: 0 7%;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #F2F6F7;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.voice_content .left {
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice_content .left img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.voice_content .left .voice_deco {
  color: #AED3DB;
  font-size: 110px;
  margin-top: -60px;
}
.voice_content .right .voice_title {
  letter-spacing: 20px;
  border-bottom: dashed 2px rgb(189, 189, 189);
}
.voice_content .right .voice_text {
  margin-top: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

/*----------------------------------------------
FAQ
-----------------------------------------------*/
#FAQ {
  background-image: url(../img/faq/bg.jpg);
  background-size: cover;
  background-color: rgba(242, 250, 252, 0.8);
  background-blend-mode: lighten;
}

.faq_container {
  padding: 50px 5% 0 5%;
}

.fqa_content {
  margin: 10px;
  margin-bottom: 60px;
}
.fqa_content .fqa_content_q {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.fqa_content .fqa_content_q .faq_title {
  margin-left: 20px;
}
.fqa_content .fqa_content_a {
  display: flex;
  align-items: center;
  padding: 15px;
}
.fqa_content .fqa_content_a .faq_text {
  padding-left: 20px;
  font-weight: bold;
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  letter-spacing: 5px;
  line-height: 30px;
  font-weight: 100;
}

.Q, .A {
  font-family: dunbar-low, sans-serif;
  font-size: 26px;
  background-color: #BAC3BD;
  border-radius: 50%;
}
.Q span, .A span {
  width: 55px !important;
  height: 55px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
}

.A {
  background-color: #DCC8C2;
}/*# sourceMappingURL=profile.css.map */