.carousel-item-image{
    height: 22.9vw;
}

.carousel-company-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E36F1CCC;
    width: 28.125vw;
    height: 10.42vw;
    border-radius: 1.042vw;
    text-align: center;
}

.carousel-company-text {
    font-size: 1.67vw;
    line-height: 4.68vw;
    color: #3B3B3B;
    font-weight: 700;
}

.block-content-desc {
    text-align:justify;
}

.block-content-sub {
    text-align: left;
    text-decoration-thickness: 3px;
    border-bottom: 3px solid #E36F1C;
    display: inline-block;
    padding-bottom: 8px;
}

.block-content-sub.show-pc {
    display: inline-block !important;
}

.concept-block-text{
    font-size: 0.94vw;
}

table {
      border-collapse: collapse;

      width: 100%;
      font-family: sans-serif;
    }

    td {
      padding: 1.3vw;
      vertical-align: top;
    }

    tr:nth-child(odd) {
      background-color: #FFF7E3; 
    }

    tr:nth-child(even) {
      background-color: #ffffff;
    }

    td:first-child {
      font-weight: bold;
    }

    .company-info {
      line-height: 1.82vw;
      margin-top: 2.6vw;
      display: grid;
      grid-template-columns: 100px calc(100% - 100px);
      font-size: 0.94vw;
    }

    .txt-title{
      font-weight: 700;
    }

.concept-block .block-content-text {
    width: 100%;
    padding-left: 0.5vw;
}

.access-map{
    width:100%;
    height:415px;
}

.block-content-text {
    font-size: 0.94vw;
    line-height: 1.86vw;
    letter-spacing: 0.65px;
    padding-left: 0.5vw;
}


/* ---------------------SP------------------------ */
@media only screen and (max-width: 1200px) {
  .block-content{
    gap: 2.5vw;
  }

  .block-content-text{
    width: 50%;
  }

  .block-content-image{
    width: 50%;
  }

  .access-map{
   height:34.5vw;
}

}

@media only screen and (min-width: 600px) and (max-width: 820px){
  .concept-block-text {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .block-content-text {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .company-info {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .block-content {
      gap: 3.5vw;
  }

  td {
    padding: 1.4vw 0.3vw;
  }

  .company-block td:first-child {
    min-width: 9vw;
  }

}


@media only screen and (max-width: 600px) {
  .block-content-sub.show-pc {
      display: none !important;
  }

  .block-content-image {
      width: 81.42vw;
  }


  .about-image {
      width: 81.42vw;
      height: auto;
  }
  
  .message-block .concept-block-text{
    margin-bottom: 30px;
    font-size: 4.07vw;
    line-height: 7.634vw;
    letter-spacing: 1.1px;
  }

  .message-block .block-content {
    flex-direction: column;
  }

  .company-page .section-block {
    width: 81vw;
    margin: auto;
    padding-top: 10.178vw;
  }

  .company-page .section-block .block-container {
    width: 100%;
  }

  .company-page .block-content-text {
    width: 100%;
    padding-top: 0;
    font-size: 4.07vw;
    line-height: 7.634vw;
  }

  .company-page .block-content-desc {
    white-space : normal;
  }
  
  .company-page .block-content-sub {
    margin-bottom: 25px;
    text-align: center;
    white-space: pre-line;
    display: block;
    letter-spacing: 1px;
  }

  .message-block .block-content-desc {
    margin-bottom: 10px;
  }

  .concept-block .block-content-desc {
    margin-bottom: 0;
  }

  .company-page .carousel-item-image {
    height: 50vw;
  }

  .company-page .carousel-company-content {
    width: calc(100vw - 80px);
    padding: 20px 0;
    height: max-content;
  }

  td{
    padding: 2.54vw;
  }

  td:first-child {
    font-weight: normal
  }

  .company-info {
    display: block;
  }

  .access-map{
    height:50.89vw;
}

.company-info {
    line-height: 7.634vw;
    margin-top: 2.6vw;
    font-size: 4.07vw;
    padding-left: 2.54vw;
}
}

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


  .txt-content{
    white-space: pre-line;
  }

  .block-content-title {
    letter-spacing: 0;
  }

}