@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
  font-family: "Noto Serif JP"; }

.softly:hover {
  -webkit-box-shadow: 0px 0px 8px 3px #ccc;
          box-shadow: 0px 0px 8px 3px #ccc; }
  .softly:hover a {
    color: #eb46a2; }

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.fullWidth {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1200px) {
  .fullWidth {
    width: 1200px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1100px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fullWidth {
    width: 90% !important; } }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .outerWidth {
    width: 95% !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; }
  .fullWidth {
    width: 90% !important; } }

/* PC */
@media screen and (min-width: 769px) {
  .founders {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .founders__blk {
      width: 25%;
      padding: 15px 0;
      text-align: center;
      font-weight: bold;
      margin-bottom: 50px; }
      .founders__blk-ph {
        position: relative; }
        .founders__blk-ph img {
          width: 100%;
          max-width: 160px; }
      .founders__blk-co {
        margin-top: 15px;
        font-size: 1.3rem;
        line-height: 1.5;
        position: relative;
        letter-spacing: 0; }
      .founders__blk-co:after {
        content: "";
        position: absolute;
        bottom: -27px;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 0;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #000; }
      .founders__blk-name {
        padding-top: 30px;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 0.03em; }
      .founders__blk-name span {
        display: block;
        font-size: 13px;
        padding-top: 5px; }
      .founders__blk-name.small {
        font-size: 15px;
        letter-spacing: -0.05em; }
    .founders a {
      color: #000;
      text-decoration: none !important;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      display: block;
      padding: 0 10px; }
  .foundersLegend p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.075em; }
  /*---------------------------------

  1-2 創業者たち　下層

  ---------------------------------*/
  .founder__blk:first-of-type {
    width: 32%;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px; }
  .founder__blk:first-of-type img {
    width: 100%; }
  .founder__blk dt {
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 1.6rem; }
  .founder__blk dd {
    font-size: 1.6rem;
    padding-bottom: 35px;
    text-align: justify; }
  .founder--lowerh2 {
    line-height: 1.6;
    font-size: 2.6rem;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 0.1em; }
    .founder--lowerh2 span {
      font-size: 2rem;
      display: block; } }

/* SP */
@media screen and (max-width: 768px) {
  .founders {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .founders__blk {
      width: 50%;
      text-align: center;
      font-weight: bold;
      margin-bottom: 30px;
      padding: 15px 0 15px; }
      .founders__blk-ph {
        width: 75%;
        margin: auto; }
      .founders__blk-ph img {
        width: 100%; }
      .founders__blk-co {
        margin-top: 13px;
        font-size: 1.2rem;
        line-height: 1.5;
        position: relative;
        letter-spacing: 0; }
      .founders__blk-co:after {
        content: "";
        position: absolute;
        bottom: -27px;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 0;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #000; }
      .founders__blk-name {
        padding-top: 25px;
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: 0.03em; }
      .founders__blk-name span {
        display: block;
        font-size: 1rem;
        padding-top: 5px; }
  .founders a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .founders a:hover {
    color: #0d93ba; }
  .foundersLegend p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.075em; }
  /*---------------------------------

  1-2 創業者たち　下層

  ---------------------------------*/
  .founder__blk:first-of-type {
    width: 55%;
    margin: auto;
    margin-bottom: 20px; }
  .founder__blk:first-of-type img {
    max-width: 100%; }
  .founder__blk dt {
    font-weight: bold;
    padding-bottom: 15px;
    text-indent: -2em;
    padding-left: 2em; }
  .founder__blk dd {
    padding-bottom: 35px;
    text-align: justify; }
  .founder--lowerh2 {
    line-height: 1.6;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.1em; }
    .founder--lowerh2 span {
      font-size: 1.6rem;
      display: block; } }

/*# sourceMappingURL=maps/founders.css.map */
