@charset "UTF-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {
  /******************************************************/
  /* 看板  */
  /******************************************************/
  #page_title {
    position: relative;
  }
  #page_title .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0;
  }
  #page_title .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #page_title #main_copy {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 3.8rem;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 800;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    text-shadow: 0px 0px 11.44px rgba(11, 80, 135, 0.8);
  }
  /******************************************************/
  /* 事業説明  */
  /******************************************************/
  #top_business {
    padding: 110px 0 100px;
  }
  #top_business .description {
    margin-top: 12px;
    font-size: 1.7rem;
    font-weight: 500;
  }
  #top_business ul {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    width: 1000px;
  }
  #top_business ul li {
    width: 300px;
  }
  #top_business ul li h3 {
    margin-top: 20px;
  }
  #top_business ul li .txt {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
  }
  /******************************************************/
  /* 会社説明  */
  /******************************************************/
  #top_about {
    padding: 110px 0 100px;
  }
  #top_about table {
    margin: 40px auto 0;
    width: 800px;
    border-top: 1px solid #000000;
  }
  #top_about table th {
    font-size: 1.8rem;
    border: none;
    position: relative;
    padding: 12px 20px;
    border-bottom: 1px solid #000000;
    width: 200px;
    box-sizing: border-box;
    text-align: left;
    font-weight: bold;
  }
  #top_about table td {
    border: none;
    position: relative;
    padding: 12px 20px;
    border-bottom: 1px solid #000000;
    text-align: left;
    font-weight: 500;
  }
  #top_about table td .address_data {
    display: flex;
    align-items: center;
  }
  #top_about table td .address_data .map {
    margin-left: 13px;
  }
  #top_about table td .address_data .map a {
    display: flex;
    align-items: center;
    background: #333333;
    color: #ffffff;
    border-radius: 2em;
    padding: 8px 26px;
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
  }
  #top_about table td .address_data .map a .icon {
    margin-right: 4px;
  }
  #top_about table td .address_data .map a .icon img {
    width: 11px;
    height: auto;
  }
  #top_about table td .address_data .map a .txt {
    padding-top: 1px;
  }
  #top_about table tr > th:nth-last-child(n + 2)::before,
  #top_about table tr > td:nth-last-child(n + 2)::before {
    content: "";
    display: block;
    background: #000000;
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -1px;
    z-index: 1;
  }
}
