@charset "UTF-8";
/* プライバシーポリシー
--------------------------- */
.p-privacy {
  padding: 130px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 80px 0 100px 0;
  }
}
.p-privacy .p-privacy-lead {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-privacy .p-privacy-lead {
    margin-bottom: 80px;
  }
}
.p-privacy p {
  margin-bottom: 45px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-privacy p {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

/* 会社案内
--------------------------- */
.p-company {
  padding: 130px 0 190px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 80px 0 100px;
  }
}
.p-company-sec01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-company-sec01 {
    margin-bottom: 70px;
  }
}

.p-company-sec01-block01 {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-company-sec01-block01 {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
  }
}
.p-company-sec01-block01__img {
  width: 100%;
}
.p-company-sec01-block01__content {
  position: absolute;
  inset: 0 auto 0 50%;
  width: fit-content;
  height: 145px;
  margin: auto;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-company-sec01-block01__content {
    position: relative;
    inset: 0;
    height: auto;
    margin: 30px auto;
    color: #000;
  }
}
.p-company-sec01-block01__title {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-company-sec01-block01__title {
    width: 230px;
    margin: 0 auto 15px;
  }
}
.p-company-sec01-block01__text-area {
  width: 254px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-company-sec01-block01__text-area {
    width: fit-content;
  }
}
.p-company-sec01-block01__text {
  margin-bottom: 10px;
  line-height: 2.5;
}
.p-company-sec01-block01__text strong {
  margin-left: 38px;
  font-size: 26px;
  line-height: 1.54;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company-sec01-block01__text strong {
    font-size: 24px;
  }
}

.p-company-sec01-block02 {
  width: min(768px, 100%);
  margin: auto;
}
.p-company-sec01-block02__title {
  margin-bottom: 34px;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-sec01-block02__title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.p-company-sec01-block02__text {
  margin-bottom: 2.4em;
  line-height: 2.5;
}

.p-company-sec02 {
  padding: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-sec02 {
    padding: 60px 0 0;
  }
}
.p-company-sec02__title {
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-company-sec02__title {
    font-size: 20px;
  }
}

.p-company-sec02-table01 {
  width: 100%;
}
.p-company-sec02-table01 tr {
  display: flex;
  align-self: center;
  border-bottom: 1px solid #000;
}
.p-company-sec02-table01 tr:first-of-type {
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-company-sec02-table01 tr {
    flex-wrap: wrap;
  }
}
.p-company-sec02-table01 th {
  display: flex;
  align-self: center;
  width: 30%;
  padding: 34px 20px 24px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company-sec02-table01 th {
    width: 100%;
    padding: 20px 0px 0px;
  }
}
.p-company-sec02-table01 td {
  display: block;
  width: 70%;
  padding: 34px 0 24px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-company-sec02-table01 td {
    width: 100%;
    padding: 2px 10px 20px;
    line-height: 1.8;
  }
}

.p-company-sec02-list01 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-company-sec02-list01 {
    margin: 2px 0 0 0;
  }
  .p-company-sec02-list01 li {
    margin-bottom: 6px;
    line-height: 1.6;
  }
}

.p-company-sec03 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-sec03 {
    padding: 70px 0 0;
  }
}
.p-company-sec03__title {
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-company-sec03__title {
    font-size: 20px;
  }
}
.p-company-sec03__map iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .p-company-sec03__map iframe {
    height: 350px;
  }
}
