@charset "UTF-8";

/* ---------------------------------
  pankuzu
--------------------------------- */
.pankuzu {
  margin-top: 8rem;
}
@media screen and (max-width: 1230px) {
  .pankuzu {
    margin-top: 6.4rem
  }
}


/* ---------------------------------
  main_content
--------------------------------- */
.main_content {
  background-color: #D5EDF2;
}


/* ---------------------------------
  profile_block
--------------------------------- */
.profile_block {
  background-color: #fff;
  border: .1rem solid #000;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 8rem;
}
.profile_block .profile_top {
  padding: 4rem 8rem 6.4rem 6.4rem;
  display: flex;
  column-gap: 8rem;
}
.profile_block .profile_text_block {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.profile_block .profile_top .message_number {
  color: #999;
  font-weight: 500;
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
  margin-bottom: 4rem;
}
.profile_block .profile_top .message_number span {
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}
.profile_block .profile_top h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 3.2rem;
  padding-bottom: 4rem;
}
.profile_block .profile_detail {
  margin-top: auto;
}
.profile_block .profile_detail .initial {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2rem;
}
.profile_block .profile_detail dl {
  border-bottom: .1rem solid #000;
  padding: 0 .8rem .8rem;
  display: flex;
  align-items: center;
}
.profile_block .profile_detail dl + dl {
  margin-top: 2rem;
}
.profile_block .profile_detail dt {
  font-size: 1.4rem;
  width: 12.2rem;
  flex-shrink: 0;
}
.profile_block .profile_detail dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.profile_block .profile_top .profile_img {
  width: min(38rem,45%);
  flex-shrink: 0;
  align-self: flex-start;
}
.profile_block .profile_bottom {
  background-color: #F4F2EA;
  display: flex;
}
.profile_block .profile_bottom dl {
  padding: 2rem 3.2rem;
}
.profile_block .profile_bottom dl:not(:last-child) {
  border-right: .1rem solid #000;
  flex-shrink: 0;
}
.profile_block .profile_bottom dt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .4rem;
}
.profile_block .profile_bottom dd {
  font-size: 1.4rem;
  font-weight: 500;
}
.profile_block .profile_bottom .tag_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.profile_block .profile_bottom .tag_list li::before {
  content: "#";
}
@media screen and (max-width: 999px) {
  .profile_block {
    border-right: 0;
    border-left: 0;
    border-radius: 0;  
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
  }
  .profile_block .profile_top {
    padding: 2rem 2rem 4rem;
  }
  .profile_block .profile_text_block {
    row-gap: 2rem;
  }
  .profile_block .profile_top .message_number {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .profile_block .profile_top .message_number span {
    font-weight: 700;
    font-size: 2rem;
  }
  .profile_block .profile_top h2 {
    font-size: 2.4rem;
    margin-left: 0;
    padding-bottom: 0;
  }
  .profile_block .profile_detail .initial {
    text-align: center;
  }
  .profile_block .profile_detail dt {
    width: 7rem;
  }
  .profile_block .profile_detail dd {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .profile_block .profile_top .profile_img {
    width: 100%;
    max-width: 40rem;
    margin: auto;
  }
  .profile_block .profile_bottom {
    flex-flow: column;
    padding: 0 2rem;
  }
  .profile_block .profile_bottom dl {
    padding: 2rem .8rem;
  }
  .profile_block .profile_bottom dl:not(:last-child) {
    border-right: 0;
    border-bottom: .1rem solid #000;
    flex-shrink: 0;
  }
  .profile_block .profile_bottom dt {
    font-size: 1.2rem;
  }
}


/* ---------------------------------
  question_block
--------------------------------- */
.question_block {
  display: flex;
  column-gap: min(13rem,12%);
  align-items: flex-start;
}
.question_text_block dl + dl {
  margin-top: 8rem;
}
.question_text_block dt {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1.6rem 2.4rem;
}
.question_text_block dt::before {
  content: "";
  background-image: url("../../images/people/message/icon_question.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 4rem;
  flex-shrink: 0;
}
.question_text_block dd {
  line-height: 2;
}
.question_img_block {
  position: relative;
  width: min(34rem,35%);
  flex-shrink: 0;
}
.question_img_block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 1rem;
  left: 1rem;
  background-color: #FEE177;
  border: .1rem solid #000;
  border-radius: 2rem;
}
.question_img_block img {
  border-radius: 2rem;
  border: .1rem solid #000;
  position: relative;
  z-index: 1;
}
.question_block01 .question_img_block::before,
.question_block01 .question_img_block img {
  margin-left: -1rem;
}
.question_block01 {
  padding-bottom: 8rem;
  background-image: radial-gradient(circle, #000 .15rem, transparent .15rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1rem .3rem;
}
.question_block02 {
  flex-flow: row-reverse;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 999px) {
  .question_block {
    flex-flow: column;
  }
  .question_img_block {
    width: 25.2rem;
    margin: 8rem auto 0;
    max-width: calc(100% - 2rem);
  }
  .question_img_block::before {
    top: .7rem;
    left: .7rem;
  }
  .question_block01 .question_img_block::before,
  .question_block01 .question_img_block img {
    margin-left: 0;
  }
  .question_block02 {
    flex-flow: column-reverse;
    padding: 8rem 0;
  }
  .question_block02 .question_img_block {
    margin: 0 auto 8rem;
  }
}



/* ---------------------------------
  really_block
--------------------------------- */
.really_block {
  padding: 6.4rem 0;
  background-image: radial-gradient(circle, #000 .15rem, transparent .15rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1rem .3rem;
}
.really_block h2 {
  text-align: center;
  margin-bottom: 8rem;
}
.really_block h2 img {
  margin: 0 auto 1.6rem;
}
.really_block h2 span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
.really_content {
  display: flex;
  justify-content: space-between;
}
.really_content .really_box {
  width: calc(50% - 4rem);
  border-radius: 2rem;
  padding: 8rem 4rem 4rem;
  border: .2rem solid #000;
  position: relative;
}
.really_content .really_box.good {
  background-color: #FFF8DE;
}
.really_content .really_box.bad {
  background-color: #F5F5F5;
}
.really_content .really_box::before {
  content: "";
  width: 10.2rem;
  height: 11rem;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.really_content .really_box.good::before {
  background-image: url("../../images/people/message/icon_good.svg");
}
.really_content .really_box.bad::before {
  background-image: url("../../images/people/message/icon_bad.svg");
}
.really_content .really_box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  text-align: center;
}
.really_content .really_box p {
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .really_block {
    padding: 6.4rem 0;
  }
  .really_block h2 {
    text-align: center;
    margin-bottom: 8rem;
  }
  .really_block h2 span {
    font-size: 2rem;
  }
  .really_content {
    display: flex;
    flex-flow: column;
    row-gap: 8rem;
  }
  .really_content .really_box {
    width: 100%;
    padding: 8rem 2rem 4rem;
  }
}


/* ---------------------------------
  other_block
--------------------------------- */
.other_block {
  margin: 0 calc(50% - 50vw + 4rem);
  width: calc(100vw - 8rem);
  background-color: #fff;
  border-top: .1rem solid #000;
  border-bottom: .1rem solid #000;
  padding: 10rem 0;
}
.other_block .other_content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8rem;
}
.other_block h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.other_block .schedule_block,
.other_block .private_block {
  width: 50%;
}
.schedule_block {
  border-right: .1rem solid #000;
  padding-right: min(8rem,8%);
}
.schedule_block .schedule_list li:not(:last-child) {
  padding-bottom: 2rem;
}
.schedule_block .schedule_list dl {
  display: flex;
  align-items: flex-start;
  column-gap: 2.8rem;
}
.schedule_block .schedule_list dt {
  width: 6.6rem;
  font-weight: 500;
  padding: .4rem;
  border-radius: .8rem;
  position: relative;
  background-color: #FEE177;
  text-align: center;
  flex-shrink: 0;
}
.schedule_block .schedule_list dt::after {
  content: "";
  width: .8rem;
  height: .8rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #FEE177;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.schedule_block .schedule_list dd {
  display: flex;
  column-gap: 2rem;
  font-weight: 500;
  padding-top: .4rem;
  position: relative;
  text-align: left;
}
.schedule_block .schedule_list dd::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: .2rem solid #000;
  background-color: #fff;
  margin-top: .7rem;
  flex-shrink: 0;
}
.schedule_block .schedule_list li:not(:last-child) dd::after {
  content: "";
  width: .1rem;
  height: calc(100% + 2rem);
  background-color: #000;
  left: .55rem;
  top: 2.3rem;
  position: absolute;
}
.private_block {
  padding-left: min(8rem,8%);
}
.private_block img {
  border-radius:2rem;
  margin-bottom: 4rem;
}
.private_block dt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2rem;
}
.private_block dd {
  line-height: 2;
}

@media screen and (max-width: 999px) {
  .other_block {
    margin:0;
    padding: 8rem 0 6.4rem;
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
  }
  .other_block .other_content {
    row-gap: 6.4rem;
    flex-flow: column;
  }
  .other_block h3 {
    text-align: center;
  }
  .other_block .schedule_block,
  .other_block .private_block {
    width: 100%;
  }
  .schedule_block {
    border-right: 0;
    border-bottom: 1px solid #000;
    padding: 0 0 6.4rem;
    text-align: center;
  }
  .schedule_block .schedule_list {
    padding: 0 2rem;
    display: inline-block;
  }
  .schedule_block .schedule_list dl {
    column-gap: 2rem;
  }
  .schedule_block .schedule_list dt {
    width: 6.1rem;
    padding: .4rem;
    font-size: 1.4rem;
  }
  .schedule_block .schedule_list dd {
    column-gap: .8rem;
    font-size: 1.4rem;
  }
  .private_block {
    padding-left: 0;
  }
  .private_block img {
    border-radius:2rem;
    max-width: 40rem;
    width: 100%;
    margin: 0 auto 4rem;
    display: block;
  }
  .private_block dd {
    padding: 0 2rem;
  }
}

/* ---------------------------------
  animal_block
--------------------------------- */
.animal_block {
  background-image: repeating-linear-gradient(90deg, #aeecf8, #aeecf8 10rem, #ffc1da 10rem, #ffc1da 20rem, #ffeba0 20rem, #ffeba0 30rem);
  margin: 0 calc(50% - 50vw + 4rem);
  width: calc(100vw - 8rem);
  padding: 10rem 0;
  border-bottom: .1rem solid #000;
}
.animal_block_frame {
  padding: min(10rem,10%) min(12rem,12%) min(12rem,12%) min(12rem,12%);
  border: .1rem solid #000;
  border-radius: 25rem;
  display: flex;
  position: relative;
  column-gap: 4rem;
  background-color: #FFFFFF;
  align-items: center;
}
.animal_block .animal_block_title {
  position: absolute; 
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.animal_block .animal_block_title img {
  display: block;
  max-width: none;
}
.animal_block_image {
  width: min(36%, 30rem);
  overflow: hidden;
  flex-shrink: 0;
}
.animal_block_text {
  width: 100%;
}
.animal_block_text dt {
  font-weight: 700;
  margin-bottom: 3.2rem;
}
.animal_block_text dt .animal_name_head {
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
}
.animal_block_text dt .animal_name_head .bg_blue {
  background-color: #84D6E6;
  padding: .7rem 2rem;
  border-radius: .5rem;
  letter-spacing: .2em;
  text-align: center;
}
.animal_block_text dt .animal_name {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: .2em;
}
.animal_block_text dd {
  background-image: linear-gradient(180deg, transparent calc(100% - .1rem), #000 calc(100% - .1rem));
  background-size: 100% 4.5rem;
  line-height: 4.5rem;
  text-align: center;
}
.animal_block_under {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  background-color:#FEE177;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  border-radius: 10rem; 
  padding: 1rem 6.4rem;
  border: .1rem solid #000;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .animal_block {
    background-image: repeating-linear-gradient(90deg, #aeecf8, #aeecf8 5.5rem, #ffc1da 5.5rem, #ffc1da 11rem, #ffeba0 11rem, #ffeba0 16.5rem);
    margin: 0 calc(50% - 50vw + 2.4rem);
    width: calc(100vw - 4.8rem);
    padding: 10rem 0 10.2rem;
  }
  .animal_block_frame {
    padding: 6.4rem 2.4rem;
    border-radius: 8rem;
    flex-flow: column;
    row-gap: 3.2rem;
  }
  .animal_block .animal_block_title {
    top: -2rem;
  }
  .animal_block_image {
    width: 100%;
    max-width: 30rem;
  }
  .animal_block_text dt {
    margin-bottom: 1.2rem;
  }
  .animal_block_text dt .animal_name_head {
    column-gap: .4rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .animal_block_text dt .animal_name_head .bg_blue {
    padding: 1.2rem;
    letter-spacing: .1em;
    font-size: 1.3rem;
  }
  .animal_block_under {
    font-size: 1.8rem;
    padding: .8rem;
    width: calc(100% - 1.6rem);
    text-align: center;
  }
}

/* ---------------------------------
  other_people_block
--------------------------------- */
.other_people_block {
  padding-top: 8rem;
}
.other_people_block h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.people_list {
  overflow: hidden;
  display: flex;
  column-gap: 4rem;
  margin: 0 calc(50% - 50vw + 4rem) 4rem;
  width: calc(100vw - 8rem);
}
.people_list ul {
  display: flex;
  column-gap: 4rem;
  min-width: 100%;
  animation: loop_animation_right_left 60s linear infinite;
  flex-shrink: 0;
  padding-left: 4rem;
  margin-left: -4rem;
}
.people_list li {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .people_list {
    margin: 0 -2rem 4rem;
    width: calc(100% + 4rem);
  }
  .other_people_block .btn_l {
    max-width: 100%;
  }
}

/* ---------------------------------
  animation
--------------------------------- */
@keyframes loop_animation_right_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


