@charset "UTF-8";
/*16*1.75/2*/
/*=========*/
/* company */
/*=========*/
.company .table th {
  width: 200px;
}
@media (max-width: 767px) {
  .company .table th {
    width: 100%;
  }
}
.company .table td {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .company .table td {
    width: 100%;
  }
}
.company .map-sec .txt {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .company .map-sec .txt {
    margin-bottom: 24px;
  }
}
.company .map-sec .map {
  position: relative;
  height: 400px;
}
@media (max-width: 767px) {
  .company .map-sec .map {
    height: 200px;
  }
}
.company .map-sec .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*=========*/
/* service */
/*=========*/
.service .com-wrap {
  display: flex;
  justify-content: space-between;
}
.service .com-wrap.summary {
  align-items: center;
}
@media (max-width: 1024px) {
  .service .com-wrap.summary {
    flex-direction: column-reverse;
  }
}
.service .com-wrap.summary .img {
  width: 500px;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .service .com-wrap.summary .img {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.service .com-wrap.summary .txt {
  width: calc(100% - 540px);
}
@media (max-width: 1024px) {
  .service .com-wrap.summary .txt {
    width: 100%;
  }
}
.service .com-wrap.summary .txt .ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service .com-wrap.summary .txt .ttl {
    margin-bottom: 16px;
    font-size: 21px;
  }
}
.service .com-wrap.merit .img, .service .com-wrap.flow .img {
  width: 250px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .service .com-wrap.merit .img, .service .com-wrap.flow .img {
    display: none;
  }
}
.service .com-wrap.merit .txt, .service .com-wrap.flow .txt {
  width: calc(100% - 290px);
}
@media (max-width: 767px) {
  .service .com-wrap.merit .txt, .service .com-wrap.flow .txt {
    width: 100%;
  }
}
.service .com-list01 {
  margin-bottom: 0;
  padding: 48px;
  border: 4px solid #003774;
}
@media (max-width: 1024px) {
  .service .com-list01 {
    padding: 24px;
  }
}
.service .com-list01 li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-bottom: 1px dashed #003774;
  font-size: 21px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .service .com-list01 li {
    font-size: 18px;
  }
}
.service .com-list01 li span {
  position: relative;
  color: #EA5514;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service .com-list01 li span {
    font-size: 21px;
  }
}
.service .com-list01 li::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-60%);
  width: 8px;
  height: 8px;
  background: #003774;
}
.service .com-list01 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.service .com-list02 {
  margin-bottom: 0;
  border-top: 1px solid #003774;
}
.service .com-list02 li {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #003774;
  font-size: 24px;
}
@media (max-width: 767px) {
  .service .com-list02 li {
    font-size: 21px;
  }
}
.service .com-list02 li .num {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin-right: 32px;
  padding-bottom: 32px;
  color: #EA5514;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.service .com-list02 li .num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 50px);
  background: #003774;
}
.service .com-list02 li .num span {
  display: block;
  margin-bottom: 5px;
  color: #003774;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.service .com-list02 li p {
  flex: 1;
}
.service.hikari .summary-sec .img02 {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .service.hikari .summary-sec .img02 {
    margin-top: 16px;
  }
}
.service.telephone .img-list {
  margin-bottom: 0;
}
.service.telephone .img-list li {
  margin-bottom: 40px;
}
.service.telephone .img-list li:last-child {
  margin-bottom: 0;
}

/*=========*/
/* privacy */
/*=========*/
.privacy .first-txt {
  margin-top: 128px;
}
.privacy .list-dot {
  margin-top: 1em;
  list-style: none;
}
.privacy .list-dot li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy .list-dot li::before {
  content: "・";
}
.privacy .list-dot li:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=contents.css.map */