@charset "UTF-8";
/* @include _breakpoints.scss */
/* break point media query */
.p-tomoiku-logo {
  margin: 34px auto 0;
  text-align: center;
  width: 428px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-tomoiku-logo {
    margin: 2.9310344828vw auto 0;
    width: 36.8965517241vw;
  }
}
@media (max-width: 767px) {
  .p-tomoiku-logo {
    margin: 5.3333333333vw auto 0;
    width: 72.2666666667vw;
  }
}

.p-stm {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 33px;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm {
    padding: 4.3103448276vw 0 0;
    border-radius: 2.8448275862vw;
  }
}
@media (max-width: 767px) {
  .p-stm {
    padding: 6.6666666667vw 0 0;
    border-radius: 4vw;
  }
}
.p-stm h2 {
  position: relative;
  margin-bottom: 40px;
  color: #ea545d;
  font-size: 47px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm h2 {
    font-size: 4.0517241379vw;
    margin-bottom: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-stm h2 {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-stm h2 img {
  margin: auto;
  display: block;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm h2 img {
    width: 29.5689655172vw;
  }
}
@media (max-width: 767px) {
  .p-stm h2 img {
    width: 58.1333333333vw;
  }
}
.p-stm-txt {
  margin: 0 auto 44px;
  width: 636px;
  font-size: 18px;
  font-weight: 500;
  background: url(../images/about/template/stm_border.svg) top/100% repeat-x;
  font-feature-settings: "palt";
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm-txt {
    margin: 0 auto 3.7931034483vw;
    width: 54.8275862069vw;
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .p-stm-txt {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
    width: 80vw;
    background: url(../images/about/template/stm_border.svg) bottom/100% repeat-x;
    background-size: 160vw 0.5333333333vw;
  }
}
.p-stm-txt:nth-child(1) {
  background: none;
}
@media (max-width: 767px) {
  .p-stm-txt:nth-child(1) {
    background: url(../images/about/template/stm_border.svg) bottom/100% repeat-x;
    background-size: 160vw 0.5333333333vw;
  }
}
.p-stm-txt span {
  display: inline;
}
@media (max-width: 767px) {
  .p-stm-txt span {
    display: block;
    background-image: url(../images/about/template/stm_border.svg);
    background-repeat: repeat-x;
    line-height: 8vw;
    background-position-y: 0vw;
    background-size: 160vw 0.5333333333vw;
  }
}
.p-stm-line {
  display: block;
  line-height: 44px;
  background-image: url(../images/about/template/stm_border.svg);
  background-repeat: repeat-x;
  background-position-y: 42px;
  background-size: 611px 2px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm-line {
    line-height: 3.7931034483vw;
    background-position-y: 3.6206896552vw;
    background-size: 52.6724137931vw 0.1724137931vw;
  }
}
@media (max-width: 767px) {
  .p-stm-line {
    line-height: 8vw;
    background-position-y: 0;
    background-size: 160vw 0.5333333333vw;
  }
}
@media (max-width: 767px) {
  .p-stm-line.top {
    background-image: none;
  }
}

.p-member-list {
  padding-bottom: 60px;
  margin: auto;
  width: 640px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-member-list {
    padding-bottom: 5.1724137931vw;
    width: 55.1724137931vw;
  }
}
@media (max-width: 767px) {
  .p-member-list {
    width: 80vw;
  }
}
.p-member-list li {
  margin-top: 60px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-member-list li {
    margin-top: 5.1724137931vw;
  }
}
@media (max-width: 767px) {
  .p-member-list li {
    margin-top: 10.6666666667vw;
  }
}
.p-member-col {
  display: flex;
  align-items: center;
}
.p-member-col img {
  margin-right: 18px;
  width: 140px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-member-col img {
    margin-right: 1.5517241379vw;
    width: 12.0689655172vw;
  }
}
@media (max-width: 767px) {
  .p-member-col img {
    margin-right: 2.6666666667vw;
    width: 26.6666666667vw;
  }
}
.p-member-item {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-member-item {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-member-item {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.p-member-item-name {
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  color: #ea545d;
  font-weight: bold;
  font-size: 19px;
  background: url(../images/common/member_line.svg) left bottom repeat-x;
  background-size: auto 2px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-member-item-name {
    font-size: 1.6379310345vw;
    background-size: auto 0.1724137931vw;
  }
}
@media (max-width: 767px) {
  .p-member-item-name {
    font-size: 18px;
  }
}
.p-member-item-name::after {
  margin-left: 0.5em;
  font-size: 14px;
  content: "氏";
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-member-item-name::after {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-member-item-name::after {
    font-size: 14px;
  }
}
.p-member-prof {
  margin-top: 1em;
  font-weight: 400;
}
/*# sourceMappingURL=sourcemaps/about.css.map */
