@charset "UTF-8";
.layout-home-panel.video > .inner > .col > :first-child {
  margin-top: 0;
}

.layout-home-panel.video > .inner > .col:last-child {
  margin-bottom: 0;
}

.hdg-wrapper-lv2 .hdg-lv2-06,
.layout-home-panel.video > .inner > .col > .col-inner .layout-bottom .hdg {
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB", sans-serif;
  font-weight: bold;
}

.other-content-wrapper {
  background-color: #e9f4f1;
  padding: 48px 0 78px;
}
.other-content-wrapper .other-content {
  min-width: 890px;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.other-content-wrapper .other-content > *:first-child {
  margin-top: 0;
}

.hdg-wrapper-lv2 {
  margin-top: 65px;
  margin-bottom: 24px;
  border-bottom: 5px solid #01916d;
}
.hdg-wrapper-lv2 .hdg-lv2-06 {
  font-size: 38px;
  position: relative;
  padding: 0 0 10px 63px;
}
.hdg-wrapper-lv2 .hdg-lv2-06.video::before {
  background-color: #01916d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  content: "";

  -webkit-mask-image: url("/contents/video/paper/images/icon-movie.png");

          mask-image: url("/contents/video/paper/images/icon-movie.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.layout-home-panel.video > .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout-home-panel.video > .inner > .col {
  width: 25%;
  padding-top: 4px;
  padding-left: 4px;
}
.layout-home-panel.video > .inner > .col > .col-inner {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 210px;
  margin-bottom: 0;
  transition: .3s box-shadow ease;
  border: 1px solid #dfdfdf;
}
.layout-home-panel.video > .inner > .col > .col-inner:hover,
.layout-home-panel.video > .inner > .col > .col-inner:focus,
.layout-home-panel.video > .inner > .col > .col-inner:active {
  box-shadow: 0 5px 10px #dcdcdc;
}
.layout-home-panel.video > .inner > .col > .col-inner:hover .layout-top img,
.layout-home-panel.video > .inner > .col > .col-inner:focus .layout-top img,
.layout-home-panel.video > .inner > .col > .col-inner:active .layout-top img {
  transform: scale(1.1);
}
.layout-home-panel.video > .inner > .col > .col-inner::after {
  background-color: #01916d;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";

  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);

          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.layout-home-panel.video > .inner > .col > .col-inner .layout-top {
  text-align: center;
  padding-top: 42px;
}
.layout-home-panel.video > .inner > .col > .col-inner .layout-top img {
  transition-duration: .5s;
  transition-property: transform;
}
.layout-home-panel.video > .inner > .col > .col-inner .layout-bottom {
  display: table;
  box-sizing: border-box;
  width: 100%;
  min-height: 65px;
  margin-top: auto;
  padding: 5px;
  table-layout: fixed;
}
.layout-home-panel.video > .inner > .col > .col-inner .layout-bottom .hdg {
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  display: table-cell;
}
.layout-panel-flex .caption-top video {
  width: 570px;
  max-width: 100%;
}

.caption-wrapper .txt-caption {
  font-size: 14px;
}
.caption-wrapper .txt-caption .lead-caption {
  color: #01916d;
  padding-right: 15px;
}

.layout-video {
  margin-top: 35px;
}
.layout-video .layout-video-inner {
  display: flex;
  flex-direction: row-reverse;

  gap: 20px;
}
.layout-video .layout-video-inner .anchor-box {
  background-color: #e9f4f1;
  flex-basis: 40%;
  max-height: 420px;
  padding: 32px 30px 39px;
  border-radius: 10px;
}
.layout-video .layout-video-inner .anchor-box .box-inner {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 28px 14px 60px;
  border: solid 1px #dcdcdc;
  box-shadow: 4px 8px 0 0 #01916d;
}
.layout-video .layout-video-inner .anchor-box .box-inner::before {
  background-image: url("/contents/video/paper/images/deco-pin.png");
  position: absolute;
  top: -20px;
  left: calc(50% - 17px);
  width: 36px;
  height: 36px;
  content: "";
  transform: translateX(-50%);
}
.layout-video .layout-video-inner .anchor-box .box-inner .hdg-wrapper-index {
  margin-bottom: 22px;
}
.layout-video .layout-video-inner .anchor-box .box-inner .hdg-wrapper-index .hdg-index {
  text-align: right;
  border-bottom: dashed 1px #01916d;
}
.layout-video .layout-video-inner .anchor-box .box-inner .list-video-anchor li {
  position: relative;
}
.layout-video .layout-video-inner .anchor-box .box-inner .list-video-anchor li + li {
  margin-top: 23px;
}
.layout-video .layout-video-inner .anchor-box .box-inner .list-video-anchor li a {
  padding-right: 10px;
}
.layout-video .layout-video-inner .anchor-box .box-inner .list-video-anchor li a::after {
  position: relative;
  top: -2px;
  left: 10px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -1px 0 0;
  content: "";
  transform: rotate(-45deg) translateY(-50%);
  border-bottom: 1px solid #01916d;
  border-left: 1px solid #01916d;
}
.layout-video .layout-video-inner .new-video-content {
  flex-basis: 60%;
  align-content: center;
}
.layout-video .layout-video-inner .new-video-content > *:first-child {
  margin-top: 0;
}
.layout-video .layout-video-inner .new-video-content .caption-wrapper {
  align-items: center;
  margin-bottom: 0;
}
.layout-video .layout-video-inner .new-video-content .caption-wrapper .caption-top video {
  width: 570px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .other-content-wrapper .other-content {
    min-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .layout-home-panel.video > .inner {
    flex-direction: column;
  }
  .layout-home-panel.video > .inner > .col {
    width: 100%;
  }
  .layout-panel-flex .inner {
    width: 100%;
  }
  .layout-video .layout-video-inner {
    flex-direction: column;
  }
}
