.responsibility_context_txt, .hiro_cert_txt, .lr_title[data-themes=flag] .tag, .lr_cert_region_box_txt {
  font-family: "Noto Sans JP", sans-serif;
}

.lr_heading .en, .lr_arrival_box_info .time {
  font-family: "Spectral", serif;
}

.lr_arrival_box_info .tag {
  font-size: 0.75rem;
}

.lr_cert_region_box_related_detail, .lr_cert_region_box_related_more .c_btn {
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_detail, .lr_cert_region_box_related_more .c_btn {
    font-size: 0.875rem;
  }
}

.lr_cert_region_box_txt {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_txt {
    font-size: 1rem;
  }
}

.hiro_cert_region_lists_item, .lr_heading .jp {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_region_lists_item, .lr_heading .jp {
    font-size: 1.25rem;
  }
}

.responsibility_context_slogan, .hiro_cert_region_position {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .responsibility_context_slogan, .hiro_cert_region_position {
    font-size: 1.5rem;
  }
}

.lr_title[data-themes=block], .lr_title[data-themes=flag], .lr_arrival_box_info .time, .lr_arrival_box_title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=block], .lr_title[data-themes=flag], .lr_arrival_box_info .time, .lr_arrival_box_title {
    font-size: clamp(
        1.5rem,
        calc(1.5rem + 0.0072115385 * (100vw - 768px)),
        1.875rem
    );
  }
}

.lr_title[data-themes=pri] {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=pri] {
    font-size: clamp(
        1.75rem,
        calc(1.75rem + 0.0144230769 * (100vw - 768px)),
        2.5rem
    );
  }
}

.lr_heading .en {
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .lr_heading .en {
    font-size: clamp(
        2.75rem,
        calc(2.75rem + 0.0240384615 * (100vw - 768px)),
        4rem
    );
  }
}

.c_breadcrumb {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .c_breadcrumb {
    margin-top: 24px;
  }
}

.lr_heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.lr_heading .en,
.lr_heading .jp {
  display: block;
  line-height: 1.27;
}
.lr_heading .en {
  font-weight: 500;
}
.lr_heading .jp {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lr_heading .jp {
    line-height: 2.4;
  }
}

.lr_title[data-themes=pri] {
  font-weight: 700;
  line-height: 1.75;
}
.lr_title[data-themes=block] {
  font-weight: 700;
  line-height: 1.6666666667;
}
.lr_title[data-themes=flag] {
  font-weight: 700;
  line-height: 1.6666666667;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] {
    gap: 25px;
  }
}
.lr_title[data-themes=flag] .icon {
  width: 36px;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] .icon {
    width: 74.97px;
  }
}
.lr_title[data-themes=flag] .txt {
  width: calc(100% - 36px - 10px);
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] .txt {
    width: auto;
  }
}
.lr_title[data-themes=flag] .tag {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #93a3b1;
  padding: 2px 6px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] .tag {
    display: inline-block;
    font-size: 0.75rem;
    padding: 2px 8px 3px;
    position: relative;
    top: 2px;
    left: -1px;
  }
}

.lr_cert_region_box > .wow {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box > .wow {
    gap: 40px;
    margin-top: 80px;
  }
}
.lr_cert_region_box_body {
  background-color: #e4e8eb;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_body {
    padding: 46px 60px 70px;
    padding: 46px clamp(20px, (100vw - 1200px) * 1000, 60px) clamp(46px, (100vw - 1200px) * 1000, 70px);
  }
}
.lr_cert_region_box_context {
  display: flex;
  gap: 20px 40px;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_context {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.lr_cert_region_box_txt {
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_txt {
    width: calc(65.3846153846% - 40px);
    width: clamp(65.3846153846% - 40px, (1200px - 100vw) * 1000, 100%);
  }
}
.lr_cert_region_box_photo {
  width: 100%;
  aspect-ratio: 1.5;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_photo {
    width: 360px;
    width: clamp(34.6153846154%, (1200px - 100vw) * 1000, 100%);
    position: relative;
    top: 4px;
  }
}
.lr_cert_region_box_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lr_cert_region_box_more {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more + .lr_cert_region_box_related {
    margin-top: 60px;
  }
}
.lr_cert_region_box_more_btn {
  --btn-bc: #0b3971;
  --btn-c: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.4;
  color: var(--btn-c);
  width: 100%;
  min-height: 50px;
  background-color: var(--btn-bc);
  border: 1px solid #0b3971;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more_btn {
    width: 360px;
    max-width: calc(50% - 10px);
    height: 80px;
    padding-right: 3px;
    font-size: clamp(
        1rem,
        calc(1rem + 0.0048076923 * (100vw - 768px)),
        1.25rem
    );
    transition: 300ms ease;
  }
  .lr_cert_region_box_more_btn:hover {
    --btn-bc: #fff;
    --btn-c: #0b3971;
  }
}
.lr_cert_region_box_more_btn .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more_btn .icon {
    top: 2px;
  }
}
.lr_cert_region_box_more_btn .icon::before, .lr_cert_region_box_more_btn .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--btn-bc);
  border: 1px solid var(--btn-c);
  position: absolute;
  z-index: 0;
}
.lr_cert_region_box_more_btn .icon::before {
  top: 0;
  left: 0;
}
.lr_cert_region_box_more_btn .icon::after {
  content: "";
  top: -3px;
  left: 3px;
  z-index: 1;
}
.lr_cert_region_box_related {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related {
    gap: 40px;
    gap: clamp(20px, (100vw - 1200px) * 1000, 40px);
    align-items: center;
    flex-direction: row;
    margin-top: 64px;
    padding-right: 50px;
    padding-right: clamp(20px, (100vw - 1200px) * 1000, 50px);
  }
}
.lr_cert_region_box_related_photo {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_photo {
    width: 200px;
  }
}
.lr_cert_region_box_related_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lr_cert_region_box_related_context {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_context {
    width: calc(100% - 200px);
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
.lr_cert_region_box_related_detail {
  font-weight: 500;
  line-height: 1.5714285714;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_detail {
    width: calc(100% - 110px);
    width: clamp(100% - 110px - 40px, (1200px - 100vw) * 1000, 100%);
  }
}
.lr_cert_region_box_related_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_title {
    font-size: clamp(
        1.125rem,
        calc(1.125rem + 0.0024038462 * (100vw - 768px)),
        1.25rem
    );
    margin-bottom: 19px;
    margin-bottom: clamp(10px, (100vw - 1200px) * 1000, 19px);
  }
}
.lr_cert_region_box_related_more {
  width: 110px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_more {
    width: 110px;
  }
}
.lr_cert_region_box_related_more .c_btn {
  width: 100%;
  min-height: 40px;
  padding: 0px 10px;
}
.lr_arrival_box {
  display: flex;
  margin-top: 69px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box {
    margin-top: 69px;
  }
}
.lr_arrival_box + .lr_arrival_box {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box + .lr_arrival_box {
    margin-top: 80px;
  }
}
.lr_arrival_box > .wow {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box > .wow {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
.lr_arrival_box_gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_gallery {
    width: 580px;
    width: clamp(50%, (1024px - 100vw) * 1000, 100%);
  }
}
.lr_arrival_box_gallery_photo {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_context {
    width: 520px;
    width: clamp(46.5517241379% - 20px, (1024px - 100vw) * 1000, 100%);
  }
}
.lr_arrival_box_info {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.lr_arrival_box_info .tag {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #93a3b1;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_info .tag {
    padding: 2px 8px 3px;
  }
}
.lr_arrival_box_info .time {
  font-weight: 500;
  line-height: 1.5333333333;
  color: #0b3971;
}
.lr_arrival_box_title {
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 5px;
}
.lr_arrival_box_txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_txt {
    margin-top: 33px;
  }
}
.lr_arrival_box_more {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_more {
    margin-top: 36px;
  }
}
.lr_arrival_box_more .c_btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_more .c_btn {
    margin-left: 0;
  }
}

.p_hirocert_mv {
  position: relative;
}
.p_hirocert_mv_img {
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .p_hirocert_mv_img {
    width: 100%;
    height: auto;
  }
}
.p_hirocert_mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_hirocert_mv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (min-width: 768px) {
  .p_hirocert_mv_logo {
    width: 27.5vw;
    max-width: 440px;
  }
}

.hiro_cert {
  border-top: 1px solid #93a3b1;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .hiro_cert {
    margin-top: 131px;
    padding-top: 134px;
    padding-bottom: 180px;
  }
}
.hiro_cert_grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hiro_cert_context {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_context {
    width: 520px;
    max-width: calc(50% - 20px);
  }
}
.hiro_cert_photo {
  width: 100%;
  border: 1px solid #7d7d7d;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_photo {
    width: 560px;
    width: 48.275862069%;
    position: relative;
    top: 9px;
  }
}
.hiro_cert_txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_txt {
    margin-top: 31px;
  }
}
.hiro_cert_txt + .hiro_cert_txt {
  margin-top: 12px;
}
.hiro_cert_region {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_region {
    margin-top: 89px;
  }
}
.hiro_cert_region + .hiro_cert_region {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_region + .hiro_cert_region {
    margin-top: 41px;
  }
}
.hiro_cert_region_position {
  font-weight: 700;
  line-height: 1.5;
  color: #0b3971;
}
.hiro_cert_region_lists {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_region_lists {
    gap: 24px 40px;
    margin-top: 22px;
  }
}
.hiro_cert_region_lists_item {
  --item-c: #2b343b;
  --item-bc: #e4e8eb;
  font-weight: 700;
  line-height: 1.5;
  color: var(--item-c);
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: var(--item-bc);
  border: 1px solid #e4e8eb;
  position: relative;
  padding: 10px 50px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_region_lists_item {
    width: calc(50% - 20px);
    height: 80px;
    padding: 10px 50px 10px 29px;
    transition: 300ms ease;
  }
  .hiro_cert_region_lists_item:hover {
    --item-c: #e4e8eb;
    --item-bc: #2b343b;
  }
}
.hiro_cert_region_lists_item::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-right: 1px solid var(--item-c);
  border-bottom: 1px solid var(--item-c);
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  rotate: 45deg;
  translate: 0 -50%;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .hiro_cert_region_lists_item::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
    right: 31px;
  }
}

@media only screen and (min-width: 768px) {
  .responsibility {
    margin-top: -17px;
  }
}
.responsibility_grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .responsibility_grid {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .responsibility_context {
    width: 520px;
    max-width: calc(50% - 20px);
  }
}
.responsibility_context_txt {
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .responsibility_context_txt + .responsibility_context_txt {
    margin-top: 12px;
  }
}
.responsibility_context_slogan {
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .responsibility_context_slogan {
    margin-top: 30px;
  }
}
.responsibility_brands {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .responsibility_brands {
    width: 560px;
    width: 48.275862069%;
    padding-top: 3px;
  }
}
.responsibility_brands_photo {
  width: 33.33%;
}
@media only screen and (min-width: 768px) {
  .responsibility_brands_photo {
    width: 25%;
    width: clamp(25%, (1200px - 100vw) * 1000, 33.33%);
  }
}

/*# sourceMappingURL=hirocert.css.map */
