html{
    scroll-behavior: smooth ;
}

body{
    font-size: 14px;
    line-height: 1.8em;
    font-family: "Noto Sans JP", sans-serif;
}

@media print,screen and (max-width:576px) {
  
    body{
      font-size: 13px;
      line-height: 1.6;
    }
}

.sp_view{
  display: none;
}

.pc_view{
  display: block;
}

/* header */
/* ----------------------------------- */

.header_block{
    position: relative;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    background-color: #bef4f5;
}


.header_company-name{
    width: auto;
    height: auto;
    font-size: 28px;
    font-weight: 600;
}

  .header_nav ul{
    display: flex;
    gap: 40px;
}
  

.header_nav ul li img{
    width: 14px;
    height: 6px;
}


.header_nav ul li a {
  display: flex;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.06em;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
  
.header_nav ul li a:hover{
    color: #72C4C5;
} 


/* メディアクエリ */

@media print,screen and (max-width:768px) {
    .header_company-name{
      font-size: 22px;
    }
    .header_nav ul li a {
      font-size: 16px;
    }
}


@media print,screen and (max-width:576px) {

  .pc_view{
    display: none;
  }
  .sp_view{
    display: block;
  }

  .header_block{
      width: 100%;
      height: 130px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 30px 0px;
      box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
  }
  .header_company-name{
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: 600;
  }
    .header_nav ul li a {
    font-size: 20px;
  }
}


/* float_btn */
/* ----------------------------------- */

.float_btn{
  position: fixed;
  width: 126px;
  height: auto;
  z-index: 10;
  bottom: 30px;
  right: 40px;
  opacity: 0.5;
}

.float_btn:hover{
  opacity: 1;
}

@media print,screen and (max-width:576px) {
  
  .float_btn{

    height: auto;
    bottom: 20px;
    right: 30px;
  }
}




/* mv */
/* ----------------------------------- */




.mv_block_pc{
  width: 100%;
  height: 690px;
  background: url(../images/KV_Image.png) no-repeat center center / cover;
}

.mv_block_sp{
  display: none;
}

.mv_block_pc img {
  position: relative;
  top: 178px;
  left: 58px;
}


@media print,screen and (max-width:576px) {
  .mv_block_sp{
    display: block;
    height:70vh;
    width: 100%;
  }
  .mv_block_sp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
  }

  .mv_block_pc{
  display: none;
  }
}





/* business-contents */
/* ----------------------------------- */

.business-contents_block_pc{
  display: flex;
  width: 100%;
  height: auto;
  background-color: #FAFAFA;
  flex-direction: column;
  align-items: center;
}

.business-contents_block_sp{
  display: none;
}


.business-contents_block_pc h2{
    margin-top: 100px;
}

.PC_company-contents_list_pc{
  position: relative;
  left: 4px;
  width: calc(100% - 20%);
  max-width: 900px;
  margin-bottom: 80px;
}


/* メディアクエリ */

@media print,screen and (max-width:576px) {


  .business-contents_block_pc{
    display: none;
  }

  div#business-contents {
      display: flex;
      justify-content: center;
  }

  .business-contents_block_sp{
    display: block;
    position: relative;
    width: 95%;
    height: 95%;
  }

  .business-contents_block_sp h2{
      position: absolute;
      top: 20px;
      left: calc(50% - 80px)
  }
  .shadow{
    width: 85%;
  }

  
  .PC_company-contents_list_sp{
    width: 100%;
    margin-top: 160px;
    margin-bottom: 30px;
    position: relative;
    left: 1%;
  }
  
}



/* company-profile_block */
/* ----------------------------------- */

.company-profile_block{
  display: flex;
  width: 100%;
  height: auto;
  background-color: #DCEAEA;
  flex-direction: column;
  align-items: center;
}

.h2_title{
  position: relative;
  font-size: 46px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 70px;
}

.h2_title::after {
  content: '';
  width: 100%;
  height: 6px;
  display: block;
  background-color: #72C4C5;
  position: absolute;
  bottom: -30px;
}


.company-profile_table{
  position: relative;
  width: 94%;
  margin-bottom: 60px;
  border-collapse: separate;
  border-spacing: 0px 16px;
}

.company-profile_table tr{
  background: #ffffff;
  border-radius: solid 5px;
  position: relative;
}

.company-profile_table th{
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 10px 0px 10px 20px;
  border-radius: 5px 0px 0px 5px;
  letter-spacing: 0.05em;
}


.company-profile_table td{
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 10px 12px 10px 28px;
  border-radius: 0px 5px 5px 0px;
  letter-spacing: 0.05em;
}


/* pc_company-contents_table */

.pc_company-contents_table{
  width: 94%;
  margin-bottom: 110px;
  border-collapse: collapse;
  border-spacing: 0px 16px;
}

.sp_company-contents_table{
  display: none;
}

.pc_company-contents_table tr{
  position: relative;
}

.pc_company-contents_table th{
  color: #000;
  vertical-align: middle;
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-align: left;
  padding: 14px 0px 14px 20px;
  letter-spacing: 0.05em;
  border-bottom: 2px dashed #fff;
}

.pc_company-contents_table td{
  color: #000;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  padding: 10px 0px 10px 28px;
  letter-spacing: 0.05em;
  border-bottom: 2px dashed #fff;
}

/* スペース調整 */

.n_01{
  letter-spacing: 0.15em !important;;
}

.n_10{
  letter-spacing: 0.18em !important;;
}
.n_11{
  letter-spacing: 0.30em !important;;
}
.n_12{
  letter-spacing: 0.24em !important;;
}



/* メディアクエリ */

@media print,screen and (max-width:576px) {
  .h2_title::after {
    content: '';
    width: 100%;
    bottom: -6px;
  }
  .h2_title{
    position: relative;
    font-size: 36px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .company-profile_table{
    position: relative;
    width: 94%;
    margin-bottom: 30px;
    border-collapse: separate;
    border-spacing: 0px 16px;
  }
  
  .company-profile_table tr{
    background: #ffffff;
    border-radius: solid 5px;
    position: relative;
  }
  
  .company-profile_table th{
    color: #000;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 20px 0px 20px 20px;
    border-radius: 5px 0px 0px 5px;
    letter-spacing: 0.05em;
    width: 30%;
  }
  
  .company-profile_table td{
    color: #000;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 20px 12px 20px 50px;
    border-radius: 0px 5px 5px 0px;
    letter-spacing: 0.05em;
    margin-left: 30px;
  }
  
  
  /* sp_company-contents_table */
  .sp_company-contents_table{
    display: block;
    width: 94%;
    margin-bottom: 70px;
    border-collapse: collapse;
    border-spacing: 0px 16px;
  }
  .pc_company-contents_table{
    display: none;
  }
  
  .sp_company-contents_table tr{
    position: relative;
  }
  
  .sp_company-contents_table th{
    color: #000;
    vertical-align: middle;
    font-family: "Outfit", sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-align: left;
    padding: 10px 0px;
    letter-spacing: 0.05em;
    border-bottom: 2px dashed #fff;
  }
  
  .sp_company-contents_table td{
    width: 100%;
    color: #000;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 10px 12px 10px 22px;
    letter-spacing: 0.05em;
    border-bottom: 2px dashed #fff;
  }
  
  /* スペース調整 */
  
  .n_01{
    letter-spacing: 0.15em !important;;
  }
  
  .n_10{
    letter-spacing: 0.18em !important;;
  }
  .n_11{
    letter-spacing: 0.30em !important;;
  }
  .n_12{
    letter-spacing: 0.24em !important;;
  }
  
}



/* footer*/
/* ----------------------------------- */

.footer_block{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #222;
  border-radius: 30px 30px 0 0;
}


.footer_block span{
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
}

.phone-number{
  font-family: "Outfit", sans-serif;
  font-size: 40px !important;
  font-weight: 700;
  letter-spacing: 0.14em !important;
  margin-left: 34px;
}

.contact_container{
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 26px;
}

.footer_block small{
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  padding-bottom: 26px;
}


/* メディアクエリ */

@media print,screen and (max-width:576px) {
  .footer_block{
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #222;
    border-radius: 30px 30px 0 0;
  }
  .footer_block span{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff;
  }
  
  .phone-number{
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 40px ;
    font-weight: 700;
    letter-spacing: 0.12em !important;
    margin-top: -10px;
    margin-left: 0px;

  }
  
  .contact_container{
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 50px;
  }
  
  .footer_block small{
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    padding-bottom: 70px;
  }
}