@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.committee
------------------------------ */
.committee {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .committee {
    padding: 6rem 0 8rem;
  }
}
.committee .committee_ttl {
  display: inline-block;
  min-width: 18rem;
  padding: 0.8rem 4rem;
  background: #70C7DA;
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .committee .committee_ttl {
    min-width: 0;
    border-radius: 1.2rem 1.2rem 0 0;
    font-size: 2rem;
  }
}
.committee .committee_ttl.wide {
  display: block;
}
.committee .committee_ttl.red {
  background: #E8465A;
}
.committee .committee_ttl.beige {
  background: #B5B39D;
}
.committee .committee_box {
  padding: 4rem;
  background: #fff;
  border-radius: 0 2rem 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .committee .committee_box {
    padding: 4rem 4% 4rem;
    min-width: 0;
    border-radius: 0 1.2rem 1.2rem 1.2rem;
  }
}
.committee .committee_box .img {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .committee .committee_box .img {
    border-radius: 1.2rem;
  }
}

/* ------------------------------
	.lead
------------------------------ */
.committee .lead .committee_box {
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .committee .lead .committee_box {
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
.committee .lead .txt_box {
  max-width: 88rem;
  margin: 0 auto;
}
.committee .lead .img_box {
  display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .committee .lead .img_box {
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }
}
.committee .lead .img_box .img {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  .committee .lead .img_box .img {
    width: 100%;
  }
}

/* ------------------------------
	.message
------------------------------ */
.committee .message {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .committee .message {
    margin-top: 6rem;
  }
}
.committee .message .committee_box {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .committee .message .committee_box {
    flex-direction: column;
    gap: 3rem;
  }
}
.committee .message .img {
  flex-shrink: 0;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .committee .message .img {
    width: 100%;
  }
}
.committee .message .txt_box .ttl {
  margin-bottom: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .message .txt_box .ttl {
    font-size: 1.8rem;
  }
}
.committee .message .txt_box .txt + .txt {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  .committee .message .txt_box .txt + .txt {
    margin-top: 1em;
  }
}

/* ------------------------------
	.vice
------------------------------ */
.committee .vice {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .committee .vice {
    margin-top: 6rem;
  }
}
.committee .vice .committee_box {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .committee .vice .committee_box {
    flex-direction: column;
  }
}
.committee .vice .vice_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .committee .vice .vice_box {
    gap: 4%;
  }
}
.committee .vice .img {
  flex-shrink: 0;
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .committee .vice .img {
    width: 48%;
  }
}
.committee .vice .txt_box .ttl {
  margin-bottom: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .vice .txt_box .ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.committee .vice .txt_box .txt + .txt {
  margin-top: 1.8em;
}

/* ------------------------------
	.member
------------------------------ */
.committee .member {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .committee .member {
    margin-top: 6rem;
  }
}
.committee .member .member_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 5.2rem;
}
@media screen and (max-width: 768px) {
  .committee .member .member_list {
    gap: 4rem 4%;
  }
}
.committee .member .member_item {
  width: 22rem;
}
@media screen and (max-width: 768px) {
  .committee .member .member_item {
    width: 48%;
  }
}
.committee .member .member_item .img {
  width: 100%;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .committee .member .member_item .img {
    margin-bottom: 1rem;
  }
}
.committee .member .member_item .ttl {
  margin-bottom: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .member .member_item .ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.committee .member .member_item .txt {
  min-height: 17.4rem;
}
@media screen and (max-width: 768px) {
  .committee .member .member_item .txt {
    min-height: 0;
    font-size: 1.3rem;
  }
}