@charset "UTF-8";
.safety {
  font-family: "Noto Sans JP";
  position: relative;
}

.safety p {
  padding-bottom: 0;
}

.safety a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.safety_header_webview {
  margin-top: -55px;
}

.safety_body {
  min-height: 100vh;
  height: 100dvh;
  padding-top: 55px;
  overflow-x: hidden;
}

.safety_main {
  padding: 36px 16px 40px;
}

.safety_main_description {
  margin-bottom: 36px;
}

.safety_main_description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #0C0C0C;
}

.safety_main_description_small {
  margin-bottom: 32px;
}

.safety_main_description_small p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #0C0C0C;
}

.safety_main_content {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.safety_main_content_title p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  color: #0C0C0C;
}

.safety_main_content_description_list {
  margin-top: 24px;
}

.safety_main_content_description_list_sub {
  margin-top: 16px;
}

.safety_main_content_description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #0C0C0C;
}

.safety_main_content_description a {
  color: #3B98F5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

.safety_main_content_description ul {
  padding-left: 24px;
}

.safety_main_content_description ul li {
  list-style: disc;
  margin-top: 12px;
}

.safety_main_content_description_title p {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #0C0C0C;
  letter-spacing: 0.64px;
}

.safety_main_content_description_note {
  margin-top: 24px;
}

.safety_main_content_description_note p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #0C0C0C;
}

#safety_meeting_before,
#safety_meeting_direct,
#safety_meeting_after,
#safety_monitoring_system,
#safety_privacy_protection {
  position: relative;
  margin-top: -55px;
  padding-top: 55px;
}

.safety_top {
  background-color: #F7F7F7;
}

.safety_top_header {
  height: 147px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #19BEBE;
  position: relative;
  padding: 35px 32px;
  background-image: url("/img/safety/safety_icon_mini.webp"), url("/img/safety/safety_icon.webp");
  /* メインアイコンの背景画像 */
  background-position: 29px -webkit-calc(100% - 23px), -webkit-calc(100% + 103px) -4px;
  background-position: 29px -moz-calc(100% - 23px), -moz-calc(100% + 103px) -4px;
  background-position: 29px calc(100% - 23px), calc(100% + 103px) -4px;
  -moz-background-size: 14px 14px, 290px 290px;
    -o-background-size: 14px 14px, 290px 290px;
       background-size: 14px 14px, 290px 290px;
  background-repeat: no-repeat;
  padding: 35px 32px;
}

.safety_top_header_title {
  color: #FFF;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1.3px;
  margin-bottom: 12px;
}

.safety_top_header_description {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.safety_top_toc_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.54px;
}

.safety_top_toc_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #FFF;
  padding: 24px 8px 24px 16px;
  margin-top: 20px;
}

.safety_top_toc_section {
  margin-top: 40px;
  margin-bottom: 44px;
}

/* トップページ */
.safety_helpline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.safety_helpline_box {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  opacity: 0.9;
  background: #F7F7F7;
  padding: 29px 16px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.safety_helpline_box_sub_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.safety_helpline_box_sub_title img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.safety_helpline_box_sub_title p {
  color: #19BEBE;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.safety_helpline_box_title p {
  color: #0C0C0C;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.54px;
}

.safety_helpline_box_description p {
  color: #0C0C0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.safety_helpline_box_button {
  margin-top: 8px;
}

.safety_helpline_box_button a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: #19BEBE;
  gap: 2px;
}

.safety_helpline_box_button_text {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #FFF;
  text-align: center;
}

.safety_helpline_box_button img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 2px;
}

.safety_helpline_box_line {
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  margin: 12px 0 8px;
}

/* 相談・通報するページ */
.safety_footer {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #19BEBE;
  height: 231px;
  width: 100%;
  padding: 24px 16px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("/img/safety/operator.webp");
  -moz-background-size: 111px 103px;
    -o-background-size: 111px 103px;
       background-size: 111px 103px;
  background-position: -webkit-calc(100% - 14px) 128px;
  background-position: -moz-calc(100% - 14px) 128px;
  background-position: calc(100% - 14px) 128px;
  background-repeat: no-repeat;
}

.safety_footer_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.54px;
  color: #FFF;
}

.safety_footer_description {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #FFF;
}

.safety_footer_button {
  margin-top: 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
}

.safety_footer_button a {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #19BEBE;
  cursor: pointer;
}

/* フッター */
.safety_top_toc_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.safety_top_toc_item_icon img {
  display: block;
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.safety_top_toc_item_desc p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: left;
}

.safety_top_toc_item_desc span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #7F7F7F;
  margin-top: 4px;
}

.safety_top_toc_item_arrow_right {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.safety_top_toc_item_arrow_right img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 目次アイテム */
.safety_front_area {
  height: 166px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #19BEBE;
  padding: 18px 16px;
}

.safety_front_area_box {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: rgba(0, 147, 142, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 20px;
}

.safety_front_area_box_sub_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.safety_front_area_box_sub_title img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.safety_front_area_box_sub_title p {
  color: #C6F3F5;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.safety_front_area_box_title {
  margin-top: 4px;
}

.safety_front_area_box_title p {
  color: #FFF;
  font-size: 26px;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 1.3px;
}

.safety_front_area_box_title_small {
  margin-top: 4px;
}

.safety_front_area_box_title_small p {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 0.72px;
}

.safety_front_area_box_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-calc(100% - 86px);
  width: -moz-calc(100% - 86px);
  width: calc(100% - 86px);
}

.safety_front_area_box_right {
  width: 86px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.safety_front_area_box_icon {
  width: 100%;
  height: 100%;
  position: relative;
}

.safety_front_area_box_icon img {
  width: 118px;
  height: 166px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -34px;
}

.safety_front_area_box_icon_large {
  width: 100%;
  height: 100%;
  position: relative;
}

.safety_front_area_box_icon_large img {
  width: 140px;
  height: 166px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -34px;
  right: 24px;
}

.safety_front_area_box_icon_middle {
  width: 100%;
  height: 100%;
  position: relative;
}

.safety_front_area_box_icon_middle img {
  width: 120px;
  height: 131px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 1px;
  right: 21px;
}

/* フロントエリア */
.safety_inner_link {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.safety_inner_link .safety_inner_link_item {
  padding: 14px 12px 14px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: rgba(25, 190, 190, 0.08);
}

.safety_inner_link .safety_inner_link_item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  color: #000;
}

.safety_inner_link .safety_inner_link_item_arrow_down {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.safety_inner_link .safety_inner_link_item_arrow_down img {
  width: 12.141px;
  height: 7.57px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 内部リンク */
.safety_outer_link {
  margin-bottom: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.safety_outer_link .safety_outer_link_item {
  padding: 16px 12px 16px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #F7F7F7;
}

.safety_outer_link .safety_outer_link_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #0C0C0C;
}

.safety_outer_link .safety_outer_link_item_arrow_right {
  width: 14px;
  height: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  margin-left: 18px;
}

.safety_outer_link .safety_outer_link_item_arrow_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 外部リンク */
.safety_top_float {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
  z-index: 99;
}

.safety_top_float_button {
  position: fixed;
  bottom: 12px;
  right: 8px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

@media (min-width: 540px) {
  .safety_top_float_button {
    right: -webkit-calc((100vw - 540px) / 2 + 8px);
    right: -moz-calc((100vw - 540px) / 2 + 8px);
    right: calc((100vw - 540px) / 2 + 8px);
  }
}

.safety_top_float_button img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.safety_top_float_button.show {
  pointer-events: auto;
  opacity: 1;
}

/* ページトップへ戻るボタン */

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