@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
500：Medium（デフォルト）
*/
/*
Interstateフォント設定
400：regular（デフォルト）
700：Bold
*/
/*
Noto Sans CJK JPフォント設定
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*------- メンバー -------*/
.officer {
  position: relative;
  margin-bottom: 0.6rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .officer {
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
  }
}
.officer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 90%;
  border-bottom-left-radius: 0.1rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .officer::before {
    width: 100%;
  }
}

.advisor {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .advisor {
    margin-bottom: 0;
  }
}

.officer__title {
  position: absolute;
  top: 0;
  left: -0.1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  margin-left: -0.05rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .officer__title {
    font-size: 0.24rem;
    margin-left: 0;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    padding-bottom: 0.15rem;
  }
}

.officer__box {
  margin-left: 1rem;
}
@media screen and (max-width: 640px) {
  .officer__box {
    margin-left: 0.45rem;
  }
}

.officer__image {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  display: block;
  aspect-ratio: 700/400;
}
@media screen and (max-width: 640px) {
  .officer__image {
    width: 100%;
    border-radius: 0.06rem;
    aspect-ratio: 540/360;
  }
}

.officer__name {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .officer__name {
    font-size: 0.2rem;
  }
}

.officer__post {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-left: 0.1rem;
}
@media screen and (max-width: 640px) {
  .officer__post {
    font-size: 0.12rem;
    padding-left: 0.05rem;
  }
}

.officer__subTitle {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .officer__subTitle {
    margin-top: 0.25rem;
    font-size: 0.14rem;
  }
}

.officer__catchText {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .officer__catchText {
    font-size: 0.14rem;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 0.22rem;
  }
}

.officer__profileBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.36rem;
}
@media screen and (max-width: 640px) {
  .officer__profileBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.25rem;
  }
}

.officer__profileTitle {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #328cdc;
}
@media screen and (max-width: 640px) {
  .officer__profileTitle {
    font-size: 0.14rem;
    line-height: 1;
  }
}

.officer__profileContents {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.15rem;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-left: 0.6rem;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .officer__profileContents {
    font-size: 0.12rem;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-left: 0;
    margin-top: 0.08rem;
  }
}
.officer__profileContents::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #ccc;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .officer__profileContents::before {
    content: none;
  }
}