@charset "UTF-8";

#executives {
    word-wrap: break-word;
    color: #1a005d;
    font-family: "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 1.6667;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

img {
    width: 100%;
    height: auto;
}
.c-heading-03 {
      position: relative;
      padding-left: 23px;
      letter-spacing: 1.25px;
      line-height: 1.4;
      margin-bottom: 40px;
      color: #1a005d;
  }
  .c-heading-03::before {
      content: "";
      position: absolute;
      width: 4px;
      height: calc(100% - 7.6px);
      background-color: #1a005d;
      top: 3px;
      left: 0;
  }
  .c-heading-03::after {
      content: "";
      position: absolute;
      width: 4px;
      height: 8px;
      background-color: #8ec300;
      top: 3px;
      left: 0;
  }

@media screen and (max-width: 900px) {
.c-heading-03 {
    font-size: 18px;
    margin-bottom: 40px;
    }
  }
@media screen and (min-width: 900px) {

  .pc_none {
      display: none !important;
  }

  a[href^="tel:"] {
      cursor: text;
      text-decoration: none
  }

  .about-article {
      padding-top: 70px;
  }

  .about-inner {
      width: 750px;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 15px;
  }

  .about-linettl {
      font-size: 24px;
      font-weight: bold;
      position: relative;
      padding-left: 23px;
      letter-spacing: 1.25px;
      line-height: 1.4;
      margin-bottom: 26px;
  }

  .about-linettl::before,
  .about-linettl::after {
      content: '';
      width: 4px;
      height: -webkit-calc( 100% - 7.5px );
      height: calc( 100% - 7.5px );
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
  }

  .about-linettl::before {
      background: #1a005d;
  }

  .about-linettl::after {
      height: 8px;
      background: #8ec300;
  }

  @media screen and (max-width: 1150px) {
    .about__ex {
        padding-left: 100px;
    }
  }

  @media screen and (max-width: 1150px) {
    #philosophy .about__ex {
        padding-right: 100px;
    }
  }

  #executives .about-inner {
      width: 930px;
  }

  .executives__contents {
      padding-top: 37px;
  }

  .executives__item {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-bottom: 44px;
  }

  .executives__item.__shagai {
      margin-bottom: 0;
  }

  .executives__item_photo {
      width: 135px;
  }

  .executives__item_prof {
      width: -webkit-calc( 100% - 194px );
      width: calc( 100% - 194px );
      position: relative;
      padding: 24px 0;
      margin-left: auto;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: baseline;
      align-items: baseline;
      border-top: 1px solid #8ec300;
  }

  .executives__item:last-of-type .executives__item_prof {
      border-bottom: 1px solid #8ec300;
  }

  .executives__item_prof::before {
      content: '';
      width: 320px;
      height: 5px;
      display: block;
      background: #1a005d;
      position: absolute;
      top: -2.5px;
      left: 0;
  }

  .executives__item.__shagai .executives__item_prof::before {
      display: none;
  }

  .executives__item_name {
      font-size: 20px;
	  color: #1a005d;
	  font-weight: bold;
  }

  .executives__item_name span.nm {
      display: inline-block;
      min-width: 150px;
      padding-right: 20px;

  }
  .executives__item_name span.first {
      min-width: 70px;
	  display: inline-block;
  }

  .executives__item_position {
      font-size: 17px;
      color: #000;
      font-weight: bold;
      text-align: right;
  }

  .executives__date {
      font-size: 15px;
      font-weight: 500;
      text-align: right;
      margin-top: 15px;
  }

  @media screen and (max-width: 1440px) {
    .profile__img {
        width: 100vw;
        margin-left: -webkit-calc( 50% - 50vw );
        margin-left: calc( 50% - 50vw );
        height: 0;
        padding-bottom: 33.3335vw;
    }
  }

}

@media screen and (max-width: 899px) {

  .sp_none {
      display: none !important;
  }

  #executives {
      padding-top: 50px;
  }

  .executives__item {
      margin-bottom: 40px;
  }

  .executives__item.__shagai {
      margin-bottom: 0;
  }

  .executives__item_photo {
      width: 135px;
      margin-bottom: 15px;
  }

  .executives__item_prof {
      position: relative;
      padding: 15px 0;
      margin-left: auto;
      border-top: 1px solid #8ec300;
  }

  .executives__item.__shagai .executives__item_prof {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: baseline;
      align-items: baseline;
      padding: 18px 0;
  }

  .executives__item:last-of-type .executives__item_prof {
      border-bottom: 1px solid #8ec300;
  }

  .executives__item_prof::before {
      content: '';
      width: 250px;
      height: 4px;
      display: block;
      background: #1a005d;
      position: absolute;
      top: -2px;
      left: 0;
  }

  .executives__item.__shagai .executives__item_prof::before {
      display: none;
  }

  .executives__item_name {
      font-size: 16px;
      margin-bottom: 4px;
	  color: #1a005d;
	  font-weight: bold;
  }

  .executives__item.__shagai .executives__item_name {
      margin-bottom: 0;
  }

  .executives__item_name span.nm {
      display: inline-block;
      min-width: 110px;
      padding-right: 7px;
  }
  .executives__item_name span.first{
      min-width: 50px;
	  display: inline-block;
  }
  .executives__item_position {
      font-size: 14px;
      color: #000;
  }

  .executives__item_position span {
      display: inline-block;
  }

  .executives__date {
      font-size: 14px;
      font-weight: 500;
      text-align: right;
      margin-top: 10px;
  }
}
