@charset "UTF-8";
.contents {
  overflow-x: hidden;
}
#contents_inner {
  padding: 0 30px;
}
#kv_img {
  background-image: url("../img/kv.jpg");
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #contents_inner {
    padding: 0 3%;
  }
}
/*----------------------------
intro
----------------------------*/
#intro {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .09em;
  margin-bottom: 60px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #intro {
    font-size: 16px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #intro {
    font-size: 14px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*----------------------------
スタッフ共通
----------------------------*/
.staff_text_box h2 {
  font-size: 32px;
  letter-spacing: .12em;
  font-weight: 100;
  margin-bottom: 50px;
}
.staff_text_box .staff_name {
  text-align: right;
  margin-bottom: 40px;
  font-size: 28px;
  letter-spacing: .12em;
}
.staff_text_box .staff_name span {
  font-size: 16px;
  margin-right: 25px;
  letter-spacing: .09em;
}
.staff_text_box .staff_text p {
  font-size: 15px;
  line-height: 2.1;
  margin-bottom: 15px;
}
.staff_text_box .staff_text p:last-child {
  margin-bottom: 0;
}
.kari {
  font-size: 16px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  .staff_text_box h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .staff_text_box .staff_name span {
    font-size: 14px;
  }
  .staff_text_box .staff_name {
    font-size: 24px;
  }
  .staff_text_box .staff_text p {
    font-size: 14px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .staff_text_box h2 {
    font-size: 22px;
  }
  .staff_text_box .staff_name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .staff_text_box .staff_name span {
    margin-right: 15px;
  }
}
/*----------------------------
staff1
----------------------------*/
#staff1 {
  display: flex;
  align-items: end;
  margin-bottom: 30px;
  position: relative;
}
#staff1:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 660px;
  background-color: #ebeff7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 275px;
  bottom: -60px;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-100%);
}
#staff1 img {
  width: 420px;
}
#staff1 .staff_text_box {
  padding-top: 100px;
  padding-left: 90px;
  height: 600px;
  background-color: #fff;
  margin-left: -105px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #staff1 .staff_text_box {
    padding-top: 75px;
    padding-left: 70px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #staff1 {
    flex-direction: column;
    align-items: start;
  }
  #staff1 .staff_text_box {
    padding: 40px 7%;
    height: auto;
    margin: 0;
  }
  #staff1:before {
    bottom: 0;
  }
  #staff1 img {
    width: 260px;
    height: 350px;
    object-fit: cover;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*----------------------------
staff2
----------------------------*/
#staff2 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
#staff2:before {
  content: '';
  display: inline-block;
  width: 70vw;
  height: 600px;
  background-color: #ebeff7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 101%;
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-50%);
}
#staff2 img {
  width: 420px;
}
#staff2 .staff_text_box {
  width: 100%;
  padding-top: 100px;
  padding-right: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  margin-right: -105px;
  z-index: 1;
  margin-top: 60px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #staff2 {
    flex-direction: column;
    align-items: end;
    padding: 0 4%;
  }
  #staff2 .staff_text_box {
    padding: 40px 7%;
    height: auto;
    margin: 0;
  }
  #staff2:before {
    bottom: 0;
  }
  #staff2 img {
    width: 260px;
    height: 350px;
    object-fit: cover;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*----------------------------
staff3、4
----------------------------*/
#staff_box {
  padding-top: 110px;
  position: relative;
  margin-bottom: 100px;
}
#staff_box:before {
  content: '';
  display: inline-block;
  width: 100vw;
  height: 300px;
  background-color: #ebeff7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-50%);
}
#staff_box ul {
  display: flex;
  gap: 60px;
}
#staff_box li img {
  width: 540px;
}
#staff_box li h2 {
  font-size: 25px;
  letter-spacing: 0;
}
#staff_box li .staff_text_box {
  padding: 70px 36px;
  background-color: #fff;
  max-width: 450px;
  margin: -30px auto 0 auto;
  z-index: 1;
  position: relative;
}
#staff_box .staff_text_box .staff_name span {
  font-size: 14px;
}
#staff_box .staff_text_box .staff_name {
  font-size: 21px;
}
#staff_box .staff_text_box .staff_text p {
  font-size: 14px;
  line-height: 2;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #staff_box ul li {
    width: 48%;
  }
  #staff_box ul li img {
    width: 100%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #staff_box {
    padding-top: 60px;
  }
  #staff_box ul {
    flex-direction: column;
    gap: 0;
  }
  #staff_box ul li {
    width: 100%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #staff_box li .staff_text_box {
    max-width: none;
    padding: 40px 7%;
  }
  #staff_box li h2 {
    font-size: 20px;
  }
  #staff_box .staff_text_box .staff_name {
    font-size: 18px;
  }
}
/*----------------------------
environment
----------------------------*/
#environment {
  display: flex;
  gap: 55px;
  margin-bottom: 140px;
  position: relative;
}
#environment:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 540px;
  background-color: #ebeff7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 450px;
  top: -100px;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-100%);
}
#environment img {
  width: 540px;
}
#environment .staff_text_box h2 {
  font-size: 25px;
  margin-bottom: 35px;
}
#environment .staff_text_box .staff_name {
  margin-bottom: 0;
  font-size: 21px;
}
#environment .staff_text_box .staff_name span {
  font-size: 14px;
}
#environment .staff_names {
  display: flex;
  flex-direction: column;
  align-items: start;
  float: right;
  margin-bottom: 35px;
}
#environment .staff_text {
  clear: both;
}
#environment .staff_text_box .staff_text p {
  font-size: 14px;
  line-height: 2;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #environment {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
  #environment:before {
    height: 400px;
    top: -30px;
  }
  #environment .staff_text_box h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #environment:before {
    height: 310px;
    top: -20px;
  }
  #environment img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #environment:before {
    left: 0;
    transform: translateX(-50%);
  }
  #environment .staff_text_box {
    padding: 0 7%;
  }
  #environment .staff_names {
    margin-bottom: 20px;
  }
  #environment .staff_text_box .staff_name {
    font-size: 18px;
  }
}
/*----------------------------
environment2
----------------------------*/
#environment2 {
  display: flex;
  gap: 55px;
  margin-bottom: 133px;
  position: relative;
  flex-direction: row-reverse;
}
#environment2:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 540px;
  background-color: #ebeff7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 450px;
  top: -100px;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(100%);
}
#environment2 img {
  width: 540px;
}
#environment2 .staff_text_box h2 {
  font-size: 25px;
  margin-bottom: 35px;
}
#environment2 .staff_text_box .staff_name {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 130px;
}
#environment2 .staff_text_box .staff_name span {
  font-size: 14px;
}
#environment2 .staff_text_box .staff_text p {
  font-size: 14px;
  line-height: 2;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #environment2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  #environment2 .staff_text_box h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #environment2:before {
    height: 310px;
    top: -20px;
  }
  #environment2 img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
  #environment2 .staff_text_box .staff_name {
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 0;
    text-align: right;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #environment2 .staff_text_box {
    padding: 0 7%;
  }
  #environment2:before {
    transform: translateX(50%);
    right: 0;
  }
}
/*----------------------------
group
----------------------------*/
#group {
  position: relative;
  padding-bottom: 90px;
  text-align: center;
}
#group img {
  width: 1050px;
}
#group:before {
  content: '';
  display: inline-block;
  width: 100vw;
  height: 570px;
  background-color: #ebeff7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-50%);
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #group img {
    width: 100%;
  }
  #group:before {
    height: 84%;
    }
}
