@charset "UTF-8";
/*-----------------------------------
  共通
-----------------------------------*/
.p-company .overview h2,
.p-company .access h2{
  padding: 24px 0;
  text-align: center;
  color: #040C1C;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.p-company .overview h2 span,
.p-company .access h2 span{
  font-size: 26px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 1280px) {
  .p-company .overview h2{
    padding: 66px 0;
  }
  .p-company .access h2{
    padding: 66px 0 30px;
  }
  .p-company .overview h2 span,
  .p-company .access h2 span{
    font-size: 40px;
  }
}

/*-----------------------------------
  MV
-----------------------------------*/
.c-pageTittle{
  background-image: url(/company/assets/img/bg_company_sp.png);
}
@media print, screen and (min-width: 768px) {
  .c-pageTittle{
    background-image: url(/company/assets/img/bg_company_pc.png);
  }
}
@media print, screen and (min-width: 960px) {
  .c-pageTittle{
    height: 330px;
    background-image: url(/company/assets/img/bg_company_pc.png);
  }
}

/*-----------------------------------
  会社概要-overview
-----------------------------------*/
.p-company .overview h2{
  border-bottom: 1px #DEDEDE solid;
}

/*---  表 ---*/
.p-company .overview .company_table tr{
  padding: 16px 0 ;
  display: block;
  border-bottom: 1px #DEDEDE solid;
}
.p-company .overview .company_table tr th{
  display: block;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: left;
  padding-left: 8px;
  margin-bottom: 5px;
}
.p-company .overview .company_table tr td{
  display: block;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
/*---  表の所在地 ---*/
.p-company .overview .company_table tr.cell_place td .td_item .td_title{
  display: block;
  font-weight: 700;
}
.p-company .overview .company_table tr.cell_place td .td_item:nth-of-type(2){
  margin-top: 5px;
  display: block;
}
/*---  表の役員 ---*/
.p-company .overview .company_table tr.cell_officer td span{
  padding-right: 25px;
  letter-spacing: 1.8px;
}
.p-company .overview .company_table tr.cell_officer td span:nth-of-type(4){
  letter-spacing: 19px;
  padding-right: 7px;
}
@media print, screen and (min-width: 768px) {
  /*---  表 ---*/
  .p-company .overview .company_table{
    width: 100%;
  }
  .p-company .overview .company_table tr{
    display: flex;
  }
  .p-company .overview .company_table tr th {
    margin-bottom:0;
    width: 200px;
  }
}
@media print, screen and (min-width: 1280px) {
  .p-company .overview .company_table tr {
    padding: 34px 0;
  }
  .p-company .overview .company_table tr th {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 52px;
    width: 210px;
  }
  .p-company .overview .company_table tr td {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-company .overview .company_table tr.cell_place td .td_item .td_title {
    display: inline;
    font-weight: 400;
  }
  .p-company .overview .company_table tr.cell_place td .td_item:first-child .td_title {
    letter-spacing: 30px;
  }
  .p-company .overview .company_table tr.cell_place td .td_item:nth-of-type(2) .td_title {
    padding-right: 28px;
  }
  .p-company .overview .company_table tr.cell_officer td span:nth-of-type(4){
    padding-right: 9px;
  }
}

/*-----------------------------------
  アクセス-access
-----------------------------------*/
.p-company .access{
  padding-bottom: 50px;
}
.p-company .access iframe{
  width: 100%;
  height: 195px;
  border-radius: 20px;
}
.p-company .access .access-info{
  max-width: 100%;
  border-radius: 20px;
}
.p-company .access .access-info ul{
  margin-bottom: 14px;
}
.p-company .access .access-info ul li{
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.p-company .access .access-info ul li h3{
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.p-company .access .access-info .map-link{
  border-radius: 10px;
  display: block;
  border: 1px #0093FF solid;
  color:#0093FF;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
  margin-top: 28px;

  background-image: url(/company/assets/img/icon_pin-map.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto 21px;
}
@media print, screen and (min-width: 768px) {
  .p-company .access .access-info ul{
    margin-bottom: 0;
  }
  .p-company .access iframe{
    height: 404px;
  }
  .p-company .access .access-info{
    display: flex;
    gap:25px;
    margin-top: 16px;
  }
}
.p-company .access .access-info .map-link {
  line-height: 66px;
  margin-top: 0;
  flex: 1;
}
@media print, screen and (min-width: 1280px) {
  .p-company .access .access-info {
     gap: 86px;
     margin-top: 22px;
  }
  .p-company .access .access-info ul li h3,
  .p-company .access .access-info ul li p {
    font-size: 18px;
  }
  .p-company .access .access-info ul li {
    gap: 30px;
    margin-top: 12px;
  }
  .p-company .access {
    padding-bottom: 125px;
  }
}



