/* line 4, fcmembers.scss */
.page-title .page-title-right {
  background-image: url("../img/topimage_members.jpg"); }
  @media screen and (max-width: 800px) {
    /* line 4, fcmembers.scss */
    .page-title .page-title-right {
      background-image: url("../img/topimage_members_sp.jpg"); } }

/* line 14, fcmembers.scss */
.fcm-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 72px;
  padding: 0 32px 72px; }
  @media screen and (max-width: 1350px) {
    /* line 14, fcmembers.scss */
    .fcm-content {
      padding: 0 0 72px; } }
  @media screen and (max-width: 800px) {
    /* line 14, fcmembers.scss */
    .fcm-content {
      padding: 0 0 48px;
      margin-bottom: 48px; } }
  /* line 25, fcmembers.scss */
  .fcm-content:last-of-type {
    border-bottom: none; }
    @media screen and (max-width: 800px) {
      /* line 25, fcmembers.scss */
      .fcm-content:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0; } }

/* line 33, fcmembers.scss */
.fcm-header {
  margin-bottom: 56px; }
  @media screen and (max-width: 800px) {
    /* line 33, fcmembers.scss */
    .fcm-header {
      margin-bottom: 24px; } }
  /* line 38, fcmembers.scss */
  .fcm-header h2 {
    color: #004097;
    font-size: 25px;
    font-weight: 500;
    padding-left: 16px;
    margin-bottom: 12px; }
    @media screen and (max-width: 800px) {
      /* line 38, fcmembers.scss */
      .fcm-header h2 {
        font-size: 18px; } }
    /* line 47, fcmembers.scss */
    .fcm-header h2::before {
      position: absolute;
      left: 0;
      top: 4px;
      width: 8px;
      height: 8px;
      content: "";
      background-color: #F08A42;
      border-radius: 50%; }
  /* line 58, fcmembers.scss */
  .fcm-header dl {
    display: flex;
    padding: 0;
    margin: 0;
    padding: 0; }
    /* line 63, fcmembers.scss */
    .fcm-header dl dt {
      width: 124px;
      color: #004097;
      font-size: 18px;
      font-weight: 400;
      padding: 0 0 0 16px;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 63, fcmembers.scss */
        .fcm-header dl dt {
          width: 106px;
          font-size: 15px; } }
    /* line 75, fcmembers.scss */
    .fcm-header dl dd {
      width: calc(100% - 124px);
      color: #004097;
      font-size: 18px;
      font-weight: 400;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 75, fcmembers.scss */
        .fcm-header dl dd {
          width: calc(100% - 106px);
          font-size: 15px; } }

/* line 90, fcmembers.scss */
.fcm-detail {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    /* line 90, fcmembers.scss */
    .fcm-detail {
      flex-wrap: wrap;
      gap: 32px 0; } }
  /* line 97, fcmembers.scss */
  .fcm-detail .l-fcm {
    width: 26.7%;
    margin-left: 16px; }
    @media screen and (max-width: 800px) {
      /* line 97, fcmembers.scss */
      .fcm-detail .l-fcm {
        width: 100%;
        margin: 0; } }
    /* line 104, fcmembers.scss */
    .fcm-detail .l-fcm .fcm-img {
      width: 100%;
      margin: 0 auto 32px; }
      @media screen and (max-width: 800px) {
        /* line 104, fcmembers.scss */
        .fcm-detail .l-fcm .fcm-img {
          width: 57.3%;
          margin: 0 auto 24px; } }
      /* line 111, fcmembers.scss */
      .fcm-detail .l-fcm .fcm-img img {
        width: 100%;
        border-radius: 8px; }
    /* line 116, fcmembers.scss */
    .fcm-detail .l-fcm .fcm-name {
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 116, fcmembers.scss */
        .fcm-detail .l-fcm .fcm-name {
          text-align: center; } }
      /* line 121, fcmembers.scss */
      .fcm-detail .l-fcm .fcm-name .jp {
        display: block;
        color: #0E2841;
        font-family: "BIZ UDPMincho", serif;
        font-size: 35px;
        line-height: 1;
        letter-spacing: 0.1em;
        margin-bottom: 8px; }
        @media screen and (max-width: 800px) {
          /* line 121, fcmembers.scss */
          .fcm-detail .l-fcm .fcm-name .jp {
            font-size: 25px;
            margin-bottom: 4px; } }
      /* line 134, fcmembers.scss */
      .fcm-detail .l-fcm .fcm-name .en {
        display: block;
        font-family: "BIZ UDPMincho", serif;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 800px) {
          /* line 134, fcmembers.scss */
          .fcm-detail .l-fcm .fcm-name .en {
            font-size: 11px; } }
  /* line 144, fcmembers.scss */
  .fcm-detail .r-fcm {
    width: 62.5%; }
    @media screen and (max-width: 800px) {
      /* line 144, fcmembers.scss */
      .fcm-detail .r-fcm {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%; } }
    /* line 152, fcmembers.scss */
    .fcm-detail .r-fcm h3 {
      display: inline-block;
      color: #004097;
      font-size: 18px;
      font-weight: 500;
      border: 1px solid #004097;
      border-radius: 4px;
      padding: 6px 16px;
      margin-bottom: 32px; }
      @media screen and (max-width: 800px) {
        /* line 152, fcmembers.scss */
        .fcm-detail .r-fcm h3 {
          font-size: 15px;
          margin-bottom: 24px;
          padding: 5px 12px; } }
    /* line 167, fcmembers.scss */
    .fcm-detail .r-fcm .fcm-text {
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      margin-bottom: 32px;
      padding-bottom: 32px; }
      @media screen and (max-width: 800px) {
        /* line 167, fcmembers.scss */
        .fcm-detail .r-fcm .fcm-text {
          border-bottom: none;
          margin-bottom: 24px;
          padding-bottom: 0px; } }
      /* line 177, fcmembers.scss */
      .fcm-detail .r-fcm .fcm-text p {
        margin-bottom: 20px; }
        /* line 179, fcmembers.scss */
        .fcm-detail .r-fcm .fcm-text p:last-child {
          margin-bottom: 0; }
    /* line 184, fcmembers.scss */
    .fcm-detail .r-fcm dl {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      /* line 190, fcmembers.scss */
      .fcm-detail .r-fcm dl dt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 27px;
        color: #FFFFFF;
        font-family: "Libertinus Sans", sans-serif;
        font-weight: 500;
        background-color: #525A64;
        border-radius: 4px;
        padding: 0;
        margin: 0 0 12px; }
        @media screen and (max-width: 800px) {
          /* line 190, fcmembers.scss */
          .fcm-detail .r-fcm dl dt {
            width: 56px;
            height: 21px;
            font-size: 12px; } }
        /* line 208, fcmembers.scss */
        .fcm-detail .r-fcm dl dt:last-of-type {
          margin-bottom: 0; }
      /* line 212, fcmembers.scss */
      .fcm-detail .r-fcm dl dd {
        width: calc(100% - 72px);
        color: #525A64;
        font-size: 18px;
        letter-spacing: 0.05em;
        padding: 0 0 0 12px;
        margin: 0 0 12px; }
        @media screen and (max-width: 800px) {
          /* line 212, fcmembers.scss */
          .fcm-detail .r-fcm dl dd {
            width: calc(100% - 56px);
            font-size: 15px;
            line-height: 1.3;
            padding: 0 0 0 16px; } }
        /* line 225, fcmembers.scss */
        .fcm-detail .r-fcm dl dd:last-of-type {
          margin-bottom: 0; }

/*# sourceMappingURL=fcmembers.css.map */
