@charset "UTF-8";
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*MV ------------------------*/
@media print, screen and (min-width: 769px) {
  .p-mv {
    padding: 100px 0; }
    .p-mv .ttl {
      width: 172px;
      margin: auto;
      margin-bottom: 30px; }
      .p-mv .ttl img {
        width: 100%; }
    .p-mv .subTtl {
      text-align: center; } }
@media only screen and (max-width: 768px) {
  .p-mv {
    padding: 40px 0; }
    .p-mv .ttl {
      width: calc(292px / 2);
      margin: auto;
      margin-bottom: 15px; }
      .p-mv .ttl img {
        width: 100%; }
    .p-mv .subTtl {
      text-align: center; } }

@media print, screen and (min-width: 769px) {
  .p-content {
    width: 700px;
    margin: auto;
    margin-bottom: 100px; }
    .p-content .directorArea {
      margin-bottom: 70px; }
      .p-content .directorArea .name {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold; }
        .p-content .directorArea .name .sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .p-content .directorArea .img {
        margin-bottom: 30px; }
      .p-content .directorArea .msg {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 10px 0; }
    .p-content .woman {
      background: #ffe4e4;
      margin-top: 80px;
      padding: 40px 40px;
      border-radius: 4px; }
      .p-content .woman .womanTtl {
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 20px; }
      .p-content .woman .womanImg {
        width: 620px;
        margin-bottom: 40px; }
        .p-content .woman .womanImg img {
          width: 100%; }
      .p-content .woman .staffArea .contentArea.noImg {
        display: block;
        border-bottom: solid 1px #ffcdcd;
        padding-bottom: 30px; }
        .p-content .woman .staffArea .contentArea.noImg .txt {
          width: 100% !important; }
        .p-content .woman .staffArea .contentArea.noImg .msg {
          border-top: none;
          background: #fff8f8;
          padding: 15px;
          border-radius: 4px; }
      .p-content .woman .staffArea:last-of-type .contentArea.noImg {
        border-bottom: none;
        padding-bottom: 0; }
    .p-content .staffArea {
      margin-bottom: 30px; }
      .p-content .staffArea .contentArea {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
      .p-content .staffArea .name {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 4px; }
        .p-content .staffArea .name:first-line {
          line-height: 1; }
        .p-content .staffArea .name .sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .p-content .staffArea .msg {
        margin-top: 8px;
        padding-top: 10px;
        border-top: solid 1px #d6d6d6; }
      .p-content .staffArea .img {
        width: 320px; }
        .p-content .staffArea .img img {
          width: 100%; }
      .p-content .staffArea .txt {
        width: 350px; } }
@media only screen and (max-width: 768px) {
  .p-content {
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 40px; }
    .p-content .directorArea {
      margin-bottom: 20px; }
      .p-content .directorArea .name {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
        .p-content .directorArea .name .sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .p-content .directorArea .img {
        margin-bottom: 15px; }
      .p-content .directorArea .msg {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 6px 0;
        background: #f1f5f7;
        padding: 10px; }
    .p-content .woman {
      background: #ffe4e4;
      margin-top: 40px;
      padding: 15px 15px;
      border-radius: 4px; }
      .p-content .woman .womanTtl {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 10px; }
      .p-content .woman .womanImg {
        width: 100%;
        margin-bottom: 30px; }
        .p-content .woman .womanImg img {
          width: 100%; }
      .p-content .woman .staffArea {
        border: none;
        padding-top: 0; }
        .p-content .woman .staffArea .contentArea.noImg {
          display: block;
          border-bottom: solid 1px #ffcdcd;
          padding-bottom: 15px; }
          .p-content .woman .staffArea .contentArea.noImg .txt {
            width: 100% !important; }
          .p-content .woman .staffArea .contentArea.noImg .msg {
            border-top: none;
            background: #fff8f8;
            padding: 15px;
            border-radius: 4px; }
        .p-content .woman .staffArea:last-of-type .contentArea.noImg {
          border-bottom: none;
          padding-bottom: 0; }
    .p-content .staffArea {
      margin-bottom: 20px;
      padding-top: 20px;
      border-top: solid 1px #d6d6d6; }
      .p-content .staffArea .name {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 4px; }
        .p-content .staffArea .name:first-line {
          line-height: 1; }
        .p-content .staffArea .name .sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .p-content .staffArea .msg {
        margin-top: 10px;
        background: #f1f5f7;
        padding: 10px; }
      .p-content .staffArea .img {
        width: 100%;
        margin-bottom: 15px; }
        .p-content .staffArea .img img {
          width: 100%; } }

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