/* Scss Document */
#about-page #contents img {
  max-width: 100%; }
#about-page #contents h2 {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  position: relative; }
  #about-page #contents h2 img {
    display: block; }
  #about-page #contents h2 p {
    position: absolute;
    left: 33px;
    top: 210px;
    color: #000;
    line-height: 1.7;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0; }
    @media only screen and (max-width: 640px) {
      #about-page #contents h2 p {
        margin-top: 1em;
        position: relative;
        left: inherit;
        top: inherit;
        font-size: 13px; } }
#about-page #contents .about-box {
  text-align: justify;
  margin-top: 30px;
  border: 1px solid #dcdcdc; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .about-box {
      margin-top: 20px; } }
  #about-page #contents .about-box .mb0 {
    margin-bottom: 0 !important; }
  #about-page #contents .about-box h3 {
    text-align: justify;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 42px;
    padding-left: 20px;
    background-color: #6c265a; }
    #about-page #contents .about-box h3.img-ttl {
      padding-left: 0;
      line-height: normal;
      background-color: transparent; }
    @media only screen and (max-width: 640px) {
      #about-page #contents .about-box h3 {
        font-size: 15px;
        line-height: 1.6;
        padding: 0.5em 10px; }
        #about-page #contents .about-box h3.img-ttl {
          padding: 0; } }
  #about-page #contents .about-box .about-inner {
    padding: 20px; }
    #about-page #contents .about-box .about-inner.pwide {
      padding: 30px; }
    @media only screen and (max-width: 640px) {
      #about-page #contents .about-box .about-inner {
        padding: 10px !important; } }
  #about-page #contents .about-box b {
    color: #6c265a; }
  #about-page #contents .about-box .column-lb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-flow: row nowrap;
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      #about-page #contents .about-box .column-lb {
        display: block;
        text-align: center; }
        #about-page #contents .about-box .column-lb div {
          text-align: left; } }
    #about-page #contents .about-box .column-lb p {
      margin-bottom: 0; }
      #about-page #contents .about-box .column-lb p:first-child {
        margin-right: 2em; }
      @media only screen and (max-width: 640px) {
        #about-page #contents .about-box .column-lb p:first-child {
          margin-bottom: 20px;
          margin-right: 0; } }
#about-page #contents p:last-child {
  margin-bottom: 0; }
#about-page #contents .tanaka img {
  width: 182px; }
#about-page #contents .tanaka .t-name {
  display: block;
  font-size: 16px;
  color: #000; }
@media only screen and (max-width: 640px) {
  #about-page #contents .tanaka {
    display: inline-block;
    margin: 0 auto 20px; } }
#about-page #contents a.text-link {
  color: #6c265a;
  padding-left: 15px;
  background: url(../images/common/ico_arw02.png) no-repeat left 0.2em;
  background-size: 7px 11px; }
  @media only screen and (max-width: 640px) {
    #about-page #contents a.text-link {
      font-size: 14px;
      font-weight: bold; } }
#about-page #contents h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #6c265a;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c5a282;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 640px) {
    #about-page #contents h4 {
      font-size: 14px;
      padding-bottom: 0.5em; } }
#about-page #contents .flt-R {
  float: right;
  margin: 0 0 1em 2em; }
@media only screen and (max-width: 640px) {
  #about-page #contents .sp-flt-none {
    float: none !important; } }
#about-page #contents .s-text {
  font-size: 11px;
  line-height: normal; }
#about-page #contents .btn_cv a {
  padding: 10px;
  min-height: 40px;
  font-size: 16px;
  height: auto;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #6c265a;
  background: #fff url(../images/common/ico_arw02.png) no-repeat 95% center;
  background-size: 7px 11px;
  border: 1px solid #6c265a; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .btn_cv a {
      padding: 6px;
      min-height: 30px;
      height: auto;
      line-height: 1.5;
      font-size: 15px; } }
#about-page #contents #stageinfo .about-inner {
  text-align: center; }
  #about-page #contents #stageinfo .about-inner p {
    text-align: justify; }
#about-page #contents #stageinfo .triangle {
  float: right;
  width: 248px;
  margin: 0 0 2em 2em; }
  @media only screen and (max-width: 640px) {
    #about-page #contents #stageinfo .triangle {
      float: none;
      max-width: 80%;
      margin: 1em auto; } }
@media only screen and (max-width: 640px) {
  #about-page #contents #about-history .sp-flt-none {
    margin-left: 0 !important; } }
#about-page #contents .cases {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .cases {
      display: block; } }
  #about-page #contents .cases li {
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #6c265a; }
    #about-page #contents .cases li img {
      margin-right: 10px;
      width: 164px;
      height: 110px; }
    @media only screen and (max-width: 640px) {
      #about-page #contents .cases li {
        width: 100%;
        height: auto;
        padding: 6px; }
        #about-page #contents .cases li img {
          max-width: 45%; }
        #about-page #contents .cases li p br {
          display: none; } }
#about-page #contents .about-trainer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start; }
  #about-page #contents .about-trainer > p {
    width: calc(57% - 1em); }
  #about-page #contents .about-trainer ul {
    width: calc(43% - 1em);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    #about-page #contents .about-trainer ul li {
      width: calc((100% - 10px) / 2); }
      #about-page #contents .about-trainer ul li img {
        display: block;
        width: 100%; }
      #about-page #contents .about-trainer ul li span {
        display: block;
        padding: 0.5em 0 0;
        font-size: 12px;
        text-align: center;
        line-height: normal; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .about-trainer {
      display: block; }
      #about-page #contents .about-trainer > p {
        width: 100%; }
      #about-page #contents .about-trainer ul {
        width: 100%; }
        #about-page #contents .about-trainer ul li {
          list-style: none; } }
#about-page #contents .about-inner2 {
  background: #eeeeee;
  padding: 30px; }
  #about-page #contents .about-inner2 .box-detail {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 10px;
    display: block;
    text-align: center; }
    #about-page #contents .about-inner2 .box-detail:after, #about-page #contents .about-inner2 .box-detail:before {
      content: "";
      display: block;
      clear: both; }
    #about-page #contents .about-inner2 .box-detail h4 {
      font-size: 16px;
      line-height: 1.5em;
      font-weight: bold;
      color: #000000;
      margin-bottom: 20px;
      border-left: 6px solid #6b2559;
      padding: 0 10px;
      text-align: justify; }
    #about-page #contents .about-inner2 .box-detail p, #about-page #contents .about-inner2 .box-detail dl {
      text-align: justify; }
    @media only screen and (max-width: 640px) {
      #about-page #contents .about-inner2 .box-detail li {
        list-style: none; } }
  #about-page #contents .about-inner2 .fblink a {
    text-align: left; }
    #about-page #contents .about-inner2 .fblink a img {
      margin-right: 1em;
      width: 50px;
      height: 50px; }
    @media only screen and (max-width: 640px) {
      #about-page #contents .about-inner2 .fblink a {
        padding-right: 24px; } }
  @media only screen and (max-width: 640px) {
    #about-page #contents .about-inner2 {
      padding: 10px; }
      #about-page #contents .about-inner2 .box-detail {
        padding: 10px; } }
#about-page #contents ul.about-interview {
  display: flex;
  flex-flow: column wrap;
  border-top: 1px dotted #666; }
  #about-page #contents ul.about-interview li {
    padding: 1em 0;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px dotted #666;
    justify-content: space-between;
    align-items: center; }
    #about-page #contents ul.about-interview li img {
      width: 150px;
      height: 161px; }
    #about-page #contents ul.about-interview li dl {
      width: calc(100% - 1.5em - 150px); }
      #about-page #contents ul.about-interview li dl dt {
        color: #6c265a;
        font-weight: bold;
        margin-bottom: 1em; }
      #about-page #contents ul.about-interview li dl dd p:first-child {
        font-size: 12px; }
    @media only screen and (max-width: 640px) {
      #about-page #contents ul.about-interview li {
        display: block;
        text-align: center; }
        #about-page #contents ul.about-interview li img {
          width: inherit;
          margin: 0 auto 1em; }
        #about-page #contents ul.about-interview li dl {
          width: inherit;
          text-align: justify; }
          #about-page #contents ul.about-interview li dl p {
            margin-bottom: 0.5em; } }
@media only screen and (max-width: 640px) {
  #about-page #contents #enlightenment .sp-flt-none {
    margin-left: 0 !important; } }
#about-page #contents .mail-maga {
  vertical-align: middle; }
  #about-page #contents .mail-maga img {
    vertical-align: middle;
    margin-right: 2em; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .mail-maga {
      text-align: center; }
      #about-page #contents .mail-maga img {
        display: block;
        margin: 0 auto 1em; } }
#about-page #contents .sankan {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .sankan {
      display: block;
      border-top: 1px dotted #666; } }
  #about-page #contents .sankan li {
    width: calc((100% - 1px) / 2);
    padding: 0 2em;
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center; }
    #about-page #contents .sankan li:first-child {
      border-right: 1px dotted #666; }
    #about-page #contents .sankan li p:last-child {
      text-align: center; }
    #about-page #contents .sankan li img {
      height: 184px; }
    @media only screen and (max-width: 640px) {
      #about-page #contents .sankan li {
        width: 100%;
        padding: 1em 0;
        border-bottom: 1px dotted #666; }
        #about-page #contents .sankan li:first-child {
          border-right: none; } }
#about-page #contents .meiku-info h4.catch {
  color: #6c2658 !important;
  margin-top: 25px; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .meiku-info h4.catch {
      margin-top: 10px; } }
#about-page #contents .meiku-info p {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 640px) {
    #about-page #contents .meiku-info p br {
      display: none; } }
@media only screen and (max-width: 640px) {
  #about-page #contents .meiku-link {
    width: 70%;
    min-width: 220px; }
    #about-page #contents .meiku-link a span {
      width: 74px;
      height: auto;
      margin-right: 4px; } }

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