/* CSS Document */
/*---------------
	COMPANY
---------------*/
#company {
  background: #f2f2f3;
  /*----- cont01 -----*/
  /*----- cont02 -----*/
  /*----- cont03 -----*/
  /*----- cont04 -----*/ }
  #company .cont__inner {
    width: 1200px;
    margin: 0 auto; }
    @media only screen and (max-width: 1199px) {
      #company .cont__inner {
        width: auto; } }
    #company .cont__inner .cont__ttl {
      color: #6185bc;
      font-size: 3em;
      line-height: 1.5;
      letter-spacing: .1em;
      margin-bottom: 70px; }
      @media only screen and (max-width: 1199px) {
        #company .cont__inner .cont__ttl {
          font-size: 2.5em;
          margin-bottom: 0; } }
      #company .cont__inner .cont__ttl span {
        font-size: 1.5em;
        font-weight: bold; }
        @media only screen and (max-width: 1199px) {
          #company .cont__inner .cont__ttl span {
            line-height: 1; } }
    #company .cont__inner .cont__gridBox {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 60px; }
      @media only screen and (max-width: 1199px) {
        #company .cont__inner .cont__gridBox {
          display: block; } }
      #company .cont__inner .cont__gridBox .cont__content h4 {
        color: var(--text-color);
        font-size: 2.5em;
        font-weight: 500;
        line-height: 2;
        letter-spacing: .1em; }
        @media only screen and (max-width: 1199px) {
          #company .cont__inner .cont__gridBox .cont__content h4 {
            font-size: 2em;
            line-height: 1.5; } }
  #company #cont01 {
    padding: 190px 0 50px; }
    @media only screen and (max-width: 1199px) {
      #company #cont01 {
        max-width: 800px;
        padding: 90px 5% 60px;
        margin: 0 auto; } }
    #company #cont01 .cont__gridBox {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1199px) {
        #company #cont01 .cont__gridBox {
          margin: 30px 0 0; } }
      #company #cont01 .cont__gridBox .nl {
        margin-top: 1em; }
      #company #cont01 .cont__gridBox p {
        font-size: 1.8em;
        line-height: 2;
        margin-top: 30px; }
        @media only screen and (max-width: 1199px) {
          #company #cont01 .cont__gridBox p {
            margin: 1em 0; } }
      #company #cont01 .cont__gridBox img {
        height: 100%;
        object-fit: cover; }
  #company #cont02 {
    background: #fff;
    padding: 190px 0 120px; }
    @media only screen and (max-width: 1199px) {
      #company #cont02 {
        padding: 90px 5% 60px; } }
    @media only screen and (max-width: 1199px) {
      #company #cont02 .cont__inner {
        max-width: 800px;
        margin: 0 auto; } }
    @media only screen and (max-width: 1199px) {
      #company #cont02 .cont__inner .cont__pics {
        margin: 30px 0 60px; } }
    #company #cont02 .cont__inner .cont__pics ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 15px;
      margin-top: 15px; }
    #company #cont02 .cont__inner table {
      color: var(--text-color);
      font-size: 1.6em;
      line-height: 2; }
      @media only screen and (max-width: 1199px) {
        #company #cont02 .cont__inner table {
          width: 100%; } }
      #company #cont02 .cont__inner table tr {
        border-bottom: 1px solid #959fa2; }
        #company #cont02 .cont__inner table tr:first-child {
          border-top: 1px solid #959fa2; }
          @media only screen and (max-width: 1199px) {
            #company #cont02 .cont__inner table tr:first-child {
              border-top: none; } }
        #company #cont02 .cont__inner table tr th {
          background: #f2f2f2;
          text-align: left;
          padding: 15px; }
          @media only screen and (max-width: 1199px) {
            #company #cont02 .cont__inner table tr th {
              display: block; } }
        #company #cont02 .cont__inner table tr td {
          padding: 15px 25px; }
          @media only screen and (max-width: 1199px) {
            #company #cont02 .cont__inner table tr td {
              display: block; } }
  #company #cont03 {
    padding: 190px 0 120px; }
    @media only screen and (max-width: 1199px) {
      #company #cont03 {
        max-width: 800px;
        padding: 90px 5% 60px;
        margin: 0 auto; } }
    #company #cont03 .cont__ttl {
      padding-bottom: 30px; }
    #company #cont03 #map .gm-style-mot {
      text-align: center !important; }
  #company #cont04 {
    background: #fff;
    padding: 120px 0; }
    @media only screen and (max-width: 1199px) {
      #company #cont04 {
        padding: 90px 5% 0; } }
    @media only screen and (max-width: 1199px) {
      #company #cont04 .cont__inner {
        max-width: 800px;
        margin: 0 auto; } }
    #company #cont04 .cont__inner table {
      width: 1200px;
      color: var(--text-color);
      font-size: 1.6em;
      line-height: 2; }
      @media only screen and (max-width: 1199px) {
        #company #cont04 .cont__inner table {
          width: 100%;
          line-height: 1.5;
          margin-top: 30px; } }
      #company #cont04 .cont__inner table tr {
        border-top: 1px solid #959fa2; }
        #company #cont04 .cont__inner table tr:last-child {
          border-bottom: 1px solid #959fa2; }
        #company #cont04 .cont__inner table tr th {
          vertical-align: middle;
          padding: 30px; }
          @media only screen and (max-width: 1199px) {
            #company #cont04 .cont__inner table tr th {
              display: block;
              text-align: left;
              font-weight: bold;
              padding: .5em .5em .25em .5em; } }
        #company #cont04 .cont__inner table tr td {
          padding: 30px; }
          @media only screen and (max-width: 1199px) {
            #company #cont04 .cont__inner table tr td {
              display: block;
              padding: .25em .5em .5em .5em; } }
