@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_breadcrumb__item {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item {
    font-size: clamp(
      0.75rem,
      0.2403846154vw + 0.6346153846rem,
      0.875rem
  );
  }
}

.p_policy__link .link {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_policy__link .link {
    font-size: clamp(
      0.875rem,
      0.1201923077vw + 0.8173076923rem,
      0.9375rem
  );
  }
}

.c_mv .c_ttl01__en {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c_mv .c_ttl01__en {
    font-size: clamp(
      1.75rem,
      2.6442307692vw + 0.4807692308rem,
      3.125rem
  );
  }
}

.p_policy .c_mv03 {
  position: relative;
  background-color: rgba(232, 232, 232, 0.93);
}
@media screen and (min-width: 768px) {
  .p_policy .c_mv03 {
    margin-left: clamp(
      0rem,
      2.8846153846vw + -1.3846153846rem,
      1.5rem
  );
  }
}
.p_policy .c_mv03::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-image: url("./../images/company/img_mv.jpg");
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .c_content {
    display: flex;
  }
}
.c_content .sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_content .sidebar {
    max-width: 12.5%;
    min-width: clamp(
      6.25rem,
      12.0192307692vw + 0.4807692308rem,
      12.5rem
  );
    flex-shrink: 0;
  }
}
.c_content .content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_content .content {
    max-width: 87.5%;
  }
}

.c_mv {
  --mv_height: 250px;
  width: 100%;
  min-height: var(--mv_height);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_mv {
    --mv_height: 359px;
  }
}
.c_mv.c_mv__half {
  width: calc(100% - 24px);
  margin-left: auto;
}
.c_mv__img {
  position: absolute;
  margin: 0;
  top: 0;
  width: 100%;
}
.c_mv__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 232, 232, 0.93);
  z-index: 1;
}
.c_mv__img img {
  width: 100%;
  height: 100%;
  min-height: var(--mv_height);
  object-fit: cover;
}
.c_mv__content {
  width: 100%;
  max-width: 1195px;
  min-height: var(--mv_height);
  position: absolute;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 26px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_mv__content {
    padding-left: clamp(
      1.25rem,
      11.5384615385vw + -6.5384615385rem,
      5rem
  );
  }
}
.c_mv .c_ttl01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_mv .c_ttl01 {
    margin-bottom: -3px;
  }
}
.c_mv .c_ttl01__en {
  color: #000;
  line-height: 1.44;
  letter-spacing: 0.1em;
  font-family: "Hina Mincho", serif;
  display: block;
  padding-bottom: 7px;
}
.c_mv .c_ttl01__jp {
  color: #bb0a34;
  line-height: 1.8666666667;
}

.c_breadcrumb {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.c_breadcrumb__item {
  color: #1f2e5e;
  font-weight: 400;
  position: relative;
}
.c_breadcrumb__item::after {
  content: "—";
  position: relative;
  color: #222222;
  padding: 0 10px 0 4px;
}
.c_breadcrumb__item:last-child::after {
  display: none;
}
.c_breadcrumb__txt {
  color: #222222;
}

.p_policy {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_policy {
    padding-bottom: clamp(
      5rem,
      4.4471153846vw + 2.8653846154rem,
      7.3125rem
  );
  }
}
.p_policy__contentarea__inner {
  max-width: 1020px;
  margin-inline: auto;
}
.p_policy__link {
  transition: 0.5s all;
  margin-top: -3px;
  position: relative;
}
.p_policy__link .icon {
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: calc(50% - clamp(
      0.5rem,
      0.8413461538vw + 0.0961538462rem,
      0.9375rem
  ));
  left: 0;
  translate: 0 -50%;
}
.p_policy__link .link {
  font-weight: 400;
  color: #343434;
  letter-spacing: 0.05em;
  padding: 0 0 0 16px;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.p_policy__link .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #343434;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .p_policy__link .link:hover::after {
    opacity: 0;
  }
}
.p_policy01 {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_policy01 {
    padding-top: 57px;
  }
}
.p_policy01__item + .p_policy01__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_policy01__item.item05 {
    margin-top: clamp(
      1.25rem,
      1.9230769231vw + 0.3269230769rem,
      2.25rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_policy01__item.item05 .list {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p_policy01__item.item06 {
    margin-top: clamp(
      1.25rem,
      1.6826923077vw + 0.4423076923rem,
      2.125rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_policy01__item.item08, .p_policy01__item.item09, .p_policy01__item.item10 {
    margin-top: clamp(
      1.25rem,
      1.9230769231vw + 0.3269230769rem,
      2.25rem
  );
  }
}
.p_policy01__ttl {
  font-family: "Hina Mincho", serif;
  position: relative;
  padding-left: 10px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p_policy01__ttl {
    padding-left: 16px;
  }
}
.p_policy01__ttl::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 7px;
  width: 2px;
  height: 18px;
  background-color: #bb0a34;
}
@media screen and (min-width: 768px) {
  .p_policy01__ttl::after {
    top: 9px;
    height: 24px;
  }
}
.p_policy01__desc .desc {
  line-height: 1.7333333333;
  color: #343434;
}
.p_policy01__desc .list {
  padding: 10px 0 10px 16px;
}
@media screen and (min-width: 768px) {
  .p_policy01__desc .list {
    padding: 7px 20px 14px 32px;
  }
}
.p_policy01__desc .list_item {
  line-height: 1.7333333333;
  color: #343434;
}
.p_policy01__desc .address {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .p_policy01__desc .address {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=policy.css.map */
