img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}
img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
/* ======================================================
// MARK: Skip Link & Focus Visible
// ------------------------------------------------------ */
.entry:hover a {
  color: #fff;
}
.p-skipLink {
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  background: #fff;
  padding: .5rem 1rem;
  z-index: 111111;
  text-decoration: none;
  font-size: max(1em, 10px);
  transition: top .3s ease;
  text-align: center;
  width: 100%;
}
a:focus:focus-visible,
button:focus:focus-visible {
  outline: 2px solid #0a78cd;
  outline-offset: 2px;
}
.p-skipLink:focus {
  top: 0;
}
/* ======================================================
// MARK: SECTION:mv
// ------------------------------------------------------ */
.mv_slider_wrap {
  position: relative;
}
.dots_with_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.dots_with_btn .slick-dots {
  position: static !important;
  bottom: auto !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.play_button {
  width: 30px;
  height: 30px;
  background-color: gray;
  border-radius: 50%;
  border: unset;
  cursor: pointer;
  position: relative;
  top: 12px;
}
.play_button::after {
  content: '';
  width: 9px;
  height: 13px;
  border-width: 0 3px;
  border-style: solid;
  border-color: transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play_button.playback::after {
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: unset;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 30px;
  }
}
/* ======================================================
// MARK: SECTION:process
// ------------------------------------------------------ */
.process dd a {
  text-decoration: underline;
  color: #03a9f4;
}
/* ======================================================
// MARK: SECTION:voice
// ------------------------------------------------------ */
section#voice p.lead {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto 3.75rem;
}
.cts_grid_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(358px, 1fr));
  grid-gap: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  max-width: 756px;
  margin-inline: auto;
}
.voice_wrap {
  margin: unset !important;
  padding: .875rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.voice_wrap>img {
  width: 30px;
  height: auto;
  margin-left: auto;
}
.voice_pro {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}
.voice_pro img {
  max-width: 100%;
}
.voice_pro h3 span {
  font-size: 12px;
  color: #999;
  display: block;
  font-weight: normal;
  margin-top: -5px;
  letter-spacing: 0.2em;
}
.voice_box h3 {
  font-size: 22px;
  color: #333;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #81ee48;
}
.voice_box h3+p {
  font-size: .975em;
  line-height: 1.5;
}
/* ======================================================
// MARK: Top Link
// ------------------------------------------------------ */
.to_top::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.to_top span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  color: #fff !important;
}
.to_top:hover span {
  color: #333 !important;
}
/* ======================================================
// MARK: SP
// ------------------------------------------------------ */
@media screen and (max-width: 600px) {
  section#voice p.lead {
    margin: 37px auto;
  }
  .cts_grid_wrap {
    padding: unset;
    grid-template-columns: 1fr;
  }
  .voice_box h3+p {
    font-size: .75em;
  }
}