@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
中央トラックとは
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  padding-top: 60px;
  position: relative; }
  @media (min-width: 768px) {
    #about {
      display: flex;
      padding-top: 120px; } }
  @media (min-width: 1250px) {
    #about {
      width: 80%; } }
  @media (min-width: 768px) {
    #about .about-L {
      position: absolute;
      width: 80%; } }
  #about .about-L .txt {
    margin-top: 40px; }
    @media (min-width: 768px) {
      #about .about-L .txt {
        width: 60%;
        margin-top: 10%; } }
    #about .about-L .txt img {
      width: 80%; }
      @media (min-width: 768px) {
        #about .about-L .txt img {
          width: 100%; } }
    #about .about-L .txt p {
      font-size: 0.9em;
      text-align: justify;
      line-height: 1.8em;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #about .about-L .txt p {
          font-size: 1.0em;
          margin-top: 40px; } }
      @media (min-width: 1250px) {
        #about .about-L .txt p {
          font-size: 1.125em; } }
  #about .about-L .common-btn {
    margin-top: 40px; }
  #about .about-R {
    position: absolute;
    width: 60%;
    top: 10%;
    right: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      #about .about-R {
        margin-left: auto;
        position: relative;
        top: 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
代表メッセージ
---------------------------------------------------------------------------------------------------------------------
*/
#message {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding-top: 80px; }
  @media (min-width: 1250px) {
    #message {
      width: 80%;
      padding-top: 120px; } }
  #message .common-title {
    text-align: center; }
  #message .message {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #message .message {
        margin-top: 60px; } }
    #message .message img {
      border-radius: 10px; }
      @media (min-width: 1024px) {
        #message .message img {
          border-radius: 20px; } }
    #message .message .txt {
      margin-top: 30px; }
      @media (min-width: 1024px) {
        #message .message .txt {
          margin-top: 60px; } }
      #message .message .txt p {
        font-size: 0.9em;
        text-align: justify;
        line-height: 2.2em; }
        @media (min-width: 1024px) {
          #message .message .txt p {
            font-size: 1.0em; } }
        @media (min-width: 1250px) {
          #message .message .txt p {
            font-size: 1.125em; } }
    #message .message .name {
      text-align: right;
      margin-top: 10px; }
      #message .message .name h3 {
        font-size: 0.8em;
        font-weight: normal; }
      #message .message .name h4 {
        font-size: 1.375em;
        line-height: 1.4em;
        font-weight: normal; }

/*
---------------------------------------------------------------------------------------------------------------------
会社概要
---------------------------------------------------------------------------------------------------------------------
*/
#overview {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding-top: 140px; }
  @media (min-width: 1024px) {
    #overview {
      padding-top: 180px; } }
  @media (min-width: 1250px) {
    #overview {
      width: 80%; } }
  #overview .common-title {
    text-align: center; }
  #overview table {
    border-spacing: 0;
    width: 100%;
    margin: 30px auto 0; }
    @media (min-width: 1024px) {
      #overview table {
        margin: 60px auto 0; } }
    #overview table tr th, #overview table tr td {
      display: block; }
      @media (min-width: 768px) {
        #overview table tr th, #overview table tr td {
          display: table-cell; } }
    #overview table tr th {
      font-size: 1.0em;
      line-height: 1.4em;
      font-weight: 700;
      text-align: left;
      vertical-align: top;
      width: 100px;
      padding: 10px 0 0 0; }
      @media (min-width: 768px) {
        #overview table tr th {
          font-size: 1.125em;
          border-bottom: 1px solid #000;
          width: 160px;
          padding: 20px 0; } }
    #overview table tr td {
      font-size: 0.85em;
      line-height: 1.8em;
      padding: 0 0 15px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      color: #000;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #overview table tr td {
          font-size: 1.0em;
          padding: 20px 0;
          margin-top: 0; } }
      #overview table tr td p {
        text-align: justify;
        line-height: 1.6em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em; }
        @media (min-width: 768px) {
          #overview table tr td p {
            line-height: 1.8em; } }
      #overview table tr td ul {
        margin-bottom: 30px; }
        #overview table tr td ul:last-child {
          margin-bottom: 0; }
        #overview table tr td ul li {
          line-height: 1.4em;
          margin-bottom: 5px; }
          #overview table tr td ul li:last-child {
            margin-bottom: 0; }
