@charset "UTF-8";
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body,
div,
span,
form,
label,
p,
dl,
dt,
dd,
ol,
ul,
li,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
}

a:hover {
  color: #fabe00;
}

ul,
ol,
li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #231815;
  font-weight: 400;
}

strong {
  font-style: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

.__standardWidth {
  max-width: calc(900px + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}

.__standardWidth_NoGap {
  max-width: 900px;
  margin-inline: auto;
}

.__weight300 {
  font-weight: 300;
}

.__weight400 {
  font-weight: 400;
}

.__weight500 {
  font-weight: 500;
}

.__weight600 {
  font-weight: 600;
}

.__weight700 {
  font-weight: 700;
}

.__weight800 {
  font-weight: 800;
}

.__weight900 {
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px; /* ヘッダーの高さが100pxの場合 */
}

.safetyTrngArea {
  width: 100%;
}

a .safetyTrng_mainTitle {
  color: #231815;
}

a:hover .safetyTrng_mainTitle {
  color: #231815;
  text-decoration: none;
}

.safetyTrng_mainTitle {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #f4b4d0;
  background-image: -webkit-linear-gradient(#f4b4d0 300px, #ffffff 300px);
  background-image: linear-gradient(#f4b4d0 300px, #ffffff 300px);
}
@media (max-width: 860px) {
  .safetyTrng_mainTitle {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
    background-color: #FFFFFF;
    background-image: none;
  }
}
.safetyTrng_mainTitle p {
  position: absolute;
  bottom: 0;
  left: calc(50% - 450px);
  width: 480px;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 860px) {
  .safetyTrng_mainTitle p {
    position: static;
    width: 100%;
    width: 100%;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.safetyTrngContent {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
  max-width: calc(900px + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}
@media (max-width: 860px) {
  .safetyTrngContent {
    width: 100%;
  }
}
.safetyTrngContent a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.safetyTrngContent dl {
  display: block;
  max-width: 273px;
  border: 1px solid #231815;
}
@media (max-width: 860px) {
  .safetyTrngContent dl {
    width: 100%;
    max-width: none;
  }
}
.safetyTrngContent dl dt {
  display: grid;
  place-items: center;
  height: 55px;
  font-size: 1.4375rem;
  letter-spacing: 4px;
  border-right: 10px solid #f4b4d0;
  border-bottom: 1px solid #231815;
  border-left: 10px solid #f4b4d0;
  font-weight: 500;
}
@media (max-width: 860px) {
  .safetyTrngContent dl dd img {
    width: 100%;
  }
}

.categoryBox {
  -webkit-margin-before: 63px;
          margin-block-start: 63px;
  max-width: calc(900px + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}
@media (max-width: 860px) {
  .categoryBox {
    width: 100%;
  }
}

.categoryTitle {
  display: grid;
  grid-template-areas: "main category";
  grid-template-columns: 33.3333% 1fr;
  width: 100%;
  height: 60px;
}
@media (max-width: 860px) {
  .categoryTitle {
    grid-template-areas: "main" "category";
    grid-template-columns: 1fr;
    height: auto;
  }
}
.categoryTitle .topCategory {
  display: grid;
  grid-area: main;
  place-items: center;
  font-size: 1rem;
  background-color: #f4b4d0;
  font-weight: 700;
}
@media (max-width: 860px) {
  .categoryTitle .topCategory {
    height: 50px;
  }
}
.categoryTitle .topCategory:hover {
  color: #231815;
  text-decoration: none;
}
.categoryTitle .categoryName {
  display: grid;
  grid-area: category;
  place-items: center;
  font-size: 1.5625rem;
  background-color: #f2f2f3;
  border-right: 10px solid #f4b4d0;
  font-weight: 700;
}
@media (max-width: 860px) {
  .categoryTitle .categoryName {
    height: 50px;
    border-right: none;
  }
}

.movieContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 48px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-margin-after: 150px;
          margin-block-end: 150px;
}
@media (max-width: 860px) {
  .movieContainer {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.movieContainer .movieBtnCard {
  display: grid;
  grid-template-areas: "img title";
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
}
@media (max-width: 860px) {
  .movieContainer .movieBtnCard {
    grid-template-areas: "img" "title";
    grid-template-columns: 1fr;
  }
  .movieContainer .movieBtnCard img {
    width: 100%;
  }
}
.movieContainer .movieBtnCard dt {
  grid-area: title;
  align-self: end;
  justify-self: start;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 860px) {
  .movieContainer .movieBtnCard dt {
    align-self: start;
    justify-self: start;
  }
}
.movieContainer .movieBtnCard dd {
  grid-area: img;
}
.movieContainer .movieBtnCard:hover {
  opacity: 0.7;
}

.movieContainer.accidentCases {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.shockBox {
  -webkit-margin-after: 150px;
          margin-block-end: 150px;
  cursor: pointer;
}

.safetyTraMenu {
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
.safetyTraMenu ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  row-gap: 38px;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
}
.safetyTraMenu ul li {
  display: block;
  border: 1px solid #231815;
}
.safetyTraMenu ul a {
  display: grid;
  place-items: center;
  height: 60px;
  font-size: 1.4375rem;
  letter-spacing: 4px;
  border-right: 10px solid #f4b4d0;
  border-left: 10px solid #f4b4d0;
  font-weight: 600;
}
.safetyTraMenu ul a.active {
  color: #999999;
  pointer-events: none;
  background-color: #f2f2f3;
}
.safetyTraMenu ul a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.5;
}
.safetyTraMenu ul a.active:hover {
  color: #999999;
  text-decoration: none;
  opacity: 1;
}

dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.dialogArea[open] {
  width: 100svw;
  max-width: 1280px;
  height: 100svh;
  aspect-ratio: 16/9;
  padding-block: 0;
  padding-inline: 0;
  background-color: transparent;
  border: none;
}

#modalBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-inline: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 縦画面 */
/* 横画面 */
@media screen and (orientation: landscape) {
  #videoPlayer,
  #modalBox,
  .video-js .vjs-tech {
    height: 90svh;
  }
  .videoPlayer-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 90svh;
  }
}
#closeButton {
  position: absolute;
  top: 5px;
  right: 25px;
  z-index: 10000;
  padding-block: 6px;
  padding-inline: 9px;
  font-size: calc(13rem / var(--fontBaseSize));
  font-weight: 700;
  color: #FFFFFF;
  background-color: var(--Gray);
  border: none;
  outline: none;
}

.video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.video-js .vjs-picture-in-picture-control {
  display: none !important; /* ピクチャ・イン・ピクチャ */
}

.video-js .vjs-fullscreen-control {
  display: none !important; /* フルスクリーン */
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  width: 2em !important;
  height: 2em !important;
  margin: 0 !important;
  border-radius: 60px !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.vjs-icon-placeholder:before {
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

#videoPlayer {
  position: relative;
}

.vjs-remaining-time {
  display: none; /* 残り時間 */
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: block; /* 現在時間表示 */
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: block; /* 総再生時間 */
}

.vjs-time-divider {
  display: block; /* / を表示*/
}

.video-js .vjs-time-control {
  min-width: 0.5em;
  padding-right: 0.3em;
  padding-left: 0.3em;
}

.video-js .vjs-control {
  width: 3em;
}

.video-js .vjs-control.vjs-button.vjs-visible-text {
  min-width: 0.5em;
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.video-js .vjs-control.vjs-button {
  outline: none;
}
