@charset "UTF-8";
.yugo {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: 'Oswald', 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.t-body-1 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.333; }

.t-a-r {
  text-align: right; }

#wrapper {
  padding-top: 0; }

.about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 3; }

.about-card__item {
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.about-card__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 4rem; }
  .m-subpage__kv-1__inner {
    padding-top: 0; }
    .about-card {
      width: 1000px;
      margin-top: -233px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
    .about-card__item {
      width: 307px;
      margin: 0 12px 70px;
      padding: 40px 0; }
    .about-card__name {
      font-size: 3rem;
      margin-bottom: 35px; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.2rem; }
  .m-head-1__ttl {
    font-size: 2.8rem; }
  .m-subpage__kv-1 {
    margin-bottom: calc(125 / 375 * 100vw + 40px); }
  .m-subpage__kv-1__inner {
    padding-top: calc(70 / 375 * 100vw + 50px); }
  .m-subpage__kv-1__fig {
    bottom: calc(-125 / 375 * 100vw); }
    .about-card {
      margin-bottom: 70px; }
    .about-card__item {
      width: calc(50% - 20px);
      margin: 0 10px 20px;
      padding: 20px 20px; }
    .about-card__name {
      font-size: 2rem;
      margin-bottom: 20px; } }

@media screen and (max-width: 350px) {
    .t-lead-1 {
      font-size: 2rem; }
  .m-head-1__lead {
    font-size: 1.3rem; }
  .m-head-1__ttl {
    font-size: 2.5rem; } }
