@charset "UTF-8";
.h2LowerPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h2LowerPage span {
  width: auto;
  padding: 0 10px;
  word-break: keep-all;
  background: #fafafa;
}

@media (max-width: 767px) {
  .containerInner {
    width: calc(100% - 40px);
  }
}

.mainContentArea {
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 767px) {
  .mainContentArea {
    padding-bottom: 35px;
  }
}

.mainVisualArea {
  background: url("../images/bg_index01.jpg") no-repeat top center;
  background-size: cover;
  padding: 1px 0;
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .flow__img {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .flow__detail {
    width: 62%;
  }
}
.flow__headline {
  font-size: 38px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
}
@media (max-width: 991px) {
  .flow__headline {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .flow__headline {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
.flow__text {
  font-size: 18px;
}
@media (max-width: 991px) {
  .flow__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .flow__text {
    font-size: 14px;
  }
}
.flow__text:not(:last-child) {
  margin-bottom: 15px;
}
.flow__link-wrap {
  text-align: right;
}
.flow__link {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
@media (max-width: 991px) {
  .flow__link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .flow__link {
    font-size: 16px;
    text-decoration-thickness: 1px;
  }
}

.staffArea {
  padding-top: 40px;
}

.staff {
  width: 890px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .staff {
    width: 100%;
  }
}
.staff_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .staff_big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staff_big-text {
  font-size: 20px;
  line-height: 1.75;
  max-width: 332px;
}
@media (max-width: 640px) {
  .staff_big-text {
    font-size: 18px;
    max-width: none;
  }
}
.staff:last-child {
  margin-bottom: 70px;
}
.staffText {
  line-height: 1.75;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
  color: #161e55;
}

@media (max-width: 640px) {
  .person li {
    float: none;
  }
}

@media (max-width: 1000px) {
  .pic {
    width: 35%;
  }
}
@media (max-width: 640px) {
  .pic {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}

.introduction {
  font-size: 16px;
  width: 530px;
  padding: 20px;
  border: 1px solid #333;
}
@media (max-width: 1000px) {
  .introduction {
    width: 62%;
  }
}
@media (max-width: 640px) {
  .introduction {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .name {
    margin-bottom: 4px;
  }
}
.name .name01 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 550px) {
  .name .name01 {
    font-size: 16px;
  }
}
.name .name02 {
  margin-bottom: 2px;
  line-height: 0;
}
@media (max-width: 550px) {
  .name .name02 {
    height: 20px;
  }
}
.name .name02 img {
  max-height: 100%;
}

.description {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.staffList {
  padding-bottom: 40px;
}
@media (max-width: 400px) {
  .staffList {
    padding-bottom: 0;
  }
}
.staffList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .staffList ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.staffList li {
  width: 24.4%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .staffList li {
    width: 33%;
  }
}
@media (max-width: 400px) {
  .staffList li {
    width: 49%;
  }
}
.staffList li:not(:nth-child(4n)) {
  margin-right: 0.5%;
}
@media (max-width: 767px) {
  .staffList li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .staffList li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .staffList li:not(:nth-child(3n)) {
    margin-right: 0.5%;
  }
}
@media (max-width: 400px) {
  .staffList li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .staffList li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .staffList li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media (max-width: 400px) {
  .staffList li:nth-child(2n) {
    margin-right: 0;
  }
}
.staffList .text01 {
  padding: 10px 8px 5px;
}