@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.staff
------------------------------ */
.staff {
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 50px 0 50px;
  }
}
.staff .lead {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .staff .lead {
    padding: 0 0 50px;
  }
}
.staff .lead .sec_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .staff .lead .sec_ttl {
    margin-bottom: 20px;
  }
}
.staff .staff_wrap {
  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap {
    padding: 50px 0;
    border-radius: 100px 0 100px 0;
  }
}
.staff .staff_wrap .wrap {
  position: relative;
}
.staff .staff_wrap .ball01 {
  top: -47px;
  left: -115px;
}
.staff .staff_wrap .ball02 {
  top: calc(90% - 287px);
  left: -110px;
  width: 287px;
  height: 287px;
}
.staff .staff_wrap .ball03 {
  bottom: 237px;
  right: -135px;
  width: 487px;
  height: 487px;
}
.staff .staff_wrap .pager {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .pager {
    margin-top: 50px;
  }
}
.staff .staff_wrap .staff_list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 60px;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .staff_list {
    gap: 30px 0;
  }
}
.staff .staff_wrap .staff_list .staff_item {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .staff_list .staff_item {
    width: 100%;
  }
}
.staff .staff_wrap .staff_list .staff_item a {
  display: block;
  width: 360px;
  padding: 30px 30px 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .staff .staff_wrap .staff_list .staff_item a:hover {
    opacity: 1;
  }
  .staff .staff_wrap .staff_list .staff_item a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .staff_list .staff_item a {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.staff .staff_wrap .staff_list .staff_item .img {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  padding-top: 118%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.staff .staff_wrap .staff_list .staff_item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.staff .staff_wrap .staff_list .staff_item .txt_box .ttl {
  margin-bottom: 20px;
  font-size: 2.3rem;
  line-height: 1.5;
  color: #4A5771;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .staff_list .staff_item .txt_box .ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.staff .staff_wrap .staff_list .staff_item .txt_box .staff_txt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #4A5771;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .staff_list .staff_item .txt_box .staff_txt {
    font-size: 1.4rem;
  }
}
.staff .staff_wrap .staff_list .staff_item .txt_box .name_txt {
  font-size: 3rem;
  line-height: 1.2;
  color: #4A5771;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .staff_list .staff_item .txt_box .name_txt {
    font-size: 2.4rem;
  }
}
.staff .staff_wrap .staff_list .staff_item .txt_box .name_en {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1;
  color: #4A5771;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .staff .staff_wrap .staff_list .staff_item .txt_box .name_en {
    font-size: 1.4rem;
  }
}
.staff .bnr_box {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .staff .bnr_box {
    padding: 50px 0 0;
  }
}
.staff .bnr_box .ttl {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .staff .bnr_box .ttl {
    font-size: 1.8rem;
  }
}
.staff .bnr_box .bnr_btn {
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .staff .bnr_box .bnr_btn {
    width: 100%;
  }
}

/* ------------------------------
	.staff_details
------------------------------ */
.staff_details {
  position: relative;
  padding: 90px 0 110px;
}
@media screen and (max-width: 768px) {
  .staff_details {
    padding: 50px 0 50px;
  }
}
.staff_details::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #F6F6F6 url(../img/staff/bg01.jpg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 1920px) {
  .staff_details::before {
    background-size: 1920px;
  }
}
.staff_details .staff_head {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.staff_details .staff_head .img {
  width: calc(50% + 247px);
  height: 700px;
  border-radius: 0 500px 500px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_head .img {
    width: 96%;
    height: 300px;
  }
}
.staff_details .staff_head .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff_details .staff_head .txt_box {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc(50% - 76px);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 676px;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_head .txt_box {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: -20px;
  }
}
.staff_details .staff_head .txt_box .ttl {
  margin-bottom: 30px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  color: #4A5771;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_head .txt_box .ttl {
    padding: 0 4%;
    font-size: 6rem;
    margin-bottom: 10px;
  }
}
.staff_details .staff_head .txt_box .txt {
  padding: 30px 0 30px 45px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #30283D;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_head .txt_box .txt {
    padding: 0 4%;
    font-size: 2rem;
  }
}
.staff_details .wrap {
  position: relative;
  z-index: 2;
}
.staff_details .prof .flex {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .flex {
    display: block;
  }
}
.staff_details .prof .prof_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.staff_details .prof .prof_box .name_box {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .prof_box .name_box {
    margin-bottom: 30px;
  }
}
.staff_details .prof .prof_box .name_txt {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .prof_box .name_txt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.staff_details .prof .prof_box .name_ttl {
  text-align: center;
  font-size: 4.3rem;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .prof_box .name_ttl {
    font-size: 3rem;
  }
}
.staff_details .prof .prof_box .name_en {
  margin-top: 15px;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .prof_box .name_en {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.staff_details .prof .prof_box .prof_list .prof_item {
  display: flex;
  align-items: flex-start;
}
.staff_details .prof .prof_box .prof_list .prof_item + .prof_item {
  margin-top: 8px;
}
.staff_details .prof .prof_box .prof_list .prof_ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 24px;
  padding: 2px 5px;
  margin-right: 10px;
  border: 1px solid #4A5771;
  border-radius: 5px;
  color: #4A5771;
  font-weight: 500;
}
.staff_details .prof .prof_box .prof_list .prof_txt {
  color: #4A5771;
  line-height: 1.6;
}
.staff_details .prof .prof_box .graph_box {
  margin-top: 40px;
  max-width: 100%;
  width: 90%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .prof_box .graph_box {
    width: 100%;
    height: 200px;
  }
}
.staff_details .prof .img_box {
  flex-shrink: 0;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .img_box {
    width: 100%;
  }
}
.staff_details .prof .img {
  position: relative;
  width: 100%;
  padding-top: 121.553%;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .img {
    margin-top: 40px;
    border-radius: 50px 0 50px 0;
  }
}
.staff_details .prof .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff_details .prof .txt_box {
  position: relative;
  padding: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .txt_box {
    padding: 0;
  }
}
.staff_details .prof .txt_box .ball {
  position: absolute;
  top: -86px;
  left: -82px;
  width: 205px;
  height: 205px;
}
.staff_details .prof .txt_box .ttl {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .staff_details .prof .txt_box .ttl {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.staff_details .prof .txt_box .txt {
  position: relative;
  z-index: 2;
}
.staff_details .staff_txt_cnt {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_txt_cnt {
    display: block;
    margin-top: 50px;
  }
}
.staff_details .staff_txt_cnt .staff_txt_wrap {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_txt_cnt .staff_txt_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .staff_details .staff_txt_cnt .staff_txt_wrap + .staff_txt_wrap {
    margin-top: 50px;
  }
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box {
  position: relative;
  z-index: 2;
  width: 100%;
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box + .staff_txt_box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box + .staff_txt_box {
    margin-top: 30px;
  }
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .box {
  position: relative;
  z-index: 2;
  padding: 50px 45px 60px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .box {
    padding: 25px 20px;
  }
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .ttl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .ttl {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .img {
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .img {
    margin-top: 20px;
  }
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .img img {
  width: 100%;
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .ball01 {
  bottom: -55px;
  left: -43px;
  width: 110px;
  height: 110px;
}
.staff_details .staff_txt_cnt .staff_txt_wrap .staff_txt_box .ball02 {
  bottom: -293px;
  right: -83px;
  width: 487px;
  height: 487px;
}
.staff_details .staff_btm {
  position: relative;
}
.staff_details .staff_btm .txt_box {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_btm .txt_box {
    margin-top: 50px;
    padding: 0;
  }
}
.staff_details .staff_btm .txt_box .ttl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .staff_details .staff_btm .txt_box .ttl {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.staff_details .staff_btm .ball {
  position: absolute;
  bottom: -185px;
  left: 390px;
  width: 263px;
  height: 263px;
}
.staff_details .btn_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .staff_details .btn_box {
    margin-top: 50px;
  }
}
.staff_details .btn_box .btn a {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .staff_details .btn_box .btn a {
    width: 280px;
    height: 55px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .staff_details .btn_box .btn a {
    height: 40px;
    padding: 0 12px;
    font-size: 1.3rem;
  }
}
.staff_details .btn_box .btn.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.staff_details .btn_box .btn.next {
  position: absolute;
  top: 0;
  right: 0;
}