@charset "UTF-8";

#profile {
    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;
}

@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;
    }
  }

  /* =====================
    profile
  ===================== */

  #profile {
      padding-top: 120px;
  }

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

  /*  profile__contents
  ------------------------*/

  .profile__contents {
      margin-bottom: 90px;
      color: #000;
  }

  .profile__table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
  }

  .profile__table th,
  .profile__table td {
      font-size: 20px;
      border-bottom: 1px solid;
      padding: 25px 0 20.5px;
  }

  .profile__table th {
      width: 240px;
      font-weight: bold;
      border-bottom: 1px solid #1a005d;
      vertical-align: middle;
  }

  .profile__table td {
      width: -webkit-calc( 100% - 240px );
      width: calc( 100% - 240px );
      font-weight: 500;
      border-bottom: 1px solid #8ec300;
  }

  .profile__table tr:first-of-type th {
      border-top: 1px solid #1a005d;
  }

  .profile__table tr:first-of-type td {
      border-top: 1px solid #8ec300;
  }

  /*  profile__guides
  ------------------------*/

  .profile__guide {
      position: relative;
      z-index: 1;
      padding: 85px 0 75px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  }

  .profile__guide::before {
      content: '';
      width: 100vw;
      height: 100%;
      display: block;
      background: #f5f5f5;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -50vw;
      z-index: -1;
  }

  .profile__guide .about-linettl {
      width: 223px;
  }

  .profile__guide_right {
      width: -webkit-calc( 100% - 223px );
      width: calc( 100% - 223px );
      margin-top: -13px;
  }

  .profile__guide_text {
      font-size: 15px;
      line-height: 2;
      color: #000;
  }

  /*  profile__chart
  ------------------------*/

  .profile__chart {
      position: relative;
      z-index: 1;
      padding: 85px 0;
  }

	.profile__chart_img {
  		text-align: center;
  		padding: 30px 0;
	}

	.profile__chart_img img {
  		max-width: 806px;
	}

  .profile__chart_date {
      text-align: right;
      font-size: 15px;
      width: 900px;
      max-width: 100%;
      margin: 26px auto 0;
      color: #000;
  }

}

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

  .sp_none {
      display: none !important;
  }

  .about-inner {
      max-width: 560px;
      margin: 0 auto;
  }

  .about-linettl {
      font-size: 18px;
      font-weight: bold;
      position: relative;
      padding-left: 15px;
      letter-spacing: 1px;
      line-height: 1.4;
      margin-bottom: 25px;
  }

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

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

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

  /* =====================
    profile
  ===================== */

  #profile {
      padding-top: 44px;
  }

  /*  profile__contents
  ------------------------*/

  .profile__contents {
      margin-bottom: 60px;
      color: #000;
  }

  .profile__table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
  }

  .profile__table th,
  .profile__table td {
      font-size: 16px;
      border-bottom: 1px solid;
      padding: 20px 0 16.5px;
  }

  .profile__table th {
      width: 145px;
      font-weight: bold;
      border-bottom: 1px solid #1a005d;
      vertical-align: middle;
  }

  .profile__table td {
      width: -webkit-calc( 100% - 145px );
      width: calc( 100% - 145px );
      font-weight: 500;
      border-bottom: 1px solid #8ec300;
  }

  .profile__table tr:first-of-type th {
      border-top: 1px solid #1a005d;
  }

  .profile__table tr:first-of-type td {
      border-top: 1px solid #8ec300;
  }

  /*  profile__guides
  ------------------------*/

  .profile__guide {
      position: relative;
      z-index: 1;
      padding: 58px 0 55px;
      max-width: 560px;
      margin: 0 auto;
  }

  .profile__guide::before {
      content: '';
      width: 100vw;
      height: 100%;
      display: block;
      background: #f5f5f5;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -50vw;
      z-index: -1;
  }

  .profile__guide .about-linettl {
      margin-bottom: 15px;
  }

  .profile__guide_list {
      margin-bottom: 35px;
  }

  .profile__guide_list .c-link {
      font-weight: bold;
      margin-bottom: 17px;
  }

  .profile__guide_list .c-link:last-child {
      margin-bottom: 0;
  }

  .profile__guide_list .c-link a {
      width: 100%;
      padding: 11px 0;
  }

  .profile__guide_list .c-link a span:before,
  .profile__guide_list .c-link a span:after {
      right: 0;
  }

  .profile__guide_list .c-link a span {
      padding-right: 10px;
  }

  .profile__guide_text {
      font-size: 14px;
      line-height: 1.6;
      color: #000;
  }

  /*  profile__chart
  ------------------------*/

  .profile__chart {
      position: relative;
      padding-top: 58px;
      z-index: 1;
      max-width: 560px;
      margin: 0 auto;
  }

  .profile__chart_date {
      text-align: right;
      font-size: 14px;
      margin: 23px auto 0;
      color: #000;
  }

}


/* =====================
  heading
===================== */

.l-page-heading.l-page-heading-profile {
  background: url(/ja/about/profile/assets/images/bg-heading.jpg) no-repeat center;
  background-size: cover;
}

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

  .l-page-heading.l-page-heading-profile {
    background: url(/ja/about/profile/assets/images/bg-heading__sp.jpg) no-repeat center;
    background-size: cover;
  }

}
