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

.p_ttl {
  background-color: rgba(17, 17, 17, 0.2);
  background-image: url("../images/company/main_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.p_ttl::before {
  background-color: rgba(17, 17, 17, .2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: '';
}
.p_ttl span {
  text-align: left;
  z-index: 11;
}
@media (min-width: 768px) {
  .p_ttl {
    background-image: url("../images/company/main_pc.jpg");
  }
}

.link_list {
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.link_list li {
  width: calc(50% - 3px);
  height: 65px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  position: relative;
}
@media (min-width: 576px) {
  .link_list {
    margin: 0 auto 140px;
  }
  .link_list li {
    width: calc(33% - 3px);
  }
}
@media (min-width: 768px) {
  .link_list {
    width: min(80%, 1194px)!important;
  }
}
@media (min-width: 1081px) {
  .link_list li {
    width: calc(19.7% - 3px);
  }
}
@media (min-width: 1200px) {
  .link_list li {
    width: calc(19.8% - 3px);
  }
}
.link_list li::after {
  content: '';
  width: 0;
  height: 0;
  right: 4px;
  bottom: 4px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: transparent var(--main) transparent transparent;
  display: block;
  position: absolute;
}
.link_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--text);
}
.link_list a:hover {
  color: var(--main);
  opacity: 1;
}

@media (min-width: 1081px) {
  main .container {
    max-width: 1194px;
  }
}
#sec01 {
  margin-bottom: 100px;
}
.ttl_04 {
  width: 100%;
}
.txt01 {
  line-height: 2;
}
.br {
  display: block;
  width: 100%;
  height: 15px;
}
.name {
  padding: 30px 0 50px;
}
.name span {
  padding-right: 15px;
}
.name img {
  vertical-align: bottom;
}
.img01 {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1081px) {
  main .d-flex {
    padding: 0 5.3%!important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .left {
    width: 50%;
  }
  .right {
    width: 45%;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1280px) {
 main  .d-flex {
    padding: 0!important;
  }
}

#sec02 {
  height: clamp(42.3rem, -100rem + 150vw, 68.7rem);
  margin-bottom: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/company/bg_01.jpg") repeat center / contain;
}
.img_txt01 {
  padding: 80px 5.3%;
  width: 100%;
  height: 100%;
}
.img_txt01 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

#sec03,
#sec04,
#sec05 {
  margin-bottom: 130px;
  max-width: 991px;
}
.tbl01 {
  width: 100%;
}
.tbl01 th,
.tbl01 td {
  width: 100%;
  display: block;
}

.tbl01 th {
  border: solid 1px #ccc;
  padding: 16px 0 16px 16px;
  text-align: left;
  font-weight: 700;
}
.tbl01 td {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .tbl01 tr {
    border-top: solid 1px #ccc;
  }
  .tbl01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .tbl01 th,
  .tbl01 td {
    display: table-cell;
  }
  .tbl01 th {
    width: 22%;
    padding-left: 25px;
    border: none;
  }
  .tbl01 td {
    width: 78%;
    padding: 30px 0 30px 25px;
    border-left: solid 1px #ccc;
  }
}
@media (min-width: 1081px) {
  .img_txt01 {
    padding: 95px 5.3%;
  }
}

.map {
  padding-top: 600px;
  margin-bottom: 25px;
}
.map2 {
  width: 100%;
  display: block;
}
.txt02,
.txt03,
.txt04 {
  padding-bottom: 30px;
}
.txt02 {
  line-height: 1.4;
}
.ttl01 {
  font-size: 1.6rem!important;
  padding: 0 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
}
.d-flexX2 {
  justify-content: space-between;
}
@media (min-width: 640px) {
  .d-flexX2 .left {
    width: 55%;
  }
  .map2 {
    width: 40%;
    max-width: 480px;
    display: table-cell;
    vertical-align: middle;
  }
  .txt04 {
    padding-right: 20px;
  }
}
@media (min-width: 860px) {
  #sec03.container,
  #sec04.container,
  #sec05.container {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}
@media (min-width: 1081px) {
  #sec03.container,
  #sec04.container,
  #sec05.container {
    padding-left: 0;
    padding-right: 0;
  }
  .txt04 {
    padding-right: 2%;
  }
  .d-flexX2 .left,
  .map2 {
    width: 50%;
  }
}












