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

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {
  /******************************************************/
  /* 看板  */
  /******************************************************/
  #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: 107.47vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.9rem;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 700;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-shadow: 0px 0px 11.44px rgba(11, 80, 135, 0.8);
  }
  /******************************************************/
  /* TOP共通  */
  /******************************************************/
  section.contents {
    padding-right: 40px;
    padding-left: 40px;
  }
  section.contents .image img {
    width: 100%;
    height: auto;
  }
  /******************************************************/
  /* 事業説明  */
  /******************************************************/
  #top_business {
    padding: 40px 40px 45px;
    text-align: center;
  }
  #top_business h2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #top_business .description {
    margin-top: 9px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
  }
  #top_business .businee_list li {
    margin-top: 45px;
  }
  #top_business .businee_list li h3 {
    line-height: 1;
    font-weight: bold;
    font-size: 2rem;
    margin: 25px auto 20px;
  }
  #top_business .businee_list li .txt {
    text-align: left;
    font-weight: 500;
    font-size: 1.5rem;
  }
  /******************************************************/
  /* 会社説明  */
  /******************************************************/
  .full_contents {
    width: 100%;
    height: 275px;
    position: relative;
  }
  .full_contents img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #top_about {
    padding: 75px 0 50px;
  }
  #top_about h2 {
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
  }
  #top_about table {
    width: 79%;
    margin: 0 auto;
  }
  #top_about table tr {
    color: #000000;
    border-bottom: 1px solid #000000;
    display: flex;
    line-height: 1;
    padding: 12px 0;
    box-sizing: border-box;
  }
  #top_about table tr:nth-of-type(1) {
    border-top: 1px solid #000000;
  }
  #top_about table tr th {
    border-right: 2px solid #000000;
    text-align: left;
    width: 36%;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  #top_about table tr td {
    width: 64%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
    padding: 5px 0 5px 15px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
  }
  #top_about table tr.large_area th {
    align-items: start;
  }
  #top_about table tr.large_area td {
    flex-direction: column;
    align-items: flex-start;
  }
  #top_about table tr.large_area td .map a {
    display: flex;
    position: relative;
    background-color: #333333;
    text-align: center;
    color: #ffffff;
    width: 170px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 1.3rem;
    margin-top: 10px;
  }
  #top_about table tr.large_area td .map a .icon {
    margin-right: 7px;
  }
  #top_about table tr.large_area td .map a .icon img {
    width: 11px;
    height: auto;
  }
  #top_about table tr.large_area td .map a .txt {
    line-height: 1;
    font-weight: bold;
    font-size: 1.3rem;
    position: relative;
    padding-bottom: 1px;
  }
}
