/* header */


/* background */
.background{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #F0E0E2;
}
.bg_animal{
  width: 24rem;
  height: 21rem;
  position: absolute;
  bottom: 38rem;
  left: 18.3rem;
}
.bg_half_circle{
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* 共通部分 */
.wapper{
  padding: 4rem 8rem 5rem;
}
.sec_title{
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  color: #000000;
}
.sp_only{
  display: none;
}
.en{
  margin-right: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
}
.jp{
  font-size: 1.5rem;
  font-weight: bold;
}
.btn {
  width: 15rem;
  height: 4.5rem;
  line-height: 4.5rem;
  margin: 0 auto;
  text-align: center;
	font-size: 1.5rem;
  border: 1px solid #AF7379;
  border-radius: 2.3rem;
  transition: 0.5s;
}
.btn:hover{
  background-color: #fff;
  border: 1px solid #fff;
}
.btn a{
  display: block;
  color: #AF7379;
}


/* main */

/*star*/
.white_star{
  z-index: -1;
  position: relative;
}
.small{
  position: absolute;
  width: 3rem;
  height: 3rem;
}
.medium{
  position: absolute;
  width: 4.1rem;
  height: 4.1rem;
}
.big{
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
}
/* small */
.star_1{
  top: 11.4rem;
  left: 1.1rem;
}
.star_2{
  top: 36.4rem;
  left: 2.4rem;
}
.star_3{
  top: 1.5rem;
  right: 9.8rem;
}
.star_4{
  top: 48.3rem;
  right: 11.3rem;
}
.star_5{
  top: 61.1rem;
  right: 22.5rem;
}
/* medium*/
.star_6{
  top: 52.8rem;
  left: 5rem;
}
.star_7{
  top: 127.1rem;
  left: 9.4rem;
}
.star_8{
  top: 153.1rem;
  left: 1.9rem;
}
.star_9{
  top: 174.3rem;
  left: 13.5rem;
}
.star_10{
  top: 70.4rem;
  right: 8rem;
}
.star_11{
  top: 165rem;
  right: 1.8rem;
}
.star_12{
  top: 174.3rem;
  right: 5.9rem;
}
/* big */
.star_13{
  top: 108.675rem;
  left: 2.375rem;
}
.star_14{
  top: 12.388rem;
  right: 0.888rem;
}
.star_15{
  top: 83.5rem;
  right: 2.375rem;
}
.star_16{
  top: 126.551rem;
  right: 2.375rem;
}

/* about */
.about{
  margin-bottom: 17rem;
}
.container{
  display: flex;
  justify-content: space-between;
}
.about_content{
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 4rem;
  color: #655657;
}
.about_detail{
  width: 56rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #655657;
}
.about_text{
  width: 56rem;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #655657; 
}
.img_area{
  width: 26rem;
  height: 32rem;
  padding: .3rem; /* 追加コード */
  background-color: #fff; /* 追加コード */
}
.slope{
  position:relative;
  width: 26rem;
  height: 32rem;
  bottom: 55%;
  right: 77%;
  padding: .3rem; /* 追加コード */
  background-color: #fff; /* 追加コード */
  transform: rotate(3deg);/* 追加コード */
}

/* staff */
.staff .sec_title{
  margin-bottom: 2.5rem;
}
.staff_description{
  width: 100%;
  margin-bottom: 3.5rem;
  padding: 5rem 5.5rem;
  display: flex;
  align-items: center;
  border-radius: 25rem;
  background-color: #C09496;
}
.staff_description:last-child{
  margin-bottom: 0;
}
.mugshot{
  max-width: 40rem;
  max-height: 40rem;
  margin-right: 2rem; 
  display: flex;
  align-items: center;
}
.mugshot img{
  height:auto;
  border-radius: 50%;
}
.staff_description h2{
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.staff_description h3{
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #fff;
}
.staff_information p{
  width: 58rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}

/* 追加CSS */
.staff_qualification {
  display: flex;
  margin-bottom: 1.5rem;
}
.qualification_list {
  margin-top: .9rem;
  font-size: 1.4rem;
  color: #fff;
}
.staff_information_list {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.staff_information_list dt {
  width: 15%;
  text-align: right;
}
.staff_information_list dd {
  width: 80%;
  margin-left: 1rem;
}
/* footer */


/* レスポンシブデザイン */
@media screen and (max-width: 699.98px) {
  /* header */
  
  /* background */
  .bg_animal{
    width: 18rem;
    height: 15.8rem;
    top: 14.4rem;
    left: 0.7rem;
  }
  .bg_half_circle{
    width: 100%;
    height: 18rem;
    top: 26.5rem;
  }
  .white_rectangle{
    background-color: #fff;
    width: 100%;
    height: 40rem;
    position: relative;
  }
  
  /* main */

  /* 共通部分 */
  .wapper{
    padding: 2.5rem 2rem 5rem;
  }
  .sec_title{
    margin-bottom: 2rem;
  }
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .en{
    font-size: 2.5rem;
  }
  .jp{
    font-size: 1.5rem;
    font-weight: bold;
  }

  /* main */
  .mainvisual{
    height: 40rem;
  }

  /*star*/
  .small{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
  }
  .big{
    position: absolute;
    width: 3rem;
    height: 3rem;
  }
  /* small */
  .sp_star_1{
    top: 20.7rem;
    left: 1.3rem;
  }
  .sp_star_2{
    top: 29.9rem;
    left: 0.2rem;
  }
  .sp_star_3{
    top: 64.1rem;
    left: 7.6rem;
  }
  .sp_star_4{
    top: 70.6rem;
    left: 7.6rem;
  }
  .sp_star_5{
    top: 77.7rem;
    left: 11.5rem;
  }
  .sp_star_6{
    top: 86.2rem;
    left: 5rem;
  }
  .sp_star_7{
    top: 143.7rem;
    left: 0;
  }
  .sp_star_8{
    top: 157.9rem;
    left: 2rem;
  }
  .sp_star_9{
    top: 166.5rem;
    left: 14.8rem;
  }
  .sp_star_10{
    top: 20.7rem;
    right: 7.4rem;
  }
  .sp_star_11{
    top: 29.7rem;
    right: 1.2rem;
  }
  .sp_star_12{
    top: 63.6rem;
    right: 9.4rem;
  }
  .sp_star_13{
    top: 66.4rem;
    right: 0.5rem;
  }
  .sp_star_14{
    top: 79.2rem;
    right: 10.4rem;
  }
  .sp_star_15{
    top: 91.6rem;
    right: 2rem;
  }
  .sp_star_16{
    top: 153.1rem;
    right: 0.5rem;
  }
  .sp_star_17{
    top: 167rem;
    right: 8.9rem;
  }
  /* big */
  .sp_star_18{
    top: 64.6rem;
    left: 0.5rem;
  }
  .sp_star_19{
    top: 83.2rem;
    left: 0;
  }
  .sp_star_20{
    top: 166.2rem;
    left: 3rem;
  }
  .sp_star_21{
    top: 25.1rem;
    right: 2.8rem;
  }
  .sp_star_22{
    top: 69.9rem;
    right: 4.4rem;
  }
  .sp_star_23{
    top: 83.2rem;
    right: 4rem;
  }
  .sp_star_24{
    top: 166.5rem;
    right: 2.9rem;
  }

  /* sidebar */
  #sidebar.hidden {
    transform: translateX(100%);
    opacity: 0;
  }
  /* about */
  .about{
    margin-bottom: 8rem;
  }
  .container{
    flex-direction: column;
  }
  .about_content{
    font-size: 1.9rem;
    line-height: 3rem;
  }
  .about_detail{
    width: auto;
    margin-bottom: 3rem;
    line-height: 2.5rem;
  }
  .about_text{
    width: auto;
  }
  .img_area{
    width: 18rem;
    height: 22.1rem;
    margin:0 0 15.6rem auto;
  }
  .slope{
    width: 18rem;
    height: 22.1rem;
    bottom: 55%;
    right: 77%;
  }
  
  /* staff */
  .staff_description{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2rem 2rem 12rem;
    display: inline-block;
    border-radius: 16.8rem;
  }
  .mugshot{
    max-width: 29.5rem;
    max-height: 29.5rem;
    margin: 0 0 0.5rem; 
    display: inline-block;
  }
  .staff_description h2{
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .staff_description h3{
    margin-bottom: 1rem;
  }
  .staff_information p{
    width: auto;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }

  /* staff_loop */
  .change {
    display: none;
  }

  .change.appear {
    display: block;
    animation: 2s fadeIn;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /* footer */

  

  /* 追加CSS */
  .staff_information_list dt {
    width: 25%;
  }
  .staff_information_list dd {
    width: 60%;
  }
}