@charset "UTF-8";
/* 変数宣言 */
/* 変数宣言 */
/*
スマホサイズは画面横幅400px時の実寸にてvwへ変換（実寸/400）
「min-width: 768px」は画面横幅1400px時の実寸にてvwへ変換（実寸/1400）
*/
body #container main {
  overflow: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  body #container main #mv {
    position: relative;
    z-index: 2;
  }
}
body #container main #mv .wrap {
  background-image: url("../../../img/about_us/mv_sp.jpg");
  background-size: cover;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap {
    background-image: url("../../../img/about_us/mv_pc.jpg");
    height: 42.8571428571vw;
  }
}
body #container main #mv .wrap .title h1 {
  line-height: 1;
  font-size: 6.25vw;
  font-weight: bold;
  color: #000000;
  margin-bottom: 3.75vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title h1 {
    font-size: 3.6428571429vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title h1 {
    font-size: 51px;
    margin-bottom: 30px;
  }
}
body #container main #mv .wrap .title figure {
  width: 21.5vw;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title figure {
    width: 12.3571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title figure {
    width: 173px;
  }
}
body #container main #mv .wrap .title figure img {
  width: 100%;
  max-width: none;
}
body #container main #members {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  body #container main #members {
    position: relative;
    z-index: 1;
  }
}
body #container main #members .wrap {
  padding-top: 12.5vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap {
    padding-top: 5.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap {
    padding-top: 80px;
  }
}
body #container main #members .wrap #breadcrumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap #breadcrumb {
    background-color: inherit;
  }
}
body #container main #members .wrap .intro {
  text-align: center;
  margin-bottom: 10vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .intro {
    margin-bottom: 10.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .intro {
    margin-bottom: 146px;
  }
}
body #container main #members .wrap .intro h2 {
  font-size: 5.5vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .intro h2 {
    font-size: 2.5vw;
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .intro h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
body #container main #members .wrap .intro .sub_t {
  font-size: 3vw;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .intro .sub_t {
    font-size: 1.2857142857vw;
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .intro .sub_t {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
body #container main #members .wrap .intro .read {
  width: 68vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .intro .read {
    width: 35.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .intro .read {
    width: 500px;
  }
}
body #container main #members .wrap .intro .read p {
  font-size: 3vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .intro .read p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .intro .read p {
    font-size: 14px;
  }
}
body #container main #members .wrap .members_wrap {
  position: relative;
  z-index: 0;
}
body #container main #members .wrap .members_wrap .element {
  position: relative;
}
body #container main #members .wrap .members_wrap .element.okumura {
  overflow: hidden;
  padding-top: 30vw;
  margin-top: -25vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura {
    overflow: visible;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: -1.4285714286vw;
    padding-bottom: 6.6428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura {
    margin-bottom: -20px;
    padding-bottom: 93px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .bk_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .bk_img {
    top: -29.5714285714vw;
    width: 100vw;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .bk_img {
    top: -414px;
    width: 1400px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .bk_img img {
  width: 100%;
}
body #container main #members .wrap .members_wrap .element.okumura .bk_img img.img_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .bk_img img.img_pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .bk_img img.img_sp {
    display: none;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap {
  margin-bottom: 5vw;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap {
    margin-bottom: 3.2142857143vw;
    padding-left: 39.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap {
    padding-left: 550px;
    width: 1400px;
    margin: 0 auto 45px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line {
  padding-left: 15.25vw;
  position: relative;
  z-index: 2;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line {
    padding-left: 0;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line {
    margin-bottom: 30px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line h3 {
  line-height: 1;
  white-space: nowrap;
  font-size: 5.5vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line h3 {
    font-size: 3.2142857143vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .title {
  font-size: 2.5vw;
  line-height: 1.4;
  margin-bottom: 2vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .title {
    font-size: 1.0714285714vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .name {
  font-size: 3vw;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .name {
    font-size: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .stripe {
  position: absolute;
  left: 8.5vw;
  top: 0;
  width: 2.5vw;
  height: 66.25vw;
  background: repeating-linear-gradient(180deg, rgb(103, 110, 112), rgb(103, 110, 112) 0.25vw, rgb(255, 255, 255) 0, rgb(255, 255, 255) 0.5vw);
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .stripe {
    bottom: auto;
    top: 0;
    left: -3.4285714286vw;
    width: 1.3571428571vw;
    height: 26.4285714286vw;
    background: repeating-linear-gradient(180deg, rgb(103, 110, 112), rgb(103, 110, 112) 0.1428571429vw, rgb(238, 239, 239) 0, rgb(238, 239, 239) 0.2857142857vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .title_line .stripe {
    top: 0;
    left: -48px;
    width: 19px;
    height: 370px;
    background: repeating-linear-gradient(180deg, rgb(103, 110, 112), rgb(103, 110, 112) 2px, rgb(238, 239, 239) 0, rgb(238, 239, 239) 4px);
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line {
    display: block;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img {
  position: relative;
  width: 47.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 31.0714285714vw;
    height: 56.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img {
    width: 435px;
    height: 792px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img .square {
  position: absolute;
  top: -1.25vw;
  right: -1.25vw;
  width: 21.5vw;
  height: 21.5vw;
  background-color: #ceb88d;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img .square {
    width: 17.7142857143vw;
    height: 17.7142857143vw;
    top: -0.7142857143vw;
    right: -0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img .square {
    width: 248px;
    height: 248px;
    top: -10px;
    right: -10px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img figure {
  width: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img figure {
    height: 100%;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img figure img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img figure img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img figure img.img_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img figure img.img_pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_img figure img.img_sp {
    display: none;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail {
  padding: 0 2.5vw 0 4.75vw;
  width: calc(100% - 47.5vw);
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail {
    padding: 0;
    width: 47.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail {
    width: 670px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p {
  line-height: 1.6;
  font-size: 2.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p {
    font-size: 0.9285714286vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p {
    font-size: 13px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p br {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .detail_wrap .prof_line .prof_detail p br {
    display: block;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .read {
  padding-left: 23vw;
  padding-right: 4.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .read {
    padding-left: 39.2857142857vw;
    padding-right: 0;
    width: 100%;
    z-index: 2;
    position: relative;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .read {
    padding-left: 550px;
    padding-right: 0;
    width: 1400px;
    margin: 0 auto;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .read p {
  line-height: 1.6;
  font-size: 2.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .read p {
    width: 47.9285714286vw;
    font-size: 0.9285714286vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .read p {
    width: 671px;
    font-size: 13px;
  }
}
body #container main #members .wrap .members_wrap .element.okumura .read p:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.okumura .read p:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.okumura .read p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.murai {
  padding-top: 17.5vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai {
    height: 63.3571428571vw;
    display: flex;
    align-items: center;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
}
body #container main #members .wrap .members_wrap .element.murai .bk_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 110%;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .bk_img {
    width: calc(50vw + 35.7142857143vw);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .bk_img {
    width: calc(50vw + 500px);
  }
}
body #container main #members .wrap .members_wrap .element.murai .bk_img img {
  width: 100%;
}
body #container main #members .wrap .members_wrap .element.murai .bk_img img.img_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .bk_img img.img_pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .bk_img img.img_sp {
    display: none;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap {
    width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap {
    width: 1400px;
    margin: 0 auto;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left {
    width: calc(100% - 29.9285714286vw);
    padding-top: 6.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left {
    width: calc(100% - 419px);
    padding-top: 85px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line {
  padding-left: 5vw;
  padding-right: 6.5vw;
  position: relative;
  z-index: 2;
  margin-bottom: 2.5vw;
  width: 59vw;
  color: #FFFFFF;
  text-align: right;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line {
    padding-left: 0;
    padding-right: 5.7142857143vw;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line {
    padding-right: 80px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line h3 {
  line-height: 1;
  white-space: nowrap;
  font-size: 5.5vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line h3 {
    font-size: 3.2142857143vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .title {
  font-size: 2.5vw;
  line-height: 1.4;
  margin-bottom: 2vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .title {
    font-size: 1.0714285714vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .name {
  font-size: 3vw;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .name {
    font-size: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .stripe {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5vw;
  height: 66.25vw;
  background: repeating-linear-gradient(180deg, rgb(103, 110, 112), rgb(103, 110, 112) 0.25vw, rgb(255, 255, 255) 0, rgb(255, 255, 255) 0.5vw);
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .stripe {
    bottom: auto;
    top: 0;
    width: 1.3571428571vw;
    height: 26.4285714286vw;
    background: repeating-linear-gradient(180deg, rgb(103, 110, 112), rgb(103, 110, 112) 0.1428571429vw, rgb(238, 239, 239) 0, rgb(238, 239, 239) 0.2857142857vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .title_line .stripe {
    top: 0;
    width: 19px;
    height: 370px;
    background: repeating-linear-gradient(180deg, rgb(103, 110, 112), rgb(103, 110, 112) 2px, rgb(238, 239, 239) 0, rgb(238, 239, 239) 4px);
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail {
  padding-left: 5vw;
  padding-right: 6.5vw;
  width: 59vw;
  color: #FFFFFF;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail {
    padding-left: 5vw;
    padding-right: 0;
    width: 47.8571428571vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail {
    width: 670px;
    padding-left: 70px;
    margin-bottom: 40px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p {
  line-height: 1.6;
  font-size: 2.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p {
    font-size: 0.9285714286vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p {
    font-size: 13px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p br {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .prof_detail p br {
    display: block;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read {
  padding-left: 23vw;
  padding-right: 4.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read {
    padding-left: 5vw;
    padding-right: 0;
    width: 47.8571428571vw;
    z-index: 2;
    position: relative;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read {
    width: 670px;
    padding-left: 70px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read p {
  line-height: 1.6;
  font-size: 2.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read p {
    font-size: 0.9285714286vw;
    line-height: 1.8;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read p {
    font-size: 13px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read p:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read p:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .left .read p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right {
  position: absolute;
  top: 11.25vw;
  right: -6.25vw;
  z-index: 2;
  width: 54.25vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right {
    position: relative;
    top: auto;
    right: auto;
    width: 29.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right {
    width: 410px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right figure {
    height: 51.9285714286vw;
    width: 42.1428571429vw;
    position: absolute;
    top: -7.1428571429vw;
    right: -7.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right figure {
    height: 727px;
    width: 590px;
    top: -100px;
    right: -110px;
  }
}
body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right figure img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.murai .detail_wrap .right figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo {
  padding-top: 12.5vw;
  padding-bottom: 7.5vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo {
    padding-top: 17.1428571429vw;
    padding-bottom: 39.2857142857vw;
    margin-top: -16.4285714286vw;
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo {
    /*padding-top: 240px;
    padding-bottom: 550px;
    margin-top: -230px;*/
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .bk_img {
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: 0;
  width: 140vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .bk_img {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .bk_img {
    width: 1400px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .bk_img img {
  width: 100%;
}
body #container main #members .wrap .members_wrap .element.miyakubo .bk_img img.img_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .bk_img img.img_pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .bk_img img.img_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap {
    padding-left: 25.3571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap {
    padding-left: 355px;
    width: 1400px;
    margin: 0 auto;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line {
  padding-left: 7.5vw;
  padding-right: 2.5vw;
  position: relative;
  z-index: 2;
  margin: 0 0 5vw auto;
  width: 67.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line {
    padding-left: 3.5714285714vw;
    padding-right: 0;
    margin: 0 0 2.1428571429vw 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line {
    padding-left: 50px;
    margin-bottom: 30px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line h3 {
  line-height: 1;
  white-space: nowrap;
  font-size: 5.5vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
  color: rgb(108, 101, 166);
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line h3 {
    font-size: 3.2142857143vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .title {
  font-size: 2.5vw;
  line-height: 1.4;
  margin-bottom: 2vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .title {
    font-size: 1.0714285714vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .name {
  font-size: 3vw;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .name {
    font-size: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .stripe {
  position: absolute;
  left: 0px;
  top: 0;
  width: 2.5vw;
  height: 66.25vw;
  background: repeating-linear-gradient(180deg, rgb(108, 101, 166), rgb(108, 101, 166) 0.25vw, rgb(255, 255, 255) 0, rgb(255, 255, 255) 0.5vw);
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .stripe {
    bottom: auto;
    top: 0;
    left: 0;
    width: 1.3571428571vw;
    height: 26.4285714286vw;
    background: repeating-linear-gradient(180deg, rgb(108, 101, 166), rgb(108, 101, 166) 0.1428571429vw, rgb(238, 239, 239) 0, rgb(238, 239, 239) 0.2857142857vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .title_line .stripe {
    width: 19px;
    height: 370px;
    background: repeating-linear-gradient(180deg, rgb(103, 110, 112), rgb(103, 110, 112) 2px, rgb(238, 239, 239) 0, rgb(238, 239, 239) 4px);
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail {
  z-index: 2;
  padding-left: 7.5vw;
  padding-right: 2.5vw;
  position: relative;
  margin: 0 0 5vw auto;
  width: 67.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail {
    padding: 0 0 0 50px;
    width: 44.2857142857vw;
    margin: 0 auto 2.8571428571vw 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail {
    width: 620px;
    margin-bottom: 40px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p {
  line-height: 1.6;
  font-size: 2.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p {
    font-size: 0.9285714286vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p {
    font-size: 13px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p br {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_detail p br {
    display: block;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img {
  position: relative;
  width: 55vw;
  margin-left: auto;
  padding-right: 7.5vw;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img {
    position: absolute;
    right: 2.1428571429vw;
    bottom: 0;
    width: 41.4285714286vw;
    height: 41.4285714286vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img {
    width: 580px;
    height: 580px;
    right: auto;
    left: calc(50% + 70px);
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img figure {
  width: 100%;
  z-index: 1;
  position: relative;
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img figure img {
  width: 100%;
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img figure img.img_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img figure img.img_pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .prof_img figure img.img_sp {
    display: none;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read {
  padding-left: 5vw;
  padding-right: 20vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read {
    padding-left: 3.5714285714vw;
    padding-right: 0;
    width: 28.5714285714vw;
    z-index: 2;
    position: relative;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read {
    padding-left: 50px;
    padding-right: 0;
    width: 400px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read p {
  line-height: 1.6;
  font-size: 2.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read p {
    font-size: 0.9285714286vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read p {
    font-size: 13px;
  }
}
body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read p:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read p:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #members .wrap .members_wrap .element.miyakubo .detail_wrap .read p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body #container main #overview {
  background-image: url("../../../img/about_us/overview_img_sp.jpg");
  background-position: bottom right;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  body #container main #overview {
    background-image: url("../../../img/about_us/overview_img_pc.jpg");
    background-size: 80% auto;
    position: relative;
    z-index: 1;
    margin-top: -23.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview {
    margin-top: -330px;
  }
}
body #container main #overview .wrap {
  padding: 6.25vw 0 70vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap {
    padding: 4.2857142857vw 0 6.4285714286vw;
    width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap {
    padding: 60px 0 90px;
    width: 1400px;
  }
}
body #container main #overview .wrap .main_circle {
  border-radius: 50%;
  border: 0.25vw solid #231815;
  width: 91.25vw;
  height: 91.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle {
    border-width: 0.0714285714vw;
    width: 65.7142857143vw;
    height: 65.7142857143vw;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle {
    border-width: 1px;
    width: 920px;
    height: 920px;
  }
}
body #container main #overview .wrap .main_circle .shell .title_line {
  margin-bottom: 7.5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .title_line {
    margin-bottom: 6.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .title_line {
    margin-bottom: 86px;
  }
}
body #container main #overview .wrap .main_circle .shell .title_line h2 {
  line-height: 1;
  font-size: 5.5vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .title_line h2 {
    font-size: 2.5vw;
    margin-bottom: 0.9285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .title_line h2 {
    font-size: 35px;
    margin-bottom: 13px;
  }
}
body #container main #overview .wrap .main_circle .shell .title_line p {
  line-height: 1;
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .title_line p {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .title_line p {
    font-size: 18px;
  }
}
body #container main #overview .wrap .main_circle .shell .detail {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .detail {
    width: 45vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .detail {
    width: 630px;
  }
}
body #container main #overview .wrap .main_circle .shell .detail dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5vw;
  font-size: 3vw;
  line-height: 1.4;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .detail dl {
    font-size: 1vw;
    gap: 0 4.6428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .detail dl {
    font-size: 14px;
    gap: 0 65px;
  }
}
body #container main #overview .wrap .main_circle .shell .detail dl:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .detail dl:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .detail dl:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
body #container main #overview .wrap .main_circle .shell .detail dl dt {
  width: 16.75vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .detail dl dt {
    width: 5.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .detail dl dt {
    width: 82px;
  }
}
body #container main #overview .wrap .main_circle .shell .detail dl dd {
  width: calc(100% - 20vw);
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .detail dl dd {
    width: calc(100% - 10.7142857143vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .detail dl dd {
    width: calc(100% - 150px);
  }
}
body #container main #overview .wrap .main_circle .shell .detail dl dd p:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .main_circle .shell .detail dl dd p:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .detail dl dd p:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
body #container main #overview .wrap .main_circle .shell .detail dl dd p a {
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .main_circle .shell .detail dl dd p a:hover {
    color: #7a6a56;
  }
}
body #container main #overview .wrap .sub_circle figure {
  height: 100%;
  width: 100%;
}
body #container main #overview .wrap .sub_circle figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.25vw solid #231815;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle figure a {
    border-width: 0.0714285714vw;
  }
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle figure a {
    border-width: 1px;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle figure a:hover {
    background-color: #FFFFFF;
    transform: scale(1.02);
    z-index: 2;
  }
}
body #container main #overview .wrap .sub_circle.grand_archi {
  width: 32.5vw;
  height: 32.5vw;
  margin-left: 4.5vw;
  margin-top: -12.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.grand_archi {
    width: 22.9285714286vw;
    height: 22.9285714286vw;
    margin-left: 11.2857142857vw;
    margin-top: -15.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.grand_archi {
    width: 321px;
    height: 321px;
    margin-left: 158px;
    margin-top: -220px;
  }
}
body #container main #overview .wrap .sub_circle.grand_archi figure a img {
  width: 26.25vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.grand_archi figure a img {
    width: 15vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.grand_archi figure a img {
    width: 210px;
  }
}
body #container main #overview .wrap .sub_circle.digital_circus {
  width: 30vw;
  height: 30vw;
  margin-left: 19.5vw;
  margin-top: -10vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.digital_circus {
    width: 16.8571428571vw;
    height: 16.8571428571vw;
    margin-left: 12.5714285714vw;
    margin-top: -3.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.digital_circus {
    width: 236px;
    height: 236px;
    margin-left: 176px;
    margin-top: -54px;
  }
}
body #container main #overview .wrap .sub_circle.digital_circus figure a img {
  width: 26.25vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.digital_circus figure a img {
    width: 14.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.digital_circus figure a img {
    width: 202px;
  }
}
@media (max-width: 767px) {
  body #container main #overview .wrap .sub_circle.lib {
    width: 25.625vw;
    height: 25.625vw;
    margin-left: 31.75vw;
    margin-top: -5vw;
  }
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.lib {
    height: 14.6428571429vw;
    width: 14.6428571429vw;
    margin-left: 14.2857142857vw;
    margin-top: -1.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.lib {
    height: 205px;
    width: 205px;
    margin-left: 200px;
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  body #container main #overview .wrap .sub_circle.lib figure a img {
    width: 10.625vw;
  }
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.lib figure a img {
    width: 6.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.lib figure a img {
    width: 85px;
  }
}
@media (max-width: 767px) {
  body #container main #overview .wrap .sub_circle.craft_art {
    width: 22.5vw;
    height: 22.5vw;
    margin-left: 60.625vw;
    margin-top: -15vw;
  }
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.craft_art {
    height: 12.5vw;
    width: 12.5vw;
    margin-left: 19.6428571429vw;
    margin-top: 0.9285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.craft_art {
    height: 175px;
    width: 175px;
    margin-left: 275px;
    margin-top: 13px;
  }
}
body #container main #overview .wrap .sub_circle.craft_art figure a img {
  width: 6.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #overview .wrap .sub_circle.craft_art figure a img {
    width: 3.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #overview .wrap .sub_circle.craft_art figure a img {
    width: 54px;
  }
}/*# sourceMappingURL=about_us.css.map */